* {
    font-family: 'Poppins', sans-serif;
    outline: 0 !important;
}

.menu-icon {
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 1001;
    right: 11px;
    top: 31px;
    cursor: pointer;
}
.menu-icon__line {
    height: 2px;
    width: 30px;
    display: block;
    background-color: #000;
    margin-bottom: 4px;
    transition: transform 0.2s ease, background-color 0.5s ease;
}
.menu-icon__line-left {
    width: 15px;
}
.menu-icon__line-right {
    width: 15px;
    float: right;
}

.nav {
    position: fixed;
    z-index: 1;
    top: 0;
}
.nav:before, .nav:after {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(234, 234, 234, 0.2);
    z-index: -1;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    transform: translateX(0%) translateY(-100%);
}
.nav:after {
    background: #1e2023;
    transition-delay: 0s;
}
.nav:before {
    transition-delay: 0.1s;
}
.nav__content {
    position: fixed;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
    text-align: center;
    font-size: calc(2vw + 10px);
    font-weight: 200;
    cursor: pointer;
}
.nav__list-item {
    position: relative;
    display: inline-block;
    transition-delay: 0.8s;
    opacity: 0;
    transform: translate(0%, 100%);
    transition: opacity 0.2s ease, transform 0.3s ease;
    margin-right: 25px;
    color: #b89b4f;
}
.nav__list-item:before {
    content: "";
    position: absolute;
    background: #b89b4f;
    width: 20px;
    height: 1px;
    top: 100%;
    transform: translate(0%, 0%);
    transition: all 0.3s ease;
    z-index: -1;
}
.nav__list-item:hover:before {
    width: 100%;
}

body.nav-active .menu-icon__line {
    background-color: #fff;
    transform: translateX(0px) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
    transform: translateX(1px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
    transform: translateX(-2px) rotate(45deg);
}
body.nav-active .nav {
    visibility: visible;
    z-index:99;
}
body.nav-active .nav:before, body.nav-active .nav:after {
    transform: translateX(0%) translateY(0%);
}
body.nav-active .nav:after {
    transition-delay: 0.1s;
}
body.nav-active .nav:before {
    transition-delay: 0s;
}
body.nav-active .nav__list-item {
    opacity: 1;
    transform: translateX(0%);
    transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
}
body.nav-active .nav__list-item:nth-child(0) {
    transition-delay: 0.5s;
}
body.nav-active .nav__list-item:nth-child(1) {
    transition-delay: 0.6s;
}
body.nav-active .nav__list-item:nth-child(2) {
    transition-delay: 0.7s;
}
body.nav-active .nav__list-item:nth-child(3) {
    transition-delay: 0.8s;
}
body.nav-active .nav__list-item:nth-child(4) {
    transition-delay: 0.9s;
}

header .container .ozel-area {
    position: relative;
}

header {
    background-color: #fff;
    position: relative;
    top: 0;
    display: inline-block;
    width: 100%;
    padding: 0;
    z-index: 9;
    border-bottom: 4px solid #b89b4f;
}


header nav {
    background-color: transparent;
    position: relative;
    top: 0;
    display: inline-block;
    width: 100%;
    padding: 7px 34px;
    z-index: 9;
}

header .logo{
    display: table;
    margin: 0 auto;
    height: 78px;
    margin-top: 6px;
    margin-bottom: 8px;
}

footer {
    padding: 0px 15px;
    margin-top: 15px;
}

footer p {
    border-top: 1px solid #ccc;
    text-align: center;
    padding-top: 14px;
    font-size: 14px;
    font-weight: 300;
}

.slider img {
    width: 100%;
}

.texthome {
    background-color: #f5f5f5;
    padding: 60px 0px;
}

.texthome .container-fluid {
    padding: 0 !important;
}

.texthome .about_img {
    position: relative;

}

.texthome .about_part_text h2 {
    color: #3a3a3a;
    font-weight: bold;
    font-size: 38px;
    margin-top: 15px;
    margin-bottom: 16px;
}

.texthome .about_part_text p {
    color: #3a3a3a;
    line-height: 28px;
}

.texthome .btn_1 {
    text-decoration: none;
    color: #3a3a3a;
    font-weight: bold;
    padding-top: 25px;
    display: block;
    font-size: 17px;
}

.texthome .btn_1 img {
    background-color: #ff7400;
    height: 51px;
    width: auto;
    padding: 19px 15px;
    margin-left: 15px;
    margin-top: -13px;
}

.texthome {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
}

.texthome .data-back {
    background-color: #fff;
    padding: 25px 45px;
    box-shadow: 0px 0px 20px #cccccc52;
}

.texthome .dataimage {
    width: 100%;
    margin: -65px 0px;
}

.portfolyo-area img {
    width: 100%;
}

.portfolyo-area .blog-a h3 {
    font-weight: 500;
    color: #000;
    font-size: 19px;
    margin-top: 12px;
    margin-bottom: 0px;
}

.portfolyo-area .blog-a p {
    font-weight: 400;
    color: #5a5a5a;
    font-size: 14px;
    margin-top: 2px;
}

.portfolio-detail {
    margin-top: 67px;
}

.portfolio-detail .detail h1{
    font-weight: 500;
    color: #000;
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 0px;
}

.portfolio-detail .detail span {
    font-weight: 400;
    color: #5a5a5a;
    font-size: 14px;
    margin-top: 9px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 13px;
}

.portfolio-detail .detail p{
    font-weight: 300;
    color: #5a5a5a;
    font-size: 13px;
    margin-top: 2px;
    line-height: 21px;
}

.home-portfolio {
    margin-top: 100px;
}

* {
    text-decoration: none !important;
}

.df-content {
    padding: 0 80px;
}

.pagehoods h1 {
    color: #e1e1e1;
    font-weight: bold;
    font-size: 132px;
    padding: 29px 0px;
}

.home-ase h1 {
    margin-bottom: -13px;
    font-size: 60px;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}


.pagehoods h1 {
    color: #e1e1e1;
    font-weight: bold;
    font-size: 47px;
    padding: 59px 0px;
    padding-bottom: 11px;
}

.contact-form ul {
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
}

.contact-form ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 5px;
}

