@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,900');
@import "header.css";

body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}

.text-muted {
    color: #867d7b;
    font-size: 16px;
    font-weight: 400;
	text-align: justify;

}

.btn.active, .btn:active, .btn:active:focus, .btn:focus {
    outline: 0
}

::-moz-selection {
    text-shadow: none;
    background: #fed136
}

::selection {
    text-shadow: none;
    background: #fed136
}

img::selection {
    background: 0 0
}

img::-moz-selection {
    background: 0 0
}

.text-primary, a {
    color: #fed136
}

p {
    font-size: 14px;
    line-height: 1.75
}

p.large {
    font-size: 16px
}

a, a.active, a:active, a:focus, a:hover {
    outline: 0
}

a.active, a:active, a:focus, a:hover {
    color: #FFA800;
    text-decoration: none;
}

.img-centered {
    margin: 0 auto
}

.bg-light-white {
    background-color: #ffffff;
    position: relative;
}

.bg-darkest-gray {
    background-color: #222
}

.btn-primary {
    color: #fff;
    background-color: #ffa800;
    border-color: #ffa800;
}

.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #ffa800;
    border-color: #ffa800;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #ffa800;
    border-color: #ffa800;
}

.btn-primary .badge {
    color: #ffa800;
    background-color: #fff
}

.btn-xl {
    width: 100%;
    max-width: 430px;
    color: #fff;
    background-color: #ffa800;
    border-color: #ffa800;
    border-radius: 200px;
    font-size: 20px;
    padding: 20px 40px;
    letter-spacing: 15px;
    text-align: center;
}

.btn-xl.active, .btn-xl:active, .btn-xl:focus, .btn-xl:hover, .open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #ffa800;
    border-color: #ffa800;
}

.btn-xl.disabled, .btn-xl.disabled.active, .btn-xl.disabled:active, .btn-xl.disabled:focus, .btn-xl.disabled:hover, .btn-xl[disabled], .btn-xl[disabled].active, .btn-xl[disabled]:active, .btn-xl[disabled]:focus, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl, fieldset[disabled] .btn-xl.active, fieldset[disabled] .btn-xl:active, fieldset[disabled] .btn-xl:focus, fieldset[disabled] .btn-xl:hover {
    background-color: #ffa800;
    border-color: #ffa800;
}

.btn-xl .badge {
    color: #fed136;
    background-color: #fff
}

.navbar-custom {
    background-color: #222;
    border-color: transparent
}

.navbar-custom .navbar-brand {
    float: left;
    padding: 0;
}

.navbar-custom .navbar-brand.active, .navbar-custom .navbar-brand:active, .navbar-custom .navbar-brand:focus, .navbar-custom .navbar-brand:hover {
    color: #ffa800
}

.navbar-custom .nav li a, .navbar-custom .navbar-toggle {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.navbar-custom .navbar-collapse {
    border-color: rgba(255, 255, 255, .02)
}

.navbar-custom .navbar-toggle {
    background-color: #ffa800;
    border-color: #ffa800;
    font-size: 12px
}

.navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:hover {
    background-color: #ffa800
}

.navbar-custom .nav li a {
    font-weight: 400;
    letter-spacing: 1px
}

.navbar-custom .nav li a:focus, .navbar-custom .nav li a:hover {
    color: #ffa800;
    outline: 0
}

.navbar-custom .navbar-nav > .active > a {
    background-color: transparent;
    border-bottom: 5px solid #ffa800;
    border-radius: 0;
    color: #ffffff;
}

.navbar-custom .navbar-nav > .active > a:focus, .navbar-custom .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #ffa800
}

@media (min-width: 768px) {
    .navbar-custom {
        background-color: transparent;
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        border: none
    }

    .navbar-custom .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }

    .navbar-custom.affix {
        background-color: #222;
        padding: 10px 0
    }

    .navbar-custom.affix .navbar-brand {
        font-size: 1.5em
    }

    .intro-text .intro-lead-in {
        font-size: 50px;
        font-weight: 200;
    }

    .btn-xl:hover {
        width: 100%;
        max-width: 430px;
        color: #fff;
        background-color: #cc8300;
        border-color: #cc8300;
        border-radius: 200px;
        font-size: 20px;
        padding: 20px 40px;
        letter-spacing: 15px;
        text-align: center;
        transition: 0.5s ease-in;
        -webkit-transition: 0.5s ease-in;
        -moz-transition: 0.5s ease-in;
    }
}

