@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Pinyon+Script&display=swap');

* {
    -webkit-font-smoothing: none !important;
    -moz-osx-font-smoothing: auto !important;
}

:root {
    --primary-color: #f58220;
    --dark-bg: #121214;
    --light-bg: #f5f5f5;
    --text-dark: #222;
    --text-light: #888;
    --white: #ffffff;
}

.widget p {
    color: #646464;
}

body .widget p {
    color: #646464;
}

/* .active-page{
    background-color: var(--primary-color);
    color: #ffffff !important;
} */
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    position: relative;
    padding: 0 0 10px;
    font-weight: 400;
    font-family: 'PT Sans', sans-serif;
    line-height: 140% !important;
    color: #444;
}

.text-a-64 {
    color: #646464 !important;
}

body {
    font-family: 'PT Sans', sans-serif;
    /* -webkit-font-smoothing: antialiased;
    font-smooth: always;
      -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; */
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Prevent flicker */
.dropdown-menu {
    margin-top: 0;
}

/* Top Bar Styles */
#topbar {
    background-color: var(--white);
    border-bottom: 1px solid #f2f2f2;
    padding: 0;
    padding: 1px;
}

.social-links {
    display: flex;
    align-items: center;
    padding: 0;
}

.social-icons {
    display: flex;
}

.social-icons span {
    display: inline-block;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 42px;
    border-left: 1px solid #f2f2f2;
    color: var(--text-light);
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icons a i {
    font-size: 14px;
}

.social-icons span:last-child a {
    border-right: 1px solid #f2f2f2;
}

.social-icons a:hover {
    color: var(--white);
    background-color: var(--primary-color);
}


.topmenu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.callus a {
    text-decoration: none;
    font-size: 14px;
    font-family: "PT Sans", sans-serif;
    color: #FFF;
    /* margin-right: 5px; */
    border: 1px solid #fcdccc;
}

.callus a:hover {
    color: #fff !important;
    background-color: #222 !important;

    transform: scale(1.01);
}


.bg-btn {
    animation-duration: 1s;
    animation-delay: 3s;
    background-color: rgba(255, 255, 255, 0.5);
    width: max-content;
    padding: 7px;
}

.bg-btn a {
    text-decoration: none;
    font-size: 16px;
    font-family: "PT Sans", sans-serif;
    padding: 7px 22px;
}

.bg-btn a:hover {
    color: #fff !important;
    background-color: #222 !important;
    border: 1px solid #fcdccc;
    scale: 1.05;
}

/* Header Styles */


/* Google Translate */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0 !important;
}

/* Custom Google Translate dropdown box */
.goog-te-gadget-simple {
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    padding: 6px 10px !important;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
}

/* Replace Default Google Icon */
.goog-te-gadget-icon {
    background: url('../img/favicon.ico') 2px 2px no-repeat !important;
    width: 20px !important;
    height: 20px !important;
}

/* Fix text + arrow styling */
.goog-te-gadget-simple span {
    color: #333 !important;
    font-weight: 500 !important;
}

/* Remove Google padding around the dropdown */
#google_translate_element {
    margin: 0;
    padding: 0;
}

.dropdown-toggle::after {
    font-size: 18px !important;
}

.navbar-brand img {
    width: 234px;
}

ul.navbar-nav.ms-auto.mb-2.mb-lg-0 {
    align-items: center;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #222;
}

.btn-primary:hover {
    border: 1px solid #fcdccc;
}

.btn-primary {
    background-color: #f58220;
    border: none;
}

.topmenu {
    align-items: center;
}

.btn-orange {
    background-color: #f58220 !important;
}

/* slider css */

#carousel .carousel-item.boat {
    background-image: url("../img/banner-1.jpg");
}

#carousel .carousel-item.sea {
    background-image: url("../img/banner-2.jpg");
}

#carousel .carousel-item.sea-2 {
    background-image: url("../img/banner-3.jpg");
}

#carousel .carousel-item.sea-3 {
    background-image: url("../img/banner-4.jpg");
}

#carousel .carousel-item.sea-4 {
    background-image: url("../img/banner-5.jpg");
}

#carousel .carousel-item.sea-5 {
    background-image: url("../img/banner-6.jpg");
}

/* #carousel .carousel-item.river {
  background-image: url("../img/banner-3.webp");
} */

#carousel .carousel-item {
    height: 500px;
    width: 100%;
    min-height: 350px;
    background: no-repeat center center scroll;
    background-size: cover;
}

#carousel .carousel-inner .carousel-item {
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}

#carousel .carousel-item .caption {

    padding: 40px;
    color: rgb(0, 0, 0);
    animation-duration: 1s;
    animation-delay: 1s;


}

#carousel .caption h1,
#carousel .caption h2,
#carousel .caption h3 {
    animation-duration: 1s;
    animation-delay: 1s;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 7px;
    font-family: "PT Sans", sans-serif;
    font-size: 40px;
    font-weight: 700;
    width: max-content;
    text-shadow: #ffffef 0 1px 2px !important;

}

#carousel .caption p {
    animation-duration: 1s;
    animation-delay: 2s;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 7px;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    width: max-content;
    max-width: 750px;
    text-shadow: #ffffef 0 1px 2px !important;
}

#carousel .caption a {
    animation-duration: 1s;
    animation-delay: 1.4s;
}

.carousel-indicators [data-bs-target] {
    height: 16px !important;
    width: 16px !important;
    border-radius: 50%;
    background-color: #ffffff54;
}

