@charset "UTF-8";

/*******************************************
 *******************************************
 *
 * @File: FlatPro by themeum.
 *
 * This file contains the styling for the actual theme, this
 * is the file you need to edit to change the look of the
 * theme.
 *
 * This files contents are outlined below >>>
 *
 *******************************************
 *******************************************
 *
 * == INDEX PAGE CSS
 *
 * 00 - 00 - common & reset css
 * 01. header
 * 02. hero-area 
 * 03. brand-area
 * 04. service-area
 * 05. portfolio-area
 * 06. testimonial-area
 * 07. faq-area
 * 08. footer-top
 * 09. tabs-area
 * 10. about-area
 * 11. team-area
 * 12. contact-area
 * 13. skill-area
 * 14. pricing-area
 * 15. extra 
 * 16. gallery
 * 17. custom
 */
/*****************************
 *   00 - common & reset css
 *****************************
 *
 */
.c1 {
  color: #2d3666;
}

.c1-bg {
  background-color: #2d3666;
}

.c1-bo {
  border-color: #2d3666 !important;
}

.c2 {
  color: #222538;
}

.c2-bg {
  background-color: #222538;
}

.c2-bo {
  border-color: #222538 !important;
}

.c3,
#menu ul ul li a:hover,
.single-service.bordered .inner:hover .icon,
.bordered.single-service-2 .inner:hover .icon,
.bordered.single-service-3 .inner:hover .icon,
.single-service.bordered .inner:hover h4,
.bordered.single-service-2 .inner:hover h4,
.bordered.single-service-3 .inner:hover h4,
.single-service-3 .inner:hover .title .icon,
.isotope-menu li.active,
.isotope-menu li:hover,
.single-portfolio .inner .portfolio-img .hover-content .button,
.single-portfolio .inner .portfolio-content h3:hover,
.faq-sidebar li a,
.single-pricing .inner a.button:hover,
.single-pricing-2 .inner a.button:hover,
.single-pricing-2.active .inner a.button {
  color: #4698ff;
}

.c3-bg,
.bg1,
.button,
.hero-slider .owl-dots .owl-dot.active,
.single-service-2:hover .inner,
.single-portfolio .inner .portfolio-img .hover-content,
.faq .single-item.active,
.single-faq h2 span,
.footer_widget .nw_form button,
.tabs-area .tabs-nav li a.active,
.single-team .inner .team-img::after,
.single-pricing.active .inner,
.active.single-pricing-2 .inner,
.single-pricing-2.active .inner .title .price {
  background-color: #4f83cc;
}

.c3-bo,
.button,
.single-service.bordered .inner:hover,
.bordered.single-service-2 .inner:hover,
.bordered.single-service-3 .inner:hover,
.testimonial-slider .single-slide,
.tabs-area .tabs-nav li a::after,
.tabs-area .tabs-nav li a.active,
.contact-form input:not([type="submit"]):focus,
.contact-form textarea:focus {
  border-color: #4f83cc !important;
}

.trns,
.button,
.button-2,
.nav-column a,
.nav-column span,
.nav-column .right-nav span,
form.search-form,
#menu ul>li>a,
#menu ul ul,
#menu ul ul::after,
#menu ul ul li a,
.hero-slider .owl-dots .owl-dot,
.single-service .inner,
.single-service-2 .inner,
.single-service-3 .inner,
.single-service .inner .title .icon,
.single-service-2 .inner .title .icon,
.single-service-3 .inner .title .icon,
.single-service .inner .title h4,
.single-service-2 .inner .title h4,
.single-service-3 .inner .title h4,
.single-service .inner .content,
.single-service-2 .inner .content,
.single-service-3 .inner .content,
.isotope-menu li,
.single-portfolio .inner .portfolio-img .hover-content,
.single-portfolio .inner .portfolio-content h3,
.faq-sidebar li a,
.single-team .inner .team-img::after,
.contact-form input:not([type="submit"]),
.contact-form textarea {
  -webkit-transition: all 0.3s cubic-bezier(0.84, 0.35, 0.39, 0.74) 0s;
  transition: all 0.3s cubic-bezier(0.84, 0.35, 0.39, 0.74) 0s;
}

* {
  margin: 0;
  padding: 0;
}

a:focus,
a:hover,
a:visited,
input,
input:hover,
input:focus,
input:active,
select {
  text-decoration: none;
  outline: none !important;
}

img {
  max-width: 100%;
}

a,
span {
  display: inline-block;
}

.no-padding {
  padding: 0;
}

.static {
  position: static;
}

.relative {
  position: relative;
}

.bg2 {
  background-color: #f3f6fa;
}

.sp {
  padding-top: 70px;
  padding-bottom: 70px;
}

.spt {
  padding-top: 40px;
}

.spb {
  padding-bottom: 90px;
}

/* preloader css */
.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  text-align: center;
}

.preloader-spin {
  margin: 0 auto;
  height: 35px;
  width: 35px;
  display: inline-block;
  background: transparent;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #d0d0d0 #d0d0d0 #111111 #d0d0d0;
  animation: 1s linear 0s normal none infinite running spinner_preloader;
}

@keyframes spinner_preloader {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(720deg);
  }
}

/* button */
.button {
  font-size: 16px;
  line-height: 40px;
  padding: 0 20px;
  border: 2px solid;
  color: #fff;
  border-radius: 3px;
  font-weight: 400;
}

.button-no-color {
  font-size: 16px;
  line-height: 40px;
  padding: 0 20px;
  font-weight: 400;
}

.button:hover {
  color: #fff;
  background-color: #003c8f;
  border-color: #003c8f !important;
}

.button-no-color:hover {
  color: #003c8f;
}

@media only screen and (max-width: 767px) {
  .button {
    font-size: 13px;
    padding: 0 15px;
    line-height: 32px;
  }
}

.button-2 {
  font-size: 14px;
  line-height: 40px;
  padding: 0 20px;
  border: 2px solid;
  color: #fff;
  background-color: transparent;
  border: 2px solid #c1c2c5;
  color: #2d3666;
  border-radius: 3px;
  font-weight: 400;
}

.button-2:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

@media only screen and (max-width: 767px) {
  .button-2 {
    font-size: 13px;
    padding: 0 15px;
    line-height: 32px;
  }
}

/* section title */
.section-title {
  text-align: center;
  font-size: 16px;
  /* color: #7d91aa; */
  font-weight: 300;
  margin-bottom: 30px;
}

.section-title h2 {
  margin: 0 0 15px;
  font-size: 40px;
  font-weight: 700;
  color: #484848;
}

.section-title.white {
  color: #ffffff;
}

.section-title.white h2 {
  color: #fff;
}

/* page-title */
.page-title {
  font-size: 16px;
  color: #7d91aa;
}

.page-title h2 {
  font-size: 50px;
  font-weight: 700;
  color: #333;
}

.page-title p:last-child {
  margin-bottom: 0;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #2d3666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222538;
}

iframe {
  border: none;
}

.slicknav_menu {
  background-color: #003c8f;
  border-bottom: 1px solid #003c8f;
}

