@charset "utf-8";


/* Global Configuration */

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/open-sans-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v29-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body, html {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    font-size: 18px;
    line-height: 25px;
    color: #777;
}
p {
    text-align: justify;
}
.textblock{
	text-align: justify;
}
a {
    color: #399fb5;
    text-decoration: none;
}
a:hover {
    color: #1e798c;
    text-decoration: none;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1170px;
    }
}

/* Sticky icon */
.sticky-icon  {
	z-index:1;
	position:fixed;
	top:50%;
	right:0%;
	width:280px;
	display:flex;
	flex-direction:column;}  
.sticky-icon a  {
	transform:translate(220px,0px);
	border-radius:50px 0px 0px 50px;
	text-align:left;
	margin:2px;
	text-decoration:none;
	text-transform:uppercase;
	padding:10px;
	font-size:22px;
	font-family:'Oswald', sans-serif;
	transition:all 0.8s;}
.sticky-icon a:hover  {
	color:#FFF;
	transform:translate(0px,0px);}	
.sticky-icon a:hover i  {
	transform:rotate(360deg);}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
	
.sticky-demo  {
	background-color:#FD1D1D;
	color:#FFF;}
	
					
.sticky-icon a i {
	background-color:#FFF;
	height:40px;
	width:40px;
	color:#000;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	margin-right:20px;
	transition:all 0.5s;}
	
.sticky-icon a i.fa-desktop  {
	background-color:#FFF;
	color:#FD1D1D;}
	

		

/* Badges */
.badge-primary {
	background-color: #399fb5;
}

/* 404 */
.err-404 {
position: relative;
margin-top: 40px;
color: #494949;
font-weight: 800;
font-size: 150px;
line-height: 1;
}
.err-404:before {
position: absolute;
top: -33px;
left: 47.6%;
color: #f0f0f0;
content: "\f119";
font-weight: normal;
font-size: 60px;
font-family: FontAwesome;
}

/*Accordion*/
.accordion-button:not(.collapsed) {
color: white;
background-color: #399fb5;
box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform:rotate(-180deg)
}
.accordion-button{
	color: #14829a;
}

/*Cards*/
.card-margin {
    margin-bottom: 1.875rem;
}

.card {
    border: 0;
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    /*border: 1px solid #e6e4e9;
    border-radius: 8px;*/
    border-radius: 0px;
    height: 100%;
}
.card-title{
	margin-bottom: .5rem;
	text-align: center;
	width: 100%;
}
.card .card-header.no-border {
    border: 0;
}
.card .card-header {
    background: none;
    padding: 0 0.9375rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    min-height: 50px;
}
.card-header:first-child {
    border-radius: calc(8px - 1px) calc(8px - 1px) 0 0;
}

.widget-49 .widget-49-title-wrapper {
  display: flex;
  align-items: center;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-width: 68px;
  min-height: 68px;
  border-radius: 50%;
  margin-left:0.8rem;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-box .widget-49-primary {
  color: #47C8E6;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}


.widget-49 .widget-49-title-wrapper .widget-49-date-box .widget-49-secondary {
  color: #3FB2CC;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-box .widget-49-success {
  color: #399fb5;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-box .widget-49-info {
  color: #36afff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-box .widget-49-warning {
  color: #FFC868;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-box .widget-49-danger{
  color: #F95062;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-box .widget-49-light {
  color: #4BD4F2;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-box .widget-49-dark {
  color: #205966;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-box .widget-49-base {
  color: #208399;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-pro-title {
  color: #3c4142;
  font-size: 15px;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-meeting-time {
  color: #B1BAC5;
  font-size: 14px;
}

.widget-49 .widget-49-meeting-points {
  font-weight: 400;
  font-size: 14px;
  margin-top: .5rem;
}

.widget-49 .widget-49-meeting-points .widget-49-meeting-item {
  display: list-item;
  color: #727686;
}

.widget-49 .widget-49-meeting-points .widget-49-meeting-item span {
  margin-left: .5rem;
}

.widget-49 .widget-49-meeting-action {
  text-align: right;
}

.widget-49 .widget-49-meeting-action a {
  text-transform: uppercase;
}


/*Bestellformular*/
.congrats {
color: #4fb830;
text-transform: uppercase;
font-weight: bold;
font-size: 30px;
}
.success-icon {
margin-bottom: 15px;
color: #ecc686;
font-size: 90px;
}


/* ttip container */
.ttip {
  position: relative;
  display: inline-block;
}

/* ttip text */
.ttip .ttiptext {
  visibility: hidden;
  width: 120px;
  bottom: 100%;
  left: 50%; 
  margin-left: -60px;
  background-color: #1e798c;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the ttip text - see examples below! */
  position: absolute;
  z-index: 1;
}

.ttip .ttiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the ttip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #1e798c transparent transparent transparent;
}

/* Show the ttip text when you mouse over the ttip container */
.ttip:hover .ttiptext {
  visibility: visible;
}

/* Colors */
.link-info {
    color: #399fb5 !important;
}
.text-danger {
    color: #ff0000 !important;
}
.text-primary {
    color: #399fb5 !important;
}

/* Login Header */
header.header-login.bg-dark {
    background: #333 !important;
    color: #c3c3c3;
    padding: 40px 0 15px 0;
    transition: height 0.35s ease;
    overflow: hidden;
    height: 0;
}
header.header-login.bg-dark:not(.active) {
    display: none;
}
header.header-login.bg-dark .form-group {
    transform: skew(-25deg);
    background: #fff;
    margin: 0 5px;
}
header.header-login.bg-dark .form-group .form-control {
    height: 30px;
    font-size: 11px;
    padding: 0 12px;
    color: #555;
    background: transparent;
    border: none;
    transform: skew(25deg);
    box-shadow: none;
    outline: none;
    border-radius: 0;
}
header.header-login.bg-dark .btn.btn-primary {
    margin: 0 5px;
    transform: skew(-25deg);
    background: #399fb5;
    border-color: #399fb5;
    border-radius: 0;
    box-shadow: none;
    height: 30px;
    padding: 0 11px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
    font-size: 11px;
}
header.header-login.bg-dark .btn.btn-primary span {
    transform: skew(25deg);
    display: inline-block;
}

.loginform .form-group {
    transform: skew(-25deg);
    background: #fff;
    margin: 0 5px;
    border: 1px solid #399fb5;
}
.loginform .form-group .form-control {
    height: 30px;
    font-size: 11px;
    padding: 0 12px;
    color: #555;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
}
.loginform .btn.btn-primary {
    margin: 0 5px;
    transform: skew(-25deg);
    background: #399fb5;
    border-color: #399fb5;
    border-radius: 0;
    box-shadow: none;
    height: 30px;
    padding: 0 11px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
    font-size: 11px;
}
.loginform .btn.btn-primary span {
    transform: skew(25deg);
    display: inline-block;
}
.loginform .skew25{
	transform: skew(25deg);
}

header.header-login.bg-dark .btn.btn-close {
    position: absolute;
    top: 5px;
    right: 25px;
    color: #fff;
    font-size: 22px;
    margin: 0;
    outline: none;
    box-shadow: none;
    background: none;
    border: none;
}

/* Contact Header */
header.header-contact.bg-light {
    background: #f4f4f4 !important;
    border-bottom: 1px solid #eee;
}
header.header-contact.bg-light .nav .nav-item + .nav-item {
    border-left: 1px solid #e9e9e9;
}
header.header-contact.bg-light .nav .nav-item .nav-link {
    padding: 0;
    line-height: 39px;
    font-size: 11px;
    color: #a2a2a2;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 10px;
}
header.header-contact.bg-light .nav .nav-item:not(:first-child) .nav-link {
    padding-left: 10px;
}
header.header-contact.bg-light .nav .nav-item .nav-link:hover {
    text-decoration: underline;
}
header.header-contact.bg-light .nav .nav-item .nav-link i {
    font-size: 13px;
}
header.header-contact.bg-light .nav .nav-item .nav-link span {
    padding-left: 5px;
}

/* Navigation Header */
header.header-navigation {
    border-bottom: 9px solid #f4f4f4;
    position: sticky;
    top: 0;
    z-index: 99;
}
header.header-navigation .navbar-brand img {
    height: 40px;
    margin-top: 4.5px;
}
header.header-navigation .nav-item .nav-link {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 24px 17px 13px 17px;
    background: transparent;
    position: relative;
    border-left: 1px solid #eee;
    transition: 0.15s ease all;
}
header.header-navigation .nav-item .nav-link i {
    font-size: 16px;
    color: #b8b8b8;
}
header.header-navigation .nav-item .nav-link span {
    margin-top: 5px;
    font-size: 14.5px;
}
header.header-navigation .nav-item .nav-link:after {
    display: none;
}
header.header-navigation .nav-item.dropdown:hover .nav-link,
header.header-navigation .nav-item .nav-link.active,
header.header-navigation .nav-item .nav-link:hover {
    background: #399fb5;
    color: #fff !important;
    padding: 27px 17px 10px 17px;
}
header.header-navigation .nav-item.dropdown:hover .nav-link i,
header.header-navigation .nav-item .nav-link.active i,
header.header-navigation .nav-item .nav-link:hover i {
    color: #fff;
}
header.header-navigation .nav-item .nav-link:before {
    position: absolute;
    bottom: -9px;
    left: -3px;
    width: 100%;
    height: 9px;
    background: #328ea3;
    content: ' ';
    transform: skew(-35deg);
    border-left: 1px solid #328ea3;
    transition: 0.15s ease all;
    opacity: 0;
    visibility: hidden;
}
header.header-navigation .nav-item.dropdown:hover .nav-link:before,
header.header-navigation .nav-item .nav-link.active:before,
header.header-navigation .nav-item .nav-link:hover:before {
    opacity: 1;
    visibility: visible;
}
@media (min-width: 768px) {
    header.header-navigation .dropdown .dropdown-menu {
        border-radius: 0;
        box-shadow: none !important;
        background: transparent;
        border: none;
        padding: 0;
        display: block;
        position: absolute;
        opacity: 0;
        visibility: hidden;
    }
    header.header-navigation .dropdown:hover .dropdown-menu {
        inset: 0 auto auto 0;
        margin: 0;
        transform: translate(-4px, 92px);
        opacity: 1;
        visibility: visible;
    }
}
header.header-navigation .dropdown .dropdown-menu .dropdown-item {
    font-size: 13px;
    color: #fff;
    background: #399fb5;
    padding: 0 15px;
    line-height: 40px;
    transform: rotateY(-50deg);
    opacity: 0;
    transition: 0.4s ease all;
}
header.header-navigation .dropdown:hover .dropdown-menu .dropdown-item {
    opacity: 1;
    transform: none;
}
header.header-navigation .dropdown .dropdown-menu .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4fb3c8;
}
header.header-navigation .dropdown .dropdown-menu .dropdown-item:hover {
    background: #328ea3;
}
header.header-navigation .dropdown .dropdown-menu .dropdown-item i {
    margin-right: 8px;
}
header.header-navigation .dropdown .dropdown-menu li:nth-child(1) .dropdown-item {
    transition-delay: 0ms;
}
header.header-navigation .dropdown .dropdown-menu li:nth-child(2) .dropdown-item {
    transition-delay: 50ms;
}
header.header-navigation .dropdown .dropdown-menu li:nth-child(3) .dropdown-item {
    transition-delay: 100ms;
}
header.header-navigation .dropdown .dropdown-menu li:nth-child(4) .dropdown-item {
    transition-delay: 150ms;
}
header.header-navigation .dropdown .dropdown-menu li:nth-child(5) .dropdown-item {
    transition-delay: 200ms;
}
header.header-navigation .dropdown .dropdown-menu li:nth-child(6) .dropdown-item {
    transition-delay: 250ms;
}
header.header-navigation .dropdown .dropdown-menu li:nth-child(7) .dropdown-item {
    transition-delay: 300ms;
}
header.header-navigation .dropdown .dropdown-menu li:nth-child(8) .dropdown-item {
    transition-delay: 350ms;
}
header.header-navigation .dropdown .dropdown-menu li:nth-child(9) .dropdown-item {
    transition-delay: 400ms;
}
header.header-navigation .dropdown .dropdown-menu li:nth-child(10) .dropdown-item {
    transition-delay: 450ms;
}
header.header-navigation .dropdown .dropdown-menu li:nth-child(11) .dropdown-item {
    transition-delay: 500ms;
}
header.header-navigation.active {
    border-bottom: none;
    box-shadow: rgba(0,0,0,0.1) 0 1px 4px;
    margin-bottom: 41px;
}
header.header-navigation.active .navbar-brand img {
    height: 40px;
    margin-top: 0;
}
header.header-navigation.active .nav-item .nav-link {
    height: 60px;
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
}
header.header-navigation.active .nav-item.dropdown:hover .nav-link,
header.header-navigation.active .nav-item .nav-link.active span,
header.header-navigation.active .nav-item .nav-link:hover span,
header.header-navigation.active .nav-item .nav-link:hover span {
    background: none;
    color: #399fb5 !important;
    padding-top: 0;
    padding-bottom: 0;
}
header.header-navigation.active .nav-item .nav-link:before {
    display: none;
}
header.header-navigation.active .nav-item .nav-link i {
    opacity: 0;
    display: none;
}
header.header-navigation.active .nav-item .nav-link span {
    margin-top: 0;
    color: #777 !important;
}
header.header-navigation.active .dropdown:hover .dropdown-menu {
    inset: 0 auto auto 0;
    margin: 0;
    transform: translate(0, 60px);
    opacity: 1;
    visibility: visible;
}
header.header-navigation .navbar-collapse {
    flex-grow: 0;
}

/* Slider */
.slider {
    background: #999;
    position: relative;
    overflow: hidden;
    user-select: none;
}

.slider .slide-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 50px;
    height: 60px;
    background: #fff;
    margin: auto;
    transform: skewX(25deg);
    z-index: 2;
    border: none;
    box-shadow: none;
    display: block !important;
    transition: 0.2s ease-out opacity;
    opacity: 0;
    color: #a0a0a0;
}
.slider .slide-left:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 60px;
    font-family: 'FontAwesome', sans-serif;
    content: '\f104';
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    transform: skewX(-25deg);
}
.slider .slide-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 50px;
    height: 60px;
    background: #fff;
    margin: auto;
    transform: skewX(-25deg);
    z-index: 2;
    border: none;
    box-shadow: none;
    display: block !important;
    transition: 0.2s ease-out opacity;
    opacity: 0;
    color: #a0a0a0;
}
.slider .slide-right:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 60px;
    font-family: 'FontAwesome', sans-serif;
    content: '\f105';
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    transform: skewX(25deg);
}
.slider .slide-left:hover,
.slider .slide-right:hover {
    background: #399fb5;
    color: #fff;
}
.slider:hover .slide-left,
.slider:hover .slide-right {
    opacity: 1;
}
.slider .slide {
    position: relative;
}
.slider .slide .slideHidden {
    display: none;
}
.slider .slide .slideShow {
    display: block;

}


