body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

.h1,
h1 {
    font-size: 3.5rem;
}

div#second-row {
    margin: 10px 0 10px 0;
}

.btn-theme {
    border: 1px solid #62ac2f;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 10px;
    color: #f5f5f5;
    background-color: #62ac2f;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-theme:hover {
    border: 1px solid #47881b;
    color: #fff;
    background-color: #47881b;
}

.border-none {
    border: none !important;
}

.logo-position {
    position: absolute;
    left: 35%;
}

.navbar-brand i {
    font-size: 16px;
}

.image-grid>a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
}

.image-grid>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 2px 16px var(--shadow);
}

.image-grid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-auto-rows: 233px;
    grid-auto-flow: dense;
}

.page-link {
    color: #333;
}

.page-link:hover {
    color: #000;
}

.page-item.active .page-link {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.home-top-address {
    background-color: #62ac2f !important;
    color: #fff;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 600;
}

.gallery-image {
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 700px;
}

.box-orange .box-body {
    background-color: #fff;
    border: 2px solid #f5d8ab;
    border-top: 0;
}

.box-example-1to10 .br-wrapper {
    width: 210px;
    position: absolute;
    margin: 0 0 0 -105px;
    left: 50%;
}

.br-theme-bars-1to10 .br-widget {
    height: 50px;
    white-space: nowrap;
}

.br-theme-bars-1to10 .br-widget a {
    display: block;
    width: 12px;
    padding: 5px 0;
    height: 28px;
    float: left;
    background-color: #fbedd9;
    margin: 1px;
    text-align: center;
}

.br-theme-bars-1to10 .br-widget a.br-active,
.br-theme-bars-1to10 .br-widget a.br-selected {
    background-color: #edb867;
}

.br-theme-bars-1to10 .br-widget .br-current-rating {
    font-size: 20px;
    line-height: 2;
    float: left;
    padding: 0 20px 0 20px;
    color: #edb867;
    font-weight: 400;
}

.br-theme-bars-1to10 .br-readonly a {
    cursor: default;
}

.br-theme-bars-1to10 .br-readonly a.br-active,
.br-theme-bars-1to10 .br-readonly a.br-selected {
    background-color: #f2cd95;
}

.br-theme-bars-1to10 .br-readonly .br-current-rating {
    color: #f2cd95;
}

.testimonial-block {
    height: 100%;
    display: grid;
}

.testimonial-block-border {
    border: 1px solid transparent;
    box-shadow: 0 0 20px #ccc;
}

.testimonial-block-border:hover {
    box-shadow: 0 10px 40px #ccc;
}

.star .checked {
    color: #e9a21d;
}

.top-bar a.fab {
    color: #b2b2b2;
    margin-left: 12px;
    font-size: 18px;
}

.tiktok-image {
    width: 20px;
    margin-top: 2px;
}

.services-link {
    color: inherit;
}

.services-link:hover {
    color: inherit;
    text-decoration: none;
}

.service-text {
    display: flex;
    align-items: center;
    height: 60px;
}

.service-icon-border {
    border: 2px solid #157148;
    border-radius: 100%;
    padding: 10px;
    margin: 0 auto;
    display: block;
}

.check-circle {
    border: 2px solid;
    padding: 20px;
    border-radius: 100%;
}

.testimonial {
    height: 400px;
}

.custom-spinner-border {
    display: inline-block;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}

.hero-image {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/slider/car-tinting.webp");
    /* height: 50%; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* padding: 300px 0; */

    /* This preserves the aspect ratio */
   aspect-ratio: 16 / 9; /* Or 4/3, 21/9, whatever you need */

   /* Fallback for older browsers */
   width: 100%;
   padding-top: 56.25%; /* For 16:9 aspect ratio */
}

.hero-image-map {
    background: url("../images/slider/map.webp"), linear-gradient(rgba(0, 0, 0), rgb(0, 0, 0));
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    /* padding: 300px 0; */

    /* This preserves the aspect ratio */
   aspect-ratio: 16 / 9; /* Or 4/3, 21/9, whatever you need */

   /* Fallback for older browsers */
   width: 100%;
   padding-top: 56.25%; /* For 16:9 aspect ratio */

}

.hero-image.hamilton {
    /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/slider/Hamilton.png"); */
    background-image: url('../images/slider/Hamilton.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-image.vehicle-tinting {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/slider/car-tinting.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-image.car-wrapping {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/slider/car-wrapping.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-image.roof-wrap {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/slider/Car-roof-wrapping.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-image.ppf {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/slider/ppf.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-image.marine-window-tinting {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/slider/Marine-Window-Banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-image.commercial-building-window-tinting {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/slider/Commercial-Building-Banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-image.ceramic-coating {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/slider/ceramic-coating.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-image.home-window-tinting {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/slider/home-window-tinting.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-image.office-window-tinting {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/slider/office-window-tinting.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-image.car-bonnet-wrapping {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/slider/car-bonnet-Wrapping.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-image.hero-color {
    background: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 100px 0 50px 0;
    /* padding: 0px 0 0px 0; */
}

.hero-image.hero-color.long-text {
    height: 100vh;
}

.RateGoogle {
    margin: 15px 0;
}

.service_banner {
    position: relative;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-10%, -50%);
    color: #fff;
}


/* .services_hero-text {
  position: absolute;
  top: 50%;
  left: 6%;
  color: #fff;
} */

.services_hero-text {
    position: absolute;
    top: 31%;
    left: 6%;
    color: #fff;
}


/* .hero-image.hero-color {
  background: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding: 80px 0 110px 0;
}

.hero-image.hero-color.long-text {
  padding: 170px;
} */


/* .hero-text {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-10%, -50%);
  color: #fff;
} */

.with-zoom {
    transition: transform 0.2s;
}

.with-zoom:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.inside-content-wrap a.contact {
    color: #62ac2f;
}

.custom-navbar {
    background-color: #111 !important;
    padding: 0 1rem !important;
}

.custom-navbar .navbar-nav .nav-link {
    color: #62ac2f;
    font-weight: 500;
    padding: 1rem 1rem;
    border-bottom: 2px solid transparent;
}

.custom-navbar .navbar-nav .nav-link.active,
.custom-navbar .navbar-nav .nav-link:hover {
    border-bottom: 2px solid #62ac2f;
    color: #62ac2f;
}

.custom-navbar .navbar-brand {
    margin-right: 0 !important;
}

.custom-navbar .navbar-nav .dropdown-menu {
    padding: 0 0;
}

.custom-navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
    background: #62ac2f;
    color: #fffe8f;
}