.carousel-indicators .active {
    background-color: #F58220 !important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m4.431 12.822 13 9A1 1 0 0 0 19 21V3a1 1 0 0 0-1.569-.823l-13 9a1.003 1.003 0 0 0 0 1.645z'/%3E%3C/svg%3E") !important;
    background-color: #00000034;
    padding: 15px !important;
    width: 60px !important;
    height: 60px !important;
    border: 2px solid #ffffff;
    font-size: 24px !important;
    background-size: 26px 26px !important;
}

.carousel-control-prev-icon:hover {
    border: 2px solid #ffffff !important;
    background-color: #f58220;
    fill: #f58220;
    border: 2px solid #f58220 !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m4.431 12.822 13 9A1 1 0 0 0 19 21V3a1 1 0 0 0-1.569-.823l-13 9a1.003 1.003 0 0 0 0 1.645z'/%3E%3C/svg%3E") !important;
    background-color: #00000034;
    padding: 15px !important;
    width: 60px !important;
    height: 60px !important;
    border: 2px solid #ffffff;
    font-size: 24px !important;
    background-size: 26px 26px !important;
    transform: rotate(180deg);
}

.carousel-control-next-icon:hover {
    border: 2px solid #ffffff !important;
    background-color: #f58220;
    fill: #f58220;
    border: 2px solid #f58220 !important;
}

.carousel-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 0;
    background: #ffffff86;
    z-index: 20;
    animation: progressBar 5s linear forwards;
}

@keyframes progressBar {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

header.sticky-top {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 1020;
    background: #fff;
    position: sticky;
    top: 0 !important;

}

.arrow-up {
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: -1px;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 0;
}

header.scrolled {
    backdrop-filter: blur(10px);
    background-color: #131313bb !important;
    /* box-shadow: 0 2px 8px rgb(0 0 0 / .1) */
     border-bottom: 1px solid #f2f2f2;
}

header {
    background-color: #fff;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgb(255 255 255 / .2);
    /* box-shadow: 0 4px 30px rgb(0 0 0 / .1); */
    border-bottom: 1px solid #f2f2f2;

}

header nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between
}

.logo {
    flex: 2;
    display: flex;
    align-items: center
}

.logo a {
    text-decoration: none;
    font-size: 26px;
    color: #000;
    text-transform: uppercase;
    font-weight: 800
}

.logo img {
    width: 200px;
    padding: 10px 0
}

.bartoggle,
#menubrop {
    display: none
}

.NavMenu {
    flex: 10;
    list-style: none;
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 0
}

.NavMenu li {
    display: inline-block
}

.NavMenu li input {
    display: none
}

.NavMenu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 8px;
    font-size: 17px;
    text-decoration: none;
    text-transform: capitalize;
    color: #202020;
    position: relative;
    /* letter-spacing: 1px; */
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 3px;
    margin: 2px 0
}

.NavMenu li a {
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    color: #222;
    font-family: 'PT Sans', sans-serif;
    font-size: .99em;
    padding: 7px 8px;
    margin-top: 8px;
    margin-right: 1px;
}

.NavMenu li a:hover {
    background-color: var(--primary-color);
    color: #fafafa !important;
}

.NavMenu li a:hover::after {
    left: 0
}

.NavMenu li a label {
    cursor: pointer;
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;

}

.NavMenu li a label svg {
    transition: fill 0.3s ease, transform 0.3s ease;
    width: 20px;
    height: 20px;
    fill: #000;
    /* default black */
}

/* Hover SVG color change */
.NavMenu li:hover a label svg {
    fill: #ffffff !important;
    /* change SVG color to white */
}

#droplist2:checked~a label svg {
    transform: rotate(180deg)
}

.NavMenu li ul {
    position: absolute;
    display: flex;
    flex-direction: column;
    background: #f5f5f5;
    min-width: 160px;
    border-radius: 0px;
    border: 1px solid #e0e0e0;
    top: 100%;
    box-shadow: 0 8px 25px rgb(0 0 0 / .15);
    transition: all 0.4s cubic-bezier(.4, 0, .2, 1);
    transform: translateY(15px);
    visibility: hidden;
    opacity: 0;
    padding: 0;
    z-index: 1000;
    max-height: 400px;
    overflow-y: auto;
    border-top: 3px solid #F58220 !important;
    margin-top: 20px;
}

ul.dropdown-menu {
    margin-top: 20px;
}

#droplist2:checked~ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(5px)
}

.NavMenu li ul li {
    position: relative;
    border-bottom: 1px solid #d5d5d5
}

.NavMenu li ul li:last-child {
    border-bottom: none
}

a.hello {
    font-weight: 400;
    font-family: 'Pinyon Script', cursive !important;
    text-transform: lowercase;
}

.NavMenu li ul li a {
    color: #333;
    padding: 10px 20px;
    display: block;
    /* border-left: 4px solid #fff0; */
    border-bottom: none;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .5px;
    background: #f5f5f5;
    border-radius: 0;
    margin: 0;
    transform: none;
    box-shadow: none
}

.NavMenu li ul li a:hover {
    color: #020202 !important;
    background: #FFF;
    /* border-left: 4px solid #01843E; */
    /* padding-left: 24px; */
    transform: none;
    box-shadow: none
}

.NavMenu li ul li a:after {
    display: none
}

.NavMenu li ul::-webkit-scrollbar {
    width: 6px
}

.NavMenu li ul::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0 12px 12px 0
}

.NavMenu li ul::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px
}

.NavMenu li ul::-webkit-scrollbar-thumb:hover {
    background: #004070
}

@media (max-width:768px) {
    .NavMenu li ul {
        position: static;
        transform: none;
        box-shadow: none;
        border: 1px solid #e0e0e0;
        margin-top: 5px;
        max-height: 300px
    }

    #droplist2:checked~ul {
        transform: none
    }

    .NavMenu li a {
        padding: 16px 12px;
        font-size: 15px
    }

    .NavMenu li ul li a {
        padding: 12px 16px;
        font-size: 14px
    }
}