.contact-form ul li a{
    text-decoration: none;
    color: #000;
    line-height: 30px;
}

.contact-form ul li a i{
    text-decoration: none;
    color: #5c5c5c;
    margin-right: 10px;
    width: 15px;
    text-align: center;
}

.contact-form input {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #ccc;
    padding: 7px 2px;
}

.contact-form input::placeholder {
    color: #868686;
}

.contact-form textarea {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #ccc;
    padding: 7px 2px;
    min-height: 120px;
}

.contact-form textarea::placeholder {
    color: #868686;
}

.contact-form button {
    background-color: #000;
    width: 100%;
    color: #fff;
    border: 0px ;
    padding: 13px 9px;
    font-weight: 300;
}

.contact-form {
    padding-top: 55px;
    padding-bottom: 60px;
}

.main-nav.active {
    z-index: 999;
}

.text-about {
    text-align: right;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    color: #646464;
}
.text-about h3 {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 12px;
    font-weight: 300;
    font-size: 26px;
}

.text-about h3::after {
    content: "";
    display: block;
    width: 65px;
    height: 1px;
    background-color: #ccc;
    right: 0px;
    position: absolute;
    bottom: 0;
}

.text-ozel-about {
    padding: 55px 0px;
}

.text-ozel-about img {
    width: 100%;
}

.studio-area ul {
    margin: 0;
    padding: 0;
}

.studio-area ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 15px;;
}

.studio-area ul li i {
    color: #aaaaaa;
}

.studio-area img  {
    width: 100%;
    margin-bottom: 30px;
}

.blog-area img {
    width: 100%;
}

.blog-area .blog-a {
    text-decoration: none;
    margin-bottom: 30px;
    display: block;
    width: 100%;
}

.blog-area .blog-a h4 {
    color: #4c4c4c;
    font-size: 17px;
    font-weight: 300;
    margin-top: 15px;
}