@media only screen and (min-width: 991px) {
  .slicknav_menu {
    display: none;
  }
}

/*****************************
 *   01. header
 ***************************** */
header {
  /*background-color: #222538;*/
  /*background-color: #06469e;*/
  background-color: #01579b;
  padding: 18px 0;
}

/* .logo-column a.logo {
  height: 35px;
  padding: 5px 0;
} */

.logo-column a.logo img {
  max-height: 100%;
}

.nav-column {
  padding: 5px 0;
  font-size: 16px;
}

.nav-column a,
.nav-column span {
  /*color: #7286a0;*/
  color: #fff;
  line-height: 25px;
  vertical-align: top;
  cursor: pointer;
}

.nav-column a:hover,
.nav-column span:hover {
  color: #b5c3d4;
}

.nav-column .right-nav {
  float: right;
  position: relative;
}

.nav-column .right-nav span {
  padding: 0 15px;
}

.nav-column .right-nav .search-icon.active {
  color: red;
}

.nav-column .right-nav .search-icon.active::before {
  content: "";
}

.nav-column .right-nav .header-social {
  display: inline-block;
}

.nav-column .right-nav .header-social a {
  padding: 0 5px;
  vertical-align: top;
}

form.search-form {
  position: absolute;
  right: 100%;
  top: 50%;
  z-index: 2;
  width: 230px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}

form.search-form.active {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  form.search-form {
    transform: translateY(50%) translateX(0%);
    right: 50%;
    margin-top: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}

form.search-form input {
  border: none;
  width: 100%;
  border-radius: 5px;
  height: 40px;
  text-indent: 20px;
}

form.search-form button {
  border: none;
  right: 0;
  position: absolute;
  top: 0;
  width: 38px;
  background: transparent;
  height: 100%;
}

#menu ul {
  text-align: right;
  margin: 0;
}

#menu ul li.has-child>a::after {
  content: "";
  font-family: "fontawesome";
  margin-left: 4px;
}

#menu ul>li {
  display: inline-block;
  position: relative;
}

#menu ul>li>a {
  padding: 0 15px;
  font-weight: 500;
  line-height: 25px;
}

#menu ul>li>a:hover {
  color: #b5c3d4;
}

#menu ul>li.current-menu-item>a {
  /* color: #b5c3d4;
  color: #5e92f3; */
}

#menu ul ul {
  position: absolute;
  background-color: #fff;
  background-color: rgba(45, 54, 102, 0.95);
  background-color: #01579b;
  left: 0;
  top: calc(100% + 23px);
  z-index: 1200;
  width: 180px;
  text-align: left;
  padding: 15px 20px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

#menu ul ul::after {
  content: "";
  border: 8px solid transparent;
  border-bottom-color: #fff;
  left: 25px;
  top: -16px;
  position: absolute;
}

#menu ul ul::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 100%;
  left: 0;
  top: -20px;
}

#menu ul ul li {
  display: block;
}

#menu ul ul li a {
  display: block;
  font-weight: 300;
  /* color: #222538; */
  color: #ffffff;
  /* font-size: 13px; */
  padding: 0;
  margin: 5px 0;
}

#menu ul li:hover>ul {
  opacity: 1;
  visibility: visible;
}

/*****************************
 *   02. hero-area
 ***************************** */