@media(min-width:992px) {
    /* .NavMenu li ul li a:hover {
          border-left: 2px solid #16741a
      } */

    .NavMenu li:hover>ul,
    .NavMenu li ul li:hover>ul {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }
}

@media(max-width:1024px) {
    header {
        padding: 0 3%
    }

    .logo {
        flex: 6
    }

    .bartoggle {
        display: flex;
        justify-content: center;
        font-size: 30px;
        align-items: center;
        background-color: #ededed;
        padding: 0 10px 6px 10px;
        cursor: pointer;
        height: 40px;
        border: 2px solid #ddd;
        border-radius: 3px;
    }

    .sticky-top .container {
        align-items: center
    }

    .NavMenu {
        width: 430px;
        flex: 12;
        position: fixed;
        flex-direction: column;
        background-color: #ffffff;
        color: #1f1f1f !important;
        left: 0;
        top: 40px;
        height: 90vh;
        z-index: -1;
        padding: 15px 0 50px 0;
        justify-content: start;
        overflow-y: scroll;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    }

    .NavMenu li ul,
    .NavMenu li ul li ul {
        position: initial;
        left: 0;
        visibility: visible;
        opacity: 1;
        top: 0;
        display: none
    }

    .NavMenu li ul li a {
        color: #000 !important
    }

    .NavMenu li a {
        padding: 8px 15px;
        color: #1f1f1f !important;
        border-bottom: 1px solid #fff
    }

    .NavMenu li ul li ul {
        background: #fff;
        position: inherit;
        margin-top: -10px;
        margin-bottom: 10px
    }

    .NavMenu li ul li ul li a {
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        text-transform: initial;
        padding: 7px 15px 7px 30px
    }

    .NavMenu li a label::after {
        right: 10px
    }

    .NavMenu li input:checked+ul,
    .NavMenu li ul li input:checked+ul {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px
    }

    input:checked+.NavMenu {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        align-items: normal
    }

    .get-quote {
        display: none
    }

    .logo img {
        width: 200px
    }

    .NavMenu {
        top: 88px
    }

    .NavMenu li>ul,
    .NavMenu li ul li>ul {
        width: 100% !important
    }

    ul.NavMenu {
        border-top: 2px solid #f58220;
    }
}

@media(max-width:425px) {
    .widget h3 {
        margin-top: 15px;
    }

    ul.check {
        margin-bottom: 0;
    }

    /* .container.social-links {
        flex-direction: column;
    } */

    .topmenu {
        flex-direction: row !important;
        gap: 10px;
        justify-content: space-between !important;
    }

    .social-icons {
        justify-content: center;
    }

    .NavMenu {
        width: 100%;
    }
}

@media(max-width:375px) {

    .NavMenu li>ul,
    .NavMenu li ul li>ul {
        width: 100% !important
    }

    .callus a {
        padding: 9px
    }

    .topmenu {
        flex-direction: row !important;
        gap: 5px;
    }

    .container.social-links {
        --bs-gutter-x: 1.2rem;
    }
}

@media(max-width:320px) {

    .NavMenu li>ul,
    .NavMenu li ul li>ul {
        width: 100% !important
    }

    .NavMenu {
        top: 81px
    }
}

.NavMenu li>ul,
.NavMenu li ul li>ul {
    width: max-content
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none
}

.dropdown {
    position: relative
}

.dropdown-header {
    display: flex;
    cursor: pointer;
    border-bottom: 1px solid rgb(0 0 0 / .1);
    padding: 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center
}

.dropdown-header a {
    border: none !important
}

.main-link {
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    color: #333
}

.toggle-icon {
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
    color: var(--main-color)
}

.submenu {
    display: none;
    padding-left: 15px;
    background: #f9f9f9
}

.submenu li {
    display: inline
}

input[type="checkbox"]:checked+.dropdown-header+.submenu {
    display: block
}

/* main-css */
.home-content p::before {
    content: "\201C";
    font-size: 90px !important;
    font-weight: 700;
    position: absolute;
    margin: 9px 0 0 -50px;
    font-size: 21px;
    line-height: 38px;
    color: #f58220;
}

.home-content p::after {
    content: "\201D";
    font-size: 90px;
    font-weight: 700;
    position: absolute;
    margin: 30px 0 0 4px;
}

.home-content p {
    font-family: "Montserrat", sans-serif;
}

.home {
    border: 4px solid #f58220;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.home p {
    font-size: 21px;
    line-height: 38px;
    color: #f58220;
    padding-left: 40px;
    font-family: "Montserrat", sans-serif;
}

/* --------------------
    SECTION HEADINGS
----------------------- */
.widget h3 span {
    color: #f58220;
}

.widget h3 {
    font-size: 24px;
    font-weight: 400;
    color: #444;
    /* margin-bottom: 15px; */
}

.widget h1 {
    font-size: 24px !important;
    font-weight: 400;
    color: #444;
    /* margin-bottom: 15px; */
}

.widget p {
    font-weight: 400;
    font-size: 15px;
    color: #646464 !important;
    font-family: "Montserrat", sans-serif;
}

p,
button.accordion-button,
.accordion-body.accordion-inner {
    font-family: "Montserrat", sans-serif;
}

.accordion-body.accordion-inner {
    font-size: 15px;
    color: #646464 !important;
}

.accordion-header {
    padding-bottom: 0;
}

.accordion-button::after {
    display: none;
}

.pt-60 {
    padding-top: 30px;
}

