

/* ======= Basic and Typography style ======= */
@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../fonts/Butler_Bold.otf') format('woff2'),
         url('../fonts/AvenirLTProRoman.otf') format('woff'),
         url('../fonts/AvenirLTProLight.otf') format('woff');
    font-style: normal;
}

html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}
body {
    /* font-family: "Poppins", sans-serif; */
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #817f7c;
    overflow-x: hidden !important;
    background: #F1F1F1;
}
p {
   
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75em;
    color: #817f7c;
    margin-bottom: 20px;
    font-family: 'AvenirLTPro', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    
    font-weight: 500;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    color: #2E2E2E;
} 
h1 {
    font-size: 70px;
}
h2 {
    font-size: 45px;
}
h3 {
    font-size: 40px;
}
h4 {
    font-size: 27px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 18px;
}
img {
    width: 100%;
    height: auto;
}
img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #f4f4f4;
}
span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
b {
    font-weight: 400;
    color: #2E2E2E;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
}
/* text field */
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="phone"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    height: auto;
    background-color: #F1F1F1;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #2E2E2E;
    background-image: none;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid rgba(145, 118, 90, 0.2);
    border-radius: 6px;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: transparent;
    border: 0px solid transparent;
    outline: none;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    border: 0px solid transparent;
    outline: none;
}
input[type="password"]:active, 
input[type="email"]:active, 
input[type="text"]:active, 
input[type="file"]:active,
input[type="password"]:focus, 
input[type="email"]:focus, 
input[type="text"]:focus, 
input[type="file"]:focus,
textarea:active,
textarea:focus {
    border: 1px solid  #2E2E2E;
    background: #fff;
    outline: none;
}
select {
    padding: 10px;
    border-radius: 6px;
}
table,
th,
tr,
td {
    border: 1px solid #f8f5f0;
}
th,
tr,
td {
    padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
input[type="submit"] {
    font-weight: 400;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
    background: #2E2E2E;
    color: #F1F1F1;
    padding: 8px 24px;
    margin: 0;
    position: relative;
    font-size: 18px;
    letter-spacing: 2px;
}
.alert-success {
    background: transparent;
    color: #F1F1F1;
    border: 1px solid #456365;
    border-radius: 0px;
}
/* placeholder */
::-webkit-input-placeholder {
    color: #817f7c;
    font-size: 18px;
    font-weight: 400;
}
:-moz-placeholder {
    color: #817f7c;
}
::-moz-placeholder {
    color: #817f7c;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #817f7c;
}
/* blockquote */
blockquote {
    padding: 45px;
    display: block;
    position: relative;
    background-color:  #456365;
    overflow: hidden;
    margin: 35px 0;
    color: #F1F1F1;
   font-family: 'AvenirLTPro', sans-serif;
    /* font-style: italic; */
    border-radius: 6px;
}
/* blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    color: inherit;
    width: 100%;
    position: relative;
    z-index: 3;
} */
/* blockquote:before {
    content: '\e645';
    font-family: 'Themify';
    position: absolute;
    right: 80px;
    bottom: 40px;
    font-size: 110px;
    opacity: 0.1;
    line-height: 1;
    color: #456365;
    font-style: normal;
} */
blockquote p {
    margin-bottom: 0;
    font-size: 18px;
}
blockquote p a {
    color: inherit;
}
blockquote cite {
    display: inline-block;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    position: relative;
    padding-left: 60px;
    border-color: inherit;
    line-height: 1;
    margin-top: 22px;
    font-style: normal;
    color: #F1F1F1;
    font-weight: 400;
}
blockquote cite:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 45px;
    height: 1px;
    border-top: 1px solid;
    border-color: inherit;
    color: #F1F1F1;
}


/* ======= Helper style ======= */
.mt-0 {
    margin-top: 0 !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 20px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
/* important */
.o-hidden {
    overflow: hidden;
}
.position-re {
    position: relative;
}
.full-width {
    width: 100%;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-fixed {
    background-attachment: fixed;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 400;
}
.count {
    font-family: "Jost", sans-serif;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
}
.js .animate-box {
    opacity: 0;
}
:root {
    scroll-behavior: auto;
}
/* background & color */
.bg-darkbrown {
    background:   #c3d8da;
}
.bg-lightbrown {
    background: #f7f6f4;
}
.bg-lightbrown1 {
    background: #2E2E2E;
}
.bg-white {
    background: #F1F1F1;
}
/* star - white  */
.star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #F1F1F1;
    border-left: 0.3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 8px;
}
.star:before,
.star:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #F1F1F1;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}
.star:after {
    transform: rotate(35deg);
}
/* star rating  */
.star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #ffd27d;
    border-left: 0.3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 8px;
}
.star-rating:before,
.star-rating:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #ffd27d;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}
.star-rating:after {
    transform: rotate(35deg);
}
/* call-center */
.call-center {
    display: flex;
    align-items: center;
}
.call-center .icon {
    position: relative;
    top: 2px;
    background: #456365;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 100%;
    font-size: 21px;
}
.call-center .icon i {
    color: #F1F1F1;
}
.call-center .icon span {
    font-size: 45px;
    color: #456365;
    line-height: 50px;
}
.call-center .text {
    margin-left: 15px;
}
.call-center .text p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #456365;
    font-family: 'Playfair Display', serif;
    /* font-style: italic; */
}
.call-center .text p small {
    color: #F1F1F1;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
}
.call-center .text a {
    color: #F1F1F1;
    font-size: 27px;
    font-weight: 500;
}
.call .section-title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 500;
    color: #2E2E2E;
    margin-bottom: 20px;
}

/* ======= Selection style ======= */
::-webkit-selection {
    color: #F1F1F1;
    background: #2E2E2E;
}
::-moz-selection {
    color: #F1F1F1;
    background: #2E2E2E;
}
::selection {
    color: #F1F1F1;
    background: #2E2E2E;
}

.container {
    padding-right: 45px;
    padding-left: 45px;
}

/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #F1F1F1;
    z-index: 999999;
}
#preloader {
    display: table;
    table-layout: fixed;
}
#preloader-status {
    display: table-cell;
    vertical-align: middle;
}
.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.loader {
    position: relative;
    width: 70px;
    height: 70px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 1px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 1px solid #f5eee4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.loader span {
    position: absolute;
    width: 70px;
    height: 70px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 1px solid #456365;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* ======= Owl-Theme custom style ======= */
/* owl-dots */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    line-height: 1.5;
    display: block;
    outline: none;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    margin-bottom: 0;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #F1F1F1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #F1F1F1;
    border: 1px solid #F1F1F1;
}
.owl-theme .owl-dots .owl-dot:hover span {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
/* owl-nav */
.owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
}
.owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* owl-prev owl-next */
.owl-theme .owl-prev,
.owl-theme .owl-prev {
    left: 10px !important
}
.owl-theme .owl-next {
    right: 10px !important
}
.owl-theme .owl-prev,
.owl-theme .owl-next {
    color: #F1F1F1;
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    line-height: 0;
    text-align: center;
    font-size: 17px
}
.owl-theme .owl-prev > span,
.owl-theme .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 45px;
    background: transparent;
    border-radius: 100%;
    color: #456365;
    font-size: 10px;
    margin-right: 60px;
    margin-left: 60px;
    cursor: pointer;
    border: 1px solid #456365;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #2E2E2E;
    color: #2E2E2E;
}
@media screen and (max-width: 768px) {
    .owl-theme .owl-nav {
        display: none;
    }
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}


/* ======= Section style ======= */
.section-padding {
    padding: 30px 0;
}
.section-padding h6 {
    color: #2E2E2E;
}
.section-subtitle {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    margin-bottom: 10px;
    color: #2E2E2E;
    font-size: 20px;
    display: flex;
    display: inline-flex;
    align-items: center;
    /* font-style: italic; */
}
.section-subtitle.text-white {
    color: #253333 !important;
     font-family: 'AvenirLTPro', sans-serif;
    font-weight: 500;
}
.section-subtitle .icon {
    background-color: #86A4A6;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #F1F1F1;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.section-subtitle .icon i {
    align-items: center;
    justify-content: center;
    color: #F1F1F1;
}
.section-title {
    font-family: 'AvenirLTPro', sans-serif;
    font-size: 34px;
    line-height: 1.2em;
    font-weight: 500;
    color: #253333;
    margin-bottom: 0px;
}
.section-title1 {
    font-family: 'AvenirLTPro', sans-serif;
    font-size: 45px;
    line-height: 1.2em;
    font-weight: 500;
    color: #F1F1F1;
    margin-bottom: 20px;
}
.section-title span {
    color: #456365!important;
    /* font-style: italic; */
    font-weight: 700;
}
.section-title.white {
    color: #456365;
    font-family: 'AvenirLTPro', sans-serif;
    /* font-weight: 600; */
    font-size: 34px;
}
/* section-info */
.section-info {
    position: relative;
    display: contents;
}
.section-info .icons {
    margin-right: 10px;
    padding: 0 20px;
    border-radius: 30px;
    background-color: #456365;
    color: #F1F1F1;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block!important;
    vertical-align: middle!important;
    letter-spacing: 1px;
}
.section-info .tag {
    margin-right: 10px;
    padding: 3px 20px;
    border-radius: 30px;
    background-color: #86A4A6;
    color: #F1F1F1;
    font-size: 18px;
    font-weight: 400;
    display: inline-block!important;
    vertical-align: middle!important;
}
.section-info .desc {
    margin: 0;
    color: #2E2E2E;
    display: inline-block;
    vertical-align: middle;
    display: inherit;
    font-weight: 400;
    /* font-family: 'Playfair Display', serif;
    font-style: italic; */
}
.section-info .text-decoration-line-bottom {
    border-bottom: 1px solid #86A4A6;
    line-height: 1.5em;
      font-family: 'AvenirLTPro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #2E2E2E;
}
@media screen and (max-width: 991px) {
    .section-title {
        font-size: 40px;
    }
    .section-info {
        display: block;
        }
}



