body, html, ul {
  margin: 0;
  padding: 0
}

#header, a, button {
  -webkit-transition: .3s
}

.d-table, .preloader, body, html {
  height: 100%;
  width: 100%
}

#home-area, .animation-jump, body {
  position: relative
}

#home-area, .no-webp #home-area {
  background-image: url(../images/banner-1.png)
}

.caption a, .home-carousel .owl-dot.active, .product-gallery.owl-carousel .owl-nav>div:hover {
  background-color: #1975b8
}

#about-area, #video-area {
  padding: 120px 0
}

.caption a, .feature-single i, .more-prod-btn a, .product-single a, .video-box a, .why-chose-single i {
  display: inline-block
}

#newsletter-area, #product-area, #why-chose-area {
  padding: 110px 0 120px
}

#home-area, #newsletter-area, #video-area {
  background-size: cover
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000;
  overflow-x: hidden
}

ul {
  list-style: none
}

a, a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0
}

a, button {
  transition: .3s
}

button {
  cursor: pointer
}

button:focus {
  outline: 0
}

a {
  color: #2c3e50
}

.card-body, p {
  color: #777;
  font-family: Lato, sans-serif
}

.h1, .h2, .h3, h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin-top: 0
}

h1 {
  font-size: 70px;
  line-height: 80px
}

h2 {
  font-size: 36px;
  line-height: 46px
}

h3 {
  font-size: 24px;
  line-height: 34px
}

.caption p, h4 {
  line-height: 30px
}

h4 {
  font-size: 20px
}

.caption p, h5 {
  font-size: 18px
}

h5 {
  line-height: 28px
}

h6, p {
  font-size: 16px
}

.card-body, h6, p {
  line-height: 26px
}

.bg-gray {
  background-color: #f9f9f9
}

.animation-jump {
  -webkit-animation: 2s ease-in-out infinite animation-jump;
  animation: 2s ease-in-out infinite animation-jump
}

#header.sticky, .preloader {
  position: fixed;
  left: 0;
  top: 0
}

@-webkit-keyframes animation-jump {
  0%, 100% {
    top: 10px
  }

  50% {
    top: -10px
  }
}

@keyframes animation-jump {
  0%, 100% {
    top: 10px
  }

  50% {
    top: -10px
  }
}

.preloader {
  background: #1975b8;
  z-index: 9999999
}

#newsletter-area, #video-area, .about-img, .video-box {
  background-position: center
}

.about-img, .circle-bg, .contact-img, .video-box {
  background-repeat: no-repeat;
  background-size: contain
}

.preloader .spinner {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: 1s ease-in-out infinite sk-scaleout;
  animation: 1s ease-in-out infinite sk-scaleout
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0)
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 18px 0;
  transition: .3s
}

.navbar-nav .nav-item {
  padding: 0 8px
}

.navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #000
}

.about-info li i, .copyright-text p a, .navbar-nav .nav-item .nav-link.active, .product-cont li i {
  color: #1975b8
}

#header.sticky {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  padding: 5px 0
}

.about-info, .home-newsletter {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
  background-color: #fff
}

#home-area {
  padding: 200px 0 300px;
  background-image: url(../images/banner-1.png);
  background-repeat: no-repeat;
  background-position: bottom
}

.no-webp #home-area.visible {
  background-image: url(../images/banner-1.png)
}

.webp #home-area.visible {
  background-image: url(../images/banner-1.webp)
}

#video-area, .no-webp #newsletter-area {
  background-image: url(../images/banner-3.jpg)
}

.pattern-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  height: 700px;
  background-image: url(../images/dot.png)
}

#why-chose-area, .about-img, .caption-img, .home-newsletter, .video-box a {
  position: relative
}

.caption h1 {
  font-weight: 700;
  margin: 0 0 25px
}

.caption p {
  font-weight: 500
}

.caption a {
  padding: 14px 30px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  margin: 30px 0 0
}

