@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400&amp;family=Poppins:wght@400;500;600&amp;display=swap");
body {
  font-family: "Nunito Sans", sans-serif;
  overflow-x: hidden !important;
  color: #1f76aa;
}
body.modal-open {
  padding-right: 0px !important;
}
body.modal-open .navbar {
  padding-right: 0px !important;
}

h1,
h2,
h3,
h4,
h5
 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.btn,
.btn:focus,
button,
button:focus {
  outline: none !important;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  font-size: 16px;
  line-height: 25px;
}

html {
  scroll-padding-top: 70px;
  /* height of sticky header */
  scroll-behavior: smooth;
}

.row > * {
  position: relative;
}

.text-primary {
  color: #b2b5bf !important;
}

.bg-primary {
  background-color: #b2b5bf !important;
}

.text-success {
  color: #0fbd1b !important;
}

.bg-success {
  background-color: #0fbd1b !important;
}

.text-info {
  color: #229bee !important;
}

.bg-info {
  background-color: #229bee !important;
}

.text-warning {
  color: #e7bc2f !important;
}

.bg-warning {
  background-color: #e7bc2f !important;
}

.text-danger {
  color: #f72b2b !important;
}

.bg-danger {
  background-color: #f72b2b !important;
}

.text-light {
  color: #f8f9fa !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.text-dark {
  color: #1f76aa !important;
}

.bg-dark {
  background-color: #1f76aa !important;
}

.text-white {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.section {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

/*** ani-bg ***/
@keyframes ani-bg {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(200px);
  }
}
.box-shadow {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
}

hr {
  border-top: 1px solid #687179;
  margin: 0;
}

.f-10 {
  font-size: 10px;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}

.f-21 {
  font-size: 21px;
}

.f-22 {
  font-size: 22px;
}

.f-23 {
  font-size: 23px;
}

.f-24 {
  font-size: 23px;
}

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

.font-weight-600 {
  font-weight: 600;
}

.form-control {
  font-size: 14px;
  color: #1f76aa;
}
.form-control:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.bg-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 15, 21, 0.75);
}