.text-ozel-blog-detail img {
    width: 100%;
    max-width: 580px;
    float: left;
    display: block;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.text-ozel-blog-detail h3 {
    display: table;
    width: auto;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 12px;
    font-weight: 300;
    font-size: 26px;
    float: none;
}

.text-ozel-blog-detail .text-about {
    text-align: left;
}

.text-ozel-blog-detail {
    padding-top: 45px;
    padding-bottom: 45px;
}

.portfolyo-area .blog-a h3 {
    font-weight: 700;
    color: #000;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 0px;
}

.portfolyo-area .blog-a p {
    font-weight: 600;
    color: #5a5a5a;
    font-size: 17px;
    margin-top: 2px;
}

.portfolio-detail {
    margin-top: 67px;
}

.portfolio-detail .detail h1{
    font-weight: 700;
    color: #000;
    font-size: 27px;
    margin-top: 12px;
    margin-bottom: 0px;
}

.portfolio-detail .detail span {
    font-weight: 700;
    color: #5a5a5a;
    font-size: 15px;
    margin-top: 9px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 13px;
}

.portfolio-detail .detail p{
    font-weight: 300;
    color: #5a5a5a;
    font-size: 13px;
    margin-top: 2px;
    line-height: initial;
}

.portfolio-detail .detail p strong{
    font-weight: 700;
}


.portfolio-detail .detail h3{
    color: #434343;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
}

.portfolio-detail .detail ul {
   padding-left: 15px;
}

.portfolio-detail .detail ul li{
    font-weight: 300;
    color: #5a5a5a;
    font-size: 13px;
    margin-top: 2px;
    line-height: 21px;
    list-style: circle;
    margin-bottom: 9px;
}


.about-us {
    background-color: #000;
    width: 100%;
    padding:25px 95px;
    margin-top:40px;
}

.about-us h1{
    color: #fff;
    font-weight: 200;
    margin-bottom: 5px;
}

.about-us .uncan {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 12px;
    margin-top: 7px;
    display: block;
}

.about-us p {
    color: #efefef;
    font-weight: 300;
    font-size: 13.5px;
    line-height: 24px;
}

.about-us img {
    width: 100%;
}

.about-us .resmobil {
    display: none;
}

.about-us .res-asas {
    padding-top: 32px;
}

@media(max-width:768px){

    .about-us .res-asas p {
        overflow: scroll;
        height: 100px;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 35px;
    }


    .about-us .res-asas p::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;

        -moz-appearance: none;
    }

    .about-us .res-asas p::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .about-us .res-asas p::-moz-scrollbar {
        -webkit-appearance: none;
        width: 7px;

        -moz-appearance: none;
    }

    .about-us .res-asas p::-moz-scrollbar-thumb {
        border-radius: 5px;
        background-color: rgba(255, 255, 255, 0.5);
    }



    .about-us h1{
        font-size: 38px;
        width: 44%;
        padding-top: 25px;
        line-height: 40px;
        float: left;
    }

    .about-us .resweb {
        display: none;
    }

    .about-us .resmobil {
        display: block;
        float: left;
        width: 56%;
    }

    .tab-menu-area .nav-tabs > li > a {
        font-size: 13px;
        padding: 5px 5px;
    }

}


.tab-menu-area {
    margin-top: 64px;
    padding-left: 95px;
    padding-right: 95px;
}


#ac-globalnav .ac-gn-header .ac-gn-link img{
    height: 26px;
}

#ac-globalnav .ac-gn-header .ac-gn-link img.beyaz {
    display: none;
}

#ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-header .ac-gn-link img.beyaz {
    display: block;
    margin-top: 11px;
}

#ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-header .ac-gn-link img.siyah {
    display: none;
}

#ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-menuicon-bread-top .ac-gn-menuicon-bread-crust  {
    background: #fff !important;
}

#ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-menuicon-bread-bottom .ac-gn-menuicon-bread-crust {
    background: #fff !important;
}