.slider .slide img.slide-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    user-select: none;
}
.slider .slide .container {
    position: relative;
    z-index: 1;
    height: 510px;
    max-width: 1010px;
    font-size: 1010px;
}
@media (max-width: 1200px) {
    /* Required for auto-scaling down */
    .slider .slide .container {
        max-width: calc(100% - 60px);
        width: 100%;
        font-size: calc(100vw - 60px);
        height: 50vw;
    }
}
@media (max-width: 768px) {
    /* Required for auto-scaling down */
    .slider .slide .container {
        max-width: calc(100% - 30px);
        width: 100%;
        font-size: calc(100vw - 30px);
        height: 50vw;
    }
}
.slider .slide-icon {
    border: 5px solid #fff;
    font-size: 0.0594059405940594em;
    line-height: 0.0445544554455446em;
    border-radius: 50%;
    background: #399fb5;
    color: #fff;
}

.slider .slide-image,
.slider .slide-caption,
.slider .slide-widget,
.slider .slide-icon,
.slider .textillate-char {
    opacity: 0;
}
.slider .textillate-char {
    display: inline-block;
}
.slider .textillate-char.animate__animated,
.slider .textillate-char.animate__finished,
.slider .slide-image.animate__animated,
.slider .slide-image.animate__finished,
.slider .slide-caption.animate__animated,
.slider .slide-caption.animate__finished,
.slider .slide-widget.animate__animated,
.slider .slide-widget.animate__finished,
.slider .slide-icon.animate__animated,
.slider .slide-icon.animate__finished {
    opacity: 1;
}
.slider .slide-image video {
    border: 3px solid #399fb5;
    border-radius: 0.25rem;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
.slider .slide-caption {
    line-height: normal;
    white-space: nowrap;
}
.slider .slide-caption.fw-bolder {
    font-weight: 800 !important;
}
.slider .slide-caption.fs-1 {
    font-size: 0.01485148514851485em !important;
}
.slider .slide-caption.fs-3 {
    font-size: 0.0198019801980198em !important;
}
.slider .slide-caption.fs-4 {
    font-size: 0.0297029702970297em !important;
}
.slider .slide-caption.fs-5 {
    font-size: 0.0396039603960396em !important;
}
.slider .slide-caption.fs-6 {
    font-size: 0.05940594059405941em !important;
}
.slider button {
    display: none;
}
.slider .tns-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    z-index: 1;
}
.slider .tns-nav button {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    border: none;
    box-shadow: rgba(0,0,0,0.2) 0 1px 2px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    padding: 0;
    position: relative;
}
.slider .tns-nav button.tns-nav-active:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background: #399fb5;
    border-radius: 50%;
    content: ' ';
}
.slider .tns-outer .tns-controls {
    display: none;
}