.title-border {
  width: 90px;
  height: 1px;
  background: linear-gradient(to right, transparent, #1f76aa, transparent);
  margin: 0 auto;
}

.hero-sub {
  animation-name: moveInleft;
  animation-duration: 3s;
}

.hero-heading {
  animation-name: moveInRight;
  animation-duration: 3s;
}

@keyframes moveInleft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

#scroll-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  border-color: #687179;
  padding: 0px 5px;
  color: #687179;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}
.btn {
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.5s;
  border: 1px solid #1f76aa;
  overflow: hidden;
  position: relative;
}
.btn:focus {
  box-shadow: none;
}
.btn:after {
  background: #ffffff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 0.9s ease;
  width: 50px;
  z-index: 1;
}
.btn:hover:after {
  left: 120%;
  transition: all 0.9s ease;
}

.btn-sm {
  padding: 8px 25px;
  font-size: 14px;
}

.btn-primary {
  background: #275694;
  border-color: #b2b5bf !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open > .dropdown-toggle.btn-primary {
  background: #000285;
  border-color: #3012f0;
  box-shadow: 0px 8px 20px -6px rgba(71, 37, 241, 0.6);
}

.btn-outline-primary {
  color: #1f76aa;
  border-color: #1f76aa;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary .open > .dropdown-toggle.btn-primary {
  background: #1f76aa;
  border-color: #1f76aa;
  box-shadow: 0px 8px 20px -6px rgba(241, 88, 37, 0.6);
}

.btn-success {
  background: #0fbd1b;
  border-color: #0fbd1b !important;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success .open > .dropdown-toggle.btn-primary {
  background: #0eaa18;
  border-color: #0eaa18;
  box-shadow: 0px 8px 20px -6px rgba(15, 189, 27, 0.6);
}

.btn-outline-success {
  color: #0fbd1b;
  border-color: #0fbd1b;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success .open > .dropdown-toggle.btn-primary {
  background: #0fbd1b;
  border-color: #0fbd1b;
  box-shadow: 0px 8px 20px -6px rgba(15, 189, 27, 0.6);
}

.btn-info {
  background: #229bee;
  border-color: #229bee !important;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info .open > .dropdown-toggle.btn-primary {
  background: #1292ea;
  border-color: #1292ea;
  box-shadow: 0px 8px 20px -6px rgba(34, 155, 238, 0.6);
}

.btn-outline-info {
  color: #229bee;
  border-color: #229bee;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info .open > .dropdown-toggle.btn-primary {
  background: #229bee;
  border-color: #229bee;
  box-shadow: 0px 8px 20px -6px rgba(34, 155, 238, 0.6);
}

.btn-warning {
  background: #e7bc2f;
  border-color: #e7bc2f !important;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning .open > .dropdown-toggle.btn-primary {
  background: #e5b61d;
  border-color: #e5b61d;
  box-shadow: 0px 8px 20px -6px rgba(231, 188, 47, 0.6);
}

.btn-outline-warning {
  color: #e7bc2f;
  border-color: #e7bc2f;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning .open > .dropdown-toggle.btn-primary {
  background: #e7bc2f;
  border-color: #e7bc2f;
  box-shadow: 0px 8px 20px -6px rgba(231, 188, 47, 0.6);
}

.btn-danger {
  background: #f72b2b;
  border-color: #f72b2b !important;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger .open > .dropdown-toggle.btn-primary {
  background: #f61717;
  border-color: #f61717;
  box-shadow: 0px 8px 20px -6px rgba(247, 43, 43, 0.6);
}

.btn-outline-danger {
  color: #f72b2b;
  border-color: #f72b2b;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger .open > .dropdown-toggle.btn-primary {
  background: #f72b2b;
  border-color: #f72b2b;
  box-shadow: 0px 8px 20px -6px rgba(247, 43, 43, 0.6);
}

.btn-light {
  background: #f8f9fa;
  border-color: #f8f9fa !important;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light .open > .dropdown-toggle.btn-primary {
  background: #eceff2;
  border-color: #eceff2;
  box-shadow: 0px 8px 20px -6px rgba(248, 249, 250, 0.6);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light .open > .dropdown-toggle.btn-primary {
  background: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0px 8px 20px -6px rgba(248, 249, 250, 0.6);
}

.btn-dark {
  background: #1f76aa;
  border-color: #1f76aa !important;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark .open > .dropdown-toggle.btn-primary {
  background: #0c0d4c;
  border-color: #0c0d4c;
  box-shadow: 0px 8px 20px -6px rgba(15, 16, 94, 0.6);
}

.btn-outline-dark {
  color: #1f76aa;
  border-color: #1f76aa;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark .open > .dropdown-toggle.btn-primary {
  background: #1f76aa;
  border-color: #1f76aa;
  box-shadow: 0px 8px 20px -6px rgba(15, 16, 94, 0.6);
}

.btn-white {
  background: #ffffff;
  border-color: #ffffff !important;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-white.focus, .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white .open > .dropdown-toggle.btn-primary {
  background: whitesmoke;
  border-color: whitesmoke;
  box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white .open > .dropdown-toggle.btn-primary {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
}

.btn.btn-outline-white:focus, .btn.btn-outline-white:active, .btn.btn-outline-white:hover, .btn.btn-outline-white.active, .btn.btn-outline-light:focus, .btn.btn-outline-light:active, .btn.btn-outline-light:hover, .btn.btn-outline-light.active {
  color: #1f76aa;
}
.btn.btn-outline-primary:focus, .btn.btn-outline-primary:active, .btn.btn-outline-primary:hover, .btn.btn-outline-primary.active, .btn.btn-outline-dark:focus, .btn.btn-outline-dark:active, .btn.btn-outline-dark:hover, .btn.btn-outline-dark.active, .btn.btn-outline-success:focus, .btn.btn-outline-success:active, .btn.btn-outline-success:hover, .btn.btn-outline-success.active {
  color: #ffffff;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

.navbar {
  transition: all 0.5s ease;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #1f76aa !important;
  font-size: 1rem;
  font-weight: bold;
  background-color: transparent;
  margin: 0 10px;
  transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
}

/*
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:active, 
.navbar .navbar-nav .nav-item .nav-link.active {
   color: #b8b8b8 !important 
}
*/

.navbar .navbar-toggler {
  padding: 0px;
  border: none;
  font-size: 24px;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-brand .logo-light {
  display: inline-block;
}
.navbar .navbar-brand .logo-dark {
  display: none;
}

.navbar-light .navbar-nav .nav-item .nav-link {
  color: #1f76aa !important;
}

.nav-sticky.navbar {
  background: #ffffff;
  margin-top: 0px;
  box-shadow: 0px 3px 10px 0px rgba(38, 107, 193, 0.08);
}
.nav-sticky .navbar-brand .logo-dark {
  display: inline-block;
}
.nav-sticky .navbar-brand .logo-light {
  display: none;
}
.nav-sticky .navbar-nav .nav-item .nav-link {
  color: #1f76aa !important;
}

@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item .nav-link {
    color: #ffffff;
  }
}
@media (max-width: 991px) {
  .navbar {
    background-color: #ffffff;
  }
  .navbar .navbar-brand .logo-dark {
    display: inline-block;
  }
  .navbar .navbar-brand .logo-light {
    display: none;
  }
}
#home {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}

#introvideo .btn-close {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
#introvideo .btn-close:hover {
  opacity: 0.5;
}

.play {
  width: 55px;
  height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  font-size: 30px;
}

.bg-hero2 {
  padding: 285px 0 240px 0;
}

.bg-hero3 {
  padding: 290px 0 185px 0;
}
.bg-hero3 .live-demo .play {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
}

.home-slider {
  position: relative;
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-content-center {
  display: table-cell;
  vertical-align: middle;
}

.home-slider .carousel-control-next,
.carousel-control-prev {
  width: 6%;
}

.home-slider .carousel-item,
.home-slider .carousel {
  height: 100vh;
  width: 100%;
}

.home-slider .carousel-item {
  background-position: center center;
  background-size: cover;
}

.bg-hero6 {
  padding: 195px 0 90px 0;
}

.home-subscribe .form-control {
  padding: 14px 160px 14px 25px;
  width: 100%;
}
.home-subscribe a {
  position: absolute;
  font-size: 13px;
  right: 3px;
  top: 3px;
}

@media (min-width: 1140px) {
  .home-img {
    margin: -130px 0;
  }
}
@media (min-width: 992px) {
  .bg-hero {
    padding: 315px 0 285px 0;
  }

  .intro-video {
    transform: rotate(-90deg);
    position: absolute;
    top: 50%;
    right: 0;
  }

  .bg-hero2 {
    padding: 295px 0 252px 0;
  }

  .home-avtar {
    transform: scale(1.2);
  }

  .bg-hero5 {
    padding: 250px 0 235px 0;
  }
}
@media (max-width: 991.98px) {
  .bg-hero,
.bg-hero2,
.bg-hero3,
.bg-hero5,
.bg-hero6 {
    padding: 150px 0 80px 0;
  }

  .intro-video {
    margin: 14px 0;
  }
}
.about-tab .nav-item .nav-link {
  padding: 5px 20px;
  border-radius: 8px;
  border: 2px solid;
  border-color: transparent;
  border-radius: 0;
  color: #1f76aa;
  background: #ffffff53;
  transition: all 0.5s ease;
}
.about-tab .nav-item .active {
  color: #1f76aa;
  position: relative;
  background: rgba(225, 225, 225, 0.2);
}

.tab-content .about-social {
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: #ffffff4d;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
}

.tab-content .contact-details i {
  font-size: 32px;
  color: #1f76aa;
}
.tab-content .mission-tab .mission-box {
  padding: 13px 0;
}
.tab-content .mission-tab .mission-box .mission-icon {
  width: 75px;
  height: 75px;
  line-height: 75px;
  font-size: 35px;
  color: #1f76aa;
  text-align: center;
  border-radius: 50%;
  border: 0;
}
.tab-content .about-title {
  position: relative;
}
.tab-content .about-title::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #1f76aa;
  bottom: -18px;
  transition: all 0.7s ease;
}

.tab-content .about-title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #1f76aa;
  left: 0;
  bottom: -8px;
  transition: all 0.7s ease;
}
.tab-content .about-title:hover::before {
  width: 100px;
}
.tab-content .about-title:hover::after {
  width: 50px;
}

.feature-box {
  padding: 30px 20px;
  transition: all 0.5s ease;
  background: #f8f9fa;
}
.feature-box .feature-icon {
  opacity: 0.6;
  transition: all 0.5s ease;
}
.feature-box .bg-feature-icon {
  opacity: 0;
  transition: all 0.5s ease;
  top: -44px;
  right: -22px;
}
.feature-box:hover {
  background: linear-gradient(45deg, #fdeeeb, transparent);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transform: translateY(-10px);
}
.feature-box:hover .feature-icon {
  opacity: 1;
}
.feature-box:hover .bg-feature-icon {
  opacity: 0.08;
}

.filter-options .active {
  color: #1f76aa;
}

.portfolio {
  border: none;
  border-radius: 0;
}
.portfolio .portfolio-content {
  position: absolute;
  overflow: hidden;
  transition: all 0.5s ease;
  opacity: 0;
  bottom: 150px;
}
.portfolio .portfolio-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease;
  opacity: 0;
}
.portfolio .portfolio-icon {
  opacity: 0;
}
.portfolio .portfolio-icon a {
  font-size: 30px;
}
.portfolio:hover .portfolio-content {
  bottom: 0;
  opacity: 1;
}
.portfolio:hover .portfolio-overlay {
  opacity: 1;
}
.portfolio:hover .portfolio-icon {
  opacity: 1;
}

.tobii {
  background-color: rgba(0, 0, 0, 0.75);
}

.process-box .process-no {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  line-height: 30px;
  border-radius: 50%;
  margin: 0 auto;
}
.process-box .process-no p {
  line-height: 28px;
}

@media (min-width: 768px) {
  .process-no::before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(104, 113, 121, 0.1);
    position: absolute;
    top: 37%;
    left: 0;
    z-index: -1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .process-no::before {
    top: 33%;
  }
}
.team-box::before {
  content: "";
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: 0;
  width: 80px;
  border-bottom: 2px solid #1f76aa;
  opacity: 1;
  transition: all 0.8s ease;
}
.team-box .team-social {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.8s ease;
}
.team-box .team-social .social-link li {
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: #ffffff;
  border-radius: 5px;
  margin: 0 8px;
  text-align: center;
}
.team-box:hover .team-social {
  opacity: 1;
}
.team-box:hover::before {
  opacity: 1;
  width: 100%;
}

.bg-client .tns-controls button[data-controls=prev],
.bg-client .tns-controls button[data-controls=next] {
  background: transparent;
  color: rgba(104, 113, 121, 0.7);
  border: none;
  position: absolute;
  top: 50%;
  font-size: 30px;
  z-index: 1;
}
.bg-client .tns-controls button[data-controls=prev] {
  left: 22px;
  transform: translateY(-50%) !important;
}
.bg-client .tns-controls button[data-controls=next] {
  right: 0;
  transform: translate(-50%, -50%);
}

.client-img {
  border: 2px solid rgba(0, 0, 0, 0.125);
  padding: 2px;
}

.client-content {
  max-width: 500px;
  margin: 0 auto;
  border-radius: 35px;
}
.client-content i {
  color: rgba(104, 113, 121, 0.5);
  font-size: 28px;
  line-height: 0;
}
.client-content::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  transform: rotate(45deg);
  border: 1px solid;
  border-color: transparent rgba(0, 0, 0, 0.125) rgba(0, 0, 0, 0.125) transparent;
  left: 0;
  right: 0;
  bottom: 115px;
  margin: 0px auto;
}

@media (max-width: 767.9px) {
  .tns-controls button[data-controls=prev],
.tns-controls button[data-controls=next] {
    top: 78%;
  }
}
.client-logo {
  opacity: 0.5;
  transition: all 0.5s ease;
}
.client-logo:hover {
  opacity: 1;
}

.bg-subscribe {
  background: url("../images/15.jpg") center;
  background-size: cover;
  background-attachment: fixed;
}
.bg-subscribe button:focus {
  color: #1f76aa;
}

.subscribe-modal form .form-control {
  border-radius: 30px 0 0 30px;
  padding: 8px 20px;
  font-size: 15px;
}
.subscribe-modal form button {
  border-radius: 0 30px 30px 0;
}

.pricing-tab .nav-item .active {
  background: #b2b5bf !important;
  transition: all 0.5s ease;
}
.pricing-tab .nav-item #monthly-tab {
  border-radius: 30px 0 0 30px;
  transition: all 0.5s ease;
}
.pricing-tab .nav-item #yearly-tab {
  border-radius: 0 30px 30px 0;
  transition: all 0.5s ease;
}