/* ======= Sidebar Section style  ======= */
#lawdit-page {
    width: 100%;
    overflow: hidden;
    position: relative;
}
#lawdit-aside {
    padding: 60px 22px 60px 22px;
    width: 20.9%;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    overflow-x: hidden;
    z-index: 1001;
    background: #;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    scrollbar-width: none;
    border: none;
    border-right: 1px solid rgba(145, 118, 90, 0.1);
}
@media screen and (max-width: 1200px) {
    #lawdit-aside {
        width: 30%;
    }
    .exact-left h1 {
    font-size: 30px !important;
}
}
@media screen and (max-width: 992px) {
    #lawdit-aside {
        width: 270px;
        -moz-transform: translateX(-270px);
        -webkit-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        -o-transform: translateX(-270px);
        transform: translateX(-270px);
        padding: 60px 15px 0 15px;
    }
}
/* logo */
#lawdit-aside .lawdit-logo {
    text-align: center;
    margin-bottom: 45px;
    display: block;
}
#lawdit-aside .lawdit-logo h2 {
    font-size: 20px;
    /* font-weight: 700; */
    display: block;
    width: 100%;
    position: relative;
    color: #86A4A6;
    /* font-style: italic; */
    margin-bottom: 0;
        font-family: 'AvenirLTPro', sans-serif;
}


#lawdit-aside .lawdit-logo span {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    color: #817f7c;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 6px;
    line-height: 12px;
    font-style: normal;
}
#lawdit-aside .lawdit-logo .logo-img {
    width: 65px;
    margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
    #lawdit-aside .lawdit-logo {
        margin-bottom: 60px;
    }
}
#lawdit-aside .lawdit-logo a {
    display: inline-block;
    text-align: center;
    color: #456365;
}
#lawdit-aside .lawdit-logo a span {
    display: block;
    margin-top: 0px;
    color: #456365;
}
/* Menu */
#lawdit-aside .lawdit-main-menu,
#lawdit-aside .lawdit-main-menu ul,
#lawdit-aside .lawdit-main-menu ul li,
#lawdit-aside .lawdit-main-menu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
     font-family: 'AvenirLTPro', sans-serif;
}
#lawdit-aside .lawdit-main-menu {
    margin-bottom: 60px;
}
#lawdit-aside .lawdit-main-menu i {
    padding-left: 0px;
    font-size: 9px;
    color: #2E2E2E;
}
#lawdit-aside .lawdit-main-menu .active i {
    color: #456365;
}
@media screen and (max-width: 768px) {
    #lawdit-aside .lawdit-main-menu {
        margin-bottom: 30px;
    }
}
#lawdit-aside .lawdit-main-menu ul ul {
    display: none;
}
#lawdit-aside .lawdit-main-menu ul ul li:last-of-type {
    padding-bottom: 11px;
}
#lawdit-aside .lawdit-main-menu > ul > li > a {
    font-family: 'AvenirLTPro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25em;
    color: #2E2E2E;
    margin: 11px 0 0 0;
    padding: 0 0 11px 0;
    list-style: none;
}
#lawdit-aside .lawdit-main-menu > ul > li > a:hover,
#lawdit-aside .lawdit-main-menu > ul > li.active > a,
#lawdit-aside .lawdit-main-menu > ul > li.open > a {
    color: #456365;
}
#lawdit-aside .lawdit-main-menu > ul > li.open > a {
    font-weight: 400;
    line-height: 1.25em;
    color: #456365;
    margin: 11px 0 0 0;
    padding: 0 0 11px 0;
    list-style: none;
    border-bottom: none;
}
#lawdit-aside .lawdit-main-menu > ul > li:last-child > a,
#lawdit-aside .lawdit-main-menu > ul > li.last > a {}
#lawdit-aside .lawdit-main-menu > ul > li > a:hover > span::after,
#lawdit-aside .lawdit-main-menu > ul > li.active > a > span::after,
#lawdit-aside .lawdit-main-menu > ul > li.open > a > span::after {
    border-color: rgba(255,255,255,0.05);
}
#lawdit-aside .lawdit-main-menu ul ul li a {
    padding: 8px 0 8px 15px;
    list-style: none;
    color: #3a3938;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25em;
    cursor: pointer;
}
#lawdit-aside .lawdit-main-menu ul ul li:hover > a,
/*#lawdit-aside .lawdit-main-menu ul ul li.open > a,*/
#lawdit-aside .lawdit-main-menu ul ul li.active > a,
#lawdit-aside .lawdit-main-menu ul ul li > a.active {
    color: #456365;
}
#lawdit-aside .lawdit-main-menu ul ul ul li a {
    margin-left: 15px;
}
#lawdit-aside .lawdit-main-menu > ul > li > ul > li:last-child > a,
#lawdit-aside .lawdit-main-menu > ul > li > ul > li.last > a {
    padding-bottom: 8px;
}
#lawdit-aside .lawdit-main-menu > ul > li > ul > li.open:last-child > a,
#lawdit-aside .lawdit-main-menu > ul > li > ul > li.last.open > a {}
#lawdit-aside .lawdit-main-menu > ul > li > ul > li.open:last-child > ul > li:last-child > a {}
#lawdit-aside .lawdit-main-menu ul ul li.active > a::after,
#lawdit-aside .lawdit-main-menu ul ul li.open > a::after,
#lawdit-aside .lawdit-main-menu ul ul li > a:hover::after {}
#lawdit-aside .lawdit-main-menu ul li a em, #lawdit-aside .lawdit-main-menu ul ul li a em {
    font-size: 10px;
    background-color: #456365;
    padding: 1px 6px;
    color: #F1F1F1;
    border-radius: 0px;
    position: absolute;
    margin-left: 10px;

    top: 7px;
    font-style: normal;
}
/* footer */
#lawdit-aside .lawdit-footer {
    position: relative;
}
#lawdit-aside .lawdit-footer .phone {
    font-size: 14px;
    font-weight: 400;
    color: #2E2E2E;
    text-align: left;
    display: inline-block;
    margin-bottom: 15px;
}
#lawdit-aside .lawdit-footer .phone i {
    height: 35px;
    width: 35px;
    line-height: 35px;
    background:  #456365;
    font-size: 15px;
    font-weight: 300;
    color: #F1F1F1;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
}
/* important offcanvas for menu */
body.offcanvason {
    overflow-x: hidden;
}
body.offcanvason #lawdit-aside {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 270px;
    z-index: 999;
    position: fixed;
}
body.offcanvason #lawdit-main,
body.offcanvason .lawdit-nav-toggle {
    top: 0;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
}


/* ======= Content style  ======= */
#lawdit-main {
    width: 79.2%;
    float: right;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media screen and (max-width: 1200px) {
    #lawdit-main {
        width: 70%;
    }
}
@media screen and (max-width: 768px) {
    #lawdit-main {
        width: 100%;
    }
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}


/* ======= Navigation style ======= */
#lawdit-main-menu {
    margin-bottom: 90px;
}
.lawdit-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}
.lawdit-nav-toggle.active i::before,
.lawdit-nav-toggle.active i::after {
    background: #F1F1F1;
}
.lawdit-nav-toggle.dark.active i::before,
.lawdit-nav-toggle.dark.active i::after {
    background: #181818;
}
.lawdit-nav-toggle:hover,
.lawdit-nav-toggle:focus,
.lawdit-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}
.lawdit-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    width: 20px;
    height: 1px;
    color: #F1F1F1;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #F1F1F1;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    top: -5px;
}
.lawdit-nav-toggle i::before,
.lawdit-nav-toggle i::after {
    content: '';
    width: 20px;
    height: 1px;
    background: #F1F1F1;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.lawdit-nav-toggle.dark i {
    position: relative;
    color: #181818;
    background: #181818;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.lawdit-nav-toggle.dark i::before,
.lawdit-nav-toggle.dark i::after {
    background: #181818;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.lawdit-nav-toggle i::before {
    top: -7px;
}
.lawdit-nav-toggle i::after {
    bottom: -7px;
}
.lawdit-nav-toggle:hover i::before {
    top: -10px;
}
.lawdit-nav-toggle:hover i::after {
    bottom: -10px;
}
.lawdit-nav-toggle.active i {
    background: transparent;
}
.lawdit-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.lawdit-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
.lawdit-nav-toggle {
    position: ;
    left: 0px;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    visibility: hidden;
    padding: 10px 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #456365;
    margin: 15px 30px;
    border-radius: 50%;
}
@media screen and (max-width: 992px) {
    #lawdit-main-menu {
        margin-bottom: 60px;
    }
    .lawdit-nav-toggle {
        opacity: 1;
        visibility: visible;
    }
    #lawdit-main {
        width: 100%;
    }
}


