/*============================================================
Theme Name: Barristar
Version:        1.0.0
=========================================================*/
/*=======================================================
TABLE OF CONTENTS:

0.1  Theme Reset Style
0.2  header-style
0.3  hero slider
0.4  hero style 1
0.5  service-area
0.6  about-area
0.7  practice area
0.8  case-stdyes-area
0.9  testimonial-area
1.0  contact-area
1.1  expert area
1.3  counter-area
1.3  news area
1.4  subscribe-area
1.5  footer-area

=========================
 2.0 Home style 2
=========================

=========================
 3.0 Home style 3
=========================

=========================
4.0 about-page
=========================

=========================
5.0 practice-page
=========================

=========================
6.0 practice-details-page
=========================

=========================
 7.0 case-stadies-page
=========================

=========================
 8.0 case-stadies-details
=========================

=========================
9.0  Attorneys-single
=========================

=========================
10.0  blog-page-area
=========================

=========================
11.0 blog-detais-area
=========================

=========================
12.0 contact-page-area
=========================

=========================
13.0 error-page
=========================

/*====================================
  Fonts
==================================*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Playfair+Display:400,700');
/*==========================================
#0.1    Theme Reset Style
=============================================*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

:root {
    --color-white: #F9FAFB;
    --color-white-2: #F9FAFBfe;
    --color-white-thin: #F9FAFBaa;
    --color-white-thinier: #F9FAFB00;
    --color-2: #626277;
    --color-3: #181947;
    --color-3-op: #18194722;
    --color-3-op-thin: #18194705;
    --color-4: #c0b596;
    --color-hover: #a19374;
    --color-hover-dark: #605020;
}

div {
    word-wrap: break-word;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    color: #333;
}

@media (max-width: 767px) {
    body {
        font-size: 15px;
    }
}

p {
    color: #666;
    line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    color: var(--color-3);
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

    a:hover {
        text-decoration: none;
    }

img {
    height: auto;
    /*max-width: 20%;*/
}

button,
a:focus {
    outline: none;
}

.section-padding {
    padding: 50px 0;
}

.about-area.about-area2.section-padding {
    padding: 120px 0px 100px;
}

.about-area.section-padding {
    padding-bottom: 110px;
}
/*=============================================
 back to top
 ==============================================**/
.back-to-top {
    background: var(--color-4);
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

    .back-to-top:hover {
        background-color: var(--color-hover);
    }

    .back-to-top i {
        font-size: 18px;
        color: var(--color-3);
        font-weight: bold;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

/*===================================
header-style
=====================================*/
.header-top {
    background: var(--color-3);
    padding: 5px 0;
}

    .header-top .container {
        position: relative;
    }

        .header-top .container:before {
            width: calc(100% - 30px);
            height: 1px;
            background-color: var(--color-3);
            position: absolute;
            bottom: -4px;
            left: 15px;
            content: "";
        }

    .header-top ul.header-contact {
        text-align: right;
    }

    .header-top li {
        display: inline-block;
        padding: 15px;
        color: var(--color-white);
    }

        .header-top li i {
            padding-right: 10px;
            color: var(--color-white);
            font-size: 23px;
            margin-top: -7px;
            transform: translateY(3px);
        }

        .header-top li:last-child i {
            font-size: 18px;
            transform: translateY(2px);
        }

.header-contact li {
    position: relative;
}

    .header-contact li:before {
        position: absolute;
        content: "";
        right: -3px;
        top: 15px;
        width: 1px;
        height: 25px;
        background: var(--color-3);
    }

    .header-contact li:last-child:before {
        display: none;
    }

.header-area {
    position: absolute;
    width: 100%;
    z-index: 99;
    background: var(--color-3-op-thin);
    border-bottom: 1px solid var(--color-3-op);
}

.account_login-area li:first-child {
    padding-left: 0;
}

.logo {
    margin-top: 26px;
}

    .logo a img {
        width: 75%;
    }


.main-menu .submenu li a {
    padding: 10px 15px;
    font-size: 14px;
}

.main-menu nav ul {
    text-align: center;
}

    .main-menu nav ul li {
        display: inline-block;
        position: relative;
    }

        .main-menu nav ul li a {
            display: block;
            font-size: 15px;
            font-weight: 400;
            color: var(--color-3);
            letter-spacing: 0;
            padding: 35px 18px;
            text-transform: uppercase;
            font-weight: 600;
        }

            .main-menu nav ul li a:last-child {
                padding-right: 0;
            }

        .main-menu nav ul li > ul li a {
            color: var(--color-3);
            border-bottom: 2px solid var(--color-3);
        }

        .main-menu nav ul li:hover > a,
        .main-menu nav ul li.active > a {
            color: var(--color-3);
        }

.main-menu .submenu {
    position: absolute;
    left: 0;
    top: 92px;
    z-index: 999;
    width: 226px;
    padding: 10px 0px 20px;
    background: var(--color-white);
    text-align: left;
    box-shadow: 0px 2px 5px var(--color-3-op-thin);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-transform: capitalize;
}

.container-nav {
    height: 90px;
}

.main-menu nav > ul > li:hover > .submenu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.main-menu .submenu li {
    display: block;
}

    .main-menu .submenu li a {
        padding: 10px 15px;
    }


.accordion-menu {
    position: absolute;
    width: 250px;
    height: 370px;
    background-color: var(--color-white);
    margin-left: 15px;
    opacity: 0;
    transition: all 0.3s;
    transform: translateY(-50%);
    visibility: hidden;
}


.work-link:hover .accordion-menu {
    opacity: .95;
    transform: translateY(0);
    visibility: visible;
    display: block;
}

.work-link-accordion {
    padding-right: 0 !important;
}


.accordion-menu li {
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

    .accordion-menu li a {
        margin: 0;
        padding: 0 !important;
        font-size: 14px !important;
        margin: 5px 15px 0px 15px !important;
        font-weight: bold !important;
        color: var(--color-2) !important;
        border-bottom: 1px solid #666;
        padding: 5px 0 10px 0 !important;
    }

        .accordion-menu li a:hover {
            color: var(--color-hover) !important;
        }



.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(var(--color-white),var(--color-white-thin));
    z-index: 1200;
    box-shadow: 0px 1px 5px var(--color-3-op-thin);
    -moz-box-shadow: 0px 1px 5px var(--color-3-op-thin);
    -webkit-box-shadow: 0px 1px 5px var(--color-3-op-thin);
    animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
    opacity: 1;
    border-bottom: 1px solid var(--color-3-op);
}

    .sticky #work-link a {
        color: var(--color-3)
    }

        .sticky #work-link a:hover {
            color: var(--color-hover);
        }

    .sticky .nav_mobile_menu ul li a {
        color: var(--color-3);
    }

        .sticky .nav_mobile_menu ul li a:hover {
            color: var(--color-4);
        }

    .sticky #actives a {
        color: var(--color-hover-dark);
    }

.container-2 {
    padding: 0;
    margin-top: 5px;
    display: inline-block;
}
/*====================
mobile menu
=======================*/
.slicknav_menu {
    background-color: var(--color-white);
    margin: 0;
    padding: 0;
    height: 0;
    z-index: 99;
}

    .slicknav_menu nav {
        margin-top: 20px;
    }

    .slicknav_menu ul {
        margin: 0;
    }

.slicknav_nav {
    background: #2A2D2D;
}

    .slicknav_nav .slicknav_row:hover {
        border-radius: 0;
        background: var(--color-3);
    }

    .slicknav_nav .slicknav_arrow {
        float: right;
    }

.slicknav_menu .slicknav_menutxt {
    display: none;
}

.slicknav_btn {
    background-color: transparent;
    position: relative;
    margin-top: -51px;
}

.slicknav_menu .slicknav_icon-bar {
    height: 1px;
    width: 27px;
    margin: 6px 0px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: var(--color-3);
}

.slicknav_nav a:hover {
    background: #2A2D2D;
    color: var(--color-white);
}

.header-transparent .slicknav_menu .slicknav_icon-bar {
    background-color: var(--color-white);
    box-shadow: none;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(2) {
    opacity: 0;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(2px, 10px);
    transform: rotate(45deg) translate(2px, 10px);
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-9px);
    transform: rotate(-45deg) translateY(-9px);
}


.btn-style2 {
    text-align: right;
}

.btn-style a {
    background-color: var(--color-4);
    font-size: 16px;
    font-weight: 600;
    color: var(--color-white);
    padding: 10px 38px;
    border: 2px solid transparent;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 6px;
    transition: all .3s;
}

.header-top .btn-style a {
    font-size: 14px;
    background: none;
    padding: 8px 16px;
    border: 2px solid var(--color-4);
    border-radius: 30px;
    transition: all .3s;
}

.btn-style a:hover {
    background: var(--color-hover);
}

.btn-style-3 a {
    position: relative;
}

.col-o {
    padding-right: 0;
}

.btn-style-3 a:before {
    content: "";
    position: absolute;
    left: 72px;
    top: 75%;
    width: 85px;
    height: 2px;
    background: var(--color-white);
    bottom: 0;
    transform: translateY(-50%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    opacity: 0;
}

.btn-style-3 a:hover:before {
    left: 36px;
    opacity: 1;
}

.search {
    text-align: right;
    margin-top: 35px;
}

    .search ul li a {
        text-align: right;
        padding: 37px;
        color: var(--color-hover-dark);
        border-left: 1px solid var(--color-3-op);
        padding-bottom: 34px;
    }

    .search ul li > ul {
        position: absolute;
        right: 0;
        top: 150%;
        width: 263px;
        background: var(--color-white);
        z-index: 999;
        padding: 15px;
        visibility: hidden;
        opacity: 0;
        transition: all .3s;
        text-align: center;
    }

    .search ul li:hover > ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }

    .search ul li > ul form {
        position: relative;
    }

    .search ul li > ul input {
        background: var(--color-white);
        width: 100%;
        height: 40px;
        padding: 0 40px 0 10px;
    }

        .search ul li > ul input:focus {
            outline: none;
            border: 2px solid var(--color-hover);
        }

    .search ul li > ul button {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        background: var(--color-3);
        color: var(--color-white);
        border: none;
        cursor: pointer;
    }

        .search ul li > ul button:hover {
            background: var(--color-hover);
        }

    .search ul li:last-child a {
        padding-right: 0;
    }

