:root {
    --theme-color: #263e51;
    --secondary-color: #237d52;
    --dark-color: #000;
    --third-color: #f78202;
    --forth-color: #275375;
    --yellow-color: #fcb142;
    --white-color: #fff;
    --bg-color: #f3f1f2;
    --light-blue: #eff6fd;
}

.clearfix::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0px;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

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

header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html,
body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    background-color: #d3e9ff;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    line-height: 1.55;
}

#main {
    flex-grow: 1;
}

img {
    border-radius: 1rem;
}

a {
    color: var(--theme-color);
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Archivo Black", sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    /* line-height: normal; */
    /* letter-spacing: -0.025em; */
    color: #000;
}

ul {
    margin-bottom: 0px;
}

p {
    font-size: 18px;
    color: #000;
}

p:last-child {
    margin-bottom: 0;
}

.list-styled li {
    list-style: disc;
}

img {
    width: 100%;
    overflow: hidden;
}

 ::selection {
    background: var(--theme-color);
    color: rgb(255, 255, 255);
}

.btn-primary {
    background-color: var(--third-color);
    border-color: var(--third-color);
}

.btn-primary:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.bg-theme {
    background: var(--theme-color);
}

.btn {
    transition: 150ms linear;
    font-weight: 400;
    padding: 7px 28px;
    background: var(--theme-color);
    color: #fff;
    display: inline-block;
    /* font-weight: 600; */
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: .0625rem solid transparent;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.5;
    border-radius: .5rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    /*  */
    min-width: 200px;
}

.btn:hover,
.btn:focus {
    transform: translateY(-2px);
    background: var(--theme-color);
}