.caption a:hover, .contact-form button:hover, .home-newsletter button:hover, .more-prod-btn a:hover, .newsletter-form button:hover {
  background-color: #145788
}

.caption-img {
  z-index: 9
}

.about-img img, .caption-img img, .contact-img img {
  max-width: 350px
}

.product-gallery.owl-carousel img, .slide-single .caption-img img {
  max-width: 300px;
  margin: 0 auto
}

.owl-item.active .slide-single h1 {
  -webkit-animation: 1s .2s both fadeInUp;
  animation: 1s .2s both fadeInUp
}

.owl-item.active .slide-single h3 {
  -webkit-animation: 1s .3s both fadeInUp;
  animation: 1s .4s both fadeInUp
}

.owl-item.active .slide-single p {
  -webkit-animation: 1s .4s both fadeInUp;
  animation: 1s .4s both fadeInUp
}

.owl-item.active .slide-single a {
  -webkit-animation: 1s .6s both fadeInUp;
  animation: 1s .6s both fadeInUp
}

.owl-item.active .slide-single img {
  -webkit-animation: 1s .8s both fadeInUp;
  animation: 1s .8s both fadeInUp
}

.home-carousel .owl-nav>div {
  position: absolute;
  left: 20px;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  line-height: 68px;
  border-radius: 50%;
  font-size: 30px;
  background-color: rgba(255, 77, 28, .5);
  color: #fff;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  visibility: hidden;
  opacity: 0
}

.video-box a:after, .video-box a:before {
  left: -5px;
  top: -5px;
  width: 90px;
  height: 90px
}

.home-carousel .owl-nav .owl-next {
  left: auto;
  right: 20px
}

.home-carousel .owl-nav>div:hover {
  background-color: rgba(255, 77, 28)
}

#home-area:hover .owl-nav>div {
  visibility: visible;
  opacity: 1
}

.home-carousel .owl-dots {
  position: absolute;
  left: 0;
  bottom: -80px;
  width: 100%;
  text-align: center
}

.home-carousel .owl-dot {
  width: 30px;
  height: 8px;
  border-radius: 2px;
  border: 2px solid #1975b8;
  display: inline-block;
  margin: 0 4px
}

.home-newsletter {
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
  padding: 50px;
  z-index: 9
}

.home-newsletter input {
  background-color: #f5f5f5;
  border: 0;
  height: 60px;
  padding-left: 20px;
  font-size: 15px
}

.home-newsletter button {
  background-color: #1975b8;
  width: 100%;
  border: 0;
  color: #fff;
  height: 60px;
  border-radius: 3px;
  font-weight: 600
}

.feature-single .icon, .feature-single i {
  background-color: rgba(30, 116, 188, .1);
  border-radius: 50%
}

.home-newsletter h2 {
  font-weight: 700;
  font-size: 34px
}

.home-newsletter form {
  margin-top: 34px
}

.section-heading {
  margin: 0 0 60px
}

.section-heading h2 {
  font-weight: 800
}

.about-info h2, .feature-single h4, .product-single h4, .video-cont h2, .why-chose-single h4 {
  font-weight: 700
}

#feature-area {
  padding: 105px 0 100px
}

.feature-single .icon {
  width: 110px;
  height: 110px;
  margin: 0 auto 20px
}

.feature-single i {
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 50px;
  margin: 10px 0 0;
  color: #1975b8
}

.about-info {
  padding: 40px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1)
}

.about-info h2 {
  margin-bottom: 16px
}

.about-info ul {
  margin-top: 10px
}

.about-info ul li {
  display: block;
  padding: 8px 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 25px
}

.footer-social li a, .product-gallery.owl-carousel .owl-nav>div, .testi-carousel.owl-carousel .owl-nav>div {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center
}

.about-img {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background-image: url(../images/circle.png)
}

#video-area {
  background-repeat: no-repeat
}

