html {
    scroll-behavior: smooth;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

sup {
    vertical-align: super;
    font-size: small;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-family: 'Karla', sans-serif;
}

.tab-content>.tab-pane {
    display: none;
    position: relative;
}

.tab-content>.active {
    display: block;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }

}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }

}

@media (min-width:992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }

}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px;
    }

}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-footer {
    border-radius: 0;
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }

}

/*****************************************/

/*****************************************/
.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.justify-evenly {
    justify-content: space-evenly;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.text-center {
    text-align: center;
}

.slick-slider {
    width: 100%;
    margin: 0;
}

.eqlh {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.float-left {
    float: left;
}

.clear-both {
    clear: both;
}

.mar-pad-0 {
    margin: 0;
    padding: 0;
}

/****************************************/

/**heder*/
.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 0px;
    box-sizing: border-box;
    background: #fff;
    height: 100px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.header-main {
    padding: 0;
    border-radius: 4px;
    width: 100%;
}

.header .logo {
    padding: 6px 0px;
    width: 300px;
    float: left;
    margin-right: 0;
}

.header .logo img {
    width: 100%;
}

.header .logo a {
    font-size: 30px;
    text-transform: capitalize;
    color: #e91e63;
    font-weight: 600;
}

.header .nav-menu {
    padding: 0 15px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header .menu>.menu-item {
    display: inline-block;
    position: relative;
    padding: 0;
}

.header .menu>.menu-item>a {
    display: block;
    padding: 38px 20px;
    color: #162542;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.6;
    font-weight: 700;
}

.header .menu>.menu-item>a .plus {
    border: solid #626262;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 6px;
    transform: rotate(45deg);
}

.header .menu>.menu-item>a.menu-active {
    color: #b68c5a;
}

/*.header .menu > .menu-item:hover > a .plus{
    border: solid #fff;
    border-width: 0 2px 2px 0;
}*/
.header .menu>.menu-item>a .plus:after {
    transform: translate(-50%, -50%) rotate(-90deg);
}

.header .menu>.menu-item:hover>a {
    color: #b68c5a;
}

.header .menu>.menu-item>.sub-menu {
    box-shadow: 0px 0 10px rgb(0 0 0 / 20%);
    width: 220px;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    padding: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

@media(min-width:992px) {
    .header .menu>.menu-item-has-children:hover>.sub-menu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .header .menu>.menu-item-has-children:hover>a .plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

}

.header .menu>.menu-item>.sub-menu>.menu-item {
    display: block;
}

/*.header .menu > .menu-item > .sub-menu > .menu-item > a:last-child{
    border-bottom: none;
}*/
.header .menu>.menu-item>.sub-menu>.menu-item>a {
    display: block;
    margin: 12px 20px;
    font-weight: 600;
    color: #000;
    transition: all 0.3s ease;
    text-transform: capitalize;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    padding-bottom: 11px;
}

.header .menu>.menu-item>.sub-menu>.menu-item>a:before {
    display: block !important;
    content: '';
    width: 0;
    height: 2px;
    margin-top: 6px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #4d8546;
}

.header .menu>.menu-item>.sub-menu>.menu-item:hover>a:before {
    width: 10px;
    margin-right: 5px;
}

.header .open-nav-menu {
    height: 34px;
    width: 40px;    /* margin-right: 35px; */
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header .open-nav-menu span {
    display: block;
    height: 3px;
    width: 24px;
    background-color: #000000;
    position: relative;
}

.header .open-nav-menu span:before, .header .open-nav-menu span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    box-sizing: border-box;
}

.header .open-nav-menu span:before {
    top: -7px;
}

.header .open-nav-menu span:after {
    top: 7px;
}

.header .close-nav-menu {
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    margin: 0 0 15px 15px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
}

.header .close-nav-menu img {
    width: 16px;
}

.header .menu-overlay {
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.right-header-part {
    display: block;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 0;
    letter-spacing: 1px;
    line-height: 14px;
    background-color: #162542;
    cursor: pointer;
}

.right-header-part a {
    padding: 17px 20px;
    display: block;
}

.right-header-part:hover {
    background-color: #b68c5a;
}

.right-header-part a {
    text-decoration: none;
    color: #fff;
}

.right-header-part a:hover .arrow span {
    width: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.right-header-part a span {
    margin-left: 10px;
}

.right-header-part a b {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #fff;
}

.logo-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow {
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    margin-left: 5px;
    float: right;
    left: 0;
}

@media(max-width:991px) {
    .header .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }

    .header .nav-menu {
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }

    .right-header-part {
        margin-top: 20px;
        margin-left: 10px;
    }

    .header .nav-menu {
        position: fixed;
        right: -280px;
        visibility: hidden;
        width: 280px;
        height: 100%;
        top: 0;
        overflow-y: auto;
        background-color: #222222;
        z-index: 1000;
        padding: 15px 0;
        transition: all 0.5s ease;
    }

    .header .nav-menu.open {
        visibility: visible;
        right: 0px;
    }

    .header .menu>.menu-item {
        display: block;
        margin: 0;
    }

    .header .menu>.menu-item-has-children>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header .menu>.menu-item>a {
        color: #ffffff;
        padding: 12px 15px;
        border-bottom: 1px solid #333333;
    }

    .header .menu>.menu-item:first-child>a {
        border-top: 1px solid #333333;
    }

    .header .menu>.menu-item>a .plus:before, .header .menu>.menu-item>a .plus:after {
        background-color: #ffffff;
    }

    .header .menu>.menu-item-has-children.active>a .plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .header .menu>.menu-item>.sub-menu {
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
        border: none;
        background-color: transparent;
        box-shadow: none;
        transform: translateY(0px);
        padding: 0px;
        left: auto;
        top: auto;
        max-height: 0;
        overflow: hidden;
    }

    .header .menu>.menu-item>.sub-menu>.menu-item>a {
        padding: 12px 45px;
        color: #ffffff;
        border-bottom: 1px solid #333333;
    }

    .header .close-nav-menu, .header .open-nav-menu {
        display: flex;
    }

}

/**heder*/

/******************/
.top-banner {
    background: #fff;
    overflow: hidden;
}

.banner-content {
    position: absolute;
    width: 40%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0 auto;
    text-align: center;
    right: 0;
}

.top-banner img {
    width: 100%;
    min-height: 780px;
    object-fit: cover;
    display: block;
}

.banner-text {
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    margin: 0 auto;
}

.banner-text h1 {
    font-family: "Frank Ruhl Libre";
    font-size: 64px;
    color: #fff;
    line-height: 85px;
}

.banner-text img.banner-icon {
    width: 100px;
    min-height: unset;
}

.banner-text a {
    font-family: 'Karla', sans-serif;
    font-size: 18px;
    color: #fff;
    margin: 0 auto;
    background: #b68c5a;
    padding: 18px 30px;
    font-weight: 700;
    margin-top: 40px;
    display: inline-block;
    text-transform: uppercase;
}

.banner-slider-contant {
    position: relative;
}

.banner-slider .banner-slider-contant {
    position: relative;
}

.banner-slider .banner-slider-contant:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.top-banner .slick-dots {
    display: flex !important;
    justify-content: center;
    margin-top: -60px;
    z-index: 1;
    position: relative;
}

.top-banner .slick-dots li {
    margin-right: 10px !important;
}

.top-banner .slick-dots li button {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    font-size: 0;
    background: #d3e3ff;
    cursor: pointer;
}

.top-banner .slick-dots li.slick-active button {
    background: #030aa4;
}

.slick-slider .slick-prev {
    display: none !important;
}

.slick-slider .slick-next {
    display: none !important;
}

.top-banner .slide-arrow.prev-arrow {
    left: 20px;
}

.top-banner .slide-arrow.next-arrow {
    right: 20px;
}

.top-banner .slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    background: transparent;
    z-index: 1;
    cursor: pointer;
    opacity: 0.5;
}

.top-banner .slide-arrow.prev-arrow:before {
    content: ' \276E';
}

.top-banner .slide-arrow.next-arrow:before {
    content: ' \276F';
}

.top-banner .slide-arrow:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    margin: auto;
    font-size: 27px;
    color: #ffffff;
}

/**************************************************/
.elementor-section-home {
    margin-top: -70px;
    position: relative;
}

.elementor-section-home-box {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 15px 40px 0px rgb(0 0 0 / 6%);
    margin: 0px 10px 0;
    position: relative;
    transition: all .3s linear;
}

/*.elementor-section-home-box:hover {
    margin: -10px 10px 0;
    transition: all .3s linear;
}*/
.elementor-section-home-box-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.elementor-section-home-box-head svg {
    width: 50px;
    height: 50px;
}

.elementor-section-home-box-head h5 {
    font-size: 70px;
    line-height: 70px;
    color: #e7e9ec;
    border-radius: 50%;
    font-family: 'Frank Ruhl Libre';
}

.elementor-section-home-box h4 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e7e9ec;
    margin-top: 25px;
}

.elementor-section-home-box p {
    font-family: Karla;
    font-weight: 400;
    line-height: 28px;
    font-size: 16px;
}

/**************************************************/
.our-history-sec {
    padding: 100px 15px;
    position: relative;
    overflow: hidden;
}

.our-history-sec:after {
    content: '';
    width: 249px;
    height: 289px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url('../images/about-bg.png');
    background-position: bottom left;
    z-index: -1;
}

.our-history-sec:before {
    content: '';
    position: absolute;
    width: 660px;
    height: 480px;
    bottom: 0;
    right: 0px;
    background-color: #f4f4f4;
    z-index: -1;
    background-color: #f3f3f3;
}

.our-history-sec-left {
}

.com-header h5 {
    font-family: Karla;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 30px;
    font-size: 17px;
    color: #b68c5a;
    position: relative;
    padding-left: 20px;
    display: inline-block;
}

.com-header h5:after {
    content: '';
    width: 3px;
    height: 13px;
    position: absolute;
    left: 7px;
    top: 50%;
    font-style: italic;
    margin-top: -7px;
    background-color: #000;
    transform: rotate(20deg);
    background-color: #b68c5a;
}

.com-header h5:before {
    content: '';
    width: 3px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 50%;
    font-style: italic;
    margin-top: -7px;
    transform: rotate(20deg);
    background-color: #b68c5a;
}

.com-header h2 {
    font-family: Frank Ruhl Libre;
    font-weight: 400;
    line-height: 56px;
    font-size: 46px;
    color: #162542;
}

.our-history-sec-left h4 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
    color: #162542;
    font-family: Frank Ruhl Libre;
    font-weight: 400;
    margin-top: 60px;
}

.our-history-sec-left p {
    font-family: Karla;
    font-weight: 400;
    line-height: 28px;
    font-size: 16px;
    color: #666666;
}

.our-history-sec-left p strong {
    font-weight: 700;
}

.our-history-sec-left a {
    color: #b68c5a;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 40px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.our-history-sec-left a:hover {
    color: #162542;
}

.our-history-sec-left a:hover svg path {
    fill: #162542;
}

.our-history-sec-left svg {
    width: 35px;
    height: 20px;
}

.our-history-sec-right {
    position: relative;
}

.our-history-sec-right img {
    width: 100%;
}

.our-history-sec-right:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 150px;
    top: 60px;
    right: -30px;
    background-color: #b68c5a;
}

