section#slider {
    padding: 0px;
}
.slider-box {
    position: relative;
}
.slider-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 70px 10px 0px;
}
.slider-content h1, .slider-content h2 {
    font-size: 28px;
    font-weight: 800;
    color: rgb(30,120,200);
    line-height: 50px;
    text-align: center;
}
.slider-content h1:after {
    content: "";
    position: absolute;
    display: block;
    border: 2px solid rgb(30,200,200);
    left: 5%;
    width: 90%;
    border-radius: 50%;
}
.slider-content a {
    margin-top: 60px;
    margin-left: 10px;
    display: inline-block;
    padding: 8px 15px;
    font-size: 24px;
    font-weight: bold;
    color: rgb(255,255,255);
    text-transform: uppercase;
    border-radius: 4px;
    background-color: rgba(30,120,200,.85);
}
.slider-content a picture, .slider-content a picture img {
    margin-left: 10px;
    vertical-align: bottom;
}
.section-header {
    text-align: center;
    font-size: 30px;
    color: rgb(30,200,200);
}
.section-header:after {
    content: "";
    display: block;
    width: 20%;
    padding-top: 7px;
    margin: auto;
    border-bottom: 2px solid rgb(30,200,200);
}
.section-text {
    font-size: 14px;
    display: block;
    color: rgb(30,200,200);
    text-align: center;
    padding: 10px 0px 15px;
}
.about-box {
    margin-top: 15px;
    text-align: center;
}
.about-box picture {
    position: relative;
    display: inline-block;
    padding: 15px 0px 5px;
}
.about-box picture:before {
    content: "";
    position: absolute;
    top: 88px;
    left: -75px;
    width: 50px;
    display: block;
    border-bottom: 2px dotted rgb(30,200,200);
}
.about-box picture:after {
    content: "";
    position: absolute;
    top: 88px;
    left: 170px;
    width: 50px;
    display: block;
    border-bottom: 2px dotted rgb(30,200,200);
}
.about-box picture img {
    background-color: rgb(30,200,200);
    border-radius: 50%;
    padding: 15px;
    border: 10px solid rgba(255,255,255,.85);
    transition: border .35s ease-in;
}
.about-box picture img:hover {
    border: 10px solid rgb(30,200,200);
}
.about-text-title {
    display: block;
    font-size: 21px;
    font-weight: bold;
    padding: 10px 0px;
    color: rgb(30,200,200);
    text-transform: uppercase;
}
.about-text-title:after {
    content: "";
    display: block;
    width: 10%;
    padding-top: 15px;
    margin: auto;
    border-bottom: 1px solid rgb(30,200,200);
}
.about-text-desc {
    font-size: 15px;
    color: rgb(140,140,140);
}
#parallax {
    position: relative;
    padding: 0!important;
    background-image: url(https://irmakbakimevi.com/image/parallax-mobile.jpg);
    height: 100px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#parallax-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    z-index: 1;
}
#parallax-content {
    width: 100%;
    padding: 15px 0px;
    line-height: 100px;
}
#parallax-content picture {
    display: none;
}
#parallax-content span {
    position: relative;
    text-align: center;
    font-size: 20px;
    color: rgb(255,255,255);
}
.services-box {
    padding: 20px;
}
.services-box:nth-of-type(1) {
    background-color: rgb(70,180,230);
}
.services-box:nth-of-type(2) {
    background-color: rgb(30,120,200);
}
.services-box:nth-of-type(3) {
    background-color: rgb(80,170,190);
}
.services-content {
    padding-left: 15px;
}
.services-img img {
    padding-right: 5px;
    border-right: 1px dashed rgb(245,245,245);
}
.services-content-header {
    color: rgb(255,255,255);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
}
.services-content-header:after {
    content: "";
    display: block;
    border-bottom: 1px solid rgb(255,255,255);
    width: 25%;
    margin-top: 10px;
}
.services-content-desc {
    font-size: 16px;
    color: rgb(240,240,240);
    line-height: 30px;
}
.services-content a {
    display: inline-block;
    margin-top: 15px;
    padding: 6px 11px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: rgb(255,255,255);
    border: 1px solid rgb(255,255,255);
    background-color: rgba(255,255,255,0);
    transition: .3s ease-in-out;
}
.services-content a:hover {
    color: rgb(30,200,200);
    background-color: rgba(255,255,255,1);
}
.service-box {
    padding: 10px 0px 5px;
}
.service-box h4 {
    padding: 15px 0px;
    color: rgb(30,200,200);
    font-size: 20px;
}
.service-box h4:after {
    content: "";
    display: block;
    position: absolute;
    border-top: 1px solid rgb(30,200,200);
    margin: 10px 0px;
    width: 80px;
}
.service-box p {
    padding: 10px 0px;
    font-size: 15px;
    line-height: 27px;
    color: rgb(125,125,125);
}
.service-box span {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 15px;
    font-size: 17px;
    font-weight: bold;
    color: rgb(255,255,255);
    background-color: rgb(30,200,200);
}
@media only screen and (min-width:768px) {
    .slider-content {
        padding: 100px 40% 0px 20px;
    }
    .slider-content h1, .slider-content h2 {
        font-size: 30px;
        text-align: left;
        color: rgb(20,85,140);
        line-height: 65px;
    }
    .slider-content h1:after {
        margin-top: 20px;
        width: 40%;
    }
    .slider-content a {
        border: 3px solid rgba(30,200,200,0);
        transition: border .3s ease-in-out;
    }
    .slider-content a:hover {
        border: 3px solid rgba(30,200,200,1);
    }
    #parallax {
        background-image: url(https://irmakbakimevi.com/image/parallax-hd.jpg);
    }
    #parallax-content picture, #parallax-content span {
        display: inline-block;
    }
    #parallax-content span:before {
        content: "";
        position: absolute;
        display: inline-block;
        top: 25px;
        left: -75px;
        width: 48px;
        height: 48px;
        background-image: url(https://irmakbakimevi.com/image/parallax-icon.png);
        background-position: bottom;
        background-repeat: no-repeat;
    }
    .service-box {
        padding: 0px 15px 20px;
    }
}
@media only screen and (min-width:1280px) {
    .slider-content h1, .slider-content h2 {
        padding-top: 75px;
        font-size: 45px;
        line-height: 85px;
    }
    #parallax {
        height: 150px;
        background-image: url(https://irmakbakimevi.com/image/parallax-fhd.jpg);
    }
    #parallax-bg {
        height: 150px;
    }
    #parallax-content {
        line-height: 150px;
    }
    #parallax-content span {
        font-size: 25px;
    }
    #parallax-content span:before {
        top: 50px;
        left: -100px;
    }
    .services-box {
        padding: 40px 20px;
    }
    .service-box {
        padding: 0px 15px 40px;
    }
}
@media only screen and (min-width:1920px) {
    #parallax {
        height: 200px;
        background-image: url(https://irmakbakimevi.com/image/parallax-4k.jpg);
    }
    #parallax-bg {
        height: 200px;
    }
    #parallax-content {
        line-height: 200px;
    }
    #parallax-content span {
        font-size: 30px;
    }
    #parallax-content span:before {
        top: 75px;
        left: -150px;
    }
}