:root {
    --primary: #D8CBAD;
}

body {
    font-family: "Montserrat", sans-serif;
}

p, h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    letter-spacing: normal;
}

h6 {
	font-size: 16px;
}

p {
    text-align: justify;
    color: #212529;
    font-size: 16px;
    line-height: 30px;
}

li {
    line-height: 24px;
	font-size: 16px;
    color: #212529;
}

img {
    width: 100%;
}

a {
    color: #D8CBAD;
}

a:hover {
    text-decoration: none !important;
}

a:focus {
    color: #D8CBAD;
}

.btn-sec-col {
    background: #E7B489;
    color: #fff;
}

.breadcrumb > li {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: none;
    color: #D8CBAD;
}

.breadcrumb>li+li:before {
    color: #D8CBAD;
    opacity: 1;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #1e3044 !important;
}

.banner {
    width: 100%;
}

.hero-banner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.hero-banner .container-xl, .hero-banner .row {
    height: 100%;
}

.banner-text {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    letter-spacing: 0.1px;
    text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.6);
    font-size: 38px;
}

@media (min-width: 992px) {
    #header .header-nav-main nav>ul>li>a {
        font-family: "Montserrat", sans-serif;
        text-transform: none;
        letter-spacing: normal;
        font-size: 16px;
    }
	
	.dropdown-mega-sub-nav li a span {
    	margin-right: 5px;
	}
	
	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav {
        list-style: none;
        padding: 0;
        margin: 0;
        text-indent: 0;
        padding-left: 10px;
    }
	
	#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li > a {
        white-space: normal;
        display: flex;
    }
}

.social-icons li a {
    border-radius: 5px;
}

.search-bar {
    margin-top: -50px;
    z-index: 999;
    position: relative;
    margin-bottom: 50px;
}

.search-box {
    background: rgba(38, 43, 62, 0.95);
    padding: 25px;
    border-radius: 5px;
}

.search-box-form>.row>.form-group {
    margin-bottom: 0 !important;
}

.search-box-form .form-control {
    border-radius: 0;
    border: 0;
    height: 50px;
}