.hero-slider .single-slide {
  height: 715px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .hero-slider .single-slide {
    height: auto;
    padding: 60px 30px 100px;
    z-index: 1;
  }

  .hero-slider .single-slide::after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #f1f4f9;
    z-index: -1;
    left: 0;
    top: 0;
    position: absolute;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider .single-slide {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
}

.hero-slider .single-slide h2 {
  font-size: 50px;
  line-height: 67px;
  margin: 0 0 25px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .hero-slider .single-slide h2 {
    font-size: 30px;
    line-height: 35px;
  }
}

.hero-slider .single-slide .slide-btn {
  margin-top: 50px;
}

.hero-slider .single-slide .slide-btn a:not(:last-child) {
  margin-right: 4px;
}

.hero-slider .owl-dots {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hero-slider .owl-dots .owl-dot {
  background-color: #cecece;
  display: inline-block;
  width: 20px;
  height: 8px;
  margin: 0 3px;
  border-radius: 30px;
}

.hero-slider .owl-dots .owl-dot.active {
  width: 40px;
}

.hero-slider .owl-nav>div {
  position: absolute;
  left: 0;
  top: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-slider .owl-nav>div.owl-next {
  left: auto;
  right: 0;
}

.hero-slider .owl-nav>div.owl-next,
.hero-slider .owl-nav>div.owl-prev {
  font-size: 3rem;
  color: #c0c0c0;
}

/*****************************
 *   03. brand-area
 ***************************** */
.brand-area {
  padding: 50px 0;
}

.spb .brand-area {
  padding: 0;
}

.single-brand {
  text-align: center;
  margin: 5px 0;
}

/*****************************
 *   04. service-area
 ******************************/
.single-service,
.single-service-2,
.single-service-3 {
  margin: 15px 0;
}

.single-service .inner,
.single-service-2 .inner,
.single-service-3 .inner {
  background-color: #fff;
  border-radius: 7px;
  padding: 30px 30px;
}

.single-service .inner:hover,
.single-service-2 .inner:hover,
.single-service-3 .inner:hover {
  box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.15);
}

.single-service .inner .title,
.single-service-2 .inner .title,
.single-service-3 .inner .title {
  overflow: hidden;
  margin-bottom: 15px;
}

.single-service .inner .title .icon,
.single-service-2 .inner .title .icon,
.single-service-3 .inner .title .icon {
  float: left;
  font-size: 26px;
}

.single-service .inner .title h4,
.single-service-2 .inner .title h4,
.single-service-3 .inner .title h4 {
  padding-left: 50px;
  font-size: 20px;
  margin: 3px 0 0;
}

.single-service .inner .content,
.single-service-2 .inner .content,
.single-service-3 .inner .content {
  font-weight: 300;
  font-size: 14px;
  color: #2d3666;
  line-height: 26px;
}

.single-service .inner .content p:last-child,
.single-service-2 .inner .content p:last-child,
.single-service-3 .inner .content p:last-child {
  margin-bottom: 0;
}

.single-service.bordered .inner,
.bordered.single-service-2 .inner,
.bordered.single-service-3 .inner {
  border: 1px solid #cad4de;
  box-shadow: none;
}

.single-service-2 {
  text-align: center;
}

.single-service-2 .inner {
  border: 1px solid #cad4de;
  border-radius: 5px;
  padding: 40px 40px;
}

.single-service-2 .inner .content {
  font-size: 16px;
  /* color: #7288b5; */
  margin-top: 25px;
}

.single-service-2 .inner .title {
  text-align: center;
}

.single-service-2 .inner .title .icon {
  float: none;
  display: block;
  font-size: 40px;
  margin-bottom: 30px;
}

.single-service-2 .inner .title h4 {
  padding-left: 0;
}

.single-service-2:hover .inner,
.single-service-2:hover .box-price,
.single-service-2:hover .price-unit,
.single-service-2:hover .slots,
.single-service-2:hover .title h3 {
  color: #fff;
}

.single-service-2:hover .inner .content,
.single-service-2:hover .inner .title h4 {
  color: #fff;
}

.single-service-3 {
  margin: 30px 0;
}

.single-service-3 .inner {
  background: transparent;
  padding: 0;
  color: #fff;
}

.single-service-3 .inner:hover {
  box-shadow: none;
}

.single-service-3 .inner .content,
.single-service-3 .inner .title h4 {
  color: #fff;
  padding-left: 100px;
}

.single-service-3 .inner .title h4 {
  font-size: 24px;
}

.single-service-3 .inner .content {
  font-size: 16px;
}

.single-service-3 .inner .title .icon {
  background-color: rgba(255, 255, 255, 0.2);
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 4px;
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 34px;
}

.single-service-3 .inner:hover .title .icon {
  background-color: #fff;
}

.single-service-2 .title h3 {
  font-size: 2.5em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #555;
}

.single-service-2 .slots {
  font-size: 24px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.54);
}

.single-service-2 .box-price {
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 50px;
  font-weight: 400;
  color: #000;
}

.single-service-2 .price-unit {
  color: rgba(0, 0, 0, 0.54);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.15px;
  line-height: 32px;
}

.single-service-2 .button {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.15em;
}

/*****************************
 *   05. portfolio-area
 ***************************** */
.isotope-menu {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

.isotope-menu li {
  display: inline-block;
  padding: 0 15px;
  cursor: pointer;
  color: #7286a0;
}

.single-portfolio {
  margin: 20px 0;
}

.single-portfolio .inner .portfolio-img {
  position: relative;
}

.single-portfolio .inner .portfolio-img img {
  width: 100%;
}

.single-portfolio .inner .portfolio-img .hover-content {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}

.single-portfolio .inner .portfolio-img .hover-content .button {
  background-color: #fff;
  border-color: #fff !important;
}

.single-portfolio .inner .portfolio-img .hover-content .button:hover {
  background-color: #222;
  color: #fff;
  border-color: #222 !important;
}

.single-portfolio .inner .portfolio-img:hover .hover-content {
  opacity: 1;
  visibility: visible;
}

.single-portfolio .inner .portfolio-content {
  text-align: center;
  padding-top: 25px;
  color: #6d7784;
}

.single-portfolio .inner .portfolio-content a {
  display: block;
}

.single-portfolio .inner .portfolio-content h3 {
  font-weight: 400;
  margin: 0;
  font-size: 24px;
}

/*****************************
 *   06. testimonial-area
 ***************************** */
.testimonial-area .section-title {
  margin-bottom: 45px;
}

.testimonial-slider .single-slide {
  background-color: #fff;
  padding: 35px;
  border-radius: 5px;
  font-weight: 300;
  color: #7d91aa;
  border: 1px solid;
}

.testimonial-slider .single-slide img {
  width: auto;
}

.testimonial-slider .single-slide .client-info {
  overflow: hidden;
}

.testimonial-slider .single-slide .client-info .client-img {
  width: 58px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-slider .single-slide .client-info .client-data {
  padding-left: 78px;
}

.testimonial-slider .single-slide .client-info .client-data h4 {
  font-size: 16px;
  margin: 4px 0 0;
}

.testimonial-slider .owl-nav>div {
  background-color: #222222;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: -55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 4px;
}

@media only screen and (max-width: 991px) {
  .testimonial-slider .owl-nav>div {
    left: -12.5px;
    height: 25px;
    width: 25px;
    line-height: 25px;
  }

  .testimonial-slider .owl-nav>div i {
    font-size: 13px;
  }
}

.testimonial-slider .owl-nav>div.owl-next {
  left: auto;
  right: -55px;
}

@media only screen and (max-width: 991px) {
  .testimonial-slider .owl-nav>div.owl-next {
    right: -12.5px;
  }
}

/*****************************
 *   07. faq-area
 ***************************** */
.faq-area .section-title {
  margin-bottom: 60px;
}

.faq {
  padding: 0;
  margin: 0;
  list-style: none;
}

.faq .single-item {
  background-color: #fff;
  padding: 20px;
  padding-left: 50px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
}

.faq .single-item::after {
  content: "+";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #222;
  color: #fff;
  position: absolute;
  left: 15px;
  top: 15px;
  text-align: center;
  line-height: 25px;
  font-size: 20px;
}

.faq .single-item.active::after {
  content: "-";
  background-color: #fff;
  color: #222;
}

.faq .single-item.active {
  color: #fff;
}

.faq .single-item.active h4 {
  color: #fff;
}

.faq .single-item h4 {
  font-size: 16px;
  margin: 0;
}

.faq .single-item .content {
  padding-top: 15px;
  font-size: 14px;
  font-weight: 400;
  display: none;
}

.single-faq {
  border: 1px solid #cad4de;
  padding: 35px;
  margin-bottom: 30px;
  border-radius: 5px;
  color: #7d91aa;
  font-size: 14px;
  font-weight: 300;
}

.single-faq h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.single-faq h2 span {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 4px;
  margin-right: 20px;
}

@media only screen and (max-width: 991px) {
  .single-faq h2 span {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin-right: 15px;
  }
}

.faq-sidebar-wrap {
  border: 1px solid #cad4de;
  margin-bottom: 30px;
  padding: 35px;
  border-radius: 4px;
}

@media only screen and (max-width: 991px) {
  .faq-sidebar-wrap {
    padding: 15px;
  }
}

.faq-sidebar-wrap h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 15px;
}

.faq-sidebar {
  padding: 0;
  list-style: none;
  margin: 0;
}

.faq-sidebar li {
  position: relative;
  padding-left: 20px;
}

.faq-sidebar li a:hover {
  color: #222;
}

.faq-sidebar li span {
  color: #7d91aa;
  position: absolute;
  left: 0;
  top: 0;
}

/*****************************
 *   08. footer-top
 ***************************** */
footer {
  background-color: #272938;
  color: #7286a0;
  line-height: 24px;
}

.footer-top {
  padding: 65px 0;
}

@media only screen and (max-width: 991px) {
  .footer-top {
    padding: 30px 0;
  }
}

.footer-top .media img {
  width: 60px;
}

.footer-top .media img img {
  width: 100%;
}

.footer_widget h5 {
  font-size: 16px;
}

.footer_widget h4,
.footer_widget h5 {
  color: #7286a0;
}

@media only screen and (max-width: 991px) {
  .footer_widget {
    padding: 15px;
  }
}

.footer_widget h4 {
  margin-bottom: 40px;
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  .footer_widget h4 {
    margin-bottom: 20px;
  }
}

.footer_widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_widget ul li a {
  color: #7286a0;
  padding-bottom: 6px;
}

.footer_widget .media {
  margin-bottom: 14px;
}

.footer_widget .media h5 {
  margin: 0;
  line-height: 20px;
}

.footer_widget .media a {
  color: #7286a0;
  font-size: 14px;
}

.footer_widget .media span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}

.footer_widget .nw_form {
  position: relative;
}

.footer_widget .nw_form input {
  width: 100%;
  display: block;
  background-color: #1f2131;
  border-radius: 3px;
  height: 40px;
  border: 1px solid #1f2131;
  color: #7286a0;
  text-indent: 20px;
}

.footer_widget .nw_form input::-webkit-input-placeholder {
  color: #7286a0;
}

.footer_widget .nw_form input::-moz-placeholder {
  color: #7286a0;
}

.footer_widget .nw_form input:-ms-input-placeholder {
  color: #7286a0;
}

.footer_widget .nw_form input:-moz-placeholder {
  color: #7286a0;
}

.footer_widget .nw_form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  border: none;
  color: #fff;
  padding: 0 15px;
  border-radius: 0 3px 3px 0;
}

