/*=========================================================
Author       : Deveable.
Template Name: Digilaw – Attorney and Lawyer HTML5 Template
Version      : 1.0
==============================================================*/

/*=============================================================
    CSS INDEX
    =============================
    01 - import fonts
    02 - global css
    03 - responsive menu css
    04 - Header css
    05 - Hero css
    06 - Practise css
    07 - Experience css
    08 - Service css
    09 - Expart css
    10 - Testimonial css
    11 - Counter css
    12 - Blog css
    13 - Footer css
    14 - Breadcrumb css
    15 - About css
    16 - Practise Details css
    17 - clients Details css
    18 - Contact Details css
    19 - Gallery css
    20 - Blog Details css
    21 - Error css
*=============================================================*/

/*================================================
01 - import fonts
==================================================*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

/*================================================
02 - global css
==================================================*/
body {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #111
}

section {
    padding: 100px 0
}

.section-heading {
    text-align: center;
    margin-bottom: 50px
}

.side-heading {
    margin-bottom: 50px
}
.section_title{
    font-size: 50px
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    margin: 0
}

h1, .h1 {
    font-size: 50px;
    margin: 0
}

h2, .h2 {
    font-size: 40px;
    margin: 0
}

h3, .h3 {
    font-size: 30px;
    margin: 0
}

h4, .h4 {
    font-size: 25px;
    margin: 0
}

h5, .h5 {
    font-size: 25px;
    margin: 0
}

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

p:last-child {
    margin: 0
}

p {
    font-size: 17px;
    color: #333
}

a {
    text-decoration: none;
    font-size: 16px;
    transition: all 0.4s ease
}

.cta-btn {
    color: #fff;
    background: #D49943;
    padding: 15px 20px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-weight: 600;
    border: 1px solid #D49943;
    display: inline-block
}

.cta-btn:hover {
    color: #071026;
    background: transparent
}

input,
textarea {
    outline: none;

}
.pagination-box-row {
	text-align: center;
}

.pagination-box-row p {
	display: inline-block;
	font-size: 15px;
	color: #444;
	margin-right: 15px
}

.pagination {
	margin-top: 50px;
	text-align: center;
	float: none;
	display: inline-block;
}

.pagination li {
	display: inline-block;
	margin-right: 5px
}

.pagination li:last-child {
	margin-right: 0
}

.pagination li a {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	border-radius: 50%;
	color: #111;
	font-weight: 500;
	text-align: center;
	border: 1px solid #fff
}

.pagination li.active a {
	background: #D49943 none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #D49943
}

.pagination li.active a:hover {
	border: 1px solid #D49943
}

.pagination li a:hover {
	border: 1px solid #ddd
}

/*================================================
03 - responsive menu css
==================================================*/
.responsive-menu {
    display: none
}

.slicknav_menu {
    background: transparent
}

.slicknav_btn {
    background: transparent
}

.slicknav_menutxt {
    display: none !important
}

.slicknav_menu .slicknav_icon {
    width: 30px;
    height: 25px;
    margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #000;
    margin: 6px 0;
    display: block;
    width: 100%;
    ;
    box-shadow: 0 0 0;
    height: 3px
}

.slicknav_nav {
    position: absolute;
    top: 100%;
    z-index: 999;
    background: #fff;
    left: 0;
    width: 100%;
}

.slicknav_nav a {
    color: #000
}

.slicknav_nav .slicknav_arrow {
    float: right
}


/*================================================
04 - Header css
==================================================*/
.header-top-inn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0
}

.header-top {
    background: #071026;
    padding: 7px 0
}

.header-top-left ul li {
    display: inline-block;
    margin-right: 15px;
}

.header-top-left p {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.header-top-left a {
    color: #fff;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 500
}

.header-top-right ul li {
    display: inline-block;
    margin-left: 15px
}

.header-top-right i {
    color: #ddd
}

.header-menu {
    border-bottom: 1px solid #d8d8d8;

}

.header-menu-inn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}
.menu-area ul li {
    display: inline-block;
    margin-left: 25px;
    position: relative;
}

.menu-area ul li:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.menu-area ul li ul {
    position: absolute;
    z-index: 9;
    background: #fff;
    border-radius: 0;
    width: 180px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    top: 120%;
}

.menu-area ul li ul li {
    display: block;
    margin: 0
}

