@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;700&display=swap');
*
{
	padding:: 0px;
	margin: 0px;
}
body
{
	font-family: 'Raleway', sans-serif;
    font-size: 22px;
}
h1, h2, h3, h4, h5, h6 {
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #333333;
}
p {
    padding-bottom: 1em;
    line-height: 1.5em;
    color: #333333;
}
img
{
	max-width: 100%
}
a
{
    color: #ff7007;
}
.gm-container {
    max-width: 95%;
    margin: 0 auto;
    position: relative;
}
.gm-container-935
{
	max-width: 935px;
    margin: 0 auto;
    position: relative;
}
.gm-header-main {
    background-color: rgba(255,255,255,.65) !important;
    position: fixed;
    width: 100%;
    padding: 12px 0px;
    z-index: 2;
}
.gm-logo-container {
    width: 300px;
}
.gm-menu-container {
    position: absolute;
    right: 0;
    top: 7px;
    cursor: pointer;
}
.gm-padding-normal
{
	padding: 70px 0px;
}
.gm-padding-top
{
    padding: 70px 0px 0px 0px;
}
.gm-hamburger-box {
    width: 30px;
    height: 20px;
    display: inline-block;
    position: relative;
}
.gm-hamburger-inner, .gm-hamburger-inner::before, .gm-hamburger-inner::after
{
	width: 30px;
    height: 4px;
    background-color: #ff7007;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
}
.gm-hamburger-inner::before, .gm-hamburger-inner::after {
    content: "";
    display: block;
}
.gm-hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.gm-hamburger-inner::before {
    top: -8px;
}
.gm-hamburger-inner::after {
    bottom: -8px;
}
.gm-main-banner {
    background-size: initial;
    background-position: bottom right;
    background-position-x: right;
    background-position-y: bottom;
    background-image: url(../images/kreatives-webdesign-webdesignland-werbeagentur.jpg)!important;
    background-color: #079bb5;
    background-repeat: no-repeat;
    text-align: center;
    padding: 220px 0px 100px 0px;
}
.gm-main-banner h1
{
    font-weight: 900;
    font-size: 59px;
    color: #FFFFFF!important;
    text-shadow: 0.08em 0.08em 0.08em rgb(0 0 0 / 40%);
}
.gm-main-banner h2 {
    font-size: 24px;
    background-color: rgba(255,255,255,0.4);
    position: relative;
    border-color: #ffffff #ffffff #e2001a #ffffff;
    padding-top: 15px!important;
    padding-right: 20px!important;
    padding-bottom: 15px!important;
    padding-left: 20px!important;
    margin-top: 30px!important;
    margin-bottom: 60px!important;
    max-width: 715px;
    margin: 0 auto;
    color: #333333;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}
a.gm-std-btns {
    text-align: center;
    background-color: #333333;
    padding-right: 40px!important;
    padding-left: 40px!important;
    display: inline-block;
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 15px;
    -webkit-transition: background-image .3s linear,background-color .3s linear,border .3s linear;
    -o-transition: background-image .3s linear,background-color .3s linear,border .3s linear;
    transition: background-image .3s linear,background-color .3s linear,border .3s linear;
    text-decoration: none;
}
a.gm-std-btns span {
    display: block;
    line-height: 17px;
}
span.gm-btn-text-1 {
    text-transform: uppercase!important;
    font-size: 17px!important;
    color: #ffffff!important;
    margin-bottom: 7px;
}
span.gm-btn-text-1 b {
    color: #ff7007;
    margin-left: 9px;
    right: 20px;
    position: absolute;
    transition: .6s;
    display: none;
}
a.gm-std-btns:hover .gm-btn-text-1 b {
    display: inline-block;
}
span.gm-btn-text-2 {
    font-size: 12px!important;
    color: #aaaaaa!important;
}
.gm-std-heading {
    padding-left: 55px;
    position: relative;
    margin-bottom: 20px;
}
.gm-std-heading p
{
	font-size: 22px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.gm-std-heading h2
{
	font-size: 59px;
}
.gm-std-heading h2 span{
color: #ff7007;
}
.gm-std-heading:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 80%;
    background-color: #ff7007;
    left: 0;
    top: 6px;
}
.gm-services
{
	overflow: hidden;
}

.gm-service-grid-column {
    width: 24.6%;
    margin-right: 0.5%;
    float: left;
    position: relative;
    overflow: hidden;
}
.gm-service-grid-column:last-child {
    margin-right: 0px;
}
.gm-service-grid-row {
    margin-bottom: 9px;
    overflow: hidden;
}
.gm-service-grid-image {
    line-height: 0px;
}
.gm-service-grid-image img {
    transition: all 1000ms;
}
.gm-service-grid-column:hover img {
    transform: scale(1.3) rotateZ( 
1deg);
}
.gm-service-grid-text {
    background-image: linear-gradient( 
180deg,rgba(0,0,0,0.38) 25%,rgba(0,0,0,0.38) 75%);
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute!important;
    top: 0px;
    bottom: auto;
    left: 0px;
    right: auto;
    padding: 36px 15px 0px 25px;
}
.gm-service-grid-text h2, .gm-service-grid-text p, .gm-service-grid-text a
{
	color: #ffffff;
}
.gm-service-grid-text a {
    background-color: #333333;
    margin: 0 auto;
    width: 210px;
    text-align: center;
    font-size: 17px;
    text-decoration: none;
    padding: 11px 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 17%;
    display: none;
    transition:left 1s linear;
}
.gm-service-grid-column:hover a
{
	display: block;
}
.gm-testimonials-grid {
    background-color: #f1f1f1;
    padding: 17px;
    text-align: center;
    font-size: 16px;
    min-height: 335px;
}
.gm-testimonials-grid p {
    line-height: 1.7em;
}
.gm-testimonials-author img {
    width: 105px !important;
    margin: 0 auto;
    margin-bottom: 18px;
}
.gm-testimonials-author {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
}
.owl-nav button {
    position: absolute;
    top: 44%;
    border: 1px solid #512da8;
    width: 40px;
    height: 40px;
    border-radius: 50%
}
.owl-prev {
    left: 0;
    display: flex;
    background: #fff
}

.owl-next {
    right: 0;
    display: flex;
    background: #fff
}
.gm-pre-footer {
    background-color: #f4f4f4;
    overflow: hidden;
    padding: 35px 0px;
}
.gm-icon-box {
    width: 46%;
    float: left;
    overflow: hidden;
}
.gm-icon-box:first-child {
    margin-right: 8%;
}
.gm-icon-box-img {
    float: left;
    background-color: #079bb5;
    border-radius: 100%;
    font-size: 40px;
    width: 80px;
    height: 80px;
    text-align: center;
    margin-right: 12px;
    position: relative;
}
.gm-icon-box-img i {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    color: #ffffff;
}
.gm-icon-box-content {
    float: right;
    width: 87%;
}
.gm-icon-box-content h4 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.gm-icon-box-content p {
    padding: 0px;
    font-size: 17px;
    line-height: 2.1;
}
.gm-footer {
    padding: 40px 0px;
    background-color: #f8f8f8;
    overflow: hidden;
}
.gm-footer-widget {
    width: 22.75%;
    float: left;
    margin-right: 3%;
}
.gm-footer-widget:last-child {
    margin: 0px;
}
.gm-footer h4 {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    margin-bottom: 22px;
}
.gm-footer-widget h4 i {
    color: #cccccc;
    margin-right: 7px;
    font-size: 16px;
    vertical-align: top;
    margin-top: 1px;
}
.gm-footer-info strong {
    display: block;
    font-size: 15px;
}
.gm-footer-widget ul {
    list-style-type: none;
    padding: 0px;
}
.gm-footer-widget ul li a {
    font-size: 15px;
    margin-bottom: 15px;
    display: block;
    color: #666666;
    text-decoration: none;
}
.gm-footer-info {
    margin-bottom: 17px;
}
.gm-footer-info strong {
    display: block;
    font-size: 15px;
}
.gm-footer-info a, .gm-footer-info p {
    font-size: 15px;
    color: #666666;
    text-decoration: none;
    padding-bottom: 0px;
}
.gm-footer-info strong i {
    color: #cccccc;
    margin-right: 5px;
}
a.gm-footer-phone {
    font-weight: 800;
    text-decoration: none;
}
.gm-socket {
    background-color: #079bb5;
    padding: 20px 0px;
}
.gm-socket p, .gm-socket a {
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}
span.gm-icon-heart {
    color: #ff7007;
    font-size: 17px;
}
.gm-main-menu-container {
    box-sizing: content-box;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 5;
    background-color: #fff;
    margin: 0;
    width: calc(100%);
    max-width: 500px;
    right: -150%;
    transition: box-shadow .5s ease-in-out;
    padding: 20px 20px 0 20px;
    transition: .6s;
    overflow: scroll;
}
.gm-menu-logo {
    margin-bottom: 18px;
}
.gm-menu-logo img {
    display: inline-block;
    width: 230px;
    max-width: 230%;
}
.gm-menu-close {
    width: 44px;
    height: 90px;
    position: absolute;
    top: 30px;
    right: 21px;
    cursor: pointer;
}
.gm-menu-close:before {
    content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #ee701e;
    transform: rotate(45deg);
}
.gm-menu-close:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #ee701e;
    transform: rotate( -45deg);
}
.gm-menu-items li
{
    position: relative;
}
.gm-sub-menu-toggle-1, .gm-sub-menu-toggle-2 {
    position: absolute;
    background-color: rgba(255,255,255,0);
    color: #079bb5;
    z-index: 1;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    top: 4px;
    right: 4px;
    cursor: pointer;
    text-align: center;
}
.gm-sub-menu-toggle i {
    font-size: 18px;
}
.gm-menu-items li a {
    border-radius: 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #f4f4f4;
    display: block;
    padding: 10px 0px;
    font-size: 19px;
    text-decoration: none;
    color: #666666;
    text-transform: uppercase;
}
a.gm-menu-item-bold {
    font-weight: 600;
    color: #000000 !important;
}
.gm-menu-items>ul {
    list-style-type: none;
    padding: 0px;
}
.gm-menu-items ul li ul {
    list-style-type: none;
    padding: 0px;
    display: none;
}
.gm-menu-items ul li ul li a {
    padding-left: 25px;
}
a.gm-menu-item-green {
    color: #ff7007 !important;
    font-weight: 700;
}
.gm-menu-info {
    margin-top: 85px;
}
.gm-menu-info * {
    font-size: 17px;
    color: #666666;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.gm-menu-info p {
    margin-bottom: 25px;
}
.gm-menu-info ul li {
    margin-bottom: 13px;
}
.gm-menu-info i {
    color: #cccccc;
    margin-top: 0px;
    margin-right: 8px;
}