.footer-bottom {
  background-color: #1f2131;
  padding: 25px 0;
}

.footer-bottom a {
  color: #7286a0;
  padding: 0 10px;
}

@media only screen and (max-width: 991px) {
  .footer-bottom {
    text-align: center;
  }

  .footer-bottom .text-right {
    text-align: center !important;
    margin-top: 5px;
  }
}

/*****************************
 *   09. tabs-area
 ***************************** */
.tabs-area .tabs-nav {
  display: block;
  padding-bottom: 30px;
  overflow: hidden;
}

.tabs-area .tabs-nav li {
  width: 25%;
  padding: 0 12.5px;
  display: inline-block;
  float: left;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .tabs-area .tabs-nav li {
    width: 50%;
    margin-top: -5px;
  }
}

.tabs-area .tabs-nav li a {
  text-align: center;
  color: #222538;
  display: block;
  border-bottom: 2px solid #222538;
  padding: 25px 0;
}

.tabs-area .tabs-nav li a::after {
  content: "";
  border: 10px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tabs-area .tabs-nav li a i {
  display: block;
  font-size: 24px;
  margin-bottom: 12px;
}

.tabs-area .tabs-nav li a span {
  font-size: 18px;
  font-weight: 700;
}

.tabs-area .tabs-nav li a.active {
  color: #fff;
  border-radius: 5px;
}

.tabs-area .tabs-nav li a.active::after {
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  opacity: 1;
}

.tabs-area .tab-content {
  border: 1px solid #cad4de;
  padding: 40px;
  border-radius: 4px;
}

/*****************************
 *   10. about-area
 ***************************** */
.about-content {
  color: #7d91aa;
  font-weight: 300;
  margin-top: 25px;
}

@media only screen and (max-width: 991px) {
  .about-content {
    margin-bottom: 20px;
  }
}

.about-content h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

.about-content a.button {
  margin-top: 15px;
}

/*****************************
 *   11. team-area
 ***************************** */
.single-team .inner {
  text-align: center;
}

.single-team .inner .team-img {
  position: relative;
}

.single-team .inner .team-img img {
  width: 100%;
}

.single-team .inner .team-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.single-team .inner .team-img:hover::after {
  opacity: 0.4;
}

.single-team .inner .team-content {
  padding: 25px 0;
}

.single-team .inner .team-content h4 {
  font-size: 18px;
  font-weight: 400;
}

.single-team .inner .team-content h5 {
  font-weight: 300;
  font-size: 16px;
  color: #7d91aa;
}

.single-team .inner .team-content a {
  display: inline-block;
  color: #7d91aa;
  padding: 2px;
  margin: 0 3px;
  font-size: 16px;
}

/*****************************
 *   12. contact-area
 ***************************** */
@media only screen and (max-width: 767px) {
  .contact-info {
    margin-bottom: 30px;
  }
}

.contact-info .single-info {
  font-size: 16px;
  font-weight: 300;
}

.contact-info .single-info:not(:last-child) {
  margin-bottom: 20px;
}

.contact-info .single-info h5 {
  font-size: 16px;
  font-weight: 500;
  color: #7d91aa;
}

.contact-info .single-info p:last-child {
  margin-bottom: 0;
}

.contact-info .single-info a {
  color: #333;
  display: inline-block;
  margin-right: 8px;
}

.contact-form {
  border: 1px solid #cad4de;
  padding: 40px;
  border-radius: 3px;
}

.contact-form input:not([type="submit"]),
.contact-form textarea {
  border: 1px solid #cad4de;
  width: 100%;
  background-color: #f9fbfd;
  margin-bottom: 30px;
  border-radius: 3px;
  height: 40px;
  text-indent: 20px;
}

.contact-form input:not([type="submit"])::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  color: #7d91aa;
}

.contact-form input:not([type="submit"])::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: #7d91aa;
}

.contact-form input:not([type="submit"]):-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  color: #7d91aa;
}

.contact-form input:not([type="submit"]):-moz-placeholder,
.contact-form textarea:-moz-placeholder {
  color: #7d91aa;
}

.contact-form input:not([type="submit"]):focus,
.contact-form textarea:focus {
  outline: none;
  border: 1px solid;
}

.contact-form textarea {
  height: 120px;
  padding-top: 10px;
}

.google-map {
  height: 500px;
  width: 100%;
  display: block;
  background-color: #eee;
}

@media only screen and (max-width: 767px) {
  .google-map {
    height: 280px;
  }
}

.google-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*****************************
 *   13. skill-area
 ***************************** */
.skill-area .container {
  background-color: #1f2131;
  border-radius: 5px;
  padding: 70px 100px;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .skill-area .container {
    padding: 40px;
  }
}

.skill-title {
  font-size: 16px;
}

@media only screen and (max-width: 991px) {
  .skill-title {
    margin-bottom: 40px;
  }
}

.skill-title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
}

.skill-title a.button {
  margin-top: 20px;
}

.single-skill {
  margin: 5px 0;
}

.single-skill h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.single-skill .barfiller {
  height: 7px;
  background-color: #8394a7;
  border: none;
  border-radius: 5px;
}

.single-skill .barfiller .fill {
  background-color: #fff !important;
  border-radius: 5px;
}

.single-skill .barfiller .tip {
  right: 0 !important;
  left: auto !important;
  background-color: transparent;
}

.single-skill .barfiller .tip::after {
  opacity: 0;
}

/*****************************
 *   14. pricing-area
 ***************************** */
.single-pricing,
.single-pricing-2 {
  margin: 7.5px 0;
}

.single-pricing .inner,
.single-pricing-2 .inner {
  background-color: #1f2131;
  padding: 35px;
  color: #90a0b2;
  border-radius: 5px;
  font-weight: 300;
}

.single-pricing .inner .title .price,
.single-pricing-2 .inner .title .price {
  width: 85px;
  height: 85px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: #363950;
  position: absolute;
  right: 35px;
  top: 25px;
  border-radius: 15px;
}

.single-pricing .inner .title .price span,
.single-pricing-2 .inner .title .price span {
  color: #fff;
}

.single-pricing .inner .title .price span:first-child,
.single-pricing-2 .inner .title .price span:first-child {
  font-size: 24px;
  font-weight: 700;
}