.header-top-2 .container:before {
    display: none;
}

.header-top-2 {
    border-bottom: 1px solid var(--color-2);
}
/*============================================
0.3  hero slider
==============================================*/
.hero {
    position: relative;
    height: 800px;
    overflow: hidden;
}

.slide {
    background: url("../images/home/logo_1-01.png") !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
    background-size: cover !important;
}




.slick-dotted.slick-slider {
    margin-bottom: 0px;
}



.slide-caption {
    z-index: 19;
    padding-top: 90px;
    word-wrap: normal !important;
}

    .slide-caption p {
        color: black !important;
        display: block !important;
        width: 300px;
    }

    .slide-caption span {
        color: black !important;
        display: block !important;
        width: 300px;
    }

.hero .slide {
    height: 800px;
    position: relative;
    background-repeat: no-repeat;
}

    .hero .slide .slider-bg {
        display: none;
    }

    .hero .slide:focus {
        outline: none;
    }

    .hero .slide .container {
        height: 100%;
        display: table;
        padding: 0;
    }

    .hero .slide .row {
        display: table-cell;
        vertical-align: middle;
    }

.hero .slick-prev,
.hero .slick-next {
    width: 50px;
    height: 50px;
    border: 1px solid var(--color-2);
    border-radius: 5px;
    z-index: 10;
}

.hero .slick-prev {
    left: 25px;
}

    .hero .slick-prev:before {
        font-family: "FontAwesome";
        content: "\f104";
        opacity: 1;
        color: var(--color-white);
    }

.hero .slick-next {
    right: 25px;
}

    .hero .slick-next:before {
        font-family: "FontAwesome";
        content: "\f105";
        opacity: 1;
        color: var(--color-white);
    }

    .hero .slick-prev:hover,
    .hero .slick-next:hover {
        background: var(--color-4);
        border-color: var(--color-white);
    }

        .hero .slick-prev:hover:before,
        .hero .slick-next:hover:before {
            color: var(--color-white);
        }

.hero .slick-dots {
    bottom: 30px;
}

    .hero .slick-dots li {
        margin: 0;
    }

    .hero .slick-dots button {
        background-color: var(--color-4);
        width: 14px;
        height: 14px;
        border: 1px solid var(--color-white);
        border-radius: 50%;
    }

        .hero .slick-dots button:before,
        .hero .slick-dots button:before {
            display: none;
        }

.hero .hero-slider .slide-caption > h2,
.hero .hero-slider .slide-caption > p,
.hero .hero-slider .slide-caption > .btns {
    opacity: 0;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > p {
    -webkit-animation: fadeInTopSlow 1.5s 0.8s forwards;
    -moz-animation: fadeInTopSlow 1.5s 0.8s forwards;
    -o-animation: fadeInTopSlow 1.5s 0.8s forwards;
    -ms-animation: fadeInTopSlow 1.5s 0.8s forwards;
    animation: fadeInTopSlow 1.5s 0.8s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > h2 {
    -webkit-animation: fadeInLeftSlow 1.5s 0.8s forwards;
    -moz-animation: fadeInLeftSlow 1.5s 0.8s forwards;
    -o-animation: fadeInLeftSlow 1.5s 0.8s forwards;
    -ms-animation: fadeInLeftSlow 1.5s 0.8s forwards;
    animation: fadeInLeftSlow 1.5s 0.8s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > .btns {
    -webkit-animation: fadeInBottomSlow 1.5s 0.8s forwards;
    -moz-animation: fadeInBottomSlow 1.5s 0.8s forwards;
    -o-animation: fadeInBottomSlow 1.5s 0.8s forwards;
    -ms-animation: fadeInBottomSlow 1.5s 0.8s forwards;
    animation: fadeInBottomSlow 1.5s 0.8s forwards;
}

/*===================================
 0.4 hero style 1
==================================*/
.hero-style-1 .slide-caption p,
.hero-style-2 .slide-caption p {
    font-size: 20px;
    color: var(--color-white);
    line-height: 0.8em;
    font-weight: 400;
    margin: 0;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .65);
}

    .hero-style-1 .slide-caption p span,
    .hero-style-2 .slide-caption p span {
        color: var(--color-hover);
    }

.hero-style-1 .slide-caption h2,
.hero-style-2 .slide-caption h2 {
    font-size: 60px;
    font-weight: 400;
    color: var(--color-white);
    line-height: 90px;
    margin: 33px 0;
    text-shadow: rgba(0, 0, 0, .1);
}


    .hero-style-1 .slide-caption h2 span,
    .hero-style-2 .slide-caption h2 span {
        display: block;
        text-shadow: 5px 3px 5px rgba(0, 0, 0, .4);
    }

/*=====================================
0.5 service-area
=======================================*/
.service-area {
    padding: 50px 0 20px;
    background: url(../images/services/Sinano%C4%9Flu-Hukuk-B%C3%BCrosu-00.jpg) no-repeat center center / cover;
    position: relative;
}

    .service-area:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(21, 26, 48, .66);
    }

.service-item {
    border: 1px solid rgba(192, 181, 150, .5);
    height: 140px;
    display: flex;
    align-items: center;
}

.service-text {
    padding: 25px;
    border-left: 1px solid rgba(192, 181, 150, .4);
}

.service-icon .fi {
    color: var(--color-4);
}


.service-text span {
    color: var(--color-hover);
    font-size: 16px;
}

.service-text h3 {
    color: var(--color-white);
    font-size: 22px;
    letter-spacing: 2px;
}

.service-icon {
    padding: 10px 15px 10px 16px;
}

.service-area.service-area2 .service-icon {
    padding: 0;
    margin-top: 5px;
}

/*===============================
0.6 about-area
=================================*/
.title span {
    font-size: 16px;
    color: var(--color-hover);
    margin-bottom: 30px;
    margin-top: 10px;
}

.about-text p {
    font-size: 15px;
    padding-top: 15px;
    color: var(--color-2);
    letter-spacing: .5px;
    word-spacing: 3px;
    font-weight: 600;
    margin-top: 20px;
    text-indent: 40px;
}

.about-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

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

.btns-2 {
    margin-top: 40px;
}

.title h2 {
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
}

/* .title h2:before {
    content: "";
    position: absolute;
    left: -68px;
    top: 19px;
    width: 60px;
    height: 1px;
    background: var(--color-4);
} */

.home-about-img {
    height: 100%;
    width: 100%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    padding-top: 20px;
    justify-content: flex-end;
}

.home-about-img2 {
    height: 100%;
    width: 100%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    padding-top: 20px;
    justify-content: flex-start;
}

.home-about-img img {
    width: 100%;
    filter: brightness(.8);
}

.ab-about-img {
    width: 80% !important;
}

.about-area .about-title {
    position: relative;
}

.about-title .img-holder {
    position: relative;
    max-width: 545px;
}

    .about-title .img-holder:before {
        content: "";
        background-color: var(--color-4);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: -1;
    }

.overlay {
    position: relative;
}

    .overlay:before {
        content: "";
        background: rgba(21, 26, 48, .40);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 99;
    }

.social-1st {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    z-index: 999;
}

    .social-1st i {
        border: 1px solid var(--color-white);
        padding: 20px;
        border-radius: 100%;
        color: var(--color-white);
    }

/*======================================
0.7 practice area
=========================================*/
.practice-area {
    padding: 95px 0 65px;
    background: url(../images/practice/sinanoglu-hukuk-b%C3%BCrosu-4.jpg) no-repeat center center / cover;
    position: relative;
}

    .practice-area:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(21, 26, 48, .66);
    }

.service-item {
    margin-bottom: 30px;
}

.section-title span {
    font-size: 16px;
    color: var(--color-hover-dark);
    position: relative;
}

.section-title h2 {
    font-size: 36px;
    color: var(--color-white);
    padding-bottom: 20px;
    margin-bottom: 60px;
    position: relative;
}

    .section-title h2:before {
        content: "";
        position: absolute;
        left: 48%;
        bottom: 0;
        width: 60px;
        height: 3px;
        background: var(--color-hover-dark);
    }

.section-title2 h2 {
    color: var(--color-3);
}

.practice-area .service-item {
    border: none;
    background: rgba(192, 181, 150, .30);
    margin-bottom: 30px;
}

.practice-area .service-icon {
    padding: 25px 19px 19px 17px;
}

.practice-area .service-text p {
    font-size: 16px;
    color: var(--color-white);
    margin-bottom: 0;
}

.practice-area .service-text {
    border-left: none;
}

    .practice-area .service-text:before {
        content: "";
        position: absolute;
        left: 20px;
        top: 35px;
        width: 1px;
        height: 65px;
        background: var(--color-4);
    }