.book-now-btn {
    background-color: #62ac2f;
}

.book-now-btn a {
    color: #111 !important;
}

.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    float: left;
    width: 100%;
    background: #62ac2f;
    padding: 10px 0;
}

.back-to-top {
    background-color: #62ac2f;
    color: #fff;
    position: fixed;
    bottom: 5%;
    right: 0;
    display: none;
    border: 1px solid #fff;
}

.btn-theme.back-to-top {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 0.5rem;
}

a.instant-quote {
    position: fixed;
    top: 35%;
    right: 0;
    z-index: 9;
    background: #62ac2f;
    box-shadow: 0 0 1px #000;
    padding: 10px 6px;
    color: #fff;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-transform: uppercase;
    text-decoration: none;
}

.card.v-none {
    visibility: hidden;
}

.main-head {
    color: #62ac2f;
    text-transform: uppercase;
}

.left-seperater::after,
.middle-seperater::after {
    border-color: #62ac2f;
}

.left-seperater::after,
.middle-seperater::after {
    position: relative;
    content: "";
    display: block;
    width: 50px;
    margin: 10px 0 30px 0;
    top: -1px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #62ac2f;
}

.middle-seperater::after {
    left: 50%;
    margin-left: -25px;
}

.left-seperater {
    left: 0;
}

.discover-content {
    text-align: center;
    margin: 0 0 30px 0;
    display: block;
    color: #333;
}

.discover-content:hover {
    text-decoration: none;
    color: #000;
}

.discover-name {
    padding: 10px 4px;
    font-size: 16px;
    background-color: #fffeb4;
    color: #333;
    font-weight: 700;
}

.title {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
}

.discovery-image {
    border-radius: 5px;
}