.pricing-content .pricing-box,
.pricing-content .pricing-box-active {
  transition: all 0.5s ease;
}
.pricing-content .pricing-box .pricing-badge,
.pricing-content .pricing-box-active .pricing-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  height: 100px;
}
.pricing-content .pricing-box .pricing-badge .badge,
.pricing-content .pricing-box-active .pricing-badge .badge {
  float: right;
  transform: rotate(45deg);
  right: -67px;
  top: 17px;
  position: relative;
  width: 200px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
}
.pricing-content .pricing-box .price-list li,
.pricing-content .pricing-box-active .price-list li {
  margin: 18px 0;
}
.pricing-content .pricing-box .price-title,
.pricing-content .pricing-box-active .price-title {
  border-color: rgba(0, 0, 0, 0.125);
}
.pricing-content .pricing-box .price,
.pricing-content .pricing-box-active .price {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.125);
}
.pricing-content .pricing-box:hover,
.pricing-content .pricing-box-active:hover {
  border: 1px solid #1f76aa;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
}
.pricing-content .pricing-box-active {
  border-color: #1f76aa;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
}

.blog {
  color: #687179;
  box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 2px;
}

.blog-content a {
  color: #1f76aa;
  transition: all 0.5s ease;
}
.blog-content a:hover {
  color: #1f76aa;
}