.header-slider {
    height: 100vh;
    /* background-image: url(../images/header-bg.jpg);
     background-repeat: no-repeat;
     background-attachment: scroll;
     background-position: center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     background-size: cover;
     -o-background-size: cover;*/
    text-align: center;
    color: #fff;
    position: relative;
    background: rgba(111, 44, 99, 0.5);
}

.header-slider .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;

}

.mouse-scroll {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 10px;

}

@media (min-width: 768px) {
    .header-slider .intro-text {
        padding-top: 250px;
        padding-bottom: 200px
    }

    .header-slider .intro-text .intro-heading {
        font-weight: 600;
        font-size: 24px;
        line-height: 75px;
        margin-bottom: 50px
    }
}

#portfolio .portfolio-item .portfolio-caption p, section h3.section-subheading {
    font-style: italic
}

section {
    padding: 50px 0
}

section h2.section-heading {
    font-size: 45px;
    font-weight: 100;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 15px;
    color: #682567;
}

section h3.section-subheading {
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 75px
}

span.fa-stack {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 50px #dcc9c6;
    -moz-box-shadow: 0px 0px 50px #dcc9c6;
    -webkit-box-shadow: 0px 0px 50px #dcc9c6;
    width: 180px;
    height: 180px;
    line-height: 180px;
}

span.fa-stack .fa-users, span.fa-stack .fa-trophy, span.fa-stack .fa-thumbs-up {
    color: #ffa800;
    border: 5px solid #ffa800;
    border-radius: 50%;
    padding: 50px;
}

.fa-stack:hover > .icons {
    border: 5px solid #6F2C63;
    background-color: #fff;
    color: #6F2C63;
    -webkit-transition: All 0.5s;
    -moz-transition: All 0.5s;
    -o-transition: All 0.5s;
}

@media (min-width: 768px) {
    section {
        padding: 50px 0;
        background-color: #f4e5e2;
    }
}

.service-heading {
    margin: 30px 0;
    text-transform: none;
    color: #682567;
    font-size: 22px;
    font-weight: 600;
}

#portfolio .portfolio-item {
    margin: 0 0 15px;
    right: 0;
    background: #fff;
    box-shadow: 0 0 10px #d8d8d8;
    -moz-box-shadow: 0 0 10px #d8d8d8;
    -webkit-box-shadow: 0 0 10px #d8d8d8;
}

.background {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

#background1 {
    background: url("../images/portfolio-bg-left.png") no-repeat 0% 0;
    background-size: 20%;
    background-position: 0 10%;

}

#background2 {
    background: url("../images/portfolio-bg-right.png") no-repeat 100% 0;
    background-size: 20%;
    background-position: 100% 90%;
}

.gallery_product {
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
    background: #ffffff;
    border-radius: 50px;
    height: 250px;
    box-shadow: 0 0 10px #d8d8d8;
}

.gallery-box img {
    margin: 0 auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.gallery-box img:hover {
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

.gallery-box {
    position: relative;
    z-index: 2;

}

.load-more-container {
    margin: 20px auto;
    position: relative;
    z-index: 10;
}

.load-more-container ul {
    list-style-type: none;
    padding: 0;
}

.load-more-container ul:after {
    content: "";
    display: table;
    clear: both;
}

.load-more-container ul li:nth-child(1n + 9) {
    max-height: 0;
    opacity: 0;
    transition: 0.1s ease-in;
}

.load-more-container .load-more-btn {
    width: 320px;
    line-height: 40px;
    border-radius: 20px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 11;
    background: #ffffff;
    border: 3px solid #ffa800;
    color: #ffa800;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    font-size: 14px;
}

.load-more-container .load-more-btn:hover {
    color: #6F2C63;
    background: #ffa800;
}

.load-more-container .load-more-btn .loaded {
    display: none;
}

.load-more-container #load-more {
    display: none;
}

.load-more-container #load-more:checked ~ ul li:nth-child(1n + 5) {
    max-height: 999px;
    opacity: 1;
    transition: 0.2s ease-in;
}