@media only screen and (max-width: 1350px)
{
	.gm-service-grid-row {
    	margin-bottom: 0px;
	}
	.gm-service-grid-column {
    	width: 49.7%;
    	margin-bottom: 6px;
    }
    .gm-service-grid-column:nth-child(even) {
    	margin-right: 0px !important;
	}
	.gm-service-grid-text a 
	{
		display: block;
	}
}
@media only screen and (max-width: 600px)
{
	.gm-service-grid-column {
    	width: 100% !important;
    }
}
@media only screen and (max-width: 767px)
{
h1,h2,h3,h4 {
    font-size: 28px !important;
}
.gm-main-menu-container {
    width: calc(70%);
}
.gm-menu-items li a {
    font-size: 13px;
}
.gm-std-heading:before
{
    display: none;
}
.gm-std-heading {
    padding-left: 0px;
}
.gm-service-grid-text p {
    font-size: 16px;
}
.gm-icon-box {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}
.gm-icon-box-content {
    float: right;
    width: 74%;
}
.gm-footer-widget {
    width: 100%;
    margin-bottom: 20px;
}
.gm-icon-box-img {
    width: 75px;
    height: 75px;
}
.gm-footer-widget h4 {
    font-size: 23px !important;
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 980px) and (min-device-width:768px)
{
h1,h2,h3,h4 {
    font-size: 28px !important;
}
.gm-main-menu-container {
    width: calc(70%);
}
.gm-menu-items li a {
    font-size: 13px;
}
.gm-std-heading:before
{
    display: none;
}
.gm-std-heading {
    padding-left: 0px;
}
.gm-service-grid-text p {
    font-size: 16px;
}
.gm-icon-box {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}
.gm-icon-box-content {
    float: right;
    width: 88%;
}
.gm-footer-widget {
    width: 47%;
    margin-bottom: 20px;
}
}


@media only screen and (max-width: 1619px) and (min-device-width:980px)
{
    .gm-icon-box-content {
    width: 78%;
}
}
@media only screen and (max-width: 806px) and (min-device-width:767px)
{
    .gm-icon-box-content {
    width: 87%;
}
}
@media only screen and (max-width:352px)
{
    .gm-icon-box-img {
    width: 57px;
    height: 57px;
    font-size: 23px;
}
}
@media only screen and (max-width:980px)
{
 .gm-icon-box-content h4 {
    font-size: 17px !important;
}
.gm-footer h4 {
    font-size: 18px !important;
}
}