/**************************************************/
.practice-areas-sec {
    margin-top: 100px;
    overflow: hidden;
}

.practice-areas-sec .mar-top-100 {
    margin-top: 100px;
}

.practice-areas-sec-box {
    position: relative;
    text-align: center;
    padding: 40px 18px;
    background-color: #ffffff;
    border-right: 1px solid #e1e1e1;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
}

.practice-areas-sec-box:hover {
    background: #b68c5a;
    transition: all 0.3s linear;
}

.practice-areas-sec-box:hover svg path {
    fill: #fff;
    transition: all 0.3s linear;
}

.practice-areas-sec-box:hover svg line {
    stroke: #fff;
    transition: all 0.3s linear;
}

.practice-areas-sec-box:hover h4 {
    color: #fff;
    transition: all 0.3s linear;
}

.practice-areas-sec-box:hover p {
    color: #fff;
    transition: all 0.3s linear;
}

.practice-areas-sec-box:hover svg {
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
    transition: all 0.5s linear;
}

.practice-areas-sec-box:hover a svg {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transition: all 0.3s linear;
}

.practice-areas-sec .row .col-6.col-lg-3:nth-child(4n + 0) .practice-areas-sec-box {
    border-right: 0px;
}

.practice-areas-sec .row .col-6.col-lg-3:nth-child(5) .practice-areas-sec-box {
    border-bottom: 0px;
}

.practice-areas-sec .row .col-6.col-lg-3:nth-child(6) .practice-areas-sec-box {
    border-bottom: 0px;
}

.practice-areas-sec .row .col-6.col-lg-3:nth-child(7) .practice-areas-sec-box {
    border-bottom: 0px;
}

.practice-areas-sec .row .col-6.col-lg-3:nth-child(8) .practice-areas-sec-box {
    border-bottom: 0px;
}

.practice-areas-sec-box svg {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transition: all 0.5s linear;
    width: 55px;
    height: 55px;
}

.practice-areas-sec-box:hover svg {
    color: #fff !important;
}

.practice-areas-sec-box h4 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
    color: #162542;
    font-family: Frank Ruhl Libre;
    font-weight: 400;
    margin-top: 20px;
    transition: all 0.5s linear;
}

.practice-areas-sec-box p {
    font-family: Karla;
    font-weight: 400;
    line-height: 28px;
    font-size: 16px;
    color: #666666;
    transition: all 0.5s linear;
}

.practice-areas-sec-box a {
    text-decoration: none;
    margin-top: 20px;
    display: block;
    transition: all 0.3s linear;
        z-index: 5;
    position: relative;
}

.practice-areas-sec-box a svg {
    width: 40px;
    height: 40px;
    transition: all 0.3s linear;
}