.menu-area ul li ul li a {
    padding: 10px 20px;
    font-size: 14px;
}

.menu-area ul li ul li a:hover {
    color: #D49943
}

.menu-area a {
    color: #071026;
    transition: all 0.4s ease;
    padding: 30px 0;
    display: block;
    font-weight: 700
}

.menu-area a:hover {
    color: #D49943;
}

/*================================================
05 - Hero css
==================================================*/

.hero-area .item {
    height: 660px;
    position: relative;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-area .item::before {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.69);
    content: ""
}

.hero-area .item img {
    height: 100%
}

.item .container {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.hero-content {
    text-align: center
}

.hero-content .h1 {
    color: #fff;
    margin-bottom: 30px
}

.hero-content .cta-btn:hover {
    color: #fff;
    background: transparent
}

.slide-1 {
    background-image: url(../img/hero_1.jpg)
}

.slide-2 {
    background-image: url(../img/hero_2.jpg)
}

.slide-3 {
    background-image: url(../img/hero_1.jpg)
}
.slider-main .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    width: 60px !important;
    height: 60px !important;
    line-height: 40px !important;
    background: #eee !important;
    transform: translateY(-50%);
    font-size: 38px !important;
}
.slider-main .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    width: 60px !important;
    height: 60px !important;
    line-height: 40px !important;
    background: #eee !important;
    transform: translateY(-50%);
    font-size: 38px !important;
}
.slider-main .owl-nav{
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease
}
.slider-main:hover .owl-nav{
    visibility: visible;
    opacity: 1
}

/*================================================
06 - Practise css
==================================================*/
.practise-area .section-heading {
    margin-bottom: 30px
}


.practise-box {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    border-radius: 10px
}

.practise-box::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(17, 17, 17, 0.53);
    border-radius: 10px;
    z-index: 1
}

.practise-box img {
    width: 100%;
    border-radius: 10px;
    transform: scale(1);
    transition: all 0.4s ease
}

.practise-box:hover img {
    transform: scale(1.3)
}

.practise-text {
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 9;
    transition: all 0.4s ease;
    color: #fff;
    padding: 0 20px
}

.practise-text p {
    color: #fff;
    margin-top: 10px
}

.practise-box:hover .practise-text {
    bottom: 20px
}

/*================================================
07 - Experience css
==================================================*/
.experience-area {
    background: url(../img/experience-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    z-index: 9
}

.experience-area h2 {
    color: #fff;
    font-size: 50px
}

.experience-area::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.65);
    border-radius: 10px;
    z-index: -1
}

/*================================================
08 - Service css
==================================================*/
.service-box {
    text-align: center;
    border: 2px solid #D49943;
    padding: 20px
}
.service-box h3{
    font-weight: 600
}
.service-box i {
    font-size: 60px;
    margin-bottom: 25px;
    color: #D49943
}

.service-box p {
    margin-top: 20px
}

/*================================================
09 - Expart css
==================================================*/
.expart-area .section-heading {
    margin-bottom: 30px
}

.expart-img {
    position: relative;
    overflow: hidden;
}

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

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

.expart-social {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -60px;
    transition: all 0.4s ease;
    color: #fff
}

.expart-box {
    margin-top: 20px
}

.expart-box:hover .expart-social {
    left: 0
}

.expart-social ul {
    background: #fff;
    padding: 5px 0
}

.expart-social ul li {
    margin: 10px;
}

.expart-social a {
    border: 1px solid #D49943;
    color: #D49943;
    margin: 0 5px;
    width: 30px;
    display: inline-block;
    line-height: 30px;
    border-radius: 5px;
    transition: all 0.4s ease;
    text-align: center
}

.expart-social a:hover {
    background: #D49943;
    color: #fff
}

.expart-text {
    text-align: center;
    padding-top: 20px
}

/*================================================
10 - Testimonial css
==================================================*/
.testimonial-box {
    text-align: center;
    padding: 20px;
    border: 2px solid #D49943;
}

.testimonial-img img {
    width: 100px !important;
    height: 100px;
    border-radius: 50%;
    display: inline-block !important;
    border: 10px solid #D49943;
    margin-bottom: 30px
}

.testimonial-slider .owl-nav {
    display: block !important
}

.testimonial-slider .owl-nav button {
    width: 33px;
    height: 33px;
    font-size: 26px !important;
    line-height: 30px !important;
    background: #fff !important;
    color: #D49943 !important;
    border-radius: 0 !important;
    margin: 0 5px !important;
}