/* ======= Header style ======= */
.header {
    min-height: 100vh;
    overflow: hidden;
}
.header[data-overlay-dark] h6,
.header h6 {
    font-weight: 400;
    margin-bottom: 10px;
    color: #F1F1F1;
    font-size: 21px;
    display: flex;
    display: inline-flex;
    align-items: center;
    /* font-style: italic; */
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.header[data-overlay-dark] h6 .icon,
.header h6 .icon {
    background-color: #456365;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #F1F1F1;
    font-size: 21px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.header h5 {
    font-weight: 400;
    margin-bottom: 10px;
    color: #F1F1F1;
    font-size: 20px;
    display: flex;
    display: inline-flex;
    align-items: center;
    /* font-style: italic; */
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.header h5 .icon {
    background-color: #456365;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #F1F1F1;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.header h5 .icon i {
    align-items: center;
    justify-content: center;
    color: #F1F1F1;
}
.header h3 {
    position: relative;
    font-size: 70px;
    font-weight: 500;
    color: #F1F1F1;
    line-height: 1.2em;
    margin-bottom: 30px;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.header h3 span {
    color: #456365;
    /* font-style: italic; */
    font-weight: 700;
}
.header h2 {
    position: relative;
    font-size: 40px;
    color: #F1F1F1;
    letter-spacing: 1px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.header h2 span {
    color: #456365;
}
.header h1 {
    position: relative;
    font-size: 48px;
    color: #F1F1F1;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.header h1 span {
    /* font-style: italic; */
    color: #456365;
}
.header p {
    font-size: 18px;
    margin-bottom: 0;
    color: #F1F1F1;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.header p a {
    color: #456365;
}
.header .button-1 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.header .button-2 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.header .button-3 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.header .button-4 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

@media screen and (max-width: 991px) {
    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }
    .header h3 {
        font-size: 40px;
    }
    
    
}

/* ======= Slider-fade style (Homepage Slider) ======= */
.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: top;
    z-index: 9;
}
/* owl-nav next and prev */
.slider-fade .owl-theme .owl-nav {
    position: absolute;
    bottom: 7%;
    right: 12%;
}
.slider-fade .owl-theme .owl-prev {
    float: left;
}
.slider-fade .owl-theme .owl-next {
    float: right;
}
.slider-fade .owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    border-radius: 100%;
    color: #F1F1F1;
    font-size: 12px;
    margin-right: 30px;
    margin-left: 30px;
    cursor: pointer;
    border: 1px solid #456365;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.slider-fade .owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #456365;
    color: #456365;
}
@media screen and (max-width: 768px) {
    .slider-fade .owl-nav {
        display: none;
    }
}
/* owl-dots for slider and slider-fade */
.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 6vh;
    width: 100%;
}
.slider-fade .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    line-height: .7;
    display: block;
}
.slider-fade .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.slider-fade .owl-theme .owl-dots .owl-dot.active span,
.slider-fade .owl-theme .owl-dots .owl-dot:hover span {
    background: #456365;
    border: 1px solid #456365;
}
.slider .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 12%;
    text-align: left;
}


/* ======= Slider style (Inner Page Slider) ======= */
.slider .owl-item {
    height: 100vh;
    position: relative;
}
.slider .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider .item .caption {
    z-index: 9;
}
.slider .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 3%;
    right: 12%;
    text-align: right;
}
.slider .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #456365;
    border: 1px solid #456365;
}
/* bounce */
.header .arrow {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 8;
}
.header .arrow.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.header .arrow i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #F1F1F1;
    font-size: 18px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 100%;
}
.header .arrow i:hover {
    border: 1px solid #456365;
    color: #456365;
}
.header .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}


/* ======= Kenburns Slider style ======= */
.kenburns-section {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.kenburns-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    background: #000;
}
.kenburns-inner {
    position: relative;
    z-index: 15;
}
.kenburns-inner[data-overlay-dark] h6,
.kenburns-inner h6 {
    font-weight: 400;
    margin-bottom: 10px;
    color: #F1F1F1;
    font-size: 21px;
    display: flex;
    display: inline-flex;
    align-items: center;
    /* font-style: italic; */
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.kenburns-inner[data-overlay-dark] h6 .icon,
.kenburns-inner h6 .icon {
    background-color: #456365;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #F1F1F1;
    font-size: 21px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.kenburns-inner h5 {
    font-weight: 400;
    margin-bottom: 10px;
    color: #F1F1F1;
    font-size: 20px;
    display: flex;
    display: inline-flex;
    align-items: center;
    /* font-style: italic; */
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.kenburns-inner h5 .icon {
    background-color: #456365;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #F1F1F1;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.kenburns-inner h5 .icon i {
    align-items: center;
    justify-content: center;
    color: #F1F1F1;
}
.kenburns-inner h3 {
    position: relative;
    font-size: 70px;
    font-weight: 500;
    color: #F1F1F1;
    line-height: 1.2em;
    margin-bottom: 30px;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.kenburns-inner h3 span {
    color: #456365;
    /* font-style: italic; */
    font-weight: 700;
}
.kenburns-inner h2 {
    position: relative;
    font-size: 40px;
    color: #F1F1F1;
    letter-spacing: 1px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.kenburns-inner h2 span {
    color: #456365;
}
.kenburns-inner h1 {
    position: relative;
    font-size: 48px;
    color: #F1F1F1;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.kenburns-inner h1 span {
    /* font-style: italic; */
    color: #456365;
}
.kenburns-inner p {
    font-size: 18px;
    margin-bottom: 0;
    color: #F1F1F1;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.kenburns-inner p a {
    color: #456365;
}
#kenburnsSliderContainer .vegas-overlay {
    outline: none;
}
@media screen and (max-width: 767px) {
    .kenburns-inner h3 {
        font-size: 40px;
    }
}


/* ======= Page Banner Header style ======= */
.banner-header {
    height: 200px;
    background-position: center;
}
.banner-header.full-height {
    height: 50vh;
}
.banner-header[data-overlay-dark] h6,
.banner-header h6 {
    font-weight: 400;
    margin-bottom: 10px;
    color: #F1F1F1;
    font-size: 21px;
    display: flex;
    display: inline-flex;
    align-items: center;
    /* font-style: italic; */
}
.banner-header[data-overlay-dark] h6 .icon,
.banner-header h6 .icon {
    background-color: #456365;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #F1F1F1;
    font-size: 21px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.banner-header h1 {
    position: relative;
    font-size: 48px;
    color: #F1F1F1;
    font-family: 'AvenirLTPro', sans-serif;
}
.banner-header h1 span {
    /* font-style: italic; */
    color: #456365;
}
.banner-header h2 {
    position: relative;
    font-size: 40px;
    color: #F1F1F1;
    letter-spacing: 1px;
}
.banner-header h2 span {
    color: #456365;
}
.banner-header h3 {
    position: relative;
    font-size: 70px;
    font-weight: 500;
    color: #F1F1F1;
    line-height: 1.2em;
    margin-bottom: 30px;
}
.banner-header h3 span {
    color: #456365;
    /* font-style: italic; */
    font-weight: 700;
}
.banner-header h5 {
    font-weight: 400;
    margin-bottom: 10px;
    color: #F1F1F1;
    font-size: 20px;
    display: flex;
    display: inline-flex;
    align-items: center;
    /* font-style: italic; */
}
.banner-header h5 .icon {
    background-color: #456365;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #F1F1F1;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.banner-header h5 .icon i {
    align-items: center;
    justify-content: center;
    color: #F1F1F1;
}
.banner-header p {
    font-size: 18px;
    margin-bottom: 0;
    color: #F1F1F1;
}
.banner-header p a {
    color: #456365;
}
/* author & date */
.banner-header .author .avatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}
.banner-header .post {
    margin-top: 20px;
}
.banner-header .post div {
    display: inline-block;
}
.banner-header .post .author {
    margin-right: 20px;
    font-size: 18px;
}
.banner-header .post .date-comment {
    position: relative;
    font-size: 18px;
    color: #F1F1F1;
    margin-right: 20px
}
.banner-header .post .date-comment i {
    color: #F1F1F1;
    font-size: 18px;
    margin-right: 5px;
}
.banner-header .post .date-comment:last-of-type {
    margin-right: 0px;
}
@media screen and (max-width: 767px) {
    .banner-header {}
    .banner-header h5 {}
    .banner-header h1 {
        font-size: 40px;
        letter-spacing: 0;
    }
    .banner-header h1 span {
        font-size: 40px;
    }
    .banner-header h3 {
        font-size: 40px;
    }
    .banner-header h3 span {
        font-size: 40px;
    }
}


/* =======  About style  ======= */
.about p{
    color: #2E2E2E;
     font-family: 'AvenirLTPro', sans-serif;
}
.about {
    position: relative;
}
.about .item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.about .item img {
    position: relative;
    border-radius: 6px;

}
/* .about img {
    
    margin-bottom: 0;
    height: 450px;
    
    

} */
.about .left {
    margin: 0 60px 0 40px;   }

.about .left img.img {
    width: 100%;    
    /* box-shadow: 0 0 5px; */
    /* border-radius: 6px; */
    display: block;
}

.para{
    margin-top: 10px;
}

.about-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
}
.image.about-signature {
    margin-right: 20px;
    width: 70px;
}
.about-name {
    font-size: 18px;
    color: #456365;
    font-family: "Jost", sans-serif;
}
.about-rol {
    color: #817f7c;
    font-size: 18px;
}
/* year box */
.about .year-box {
    position: absolute;
    padding: 15px 15px 25px 15px;
    width: 160px;
    border-radius: 6px;
    bottom: 30px;
    left: 30px;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.08);
    box-shadow: 0 0 30px rgba(0,0,0,.08);
    -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
    transition: all 350ms cubic-bezier(.37,0,.63,1);
    background: #F1F1F1;
    text-align: center;
    overflow: hidden!important;
    z-index: 1;
}
.about .year-box .number {
    position: relative;
    font-size: 50px;
    line-height: 90px;
    font-weight: 700;
    color: #F1F1F1;
    z-index: 1;
    display: block;
    letter-spacing: -1px;
}
.about .year-box .txt {
    /* font-family: 'Playfair Display', serif; */
    color: #2E2E2E;
    font-size: 18px;
    line-height: 1.25em;
    font-weight: 400;
    /* font-style: italic; */
}
.about .year-box .number-bg {
    top: -42px;
    left: 2px;
    height: 140px;
    width: 154px;
    border-radius: 100%;
    background-color: #456365;
    z-index: 0;
    position: absolute;
}
.about .year-box.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.about .year-box.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}


/* ======= Team style ======= */
.team {
    position: relative;
}
.team .item {
    position: relative;
    text-align: center;
}
.team .item:hover .img::after {
    opacity: 1;
}
.team .item:hover .img .social-icons {
    opacity: 1;
    bottom: 15px;
}
.team .item .img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    border-radius: 5px;
}
.team .item .img img {
    width: 100%;
    margin: 0;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    background-size: cover;
    border-radius: 6px;
}
.team .item:hover .img {
    transform: scale(0.98);
}
.team .item .img::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.team .item .img .social-icons {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 1px 20px;
    border-radius: 50px;
    background-color: #456365;
    white-space: nowrap;
    opacity: 0;
    z-index: 20;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.team .item .img .social-icons a {
    font-size: 15px;
    margin: 15px 5px;
    line-height: 1;
    color: #F1F1F1;
}
.team .item .img .social-icons a:hover {
    color: #F1F1F1;
    opacity: 1;
}
.team .item .info {
    padding: 30px 15px;
}
.team .item .info h5 {
    font-size: 21px;
    color: #2E2E2E;
    margin-bottom: 5px;
}
.team .item .info p {
    font-size: 18px;
    color: #817f7c;
    margin-bottom: 0px;
}


/* ======= Team Details style ======= */
.team-details {
    position: relative;
    margin-bottom: 45px;
}
.team-details h5 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: #2E2E2E;
    font-size: 30px;
}
.team-details img {
    border-radius: 6px 6px 0 0;
}
.team-details .wrap {
    flex-wrap: wrap;
    background: #f7f6f4;
    padding: 40px;
    border-radius: 0 0 6px 6px;
}
.team-details .wrap h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: #2E2E2E;
    font-size: 30px;
    text-align: center;
    margin-bottom: 5px;
}
.team-details .wrap h5 {
    font-weight: 400;
    color: #456365;
    font-size: 18px;
    /* font-style: italic; */
    text-align: center;
    margin-bottom: 30px;
}
.team-details .wrap .cont {
    width: 100%;
    background-color: #f7f6f4;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e5dbd2;
}
.team-details .wrap .cont .coll {
    width: auto;
    max-width: auto;
}
.team-details .wrap .cont .coll h6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
    white-space: normal;
    margin: 0;
    color: #2E2E2E;
}
.team-details .wrap .cont .coll p {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
    white-space: normal;
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    transition: color .3s;
    color: #817f7c;
}
.team-details .wrap .social-icon {
    text-align: center;
    margin-bottom: 0px;
}
.team-details .wrap .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #F1F1F1;
    border-radius: 100%;
    margin-right: 2px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: #456365;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.team-details .wrap .social-icon a:hover {
    background: #456365;
    color: #F1F1F1;
        -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}