.contact .contact-details span {
  margin-right: 18px;
}

.form .form-control {
  padding: 14px 13px;
}

.map {
  line-height: 0;
}

.bg-footer {
  background: aliceblue;
  color: #275694;
  padding: 50px 0 40px 0;
}

.footer-nav .footer-item {
  padding: 3px 0;
}
.footer-nav .footer-link {
  font-size: 15px;
  text-transform: capitalize;
  color: #275694;
  transition: all 0.5s;
}
.footer-nav .footer-link:hover {
  color: #5682bc;
}

.footer-social .social-link {
  font-size: 20px;
  margin: 0 10px;
}
.footer-social .social-link a {
  color: #275694;
  transition: all 0.6s ease-in;
}
.footer-social .social-link:hover a {
  color: #18447e;
}

.footer-alt {
  background: #234b89;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 9999999;
  transition: all 0.5s ease;
  visibility: visible;
  opacity: 1;
}
#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#preloader #status .sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
#preloader #status .sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#preloader #status .sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #1f76aa;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
#preloader #status .sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
#preloader #status .sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
#preloader #status .sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#preloader #status .sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
#preloader #status .sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
#preloader #status .sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#preloader #status .sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
#preloader #status .sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
#preloader #status .sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
#preloader #status .sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
#preloader #status .sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
#preloader #status .sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
#preloader #status .sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#preloader #status .sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
#preloader #status .sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
#preloader #status .sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
#preloader #status .sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
#preloader #status .sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
#preloader #status .sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
#preloader #status .sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
#preloader #status .sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
#preloader #status .sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.screen, .screen-2 {
  display: block;
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
  border: 2px solid #b3b3b3;
  border-radius: 1px;
  margin: 0 auto;
}