.load-more-container #load-more:checked ~ .load-more-btn .loaded {
    display: block;
}

.load-more-container #load-more:checked ~ .load-more-btn .unloaded {
    display: none;
}

.unloaded .fa-left {
    float: left;
    font-size: 27px;
    font-weight: bold;
    position: absolute;
    left: 15px;
    top: 7px;
}

.unloaded .fa-right {
    float: right;
    font-weight: bold;
    font-size: 27px;
    position: absolute;
    right: 15px;
    top: 7px;
}

.loaded .fa-left {
    float: left;
    font-weight: bold;
    font-size: 27px;
    position: absolute;
    left: 15px;
    top: 7px;
}

.loaded .fa-right {
    float: right;
    font-weight: bold;
    font-size: 27px;
    position: absolute;
    right: 15px;
    top: 7px;
}

label.load-more-btn {
    margin-top: 50px !important;
}

h3.section-subheading.text-muted {
    margin-bottom: 50px !important;
}

#about {
    background: url("../images/isler-bg.png") no-repeat;
    background-size: 100% 100%;
}

#about h2.section-heading, #about .section-subheading {
    color: #f4e5e2;
}
.job-list {
    padding-top: 30px;
    padding-bottom: 30px;
}

.work {
    margin-bottom: 70px;
    width: 100%;
    padding-bottom: 30px;
}

.work:last-child {
    margin-bottom: 30px;
}

.work .round-box {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
    line-height: 100px;
}

.round-box .fa-briefcase, .round-box .fa-user-circle, .round-box .fa-comments-o, .round-box .fa-diamond, .round-box .fa-camera-retro, .round-box .fa-send, .round-box .fa-paint-brush, .round-box .fa-share-alt {
    font-size: 46px;
    color: #fff;
    vertical-align: middle;
    margin-left: 27px;
}

.round-box .fa-mouse-pointer {
    font-size: 46px;
    color: #fff;
    vertical-align: middle;
    margin-left: 38px;
}

.round-box .fa-mobile {
    font-size: 55px;
    color: #fff;
    vertical-align: middle;
    margin-left: 40px;

}

.round-box {
    position: relative;
}

.round-box img {
    position: absolute;
    left: 20px;
    top: 20px;
    max-width: 100%;
}

.work p {
    position: relative;
}

.work p:nth-child(2) {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    color: #ffc000;
    position: relative;
    top: 50px;
    left: 40px;
}

.work p:nth-child(3) {
    font-size: 14px;
    color: #f4e5e2;
    font-weight: 300;
}

@media screen and (max-width: 767px) {
    .work p:nth-child(2) {
        font-size: 15px;
    }

    .work p:nth-child(3) {
        font-size: 12px;
    }
}

.newsletter {
    list-style: none;
}

.newsletter li:first-child {
    position: relative;
    top: 5px;
}

.newsletter li .fa-envelope-open {
    color: #5f225f;
    font-size: 23px;
    margin-right: 15px;
}

.newsletter span {
    color: #5f225f;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
}

@media screen and (max-width: 767px) {
    .newsletter span {
        font-size: 15px;
    }

    .newsletter li:first-child {
        position: relative;
        top: 5px;
        margin-bottom: 35px;
    }

    .newsletter li .fa-envelope-open {
        color: #5f225f;
        font-size: 17px;
        margin-right: 15px;
    }

    .newsletter {
        padding: 0;
    }
}