.team-details .wrap .desc {
    padding: 43px 40px;
}
.team-details .wrap .desc .section-title {
    font-family: 'Playfair Display', serif;
    font-size: 27px;
    line-height: 1.2em;
    font-weight: 500;
    color: #2E2E2E;
}
.team-details .wrap .desc .section-subtitle {
    color: #456365;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.team-details .wrap .desc p {
    margin-bottom: 0;
}
/* team detail tabs */
.team-details .simpl-bord.nav-tabs {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5dbd2;
}
.team-details .simpl-bord .nav-item {
    margin-right: 50px;
}
.team-details .simpl-bord .nav-item:last-of-type {
    margin-right: 0;
}
.team-details .simpl-bord .nav-link {
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent !important;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    cursor: pointer;
    color: #2E2E2E;
    font-size: 21px;
}
.team-details .simpl-bord .nav-link.active {
    color: #456365;
}


/* ======= Practice Areas style ======= */
.practice-areas {
    position: relative;
}
.practice-areas .item {
    background: #f7f6f4;
    padding: 60px 20px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    line-height: 1;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.practice-areas .item:hover {
    background: #2E2E2E;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}

.practice-areas .item h5 {
    font-size: 21px;
    color: #2E2E2E;
    margin-bottom: 0;
}
.practice-areas .item:hover h5 {
    color: #F1F1F1;
}
.practice-areas .item span,
.practice-areas .item i {
    font-size: 70px;
    color: #456365;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}
.practice-areas .item:hover i,
.practice-areas .item:hover span {
    color: #456365;
}
.practice-areas .item p {
    margin: 0;
    color: #2E2E2E;
}
.practice-areas .item .shape {
    position: absolute;
    opacity: 0.025;
    z-index: -1;
    bottom: -55px;
    left: 80px;
}
.practice-areas .item .shape i,
.practice-areas .item .shape span {
    font-size: 160px;
    color: #2E2E2E;
}


/* ======= Case Study style ======= */
.case-study {
    position: relative;
    overflow: hidden;
}
.case-study .case-study-container {
    width: 140%;
    position: relative;
}
.case-study .item {
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
    border-radius: 6px;
}
.case-study .item .img {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-radius: 6px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.case-study .item .img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 0, transparent 100%);
    border-radius: 6px;
}

.case-study .item:hover .img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    border-radius: 5px;
}

.case-study .item .con {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}
.case-study .item .con .title {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    font-weight: 500;
    color: #F1F1F1;
}
.case-study .item .con .arrow {
    position: relative;
    display: block;
    top: 0px;
    transform: translateX(-66%);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
}
.case-study .item:hover .con .arrow {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}
.case-study .item .con .arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #456365;
    border-radius: 50%;
    font-size: 15px;
    color: #F1F1F1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.case-study .item .con .arrow a:hover {
    background-color: #F1F1F1;
    color: #2E2E2E;
}
@media screen and (max-width: 991px) {
    .case-study .case-study-container {
        width: 100%;
    }
}

/* ======= Case Study Box style ======= */
.case-study-box {
    position: relative;
    padding: 30px 0;
}
.case-study-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}
.case-study-box .item .icon {
    color: #456365;
    margin-right: 30px;
}
.case-study-box .item .icon:before {
    font-size: 50px;
    line-height: 50px;
}
.case-study-box .item h5 {
    margin-bottom: 10px;
    font-size: 21px;
}
.case-study-box .item p {
    font-size: 18px;
}