.single-pricing .inner h2,
.single-pricing-2 .inner h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 24px;
}

.single-pricing .inner ul,
.single-pricing-2 .inner ul {
  list-style: none;
  font-size: 14px;
  line-height: 35px;
  margin: 20px 0;
}

.single-pricing .inner a.button:hover,
.single-pricing-2 .inner a.button:hover {
  background-color: #fff;
  border-color: #fff !important;
}

.single-pricing.active .inner,
.active.single-pricing-2 .inner {
  color: #fff;
}

.single-pricing.active .inner a.button,
.active.single-pricing-2 .inner a.button {
  background-color: #222;
  border-color: #222 !important;
}

.single-pricing-2 .inner {
  text-align: center;
}

.single-pricing-2 .inner .title .price {
  position: static;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
}

.single-pricing-2.active .inner {
  background-color: #1f2131;
  color: #90a0b2;
}

.single-pricing-2.active .inner a.button {
  background-color: #fff;
  border-color: #fff !important;
}

/*****************************
 *   15. extra
 ***************************** */
.single-gallery .inner {
  margin: 15px 0;
  overflow: hidden;
  border-radius: 5px;
}

.single-gallery .inner img {
  width: 100%;
}

.coming-soon {
  background-size: cover;
  background-position: center center;
  padding-top: 70px;
  text-align: center;
}

.coming-soon .coming-soon-box {
  color: #fff;
  padding: 40px;
  border-radius: 5px;
  font-size: 16px;
}

.coming-soon .coming-soon-box h2 {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 20px;
}

.coming-soon .coming-soon-box p {
  margin-bottom: 27px;
}

.coming-soon .coming-soon-logo {
  margin-bottom: 75px;
  display: inline-block;
}

.single-counter {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  margin: 8px;
}

.single-counter span:first-child {
  font-size: 34px;
  display: block;
  font-weight: 600;
}

.single-counter .text {
  font-size: 16px;
  display: block;
}

.error-area {
  background-position: center center;
  background-size: cover;
  text-align: center;
  height: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .error-area {
    height: 300px;
  }
}

.error-area h1 {
  font-size: 40px;
  font-weight: 400;
  margin: 0 0 20px;
}

/* general custom  */

.partner-contacts {
  font-weight: 300;
  font-size: 1.3em;
  margin-bottom: 20px;
}

h1,
h2 {
  padding-bottom: 0.3em;
}

.guides .section~.section h2 {
  padding-top: 1.2em;
}

.guides a {
  display: block;
}

.guides .video h5 {
  font-weight: 300;
  font-size: 1.2em;
}

.guides .inner {
  height: 100%;
}

.guides .contact_emph {
  font-size: 1.2em;
  font-weight: bold;
  color: #666;
}

/*****************************
 *   16. gallery
 *****************************/
.gallery-block.grid-gallery {
  padding-bottom: 60px;
  padding-top: 30px;
}

.gallery-block.grid-gallery .heading {
  margin-bottom: 50px;
  text-align: center;
}

.gallery-block.grid-gallery .heading h2 {
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.gallery-block.grid-gallery a:hover {
  opacity: 0.8;
}

.gallery-block.grid-gallery .item img {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.gallery-block.grid-gallery .item {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .gallery-block.grid-gallery .scale-on-hover:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
  }
}

/*****************************
 *   17. customize
 *****************************/

 .button {
  /* background-color: #007bff;
  border-color: #007bff; */
 }

.ie-logo-hack {
  max-width: 255px;
}

.footer-social a {
  color: #7286a0;
  display: inline-block;
  padding-right: 20px;
  font-size: 1.3em;
}

/* Base */
.ie-logo-hack {
  max-width: 255px;
}

.footer-social a {
  color: #7286a0;
  display: inline-block;
  padding-right: 20px;
  font-size: 1.3em;
}

/* Home page */
#home h1 {
  font-size: 50px;
  line-height: 67px;
  margin: 0 0 25px;
  font-weight: 700;
}

#home h3 span {
  color: #d32f2f;
  font-size: 41px;
}

#home ul.headlines {
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
  list-style: none;
}

#home ul.headlines li {
  padding-left: 1.3em;
}

#home ul.headlines li::before {
  content: "\f00c";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  /* same as padding-left set on li */
  width: 1.3em;
  /* same as padding-left set on li */
}

#home p.lead {
  font-weight: 400;
}

/* Download button  */

.download-button,
.pricing-button {
  display: inline-block;
  background: none;
  outline: none;
  border: none;
  background-color: #0098FF;
  color: #fff;
  -webkit-box-shadow: 2px 2px 5px rgba(94, 124, 232, .2);
  box-shadow: 2px 2px 5px rgba(94, 124, 232, .2);
  padding: 12px 30px 12px 22px;
  border-radius: 40px;
  text-decoration: none;
}

 @media (min-width: 576px) {
    .download-button, .pricing-button {
        font-size: 20px;
    }
}

.mirror-download {
    text-align: center;
    margin-top: 0.7em;
    font-size: 0.9em;
}

.pricing-button {
  background-color: #fff;
  color: #01579b;
  border: 1px solid #0098FF;
  padding-left: 30px;
  width: 100px;
  text-align: center;
  display: inline-block;
  margin-left: 20px;
  letter-spacing: 0.5px;
}

@media (min-width: 375px) {
    .pricing-button {
        width: 124px;
    }
}

@media (min-width: 576px) {
    .pricing-button {
        width: 174px;
    }
}

.download-button:hover {
  color: #fff;
}

.download-button .icon {
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

@media (min-width: 576px) {
    .download-button .icon {
        font-size: 20px;
    }
}       

.hydrated {
  visibility: inherit;
}

ion-icon {
  display: inline-block;
  font-size: inherit;
  visibility: hidden;
}

ion-icon .icon-inner,
ion-icon svg {
  height: 1em;
  width: 1em;
  line-height: 1em;
}

ion-icon svg {
  fill: currentColor;
  stroke: currentColor;
}

ion-icon .icon-inner,
ion-icon svg {
  height: 1em;
  width: 1em;
}

/* Product list */
#home .products-wrapper>div {
  cursor: pointer;
  box-shadow: 0 4px 22px rgba(202, 202, 202, 0.25);
  margin: 0 0px 45px 0;
  border-radius: 5px;
  background-position-y: -2px;
  background-position-x: -2px
}

#home .product-icon {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  float: left
}

#home .main-image {
  display: block;
  margin: 0 auto;
  margin-top: -50px;
  max-width: 100%;
}

#home .products-wrapper>div h3 {
  padding: 25px 0 4px;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #0d2366;
  margin-bottom: 6px;
  line-height: 32px;
  font-family: Muli;
  font-weight: 700;
  outline-color: rgb(13, 35, 102);
}

.features-boxed {
  color: #313437;
  /* background-color:#eef4f7; */
}

.features-boxed p {
  color: #7d8285;
}