.newsletter input {
    width: 100%;
    border: 1px solid white;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px 0px rgba(24, 24, 25, 0.15);
    border-radius: 25px;
    height: 40px;
    padding: 10px 0 10px 15px;
    color: #848484;
    font-size: 13px;
    font-weight: 300;
    outline: none;
    -moz-transition: border 0.2s ease;
    -o-transition: border 0.2s ease;
    -webkit-transition: border 0.2s ease;
    transition: border 0.2s ease;
}

.newsletter input:focus {
    border: 1px solid #f8f8f8;

}

.newsletter input:focus + button {
    background-color: transparent;
}

.newsletter button {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 2px;
    background: transparent;
    height: 36px;
    border: none;
    -moz-transition: background-color 0.3s ease, width 0.3s ease;
    -o-transition: background-color 0.3s ease, width 0.3s ease;
    -webkit-transition: background-color 0.3s ease, width 0.3s ease;
    transition: background-color 0.3s ease, width 0.3s ease;
    color: white;
    padding: 0;
    margin: 0;
    width: 100px;
    text-align: center;
    cursor: pointer;
}

button .fa-plus-circle {
    color: #ffa800;
    font-size: 23px;
}

section#contact {
    background-color: #564d61;
    background-image: url(../images/contact-bg.png);
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: 0 10%;
    padding-top: 30px;
}

section#contact .section-heading {
    color: #fff
}

#contact {
    padding: 10px 0 10px;
}

.contact-text {
    margin: 45px auto;
}

.relative {
    position: relative;
}

.absolute {
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 18%;
    right: 0;
}

.mt50 {
    margin-top: 50px;
}

.mb50 {
    margin-bottom: 50px;
}

.form {
    width: 100%;
    padding: 15px;
    background: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, 0.075);
    margin-bottom: 25px;
    color: #727272 !important;
    font-size: 13px;
    border-radius: 30px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.form:hover {
    border: 1px solid #ffa800;
}

.form:focus {
    color: white;
    outline: none;
    border: 1px solid #ffa800;
}

.textarea {
    height: 200px;
    max-height: 200px;
    max-width: 100%;
}

.button:hover {
    background: #cf9f02;
    color: white;
}

.form-btn {
    width: 95%;
    display: block;
    height: auto;
    padding: 15px;
    color: #fff;
    background: #ffa800;
    border: none;
    border-radius: 30px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: auto;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
}

.form-btn:hover {
    background: #cf9f02;
    color: white;
    border: none;
}

.form-btn:active {
    opacity: 0.9;
}

.maps {
    background-color: rgb(97, 88, 108);
    box-shadow: 0px 0px 20px 0px rgba(24, 24, 25, 0.15);
    border-radius: 15px;
}

.nopadding {
    padding: 0;
}

.contact-info {
    list-style: none;
    color: #f4e5e2;
    padding: 15px 15px 25px;
    font-size: 14px;
    font-weight: 300;

}

.contact-info li {
    line-height: 30px;
}

.contact-info li .fa-map-signs {
    margin-right: 15px;
    color: #ffa800;
    font-size: 20px;
}

.contact-info li .fa-mobile {
    margin-right: 25px;
    color: #ffa800;
    font-size: 25px;
}

.contact-info li .fa-envelope-open {
    margin-right: 15px;
    color: #ffa800;
    font-size: 20px;
}

.social-media {
    list-style: none;
    padding: 0;
}

.social-media li {
    margin-bottom: 13px;
}

.social-media .fa-facebook {
    border-radius: 50%;
    background-color: rgb(58, 88, 155);
    box-shadow: 0px 0px 15px 0px rgba(28, 24, 33, 0.25);
    width: 61px;
    height: 61px;
    line-height: 61px;
    color: #fff;
    font-size: 25px;
}

.social-media .fa-facebook:hover {
    background-color: rgb(46, 62, 117);
    cursor: pointer;
}

.social-media .fa-twitter {
    border-radius: 50%;
    background-color: rgb(89, 141, 202);
    box-shadow: 0px 0px 15px 0px rgba(28, 24, 33, 0.25);
    width: 61px;
    height: 61px;
    line-height: 61px;
    color: #fff;
    font-size: 25px;
}