/* ======= Price style  ======= */
.price {
    position: relative;
}
.price .bg-bgimg {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    align-items: flex-end;
}
.price .item {
    padding: 50px 40px;
    background: transparent;
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.price .item.shadwo {
    background: #F1F1F1;
    -webkit-box-shadow: 0 0 45px rgba(0,0,0,.07);
    box-shadow: 0 0 45px rgba(0,0,0,.07);
    border-radius: 6px;
}
.price .item .type {
    position: relative;
    border-bottom: 1px solid #e5dbd2;
}
.price .item .type:after {
    content: '';
    width: 20px;
    height: 20px;
    border-right: 1px solid #e5dbd2;
    border-bottom: 1px solid #e5dbd2;
    background: #F1F1F1;
    position: absolute;
    bottom: -11px;
    left: calc(50% - 10px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.price .item .type h6 {
    position: relative;
    color: #2E2E2E;
    font-size: 27px;
}
.price .item .value {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.price .item .value h4 {
    font-family: "Jost", sans-serif;
    font-size: 30px;
    margin-right: 15px;
    color: #2E2E2E;
    margin-bottom: 0;
}
.price .item .value p {
    font-size: 16px;
    line-height: 16px;
    width: 120px;
    text-align: left;
    margin-bottom: 0;
}
.price .item .feat {
    margin: 45px 0 30px 0;
    text-align: left;
}
.price .item .feat ul {
    margin-bottom: 30px;
    padding: 0;
}
.price .item .feat li {
    color: #817f7c;
    margin-bottom: 10px;
}
.price .item .feat li i {
    font-size: 16px;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.price .item .feat li i.green {
    color: #456365;
}
.price .item .feat li i.red {
    color: red;
}
.price .item .button-1.w-100 {
    width: 100%;
}


/* =======  Video Background style  ======= */
.video-fullscreen-wrap {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.video-fullscreen-wrap [data-overlay-dark]:before,
.video-fullscreen-wrap [data-overlay-light]:before {
   height: 100vh;
}
.video-fullscreen-video {
    height: 100%;
}
.video-fullscreen-wrap video {
    width: 100vw;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.video-fullscreen-wrap .video-fullscreen-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: right;
}
.video-lauch-wrapper {
    border: none;
    background: none;
    width: 100%;
    padding: 0;
}
.video-fullscreen-wrap .overlay {
    /*  background-image: linear-gradient(to bottom right, #000000, #000000);*/
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;
}
.position-relative {
    position: relative !important;
}

.video-fullscreen-wrap .v-middle {
    z-index: 9;
}

/* ======= Clients style ======= */
.clients {
    position: relative;
}
.clients .owl-carousel {
    margin: 0px 0;
}
.clients .clients-logo {
    opacity: 1;
    line-height: 0;
}
.clients .clients-logo:hover {
    opacity: 1;
}
.clients .owl-theme .owl-nav.disabled + .owl-dots {
    margin: 0;
}


/* ======= Gallery style ======= */
.gallery-filter {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 0px;
    position: relative;
}
.gallery-filter li {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 500;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
    color: #2E2E2E;
}
.gallery-filter li:last-child {
    margin-right: 0;
}
.gallery-filter li.active {
    color: #456365;
    content: "";
    left: 0;
    bottom: -4px;
    border-bottom: 2px solid #456365;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.gallery-filter li:hover {
    color: #456365;
}
.gallery-item-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    -moz-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    border-radius: 6px;
}
.gallery-box {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 6px;
    isolation: isolate;
}
.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.gallery-box .gallery-img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.gallery-box:hover .gallery-img > img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.gallery-box .gallery-detail {
    position: absolute;
    opacity: 0;
    transform: translateX(-20px);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    padding: 30px 20px;
    bottom: 0;
}
.gallery-box .gallery-detail h4 {
    font-size: 24px;
    color: #F1F1F1;
    margin-bottom: 0;
}
.gallery-box .gallery-detail p {
    color: #F1F1F1;
    margin-bottom: 0;
}
.gallery-box:hover .gallery-detail {
    opacity: 1;
    transform: translateX(0px);
}
/* magnific popup custom */
.mfp-counter {
    display: none;
}
.mfp-figure button {
    border: 0px solid transparent;
}
button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}
.mfp-bg,
body.mfp-zoom-out-cur {
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
}

/* =======  Testimonials style  ======= */
.testimonials {
    position: relative;
}
.testimonials .item {
    padding: 10px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    background-color: #F1F1F1;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    text-align: justify;
}
.testimonials .item:hover {
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}
.testimonials .item .review-title .img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    float: right;
    margin-right: 15px;
}
.testimonials .item .info p {
    margin-bottom: 20px;
    line-height: 1.75em;
    font-weight: 400;
    font-size: 16px;
    color: #2E2E2E;
     font-family: 'AvenirLTPro', sans-serif;
}
.testimonials .item .review-title {
    position: relative;
    display: contents;
    align-items: center;
}
.testimonials .item .icons {
    color: #fd961e;
    font-size: 14px;
    line-height: 1em;
    display: inherit;
    margin-bottom: 0;
    letter-spacing: -2px;
}
.testimonials .item .review-title h6 {
      font-family: 'AvenirLTPro', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 5px;
}
.testimonials .item .review-title p {
    font-weight: 400;
}
@media screen and (max-width: 991px) {
    .testimonials .item .info {
        margin: 0px 0 0 0 !important;
    }
}

/* Navigation Wrapper */
.testimonial-nav {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 10px;
}

/* Thin Line */
/* .nav-line {
    width: 70px;
    height: 2px;
    background-color: #b8733f; 
} */

/* Buttons */
.nav-buttons {
    display: flex;
    gap: 6px;
}

.nav-btn {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: none;
    background-color: #456365;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.nav-btn:hover {
    background-color: #2E2E2E;
    
}



/* ======= Promo Video style ======= */
/* play button */
.vid-area h5 {
    font-size: 27px;
    font-weight: 400;
    color: #F1F1F1;
    margin-bottom: 30px;
}
.play-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
}
.play-button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.circle-fill circle {
    opacity: 1;
    fill: rgba(174, 140, 100, 0.7);
}
.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 35px;
    z-index: 2;
}
.play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}
.play-button svg.circle-track {
    z-index: 0;
}
.play-button.color {
    color: #2E2E2E;
}
.play-button.color .circle-fill circle {
    fill: #2E2E2E;
}
/* video section */
.video-wrapper {
    background-position: center;
}
.video-wrapper .vid {
    position: relative;
    z-index: 8;
}
.video-wrapper .vid .vid-butn:hover .icon {
    color: #456365;
    border: 2px solid #456365;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.video-wrapper .vid .vid-butn .icon {
    color: #F1F1F1;
    width: 90px;
    height: 90px;
    border: 2px solid #F1F1F1;
    border-radius: 50%;
    line-height: 95px;
    text-align: center;
    font-size: 40px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
/* video gallery */
.video-gallery-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 15px;
    float: right;
}
.video-gallery-polygon {
    z-index: 2;
    padding-left: 5px;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #456365;
    border-radius: 50%;
    color: #F1F1F1;
    padding: 12px 11px 12px 13px;
    line-height: 0;
}
.video-gallery-polygon:hover {
    color: #2E2E2E;
}
.vid-area .vid-icon {
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}
.vid-area .vid-icon img:hover {
   -webkit-transform: scale(1.05, 1.05);
   transform: scale(1.05);
}
.vid-area .vid-icon img {
    transform: scale(1);
    transition: transform 500ms ease;
    border-radius: 6px;
}


/* ======= Accordion Box (for Faqs) style ======= */
.accordion-box {
    position: relative;
    padding: 0;
}
.accordion-box .block {
    position: relative;
    background: transparent;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}
.accordion-box .block.active-block {
    background-color: #F1F1F1;
}
.accordion-box .block:last-child {
    margin-bottom: 0;
}
.accordion-box .block .acc-btn {
    position: relative;
    /* font-family: "Jost", sans-serif; */
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    cursor: pointer;
    padding: 15px 20px;
    padding-left: 70px;
    color: #2E2E2E;
    transition: all 500ms ease;
    border-radius: 6px;
    border: 1px solid #F1F1F1;
}
.accordion-box .block .acc-btn.size-20 {
    font-size: 16px;
     font-family: 'AvenirLTPro', sans-serif;
}
.accordion-box .block .acc-btn .count {
    color: #456365;
    padding-right: 3px;
}
.accordion-box .block .acc-btn:hover {
    color: #F1F1F1;
    background:  #456365;   
}


.accordion-box .block .acc-btn:before {
    position: absolute;
    left: 18px;
    top: 18px;
    height: 30px;
    font-size: 10px;
    font-weight: 700;
    color: #F1F1F1;
    line-height: 30px;
    content: "\e64b";
    font-family: "Themify";
    transition: all 500ms ease;
    background: #456365;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    text-align: center;
}
.accordion-box .block .acc-btn::after {
    position: absolute;
    left: 18px;
    top: 18px;
    height: 30px;
    font-size: 10px;
    font-weight: 700;
    color: #F1F1F1;
    line-height: 30px;
    content: "\e64b";
    font-family: "Themify";
    transition: all 500ms ease;
    background:  #456365;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    text-align: center;
}
.accordion-box .block .acc-btn.active {
    background-color: #456365;
    border: 1px solid #F1F1F1;
    color: #F1F1F1;
    border-radius: 6px 6px 0 0;
}
.accordion-box .block .acc-btn.active:before {
    font-family: 'Themify';
    content: "\e648";
    color: #2E2E2E;
    background: #F1F1F1;
}
.accordion-box .block .acc-content {
    position: relative;
    display: none;
}
.accordion-box .block .content {
    position: relative;
    padding: 10px;
    background-color: transparent;
    color: #1e1e1d;
}
.accordion-box .block .acc-content.current {
    display: block;
}
.accordion-box .block .content .text {
    display: block;
    position: relative;
    top: 0px;
    display: block;
}


/* ======= Blog style ======= */
.blog .item {
  position: relative;
  border-radius: 6px;
  transition: all 0.4s ease;
  background: #F1F1F1;
  -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
  transition: all 350ms cubic-bezier(.37,0,.63,1);
}
.blog .item:hover {
 transform: translateY(-10px);
}
.blog .item .img {
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}
.blog .item .img .cat {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 4px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 5px;
    display: inline-block;
    font-size: 16px;
    background: #2E2E2E;
    color: #F1F1F1;
    font-weight: 400;
    opacity: 0;
}
.blog .item:hover .img .cat { 
    background: #2E2E2E;
    opacity: 1;
}
.blog .item .cont {
    padding: 15px;
    position: relative;
    z-index: 2;
    border-radius: 0 0 6px 6px;
}
.blog .item .cont h4 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #253333;
}
.blog .item .cont h4 a {
    text-decoration: none;
    color: #253333;
    font-size: 18px;
     font-family: 'AvenirLTPro', sans-serif;
    font-weight: 500;
}

