body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #212121;
  font-family: 'Montserrat', sans-serif; }

::-moz-focus-inner {
  border: 0; }

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

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.2s;
}
.isError {
  border: 1px solid red !important;
}
.message-contact {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    color: #0c0f15;
    margin-bottom: 20px;
    line-height: 1;
}
.message-contact strong {
    font-size: 20px;
}
.nav-logo {
  display: inline-block;
  position: absolute;
  left: 15px;
}

.navbar {
  margin-bottom: 0;
  min-height: auto;
  padding: 40px 0 30px 0;
  transition: all 0.2s;
}
.navbar-nav {
  padding: 10px 0;
}
.navbar-nav>li {
  padding: 0 20px;
}

.navbar-nav>li>a {
  background-color: transparent;
  font-size: 16px;
  color: #212121;
  padding: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.navbar-nav>li.active>a {
  font-weight: bold;
}
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li>a:active {
  background-color: transparent;
}
.quick-menu {
  position: fixed;
  right: 0;
  top: 27%;
  width: 150px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 10000;
}
.quick-menu.quick-menu-left {
  right: auto;
  left: 0;
  border: 1px solid white;
  width: auto;
  min-width: 150px;;
}
.quick-menu.quick-menu-left li {
  background-color: #e0eff6;
  text-transform: none;
}
.quick-menu.quick-menu-left li h2 {
  font-size: 14px;
}
.quick-menu.quick-menu-left li h3 {
  font-size: 16px;
  margin: 0;
  font-weight: 300;
  padding: 15px 10px;
  display: block;
  color: #212121;
  text-align: center;
}
.quick-menu ul {
  width: 100%;
  float: left;
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.quick-menu li {
  width: 100%;
  float: left;
  display: block;
  height: 45px;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #00b3ff;
  font-weight: 400;
}
.quick-menu li a {
  padding: 15px;
  display: block;
}
.quick-menu li:first-child {
  border-bottom: 1px solid white;
}
.quick-menu li span {
  margin-left: 15px;
}
/* menu button animation*/

.navbar-toggle.collapsed.navbar-toggle {
  border: 0px;
}

.navbar .navbar-toggle:focus,
.navbar .navbar-toggle:hover {
  background-color: transparent;
}

.navbar .navbar-toggle .icon-bar {
  background-color: #00b3ff;
}

.navbar-toggle .icon-bar {
  width: 29px;
  height: 3px;
}

.navbar-toggle .icon-bar {
  transition: all 0.2s;
}

.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
  opacity: 0;
}

.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 0% 70%;
}

.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggle .bottom-bar,
.navbar-toggle .top-bar,
.navbar-toggle .middle-bar {
  font-size: 30px;
  margin-bottom: 6px;
  font-weight: 500;
}

.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
.header.smaller {
  border-bottom: 1px solid lightgray;
  background-color: #fff;
}
.header.smaller .navbar {
  padding: 15px 0 15px 0;
}
/*SLIDER*/
.slick-initialized .slick-slide {
  outline: 0 !important;
}
.main-slider {
  overflow: hidden;
  max-width: 1920px;
  max-height: 860px;
  margin: 0 auto;
}

