.section {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.section.repeat-bg {
    background-repeat: repeat;
    -webkit-background-size: auto !important;
    -moz-background-size: auto !important;
    -o-background-size: auto !important;
    background-size: auto !important;
}
.bg-parallax {
    background-attachment: fixed;
}
.section-video {
    position: absolute;
    z-index: 33;
    left: 0;
    top: -100px;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}
.section-video object {
    display: block;
    width: 100% !important;
    height: auto !important;
}
.section-video img {
    display: block;
    width: 100% !important;
    height: auto !important;
}
.section-video-content {
    z-index: 35;
    position: relative;
    opacity: 0.98;
}
.section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 34;
    opacity: 0.7;
}
.light-section {
    color: #fff;
}
.light-section .testimonials {
    color: #666;
}
.light-section .testimonials .testimonial-content p {
    color: #c4c4c4;
}
.myimage {
    /*background:url(../images/mapbg.jpg) no-repeat top center;*/
    background: transparent url("../../resimler/upload/mapbg.jpg") no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
    height: 300px;
}

@media (max-width: 768px) {
.full-width-portfolio #portfolio-list li {
    width: 24.85%;
}
.myimage {
    height: 450px;
}
}
.paralax_t1 {
    font-family: 'Poppins';
    color: #fff;
    font-size: 32px;
	font-weight: bold;
}
.paralax_t2 {
    font-family: 'Poppins';
    color: #FF0000;
    font-size: 26px;
	font-weight: bold;
}