.screen img, .screen-2 img {
  bottom: -1824px;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
  margin: 0;
  padding: 0;
  transition: bottom 11s;
}

.screen:hover img, .screen-2:hover img {
  bottom: 0;
  transition: all 11s;
}/*# sourceMappingURL=style.css.map */


.about-social {
  background-color: #ffffff !important;
  color: #4c6182 !important;
  margin-right: 10px;
}


.section-products {
    padding: 80px 0 54px;
}

.section-products .header {
    margin-bottom: 50px;
}

.section-products .header h3 {
    font-size: 1rem;
    color: #fe302f;
    font-weight: 500;
}

.section-products .header h2 {
    font-size: 2.2rem;
    font-weight: 400;
    color: #444444; 
}

.section-products .single-product {
    margin-bottom: 26px;
}

.section-products .single-product .part-1 {
    border: 3px solid #eeeeee4f;
    position: relative;
    height: 290px;
    max-height: 290px;
    margin-bottom: 20px;
    overflow: hidden;
}

.section-products .single-product .part-1::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.3s;
}

.section-products .single-product:hover .part-1::before {
    transform: scale(1.25,1.25);
}

.section-products #product-1 .part-1::before {
    background: url("../../images/produtos/garrafa.png") no-repeat center;
    background-size: cover;
    transition: all 0.3s;
}