/* Section */
section {
    padding: 40px;
    overflow: hidden;
}
section h6 {
    color: #399fb5;
    font-size: 19px;
    font-weight: 400;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 25px;
    border-bottom: 1px solid #e2e2e2;
}
section h5 {
    color: #399fb5;
    font-size: 22px;
    font-weight: 300;
    position: relative;
}
section h3, .seoh1 {
    color: #399fb5;
    font-size: 22px;
    font-weight: 400;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
}
section h3:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 80px;
    height: 1px;
    background: #399fb5;
    content: ' ';
}
section h3:after {
    position: absolute;
    bottom: -3px;
    left: 22.5px;
    margin: auto;
    width: 35px;
    height: 5px;
    background: #399fb5;
    content: ' ';
}
section h3.text-center:before {
    left: 0;
    right: 0;
    margin: auto;
}
section h3.text-center:after {
    left: 0;
    right: 0;
    margin: auto;
}
section h3.title-alt {
    color: #399fb5;
    font-size: 22px;
    font-weight: 400;
    position: relative;
    padding-bottom: 0;
    border-bottom: none;
}
section h3.title-alt span {
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    display: inline-block;
    position: relative;
}
section h3.title-alt span:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 3px;
    background: #399fb5;
    content: ' ';
}
section h3.title-alt.border-small span:before {
    width: 20%;
}
section h3.title-alt:after,
section h3.title-alt:before {
    display: none;
}