.discovery {
    position: relative;
    margin: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.discovery .discovery-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.discovery:hover .discovery-overlay {
    opacity: 1;
}

.discovery-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.discovery:hover .discovery-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.discovery-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.discovery-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}

.discovery-custom-tour {
    position: relative;
    margin: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.discovery-custom-tour .discovery-details {
    position: absolute;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    top: 81%;
    left: 0;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}

.discovery-custom-tour.accommodations .discovery-details {
    top: 87%;
}

.discovery-custom-tour .discovery-details h3 {
    background-color: #62ac2fcc;
    color: #fff;
    font-weight: 700;
    border-bottom: 5px solid #000;
    border-bottom-left-radius: 8px;
}

.discovery-custom-tour:hover .discovery-details h3 {
    background-color: #62ac2f;
}

.card .card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.card .card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 100px;
    margin: 0 0 15px 0;
}

.owl-theme .owl-nav {
    text-align: center;
    margin: 10px 0;
}

.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
    background-color: #62ac2f;
    padding: 10px;
    font-size: 16px;
}

.tripadviser {
    padding: 20px;
    border: 1px solid #62ac2f;
    color: #333;
    max-width: 100%;
    display: inline-block;
}

.traveler-reviews li {
    list-style: none;
}

.parallax-left {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url("../images/parallax-left-wheel-marks.webp");
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.parallax-right {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url("../images/parallax-right-wheel-marks.webp");
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

#tour #tour-selection .card {
    margin-bottom: 30px;
    border: 0;
}

#tour #tour-selection .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

#tour #tour-selection .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    background: #111;
    color: #222;
    padding: 10px 20px;
}

#tour #tour-selection .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    float: right;
}

#tour #tour-selection .card .card-header .btn-header-link.collapsed {
    background: #62ac2f;
    color: #fff;
}

#tour #tour-selection .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#tour #tour-selection .card .collapsing {
    background: #fffc63;
    line-height: 30px;
}

#tour #tour-selection .card .collapse {
    border: 0;
}

#tour #tour-selection .card .collapse.show {
    background: #ffe472;
    line-height: 30px;
    color: #222;
}

#footer {
    background: #101010 !important;
    padding: 50px 0 0 0;
}

#footer img {
    margin: 0 auto;
    display: block;
}

#footer h5 {
    color: #fff;
}

#footer a,
#footer p {
    color: #fff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#footer a:hover {
    color: #47881b !important;
    cursor: pointer;
}

#footer ul.quick-links li a {
    color: #fff;
}

#footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

#footer ul.quick-links li:hover {
    padding: 3px 0;
    margin-left: 5px;
    font-weight: 700;
}

#footer ul.quick-links li a i {
    margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

#footer .copyright {
    background-color: #000;
}

.gallery-content {
    background-color: #fff;
    padding: 30px 0 0 0;
}

.show {
    display: block;
}

.btn-gallery {
    border: none;
    outline: 0;
    padding: 12px 16px;
    background-color: #ffe472;
    color: #222;
    cursor: pointer;
    margin: 0 5px 30px 5px;
}

.btn-gallery:hover {
    background-color: #47881b;
    color: #fff;
}

.btn-gallery.active {
    background-color: #47881b;
    color: #fff;
}

#myBtnContainer {
    text-align: center;
}

.btn:focus {
    box-shadow: none;
}

.nav-pills .nav-link {
    border: 1px solid #62ac2f;
    border-radius: 0;
    color: #f5f5f5;
    background-color: #62ac2f;
    margin-left: 10px;
}

.nav-pills .nav-link:hover {
    border: 1px solid #47881b;
    border-radius: 0;
    color: #fff;
    background-color: #47881b;
}

.nav-pills .nav-link .active {
    border: 1px solid #47881b;
    border-radius: 0;
    color: #fff;
    background: #111;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #111;
    color: #222;
    border: none;
}

.tab-content {
    background: #ffe472;
    margin: 10px;
    text-align: justify;
    padding: 10px;
}

.responsive-tabs {
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
}

.responsive-tabs:hover {
    text-decoration: none;
}