.section-products #product-2 .part-1::before {
    background: url("../../images/produtos/chupetinhas.png") no-repeat center;
    background-size: cover;
}

.section-products #product-3 .part-1::before {
    background: url("../../images/produtos/tubinhos.png") no-repeat center;
    background-size: cover;
}

.section-products #product-4 .part-1::before {
    background: url("https://i.ibb.co/cLnZjnS/2.jpg") no-repeat center;
    background-size: cover;
}

.section-products .single-product .part-1 .discount,
.section-products .single-product .part-1 .new {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #ffffff;
    background-color: #fe302f;
    padding: 2px 8px;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.section-products .single-product .part-1 .new {
    left: 0;
    background-color: #444444;
}

.section-products .single-product .part-1 ul {
    position: absolute;
    bottom: -41px;
    left: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    transition: bottom 0.5s, opacity 0.5s;
}

.section-products .single-product:hover .part-1 ul {
    bottom: 30px;
    opacity: 1;
}

.section-products .single-product .part-1 ul li {
    display: inline-block;
    margin-right: 4px;
}

.section-products .single-product .part-1 ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    color: #444444;
    text-align: center;
    box-shadow: 0 2px 20px rgb(50 50 50 / 10%);
    transition: color 0.2s;
}

.section-products .single-product .part-1 ul li a:hover {
    color: #fe302f;
}

.product-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 10px auto 35px auto;
  text-align: center;
}

.section-products .single-product .part-2 h4 {
    display: inline-block;
    font-size: 1rem;
}

.section-products .single-product .part-2 .product-old-price {
    position: relative;
    padding: 0 7px;
    margin-right: 2px;
    opacity: 0.6;
}

.section-products .single-product .part-2 .product-old-price::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #444444;
    transform: translateY(-50%);
}

body {
  background-color: #fff9;
}

.card {
  background-color: transparent !important; 
}

#historia, #product-description {
  background-color: aliceblue;
}

#product-description {
  padding-top: 90px;
}

.bold {
  font-weight: bolder !important;
}

.my-text {
  height: 100px;
}

.clientes img {
  margin-bottom: 10px;
  max-height: 72px;
}

.about-social {
  background-color: transparent !important;
  color: #1f76aa;
  font-size: 21px;
}
.about-social:hover {
  background-color: #ffffff27 !important;
  color: #1f76aa;
  font-size: 21px;
  border-radius: 5px;
}
.product-image {
  border: 1px solid #ebebeb;
  padding: 2px;
  width: 100%;
}
.product-image:hover {
  border: 1px solid #cacaca;
  padding: 2px;
  width: 100%;
}

#busca {
  background-color: #234b89;
  text-align: center;
}

#busca h3 {
  color: #ffffff;
  font-size: 38px;
  margin-top: 30px;
  text-align: center;
}

.form .form-control {
  background-color: #ffffff;
  border: 2px solid  rgba(112, 128, 144, 0.115);
  border-radius: 20px;
  padding: 10px 15px;
}

.btn-primary {
  border-radius: 20px;
  background-color: #243d7f;
  margin: auto;
  padding: 10px 20px;
  width: 98%;
}

.btn-primary:hover {
  background-color: #243c7f;
}

#busca .btn-primary {
  border: 0 !important;
  border-radius: 20px;
  background-color: #152146 !important;
  margin: 30px auto;
  padding: 10px 20px;
  width: 98%;
}




@media only screen and (max-width: 991px) {
   #home {
    margin-top: 68px !important;
  }
  .home-slider .carousel-item,
  .home-slider .carousel {
    height: 80vh;
    width: 100%;
  }
}

@media only screen and (max-width: 761px) {
  .home-slider .carousel-item,
  .home-slider .carousel {
    height: 60vh;
    width: 100%;
  }
}


.box-01 {
  border: 0px solid #eeeeee4f;
  height: 290px;
  background-color: #ffffff;
}

.box-image {
  transition: all 0.3s;
  margin-bottom: 20px;
}