.book-a-table-btn {
    background: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* font-weight: 400; */
    padding: .5rem 0.25rem;
    font-size: 15px;
    line-height: 1.5;
    border-radius: .5rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.book-a-table-btn:hover {
    background: var(--white-color);
    color: var(--theme-color);
}

.navbar {
    font-weight: 500;
    font-size: 0.875rem;
    background-color: var(--primary);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
    padding: 0;
}

.navbar .navbar-brand {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.navbar .logo-image img {
    width: 160px;
    /* height: 66px; */
    object-fit: contain;
    /* filter: brightness(0) saturate(100%) invert(21%) sepia(11%) saturate(1498%) hue-rotate(165deg) brightness(97%) contrast(91%); */
}

.navbar .logo-text {
    color: #fff;
    font-weight: 500;
    font-size: 1.575rem;
    text-decoration: none;
}

.navbar .navbar-nav {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
}

.navbar .dropdown-menu {
    border: none;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    background-color: #fff;
}

.navbar .dropdown-item {
    color: var(--theme-color);
    font-weight: 600;
    font-size: 15px;
    padding-top: 0.625rem;
    text-decoration: none;
    padding-bottom: 0.25rem;
}

.navbar .dropdown-item:hover {
    background-color: var(--primary);
}

.navbar .dropdown-divider {
    width: 100%;
    height: 1px;
    border: none;
    margin: 0.5rem auto 0.5rem auto;
    background-color: var(--primary-light);
}

.navbar .nav-item .nav-link {
    color: var(--theme-color);
    text-decoration: none;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    transition: all 0.2s ease;
    font-weight: 600;
    font-size: 18px;
    margin-right: 17px;
    /* font-family: "Roboto", serif; */
    text-transform: capitalize;
}

.navbar .fa-stack {
    width: 2em;
    font-size: 0.75rem;
    margin-right: 0.25rem;
}

.navbar .fa-stack-2x {
    background: -webkit-gradient( linear, left top, left bottom, from(#0ee951), to(#00dabf));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
    color: #ffffff;
    transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
    color: var(--primary);
}

.navbar .fa-stack:hover .fa-stack-1x {
    color: var(--primary);
}

.navbar .navbar-toggler {
    padding: 0;
    border: none;
    font-size: 1.25rem;
}


/* megamenu */


/*************************
Responsive
*************************/

@media (min-width: 992px) {
    .navbar .dropdown-menu {
        margin: 0px;
        font-size: 14px;
        border-radius: 0px;
        border: none;
        left: 100%;
        -webkit-transform: translate3d(-50%, 10px, 0);
        transform: translate3d(-50%, 10px, 0);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, visibility, transform;
        transition-property: opacity, visibility, transform, -webkit-transform;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        visibility: hidden;
        opacity: 0;
        display: block !important;
        border-radius: 3px;
        top: 100%;
    }
    .navbar .dropdown-menu.megamenu {
        left: 50%;
    }
    .navbar-nav .dropdown-menu.dropdown-menu-lg {
        min-width: 540px;
    }
    .navbar-nav .mega-menu {
        position: static;
    }
    .navbar .dropdown:hover>.dropdown-menu {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        visibility: visible;
        opacity: 1;
    }
    .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
        left: 100%;
        right: auto;
        -webkit-transform: translate3d(15px, 10px, 0);
        transform: translate3d(15px, 10px, 0);
    }
    .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
        right: 100%;
        left: auto;
        -webkit-transform: translate3d(-15px, 10px, 0);
        transform: translate3d(-15px, 10px, 0);
    }
    .navbar-nav li:hover>ul.dropdown-menu {
        visibility: visible;
        opacity: 1;
    }
    .navbar .dropdown:hover>.dropdown-menu.megamenu {
        -webkit-transform: translate3d(-50%, -26px, 0);
        transform: translate3d(-50%, -26px, 0);
    }
}

.mypadding {
    padding: 15px 12px;
    background: #022539;
}

.mypadding p {
    margin-top: 10px;
}

.navbg {
    background: #dc3545;
}

.mypadding a:hover {
    color: #adb5bd;
}

@media (min-width: 992px) {
    .offcanvas-collapse {
        position: static;
        top: auto;
        bottom: auto;
        left: auto;
        width: auto;
        padding-right: 0;
        padding-left: 0;
        background-color: transparent;
        overflow-y: visible;
        visibility: visible;
    }
}

.pt-50 {
    padding-top: 100px;
}

.pb-50 {
    padding-bottom: 100px;
}

.pb-100 {
    padding-bottom: 180px;
}

.display-4 {
    font-size: 82px;
    text-shadow: rgba(0, 0, 0, 0.325) 0px 1.20001px 5.10003px;
}

.mt-lg-n9 {
    margin-top: -4.5rem !important;
}

.fs-32 {
    font-size: 32px;
}

.fs-24 {
    font-size: 24px;
}

.fs-20 {
    font-size: 20px;
}

.fs-56 {
    font-size: 56px;
}

.text-theme {
    color: var(--theme-color);
}

.section_title h2 {
    font-size: 63px;
    color: var(--theme-color);
}

.fs-48 {
    font-size: 48px !important;
    color: var(--theme-color);
}

.mb-6 {
    margin-bottom: 3.5rem !important;
}

.service_box_card .title h3 {
    font-size: 50px;
    color: var(--theme-color);
}

.feature-box-title {
    font-size: 24px;
}

.featureicon {
    width: 68px;
    height: 68px;
    object-fit: contain;
    border-radius: 0;
    /* filter: brightness(0) saturate(100%) invert(21%) sepia(11%) saturate(1498%) hue-rotate(165deg) brightness(97%) contrast(91%); */
}

.inspection_works h3 {
    margin-bottom: 10px;
}

.accordion.accordion-border .accordion-item {
    border: none;
    background-color: transparent;
}

.accordion-button {
    background-color: transparent;
    color: var(--theme-color);
    font-weight: 600;
    font-size: 18px;
}

.accordion-button:not(.collapsed) {
    color: var(--theme-color);
    box-shadow: none;
}

.icon-md i {
    width: 2.6rem;
    height: 2.6rem;
    text-align: center;
    font-size: 1.5rem;
    background-color: var(--theme-color);
    border-radius: 100%;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
}

.form-control {
    font-size: 12px;
    padding: 13px;
}

 :focus {
    box-shadow: none !important;
}

.footlogo {
    width: 200px;
}

.newfont {
    font-family: "Archivo Black", sans-serif;
}

.form-control::placeholder {
    color: var(--theme-color);
}

.fs-16 {
    font-size: 16px;
}

.innerbanner {
    padding: 5rem 0;
}

.min-vh-100 {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blogcard p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogpara h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 2rem;
}

.blogsidebar a {
    color: #424367;
    font-size: 16px;
}

.blogsidebar a:hover {
    color: var(--theme-color2);
}

.benefits .card {
    background-color: transparent;
}

.address p {
    word-wrap: break-word;
    overflow-wrap: anywhere;
}

.fs-55 {
    font-size: 55px;
}

.agreement-container {
    max-width: 1000px;
    margin: 40px auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.agreement-container h1 {
    color: var(--theme-color);
    margin-bottom: 25px;
    font-size: 32px;
}

.agreement-container h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 20px;
}

.agreement-container h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
}

.agreement-container p,
.agreement-container li {
    color: #000;
}

.agreement-container ul {
    padding-left: 20px;
}

.agreement-container ol {
    padding-left: 20px;
    list-style: disc;
}

.agreement-container li {
    list-style: lower-alpha
}

;
.agreement-container a {
    color: var(--theme-color);
    text-decoration: none;
}

.agreement-container a:hover {
    text-decoration: underline;
}

.privacypolicy .policy-header {
      background: linear-gradient(90deg, #e9f7f6, #ffffff);
      border-left: .4rem solid #3f7faf;
    }
    .privacypolicy .effective-date {
      font-weight: 600;
      color: #3f7faf;
    }
     .privacypolicy .section-title {
      margin-top: 1.25rem;
      margin-bottom: .5rem;
    }
     .privacypolicy .contact-list a {
      text-decoration: none;
    }
     .privacypolicy ul li {
      list-style:disc;
    }
 .privacypolicy ul {
      padding-left: 2rem;
	color:#000;
    }
/* pagination */


/* Pagination Container */

.pagination-wrap {
    margin-top: 40px;
    text-align: center;
}

.pagination-wrap ul {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding-left: 0;
    margin: 0;
}


/* Pagination Links */

.pagination-wrap ul li a,
.pagination-wrap ul li span {
    display: inline-block;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-color);
    /* Theme color */
    background-color: #fff;
    border: 1px solid var(--theme-color);
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}


/* Hover Effect */

.pagination-wrap ul li a:hover {
    background-color: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color);
}