.responsive-tabs li {
    margin-left: 10px;
    margin-right: 9px;
    background-color: #47881b;
    padding: 15px;
    text-decoration: none;
}

.responsive-tabs li.active {
    background-color: #111;
}

.responsive-tabs li a:hover {
    text-decoration: none;
}

.responsive-tabs li a {
    color: #222;
}

.responsive-tabs li a .active {
    color: #222;
}

.nav-tabs {
    border-bottom: none;
}

.responsive-tabs-container .tab-content {
    padding: 10px 20px;
    border-top: none;
}

.responsive-tabs-container[class*="accordion-"] .tab-pane {
    margin-bottom: 15px;
}

.responsive-tabs-container[class*="accordion-"] .accordion-link {
    display: none;
    margin-bottom: 10px;
    padding: 10px 15px;
    background-color: #47881b;
    border-radius: 3px;
    color: #fff;
}

.responsive-tabs-container[class*="accordion-"] .accordion-link.active {
    border-bottom: medium none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff;
    background-color: #47881b;
    text-decoration: none;
}

#enquiry-buttons a {
    position: fixed;
    right: -110px;
    transition: 0.3s;
    padding: 15px;
    width: 150px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    border-radius: 5px 0 0 5px;
    z-index: 1049;
}

#enquiry-buttons a:hover {
    right: 0;
}

#book_now {
    top: 45%;
    background-color: #2196f3;
}

#feedback {
    top: 59%;
    background-color: #2196f3;
}

#call_now {
    top: 52%;
    background-color: #04aa6d;
}
.feedbackrating {
    background-color: #eee;
    margin-bottom: 10px;
}

.feedbackrating .levels {
    width: 10%;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.feedbackrating .levels.level1:hover {
    background-color: #c99d25;
    color: #fff;
}

.feedbackrating .levels.level2:hover {
    background-color: #bf931e;
    color: #fff;
}

.feedbackrating .levels.level3:hover {
    background-color: #b0881b;
    color: #fff;
}

.feedbackrating .levels.level4:hover {
    background-color: #a1881b;
    color: #fff;
}

.feedbackrating .levels.level5:hover {
    background-color: #92881b;
    color: #fff;
}

.feedbackrating .levels.level6:hover {
    background-color: #83881b;
    color: #fff;
}

.feedbackrating .levels.level7:hover {
    background-color: #74881b;
    color: #fff;
}

.feedbackrating .levels.level8:hover {
    background-color: #65881b;
    color: #fff;
}

.feedbackrating .levels.level9:hover {
    background-color: #56881b;
    color: #fff;
}

.feedbackrating .levels.level10:hover {
    background-color: #47881b;
    color: #fff;
}

.thankyou-page ._header {
    background: #000;
    padding: 100px 30px;
    text-align: center;
}

.thankyou-page ._header .logo {
    max-width: 200px;
    margin: 0 auto 50px;
}

.thankyou-page ._header .logo img {
    width: 100%;
}

.thankyou-page ._header h1 {
    font-size: 65px;
    font-weight: 800;
    color: #fff;
    margin: 0;
}

.thankyou-page ._body {
    margin: -70px 0 30px;
}

.thankyou-page ._body ._box {
    margin: auto;
    max-width: 80%;
    padding: 50px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 35px rgba(10, 10, 10, 0.12);
    -moz-box-shadow: 0 0 35px rgba(10, 10, 10, 0.12);
    -webkit-box-shadow: 0 0 35px rgba(10, 10, 10, 0.12);
}

.thankyou-page ._body ._box h2 {
    font-size: 32px;
    font-weight: 600;
    color: #4ab74a;
}

.thankyou-page ._footer {
    text-align: center;
    padding: 50px 30px;
}

.thankyou-page ._footer .btn {
    background: #4ab74a;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    letter-spacing: 0.8px;
    padding: 20px 33px;
    text-transform: uppercase;
}

#footer .list-group-item {
    background-color: transparent;
}

.blink-image {
    position: fixed;
    bottom: 5%;
    right: 3%;
    width: 15%;
    z-index: 100;
}

#footer .copyright {
    background-color: #000;
    padding: 15px 15px 15px 15px;
}