.box-image:hover {
  cursor: pointer;
  transform: scale(1.25,1.25);
}

@media only screen and (max-width: 772px) {
  .box-01 {
    border: 3px solid #eeeeee4f;
    height: 360px;
    background-color: #fafafa;
  }
  .box-01 img{
    height: 320px !important;
  }
}

.mob {
  display: none;
}

@media only screen and (max-width: 640px) {
  .desk {
    display: none;
  }
  .mob {
    display: block;
  }
  .section, .section-products {
    padding-top: 45px;
    padding-bottom: 45px
  }
  .bg-footer {
    text-align: center;
  }
}


/*
* Green theme - Owl Carousel CSS File
*/
.owl-carousel{
  max-width: 1500px;
  margin: 70px auto 0 auto;
}
.owl-nav {
display: none;
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-nav [class*='owl-'] {
color: white;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #d6d6d6;
display: inline-block;
cursor: pointer;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.owl-nav [class*='owl-']:hover {
background: #4dc7a0;
color: white;
text-decoration: none;
}
.owl-nav .disabled {
opacity: 0.5;
cursor: default;
}
.owl-nav.disabled + .owl-dots {
margin-top: 10px;
}
.owl-dots {
display: none;
text-align: center;
-webkit-tap-highlight-color: transparent;
position: absolute;
bottom: 40%;
right: 12vw;

}
.owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline;

}
.owl-dots .owl-dot span {
width: 4vw;
height: 12px;
margin: 5px 7px;
box-shadow: 2px 2px 10px #000;
background: #ccc;
display: block;
-webkit-backface-visibility: visible;
-webkit-transition: opacity 200ms ease;
-moz-transition: opacity 200ms ease;
-ms-transition: opacity 200ms ease;
-o-transition: opacity 200ms ease;
transition: opacity 200ms ease;
}
.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #ea6d07;
}
.owl-carousel .item {
height: auto;
background: #4DC7A0;
color: #fff;
position: relative; 
}
.owl-carousel .item img{
 width: 100%;
}
.owl-item .item .text{
width: 100%;
height: 100%;
position: absolute;
opacity: 0;
z-index: 99;
top: 20vw;
right: 12vw;
text-shadow: 2px 2px 15px #000;
font-size: 1.5em;
}
.owl-item .item .text h1{
margin: 100% 0 0 0;
text-align: right;
-ms-transform: rotate(10deg); /* IE 9 */
 -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
 transform: rotate(10deg);

}
.owl-item .item .text p{
margin: 100% 0 0 0;
text-align: right;
-ms-transform: rotate(-5deg); /* IE 9 */
 -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
 transform: rotate(-5deg);
}
.owl-item.active .item .text{
opacity: 1;
-webkit-transition: all 300ms ease 0.5s;
-moz-transition: all 300ms ease 0.5s;
-ms-transition: all 300ms ease 0.5s;
-o-transition: all 300ms ease 0.5s;
transition: all 300ms ease 0.5s;
}
.owl-item.active .item .text h1{
margin: 10px 0 0 0;
  -ms-transform: rotate(0deg); /* IE 9 */
 -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
 transform: rotate(0deg);
-webkit-transition: all 250ms ease 0.5s;
-moz-transition: all 250ms ease 0.5s;
-ms-transition: all 250ms ease 0.5s;
-o-transition: all 250ms ease 0.5s;
transition: all 250ms ease 0.5s;
}
.owl-item.active .item .text p{
margin: 10px 0 0 0;
-ms-transform: rotate(0deg); /* IE 9 */
 -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
 transform: rotate(0deg);
-webkit-transition: all 250ms ease 0.6s;
-moz-transition: all 250ms ease 0.6s;
-ms-transition: all 250ms ease 0.6s;
-o-transition: all 250ms ease 0.6s;
transition: all 250ms ease 0.6s;

}


@media only screen and (max-width: 772px)
{
  .box-01 {
  border: 0;
  height: 360px;
  max-height: 360px;
  background-color: #fff;
  margin: auto;
}
}





.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float:hover{
	background-color:#25d365cc;
	color:rgba(255, 255, 255, 0.742) !important;
}

.my-float{
  color: #fff !important;
  display: block;
  margin-left: 3px;
  margin-top:15px;
}