/*===========================================================
 Common CSS
============================================================*/

body {
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #000;
    background: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

ul {
    padding: 0;
    margin: 0;
}


li,
li:hover,
a:hover,
.btn,
.btn:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover {
    text-decoration: none !important;
}

*:active,
*:focus {
    outline: none;
    border: 0;
}

img {
    max-width: 100%;
}

strong {
    font-weight: 700;
}

u {
    border-bottom: 1px solid #fff;
    line-height: 1;
    text-decoration: unset;
}

.cboth {
    overflow: hidden;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

button {
    background-color: transparent;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

button:active,
button:focus {
    outline: 0;
    outline: 0;
}

/*===========================================================
 Placeholder Style
============================================================*/

::-webkit-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

:-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

::-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

:-ms-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}



/*===========================================================
Preloader CSS
============================================================*/
.spinner-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: #fff;
}

.spinner {
    background-color: #065e52;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 100%;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 9999999;
}

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

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

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

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

/*===========================================================
 Scroll To Top
============================================================*/

.go-top {
    bottom: 15px;
    display: none;
    position: fixed;
    right: 15px;
    z-index: 999;
}

.go-top img {
    width: 35px;
}

.go-top span {
    /*background-color: #4285F4;*/
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 10px;
}

.go-top span:hover {
    color: #fff;
}


/*===========================================================
 Navigation Menu Desktop
============================================================*/
.header-area {
    position: fixed;
    -top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
}

.header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0 50px 0;
    height: 136px;
}

.menu ul ul {
    left: 22px;
}

.menu ul ul li {
    padding-left: 0;
}

.menu ul li {
    list-style: none;
    display: inline-block;
    padding-left: 22px;
    /*padding: 10px 0 10px 40px;*/

}

.menu ul li a {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 10px;
}

.menu ul li:hover > a,
.menu ul li.current-menu-item > a,
.menu ul li.current-menu-ancestor > a,
.menu ul li.current-page-ancestor > a,
body.bbpress .menu ul li.menu-item-597 > a {
    color: #d25419;
}

#menu ul li:hover > a,
#menu ul li.current-menu-item > a,
#menu ul li.current-menu-ancestor > a,
#menu ul li.current-page-ancestor > a,
body.bbpress #menu ul li.menu-item-597 > a {
    color: #000;
}

.logo img {
    width: 240px;
    height: auto;
}

@media (min-width: 991px) {

  .kontakt > a {
      color: #f37021 !important;
      font-size: 20px !important;
      font-weight: 700 !important;
      border: 3px solid #f37021 !important;
      line-height: 35px !important;
      padding: 0 25px !important;
      display: inline-block !important;
      border-radius: 25px;
  }

  .kontakt > a:hover,
  .menu ul li.current-menu-item.kontakt > a {
      background: #f37021;
      color: #fff !important;
  }
}

/*===========================================================
Banner Area
============================================================*/
.banner-area,
.maincontent {
    -margin-top: 40px;
    padding-top: 185px;
}

.banner {
    position: relative;
}

.banner-text {
    max-width: 460px;
    margin-top: 30px;
    display: inline-block;
    position: relative;
    z-index: 10;
    padding-right: 20px;
}

.banner-text h2,
.maincontent h1 {
    color: #f37021;
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
}

.banner-text p,
.maincontent p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    line-height: 1.4;
    margin: 25px 0;
}

.maincontent ul li {
  color: rgba(0, 0, 0, 0.8);
}

.mher-btn {}

.mher-btn a,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
div.wpforms-container-full .wpforms-form button[type=submit],
.page-restrict-output input[type="submit"],
#menu-intern-seitenmenue a,
#bbp_topic_submit {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    padding: 10px 33px;
    display: inline-block;
    background-color: #f37021;
    border-radius: 30px;
    -webkit-transition: .3S;
    -o-transition: .3S;
    transition: .3S;
    border-color: transparent !important;
    background-image: none !important;
}