.practice-area.practice-style-1 {
    background: none;
    background: #f5f5f5;
    padding-bottom: 40px;
}

    .practice-area.practice-style-1:before {
        display: none;
    }

    .practice-area.practice-style-1 h2 {
        color: #333;
    }

    .practice-area.practice-style-1 .service-item {
        background: none;
        margin-bottom: 60px;
    }

    .practice-area.practice-style-1 .service-icon .fi {
        transition: all .3s;
    }

        .practice-area.practice-style-1 .service-icon .fi:hover {
            color: var(--color-2);
        }

    .practice-area.practice-style-1 .service-text:before {
        display: none;
    }

    .practice-area.practice-style-1 .service-text h3 {
        color: var(--color-3);
        font-size: 24px;
        padding-bottom: 10px;
        position: relative;
        margin-bottom: 10px;
    }

        .practice-area.practice-style-1 .service-text h3:before {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            width: 30px;
            height: 2px;
            background: var(--color-4);
        }

    .practice-area.practice-style-1 .service-text p {
        color: var(--color-2);
    }

    .practice-area.practice-style-1 .service-text {
        padding: 0;
        margin-left: 11px;
    }

    .practice-area.practice-style-1 .service-icon {
        padding: 0;
        border: 1px solid rgba(192, 181, 150, .5);
        border-radius: 50%;
        width: 80px;
        height: 80px;
        line-height: 75px;
        text-align: center;
    }

    .practice-area.practice-style-1 .flaticon-parents:before {
        font-size: 50px;
    }

    .practice-area.practice-style-1 .flaticon-wounded:before {
        font-size: 50px;
    }

    .practice-area.practice-style-1 .flaticon-employee:before {
        font-size: 50px;
    }

    .practice-area.practice-style-1 .flaticon-thief:before {
        font-size: 50px;
    }

    .practice-area.practice-style-1 .flaticon-university-graduate-hat:before {
        font-size: 50px;
    }

    .practice-area.practice-style-1 .flaticon-house:before {
        font-size: 50px;
    }

/*==========================================
0.8 case-stdyes-area start
=============================================*/
.col-c {
    max-width: 20%;
    overflow: hidden;
}

.studies-menu button {
    background: none;
    outline: none;
    padding: 0px 15px 10px;
    border: none;
    color: var(--color-3);
    margin-right: 5px;
    cursor: pointer;
}

.studies-menu {
    padding-bottom: 50px;
}

    .studies-menu button.active {
        color: var(--color-4);
    }

.studies-item {
    position: relative;
}

    .studies-item .overlay-text {
        background: rgba(21, 26, 48, 0.8);
        width: calc(100%);
        height: calc(100%);
        position: absolute;
        bottom: -30%;
        opacity: 0;
        visibility: visible;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .studies-item:hover .overlay-text {
        opacity: 1;
        visibility: visible;
        bottom: 0;
    }

    .studies-item .overlay-text .text-inner {
        left: 5%;
        top: 5%;
        width: 90%;
        height: 90%;
        position: absolute;
        border: 2px solid var(--color-4);
        z-index: 95;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

        .studies-item .overlay-text .text-inner h3 {
            color: var(--color-white);
            position: relative;
        }

            .studies-item .overlay-text .text-inner h3:before {
                content: "";
                position: absolute;
                left: 40%;
                bottom: -30px;
                width: 60px;
                height: 3px;
                background: var(--color-4);
            }

        .studies-item .overlay-text .text-inner .sub {
            color: #c0b596;
        }

/*===================================
0.9 testimonial-area start
=====================================*/
.testimonial-text {
    padding-top: 50px;
}

.thumb-img {
    width: 18%;
    float: left;
    padding-right: 20px;
}

.slide-item p {
    padding: 20px 33px 30px;
    padding-right: 50px;
    position: relative;
}

    .slide-item p:before {
        position: absolute;
        left: 4px;
        top: 5px;
        content: "\f10d";
        font-family: 'FontAwesome';
        color: var(--color-4);
        font-size: 30px;
    }

.testimonial-img {
    margin-top: -7px;
}

.img-content {
    margin-top: 35px;
}

    .img-content h4 {
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
    }

    .img-content span {
        font-size: 16px;
        color: var(--color-2);
    }

.testimonial-area {
    position: relative;
}

.testimonial-slide .owl-nav div {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    width: 40px;
    line-height: 30px;
    text-align: center;
}

    .testimonial-slide .owl-nav div.owl-next {
        right: 0;
        left: auto;
    }

.testimonial-slide .owl-dots {
    position: absolute;
    bottom: 5%;
    right: 7%;
}

.testimonial-slide .owl-dot {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: var(--color-white);
    border-radius: 50%;
    margin: 0px 5px;
}

    .testimonial-slide .owl-dot.active {
        background: var(--color-4);
    }

/*========================================
1.0 contact-area start
=========================================*/
.contact-text .date {
    font-size: 18px;
    color: var(--color-4);
}

.contact-text p {
    margin-top: 30px;
    color: var(--color-white);
    line-height: 30px;
}

.contact-text .title h2 {
    color: var(--color-white);
}

.contact-area {
    background: url("../images/contact/1.jpg") center center/cover no-repeat local;
    position: relative;
    background-attachment: fixed;
    padding-bottom: 55px;
}

    .contact-area:before {
        content: "";
        background-color: rgba(21, 26, 48, 0.9);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .contact-area form,
    .contact-area-s2 form {
        overflow: hidden;
        margin: 0 -15px;
    }

        .contact-area form .half-col,
        .contact-area-s2 form .half-col {
            width: 50%;
            float: left;
        }

@media (max-width: 600px) {

    .contact-area form .half-col,
    .contact-area-s2 form .half-col {
        width: 100%;
        float: left;
    }
}

.contact-area form div,
.contact-area-s2 form div {
    padding: 0 15px 30px;
}

.custom-padding {
    padding: 0 15px !important;
}

.contact-area form .submit-btn-wrapper,
.contact-area-s2 form .submit-btn-wrapper {
    padding-bottom: 0;
}

.contact-area form input,
.contact-area-s2 form input,
.contact-area form textarea,
.contact-area-s2 form textarea,
.contact-area-s2 form select {
    background: rgba(192, 181, 150, .2);
    height: 50px;
    padding: 6px 15px;
    color: var(--color-white);
    border: 2px solid var(--color-hover-dark);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(192, 181, 150, .5);
}

.contact-area select.form-control:not([size]):not([multiple]) {
    height: 50px;
    padding: 6px 15px;
    color: var(--color-white);
    border: 2px solid #454545;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(192, 181, 150, .5);
    position: relative;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: rgb(72, 70, 76) url(../images/select-icon.png) no-repeat calc(100% - 15px) center;
}

.contact-area form input:focus,
.contact-area-s2 form input:focus,
.contact-area form textarea:focus,
.contact-area-s2 form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgba(0, 0, 0, .5) !important;
}


.contact-area form textarea,
.contact-area-s2 form textarea {
    height: 150px;
    padding: 15px;
}

.contact-validation-active #success,
.contact-validation-active #error {
    width: 100%;
    color: black;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}

.contact-validation-active #loader {
    display: none;
    margin-top: 10px;
}

.contact-section form .submit-btn-wrapper,
.contact-section-s2 form .submit-btn-wrapper {
    padding-bottom: 0;
}

.theme-btn-s3 {
    border-radius: 0;
    text-transform: uppercase;
}

    .theme-btn-s3:hover {
        background-color: var(--color-hover);
    }

.contact-validation-active .error-handling-messages {
    margin-top: 10px;
}

.contact-validation-active #error {
    background-color: #ff1a1a;
    border-left: 5px solid red;
}

.contact-validation-active label.error {
    color: red;
    font-size: 0.875rem;
    font-weight: normal;
    margin: 5px 0 0 0;
    text-align: left;
    display: block;
}

.theme-btn,
.theme-btn-s2,
.theme-btn-s3,
.theme-btn-s4 {
    background-color: var(--color-4);
    font-size: 15px;
    font-weight: 700;
    color: var(--color-white);
    padding: 9px 25px;
    border: 2px solid transparent;
    text-transform: capitalize;
    display: inline-block;
    transition: all .3s;
}

    .theme-btn:hover {
        background: var(--color-hover);
    }

.contact-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: black;
    font-size: 14px;
}

.contact-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--color-4);
    font-size: 14px;
}

.contact-form :-ms-input-placeholder {
    /* IE 10+ */
    color: black;
    font-size: 14px;
}

.contact-form :-moz-placeholder {
    /* Firefox 18- */
    color: black;
    font-size: 14px;
}

/*=======================================
1.1 expert area start
=========================================*/
.expert-single {
    overflow: hidden;
    box-shadow: 1px 1px 5px rgba(0, 0, 5, .08);
    position: relative;
}

.expert-content {
    position: relative;
    margin-top: -40px;
    background: var(--color-white);
    transform: translateY(40px);
    transition: all .3s;
}

.expert-single:hover .expert-content {
    transform: translateY(0px);
    background: var(--color-white);
}

.expert-content h3 {
    padding: 30px 0 5px;
    font-size: 24px;
}

.expert-content span {
    color: var(--color-4);
}

.expert-content ul {
    justify-content: center;
    margin: 20px 0;
}

    .expert-content ul li {
        padding: 0 10px;
    }

        .expert-content ul li a {
            color: var(--color-4);
        }

.col-p {
    padding: 10px 1px;
}

.expert-active .owl-nav div {
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
    background: rgba(192, 181, 150, .3);
    transition: all .3s;
}

    .expert-active .owl-nav div.owl-next {
        right: -70px;
        left: auto;
    }

    .expert-active .owl-nav div:hover {
        background: rgba(192, 181, 150, .8);
    }

