.aboutus-sec p span,
.blog-details h2,
.blog-details h5,
.blog-details li,
.blog-details span,
.blog-details>*,
body,
body>*,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span {
    font-family: "DM Sans", sans-serif !important
}

a,
footer a,
footer p {
    text-decoration: none
}

.primary-btn,
.product-card,
section {
    overflow: hidden
}

.readMoreBtn,
.blog-details h2,
.blog-details h5,
.product-card:hover .overlay-text p,
.social-icons,
footer a:hover,
footer p:hover {
    color: var(--primary-color)
}

@font-face {
    font-family: "Font Awesome 6 Free";
    src: url("../webfonts/fa-solid-900.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    src: url('../webfonts/fa-brands-400.woff2') format('woff2');
    font-display: swap
}

:root {
    --primary-color: #1F80AA;
    --primary-light-color: #359cc9;
    --dark-primary-color: #004461;
    --bg-light-grey: rgba(196, 196, 196, 0.15)
}

body {
    overflow-x: hidden
}

.bg-light-grey {
    background-color: var(--bg-light-grey)
}

.text-justify {
    text-align: justify
}

.primary-btn {
    background-color: var(--primary-color);
    height: 54px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    transition: .3s;
    position: relative
}

.primary-btn .arrow-icon {
    display: inline-flex;
    transition: transform .3s
}

.logo img,
.main-navbar {
    transition: .3s
}

.primary-btn:hover {
    transform: translateY(-2px);
    box-shadow: rgba(31, 128, 170, .4) 0 4px 12px;
    background-color: var(--primary-light-color)
}

.primary-btn:hover .arrow-icon {
    transform: translateX(6px)
}

nav>* {
    font-family: "DM Sans", sans-serif
}

.main-navbar {
    z-index: 50;
    border-bottom: 4px solid ;
}

.header-scrolled .main-navbar,
.header-scrolled .top-header {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.blog-card button,
.header-scrolled .main-navbar .primary-btn {
    height: 45px
}

.contact-sec p,
.navbar-nav {
    font-size: 18px
}

nav {
    border-bottom: 5px solid rgb(31 128 170 / 30%) !important
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #170f49;
    font-weight: 500
}

.navbar-toggler {
    height: 40px
}

.navbar-toggler-icon {
    width: 25px;
    height: 25px
}

.category-dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    height: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: .3s;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08)
}

.category-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    height: max-content
}

.dropdown-item {
    padding: 8px 20px;
    transition: .2s
}

.dropdown-item:hover {
    background: #f5f5f5;
    padding-left: 25px
}

.aboutus-sec p span,
.county-des li h3 span {
    font-size: 16px !important
}

footer {
    background-color: rgb(162 162 162 / 10%);
    border: 1px solid
}

footer a,
footer p {
    color: #000
}

.counter-container,
.service-count i {
    color: var(--dark-primary-color)
}

footer input {
    border: 1px solid var(--primary-color);
    height: 60px
}

footer button {
    width: 60%
}

.about-sec p {
    font-size: 20px;
    line-height: 1.7
}

.object-top {
    object-position: top
}

.object-left {
    object-position: left
}

.service-sec img {
    border-radius: 32px 0 0 32px
}

.service-count {
    border-radius: 0 32px 32px 0;
    background-color: rgb(31 128 170 / 30%);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px)
}

.service-count i {
    font-size: 45px
}

.counter-container p,
.enquiry-form-box h1,
footer h3 {
    font-size: 24px
}

.services .service-title {
    color: #fff;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    background-color: var(--primary-color);
    width: max-content;
    margin: auto
}

.services p {
    font-size: 20px
}

.product-card {
    position: relative;
    border-radius: 50px
}

.product-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform .5s;
    object-position: 10%
}

.product-card:hover img {
    transform: scale(1.08)
}

.overlay-text {
    position: absolute;
    bottom: 20px;
    left: 20px
}