.mher-btn a:hover,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.page-restrict-output input[type="submit"]:hover,
.side-menu ul a:hover,
.side-menu ul li.current-menu-item > a,
#secondary ul a:hover,
#secondary ul li.current-menu-item > a,
body.bbpress #secondary ul li#menu-item-930 > a,
#bbp_topic_submit:hover {
    background: #6cb644 !important;
    color: #fff;
}

.banner-img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    /*display: none;*/
}

.banner {
    /*background-image: url(../img/banner-img.png);*/
    background-repeat: no-repeat;
    background-position: right;
    padding: 35px 0;
}

/*===========================================================
 Service Area
============================================================*/
.service-area {
    position: relative;
    padding-top: 40px;
    padding-bottom: 80px;
}

.service {
    padding-top: 40px;
}

.service-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    left: 0;
    top: 0;
    background-color: rgba(0, 154, 203, .09)
}

.service {
    text-align: center;
    position: relative;
}

.service-text {
    text-align: left;
    width: 340px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
    border-radius: 20px 20px 0 20px;
    padding: 40px;
    /*margin: 10px;*/
    position: absolute;
    z-index: 19;
    background-color: #ffffff;

}

.service-text-1 {
    left: 80px;
    top: 0;
}

.service-text-1 img {
    top: 0;
    right: 10px;
}

.service-text-2 img {
    right: 0;
    bottom: 0;
}


.service-text-3 img {
    left: 0;
    top: 10px;
}

.service-text-4 img {
    top: 0;
    right: 0;
}

.service-text-2 {
    right: 0;
    top: 0;
}

.service-text-3 {
    bottom: -100px;
    left: 0;
}

.service-text-4 {
    right: 80px;
    bottom: -30px;
}

.service-text h3 {
    color: rgba(0, 0, 0, 0.8);
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
    max-width: 210px;



}

.service-text a img {
    margin-left: 7px;
}

.service-text a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-top: 15px;
}

.yellow {
    color: #f8c423;
}

.blue {
    color: #009acb;
}

.green {
    color: #6cb644;
}

.red {
    color: #f37021;
}

.fill {
    position: absolute;
}

/*===========================================================
 Wer Area
============================================================*/
.wer-area {
    background-color: rgba(0, 154, 203, 0.09);
    padding: 40px 0;
    margin-top: 100px;
}

.wer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.wer-left {
    max-width: 350px;
    width: 350px;
    max-width: 100%;
}

.wer-right {
    width: calc(100% - 350px);
    max-width: 100%;
    padding-left: 90px;
}

.wer-right h2 {
    color: #000000;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.wer-right p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    margin: 30px 0;
}

.wer-left:before {
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 92%;
    height: 92%;
    background: #fff;
    border-radius: 50%;
}