.video-cont, .why-chose-cont {
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%
}

.video-cont h2 {
  margin: 0 0 20px;
  color: #fff
}

.card-header a:hover:after, .card-header.active a:hover:after, .video-cont p {
  color: #fff
}

.video-box {
  padding: 150px 0;
  background-image: url(../images/circle-1.png)
}

.video-box a {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 80px;
  padding: 0 28px;
  background-color: #145788;
  color: #fff
}

.video-box a:hover {
  background-color: #130f40;
  color: #fff
}

.video-box a:after {
  content: "";
  position: absolute;
  border: 3px solid #145788;
  border-radius: 50%;
  -webkit-animation: 1s linear infinite forwards icon-bubble;
  animation: 1s linear infinite forwards icon-bubble
}

.video-box a:before {
  content: "";
  position: absolute;
  border: 3px solid #145788;
  border-radius: 50%;
  -webkit-animation: 1s linear .5s infinite forwards icon-bubble;
  animation: 1s linear .5s infinite forwards icon-bubble
}

@-webkit-keyframes icon-bubble {
  0% {
    -webkit-transform: scale(.85);
    transform: scale(.85);
    opacity: 1
  }

  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: .8
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: .55
  }

  75% {
    -webkit-transform: scale(1.32);
    transform: scale(1.32);
    opacity: .3
  }

  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0
  }
}

@keyframes icon-bubble {
  0% {
    -webkit-transform: scale(.85);
    transform: scale(.85);
    opacity: 1
  }

  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: .8
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: .55
  }

  75% {
    -webkit-transform: scale(1.32);
    transform: scale(1.32);
    opacity: .3
  }

  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0
  }
}

.circle-bg {
  position: absolute;
  left: -20%;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url(../images/circle-2.png)
}

.why-chose-single {
  padding: 10px 35px
}

.why-chose-single i {
  font-size: 50px;
  margin: 0 0 16px;
  color: #1975b8
}

.product-gallery.owl-carousel {
  padding: 20px 20px 100px
}

.product-gallery.owl-carousel .owl-nav {
  width: 100px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0
}

.product-gallery.owl-carousel .owl-nav>div {
  position: absolute;
  left: 0;
  bottom: -65px;
  right: 0;
  background-color: #130f40;
  color: #fff;
  font-size: 20px;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 4px
}

.product-gallery.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: 0
}

.product-wrap {
  background-color: #f9f9f9;
  padding: 50px 20px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
  box-shadow: 0 0 30px rgba(0, 0, 0, .1)
}

.product-single {
  border: 2px solid #e6f0fa;
  padding: 30px 0 40px;
  background-color: rgba(30, 116, 188, .1);
  height: 100%
}

.product-single img {
  max-width: 150px;
  margin: 0 auto 30px
}

.product-single h3 {
  font-weight: 700;
  margin: 20px 0 0
}

.product-single sup {
  opacity: .5;
  margin-left: 5px
}

.product-single li {
  font-size: 14px;
  padding: 4px 0
}

.product-single a {
  padding: 10px 15px;
  color: #341f97;
  font-size: 14px;
  margin: 25px 0 0;
  font-weight: 600;
  border-radius: 4px;
  border: 2px solid #341f97
}

.product-single a:hover {
  background-color: #1975b8;
  border-color: #1975b8;
  color: #fff
}

.product-single a i {
  padding-right: 4px
}

.more-prod-btn a {
  background-color: #1975b8;
  color: #fff;
  padding: 12px 20px;
  border-radius: 4px;
  margin: 50px 0 0;
  font-weight: 600
}

#newsletter-area {
  background-repeat: no-repeat
}

.webp #newsletter-area {
  background-image: url(../images/banner-3.webp)
}

.newsletter-box {
  padding: 60px 40px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 30px
}

.newsletter-form {
  position: relative
}