.overlay-text p {
    color: #000;
    font-family: Damion, cursive;
    font-size: 48px;
    -webkit-text-stroke: 0.5px white;
    line-height: 1.2
}

.testimonial-sec .stars {
    color: #ffc107;
    font-size: 18px
}

.testimonial-nav button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: var(--bg-light-grey);
    font-size: 18px;
    cursor: pointer;
    transition: .3s
}

.testimonial-nav button:hover {
    background: #000;
    color: #fff
}

.testimonial-sec .image-collage {
    position: relative;
    width: 100%;
    height: 450px
}

.testimonial-sec .image-collage img {
    position: absolute;
    border-radius: 20px;
    object-fit: cover
}

.testimonial-sec .img-1 {
    width: 120px;
    height: 120px;
    top: 0;
    left: 28%
}

.testimonial-sec .img-2 {
    width: 120px;
    height: 120px;
    top: 18%;
    left: 0
}

.testimonial-sec .img-3 {
    width: 100px;
    height: 100px;
    top: 10%;
    right: 28%
}

.testimonial-sec .img-4 {
    width: 85px;
    height: 85px;
    top: 25%;
    right: 8%
}

.testimonial-sec .img-5 {
    width: 110px;
    height: 110px;
    top: 42%;
    left: 24%
}

.testimonial-sec .img-6 {
    width: 110px;
    height: 110px;
    top: 39%;
    right: 35%
}

.testimonial-sec .img-7 {
    width: 120px;
    height: 120px;
    bottom: 10%;
    left: 2%
}

.testimonial-sec .img-8 {
    width: 120px;
    height: 120px;
    bottom: 0;
    left: 35%
}

.testimonial-sec .img-9 {
    width: 120px;
    height: 120px;
    bottom: 9%;
    right: 13%
}

.contact-sec {
    background-image: linear-gradient(to bottom, rgb(31 128 170 / 30%), #3a8bad)
}

.contact-form-wrap {
    background-color: #ffffff54
}

.error-girl {
    margin-bottom: -35px
}

.bottom-shadow {
    margin-top: -30px;
    z-index: -1
}

.contact-sec h1 {
    color: var(--dark-primary-color);
    font-size: 48px
}

.contact-details p {
    background-color: #aac7d364
}

.blog-card .image:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1
}

.blog-card:hover .image:after {
    height: 250%;
    transition: .6s linear;
    background-color: transparent
}

.blog-card h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px
}

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

.blog-card:hover h5 {
    color: var(--primary-color) !important
}

.blog-card p {
    font-size: 15px
}

.blog-details h1 {
    text-align: center !important;
    margin-bottom: 20px !important
}

.blog-details h2,
.blog-details h3 {
    margin-top: 5pt !important
}

.blog-details li {
    white-space: normal !important;
    margin-bottom: 8px
}

.related-blog-sec {
    background-color: rgb(31 128 170 / 30%)
}

.enruiry-floating-btn {
    position: fixed;
    border-radius: 0 0 6px 6px;
    transform: rotate(-90deg);
    gap: 6px;
    z-index: 10;
    top: 50%;
    left: -68px;
    background-color: #1f80aa
}

.floating-enquiry-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    position: fixed;
    bottom: 20%;
    z-index: 1
}

.enquiry-form-box {
    width: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateX(50px);
    transition: .5s;
    border-radius: 12px;
    box-shadow: 0 0 6px rgb(0 0 0 / .16);
    z-index: 100000;
    border: 1px solid #1576ab
}

.enquiry-form-box h4 {
    color: #1576ab
}

.enquiry-form-box form input,
.enquiry-form-box form textarea {
    border: 1px solid #dce2e2;
    border-radius: 50px;
    padding: 0 15px;
    box-shadow: 0 0 15px rgba(24, 24, 24, .15);
    height: 40px;
    font-size: 12px
}

.enquiry-form-box form textarea {
    height: 100px;
    padding: 15px;
    border-radius: 18px
}