.wer-left:after {
    z-index: 2;
    position: absolute;
    /* content: ""; */
    /* bottom: 10px; */
    left: 50%;
    width: 200px;
    height: 200px;
    background: #fff;
    -webkit-clip-path: url(#rhombus);
    -o-clip-path: url(#rhombus);
    clip-path: url(#rhombus);
    margin-left: -30px;
    bottom: 3px;
}

.wer-left {
    position: relative;
    padding: 25px;
}

.drop {
    position: relative;
    z-index: 10;
    border-radius: 50% 50% 0 50%;
}

/*===========================================================
 Footer Area
============================================================*/
.footer-area {
    position: relative;
    padding: 150px 0;
    /*background-image: url(../img/footer-bg.png);*/
    background-color: #009acb;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    overflow: hidden;

}

.footer-area:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 601px;
    height: 694px;
    opacity: 1;
    background-image: url("../img/fill-footer.png");
}

.footer-logo {}

.single-footer {
    padding-right: 40px;
}

.single-footer p {
    color: #ffffff;
    -font-size: 14px;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 25px 0;
}

.single-footer a {
    display: inline-block;
    color: #ffffff;
    -font-size: 14px;
    font-size: 17px !important;
    font-weight: 400;
    line-height: 1.2;
}

.single-footer a img {
    margin-left: 10px;
}

.footer-menu {}

.footer-menu h6,
.footer-menu .widgettitle {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.footer-menu ul li {
    list-style: none;
}

.footer-menu ul li a {
    color: #ffffff;
    -font-size: 14px;
    font-size: 17px;
    display: inline-block;
    padding: 8px 0;
    font-weight: 400;
    -webkit-transition: .3S;
    -o-transition: .3S;
    transition: .3S;
}

.footer-menu ul li a:hover {
    color: #d25419;
}

.single-contact {}

.single-contact a img,
.single-contact span img {
    margin-right: 30px;
    width: 25px;
}

.single-contact a,
.single-contact span {
    display: block;
    color: #ffffff;
    -font-size: 18px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    padding: 10px 0;
}

.social-icon {
    text-align: right;
}

.social-icon a {
    display: block;
    padding: 10px 0;
}

/*===========================================================
Slider
============================================================*/
.content-area {
    padding-top: 100px;
    margin: 150px 0 130px 0;
    background-image: url(../img/global.png);
    background-repeat: no-repeat;

}

.content-left {}

.content-left h2,
.maincontent h2 {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
}

.content-left p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    margin: 15px 0;
}

.single-slider {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    margin: 10px;
    border-radius: 10px;
    position: relative;
    border-radius: 25px 25px 0 25px;
}

.single-slider-img img {
    width: 100%;
}

.single-slider-text {
    padding: 10px 10px 10px 15px;
}

.single-slider-text h3 {
    color: rgba(0, 0, 0, 0.8) !important;
    font-size: 25px;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

.single-slider-text p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 15px;
    margin-bottom: 40px;
}

.single-slider-text a img {
    display: inline-block;
    margin-left: 10px;
}

.single-slider-text a {
    color: #6cb644;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    position: absolute;
    bottom: 20px;
}

.slick-arrow {
    position: absolute;
    right: 0;
    top: -79px;
    width: 79px;
    cursor: pointer;
}

.slick-left {
    right: 60px;
}

/*===========================================================
 Navigation Menu slideout
============================================================*/
main .mobileMenuOpener {
    display: none;
}

.panel-header {
    display: none;
}

.panel-header {
    /*  position: fixed;
    top: 0;
    left: 0;
    width: 100%;*/
    /*z-index: 10000;*/
}

.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    background-color: #FFF;
    min-height: 100vh;

}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

.slideout-open .slideout-menu {
    background: #009acb;
}

.btn-hamburger {
    cursor: pointer;
}

.menu-section-list {
    padding: 25px 10px;
}

.menu-section-list li a:hover {
    color: #bdc3c7;
}

.menu-section-list li a {
    line-height: 2;
    color: #fff;
}

.menu-section-list li {
    display: block;
}

.btn-hamburger img {
    width: 27px;
}

/*Hamburger Menu Icon*/
.hamburger .line {
    width: 40px;
    height: 5px;
    background-color: #34495e;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

.hamburger:hover .line {
    opacity: .8;
}

.slideout-open .line:nth-child(2) {
    opacity: 0;
}

.slideout-open .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
}

.slideout-open .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
}

.menu ul ul li {
    display: block;
}

.menu ul ul li a {
    padding: 5px 15px;
    line-height: 1.2;
    display: block;
    white-space: nowrap;
}

.menu ul li.menu-item-has-children {
    position: relative;
}

.menu ul li.menu-item-has-children > a:hover::after {
    color: #d25419;
}

.menu ul li.menu-item-has-children > a::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

/*Responsive Menu*/
@media (min-width: 992px) {
    .menu ul li:hover > ul {
        display: block;
    }
}

@media (max-width: 1199px) {
    .banner {
        position: relative;
    }

    .banner:before {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        background: rgba(255, 255, 255, .5);
        content: "";
        z-index: 2;
    }

}

@media (max-width: 991px) {

    .drop-style {
      display: none;
    }

    .header-area {
        display: none;
    }

    .panel-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        border-bottom: 1px solid #f37021;
    }

    .mobile-logo {
        width: 100px;
        width: 130px;
    }

    .menu ul ul {
        padding-top: 0;
    }

    .menu ul li ul li a {
        padding-left: 10px;
        padding-right: 0;
    }

    .menu ul ul {
        width: 100%;
        background-color: transparent;
        background-clip: padding-box;
        border: none;
        position: unset;
        top: unset;
    }

    main .mobileMenuOpener {
        display: block;
        position: absolute;
        width: 20px;
        height: 100%;
        z-index: 10;
    }

    .menu ul li {
        display: block;

    }

    .menu ul li a {
        color: #fff;
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        float: left;
        width: 100%;
    }

    /*Menu Activation*/
    .panel-header {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        /*-webkit-box-shadow: 0 0 0 #ddd;
        box-shadow: 0px 1px 3px #eee;*/
        padding: 10px 15px;
    }
}