/* --------------------
       ACCORDION
----------------------- */
.accordion-group {
    margin-bottom: 10px;
}

.accordion-toggle {
    background: #f5f5f5 !important;
    font-size: 16px;
    padding: 0 !important;
    color: #222 !important;
    box-shadow: none !important;
}

.accordion-toggle em {
    background-color: #f58220;
    color: #fff;
    width: 40px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
}

.accordion-inner {
    background: #f5f5f5;
    padding: 10px;
}

/* --------------------
       SKILLS
----------------------- */
.skills_bar {
    margin-top: 20px;
    font-family: "Montserrat", sans-serif;
}

.skills_bar small {
    font-size: 14px;
    color: #222;
}

.progress {
    height: 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid #cbcbcb;
    background: transparent;
    border-radius: 0;
    overflow: visible;
    position: relative;
}

.progress-bar {
    background-color: var(--primary-color) !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width .6s ease;
    position: relative;
}

.skill_count {
    position: absolute;
    right: 0;
    top: -3px;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

/* --------------------
     CALLOUT BOX
----------------------- */
.calloutbox {
    background: #f5f5f5;
    padding: 25px;
    margin-top: 40px;
}

a.btn.btn-dark.btn-lg.mt-3 {
    padding: 10px 30px;
    font-size: 16px;
    font-family: Arial, 'PT Sans', sans-serif;
}

.calloutbox {
    position: relative;
    margin: 20px 0;
    color: #fff;
    padding: 30px 20px 30px 30px !important;
    overflow: hidden;
    background-color: #f58220;
}

.orange-border {
    border: 3px solid rgb(218, 165, 32) !important;
    background-color: #fff;
}

.calloutbox-custom {
    margin-top: 40px;
}

.servicebox {
    margin: 20px 0;
    text-align: center;
}

.servicebox img {
    width: auto;
    height: 55px;
}

.servicebox .title h3 {
    font-size: 18px;
    font-weight: 400;
    font-family: 'PT Sans', sans-serif;
    line-height: 140% !important;
    color: #444;
}

.grp-title {
    letter-spacing: 0;
    position: relative;
    padding: 0 0 10px;
    font-weight: 400 !important;
    font-family: 'PT Sans', sans-serif;
    line-height: 140% !important;
    color: #444;
    font-size: 24px !important;
}

.widget .title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.widget hr {
    border-top: 2px solid #EEE;

}

.widget.col-lg-2.bg-light.p-3 {
    background-color: #f5f5f5 !important;
}

.grey-wrapper {
    background-color: #f5f5f5;
}


.backBar2 {
    padding: 5px 10px;
    background-color: #d29c1e;
    color: #fff;
    display: inline-block;
}

/* product card */
.product-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.product-card img {
    width: 100%;
    transition: transform .4s ease;
}

.product-card:hover .magnifier {
    transform: scale(1.1);
}

/* magnifier overlay */
.magnifier {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .4s ease;
    transform: scale(.8);

}

.product-card:hover .magnifier {
    opacity: 1;
}

.magnifier h3 {
    color: #fff;
    margin-top: 10px;
    font-size: 18px;
    padding-bottom: 0 !important;
}

.magnifier .btn-default {
    background: #fff;
    color: #000;
    padding: 6px 15px;
    font-weight: 600;
}

.portfolio_item {
    position: relative;
    overflow: hidden;
}

/* Image zoom effect */
.portfolio_item img {
    width: 100%;
    transition: transform .5s ease;
}

/* Overlay */
.magnifier {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity .4s ease, transform .4s ease;
    text-align: center;
}

/* Buttons container */
.magnifier .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.3);
    opacity: 0;
    transition: all .4s ease;
    width: 100%;
    padding: 30px;
}

/* Round icon button */
.magnifier .btn-zoom {
    border: 1px solid #fff;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
    display: inline-block;
}

/* Hover Effects */
.portfolio_item:hover img {
    transform: scale(1.15);
}

.portfolio_item:hover .magnifier {
    transform: scale(1.1);
}

.portfolio_item:hover .magnifier {
    opacity: 1;
}

.portfolio_item:hover .buttons {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    text-align: center;

}

.btn-default:hover {
    background-color: #F58220 !important;
    color: #FFF !important;
}

.general-title h2 {
    font-size: 31px;
    text-rendering: optimizespeed;
    letter-spacing: 0.6px;
    padding-bottom: 0px;
    font-weight: 700;
}

.backBar2 {
    color: #fff;
    display: inline;
    background-color: #d29c1e;
    padding: 5px 10px;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.anthem-wrapper {
    position: relative;
}

.play-btn,
.play-btn:before {
    border-radius: 50%;
    position: absolute
}

.play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#f58220 50%, rgb(245 130 32 / 45%) 52%);
    display: block;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    z-index: 0;

}

.play-btn:before {
    content: "";
    width: 120px;
    height: 120px;
    animation: 2s infinite pulsate-btn;
    animation-direction: forwards;
    animation-timing-function: steps;
    opacity: 1;
    border: 5px solid;
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
    color: #f58220;
}

.play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: .4s cubic-bezier(.55, .055, .675, .19)
}

@keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

/* Magnifier Overlay (Zoom) */
.anthem-wrapper .magnifier {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 111 !important;
    width: 100%;
}

.anthem-wrapper:hover .magnifier {
    opacity: 1;
}

.blog-carousel .magnifier .buttons {
    text-align: center;
    color: #fff;
    opacity: 1;
}

.blog-carousel .magnifier h3 small {
    color: #ddd;
}

.general-100 h2 {
    font-size: 22px;
    font-weight: 400;

}

.backBar2 {
    background: #d29c1e;
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
}