/* Features */
.features-section {	    
    background: url("../img/features-bg.jpg") center no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.features-section:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    z-index: 0;
    background: rgba(57,159,181,.7);
}
.features-section .container {
    position: relative;
    z-index: 1;
}
.features-section .box {
    background: #eee;
    padding: 0 30px;
}
.features-section .feature-item {
    display: block;
    position: relative;
    background: #eee;
    padding: 50px 0;
    transition: 0.1s ease all;
}
.features-section .feature-item .icon {
    width: 103px;
    height: 103px;
    margin: 0 auto 30px auto;
    border: 3px solid #fff;
    box-shadow: inset rgba(0,0,0,0.4) 0 0 13px;
    border-radius: 50%;
    text-align: center;
    line-height: 95px;
    font-size: 38px;
    color: #399fb5;
    transition: 0.3s ease all;
}
.features-section .feature-item h3 {
    margin: 0 0 10px;
    padding: 0 15px 10px;
    text-align: center;
    font-size: 23px;
    color: #777;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    transition: 0.1s ease all;
}
.features-section .feature-item h3:after,
.features-section .feature-item h3:before {
    display: none;
}
.features-section .feature-item p {
    text-align: left;
    padding: 0 15px;
    transition: 0.1s ease all;
}
.features-section .feature-item:hover {
    background: #399fb5;
    color: #fff;
}
.features-section .feature-item:hover .icon {
    transform: rotate(360deg);
    color: #fff;
}
.features-section .feature-item:hover h3 {
    color: #fff;
}

/* Reviews */
.reviews-section .review-progress {
    display: block;
    position: relative;
    margin-bottom: 25px;
}
.reviews-section .review-progress h5 {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 4px;
    color: #777;
}
.reviews-section .review-progress .progress {
    height: 21px;
    background: #e7e7e7;
    margin-right: 10px;
    position: relative;
    border-radius: 0;
    overflow: visible;
}
.reviews-section .review-progress .progress:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10.5px 0 10.5px 10px;
    border-color: transparent transparent transparent #e7e7e7;
    content: ' ';
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 0;
    z-index: 0;
}
.reviews-section .review-progress .progress .progress-label {
    background: #e7e7e7;
    display: block;
    padding: 0 10px;
    height: 21px;
    width: 54px;
    white-space: nowrap;
    font-size: 12px;
    color: #333;
    line-height: 21px;
    position: absolute;
    z-index: 1;
}
.reviews-section .review-progress .progress .progress-label:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10.5px 0 10.5px 10px;
    border-color: transparent transparent transparent #e7e7e7;
    content: "";
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 0;
    z-index: 1;
}
.reviews-section .review-progress .progress .progress-bar {
    background: #399fb5;
    border-radius: 0;
    position: relative;
    overflow: visible;
}
.reviews-section .review-progress .progress .progress-bar:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10.5px 0 10.5px 10px;
    border-color: transparent transparent transparent #318799;
    content: ' ';
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
    z-index: 1;
}
.reviews-section .reviews-slider {
    margin-bottom: 20px;
}
.reviews-section .review-item {
    background: #e6e6e6;
    padding: 8px 8px 0 8px;
    user-select: none;
}
.reviews-section .review-item p {
    margin-bottom: 10px;
    text-align: left;
}
.reviews-section .review-item .review-stars {
    display: block;
    position: relative;
    margin-bottom: 8px;
}
.reviews-section .review-item .review-stars:after {
    position: absolute;
    right: 8px;
    bottom: 8px;
    display: inline-block;
    margin-right: 7px;
    color: #cfcfcf;
    content: "\f10e";
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    font-family: 'FontAwesome', sans-serif;
    line-height: 1;
}
.reviews-section .review-item .review-stars i {
    color: #ffc000;
    font-size: 15px;
}
.reviews-section .review-item .review-person {
    position: relative;
    padding: 6px 0 8px 0;
    margin: 0 -8px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    background: #fff;
}
.reviews-section .review-item .review-person:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 0;
    height: 0;
    border-width: 20px 0 0 23px;
    border-style: solid;
    border-color: #dadada transparent transparent transparent;
    content: "";
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.reviews-section .review-item .review-person:after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 0;
    height: 0;
    border-width: 20px 23px 0 0;
    border-style: solid;
    border-color: #dadada transparent transparent transparent;
    content: "";
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.reviews-section .review-item .review-person strong,
.reviews-section .review-item .review-person span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.reviews-section .reviews-slider-wrapper {
    position: relative;
}
.reviews-section .slider-actions {
    position: absolute;
    top: 0;
    right: 0;
}
.reviews-section .slider-actions .btn.btn-secondary {
    background: #777;
    border: none;
    color: #eee;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    padding: 0;
}
.reviews-section .slider-actions .btn.btn-secondary:focus {
    background: #777;
    border: none;
    box-shadow: none;
    outline: none;
}
.reviews-section .slider-actions .btn.btn-secondary:hover,
.reviews-section .slider-actions .btn.btn-secondary:active {
    background: #399fb5;
    border: none;
    box-shadow: none;
    outline: none;
}
.reviews-section #reviews-slider-ow button[data-action="stop"] {
    display: none;
}

