@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
<!--@import url(//fonts.googleapis.com/css?family=Righteous|Roboto:400,100,300,500,700);
-->/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #252728;
  color: #7c8083;
  font: 400 14px/22px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5 {
  color: #303334;
}

h6 {
  color: #FFFFFF;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #6666ff;
}

h2, h3, h4 {
  text-transform: uppercase;
  font-weight: 500;
}

h1 {
  font-size: 50px;
  line-height: 90px;
}

h2 {
  font-size: 45px;
  line-height: 80px;
  letter-spacing: -1px;
}

h3 {
  font-size: 30px;
  line-height: 56px;
}
@media (max-width: 479px) {
  h3 {
    font-size: 35px;
    line-height: 45px;
  }
}

h4 {
  font-size: 26px;
  line-height: 50px;
}

h5 {
  font-size: 16px;
  line-height: 22px;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

h6 {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

p {
  font-weight: 300;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

p a:hover, .marked-list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa {
  text-decoration: none;
}

time {
  display: block;
}

address {
  color: #7c8083;
  font-size: 22px;
  line-height: 32px;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 290px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
@media (max-width: 767px) {
  .page {
    margin-bottom: 0;
  }
}

.center {
  text-align: center;
}

hr.center {
  margin-left: auto;
  margin-right: auto;
}

hr {
  width: 135px;
  height: 1px;
  margin: 0;
  border: none;
  display: block;
  background: #eaeaea;
}

.hr_media {
  display: none;
}
@media (max-width: 767px) {
  .hr_media {
    display: block;
  }
}

@media (max-width: 767px) {
  img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/*=======================================================
                       Main Layout
=========================================================*/
* + p {
  margin-top: 10px;
}

* + h4 {
  margin-top: 101px;
}

* + h5 {
  margin-top: 18px;
}

* + hr {
  margin-top: 43px;
}

* + .row {
  margin-top: 89px;
}

* + .inline-list {
  margin-top: 58px;
}

* + .inline-list2 {
  margin-top: 38px;
}

* + .index-list {
  margin-top: 45px;
}

* + .owl-carousel {
  margin-top: 58px;
}

* + .contact-form {
  margin-top: 60px;
}

* + .map {
  margin-top: 60px;
}

* + .terms-list {
  margin-top: 49px;
}

* + address {
  margin-top: 0px;
}

* + .btn {
  margin-top: 44px;
}

img + h5 + p {
  margin-top: 21px;
}

p + p {
  margin-top: 23px;
}

h3 + p {
  margin-top: 48px;
}

h2 + .row {
  margin-top: 56px;
}

p + .row {
  margin-top: 36px;
}

.row + .row {
  margin-top: 46px;
}

.row + h5 {
  margin-top: 43px;
}

h5 + .btn {
  margin-top: 50px;
}

.inline-list + h5 {
  margin-top: 53px;
}

.inline-list + h5 + .btn {
  margin-top: 67px;
}

* + .off {
  margin-top: 44px;
}

* + .off1 {
  margin-top: 56px;
}

* + .off2 {
  margin-top: 22px;
}

/*=======================================================
                        Components
=========================================================*/
/*==============     STANDARDTEXTBLOCK    ===============*/
.StandardBlock {
	text-align:justify;
	margin-top:5px;
}

.UeberschriftBlock {
	font-weight:bold;
}

/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  overflow: hidden;
  font-size: 24px;
  line-height: 50px;
  font-family: "Roboto", cursive;
  letter-spacing: -1px;
}

/*==================     Icons     ======================*/
.fa-laptop, .fa-users, .fa-paper-plane-o, .fa-suitcase {
  font-size: 100px;
  line-height: 114px;
}

.fa-laptop {
  font-size: 120px;
}

/*==================  Backgrounds  ======================*/
.bg-primary, .bg-secondary {
  color: #fff;
}
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6 {
  color: #fff;
}
.bg-primary h2 a:hover, .bg-primary h3 a:hover, .bg-primary h4 a:hover, .bg-primary h5 a:hover, .bg-primary h6 a:hover, .bg-secondary h2 a:hover, .bg-secondary h3 a:hover, .bg-secondary h4 a:hover, .bg-secondary h5 a:hover, .bg-secondary h6 a:hover {
  color: #303334;
}
.bg-primary .btn, .bg-secondary .btn {
  border-color: #fff;
  color: #fff;
}

.bg-primary {
  background: #303334;
}

.bg-secondary {
  background: #6666ff;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  border: 4px solid #6666ff;
  color: #6666ff;
  font-weight: 700;
  padding: 17px 36px 18px 33px;
}
.btn:hover {
  background: rgba(48, 51, 52, 0.9);
}
.lt-ie9 .btn:hover {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6303334', endColorstr='#E6303334')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6303334', endColorstr='#E6303334');
  zoom: 1;
}
.btn:active {
  background: #303334;
}
.lt-ie9 .btn:active {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF303334', endColorstr='#FF303334')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF303334', endColorstr='#FF303334');
  zoom: 1;
}

/*==============       Blockquote      ==================*/
blockquote img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
blockquote h5 {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}
blockquote cite {
  font-size: 22px;
  line-height: 31px;
  display: inline-block;
}
blockquote cite span {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  display: block;
}
blockquote * + h5 {
  margin-top: 50px;
}
blockquote * + cite {
  margin-top: 18px;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
  width: 170px;
  margin-left: 27px;
}
.inline-list li a {
  width: 170px;
  height: 170px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.inline-list li a img {
  margin-top: 18px;
}
.inline-list li a:hover {
  background: #6666ff;
}

.inline-list2 li {
  display: inline-block;
}
.inline-list2 li a {
  width: 41px;
  height: 41px;
  display: inline-block;
  background: #6666ff;
  color: #353b3c;
  -webkit-border-radius: 25%;
  -moz-border-radius: 25%;
  border-radius: 25%;
  font-size: 60px;
  line-height: 60px;
  overflow: hidden;
}
.inline-list2 li + li {
  margin-left: 7.5px;
}
.inline-list2 a:hover {
  background: #353b3c;
  color: #6666ff;
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 78px;
}
.index-list li h5 {
  color: #6666ff;
}
.index-list li:before {
  content: counter(li,decimal-leading-zero) ".";
  counter-increment: li;
  position: absolute;
  top: 0;
  left: -3px;
  font-size: 48px;
  line-height: 48px;
  color: #6666ff;
  font-weight: 500;
}
.index-list li.grid_4:nth-child(n + 4) {
  margin-top: 56px;
}
.index-list li.grid_1:nth-child(12n + 13),
.index-list li.grid_2:nth-child(6n + 7),
.index-list li.grid_3:nth-child(4n + 5),
.index-list li.grid_4:nth-child(3n + 4),
.index-list li.grid_6:nth-child(2n + 3) {
  clear: left;
}

/*==================      List      ======================*/
.list li {
  position: relative;
  font-size: 22px;
  line-height: 24px;
}
.list li + li {
  margin-top: 14px;
}
.list a:hover {
  color: #6666ff;
}

/*==================  Contact List  ======================*/
.contact-list {
  font-size: 22px;
  line-height: 32px;
  color: #7c8083;
}
.contact-list dt {
  float: left;
}
.contact-list dd {
  float: right;
}
.contact-list a:hover {
  color: #6666ff;
}
@media (min-width: 768px) and (max-width: 979px), (max-width: 479px) {
  .contact-list dt, .contact-list dd {
    float: none;
  }
}

/*==================  Terms List  ======================*/
.terms-list dt {
  font-size: 22px;
  line-height: 22px;
}
.terms-list dd {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
.terms-list dt + dd {
  margin-top: 17px;
}
.terms-list dd + dt {
  margin-top: 35px;
}
.terms-list + a {
  margin-top: 21px;
  display: inline-block;
}
.terms-list + a:hover {
  text-decoration: underline;
}

/*========================   Menu   ==========================*/
nav {
  padding-top: 5px;
}

.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 3.5px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #303334;
  font-size: 18px;
  line-height: 24px;
  padding: 8px 19px 9px 20px;
  font-weight: 300;
  border: 1px solid #fff;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  border-color: #eaeaea;
}
.sf-menu > li.active > a {
  border-color: #eaeaea;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 12px;
  padding: 10px 0 10px;
  background: #6666ff;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #303334;
}

.sf-menu ul > li > a {
  color: #FFF;
  background: #6666ff;
  padding: 8px 14px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #FFF;
  background: #303334;
}

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4;
  border: none;
}

.sf-menu ul ul > li > a {
  color: #FFF;
  background: #7c8083;
  padding: 8px 15px 8px 32px;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #FFF;
  background: #303334;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #303334;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  padding: 49px 0;
}

.isStuck {
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #222222;
  max-width: 1270px;
  padding: 10px 0;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 35px;
  line-height: 40px;
  color: #fff;
  background: #6666ff;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #6666ff;
  background: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.parallax h1, .parallax h2, .parallax h3, .parallax h4, .parallax h5, .parallax h6 {
  color: #fff;
}
.parallax .btn {
  border-color: #fff;
  color: #fff;
}
.parallax .btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.lt-ie9 .parallax .btn:hover {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#33FFFFFF', endColorstr='#33FFFFFF')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33FFFFFF', endColorstr='#33FFFFFF');
  zoom: 1;
}
.parallax .btn:active {
  background: rgba(255, 255, 255, 0.3);
}
.lt-ie9 .parallax .btn:active {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DFFFFFF', endColorstr='#4DFFFFFF')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DFFFFFF', endColorstr='#4DFFFFFF');
  zoom: 1;
}
.parallax .color_secondary {
  color: #6666ff;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #6666ff;
  background: transparent;
}
.thumb_overlay:before {
  content: '\f067';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 72px "FontAwesome";
  line-height: 72px;
  margin-top: -36px;
  text-align: center;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D000000', endColorstr='#4D000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D000000', endColorstr='#4D000000');
  zoom: 1;
}
.thumb:hover .thumb_overlay:before {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}

/*=================       Tabs     ======================*/
.resp-tabs-list li {
  cursor: pointer;
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.resp-tabs-list li:hover {
  color: #303334;
}
.resp-tabs-list li.resp-tab-active {
  color: #303334;
}
.resp-tabs-list li + li {
  margin-left: 62px;
}
@media (max-width: 1199px) {
  .resp-tabs-list li {
    width: 49%;
  }
  .resp-tabs-list li + li {
    margin-left: 0;
  }
}

.resp-accordion {
  display: none;
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 500;
  background: #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #6666ff;
  margin-top: 10px;
}
.resp-accordion:hover {
  color: #303334;
}
.resp-accordion.resp-tab-active {
  color: #303334;
}

.resp-tab-content {
  display: none;
  margin-top: 59px;
}
.resp-tab-content .row + .row {
  margin-top: 30px;
}

.resp-tab-content-active {
  display: block;
}

@media (max-width: 767px) {
  .resp-accordion {
    display: block;
  }

  .resp-tabs-list {
    display: none;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #fff;
}
header .brand {
  float: left;
}
header .nav {
  float: right;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}

.mg_add {
  margin-top: 12px;
}

.color_secondary {
  color: #6666ff;
}
.color_secondary a:hover {
  color: #303334;
}

.number_01, .number_02, .number_03, .number_04, .number_05, .number_06, .number_07, .number_08, .number_09 {
  position: relative;
  overflow: hidden;
}
.number_01:before, .number_02:before, .number_03:before, .number_04:before, .number_05:before, .number_06:before, .number_07:before, .number_08:before, .number_09:before {
  content: '00';
  position: absolute;
  bottom: -83px;
  left: 45%;
  font-size: 188px;
  line-height: 188px;
  color: #6666ff;
  text-align: center;
  font-weight: 100;
  z-index: 1;
  letter-spacing: -3px;
  -moz-transform: translateX(-19%);
  -ms-transform: translateX(-19%);
  -o-transform: translateX(-19%);
  -webkit-transform: translateX(-19%);
  transform: translateX(-19%);
}

.number_01:before {
  content: '01';
  letter-spacing: -11px;
}

.number_02:before {
  content: '02';
}

.number_03:before {
  content: '03';
}

.number_04:before {
  content: '04';
}

.number_05:before {
  content: '05';
}

.number_06:before {
  content: '06';
}

.number_07:before {
  content: '07';
}

.number_08:before {
  content: '08';
}

.number_09:before {
  content: '09';
}

.number_clr:before {
  color: #fff;
}

/*==================      Well     ======================*/
.well {
  padding-top: 100px;
  padding-bottom: 139px;
}

.well1 {
  padding-top: 257px;
  padding-bottom: 219px;
}

.well1__ins {
  padding-bottom: 242px;
}

.well2 {
  padding-top: 194px;
  padding-bottom: 261px;
}

.well2__ins {
  padding-bottom: 149px;
}

.well2__ins1 {
  padding-bottom: 131px;
}

.well2__ins2 {
  padding-top: 245px;
}

.well3 {
  padding-top: 281px;
  padding-bottom: 228px;
}

.well4 {
  padding-top: 130px;
  padding-bottom: 90px;
}

.well5 {
  padding-top: 214px;
  padding-bottom: 138px;
}

@media (max-width: 479px) {
  .well, .well1, .well2, .well3, .well4, .well5 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #6666ff;
  padding-top: 23px;
  padding-bottom: 15px;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
}
footer a:hover {
  color: #303334;
}
