h1, h2, h3, h4, h5, p {
    color: #4A4D4D;
}
.fullHeight {
    position: relative;
    height: 100vh;
}
/*General Css End*/
#tasarimSection {
    background: url(../images/ustunelPompa_render2018.jpg) no-repeat center center;
    background-size: cover;
    padding: 0;
}
#reklamSection {
    background: url(../images/portakalTasarimOfis_render2018.jpg) no-repeat center center;
    background-size: cover;
    padding: 0;
}
#tasarimSection a, #reklamSection a {
    text-decoration: none;
    color: white;
    background: rgba(0,0,0,0.6);
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
#tasarimSection a:hover, #reklamSection a:hover {
    background: rgba(0,0,0,0.0);
}
.logo {
    background: rgba(0,0,0,0.3);
    padding: 0 10% 0 10%;
    width: 100%;
}
.logo img {
    width: 50%;
}
.indexCover {
    width: 100%;
    background: url(../images/ustunelPompa_render2018.jpg) no-repeat center center;
    background-size: cover;
    padding: 0;
    min-height: 100%;
}
/*IndexPage End*/
.navbar {
    border-bottom: 1px #F56617 solid;
}
.nav-link {
    color: #4A4D4D !important;
    text-transform: uppercase;
    font-weight: 600;
    transition: color 0.3s ease;
}
.myNavLink {
    color: white !important;
    text-transform: uppercase;
    font-weight: 600;
    transition: color 0.3s ease;
}
.nav-link:hover {
    color: #F56617 !important;
}
/*navbar End*/
#carouselImage01 {
    background: url(../images/Carousel_01.webp) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
#carouselImage02 {
    background: url(../images/Carousel_02.webp) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
#carouselImage03 {
    background: url(../images/Carousel_03.webp) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
#carouselImage04 {
    background: url(../images/Carousel_04.webp) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
.carouselOverlay {
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100vh;
    position: relative;
}
.carouselOverlay #carouselBrand {
    color: white;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#carouselBrand h1 {
    color: white;
}
#carouselBrand p {
    font-weight: 600;
    font-size: 20px;
}
#myCarousel h5, #myCarousel p {
    color: white;
}
.carousel-indicators:hover {
    cursor: pointer;
}
/*Carousel End*/

#reklamBanner {
    background-image: url(../images/reklamColors.jpg);
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#reklamBanner #reklamBannerInner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
}
#reklamBannerInner img {
    width: 100%;
}
#servicesSection h2 span, .reklamHeader span {
    color: #F56617;
}
.serviceHeader {
    color: #F56617;
}
.service a, #ourHistory a, #formButton {
    color: #F56617;
    border-color: #F56617;
    transition: 0.3s ease;
    cursor: pointer;
}
.service a:hover, #ourHistory a:hover, #formButton:hover {
    color: white;
    border-color: #F56617;
    background-color: #F56617;
}
/*Services End*/
#ourHistory h2, #teamSection h2, #wwdSection h2, #contact h2 {
    border-left: 6px solid #F56617;
}
#teamSection a {
    color: #F56617;
    transition: color 0.3s ease;
}
#teamSection a:hover {
    color: #4A4D4D;
}
/*Team Section End*/
#wwdSection h2, #wwdSection p {
    color: white;
}
#wwdSection {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/PortakalStand_02.webp);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#wwdSection a {
    color: white;
    transition: color 0.3s ease;
}
#wwdSection a:hover {
    color: #F56617 !important;
}
/*WWD Section End*/
#caseStudy {
    background-color: #f4f5f9;
}
.caseArea {
    background-color: white;
    margin-top: 40px;
    margin-right: -40px;
    z-index: 2;
    padding: 40px;
    position: relative;
    min-height: 420px;
}
.caseImage {
    margin-left: -40px;
}
/*Case Area End*/
#portfolio .col-md-3 {
    padding-left: 0;
    padding-right: 0;
}
#portfolio h5 {
    color: white;
}
#portfolio p {
    color: white;
}
.imageContainer {
    position: relative;
    cursor: pointer;
}
.imgOverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #F56617;
    opacity: 0;
    transition: 0.5s ease;
}
.imageContainer:hover .imgOverlay {
    opacity: 0.7;
}
.imageText {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/*Portfolio Section End*/
#theySaid {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/businessBg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.quote {
    color: #F56617;
    opacity: 0.6;
    margin-bottom: 30px;
}
.carousel-item img {
    opacity: 0.6;
    height: 300px;
    
}
.blockquote p {
    color: white;
}
.blockquote-footer, .blockquote a {
    color: #F56617;
}
/*They Said Section End*/
#contact {
    color: #4A4D4D;
}
#contact strong {
    color: #F56617;
}
#contact a {
    color: #4A4D4D;
    transition: color 0.3s ease;
}
#contact a:hover {
    color: #F56617;
}
/* Contact Section End*/
.headerSection .row {
    border-bottom: 2px solid #F56617;
}
.contentSection p {
    line-height: 2;    
}
#mainFooter img {
    height: 50px;
}






























@media screen and (max-width:768px)
{
    .caseArea {
        margin-right: 0;
    }
    .caseImage {
        margin-left: 0;
        text-align: center;
    }
    #portfolioFooter {
        position: static;
    }
}





















































