.whatsapp {
    position: fixed;
    left: 15px;
    bottom: 125px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.whatsapp a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #4dc247;
}

.whatsapp .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.whatsapp:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.whatsapp:hover .tooltiptext {
    visibility: visible;
}




.telefon {
    position: fixed;
    left: 15px;
    bottom: 180px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.telefon a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #337ab7;
}

.telefon .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.telefon:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.telefon:hover .tooltiptext {
    visibility: visible;
}

.telegram {
    position: fixed;
    left: 15px;
    bottom: 70px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.telegram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #27A7E5;
}

.telegram .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.telegram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.telegram:hover .tooltiptext {
    visibility: visible;
}

.instagram {
    position: fixed;
    left: 15px;
    bottom: 15px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.instagram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #fd3a67;
}

.instagram .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.instagram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.instagram:hover .tooltiptext {
    visibility: visible;
}

.diller {
    position: fixed;
    left: 15px;
    bottom: 235px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.diller a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #000;
}

.diller .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.diller:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.diller:hover .tooltiptext {
    visibility: visible;
}

.lang {
    float: left;
    width: 100%;
}

.lang img {
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    margin-top: 0px;
    margin-bottom: -3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.lang .currencyitems a {
    width: 24%;
}

.activelang {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.lang h4 {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 24px;
}

.lang a {
    display: inline-block;
    vertical-align: top;
    /* width: 32%; */
    margin: 5px;
    font-size: 16px;
    color: #9d9d9d;
    padding: 10px;
    border: 1px solid #0000004d;
    border-radius: 50px;
}

.lang a:hover {
    border: 1px solid #000;
    color: #000;
}
.rounded-25 {
    border-radius: 25%;
}
.projects-grid,
.project-slider {
    position: relative;
    margin: -15px;
}

.projects-grid:after {
    content: "";
    display: block;
    clear: both;
}

.project-item {
    float: left;
    width: 33.3333333333%;
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.projects-grid.pf_5_cols .project-item {
    width: 20%;
}

.projects-grid.pf_4_cols .project-item {
    width: 25%;
}

.projects-grid.pf_2_cols .project-item {
    width: 50%;
}

.projects-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.projects-box .portfolio-info {
    width: 270px;
    position: absolute;
    bottom: 20px;
    right: -270px;
    z-index: 4;
    opacity: 0;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
}

.projects-box .portfolio-info .portfolio-info-inner {
    text-align: left;
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
    background-color: #0160e7;
    background-image: -moz-linear-gradient(90deg, #0160e7, #00c3ff);
    background-image: -webkit-linear-gradient(90deg, #0160e7, #00c3ff);
    background-image: linear-gradient(90deg, #0160e7, #00c3ff);
    border-top-left-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 15px;
    box-shadow: 12px 12px 30px 0px rgba(0, 57, 228, 0.3);
    -webkit-box-shadow: 12px 12px 30px 0px rgba(0, 57, 228, 0.3);
    -moz-box-shadow: 12px 12px 30px 0px rgba(0, 57, 228, 0.3);
}

.projects-box .portfolio-info .portfolio-info-inner h5 a:hover,
.projects-box .portfolio-info .portfolio-info-inner .portfolio-cates a:hover {
    opacity: 0.8;
}

.projects-box .portfolio-info h5 {
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1;
}

.projects-box .portfolio-info h5 a {
    color: #fff;
}

.projects-box .portfolio-info .portfolio-cates {
    color: #95e1fa;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.projects-box .portfolio-info .portfolio-cates a {
    color: #95e1fa;
}

.projects-box .portfolio-info .portfolio-cates span {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}

.projects-box .portfolio-info .portfolio-cates span:last-child {
    display: none;
}

.projects-box:hover .portfolio-info {
    right: 0px !important;
    opacity: 1;
}

.projects-box .projects-thumbnail {
    overflow: hidden;
}

.projects-box img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.projects-box:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.projects-style-2 .projects-box {
    border-bottom: 60px solid transparent;
    overflow: visible;
    border-bottom: 60px solid transparent;
}

.projects-style-2 .projects-box .portfolio-info {
    opacity: 1;
    right: 0px;
    left: 0px;
    bottom: -60px;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.projects-style-2 .projects-box .portfolio-info .portfolio-info-inner {
    width: 310px;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    padding: 36px 10px 10px 10px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}

.projects-style-2 .projects-box .portfolio-info h5 a {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    color: #1a1b1e;
}

.projects-style-2 .projects-box .portfolio-info .portfolio-cates {
    color: #00c3ff;
    letter-spacing: 0px;
}

.projects-style-2 .projects-box .portfolio-info .portfolio-cates a {
    color: #00c3ff;
}

/**** Isotope Filtering ****/
.project_filters {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}

.project_filters:after {
    content: "";
    display: block;
    clear: both;
}

.project_filters li {
    display: inline-block;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 5px;
}

.project_filters li a {
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    outline: none;
    color: #636363;
    padding-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.project_filters li a:hover,
.project_filters li a.selected {
    color: #00c3ff;
}

.project_filters li a:after {
    position: absolute;
    height: 3px;
    width: 0%;
    left: 0px;
    bottom: 0px;
    background-color: #00c3ff;
    content: "";
    display: block;
    border-radius: 1.5px;
    -webkit-border-radius: 1.5px;
    -moz-border-radius: 1.5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.project_filters li a:hover:after,
.project_filters li a.selected:after {
    opacity: 1;
    width: 100%;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */
.project-bottom {
    padding-top: 50px;
}

.single-portfolio-navigation {
    padding: 50px 0px 100px;
    border-top: 1px solid #e5e5e5;
}

.post-likes {
    padding: 50px 0px;
}

.portfolio-related-title-wrap h2 {
    margin-bottom: 30px;
}

@media only screen and (max-width: 993px) {

    .project-item,
    .projects-grid.pf_4_cols .project-item,
    .projects-grid.pf_5_cols .project-item {
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .projects-box .portfolio-info {
        right: 0;
        opacity: 1;
    }
}

@media only screen and (max-width: 600px) {

    .project-item,
    .projects-grid.pf_5_cols .project-item,
    .projects-grid.pf_4_cols .project-item,
    .projects-grid.pf_2_cols .project-item {
        width: 100%;
    }

    .project_filters li {
        margin-left: 8px;
        margin-right: 8px;
    }
}
.projects-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    background: #efefef;
    height: 40px;
}

.projects-bar span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-right: 5px;
}

.projects-bar span:last-child {
    margin-right: 0;
}

.projects-bar span.red {
    background: #fc615c;
}

.projects-bar span.yellow {
    background: #fdbc40;
}

.projects-bar span.green {
    background: #34c849;
}

.section-header.center {
    text-align: center;
}

.section-header.center .title:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-header.center .text {
    max-width: 700px;
    margin: 0 auto;
}

.section-header.small .title {
    font-size: 32px;
}

.section-header.large .small-title {
    font-size: 16px;
}

.section-header.style-1 .text {
    margin-top: 10px;
}

.section-header .title {
    font-size: 42px;
    color: #222;
    font-weight: 800;
    line-height: 1.2;
    position: relative;
    z-index: 1;
    letter-spacing: -1px;
    margin-top: 7px;
}

.section-header .title span {
    font-weight: 200;
}