/* Counsel Law HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Banner Section
6. Services Section / Two
7. Welcome Section
8. Counter Section
9. Practice Section
10. Fluid Section One / Two
11. Team Section
12. Testimonail Section
13. Clients Section / Two
14. CTA Section
15. Main Footer Section
16. Page Title Section
17. Case Section
18. Case Study Section
19. Services Detail Section
20. Map Section
21. Contact Form Section

**********************************************/

/* 
	font-family: 'Bellefair', serif;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Oswald', sans-serif;
*/

@import url("font-awesome.css");
@import url("flaticon.css");
@import url("animate.css");
@import url("owl.css");
@import url("animation.css");
@import url("jquery-ui.css");
@import url("custom-animate.css");
@import url("jquery.fancybox.min.css");
@import url("jquery.mCustomScrollbar.min.css");

/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #777777;
    line-height: 1.7em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper {
    padding: 0px 50px 0px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #e1a122;
}

button,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    font-family: "Bellefair", serif;
}

input,
button,
select,
textarea {
}

textarea {
    overflow: hidden;
}

p {
    position: relative;
    line-height: 1.8em;
    font-size: 16px;
}

.text {
    position: relative;
    color: #575d6e;
    font-size: 16px;
    line-height: 1.8em;
}

.bg-color-light {
    background-color: #f9f9f9;
}

/* Typography */

h1 {
    font-size: 89px;
    line-height: 1em;
}

h2 {
    font-size: 45px;
    line-height: 1.2em;
}

h3 {
    font-size: 30px;
    line-height: 1.3em;
}

h4 {
    font-size: 24px;
    line-height: 1.3em;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.medium-container {
    max-width: 850px;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

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

img {
    display: inline-block;
    max-width: 100%;
}

.theme-btn {
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.centered {
    text-align: center;
}

/***

====================================================================
	Scroll To Top style
====================================================================

***/

/* Trust Badges Section */
.trust-badge i {
    font-size: 3rem;
    color: #e1a122;
}

.trust-badge {
    background: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-top: 4px solid #e1a122;
    transition: 0.3s;
}

.trust-badge:hover {
    transform: translateY(-8px);
}

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #e1a122;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #ffffff;
    display: none;
    border-radius: 50px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    color: #ffffff;
    background: #e1a122;
}

/* List Style One */

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    color: #575d6e;
    font-size: 15px;
    padding-left: 30px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 12px;
}

.list-style-one li:before {
    position: absolute;
    content: "\f1a3";
    left: 0px;
    top: 5px;
    color: #e1a122;
    font-size: 18px;
    line-height: 1em;
    font-family: "Flaticon";
}

/*Btn Style One*/

.btn-style-one {
    position: relative;
    display: inline-block;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    overflow: hidden;
    background: none;
    border-radius: 0px;
    padding: 12px 35px 12px;
    text-transform: uppercase;
    background-color: #e1a122;
}

.btn-style-one:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    background-color: #ffffff;
}

.btn-style-one .txt {
    position: relative;
    z-index: 1;
}

.btn-style-one .arrow {
    margin-left: 6px;
}

.btn-style-one:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-one:hover {
    color: #e1a122;
}

/* Btn Style Two */

.btn-style-two {
    position: relative;
    display: inline-block;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    overflow: hidden;
    background: none;
    border-radius: 0px;
    padding: 12px 35px 12px;
    text-transform: uppercase;
    background-color: #e1a122;
}

.btn-style-two:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    background-color: #00204c;
}

.btn-style-two .txt {
    position: relative;
    z-index: 1;
}

.btn-style-two .arrow {
    margin-left: 6px;
}

.btn-style-two:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-two:hover {
    color: #ffffff;
}

/* Btn Style Three */

.btn-style-three {
    position: relative;
    display: inline-block;
    line-height: 30px;
    color: #00204c;
    padding: 11px 32px 11px;
    overflow: hidden;
    background: none;
    letter-spacing: 1px;
    border-radius: 0px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #00204c;
}

.btn-style-three:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #00204c;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-three .txt {
    position: relative;
    z-index: 1;
}

.btn-style-three:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-three:hover {
    color: #ffffff;
    border-color: #00204c;
}

/* Social Icon One */

.social-icon-one {
    position: relative;
    display: block;
}

.social-icon-one .title {
    position: relative;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 700;
    margin-right: 15px;
}

.social-icon-one li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-right: 22px;
}

.social-icon-one li:last-child {
    margin-right: 0;
}

.social-icon-one li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-one li a:hover {
    color: #e1a122;
}

.theme_color {
    color: #e1a122;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/lawerlogo.png);
    background-size: 80px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

.sec-title h2 {
    color: #00204c;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.sec-title h2:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 60px;
    background-color: #e1a122;
}

.sec-title.centered h2:before {
    left: 50% !important;
    margin-left: -30px;
}

.sec-title .text {
    font-weight: 400;
    margin-top: 22px;
}

.sec-title.light .text,
.sec-title.light .title,
.sec-title.light h2 {
    color: #ffffff;
}

.sec-title.centered {
    text-align: center !important;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
    position: absolute;
    z-index: 99;
    width: 100%;
    /* padding-top: 30px; */
}

.main-header .main-box {
    position: relative;
    padding: 0px 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    background: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .main-box .outer-container {
    position: relative;
    padding: 0px 40px;
}

.main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0px;
    z-index: 10;
    padding: 30px 0px;
}

.main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-upper {
    position: relative;
}

/* .main-header .header-upper .auto-container{
	max-width:1400px;
	display: flex;
	align-items: center;
	justify-content: space-between;
} */

/* ===== HEADER FIX: KEEP EVERYTHING IN ONE LINE ===== */

.main-header .header-upper .auto-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    background-color: #fff !important;
}

/* Logo */
.main-header .logo-box {
    flex: 0 0 auto;
}

/* Nav Outer */
.main-header .nav-outer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}

/* Menu */
.main-header .main-menu {
    flex: 1;
}

.main-header .main-menu .navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.main-header .main-menu .navigation > li {
    margin: 0 !important;
}

/* Outer Box (Buttons + Phone) */
.main-header .outer-box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 !important;
    margin-left: 20px;
}

/* Call + Whatsapp Buttons */
.main-header .btn-box a {
    white-space: nowrap;
    padding: 12px 22px;
    font-size: 14px;
}

/* Phone Box */
.main-header .phone-box {
    white-space: nowrap;
}

.main-header .phone-box strong {
    font-size: 18px;
}

/* Prevent wrapping */
.main-header {
    width: 100%;
}

.main-header .navigation,
.main-header .outer-box {
    flex-wrap: nowrap;
}

.main-header .header-upper .upper-right {
    position: relative;
    padding-top: 22px;
}

.main-header .nav-outer {
    position: relative;
    float: right;
}

.main-header .header-upper .logo-box {
    position: relative;
    padding: 12px 0px;
}

.main-header .header-upper .logo-box .logo {
    position: relative;
}

.main-header .outer-box {
    position: relative;
    float: right;
    margin-left: 20px;
    padding: 19px 0px;
}

.main-header .btn-box {
    position: relative;
    float: left;
    margin-left: 20px;
}

.main-header .phone-box {
    position: relative;
    float: left;
    top: -4px;
    margin-left: 12px;
}

.main-header .phone-box .box-inner {
    position: relative;
    padding-left: 50px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
}

.main-header .phone-box .box-inner .icon {
    position: absolute;
    left: 0px;
    top: 6px;
    color: #ffffff;
    font-size: 50px;
    line-height: 1em;
}

.main-header .phone-box .box-inner strong {
    position: relative;
    display: block;
    font-size: 30px;
    font-weight: 500;
    margin-top: 10px;
    font-family: "Oswald", sans-serif;
}

/* Main Menu */