/*================================================
11 - Counter css
==================================================*/
.counter-area {
    background: #071026;
    padding: 100px 0
}

.counter-box {
    text-align: center;
    border: 2px solid #D49943;
    border-radius: 10px;
    padding: 15px
}

.counter-box i {
    color: #D49943;
    font-size: 40px;
    margin: 15px 0
}

.counter-box h2 {
    color: #fff
}

.counter-box p {
    color: #c1c1c1
}

/*================================================
12 - Blog css
==================================================*/
.blog-box {
    text-align: center
}

.blog-box img {
    width: 100%
}

.blog-text {
    padding-top: 20px
}

.blog-text a {
    color: #D49943;
    font-size: 17px;
    transition: all 0.4s ease;
    display: block;
    padding: 5px 10px;
}

.blog-box:hover a {
    background: #D49943;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff
}
.main-blog .blog-box{
    margin-bottom: 30px
}

/*================================================
13 - Footer css
==================================================*/
.footer-area {
    background: #071026;
    padding-top: 50px
}

.footer-box {
    margin-bottom: 50px
}

.footer-logo {
    margin-bottom: 25px
}


.footer-box h4 {
    color: #fff;
    margin-bottom: 37px;
    display: inline-block;
    border-bottom: 1px dotted #fff
}

.footer-box p {
    color: #fff;
    line-height: 30px;
    font-size: 15px
}

.footer-text a {
    color: #fff;
    line-height: 30px;
    transition: all 0.4s ease;
    font-size: 15px
}

.footer-text a:hover {
    padding-left: 2px;
    color: #D49943
}

.footer-text i {
    margin-right: 10px;
    font-size: 16px;
}

.footer-social ul li {
    display: inline-block
}

.footer-social {
    margin-top: 25px
}

.footer-social a {
    margin-right: 15px;
    color: #fff;
    font-size: 20px;
    transition: all 0.4s ease
}

.footer-social a:hover {
    color: #D49943
}

.copy-right {
    text-align: center;
    border-top: 1px solid #454545;
    padding: 10px 0
}

.copy-right p {
    color: #D49943;
    font-size: 15px
}

/*================================================
14 - Breadcrumb css
==================================================*/
.breadcrumb-area {
    text-align: center;
    border-bottom: 2px solid #ededed;
    background: rgba(212, 153, 67, 0.44)
}

.breadcrumb-area ul li {
    display: inline-block
}

.breadcrumb-area a {
    color: #111;
    font-size: 16px;
    transition: all 0.4s ease
}

.breadcrumb-area a:hover {
    color: #D49943
}

.breadcrumb-area p {
    font-size: 16px;
}

.breadcrumb-area p i {
    margin: 0 5px
}

/*================================================
15 - About css
==================================================*/
.about-top{
    padding-bottom: 120px
}
.about-text p {
    color: #071026;
}

.about-img {
    position: relative;
}

.about-img::before {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    content: "";
    background: #D49943;
    z-index: -9;
    border-radius: 10px
}

.about-img img {
    width: 100%
}


/*================================================
16 - Practise Details css
==================================================*/

.practise-details-img img {
    width: 100%;
}

.practise-details-box {
    margin-top: 50px
}

.practise-details-box h4 {
    display: inline-block;
    border-bottom: 1px dotted #D49943;
    margin-bottom: 15px
}


/*================================================
17 - clients Details css
==================================================*/
.clients-area .section-heading {
    margin-bottom: 30px
}

.clients-box {
    text-align: center;
    padding-top: 20px;
    border-bottom: 2px solid #D49943
}

.clients-box h4 {
    margin: 15px 0
}

.clients-box p {
    text-align: justify;
    padding-bottom: 15px
}

/*================================================
18 - Contact css
==================================================*/

.contact-map iframe {
    width: 100%;
    height: 320px
}

.contact-box {
    margin-top: 50px
}

.single-contact-box {
    text-align: center;
    padding: 15px 0;
}

.single-contact-box i {
    font-size: 20px;
    margin-bottom: 20px;
    background: #D49943;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    color: #fff
}

.appoinment-area .section-heading {
    margin-bottom: 30px
}

.appoinment-box {
    margin-top: 20px;
    padding: 0 200px
}