.blog .item .cont p {
    color: #141413;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
    /* text-align: justify; */
     font-family: 'AvenirLTPro', sans-serif;
}
/* blog box author */
.blog .item * {
    transition: all 0.45s ease-out;
}
.blog .item .cont .author {
    position: absolute;
    display: contents;
}
.blog .item .cont .author > div {
    position: relative;
    height: 25px;
    overflow: hidden;
}
.blog .item .cont .author h5 {
    position: absolute;
    left: 0;
    margin: 0;
    bottom: 0;
    font-family: 'AvenirLTPro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color:  #2E2E2E;
}
.blog .item .cont .author h5:nth-of-type(2) {
    opacity: 0;
    transform: translateY(150%);
}
.blog .item:hover .cont .author h5:first-of-type,
.blog .item:focus .cont .author h5:first-of-type {
    transform: translateY(150%);
    opacity: 0;
}
.blog .item:hover .cont .author h5:nth-of-type(2),
.blog .item:focus .cont .author h5:nth-of-type(2) {
    opacity: 1;
    transform: translateY(0);
}
.blog .item .cont .author h5 a.text-decoration-line-bottom {
    border-bottom: 1px solid #456365;
}
.blog .item .cont .author h5:hover a.text-decoration-line-bottom {
    border-bottom: 1px solid #456365;
}
.blog .item .cont .author h5:hover a {
  color: #86A4A6;
}
/* pagination */
.pagination-wrap {
    padding: 0;
    margin: 0;
}
.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}
.pagination-wrap li a {
    background: #F1F1F1;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #2E2E2E;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #F1F1F1;
    border-radius: 100%;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.pagination-wrap li a i {
    font-size: 16px;
}
.pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: #456365;
    border: 1px solid #456365;
    color: #F1F1F1;
    transform: translate3d(0px, -6px, 0.01px);
}
.pagination-wrap li a.active {
    background-color: #456365;
    border: 1px solid #456365;
    color: #F1F1F1;
}
@media screen and (max-width: 991px) {
    .blog .item {
      margin-bottom: 30px;
    }
    .blog .item .cont {
        padding: 40px 20px;
    }
    .pagination-wrap {
        padding: 0;
        margin: 0;
        text-align: center;
    }
}


/* ======= Blog Sidebar style ======= */
.blog-sidebar .widget {
    background: #F1F1F1;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 6px;
    border: none;
}
.blog-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
}
.blog-sidebar .widget ul li {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 15px;
}
.blog-sidebar .widget ul li a {
    color: #2E2E2E;
}
.blog-sidebar .widget ul li a.active {
    color: #456365;
}
.blog-sidebar .widget ul li a:hover {
    color: #456365;
}
.blog-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}
.blog-sidebar .widget ul li i {
    font-size: 12px;
    margin-right: 12px;
    color: #456365;
}
.blog-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}
.blog-sidebar .widget .recent .thum {
    width: 140px;
    overflow: hidden;
    float: left;
    border-radius: 5px;
}
.blog-sidebar .widget .recent a {
    display: block;
    margin-left: 160px;
}
.blog-sidebar .widget-title {
    margin-bottom: 15px;
}
.blog-sidebar .widget-title h6 {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5dbd2;
    font-size: 24px;
    margin-bottom: 20px;
    color: #2E2E2E;
}
.blog-sidebar .search form {
    position: relative;
}
.blog-sidebar .search form input {
    width: 100%;
    padding: 17px 20px;
    border: 0;
    background: #f7f6f4;
    margin-bottom: 0;
    border: none;
    color: #817f7c;
    border-radius: 30px;
}
.blog-sidebar .search form input::placeholder {
    color: #817f7c;
}
.blog-sidebar .search form button {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: none;
    background: #456365;
    font-size: 16px;
    font-weight: 400;
    color: #F1F1F1;
    outline: none;
    padding: 0px 16px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    outline: none;
}
.blog-sidebar button[type="submit"] i {
    margin-right: 0px;
    color: #F1F1F1;
}
.blog-sidebar .search:hover form button {
    background-color: #2E2E2E;
    color: #F1F1F1;
    outline: none;
}
.blog-sidebar .tags li {
    margin: 4px !important;
    padding: 8px 24px;
    background-color: #456365;
    color: #F1F1F1;
    float: left;
    border-radius: 5px;
}
.blog-sidebar ul.tags li a {
    font-size: 16px;
    color: #F1F1F1;
}
.blog-sidebar ul.tags li:hover,
.blog-sidebar ul.tags li:hover a {
    background-color: #141414;
    color: #F1F1F1;
}


/* ======= Post style ======= */
.post-comment-section {
    margin-top: 60px;
}
.post-comment-section h3 {
    font-size: 21px;
    color: #2E2E2E;
    margin-bottom: 20px;
}
.post-comment-section h3 span {
    font-size: 15px;
    color: #456365;
    margin-left: 15px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
}
.post-caption h1 {
    margin-bottom: 20px;
    font-size: 40px;
    text-transform: uppercase;
}
.post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}
.post-user-comment {
    margin-right: 20px;
    flex: 0 0 auto;
}
.post-user-comment img {
    border-radius: 100%;
    width: 100px;
}
.post-user-content {
    margin-right: 26px;
}


/* ======= Page style ======= */
.page {
    position: relative;
}

.page h4 {
    font-size: 30px;
    color: #2E2E2E;
}
/* list */
.page-list {
    position: relative;
    display: block;
}
.page-list li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.page-list li + li {
    margin-top: 5px;
}
.page-list-icon {
    display: flex;
    align-items: center;
}
.page-list-icon span {
    font-size: 18px;
    color: #456365;
}
.page-list-text {
    margin-left: 10px;
}
.page-list-text p {
    font-size: 16px;
    margin: 0;
    color: #2E2E2E;
    text-align: justify;
    line-height: 30px;
     font-family: 'AvenirLTPro', sans-serif;
}

/* ======= Contact style ======= */
/* maps */
.google-maps {
    width: 100%;
    height: 550px;
    display: block;
    border: none;
}
.map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.contact-form {
    width: 100%;
    display: block;
    padding: 15px;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    background: url(../image/contact.png);
}
.contact-form h3 {
    color: #F1F1F1;
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
}
.contact-form h3 span {
    color: #456365;
    font-weight: 700;
    /* font-style: italic; */
}
/* info box */
.info-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
.info-box .item .icon {
    color: #456365;
    margin-right: 15px;
    background: #f7f6f4;
    /* width: 60px; */
    height: 60px;
    /* text-align: center; */
    padding-top: 17px;
    border-radius: 100%;
}
.info-box .item .icon:before {
    font-size: 27px;
    font-weight: 300;
}
.info-box .item h5 {
    color: #253333;
    margin-bottom: 0px;
    font-size: 18px;
    margin-top: 5px;
}
.info-box .item h6 {
    color: #456365;
    margin-bottom: 0px;
    font-size: 22px;
}
.info-box .item p {
    font-size: 16px;
    margin-bottom: 0;
    color: #2E2E2E;
}