.main-slider .main-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  min-height: 860px;
}
.main-slider .main-slide:before {
  content: '';
  position: absolute;
  left: 0;
  background-image: url('../images/overlay.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  width: 100%;
  height: 100%;
}
.slide-caption {
  width: 1140px;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 300px;
  text-align: left;
  z-index: 10;
}

.slide-caption h2 {
  font-size: 85px;
  color: #212121;
  max-width: 700px;
  font-weight: 400;
  margin: 0;
  position: relative;

}
.slide-caption h2:before {
  content: '';
  width: 2px;
  height: 40px;
  top: -50px;
  background-color: #00b3ff;
  position: absolute;
  left: 60px;
}
.slide-caption h2::after {
  content: '';
  width: 2px;
  height: 30px;
  bottom: -90px;
  background-color: #00b3ff;
  position: absolute;
  left: 60px;
}
.slide-caption h2 b {
  color: #00b3ff;
  font-size: 120px;
}
.slide-txt-frame {
  padding: 50px 50px 50px 0;
  position: relative;
}
.slide-txt-frame:before {
  border: 2px solid #00b3ff;
  border-left: 0;
  content: '';
  position: absolute;
  left: 60px;
  width: 100%;
  height: 100%;
  top: 0;
  max-width: 650px;
  z-index: -1;
}
.main-slider .slick-prev,
.main-slider .slick-prev:focus,
.main-slider .slick-next,
.main-slider .slick-next:focus {
    position: absolute;
    z-index: 2;
    display: block;
    height: 50px;
    width: 50px;
    cursor: pointer;
    top: 50%;
    padding: 0;
    outline: none;
    text-align: center;
    border: none;
    background-color: transparent;
    border-radius: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.main-slider .slick-prev:before,
.main-slider .slick-next:before {
  font-family: "Font Awesome 5 Free";
  color: #212121;
  font-size: 40px;
}
.main-slider .slick-prev,
.main-slider .slick-prev:before {
    left: 0px;
    content: "\f053";
}

.main-slider .slick-next,
.main-slider .slick-next:before {
    right: 0px;
    content: "\f054";
}
.button,
.button:focus,
.button:active,
.button:visited {
  padding: 10px 45px;
  color: #212121;
  background-color: #00b3ff;
  transition: all 0.3s;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: none;
  outline: none;
  border: none;
}

.button:hover {
  background-color: #212121;
  color: white;
}
.link,
.link:focus,
.link:active,
.link:visited {
  font-size: 18px;
  color: #212121;
  transition: all 0.3s;
  display: inline-block;
  margin-left: 20px;
}
.link span {
  padding-left: 15px;
  transition: all 0.3s;
}
.link:hover span{
  padding-left: 25px;
}
/*ABOUT SECTION*/
.regular-padding {
  padding: 80px 0;
}
.sub-title {
  font-size: 15px;
  color: #212121;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
}
.title {
  font-size: 36px;
  color: #212121;
  margin: 15px 0 30px 0;
  font-weight: 800;
}
.txt {
  font-size: 16px;
  color: #444;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.8;
}
.about-section .txt {
  margin-bottom: 40px;
}
/*SERVICE*/
.service-section .col-md-6:nth-child(2n+1) {
  clear: left;
}
.service-section .col-md-3:nth-child(4n+1) {
  clear: left;
}
.service-section article {
  text-align: center;
  padding: 40px 25px;
  margin-top: 30px;
  border: 1px solid #a3a6ab;
  transition: all 0.3s;
}
.service-section article:hover {
  border-color: #00b3ff;
}
.service-section article img {
  margin: 0 auto;
}
.service-section article h3 {
  font-size: 22px;
  font-weight: 800;
  margin: 20px 0;
}
.service-section .col-md-3 article h3 {
  font-size: 20px;
}
.mg-top {
  margin-top: 60px;
}
.service-section .content {
  max-width: 550px;
  position: relative;
  margin-bottom: 40px;
}
.service-section .content h2 {
  font-size: 22px;
  font-weight: 800;
  margin: 20px 0;
}
.service-section .content.text-left {
  margin-right: 0;
  margin-left: auto;
}
.service-section .content.text-right img {
  margin-right: 0;
  margin-left: auto;
}
.link.blue-link,
.link.blue-link:focus,
.link.blue-link:active,
.link.blue-link:visited {
  margin-left: 0;
  color: #00b3ff;
  text-transform: uppercase;
}
.service-section .content:before {
  content: '';
  width: 45px;
  height: 70%;
  border-top: 2px dotted #212121;
  position: absolute;

}
.service-section .content.text-right:before {
  right: -80px;
  top: 120px;
  border-top-right-radius: 20px;
  border-right: 2px dotted #212121;
}
.service-section .content.text-left:before {
  left: -80px;
  top: 120px;
  border-top-left-radius: 20px;
  border-left: 2px dotted #212121;
}
.service-section .col-md-12:last-child .content:before {
  display: none;
}
.service-section .col-md-12 {
  overflow: hidden;
}
.service-section.service-page article {
  border: none;
  padding: 0;
}
/*PARTNER SLIDER*/
.partner-slider {
  margin: 0 auto;
  margin-top: -50px;
  display: block;
  position: relative;
  max-height: 400px;
  overflow: hidden;
  padding-bottom: 50px;
  width: 100%;
}

.partner-slider .partner-slide {
  padding-top: 50px;
  padding-bottom: 50px;
}

.partner-slider figure {
  padding: 0;
  position: relative;
  background: #eaeaea;
  display: table;
  width: 100%;
  text-align: center;
  height: 320px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  padding: 20px 15px;
  text-align: center;
}

.partner-slider figure img {
  max-height: 180px;
  display: inline-block;
}

.partner-slider figure div {
  display: table-cell;
  vertical-align: middle;
}

.partner-slider figure:hover {
  -webkit-backface-visibility: hidden;
  -moz-transform: translateZ(0) scale(1.1);
  -webkit-transform: translateZ(0) scale(1.1);
  -ms-transform: translateZ(0) scale(1.1);
  transform: translateZ(0) scale(1.1);
  box-shadow: none;
  background: #00b3ff;
  z-index: 1000;
}

.partner-slider .partner-slide figure::after {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 1px;
  background-color: #888;
  height: 70px;
  right: 0;
  top: 35%;
  opacity: 0.2;
  z-index: 2;
}

.partner-slider figure:hover::after {
  display: none;
}

.partner-slide {
  outline: none;
}
.partner-slider figure span {
  font-size: 18px;
  color: #a6a6a6;
  font-weight: 200;
  font-style: italic;
}
.partner-slider figure span b {
  color: #212121;
  font-style: normal;
}
.partner-slider figure:hover span,
.partner-slider figure:hover span b {
  color: #212121;
}
/*FEEDBACK SECTION*/
.feedback-section.regular-padding {
  padding-bottom: 130px;
}
.feedback-slide {
  text-align: center;
}
.feedback-slide img {
  margin: 20px auto;
}
.feedback-slide .txt {
  font-style: italic;
  max-width: 600px;
  margin: 0 auto 20px auto;
}
.feedback-slide h3 {
  font-size: 20px;
  margin: 20px 0 10px 0;
  font-weight: 800;
}
.feedback-slide h4 {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  color: #444;
}
.feedback-slider .slick-prev,
.feedback-slider .slick-prev:focus,
.feedback-slider .slick-next,
.feedback-slider .slick-next:focus {
    position: absolute;
    z-index: 2;
    display: block;
    height: 50px;
    width: 200px;
    cursor: pointer;
    top: auto;
    bottom: -100px;
    padding: 0;
    outline: none;
    text-align: center;
    border: none;
    background-color: transparent;
    border-radius: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.feedback-slider .slick-prev:before,
.feedback-slider .slick-next:before {
  font-family: "Font Awesome 5 Free";
  color: #212121;
  font-size: 40px;
}
.feedback-slider .slick-prev,
.feedback-slider .slick-prev:before {
    left: 35%;
    right: auto;
    content: "\f30a";
}

.feedback-slider .slick-next,
.feedback-slider .slick-next:before {
    right: 35%;
    left: auto;
    content: "\f30b";
}
/*NEWSLETTER SECTION*/
.newsletter-section {
  padding: 50px 0;
  background-color: #00b3ff;
}
.newsletter-txt {
  position: relative;
  padding-left: 120px;
}
.newsletter-txt img {
  position: absolute;
  left: 0;
  top: 0;
}
.newsletter-txt .title {
  margin-bottom: 20px;
}
.newsletter-txt p {
  font-size: 16px;
  color: #030304;
  margin: 0;
}
.newsletter-section form {
  margin-top: 75px;
}
.newsletter-section input {
  padding: 0;
  padding-left: 10px;
  height: 40px;
  outline: none;
  border: none;
  color: #212121;
  width: 330px;
  margin-right: 15px;
}

.button.button-black,
.button.button-black:focus,
.button.button-black:active,
.button.button-black:visited {
  background-color: #212121;
  color: white;
}
/*FOOTER*/
footer {
  padding: 80px 0 60px 0;
}
footer .row {
  margin-top: 40px;
}
footer .logo {
  max-width: 140px;
  margin-bottom: 30px;
}
footer h3 {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
}
footer ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
}
footer ul li {
  margin-bottom: 5px;
}
footer ul li a,
footer ul li a:focus,
footer ul li a:visited,
footer ul li a:active {
  font-size: 16px;
  color: #444444;
  transition: all 0.3s;
  font-weight: 300;
}
footer ul li.active a {
  font-weight: bold;
}
footer ul li a:hover {
  color: #00b3ff;
}
footer .relative-list li {
  padding-left: 40px;
  position: relative;
  font-size: 16px;
  color: #444;
  font-weight: 300;
  margin-bottom: 15px;
}
footer .relative-list li b {
  display: block;
}
footer .relative-list li img {
  position: absolute;
  left: 0;
  top: 0;
}

footer .list-inline li {
  margin-right: 10px;
}
footer .list-inline li a,
footer .list-inline li a:focus,
footer .list-inline li a:visited,
footer .list-inline li a:active {
  color: #00b3ff;
  font-size: 20px;
}
footer .list-inline li a:hover {
  color: #444;
}
footer a {
  color: #444;
  font-weight: 300;
}
footer a:hover {
  color: #00b3ff;
}
footer span {
  display: inline-block;
  padding: 0 5px;
  color: #444;
}
footer .txt {
  margin: 0;
}
/*DIENSTLEISTUNGEN PAGE*/
.page-links {
  padding: 140px 0 30px 0;
  border-bottom: 1px solid #a3a6ab;
}
.page-links .list-inline {
  padding: 0;
  margin: 0;
}
.page-links li a {
  color: black;
}
.page-links li span {
  padding: 0 10px;
}
.page-links li {
  font-size: 15px;
  color: #444;
}
.page-description {
  padding-top: 60px;
}
/*form-default*/
.form-default.regular-padding {
  padding-top: 20px;
}
.form-default h2 {
  font-size: 20px;
  color: #212121;
  margin-top: 50px;
  margin-bottom: 30px;
  font-weight: 800;
}
.form-default .radio-style {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  margin-top: 0;

}
.form-default .radio-style input[type=radio] {
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin-left: 0;
  cursor: pointer;
}

.form-default .radio-style label {
  color: #212121;
  border: 1px solid #a3a6ab;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  padding: 15px 30px;
  cursor: pointer;
  border-radius: 5px;
  text-transform: uppercase;
}

.form-default .radio-style input[type=radio]:checked + label {
  color: #00b3ff;
  border-color: #00b3ff;
}
.form-default .radio-style label + input[type=radio] + label {
  border-left: solid 3px #675f6b;
}
.radio-button input {
  position: absolute;
  visibility: hidden;
  left: 0;
}
.radio-button input:checked + span {
  background-image: url('../images/radio-icon.png');
  background-position: center;
  background-repeat: no-repeat;
}
.radio-button span {
  height: 17px;
  width: 17px;
  border: 1px solid #a3a6ab;
  background-color: #eaeaea;
  display: inline-block;
  position: absolute;
  margin-right: 10px;
  margin-left: 10px;
  bottom: 0px;
  box-shadow: none;
  cursor: pointer;
  border-radius: 50%;
  left: 0;
  top: 0;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
  margin-left: 0;
}
.radio-inline input:checked + label {
  color: #00b3ff;
}
.check-input {
  display: block;
}
.radio-input {
  margin-top: 20px;
}

 .radio-group .radio-inline {
   padding-left: 40px;
   padding-right: 30px;
 }
 .radio-group {
   padding: 15px;
   border: 1px solid #a3a6ab;
   border-radius: 5px;
   margin: 20px 0;
 }
 .form-group input,  .form-group select, .form-group textarea {
  display: block;
  width: 100%;
  transition: all 0.2s;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border: 1px solid #a3a6ab;
  outline: 0 !important;
  box-shadow: none !important;
  font-size: 16px;
  border-radius: 5px;
  resize: none;
}
.form-group textarea {
  min-height: 200px;
}
.form-group input:focus,  .form-group select:focus, .form-group textarea:focus {
  border-color: #00b3ff;
  outline: none;
  box-shadow: none;
}
 .form-group input,
 .form-group select {
  height: 52px;
  line-height: 45px;
  padding-left: 15px;
  padding-right: 15px;
}
.price {
  background-color: #e0eff6;
  padding: 20px 0;
}
.price-section {
  padding: 20px;
  text-align: center;
  border: 2px solid white;
}
.price-section h2 {
  font-size: 16px;
  color: #030304;
  margin: 0;
  font-weight: 300;
}
.price-section h3 {
  font-size: 48px;
  color: #212121;
  margin: 10px 0 20px 0;
  font-weight: 300;
}
.price-section .button {
  margin-top: 20px;
}
.form-default label {
  color: #444;
  font-size: 16px;
  font-weight: 300;
}
.captcha-img {
  padding: 5px;
  border: 1px solid #a3a6ab;
  border-radius: 5px;
}
.captcha-img img {
  max-width: 140px;
}
.partner-section article {
  border: 1px solid #a3a6ab;
  transition: all 0.3s;
  padding: 80px 20px;
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
}
.partner-section article:hover {
  border: 1px solid #80d9ff;
}
.partner-section article h2 {
  color: #212121;
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 0;
  font-weight: 800;
}
.partner-section article span {
  font-size: 18px;
  color: #a6a6a6;
  font-weight: 200;
  font-style: italic;
}
.partner-section article span b {
  color: #212121;
  font-style: normal;
}
.partner-section article:hover span,
.partner-section article:hover span b {
  color: #80d9ff;
}
.partner-desc {
  padding: 40px 0;
  background-color: #e0eff6;
}
.partner-desc h3 {
  font-size: 36px;
  color: #212121;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 30px;
}
.partner-desc ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.partner-desc ul li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  color: #444;
  margin-bottom: 10px;
}
.partner-desc ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f30b";
  position: absolute;
  top: 0;
  left: 0;
  color: #00b3ff;
  font-size: 24px;
}
.partner-desc h4 {
  font-size: 24px;
  color: #212121;
  margin-top: 0;
  margin-bottom: 30px;
}
.partner-desc p {
  font-size: 18px;
  color: #444;
  margin-bottom: 10px;
  font-weight: 300;
}
.partner-desc p a {
  color: #00b3ff;
  font-weight: bold;
}
.jvectormap-container svg {
  height: 500px;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
  display: none;
}
/*************
IMPRESSUM
*************/
.impressum .title {
  margin-bottom: 40px;
}
.impressum a {
  text-decoration: none;
  color: inherit;
}
.impressum a:hover {
  text-decoration: underline;
}
.impressum h2 {
  margin-bottom: 0;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}