/**************************************************/
.our-testimonials-sec {
    padding: 100px 15px 30px;
    position: relative;
    background-image: url('../images/form-bg.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
}

.overlay-col {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #162542;
    opacity: 0.9;
}

.our-testimonials-sec .container-fuild {
    position: relative;
}

.com-header.col-white h2 {
    color: #fff;
}

.our-testimonials-sec-left {
    padding-left: 16%;
    overflow: hidden;
    width: 99%;
    box-sizing: border-box;
}

.our-testimonials-sec-left h4 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
    color: #162542;
    font-family: Frank Ruhl Libre;
    font-weight: 400;
    margin-top: 60px;
}

.our-testimonials-sec-left p {
    font-family: Karla;
    font-weight: 400;
    line-height: 28px;
    font-size: 16px;
    color: #666666;
}

.our-testimonials-sec-left a {
    color: #b68c5a;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 40px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.our-testimonials-sec-left svg {
    width: 35px;
    height: 20px;
}

.our-testimonials-sec .col-lg-6.mar-pad-0.width-50 {
    width: 50%;
    position: relative;
}

.our-testimonials-sec-right {
    position: absolute;
    right: -3px;
    width: 100%;
    overflow: hidden;
}

.our-testimonials-sec-right img {
    width: auto;
    height: auto;
}

.testimonials-slider-box {
    flex-direction: column;
    padding: 0;
    margin: 50px 0px 0px;
    position: relative;
    overflow: hidden;
    width: 90%;
    box-sizing: border-box;
}

.testimonials-slider-box .stars-img-area {
    display: flex;
}

.testimonials-slider-box .stars-img-area svg {
    width: 18px;
    height: 18px;
    fill: #fff;
    margin-right: 5px;
}

.testimonials-slider-box p {
    color: #fff;
    padding-top: 10px;
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 22px;
    line-height: 38px;
}

.testimonials-slider-box .testimonials-slider-bottom {
    display: flex;
    justify-content: start;
    text-align: left;
}

.testimonials-slider-box .testimonials-slider-bottom img {
    width: 60px;
    margin-right: 20px;
}

.testimonials-slider-box .testimonials-slider-bottom h4 {
    font-size: 20px;
    line-height: 32px;
    margin: 0;
    color: #fff;
    font-family: Frank Ruhl Libre;
    font-weight: 400;
}

.testimonials-slider-box .testimonials-slider-bottom h5 {
    color: #b68c5a;
    font-weight: 700;
    font-family: Karla;
    line-height: 28px;
    font-size: 16px;
}

.testimonials-slider .slick-dots {
    display: flex !important;
    justify-content: end;
    margin-top: 10px;
}

.testimonials-slider .slick-dots li {
    margin-right: 10px !important;
}

.testimonials-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border: none;
    font-size: 0;
    background: #d3e3ff;
    cursor: pointer;
}

.testimonials-slider .slick-dots li.slick-active button {
    background: #b68c5a;
}

.slide {
    height: 100%;
}

/*****************************************************/

/**************************************************/
.our-team-sec {
    padding: 180px 0 0;
    position: relative;
    overflow: hidden;
}

.our-team-sec:after {
    content: '';
    width: 305px;
    height: 626px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../images/service-bg-01-1.png);
    background-position: bottom left;
    opacity: 0.5;
    z-index: -1;
}

.our-team-header-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.our-team-header-sec a {
    display: block;
    padding: 17px 20px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding-left: 20px;
    letter-spacing: 1px;
    line-height: 14px;
    background-color: #162542;
    text-decoration: none;
    color: #fff;
}

.our-team-header-sec a:hover {
    background-color: #b68c5a;
}

.team-sec-area {
    margin-top: 50px;
}

.team-sec-area-box {
    box-shadow: 0px 15px 40px 0px rgb(0 0 0 / 6%);
    background: #fff;
    margin: 0 10px;
    position: relative;
    min-height: 133px;
    padding: 20px;
}

.team-sec-area-box img {
    width: 100%;
}

.team-sec-area .col-lg-3 {
    margin-bottom: 30px;
}

.team-sec-area-box h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
    font-family: Frank Ruhl Libre;
    font-weight: 400;
    color: #162542;
    padding: 10px 20px 0;
}

.team-sec-area-box h5 {
    color: #b68c5a;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0;
    font-family: 'Karla';
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 20px 20px;
}

.share-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #b68c5a;
    padding: 8px;
    cursor: pointer;
    display: none;
}

.share-icon svg {
    width: 20px;
    height: 20px;
}

.share-icon:hover .social-media-icons {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s linear;
}

.share-icon .social-media-icons a:hover {
    background: #162542;
    transition: all 0.3s linear;
}

.social-media-icons {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 40px;
    right: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}

.social-media-icons a {
    background: #b68c5a;
    padding: 8px;
    text-decoration: none;
    margin: 4px 0;
}

.social-media-icons a svg {
    fill: #fff;
    width: 20px;
    height: 20px;
}

/**************************************************/
.project-details-sec {
    background: #b68c5a;
    position: relative;
    overflow: hidden;
    margin: 100px 0 0;
}

.project-details-sec-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.14;
}

.project-details-sec .container {
    padding: 80px 0;
    position: relative;
}

.project-details-box {
    display: flex;
}

.project-details-box svg {
    margin-right: 20px;
}

.project-details-box-right {
}

.project-details-box-right h2 {
    font-size: 44px;
    line-height: 44px;
    margin-top: 10px;
    margin-bottom: 5px;
    position: relative;
    color: #FFFFFF;
    display: inline-block;
    font-family: Frank Ruhl Libre;
    font-weight: 400;
}

.project-details-box-right h2 sup {
    position: absolute;
    top: -24px;
    right: -24px;
    font-size: 33px;
    vertical-align: unset;
}

.project-details-box-right h5 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 1px;    /*padding-left: 25px;*/
    position: relative;
}

/*.project-details-box-right h5:after{
    content: '';
    width: 4px;
    height: 10px;
    position: absolute;
    left: 8px;
    top: 50%;
    font-style: italic;
    margin-top: -5px;
    background-color: #162542;
    transform: rotate( 15deg);
}
.project-details-box-right h5:before{
    content: '';
    width: 4px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    font-style: italic;
    margin-top: -5px;
    background-color: #162542;
    transform: rotate( 15deg);
}*/

/**************************************************/
.latest-blogs-sec {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.latest-blogs-sec-box {
    position: relative;
    border: 1px solid #ecebeb;
    padding: 15px;
    box-sizing: border-box;
    margin: 0 10px;
}

.latest-blogs-sec-box img {
    width: 100%;
}

.latest-blogs-sec-date {
    background-color: #b68c5a;
    position: absolute;
    top: 10px;
    left: 10px;
    right: inherit;
    color: #fff !important;
    text-align: center;
    padding: 10px;
}

.latest-blogs-sec-date h3 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.5px;
    font-family: Frank Ruhl Libre;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
}

.latest-blogs-sec-date p {
    font-size: 14px;
    font-family: 'Karla';
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    display: block;
}

.latest-blogs-sec-box h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 25px;
    font-family: Frank Ruhl Libre;
    font-weight: 400;
    color: #162542;
    margin-top: 20px;
}

.latest-blogs-sec-box .comment-box {
    display: flex;
    align-items: center;
    border-top: 1px solid #ecebeb;
    padding-top: 10px;
}