.main-menu {
    position: relative;
    float: left;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navbar-collapse {
    padding: 0px;
    float: left;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.main-menu .navigation > li {
    position: relative;
    float: left;
    margin-right: 25px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li:last-child {
    margin-right: 0px;
}

.sticky-header .main-menu .navigation > li > a {
    color: #444444 !important;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a {
    color: #e1a122;
    background-color: inherit !important;
}

.sticky-header .nav-outer .options-box {
    margin-top: 45px;
}

/*Sticky Header*/

/* .sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  background: #ffffff;
  z-index: 0;
  border-bottom: 1px solid #e8f1f7;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header .logo {
  padding: 11px 0px 9px;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
} */

/*** 
====================================================================
    Sticky Header Fix
====================================================================
***/

/* Sticky Header */
.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #ffffff;
    z-index: 9999;
    border-bottom: 1px solid #e8f1f7;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
}

/* Fixed Header Class */
.fixed-header .sticky-header {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    animation: slideDown 0.5s ease forwards;
}

/* Logo in Sticky Header */
.sticky-header .logo {
    padding: 10px 0px !important;
}

.sticky-header .logo img {
    max-height: 70px !important;
    width: auto !important;
    transition: all 0.3s ease;
}

/* Navigation in Sticky Header */
.sticky-header .main-menu .navigation > li > a {
    padding: 25px 0px !important;
    color: #444444 !important;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a {
    color: #e1a122 !important;
}

/* Buttons in Sticky Header */
.sticky-header .outer-box {
    margin-left: 20px;
    padding: 15px 0px !important;
}

/* Animation */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Fix for Main Header Logo */
.main-header .logo-box .logo img {
    max-height: 60px;
    width: auto;
    transition: all 0.3s ease;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .main-header .logo-box .logo img {
        max-height: 50px;
    }

    .sticky-header .logo img {
        max-height: 40px !important;
    }

    /* Hide desktop buttons on mobile */
    .main-header .outer-box.d-none.d-md-flex {
        display: none !important;
    }

    /* Show mobile menu button */
    .mobile-nav-toggler {
        display: block !important;
    }
}

/* Ensure proper spacing when sticky is active */
body.sticky-active {
    padding-top: 80px;
}

/* Mobile Menu Fix */
.mobile-menu .nav-logo img {
    max-height: 50px;
    width: auto;
}
.main-menu .navigation > li > a {
    position: relative;
    display: block;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 600;
    padding: 33px 0px;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header .main-menu .navigation > li {
    position: relative;
    margin-left: 30px;
    margin-right: 0px;
}

.sticky-header .main-menu .navigation > li:before,
.sticky-header .main-menu .navigation > li:after {
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
    opacity: 1;
    color: #e1a122;
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 110%;
    width: 230px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    padding: 20px 15px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f9f9f9;
}

.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 18px;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #00204c;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header .main-menu .navigation > li > a {
    padding: 23px 0px;
}

.main-menu .navigation > li > ul > li > a:before {
    position: absolute;
    content: "//";
    left: 10px;
    top: 8px;
    opacity: 0;
    color: #e1a122;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a::before {
    opacity: 1;
}

.sticky-header .main-menu .navigation > li > a:before {
    top: 18px !important;
}

.main-menu .navigation > li > ul > li:hover > a {
    color: #e1a122;
    padding-left: 30px;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #253d4a;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
    color: #222222;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 120%;
    top: 0%;
    width: 230px;
    z-index: 100;
    display: none;
    transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    padding: 20px 15px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-menu .navigation > li > ul > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f9f9f9;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 6px 18px;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #00204c;
    padding-left: 10px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: #e1a122;
}

.main-menu .navigation > li > ul > li > ul > li > a:before {
    position: absolute;
    content: "//";
    left: 10px;
    top: 8px;
    opacity: 0;
    color: #e1a122;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a::before {
    opacity: 1;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: #e1a122;
    padding-left: 30px;
}

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 100%;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
    border: 1px solid #ffffff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}

/*** 

====================================================================
	Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #ffffff;
    display: none;
}

/* ====================================
   MOBILE RESPONSIVE FIXES
   ==================================== */

/* Fix for mobile menu background color */
.mobile-menu {
    background: #00204c !important;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
}

.mobile-menu .menu-box {
    background: #00204c !important;
    color: #ffffff !important;
}

/* Fix for mobile navigation items */
.mobile-menu .navigation li > a {
    color: #ffffff !important;
    border-bottom: 1px solid rgba(225, 161, 34, 0.2) !important;
    padding: 15px 20px !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a {
    color: #e1a122 !important;
    background: rgba(225, 161, 34, 0.1) !important;
}

/* Fix for dropdown arrows in mobile */
.mobile-menu .dropdown-btn {
    color: #ffffff !important;
}

.mobile-menu .dropdown-btn.open {
    color: #e1a122 !important;
}

/* Fix for mobile menu backdrop */
.mobile-menu .menu-backdrop {
    background: rgba(0, 32, 76, 0.9) !important;
}

/* Fix for close button */
.mobile-menu .close-btn {
    color: #ffffff !important;
    background: #e1a122 !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 50% !important;
    text-align: center !important;
}

.mobile-menu .close-btn:hover {
    background: #ffffff !important;
    color: #e1a122 !important;
}

/* Fix for mobile buttons */
.mobile-menu-buttons {
    background: rgba(0, 0, 0, 0.1) !important;
    border-top: 2px solid #e1a122 !important;
    padding: 20px !important;
}

.mobile-menu-buttons .btn-style-two {
    background: #e1a122 !important;
    color: #ffffff !important;
    border: none !important;
    margin: 10px 0 !important;
    padding: 15px !important;
    border-radius: 5px !important;
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    font-weight: 600 !important;
}

.mobile-menu-buttons .btn-style-two:hover {
    background: #ffffff !important;
    color: #e1a122 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 5px 15px rgba(225, 161, 34, 0.3) !important;
}

/* Fix for main header background on mobile */
@media (max-width: 991px) {
    .main-header {
        background: rgba(0, 32, 76, 0.95) !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .header-upper {
        background: transparent !important;
    }

    /* Fix for mobile nav toggler */
    .mobile-nav-toggler {
        background: #e1a122 !important;
        color: #ffffff !important;
        width: 45px !important;
        height: 45px !important;
        line-height: 45px !important;
        text-align: center !important;
        border-radius: 5px !important;
        padding: 0 !important;
    }

    .mobile-nav-toggler:hover {
        background: #ffffff !important;
        color: #e1a122 !important;
    }

    /* Ensure logo is visible */
    .main-header .logo-box .logo img {
        /* filter: brightness(0) invert(1) !important; */
    }

    /* Sticky header on mobile */
    .sticky-header.active {
        background: #00204c !important;
        border-bottom: 2px solid #e1a122 !important;
    }

    .sticky-header .logo img {
        filter: brightness(0) invert(1) !important;
    }

    .sticky-header .mobile-nav-toggler {
        background: #e1a122 !important;
        color: #ffffff !important;
    }

    .sticky-header .btn-style-two {
        background: #e1a122 !important;
        color: #ffffff !important;
        padding: 8px 15px !important;
        font-size: 13px !important;
    }
}

/* Fix for very small screens */
@media (max-width: 480px) {
    .mobile-menu .menu-box {
        width: 100% !important;
        padding-right: 0 !important;
    }

    .mobile-menu .nav-logo {
        padding: 20px 15px !important;
        text-align: center !important;
        border-bottom: 2px solid #e1a122 !important;
    }

    .mobile-menu .nav-logo img {
        max-height: 45px !important;
        filter: brightness(0) invert(1) !important;
    }

    /* Fix for banner text visibility */
    .banner-section .content-column h1 {
        color: #ffffff !important;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
    }

    .banner-section .content-column .text {
        color: #ffffff !important;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) !important;
    }
}

/* Fix for banner section on mobile */
@media (max-width: 767px) {
    .banner-section .slide {
        background: linear-gradient(rgba(0, 32, 76, 0.9), rgba(0, 32, 76, 0.9)),
            url("your-background-image.jpg") center/cover !important;
    }

    .banner-section .content-column .title {
        color: #e1a122 !important;
    }

    .banner-section .list-style-one li {
        color: #ffffff !important;
    }

    .banner-section .list-style-one li:before {
        color: #e1a122 !important;
    }
}
.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 999999;
    color: #fff !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    text-align: left;
}

.mobile-menu .nav-logo img {
    max-width: 200px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;

    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    width: 100%;
    visibility: visible;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    right: -400px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    border-radius: 0px;

    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
    right: 0px;
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: #202020;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.mobile-menu .close-btn:hover {
    opacity: 0.5;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li > ul > li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 15px;
    color: #404040;
    text-transform: capitalize;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a {
    color: #111111;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
    display: none;
}

.sticky-header .navbar-header {
    display: none;
}

.main-header .sticky-header .outer-box {
    margin-left: 20px;
    padding: 10px 0px 0px;
}

.sticky-header .mobile-nav-toggler {
    position: relative;
    float: left;
    color: #111111;
    display: none;
    cursor: pointer;
    font-size: 32px;
    margin-left: 25px;
    padding: 15px 0px;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-toped {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #222222;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-toped:hover {
    color: #ffffff;
    background: #000000;
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

/* ================================
   BANNER SECTION - RESPONSIVE FIXES
   ================================ */

/* Base banner section styles */
.banner-section .slide {
    position: relative;
    padding: 180px 0px;
    background-size: cover;
    background-position: center;
}

.banner-section .slide::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    background-color: rgba(0, 32, 76, 0.8);
}

.banner-section .auto-container {
    position: relative;
    z-index: 5;
}

/* Content column (left side) */
.banner-section .content-column .inner-column {
    position: relative;
}

.banner-section .content-column .title {
    position: relative;
    color: #e1a122;
    font-size: 25px;
    line-height: 1.8em;
    margin-bottom: 22px;
    font-weight: 400;
    letter-spacing: 7px;
    padding-right: 70px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Bellefair", serif;
}

.banner-section .content-column .title:before {
    position: absolute;
    content: "";
    right: 0px;
    top: 20px;
    height: 2px;
    width: 60px;
    background-color: #e1a122;
}

.banner-section .content-column h1 {
    position: relative;
    color: #ffffff;
    font-size: 89px;
    line-height: 1em;
    text-transform: uppercase;
}

.banner-section .content-column .text {
    position: relative;
    color: #ffffff;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 30px;
    font-weight: 400;
    max-width: 665px;
}

/* Trust points list */
.banner-section .list-style-one {
    margin: 20px 0;
}

.banner-section .list-style-one li {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    padding-left: 30px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 12px;
}

.banner-section .list-style-one li:before {
    position: absolute;
    content: "\f1a3";
    left: 0px;
    top: 5px;
    color: #e1a122;
    font-size: 18px;
    line-height: 1em;
    font-family: "Flaticon";
}

/* Buttons container */
.banner-section .btns-box {
    margin-top: 35px;
}

.banner-section .btns-box .theme-btn {
    margin-right: 15px;
    margin-bottom: 10px;
}

/* Lead form box (right side) */
.lead-form-box {
    background: #fff;
    padding: 50px;
    max-width: 480px;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.lead-form-box .form-group {
    margin-bottom: 25px;
}

.lead-form-box label {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    color: #00204c;
}

.lead-form-box input,
.lead-form-box select {
    width: 100%;
    height: 55px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
    background: #fff;
}

.lead-form-box input:focus,
.lead-form-box select:focus {
    outline: none;
    border-color: #e1a122;
    box-shadow: 0 0 0 2px rgba(225, 161, 34, 0.2);
}

.lead-form-box .submit-btn {
    width: 100%;
    height: 60px;
    background: #e1a122;
    border: none;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.3s;
    color: #fff;
    text-transform: uppercase;
}

.lead-form-box .submit-btn:hover {
    background-color: rgba(0, 32, 76, 0.8);
}

/* ================================
   RESPONSIVE MEDIA QUERIES
   ================================ */

/* Laptop/Desktop (992px and above) */
@media (min-width: 992px) {
    .banner-section .slide {
        padding: 150px 0px;
    }

    .banner-section .row.clearfix.align-items-center {
        display: flex;
        align-items: center;
    }

    .banner-section .content-column {
        padding-right: 30px;
    }

    .banner-section .content-column .inner-column {
        padding-right: 20px;
    }

    .banner-section .content-column h1 {
        font-size: 89px;
        line-height: 1.1em;
    }

    .banner-section .content-column .text {
        font-size: 22px;
    }

    .lead-form-box {
        padding: 50px;
        max-width: 100%;
    }

    .banner-section .col-lg-6 {
        width: 50%;
        float: left;
    }
}

/* Tablet (768px to 991px) */
@media (max-width: 991px) and (min-width: 768px) {
    .banner-section .slide {
        padding: 120px 0px;
    }

    .banner-section .content-column h1 {
        font-size: 70px;
    }

    .banner-section .content-column .text {
        font-size: 20px;
    }

    .banner-section .list-style-one li {
        font-size: 16px;
    }

    .lead-form-box {
        padding: 40px;
    }

    .banner-section .col-lg-6 {
        width: 50%;
        float: left;
    }
}

/* Phone/Mobile (767px and below) */
@media (max-width: 767px) {
    .banner-section .slide {
        padding: 100px 0px 80px;
        text-align: center;
    }

    /* Stack columns vertically on mobile */
    .banner-section .row.clearfix.align-items-center {
        flex-direction: column;
    }

    .banner-section .content-column,
    .banner-section .col-lg-6 {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }

    .banner-section .content-column .inner-column {
        padding-right: 0;
    }

    /* Adjust title */
    .banner-section .content-column .title {
        font-size: 20px;
        letter-spacing: 5px;
        padding-right: 50px;
        margin-bottom: 15px;
    }

    .banner-section .content-column .title:before {
        width: 40px;
        top: 15px;
    }

    /* Adjust main heading */
    .banner-section .content-column h1 {
        font-size: 42px;
        line-height: 1.2em;
        margin-bottom: 15px;
    }

    /* Adjust text */
    .banner-section .content-column .text {
        font-size: 18px;
        margin-bottom: 20px;
    }

    /* Adjust trust points */
    .banner-section .list-style-one {
        text-align: left;
        display: inline-block;
        margin: 15px auto;
    }

    .banner-section .list-style-one li {
        font-size: 16px;
        padding-left: 25px;
        margin-bottom: 10px;
    }

    /* Adjust buttons */
    .banner-section .btns-box {
        margin-top: 25px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .banner-section .btns-box .theme-btn {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
        max-width: 280px;
        text-align: center;
    }

    /* Adjust form box */
    .lead-form-box {
        padding: 30px 20px;
        margin: 0 auto;
        max-width: 100%;
    }

    .lead-form-box h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .lead-form-box label {
        font-size: 14px;
    }

    .lead-form-box input,
    .lead-form-box select {
        height: 50px;
        font-size: 15px;
    }

    .lead-form-box .submit-btn {
        height: 55px;
        font-size: 16px;
    }

    /* Ensure proper spacing */
    .banner-section .content-column {
        margin-bottom: 30px;
    }

    .banner-section .col-lg-6.col-md-12.col-sm-12:last-child {
        margin-bottom: 0;
    }
}

/* Small phones (480px and below) */
@media (max-width: 480px) {
    .banner-section .slide {
        padding: 80px 0px 60px;
    }

    .banner-section .content-column .title {
        font-size: 18px;
        letter-spacing: 3px;
        padding-right: 40px;
    }

    .banner-section .content-column .title:before {
        width: 30px;
        top: 12px;
    }

    .banner-section .content-column h1 {
        font-size: 36px;
    }

    .banner-section .content-column .text {
        font-size: 16px;
    }

    .banner-section .list-style-one li {
        font-size: 15px;
        padding-left: 22px;
    }

    .lead-form-box {
        padding: 25px 15px;
    }

    .lead-form-box .form-group {
        margin-bottom: 20px;
    }

    .banner-section .btns-box .theme-btn {
        padding: 12px 25px;
        font-size: 14px;
    }
}

/* Fix for alignment on all screens */
.banner-section .row.clearfix {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.banner-section .row.clearfix.align-items-center {
    align-items: center;
}

.banner-section .col-lg-6,
.banner-section .col-md-12,
.banner-section .col-sm-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/* Ensure proper z-index for content */
.banner-section .content-column .inner-column,
.lead-form-box {
    position: relative;
    z-index: 10;
}

/* Animation for mobile form */
@media (max-width: 767px) {
    .lead-form-box {
        animation: fadeInUp 0.6s ease-out;
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-section .social-nav {
    position: absolute;
    left: 50px;
    top: 40%;
    z-index: 2;
}

.banner-section .social-nav li {
    position: relative;
    margin-bottom: 15px;
}

.banner-section .social-nav li a {
    position: relative;
    width: 46px;
    height: 46px;
    color: #ffffff;
    font-size: 16px;
    line-height: 44px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section .social-nav li a:hover {
    color: #ffffff;
    border-color: #e1a122;
    background-color: #e1a122;
}

.banner-section .slide::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    background-color: rgba(0, 32, 76, 0.8);
    /* background-color: rgba(206, 186, 77, 0.8); */
}

.banner-section .slide {
    position: relative;
}

.banner-section .auto-container {
    position: relative;
    z-index: 5;
}

/* .banner-section .slide {
  position: relative;
  overflow: hidden;
  padding-top: 280px;
  padding-bottom: 280px;
} */

.banner-section .slide {
    padding: 180px 0px;
}

.main-slider-carousel .slide {
    display: flex;
    align-items: center;
}

.lead-form-box {
    background: #fff;
    padding: 50px;
    /* max-width: 850px; */
    width: 100%;
    max-width: 480px;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 6px;
}

/* Title */
.lead-form-box h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* Form Group */
.lead-form-box .form-group {
    margin-bottom: 25px;
}

/* Labels */
.lead-form-box label {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

/* Inputs */
.lead-form-box input,
.lead-form-box select {
    width: 100%;
    height: 55px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

/* Button */
.lead-form-box .submit-btn {
    width: 100%;
    height: 60px;
    /* background: #ffd400; */
    background: #e1a122;

    border: none;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.3s;
    color: #fff;
}

.lead-form-box .submit-btn:hover {
    background-color: rgba(0, 32, 76, 0.8);
}

.banner-section .content-column {
    position: relative;
    z-index: 10;
}

.banner-section .content-column .inner-column {
    position: relative;
}

.banner-section .content-column .title {
    position: relative;
    color: #e1a122;
    font-size: 25px;
    line-height: 1.8em;
    margin-bottom: 22px;
    font-weight: 400;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    letter-spacing: 7px;
    padding-right: 70px;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    font-family: "Bellefair", serif;
}

.banner-section .content-column .title:before {
    position: absolute;
    content: "";
    right: 0px;
    top: 20px;
    height: 2px;
    width: 60px;
    background-color: #e1a122;
}

.banner-section .active .content-column .title {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.banner-section .content-column h1 {
    position: relative;
    color: #ffffff;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    text-transform: uppercase;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section .active .content-column h1 {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.banner-section .content-column .text {
    position: relative;
    color: #ffffff;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 30px;
    font-weight: 400;
    opacity: 0;
    z-index: 1;
    max-width: 665px;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section .active .content-column .text {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.banner-section .content-column .btns-box {
    margin-top: 35px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section .active .content-column .btns-box {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.banner-section .content-column .theme-btn {
    margin-right: 15px;
}

.banner-section .owl-dots {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 40px;
    display: none;
    text-align: center;
}

.banner-section .owl-dots .owl-dot {
    position: relative;
    width: 30px;
    height: 6px;
    margin-bottom: 10px;
    border-radius: 0px;
    margin: 0px 5px;
    display: inline-block;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner-section .owl-dots .owl-dot.active,
.banner-section .owl-dots .owl-dot:hover {
    background-color: #e1a122;
}

.banner-section .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 99999;
    width: 100%;
    opacity: 0;
    margin-top: -10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner-section:hover .owl-nav {
    opacity: 0;
}

.banner-section .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    line-height: 56px;
    font-size: 16px;
    text-align: center;
    border-radius: 50px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.banner-section .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    color: #ffffff;
    font-size: 16px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    line-height: 56px;
    border-radius: 50px;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover {
    color: #ffffff;
    border-color: #e1a122;
    background-color: #e1a122;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

/* Legal Services Section */
.legal-services-section {
    position: relative;
    padding: 100px 0;
    background: #f8f9fa;
}

.legal-services-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.1;
}

.legal-services-section .service-column {
    margin-bottom: 30px;
}

.legal-services-section .service-column .inner {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-align: center;
    border-top: 4px solid transparent;
}

.legal-services-section .service-column .inner:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(225, 161, 34, 0.15);
    border-top: 4px solid #e1a122;
}

.legal-services-section .icon {
    margin-bottom: 20px;
    display: inline-block;
    transition: all 0.3s ease;
}

.legal-services-section .service-column .inner:hover .icon svg {
    transform: scale(1.1);
}

.legal-services-section .service-title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.legal-services-section .service-column .inner:hover .service-title {
    color: #e1a122;
}

.legal-services-section .service-text {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
    min-height: 48px;
}

.legal-services-section .consult-btn {
    background: #e1a122;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #e1a122;
}

.legal-services-section .consult-btn:hover {
    background: #fff;
    color: #e1a122;
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(225, 161, 34, 0.3);
}

/* Section Title Styling with Gold Accent */
.legal-services-section .sec-title h2 {
    color: #222;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.legal-services-section .sec-title h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #e1a122;
}

.legal-services-section .sec-title .text {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .legal-services-section {
        padding: 70px 0;
    }

    .legal-services-section .service-column {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .legal-services-section {
        padding: 50px 0;
    }

    .legal-services-section .service-column .inner {
        padding: 25px 20px;
    }

    .legal-services-section .service-title {
        font-size: 18px;
    }

    .legal-services-section .service-text {
        font-size: 14px;
    }
}

/* Animation for icons */
@keyframes iconPulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.legal-services-section .icon svg {
    animation: iconPulse 2s infinite ease-in-out;
}

/* Why Choose Section */
.why-choose-section {
    position: relative;
    padding: 100px 0;
    background: #fff;
}

.why-choose-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.03;
}

.why-choose-section .reason-column {
    margin-bottom: 40px;
}

.why-choose-section .reason-column .inner {
    background: #fff;
    border-radius: 15px;
    padding: 40px 30px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    text-align: center;
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}

.why-choose-section .reason-column .inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #e1a122;
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.why-choose-section .reason-column .inner:hover:before {
    transform: scaleX(1);
}

.why-choose-section .reason-column .inner:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(225, 161, 34, 0.15);
    border-color: #e1a122;
}

.why-choose-section .icon {
    margin-bottom: 20px;
    display: inline-block;
}

.why-choose-section .icon svg {
    transition: all 0.3s ease;
}

.why-choose-section .reason-column .inner:hover .icon svg {
    transform: rotateY(180deg);
}

.why-choose-section .count-outer {
    margin-bottom: 15px;
}

.why-choose-section .count-text {
    font-size: 48px;
    font-weight: 700;
    color: #e1a122;
    line-height: 1;
}

.why-choose-section .count-outer sup {
    font-size: 30px;
    color: #e1a122;
    font-weight: 600;
    margin-left: 2px;
}

.why-choose-section .reason-title {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    line-height: 1.3;
    position: relative;
    padding-bottom: 15px;
}

.why-choose-section .reason-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #e1a122;
    transition: width 0.3s ease;
}

.why-choose-section .reason-column .inner:hover .reason-title:after {
    width: 80px;
}

.why-choose-section .reason-text {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-top: 10px;
}

/* Stats Bar */
.why-choose-section .stats-bar {
    background: linear-gradient(135deg, #1a3a5f 0%, #2c5282 100%);
    border-radius: 15px;
    padding: 40px;
    margin: 60px 0 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.why-choose-section .stats-bar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #e1a122;
}

.why-choose-section .stat-column {
    margin-bottom: 0;
}

.why-choose-section .stat-column .inner {
    text-align: center;
    padding: 20px;
}

.why-choose-section .stat-number {
    font-size: 48px;
    font-weight: 800;
    color: #e1a122;
    line-height: 1;
    margin-bottom: 10px;
}

.why-choose-section .stat-number span {
    font-size: 30px;
    font-weight: 600;
}

.why-choose-section .stat-text {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

/* CTA Button */
.why-choose-section .cta-box {
    margin-top: 40px;
}

.why-choose-section .btn-style-one {
    background: #e1a122;
    color: #fff;
    border: none;
    padding: 18px 45px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(225, 161, 34, 0.3);
    position: relative;
    overflow: hidden;
}

.why-choose-section .btn-style-one:hover {
    background: #1a3a5f;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(225, 161, 34, 0.4);
}

.why-choose-section .btn-style-one:after {
    content: "→";
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.why-choose-section .btn-style-one:hover:after {
    transform: translateX(5px);
}

/* Section Title Styling */
.why-choose-section .sec-title h2 {
    color: #222;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.why-choose-section .sec-title h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: #e1a122;
    border-radius: 2px;
}

.why-choose-section .sec-title .text {
    color: #666;
    font-size: 18px;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 50px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .why-choose-section {
        padding: 70px 0;
    }

    .why-choose-section .reason-column {
        margin-bottom: 30px;
    }

    .why-choose-section .reason-column .inner {
        padding: 30px 20px;
    }

    .why-choose-section .stats-bar {
        padding: 30px 20px;
        margin: 40px 0 30px;
    }

    .why-choose-section .stat-number {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .why-choose-section {
        padding: 50px 0;
    }

    .why-choose-section .reason-title {
        font-size: 20px;
    }

    .why-choose-section .reason-text {
        font-size: 15px;
    }

    .why-choose-section .btn-style-one {
        padding: 15px 30px;
        font-size: 16px;
    }

    .why-choose-section .count-text {
        font-size: 36px;
    }

    .why-choose-section .stat-number {
        font-size: 28px;
    }

    .why-choose-section .stat-text {
        font-size: 16px;
    }
}

/* Case Expertise Section */
.case-expertise-section {
    position: relative;
    padding: 80px 0;
    background: #fff;
}

.case-expertise-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.03;
}

/* Main Stats */
.case-expertise-section .stat-column {
    margin-bottom: 40px;
}

.case-expertise-section .stat-column .inner {
    background: #fff;
    border-radius: 15px;
    padding: 40px 30px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    text-align: center;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.case-expertise-section .stat-column .inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00204c;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
    border-radius: 15px;
}

.case-expertise-section .stat-column .inner:hover:after {
    opacity: 0.05;
}

.case-expertise-section .stat-column .inner:hover {
    transform: translateY(-10px);
    border-color: #e1a122;
    box-shadow: 0 20px 40px rgba(0, 32, 76, 0.15);
}

.case-expertise-section .stat-icon {
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.case-expertise-section .stat-icon svg {
    transition: transform 0.3s ease;
}

.case-expertise-section .stat-column .inner:hover .stat-icon svg {
    transform: scale(1.1) rotate(5deg);
}

.case-expertise-section .stat-number {
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.case-expertise-section .count-text {
    font-size: 48px;
    font-weight: 800;
    color: #e1a122;
    line-height: 1;
}

.case-expertise-section .stat-number sup {
    font-size: 32px;
    color: #e1a122;
    font-weight: 700;
    margin-left: 5px;
}

.case-expertise-section .stat-title {
    font-size: 22px;
    font-weight: 700;
    color: #00204c;
    margin-bottom: 15px;
    line-height: 1.3;
    position: relative;
    z-index: 2;
}

.case-expertise-section .stat-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    position: relative;
    z-index: 2;
}

/* Detailed Expertise */
.case-expertise-section .detailed-expertise {
    margin: 60px 0 50px;
}

.case-expertise-section .expertise-column {
    margin-bottom: 30px;
}

.case-expertise-section .expertise-column .inner {
    background: #fff;
    border-radius: 15px;
    padding: 40px 30px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #eaeaea;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.case-expertise-section .expertise-column .inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00204c;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    border-radius: 15px;
}

.case-expertise-section .expertise-column .inner:hover:after {
    opacity: 0.05;
}

.case-expertise-section .expertise-column .inner:hover {
    transform: translateY(-5px);
    border-color: #e1a122;
    box-shadow: 0 15px 35px rgba(0, 32, 76, 0.1);
}

.case-expertise-section .expertise-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
    z-index: 2;
}

.case-expertise-section .header-icon {
    margin-right: 15px;
    flex-shrink: 0;
}

.case-expertise-section .header-title {
    font-size: 24px;
    font-weight: 700;
    color: #00204c;
    margin: 0;
}

/* Expertise List */
.case-expertise-section .expertise-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
}

.case-expertise-section .expertise-list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 12px 15px;
    background: #f8fafc;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.case-expertise-section .expertise-list li:hover {
    background: #fff;
    border-color: #e1a122;
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(225, 161, 34, 0.1);
}

.case-expertise-section .list-icon {
    color: #e1a122;
    font-weight: bold;
    font-size: 18px;
    margin-right: 15px;
    flex-shrink: 0;
    width: 24px;
    text-align: center;
}

.case-expertise-section .list-text {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    flex-grow: 1;
}

.case-expertise-section .list-count {
    font-size: 14px;
    font-weight: 700;
    color: #e1a122;
    background: rgba(225, 161, 34, 0.1);
    padding: 4px 12px;
    border-radius: 20px;
    flex-shrink: 0;
    margin-left: 10px;
}

/* Success Metrics */
.case-expertise-section .success-metrics {
    background: linear-gradient(135deg, #00204c 0%, #1a3a5f 100%);
    border-radius: 15px;
    padding: 40px;
    margin-top: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.case-expertise-section .success-metrics:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #e1a122;
}

.case-expertise-section .metric-column {
    margin-bottom: 0;
}

.case-expertise-section .metric-column .inner {
    text-align: center;
    padding: 20px;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.case-expertise-section .metric-column .inner:hover {
    transform: translateY(-5px);
}

.case-expertise-section .metric-number {
    font-size: 48px;
    font-weight: 800;
    color: #e1a122;
    line-height: 1;
    margin-bottom: 10px;
}

.case-expertise-section .metric-number span {
    font-size: 32px;
    font-weight: 600;
}

.case-expertise-section .metric-text {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

/* Section Title Styling */
.case-expertise-section .sec-title h2 {
    color: #00204c;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.case-expertise-section .sec-title h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: #e1a122;
    border-radius: 2px;
}

.case-expertise-section .sec-title .text {
    color: #666;
    font-size: 18px;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 60px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .case-expertise-section {
        padding: 70px 0;
    }

    .case-expertise-section .stat-column .inner {
        padding: 30px 20px;
    }

    .case-expertise-section .expertise-column .inner {
        padding: 30px 20px;
    }

    .case-expertise-section .success-metrics {
        padding: 30px 20px;
    }

    .case-expertise-section .count-text {
        font-size: 40px;
    }

    .case-expertise-section .metric-number {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .case-expertise-section {
        padding: 50px 0;
    }

    .case-expertise-section .stat-title {
        font-size: 20px;
    }

    .case-expertise-section .header-title {
        font-size: 22px;
    }

    .case-expertise-section .list-text {
        font-size: 15px;
    }

    .case-expertise-section .metric-number {
        font-size: 32px;
    }

    .case-expertise-section .metric-text {
        font-size: 16px;
    }
}

/* Animation for counters */
@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.case-expertise-section .count-text {
    animation: countUp 1s ease forwards;
}

/* Testimonials Section Updates */
.testimonial-section {
    padding: 100px 0;
    background-color: #f8fafc;
}

.testimonial-section .sec-title h2 {
    color: #00204c;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.testimonial-section .sec-title h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: #e1a122;
    border-radius: 2px;
}

.testimonial-section .sec-title .text {
    color: #666;
    font-size: 18px;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 50px;
}

/* Testimonial Block Updates */
.testimonial-block .inner-box {
    background: #fff;
    border-radius: 15px;
    padding: 40px 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    transition: all 0.4s ease;
    position: relative;
    margin: 15px;
    text-align: center;
}

.testimonial-block .inner-box:hover {
    transform: translateY(-10px);
    border-color: #e1a122;
    box-shadow: 0 20px 40px rgba(225, 161, 34, 0.15);
}

/* Author Image/Initials */
.author-image {
    margin-bottom: 20px;
}

.author-initials {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(0, 32, 76, 0.2);
    transition: transform 0.3s ease;
}

.testimonial-block .inner-box:hover .author-initials {
    transform: scale(1.1);
    box-shadow: 0 12px 25px rgba(0, 32, 76, 0.3);
}

/* Quote Icon */
.quote-icon {
    font-size: 40px;
    color: #e1a122;
    display: block;
    margin-bottom: 20px;
    opacity: 0.3;
}

/* Testimonial Text */
.testimonial-block .text {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    font-style: italic;
    margin-bottom: 20px;
    position: relative;
}

/* Case Type */
.case-type {
    display: inline-block;
    font-size: 14px;
    color: #e1a122;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 16px;
    background: rgba(225, 161, 34, 0.1);
    border-radius: 20px;
    margin-bottom: 15px;
}

/* Rating Stars */
.rating {
    margin-bottom: 15px;
}

.rating .fa-star,
.rating .fa-star-half-alt {
    color: #e1a122;
    font-size: 18px;
    margin: 0 2px;
}

/* Client Name */
.testimonial-block .name {
    font-size: 20px;
    font-weight: 700;
    color: #00204c;
    margin-top: 10px;
    position: relative;
    padding-top: 15px;
}

.testimonial-block .name:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #e1a122;
}

/* Overall Rating Box */
.overall-rating-box {
    background: linear-gradient(135deg, #00204c 0%, #1a3a5f 100%);
    border-radius: 15px;
    padding: 40px;
    max-width: 500px;
    margin: 50px auto 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.overall-rating-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #e1a122;
}

.rating-content {
    text-align: center;
}

.rating-number {
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
}

.rating-number span {
    font-size: 36px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}

.rating-stars {
    margin-bottom: 15px;
}

.rating-stars .fa-star,
.rating-stars .fa-star-half-alt {
    color: #e1a122;
    font-size: 28px;
    margin: 0 5px;
}

.rating-text {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    opacity: 0.9;
}

/* Carousel Navigation Styling */
.single-item-carousel .owl-nav {
    position: absolute;
    top: -90px;
    right: 0;
    margin-top: 0;
}

.single-item-carousel .owl-nav button {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #fff;
    color: #00204c;
    border-radius: 50%;
    margin-left: 10px;
    border: 2px solid #eaeaea;
    transition: all 0.3s ease;
}

.single-item-carousel .owl-nav button:hover {
    background: #e1a122;
    color: #fff;
    border-color: #e1a122;
    transform: scale(1.1);
}

.single-item-carousel .owl-dots {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    text-align: center;
}

.single-item-carousel .owl-dots button {
    width: 12px;
    height: 12px;
    background: #ddd;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.single-item-carousel .owl-dots button.active {
    background: #e1a122;
    transform: scale(1.2);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .testimonial-section {
        padding: 70px 0;
    }

    .testimonial-block .inner-box {
        padding: 30px 25px;
    }

    .overall-rating-box {
        padding: 30px 20px;
        margin: 40px auto 0;
    }

    .rating-number {
        font-size: 48px;
    }

    .rating-stars .fa-star {
        font-size: 24px;
    }

    .single-item-carousel .owl-nav {
        position: relative;
        top: 0;
        text-align: center;
        margin: 30px 0;
    }
}

@media (max-width: 767px) {
    .testimonial-section {
        padding: 50px 0;
    }

    .author-initials {
        width: 80px;
        height: 80px;
        font-size: 28px;
    }

    .testimonial-block .text {
        font-size: 15px;
    }

    .rating-number {
        font-size: 36px;
    }

    .rating-stars .fa-star {
        font-size: 22px;
    }

    .single-item-carousel .owl-nav button {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

/* ================================
   FAQ SECTION
================================ */

.faq-section {
    padding: 35px 0;
    background: #f9f9f9;
}

.faq-section .sec-title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
    padding-top: 20px;
}

.faq-section .sec-title .text {
    font-size: 16px;
    color: #666;
    max-width: 700px;
    margin: 0 auto 50px;
    line-height: 1.7em;
}

/* FAQ Wrapper */
.faq-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

/* FAQ Item Card */
.faq-item {
    background: #fff;
    padding: 25px 30px;
    border-radius: 12px;
    margin-bottom: 20px;
    border-left: 5px solid #c9a14a;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

.faq-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
}

/* Question */
.faq-question {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

/* Answer */
.faq-answer {
    font-size: 15px;
    color: #555;
    line-height: 1.7em;
    margin: 0;
}

.box-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.header-icon {
    margin-right: 15px;
    flex-shrink: 0;
}

.header-title {
    font-size: 28px;
    font-weight: 700;
    color: #00204c;
    margin: 0;
    line-height: 1.3;
}

/* Info Items */
.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}

.info-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.item-icon {
    width: 50px;
    height: 50px;
    background: rgba(225, 161, 34, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    margin-top: 5px;
}

.item-icon i {
    color: #e1a122;
    font-size: 20px;
}

.item-content h5 {
    color: #00204c;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Address */
address {
    font-style: normal;
    line-height: 1.8;
    color: #555;
}

address strong {
    color: #00204c;
    font-size: 17px;
    display: block;
    margin-bottom: 5px;
}

/* Office Hours */
.hours-grid {
    width: 100%;
}

.day-time {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #eee;
}

.day-time:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.day {
    color: #00204c;
    font-weight: 600;
}

.time {
    color: #e1a122;
    font-weight: 600;
}

.time.emergency {
    color: #e74c3c;
}

.emergency-note {
    background: rgba(231, 76, 60, 0.1);
    border-left: 4px solid #e74c3c;
    padding: 12px 15px;
    border-radius: 5px;
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.emergency-note i {
    color: #e74c3c;
    margin-right: 10px;
    font-size: 18px;
}

.emergency-note span {
    color: #666;
    font-weight: 600;
}

/* Contact Grid */
.contact-grid {
    width: 100%;
}

.contact-item {
    display: flex;
    margin-bottom: 12px;
    align-items: center;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.label {
    color: #00204c;
    font-weight: 600;
    min-width: 80px;
    margin-right: 15px;
}

.value {
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease;
}

.value:hover {
    color: #e1a122;
}

.value.whatsapp {
    color: #25d366;
    font-weight: 600;
}

.value.whatsapp:hover {
    color: #128c7e;
}

.value.whatsapp i {
    margin-right: 8px;
    font-size: 18px;
}

/* Accessibility List */
.accessibility-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accessibility-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #555;
}

.accessibility-list li:last-child {
    margin-bottom: 0;
}

.accessibility-list i {
    color: #e1a122;
    margin-right: 12px;
    font-size: 16px;
}

/* CTA Buttons */
.cta-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 30px;
}

.btn-style-one {
    background: #00204c;
    color: #fff;
    border: 2px solid #00204c;
    padding: 14px 25px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-style-one:hover {
    background: #fff;
    color: #00204c;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 32, 76, 0.2);
}

.btn-style-two {
    background: #e1a122;
    color: #fff;
    border: 2px solid #e1a122;
    padding: 14px 25px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-style-two:hover {
    background: #fff;
    color: #e1a122;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(225, 161, 34, 0.2);
}

/* Map Box */
.map-box {
    height: 100%;
}

.map-container {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 32, 76, 0.1);
    margin-bottom: 30px;
}

.map-embed {
    position: relative;
    z-index: 1;
}

.map-embed iframe {
    display: block;
    border: none;
}

.map-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #e1a122;
    z-index: 2;
    max-width: 200px;
}

.overlay-content h4 {
    color: #00204c;
    font-size: 18px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.overlay-content h4 i {
    color: #e1a122;
    margin-right: 10px;
}

.overlay-content p {
    color: #666;
    font-size: 14px;
    margin: 0 0 5px 0;
    line-height: 1.4;
}

/* Landmarks Box */
.landmarks-box {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 32, 76, 0.1);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.landmarks-box:hover {
    border-color: #e1a122;
    transform: translateY(-5px);
}

.landmarks-title {
    color: #00204c;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.landmarks-title i {
    color: #e1a122;
    margin-right: 12px;
    font-size: 24px;
}

.landmarks-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.landmark-item {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #f8fafc;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.landmark-item:hover {
    border-color: #e1a122;
    transform: translateX(5px);
    background: #fff;
}

.landmark-icon {
    width: 45px;
    height: 45px;
    background: rgba(225, 161, 34, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.landmark-icon i {
    color: #e1a122;
    font-size: 18px;
}

.landmark-content h6 {
    color: #00204c;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.landmark-content p {
    color: #666;
    font-size: 13px;
    margin: 0;
}

/* Local SEO Box */
.local-seo-box {
    background: linear-gradient(135deg, #00204c 0%, #1a3a5f 100%);
    border-radius: 15px;
    padding: 40px;
    margin-top: 60px;
    box-shadow: 0 15px 35px rgba(0, 32, 76, 0.2);
    position: relative;
    overflow: hidden;
}

.local-seo-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #e1a122;
}

.seo-content h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.seo-content h4 i {
    color: #e1a122;
    margin-right: 15px;
    font-size: 26px;
}

.keywords-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.keyword-tag {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.keyword-tag:hover {
    background: #e1a122;
    border-color: #e1a122;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(225, 161, 34, 0.3);
}

/* ✅ Location Row Fix */
.location-row {
    display: flex;
    align-items: stretch;
}

/* Left Box Styling */
.location-box {
    height: 100%;
    font-size: medium;
}

/* Map Box Fix */
.map-box {
    height: 100%;
    min-height: 420px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 32, 76, 0.1);
}

/* Force iframe full height */
.map-box iframe {
    width: 100%;
    height: 100%;
    display: block;
}

/*==============================
   FINAL CTA SECTION
==============================*/
/* ==============================
   FINAL CTA SECTION (CLEAN FIX)
================================ */

.final-cta-section {
    background: #0c3c7f;
    padding: 70px 20px;
    color: #fff;
}

.final-cta-section .cta-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

/* LEFT TEXT */
.final-cta-section .cta-text {
    max-width: 520px;
}

.final-cta-section .cta-text h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 12px;
}

.final-cta-section .cta-text p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    opacity: 0.9;
}

/* BUTTON AREA */
.final-cta-section .cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

/* COMMON BUTTON */
.final-cta-section .cta-btn {
    padding: 14px 32px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s ease;
    display: inline-block;
}

/* CALL BUTTON */
.final-cta-section .call-btn {
    background: #e1a122;
    color: #00204c;
}

.final-cta-section .call-btn:hover {
    background: #fff;
    color: #00204c;
}

/* BOOK BUTTON */
.final-cta-section .book-btn {
    border: 2px solid #fff;
    color: #fff;
}

.final-cta-section .book-btn:hover {
    background: #fff;
    color: #00204c;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .final-cta-section .cta-wrapper {
        text-align: center;
        justify-content: center;
    }

    .final-cta-section .cta-buttons {
        justify-content: center;
    }
}

/* ============================
   UPDATED MODERN FOOTER FIX
============================ */

.footer-whatsapp-btn {
    display: inline-block;
    margin-top: 18px;
    padding: 12px 18px;
    background: #25d366;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    transition: 0.3s;
}

.footer-whatsapp-btn i {
    margin-right: 8px;
}

.footer-whatsapp-btn:hover {
    background: #128c7e;
    color: #fff;
}

/* Bottom Links */
.footer-bottom-links {
    text-align: center;
    margin-bottom: 10px;
}

.footer-bottom-links a {
    color: #8fa4c2;
    margin: 0 12px;
    font-size: 14px;
    transition: 0.3s;
}

.footer-bottom-links a:hover {
    color: #e1a122;
    text-decoration: underline;
}

/* Responsive Footer */
@media (max-width: 768px) {
    .footer-whatsapp-btn {
        width: 100%;
        text-align: center;
    }

    .footer-bottom-links a {
        display: block;
        margin: 8px 0;
    }
}

/*  */
.services-section {
    position: relative;
    background-color: #f9f9f9;
}

.services-section .inner-container {
    position: relative;
    z-index: 10;
    margin-top: -110px;
}

.services-block {
    position: relative;
    margin-bottom: 30px;
}

.services-block .inner-box {
    position: relative;
    padding: 45px 30px;
    overflow: hidden;
    background-color: #ffffff;
}

.services-block .inner-box .content {
    position: relative;
    padding-left: 70px;
}

.services-block .inner-box .content .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #001f4b;
    font-size: 54px;
    line-height: 1em;
    display: inline-block;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.services-block .inner-box:hover .content .icon {
    color: #e1a122;
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.services-block .inner-box h4 {
    position: relative;
    color: #00204c;
    text-transform: uppercase;
}

.services-block .inner-box h4 a {
    position: relative;
    color: #00204c;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.services-block .inner-box:hover h4 a {
    color: #e1a122;
}

.services-block .inner-box .content .text {
    margin-top: 6px;
}

.services-block .inner-box .arrow {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 65px;
    height: 48px;
    z-index: 1;
    color: #ffffff;
    font-size: 22px;
    line-height: 48px;
    text-align: center;
}

.services-block .inner-box .arrow:after {
    position: absolute;
    content: "";
    left: -5px;
    top: -5px;
    width: 82px;
    height: 82px;
    z-index: -1;
    border-radius: 50%;
    background-color: #e1a122;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.services-block .inner-box:hover .arrow:after {
    background-color: #00204c;
}

/*** 

====================================================================
	Welcome Section
====================================================================

***/

.welcome-section {
    position: relative;
    /* padding-top: 90px; */
    padding-bottom: 45px;
    background-color: #f9f9f9;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.welcome-section .inner-container {
    position: relative;
    z-index: 10;
    background-color: #ffffff;
}

.welcome-section .image-column {
    position: relative;
    float: left;
    padding: 0px;
}

.welcome-section .image-column .inner-column {
    position: relative;
}

.welcome-section .image-column .image {
    position: relative;
}

.welcome-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.welcome-section .image-column .inner-column .case-box {
    position: absolute;
    left: -75px;
    bottom: -75px;
    padding: px;
    width: 240px;
    height: 212px;
    color: #ffffff;
    font-size: 75px;
    padding-top: 60px;
    text-align: center;
    background-color: #e1a122;
    font-family: "Bellefair", serif;
}

.welcome-section .image-column .inner-column .case-box span {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 35px;
    font-family: "Open Sans", sans-serif;
}

.welcome-section .content-column {
    position: relative;
    float: left;
    padding: 0px;
}

.welcome-section .content-column .inner-column {
    position: relative;
    padding: 90px 40px 50px;
}

.welcome-section .content-column .btns-box {
    position: relative;
    margin-top: 40px;
}

.welcome-section .content-column .btns-box .theme-btn {
    margin-right: 14px;
}

.welcome-section.style-two {
    padding-top: 0px;
    padding-bottom: 120px;
    background: none;
}

.welcome-section.style-two .content-column .inner-column {
    padding-top: 50px;
}

.welcome-section.style-two .inner-container {
    margin-top: -160px;
    padding: 20px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.welcome-section.style-two:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 160px;
    right: 0px;
    bottom: 0px;
    background-color: #f9f9f9;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section {
    position: relative;
    padding-top: 110px;
    background-color: #ffffff;
}

.counter-section .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 825px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}

.counter-section .image-layer:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.8;
    z-index: 1;
    background-color: #00204c;
}

.counter-section .fact-counter {
    margin-bottom: 50px;
}

/* Fact Counter */

.fact-counter {
    position: relative;
}

.fact-counter .counter-column {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.fact-counter .counter-column .inner {
    position: relative;
    text-align: left;
    padding: 40px 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: rgba(0, 30, 73, 0.8);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.fact-counter .counter-column .inner:hover {
    border-color: #e1a122;
}

.fact-counter .counter-column .inner .content {
    position: relative;
    padding-left: 64px;
}

.fact-counter .counter-column .count-box {
    position: relative;
    color: #ffffff;
    font-size: 45px;
    line-height: 1em;
    font-family: "Bellefair", serif;
}

.fact-counter .counter-column .count-box sup {
    position: relative;
    color: #ffffff;
}

.fact-counter .counter-column .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #c18e28;
    font-size: 44px;
    line-height: 1em;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.fact-counter .counter-column .inner:hover .icon {
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.fact-counter .counter-column .count-text {
    display: inline-block;
    color: #ffffff;
    line-height: 1em;
}

.fact-counter .counter-column .count-outer {
    position: relative;
    font-size: 48px;
    line-height: 1em;
}

.fact-counter .counter-column .counter-title {
    margin-top: 10px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
}

.fact-counter.style-two .counter-column .inner {
    background: none;
    border: 0px;
    padding: 40px 0px;
}

.video-boxed {
    position: relative;
    z-index: 1;
}

.video-boxed .video-image {
    position: relative;
    margin: 0px;
}

.video-boxed .video-image img {
    position: relative;
    width: 100%;
    z-index: 3;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.video-boxed .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    line-height: 45px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.video-boxed .overlay-box:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.2);
}

.video-boxed .overlay-box span {
    position: absolute;
    width: 120px;
    height: 120px;
    left: 50%;
    top: 50%;
    z-index: 10;
    color: #e1a122;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    padding-left: 4px;
    display: inline-block;
    margin-top: -60px;
    margin-left: -60px;
    line-height: 120px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: #ffffff;
}

.video-boxed .ripple,
.video-boxed .ripple:before,
.video-boxed .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-boxed .ripple:before {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-boxed .ripple:after {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/*** 

====================================================================
	Practice Section
====================================================================

***/

.practice-section {
    position: relative;
    padding: 100px 0px 100px;
    background-color: #ffffff;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.practice-section .inner-container {
    position: relative;
    border: 1px solid #e1e1e1;
}

.practice-section .inner-container:before {
    position: absolute;
    content: "";
    left: -1px;
    top: -1px;
    right: -2px;
    bottom: -2px;
    border: 3px solid #ffffff;
}

.practice-section .inner-container:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 50%;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
}

.practice-section .inner-container .practice-block {
    padding: 0px;
    float: left;
}

.practice-section
    .inner-container
    .practice-block:nth-child(4n + 0)
    .inner-box {
    border-right: 0px;
}

.practice-block {
    position: relative;
}

.practice-block .inner-box {
    position: relative;
    text-align: center;
    padding: 40px 15px;
    background-color: #ffffff;
    border-right: 1px solid #e1e1e1;
}

.practice-block .inner-box:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 40%;
    opacity: 0;
    background-color: #e1a122;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.practice-block .inner-box:hover::before {
    opacity: 1;
    width: 100%;
}

.practice-block .inner-box .icon {
    position: relative;
    font-size: 60px;
    color: #00204c;
    line-height: 1em;
    margin-bottom: 28px;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.practice-block .inner-box:hover .icon {
    color: #ffffff;
    transform: rotateY(180deg);
}

.practice-block .inner-box h5 {
    position: relative;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.practice-block .inner-box h5 a {
    position: relative;
    color: #00204c;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.practice-block .inner-box:hover .arrow,
.practice-block .inner-box:hover .text,
.practice-block .inner-box:hover h5 a {
    color: #ffffff;
}

.practice-block .inner-box .text {
    color: #575d6e;
    margin-bottom: 15px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.practice-block .inner-box .arrow {
    position: relative;
    color: #e1a122;
    font-size: 20px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

/*** 

====================================================================
	Fluid Section One
====================================================================

***/

.fluid-section-one {
    position: relative;
    padding: 0px 0px 0px;
}

.fluid-section-one .outer-container {
    position: relative;
    min-height: 250px;
    background-color: #f9f9f9;
}

.fluid-section-one .image-column {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.fluid-section-one .image-column:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: #00204c;
}

.fluid-section-one .image-column .inner-column {
    position: relative;
    max-width: 600px;
    width: 100%;
    float: right;
    padding: 100px 65px 80px 15px;
}

.fluid-section-one .side-icon {
    position: absolute;
    right: 0px;
    bottom: 80px;
    z-index: 1;
    background-repeat: no-repeat;
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    margin-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.accordion-box .block.active-block {
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 20px;
    cursor: pointer;
    line-height: 34px;
    color: #ffffff;
    font-weight: 400;
    background: none;
    border-radius: 0px;
    padding: 16px 50px 11px 0px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    font-family: "Bellefair", serif;
    text-transform: uppercase;
}

.accordion-box .block .acc-btn.active {
    color: #ffffff;
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 0px;
    top: 15px;
    width: 34px;
    height: 34px;
    font-size: 18px;
    color: #ffffff;
    border-radius: 50px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    right: 0px;
    width: 34px;
    height: 34px;
    color: #ffffff;
    font-size: 12px;
    padding-left: 2px;
    text-align: center;
    line-height: 32px;
    border-radius: 0%;
}

.accordion-box .block .icon-outer .icon-plus {
    opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
    opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1;
    color: #ffffff;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 0;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    font-size: 16px;
    color: #777777;
    line-height: 1.8em;
    padding: 0px 0px 25px 0px;
}

.accordion-box .block .content .accordian-text {
    position: relative;
    color: #b1c9e8;
    line-height: 1.9em;
}

.accordion-box .block .content p:last-child {
    margin-bottom: 0px;
}

.fluid-section-one .content-column {
    position: relative;
    float: right;
    width: 50%;
}

.fluid-section-one .content-column .inner-column {
    position: relative;
    max-width: 600px;
    width: 100%;
    padding: 90px 15px 75px 90px;
}

.default-form {
    position: relative;
    z-index: 2;
}

.default-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="email"],
.default-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    color: #222222;
    height: 55px;
    font-size: 16px;
    background: #ffffff;
    font-weight: 400;
    border-radius: 2px;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group textarea:focus {
    border-color: #e1a122;
}

.default-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 15px 20px;
    color: #222222;
    height: 190px;
    background: #ffffff;
    resize: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form .form-group .btn-detail {
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 16px;
    font-style: normal;
    height: 55px;
    padding: 12px 20px 10px 20px;
    line-height: 28px;
    color: #777777;
    border: none;
    border-radius: 0px;
    background: #ffffff;
    border: 1px solid transparent;
}

.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 2px;
    text-indent: 0px;
    color: #333333;
}

.form-group .ui-button .ui-icon:before {
    font-family: "FontAwesome";
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 2px !important;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #999999;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
    font-weight: 800;
}

.ui-widget.ui-widget-content {
}

.ui-menu .ui-menu-item {
    font-size: 14px;
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    background: #e1a122;
    border-color: #e1a122;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 24px;
}

.ui-menu-item:hover {
    background-color: #e1a122;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section {
    position: relative;
    padding: 110px 0px 60px;
    background-color: #ffffff;
}

/* Team Block */

.team-block {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.team-block .inner-box {
    position: relative;
}

.team-block .inner-box .image {
    position: relative;
    overflow: hidden;
}

.team-block .inner-box .image:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 161, 34, 0.6);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.team-block .inner-box:hover .image:before {
    -webkit-animation: circle 0.75s;
    animation: circle 0.75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.team-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.team-block .inner-box .lower-box {
    position: relative;
    text-align: center;
    padding: 30px 15px 0px;
}

.team-block .inner-box .lower-box h5 {
    letter-spacing: 1px;
}

.team-block .inner-box .lower-box h5 a {
    position: relative;
    color: #00204c;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box .lower-box h5 a:hover {
    color: #e1a122;
}

.team-block .inner-box .lower-box .designation {
    position: relative;
    color: #575d6e;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 12px;
}

.team-block .inner-box .lower-box .arrow {
    position: relative;
    color: #e1a122;
    font-size: 20px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box .lower-box .arrow:hover {
    color: #111111;
}

/*** 

====================================================================
	Testimonail Section
====================================================================

***/

.testimonial-section {
    position: relative;
    padding: 70px 0px 70px;
    background-color: #f9f9f9;
    background-size: cover;
    background-position: center bottom;
}

.testimonial-section .inner-container {
    position: relative;
    max-width: 870px;
    margin: 0 auto;
}

.testimonial-section .inner-container .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.testimonial-section .inner-container .owl-dots .owl-dot {
    position: relative;
    width: 18px;
    height: 18px;
    opacity: 0.5;
    margin: 0px 5px;
    border-radius: 50%;
    display: inline-block;
    background-color: #e1a122;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-section .inner-container .owl-dots .owl-dot:hover,
.testimonial-section .inner-container .owl-dots .owl-dot.active {
    opacity: 1;
}

.testimonial-section .inner-container .owl-nav {
    position: absolute;
    left: -120px;
    top: 50%;
    right: -120px;
    margin-top: -40px;
}

.testimonial-section .inner-container .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    width: 80px;
    height: 80px;
    color: #ffffff;
    font-size: 34px;
    text-align: center;
    line-height: 70px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    background-color: #00204c;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-section .inner-container .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    width: 80px;
    height: 80px;
    color: #ffffff;
    font-size: 34px;
    text-align: center;
    line-height: 70px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    background-color: #00204c;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-section .inner-container .owl-nav .owl-prev:hover,
.testimonial-section .inner-container .owl-nav .owl-next:hover {
    background-color: #e1a122;
    border-color: #e1a122;
}

.testimonial-block {
    position: relative;
}

.testimonial-block .inner-box {
    position: relative;
    text-align: center;
    padding: 0px 50px 50px;
}

.testimonial-block .inner-box .quote-icon {
    position: absolute;
    left: 80px;
    top: 100px;
    opacity: 0.5;
    color: #e1a122;
    line-height: 1em;
    font-size: 40px;
}

.testimonial-block .inner-box:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 60px;
    right: 0px;
    bottom: 0px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.03);
}

.testimonial-block .inner-box .author-image {
    position: relative;
    width: 117px;
    height: 117px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 50%;
    display: inline-block;
    border: 8px solid #f9f9f9;
}

.testimonial-block .inner-box .text {
    position: relative;
    font-size: 19px;
    color: #575d6e;
}

.testimonial-block .inner-box .name {
    position: relative;
    color: #e1a122;
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: "Bellefair", serif;
}

/*** 

====================================================================
	Clients Section
====================================================================

***/

.clients-section {
    position: relative;
    padding: 110px 0px 90px;
    background-color: #ffffff;
}

.clients-section.style-two {
    padding-top: 0px;
}

.clients-section .image-box {
    position: relative;
    text-align: center;
    padding: 10px 0px;
    border: 1px solid #e1e1e1;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.clients-section .image-box:hover {
    border-color: #e1a122;
}

.clients-section .image-box img {
    position: relative;
    width: auto;
    display: inline-block;
    filter: grayscale(100%);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.clients-section .image-box:hover img {
    filter: grayscale(0%);
}

.clients-section .owl-dots,
.clients-section .owl-nav {
    display: none;
}

/*** 

====================================================================
	CTA Section Two
====================================================================

***/

.cta-section {
    position: relative;
    background-color: #ffffff;
}

.cta-section .inner-container {
    position: relative;
    padding-left: 580px;
    padding-right: 15px;
    min-height: 304px;
    z-index: 10;
    margin-bottom: -150px;
    background-color: #f9f9f8;
}

.cta-section .inner-container:before {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0px;
    border-bottom: 150px solid #e1a122;
    border-left: 150px solid transparent;
}

.cta-section .inner-container .hammer-image {
    position: absolute;
    right: -80px;
    bottom: -80px;
    transform: rotate(-2deg);
}

.cta-section .inner-container .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 502px;
}

.cta-section .inner-container .content {
    position: relative;
    padding: 60px 0px;
}

.cta-section .inner-container .content h2 {
    position: relative;
    color: #00204c;
    font-size: 40px;
    margin-bottom: 22px;
    text-transform: uppercase;
}

/***


==================================================================
	Main Footer
==================================================================

***/

.main-footer {
    position: relative;
    background-color: #e1a122;
    /* background: linear-gradient(to right, #f3cf8a, #2c5c94); */

    color: #000000 !important;
}

.main-footer .widgets-section {
    position: relative;
    padding: 80px 0px 30px;
}

.main-footer .footer-column {
    position: relative;
    margin-bottom: 30px;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 30px;
}

.main-footer .footer-widget h5 {
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

.main-footer .logo-widget {
    position: relative;
}

.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 26px;
}

.main-footer .logo-widget .text {
    position: relative;
    color: #8fa4c2;
    font-weight: 400;
    margin-bottom: 20px;
}

.main-footer .logo-widget .social-nav {
    position: relative;
    float: left;
}

.main-footer .logo-widget .social-nav li {
    position: relative;
    margin-right: 6px;
    display: inline-block;
}

.main-footer .logo-widget .social-nav li a {
    position: relative;
    width: 44px;
    height: 44px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    border-radius: 50px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer .logo-widget .social-nav li a:hover {
    background-color: #e1a122;
    border-color: #e1a122;
}

/* Footer List */

.main-footer .footer-list {
    position: relative;
}

.main-footer .footer-list li {
    position: relative;
    margin-bottom: 10px;
}

.main-footer .footer-list li:last-child {
    margin-bottom: 0px;
}

.main-footer .footer-list li a {
    position: relative;
    color: black;
    font-size: 16px;
    font-weight: 500;
    padding-left: 22px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .footer-list li a:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 7px;
    width: 12px;
    height: 9px;
    background: url(../images/icons/logo-small-icon.png) no-repeat;
}

.main-footer .footer-list li a:hover {
    color: #f3f3f2;
}

.main-footer .contact-widget {
    position: relative;
}

.main-footer .contact-widget ul {
    position: relative;
}

.main-footer .contact-widget ul li {
    position: relative;
    color: #8fa4c2;
    font-size: 16px;
    padding-left: 35px;
    margin-bottom: 20px;
    line-height: 1.6em;
}

.main-footer .contact-widget ul li .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 18px;
    line-height: 1em;
    color: #8fa4c2;
}

.main-footer .contact-widget ul li a {
    position: relative;
    color: #8fa4c2;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .contact-widget ul li a:hover {
    color: #e1a122;
}

/* Newslettter Form */

.main-footer .newsletter-widget .text {
    position: relative;
    color: #8fa4c2;
    font-weight: 400;
    margin-bottom: 20px;
}

.main-footer .newsletter-form {
    margin-bottom: 35px;
}

.main-footer .newsletter-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.main-footer .newsletter-form .form-group input[type="text"],
.main-footer .newsletter-form .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 85px 10px 25px;
    height: 55px;
    font-size: 15px;
    color: #ffffff;
    background: none;
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .newsletter-form .form-group input::-webkit-input-placeholder,
.main-footer .newsletter-form .form-group textarea::-webkit-input-placeholder {
    color: #899ebc;
}

.main-footer .newsletter-form .form-group button {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.main-footer .footer-bottom {
    position: relative;
    padding: 22px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer .footer-bottom .copyright {
    position: relative;
    font-size: 14px;
    /* color: black; */
    text-align: center;
}
.legal {
    font-weight: 500 !important;
}

/* =====================================
   FOOTER RESPONSIVENESS
====================================== */

/* Laptop/Desktop (992px and above) - Default Styles */
.main-footer .widgets-section {
    /* padding: 160px 0 30px; */
}

.main-footer .footer-column {
    margin-bottom: 30px;
}

.main-footer .footer-widget h5 {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.main-footer .footer-list li a {
    font-size: 16px;
}

.legal {
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-bottom .copyright {
    font-size: 14px;
}

/* Tablet (768px - 991px) */
@media (max-width: 991px) {
    .main-footer .widgets-section {
        padding: 100px 0 30px;
    }

    .main-footer .footer-column {
        margin-bottom: 40px;
    }

    .main-footer .row.clearfix {
        display: flex;
        flex-wrap: wrap;
    }

    /* Adjust column widths for tablet */
    .main-footer .col-lg-4 {
        width: 50%;
        order: 1;
    }

    .main-footer .col-lg-3:nth-child(2) {
        /* Quick Links */
        width: 50%;
        order: 2;
    }

    .main-footer .col-lg-2 {
        /* Policies */
        width: 50%;
        order: 3;
    }

    .main-footer .col-lg-3:nth-child(4) {
        /* Legal Notice */
        width: 50%;
        order: 4;
    }

    .main-footer .footer-widget h5 {
        font-size: 1.1rem;
        margin-bottom: 18px;
    }

    .main-footer .logo {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 15px !important;
    }

    .main-footer .logo img {
        height: 70px !important;
        width: 70px !important;
    }

    .main-footer .logo h4 {
        font-size: 1.5rem !important;
    }

    .legal {
        font-size: 0.95rem;
        max-width: 90%;
    }

    /* Legal Notice column styling */
    .main-footer .col-lg-3:nth-child(4) .footer-widget p {
        font-size: 0.9rem;
        line-height: 1.6;
    }

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

    .footer-bottom .copyright {
        font-size: 13px;
        padding: 0 20px;
    }
}

/* Mobile Landscape / Small Tablet (576px - 767px) */
@media (max-width: 767px) {
    .main-footer .widgets-section {
        padding: 80px 0 30px;
    }

    .main-footer .row.clearfix {
        display: block;
    }

    /* Stack all columns vertically */
    .main-footer .footer-column {
        width: 100% !important;
        float: none;
        margin-bottom: 40px;
    }

    .main-footer .footer-widget {
        margin-bottom: 30px;
    }

    .main-footer .footer-widget h5 {
        font-size: 1.2rem;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .main-footer .logo {
        flex-direction: row !important;
        align-items: center !important;
        margin-bottom: 25px;
    }

    .main-footer .logo img {
        height: 60px !important;
        width: 60px !important;
    }

    .main-footer .logo h4 {
        font-size: 1.4rem !important;
    }

    .legal {
        font-size: 0.95rem;
        line-height: 1.7;
        margin-top: 15px;
    }

    /* Footer lists */
    .main-footer .footer-list {
        padding-left: 0;
    }

    .main-footer .footer-list li {
        margin-bottom: 12px;
    }

    .main-footer .footer-list li a {
        font-size: 1rem;
        padding-left: 20px;
        display: block;
        padding: 10px 0;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    }

    .main-footer .footer-list li:last-child a {
        border-bottom: none;
    }

    .main-footer .footer-list li a:before {
        top: 12px;
    }

    /* Legal Notice section */
    .main-footer .col-lg-3:nth-child(4) .footer-widget p {
        font-size: 0.9rem;
        line-height: 1.7;
        padding: 15px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 8px;
    }

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

    .footer-bottom .copyright {
        font-size: 13px;
        line-height: 1.5;
        padding: 0 15px;
    }
}

/* Mobile Portrait (Below 576px) */
@media (max-width: 575px) {
    .main-footer .widgets-section {
        padding: 60px 0 20px;
    }

    .main-footer .footer-column {
        margin-bottom: 35px;
    }

    .main-footer .logo {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 15px !important;
        margin-bottom: 20px;
    }

    .main-footer .logo a {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 15px !important;
    }

    .main-footer .logo img {
        height: 70px !important;
        width: 70px !important;
    }

    .main-footer .logo h4 {
        font-size: 1.5rem !important;
        text-align: left;
    }

    .main-footer .footer-widget h5 {
        font-size: 1.1rem;
        margin-bottom: 15px;
        padding-bottom: 8px;
    }

    .legal {
        font-size: 0.9rem;
        line-height: 1.7;
        margin-top: 10px;
    }

    .main-footer .footer-list li a {
        font-size: 0.95rem;
        padding: 8px 0;
    }

    .main-footer .footer-list li a:before {
        top: 10px;
    }

    /* Legal Notice */
    .main-footer .col-lg-3:nth-child(4) .footer-widget p {
        font-size: 0.85rem;
        padding: 12px;
        line-height: 1.6;
    }

    .footer-bottom {
        padding: 15px 0;
        margin-top: 10px;
    }

    .footer-bottom .copyright {
        font-size: 12px;
        padding: 0 10px;
        line-height: 1.6;
    }
}

/* Extra Small Mobile (Below 480px) */
@media (max-width: 480px) {
    .main-footer {
        padding: 0 10px;
    }

    .main-footer .widgets-section {
        padding: 50px 0 20px;
    }

    .main-footer .footer-column {
        margin-bottom: 30px;
    }

    .main-footer .logo h4 {
        font-size: 1.3rem !important;
    }

    .main-footer .logo img {
        height: 60px !important;
        width: 60px !important;
    }

    .legal {
        font-size: 0.85rem;
    }

    .main-footer .footer-list li a {
        font-size: 0.9rem;
    }

    .main-footer .col-lg-3:nth-child(4) .footer-widget p {
        font-size: 0.8rem;
        padding: 10px;
    }

    .footer-bottom {
        padding: 12px 0;
    }

    .footer-bottom .copyright {
        font-size: 11px;
    }
}

/* Landscape Mode for Mobile */
@media (max-width: 767px) and (orientation: landscape) {
    .main-footer .widgets-section {
        padding: 50px 0 20px;
    }

    .main-footer .row.clearfix {
        display: flex;
        flex-wrap: wrap;
    }

    .main-footer .footer-column {
        width: 50% !important;
        float: left;
        padding: 0 15px;
    }

    .main-footer .footer-column:nth-child(1),
    .main-footer .footer-column:nth-child(3) {
        width: 50% !important;
    }

    .main-footer .footer-column:nth-child(2),
    .main-footer .footer-column:nth-child(4) {
        width: 50% !important;
    }

    .main-footer .logo {
        flex-direction: row !important;
        margin-bottom: 15px;
    }

    .legal {
        max-width: 100%;
    }
}

/* Additional Styling for Better Appearance */

/* Hover effects for links */
@media (min-width: 768px) {
    .main-footer .footer-list li a {
        transition: all 0.3s ease;
    }

    .main-footer .footer-list li a:hover {
        color: #fff;
        padding-left: 30px;
    }
}

/* Footer bottom styling */
.footer-bottom {
    background-color: #00204c;
    margin-top: 30px;
    color: white !important;
}

/* Social icons if you add them later */
@media (max-width: 767px) {
    .main-footer .social-nav {
        justify-content: center;
        display: flex;
        margin-top: 20px;
    }

    .main-footer .social-nav li {
        margin: 0 5px;
    }

    .main-footer .social-nav li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

/* Fix for legal notice text contrast */
.main-footer .col-lg-3:nth-child(4) .footer-widget p {
    color: rgba(0, 0, 0, 0.8) !important;
}

/* Logo link hover effect */
.main-footer .logo a {
    transition: transform 0.3s ease;
}

@media (min-width: 768px) {
    .main-footer .logo a:hover {
        transform: translateY(-3px);
    }
}

/* Make footer lists more touch-friendly on mobile */
@media (max-width: 767px) {
    .main-footer .footer-list li a {
        padding: 12px 15px;
        margin: 5px 0;
        border-radius: 6px;
        transition: background-color 0.2s ease;
    }

    .main-footer .footer-list li a:active {
        background-color: rgba(255, 255, 255, 0.2);
    }
}

/* Responsive typography adjustments */
@media (max-width: 991px) {
    .main-footer {
        font-size: 0.95rem;
    }
}

@media (max-width: 767px) {
    .main-footer {
        font-size: 0.9rem;
    }
}

/*** 


====================================================================
	Page Title
====================================================================

***/

.page-title {
    position: relative;
    padding: 200px 0px 260px;
    background-size: cover;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.page-title.style-two {
    padding-bottom: 120px;
}

.page-title:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 32, 76, 0.8);
}

.page-title h1 {
    color: #ffffff;
    font-size: 68px;
    text-transform: uppercase;
}

.page-breadcrumb {
    position: relative;
    margin-top: 20px;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    padding-right: 30px;
    color: #e1a122;
    font-size: 22px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "Bellefair", serif;
}

.page-breadcrumb li:after {
    position: absolute;
    content: "";
    right: -2px;
    top: 9px;
    width: 12px;
    height: 9px;
    background: url(../images/icons/logo-small-icon.png) no-repeat;
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-breadcrumb li a {
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
    color: #e1a122;
}

/*** 

====================================================================
	Case Section
====================================================================

***/

.case-section {
    position: relative;
    padding-bottom: 110px;
}

.case-section:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 160px;
    right: 0px;
    bottom: 0px;
    background-color: #f9f9f9;
}

.case-section .inner-container {
    position: relative;
    margin-top: -180px;
    padding: 20px 20px;
    background-color: #ffffff;
}

.case-section .image-column {
    position: relative;
    float: left;
    padding: 0px;
}

.case-section .image-column .inner-column {
    position: relative;
}

.case-section .image-column .image {
    position: relative;
}

.case-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.case-section .content-column {
    position: relative;
    float: left;
    padding: 0px;
}

.case-section .content-column .inner-column {
    position: relative;
    padding: 90px 40px 50px;
}

.case-section .content-column .text-box {
    position: relative;
    color: #e1a122;
    font-size: 22px;
    line-height: 1.4em;
    padding: 25px 25px;
    overflow: hidden;
    border: 1px solid #e1a122;
    font-family: "Bellefair", serif;
}

.case-section .content-column .text-box .arrow {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 65px;
    height: 48px;
    z-index: 1;
    color: #ffffff;
    font-size: 22px;
    line-height: 54px;
    text-align: center;
}

.case-section .content-column .text-box .arrow:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 82px;
    height: 82px;
    z-index: -1;
    border-radius: 50%;
    background-color: #e1a122;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.case-section .content-column:hover .arrow:after {
    background-color: #00204c;
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two {
    position: relative;
    padding: 100px 0px 70px;
    background-color: #f9f9f9;
}

.services-section-two.style-two {
    padding-top: 0px;
}

.services-section-two .inner-container {
    position: relative;
}

.services-block-two {
    position: relative;
    margin-bottom: 30px;
}

.services-block-two .inner-box {
    position: relative;
    text-align: center;
    padding: 50px 30px 40px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

.services-block-two .inner-box .icon {
    position: relative;
    font-size: 64px;
    color: #00204c;
    line-height: 1em;
    margin-bottom: 32px;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.services-block-two .inner-box:hover .icon {
    color: #e1a122;
    transform: rotateY(180deg);
}

.services-block-two .inner-box h5 {
    position: relative;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.services-block-two .inner-box h5 a {
    position: relative;
    color: #00204c;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.services-block-two .inner-box:hover h5 a {
    color: #e1a122;
}

.services-block-two .inner-box .text {
    color: #575d6e;
    margin-bottom: 20px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.services-block-two .inner-box .arrow {
    position: relative;
    color: #e1a122;
    font-size: 20px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

/*** 

====================================================================
	Fluid Section Two
====================================================================

***/

.fluid-section-two {
    position: relative;
    overflow: hidden;
    padding: 0px 0px 0px;
}

.fluid-section-two .side-icon {
    position: absolute;
    left: 0px;
    bottom: 80px;
    z-index: 1;
    background-repeat: no-repeat;
}

.fluid-section-two .outer-container {
    position: relative;
    min-height: 250px;
    background-color: #00204c;
}

.fluid-section-two .image-column {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.fluid-section-two .image-column .video-box {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 90px;
    height: 90px;
    color: #e1a122;
    font-size: 24px;
    text-align: center;
    border-radius: 50px;
    line-height: 90px;
    margin-top: -45px;
    margin-left: -45px;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #ffffff;
}

.fluid-section-two .image-column .video-box .overlay-box span {
    position: absolute;
    width: 90px;
    height: 90px;
    left: 50%;
    top: 50%;
    z-index: 99;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    padding-left: 7px;
    display: inline-block;
    margin-top: -45px;
    margin-left: -45px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.fluid-section-two .image-column .video-box .ripple,
.fluid-section-two .image-column .video-box .ripple:before,
.fluid-section-two .image-column .video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 90px;
    width: 90px;
    margin-left: 0.5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.fluid-section-two .image-column .video-box .ripple:before {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.fluid-section-two .image-column .video-box .ripple:after {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.fluid-section-two .image-column .image-box {
    position: relative;
    display: none;
}

.fluid-section-two .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.fluid-section-two .content-column {
    position: relative;
    float: left;
    width: 50%;
}

.fluid-section-two .content-column .inner-column {
    position: relative;
    max-width: 600px;
    width: 100%;
    float: right;
    padding: 110px 65px 110px 20px;
}

.fluid-section-two .content-column .counter-boxed {
    position: relative;
}

.fluid-section-two .content-column .counter-boxed:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 50%;
    right: 0px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.fluid-section-two
    .content-column
    .counter-boxed
    .fact-counter.style-two
    .counter-column {
    margin-bottom: 0px;
}

.fluid-section-two
    .content-column
    .counter-boxed
    .fact-counter.style-two
    .counter-column:nth-child(2n + 0)
    .inner {
    border-right: 0px;
}

.fluid-section-two
    .content-column
    .counter-boxed
    .fact-counter.style-two
    .counter-column
    .inner {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

/*** 

====================================================================
	Services Page Section
====================================================================

***/

.services-page-section {
    position: relative;
    padding: 110px 0px 70px;
}

.services-block-three {
    position: relative;
    margin-bottom: 30px;
}

.services-block-three .inner-box {
    position: relative;
    background-color: #f9f9f9;
}

.services-block-three .inner-box .row {
    margin: 0px;
}

.services-block-three .inner-box .content-column {
    position: relative;
    padding: 0px;
    float: left;
}

.services-block-three .inner-box .content-column .inner-column {
    position: relative;
    padding: 65px 50px 60px;
}

.services-block-three .inner-box .content-column h2 {
    position: relative;
    letter-spacing: 1px;
    padding-bottom: 18px;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.services-block-three .inner-box .content-column h2 a {
    position: relative;
    color: #00204c;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block-three .inner-box .content-column h2 a:hover {
    color: #e1a122;
}

.services-block-three .inner-box .content-column h2:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 60px;
    background-color: #e1a122;
}

.services-block-three .inner-box .content-column .text {
    margin-top: 28px;
    margin-bottom: 32px;
}

.services-block-three .inner-box .image-column {
    position: relative;
    padding: 0px;
    float: left;
}

.services-block-three .inner-box .image-column .inner-column {
    position: relative;
}

.services-block-three .inner-box .image-column .image {
    position: relative;
    overflow: hidden;
    background-color: #e1a122;
}

.services-block-three .inner-box .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.services-block-three .inner-box:hover .image-column .image img {
    opacity: 0.7;
    transform: scale(1.07, 1.07) rotate(3deg);
}

/*** 

====================================================================
	Services Detail Section
====================================================================

***/

.services-detail-section {
    position: relative;
    padding-bottom: 90px;
}

.services-detail-section:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 160px;
    right: 0px;
    bottom: 0px;
    background-color: #f9f9f9;
}

.services-detail-section .inner-container {
    position: relative;
    margin-top: -160px;
}

.services-detail-section .image {
    position: relative;
    padding: 20px 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.services-detail-section .image img {
    position: relative;
    width: 100%;
    display: block;
}

.services-detail-section .lower-content {
    position: relative;
    padding-top: 65px;
}

.services-detail-section .lower-content h2 {
    position: relative;
    color: #00204c;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.services-detail-section .lower-content h2:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background-color: #e1a122;
}

.services-detail-section .lower-content p {
    position: relative;
    color: #575d6e;
    margin-top: 30px;
    margin-bottom: 25px;
}

.services-detail-section .lower-content .btn-box {
    position: relative;
    margin-top: 25px;
    margin-bottom: 70px;
}

.services-detail-section .lower-content .service-gallery-box {
    position: relative;
    z-index: 1;
}

.services-detail-section .lower-content .service-gallery-box .image-column {
    position: relative;
}

.services-detail-section .lower-content .service-gallery-box .image-two {
    position: relative;
}

.services-detail-section .lower-content .service-gallery-box .image-two img {
    position: relative;
    width: 100%;
    display: block;
}

/*** 

====================================================================
	Case Study Section
====================================================================

***/

.case-study-section {
    position: relative;
    padding-bottom: 90px;
}

.case-study-section:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 160px;
    right: 0px;
    bottom: 0px;
    background-color: #f9f9f9;
}

.case-study-section .inner-container {
    position: relative;
    margin-top: -160px;
}

.case-block {
    position: relative;
    margin-bottom: 30px;
}

.case-block .inner-box {
    position: relative;
    padding: 25px 25px 45px;
    background-color: #ffffff;
}

.case-block .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: #e1a122;
}

.case-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.case-block .inner-box:hover .image img {
    opacity: 0.5;
    transform: scale(1.05, 1.05);
}

.case-block .inner-box .image .tag {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    color: #ffffff;
    font-size: 16px;
    padding: 6px 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.case-block .inner-box:hover .image .tag {
    color: #ffffff;
    background-color: #00204c;
}

.case-block .inner-box .lower-content {
    position: relative;
    padding-top: 30px;
}

.case-block .inner-box .lower-content h3 {
    position: relative;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.case-block .inner-box .lower-content h3 a {
    position: relative;
    color: #00204c;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.case-block .inner-box .lower-content h3 a:hover {
    color: #e1a122;
}

/*** 

====================================================================
	Map Section
====================================================================

***/

.map-section {
    position: relative;
}

.map-section:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 385px;
    background-color: #f9f9f9;
}

.map-section .inner-container {
    position: relative;
    margin-top: -160px;
}

.map-section .inner-container .map-boxed {
    position: relative;
    padding: 20px 20px 15px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}

.map-section .inner-container .map-boxed iframe {
    width: 100%;
    height: 500px;
}

/*** 

====================================================================
	Contact Form Section
====================================================================

***/

.contact-form-section {
    position: relative;
    padding: 100px 0px 90px;
    background-color: #f9f9f9;
}

.contact-form {
    position: relative;
    z-index: 2;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 22px;
    color: #222222;
    height: 55px;
    font-size: 16px;
    background: #ffffff;
    font-weight: 400;
    border-radius: 2px;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group textarea:focus {
    border-color: #e1a122;
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 15px 20px;
    color: #222222;
    height: 160px;
    background: #ffffff;
    resize: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group .theme-btn {
    margin-top: 15px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
}

/*** 

====================================================================
	Contact Info Section
====================================================================

***/

.contact-info-section {
    position: relative;
    padding: 100px 0px 70px;
    background-color: #ffffff;
}

.info-block {
    position: relative;
    margin-bottom: 30px;
}

.info-block .inner-box {
    position: relative;
    text-align: center;
    padding: 50px 20px 50px;
    border: 1px solid #e1e1e1;
}

.info-block .inner-box .icon {
    position: relative;
    color: #03224d;
    font-size: 60px;
    line-height: 1em;
    margin-bottom: 28px;
}

.info-block .inner-box h5 {
    color: #00204c;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.info-block .inner-box .text {
    position: relative;
    color: #575d6e;
    font-size: 18px;
}

.info-block .inner-box .info-list {
    position: relative;
}

.info-block .inner-box .info-list li {
    position: relative;
    margin-bottom: 4px;
}

.info-block .inner-box .info-list li a {
    position: relative;
    color: #575d6e;
    font-size: 18px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.info-block .inner-box .info-list li a:hover {
    color: #e1a122;
}

/************Updated Code for Header Style Two***************/
.main-header.header-style-two {
    position: relative;
    padding: 0px;
    background: #ffffff;
}

.header-style-two .auto-container {
    max-width: 1400px;
}

.header-style-two .header-top {
    border-bottom: 1px solid #e5e5e5;
    padding: 11px 0px;
    position: relative;
    display: block;
}

.header-style-two .header-top .info-box li {
    position: relative;
    display: inline-block;
    padding: 0px 21px 0px 28px;
    margin-right: 15px;
}

.header-style-two .header-top .info-box li:last-child {
    margin-right: 0px;
}

.header-style-two .header-top .info-box li i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 18px;
    color: #e1a122;
}

.header-style-two .header-top .info-box li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #00204c;
}

.header-style-two .header-top .request-btn {
    position: relative;
    float: left;
    margin-left: 35px;
}

.header-style-two .header-top .request-btn i {
    font-size: 14px;
    font-weight: 400;
    color: #e1a122;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.header-style-two .header-top .request-btn a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #00204c;
}

.header-style-two .search-box-outer {
    position: relative;
    float: left;
}

.header-style-two .search-box-outer .search-btn {
    position: relative;
    padding-left: 21px;
    margin-left: 21px;
}

.header-style-two .search-box-outer .search-btn:before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 19px;
    left: 0px;
    top: 5px;
}

.header-style-two .search-box-outer .search-toggler {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    cursor: pointer;
    display: inline-block;
    transition: all 500ms ease;
    color: #00204c;
}

.header-style-two .search-box-outer .search-toggler i {
    position: relative;
    margin-right: 10px;
    color: #e1a122;
    transition: all 500ms ease;
}

.header-style-two .header-upper .logo-box {
    padding: 19px 0;
}

.header-style-two .main-menu .navigation > li > a {
    color: #00204c;
}

/** banner-style-three **/
.banner-section .banner-carousel .slide-item .image-layer {
    position: absolute;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
}

.banner-section .banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.banner-section.style-one .banner-carousel .slide-item.style-two .image-layer {
    right: inherit;
    left: 0;
}

.banner-section.style-three {
    overflow: hidden;
}

.banner-section.style-three .slide-item {
    position: relative;
    padding: 250px 0px 250px 0px;
    overflow: hidden;
}

.banner-section.style-three .slide-item:before {
    position: absolute;
    content: "";
    background: rgba(0, 32, 76, 1);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.6;
    z-index: 1;
}

.banner-section.style-three .banner-carousel .slide-item .image-layer {
    left: 0;
    right: 0;
}

.banner-section.style-three .banner-carousel .content-box {
    max-width: 650px;
    width: 100%;
}

.banner-section.style-three .slide-item .pattern-layer .pattern-3 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 294px;
    height: 295px;
    background-repeat: no-repeat;
    z-index: 1;
}

.banner-section.style-three .slide-item .pattern-layer .pattern-4 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 695px;
    height: 691px;
    background-repeat: no-repeat;
    z-index: 1;
}

.banner-section.style-three .social-nav li a {
    color: #e1a122;
    border-color: #e1a122;
}
.banner-section.style-three .social-nav li a:hover {
    color: #ffffff;
}

/**Choose Us Section**/

.chooseus-section {
    position: relative;
    padding: 110px 0px 90px;
    background: #f9f9f9;
}

.chooseus-block-one {
    margin-bottom: 30px;
}

.chooseus-block-one .inner-box {
    position: relative;
    display: block;
    background: #3f262f;
    padding: 50px 30px 42px 30px;
    border-radius: 10px;
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.chooseus-block-one:before {
    position: absolute;
    display: block;
    content: "";
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 3px;
    border-radius: 10px;
}

.chooseus-block-one:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e1a122;
    border-radius: 10px;
    opacity: 0;
    transition: all 500ms ease;
}

.chooseus-block-one:hover:after {
    opacity: 1;
    left: -10px;
    top: -10px;
}

.chooseus-block-one .inner-box .icon-box {
    position: relative;
    display: block;
    margin-bottom: 24px;
}

.chooseus-block-one .inner-box .icon-box .icon {
    color: #001f4b;
    font-size: 60px;
    line-height: 1em;
    display: inline-block;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    position: relative;
}

.chooseus-block-one .inner-box:hover .icon-box .icon {
    color: #e1a122;
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.chooseus-block-one .inner-box h4 {
    position: relative;
    display: block;
    color: #00204c;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.chooseus-block-one .inner-box p {
    color: #575d6e;
    margin-bottom: 24px;
}

.chooseus-block-one .inner-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
    line-height: 24px;
    font-weight: 700;
    color: #001f4b;
    text-transform: uppercase;
}

.chooseus-block-one .inner-box a i {
    position: relative;
    margin-right: 8px;
    top: 2px;
    font-size: 20px;
    font-weight: 400;
    transition: all 500ms ease;
    color: #001f4b;
}

.chooseus-section .chooseus-block-one .inner-box a:hover,
.chooseus-section .chooseus-block-one .inner-box a:hover i {
    color: #e1a122;
}

.chooseus-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background-size: cover;
    background-position: center;
    animation: slide 100s linear infinite;
    -webkit-animation: slide 100s linear infinite;
}

.chooseus-section.alternet-2 .chooseus-block-one .inner-box {
    background: #fff;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}

/** recruitment-technology **/

.recruitment-technology {
    position: relative;
    padding: 110px 0px 110px 0px;
    background: #ffffff;
}

.recruitment-technology .image-box {
    position: relative;
    display: block;
    margin-right: -100px;
}

.recruitment-technology .image-box img {
    max-width: none;
    float: right;
}

#content_block_4 .content-box .inner-box .single-item {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 27px 30px 33px 30px;
    border-radius: 10px;
}

#content_block_4 .content-box .inner-box .single-item:last-child {
    margin-bottom: 0px;
}

#content_block_4 .content-box .inner-box .single-item .inner {
    position: relative;
    padding-left: 100px;
}

#content_block_4 .content-box .inner-box .single-item .inner .icon-box {
    position: absolute;
    left: 0px;
    top: 3px;
}

#content_block_4 .content-box .inner-box .single-item .inner h4 {
    position: relative;
    display: block;
    padding-left: 82px;
    margin-bottom: 8px;
    transition: all 500ms ease;
}

#content_block_4 .content-box .inner-box .single-item .inner h4 a {
    display: inline-block;
    color: #e1a122;
}

#content_block_4 .content-box .inner-box .single-item .inner h4 a:hover {
}

#content_block_4 .content-box .inner-box .single-item .inner h4 a i {
    position: relative;
    font-size: 20px;
    margin-left: 8px;
    font-weight: 400;
    top: 2px;
    opacity: 0;
    transition: all 500ms ease;
}

#content_block_4 .content-box .inner-box .single-item:hover .inner h4 a i {
    opacity: 1;
}

#content_block_4 .content-box .inner-box .single-item .inner p {
    color: #575d6e;
}

#content_block_4 .content-box .inner-box .single-item .inner h4 span {
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 20px;
    transition: all 500ms ease;
    color: #e1a122;
}

#content_block_4 .content-box .inner-box .single-item:hover .inner h4 span {
    opacity: 0;
}

#content_block_4 .content-box .inner-box .single-item:hover .inner h4 {
    padding-left: 0px;
}

#content_block_4 .content-box .inner-box .single-item .inner h4:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    left: 32px;
    top: 19px;
    transition: all 500ms ease;
    background-color: #e1a122;
}

#content_block_4 .content-box .inner-box .single-item:hover .inner h4:before {
    opacity: 0;
}

#content_block_4 .content-box .sec-title {
    margin-bottom: 43px;
}

#content_block_4 .content-box .sec-title p {
    margin: 30px 0 0;
}

/** video-section **/

.video-section {
    position: relative;
}

.video-section #image_block_1 .image-box .video-inner {
    position: relative;
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding: 185px 0px 175px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.video-section #image_block_1 .image-box .video-inner .video-btn {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    position: relative;
    display: inline-block;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    color: #e1a122;
    z-index: 1;
}

.video-section #image_block_1 .image-box .video-inner .border {
    width: 100px;
    height: 100px;
}

.video-section #image_block_1 .image-box {
    padding: 0px;
    margin: 0px;
    position: relative;
    display: block;
}

.video-section .video-content {
    position: relative;
    margin-bottom: -330px;
    z-index: 1;
}

.video-section .video-content .pattern-layer .pattern-1 {
    position: absolute;
    top: -60px;
    right: -55px;
    width: 105px;
    height: 215px;
    background-repeat: no-repeat;
}

.video-section .video-content .pattern-layer .pattern-2 {
    position: absolute;
    top: 50px;
    right: -140px;
    width: 195px;
    height: 195px;
    border-radius: 50%;
    background: #e1a122;
    opacity: 0.7;
}

.video-section .video-content .pattern-layer .pattern-3 {
    position: absolute;
    top: 170px;
    right: -150px;
    width: 80px;
    height: 80px;
    background: #e1a122;
    border-radius: 50%;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
}
#image_block_1 .image-box .video-inner .video-btn:after,
#image_block_1 .image-box .video-inner .video-btn:before {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#image_block_1 .image-box .video-inner .video-btn:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

#image_block_1 .image-box .video-inner .border {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: -10px;
    margin-left: 10px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

/** service-section **/

.service-section {
    position: relative;
    padding: 95px 0px 90px 0px;
}

.service-block-one {
    margin-top: 20px;
}

.service-block-one .inner-box {
    position: relative;
    display: block;
    text-align: center;
}

.service-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.service-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 10px;
    transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img {
    transform: scale(1.1);
}

.service-block-one .inner-box .lower-content {
    position: relative;
    padding: 0px 70px;
}

.service-block-one .inner-box .lower-content .content-box {
    position: relative;
    margin-top: -117px;
    transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .content-box {
    opacity: 0;
}

.service-block-one .inner-box .lower-content .content-box .inner {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 30px 15px 22px 15px;
    margin-bottom: 21px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.service-block-one .inner-box .lower-content .content-box .inner .icon-box {
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
    font-size: 54px;
    line-height: 1em;
}

.service-block-one .inner-box .lower-content .content-box .link a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #00204c;
    text-transform: uppercase;
}

.service-block-one .inner-box .lower-content .overlay-content {
    position: absolute;
    left: 30px;
    top: 30px;
    background: #00204c;
    border-radius: 10px;
    width: calc(100% - 60px);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .overlay-content {
    top: 0px;
    opacity: 1;
    visibility: visible;
}

.service-block-one .inner-box .lower-content .overlay-content p {
    color: #ffffff;
    padding: 25px 15px 15px 15px;
}

.service-block-one .inner-box .lower-content .overlay-content a {
    position: relative;
    display: block;
    padding: 10px 15px 10px 15px;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    background: #e1a122;
}

.service-block-one .inner-box .lower-content .overlay-content a i {
    position: relative;
    font-size: 20px;
    margin-right: 8px;
    font-weight: 400;
    top: 2px;
}

.service-section .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 580px;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-section .sec-title {
    margin-bottom: 33px;
}

.service-section .owl-dots-none .owl-dots,
.service-section .owl-nav-none .owl-nav {
    display: none !important;
}

.service-section .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 40px;
}

.service-section .owl-dot-style-one .owl-dots .owl-dot {
    display: inline-block;
}

.owl-dot-style-one .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 3px;
    height: 10px;
    background: #c2b3aa;
    margin: 0px 5px;
    cursor: pointer;
    transition: all 500ms ease;
}

.owl-dot-style-one .owl-dots .owl-dot.active span,
.owl-dot-style-one .owl-dots .owl-dot span:hover {
    height: 20px;
    background: #e1a122;
}

.service-section .anim-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.service-section .anim-icon .icon-1 {
    position: absolute;
    left: -25px;
    top: 45px;
    width: 170px;
    height: 250px;
    background-repeat: no-repeat;
}

.service-section .anim-icon .icon-2 {
    position: absolute;
    top: 140px;
    right: 130px;
    background: #f0e6e0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
}
.service-section.alternet-2 {
    padding-top: 445px;
}

.service-section .sec-title.light .top-title:before,
.service-section .sec-title.light .top-title:after {
    background: #624b52;
}

.service-section .sec-title.light .top-title:after {
    border-left: 2px solid #462b34;
    border-bottom: 2px solid #462b34;
}

.service-section .sec-title.light p {
    color: #ae979f;
}

.service-section.alternet-2 .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/** Project Section **/

.project-style-two {
    position: relative;
    padding: 110px 0 80px;
}

.project-style-two .outer-container {
    position: relative;
    padding: 0px 15px;
}

.protfolio-page.project-style-two .project-block-one {
    margin-bottom: 30px;
}

.project-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.project-block-one .inner-box .image-box {
    position: relative;
    overflow: hidden;
    background: #00204c;
    border-radius: 10px;
    margin-bottom: 0px;
}

.project-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 10px;
    transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box img {
    opacity: 0.03;
}

.project-block-one .inner-box .content-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 15px 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.project-block-one .inner-box .content-box .view-btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.project-block-one .inner-box .content-box .text span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #e1a122;
    top: -15px;
    opacity: 0;
    transition: all 500ms ease;
}

.project-block-one .inner-box:hover .content-box .text span,
.project-block-one .inner-box:hover .content-box .text h4 {
    top: 0px;
    opacity: 1;
}

.project-block-one .inner-box .content-box .text h4 {
    position: relative;
    display: block;
    color: #fff;
    top: 15px;
    opacity: 0;
    transition: all 500ms ease;
}

.project-block-one .inner-box .content-box .text h4 a {
    display: inline-block;
    color: #fff;
}

.project-block-one .inner-box .content-box .text h4 a:hover {
}

.project-block-one .inner-box .content-box .view-btn a {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 10px 0px 10px 0px;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: #e1a122;
}

.project-block-one .inner-box:hover .content-box .view-btn a {
    opacity: 1;
}

.project-block-one .inner-box .pattern-layer .pattern-2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 159px;
    height: 174px;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 500ms ease;
}

.project-block-one .inner-box:hover .pattern-layer .pattern-2 {
    opacity: 1;
}

.project-style-two .project-block-one .inner-box:hover .image-box img {
    opacity: 0.15;
}

.project-style-two .more-text p {
    position: relative;
    display: block;
    font-size: 16px;
    margin-bottom: 0px;
}

.project-style-two .more-text {
    position: relative;
    margin-top: 53px;
}

.project-style-two .more-text p a {
    display: inline-block;
    color: #e1a122;
    border-bottom: 1px solid #e1a122;
}

/* Facts section three */

.facts-section-three {
    position: relative;
    padding: 110px 0 80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.facts-section-three:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background-color: rgba(0, 32, 76, 0.8);
}

.fact-counter-style-three {
    position: relative;
    z-index: 1;
}

.facts-section-three .content {
    position: relative;
    /* display: flex;
    flex-wrap: wrap; */
    padding-left: 120px;
    align-items: center;
    margin-bottom: 30px;
}

.facts-section-three .content:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 70px;
    height: 150px;
    border: 1px solid #e1a122;
    transition: 0.5s;
}

.facts-section-three .inner:hover .content:before {
    border-color: #ffffff;
}

.facts-section-three .icon {
    position: absolute;
    left: 0px;
    width: 80px;
    height: 80px;
    line-height: 78px;
    border: 1px solid #e1a122;
    border-radius: 50%;
    text-align: center;
    font-size: 40px;
    background-color: #e1a122;
    margin-left: 30px;
    margin-right: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    transition: 0.5s;
    color: #ffffff;
}

.facts-section-three .inner:hover .icon {
    color: #e1a122;
    background: #ffffff;
    border-color: #ffffff;
}

.facts-section-three .count-box {
    position: relative;
    font-size: 48px;
    margin-bottom: 15px;
    font-family: "Bellefair", serif;
    line-height: 1em;
    color: #ffffff;
}

.facts-section-three h4 {
    position: relative;
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
}

.facts-section-three .text {
    position: relative;
    color: #bebec2;
    margin-bottom: 0;
}

/** case-style-three **/

.case-style-three {
    position: relative;
    padding: 110px 0px 80px 0px;
}

.case-block-two .inner-box {
    position: relative;
    display: block;
}

.case-block-two .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 0px;
}

.case-block-two .inner-box .image-box img {
    width: 100%;
    border-radius: 3px;
}

.case-block-two .inner-box .image-box .client-box {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    transition: all 500ms ease;
}

.case-block-two .inner-box .image-box .client-box .client-logo {
    position: relative;
    display: inline-block;
    background: #fff;
    width: 72px;
    height: 72px;
    text-align: center;
    border-radius: 50%;
    padding: 15px;
    cursor: pointer;
}

.case-block-two .inner-box .image-box .client-box span {
    position: absolute;
    top: 16px;
    right: 70px;
    width: 128px;
    display: inline-block;
    background: #fff;
    font-size: 18px;
    line-height: 26px;
    font-family: "Josefin Sans", Sans-serif;
    padding: 7px;
    text-align: center;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
}

.case-block-two .inner-box .image-box .client-box:hover span {
    right: 90px;
    opacity: 1;
    visibility: visible;
}

.case-block-two .inner-box .image-box .client-box span:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 12px;
    height: 12px;
    top: 14px;
    right: -5px;
    transform: rotate(45deg);
}

.case-block-two .inner-box .image-box .client-box .client-logo img {
    width: auto;
    border-radius: 50%;
}

.case-block-two .inner-box .image-box .link {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.case-block-two .inner-box .image-box .link a {
    position: relative;
    display: inline-block;
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    transform: scale(0, 0);
}

.case-block-two .inner-box:hover .image-box .link a {
    transform: scale(1, 1);
}

.case-block-two .inner-box .image-box .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    transform: scale(0, 0);
    transition: all 500ms ease;
    background: rgba(0, 32, 76, 0.6);
}

.case-block-two .inner-box:hover .image-box .overlay-layer {
    transform: scale(1, 1);
}

.case-block-two .inner-box .lower-content {
    position: relative;
    padding-top: 22px;
}

.case-block-two .inner-box .lower-content .box {
    position: relative;
    padding-left: 70px;
}

.case-block-two .inner-box .lower-content .box h4 a {
    color: #00204c;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.case-block-two .inner-box .lower-content .box h4 a:hover {
    color: #e1a122;
}

.case-block-two .inner-box .lower-content .box .icon-box {
    position: absolute;
    left: 0px;
    top: 8px;
    font-size: 50px;
    line-height: 50px;
    color: #00204c;
}

.case-block-two .inner-box .lower-content .box p {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px;
}

.case-style-three .case-block-two .inner-box {
    background: #fff;
    border-radius: 5px;
    padding: 0px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.case-style-three .case-block-two .inner-box .image-box {
    border-radius: 0px;
}

.case-style-three .case-block-two .inner-box .image-box img {
    border-radius: 0px;
}

.case-style-three .case-block-two .inner-box .lower-content .box {
    margin-bottom: 15px;
}

.case-style-three .case-block-two .inner-box .lower-content {
    padding: 30px 30px 16px 30px;
}

.case-style-three .case-block-two .inner-box .lower-content .text {
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 18px;
    border-bottom: 1px solid #e5e5e5;
}

.case-style-three .case-block-two .inner-box .lower-content .text p {
    margin-bottom: 0px;
}

.case-style-three .case-block-two .inner-box .lower-content .link {
    position: relative;
}

.case-style-three .case-block-two .inner-box .lower-content .link i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 14px;
    font-weight: 400;
    opacity: 0;
    transition: all 500ms ease;
}

.case-style-three .case-block-two .inner-box .lower-content .link a:hover i {
    opacity: 1;
}

.case-style-three .case-block-two .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #00204c;
    transition: all 500ms ease;
}

.case-style-three .case-block-two .inner-box .lower-content .link a:hover {
    padding-left: 22px;
}

.consult-form {
    position: relative;
    z-index: 2;
}

.consult-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.consult-form .form-group input[type="text"],
.consult-form .form-group input[type="tel"],
.consult-form .form-group input[type="email"],
.consult-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 22px;
    color: #222222;
    height: 55px;
    font-size: 16px;
    background: #ffffff;
    font-weight: 400;
    border-radius: 2px;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.consult-form .form-group input[type="text"]:focus,
.consult-form .form-group input[type="tel"]:focus,
.consult-form .form-group input[type="email"]:focus,
.consult-form .form-group textarea:focus {
    border-color: #e1a122;
}

.consult-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 15px 20px;
    color: #222222;
    height: 160px;
    background: #ffffff;
    resize: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.consult-form .form-group .theme-btn {
    margin-top: 15px;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 100px 0px 50px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 40px;
}

.sidebar-page-container .sidebar-side .sidebar-inner {
    position: relative;
    padding-left: 20px;
}

.sticky-top {
    top: 140px;
    z-index: 1;
}

/*Search Box Widget*/

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 28px;
    padding: 10px 50px 10px 25px;
    border: 1px solid #cccccc;
    background: #f9f9f9;
    display: block;
    width: 100%;
    height: 60px;
    border-radius: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 60px;
    width: 60px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 100%;
    font-weight: normal;
    background: #e1a122;
    border-radius: 0px 5px 5px 0px;
}

/* Sidebar Widget */

.sidebar-widget {
    margin-bottom: 50px;
}

.sidebar-widget:last-child {
    margin-bottom: 0px;
}

.sidebar-widget .widget-content {
    position: relative;
    padding: 35px 30px;
    background-color: #f9f9f9;
    border: 1px solid #cccccc;
}

/* Sidebar Title */

.sidebar-title {
    position: relative;
    margin-bottom: 20px;
}

.sidebar-title h5 {
    color: #222222;
    text-transform: uppercase;
}

.cat-list-two {
    position: relative;
}

.cat-list-two li {
    position: relative;
    margin-bottom: 1px;
}

.cat-list-two li a {
    position: relative;
    color: #555555;
    font-size: 16px;
    display: block;
    padding: 18px 25px;
    background-color: #dddddd;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.cat-list-two li a span {
    position: absolute;
    right: 25px;
}

.cat-list-two li a:hover {
    color: #e1a122;
    background-color: #222222;
}

/* Post Widget */

.popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666666;
    min-height: 105px;
    padding-left: 80px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.popular-posts .post:last-child {
    margin-bottom: 0px;
    min-height: 60px;
    border: 0px;
}

.popular-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 60px;
    height: 60px;
}

.popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.popular-posts .post .text {
    position: relative;
    top: 0px;
    margin: 0px 0px 3px;
    font-weight: 600;
    color: #222222;
    text-transform: capitalize;
}

.popular-posts .post .text a {
    color: #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.popular-posts .post a:hover {
    color: #e1a122;
}

.popular-posts .post-info {
    position: relative;
    font-size: 14px;
    color: #555555;
    font-weight: 400;
    padding-left: 20px;
    margin-top: 6px;
}

.popular-posts .post-info:before {
    position: absolute;
    content: "\f073";
    left: 0px;
    top: 6px;
    color: #e1a122;
    font-size: 14px;
    line-height: 1em;
    font-family: "FontAwesome";
}

/* Popular Tags */

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 8px 20px 10px;
    margin: 0px 6px 8px 0px;
    color: #555555;
    text-align: center;
    font-size: 16px;
    background: #ffffff;
    font-weight: 400;
    border-radius: 0px;
    border: 1px solid #cccccc;
    border-left: 3px solid #222222;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
    border-color: #e1a122;
    background-color: #e1a122;
    color: #ffffff;
}

.news-block {
    position: relative;
    margin-bottom: 30px;
}

.news-block .inner-box {
    position: relative;
}

.news-block .inner-box .pattern-layer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 750px;
    height: 440px;
}

.news-block .inner-box .image {
    position: relative;
    overflow: hidden;
}

.news-block .inner-box .image:before {
    position: absolute;
    content: "";
    left: 0px;
    top: -150px;
    width: 100%;
    height: 100px;
    opacity: 0.3;
    z-index: 1;
    background-color: #e1a122;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
}

.news-block .inner-box:hover .image:before {
    top: 150%;
}

.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.news-block .inner-box .image .category {
    position: absolute;
    right: 0px;
    z-index: 2;
    bottom: 0px;
    color: #ffffff;
    font-size: 20px;
    padding: 16px 30px;
    display: inline-block;
    background-color: #e1a122;
    font-family: "Bellefair", serif;
}

.news-block .inner-box .lower-content {
    position: relative;
    padding-top: 15px;
}

.news-block .inner-box .image .post-meta {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 1;
    bottom: 0px;
    padding: 15px 20px;
    background-color: #222222;
}

.news-block .inner-box .image .post-meta li {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    padding-right: 18px;
    margin-right: 15px;
    display: inline-block;
    font-family: "Bellefair", serif;
}

.news-block .inner-box .image .post-meta li:before {
    position: absolute;
    content: "/";
    right: 0px;
    top: 0px;
}

.news-block .inner-box .image .post-meta li:last-child::before {
    display: none;
}

.news-block .inner-box .image .post-meta li .icon {
    position: absolute;
    left: 0px;
    color: #e1a122;
    font-size: 16px;
}

.news-block .inner-box .image .post-meta li a {
    position: relative;
    color: #ffffff;
    padding-left: 26px;
}

.news-block .inner-box .image .post-meta li:last-child {
    margin-right: 0px;
}

.news-block .inner-box .lower-content h3 {
    line-height: 1.3em;
    margin-top: 12px;
}

.news-block .inner-box .lower-content h3 a {
    position: relative;
    color: #222222;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.news-block .inner-box .lower-content h3 a:hover {
    color: #e1a122;
}

.news-block .inner-box .lower-content .btn-box {
    position: relative;
    margin-top: 25px;
}

.news-block .inner-box .lower-content .text {
    margin-top: 18px;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.our-blogs .news-block-three {
    margin-bottom: 50px;
}

.our-blogs .styled-pagination {
    margin-top: 40px;
}

.blog-classic .styled-pagination {
    margin-top: 80px;
}

.styled-pagination {
    position: relative;
}

.styled-pagination li {
    position: relative;
    margin: 0px 4px 10px;
    display: inline-block;
}

.styled-pagination li a {
    position: relative;
    width: 50px;
    height: 50px;
    color: #222222;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background-color: #ebebeb;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: "Bellefair", serif;
}

.styled-pagination li.active a,
.styled-pagination li:hover a {
    color: #111111;
    background-color: #e1a122;
}

.styled-pagination li.prev a {
    top: -2px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 0px;
    background-color: #555555;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.styled-pagination li.next a {
    top: -2px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    background-color: #555555;
    border-radius: 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
    background-color: #222222;
}

.blog-detail {
    position: relative;
}

.blog-detail .inner-box {
    position: relative;
}

.blog-detail .inner-box .pattern-layer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 750px;
    height: 440px;
}

.blog-detail .inner-box .image {
    position: relative;
    overflow: hidden;
}

.blog-detail .inner-box .image:before {
    position: absolute;
    content: "";
    left: 0px;
    top: -150px;
    width: 100%;
    height: 100px;
    opacity: 0.3;
    z-index: 1;
    background-color: #e1a122;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
}

.blog-detail .inner-box:hover .image:before {
    top: 150%;
}

.blog-detail .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.blog-detail .inner-box .image .category {
    position: absolute;
    right: 0px;
    z-index: 2;
    bottom: 0px;
    color: #ffffff;
    font-size: 20px;
    padding: 16px 30px;
    display: inline-block;
    background-color: #e1a122;
    font-family: "Bellefair", serif;
}

.blog-detail .inner-box .lower-content {
    position: relative;
    padding-top: 15px;
}

.blog-detail .inner-box .image .post-meta {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 1;
    bottom: 0px;
    padding: 15px 20px;
    background-color: #222222;
}

.blog-detail .inner-box .image .post-meta li {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    padding-left: 26px;
    padding-right: 18px;
    margin-right: 15px;
    display: inline-block;
    font-family: "Bellefair", serif;
}

.blog-detail .inner-box .image .post-meta li:before {
    position: absolute;
    content: "/";
    right: 0px;
    top: 0px;
}

.blog-detail .inner-box .image .post-meta li:last-child::before {
    display: none;
}

.blog-detail .inner-box .image .post-meta li .icon {
    position: absolute;
    left: 0px;
    right: 0px;
    color: #e1a122;
    font-size: 16px;
}

.blog-detail .inner-box .image .post-meta li:last-child {
    margin-right: 0px;
}

.blog-detail .inner-box .lower-content h3 {
    margin-top: 12px;
    color: #222222;
    margin-bottom: 20px;
}

.blog-detail .inner-box .lower-content p {
    position: relative;
    color: #555555;
    margin-bottom: 12px;
    margin-top: 0px;
}

.blog-detail .inner-box .lower-content blockquote {
    position: relative;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 25px;
}

.blog-detail .inner-box .lower-content blockquote:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 25px;
    width: 310px;
    height: 2px;
    margin-left: -155px;
    background-color: #e1a122;
}

.blog-detail .inner-box .lower-content blockquote .quote-icon {
    position: relative;
    width: 50px;
    height: 50px;
    color: #111111;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 48px;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
}

.blog-detail .inner-box .lower-content blockquote .quote-text {
    position: relative;
    color: #222222;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5em;
}

.blog-detail .inner-box .lower-content blockquote .quote-author {
    position: relative;
    color: #e1a122;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
}

.blog-detail .inner-box .lower-content .two-column {
    position: relative;
    margin-top: 30px;
}

/* Post Share Options */

.blog-detail .post-share-options {
    position: relative;
    margin-top: 40px;
    padding: 30px 0px 0px;
    border-top: 1px solid #e1e1e1;
}

.blog-detail .post-share-options .tags span {
    font-size: 15px;
    color: #f7941d;
    font-weight: 400;
    margin-right: 10px;
    text-transform: capitalize;
}

.blog-detail .post-share-options .tags a {
    position: relative;
    color: #555555;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    margin-right: 10px;
    display: inline-block;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.blog-detail .post-share-options .tags a:last-child {
    border-right: none;
    margin-right: 0px;
    padding-right: 0px;
}

.blog-detail .post-share-options .tags {
    position: relative;
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    margin-right: 5px;
    text-transform: uppercase;
}

.blog-detail .post-share-options .tags a:hover {
    color: #e1a122;
}

/* Author Box */

.blog-author-box {
    position: relative;
    padding: 30px 30px;
    margin-top: 60px;
    min-height: 225px;
    margin-bottom: 55px;
    border: 1px solid #dddddd;
}

.blog-author-box .author-inner {
    position: relative;
    padding-right: 15px;
    padding-left: 190px;
}

.blog-author-box .thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 160px;
    width: 160px;
    overflow: hidden;
}

.blog-author-box .thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.blog-author-box .name {
    position: relative;
    display: block;
    line-height: 30px;
    color: #222222;
    font-size: 24px;
    margin-bottom: 5px;
}

.blog-author-box .text {
    display: block;
    color: #555555;
    font-weight: 400;
    margin-bottom: 18px;
    margin-top: 6px;
}

.blog-author-box .social-icon {
    position: relative;
}

.blog-author-box .social-icon li {
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.blog-author-box .social-icon li:last-child {
    margin-right: 0;
}

.blog-author-box .social-icon li a {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    color: #777777;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-author-box .social-icon li a:hover {
    color: #e1a122;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
    position: relative;
    margin-top: 60px;
    margin-bottom: 50px;
}

.sidebar-page-container .group-title {
    position: relative;
    margin-bottom: 35px;
}

.sidebar-page-container .group-title h5 {
    color: #222222;
    text-transform: uppercase;
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 0px 0px 0px;
    margin-bottom: 30px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:last-child {
    margin-bottom: 0px;
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    font-size: 14px;
    min-height: 170px;
    padding: 5px 0px 0px 200px;
}

.sidebar-page-container .comments-area .reply-comment {
    margin-left: 60px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 170px;
    border-radius: 0px;
    margin-bottom: 20px;
    overflow: hidden;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
}

.sidebar-page-container .comments-area .comment-info {
    margin-bottom: 15px;
}

.sidebar-page-container .comments-area .comment-box strong {
    font-size: 20px;
    color: #e1a122;
    display: block;
    font-weight: 400;
    line-height: 1.3em;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Bellefair", serif;
}

.sidebar-page-container .comments-area .comment-box .text {
    padding-top: 0px;
    margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    color: #222222;
    font-weight: 700;
    margin-left: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
    position: relative;
    font-size: 16px;
    color: #222222;
    text-transform: capitalize;
    font-family: "Bellefair", serif;
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover {
    color: #e1a122;
}

.sidebar-page-container .comments-area .comment-box .theme-btn .arrow {
    position: relative;
    top: 1px;
    color: #e1a122;
    font-size: 20px;
    margin-left: 6px;
}

/* Comment Form */

.comment-form {
    position: relative;
    z-index: 1;
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.ui-selectmenu-button.ui-button,
.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="url"],
.comment-form .form-group textarea,
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #555555;
    font-weight: 400;
    padding: 14px 28px;
    z-index: 1;
    height: 60px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #fda700;
}

.comment-form .form-group textarea {
    height: 180px;
    resize: none;
    border-radius: 0px;
}

.comment-form .form-group input[type="submit"],
.comment-form button {
    margin-top: 5px;
}

.comment-form .form-group input[type="submit"]:hover,
.comment-form button:hover {
}

/*  */
/* ===== Consultation Section ===== */

.consultation-process-section {
    position: relative;
    padding: 100px 0 90px;
}

.consultation-process-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.08;
}

.process-column {
    margin-bottom: 30px;
}

.process-box {
    background: #ffffff;
    padding: 40px 28px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: 0.3s;
}

.process-box:hover {
    transform: translateY(-6px);
}

.step-number {
    font-size: 40px;
    margin-bottom: 15px;
}

.process-box h4 {
    font-size: 20px;
    margin-bottom: 12px;
}

.process-box p {
    font-size: 15px;
    line-height: 1.6;
}

.consultation-btn-box {
    text-align: center;
    margin-top: 45px;
}

/* ===== Laptop (≤1200px) ===== */
@media (max-width: 1200px) {
    .process-box {
        padding: 35px 22px;
    }
}

/* ===== Tablet (≤991px) ===== */
@media (max-width: 991px) {
    .consultation-process-section {
        padding: 80px 0 70px;
    }

    .step-number {
        font-size: 34px;
    }

    .process-box h4 {
        font-size: 18px;
    }
}

/* ===== Mobile (≤575px) ===== */
@media (max-width: 575px) {
    .process-box {
        padding: 28px 20px;
    }

    .step-number {
        font-size: 30px;
    }

    .process-box h4 {
        font-size: 17px;
    }

    .process-box p {
        font-size: 14px;
    }
}

/* mobile responsive  */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

body {
    padding-top: 80px; /* To account for sticky navbar */
    background-color: #f9f9f9;
}

/* Sticky Navigation */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    padding: 0 20px;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 15px 0; */
}

/* Logo Section */
.logo-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-icon {
    background-color: #e1a122;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
}

.firm-name {
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

.firm-name span {
    color: #e1a122;
}

/* Navigation Links */
.nav-links {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav-contact {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Phone Number */
.phone-number {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.phone-number:hover {
    color: #e1a122;
}

.phone-icon {
    background-color: #f5f5f5;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e1a122;
}

/* WhatsApp Icon */
.whatsapp-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #25d366;
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-decoration: none;
    transition: transform 0.3s;
}

.whatsapp-link:hover {
    transform: scale(1.1);
}

/* Buttons */
.nav-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn {
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-call {
    background-color: white;
    color: #e1a122;
    border: 2px solid #e1a122;
}

.btn-call:hover {
    background-color: #fef8ee;
}

.btn-consultation {
    background-color: #e1a122;
    color: white;
}

.btn-consultation:hover {
    background-color: #d1941e;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(225, 161, 34, 0.3);
}

/* Mobile Menu Button */
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
}

/* Demo Content */
.demo-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
}

.demo-content h1 {
    color: #333;
    margin-bottom: 20px;
}

.demo-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.content-placeholder {
    background-color: white;
    border-radius: 10px;
    padding: 40px;
    margin: 30px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .nav-links {
        gap: 20px;
    }

    .nav-contact {
        gap: 15px;
    }

    .btn {
        padding: 9px 16px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .navbar {
        padding: 0 15px;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: white;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        gap: 20px;
        z-index: 999;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-contact {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    .phone-number {
        justify-content: center;
        font-size: 18px;
    }

    .nav-buttons {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .btn {
        width: 100%;
        justify-content: center;
    }

    .mobile-menu-btn {
        display: block;
    }

    .firm-name {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .nav-container {
        padding: 12px 0;
    }

    .logo-icon {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }

    .firm-name {
        font-size: 18px;
    }

    .btn {
        padding: 12px 16px;
    }
}

/* Logo Image Styles */
.logo-link {
    display: flex;
    align-items: center;
    gap: 12px;

    text-decoration: none;
}

.logo-image {
    height: 95px; /* increase this */
    width: auto;
    max-width: none; /* remove width restriction */
}

.logo-section {
    display: flex;
    align-items: center;
}

/* If you want only image without text, hide the firm name */
.logo-image-only .firm-name {
    display: none;
}

/* Responsive adjustments for logo */
@media (max-width: 768px) {
    .logo-image {
        height: 60px; /* Slightly smaller on mobile */
        max-width: 150px;
    }
}

@media (max-width: 480px) {
    .logo-image {
        height: 40px;
        max-width: 130px;
    }

    /* If you have text with logo, hide it on very small screens */
    .firm-name {
        display: none;
    }
}

.nav-container {
    width: 100%;
}

.logo-link {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* .logo-image {
  height: 50px;
} */

.nav-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

/* mobile button */
.mobile-menu-btn {
    font-size: 28px;
    background: none;
    border: none;
    color: #fff;
    display: none;
}

/* =====================
   MOBILE FIX
===================== */

/* Fix for Mobile Menu Display */
@media (max-width: 991px) {
    /* Hide nav-links by default on mobile */
    .nav-links {
        display: none !important;
        position: absolute;
        top: 100%;
        left: auto;
        width: 100%;
        background: #ffffff;
        padding: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }

    /* Show nav-links when active class is added */
    .nav-links.active {
        display: block !important;
    }

    /* Stack buttons vertically on mobile */
    .nav-buttons {
        flex-direction: column;
        align-items: stretch !important;
    }

    .nav-buttons .btn {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    /* Show mobile menu button */
    .mobile-menu-btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        background: #e1a122;
        color: white;
        border: none;
        border-radius: 5px;
        font-size: 20px;
    }

    /* Hide Bootstrap's col-md-6 on mobile */
    .col-md-6 {
        width: auto !important;
        flex: none !important;
    }
}

/* For desktop (992px and above) */
@media (min-width: 992px) {
    /* Hide mobile menu button on desktop */
    .mobile-menu-btn {
        display: none !important;
    }

    /* Always show nav-links on desktop */
    .nav-links {
        display: flex !important;
    }
}

/* Override Bootstrap flex issues */
.d-flex.justify-content-between.align-items-center.w-100 {
    flex-wrap: nowrap;
}

/* Ensure logo section doesn't shrink too much */
.logo-section {
    flex-shrink: 0;
}

/* CRITICAL FIX - Force display on mobile when active */

@media (max-width: 991px) {
    #navLinks.active {
        display: flex !important;
        opacity: 1;
        visibility: visible;
        flex-direction: column; /* Add this */
        align-items: flex-end; /* Change from stretch to flex-end */
        left: auto;
        top: 110px;
        justify-content: flex-start; /* Or keep flex-end depending on your layout */
        padding: 20px;
        width: auto; /* Don't make it full width */
        right: 0; /* Position it on the right */
    }

    #navLinks.active .nav-buttons {
        flex-direction: column;
        align-items: flex-end; /* Align buttons to right */
    }
}
@media (max-width: 991px) {
    #navLinks {
        display: none !important;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;

        background: white;
        padding: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }

    #navLinks.active {
        display: flex !important;
        opacity: 1;
        visibility: visible;
        flex-direction: column;
        align-items: stretch;
        left: auto;
        top: 115px;
        right: 10px;
    }

    /* Ensure the buttons display properly */
    .nav-buttons {
        display: flex !important;
        flex-direction: column;
        gap: 10px;
    }

    .nav-buttons .btn {
        width: 100%;
        justify-content: center;
    }
}

/* Make sure mobile menu button is visible */
.mobile-menu-btn {
    display: none;
}

@media (max-width: 991px) {
    .mobile-menu-btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        background: #e1a122;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        z-index: 1001;
    }
}
/*  */
/* MOBILE MENU DROPDOWN ANIMATION */
.mobile-menu-btn {
    display: none;
    background: #e1a122;
    color: white;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-buttons {
    display: flex;
    gap: 12px;
}

/* Mobile responsive */
@media (max-width: 991px) {
    .mobile-menu-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        padding: 20px;
        z-index: 1000;
        opacity: 0;
        transform: translateY(-20px);
        transition: all 0.3s ease;
    }

    .nav-links.active {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    .nav-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .nav-buttons .btn {
        width: 100%;
        justify-content: center;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    padding-top: 80px;
}

/* NAVBAR STYLES */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    padding: 0 20px;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.w-100 {
    width: 100%;
}

/* LOGO SECTION */
.logo-section {
    padding: 15px 0;
}

.logo-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

/* .logo-image {
  height: 45px;
  width: auto;
} */

.firm-name {
    font-size: 22px;
    font-weight: 700;
    color: #00204c;
}

.firm-name span {
    color: #e1a122;
}

/* MOBILE MENU BUTTON */
.mobile-menu-btn {
    display: none;
    background: #e1a122;
    color: white;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
    align-items: center;
    justify-content: center;
}

/* NAV LINKS & BUTTONS */
.nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-buttons {
    display: flex;
    gap: 12px;
}

.btn {
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

.btn-call {
    background-color: white;
    color: #e1a122;
    border: 2px solid #e1a122;
}

.btn-call:hover {
    background-color: #fef8ee;
}

.btn-consultation {
    background-color: #e1a122;
    color: white;
}

.btn-consultation:hover {
    background-color: #d1941e;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(225, 161, 34, 0.3);
}

/* MOBILE RESPONSIVE */
@media (max-width: 991px) {
    .mobile-menu-btn {
        display: flex !important;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        padding: 20px;
        z-index: 1000;
        opacity: 0;
        transform: translateY(-20px);
        transition: all 0.3s ease;
    }

    .nav-links.active {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    .nav-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .nav-buttons .btn {
        width: 100%;
        justify-content: center;
    }

    /* Hide the col-md-6 classes on mobile */
    .col-md-6 {
        width: auto !important;
        flex: none !important;
    }
}

/* For desktop (992px and above) */
@media (min-width: 992px) {
    .mobile-menu-btn {
        display: none !important;
    }

    .nav-links {
        display: flex !important;
    }
}
/*  */

/* =====================================
   CARD RESPONSIVENESS - MOBILE & TABLET
====================================== */

/* Tablet (768px - 991px) */
@media (max-width: 991px) {
    /* Legal Services Cards - Tablet */
    .legal-services-section .services-grid .service-column {
        width: 50% !important;
        float: left;
        margin-bottom: 30px;
    }

    .legal-services-section .service-column .inner {
        height: auto;
        min-height: 350px;
    }

    /* Why Choose Section Cards - Tablet */
    .why-choose-section .reasons-grid .reason-column {
        width: 50% !important;
        float: left;
        margin-bottom: 30px;
    }

    /* Case Expertise Section - Tablet */
    .case-expertise-section .stat-column {
        width: 33.33% !important;
        float: left;
        margin-bottom: 30px;
    }

    .case-expertise-section .expertise-column {
        width: 33.33% !important;
        float: left;
        margin-bottom: 30px;
    }

    /* Testimonial Cards - Tablet */
    .testimonial-block {
        width: 90%;
        margin: 0 auto 30px;
    }

    /* Trust Badges - Tablet */
    .trust-badges-section .trust-badge {
        padding: 20px 15px;
    }
}

/* Mobile (576px - 767px) */
@media (max-width: 767px) {
    /* Legal Services Cards - Mobile */
    .legal-services-section .services-grid .service-column {
        width: 100% !important;
        float: none;
    }

    .legal-services-section .service-column .inner {
        min-height: 320px;
        margin-bottom: 25px;
    }

    .legal-services-section .service-title {
        font-size: 1.3rem;
        margin-bottom: 12px;
    }

    .legal-services-section .service-text {
        font-size: 0.95rem;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    /* Why Choose Section Cards - Mobile */
    .why-choose-section .reasons-grid .reason-column {
        width: 100% !important;
        float: none;
    }

    .why-choose-section .reason-column .inner {
        padding: 25px 20px;
        margin-bottom: 25px;
    }

    .why-choose-section .reason-title {
        font-size: 1.3rem;
        margin: 15px 0 12px;
    }

    /* Case Expertise Section - Mobile */
    .case-expertise-section .stat-column {
        width: 100% !important;
        float: none;
        margin-bottom: 25px;
    }

    .case-expertise-section .stat-number {
        font-size: 2.5rem;
    }

    .case-expertise-section .expertise-column {
        width: 100% !important;
        float: none;
        margin-bottom: 25px;
    }

    .case-expertise-section .expertise-list li {
        padding: 10px 15px;
        margin-bottom: 8px;
    }

    /* Testimonial Cards - Mobile */
    .testimonial-block {
        width: 100%;
        margin-bottom: 25px;
    }

    .testimonial-block .inner-box {
        padding: 25px 20px;
    }

    .testimonial-block .text {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    /* Trust Badges - Mobile */
    .trust-badges-section .row {
        margin: 0;
    }

    .trust-badges-section .col-sm-12 {
        padding: 10px;
    }

    .trust-badges-section .trust-badge {
        padding: 25px 20px;
        margin-bottom: 20px;
        border-radius: 12px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    }

    .trust-badges-section .trust-badge .icon {
        margin-bottom: 15px;
    }

    .trust-badges-section .trust-badge .icon i {
        font-size: 2.5rem;
    }

    .trust-badges-section .trust-badge h4 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    /* FAQ Section - Mobile */
    .faq-item {
        padding: 20px;
        margin-bottom: 20px;
    }

    .faq-question {
        font-size: 1.1rem;
        padding-right: 30px;
    }

    .faq-answer {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    /* Location Section - Mobile */
    .location-box,
    .map-box {
        margin-bottom: 25px;
    }

    .map-box {
        height: 300px;
    }

    /* Final CTA Section - Mobile */
    .final-cta-section .btn-box {
        flex-direction: column;
        gap: 15px;
    }

    .final-cta-section .btn-box a {
        width: 100%;
        text-align: center;
    }
}

/* Small Mobile (Below 576px) */
@media (max-width: 575px) {
    /* All Cards General Styling */
    .service-column .inner,
    .reason-column .inner,
    .stat-column .inner,
    .testimonial-block .inner-box,
    .trust-badge {
        padding: 25px 20px !important;
    }

    /* Card Headings */
    .service-title,
    .reason-title,
    .stat-title,
    .header-title {
        font-size: 1.25rem !important;
        line-height: 1.4;
    }

    /* Card Text Content */
    .service-text,
    .reason-text,
    .stat-desc,
    .expertise-list .list-text {
        font-size: 0.9rem !important;
        line-height: 1.5;
    }

    /* Card Icons */
    .icon svg,
    .stat-icon svg,
    .header-icon svg {
        width: 40px !important;
        height: 40px !important;
    }

    /* Count Numbers */
    .count-outer .count-text {
        font-size: 2.2rem;
    }

    .stat-number .count-text {
        font-size: 2.2rem;
    }

    /* Button Styling in Cards */
    .consult-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
        width: 100%;
        margin-top: 15px;
    }

    /* Trust Badges Stack */
    .trust-badges-section .col-lg-3 {
        width: 50% !important;
        float: left;
    }

    /* Expertise Lists */
    .expertise-list li {
        padding: 8px 12px !important;
        font-size: 0.9rem;
    }

    .list-icon {
        margin-right: 8px;
        font-size: 0.9rem;
    }
}

/* Extra Small Mobile (Below 480px) */
@media (max-width: 480px) {
    /* All Cards Padding */
    .service-column .inner,
    .reason-column .inner,
    .stat-column .inner {
        padding: 20px 15px !important;
    }

    /* Trust Badges - 1 per row */
    .trust-badges-section .col-lg-3 {
        width: 100% !important;
        float: none;
    }

    /* Counters Smaller */
    .count-outer .count-text {
        font-size: 2rem;
    }

    .stat-number .count-text {
        font-size: 2rem;
    }

    /* Card Titles */
    .service-title,
    .reason-title {
        font-size: 1.1rem !important;
    }

    /* Card Icons Smaller */
    .icon svg {
        width: 35px !important;
        height: 35px !important;
    }

    /* Testimonials */
    .testimonial-block .author-initials {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1.2rem;
    }

    /* FAQ Items */
    .faq-item {
        padding: 15px;
    }

    .faq-question {
        font-size: 1rem;
    }

    /* Footer Cards/Columns */
    .footer-column {
        margin-bottom: 30px;
    }
}

/* Landscape Mode Fixes */
@media (max-width: 767px) and (orientation: landscape) {
    .legal-services-section .service-column .inner {
        min-height: 300px;
    }

    .case-expertise-section .expertise-column {
        height: auto;
    }
}

/* Fix for Bootstrap Grid in Mobile */
@media (max-width: 767px) {
    .legal-services-section .row,
    .why-choose-section .row,
    .case-expertise-section .row {
        display: block;
    }

    .legal-services-section .column,
    .why-choose-section .column,
    .case-expertise-section .column {
        width: 100% !important;
        max-width: 100%;
        flex: 0 0 100%;
    }
}

/* Tablet Landscape */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .legal-services-section .services-grid .service-column {
        width: 33.33% !important;
    }

    .why-choose-section .reasons-grid .reason-column {
        width: 33.33% !important;
    }

    .case-expertise-section .expertise-column {
        min-height: 400px;
    }
}

/* =========================
   CONSULTATION SECTION
========================= */

.consultation-section {
    padding: 80px 20px;
    background: #f9fafc;
}

.container {
    max-width: 1200px;
    margin: auto;
}

/* header */

.consultation-header {
    text-align: center;
    margin-bottom: 50px;
}

.consultation-header h2 {
    color: #e1a122;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.consultation-header h3 {
    font-size: 32px;
    font-weight: 700;
    color: #00204c;
    margin: 0;
}

/* grid */

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* cards */

.process-card {
    background: #ffffff;
    padding: 30px 22px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.96);
    transition: 0.3s;
}

.process-card:hover {
    transform: translateY(-6px);
}

.step {
    width: 48px;
    height: 48px;
    background: #e1a122;
    color: #fff;
    border-radius: 50%;
    line-height: 48px;
    font-weight: 700;
    font-size: 20px;
    margin: 0 auto 15px;
}

.process-card h4 {
    margin: 10px 0;
    font-size: 18px;
    color: #00204c;
}

.process-card p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* button */

.consultation-btn-wrap {
    text-align: center;
    margin-top: 40px;
}

.consult-btn {
    display: inline-block;
    background: #e1a122;
    color: #000;
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.consult-btn:hover {
    background: #c98d14;
    color: #fff;
}

/* =========================
   TABLET
========================= */

@media (max-width: 991px) {
    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .consultation-header h3 {
        font-size: 26px;
    }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {
    .consultation-section {
        padding: 60px 15px;
    }

    .process-grid {
        grid-template-columns: 1fr;
    }

    .process-card {
        padding: 24px 18px;
    }

    .consultation-header h3 {
        font-size: 22px;
    }
}

/*  */
/* .service-title,
.service-text {
    text-align: center;
}
.service-column .content {
    text-align: center;
} */

/*  */
/* BLOG CARD STRUCTURE FIX */
.service-column .inner {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-column .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* IMAGE FIX */
.service-column .icon img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 20px;
}

/* TEXT */
.service-title {
    margin: 12px 0 8px;
}

.service-text {
    margin-bottom: 15px;
    padding: 0 10px;
}

/* BUTTON */
.consult-btn {
    margin-top: auto;
}
@media (max-width: 991px) {
    .service-column .icon img {
        height: 160px;
    }

    .service-title {
        font-size: 18px;
    }

    .service-text {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .blog-detail-section {
        padding: 40px 0;
    }

    .service-column {
        margin-bottom: 25px;
    }

    .service-column .inner {
        padding: 18px;
    }

    .service-column .icon img {
        height: 150px;
    }

    .service-title {
        font-size: 16px;
    }

    .service-text {
        font-size: 13px;
    }

    .consult-btn {
        width: 100%;
        text-align: center;
    }
}
/* STRICT MOBILE FIX */
@media (max-width: 649px) {
    .blog-detail-section {
        padding: 30px 10px;
    }

    .auto-container {
        padding: 0 10px;
    }

    .service-column {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .service-column .inner {
        padding: 15px;
        border-radius: 12px;
    }

    .service-column .content {
        text-align: center;
        align-items: center;
    }

    /* IMAGE FIX */
    .service-column .icon img {
        width: 100%;
        height: 140px;
        object-fit: cover;
        border-radius: 15px;
    }

    /* TEXT FIX */
    .service-title {
        font-size: 15px;
        line-height: 1.4;
        margin: 10px 0;
    }

    .service-text {
        font-size: 13px;
        padding: 0 5px;
        margin-bottom: 12px;
    }

    /* BUTTON FIX */
    .consult-btn {
        width: 100%;
        padding: 10px;
        font-size: 14px;
        text-align: center;
        border-radius: 6px;
    }
}

/*  */