.tab-menu-area .tab-content h3{
    border-bottom: 1px solid #8c8c8c;
    font-weight: 200;
    display: inline-flex;
    font-size: 39px;
    padding-left: 15px;
    padding-bottom: 2px;
    padding-top: 21px;
}

.tab-menu-area .tab-content ul {
    padding-left: 15px;
}

.tab-menu-area .tab-content ul li {
    font-size: 17px;
    font-weight: 300;
    list-style: circle;
    margin-top: 5px;
}

.tab-menu-area .tab-content p{
    font-weight: 300;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 22px;
}

.tab-menu-area .nav-tabs {
    border-bottom: 0px !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
}

.tab-menu-area .nav-tabs > li > a {
    border: 1px solid #797979 !important;
    border-radius: 0px;
    padding: 5px 9px;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 300;
    color: #4e4d4d;
}


.tab-menu-area .nav-tabs > li.active > a {
    border: 1px solid #797979;
    border-radius: 0px;
    padding: 6px 9px;
    background-color: #4e4d4d;
    margin-right: 8px;
    font-weight: 300;
    color: #fff;
}

.owl-carousel-ss .item {
    position: relative;
}

.owl-carousel-ss .item .box p{
    position: absolute;
    z-index: 999;
    color: #fff;
    font-size: 12.3px;
    left: 0px;
    width: 100%;
    font-weight: 300;
    bottom: 0px;
    height: 53px;
    padding: 0px 15px;
}

.owl-carousel-ss .item .box h2{
    position: absolute;
    z-index: 999;
    color: #fff;
    font-size: 17px;
    left: 0px;
    width: 100%;
    font-weight: 400;
    bottom: 65px;
    padding: 0px 15px;
}


.owl-carousel-ss .item .box h2::after{
    content: "";
    display: block;
    background-color: white;
    width: 200px;
    height: 1px;
    margin-top: 10px;
    margin-left: -15px;

}


.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    background-color: transparent !important;
    position: absolute;
    top: 41%;
    z-index: 999;
    left: 0px;
    font-size: 17px !important;
}

.owl-carousel .owl-nav .owl-next {
    left: inherit;
    right: 0px;
}

.owl-carousel-instagram  .owl-nav [class*=owl-] {
    color: #869791 !important;
    margin-top: -20px;
}

.home-portfolio {
    margin-top: 35px;
}