/* Affected */
.affected-section ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.affected-section ul li {
    display: block;
    margin: 0 0 10px 0;
}
.affected-section ul li:before {
    position: relative;
    top: 2px;
    display: inline-block;
    margin-right: 10px;
    font-family: 'FontAwesome', sans-serif;
    color: #399fb5;
    content: '\f00c';
}

/* Statistics */
.stats-section {
    position: relative;
    background: url("../img/stats-bg.jpg") center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.stats-section:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(57,159,181,.7);
    content: ' ';
    z-index: 0;
}
.stats-section .container {
    position: relative;
    z-index: 1;
}
.stats-section .stats-item {
    display: block;
    text-align: center;
    position: relative;
    background: #fff;
}
.stats-section .stats-item h3 {
    color: #444;
    padding: 0;
    margin: 0;
    font-size: 35px;
    line-height: 50px;
}
.stats-section .stats-item h3:before,
.stats-section .stats-item h3:after {
    display: none;
}
.stats-section .stats-item h4 {
    background: #399fb5;
    padding: 23px 0;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    margin: 0;
}
.stats-section .stats-item i {
    margin: 10px 0;
    font-size: 30px;
    color: #399fb5;
    display: inline-block;
}
.stats-section .stats-main-item {
    display: block;
    text-align: center;
    font-size: 40px;
    background: #fff;
    color: #333;
    padding: 29px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 57px;
}

/* Difference */
.difference-section h3 {
    font-size: 28px;
    line-height: 42px;
    margin: 0 0 15px 0;
    padding: 0;
    color: #777;
    text-transform: uppercase;
    font-weight: 100;
    border: none;
}
.difference-section h3 strong {
    display: block;
    color: #399fb5;
    font-weight: 800;
}
.difference-section h3:after,
.difference-section h3:before {
    display: none;
}
.difference-section .difference-item {
    display: inline-block;
    background: #eee;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.difference-section .difference-item:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    border-top: 2px solid #fff;
    background: #399fb5;
    content: ' ';
    transition: 0.2s ease all;
}
.difference-section .difference-item:hover:after {
    border-top: none;
}
.difference-section .difference-item img {
    width: 100%;
    overflow: hidden;
    transition: 1s ease-out all;
}
.difference-section .difference-item img:hover {
    transform: scale(1.25);
}
.difference-section .difference-item .difference-info {
    background: #eee;
    position: relative;
    z-index: 1;
    padding: 15px;
}
.difference-section .difference-item h4 {
    font-weight: bold;
    color: #399fb5;
    font-size: 16px;
    margin: 0;
}
.difference-section .difference-item p {
    font-size: 12px;
    margin: 5px 0 0 0;
    text-align: center;
    line-height: 17px;
}
.difference-section .slider-actions {
    text-align: right;
}
.difference-section .slider-actions .btn.btn-secondary {
    background: #777;
    border: none;
    color: #eee;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    padding: 0;
}
.difference-section .slider-actions .btn.btn-secondary:focus {
    background: #777;
    border: none;
    box-shadow: none;
    outline: none;
}
.difference-section .slider-actions .btn.btn-secondary:hover,
.difference-section .slider-actions .btn.btn-secondary:active {
    background: #399fb5;
    border: none;
    box-shadow: none;
    outline: none;
}
.difference-section #difference-slider-ow button[data-action="stop"] {
    display: none;
}