.features-boxed h2 {
  font-weight: bold;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .features-boxed h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.features-boxed .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.features-boxed .intro p {
  margin-bottom: 0;
}

.features-boxed .features {
  padding: 50px 0;
}

.features-boxed .item {
  text-align: center;
}

.features-boxed .item .box {
  text-align: center;
  padding: 30px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.84, 0.35, 0.39, 0.74) 0s;
  transition: all 0.3s cubic-bezier(0.84, 0.35, 0.39, 0.74) 0s;
}

.features-boxed .item .box:hover {
  box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.15);
}

.features-boxed .item .icon {
  font-size: 60px;
  color: #1485ee;
  margin-top: 20px;
  margin-bottom: 35px;
}

.features-boxed .item .name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 20px;
  color: inherit;
}

.features-boxed .item .description {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: left;
}

/******************************/
/* Release announce           */
/******************************/
.release-announce {
    background: url(/assets/images/grey-background.jpg) repeat;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    max-width: 500px;
    margin: 0px auto 30px auto;
    padding: 30px 40px;
}
.release-announce .more {
    font-size: 1.1em;
    padding-top: 1em;
}
.release-announce .product {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: rgb(0, 38, 57);
}
.release-announce .product a {
    color: rgb(0, 38, 57);
}
.release-announce .product a:hover {
    color: #0166b6;
    text-decoration: underline;
}
.release-announce .product .version {
    font-size: 0.85em;
    color: rgb(192, 0, 32);
}
.release-announce .date {
        color: rgb(192, 0, 32);
        font-size: 0.85em;
        font-weight: 500;
        font-style: italic;
        margin-bottom: 8px;
}
.release-announce ul {
        margin-bottom: 0;
}
.release-announce ul li {
    font-size: 0.9em;
    line-height: 1.5;
}


/* Client reviews */

.testimonial-area h2 {
  font-size: 32px;
}

.testimonial-area p {
  color: #7d8285;
  font-weight: 400;
}

.testimonial-area .single-slide {
  border: 1px solid red;
  height: 100%;
}

/* Pricing table */

.pricing-table .block-heading {
  padding-top: 50px;
  margin-bottom: 40px;
  text-align: center;
}

.pricing-table .block-heading h2 {
  color: #3b99e0;
}

.pricing-table .block-heading p {
  text-align: center;
  max-width: 420px;
  margin: auto;
  opacity: 0.7;
}

.pricing-table .heading {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-table .item {
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
  border-top: 2px solid #5ea4f3;
  padding: 30px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pricing-table .col-md-5:not(:last-child) .item {
  margin-bottom: 30px;
}

.pricing-table .item button {
  font-weight: 600;
}

.pricing-table .ribbon {
  width: 160px;
  height: 32px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
  background: #4dbe3b;
  transform: rotate(45deg);
  position: absolute;
  right: -42px;
  top: 20px;
  padding-top: 7px;
}

.pricing-table .item p {
  text-align: center;
  margin-top: 20px;
  opacity: 0.7;
  flex-grow: 2;
}

.pricing-table .features .feature {
  font-weight: 600;
}

.pricing-table .features h4 {
  text-align: center;
  font-size: 18px;
  padding: 5px;
}

.pricing-table .price h4 {
  margin: 15px 0;
  font-size: 45px;
  text-align: center;
  color: #2288f9;
}

.pricing-table .buy-now button {
  text-align: center;
  margin: auto;
  font-weight: 600;
  padding: 9px 0;
}

#home-contact h2 {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.125;
  text-align: center;
}

#home-contact p {
  text-align: center;
}

/* Testimonials  */

.testimonial-area .section-title{
  margin-bottom: 0;
}
.col-center {
  margin: 0 auto;
  float: none !important;
}

.carousel {
  margin: 50px auto;
  padding: 0 70px;
}

.carousel .item {
  color: #999;
  font-size: 15px;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  height: 350px; 
}

@media (min-width: 576px) {
  .carousel .item {
      height: 300px;
  }
}

@media (min-width: 768px) {
  .carousel .item {
      height: 300px;
  }
}

@media (min-width: 992px) {
  .carousel .item {
      height: 300px;
  }
}

@media (min-width: 1200px) {
  .carousel .item {
      height: 260px;
  }
}

.carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.carousel .testimonial {
  padding: 30px 0 10px;
}

.carousel .overview {
  font-style: italic;
}

.carousel .overview b {
  text-transform: uppercase;
}

.carousel .carousel-control {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  background: none;
}

.carousel-control i {
  font-size: 68px;
  line-height: 42px;
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
}

.carousel .carousel-indicators {
  bottom: -40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 1px 3px;
}

.carousel-indicators li {
  background: #999;
  border-color: transparent;
}

.carousel-indicators li.active {
  background: #555;
}

/* About page  */

.marquee img {
  width: 400px;
}

@media (min-width: 576px) {
  .marquee img {
    width: 500px;
  }
}

@media (min-width: 992px) {
  .marquee img {
    width: 600px;
  }
}


/* Product page */

#product-page h1 {
  font-size: 2.5em;
  line-height: 67px;
}

#product-page h2 {
  font-size: 1.5em;
}

#product-page h4 {
  font-size: 1.25em;
  line-height: 34px;
  font-weight: 300;
}

#product-page .main-image {
  display: block;
  margin: 0 auto;
  margin-top: -50px;
  max-width: 100%;
}

#product-page .features h4 {
  font-weight: 700;
  font-size: 18px;
  margin: 0px 0 12px 0;
  line-height: 1.1;
}

.features-title,
.components-title {
  margin: 30px 0 10px;
  padding-top: 50px;
  font-size: 20px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.37);
  letter-spacing: 1.5px;
  font-weight: 600;
  text-align: center;
}

#product-page .features p {
  font-size: 16px;
  color: #59697d;
  line-height: 1.45;
  margin: 0 0 10px;
}

#product-page .features .icon {
  position: absolute;
  left: 16px;
  font-size: 28px;
  color: #2789e4;
}

.circle {
  border-radius: 50%;
  position: absolute;
  width: 30px;
  height: 30px;
  background: rgba(40, 128, 237, .1);
  top: 0;
  left: 12px;
}

#product-page .features .item {
  padding-left: 70px;
  position: relative;
  margin-bottom: 30px;
}

#product-page p.description {
  font-weight: 300;
  color: #000;
  font-size: 1.1em;
}

#product-page .features-title {
  margin: 0 0 40px 0;
  padding-top: 20px;
  font-size: 1.7em;
}

/* Version history */

section.releases {
  margin: 0px auto 40px auto;
  max-width: 800px;
  font-size: 16px;
  color: #42424c;
 }

 section.releases ul {
   margin-bottom: 0;
   padding-left: 20px;
 }
 
 section.releases .version {
  display: flex;
  padding: 30px 30px 0;
  border-top: 1px solid #ddd;
  max-width: 1000px;
  margin: 0 auto 30px;
}

@media (max-width:900px) {
  section.releases .version {
   flex-direction:column;
   padding-left: 15px;
   padding-right: 15px;
   max-width: 90%;
  }
 }

 section.releases .intro {
   padding-bottom: 20px;
   font-size: 20px;
   font-weight: 300;
 }