.general-100 {
    background: #d29c1e;
}

.pt-40 {
    padding-top: 40px;
}

#clientele img {
    width: 250px;
    height: auto;
    transition: .3s;
}

#clientele img:hover {
    transform: scale(1.05);
}

.blog-carousel {
    position: relative;
    /* background: #fff;
    border: 1px solid #eee; */
    margin-bottom: 25px;
}

.blog-carousel .entry img {
    width: 100%;
    display: block;
}

.blog-carousel .entry {
    position: relative;

}

.blog-carousel .magnifier .buttons a i {
    color: #fff !important;
    font-size: 75px;
    border: 2px solid #fff;
    padding: 15px;
}

.blog-carousel .magnifier {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
}

.blog-carousel:hover .magnifier {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.blog-carousel .magnifier .buttons a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 8px 12px;
    border-radius: 3px;
}

.post-type {
    color: #fff;
    font-size: 18px;
    height: 42px;
    line-height: 42px;
    position: absolute;
    right: 0;
    text-align: center;
    bottom: 0;
    z-index: 10;
    width: 52px;
    background: #222;
}

.blog-carousel-header {
    padding: 10px 0;
}

.blog-carousel-header h3 a {
    font-size: 18px;
    margin: 0 0 6px 0;
    color: #444;
    text-decoration: none;
    transition: .3s ease;
}

.blog-carousel-header h3 a:hover {
    background-color: #f58220;
    color: #FFF !important;
}

.blog-carousel-meta span,
.blog-carousel-meta span i {
    font-size: 14px;
    padding-right: 5px;
    color: #777;

}

.blog-carousel-meta span i {
    color: #F58220;
}

.blog-carousel-meta span {
    font-family: "Montserrat", sans-serif;
}

.blog-carousel-desc p {
    font-size: 16px;
    margin: 5px 0 10px 0;
    color: #555;
    font-family: "Montserrat", sans-serif;
}

#owl_blog_two_line .owl-nav button {
    background: #222 !important;
    width: 38px;
    height: 38px;
    font-size: 22px !important;
    color: #fff !important;
}

#owl_blog_two_line .owl-nav button:hover {
    background: #444 !important;
}

#owl_blog_two_line .owl-nav {
    position: absolute;
    top: -17%;
    pointer-events: auto;
    right: 0;
    border-radius: 3px;
}

.newsletter-box {
    padding-top: 10px;
    padding-right: 0;
}

/* Email box */
.newsletter-box #txtEmail {
    height: 41px;
    width: 241px;
    float: left;
    border-radius: 4px;
}

.newsletter-box #txtEmail::placeholder {
    font-family: "Montserrat", sans-serif;
}

/* Form control (global) */
.newsletter-box .calloutbox .form-control {
    height: 35px;
}

/* JOIN button */
.newsletter-box .btn-lg {
    padding: 10px 30px;
    font-size: 16px;
    ;
    display: flex;
    align-items: center;
}

.newsletter-box .btn-dark {
    background-color: #222;
    color: #fff;
    border-radius: 0;
    float: left;
    height: 41px;
    margin-left: 0px;
    border-radius: 6px;
}

.newsletter-box .btn-dark:hover {
    background-color: #000;
    color: #fff;
}

/* Message text */
.newsletter-box #nlmsg {
    clear: both;
    line-height: normal;
    padding-top: 5px;
    color: #ffffef;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;

}

/* ================================
   FOOTER GLOBAL STYLES
================================ */
#footer-style-1 {
    background: #e5e5e5;
    padding: 60px 0 20px 0;
    color: #111111;

}

#footer-style-1 .widget .title p {
    font-size: 20px;
    font-weight: 400;
    color: #111111;
    margin-bottom: 20px;
    position: relative;
    font-family: "PT Sans", sans-serif;
}

/* 
#footer-style-1 .widget .title p::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: #f58220;
    left: 0;
    bottom: -8px;
} */

/* ================================
   LISTS
================================ */
#footer-style-1 .ullist {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer-style-1 .ullist li {
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
}

#footer-style-1 .ullist li a {
    color: #111111;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s ease;
}

#footer-style-1 .ullist li a:hover {
    color: #F58220;
    padding-left: 5px;
}

/* ================================
   INSTAGRAM FEED
================================ */
.instagram_feed {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1px;
}

.instagram_feed .instagram_new img {
    width: 100%;
    height: 85px;
    object-fit: cover;
    border-radius: 5px;
    transition: 0.3s;
}

.instagram_feed .instagram_new img:hover {
    transform: scale(1.07);
}

/* ================================
   CONTACT DETAILS
================================ */
.footer_contact {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.footer_contact li {
    display: flex;
    margin-bottom: 15px;
}

.footer_contact li span {
    color: #8f8f8f;
    font-size: 16px;
    min-width: 20px;
}

.footer_contact p,
.footer_contact a {
    margin: 0;
    color: #111;
    font-size: 16px;
    line-height: 20px;
    transition: 0.3s ease;
    text-decoration: none;

}

.footer_contact a:hover {
    color: #F58220;
}

footer .ftr-social-icons {
    display: flex;
    gap: 12px;
    align-items: center;
}

footer .ftr-social-icons span a i {
    color: #9b9b9b;
    transition: 0.3s ease;
    font-size: 28px;
}

/* Hover color effect */
footer .ftr-social-icons span a:hover i {
    color: #f58220 !important;
    transform: translateY(-3px);
}

/* ================================
   FOOTER BOTTOM
================================ */
.footer-bottom {
    border-top: 1px solid #333;
    text-align: center;
    margin-top: 40px;
    padding-top: 15px;
    font-size: 14px;
    color: #aaa;
}

.insta-box {
    position: relative;
    overflow: hidden;
    border-radius: 1px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.insta-box:hover {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.insta-img {
    width: 100%;
    height: 84px !important;
    object-fit: cover;
    transition: transform .5s ease;
    border-radius: 1px;
}

/* Hover Zoom */
.insta-box:hover .insta-img {
    transform: scale(1.08);
}

/* Overlay (FIXED CLICK ISSUE) */
.insta-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: .4s;
    border-radius: 1px;
    pointer-events: none;
    /* CLICK FIX */
}

.insta-box:hover::before {
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#copyrights {
    background-color: silver;
    padding: 20px 0 10px;
    color: #111;
    display: block;
    position: relative;
}

.copyright-text a {
    color: #111;
}

.copyright-text p,
div#copyrights .col-lg-6 p {
    font-size: 15px !important;
}

.text-orange {
    color: #e36800;
}

/* Floating Button Container */
#floatButton {
    position: fixed;
    bottom: 10px;
    left: 15px;
    z-index: 2000;
}