.newsletter-form input {
  width: 100%;
  float: left;
  color: #7e7e7e;
  border: 3px solid #e0e3f7;
  height: 65px;
  padding-left: 30px;
  border-radius: 30px
}

.newsletter-form button {
  background-color: #1975b8;
  border: 0;
  border-radius: 4px 30px 30px 4px;
  color: #fff;
  height: 52px;
  position: absolute;
  right: 6px;
  top: 6px;
  padding: 0 40px;
  font-weight: 600
}

#faq-area {
  padding: 110px 0
}

.card-header {
  padding: 0;
  border: 0;
  background-color: #f9f9f9
}

.card {
  margin-bottom: 10px;
  border: 1px solid #e6f0fa
}

.card-header a {
  padding: 15px 20px;
  display: block;
  font-weight: 600;
  color: #000;
  position: relative
}

.client-comment span, .footer-social li {
  display: inline-block
}

.card-header a:hover {
  background-color: #1975b8;
  color: #fff;
  border-radius: 2px
}

.card-header.active a:after {
  content: '\ef9a';
  color: #1975b8
}

.card-header a:after {
  content: '\efc2';
  font-family: IcoFont;
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 16px;
  color: #1975b8
}

.testi-area {
  padding: 110px 0 160px
}

.testi-single {
  border-radius: 10px;
  padding: 20px 30px 30px;
  background-color: #fff;
  border: 1px solid #e6f0fa
}

.testi-single img {
  max-width: 80px;
  border-radius: 50%;
  margin: 0 auto
}

.client-comment p i {
  color: #f9aa1f;
  font-size: 16px
}

.testi-single .client-info {
  margin: 30px 0 0;
  overflow: hidden
}

.client-details h4 {
  color: #1975b8;
  font-weight: 600;
  margin: 15px 0 0
}

.client-details {
  margin: 8px 0 0
}

.client-comment span {
  color: #6d70a6;
  font-size: 40px
}

.testi-carousel.owl-carousel .owl-nav {
  width: 200px;
  margin: 40px auto 0;
  position: relative
}

.testi-carousel.owl-carousel .owl-nav>div {
  position: absolute;
  left: 0;
  font-size: 20px;
  border-radius: 4px;
  margin-left: 30px;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid rgba(229, 240, 255, .5);
  background-color: #fff;
  color: #040da8
}

.testi-carousel.owl-carousel .owl-nav .owl-next {
  left: 60px
}

.testi-carousel.owl-carousel .owl-nav>div:hover {
  background-color: #092eed;
  color: #fff
}

#contact-area {
  padding: 110px 0 105px;
  background-image: url(../images/shape-1.png);
  background-position: right;
  background-repeat: no-repeat
}

.contact-form input {
  height: 55px;
  border: 0;
  padding-left: 20px;
  border-bottom: 1px solid #e6f0fa;
  border-radius: 0
}

.contact-form textarea {
  border: 0;
  border-bottom: 1px solid #e6f0fa;
  padding: 20px 0 0 20px;
  border-radius: 0
}

.contact-form input:focus, .contact-form textarea:focus {
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0
}

.contact-form button {
  background-color: #1975b8;
  border: 0;
  padding: 14px 30px;
  color: #fff;
  border-radius: 4px;
  font-weight: 600
}

.messages button, .messages button:hover {
  background-color: transparent
}

.contact-img {
  background-image: url(../images/circle.png)
}

.help-block.with-errors li {
  color: red;
  margin: 4px 0 0
}

.messages {
  margin: 15px 0 0
}

.messages button {
  color: #000;
  padding: 0
}

.footer-social li a {
  display: block;
  border: 1px solid #145788;
  border-radius: 4px;
  color: #145788;
  font-size: 18px;
  margin-right: 4px
}

#footer {
  padding: 50px 0 30px
}

.footer-social li span {
  padding-right: 10px;
  font-weight: 600
}

.copyright-text a:hover {
  color: #145788
}