.name-box {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.search-box-form .input-group-text {
    background: #fff;
    border-radius: 0;
    border: 0;
    border-right: 1px solid #e0e0e0;
}

.search-box-form input::placeholder {
    color: #212529;
}

.search-box-form .btn-primary {
    background-color: #d9cbae;
    border-color: #d9cbae;
    color: #1e3046;
    text-transform: uppercase;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-family: "Montserrat", sans-serif;
}

.btn-primary {
    background-color: #d9cbae;
    border-color: #d9cbae;
    color: #1e3046;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 10px 20px;
    font-family: "Montserrat", sans-serif;
}

.search-box-form .btn-primary:hover {
    background-color: #d9cbae;
    border-color: #d9cbae;
    color: #1e3046;
    text-transform: uppercase;
}

.btn-primary:hover {
    background-color: #d9cbae !important;
    border-color: #d9cbae;
    color: #1e3046;
    text-transform: uppercase;
}

.heading h1 {
    font-weight: 600;
    margin-bottom: 10px;
}

.text-primary {
    color: #0A2341 !important;
}

.heading-line-bottom::after {
    content: "";
    display: block;
    border-bottom: 3px solid #D8CBAD;
    width: 80px;
    margin-bottom: 30px;
}

.heading-line-bottom-center::after {
    content: "";
    display: block;
    border-bottom: 3px solid #D8CBAD;
    width: 80px;
    margin: 0 auto 30px auto;
}

.shearn-bg {
    background: #1e3044;
}

.title-before {
    font-family: "Montserrat", sans-serif;
    color: #D8CBAD;
    font-weight: 500;
    text-transform: uppercase;
}

.news-box {
    min-height: 280px;
    background-size: cover !important;
    background-position: center !important;
    height: 100%;
    position: relative;
}

.news-box .front-box {
    background: rgba(10, 35, 65, 0.25);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.front-box h1 {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.6);
}

.back-box {
    position: absolute;
    z-index: 999;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 50px;
    background: rgba(216, 203, 173, 0.65);
    height: 100%;
    opacity: 0;
}

.back-box-icon {
    width: 100%;
    display: flex;
    justify-content: center;
}

.back-box-icon img {
    width: 50px;
}

.back-box h1 {
    font-size: 26px;
    color: #0A2341;
    font-weight: 600;
    margin-bottom: 0;
}

.back-box p {
    color: #0A2341;
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
}

.back-box-btn {
    position: absolute;
    bottom: 30px;
    z-index: 999;
    right: 30px;
}

.back-box-btn i {
    font-size: 20px;
    color: #0A2341;
}

.news-box:hover .front-box {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.news-box:hover .back-box {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.shearn-img-bg {
    background-image: url(../images/shearn-home-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 70px 0;
    position: relative
}

.shearn-img-bg-2 {
    background-image: url(../images/map.jpg);
    background-size: cover;
    background-position: center;
    padding: 70px 0;
}

.shearn-img-bg-3 {
    background-image: url(../images/map02.jpg);
    background-size: cover;
    background-position: center;
    padding: 70px 0;
}

.grey-bg {
    background-color: #f9f9f9;
    padding: 70px 0;
}

.shearn-img-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 48, 68, 0.8);
    z-index: 1;
}

.shearn-img-bg .container-xl {
    position: relative;
    z-index: 2;
}

.counter-box {
    background: #0A2341;
    padding: 40px 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.counters .counter {
    text-align: left;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

.counter-box img {
    width: 50px;
    margin-right: 20px;
}

.counters strong {
    font-size: 40px;
}

.counters label {
    font-weight: 300;
    font-size: 14px;
    color: #fff;
}

.toggle-primary .toggle.active>label, .toggle-primary .toggle.active>.toggle-title {
    background-color: transparent;
    border-color: #D8CBAD;
    border: 1px solid #d8cbad;
    color: #0A2341;
    text-transform: uppercase;
}

.toggle-primary .toggle label, .toggle-primary .toggle .toggle-title {
    background-color: transparent;
    border-color: #D8CBAD;
    border: 1px solid #d8cbad;
    color: #0A2341;
    text-transform: uppercase;
}

.toggle>.toggle-content {
    background: #f2f2f2;
    border-radius: 5px;
    padding: 20px 10px;
}

.practice-list {
    list-style: none;
    margin-bottom: 0;
    padding-inline-start: 15px;
}

.practice-list li {
    color: #212529;
    padding-bottom: 3px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 12px;
    background: #D8CBAD;
    color: #0A2341;
    padding: 10px;
    width: 30px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    border-radius: 50%;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 0;
}

.testimonial {
    background: #fff;
    border-radius: 5px;
    padding: 20px 40px;
}

.testimonial img {
    width: 30px;
    margin-bottom: 20px;
}

.test-author {
    color: #D8CBAD;
    line-height: normal;
    font-weight: 600;
}

.swiper-pagination-bullet-active {
    background: #D8CBAD;
}

#footer {
    background: #1e3044;
    border-top: 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

#footer .footer-copyright {
    background: #1e3044;
}

#footer a:not(.btn):not(.no-footer-css) {
    color: #fff !important;
    transition: all 0.1sease-in-out;
}

.sticky-bar {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    background: #0A2341;
}

.alert-warning {
    background: transparent;
    border: 0;
    margin-bottom: 0;
}

.sticky-title-line-wrapper {
    display: flex;
    align-items: center;
}

.sticky-title-line-wrapper p {
    white-space: nowrap;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.sticky-title-line {
    display: block;
    width: 100%;
    height: 2px;
    background: #D8CBAD;
}

.btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23D8CBAD'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 1;
}

.alert-dismissible .btn-close {
    top: 10px;
}

html .scroll-to-top {
    left: 10px;
    right: auto;
    background: rgba(255, 255, 255, 0.1);
}

.scroll-to-top:hover i {
    color: #fff;
}

.profile-box {
    background: linear-gradient(90deg, #e6e6e6, #f5f5f5, #e5e5e5);
    height: 400px;
}

.profile-box img {
    object-fit: cover;
    height: 100%;
}

.profile-box-2 {
    background: linear-gradient(90deg, #e6e6e6, #f5f5f5, #e5e5e5);
    /*height: 350px;*/
}

.profile-box-2 img {
    object-fit: cover;
    height: 100%;
}

.profile-heading {
    display: flex;
    align-items: baseline;
}

.profile-heading h1 {
    font-weight: 600;
    margin-bottom: 10px;
}

.profile-heading span {
    color: #D8CBAD;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 500;
}

.profile-sep::after {
    content: "";
    display: block;
    border-bottom: 3px solid #D8CBAD;
    width: 80px;
    margin-bottom: 30px;
}

ul.profile-list {
    list-style: none;
    padding-inline-start: 0;
    column-count: 2;
    margin-bottom: 40px;
}

ul.profile-list ::marker {
    color: #D8CBAD;
}

.profile-list li {
    font-size: 16px;
    color: #0A2341;
    display: flex;
    margin-bottom: 6px;
    font-weight: 500;
}

.profile-list li::before {
    font-size: 16px;
    content: "●";
    margin-right: 10px;
    color: #D8CBAD;
}

ul.practice-list {
    list-style: none;
    padding-inline-start: 0;
    display: grid;
    gap: 6px;
    margin-bottom: 40px;
}

ul.practice-list ::marker {
    color: #D8CBAD;
}

.practice-list li {
    font-size: 16px;
    color: #0A2341;
    display: flex;
    font-weight: 500;
}

.practice-list li::before {
    font-size: 16px;
    content: "●";
    margin-right: 10px;
    color: #0A2341;
}

.sub-heading h3 {
    font-size: 20px;
    text-transform: unset;
    font-weight: 600;
    margin-bottom: 20px;
}

ul.profile-info-list {
    list-style: none;
    padding-inline-start: 0;
    display: grid;
    gap: 6px;
    margin-bottom: 40px;
}

.profile-info-list li::before {
    font-size: 16px;
    content: "○";
    margin-right: 10px;
    color: #D8CBAD;
}

.profile-info-list li {
    font-size: 16px;
    color: #0A2341;
    display: flex;
    font-weight: 500;
}

ul.overview-list {
    list-style: none;
    padding-inline-start: 0;
    display: grid;
    gap: 6px;
    margin-bottom: 40px;
}

.overview-list li::before {
    font-size: 16px;
    content: "●";
    margin-right: 10px;
    color: #D8CBAD;
}

.overview-list li {
    font-size: 16px;
    color: #212529;
    display: flex;
	text-align: justify;
}

.tabs.tabs-simple .nav-tabs {
    justify-content: flex-start;
    border: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #D8CBAD;
}

.tabs.tabs-simple .nav-tabs>li {
    margin-left: 40px;
    margin-bottom: 0;
}

.tabs.tabs-simple .nav-tabs>li .nav-link, .tabs.tabs-simple .nav-tabs>li .nav-link:hover, .tabs.tabs-simple .nav-tabs>li .nav-link:focus {
    border-bottom: 0;
    font-size: 18px;
    color: #D8CBAD;
    font-weight: 600;
}

html body .tabs.tabs-simple .nav-tabs>li .nav-link.active, html body .tabs.tabs-simple .nav-tabs>li .nav-link.active:focus, html body .tabs.tabs-simple .nav-tabs>li .nav-link:hover, html body .tabs.tabs-simple .nav-tabs>li .nav-link.active:hover, html.dark body .tabs.tabs-simple .nav-tabs>li .nav-link.active, html.dark body .tabs.tabs-simple .nav-tabs>li .nav-link.active:focus, html.dark body .tabs.tabs-simple .nav-tabs>li .nav-link:hover, html.dark body .tabs.tabs-simple .nav-tabs>li .nav-link.active:hover {
    color: #0A2341;
}

html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover, html body .tabs.tabs-bottom .nav-tabs .nav-link.active, html body .tabs.tabs-bottom .nav-tabs .nav-link.active:hover, html body .tabs.tabs-bottom .nav-tabs .nav-link.active:focus, html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover, html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active, html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active:hover, html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active:focus {
    border-bottom-color: #0A2341;
}

.tabs.tabs-simple .tab-content {
    padding: 0px 0px;
}

.experience-item h5 {
    font-size: 16px;
    text-transform: unset;
}

ul.accolade-list {
    list-style: none;
    padding-inline-start: 0;
    display: grid;
    gap: 20px;
    margin-bottom: 40px;
}

.accolade-list li::before {
    font-size: 16px;
    content: "●";
    margin-right: 10px;
    color: #D8CBAD;
}

.accolade-list li {
    font-size: 16px;
    color: #212529;
    display: flex;
}

.accolade-item {
    display: grid;
    font-weight: 600;
}

.accolade-item span {
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 16px;
}

.btn-back {
    color: #D8CBAD;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0;
}

.btn-back:hover {
    color: #D8CBAD;
}

.btn-back span {
    height: 25px;
    width: 25px;
    background-color: #D8CBAD;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.btn-back span i {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.btn-readmore {
    font-size: 16px;
    color: #D8CBAD;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
}

.btn-readmore:hover {
    color: #D8CBAD;
}

.btn-readmore i {
    background-color: #D8CBAD;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    color: #0A2341;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}

.testimonial.partner-msg blockquote p {
    color: #212529;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    text-align: justify;
}

.testimonial.partner-msg blockquote:before {
    left: 22px;
    top: 21px;
    color: var(--light);
    content: "";
    background-image: url(../images/quote.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    font-size: 85px;
    filter: invert(1);
    font-style: normal;
    line-height: 1;
    position: absolute;
}

.testimonial.partner-msg {
    padding: 0;
}

.sh-icon-box {
    background: #0A2341;
    padding: 30px 20px;
    border-radius: 5px;
    text-align: center;
    height: 200px;
}

.sh-icon-box img {
    width: 50px;
}

.sh-icon-box p {
    color: #fff;
    text-align: center;
    font-weight: 500;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 0;
}

.news-1box {
    height: 600px;
    display: flex;
    flex-direction: column;
}

.news-1box-img {
    height: 50%
}

.news-1box-img img {
    height: 100%;
    object-fit: cover;
}

.news-1box .newsroom-body {
    height: 50%;
}

.newsroom-body {
    background: #f7f7f7;
    padding: 50px;
    position: relative;
}

.newsroom-body:before {
    position: absolute;
    top: -14px;
    left: 40px;
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-bottom: 15px solid #f7f7f7;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    margin-left: 22px;
}

.news-cat {
    text-transform: uppercase;
    color: #D8CBAD;
    font-weight: 600;
}

.news-title {
    color: #0A2341;
    font-weight: 600;
    margin: 20px 0;
    text-transform: capitalize;
    font-size: 18px;
}

.news-date {
    font-style: italic;
    margin-bottom: 0;
}

.newsroom-box {
    background: #f7f7f7;
    padding: 35px;
    position: relative;
    height: 275px;
}

.newsroom-box-2 {
    padding: 50px;
    position: relative;
    height: 275px;
    background-size: cover !important;
}

.newsroom-box-2:before {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    height: 275px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.newsroom-box-2 .news-cat, .newsroom-box-2 .news-title, .newsroom-box-2 .news-date {
    color: #fff;
    position: relative;
    z-index: 2;
}

.news-6box {
    display: flex;
    height: 300px;
}

.news-6box-img {
    width: 50%;
    position: relative;
}

.news-6box-img img {
    height: 100%;
    object-fit: cover;
}

.news-6box-img:after {
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 15px solid #f7f7f7;
    content: "";
    height: 0;
    position: absolute;
    right: -1px;
    top: 25px;
    width: 0;
    z-index: 1;
}

.newsroom-body-2 {
    background: #f7f7f7;
    padding: 50px;
    position: relative;
    width: 50%
}

.event-dropdown {
    border: 1px solid #D8CBAD;
    border-radius: 5px;
    padding: 10px 30px;
    font-weight: 500;
    text-transform: uppercase;
}

.event-dropdown:hover {
    color: #D8CBAD;
}

.partner-listing {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.associates-listing {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}


.partner-holder {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 6px;
}

.partner-img {
    height: 300px;
    background: linear-gradient(90deg, #e6e6e6, #f5f5f5, #e5e5e5);
    margin-bottom: 10px;
}

.partner-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

@media only screen and (min-width: 992px){
	.partner-name {
		height: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
	}
}

.partner-name h4 {
    font-size: 17px;
	line-height: 22px;
    text-align: center;
}

.partner-info {
    background: rgba(38, 43, 62, 0.05);
    padding: 10px;
    border-radius: 6px;
    margin-top: 10px;
    display: none;
}

.partner-info span {
    background: #0A2341;
    color: #fff;
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 13px;
}

.expertise-list {
    list-style: none;
    padding-inline-start: 0;
}

.expertise-list li::before {
    font-size: 14px;
    content: "●";
    margin-right: 10px;
    color: #D8CBAD;
}

.expertise-list li {
    color: #0A2341;
    display: flex;
}

.expertise-toggle.toggle-title {
    background: #1e3046;
    border: 1px solid #1e3046;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    display: block;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    color: #d9cbae;
}

.expertise-toggle.toggle-title:hover {
    background: #1e3046;
    cursor: pointer;
    color: #d9cbae;
}

.push-right {
    padding-right: 5px;
}

.global-box {
    text-align: center;
}

.global-img {
    height: 80px;
    margin-bottom: 20px;
}

.global-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
    }
}

.practice-area {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    border: 1px solid #d9cbae;
}

.dropdown-menu.sd-menu {
    background: #0A2341 !important;
}

#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a:hover {
    background-color: #D8CBAD !important;
    color: #0A2341 !important;
    min-width: 200px;
    padding-left: 10px !important;
}

.csr-list {
    list-style: none;
    padding-inline-start: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.csr-img {
    height: 250px;
}

.csr-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.csr-title {
    background: #f7f7f7;
    padding: 20px;
    height: 90px;
    display: flex;
    justify-content: space-between;
}

.csr-title h3 {
    color: #0A2341;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
}

.notice-top-bar .notice-top-bar-close {
    top: 20px;
}

.sd-page-title {
    min-height: 350px;
    margin-bottom: 50px !important;
}

.overlay .breadcrumb {
    z-index: 999;
}

.overlay .breadcrumb li a {
    color: #fff !important;
}

.overlay .breadcrumb li a .active {
    color: #fff !important;
}


#awardstabs {
    overflow-y: hidden;
}

#ourpeopletabs {
    overflow-y: hidden;
}

.nav-link:hover {
    color: #D8CBAD !important;
}

.btn-primary:active:not(.bg-transparent), .btn-primary.active:not(.bg-transparent), .btn-primary:focus:not(.bg-transparent), .btn-primary.focus:not(.bg-transparent) {
    background-color: #D8CBAD !important;
    background-image: none !important;
}

.btn-primary:active, .btn-primary:focus {
    border-color: #D8CBAD !important;
    color: #1e3046
}




@media (max-width: 991px) {


    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a:hover {
        background-color: #D8CBAD !important;
        color: #0A2341 !important;
        width: 100% !important;
        padding-left: 10px !important;
    }

    #header .header-nav-main.header-nav-main-mobile-dark nav>ul li a:focus {
        background-color: #D8CBAD;
        color: #0A2341;
        width: 100% !important;
    }

    #header .header-nav-main.header-nav-main-mobile-dark nav>ul li a:hover {
        background-color: #D8CBAD;
        color: #0A2341;
        width: 100% !important;
    }

    html #header.header-transparent .header-nav-main nav {
        padding: 0 30px;
        background: #0a2341;
    }

    #header .header-nav-main.header-nav-main-mobile-dark:before {
        background-color: #0a2341;
    }

    #header .header-nav-main nav>ul li a {
        color: #fff;
    }

    #header .header-nav-main.header-nav-main-mobile-dark nav>ul>li .dropdown-menu>li a {
        color: #fff;
    }
	
	    #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav > li > a {
        display: flex;
        text-decoration: none;
        white-space: normal;
    }
	
	.mobile-border li:last-child {
    	border-bottom: 1px solid #D8CBAD !important;
	}

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .page-header {
        margin: 0;
    }

    .sd-page-title {
        min-height: 200px;
    }

    section.section {
        padding: 25px 0;
    }

    .search-bar {
        margin-top: 20px;
    }

    .search-box-form>.row>.form-group {
        margin-bottom: 10px !important;
    }

    .name-box {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .search-box-form .btn-primary {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .partner-listing {
        list-style: none;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        padding: 0;
    }

    .csr-list {
        list-style: none;
        padding-inline-start: 0;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .profile-box {
        background: linear-gradient(90deg, #e6e6e6, #f5f5f5, #e5e5e5);
        height: 100%;
    }

    .profile-heading {
        padding: 20px 0px 20px 0px;
        flex-direction: column;
    }

    ul.profile-list {
        list-style: none;
        padding-inline-start: 0;
        column-count: 1;
        margin-bottom: 40px;
    }

    .news-1box {
        height: auto;
    }

    .news-1box .newsroom-body {
        height: auto;
        margin: 0px 0px 20px 0px;
    }

    #news-section {
        margin: 0px 0px 20px 0px;
    }

    .global-box {
        text-align: center;
        margin: 0px 0px 20px 0px;
    }

    .practice-area {
        padding: 50px 30px;
    }

    .expertiseSwiper .swiper-button-next {
        display: none;
    }

    .expertiseSwiper .swiper-button-prev {
        display: none;
    }

    .testimonial blockquote {
        padding: 70px 30px 30px 30px;
    }

    .tabs.tabs-simple .nav-tabs>li {
        margin-left: 0;
        margin-bottom: 0;
    }

    .csr-title {
        height: auto;
    }

    .newsroom-box {
        height: auto;
    }

    .news-6box {
        height: auto;
        flex-direction: column;
    }

    .news-6box-img {
        height: 50%;
        width: auto;

    }

    .newsroom-body-2 {
        width: auto;
    }

    .news-6box-img:after {
        position: absolute;
        top: 353px;
        left: 40px;
        content: '';
        width: 0;
        height: 0;
        display: block;
        border-bottom: 15px solid #f7f7f7;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        margin-left: 22px;
    }

    #header .header-nav-main.header-nav-main-mobile-dark nav>ul li,
    #header .header-nav-main nav>ul li {
        border-bottom: 1px solid #D8CBAD;
        clear: both;
        display: block;
        float: none;
        margin: 0;
        padding: 10px 10px;
        position: relative;
    }

    #header .header-nav-main nav>ul li.dropdown.open>.dropdown-menu {
        display: block;
        margin-left: 0;
        background-color: #0a2341 !important;
    }

    #availablevacancy {
        padding: 10px;
    }

    #careerform {
        border-left: 0px !important;
        margin-top: 20px;
    }

    .tabs.tabs-simple .nav-tabs>li .nav-link, .tabs.tabs-simple .nav-tabs>li .nav-link:hover, .tabs.tabs-simple .nav-tabs>li .nav-link:focus {
        white-space: nowrap;
    }

    html body .tabs.tabs-simple .nav-tabs>li .nav-link.active, html body .tabs.tabs-simple .nav-tabs>li .nav-link:hover, html body .tabs.tabs-simple .nav-tabs>li .nav-link.active:hover {
        color: #0A2341 !important;
    }

}

@media only screen and (min-width: 1281px) and (max-width: 1400px) {
	#header .header-logo {
		width: 200px !important;
		height: 21px !important;
	}
	
	#header .header-logo img {
		width: 200px !important;
		height: 21px !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
	#header .header-logo {
		width: 150px !important;
		height: 16px !important;
	}
	
	#header .header-logo img {
		width: 150px !important;
		height: 16px !important;
	}
	
	#header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a, #header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a {
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
    .container-xl {
        max-width: 1200px;
    }
}