.latest-blogs-sec-box .comment-box div {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.latest-blogs-sec-box .comment-box svg {
    display: inline-block;
    margin-right: 6px;
    width: 20px;
    height: 20px;
    fill: #a47968;
}

.latest-blogs-sec-box .comment-box h5 {
    font-family: Karla;
    font-weight: 700;
    line-height: 28px;
    font-size: 16px;
    text-transform: uppercase;
    color: #162542;
    display: inline-block;
}

/**************************************************/
.our-history-sec.about-page-sec1:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    bottom: 0;
    right: 0px;
    background-color: #f4f4f4;
    z-index: -1;
    background-color: #f3f3f3;
}

.our-history-sec.about-page-sec1 .our-history-sec-left p {
    margin-top: 20px;
}

.our-history-sec.about-page-sec1.offices-held-empanelments-section .our-history-sec-left {
    padding-right: 0;
    padding-left: 90px;
}

.our-history-sec.about-page-sec1 .our-history-sec-left ul {
    margin-top: 20px;
}

.our-history-sec.about-page-sec1 .our-history-sec-left ul li {
    background: url(../images/tick-mark.png);
    background-repeat: no-repeat;
    font-family: Karla;
    font-weight: 400;
    line-height: 28px;
    font-size: 16px;
    color: #666666;
    position: relative;
    padding-left: 37px;
    background-position: 0 6px;
    margin-bottom: 8px;
}

.our-history-sec.about-page-sec1 .our-history-sec-left ul li:marker {
    position: absolute;
    top: 0;
    right: 0;
}

.our-history-sec.about-page-sec1 .our-history-sec-right::before {
    content: '';
    position: absolute;
    width: 190px;
    height: 30px;
    bottom: -27px;
    left: 50px;
    background-color: #162542;
}

a.com-btn {
    font-family: "Karla", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    background: #b68c5a;
    color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 25px 15px 25px;
    display: inline-block;
}

a.com-btn:hover {
    background: #162542;
    color: #fff;
}

.our-history-sec.about-page-sec1 .our-history-sec-left {
    padding-right: 90px;
}