.social-media .fa-twitter:hover {
    background-color: rgb(74, 105, 153);
    cursor: pointer;
}

.social-media .fa-google-plus {
    border-radius: 50%;
    background-color: rgb(214, 73, 47);
    box-shadow: 0px 0px 15px 0px rgba(28, 24, 33, 0.25);
    width: 61px;
    height: 61px;
    line-height: 61px;
    color: #fff;
    font-size: 25px;
}

.social-media .fa-google-plus:hover {
    background-color: rgb(169, 58, 37);
    cursor: pointer;
}

.social-media .fa-instagram {
    border-radius: 50%;
    background-image: -moz-linear-gradient(70deg, rgb(255, 158, 64) 0%, rgb(254, 74, 83) 36%, rgb(248, 43, 131) 67%, rgb(170, 58, 169) 100%);
    background-image: -webkit-linear-gradient(70deg, rgb(255, 158, 64) 0%, rgb(254, 74, 83) 36%, rgb(248, 43, 131) 67%, rgb(170, 58, 169) 100%);
    background-image: -ms-linear-gradient(70deg, rgb(255, 158, 64) 0%, rgb(254, 74, 83) 36%, rgb(248, 43, 131) 67%, rgb(170, 58, 169) 100%);
    box-shadow: 0px 0px 15px 0px rgba(28, 24, 33, 0.25);
    width: 61px;
    height: 61px;
    line-height: 61px;
    color: #fff;
    font-size: 25px;
}

.social-media .fa-youtube {
    border-radius: 50%;
    background-color: rgb(221, 44, 40);
    box-shadow: 0px 0px 15px 0px rgba(28, 24, 33, 0.25);
    width: 61px;
    height: 61px;
    line-height: 61px;
    color: #fff;
    font-size: 25px;
}

.social-media .fa-youtube:hover {
    background-color: rgb(178, 36, 32);
    cursor: pointer;
}

.social-media .fa-linkedin {
    border-radius: 50%;
    background-color: rgb(0, 122, 185);
    box-shadow: 0px 0px 15px 0px rgba(28, 24, 33, 0.25);
    width: 61px;
    height: 61px;
    line-height: 61px;
    color: #fff;
    font-size: 25px;
}

.social-media .fa-linkedin:hover {
    background-color: rgb(0, 94, 144);
    cursor: pointer;
}

@media screen and (max-width: 600px) {

}

@media screen and (max-width: 767px) {
    .header-slider {
        height: 60vh !important;
    }

    #neler-yaptik {
        padding: 0;
    }

    .work p:nth-child(2) {
        left: 20px;
    }

    .mb40 {
        margin-bottom: 40px
    }

    .mt30 {
        margin-top: 30px;
    }

    .mt70 {
        margin-top: 70px;
    }

    section h2.section-heading {
        font-size: 30px;
        margin-bottom: 35px;
    }

    .gallery-box img {
        position: relative;
        top: -20px;
    }

    #background1 {

        background-position: 0 5%;
    }

    #background2 {
        background-position: 100% 93%;
    }

    .social-media li {
        margin-bottom: 13px;
        width: 20%;
        display: inline-block;
    }

    .btn-xl {
        max-width: 60%;
        border-radius: 200px;
        font-size: 13px;
        padding: 10px 15px;
        letter-spacing: 0;
        text-align: center;
        margin-top: 50px;
    }

    .mouse-scroll {
        bottom: 20px;
    }

    .mouse-scroll img {
        width: 60%;
    }

    .newsletter span {
        color: #5f225f;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .header-slider .intro-text .intro-lead-in {
        font-weight: 200;
        font-size: 39px;
        line-height: 10px;
        margin-bottom: 0px;
    }

    .header-slider .intro-text {
        padding-top: 190px !important;
    }

}

@media screen and (max-width: 1199px) {
    img.logo {
        width: 50% !important;
        position: relative;
        top: 10px;
    }
}

video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}

#neden-cromatica {
    background: #f4e5e2;
}

/*neler yaptik */
#neler-yaptik {
    background: #fff;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*neler yaptik */