/* CTA */
.call-to-action {
    background: #e7e7e7;
    border-bottom: 1px solid #ddd;
    padding: 25px 0;
}
.call-to-action h3 {
    margin: 0;
    font-size: 20px;
    line-height: 40px;
    color: #b0b0b0;
    text-decoration: none;
}
.call-to-action h3 strong {
    color: #399fb5;
}
.call-to-action .btn.btn-primary {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    background: #399fb5;
    border-color: #399fb5;
    padding: 0 22px;
    border-radius: 3px;
    line-height: 49px;
    letter-spacing: 0.8px;
    text-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
    text-transform: uppercase;
}
.call-to-action .btn.btn-primary:hover,
.call-to-action .btn.btn-primary:focus,
.call-to-action .btn.btn-primary:active {
    background: #31899b !important;
    border-color: #31899b !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Page Footer */
footer.page-footer {
    padding: 60px 0;
    background: #efefef !important;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d0d0d0;
}
footer.page-footer h3 {
    color: #777;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    text-transform: uppercase;
}
footer.page-footer h3:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 80px;
    height: 1px;
    background: #399fb5;
    content: ' ';
}
footer.page-footer h3:after {
    position: absolute;
    bottom: -3px;
    left: 22.5px;
    margin: auto;
    width: 35px;
    height: 5px;
    background: #399fb5;
    content: ' ';
}
footer.page-footer .contact-item {
    padding: 7px 0;
    position: relative;
    display: flex;
    align-items: center;
}
footer.page-footer .contact-item i {
    color: #6a6a6a;
    font-size: 18px;
    padding: 0 12px 0 0;
}
footer.page-footer .contact-item span,
footer.page-footer .contact-item a {
    font-size: 14px;
    line-height: 20px;
    color: #999;
}
footer.page-footer .contact-item a {
    color: #575757;
    text-decoration: none;
}
footer.page-footer .logo {
    display: block;
    margin: auto;
    height: 40px;
}
footer.page-footer p {
    font-size: 12px;
    padding: 20px 15px;
    line-height: 25px;
    color: #999;
}
footer.page-footer ul.menu {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
footer.page-footer ul.menu li a {
    display: block;
    position: relative;
    color: #575757;
    padding: 7px 0;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}
footer.page-footer ul.menu li a:before {
    display: inline-block;
    margin-right: 7px;
    color: #575757;
    content: "\f105";
    font-family: 'FontAwesome', sans-serif;
}
footer.page-footer ul.menu li a:hover:before {
    color: #399fb5;
}
footer.page-footer ul.tags {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
footer.page-footer ul.tags li a {
    display: block;
    padding: 8px 6px;
    background: #e5e5e5;
    color: #575757;
    font-size: 11px;
    margin: 3px;
    text-decoration: none;
    line-height: 15px;
    transition: 0.2s ease all;
}
footer.page-footer ul.tags li a:hover {
    background: #399fb5;
    color: #fff;
}

/* Disclaimer Footer */
footer.page-disclaimer {
    background: #e7e7e7;
    border-top: 1px solid #fff;
    padding: 15px 0;
}
footer.page-disclaimer p {
    font-weight: bold;
}

/* Scroll To Top & Help */
.scroll-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    padding: 12px 14px 14px 14px;
    line-height: 10px;
    font-size: 18px;
    transition: 0.25s ease all;
    background: #399fb5;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(35px);
    cursor: pointer;
}
.scroll-to-top:hover {
    background: #31899b;
}
.scroll-to-top.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

/* Hero */
.hero {
    position: relative;
    background: url("../img/hero-bg.jpg") center no-repeat;
    background-size: cover;    
}
.hero h1 {
    background: #399fb5;
    position: relative;
    display: inline-block;
    margin: 30px 0 5px 0;
    padding: 2px 15px;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
    z-index: 1;
    transform: skewX(-25deg);
}
.hero h1 span {
    display: inline-block;
    transform: skewX(25deg);
}
.hero h3 {
    background: #777;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 10px 15px;
    font-size: 15px;
    color: #fff;
    line-height: 21.6px;
    z-index: 1;
    transform: skewX(-25deg);
}
.hero h3 span {
    display: inline-block;
    transform: skewX(25deg);
}
.hero nav {
    background: #fff;
    transform: skewX(-25deg);
    display: flex;
    align-items: center;
    padding: 5px 10px;
}
.hero nav strong {
    transform: skewX(25deg);
    margin: 0 3px;
    font-size: 14px;
    color: #333;
}
.hero nav .breadcrumb {
    transform: skewX(25deg);
    margin: 0;
}
.hero nav .breadcrumb .breadcrumb-item {
    color: #333;
    font-size: 14px;
    margin: 0 3px;
    padding-left: 0;
}
.hero nav .breadcrumb .breadcrumb-item a {
    color: #399fb5;
    text-decoration: none;
}
.hero nav .breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline;
}