/*===============================
1.2 counter-area start
=================================*/
.counter-area {
    background: url("../images/counter/1.jpg") center center/cover no-repeat local;
}

    .counter-area .counter-grids .grid {
        width: 48%;
        float: left;
        padding: 50px 0px 120px;
        margin-right: 5px;
        background: rgba(192, 181, 150, .2);
        margin-bottom: 5px;
        text-align: center;
    }

        .counter-area .counter-grids .grid p {
            font-size: 18px;
            font-weight: normal;
            color: var(--color-4);
            padding-top: 10px;
        }

    .counter-area .counter-grids {
        overflow: hidden;
        padding: 100px 0 95px;
        position: relative;
    }

    .counter-area .odometer.odometer-auto-theme,
    .counter-area .odometer.odometer-theme-default {
        line-height: 0.8em;
    }

    .counter-area .counter-grids .grid h2 {
        font-size: 50px;
        font-weight: bold;
        color: var(--color-white);
        margin: 0;
        line-height: 10px;
    }

/*===================================
1.3 news area start
======================================*/
.blog-area.section-padding {
    padding-top: 50px;
    padding-bottom: 100px;
}

.blog-area {
    background: var(--color-white);
}

.blog-content {
    padding: 20px 30px 30px 0;
    background: var(--color-white);
}

    .blog-content h3 {
        font-size: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-transform: capitalize;
    }


    .blog-content ul li {
        display: inline-block;
        padding: 0 10px;
    }

        .blog-content ul li a {
            color: #000;
            transition: all .3s;
        }

    .blog-content ul li {
        color: var(--color-hover)
    }

        .blog-content ul li a:hover {
            color: #c0b596;
        }

.blog-img img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    height: 233.3px;
    object-fit: cover;
}

    .blog-img img:hover {
        -webkit-filter: grayscale(50%);
        -moz-filter: grayscale(50%);
        -o-filter: grayscale(50%);
        -ms-filter: grayscale(50%);
        filter: grayscale(50%);
    }

.blog-page-area .blog-item .post-meta {
    padding-top: 20px;
}

    .blog-page-area .blog-item .post-meta li {
        color: var(--color-2);
        font-size: 16px;
        display: inline-block;
        position: relative;
        padding: 0 15px;
    }

.blog-area .blog-item .post-meta .clr {
    color: var(--color-4);
}

.blog-area .blog-item .post-meta > li:first-child {
    padding: 0;
}

.blog-area .blog-item .post-meta > li a {
    color: var(--color-2);
}

.blog-area .blog-item .post-meta li {
    position: relative;
}

.blog-area .blog-item .post-meta > li + li + li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 15px;
    background: #ccc;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-area .blog-item .post-meta li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -2px;
}


/*Blog SayfasÄ±*/


.blog-content-info {
    height: 700px;
    width: 100%;
    background: url("../images/services/1.jpg");
    background-position: 60%;
    background-size: cover;
}



/*=================================
1.4 subscribe-area start
==================================*/

.newsletter h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 40px;
    color: var(--color-4);
}

.social-newsletter-section {
    padding: 70px 0 80px;
    background: var(--color-3);
}

.newsletter {
    max-width: 443px;
    margin: auto;
}

.social-newsletter-section .newsletter form {
    position: relative;
}

.social-newsletter-section .newsletter button {
    background: rgba(192, 181, 150);
    color: var(--color-white);
    border: 0;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 125px;
    height: 50px;
}

    .social-newsletter-section .newsletter button:hover {
        background: var(--color-4);
    }

.social-newsletter-section .newsletter input {
    background: none;
    height: 50px;
    font-size: 17px;
    color: var(--color-white);
    padding: 6px 80px 6px 30px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgb(192, 181, 150);
}

/*=======================================
1.5 footer-area start
=========================================*/
.footer-area {
    background: #151a30;
    letter-spacing: .8px;
}

.footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-logo {
    margin-bottom: 16px;
}

    .footer-logo img {
        width: 100%;
    }

.footer-about-p {
    text-align: justify !important;
    letter-spacing: .2px;
    font-size: 14px;
}

.footer-address {
    text-align: justify !important;
    letter-spacing: .2px;
    font-size: 14px;
}

.footer-link,
.footer-contact,
.footer-about,
.footer-practice {
    padding: 20px 5px;
}

.footer-info {
    font-size: 14px;
    border-right: 1px solid var(--color-white);
    height: 165px;
}

    .footer-info p {
        margin-bottom: 0;
    }

.footer-top p {
    color: var(--color-white);
}

.footer-top a {
    color: var(--color-white);
}

.footer-top h3 {
    font-size: 25px;
    color: var(--color-white);
    margin-bottom: 20px;
}

.footer-link ul li a {
    padding-top: 10px;
    display: block;
    font-size: 14px;
}

.footer-link {
    margin-bottom: 30px;
}

    .footer-link a {
        transition: all .2s;
    }

        .footer-link a:hover {
            color: var(--color-hover);
            transform: scale(1.05);
        }

.footer-practice {
    margin-bottom: 20px;
}

    .footer-practice ul li a {
        padding-top: 10px;
        display: block;
        font-size: 14px;
        transition: all .2s;
    }

        .footer-practice ul li a:hover {
            color: var(--color-hover);
            transform: scale(1.05);
        }

.footer-contact ul li {
    color: var(--color-white);
    padding-top: 10px;
    font-size: 14px;
}

.footer-bottom-content {
    border-top: 1px solid rgba(192, 181, 150, .3);
    padding: 30px 0;
}

    .footer-bottom-content a {
        transition: color .3s;
        font-size: 24px;
    }

        .footer-bottom-content a:hover {
            color: var(--color-4);
        }

    .footer-bottom-content span {
        color: var(--color-white);
        font-size: 14px;
        font-family: 'Playfair Display', serif;
    }

    .footer-bottom-content ul {
        justify-content: flex-end;
    }

        .footer-bottom-content ul li {
            padding-right: 15px;
        }

            .footer-bottom-content ul li a {
                color: var(--color-white);
            }

/*======================================
2.0 Home style 2
=========================================*/
.header-area.header-area2 {
    background: var(--color-3);
    position: relative;
}

.hero.hero-slider-wrapper.hero-style-2 .slide-caption {
    z-index: 19;
    padding-top: 0px;
}

.service-area.service-area2 {
    background: var(--color-white);
}

    .service-area.service-area2 .service-item {
        background: var(--color-white);
        border: none;
    }

    .service-area.service-area2:before {
        background: none;
    }

    .service-area.service-area2 .service-text {
        border-left: none;
    }

    .service-area.service-area2 .service-icon {
        padding: 0;
    }

    .service-area.service-area2 .service-text {
        padding: 20px 0px 10px 9px;
    }

.icon-c {
    background: var(--color-4);
    height: 100px;
    max-width: 100px;
    text-align: center;
}

.service-area.service-area2 .service-icon .fi {
    color: var(--color-white);
}

.service-area.service-area2 .service-text h3 {
    color: var(--color-3);
}

.about-area.about-area2 .about-text h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.about-area.about-area2 .about-text p {
    margin-bottom: 30px;
    padding-top: 0;
}

.about-area.about-area2 .about-title .img-holder:before {
    left: -20px;
    top: -20px;
}

.about-area.about-area2 .about-title .img-holder {
    max-width: 520px;
}

.about-area.about-area2 .btns {
    margin-bottom: 50px;
}

/*======================================
3.0 Home style 3
=========================================*/
.header-style-3 {
    background-color: transparent;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
}

    .header-style-3 .header-top {
        background-color: transparent;
    }

        .header-style-3 .header-top .container {
            background-color: var(--color-3);
            position: relative;
            padding-top: 5px;
        }

            .header-style-3 .header-top .container:before {
                width: calc(100% - 30px);
                height: 1px;
                background-color: rgba(255,255,255,.07);
                position: absolute;
                bottom: 0px;
                left: 15px;
                content: "";
                z-index: 999;
            }

    .header-style-3 .header-area-3 {
        background-color: transparent;
        border: none;
    }

        .header-style-3 .header-area-3 .container {
            background-color: var(--color-3);
        }

    .header-style-3 .header-top {
        padding: 0;
    }

.hero-style-3 .slide-caption-2 {
    padding-top: 100px;
}

.hero.hero-slider-wrapper.hero-style-2 .slide-caption-2 {
    z-index: 19;
    padding-top: 145px;
}

/*=====================================
4.0 about-page start
=======================================*/