/*===========================================================
 Puzzle
============================================================*/
.puzzles {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    position: relative;
}

.single-puzzle {}

.moon-style svg,
.svg svg,
.service-area svg {
    width: 0;
    height: 0;
    display: block;
}

.puzzles {
    width: 685px;
    min-height: 605px;
    position: relative;
}

.single-puzzle {
    position: absolute;
}

.puzzle {
    position: relative;
}

.puzzle-1 .puzzle,
.puzzle-4 .puzzle {
    width: 270px;
    height: 430px;
}

.puzzle-2 .puzzle,
.puzzle-3 .puzzle {
    width: 430px;
    height: 265px;
}

.puzzle-1,
.puzzle-4 {
    z-index: 1;
}

.puzzle-2,
.puzzle-3 {
    z-index: 10;
}

.puzzle>div {
    width: 100%;
    height: 100%;
    position: absolute;
}

.puzzle-4,
.puzzle-1 {
    -webkit-clip-path: url(#puzzle);
    clip-path: url(#puzzle);
}

.puzzle-2,
.puzzle-3 {
    -webkit-clip-path: url(#puzzle2);
    clip-path: url(#puzzle2);
}

.puzzle-1 {
    top: 0;
    left: 80px;
}

.puzzle-2 {
    top: 79px;
    right: 0;

}

.puzzle-3 {
    top: 340px;
    left: 0;
}

.puzzle-4 {
    top: 258px;
    left: 333px;
}

.puzzle-1 img {}

.single-puzzle>div:before {
    position: absolute;
    content: "";
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    height: 430px;
    opacity: .8;
}

.puzzle-1>div:before {
    background: #009ACB;
}

.puzzle-2>div:before {
    background: #F8C423;
}

.puzzle-3>div:before {
    background: #f37021;
}

.puzzle-4>div:before {
    background: #6CB644;
}

.puzzle {
    position: relative;
    -webkit-background-size: auto;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}


.puzzle-1>div {
    background-image: url("../img/puzzle-1.png");
}

.puzzle-2>div {
    background-image: url("../img/puzzle-2.png");
}

.puzzle-3>div {
    background-image: url("../img/puzzle-3.png");
}

.puzzle-4>div {
    background-image: url("../img/puzzle-4.png");
}

.puzzle-1>div,
.puzzle-4>div {}

/*Banner style*/
.moon {
    width: 258px;
    height: 444px;
    -webkit-clip-path: url(#clip-path);
    -o-clip-path: url(#clip-path);
    clip-path: url(#clip-path);
}

/*.drop-style {
    -margin-left: -65px;
    float: right;
    border-radius: 50% 50% 0 50%;
    -webkit-clip-path: url(#clip-path-drop);
    -o-clip-path: url(#clip-path-drop);
    clip-path: url(#clip-path-drop);
    width: 444px;
    height: 444px;
}*/

.banner-style {
    -display: -webkit-flex;
    -display: -moz-flex;
    -display: -ms-flex;
    -display: -o-flex;
    -display: flex;
}

/*===========================================================
 Responsive
============================================================*/

@media (max-width: 1199px) {
    .menu ul li {
        padding-left: 20px;
    }

    .single-contact a img {
        margin-right: 5px !important;
        width: 20px;
    }

    .single-contact span img {
        margin-right: 10px !important;
        width: 20px;
    }

    /*.banner-area{
        position: relative;
    }
    .banner-area:before{
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0,0,0,.5);
    }*/
}

@media (max-width: 991px) {

    .top-header-area-orange {
      padding-left: 10px !important;
    }

    .top-header-area-orange .orangeTopMenu {
      margin-right: 0;
      margin-top: 15px;
    }

    .top-header-area-orange .orangeAddress {
      display: none;
    }

    .top-header-area-orange .orangeTopInformation, .top-header-area-orange .orangeTopMenu {
      float: left !important;
    }

    .top-header-area-orange .orangeTopMenu {
      margin: 0 !important;
    }

    .top-header-area-orange .orangeTopMenu li {
      margin-right: 0 !important;
      padding-right: 0 !important;
      border-right: 0 !important;

      margin-left: 15px !important;
      padding-left: 15px !important;
      border-left: 1px solid #fff !important;
    }

    .banner-area,
    .maincontent {
        padding-top: 80px;
        margin-top: 0;
    }

    .service-text {
        width: 280px;
        border-radius: 20px 20px 0 20px;
        padding: 30px 15px;
    }

    .service-text-1 {
        left: 40px;
    }

    .service-text {
        right: 40px;
    }


    .menu ul ul {
        left: 0;
        display: block;
    }

    .menu ul ul li a {
      white-space: normal;
    }

    .wer-right {
        padding-left: 10px;
    }

    .content-area {
        margin-top: 90px;
        margin-bottom: 70px;
    }

    .content-left {
        margin-bottom: 50px;
    }

    .content-left .mher-btn {
        text-align: center;
    }

    .social-icon {
        text-align: left;
    }

    .footer-area {
        padding: 100px 0;
    }
}

@media (max-width: 767px) {
    .banner-text {
        margin: 0;
        padding: 0;
    }

    .banner-area,
    .maincontent {
        padding-top: 30px;
    }

    .wer-area {
        margin-top: 50px;
    }

    .banner-img {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);

    }

    .service-text {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        width: 100%;
        margin-bottom: 25px;
    }

    .service-text img {
        max-height: 120px;
    }

    .service-text h3 {
        max-width: 100%;
    }

    .wer-area {
        text-align: center;
    }

    .wer-left {
        width: 100%;
    }

    .wer-right p {
        margin: 20px 0;
    }

    .wer-right {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .content-left {
        margin-bottom: 40px;
        text-align: center;
    }

    .content-left h2 {
        font-size: 37px;
    }

    .puzzles {}

    .puzzles {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        -o-transform: scale(.75);
        transform: scale(.75);
        transform-origin: left;
    }

    .banner-style {
        -webkit-transform: scale(.60);
        -ms-transform: scale(.60);
        -o-transform: scale(.60);
        transform: scale(.60);
        transform-origin: right;
    }

    .banner-img {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575px) {
    .banner-text h2,
    .maincontent h1 {
        font-size: 27px;
    }

    .footer-menu {
      margin-bottom: 25px;
    }

    .content-left h2, .maincontent h2 {
        font-size: 27px;
    }

    .service-area .puzzles-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 343px;
        margin-top: -110px;
    }

    .content-area {
        -margin-top: -190px;
    }

    .puzzles {
        width: 685px;
        min-height: 685px;
        position: relative;
    }

    .puzzles {
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        -o-transform: scale(.3);
        transform: scale(.3);
        transform-origin: left;
    }

    .content-left h2 {
        font-size: 29px;
    }

    .service-area:before {
        height: 75%;
    }

    .footer-area {
        padding-bottom: 50px;
    }

    .content-slider {
        margin-top: 50px;
    }

    .wer-left:after {
        position: unset;
    }

    .wer-left img {
        max-width: 100%;
    }

    .wer-left {
        padding: 10px;
    }

    .banner-style {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5);
    }
}

@media (max-width: 379px) {
    .banner-style {
        -webkit-transform: scale(.4);
        -ms-transform: scale(.4);
        -o-transform: scale(.4);
        transform: scale(.4);
    }

    .service-area .puzzles-container {
        margin-top: -150px;
        max-width: 275px;
    }

    .content-area {
        -margin-top: -240px;
    }

    .content-area {
        padding-top: 25px;
    }

    .puzzles {
        -webkit-transform: scale(.4);
        -ms-transform: scale(.4);
        -o-transform: scale(.4);
        transform: scale(.4);
        transform-origin: left;
    }

}