.enquiry-form-box form input:active,
.enquiry-form-box form input:focus,
.enquiry-form-box form textarea:focus {
    border: 1px solid #1576ab;
    background-color: #f2f2f2
}

.enquiry-form-box form button {
    border-radius: 50px;
    height: 40px;
    color: #fff;
    text-align: center
}

.enquiry-form-box form button:hover,
.enruiry-floating-btn:hover {
    background-color: #10628e
}

.floating-enquiry-container:hover .enquiry-form-box {
    width: 440px;
    opacity: 1;
    pointer-events: auto
}

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

.accordion-button {
    color: var(--dark-primary-color);
    font-weight: 500;
    background-color: var(--bs-accordion-active-bg)
}

.accordion-item {
    border-color: var(--dark-primary-color);
    margin-bottom: 10px;
    border-radius: .375rem;
    overflow: hidden
}

.accordion-item:not(:first-of-type) {
    border: 1px solid var(--dark-primary-color)
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1
}

.my-float {
    margin-top: 16px
}

.social-icons span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, .356);
    font-size: 21px;
    color: #fff;
    transition: .3s ease-in
}

.social-icons span:hover {
    transform: translateY(-2px);
    box-shadow: rgba(255, 255, 255, .4) 0 4px 12px
}

.clientSwiper img {
    transition: .3s ease-in-out;
    object-fit: contain;
    height: 100%;
}

.clientSwiper img:hover {
    box-shadow: rgba(31, 128, 170, .3) 0 4px 12px;
    border: 1px solid var(--primary-color) !important
}

.clientSwiper .swiper-slide
{
    height: 150px;
}

.aboutContent {
    overflow: hidden;
    transition: max-height .5s;
    max-height: 230px;
    color: #000;
}

.aboutContent.expanded {
    max-height: 3000px
}

.readMoreBtn {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 98%
}

.readMoreBtn:hover {
    text-decoration: underline
}

.blog-details h2 {
    font-size: 21px !important;
    font-weight: 600;
    margin-top: 16px !important
}

.blog-details h3 {
    font-size: 18px !important
}

.blog-details ol {
    padding-left: 16px;
    margin-bottom: 10px
}

.blog-details table,
.blog-details table td,
.blog-details table th {
    border: 1px solid !important
}

.blog-details table td,
.blog-details table th {
    padding: 0 10px;
    font-size: 14px
}

.blog-details p {
    margin-right: 0 !important;
    text-align: justify !important;
    margin-bottom: 0;
    font-size: 15px
}

.county-des li,
.county-des li span {
    white-space: unset !important;
    color: #000 !important
}

.county-des button a 
{
    color: white;
}

.county-des li h3 
{
    font-size: 20px;
    font-weight: 600;
}

.county-des table td 
{
    padding: 10px;
}

.work-sec .service-count 
{
    border-left: 4px solid var(--primary-color);
    transition: .3s;
    background-color: rgb(31 128 170 / 10%);
}

.work-sec .service-count:hover
{
    transform: translateY(-2px);
    box-shadow: rgba(31, 128, 170, .4) 0 4px 12px;
}

.work-sec .service-count i 
{
    font-size: 12px;
}

.product-offered 
{
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    transition: .3s;
}

.product-offered:hover 
{
    box-shadow: rgba(31, 128, 170, .4) 0 4px 12px;
    transform: translateY(-2px);
    background-color: var(--primary-light-color);
}

.our-category img
{   
    object-position: top;
}

.our-category .category-box p
{
    font-size: 14px;
}

.category-box h4 
{
    font-size: 20px;
}

.masonry { /* Masonry container */
    -webkit-column-count: 4;
  -moz-column-count:4;
  column-count: 4;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
   margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 0.5em;
    font-size: .85em;
}
.masonry  .item {
    display: inline-block;
    background: #fff;
    padding: 0.5em;
    margin: 0 0 0.5em;
    width: 100%;
	-webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
}
.masonry .item img{max-width:100%;}

@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px){
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

.blog-details p img 
{
    margin: 20px 0 10px 0;
}