.breadcumb-area {
    background: url(../images/services/1.jpg) no-repeat top / cover;
    min-height: 500px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    .breadcumb-area:before {
        content: "";
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#151a30+8,151a30+95&0.79+46,0+100,0.01+100,0+100 */
        background: -moz-linear-gradient(left, rgba(21, 26, 48, 0.79) 8%, rgba(21, 26, 48, 0.79) 46%, rgba(21, 26, 48, 0.07) 95%, rgba(21, 26, 48, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(21, 26, 48, 0.79) 8%, rgba(21, 26, 48, 0.79) 46%, rgba(21, 26, 48, 0.07) 95%, rgba(21, 26, 48, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(21, 26, 48, 0.3) 8%, rgba(21, 26, 48, 0.2) 46%, rgba(21, 26, 48, 0.07) 95%, rgba(21, 26, 48, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151a30', endColorstr='#00151a30', GradientType=1);
        /* IE6-9 */
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

.breadcumb-wrap {
    padding-top: 85px;
}

    .breadcumb-wrap h2 {
        font-size: 60px;
        font-weight: 700;
        margin-bottom: 10px;
        color: var(--color-white);
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .breadcumb-wrap ul li {
        display: inline-block;
        padding: 0px 5px;
        color: var(--color-white);
    }

        .breadcumb-wrap ul li a {
            color: var(--color-white);
            font-size: 18px;
            transition: all .3s;
        }

        .breadcumb-wrap ul li span {
            color: var(--color-3);
            font-size: 18px;
            transition: all .3s;
        }

        .breadcumb-wrap ul li a:hover {
            color: var(--color-4);
        }

        .breadcumb-wrap ul li:last-child {
            color: var(--color-4);
        }

        .breadcumb-wrap ul li:after {
            content: "/";
            position: relative;
            left: 7px;
        }

        .breadcumb-wrap ul li:last-child:after {
            display: none;
        }

.testimonial-area.testimonial-area2 {
    padding-top: 100px;
}

.counter-area.counter-area2 {
    background: url(../images/counter/2.jpg) center center/cover no-repeat local;
    position: relative;
    background-attachment: fixed;
    padding-bottom: 0px;
}

    .counter-area.counter-area2:before {
        content: "";
        background-color: rgba(21, 26, 48, 0.9);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .counter-area.counter-area2 .counter-grids .grid {
        width: 24%;
        float: left;
        padding: 73px 0px 143px;
        margin-right: 10px;
        background: rgba(192, 181, 150, .2);
        margin-bottom: 5px;
        text-align: center;
    }

/*===================================
5.0 practice-page start
=====================================*/
.practice-area.practice-area2 {
    background: var(--color-white);
    padding-bottom: 100px;
}

    .practice-area.practice-area2:before {
        display: none;
    }

    .practice-area.practice-area2 .service-icon {
        position: relative;
    }

        .practice-area.practice-area2 .service-icon:after {
            position: absolute;
            content: "";
            background: var(--color-4);
            bottom: 0;
            width: 65px;
            height: 1px;
            margin: auto;
            left: 17px;
        }

    .practice-area.practice-area2 .service-item {
        border: 1px solid var(--color-white);
        background: none;
        text-align: center;
    }

    .practice-area.practice-area2 .service-text:before {
        display: none;
    }

    .practice-area.practice-area2 .service-icon {
        margin: auto;
    }

    .practice-area.practice-area2 .section-title h2 {
        color: var(--color-3);
    }

    .practice-area.practice-area2 .service-text h3 {
        color: var(--color-3);
        font-size: 24px;
    }

    .practice-area.practice-area2 .service-text p {
        color: var(--color-3);
    }

    .practice-area.practice-area2 .service-text {
        padding: 20px 75px 50px;
    }

.practice-area.practice-area-3 {
    background: var(--color-white);
    padding-bottom: 100px;
}

.practice-area .service-text {
    padding: 20px;
}

.prising-area .section-title h2 {
    color: var(--color-3);
}

.prising-area {
    background: var(--color-white);
    padding: 95px 0 70px;
}

.pricing-icon span {
    display: block;
    margin: 0px 0 20px;
    font-size: 18px;
    font-weight: 600;
}

.pricing-icon .fi {
    color: var(--color-4);
    transition: all .3s;
}

.pricing-item {
    text-align: center;
    background: var(--color-white);
    padding: 35px 40px 50px;
    transition: all .3s;
    margin-bottom: 30px;
}

    .pricing-item:hover {
        background: var(--color-4);
        color: var(--color-white);
    }

        .pricing-item:hover .pricing-icon .fi {
            color: var(--color-white);
        }

.pricing-text h2 {
    font-size: 60px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    transition: all .3s;
    margin-right: 20px;
}

.pricing-item:hover .pricing-text h2 {
    color: var(--color-white);
}

.pricing-text span {
    font-size: 30px;
}

.pricing-text p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 25px;
    transition: all .3s;
}

.pricing-item:hover .pricing-text p {
    color: var(--color-white);
}

.pricing-item:hover .pricing-text .btn-style a {
    background: var(--color-white);
    color: var(--color-4);
}

    .pricing-item:hover .pricing-text .btn-style a:hover {
        background: var(--color-hover);
        color: var(--color-white);
    }

/*============================================
6.0 practice-details-page
==============================================*/
.field-img {
    position: relative;
}

    .field-img img {
        width: 100%;
    }

    .field-img:before {
        position: absolute;
        content: "";
        background: rgba(0, 0, 0, .65);
        bottom: 0;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

.field-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 0 40px 20px;
}

    .field-content h3 {
        font-size: 36px;
        color: var(--color-white);
        line-height: 55px;
        padding-bottom: 25px;
    }

        .field-content h3 span {
            font-size: 60px;
        }

.p-p {
    padding-right: 40px;
}

.practice-catagory-item {
    background: var(--color-white);
    margin-top: 60px;
}

    .practice-catagory-item .widget-title {
        background: var(--color-white);
        padding: 10px 20px;
        position: relative;
    }

        .practice-catagory-item .widget-title:before {
            content: '';
            position: absolute;
            left: 30px;
            top: 100%;
            border: 15px solid transparent;
            border-top-width: 13px;
            border-top-color: rgba(0, 0, 0, .1);
        }

        .practice-catagory-item .widget-title h3 {
            font-size: 24px;
            text-align: center;
        }

.practice-section.resent-section .post {
    padding: 10px 0;
}

.practice-section {
    padding: 15px 30px 20px;
}

    .practice-section .widget-title {
        background: var(--color-white);
    }

    .practice-section ul li a {
        font-size: 16px;
        color: #333;
        display: block;
        padding: 15px 0 10px;
        transition: all .3s;
    }

        .practice-section ul li a:hover {
            color: var(--color-4);
        }

    .practice-section ul li {
        border-bottom: 1px solid var(--color-white);
    }

        .practice-section ul li:last-child {
            border-bottom: none;
        }

.practice-section-text {
    padding-top: 50px;
}

    .practice-section-text h2 {
        font-size: 36px;
        margin-bottom: 25px;
    }

    .practice-section-text h5 {
        font-size: 22px;
        font-family: 'Open Sans', sans-serif;
        line-height: 40px;
    }

    .practice-section-text p {
        font-size: 16px;
        line-height: 30px;
        padding: 20px 0;
    }

        .practice-section-text p:last-child {
            padding-top: 0;
            padding-bottom: 0;
        }

.organigation-area {
    overflow: hidden;
    margin-top: 40px;
}

.organaigation-img {
    float: left;
    margin-right: 30px;
}

.organigation-text h2 {
    font-size: 24px;
}

.organigation-text span {
    display: block;
    padding-top: 15px;
    font-size: 15px;
}

    .organigation-text span i {
        padding-right: 15px;
        color: var(--color-4);
    }

/*=============================================
7.0 case-stadies-page area start
===============================================*/
.studies-area.studies-area2 .studies-single {
    margin-bottom: 30px;
}

.studies-area.section-padding {
    padding-top: 65px;
}
/*=============================================
8.0 case-stadies-details area start
===============================================*/
.practice-details-area.case-stadies-details-area {
    padding-bottom: 0;
}

.studies-area.studies-area-3 .section-title h2:before {
    left: 0;
}

.practice-details-area.case-stadies-details-area .search-widget form div {
    position: relative;
}

.practice-details-area.case-stadies-details-area .practice-section-img {
    max-height: 545px;
}

.practice-details-area.case-stadies-details-area .search-widget input {
    height: 50px;
    font-size: 17px;
    padding: 6px 50px 6px 20px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid var(--color-white);
    color: var(--color-3);
    border-radius: 0px;
}

    .practice-details-area.case-stadies-details-area .search-widget input:focus {
        background-color: var(--color-white);
    }

.practice-details-area.case-stadies-details-area .search-widget form button {
    background: #282e3f;
    font-size: 20px;
    color: var(--color-white);
    border: 0;
    outline: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px 15px;
    cursor: pointer;
}

` .practice-details-area.case-stadies-details-area .post {
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid var(--color-white);
}

.practice-details-area.case-stadies-details-area .post2 {
    padding-top: 0;
}

.practice-details-area.case-stadies-details-area .post3 {
    padding-bottom: 0;
    border-bottom: none;
}

.practice-details-area.case-stadies-details-area .img-holder {
    float: left;
    padding-right: 20px;
}

.practice-section.resent-section h3 {
    margin-bottom: 30px;
}

.practice-details-area.case-stadies-details-area .details p {
    margin-bottom: 0;
    margin-top: -5px;
}

.studies-area.studies-area-3 .studies-item {
    margin-bottom: 30px;
}

.studies-area.studies-area-3 {
    padding-bottom: 70px;
}

/*=======================================
 Attorneys-area start
 ========================================*/
.expert-area.Attorneys-area .expert-single {
    margin-bottom: 30px;
}

/*=======================================
 9.0 Attorneys-single start
 ========================================*/
.Attorneys-content-section {
    margin-top: 80px;
}

.Attorneys-area.section-padding {
    padding-top: 95px;
    padding-bottom: 100px;
}

.Attorneys-item {
    background: #EEECE7;
    text-align: center;
}

    .Attorneys-item .Attorneys-img img {
        width: 380px;
        height: 380px;
        object-fit: cover;
        border-radius: 100%;
        border: 15px solid var(--color-4);
    }

    .Attorneys-item .Attorneys-img {
        padding: 47px 30px;
    }


.Attorneys-text {
    background: var(--color-4);
    padding: 25px 0;
}

    .Attorneys-text h2 {
        font-size: 34px;
        font-weight: 400;
    }

.Attorneys-info {
    background: #EEECE7;
    height: 560px;
}

.Attorneys-content h3 {
    text-align: center;
    font-size: 30px;
    color: var(--color-3);
    margin-bottom: 0;
}

.Attorneys-content {
    background: var(--color-4);
    padding: 25px 0;
}

.info-outer {
    padding: 0px 30px;
}

.Attorneys-info .info-outer .info li {
    color: var(--color-2);
    font-size: 16px;
}

    .Attorneys-info .info-outer .info li:first-child {
        margin-top: 80px;
    }

.Attorneys-info .info-outer .info > li + li {
    margin-top: 15px;
}

.Attorneys-info .info-outer .info span {
    font-family: "Playfair Display", serif;
    color: var(--color-3);
    font-weight: 600;
    font-size: 20px;
}

.Attorneys-info .info-outer .social {
    overflow: hidden;
    margin-top: 22px;
    padding-bottom: 36px;
    margin-left: 330px;
}

    .Attorneys-info .info-outer .social li {
        width: 40px;
        height: 40px;
        line-height: 40px;
        float: left;
        text-align: center;
    }

        .Attorneys-info .info-outer .social li a {
            display: block;
            color: var(--color-3);
            border: 1px solid var(--color-white);
            font-size: 24px;
        }

            .Attorneys-info .info-outer .social li a:hover {
                background: var(--color-4);
                color: var(--color-white);
            }

    .Attorneys-info .info-outer .social > li + li {
        margin-left: 5px;
    }

.Attorneys-content-section h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}

.Attorneys-content-section p {
    margin-bottom: 20px;
}

.exrienense-section,
.language {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .exrienense-section p {
        text-align: justify;
        color: var(--color-2);
        text-indent: 60px;
    }

.education-section span {
    display: block;
    padding-bottom: 10px;
}

    .education-section span i {
        padding-right: 10px;
        color: var(--color-4);
    }

.education-section {
    margin-bottom: 30px;
}

.contact-area.contact-area-2 {
    background: var(--color-white);
    padding-top: 60px;
}

    .contact-area.contact-area-2:before {
        display: none;
    }

.col-l {
    padding-left: 0;
}

.Attorneys-text h2 {
    margin-bottom: 0;
}

.contact-area.contact-area-2 form input,
.contact-area.contact-area-2 form textarea {
    color: #495057;
    font-size: 14px;
}

    .contact-area.contact-area-2 form input::placeholder,
    .contact-area.contact-area-2 form textarea::placeholder {
        color: var(--color-2);
    }

    .contact-area.contact-area-2 form input::-webkit-input-placeholder,
    .contact-area.contact-area-2 form textarea::placeholder {
        color: var(--color-2);
    }

    .contact-area.contact-area-2 form input::-moz-placeholder,
    .contact-area.contact-area-2 form textarea::placeholder {
        color: var(--color-2);
    }

/*.====================================
10.0 blog-page-area start
========================================*/
.blog-page-area .blog-item {
    padding-bottom: 60px;
}

    .blog-page-area .blog-item .post-meta {
        padding-top: 20px;
    }

        .blog-page-area .blog-item .post-meta li {
            color: var(--color-2);
            font-size: 16px;
            display: inline-block;
            position: relative;
            padding: 0 15px;
        }

        .blog-page-area .blog-item .post-meta .clr {
            color: var(--color-4);
        }

        .blog-page-area .blog-item .post-meta > li:first-child {
            padding: 0;
        }

        .blog-page-area .blog-item .post-meta > li a {
            color: var(--color-2);
        }

        .blog-page-area .blog-item .post-meta > li + li + li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            width: 2px;
            height: 15px;
            background: var(--color-white);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.blog-img .post-meta li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -2px;
}

.blog-content-2 h2 {
    font-size: 36px;
    font-weight: 400;
    margin: 20px 0;
}

.blog-content-2 p {
    line-height: 30px;
}

.blog-content-2 a {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--color-4);
    font-weight: 600;
}

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

.blog-item .blog-img .video-holder {
    position: relative;
    text-align: center;
}

    .blog-item .blog-img .video-holder a {
        background-color: rgba(193, 182, 150, 0.8);
        width: 88px;
        height: 88px;
        line-height: 88px;
        border: 3px solid var(--color-white);
        color: var(--color-white);
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        font-size: 40px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.blog-img.blog-img-2 {
    position: relative;
}

.blog-item .blog-img .video-holder .fa {
    padding-left: 8px;
}

.blog-content-3 {
    background: url(../images/blog-page/5.jpg) no-repeat center center / cover;
    padding: 40px 50px 60px;
    position: relative;
    z-index: 11;
}

    .blog-content-3:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(21, 26, 48, .8);
        z-index: -1;
    }

    .blog-content-3 p {
        color: var(--color-white);
        margin-top: 20px;
        line-height: 30px;
    }

    .blog-content-3 .post-meta li img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-top: -2px;
    }

    .blog-content-3 a {
        color: var(--color-4);
        text-transform: uppercase;
    }

.blog-page-area .blog-content-3 .post-meta li a {
    color: var(--color-white);
    text-transform: capitalize;
}

.blog-content-3:after {
    content: "\f10e";
    position: absolute;
    left: 86%;
    top: 32px;
    font-family: 'FontAwesome';
    color: var(--color-white);
    font-size: 66px;
    opacity: .3;
}

.blog-content-3 h2 {
    color: var(--color-white);
    margin-top: 20px;
}

.blog-page-area .blog-content-3 .post-meta li {
    color: var(--color-white);
}

.blog-page-area .blog-content-3 .post-meta .clr {
    color: var(--color-4);
}

.pagination-wrapper {
    margin-top: 20px;
}

    .pagination-wrapper ul {
        text-align: center;
    }

        .pagination-wrapper ul li {
            display: inline-block;
        }

            .pagination-wrapper ul li a,
            .pagination-wrapper ul li span {
                display: block;
                height: 40px;
                width: 40px;
                border: 1px solid var(--color-white);
                text-align: center;
                line-height: 40px;
                color: #223;
            }

                .pagination-wrapper ul li span,
                .pagination-wrapper ul li a:hover,
                .pagination-wrapper ul li span:hover {
                    background-color: var(--color-4);
                    color: var(--color-white);
                }

    .pagination-wrapper .next {
        display: block;
        height: 40px;
        width: 129px;
        border: 1px solid var(--color-white);
        text-align: center;
        line-height: 40px;
        color: #223;
    }

.blog-right-bar .tag-widget {
    margin-top: 55px;
}

    .blog-right-bar .tag-widget h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .blog-right-bar .tag-widget ul {
        overflow: hidden;
    }

        .blog-right-bar .tag-widget ul li {
            float: left;
            margin: 0 8px 8px 0;
        }

            .blog-right-bar .tag-widget ul li a {
                background: var(--color-white);
                font-size: 14px;
                display: inline-block;
                padding: 9px 25px 10px;
                color: var(--color-3);
                transition: all .3s;
            }

                .blog-right-bar .tag-widget ul li a:hover {
                    background: var(--color-4);
                    color: var(--color-white);
                }

.instagram ul {
    flex-wrap: wrap;
    margin: 0px -3px;
}

    .instagram ul li {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        margin-bottom: 5px;
        padding: 0px 3px;
    }

        .instagram ul li img {
            width: 100%;
        }

.instagram {
    margin-top: 45px;
}

    .instagram h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }

.blog-right-bar {
    padding-left: 30px;
}

.col-g {
    padding-right: 0;
}

/*.====================================
11.0 blog-detais-area start
========================================*/
.importent-section {
    overflow: hidden;
}

.importent-img {
    float: left;
    padding-right: 30px;
}

.importent-text h2 {
    font-size: 24px;
    line-height: 16px;
    margin-bottom: 25px;
}

.importent-text p {
    margin-bottom: 25px;
}

.blog-left-bar blockquote {
    font-family: 'Playfair Display', serif;
    background-color: #e4e0d4;
    font-size: 20px;
    color: var(--color-3);
    padding: 30px 25px 30px 50px;
    margin: 50px 0;
}

.blog-left-bar p {
    line-height: 30px;
}

.blog-left-bar .tag-share {
    min-height: 60px;
    border-top: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-white);
    margin: 60px 0 70px;
    overflow: hidden;
}

    .blog-left-bar .tag-share .tag {
        float: left;
        padding: 20px 0;
    }

        .blog-left-bar .tag-share .tag a {
            background: var(--color-white);
            font-size: 14px;
            display: inline-block;
            padding: 9px 25px 10px;
            color: #333;
        }

            .blog-left-bar .tag-share .tag a:hover {
                color: var(--color-4);
            }

        .blog-left-bar .tag-share .tag ul li {
            padding-right: 5px;
        }

            .blog-left-bar .tag-share .tag ul li:last-child:after {
                display: none;
            }

        .blog-left-bar .tag-share .tag ul > li + li {
            margin-left: 10px;
        }

    .blog-left-bar .tag-share .share {
        float: right;
        padding: 28px 0;
    }

        .blog-left-bar .tag-share .share ul > li + li {
            margin-left: 15px;
        }

        .blog-left-bar .tag-share .share a {
            color: #848484;
        }

            .blog-left-bar .tag-share .share a:hover {
                color: #c0b596;
            }

    .blog-left-bar .tag-share ul {
        overflow: hidden;
    }

        .blog-left-bar .tag-share ul li {
            float: left;
        }

.blog-left-bar .author-box {
    background-color: #e4e0d4;
    padding: 30px 40px;
    margin: 70px 0 30px;
}

    .blog-left-bar .author-box .author-avatar {
        float: left;
    }

        .blog-left-bar .author-box .author-avatar img {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            width: 130px;
            height: 130px;
            border: 5px solid #c0b596;
            margin-top: 14px;
        }

    .blog-left-bar .author-box .author-content {
        display: block;
        overflow: hidden;
        padding-left: 25px;
    }

        .blog-left-bar .author-box .author-content p {
            font-size: 16px;
            margin-bottom: 20px;
        }

    .blog-left-bar .author-box .author-name {
        font-family: "Playfair Display", serif;
        font-size: 24px;
        font-size: 1.5rem;
        display: inline-block;
        margin-bottom: 10px;
        color: #282e3f;
    }

    .blog-left-bar .author-box .social-lnk {
        display: inline-block;
    }

        .blog-left-bar .author-box .social-lnk li {
            float: left;
            margin-right: 15px;
        }

        .blog-left-bar .author-box .social-lnk a {
            display: block;
            font-size: 18px;
            font-size: 1.125rem;
            color: #777;
        }

            .blog-left-bar .author-box .social-lnk a:hover {
                color: #c0b596;
            }

.blog-left-bar .more-posts {
    overflow: hidden;
}


    .blog-left-bar .more-posts > div {
        width: 50%;
        float: left;
    }

        .blog-left-bar .more-posts > div > a {
            display: inline-block;
        }


    .blog-left-bar .more-posts .next-post {
        text-align: right;
    }


    .blog-left-bar .more-posts .previous-post {
        padding-right: 15px;
        padding-left: 5px;
    }

        .blog-left-bar .more-posts .previous-post > a > span,
        .blog-left-bar .more-posts .next-post > a > span {
            display: block;
        }

    .blog-left-bar .more-posts .post-control-link {
        color: #666;
        transition: all .3s;
    }

        .blog-left-bar .more-posts .post-control-link i {
            padding: 10px;
        }


    .blog-left-bar .more-posts a:hover .post-control-link {
        color: #c0b596;
    }

.blog-left-bar .comments-area {
    margin-top: 70px;
}

    .blog-left-bar .comments-area .comments {
        border-bottom: 0;
    }

    .blog-left-bar .comments-area li > div {
        padding: 25px 25px 8px;
        background: #f5f5f5;
        margin-bottom: 30px;
    }

    .blog-left-bar .comments-area ol {
        list-style-type: none;
        padding-left: 0;
    }

    .blog-left-bar .comments-area .comments-title {
        font-size: 26px;
        font-size: 1.625rem;
        margin: 0 0 1.5em;
    }

    .blog-left-bar .comments-area li > div {
        position: relative;
    }

    .blog-left-bar .comments-area .comment-theme {
        position: absolute;
        left: 25px;
    }

        .blog-left-bar .comments-area .comment-theme img {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            width: 90px;
            height: 90px;
            margin-top: 12px;
        }

    .blog-left-bar .comments-area .comment-main-area {
        padding-left: 100px;
    }

    .blog-left-bar .comments-area .comments-meta h4 {
        font-size: 16px;
        color: #333;
        font-weight: 700;
        font-family: 'Open Sans', sans-serif;
    }

    .blog-left-bar .comments-area .comments-date {
        color: #666;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 25px;
    }

    .blog-left-bar .comments-area p {
        line-height: 30px;
        margin-top: 12px;
    }

.blog-left-bar .comments-meta {
    overflow: hidden;
}

.blog-left-bar .comments-area .comment-reply-link {
    font-size: 16px;
    color: #c0b596;
    float: right;
}

    .blog-left-bar .comments-area .comment-reply-link i {
        padding-right: 10px;
    }

.blog-left-bar .comment-respond {
    margin-top: 70px;
}

    .blog-left-bar .comment-respond .comment-reply-title {
        font-size: 26px;
        font-size: 1.625rem;
        margin: 0 0 1.5em;
    }

.blog-left-bar .comments-area .comment.comment-5 {
    padding-left: 100px;
}

.blog-left-bar .comments-area .comment.comment-2 {
    padding-left: 100px;
}

.blog-left-bar .comment-respond .comment-reply-title {
    font-size: 30px;
}

.blog-left-bar .comment-respond form input,
.blog-left-bar .comment-respond form textarea {
    background-color: #f5f5f5;
    width: 100%;
    height: 50px;
    border: 1px solid #f5f5f5;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

    .blog-left-bar .comment-respond form input:focus,
    .blog-left-bar .comment-respond form textarea:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #c0b596;
    }

.blog-left-bar .comment-respond form textarea {
    height: 220px;
    padding: 15px;
}

.blog-left-bar .comment-respond .form-inputs {
    overflow: hidden;
}

    .blog-left-bar .comment-respond .form-inputs > input:nth-child(2) {
        width: 49%;
        float: left;
    }

    .blog-left-bar .comment-respond .form-inputs > input:nth-child(3) {
        width: 49%;
        float: right;
    }

.blog-left-bar .comment-respond .form-submit input {
    max-width: 120px;
    background-color: #c0b596;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    text-transform: uppercase;
    cursor: pointer;
}

    .blog-left-bar .comment-respond .form-submit input:hover {
        background-color: #d4c291;
    }

.blog-right-bar-2 {
    padding-left: 0;
    padding-right: 30px;
}

.blog-page-area.blog-page-fullwidth .blog-left-bar .author-box .author-avatar img {
    margin-top: 0px;
}

.blog-page-area.blog-page-fullwidth .blog-left-bar .comments-area .comment-theme img {
    margin-top: 0px;
}

.blog-page-area.blog-page-fullwidth .importent-text {
    max-width: 800px;
}

/*Article*/


.article {
    width: 100%;
    background-color: #EEECE7;
    padding: 30px 40px;
    border: 2px solid var(--color-hover-dark);
    animation: art-width .5s;
}

@keyframes art-width {
    0% {
        width: 0;
        opacity: 0;
    }

    90% {
        opacity: .8;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
}

.article-nav {
    background-color: var(--color-4);
    width: 100%;
    border: 2px solid var(--color-hover-dark);
    padding: 8px 24px;
}

    .article-nav h4 {
        text-align: center;
        font-size: 32px;
    }


    .article-nav li {
        padding: 8px 0;
        border-top: 1px solid var(--color-hover-dark);
        border-bottom: 1px solid var(--color-hover-dark);
        font-weight: 600;
        cursor: pointer;
    }

        .article-nav li a {
            padding: 8px 0;
            font-weight: 600;
            cursor: pointer;
            color: #333;
        }

            .article-nav li a:hover {
                font-weight: 700;
                color: #333;
            }


        .article-nav li:last-child {
            padding: 8px 0;
            border-top: 1px solid var(--color-hover-dark);
            border-bottom: 2px solid var(--color-hover-dark);
            font-weight: 600;
            cursor: pointer;
        }

        .article-nav li:hover {
            font-weight: 700;
        }

        .article-nav li:first-child {
            border-top: 2px solid var(--color-hover-dark);
        }

.article h2 {
    font-size: 32px;
    font-weight: 600;
}

.article span {
    font-size: 18px;
    color: var(--color-3);
    display: block;
    margin: 8px 0;
}


.article p em {
    font-size: 17px;
}

.article strong {
    color: var(--color-3);
}

.article p {
    font-size: 18px;
    color: var(--color-3);
    text-indent: 40px;
    margin-top: 20px;
    letter-spacing: .6px;
    line-height: 32px;
    text-align: justify;
}

.article i {
    vertical-align: top;
    display: inline-block;
    font-size: 6px;
    color: var(--color-3);
    margin: 0 12px 0 6px;
}
.article ul{
    margin-left:16px;
}
.article li {
    list-style-type: disc;
    display: list-item;
    vertical-align: top;
    color: var(--color-3);
    margin: 0 12px 0 6px;
}

.article h2 {
    letter-spacing: 1.2px;
}

.article h3 {
    font-size: 28px;
    color: var(--color-3);
    margin: 20px 0;
    font-weight: 600;
}

.article h4 {
    font-size: 24px;
    color: var(--color-3);
    font-weight: 600;
    margin: 10px 0;
}

.article h5 {
    font-size: 20px;
    color: var(--color-3);
    font-weight: 600;
    letter-spacing: 1px;
    margin: 10px 0;
}

.article table {
    border: 1px solid var(--color-3);
    width: 100%;
    color: var(--color-3);
}

    .article table th {
        font-size: 16px;
        padding: 10px;
        font-weight: 900;
        border: 1px solid var(--color-3);
    }

    .article table td {
        font-size: 14px;
        padding: 10px;
        border: 1px solid var(--color-3);
        font-weight: 600;
    }

        .article table td:nth-child(2) {
            text-align: center;
        }

        .article table td:nth-child(3) {
            text-align: center;
        }

        .article table td:nth-child(4) {
            text-align: center;
        }

/*===================================================
12.0 contact-page-area-start
=======================================================*/
.contact-page-area.section-padding {
    padding-top: 50px;
}

.contact-page-area .contact-map {
    height: 450px;
    margin-top: 54px;
    cursor: pointer;
}

    .contact-page-area .contact-map iframe {
        width: 100%;
        height: 100%;
        border: 0;
        outline: 0;
    }

.contact-page-item h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}

.contact-page-item h3 {
    font-size: 24px;
    color: #666;
    margin-bottom: 10px;
}

.contact-page-item span {
    color: #666;
    display: block;
    padding-bottom: 10px;
}

.contact-page-item .adress {
    margin-bottom: 20px;
}

.contact-page-item .phone {
    margin-bottom: 20px;
}

.contact-page-item .fax {
    margin-bottom: 20px;
}

.contact-area.contact-area-2.contact-area-3 {
    padding-top: 0px;
    padding-bottom: 0;
}

    .contact-area.contact-area-2.contact-area-3 h2 {
        margin-bottom: 40px;
        font-size: 30px;
    }


/*==========================================
pealoader css
=========================================*/
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    display: flex;
}

    #preloader:before,
    #preloader:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        z-index: -1;
        background-color: #171616;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    #preloader:after {
        left: auto;
        right: 0;
    }

    #preloader .loader_line {
        margin: auto;
        width: 1px;
        height: 250px;
        position: relative;
        overflow: hidden;
        -webkit-transition: all 0.8s ease 0s;
        -o-transition: all 0.8s ease 0s;
        transition: all 0.8s ease 0s;
    }

.loader_line:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
    -o-animation: lineheight 1000ms ease-in-out 0s forwards;
    animation: lineheight 1000ms ease-in-out 0s forwards;
}

.loader_line:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #777;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: lineround 1200ms linear 0s infinite;
    -o-animation: lineround 1200ms linear 0s infinite;
    animation: lineround 1200ms linear 0s infinite;
    animation-delay: 2000ms;
}

.email-wrapper {
    width: 600px;
    height: 800px;
    margin: 0 auto;
    background-color: var(--color-white);
}

.email-header {
    background-color: var(--color-3);
    padding: 20px 10px;
}

.email-wrapper img {
    width: 100%;
}

.email-wrapper p {
    margin-top: 0px;
    color: var(--color-white);
    padding-right: 20px;
}


/*Kvkk Slider*/

.slider-kvkk .container {
    border: 3px double var(--color-3);
    margin-bottom: 80px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 50px;
    width: 50px;
    outline: black;
    background-size: 100%, 100%;
    border: 1px solid #bbb;
    background-image: none;
    background-color: #fff;
    z-index: 200;
}

    .carousel-control-prev-icon i,
    .carousel-control-next-icon i {
        color: #000;
        margin-top: 15px;
        font-size: 18px;
    }

.carousel-indicators li {
    background-color: var(--color-4);
    cursor: pointer;
}

.carousel-indicators .active {
    background-color: var(--color-hover-dark) !important;
}


@keyframes lineheight {
    0% {
        height: 0%;
    }

    100% {
        height: 100%;
    }
}

@keyframes lineround {
    0% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%);
    }
}

/*hiding all*/
.preloaded .loader_line:after {
    opacity: 0;
}

.preloaded .loader_line {
    opacity: 0;
    height: 100% !important;
}

.preloaded:before,
.preloaded:after {
    -webkit-animation: preloadedzero 300ms ease-in-out 500ms forwards;
    -o-animation: preloadedzero 300ms ease-in-out 500ms forwards;
    animation: preloadedzero 300ms ease-in-out 500ms forwards;
}

.info-content {
    color: var(--color-2);
    padding: 80px 0;
}

    .info-content li {
        color: var(--color-2);
        padding: 10px 0;
        font-weight: 600;
    }

        .info-content li i {
            color: var(--color-hover-dark);
            margin-right: 20px;
            font-size: 10px;
            letter-spacing: .5px;
        }

.about-align {
    display: flex;
    align-items: center;
}

@keyframes preloadedzero {
    0% {
        width: 50%;
    }

    100% {
        width: 0%;
    }
}

@media screen and (max-width:1200px) {
    .about-img {
        padding: 30px 10px 0;
    }

    .footer-info {
        border: none;
    }

    .footer-link,
    .footer-contact,
    .footer-about,
    .footer-practice {
        padding: 10px 30px;
    }

    .Attorneys-info {
        height: 480px;
    }

    .footer-logo {
        padding: 0 100px 0 0px;
    }

    .container-nav {
        margin: 0 auto;
        padding: 0 !important;
    }

    .btn-style-3 a:before {
        content: "";
        position: absolute;
        left: 70px !important;
        top: 75%;
        width: 77px !important;
        height: 2px;
        background: #fff;
        bottom: 0;
        transform: translateY(-50%);
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
    }

    .btn-style-3 a:hover:before {
        left: 36px !important;
    }

    .service-text h3 {
        color: #fff;
        font-size: 18px !important;
        letter-spacing: 2px;
    }
}

@media screen and (max-width:992px) {
    .slicknav_nav {
        padding: 10px 0;
    }

    .footer-info {
        height: auto;
    }

    .footer-logo {
        padding: 0;
    }

    .work-link {
        position: relative;
    }

    .Attorneys-info {
        height: 430px;
    }

    .work-link a span::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        margin-left: 20px;
        border-bottom: 8px solid transparent;
        border-left: 8px solid white;
        border-top: transparent;
        border-right: transparent;
        transform: rotate(225deg);
        top: 10px;
    }

    .accordion-menu {
        position: relative;
        width: 250px;
        height: 0px;
        margin-left: 0;
        padding-left: 20px;
        opacity: 1;
        transition: all 0.3s;
        transform: translateY(0);
        visibility: hidden;
        background-color: #2A2D2D;
        z-index: -1;
    }

    .accordion-menu-active {
        position: relative;
        width: 250px;
        height: 300px;
        margin-left: 120px;
        padding-left: 20px;
        opacity: 1;
        transition: all 0.3s;
        visibility: visible;
        background-color: #2A2D2D;
        z-index: 10;
    }

    .accordion-menu ul li a {
        color: white !important;
        padding: 2px 20px 5px 20px !important;
    }

        .accordion-menu ul li a:hover {
            background-color: #3A3A3A;
            color: white !important;
        }

    .slicknav_btn {
        margin-top: -43px !important;
    }

    .container-nav {
        height: 40px;
    }

    .search ul li a {
        padding-bottom: 25px !important;
    }

    .home-about-img {
        height: 100%;
        width: 100%;
        display: flex;
        margin: 0 auto;
        align-items: center;
        padding: 10px 0;
        justify-content: center;
    }

    .home-about-img2 {
        height: 100%;
        width: 100%;
        display: flex;
        margin: 0 auto;
        align-items: center;
        padding: 10px 0;
        justify-content: center;
    }

        .home-about-img2 img {
            width: 100% !important;
            object-fit: cover;
        }

    .home-about-img img {
        width: 100% !important;
        object-fit: cover;
    }

    .about-padding {
        padding: 20px !important;
    }
}

@media screen and (max-width:768px) {
    .sticky {
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 1200;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
        -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
        animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
        opacity: 1;
    }

    .slide {
        background: url("../images/home/logo_1-01.png") !important;
        background-repeat: no-repeat !important;
        background-position: 67% 0% !important;
        background-size: cover !important;
    }

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


    .slide-caption p {
        color: black !important;
        background-color: #ffffffee;
        display: block !important;
        width: 320px;
        padding: 10px 40px;
        margin: 0 auto !important;
    }

    .slide-caption span {
        color: black !important;
        background-color: #ffffffee;
        display: block !important;
        width: 320px;
        padding: 10px 40px !important;
        text-align: center;
        margin: 0 auto;
        line-height: 18px;
    }

    .btn-banner {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        margin-top: 0 !important;
    }

    .blog-img img {
        height: 500px;
    }
}

@media screen and (max-width:576px) {
    .slicknav_menu {
        width: 100%;
    }

    .slicknav_nav {
        width: 100%;
    }

    .slicknav_btn {
        margin-right: 0;
        margin-top: -47px !important;
    }

    .logo {
        margin-left: 20px;
        margin-top: 8px !important;
    }

    .accordion-menu {
        position: relative;
        width: 250px;
        height: 0px;
        margin-left: 0;
        padding-left: 20px;
        opacity: 1;
        transition: all 0.3s;
        transform: translateY(0);
        visibility: hidden;
        background-color: #2A2D2D;
        z-index: -1;
    }

    .accordion-menu-active {
        position: relative;
        width: 250px;
        height: 300px;
        margin-left: 110px;
        padding-left: 20px;
        opacity: 1;
        transition: all 0.3s;
        visibility: visible;
        background-color: #2A2D2D;
        z-index: 10;
    }

    .row {
        margin: 0;
    }

    .search ul li a {
        margin-top: -30px !important;
    }

    .slicknav_btn {
        margin-top: -43px !important;
    }
}

.reCAPTCHA {
    position: relative;
    right: 44px;
}

/*======================================
13.0 error-page
=========================================*/
.s404 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .s404 .wrapper {
        display: flex;
        align-items: center;
        width: 720px;
        height: 100vh;
        text-align: center;
    }

        .s404 .wrapper img {
            width: 50%;
        }

        .s404 .wrapper span {
            font-size: 13rem;
            color: var(--color-3);
            font-weight: 600;
            line-height: 80px;
        }

        .s404 .wrapper p {
            font-size: 3.2rem;
            font-weight: 600;
            margin-top: 30px;
        }

.cerezler {
    width: 100%;
    height: auto;
    text-align: center;
    background-color: var(--color-hover);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    z-index: 20000;
    display: none;
}

.cerezler-kapat {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
}

    .cerezler-kapat i {
        color: var(--color-3);
        font-size: 1.4rem;
    }

.cerezler p {
    display: block;
    font-size: 1.4rem;
    color: var(--color-3);
    padding-top: 1rem;
    line-height: 2rem !important;
    font-weight: 600;
}

    .cerezler p a {
        color: var(--color-3);
    }

        .cerezler p a:hover {
            text-decoration: underline;
        }

.kvkk-content {
    padding-top: 10rem;
}

    .kvkk-content span {
        display: block;
        width: 100%;
        color: var(--color-5-light);
        font-weight: 600;
        font-size: 1.6rem;
    }

    .kvkk-content h3 {
        display: block;
        width: 100%;
        color: var(--color-2);
        font-weight: 600;
        font-size: 3.6rem;
        margin: 5rem 0;
    }

    .kvkk-content h4 {
        display: block;
        width: 100%;
        color: var(--color-3);
        font-weight: 600;
        font-size: 2rem;
        margin: 2rem 0;
    }

    .kvkk-content h5 {
        display: block;
        width: 100%;
        color: var(--color-5);
        font-weight: 600;
        font-size: 1.6rem;
    }

    .kvkk-content p {
        display: block;
        width: 100%;
        color: var(--color-1);
        font-weight: 500;
        font-size: 1.4rem;
    }

    .kvkk-content ul {
        margin: 2rem 0;
    }

    .kvkk-content i {
        font-size: .6rem;
        margin-right: 2rem;
        color: var(--color-hover);
        vertical-align: center;
    }

    .kvkk-content ul li {
        display: block;
        width: 100%;
        color: var(--color-1-op-1);
        font-weight: 500;
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }

@media (max-width:768px) {
    .cerezler-kapat {
        position: absolute;
        right: 20px;
        top: 35px;
        cursor: pointer;
    }
}