@media only screen and (max-width: 600px) {
    .btn-theme,
    body {
        font-size: 14px;
    }
    /* .header-01 {
      font-size: 1rem;
  }
  .header-02 {
      font-size: 0.79rem;
  } */
    h1 {
        font-size: 2rem;
    }
    .service_banner h1 {
        font-size: 1.5rem !important;
    }
    .service_banner h2 {
        font-size: 1rem !important;
    }
    .services_hero-text {
        position: absolute;
        top: 28%;
        left: 5%;
    }
    h2 {
        font-size: 1.5rem;
    }
    .navbar-brand i {
        font-size: 12px;
    }
    .hero-image {
        padding: 200px 0;
        background-position: center;
    }
    .hero-image-map {
        background-position: center;
        padding: 200px 0;
    }
    .hero-text {
        top: 20%;
        left: 4%;
        transform: translate(0, 0);
    }
    /* .banner-text {
      top: 13% !important;
      left: 5%;
      transform: translate(0, 0);
  } */
    .home-top-address {
        padding: 6px 0px;
        font-size: 12px;
    }
    .long-text .hero-text {
        top: 10%;
        left: 10%;
        transform: translate(-3%, 0);
    }
    .discover-name {
        padding: 12px 4px;
        font-size: 14px;
    }
    .custom-navbar {
        padding: 0 0.5rem !important;
    }
    .navbar-toggler {
        padding: 0;
    }
    .social-padding-0 {
        padding: 0 !important;
    }
    .blink-image {
        position: fixed;
        top: 13%;
        right: 0%;
        width: 35%;
    }
    #footer .copyright {
        padding: 10px 0 50px 0;
    }
}


/* media query for tablet */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .service_banner h1 {
        font-size: 3rem !important;
    }
    .service_banner h2 {
        font-size: 2rem !important;
    }
    .services_hero-text {
        position: absolute;
        top: 17%;
        left: 4%;
    }
}

@media only screen and (max-width: 320px) {
    .service_banner h1 {
        font-size: 1rem !important;
    }
    .service_banner h2 {
        font-size: 0.8rem !important;
    }
    .services_hero-text {
        position: absolute;
        top: 30%;
        left: 4%;
    }
}





.navbar-custom .nav-item.has-children{
    position: relative;
}
.navbar-custom .nav-item.has-children::before{
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f0d7";
    color: #62ac2f;
    right: 0;
    top: 19px;
    font-size: 12px;
}

.navbar-custom .nav-item.has-children .sub-menu{
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    /* visibility: hidden; */
    width: 220px;
    margin-bottom: 0;
    list-style: none;
    /* padding: 10px 0; */
    display: none;
    background-color: black;
    
    
}
.navbar-custom .nav-item.has-children .sub-menu li{
    
}


.navbar-custom .nav-item.has-children .sub-menu li a{
    color: #62ac2f;
    display: inline-block !important;
    text-decoration: none;
    padding: 0.5rem;
    border-bottom: 2px solid transparent;
    display: inline-block;
    font-size: 14px;
    width: 100%;
}
.navbar-custom .nav-item.has-children .sub-menu li.has-children::before{
    content: "\f0da";
    right: 20px;
    color: #62ac2f;
    
}

.navbar-custom .nav-item.has-children .sub-menu .sub-menu {
    top: -10px;
    left: 100%;
}


.navbar-custom .nav-item.has-children .sub-menu li.active > a, .navbar-custom .nav-item.has-children .sub-menu li:hover > a{
    border-bottom: 2px solid #62ac2f;
}

.has-children:hover > .sub-menu {
    display: block !important;
}


@media only screen and (min-device-width: 420px) and (max-device-width: 991px) {

    .mobile-logo{
        max-width: 140px;
    }

}


.about-image{
    width: 540px;
    height: 332px;
}

.owl-carousel {
    visibility: hidden;
 }
 .owl-carousel.owl-loaded {
    visibility: visible;
 }
 
 /** Inder CSS Start **/

 a.btn.btn-theme.ppf-pdf {
    padding: 10px 40px;
    font-size: 18px;
    margin-top: 10px;
}
.font-40{
    font-size: 40px;
}

  /** Inder CSS End **/