/* ======= 404 Page style ======= */
.notfound {
    height: 100vh;
    position: relative;
    background-blend-mode: overlay;
    background: rgba(0, 0, 0, .6);
    background-image: url("../img/slider/3.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #F1F1F1;
}
@media (max-width: 767px) {
    .404 {
        min-height: 100vh;
    }
}
.notfound .item {
    background: transparent;
    border: 1px solid rgba(145, 118, 90, 0.5);
    padding: 30px 15px;
}
.notfound h6 {
    color: #F1F1F1;
    font-size: 18px;
    font-family: "Jost", sans-serif;
    font-weight: 400;
}
.notfound h3 {
    font-size: 45px;
    color: #F1F1F1;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px;
}
.notfound h2 {
    font-size: 40px;
    color: #F1F1F1;
    position: relative;
    margin-bottom: 5px;
}
.notfound h2 span {
    color: #456365;
}
.notfound h1 {
    font-size: 180px;
    line-height: 180px;
    position: relative;
    color: #456365;
    margin-bottom: 30px;
}
.notfound p {
    color: #F1F1F1;
    font-size: 18px;
}
/* notfound form */
.notfound form {
    margin-top: 30px;
    position: relative;
}
.notfound form input {
    width: 100%;
    padding: 15px 50px 15px 20px;
    background-color: transparent;
    border: 1px solid rgba(145, 118, 90, 0.7);
    border-radius: 30px;
    color: #F1F1F1;
    margin-bottom: 20px;
    outline: none;
}
.notfound form input:active,
.notfound form input:focus {
    border: 1px solid #456365;
}
.notfound form input::placeholder {
    color: #F1F1F1;
}
.notfound form button {
    background-color: #456365;
    border-radius: 100%;
    color: #F1F1F1;
    border: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    outline: none;
    height: 49px;
    width: 49px;
    line-height: 49px;
    text-align: center;
}
.notfound form button:hover {
    background-color: #F1F1F1;
    color: #2E2E2E;
    outline: none;
}


/* ======= Buttons style ======= */
/* button 1 */
.button-1 {
    display: inline-block;
    height: auto;
    padding: 17px 34px;
    border: 1px solid #456365;
    border-radius: 0px;
    background-color: #456365;
    color: #F1F1F1;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    border-radius: 30px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.button-1:hover {
  border: 1px solid #2E2E2E;
  background-color: #2E2E2E;
  color: #F1F1F1;
  transform: translate3d(0px, -6px, 0.01px);
}
/* button 2 */
.button-2 {
    display: inline-block;
    height: auto;
    padding: 17px 34px;
    border: 1px solid #2E2E2E;
    border-radius: 0px;
    background-color: #2E2E2E;
    color: #F1F1F1;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    border-radius: 30px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.button-2:hover {
  border-color: #456365;
  background-color: #456365;
  color: #F1F1F1;
  transform: translate3d(0px, -6px, 0.01px);
}
/* button 3 */
.button-3 {
  display: inline-block;
  height: auto;
  padding: 12px 15px;
  border: 1px solid #F1F1F1;
  border-radius: 0px;
  background-color: transparent;
  color: #F1F1F1;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  border-radius: 30px;
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
  transform-style: preserve-3d;
}
.button-3:hover {
  border: 1px solid #F1F1F1;
  background-color: #2E2E2E;
  color:  #F1F1F1
;
  transform: translate3d(0px, -6px, 0.01px);
}
/* button 4 */
.button-4 {
    display: inline-block;
    height: auto;
    padding: 17px 34px;
    border: 1px solid #2E2E2E;
    border-radius: 0px;
    background-color: #2E2E2E;
    color: #F1F1F1;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    border-radius: 30px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.button-4:hover {
  border: 1px solid #F1F1F1;
  background-color: #F1F1F1;
  color: #2E2E2E;
  transform: translate3d(0px, -6px, 0.01px);
}


/* ======= Footer style ======= */
.footer {
    position: relative;
    background-color:    #456365;
}
/* footer top */
.footer .top {
    padding: 50px 0 5px 0;
}
.footer .top .item .logo {
    width: 150px;
    margin-bottom: 20px;
}
.footer .top .item h3 {
    color: #F1F1F1;
    font-size: 20px;
      font-family: 'AvenirLTPro', sans-serif;
    font-weight: 600;
}
.footer .top .item p,
.footer .top .item p a {
    color: #F1F1F1;
     font-family: 'AvenirLTPro', sans-serif;
}
.footer .top .item .phone {
    font-size: 16px;
    color: #F1F1F1;
    position: relative;
    font-weight: 400;
}
.footer .top .item .mail {
    font-size: 15px;
    font-weight: 400;
    /* line-height: 3em; */
    color: #F1F1F1;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer .top .item .mail:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 1px;
    /* background-color:  #F1F1F1; */
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
/* newsletter */
.footer .top .item .newsletter {
    position: relative;
}
.footer .top .item .newsletter input {
    height: 60px;
    width: 100%;
    border: none;
    background: transparent;
    font-size: 18px;
    font-weight: 400;
    color: #817f7c;
    outline: none;
    padding: 0 90px 0 20px;
    border: 1px solid rgba(145, 118, 90, 0.2);
    border-radius: 30px;
}
.footer .top .item .newsletter button {
    height: 50px;
    width: 50px;
    border: none;
    background: #456365;
    font-size: 15px;
    font-weight: 400;
    color: #F1F1F1;
    outline: none;
    padding: 0px 16px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    line-height: 50px;
    outline: none;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.footer .top .item .newsletter input::placeholder {
    color: #817f7c;
}
.footer .top .item .newsletter:hover button {
    background: #456365;
    outline: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
    color: #F1F1F1;
}
.footer .top .item .newsletter button[type="submit"] i {
    color: #F1F1F1;
}
.footer .top .item .newsletter:hover button[type="submit"] i {
    color: #F1F1F1;
}
/* social icons */
.footer .top .social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-right: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 100%;
    font-size: 15px;
    color: #F1F1F1;
    border: #456365;
    background: #456365;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.footer .top .social-icons .list-inline {
    margin: 0;
}
.footer .top .social-icons li:hover {
    background: #456365;
    color: #F1F1F1;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}
/* footer bottom */
.footer .bottom {
    position: relative;
    display: block;
    padding: 10px 0;
    border: none;
    border-top: 1px solid #f1f1f11c;
}
.footer .bottom p {
    color: #F1F1F1;
    font-size: 15px;
    margin: 10px;
}
.footer .bottom p a {
    background: linear-gradient(to bottom, #456365 0%, #456365 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: #F1F1F1;
    text-decoration: none;
    transition: background-size .2s;
    line-height: 1.75em;
}
.footer .bottom p a:hover {
    color: #456365;
}
/* links */
.footer .bottom .links {}
.footer .bottom .links ul {
    margin: 0;
    padding: 0;
}
.footer .bottom .links ul li {
    display: inline-block;
    margin: 10px;
    font-size: 18px;
}
.footer .bottom .links ul li a {
    color: #F1F1F1;
    position: relative;
}
.footer .bottom .links ul li:hover,
.footer .bottom .links ul li:hover a {
    color: #456365;
}
@media screen and (max-width: 991px) {
    .footer .bottom .links ul li {
        margin: 5px 10px;
    }
    .footer .bottom .links,
    .footer .bottom p {
        text-align: left !important;
    }
}


/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e648';
    text-align: center;
    line-height: 50px;
    font-size: 13px;
    font-weight: 700;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke-width: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(217, 214, 209, 0.5);
    box-shadow: inset 0 0 0 1px rgba(217, 214, 209, 0.5);
}
.progress-wrap::after {
    color: #456365;
}
.progress-wrap svg.progress-circle path {
    stroke: #456365;
}


/* =======  Overlay Effect Bg image style  ======= */
[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}
[data-overlay-dark] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay-dark]:before {
    background: #456365;
}
[data-overlay-light]:before {
    background: #F1F1F1;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #F1F1F1;
}
[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
    color: #817f7c;
}
[data-overlay-dark] p {
    color: #F1F1F1;
}
[data-overlay-light] p {
    color: #817f7c;
}
[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
    opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}


/* ======= Responsive style ======= */
@media (min-width: 1200px) {
    .container {
        max-width: 1220px !important;
    }
}
@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }
    .call .section-title {
        font-size: 27px;
        line-height: 1.5em;
    }
    .call .section-title.mb-0 {
        margin-bottom: 30px!important;
    }
    .about img.img {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .banner-header h2 {
        font-size: 27px;
        letter-spacing: 0;
    }
    .section-title {
        font-size: 26px;
    }
    .portfolio .filtering span {
        margin-bottom: 10px;
    }
    .post-comment-section h3 span {
        margin-left: 5px;
    }
    .clients {
        padding-bottom: 20px;
    }
    .video-fullscreen-wrap .caption.text-left,
    .video-fullscreen-wrap .caption {
        text-align: center;
    }
    .video-fullscreen-wrap h3 {
        font-size: 40px;
    }
    .info-box .item h5 {
        font-size: 18px;
    }
    .practice-areas .item h5 {
    font-size: 20px;
    }
}

/* whatsp_call_icon_code */
.fixed-icons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

/* Base Icon Style */
.fixed-icons .icon {
    background-color: #333;
    color: #F1F1F1;
    border-radius: 50%;
    padding: 14px 16px;
    text-align: center;
    display: inline-block;
    font-size: 24px;
    transition: 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Phone Button */
.fixed-icons .icon.phone {
    background-color: #007bff;
}

/* WhatsApp Button */
.fixed-icons .icon.whatsapp {
    background-color: #25d366;
}

/* Hover Effect */
.fixed-icons .icon:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
}


.links1 {
    float: left;
}

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

.links1 ul li {
    display: block;
    margin-bottom: 10px;
}

.links1 ul li a {
    text-decoration: none;
    color: #F1F1F1;
     font-family: 'AvenirLTPro', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.links1 ul li a i {
    margin-right: 8px;  /* arrow aur text ke beech gap */
    color: #F1F1F1;
}

.logo_text{
    font-weight: 600;
    font-size: 12px;
    color:  #2E2E2E;
    font-family: 'AvenirLTPro', sans-serif;
}

.section-padding1{
    padding: 90px 0;
}


.acc-content {
    display: none;
    padding: 10px 0;
}

.accordion.block.active .acc-content {
    display: block;
}

.about h2 {
    font-family: 'AvenirLTPro', sans-serif;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 500;
    color: #253333;
    margin-bottom: 20px;
    text-decoration: underline;
}

.nota  h2{
    /* font-family: 'Playfair Display', serif !important; */
    font-family: 'AvenirLTPro', sans-serif;
    font-size: 26px;
    line-height: 1.2em;
    font-weight: 500;
    color: #fafafa;
    text-decoration: underline;
}

.nota i{
    font-size: 28px;
    color: #F1F1F1;
    
}

.nota blockquote p{
    font-family: 'AvenirLTPro', sans-serif;
    font-size: 16px;
    line-height: 1.2em;
  padding-bottom: 10px;
    color: #F1F1F1;
}

.nota p i{
    font-size: 18px;
    color: #F1F1F1;  
}

.abouting{
    color: #2E2E2E !important;
    text-align: justify;
}
.about-image {
    text-align: center; /* image center ke liye */
}

.about-image img {
    max-width: 100%;
    height: auto;
    box-shadow: 0 0 10px;
    border-radius: 8px; /* optional – smooth look */
    border: 1px solid #b7b2b2;
}

.testimonials{
	border: 1px solid #dbd7d7;
	border-radius:  50px 0 50px 0;
	padding: 12px;
    margin: 10px;
}

.testimonials img{
	border-radius: 50px;
	width: 40px;
    
}

.testimonials h2{
	font-size: 20px;
	color: #000;
}

.testimonials i{
	font-size: 14px;
	color: orange;
}

.testimonials p{
	font-size: 16px;
    line-height: 28px;
    /* text-align: justify; */
    margin-bottom: 0;
    color: #000;
    padding-top: 6px;
    padding-bottom: 3px;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 250px;
  font-family: Arial, sans-serif;
}

.service-list li {
  padding: 10px 0;
  font-size: 16px;
  color: #060606;
  border-bottom: 1px dotted #456365;
  cursor: pointer;
  font-weight: 600 ;
}

.service-list li:hover {
  padding: 10px 5px;
  font-size: 16px;
  color: #F1F1F1;
  background: #456365;
  cursor: pointer;
  transition: 0.5s;
}

.service-list li.active {
  color: #007bff;   /* Blue color for active item */
  font-weight: normal;
}

.about-content1 p{
    text-align: justify;
    line-height: 28px;
    font-size: 16px;
    color: #2E2E2E;
}
.about-content1 h2{
    font-size: 28px;
    font-weight: 600;
    color: #456365;
    padding-top: 15px;
}


/* ...........................................button hover.................. */

/* card fixes */
.item,
.cont,
.author {
  overflow: visible;
}

/* hover anchor */
.hover-exact {
  position: relative;
  display: inline-block;
  padding: 8px 10px;
  font-size: 16px;
  /* letter-spacing: 2px; */
  color:  #F1F1F1;
  text-decoration: none;
  cursor: pointer;
  z-index: 2;
  font-family: 'AvenirLTPro', sans-serif;
  background-color: #456365;   /* 👈 normal bg */
  transition: background-color 0.3s ease;
  border-radius: 10px;

}

.hover-exact:hover {
  background-color: transparent;
  color: #2E2E2E;
}

/* animated lines (no border used) */
.hover-exact::before {
  content: "";
  position: absolute;
  inset: 2px;                 /* inside draw → never cut */
  pointer-events: none;

  background:
    /* top */
    linear-gradient( #456365, #456365)
      top left / 0% 2px no-repeat,

    /* right */
    linear-gradient(#456365, #456365)
      top right / 2px 0% no-repeat,

    /* bottom */
    linear-gradient(#456365, #456365)
      bottom right / 0% 2px no-repeat,

    /* left */
    linear-gradient(#456365, #456365)
      bottom left / 2px 0% no-repeat;

  transition: background-size 0.45s ease;
}

/* hover → full box */
.hover-exact:hover::before {
  background-size:
    100% 2px,
    2px 100%,
    100% 2px,
    2px 100%;
}

/* keyboard accessibility (optional but recommended) */
.hover-exact:focus-visible::before {
  background-size:
    100% 2px,
    2px 100%,
    100% 2px,
    2px 100%;
}


/* .....................................................new code.......................... */
.serviceshome{
    background-color: #c3d8da;
    padding: 40px 0;
}
.service-link{
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

/* CARD */
.service-card{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 320px;
}

/* IMAGE */
.service-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* NORMAL TITLE */
.service-title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #456365;
    padding: 16px;
    z-index: 2;
    transition: opacity 0.3s ease;
}

.service-title h2{
    margin: 0;
    font-size: 18px;
    color: #F1F1F1;
    font-family: 'AvenirLTPro', sans-serif;
}

/* HOVER CONTENT */
.service-hover{
    position: absolute;
    inset: 0;
    background: #456365;
    color: #F1F1F1 !important;
    padding: 25px;
    z-index: 3;

    display: flex;
    flex-direction: column;
    justify-content: center;

    opacity: 0;
    transform: translateY(20px);
    transition: 
        opacity 0.35s ease,
        transform 0.35s ease;
}

/* Hover trigger */
.service-card:hover .service-hover{
    opacity: 1;
    transform: translateY(0);
}

.service-card:hover .service-hover{
    opacity: 1;
    transform: translateY(0);
}

/* HOVER EFFECT */
.service-card:hover .service-hover{
    opacity: 1;
}

.service-card:hover .service-title{
    opacity: 0;
}

.service-hover h2{
    font-size: 20px;
    margin-bottom: 10px;
    color: #F1F1F1;
    font-family: 'AvenirLTPro', sans-serif;
}

.service-hover p{
    font-size: 16px;
    /* line-height: 1.5; */
    color: #F1F1F1;
    font-family: 'AvenirLTPro', sans-serif;
}

.read-more{
    margin-top: 16px;
    font-weight: 600;
    font-family: 'AvenirLTPro', sans-serif;
}
.heading h3{
        font-family: 'AvenirLTPro', sans-serif;
    font-size: 34px;
    line-height: 1.2em;
    font-weight: 500;
    color: #253333;
    margin-bottom: 20px;
}


/* .......................................................new banner....................... */

.exact-hero {
    position: relative;
    background: #efefef;
    padding: 80px 0;
    overflow: hidden;
}

.exact-container {
    width: 85%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LEFT SIDE */
.exact-left {
    width: 55%;
}

.exact-left h1 {
    font-size: 40px;
    color: #456365;
    letter-spacing: 2px;
    margin: 25px 0 5px;
    font-family: 'AvenirLTPro', sans-serif;
}

.exact-left h4 {
    font-size: 18px;
    margin-bottom: 25px;
    color: #2E2E2E;
    font-family: 'AvenirLTPro', sans-serif;
}

.exact-left p {
    font-size: 16px;
    /* line-height: 1.9; */
    margin-bottom: 25px;
    color: #2E2E2E;
    font-family: 'AvenirLTPro', sans-serif;
}

/* Thin Lines (NOT FULL WIDTH) */
.exact-top-line,
.exact-bottom-line {
    width: 100%;
    height: 2px;
    background: #86A4A6;
}

.exact-bottom-line {
    margin-top: 40px;
}

/* Button */
.exact-btn {
    display: inline-block;
    padding: 16px 35px;
    background: #2e2e2e;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s;
    font-family: 'AvenirLTPro', sans-serif;
}

.exact-btn:hover {
    background: #5f7f7b;
}

/* RIGHT IMAGE */
.exact-right {
    width: 40%;
    text-align: center;
}

.exact-right img {
    width: 320px;
    height: auto;
    border-radius: 50%;
    object-fit: cover;
}

/* RIGHT SIDE STRIP */
.exact-strip {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: #86A4A6;
}

/* Responsive */
@media (max-width: 991px) {
    .exact-hero{
            padding: 7px 0;
    }
    .exact-container {
        flex-direction: column;
        text-align: center;
    }

    .exact-left,
    .exact-right {
        width: 100%;
    }

    .exact-right {
        margin-top: 40px;
    }

    .exact-top-line,
    .exact-bottom-line {
        width: 100%;
    }

    .exact-strip {
        display: none;
    }
    
}

@media (max-width: 992px) {

    .exact-left h1{
        font-size: 26px;
    }
    .about h2{
        font-size: 20px;
    }
}

@media (max-width: 767px) {


    
}

@media (max-width: 480px) {

    .nota h2{
        font-size: 18px !important;
    }
    .about h2 {
        font-size: 19px;
    }
    blockquote {
    padding: 15px;
    }
    .section-title {
        font-size: 24px;
    }
    .heading h3 {
    font-size: 26px;}
        .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .about-content1 h2 {
    font-size: 23px;}
}

@media (max-width: 390px) {
    .about-content1 h2 {
    font-size: 20px;}
    .banner-header h1 {
        font-size: 30px;}
.exact-left h1 {
        font-size: 26px !important;
    }
    .about h2 {
        font-size: 17px;
    }
    .nota blockquote p {
    font-size: 15px;
    line-height: 23px;
}
    .nota h2 {
        font-size: 16px !important;
    }
    .heading h3 {
        font-size: 24px;
    }
        .section-title {
        font-size: 20px;
    }
    .exact-left h4 {
    font-size: 16px;
}
}
@media (max-width: 348px) {
        .about h2 {
        font-size: 16px;
    }
        .nota h2 {
        font-size: 15px !important;
    }
        .section-title {
        font-size: 18px;
    }
    .exact-left h1 {
        font-size: 22px !important;
    }
}

.inner-image {
    background: #86A4A6;
    padding: 5px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;              /* important for zoom */
}

.inner-image img {
    width: 100%;
    height: auto;
    transition: transform 0.4s ease-in-out;
}

/* Zoom In on Hover */
.inner-image:hover img {
    transform: scale(1.08);
}