.impressum ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
}
.impressum ul li {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300;
}
.impressum ul b {
  font-weight: 600;
}
.impressum p {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300;
}
.impressum .disc-list li {
  position: relative;
  padding-left: 15px;
}
.impressum .disc-list li::before {
  content: "";
  width: 4px;
  height: 1px;
  background-color: black;
  position: absolute;
  left: 0;
  top: 13px;
}
.impressum p a,
.impressum h2 a {
  text-decoration: underline;
}
.impressum p b {
  font-weight: 500;
}
.impressum .intended {
  padding-left: 40px;
}
.impressum h3,
.impressum h4,
.impressum h5 {
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .impressum {
      word-wrap: break-word;
  }
}
.error-page {
  text-align: center;
}
.error-page h2 {
  font-size: 200px;
  margin: 0;
  font-weight: bold;
  color: #00b3ff;
}
.error-page h3 {
  font-size: 45px;
  color: #212121;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 600;
  text-transform: uppercase;
  font-weight: bold;
}
/*************
MEDIA
*************/
/******
1199
******/
@media only screen and (max-width: 1199px) {
  .navbar-nav>li {
    padding: 0 15px;
  }
  .slide-caption {
    max-width: 700px;
    width: 100%;
  }
  .service-section article {
    padding: 40px 10px;
  }
  .service-section .col-md-3 article h3 {
    font-size: 18px;
  }
  .newsletter-section input {
    width: 240px;
  }
  footer .txt {
    font-size: 14px;
  }
  .service-section .content {
    max-width: 450px;
  }
  .radio-group .radio-inline {
    padding-left: 25px;
    padding-right: 15px;
  }
  .radio-button span {
    left: -10px;
  }
}
/******
991
******/
@media only screen and (max-width: 991px) {
  .slide-caption {
    max-width: 750px;
    width: 100%;
    left: 15px;
    right: 15px;
    top: 220px;
  }
  .navbar-nav>li>a {
    font-size: 14px;
  }
  .header .navbar {
    padding: 15px 0;
  }
  .nav-logo {
    max-width: 160px;
    top: 20px;
  }
  .navbar-nav>li {
    padding: 0 10px;
  }
  .slide-caption h2 {
    font-size: 46px;
  }
  .slide-caption h2 b {
    font-size: 60px;
    display: block;
  }
  .about-section img {
    margin-bottom: 30px;
  }
  .service-section article {
    padding: 20px 10px;
  }
  .feedback-slider .slick-next, .feedback-slider .slick-next:before {
    right: 25%;
  }
  .feedback-slider .slick-prev, .feedback-slider .slick-prev:before {
    left: 25%;
  }
  footer h3 {
    margin: 30px 0;
  }
  footer .list-inline {
    margin-bottom: 30px;
  }
  .main-slider .main-slide {
    min-height: 600px;
  }
  .service-section .content {
    max-width: 100%;
    text-align: left!important;
  }
  .service-section .content:before {
    display: none;
  }
  .service-section .content.text-right img {
    margin: 0!important;
  }
  .page-links {
    padding-top: 100px;
  }
  .page-links .text-right {
    text-align: left!important;
  }
  .partner-desc h4 {
    margin-top: 30px;
  }
  .radio-group .radio-inline {
    display: block;
    margin-bottom: 5px;
  }
  .captcha-img {
    margin-bottom: 20px;
  }
  .feedback-section.regular-padding {
    padding-bottom: 80px;
  }
  footer .row {
    margin-top: 0;
  }
  footer .list-inline {
    margin-top: 30px;
  }
  .error-page h2 {
    font-size: 100px;
  }
  .error-page h3 {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
/******
767
******/
@media only screen and (max-width: 767px) {
  .header .navbar {
    padding: 0 !important;
    border: none !important;
    background-color: rgba(255,255,255,0.9);
  }
  .header {
    background-color: transparent !important;
    border: none !important;
  }
  .nav-logo {
    top: 17px;
  }
  .navbar-toggle {
    margin-top: 13px;
    margin-right: 5px;
  }
  .navbar-collapse {
    width: 100%;
  }
  .navbar-nav {
    padding: 0;
    margin-bottom: 0;
  }
  .navbar-nav>li {
    padding: 10px 15px;
  }
  .navbar-nav>li.nav_phone {
    background-color: #00b3ff;
    padding: 0;
  }
  .navbar-nav>li.nav_phone a {
    padding: 10px 15px;
    font-weight: bold;
    color: #fff !important;
    font-size: 16px;
  }
  .navbar-nav>li.nav_phone a i {
    margin-right: 9px;
    font-size: 14px;
    position: relative;
    top: -1px;
  }
  .navbar-header {
    border-bottom: 1px solid #00b3ff;
    height: 67px;
  }
  .slide-txt-frame {
    padding: 0 10px;
  }
  .slide-txt-frame:before,
  .slide-caption h2:before,
  .slide-caption h2:after {
    display: none;
  }
  .slide-caption {
    max-width: 100%;
    text-align: center;
    left: 0px;
    right: 0px;
    top: 150px;
  }
  .slide-caption .button {
    margin: 20px 0;
  }
  .slide-caption .link {
    display: block;
    margin-left: 0;
  }
  .slide-caption h2 {
    font-size: 28px;
  }
  .slide-caption h2 b {
    font-size: 36px;
  }
  .main-slider .main-slide {
    min-height: 400px;
  }
  .regular-padding {
    padding: 40px 0;
  }
  .page-description {
    padding-top: 40px;
  }
  .feedback-section.regular-padding {
    padding-bottom: 40px;
  }
  .newsletter-section input {
    width: 100%;
    margin-bottom: 20px;
  }
  .newsletter-section form {
    margin-top: 40px;
  }
  footer {
    padding: 40px 0 30px 0;
  }

  footer .txt.copyright-txt {
    margin-top: 10px;
  }
  .partner-slider figure:hover {
    -webkit-backface-visibility: hidden;
    -moz-transform: translateZ(0) scale(1);
    -webkit-transform: translateZ(0) scale(1);
    -ms-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    box-shadow: none;
    background: #00b3ff;
    z-index: 1000;
    outline: none;
  }
  .quick-menu {
    display: none;
  }
  .title {
    font-size: 24px;
  }

  .service-section.home-service-section article {
    text-align: center;
  }
  .service-section.home-service-section article img {
    margin: 0 auto;
  }
  .service-section article {
    text-align: left;
  }
  .service-section article img {
    margin: 0;
  }
  .jvectormap-container svg {
    height: 340px
  }
  .jvectormap-container svg image {
    width: 120px!important;
  }
  .form-default h2 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .form-default .radio-style,
  .form-default .radio-style label {
    display: block;
  }
  .form-default .radio-style {
    margin-right: 0;
  }
  .price-section h3 {
    font-size: 36px;
  }

}
/******
479
******/
@media only screen and (max-width: 479px) {

}