section.releases .heading {
  margin-bottom: 20px;
  font-size: 20px;
  width: 240px;
  flex-shrink: 0;
}

section.releases .heading .date {
  color: grey;
  font-size: 15px;
  display: block;
  margin-top: 3px;
}

section.releases .version .release-badge.new {
  border-color: #49aee4;
  color: #49aee4;
}

section.releases .version .release-badge.improved {
  border-color: #88bf57;
  color: #79b544;
}

section.releases .version .release-badge.fixed {
  border-color: #6d7a8a;
  color: #6d7a8a;
}

section.releases .version .release-badge {
  padding: 0px 10px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
  border: 1px solid #fff;
  border-top-color: rgb(255, 255, 255);
  border-right-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
  border-left-color: rgb(255, 255, 255);
}

.customers-scroll img {
    width: 280px;
}

@media (min-width: 375px) {
    .customers-scroll img {
        width: 330px;
    }
}

@media (min-width: 576px) {
    .customers-scroll img {
        width: 500px;
    }
}

@media (min-width: 992px) {
    .customers-scroll img {
        width: 600px;
    }
}


/***************************************/
/*   Snowflakes Animation              */
/***************************************/

.snowflakes {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
    overflow: hidden;
}

.snowflake {
    position: absolute;
    top: -20px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    animation: fall linear infinite;
    will-change: transform;
}

.snowflake:nth-child(1)  { left: 5%;  font-size: 0.8rem;  animation-duration: 10s; animation-delay: 0s; }
.snowflake:nth-child(2)  { left: 15%; font-size: 1.2rem;  animation-duration: 12s; animation-delay: 1s; }
.snowflake:nth-child(3)  { left: 25%; font-size: 0.9rem;  animation-duration: 8s;  animation-delay: 3s; }
.snowflake:nth-child(4)  { left: 35%; font-size: 1rem;    animation-duration: 14s; animation-delay: 2s; }
.snowflake:nth-child(5)  { left: 50%; font-size: 0.7rem;  animation-duration: 9s;  animation-delay: 4s; }
.snowflake:nth-child(6)  { left: 60%; font-size: 1.1rem;  animation-duration: 11s; animation-delay: 0.5s; }
.snowflake:nth-child(7)  { left: 70%; font-size: 0.85rem; animation-duration: 13s; animation-delay: 2.5s; }
.snowflake:nth-child(8)  { left: 80%; font-size: 1rem;    animation-duration: 10s; animation-delay: 1.5s; }
.snowflake:nth-child(9)  { left: 88%; font-size: 0.75rem; animation-duration: 8s;  animation-delay: 3.5s; }
.snowflake:nth-child(10) { left: 95%; font-size: 1.15rem; animation-duration: 12s; animation-delay: 0s; }

@keyframes fall {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(100vh) rotate(360deg);
        opacity: 0.3;
    }
}

@media (prefers-reduced-motion: reduce) {
    .snowflakes {
        display: none;
    }
}

/***************************************/
/*   Discount Block                    */
/***************************************/

/* Old promo background:
.discount-block {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: #FFF;
}
*/
.discount-block {
    background: linear-gradient(135deg, #667eea 0%, #9b59b6 50%, #e891c0 100%);
    color: #FFF;
    position: relative;
    overflow: hidden;
}

.discount-block::before {
    content: '\1F430';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.5rem;
    animation: bunny-hop 2s ease-in-out infinite;
}

.discount-block::after {
    content: '\1F430';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
    font-size: 2.5rem;
    animation: bunny-hop 2s ease-in-out infinite 0.5s;
}

@keyframes bunny-hop {
    0%, 100% { transform: translateY(-50%) translateX(0); }
    25% { transform: translateY(-70%) translateX(5px); }
    50% { transform: translateY(-50%) translateX(10px); }
    75% { transform: translateY(-70%) translateX(5px); }
}

.discount-block .discount-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 1.5rem;
    margin: 0 auto;
    padding: 18px 60px;
    font-size: 1.2rem;
}

.discount-block .discount-text .discount-headline {
    font-weight: 600;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.discount-block .discount-text .discount-offer {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 1.3rem;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    animation: pulse-glow 2s ease-in-out infinite;
}

@keyframes pulse-glow {
    0%, 100% { box-shadow: 0 0 5px rgba(255,107,107,0.4); }
    50% { box-shadow: 0 0 20px rgba(255,107,107,0.8), 0 0 40px rgba(255,107,107,0.3); }
}

.discount-block .discount-text .discount-details {
    color: rgba(255,255,255,0.95);
    font-size: 1.1rem;
}

.discount-block .discount-text .discount-details strong {
    background: rgba(255,255,255,0.2);
    padding: 3px 10px;
    border-radius: 12px;
    font-family: monospace;
    letter-spacing: 1.5px;
    border: 1px solid rgba(255,255,255,0.3);
}

.discount-block .discount-text .discount-products {
    color: rgba(255,255,255,0.6);
    font-size: 0.85rem;
}

.discount-block .discount-text .discount-products a {
    color: rgba(255,255,255,0.95);
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.discount-block .discount-text .discount-products a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

@media (max-width: 768px) {
    .discount-block .discount-text {
        flex-direction: column;
        gap: 0.4rem;
        padding: 10px 15px;
    }

    .discount-block .discount-text .discount-headline {
        font-size: 1rem;
    }

    .discount-block::before,
    .discount-block::after {
        display: none;
    }

    .discount-block .discount-text .discount-products {
        font-size: 0.8rem;
    }
}

/***************************************/
/*   Easter Falling Animation          */
/***************************************/

.easter-fall {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
    overflow: hidden;
}

.easter-item {
    position: absolute;
    top: -40px;
    font-size: 1.2rem;
    animation: easter-drop linear infinite;
    will-change: transform;
}

.easter-item:nth-child(1)  { left: 3%;  font-size: 0.9rem; animation-duration: 11s; animation-delay: 0s; }
.easter-item:nth-child(2)  { left: 12%; font-size: 1.3rem; animation-duration: 13s; animation-delay: 1.2s; }
.easter-item:nth-child(3)  { left: 22%; font-size: 1rem;   animation-duration: 9s;  animation-delay: 3s; }
.easter-item:nth-child(4)  { left: 33%; font-size: 1.2rem; animation-duration: 14s; animation-delay: 0.5s; }
.easter-item:nth-child(5)  { left: 44%; font-size: 0.8rem; animation-duration: 10s; animation-delay: 4s; }
.easter-item:nth-child(6)  { left: 55%; font-size: 1.4rem; animation-duration: 12s; animation-delay: 2s; }
.easter-item:nth-child(7)  { left: 65%; font-size: 1rem;   animation-duration: 15s; animation-delay: 1s; }
.easter-item:nth-child(8)  { left: 75%; font-size: 1.3rem; animation-duration: 11s; animation-delay: 3.5s; }
.easter-item:nth-child(9)  { left: 85%; font-size: 1.1rem; animation-duration: 9s;  animation-delay: 2.5s; }
.easter-item:nth-child(10) { left: 93%; font-size: 1.2rem; animation-duration: 13s; animation-delay: 0.8s; }
.easter-item:nth-child(11) { left: 8%;  font-size: 0.8rem; animation-duration: 16s; animation-delay: 5s; }
.easter-item:nth-child(12) { left: 48%; font-size: 1.1rem; animation-duration: 10s; animation-delay: 6s; }

@keyframes easter-drop {
    0% {
        transform: translateY(0) rotate(0deg) scale(1);
        opacity: 0.9;
    }
    50% {
        transform: translateY(50vh) rotate(180deg) scale(1.1);
        opacity: 1;
    }
    100% {
        transform: translateY(105vh) rotate(360deg) scale(0.9);
        opacity: 0.2;
    }
}

@media (prefers-reduced-motion: reduce) {
    .easter-fall {
        display: none;
    }
}

/***************************************/
/*   Landing Page                      */
/***************************************/

/* Hero */
.landing-hero {
    background: linear-gradient(135deg, #1a2a6c 0%, #2d3666 40%, #4f83cc 100%);
    color: #fff;
    padding: 80px 0 60px;
}

.landing-hero h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.landing-hero-subtitle {
    font-size: 24px;
    font-weight: 300;
    opacity: 0.9;
    margin-bottom: 30px;
}

.landing-hero-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 35px;
    display: inline-block;
    text-align: left;
}

.landing-hero-bullets li {
    font-size: 19px;
    padding: 5px 0;
    position: relative;
    padding-left: 25px;
}

.landing-hero-bullets li strong {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #88bf57;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
}

.landing-hero-bullets li::before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #88bf57;
}

.landing-hero-cta {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.landing-hero-cta .button {
    font-size: 19px;
    padding: 0 30px;
    line-height: 46px;
}

.landing-hero-cta .button-2 {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.6);
}

.landing-hero-cta .button-2:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.landing-cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.landing-cta-buttons .button {
    font-size: 19px;
    padding: 0 30px;
    line-height: 46px;
}

.landing-hero-image img {
    max-width: 380px;
    width: 100%;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3));
}