.home-ase h1 {
    margin-bottom: -13px;
    font-size: 60px;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

footer {
    padding: 0px 15px;
    margin-top: 15px;
}

footer p {
    border-top: 1px solid #ccc;
    text-align: center;
    padding-top: 14px;
    font-size: 14px;
    font-weight: 300;
}

@media(max-width: 768px){
    header .main-nav .tuggle-btn span {
        background: #272727;
    }
    .main-nav .nav-content, .main-nav .tuggle-content {
        display: flex;
        justify-content: space-between;
        padding: 5px 20px;
    }
    .df-content {
        padding: 0 15px;
    }
    .pagehoods h1 {
        color: #e1e1e1;
        font-weight: bold;
        font-size: 52px;
        padding: 29px 0px;
        margin-bottom: -35px;
    }
    .nav-content .left-content li:nth-child(1){
        display: none;
    }
    header .logo-area img {
        height: 20px;
        margin-top: 6px;
        margin-left: -5px;
        margin-right: -6px;
    }
    header .social-media {
        margin: 0;
        padding: 0;
        display: contents;
    }
    .main-nav .tuggle-btn {
        width: 30px;
    }
    header .social-media li a {
        padding: 0;
        color: #fff;
        background-color: #000;
        margin: 0px 3px;
        width: 27px;
        height: 27px;
        border-radius: 50px;
        text-align: center;
        padding-top: 6px;
        font-size: 14px;
    }

    .main-nav a {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.2;
        color: #000;
        text-decoration: none;
        padding: 6px 0px;
        margin: 0px -5px;
    }
    .pagehoods h1 {
        color: #e1e1e1;
        font-weight: bold;
        font-size: 29px;
        padding: 29px 0px;
        margin-bottom: -38px;
        margin-top: -3px;
    }

    .studio-area {
        margin-top: 25px;
    }

    .blog-area {
        margin-top: 25px;
    }

    .tab-menu-area {
        margin-top: 36px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .tab-menu-area .tab-content h3 {
        border-bottom: 1px solid #8c8c8c;
        font-weight: 200;
        display: inline-flex;
        font-size: 30px;
        padding-left: 0px;
        padding-bottom: 2px;
        padding-top: 21px;
    }
    .tab-menu-area .nav-tabs {
        border-bottom: 0px !important;
        padding-left: 0;
        padding-right: 0;
        margin-top: 15px;
    }

    .tab-menu-area .nav-tabs li {
        display: block;
        width: 100%;
    }

    .tab-menu-area .nav-tabs > li.active > a {
        border: 1px solid #797979;
        border-radius: 0px;
        padding: 6px 9px;
        background-color: #4e4d4d;
        margin-right: 8px;
        font-weight: 300;
        color: #fff;
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }
    .about-us {
        background-color: #000;
        width: 100%;
        padding: 25px 15px;
        margin-top: 36px;
    }
    .about-us .res-asas p {
        overflow: scroll;
        height: 180px;
        width: 100%;
        margin-top: 22px;
        margin-bottom: 25px;
        display: inline-flex;
    }
    .main-nav.open .tuggle-content {
        background-color: rgb(255 255 255);
    }
    header {
        display: flex;
        color: #fff;
        min-height: 62px;
        background-color: transparent;
        position: absolute;
        z-index: 999;
    }
    .main-nav.open {
        background-color: rgb(255 255 255);
    }
}

@media(max-width:768px){
    .tab-menu-area .nav-tabs > li > a {
        border: 1px solid #797979 !important;
        border-radius: 0px;
        padding: 5px 9px;
        margin-right: 8px;
        font-size: 14px;
        font-weight: 300;
        color: #4e4d4d;
        margin-bottom: 16px;
        display: block;
    }
}

.main-nav.active .social-media a {
    color: #fff;
}

.contact-maps h6 {
    margin-top: 35px;
    text-align: center;
}


.contact-form ul {
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
}

.contact-form ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 5px;
}

.contact-form ul li a{
    text-decoration: none;
    color: #000;
    line-height: 30px;
}

.contact-form ul li a i{
    text-decoration: none;
    color: #5c5c5c;
    margin-right: 10px;
    width: 15px;
    text-align: center;
}

.contact-form input, .contact-form select {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #ccc;
    padding: 7px 15px;
    margin-bottom: 15px;
    margin-top: 5px;
    height: 51px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contact-form input::placeholder {
    color: #868686;
}

* {
    outline: 0 !important;
}

.contact-form textarea {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 7px 15px;
    min-height: 120px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contact-form textarea::placeholder {
    color: #868686;
}

.contact-form button {
    background-color: #000;
    width: 100%;
    color: #fff;
    border: 0px;
    padding: 16px 9px;
    font-weight: 300;
    border-radius: 4px;
    margin-top: 11px;
}

.contact-form {
    padding-top: 55px;
    padding-bottom: 60px;
}

.image-back {
    background-color: navajowhite;
    padding: 15px 80px;
    padding-top: 65px;
    position: relative;
}

.nav__list-item a {
    text-decoration: none;
    color: #fff;
}

.social-icon {
    margin: 0;
    padding: 0;
    margin-top: 29px;
}

.social-icon li{
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    margin-right: 17px;
}


.nav__content {
    display: none;
}

.nav-active .nav__content {
    display: block;
}

.image-back::after {
    content: "";
    display: block;
    background-color: #151515bf;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


.image-back .container-fluid {
    position: relative;
    z-index: 3;
}

/** ***/

.social-icon svg {
    fill: #000;
    height: 23px;
}

@media(max-width: 768px){
    .image-back {
        background-color: navajowhite;
        padding: 15px 7px;
        padding-top: 112px;
    }

    .social-icon {
        margin: 0;
        padding: 0;
        margin-top: 7px;
        display: none;
    }

    header .logo {
        display: table;
        margin: 0;
        height: 55px;
        margin-top: 0px;
        float: left;
        margin-left: 10px;
    }

    .menu-icon {
        height: 30px;
        width: 30px;
        position: absolute;
        z-index: 1001;
        right: 20px;
        top: -30px;
        cursor: pointer;
    }

    .pagehoods h1 {
        color: #e1e1e1;
        font-weight: 200;
        font-size: 31px;
        padding: 29px 0px;
        margin-bottom: -11px;
        margin-top: -3px;
    }

    .contact-form ul {
        margin: 0px;
        padding: 0px;
        margin-left: 0;
        margin-bottom: 37px;
        margin-top: -20px;
    }

    .nav__list-item {
        position: relative;
        display: table;
        transition-delay: 0.8s;
        opacity: 0;
        transform: translate(0%, 100%);
        transition: opacity 0.2s ease, transform 0.3s ease;
        margin-right: 25px;
        color: #fff;
        margin: 0 auto;
        margin-bottom: 22px;
        font-size: 28px;
    }

    .texthome .data-back {
        background-color: #fff;
        padding: 25px 20px;
        box-shadow: 0px 0px 20px #cccccc52;
    }
}



.sticy-form-area-mobile {
    display: none !important;
    position: fixed;
    bottom: 0px;
    height: auto;
    width: 100%;
    z-index: 999;
    background-color: #f5f5f5;
    width: 100%;
    padding: 10px 0px;
    border-top: 1px solid #e0e0e0;
}

.sticy-form-area-mobile a:first-child {
    font-size: 15px;
    width: 98%;
    float: none;
    text-align: center;
    background-color: #b39c5a;
    display: table;
    margin: 0 auto;
    margin-bottom: 7px;
}

.sticy-form-area-mobile a {
    font-size: 15px;
    width: 48%;
    display: block;
    float: left;
    text-align: center;
    background-color: #3f4751;
    color: #fff;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 5px;
    padding: 8px 0px;
    text-decoration: none;
}

.sticy-form-area-mobile a:nth-child(2) {
    background-color: #2ab200;
}

@media(max-width:768px){
    .sticy-form-area-mobile {
        display: block !important;
    }
    body {
        padding-bottom: 105px !important;
    }

    .pagehoods h1 {
        color: #595959;
    }

    header {
        display: flex;
        color: #000;
        min-height: 59px;
        background-color: #fff;
        position: relative;
        z-index: 999;
    }

    .menu-icon__line {
        background-color: #171717;
    }

}

.services .service-box {
    text-decoration: none;
    padding: 15px;
    background-size: cover;
    background-position: center;
    display: inline-block;
    background-color: #424242;
    width: 100%;
    margin-top: 25px;
}

.services .service-box .box {
    background-color: #00000042;
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: -7px;
    border-radius: 2px;
    transition: all 500ms;
}

.services .service-box:hover .box {
    background-color: rgba(0, 0, 0, 0.41);
    transition: all 500ms;
}

.services .service-box .box h2 {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-top: 130px;
    font-size: 49px;
    z-index: 2;
    font-style: italic;
}

.services .service-box .box img{
    width: 138px;
    display: table;
    margin: 0 auto;
    margin-top: 55px;
    margin-bottom: 55px;
    opacity: 0.8;
    z-index: 1;
    position: relative;
}

.con-min {
    background-color: #f6f6f6;
    padding: 25px;
}

.con-min h4 {
    color: #2c2c2c;
    font-weight: 300;
    font-size: 21px;
    text-align: center;
    border-bottom: 2px solid #b39c5a;
    padding-bottom: 13px;
    margin-bottom: 18px;
}


.con-min ul {
    margin: 0;
    padding: 0;
}

.con-min ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.con-min ul li a{
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    display: block;
    margin-bottom: 9px;
    font-weight: 400;
    color: #3b3b3b;
    font-family: 'Roboto';
}

.con-min ul li a b{
    font-weight: 500;
    color: #3b3b3b;
    font-family: 'Roboto';
}

.new-contact-area {
    margin-top: -25px;
}

.contact-form-sticky {
    background-color: #b39c5a;
    padding: 15px;
}

.contact-form-sticky img {
    width: 230px;
    display: table;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 18px;
}

.contact-form-sticky h3 {
    text-align: center;
    line-height: 38px;
    font-weight: 400;
    margin-top: 35px;
}

.contact-form-sticky .phone ion-icon {
    float: left;
    margin-top: 3px;
    font-size: 22px;
    margin-right: 6px;
}

.contact-form-sticky .phone {
    display: table;
    margin: 0 auto;
    text-decoration: none !important;
    margin-bottom: 13px;
    font-size: 19px;
    color: #fff;
}



.lawyer-check  {
    color: #ffffff;
    font-size: 15px;
    margin-top: 9px;
    margin-bottom: -10px;
}

.lawyer-check input {
    float: left;
    height: 22px;
    width: 20px;
    margin-right: 5px;
    margin-top: 1px;
}

.lawyer-check a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}

@media(max-width: 768px){
    .logo-phone {
        display: none;
    }
}

.logo-phone {
    display: inline-block;
    width: 100%;
}

.logo-phone a {
    font-size: 25px;
    float: right;
    margin-top: 26px;
    font-weight: 900;
    color: #2c2c2c;
    font-family: 'Roboto';
}

.logo-phone img {
    float: left;
    height: 54px;
    margin-top: 17px;
}


.meet-us {
    width: 100%;
    position: relative;
    padding: 16px 25px;
    background-color: #b39c5a;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 942px;
    margin: 0 auto;
    margin-top: -35px;
    z-index: 1;
    border-radius: 12px;
    margin-bottom: -45px;
}

.meet-us h3 {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    padding: 0 10px;
    margin-top: 5px;
    font-weight: 300;
    line-height: 23px;
    margin-bottom: 7px;
}

.meet-us p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
}

.meet-us .container {
    z-index: 2;
    position: relative;
}


.meet-us .form-group {
    width: 100%;
    margin-top: 10px;
}

.meet-us .form-group input {
    width: 100%;
    border: 0;
    background-color: transparent;
    padding: 8px 0px;
    outline: 0;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.meet-us .form-group input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: #fff;
}

.meet-us .form-group input::placeholder {
    color: #fff;
}

.meet-us .form-group button {
    width: 100%;
    background: #2b2a29;
    padding: 10px 12px;
    outline: 0;
    color: #fff;
    border: 0px;
    font-weight: 400;
    border-radius: 6px;
    font-family: 'Roboto';
}

.min-menu-project {
}

.min-menu-project li {
    list-style: none;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.min-menu-project li div {
    padding: 0px 3px;
}

.min-menu-project li a{
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 100%;
    background-color: #2b2a29;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    padding: 12px 5px;
    margin-bottom: 6px;
}


.chil-menu-project li {
    list-style: none;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.chil-menu-project li div {
    padding: 0px 3px;
}

.chil-menu-project li a{
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 100%;
    background-color: #b39c5a;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    padding: 12px 5px;
    margin-bottom: 6px;
}

@media(max-width: 768px){
    .pagehoods h1 {
        color: #ffffff;
        text-align: center;
        font-weight: 500;
    }

    .mobile-ozel-hd h1 {
        color: #595959 !important;
        text-align: center !important;
        font-weight: 200 !important;
        font-size: 24px !important;
        margin-top: 43px !important;
        margin-bottom: -37px !important;
    }

    .logo-phone {
        display: none;
    }
    .contact-form-sticky h3 {
        text-align: center;
        line-height: 38px;
        font-weight: 400;
        margin-top: 9px;
    }
}

.social-icon li a {
    text-decoration: none;
    color: #252525;
}

.social-icon li a ion-icon {
    text-decoration: none;
    color: #252525;
    font-size: 23px !important;
}

@media(min-width: 768px){

    header .container .ozel-area {
        position: absolute;
        right: 0;
        width: 200px;
    }
}