/* WhatsApp Button */
.w3-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 6px;
    text-decoration: none !important;
    transition: 0.3s;
}

.w3-img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    overflow: hidden;
}

.w3-button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Chat Bubble */
.wa-chat-bubble {
    display: flex;
    align-items: center;
    gap: 8px;
    position: fixed !important;
    bottom: 70px !important;
    left: 15px;
    z-index: 99999;
    animation: fadeIn .4s ease-out;
}

/* Close Button */
.wa-chat-bubble-close-button {
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Bubble Text */
.wa-chat-bubble-text {
    font-family: "Outfit", sans-serif;
    background: #fff;
    border: 1px solid #363636;
    box-shadow: 2px 3px 0 #00e785;
    border-radius: 24px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
}

.wa-chat-bubble-text a {
    color: #000;
    text-decoration: none;
}

/* Fade-in Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* product page */
.img-responsive-prd {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.post-wrapper-top {
    background: #f5f5f5;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    border-bottom: 3px solid #efefef;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

.solid ul>li::before {
    padding-right: 13px;
    position: absolute;
    left: -20px;
    top: 1px;
}

.check li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 16px;
    left: 0;
    padding-right: 15px;
    position: relative;
    top: 5px;
    color: #f58220;
}

.solid ul>li {
    position: relative;
    padding-left: 8px;
}

.check li {
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 4px;
    color: #646464 !important;
}

small.fs-6.text-secondary {
    color: #999 !important;
    font-size: 15.6px;
}

/* Scroll container */
.scroll-container {
    border: 1px solid #ddd;
}

/* Header Color */
.spec-table thead tr th,
.spec-table tr th.bg {
    background-color: #c7a362 !important;
    color: #fff !important;
    text-align: center;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

/* First row cells */
.spec-table tbody tr:first-child td {
    /* font-weight: 600; */
    background: #fafafa;
}

/* Table styling */
.spec-table td,
.spec-table th {
    vertical-align: middle !important;
    padding: 10px 12px;
    font-size: 16px;
    color: #646464 !important;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

.table-hover tr:hover td {
    background: #ffffef !important;
    color: #000 !important;
}

/* Zebra striping */
.spec-table tbody tr:nth-child(even) {
    background: #f9f9f9;
}

/* Border and clean look */
.spec-table {
    border: 1px solid #f0f0f0;
}

.inbox {
    border: 2px solid #f58220;
    padding: 20px;
    background: #fff;
}

.sec-img img {
    width: 100%;
}

#header-style-1 .yamm h3 i,
#header-style-1 .yamm-fw .dropdown-menu li a:before,
#topbar .callus i,
#topbar .topbar-cart i,
#topbar .topbar-login i,
.bgdark span,
.big_title span,
.big_title_onepage span,
.big_title_slider span,
.blog-carousel-meta span i,
.blog_button,
.cart_table .price2,
.cat_widget h3,
.ch-info-front i,
.check li:before,
.footer-menu li a:focus,
.footer-menu li a:hover,
.group_box i,
.high_title,
.high_title2,
.item .icon-container,
.milestone-counter i,
.mini_title span,
.mini_title2 i,
.mission h3 span,
.mmode .title span,
.popular_items .meta span i,
.rating i,
.service-icon-circle i,
.service_vertical_box:hover .service-icon i,
.servicebox:hover .service-icon i,
.shop-right .title .price,
.shop_item .price,
.shop_title_slider span,
.slider_title_a,
.small_thin_grey1 i,
.small_title span,
.tabbed-menu li a:hover,
.team_member span,
.widget h1 span,
a,
a.readmore {
    color: #f58220;
}

.shop_desc {
    padding: 14px 0;
    overflow: hidden;
}

.appTitle {
    border-left: 3px solid #f58220 !important;
    padding-left: 5px !important;
    line-height: 16px;
}

.appTitle a {
    color: #111;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    font-weight: 500;
}

/* ========================================
   CSR INITIATIVE PAGE STYLES
    ========================================*/

/* Page Title Section */
.csr-page-title {
    background-color: #f5f5f5;


}

.csr-page-title h1 {
    font-size: 28px;
    font-weight: 400;
    color: #222;
    margin: 0;
    font-family: 'PT Sans', sans-serif;
    border-bottom: 3px solid #f58220;
    width: max-content;
    padding: 30px 0;
}

.csr-page-title .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.csr-page-title .breadcrumb-item a {
    color: #f58220;
    font-family: "Montserrat";
    text-decoration: none;
}

.csr-page-title .breadcrumb-item.active {
    color: #666;
    font-family: "Montserrat";
}

.breadcrumb-item+.breadcrumb-item::before {
    content: none !important;
}

.breadcrumb i {
    color: #777;
}

/* Main CSR Section */
.csr-section {
    background-color: #fff;
    padding: 60px 0;
}

.csr-heading {
    font-size: 24px;
    font-weight: 500;
    color: #f58220;
    text-transform: uppercase;
    /* margin-bottom: 25px; */
    font-family: 'PT Sans', sans-serif;

}

.csr-text {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    font-family: 'Montserrat', sans-serif;
}

.csr-image {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

/* 3 Programmes Section */
.csr-programmes-section {
    padding: 50px 0;
}

.csr-programmes-heading {
    font-size: 24px;
    font-weight: 400;
    color: #f58220;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;

}

.csr-programmes-text {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin: 0 auto;

}

/* Activity Sections */
.csr-activity-section {
    background-color: #fff;
    padding: 60px 0;
}

.csr-activity-section:nth-child(even) {
    background-color: #f9f9f9;
}

.csr-activity-heading {
    font-size: 24px;
    font-weight: 400;
    color: #f58220;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'PT Sans', sans-serif;
    /* text-shadow: 0.2px 0px 0 #f58220; */
    /* letter-spacing: 0.5px; */
}

.csr-activity-subheading {
    font-size: 14px;
   font-weight: 400;
    color: #999 !important;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'PT Sans', sans-serif;
}

.csr-activity-text {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: justify;

}

.csr-activity-image {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Subscribe Section */
.csr-subscribe-section {
    background: linear-gradient(135deg, #f58220 0%, #e67316 100%);
    padding: 40px 0;
    color: #fff;
}

.csr-subscribe-section h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
}

.csr-subscribe-section p {
    font-size: 16px;
    margin-bottom: 0;
    opacity: 0.95;
    font-family: 'PT Sans', sans-serif;
}

.csr-subscribe-form {
    display: flex;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.csr-subscribe-form input {
    border: none;
    padding: 15px 20px;
    font-size: 16px;
    flex: 1;
    border-radius: 4px 0 0 4px;
    font-family: 'PT Sans', sans-serif;
}

.csr-subscribe-form button {
    background-color: #222;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0 4px 4px 0;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
}

.csr-subscribe-form button:hover {
    background-color: #000;
}

.csr-subscribe-note {
    font-size: 14px;
    margin-top: 10px;
    opacity: 0.85;
    font-family: 'PT Sans', sans-serif;
}

.hover-item {
    transition: .3s ease-in;
    padding: 11px;
}

.hover-item:hover {
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .2);
    transition: .3s ease-in;
}

.gallery a:hover {
    background-color: transparent !important;
}

/* career */
.career-section-title {
    color: #f58220;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* All other text uses Montserrat */
.career-section-text,
.wellbeing-card-text,
.opportunities-text,
.opportunities-email,
.apply-btn,
p {
    font-family: 'Montserrat', sans-serif;
}

.career-section-text {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}

.wellbeing-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.wellbeing-card {
    background: #fff;
}

/* Images take full height, not cut */
.wellbeing-card-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.wellbeing-card-content {
    padding: 20px 0;
}

.wellbeing-card-title {
    color: #f58220;
    font-size: 24px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 12px;
}

.wellbeing-card-text {
    font-size: 15px;
    font-weight: 400;
    color: #646464 !important;
    line-height: 26px;
}

.opportunities-section {
    background-color: #f9f9f9;
    padding: 50px 0;
}

.opportunities-text {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.opportunities-email {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
}

.opportunities-email a {
    color: #f58220;
    text-decoration: none;
    font-weight: 600;
}

.opportunities-email a:hover {
    text-decoration: underline;
}

.apply-btn {
    background-color: #222;
    color: #fff;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 400;
    /* text-transform: uppercase; */
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.apply-btn:hover {
    background-color: #000;
}

/* Title */
.formTitle {
    font-size: 26px;
    color: #f58220;
    font-weight: normal;
    margin-bottom: 10px;
}

.topMargin {
    margin-top: 30px;
}

/* Bottom border under title */
.spo {
    border-bottom: 2px solid #c7a362;
    margin-bottom: 10px;
}

.red {
    font: 10px Verdana, Arial;
    color: #d4340c;
}

.service-with-image {
    width: 100%;
    margin-bottom: 30px;
}

.service-with-image .entry {
    position: relative;
    overflow: hidden;
}

.service-with-image img {
    width: 100%;
    transition: 0.3s ease-in-out;
}

/* TITLE BOX */
.service-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 175px;
    height: 85px;
    margin: auto;
    text-align: center;
    background: #fff;
    padding: 4px;
    opacity: 0.85;
    border-radius: 6px;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: 0.3s ease;
}

.service-title a {
    color: #333;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
    font-family: "Montserrat";
}

/* HOVER ZOOM EFFECT */
.service-with-image:hover img {
    transform: scale(1.02);
}

.service-with-image:hover .service-title {
    background-color: #F58220;
}

.service-with-image:hover .service-title a {
    color: #ffffff !important;
}

/* DESCRIPTION */
.service-desc {
    padding: 20px 0;

}

.service-desc .readmore {
    color: #f58220;
    font-weight: 600;
    text-decoration: none;
}

.service-desc .readmore:hover {
    text-decoration: underline;
}

/* Row Layout */


.r1 {
    width: 22%;
    float: left;
    font: 11px Verdana, Arial;
    color: #2d2d2d;
    padding: 8px 10px 4px 0;
    text-align: right;
}

.r2 {
    width: 76%;
    float: left;
    font: 13px "Trebuchet MS", Tahoma, Verdana, Arial;
    color: #666;
    padding: 4px 0;
}

/* Inputs */
.formField,
textarea {
    width: 250px;
    font-size: 13px;
    padding: 6px;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
}

/* Full width for textarea inside Inquiry */
textarea {
    resize: vertical;
}

.anthem :hover img {
    transform: scale(1) !important;
}

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 25px;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    background: #F58220;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease
}

.back-to-top.show {
    opacity: 1;
    visibility: visible
}

.back-to-top:hover {
    opacity: 1;
    visibility: visible;
    color: #FFF;
    scale: 1.2;
    transition: 0.3s ease
}

.widget-custom {
    background-color: #d29c1e;

}

.notoppadding span.text-white {
    color: #fff !important;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
}

.notoppadding a {
    color: #fff !important;
    background-color: transparent !important;
    font-size: 22px;
    line-height: 27px;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
}

.backBar,
.backBar2 {
    padding: 5px 10px;
    background-color: #d29c1e;
}

.white-wrapper {
    padding: 70px 0 !important;
}

.pad-class-70 {
    padding-top: 70px !important;
}

.company-profile-first-section p {
    font-size: 18px;
    line-height: 1.8;
    color: #646464 !important;
    margin-bottom: 15px;
}

.brand-products ul li {
    font-family: 'PT Sans';
    text-align: center;
    margin-bottom: 10px;
}

#footer-style-1 .widget .title h3,
#footer-style-1 p,
#footer-style-2 .widget .title h3,
#footer-style-2 p,
#footer-style-3 .widget .title h3,
#footer-style-3 p {
    color: #111 !important;
}

/* Popup styling */
.custom-popup .leaflet-popup-content-wrapper {
    background: #fff;
    border-radius: 8px;
    padding: 0;
    border: 1px solid #ddd;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}

.leaflet-container a {
    color: #eb8500 !important;
}

.custom-popup .leaflet-popup-content {
    margin: 0 !important;
    padding: 12px 15px !important;
    max-width: 240px;
    font-size: 13px;
    line-height: 1.4;
}

.popup-title {
    font-weight: bold;
    color: #f58b00;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
}

.popup-title:hover {
    text-decoration: underline;
}

.popup-address {
    margin-bottom: 8px;
}

.popup-phone strong {
    font-weight: bold;
}

#map {
    width: 100%;
    height: 450px;
}

.ftr-active {
    color: #F58220 !important;
}

.accordion-item.accordion-group{
    border: none;
}
.fs-7{
    font-size: 16px !important;
}
/* @media (max-width: 600px) {
    .home p {
        font-size: 18px;
        color: #f58220;
        line-height: 26px;
        padding: 0 10px;
    }

    .home-content p::before {
        font-size: 55px !important;
        margin: 0px 0 0 -32px;
    }

    .home-content p::after {
        font-size: 55px;
        margin: 20px 0 0 4px;
    }

    .skills_bar.pt-60 {
        margin: 0 0 10px 0 !important;
        padding: 0 0 10px 0 !important;
    }

    div#tilaraAccordion {
        margin-bottom: 30px;
    }

    .row.calloutbox.mt-5 .col-lg-2.text-end {
        text-align: start !important;
        margin-top: 20px;
    }

    .general-title.text-start {
        text-align: center !important;
    }

    .container.social-links {
        flex-direction: column;
    }

    .topmenu {
        flex-direction: row !important;
        gap: 10px;
        justify-content: center;
    }

    .social-icons {
        justify-content: center;
    }

    #clientele img {
        width: 100%;
        height: auto;
        transition: .3s;
    }
    .newsletter-box{
        justify-content: flex-start !important;
    }
} */












.shop_title.pull-left.appTitle p {
    font-weight: 500;
}
.csr-page-title {
        box-shadow: 0 1px 3px rgba(0, 0, 0, .1) inset;
}


 /* Enquiry Form Css */

.page-part {
    padding-top: 50px;
    padding-bottom: 50px;
}

.form-control-feedback {
    display: none;
}

.has-feedback label~.form-control-feedback {
    top: 0 !important;
}

.error {
    text-align: left !important;
    display: table !important;
}

.thnak4 {
    margin-top: 50px;
}

.has-feedback .form-control {
    font-size: 16px !important;
    padding: 18px;
}

.form-group {
    margin: 15px 0 !important;
}

.form-group input {
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 2px;
    border-bottom: 2px solid #CE4C03;
}

.form-group textarea {
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 2px;
    border-bottom: 2px solid #CE4C03;
}

.form-group select {
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 2px;
    border-bottom: 2px solid #CE4C03;
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
    font-size: 14px !important;
    line-height: 24px;
    width: 100% !important;
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 2px;
    width: 100% !important;
    border-bottom: 2px solid #31aad6;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin: 20px 0;
    width: 100% !important;
}

.Submit-box {
    background-color: #CE4C03;
    color: #fff;
    padding: 9px 14px;
    border: 1px solid #CE4C03;
    font-size: 17px;
    border-radius: 2px;
    transition: 0.3s ease;
}

.Submit-box:hover {
    background-color: #000;
    border: 1px solid #000;
}

.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #CE4C03;
    border-bottom: 2px solid #CE4C03;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
}

.get {
    color: #CE4C03;
    font-weight: 600;
    font-size: 32px;
    line-height: 30px;
    padding-bottom: 15px;
    text-align: center;
}

.fill {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px !important;
}

.Submit-box {
    font-weight: 600;
}

::placeholder{
    color: #333333 !important;
    font-weight: 500;
    font-size: 15px;
}

/* Product Page */

.propro a img{
    border-radius: 6px 6px 0 0;
    border-bottom: none;
    border-color: #CE4C03;
}

/* Enquiry Form Css End*/