/* Current Page */

.pagination-wrap ul li span.current {
    background-color: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color);
    font-weight: 600;
}


/* Disabled Links */

.pagination-wrap ul li span.disabled,
.pagination-wrap ul li a.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}


/* Responsive */

@media (max-width: 767px) {
    .pagination-wrap ul {
        flex-wrap: wrap;
        gap: 6px;
    }
    .pagination-wrap ul li a,
    .pagination-wrap ul li span {
        padding: 8px 12px;
        font-size: 14px;
    }
	 .privacypolicy ul {
       font-size: 16px;
    }
}

@media(max-width:767px) {
    br {
        display: none;
    }
    .fs-55 {
        font-size: 31px;
    }
    .navbar .navbar-nav {
        padding-left: 2rem;
    }
    .navbar .logo-image img {
        width: 111px;
    }
    .mt-lg-n9 {
        margin-top: -1.5rem !important;
    }
    .min-vh-100 {
        min-height: 51vh !important;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .display-4 {
        font-size: 37px;
    }
    .btn {
        transition: 150ms linear;
        font-weight: 400;
        padding: 7px 28px;
        background: var(--theme-color);
        color: #fff;
        display: inline-block;
        /* font-weight: 600; */
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: .0625rem solid transparent;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 1.5;
        border-radius: .5rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        min-width: 150px;
    }
    .fs-32 {
        font-size: 26px;
    }
    .text-font {
        font-size: 24px !important;
    }
    .fs-24 {
        font-size: 20px;
    }
    p {
        font-size: 16px;
    }
    .section_title h2 {
        font-size: 35px;
        color: var(--theme-color);
    }
    .fs-48 {
        font-size: 34px !important;
    }
    .mb-6 {
        margin-bottom: 1.5rem !important;
    }
    .service_box_card .title h3 {
        font-size: 42px;
        color: var(--theme-color);
    }
    .pt-50 {
        padding-top: 60px;
    }
    .pb-50 {
        padding-bottom: 60px;
    }
    .featureicon {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }
    .feature-box-title {
        font-size: 20px;
    }
    .inspection_works img {
        padding-bottom: 1rem;
    }
    .inspection_works ul {
        font-size: 16px;
    }
    .accordion-body {
        font-size: 16px;
    }
    .innerbanner {
        padding: 1rem 0;
        margin: 0 !important;
    }
}

@media(min-width:767px) and (max-width:1024px) {
    .mb-6 {
        margin-bottom: 1.5rem !important;
    }
    .min-vh-100 {
        min-height: 45vh !important;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .display-4 {
        font-size: 60px;
        text-shadow: rgba(0, 0, 0, 0.325) 0px 1.20001px 5.10003px;
    }
}

@media(min-width:1024px) and (max-width:1300px) {
    .fs-24 {
        font-size: 20px;
    }
    p {
        font-size: 16px;
    }
}

@media(min-width:1300px) and (max-width:1366px) {
    .min-vh-100 {
        /* min-height: 54vh !important; */
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media(min-width:1500px) {
    .min-vh-100 {
        min-height: 70vh !important;
    }
}