.appoinment-box input,
.appoinment-box textarea {
    width: 100%;
    border: 2px solid rgba(212, 153, 67, 0.28);
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    padding: 5px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    height: 50px
}

.appoinment-box textarea {
    height: 200px;
}

.contact-btn {
    text-align: center
}

.contact-btn button {
    background: #D49943;
    color: #fff;
    border: none;
    padding: 10px 34px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 18px;
}

/*================================================
19 - Gallery css
==================================================*/
.gallery-area{
    padding-top: 70px
}
.gallery-box {
    margin-top: 30px;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-box:hover img {
    transform: scale(1.3);
}

.gallery-box img {
    width: 100%;
    transition: all 0.4s ease
}

/*================================================
20 - Blog Details css
==================================================*/

.blog-side-heading h4 {
    margin: 20px 0 0
}

.blog-item img {
    width: 100%;
    margin-bottom: 30px
}

.blog-meta {
    margin-bottom: 20px
}

.blog-date {
    text-align: center;
    margin-right: 10px;
}

.blog-date h5 {
    font-size: 20px;
    background: #D49943;
    height: 100%;
    width: 100%;
    color: #fff;
    border-radius: 5px;
    padding: 10px
}

.blog-content {
    margin-bottom: 20px
}

.blog-title ul li {
    display: inline-block;
    margin-right: 10px
}

.blog-title i {
    margin-right: 5px;
    color: #D49943;
    font-size: 16px
}

.blog-title a {
    color: #333;
    font-size: 16px
}

.blog-description ul li {
    margin-bottom: 5px
}

.blog-description i {
    color: #D49943;
    margin-right: 10px;
    font-size: 18px
}

.blog-share ul li {
    display: inline-block;
    margin-right: 15px;
}

.blog-share a {
    color: #D49943;
    font-size: 22px
}

.blog-comments-box {
    border: 1px solid #e6e6e6;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0
}

.blog-comments-box-img {
    text-align: center
}

.blog-comments-box-img img {
    border-radius: 50%;

}


.comments-reply {
    text-align: right
}

.comments-reply i {
    color: #D49943;
    margin-right: 5px
}

.comments-reply a {
    color: #D49943
}
.leave-comments li{
    margin-top: 30px
}
.leave-comments input{
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 5px 15px;
    height: 45px
}
.leave-comments textarea {
    height: 200px;
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 5px 15px;
}
.comments-btn{
    margin-top: 25px
}
.comments-btn button {
    background: #D49943;
    color: #fff;
    border: none;
    padding: 10px 34px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 18px;
}


.blog-search-box input {
    width: 100%;
    border: 2px solid rgba(212, 153, 67, 0.28);
    padding: 5px 15px;
    height: 50px
}

.blog-side-news-box {
    border: 1px solid #e6e6e6;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 5px
}

.blog-side-news-box h5 {
    transition: all 0.4s ease;
    margin-bottom: 10px;
    font-size: 20px
}

.blog-side-news-box:hover h5 {
    color: #D49943
}

.blog-side-news-box p {
    margin: 0
}

.blog-side-news-box i {
    margin-right: 5px;
    color: #D49943
}

.blog-side-news a {
    color: #071026;
}

.blog-last-comments ul li {
    margin: 10px 0
}

.blog-last-comments ul li a {
    color: #D49943;
    margin-right: 3px;
    transition: all 0.4s ease
}

.blog-last-comments ul li a:hover {
    color: #111;
}

.blog-side-category a {
    color: #000;
    transition: all 0.4s ease
}

.blog-side-category a:hover {
    color: #D49943
}

.blog-side-category ul li {
    margin: 10px 0
}

.blog-side-category i {
    margin-right: 8px;
    color: #D49943;
}

.blog-side-tags ul li {
    display: inline-block;
    margin-right: 5px
}

.blog-side-tags a {
    color: #D49943;
    padding: 10px;
    display: block;
    transition: all 0.4s ease;
    margin: 5px 0;
    border: 1px solid #D49943;
}

.blog-side-tags a:hover {
    color: #fff;
    background: #D49943
}

.blog-side-gallery ul li {
    display: inline-block;
    margin-top: 4px
}

/*================================================
21 - Error css
==================================================*/
.error-page{
    padding-top: 70px
}
.error-area {
    text-align: center
}

.error-area h2 {
    font-size: 125px;
    letter-spacing: 25px
}

.error-area p {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 500;
}