/* Pricing Packages */
.pricing-packages-section {
    padding-bottom: 0;
}
.pricing-packages-section .package-box {
    border: 1px solid #e4e4e4;
    margin-top: 50px;
}
.pricing-packages-section .package-box .package-name {
    position: relative;
    padding: 30px 0 56px 0;
    background: url("../img/dot-pattern.png") repeat #373737;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
.pricing-packages-section .package-box .package-icon {
    width: 90px;
    height: 84px;
    text-align: center;
    line-height: 23px;
    bottom: 0;
    padding: 10px 25px 39px;
    border-radius: 50%;
    background: #fff;
    margin: -40px auto auto auto;
    z-index: 1;
    position: relative;
    font-size: 26px;
    color: #399fb5;
}
.pricing-packages-section .package-box .package-price {
    text-align: center;
    margin-top: -25px;
    position: relative;
    z-index: 1;
    min-height: 90px;
    border-bottom: 1px solid #e4e4e4;
}
.pricing-packages-section .package-box .package-price strong {
    font-size: 26px;
    display: inline;
    font-weight: normal;
}
.pricing-packages-section .package-box .package-price span {
    font-size: 14px;
    display: inline;
}
.pricing-packages-section .package-box .package-price i {
    display: block;
    font-size: 14px;
    font-style: normal;
}
.pricing-packages-section .package-box .package-includes {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.pricing-packages-section .package-box .package-includes li {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
    line-height: 20px;
}
.pricing-packages-section .package-box .package-includes li.with-checkbox:after {
    font-family: 'FontAwesome', sans-serif;
    content: '\f046';
    float: right;
}
.pricing-packages-section .package-box .package-includes li.with-times:after {
    font-family: 'FontAwesome', sans-serif;
    content: '\f00d';
    float: right;
}
.pricing-packages-section .package-box .package-includes li:nth-child(2n) {
    background: #f3f3f3;
}
.pricing-packages-section .package-box .package-buy {
    padding: 20px 0 30px 0;
}
.pricing-packages-section .package-box .package-buy .btn.btn-primary {
    font-size: 13px;
    line-height: 41px;
    padding: 0 12px;
    border-radius: 3px;
    text-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    background: #399fb5;
    border-color: #399fb5;
}
.pricing-packages-section .package-box .package-buy .btn.btn-primary:hover,
.pricing-packages-section .package-box .package-buy .btn.btn-primary:focus,
.pricing-packages-section .package-box .package-buy .btn.btn-primary:active {
    box-shadow: none;
    background: #31899b;
    border-color: #31899b;
}

/* main */
.main-section form {
    margin-top: 40px;
}
.main-section .form-group {
    margin-bottom: 20px;
}
.main-section .form-group label {
    margin-bottom: 5px;
    display: block;
}
.main-section .form-control {
    padding: 12px 15px;
    border: 1px solid #dfdfdf;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    transition: 0.2s ease all;
}
.main-section .form-control:focus {
    border-color: #41a1b7;
    box-shadow: none;
    outline: none;
}
.main-section .captcha {
    margin-bottom: 20px;
}
.main-section .captcha img {
    margin-bottom: 20px;
}
.main-section .btn {
    padding: 0 22px;
    font-size: 15px;
    line-height: 49px;
    text-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
}
.main-section .btn.btn-primary {
    background: #399fb5;
    border-color: #399fb5;
}
.main-section .btn.btn-primary:hover,
.main-section .btn.btn-primary:focus,
.main-section .btn.btn-primary:active {
    background: #31899b;
    border-color: #31899b;
    box-shadow: none;
    outline: none;
}
.main-section .btn.btn-secondary {
    background: #777;
    border-color: #777;
}
.main-section .btn.btn-secondary:hover,
.main-section .btn.btn-secondary:focus,
.main-section .btn.btn-secondary:active {
    box-shadow: none;
    outline: none;
}
.main-section hr.section-divider {
    border-top: 1px solid #eeeded;
    border-bottom: none;
    position: relative;
    overflow: visible;
    margin: 17px 0 25px 0;
    display: block;
    width: 100%;
    opacity: 1;
    padding: 0;
    height: 1px;
}
.main-section hr.section-divider:before {
    left: 44%;
    margin-top: 0;
    width: 5%;
    content: "\f105";
    text-align: right;
    font-size: 20px;
    font-family: 'FontAwesome', sans-serif;
    line-height: 1px;
    color: #399fb5;
    background: #399fb5;
    top: -1px;
    display: inline-block;
    position: absolute;
    height: 2px;
}
.main-section hr.section-divider:after {
    right: 44%;
    margin-top: 0;
    width: 5%;
    content: "\f104";
    text-align: left;
    font-size: 20px;
    font-family: 'FontAwesome', sans-serif;
    line-height: 1px;
    color: #399fb5;
    background: #399fb5;
    top: -1px;
    display: inline-block;
    position: absolute;
    height: 2px;
}
.main-section h4 {
    font-weight: bold;
    font-size: 17px;
    color: #399fb5;
    margin-bottom: 10px;
}
.main-section ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
}
.main-section ul li {
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.main-section ul li:before {
    font-family: 'FontAwesome', sans-serif;
    content: '\f00c';
    color: #399fb5;
    margin-right: 10px;
}

.list-crosshairs ul li:before {
    font-family: 'FontAwesome', sans-serif;
    content: '\f05b';
    color: #399fb5;
    margin-right: 10px;
}

/* API */
.api-section .table {
    border: 1px solid #e2e2e2;
}
.api-section .table a {
    color: #399fb5;
    text-decoration: none;
}
.api-section .table th {
    font-weight: bold;
    text-transform: uppercase;
    background: #f5f5f5 !important;
    border-right: 1px solid #e2e2e2;
    border-bottom: 2px solid #777;
    color: #777;
    text-align: center;
    padding: 10px;
    box-shadow: none;
}
.api-section .table tr:nth-child(2n) {
    background: #f3f3f3;
}
.api-section .table tr:nth-child(2n + 1) {
    background: #fff;
}
.api-section .table tr td {
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px;
    color: #777;
    box-shadow: none;
}
.api-section code {
    padding: 15px;
    background: #f9f9f9;
    border-left: 2px solid #399fb5;
    display: block;
}
.api-section code pre {
    font-size: 17px;
    color: #777;
}

/* Small Screens */
@media (min-width: 992px) and (max-width: 1199.99px) {
    header.header-navigation .navbar-brand img {
        height: 40px;
        margin-top: 8px;
    }
    header.header-navigation .nav-item .nav-link {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    header.header-navigation .dropdown:hover .dropdown-menu,
    header.header-navigation .dropdown .dropdown-menu {
        transform: translate(-7px, 92px);
        left: auto;
        right: 0;
    }
    .features-section .feature-item h3 {
        font-size: 20px;
    }
    .stats-section .stats-item h3 {
        font-size: 30px;
    }
    .stats-section .stats-item h4 {
        font-size: 16px;
    }
    .call-to-action h3 {
        font-size: 16px;
    }
    .call-to-action .btn.btn-primary {
        font-size: 16px;
        padding: 0 10px;
        flex-shrink: 0;
    }
}

/* Tablets */
@media (min-width: 768px) and (max-width: 991.99px) {
    header.header-contact.bg-light {
        display: none;
    }
    header.header-navigation .nav-item .nav-link {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    header.header-navigation .nav-item .nav-link span {
        font-size: 12px;
    }
    header.header-navigation .dropdown:hover .dropdown-menu,
    header.header-navigation .dropdown .dropdown-menu {
        transform: translate(-7px, 92px);
        left: auto;
        right: 0;
    }
    .features-section .feature-item h3 {
        font-size: 20px;
    }
    .stats-section .stats-main-item {
        margin: 30px 0;
    }
    .stats-section .stats-item h3 {
        font-size: 30px;
    }
    .stats-section .stats-item h4 {
        font-size: 16px;
    }
    .call-to-action h3 {
        font-size: 14px;
        line-height: normal;
    }
    .call-to-action .btn.btn-primary {
        font-size: 12px;
        padding: 0 10px;
        flex-shrink: 0;
    }
    .difference-slider {
        margin-top: 30px;
    }
    footer.page-disclaimer {
        font-size: 13px;
    }
    .pricing-packages-section .package-box {
        margin-top: 0;
    }
}

/* Smartphones */
@media (max-width: 767.99px) {
    html, body {
        font-size: 15px;
        line-height: 20px;
    }
    body {
        padding-top: 56px;
    }
    header.header-contact.bg-light {
        display: none;
    }
    header.header-navigation,
    header.header-navigation.active {
        border-bottom: none;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99;
    }
    header.header-navigation.active .navbar-brand img,
    header.header-navigation .navbar-brand img {
        margin: 0;
        height: 40px;
    }
    header.header-navigation ul.nav {
        flex-direction: column;
        flex-grow: 1;
        padding-bottom: 10px;
    }
    .navbar-toggler,
    .navbar-toggler:focus,
    .navbar-toggler:active {
        background: #eee;
        border-radius: 0.25rem;
        outline: none;
        box-shadow: none;
    }
    .navbar-toggler .navbar-toggler-icon {
        position: relative;
        border-top: 2px solid #999;
        border-bottom: 2px solid #999;
        width: 1rem;
        height: 0.875rem;
        vertical-align: inherit;
    }
    .navbar-toggler .navbar-toggler-icon:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #999;
        content: ' ';
        margin: auto;
    }
    header.header-navigation .nav-item .nav-link,
    header.header-navigation.active .nav-item .nav-link {
        padding: 5px 10px !important;
        border-radius: 0.25rem;
        text-align: left;
        border-left: none;
        height: auto;
        line-height: inherit;
        transition: none;
    }
    header.header-navigation.active .nav-item.active .nav-link,
    header.header-navigation.active .nav-item .nav-link.active,
    header.header-navigation.active .nav-item .nav-link:hover,
    header.header-navigation.active .nav-item.dropdown:hover .nav-link,
    header.header-navigation.active .nav-item.active .nav-link {
        background: #399fb5;
    }
    header.header-navigation.active .nav-item.active .nav-link span,
    header.header-navigation.active .nav-item .nav-link.active span,
    header.header-navigation.active .nav-item .nav-link:hover span,
    header.header-navigation.active .nav-item.active .nav-link span {
        color: #fff !important;
    }
    header.header-navigation .nav-item .nav-link i {
        display: none;
    }
    header.header-navigation .nav-item .nav-link:before {
        display: none;
    }
    header.header-navigation .nav-item .nav-link span {
        margin: 0;
    }
    header.header-navigation .dropdown .dropdown-toggle.show {
        border-radius: 0.25rem 0.25rem 0 0;
    }
    header.header-navigation .dropdown .dropdown-menu {
        border-radius: 0 0 0.25rem 0.25rem;
        box-shadow: none !important;
        background: transparent;
        border: none;
        padding: 0;
        display: none;
        position: relative !important;
        transform: none !important;
    }
    header.header-navigation .dropdown .dropdown-menu.show {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    header.header-navigation .dropdown .dropdown-menu .dropdown-item {
        opacity: 1;
        visibility: visible;
        transform: none;
    }
    section {
        padding: 50px 0;
    }
    .features-section .feature-item {
        padding: 20px 0;
    }
    .reviews-section .slider-actions {
        position: relative;
        right: auto;
        left: 0;
        margin-bottom: 20px;
    }
    .stats-section .stats-main-item {
        margin: 20px 0;
    }
    .difference-section .slider-actions {
        text-align: left;
        margin-bottom: 20px;
    }
    .call-to-action .d-flex {
        flex-direction: column;
        justify-content: center;
    }
    .call-to-action h3 {
        text-align: center;
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 1.25;
    }
    footer.page-footer .logo {
        margin: 20px 0 0 0;
    }
    footer.page-footer p.text-center {
        text-align: left !important;
        padding: 0 0 15px 0;
    }
    footer.page-disclaimer p {
        font-size: 12px !important;
        text-align: left !important;
    }
    footer.page-footer ul.menu {
        margin-bottom: 20px;
    }
    .hero h1 {
        font-size: 14px;
        transform: skewX(-15deg);
    }
    .hero h1 span {
        transform: skewX(15deg);
    }
    .hero h3 {
        font-size: 12px;
        line-height: 1.3;
        transform: skewX(-15deg);
    }
    .hero h3 span {
        transform: skewX(15deg);
    }
    .hero nav {
        padding: 10px;
    }
    .hero nav strong,
    .hero nav .breadcrumb .breadcrumb-item {
        font-size: 12px;
    }
    .api-section .table th,
    .api-section .table tr td {
        font-size: 12px;
    }
    .api-section code pre {
        font-size: 12px;
    }
    .slider .slide-left,
    .slider .slide-right {
        opacity: 1;
        width: 30px;
        height: 40px;
    }
    .slider .slide-left:before,
    .slider .slide-right:before {
        width: 30px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
}