@media (max-width: 991px) {
    .landing-hero-image {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .landing-hero {
        padding: 50px 0 40px;
    }

    .landing-hero h1 {
        font-size: 34px;
    }

    .landing-hero-subtitle {
        font-size: 19px;
    }

    .landing-hero-image img {
        max-width: 260px;
    }
}

/* Benefits */
.landing-benefits {
    padding: 60px 0;
}

.landing-benefits .section-title p {
    font-size: 22px;
    font-weight: 400;
    color: #484848;
}

.landing-benefit-icon {
    font-size: 48px;
    color: #4f83cc;
    margin-bottom: 15px;
}

/* Pain Points */
.landing-pain-points {
    padding: 60px 0;
}

.landing-pain-points .table th {
    background-color: #2d3666;
    color: #fff;
    font-weight: 600;
    border: none;
}

.landing-pain-points .table td {
    vertical-align: middle;
    font-size: 17px;
}

/* Key Features */
.landing-features {
    padding: 60px 0;
}

.landing-feature-card {
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    height: 100%;
    transition: box-shadow 0.3s ease;
}

.landing-feature-card:hover {
    box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.15);
}

.landing-feature-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #2d3666;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #4f83cc;
}

.landing-feature-card ul {
    padding-left: 20px;
    margin: 0;
}

.landing-feature-card ul li {
    font-size: 17px;
    line-height: 34px;
    color: #484848;
}

/* Business Value */
.landing-business {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: #fff;
    padding: 60px 0;
}

.landing-business .section-title h2 {
    color: #fff;
}

.landing-business .section-title p {
    color: rgba(255, 255, 255, 0.8);
}

.landing-business-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.landing-business-list li {
    font-size: 19px;
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
}

.landing-business-list li::before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #88bf57;
}

/* Compliance */
.landing-compliance {
    padding: 60px 0;
}

.landing-compliance-card {
    background: #fff;
    border-radius: 5px;
    padding: 30px 20px;
    height: 100%;
    transition: box-shadow 0.3s ease;
}

.landing-compliance-card:hover {
    box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.15);
}

.landing-compliance-icon {
    font-size: 48px;
    color: #4f83cc;
    margin-bottom: 15px;
}

.landing-compliance-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #2d3666;
    margin-bottom: 10px;
}

.landing-compliance-card p {
    font-size: 17px;
    color: #7d8285;
    margin: 0;
}

/* Tech Specs */
.landing-specs {
    padding: 60px 0;
}

.landing-spec-label {
    width: 200px;
    white-space: nowrap;
    color: #2d3666;
}

/* FAQ */
.landing-faq-section {
    padding: 60px 0;
}

.landing-faq-section .section-title {
    margin-bottom: 30px;
}

/* Benefit SVG Icons */
.landing-benefit-svg {
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
}

/* Stats Counter Strip */
.landing-stats {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 40px 0;
}

.landing-stat-item {
    padding: 10px 15px;
}

.landing-stat-number {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
}

.landing-stat-label {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

@media (max-width: 575px) {
    .landing-stat-number {
        font-size: 32px;
    }

    .landing-stat-label {
        font-size: 12px;
    }
}

/* Pain Points Icons */
.landing-pain-points .fa-times-circle {
    margin-right: 6px;
    font-size: 16px;
}

.landing-pain-points .fa-check-circle {
    margin-right: 6px;
    font-size: 16px;
}

/* Feature Card Header with Icon */
.landing-feature-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #4f83cc;
}

.landing-feature-card-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.landing-feature-card-header h3 {
    margin: 0;
    padding: 0;
    border: none;
}

/* Trusted By Section */
.landing-trusted-by {
    padding: 60px 0;
}

.landing-trusted-img {
    max-width: 100%;
    max-height: 700px;
    object-fit: cover;
    object-position: top;
    border-radius: 8px;
}

/* CTA Product Boxes */
.landing-cta-boxes {
    max-width: 700px;
    width: 100%;
    display: block;
    margin: 30px auto 0;
}

/* Wave Section Dividers */
.landing-wave-hero {
    position: relative;
}

.landing-wave-hero::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 50px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 50' preserveAspectRatio='none'%3E%3Cpath fill='%23f5f7fa' d='M0,25 C360,50 720,0 1080,25 C1260,37.5 1380,50 1440,50 L1440,50 L0,50 Z'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.landing-wave-features {
    position: relative;
}

.landing-wave-features::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 50px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 50' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0,25 C360,0 720,50 1080,25 C1260,12.5 1380,0 1440,0 L1440,50 L0,50 Z'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.landing-wave-compliance {
    position: relative;
}

.landing-wave-compliance::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 50px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 50' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0,25 C360,50 720,0 1080,25 C1260,37.5 1380,50 1440,50 L1440,50 L0,50 Z'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.landing-wave-hero + .landing-benefits,
.landing-wave-features + .landing-business,
.landing-wave-compliance + .testimonial-area {
    padding-top: 80px;
}