/****************************************/
.request-free-sec {
    position: relative;
    overflow: hidden;
    padding: 100px 0px;
    position: relative;
    background-image: url(../images/form-bg.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}

.request-free-sec-box {
    padding: 70px 50px;
    background: #b68c5a;
}

.request-free-sec-box h2 {
    color: #FFFFFF;
    font-family: Frank Ruhl Libre;
    font-size: 46px;
    font-weight: 400;
    line-height: 50px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    margin-bottom: 50px;
}

.request-free-sec .form-cont {
}

.request-free-sec .form-cont input, .request-free-sec .form-cont textarea {
    width: 100%;
    padding: 15px 10px;
    margin: 5px 0;
    color: #39364e;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: 16px;
    box-sizing: border-box;
    outline: none;
    background: #fff;
    border: 0;
    margin-bottom: 20px;
}

.request-free-sec .form-cont input::placeholder, .request-free-sec .form-cont textarea::placeholder {
    color: #39364e;
}

.request-free-sec .form-cont textarea {
    min-height: 110px;
    resize: none;
}

.request-free-sec .form-cont input:focus {
    top: -5px;
}

.request-free-sec .form-cont select {
    width: 100%;
    padding: 14px;
    margin: 40px 0 10px;
    color: #f9feff;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: 16px;
    box-sizing: border-box;
    outline: -webkit-focus-ring-color auto 0px;
    background: #8a8a8a;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.request-free-sec .form-cont input::placeholder, .request-free-sec .form-cont textarea::placeholder {
    color: #575757;
}

.request-free-sec .form-cont .fgroup label {
    position: absolute;
    top: 18px;    /*    left: 14px;*/
    left: 5px;
    transition: all 0.3s;
    pointer-events: none;
    padding: 0px;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #f9feff;
    display: revert;
}

.request-free-sec .form-cont .fgroup label span {
    color: #fc0505;
}

.request-free-sec .form-cont .fgroup {
    position: relative;
    text-align: left;    /*  margin-bottom: 20px;*/
}

.request-free-sec button {
    display: block;
    color: #fff;
    padding: 17px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding-left: 20px;
    letter-spacing: 1px;
    line-height: 14px;
    background-color: #162542;
    cursor: pointer;
    outline: none;
    border: none;
}

/**************************************************/
.about-banner-header {
    background: url("../images/slider2-bg1.png") no-repeat;    /*background: #ea464f;*/
    background-size: cover;
    background-position: top;
    padding: 150px 0;
    position: relative;
    z-index: 0;
}

.about-banner-header.services-banner-section {
    background: url(../images/services-banner-section.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}

.about-banner-header.blog-banner-section {
    background: url(../images/blog-banner-bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}

.about-banner-header.contact-us-banner-section {
    background: url(../images/contact-us-banner-bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}

.about-banner-header.about-banner-bg {
    background: url(../images/about-banner-bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}

.about-banner-header.criminal-law-banner {
    background: url(../images/criminal-law-banner.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}

.about-banner-header.civil-law-banner {
    background: url(../images/civil-law-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.about-banner-header.family-court-matter-banner {
    background: url(../images/family-court-mattеrs-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.banner-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    /* background: rgba(0, 0, 0, 0.5); */

    /*    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5186449579831933) 0%, rgba(0, 0, 0, 0) 45%);*/
    background: rgba(0, 0, 0, 0.4);
}

.banner-header .top-banner-content {
    z-index: 5;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.breadcrumb {
    margin-bottom: 20px;
    text-align: center;
    background-color: transparent !important;
    padding: 0 !important;
}

.breadcrumb .breadcrumb-item {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-family: 'Karla', sans-serif;
    font-weight: 500 !important;
    font-size: 18px !important;
}

.breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: #fff;
    font-weight: 500 !important;
    font-size: 18px !important;
    margin-bottom: 0;
    position: relative;
    padding-right: 30px;
}

.breadcrumb .breadcrumb-item a:before {
    content: '';
    width: 4px;
    height: 12px;
    position: absolute;
    right: 14px;
    top: 55%;
    font-style: italic;
    margin-top: -7px;
    transform: rotate(20deg);
    background-color: #b68c5a;
}

.breadcrumb .breadcrumb-item a:after {
    content: '';
    width: 4px;
    height: 12px;
    position: absolute;
    right: 6px;
    top: 55%;
    font-style: italic;
    margin-top: -7px;
    transform: rotate(20deg);
    background-color: #b68c5a;
}

.banner-header .top-banner-content>h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
    color: #ffffff;
    font-family: Frank Ruhl Libre;
    font-weight: 700;
}

/**************************************************/
.content-us-address-sec {
    padding: 100px 15px;
    position: relative;
    overflow: hidden;
}

.content-us-address-sec-box {
    padding: 50px 40px;
    box-shadow: 0px 0px 45px -26px rgba(0, 0, 0, 0.5);
    background: #fff;
}

.content-us-address-sec-left {
    background: #162542;
    padding: 60px 40px;
    margin-right: 20px;
}

.office-add-sec-box {
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.office-add-sec-box:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.office-add-sec-box img {
    display: inline-block;
    width: 14%;
    margin-right: 15px;
    vertical-align: top;
}

.office-add-sec-box .office-add-sec-text {
    display: inline-block;
    width: 78%;
    vertical-align: top;
}

.office-add-sec-box .office-add-sec-text h4 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: Frank Ruhl Libre;
    color: #b68c5a;
}

.office-add-sec-box .office-add-sec-text h5 {
    line-height: 28px;
    font-weight: 400;
    margin-top: 10px;
    position: relative;
    font-family: 'Frank Ruhl Libre';
    color: #ffffff;
    font-size: 20px;
}

.office-add-sec-box .office-add-sec-text h5 a {
    text-decoration: none;
    line-height: 28px;
    font-weight: 400;
    margin-top: 0;
    position: relative;
    font-family: 'Frank Ruhl Libre';
    color: #ffffff;
    font-size: 20px;
    display: block;
    margin-bottom: -10px;
}

.content-us-address-sec .form-cont {
    margin-top: 40px;
}

.content-us-address-sec .form-cont input, .content-us-address-sec .form-cont textarea {
    width: 100%;
    padding: 20px 10px;
    margin: 5px 0;
    color: #39364e;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: 16px;
    box-sizing: border-box;
    outline: none;
    background: #f3f3f3;
    border: 0;
    margin-bottom: 10px;
}

.content-us-address-sec .form-cont input::placeholder, .content-us-address-sec .form-cont textarea::placeholder {
    color: #39364e;
}

.content-us-address-sec .form-cont textarea {
    min-height: 110px;
    resize: none;
}

.content-us-address-sec .form-cont input:focus {
    top: -5px;
}

.content-us-address-sec .form-cont select {
    width: 100%;
    padding: 14px;
    margin: 40px 0 10px;
    color: #f9feff;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: 16px;
    box-sizing: border-box;
    outline: -webkit-focus-ring-color auto 0px;
    background: #8a8a8a;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.content-us-address-sec .form-cont input::placeholder, .content-us-address-sec .form-cont textarea::placeholder {
    color: #575757;
}

.content-us-address-sec .form-cont .fgroup label {
    position: absolute;
    top: 18px;    /*    left: 14px;*/
    left: 5px;
    transition: all 0.3s;
    pointer-events: none;
    padding: 0px;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #f9feff;
    display: revert;
}

.content-us-address-sec .form-cont .fgroup label span {
    color: #fc0505;
}

.content-us-address-sec .form-cont .fgroup {
    position: relative;
    text-align: left;    /*  margin-bottom: 20px;*/
}

.content-us-address-sec button {
    display: block;
    color: #fff;
    padding: 17px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding-left: 20px;
    letter-spacing: 1px;
    line-height: 14px;
    background-color: #162542;
    cursor: pointer;
    outline: none;
    border: none;
}

.common-btn {
    display: block;
    color: #fff !important;
    padding: 17px 20px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding-left: 20px !important;
    letter-spacing: 1px;
    line-height: 14px;
    background-color: #162542 !important;
    cursor: pointer;
    outline: none !important;
    border: none !important;
    margin-top:20px !important;
}

/**************************************************/
.map-sec {
}

.map-sec-area {
}

/**************************************************/
.blog-news-sec {
    overflow: hidden;
    padding-bottom: 0px;
    background: #777AF212;
}

.blog-news-sec img {
    width: 100%;
    max-height: 340px;
    object-fit: cover;
    display: block;
    position: absolute;
}

.blog-news-cont {
    position: relative;
    width: 100%;
    min-height: 340px;
    padding: 0;
}

.blog-news-cont-area {
    margin-top: 80px;
    overflow: hidden;
    padding-bottom: 80px;
    padding-top: 40px;
}

.blog-news-box {
    border: 1px solid #e7e7e7;
    padding: 15px 15px 86px;
    margin: 0 5px 30px;
    position: relative;
    bottom: 0;
    transition: all 0.2s linear;
    border-radius: 5px;
    width: 100%;
}

.blog-news-box:hover {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    bottom: 10px;
    transition: all 0.2s linear;
}

.blog-news-box a {
    text-decoration: none;
    cursor: pointer;
}

.blog-news-images {
    margin-bottom: 25px;
}

.blog-news-images img {
    border-radius: 5px;
    width: 100%;
}

.blog-news-box-top-link {
    background: #b68c5a;
    padding: 8px 10px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    font-family: 'Karla';
    font-size: 14px;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 16px;
    transition: all 0.3s linear;
}

.blog-news-box-top-link:hover {
    background: #162542;
    color: #fff;
    transition: all 0.3s linear;
}

.blog-news-box-top-link:hover span {
    background: #fff;
    transition: all 0.3s linear;
}

.blog-news-box-top-link span {
    background: #ffff;
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: bottom;
    transition: all 0.3s linear;
}

.blog-news-box-area {
    margin-top: 22px;
}

.blog-news-images-cont {
    padding: 0 30px;
}

.blog-news-box-middle-link {
    font-family: Frank Ruhl 'Frank Ruhl Libre';
    font-weight: 600;
    font-size: 20px;
    color: #39364e;
    padding: 0;
    margin: 0 0 18px;
    line-height: 26px;
    margin-bottom: 20px;
    display: block;
}

.blog-news-box-middle-link:hover {
    color: #b68c5a;
}

.blog-news-images-cont p {
    font-family: Karla;
    font-size: 15px;
    color: #696969;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 400;
}

.blog-news-box-bottom-link {
    border-radius: 5px;
    padding: 10px 45px 10px 25px;
    color: #b68c5a;
    border: 1px solid #b68c5a;
    background: transparent;
    font-family: 'Karla';
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    line-height: 16px;
    cursor: pointer;
    width: auto;
    height: 20px;
    position: absolute;
    overflow: hidden;
    bottom: 35px;
}

.blog-news-box-bottom-link:hover {
    color: #fff;
    border: 1px solid #fff;
}

.blog-news-box-bottom-link:hover b svg {
    fill: #fff;
}

.blog-news-box-bottom-link span {
    position: relative;
    z-index: 1;
    left: 0;
}

.blog-news-box-bottom-link b {
    position: absolute;
    right: 20px;
    top: 12px;
    z-index: 1;
}

.blog-news-box-bottom-link:after {
    content: "";
    background: #39364e;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.blog-news-box-bottom-link:hover::after {
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.blog-news-inner-pages {
    padding-bottom: 100px;
    overflow: hidden;
    position: relative;
}

.blog-news-inner-pages-left {
    margin-top: 100px;
    padding-right: 60px;
}

.blog-news-inner-header h2 {
    font-family: Frank Ruhl Libre;
    font-weight: 400;
    line-height: 50px;
    font-size: 40px;
    color: #162542;
    margin-bottom: 40px;
}

.blog-news-big-img {
    margin-bottom: 50px;
}

.blog-news-big-img img {
    border-radius: 5px;
    width: 100%;
}

.blog-news-inner-cont {
}

.blog-news-inner-cont p {
    font-family: Karla;
    font-size: 16px;
    color: #39364e;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 400;
}

.blog-news-inner-cont p b {
    font-weight: 700;
}

.blog-news-inner-cont ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.blog-news-inner-cont ul li {
    background: url(../images/tick-mark.png);
    background-repeat: no-repeat;
    font-family: Karla;
    font-weight: 400;
    line-height: 28px;
    font-size: 16px;
    color: #39364e;
    position: relative;
    padding-left: 37px;
    background-position: 0 6px;
    margin-bottom: 8px;
}

.blog-news-inner-cont ul li a {
    color: #b68c5a;
    font-weight: 700;
}

.blog-news-inner-cont ul li a:hover {
    color: #162542;
}

.blog-news-inner-cont ul li b {
    font-weight: 700;
}

.blog-news-inner-pages-right {
    border: 1px solid #e7e7e7;
    padding: 35px;
    margin-top: 100px;
    border-radius: 5px;
    position: sticky;
    top: 110px;
    margin-left: 40px;
}

.blog-news-inner-cont h4 {
    font-family: Karla;
    font-size: 22px;
    color: #39364e;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: 50px;
}

.blog-news-inner-pages-right {
    border: 1px solid #e7e7e7;
    padding: 35px;
    margin-top: 100px;
    border-radius: 5px;
    position: sticky;
    top: 110px;
    margin-left: 40px;
}

.blog-news-inner-pages-right h5 {
    font-family: Frank Ruhl Libre;
    font-weight: 400;
    line-height: 38px;
    font-size: 28px;
    color: #162542;
    margin-bottom: 25px;
}

.view-all-btn {
    display: inline-block;
}

.view-all-btn a {
    border-radius: 5px;
    padding: 10px 25px;
    color: #fff;
    background: #b68c5a;
    font-family: Karla;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    line-height: 16px;
    cursor: pointer;
    width: auto;
    height: 20px;
    position: relative;
    overflow: hidden;
    float: left;
}

.view-all-btn a span {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.view-all-btn a:after {
    content: "";
    background: #39364e;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.view-all-btn a:hover::after {
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.blog-news-inner-pages-right-links li {
    text-decoration: none;
    margin-bottom: 30px;
    display: block;
}

.blog-news-inner-pages-right-links li a {
    text-decoration: none;
}

.blog-news-inner-pages-right-links li a:last-child {
    margin-bottom: 0px;
}

.blog-news-inner-pages-right-links li a:hover span {
    color: #b68c5a;
}

.blog-news-inner-pages-right-links li a img {
    display: inline-block;
    width: 25%;
    margin-right: 10px;
    border-radius: 5px;
}

.blog-news-inner-pages-right-links li a span {
    display: inline-block;
    width: 70%;
    font-family: Karla;
    font-size: 15px;
    color: #39364e;
    line-height: 1.3;
    font-weight: 400;
    vertical-align: top;
}

/**************************************************/

/**************************************************/

/**************************************************/

.pad-top-100 {
    padding-top: 100px;
}

.pad-bot-100 {
    padding-bottom: 100px;
}

.mar-top-0 {
    margin-top: 0;
}

/***********************************/
footer {
    background: url('../images/footer-bg.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 110px 0 30px 0;
    overflow: hidden;
}

footer .box ul {
    list-style-type: none;
    padding-left: 0;
}

footer .box ul li {
    text-decoration: none;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    color: #fff;
    width: 100%;
}

footer .box ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    width: 100%;
    padding: 8px 0 15px 0;
    font-family: 'Karla', sans-serif;
}

footer .box ul li a svg {
    margin-right: 10px;
    vertical-align: middle;
}

footer .box ul li a span {
    vertical-align: middle;
}

footer .box ul li a:hover {
    color: #b68c5a;
}

footer .box h3 {
    color: #fff;
    position: relative;
    font-size: 30px;
    line-height: 38px;
    font-family: Frank Ruhl Libre;
    margin-bottom: 30px;
    display: block;    /*padding-left: 30px;*/
}

/*footer .box h3:before {
content: '';
width: 4px;
height: 18px;
position: absolute;
left: 10px;
top: 50%;
font-style: italic;
margin-top: -9px;
transform: rotate( 20deg);
background-color: #b68c5a;
}
footer .box h3:after {
content: '';
width: 4px;
height: 18px;
position: absolute;
left: 2px;
top: 50%;
font-style: italic;
margin-top: -9px;
transform: rotate( 20deg);
background-color: #b68c5a;
}*/
footer .box img {
    width: 260px;
    margin-bottom: 20px;
}

footer .box p {
    margin-top: 12px;
    text-align: left;
    line-height: 24px;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

footer .box ul li {
    margin-bottom: 0.5rem;
    line-height: 28px;
}

footer .underline_text ul li {
    margin-bottom: 15px;
    line-height: 25px;
    position: relative;
}

footer .underline_text ul li:after {
    content: "";
    border-bottom: 0px solid #6d6d6d;
    width: 120px;
    position: absolute;
    left: 0;
    bottom: -4px;
}

.footer-social-media-icons {
}

.footer-social-media-icons a {
    padding: 6px;
    background: #b68c5a;
    color: #fff;
    position: relative;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
}

.footer-social-media-icons a:hover {
    background: #fff;
    color: #b68c5a;
}

.footer-social-media-icons a svg {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.location_img {
    float: left;
    margin-top: 3px;
}

.location_text {
    float: left;
    width: 84%;
    margin-left: 14px;
}

.clear {
    clear: both;
}

.link_over {
    cursor: pointer;
    font-weight: 700 !important;
}

.link_over:hover {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.copyright-area {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #dadada;
    padding-top: 30px;
    margin: 93px auto 0;
}

.copyright-area a {
    color: #fff;
}

.copyright-area a:hover {
    color: #b68c5a;
}

.copyright-area .footer-social-media-icons a {
    margin-left: 10px;
}

.copyright-text {
    text-align: center;
    line-height: 24px;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    color: #fff;
}

.services-short-details {
    padding: 100px 0;
}

.services-short-details .left-side-services .services-part-left h5 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #f3f3f3;
    font-family: Frank Ruhl Libre;
}

.services-short-details .left-side-services .services-part-left h5:after {
    background: #b68c5a;
    content: " ";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 72px;
    height: 2px;
}

.services-short-details .left-side-services .services-part-left .list-of-services a {
    display: block;
    font-size: 16px;
    padding: 18px 5px 18px 40px;
    position: relative;
    font-weight: 700;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-transform: uppercase;
    color: #595959;
    text-decoration: none;
}

.services-short-details .left-side-services .services-part-left .list-of-services a:hover {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.services-short-details .left-side-services .services-part-left .list-of-services a:before {
    position: absolute;
    content: '';
    left: 21px;
    top: 50%;
    margin-top: -6px;
    font-weight: 900;
    width: 3px;
    z-index: 2;
    height: 12px;
    transform: rotate(20deg);
    background-color: #b68c5a;
}

.services-short-details .left-side-services .services-part-left .list-of-services a:after {
    position: absolute;
    content: '';
    left: 10px;
    top: 50%;
    margin-top: -6px;
    font-weight: 900;
    width: 3px;
    z-index: 2;
    height: 12px;
    transform: rotate(20deg);
    background-color: #b68c5a;
}

.services-short-details .right-side-part-content .top-service-banner {
    margin-bottom: 40px;
    display: none;
}

.services-short-details .right-side-part-content .top-service-banner img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.services-short-details .right-side-part-content p {
    font-family: Karla;
    font-weight: 400;
    line-height: 28px;
    font-size: 18px;
    color: #666666;
}

.services-short-details .right-side-part-content p.desc {
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
}

.services-short-details .right-side-part-content h4 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #162542;
    margin-top: 30px;
    font-family: Frank Ruhl Libre;
}

.services-short-details .right-side-part-content .all-services-part {
    margin-top: 40px;
}

.services-short-details .right-side-part-content .all-services-part .left-service-part {
    padding-right: 30px;
}

.services-short-details .right-side-part-content .all-services-part .left-service-part h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #162542;
    font-family: Frank Ruhl Libre;
}

.services-short-details .right-side-part-content .all-services-part .left-service-part ul {
}

.services-short-details .right-side-part-content .all-services-part .left-service-part ul li {
    background: url(../images/tick-mark.png);
    background-repeat: no-repeat;
    font-family: Karla;
    font-weight: 400;
    line-height: 28px;
    font-size: 18px;
    color: #666666;
    position: relative;
    padding-left: 37px;
    background-position: 0 6px;
    margin-bottom: 8px;
}

.services-short-details .right-side-part-content .all-services-part .left-service-part p {
    margin-bottom: 20px;
}

.services-short-details .right-side-part-content .all-services-part .left-service-part p:last-child {
    margin-bottom: 0;
}

.services-short-details .right-side-part-content .all-services-part .right-side-service-part img {
    display: block;
    width: 100%;
}

.services-short-details .right-side-part-content .all-services-part .row {
    margin-bottom: 60px;
}

.services-short-details .right-side-part-content .all-services-part .second-lorw .left-service-part {
    padding-right: 0;
    padding-left: 30px;
}

.service-main-landing-section {
    padding: 100px 0;
}

.service-main-landing-section .service-thumb-part {
    -webkit-box-shadow: 0 0 22px 11px #f8f8f8;
    -moz-box-shadow: 0 0 22px 11px #f8f8f8;
    box-shadow: 0 0 22px 11px #f8f8f8;
}

.service-main-landing-section .service-thumb-part a {
    text-decoration: none;
}

.service-main-landing-section .service-thumb-part .thumb-img img {
    display: block;
    width: 100%;
}

.service-main-landing-section .service-thumb-part .thumb-img {
    overflow: hidden;
    transition: .25s all linear;
}

.service-main-landing-section .service-thumb-part .content-part {
    padding: 33px 37px;
    background: #fff;
}

.service-main-landing-section .service-thumb-part .content-part h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #162542;
    font-family: Frank Ruhl Libre;
}

.service-main-landing-section .service-thumb-part .content-part p {
    font-family: Karla;
    font-weight: 400;
    line-height: 28px;
    font-size: 16px;
    color: #666666;
    min-height: 169px;
}

.service-main-landing-section .service-thumb-part .content-part .view-more {
    font-family: 'Karla', sans-serif;
    font-size: 18px;
    color: #fff;
    margin: 0 auto;
    background: #b68c5a;
    padding: 18px 30px;
    font-weight: 700;
    margin-top: 40px;
    display: inline-block;
    text-transform: uppercase;
}

.services-short-details .right-side-part-content .middel-containt-part .list-of-financail-part {
    padding-left: 60px;
    border-left: 2px solid #b68c5a;
    position: relative;
    margin-bottom: 0;
    height: 100%;
}

.services-short-details .right-side-part-content .middel-containt-part .list-of-financail-part h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #162542;
    font-family: Frank Ruhl Libre;
}

.services-short-details .right-side-part-content .middel-containt-part .list-of-financail-part ul li {
    background: url(../images/tick-mark.png);
    background-repeat: no-repeat;
    font-family: Karla;
    font-weight: 400;
    line-height: 28px;
    font-size: 18px;
    color: #666666;
    position: relative;
    padding-left: 37px;
    background-position: 0 6px;
    margin-bottom: 8px;
}

.services-short-details .right-side-part-content .middel-containt-part .list-of-financail-part p {
    margin-bottom: 20px;
}

.services-short-details .right-side-part-content .middel-containt-part .list-of-financail-part p:last-child {
    margin-bottom: 0;
}

.services-short-details .right-side-part-content .middel-containt-part .list-of-financail-part .label {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    font-family: 'Karla';
    font-weight: 700;
    color: #fff;
    background-color: #b68c5a;
    padding: 5px 16px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(100% 0%, 90% 55%, 100% 100%, 0% 100%, 0% 0%, 25% 0%);
    width: auto;
}

.services-short-details .right-side-part-content .middel-containt-part .col-lg-6 {
    margin-bottom: 30px;
}

.comming-soon-section {
    margin: 0;
    padding: 100px 0;
}

.main-top-popup .modal-dialog {
    max-width: 600px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%) !important;
}

.main-top-popup .modal-dialog .modal-header .modal-title {
    font-family: Frank Ruhl Libre;
    font-weight: 400;
    line-height: 37px;
    font-size: 28px;
    color: #162542;
}

.main-top-popup .modal-dialog .modal-header .btn-close {
    width: 30px;
    height: 30px;
    background: #162542;
    border-radius: 100%;
    border-width: 0;
    color: #fff;
    padding: 1px 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-top-popup .content-us-address-sec {
    padding: 0;
}

.main-top-popup .content-us-address-sec-box {
    padding: 0;
}

.main-top-popup .content-us-address-sec .form-cont {
    box-shadow: none;
    margin: 0;
    padding: 20px;
}

/* 1600 */

/***********************************/

/***********************************/

/***********************************/

/***********************************/

/***********************************/

/***********************************/

/***********************************/

/***********************************/

/***********************************/

/***********************************/

/***********************************/

/***********************************/

/***********************************/

/***********************************/

/***********************************/

/***********************************/

/***********************************/

/***********************************/

/***********************************/

/***********************************/

/***********************************/

/***********************************/

/***********************************/
@media(max-width:1366px) {
    .banner-text {
        left: 10%;
    }

    .header .menu>.menu-item>a {
        padding: 38px 15px;
    }

    .elementor-section-home-box h4 {
        font-size: 28px;
    }

    .team-sec-area-box {
        margin: 0 0px;
    }

    .project-details-sec .container {
        padding: 80px 0;
    }

    .latest-blogs-sec-box {
        margin: 0 0px;
    }

    .testimonials-slider-box p {
        font-size: 20px;
        line-height: 34px;
    }

}

@media(max-width:1024px) {
    .header .menu>.menu-item>a {
        padding: 10px 5px;
        font-size: 15px;
    }

    .elementor-section-home-box {
        margin: 0px 0px;
    }

    .banner-text h1 {
        font-size: 55px;
        line-height: 65px;
    }
    .header-main {
    padding: 22px 0;
    }

}

@media(max-width:768px) {
    .top-banner .slide-arrow {
        display: none !important;
    }

}

@media(max-width:575px) {
    .copyright-area {
        flex-direction: column;
        align-items: center;
        margin: 40px auto 0;
    }

    .footer-social-media-icons {
        margin-top: 30px;
    }

    footer {
        padding: 110px 20px 30px;
    }

    .logo-nav {
        padding: 0 20px;
    }

    .banner-text h1 br {
        display: none;
    }

    .banner-text h1 {
        font-size: 50px;
        line-height: 55px;
    }

    .banner-text {
        width: 90%;
        left: 20px;
    }

    .banner-text a {
        font-size: 18px;
        padding: 20px 20px;
    }

    .our-team-header-sec {
        align-items: start;
        flex-direction: column;
    }

    .project-details-sec {
        margin: 60px 0 0;
    }

    .latest-blogs-sec-date h3 {
        font-size: 26px;
        line-height: 30px;
    }

    .latest-blogs-sec-date p {
        font-size: 12px;
    }

    .latest-blogs-sec-date {
        padding: 6px;
    }

    .latest-blogs-sec-box h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .our-team-header-sec a {
        margin-top: 20px;
    }

    .project-details-box-right h2 {
        font-size: 38px;
    }

    .project-details-box svg {
        margin-right: 10px;
    }

    .project-details-box {
        flex-direction: column;
    }

    .underline_text.box.col-sm-12.col-md-6.col-lg-3 {
        margin-top: 50px;
    }

    footer .box h3 {
        margin-bottom: 20px;
    }

    footer .box img {
        margin-bottom: 10px;
    }

    .team-sec-area-box h4 {
        font-size: 20px;
        line-height: 26px;
        padding: 10px 10px 0;
    }

    .team-sec-area-box h5 {
        padding: 0 10px 20px;
    }

}

@media only screen and (min-width:0) and (max-width:1023px) {
    .header {
        height: 70px;
    }

    .banner-text {
        width: 80%;
    }

    .our-history-sec-left {
        margin-bottom: 40px;
    }

    .our-history-sec-left h4 {
        margin-top: 20px;
        font-size: 26px;
    }

    .our-testimonials-sec-right {
        position: relative;
        right: 0px;
        width: 100%;
        overflow: unset;
    }

    .our-testimonials-sec-left {
        margin-bottom: 40px;
        padding: 0;
    }

    .our-history-sec.about-page-sec1 {
        padding: 50px 15px;
    }

    .request-free-sec-box {
        padding: 30px 20px;
    }

    .request-free-sec-box h2 {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 30px;
    }

    .our-history-sec.about-page-sec1 .our-history-sec-left {
        padding-right: 0px;
    }

    .content-us-address-sec-box {
        margin-top: 40px;
    }

    .office-add-sec-box .office-add-sec-text {
        width: 78%;
    }

    .content-us-address-sec-left {
        padding: 40px 20px;
        margin-right: 0;
    }

    .our-team-sec {
        padding: 100px 0 0;
    }

    .team-sec-area-box {
        margin: 0 0px 40px;
    }

    .project-details-box {
        margin-bottom: 50px;
    }

    .project-details-sec .container {
        padding: 50px 20px 5px;
        box-sizing: border-box;
    }

    .latest-blogs-sec-box {
        margin: 0 0px 40px;
    }

    .our-testimonials-sec .col-lg-6.mar-pad-0.width-50 {
        width: 100%;
        position: relative;
    }

    .our-testimonials-sec-right img {
        width: 100%;
        height: auto;
    }

    .our-testimonials-sec .container-fuild {
        width: 93%;
        margin: 0 auto;
    }

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 93%;
    }

    .elementor-section-home-box {
        margin: 0px 0px 20px;
    }

    .com-header h2 {
        line-height: 46px;
        font-size: 36px;
    }

    .practice-areas-sec-box h4 {
        font-size: 26px;
        line-height: 36px;
    }

    .testimonials-slider-box p {
        font-size: 18px;
        line-height: 30px;
    }

    .latest-blogs-sec {
        padding: 60px 0;
    }

    .banner-text h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .banner-text a {
        margin-top: 20px;
        padding: 15px 20px;
    }

    .our-history-sec:before {
        display: none;
    }

    .practice-areas-sec .mar-top-100 {
        margin-top: 50px;
    }

    .our-testimonials-sec {
        margin-top: 80px;
    }

    .testimonials-slider-box {
        width: 100%;
    }

    .services-short-details {
        padding: 60px 0;
    }

    .banner-header .top-banner-content>h1 {
        font-size: 34px;
        line-height: 49px;
    }

    .services-short-details .right-side-part-content .all-services-part .second-lorw .left-service-part {
        padding-left: 0;
        padding: 20px;
        border: 1px solid #ddd;
        border-top: 0;
    }

    .services-short-details .right-side-part-content .all-services-part .left-service-part {
        padding-right: 0;
        padding: 20px;
        border: 1px solid #ddd;
        border-top: 0;
    }

    .services-short-details .right-side-part-content .all-services-part .left-service-part h3 {
        font-size: 22px;
        line-height: 29px;
        margin-bottom: 15px;
    }

    .services-short-details .right-side-part-content .all-services-part .row.first-lorw .col-lg-6:first-child {
        order: 2;
    }

    .services-short-details .right-side-part-content .all-services-part .row.first-lorw .col-lg-6:last-child {
        order: 1;
    }

    .services-short-details .col-lg-3 {
        order: 2;
    }

    .services-short-details .col-lg-9 {
        order: 1;
    }

    .services-short-details .left-side-services .services-part-left h5 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .services-short-details .left-side-services .services-part-left .list-of-services a {
        font-size: 13px;
    }

    .services-short-details .right-side-part-content .all-services-part .row {
        margin-bottom: 30px;
    }

    .services-short-details .right-side-part-content h4 {
        font-size: 23px;
    }

    .services-short-details .right-side-part-content p.desc {
        font-size: 20px;
        line-height: 30px;
    }

    .service-main-landing-section {
        padding: 60px 0;
    }

    .service-main-landing-section .service-thumb-part {
        margin-bottom: 30px;
    }

    .service-main-landing-section .service-thumb-part .content-part .view-more {
        padding: 14px 22px;
        font-size: 14px;
    }

    .service-main-landing-section .service-thumb-part .content-part {
        padding: 30px;
    }

    .service-main-landing-section .service-thumb-part .content-part p {
        min-height: auto;
    }

    .our-history-sec.about-page-sec1.offices-held-empanelments-section .our-history-sec-left {
        padding-left: 0;
        margin-top:40px;
    }

    .main-top-popup .content-us-address-sec-box {
        padding: 0;
        margin: 0;
    }
        .header-main {
        padding: 0;
    }

}
@media only screen and (min-device-width:800px) and (max-device-width:820px){
        .header-main {
        padding: 0;
    }
}
@media only screen and (min-device-width:768px) and (max-device-width:991px){
        .header-main {
        padding: 0;
    }
}

@media(max-width:575px) {
    .banner-text h1 {
        font-size: 34px;
        line-height: 44px;
    }

}
