/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root{
    --global-primary-font:'"palatino linotype", serif';
    --global-secondary-font:"GlacialIndifference";
    --primary-color: #a30b0b;
    --bg-black-overlay:#00000082;
    --card-bg: #0c1117cf;
}

body {
    font-family: var(--global-primary-font);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.primary-text-color{
    color: var(--primary-color);
}
.container {
    padding: 0px 4%;
}
.custom-margin-h-f{
    padding: 0px 2%;
    margin: auto;
}
.main-div {
    position: relative;
    /* z-index: 1; */
    min-height: 100vh;
}
.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
    background-color: black;
}



.btn-primary-red {
    background-color: #a30b0b;
    color: white;
    border-radius: 50px;
    padding: 12px 27px;
    
}
.btn-primary-red:hover {
    background-color:white;
    color: black;
}


/* h2{
    font-size: 20px;
    line-height: normal;
} */
p{
    font-size: 18px;
    color: white;
}

h2 {
    font-family: var( --global-primary-font);
    font-style: normal;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-size: 40px;
    line-height: normal;
} 


/* QuoteSlider */
body.no-scroll {
    overflow: hidden;
}

.active-custom{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease-in-out !important;
    transition: -webkit-transform 0.3s ease-in-out !important;
    -o-transition: transform 0.3s ease-in-out !important;
    transition: transform 0.3s ease-in-out !important;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out !important; 
}


#quoteBtn {
    position: fixed;
    z-index: 10000;
    right: -60px;
    top: 50%;
    width: 150px;
    float: left;
    background: var(--primary-color);
    text-align: center;
    padding: 10px 0px;
    color: #ffffff;
    text-decoration: none;
    margin-right: 5px;
    font-size: 19px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    .quote-icon {
        display: inline-block; /* Ensures transform works */
        -webkit-transform: rotate(268deg);
            -ms-transform: rotate(268deg);
                transform: rotate(268deg);
        scale: 1.5;
    }
}
#QuoteSlideout {
    background: #dbe2e900;
    color: #333;
    position: fixed;
    top: 22%;
    right: -100%;
    width: 25%;
    height: 70vh;
    z-index: 10000;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;


    .btn-div{
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
    .close-btn{
        font-size: 30px;
        line-height: 0px;
        color: var(--primary-color);
        position: absolute;
        top: 10px;
        -webkit-transition: font-size 0.3s ease-in-out;
        -o-transition: font-size 0.3s ease-in-out;
        transition: font-size 0.3s ease-in-out;
    }
    .close-btn:hover{
        font-size: 35px;
    }

    .form-container {
        width: 100%;
        background: -o-linear-gradient(#212121, #212121) padding-box,
                    -o-linear-gradient(305deg, transparent 35%,#af2424, #ffffff) border-box;
        background: linear-gradient(#212121, #212121) padding-box,
                    linear-gradient(145deg, transparent 35%,#af2424, #ffffff) border-box;
        border: 2px solid transparent;
        padding: 32px 24px;
        font-size: 14px;
        font-family: inherit;
        color: white;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 16px;
        background-size: 200% 100%;
        -webkit-animation: gradient 5s ease infinite;
                animation: gradient 5s ease infinite;
      }
      
      @-webkit-keyframes gradient {
        0% {
          background-position: 0% 50%;
        }
      
        50% {
          background-position: 100% 50%;
        }
      
        100% {
          background-position: 0% 50%;
        }
      }
      
      @keyframes gradient {
        0% {
          background-position: 0% 50%;
        }
      
        50% {
          background-position: 100% 50%;
        }
      
        100% {
          background-position: 0% 50%;
        }
      }
      
      .form-container button:active {
        scale: 0.95;
      }
      
      .form-container .form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
      }
      
      .form-container .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 2px;
      }
      
      .form-container .form-group label {
        display: block;
        margin-bottom: 5px;
        color: #717171;
        font-weight: 600;
        font-size: 12px;
      }
      
      .form-container .form-group p{
        text-align: center;
        margin: 0;
        font-weight: 600;
        color: #ffffffd1;
        font-size: 16px;
      }
      .form-container .form-group input {
        width: 100%;
        padding: 5px 16px;
        border-radius: 8px;
        color: #fff;
        font-family: inherit;
        background-color: transparent;
        border: 1px solid #414141;
      }
      
      .form-container .form-group textarea {
        width: 100%;
        padding: 12px 16px;
        border-radius: 8px;
        resize: none;
        color: #fff;
        height: 96px;
        border: 1px solid #414141;
        background-color: transparent;
        font-family: inherit;
      }
      
      .form-container .form-group input::-webkit-input-placeholder {
        opacity: 0.5;
      }
      
      .form-container .form-group input::-moz-placeholder {
        opacity: 0.5;
      }
      
      .form-container .form-group input:-ms-input-placeholder {
        opacity: 0.5;
      }
      
      .form-container .form-group input::-ms-input-placeholder {
        opacity: 0.5;
      }
      
      .form-container .form-group input::placeholder {
        opacity: 0.5;
      }
      
      .form-container .form-group input:focus {
        outline: none;
        border-color: #ffffff;
      }
      
      .form-container .form-group textarea:focus {
        outline: none;
        border-color: #ffffff;
      }
      
      .form-container .form-submit-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-item-align: start;
            align-self: flex-start;
        font-family: inherit;
        color: #ffffff;
        font-weight: 600;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        background:var(--primary-color);
        border: 1px solid transparent;
        padding: 8px 24px;
        font-size: inherit;
        gap: 8px;
        margin-top: 8px;
        cursor: pointer;
        border-radius: 20px;
      }
      
      .form-container .form-submit-btn:hover {
        background-color: #fff;
        border-color: #fff;
        color: black;
      }
      
      
      
      
  }
  
  #QuoteSlideout.on {
    right: 0;
  }
/* QuoteSliderEnd */

.navbar{
    position: fixed !important;
    z-index: 5;
    width: 100%;
    padding: 25px;
    background: transparent;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
}

.content-behind {
    position: relative;
    z-index: 1;
}

.content-behind {
    position: relative;
    z-index: 1;
}

.content-behind.hidden {
    opacity: 0; /* Hide elements but keep background visible */
}

.page-title{
    width: 50%;
    margin: auto;
    padding: 8% 0;
   }
   .page-title h1 {
        font-size: 90px;
        color: white;
        text-align: center;
        font-weight:300; 
        letter-spacing:1px;
        text-transform: uppercase;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20px -webkit-max-content 20px 1fr;
        -ms-grid-columns: 1fr 20px max-content 20px 1fr;
        grid-template-columns: 1fr -webkit-max-content 1fr;
        grid-template-columns: 1fr max-content 1fr;
        -ms-grid-rows: 27px 20px 0;
        grid-template-rows: 27px 0;
        grid-gap: 20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
   .page-title h1 > *:nth-child(1) {
    -ms-grid-row:1;
    -ms-grid-column:1;
    }
   .page-title h1 > *:nth-child(2) {
    -ms-grid-row:1;
    -ms-grid-column:3;
    }
   .page-title h1 > *:nth-child(3) {
    -ms-grid-row:1;
    -ms-grid-column:5;
    }
   .page-title h1 > *:nth-child(4) {
    -ms-grid-row:3;
    -ms-grid-column:1;
    }
   .page-title h1 > *:nth-child(5) {
    -ms-grid-row:3;
    -ms-grid-column:3;
    }
   .page-title h1 > *:nth-child(6) {
    -ms-grid-row:3;
    -ms-grid-column:5;
    }
    
    .page-title h1:after,.page-title h1:before {
        content: " ";
        display: block;
        content: " ";
        display: block;
        border-bottom: 2px solid #c50000;
        border-top: 2px solid #c50000;
        height: 10px;
    }
    
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }

nav{
    /* background-color:#000000a6; */
    position: relative;

    video {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        z-index: -1;
        -webkit-filter: brightness(0.5);
                filter: brightness(0.5);
        -o-object-position: center;
           object-position: center;
        background-color: black;
    }


    .navbar-nav{
        border-radius: 50px;
        border: 1px solid white;
        margin-right: 20px;
        padding: 0px 10px;
    }

    img{
        height: 45px;
        width: 45px;

    }
    .nav-link {
        color: white !important;
        /* border: 2px solid white; */
        /* border-radius: 50px; */
        font-size: 18px;
        padding: 10px 0px;
        margin: 0 5px;
    }

    .custom-margin-h-f .part-one{
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .nav-link {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .nav-link:hover {
        /* background-color: white; */
        color: #750808 !important;
    }
    .btn-red {
        background-color: #a30b0b;
        color: white;
        border-radius: 50px;
        padding: 10px 20px;
    }
    .btn-red:hover {
        background-color:white;
        color: black;
    }

    .logo-text
    {
       
        font-size:24px;
        font-weight:700;
        letter-spacing:1.2px;
        line-height:28px;
        position: relative;
        display: -ms-grid;
        display: grid;
        }
        .small-heading
        {
            font-size: 14px !important;
        }
    
}
.hero {
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    text-align: left;
    padding-bottom: 100px;
    overflow: hidden;
    color: white;
    background-attachment: fixed;

    video {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        z-index: -1;
        background-color: black;
    }
    .hero-content {
        margin-top: 250px;
        margin-bottom: 100px;
        position: relative;
        z-index: 2;
    }

     h1 {
        font-size: 117px;
        font-weight: bold;
        
    }
     p {
        font-size: 20px !important;
    }
    .hero-buttons{
        padding-top: 25px;
    }
    .hero-buttons .btn {
        margin-right: 15px;
        padding: 12px 27px;
        font-size: 16px;
        border-radius: 33px;
    }
    .btn-dark{
        padding: 12px 40px !important;

    }
    .btn-dark:hover {
        background-color:white;
        color: black;
    }
    .info-box {
        background: rgba(0, 0, 0, 0.8);
        padding: 20px;
        text-align: center;
        color: white;
    }
    .info-box div {
        padding: 20px;
        border-right: 2px solid rgba(255, 255, 255, 0.3);
    }
    .info-box div:last-child {
        border-right: none;
    }
    .info-box h3 {
        margin-top: 10px;
        font-size: 1.5rem;
    }
    .info-box .divider {
        width: 4px;
        height: 40px;
        background: red;
        margin: auto;
    }

    .features-point-container{
        padding: 35px 0px;
        background: #41464b8a;
        --bs-gutter-x: 0px;
    }
    .features-point{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        padding-left: 15px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .moveLine {
        height: 80px;
        width: 8px;
        border-radius: 5px;
        top: 8px;
        background-color: var( --primary-color);
        /* animation: moveline 2s linear forwards; */
    }
}

.heading-div{
    background: white;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 15px 10% 15px 1%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 70px;
}
h3{
    margin: 0px !important;
    font-size: 20px;
    letter-spacing:1px;
    font-weight:700;
}

.text-main{
    font-size: 30px;
    color: white;
}

.offer-div{
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -ms-grid;
    display: grid;
    gap: 20px;
    padding-bottom: 50px;
    padding-right: 27%;
    background-color:var(--bg-black-overlay) ;
    
    .heading-div{
        background: white;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding: 15px 10% 15px 1%;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        margin-bottom: 70px;
    }
    h3{
        margin: 0px !important;
        font-size: 20px;
        letter-spacing:1px;
        font-weight:700;
    }

    .text-main{
        font-size: 30px;
        color: white;
    }
}

.services-bg{
    position: relative;
    background-image: url('/images/bg-images/bg-services.avif');
    background-repeat: no-repeat;
    width: 100%;
    background-size: 140%;
    /* background-color:var(--bg-black-overlay) ; */
    background-color: #00000030;/* Semi-transparent overlay color */
    background-blend-mode: overlay; /* Blend mode */

    
    
    }

    

.services-div{
    height:auto;
    display: -ms-grid;
    display: grid;
    gap: 20px;
    padding-bottom: 50px;
    padding-right: 27%;
    /* background-color:var(--bg-black-overlay) ; */
    
    h3{
        text-shadow: 1px 4px 3px #3f3d3d4d;
    }

    .text-main{
        font-size: 30px;
        color: white;
    }
    .icon-div{
        /* border: 1px solid;
        padding: 15px;
        border-radius: 5px;
        width: min-content; */
        .bi{
            font-size: 35px;
            border: 1px solid;
            padding: 10px 12px;
            border-radius: 9px;
        }
    }
}
    
    .services-items{
        color: white;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex ;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; 
        .item{
            display: -ms-grid;
            display: grid;
            gap: 30px;
            margin-bottom: 50px;
            padding-right: 17%;
            p{
                line-height:28.8px;
                letter-spacing:0.9px;

            }
        }
        .icon-headings{
            font-size: 26px;
            line-height: 40px;
        }
        .only-pc{
            display: block;
        }
       
    }

    .services-items > * {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%; /* Each item takes up 50% of the container's width */
        -webkit-box-sizing: border-box;
                box-sizing: border-box; /* Ensures padding and border are included in the width */
    }

    .container-fluid-custom{
        background-color:var(--bg-black-overlay) ;
    }

    .testimonials-div{
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        display: -ms-grid;
        display: grid;
        gap: 20px;
        padding-bottom:8%;

        blockquote{
            color: white;
            font-size: 16px;
            padding-right: 25%;
        }

        .heading-div {
            background: white;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            padding: 15px 10% 15px 1%;
        }
        
        .features-point-container{
            padding: 35px 0px;
            /* background: #41464b8a; */
            --bs-gutter-x: 0px;
        }
        .features-point{
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: relative;
            gap: 20px;
            padding-left: 15px;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;

            .user-bio{
                color: white;
                position: absolute;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                gap: 20px;
                bottom: -137px;
                h4{
                    font-size: 14px;
                    margin: 0px;
                    margin-top: 5px;
                    font-weight: 600;
                }
                p{
                    font-size: 16px;
                    color: rgba(255, 255, 255, 0.603);
                }
                img{
                    border-radius: 5px;
                }
            }
        }
        .moveLine {
            height: 135px;
            border: 4px solid var(--primary-color) ;
            top: 8px;
            background-color: var( --primary-color);
            border-radius: 5px;

            /* animation: moveline 2s linear forwards; */
        }
    }

    .projects-div{
        margin-bottom: 150px;
        /* background-color:var(--bg-black-overlay) ; */
        color: white;
        .slick-slide {
            margin: 0 15px;  /* Adjust 10px to your desired space */
        }
        h2{
            font-size: 55px;
            text-align: center;
            font-weight: 600;
        }

        .slider-wrapper {
            position: relative;
        }
        
        .custom-prev, .custom-next {
            background-color: #33333300;
            color: white;
            border: none;
            padding: 10px 15px;
            cursor: pointer;
            font-size: 18px;
            border-radius: 5px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
        }
        
        .custom-prev {
            left: -40px; /* Adjust for spacing */
        }
        
        .custom-next {
            right: -40px; /* Adjust for spacing */
        }
        
        /* .custom-prev:hover, .custom-next:hover {
            scale: 1.1;
        } */



        .slider-div{
            position: relative;
            padding: 50px 0px;
            img{
                width: 100%;
                border-radius: 15px;
                display: block;
                -webkit-box-shadow: 1px 2px 2px rgb(136 136 136 / 26%);
                        box-shadow: 1px 2px 2px rgb(136 136 136 / 26%);
            }
        }

        /* Overlay effect only on the image */
        .slider-div .image-wrapper {
            position: relative;
            display: inline-block;
            p{
                font-size: 14px;
                color: rgba(255, 255, 255, 0.799);
            }
        }

        .slider-div .image-wrapper::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /* background: rgba(0, 0, 0, 0.5); */
            border-radius: 15px;
        }


    }
.clients-bg{
    .heading-div {
        background: white;
        width: 24%;
        padding: 15px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        margin-bottom:0px;
    }

    .clients{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        .client-item{
            width: 20%;
            text-align: center;
            border: 0.1px solid #545353;
            padding: 40px;
            border-left: 0;
        }
        .client-item:nth-of-type(1) {
             border: 0.1px solid #545353;
        }
        img{
            width: 137px;
            max-height: 40px;
            -o-object-fit: contain;
               object-fit: contain;
            -o-object-position: 50% 50%;
               object-position: 50% 50%;
        }
        
    }
}

@-webkit-keyframes scale {
    0%, 100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
  }

@keyframes scale {
    0%, 100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
  }

/* About Us PAge */
@supports (-moz-appearance: none) {
    .icon-div{
        .bi{
            padding: 20px 18px 11px 15px !important;
        }
    }
    
}

 .services-detail{
    background-color: #00000087;/* Semi-transparent overlay color */
    background-blend-mode: overlay; /* Blend mode */
 } 
#about-page{
    /* .service-list-bg{
        padding-bottom: 50px;
    } */
    /* background-color: var(--bg-black-overlay); */
    .container-fluid:nth-of-type(1){
        padding-top: 12%;
    }

    .heading-div{
        z-index: 2;
        background: white;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding: 15px 10% 15px 1%;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        margin-bottom: 70px;
        margin-left: 0; /* Aligns it to the left */

    }
    h3{
        color: #000000;
        margin: 0px !important;
        font-size: 20px;
        letter-spacing:1px;
        font-weight:700;
        text-align: left;
    }
    .serif-400 {
        font-family: "Palatino Linotype", serif;
        font-style: normal;
        font-weight: 400;
        color: rgb(255, 255, 255);
        font-size: 40px;
        line-height: 56px;
        padding: 0% 0%;

      }

      .serif-400-small{
        font-size: 20px;
        line-height: 28px;
        margin-top: 50px;
        margin-bottom: 100px;      
    }


    .who-we-are h2{
        font-size: 44px;
        margin-bottom: 40px;
    }


    .quote {
        font-family: var(--global-primary-font);
        font-style: normal;
        font-weight: 400;
        color: white !important;
        font-size: 40px;
        line-height: normal;
    }

    .btn-primary-red {
        span{
            /* font-family: "Proxima N W01 Reg"; */
            font-family: 'Roboto', sans-serif;
            font-style: normal;
            font-weight: 100;
            color: rgb(255, 255, 255);
            font-size: 16px;
            line-height: 22px;
        }
        
    }

    .btn-primary-red:hover span{
        color: black !important;
    }

    .our-mission-bg {
        position: relative;
        height:-webkit-fit-content;
        height:-moz-fit-content;
        height:fit-content; /* Full screen height */
        /* display: flex; */
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        background-image: url('/images/bg-images/9bed1e_fb26c410c6f44c3d896d5c43fe8a9405~mv2.avif'); /* Add your image path */
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed; /* Makes the background fixed while scrolling */
        color: white;
        /* margin-top: 150px; */

        .container{
            position: relative;
            z-index: 2;
        }

        .content-box-1{
            padding: 0px;
            padding: 0px 4%;
            text-align: left;
            background: rgba(255, 255, 255, 0);
            .serif-400-big {
                font-family: "Palatino Linotype", serif;
                font-style: normal;
                font-weight: 400;
                color: rgb(255, 255, 255);
                font-size: 40px;
                line-height: 56px;
              }

              .serif-400-small {
                font-family: "Palatino Linotype", serif;
                font-style: normal;
                font-weight: 400;
                color: rgb(255, 255, 255);
                font-size: 20px;
                line-height: 28px;
              }
        }
    }
    
    .our-mission-bg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 0%);
        z-index: 1;
    }
    
    .quote-bg h2,
    .quote-bg a {
        position: relative;
        z-index: 2; /* Ensures content stays above the overlay */
        color: white;
    }
    
    .quote-bg h2 {
        margin-bottom: 50px;
    }
    
    .bg-image-welcome {
        background-image: url('/images/bg-images/wp9314293.webp');
        background-size: cover;
        background-position: center;
        height: 100vh;
        position: relative;
        .serif-400-heading {
            font-family: "Palatino Linotype", serif;
            font-style: normal;
            font-weight: 400;
            color: rgb(255, 255, 255);
            font-size: 56px;
            line-height: normal;
            margin-bottom: 20px;
          }
        .sans-serif-100 {
            font-family: 'Roboto', sans-serif;
            font-style: normal;
            font-weight: 100;
            color: rgb(255, 255, 255);
            font-size: 15px;
            line-height: 29px;
            margin-bottom: 40px;
          }
    }

    .content-box {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background: rgb(0 0 0 / 91%);
        padding: 90px 110px;
        /* border-radius: 10px; */
        -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
                box-shadow: 0 0 15px rgba(0,0,0,0.3);
    }
    .avenir-light-400 {
        font-family: avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
        font-style: normal;
        font-weight: 100;
        background-color: var(--primary-color);
        color: white;
        font-size: 14px;
        line-height: normal;
        padding: 12px 35px;
        text-decoration: none;
      }

      .avenir-light-400:hover{
        border: 1px solid  var(--primary-color);
        background-color: transparent;
        color: var(--primary-color);
      }
      .core-values-bg{
        height: auto;
        padding-bottom: 80px;

        .heading-div {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius:0px;
            margin-bottom: 0px;
            margin-left: -12px;
            /* filter: brightness(0.7); */
        }
      }

      .core-value-box{
        background:rgba(0, 6, 15, 0.7);
        padding: 50px;
        border-right: 1px solid #ffffff1c;
        text-align: left;

        .p-style{
            font-family: "Palatino Linotype", serif;
            font-style: normal;
            font-weight: 400;
            color: rgb(255, 255, 255);
            font-size: 18px;
            line-height: 24px;
            padding: 28px;
            padding-bottom: 0px;
            word-spacing: 2px;
          }
      }
      .core-value-box:last-of-type {
        border-right:none;
    }
      .red-line{
        height: 50px;
        width: 8px;
        border-radius: 5px;
        top: 8px;
        background-color: var(--primary-color);
      }

      .line-title{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        
        .serif-400-heading {
            font-family: "Palatino Linotype", serif;
            font-style: normal;
            font-weight: 400;
            color: rgb(255, 255, 255);
            font-size: 26px;
            line-height: normal;
          }

      }

    
}



#services-page{
    .service-list-bg{
        padding-bottom: 50px;
    }
    background-color: var(--bg-black-overlay);
    .container-fluid:nth-of-type(1){
        padding-top: 12%;
    }

   .service-card-div {
        padding-left: 38px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background-color:#0c1117cf;
    }
    .service-card-div-left
    {
        border-bottom: none;
    }

    .service-card-div-right
    {
        border-left: none;
        border-bottom: none;
    }
    .service-card-div-bottom
    {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .service-card {
        /* border: 1px solid rgba(255, 255, 255, 0.2); */
        padding: 30px;
        position: relative;
        height: 100%; /* Makes sure all boxes align properly */
        padding: 50px 30px;
        width: 75%;
    }
    .service-card h3 {
        font-family: var(--global-primary-font);
        font-style: normal;
        font-weight: 400;
        color: rgb(255, 255, 255);
        font-size: 26px;
        line-height: 36px;
    }

    p {
        margin-top: 40px;
        font-family: var(--global-primary-font);
        font-style: normal;
        font-weight: 400;
        color: rgb(255, 255, 255);
        font-size: 18px;
        line-height: 29px;
    }
    .red-bar {
        position: absolute;
        left: 0;
        top: 45px;
        border-radius: 10px;
        width: 8px;
        height: 50px;
        background-color:var(--primary-color);
    }

    .quote {
        font-family: var(--global-primary-font);
        font-style: normal;
        font-weight: 400;
        color: white !important;
        font-size: 40px;
        line-height: normal;
    }

    .btn-primary-red {
        span{
            /* font-family: "Proxima N W01 Reg"; */
            font-family: 'Roboto', sans-serif;
            font-style: normal;
            font-weight: 100;
            color: rgb(255, 255, 255);
            font-size: 16px;
            line-height: 22px;
        }
        
    }

    .btn-primary-red:hover span{
        color: black !important;
    }

    .quote-bg {
        position: relative;
        height: 90vh; /* Full screen height */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        background-image: url('/images/bg-images/service-page.avif'); /* Add your image path */
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed; /* Makes the background fixed while scrolling */
        color: white;
        padding: 20px;
    }
    
    .quote-bg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.269); 
        z-index: 1;
    }
    
    .quote-bg h2,
    .quote-bg a {
        position: relative;
        z-index: 2; /* Ensures content stays above the overlay */
        color: white;
    }
    
    .quote-bg h2 {
        margin-bottom: 50px;
    }
    
    

    
}


#case-study-page{
    background-color: #0000005c;
    .container-fluid:nth-of-type(1){
        padding-top: 12%;
    }
    .p-45{
        padding: 45px;
    }
    .container {
        padding: 0px 11%;
        .content{
            padding: 40px 0px;
            border-bottom:1px solid rgb(255 255 255 / 48%);
            h2{
                font-family: "Palatino Linotype", serif;
                font-style: normal;
                font-weight: 400;
                color: rgb(255, 255, 255);
                font-size: 56px;
                line-height: normal;
                margin-bottom: 50px;
            }
            p {
                font-family: "Palatino Linotype", serif;
                font-style: normal;
                font-weight: 400;
                color: rgb(255, 255, 255);
                font-size: 20px;
                line-height: 36px;
            }
        }

        

        
    }


    .container-fluid:nth-of-type(3){
        h3 {
            font-style: normal;
            font-weight: 400;
            color: rgb(255, 255, 255);
            font-size: 30px;
            line-height: normal;
            
        }

        .pserif {
            font-style: normal;
            font-weight: 400;
            color: rgb(255, 255, 255);
            font-size: 20px;
            line-height: 36px;
            /* margin: 0px; */
        }
        .img-size{
            width: 100%;
            min-height: 100%;
            max-height: 105%;
            border-radius: 5px;
        }

        .content-box-right{
            padding: 40px;
            padding-left: 0px;

            .content-box{
                display: -ms-inline-grid;
                display: inline-grid;
                height: 95%;
                -webkit-box-align: end;
                    -ms-flex-align: end;
                        align-items: end;
                h3{
                    margin-bottom: 5px !important;
                }
            }
        }
        .content-box-left{
            padding: 40px;

            .content-box{
                display: -ms-inline-grid;
                display: inline-grid;
                height: 95%;
                -webkit-box-align: end;
                    -ms-flex-align: end;
                        align-items: end;
                h3{
                    margin-bottom: 5px !important;
                }
            }
        }
        .custom-row{
            border-bottom:1px solid rgb(255 255 255 / 48%);
        }
    }

}

#careers-page{

    background-color: #0000005c;
    .container-fluid:nth-of-type(1){
        padding-top: 12%;
    }
    #career-sub-heading{
        padding: 0px 3%;
    }
    h4{
        font-family: "Palatino Linotype", serif;
        font-style: italic;
        font-weight: 400;
        color: rgb(255, 255, 255);
        font-size: 20px;
        line-height: 24px;
        margin: 20px 0px;
    }
    .container {
        padding: 0px 9%;
        .content{
            padding: 40px;
            /* border-bottom:1px solid rgb(255 255 255 / 48%); */
            h2{
                font-family: "Palatino Linotype", serif;
                font-style: normal;
                font-weight: 400;
                color: rgb(255, 255, 255);
                font-size: 53px;
                line-height: normal;
                margin-bottom: 50px;
            }
            p {
                font-family: "Palatino Linotype", serif;
                font-style: normal;
                font-weight: 400;
                color: rgb(255, 255, 255);
                font-size: 20px;
                line-height: 36px;
            }
        }
        .content-text{
            padding-left: 10%;
            p{
                font-family: "Palatino Linotype", serif;
                font-style: italic;
                font-weight: 400;
                color: rgb(255, 255, 255);
                font-size: 16px;
                line-height: 24px;
            }
        }
    }

    .container-fluid:nth-of-type(3){
        .container {
            padding: 0px 4%;
        }
        .card-div{
            padding: 0px;
            border: 1px solid rgb(255 255 255 / 22%);
        }
        .card-div:first-of-type{
            border-right: none;
        }
        .card-div:last-of-type{
            border-left: none;
        }
        .card{
            background-color: rgb(20 26 36 / 70%);
            border: none;
            border-radius: 0px;
            padding: 8% 18% 20% 18%;
            .card-title {
                margin-bottom: 2.5rem;
            }

            .serif-700-title {
                font-family: "Palatino Linotype", serif;
                font-style: normal;
                font-weight: 700;
                color: rgb(255, 255, 255);
                font-size: 20px;
                line-height: normal;
            }
            .btn-primary-red {
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content;
                padding: 10px 28px;
            }
            .sans-serif-100 {
                font-family: "Palatino Linotype", serif;
                font-style: normal;
                font-weight: 100;
                color: rgb(255 255 255 / 88%);
                font-size: 14px;
                line-height: 22px;
            }
            .sans-serif-100:hover {
                color: #000000;
            }
            .custom-img{
                border-radius: 8px;
            }
            ul{
                margin-top: 30px;
            }
            li{
                padding: 10px 0px;
                border-bottom: 1px solid #ffffff30;

                font-family: "Palatino Linotype", serif;
                font-style: normal;
                font-weight: 100;
                color: rgb(255 255 255 / 83%);
                font-size: 15px;
                line-height: normal;
            }
            li:last-of-type{
                border-bottom:none;
            }
        }

        /* .card:first-of-type {
            border: 2px solid #007bff;
            background-color: #f8f9fa;
          }
          
          .card:last-of-type {
            border: 2px solid #28a745;
            background-color: #e9f7ef;
          } */
    }
}

#contact-page{
    background-color: #0000005c;
    .container-fluid:nth-of-type(1){
        padding-top: 12%;
    }
    @-webkit-keyframes verticalFlipTop {
        0% {
          -webkit-transform: rotateX(90deg);
                  transform: rotateX(90deg);
          -webkit-transform-origin: top;
                  transform-origin: top;
          opacity: 0;
        }
        100% {
          -webkit-transform: rotateX(0deg);
                  transform: rotateX(0deg);
          -webkit-transform-origin: top;
                  transform-origin: top;
          opacity: 1;
        }
      }
    @keyframes verticalFlipTop {
        0% {
          -webkit-transform: rotateX(90deg);
                  transform: rotateX(90deg);
          -webkit-transform-origin: top;
                  transform-origin: top;
          opacity: 0;
        }
        100% {
          -webkit-transform: rotateX(0deg);
                  transform: rotateX(0deg);
          -webkit-transform-origin: top;
                  transform-origin: top;
          opacity: 1;
        }
      }
      

    .serif-h2 {
        font-family: "Palatino Linotype", serif;
        font-style: normal;
        font-weight: 400;
        color:white;
        font-size: 55px;
        line-height: normal;
        span{
            color: var(--primary-color);
        }
    }

    .serif-regular {
        font-family: "Palatino Linotype", serif;
        font-style: normal;
        font-weight: 400;
        color: rgb(255, 255, 255);
        font-size: 20px;
        line-height: 32px;
        margin-top: 20px;
    }
    .serif-bold {
        font-family: "Palatino Linotype", serif;
        font-style: normal;
        font-weight: 700;
        color: rgb(255, 255, 255);
        font-size: 20px;
        line-height: 32px;
    }
    .contact-form-div{
        margin-top: 50px;
    }

    .submit-btn{
        width: 30%;
        border-radius: 25px;
        margin-top: 20px;
        margin-bottom: 40px;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 100;
        font-size: 15px;
        line-height: 19px;
        padding: 10px;
    }
    .submit-btn:hover {
        background-color: #396afd;
        color: #fff;
        border: 1px solid #396afd;
    }

    .contact-form{
        width: 60%;
        padding: 50px 30px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        --border-after-color:var(--primary-color);
        --input-hovered-color: #4985e01f;
 
        .form-group-custom{
            position: relative;

        }
        .form-label {
            margin-bottom: 2rem;
            font-family: 'Roboto', sans-serif;
            font-style: normal;
            font-weight: 100;
            color: rgb(0, 0, 0);
            font-size: 15px;
            line-height: 22px;
        }
        
        .form-control {
            border: none;
            border-bottom: 1px solid #000000;
            border-radius: 0px;
        }

        .form-control:hover {
            border: none;
            border-bottom: 1px solid #4ea6e5;
            border-radius: 0px;
        }

        .form-control:focus {
            color: #212529;
            background-color: #fff;
            outline: 0;
            -webkit-box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0);
                    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0);
            border: none;
            border-bottom: 1px solid #4ea6e5;
            border-radius: 0px;
        }


            .input-border {
            position: absolute;
            background: var(--border-after-color);
            width: 0%;
            height: 2px;
            bottom: 0;
            left: 0;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
           }
/* Apply the effect to input and textarea */
.form-group-custom input:hover,
.form-group-custom textarea:hover {
    background: var(--input-hovered-color);
}

.form-group-custom input:focus,
.form-group-custom textarea:focus {
    outline: none;
}

/* Make the border animation work for both input and textarea */
.form-group-custom input:focus ~ .input-border,
.form-group-custom textarea:focus ~ .input-border {
    width: 100%;
}
           

    }

}


#case-study-detail{
    color: white;

    .content-mb{
        margin-bottom: 30px;
    }
    .case-study-banner{
        width: 100%;
        max-width: 100%;
        border-radius: 5px;
    }
    h1{
        font-size: 90px;
        line-height: 100px;
        width: 60%;
        padding: 50px 0 15% 0;
    }
    .heading-title {
        font-size: 32px;
        font-weight: 400;
        line-height: 1.25;
    }
    .background-custom{
        background: url(https://themexriver.com/wp/agenca/wp-content/uploads/2024/11/hero_bg.jpg);
        height: 90vh;
        opacity: 0.3;
        position: absolute;
    }
    .case-main-heading{
        padding-top: 5%;
        position: relative;


        .info-box {
            background-color:var(--card-bg);
            color: white;
            padding: 40px 40px;
            border-radius: 8px;
            max-width: 40%;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            position: absolute;
            top: -200px;
            right: 90px;
            border: 1px solid #ffffff17;
        }
        .info-box p {
            margin-bottom: 15px;
        }
        .info-box p:last-of-type {
            margin-bottom: 0px;
        }
        .info-box strong {
            font-weight: 600;
            margin-right: 4px;
        }
    }
    .project-content{
        padding:0 20%;
        ul {
            list-style-type:none;
            padding-left: 25px;
            text-indent: -14px;
            li{
                margin-bottom: 10px;
            }
        }
        .fa-check{
            color:var(--primary-color);
            border-radius: 11px;
            padding: 1px;
            margin-right: 5px;
        }
    }

    .project-layout{
        display: inline-block;
        vertical-align: middle;
        border: none;
        border-radius: 5px;
        -webkit-box-shadow: none;
                box-shadow: none;
        height: auto;
        max-width: 100%;
    }

    .row-x-y {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }
    .container-custom {
        padding: 0px 7%;
    }
    .animate-custom{
        overflow: hidden;
    }
    .project-img{
        width: 100%;
        max-width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center center;
           object-position: center center;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        -o-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; 
        border-radius: 3px;
    }

    .project-img:hover{
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2); /* Zoom in effect */
        border: 1px solid rgb(154, 47, 47);
    }
    .project-img-v{
        -o-object-fit: fill;
           object-fit: fill;
    }

}

.services-detail{
    .hero-section:nth-of-type(1){
        border-bottom: 1px solid #ffffff61;
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 100px;
        box-sizing: border-box;
        padding-bottom: 50px;
    }
    .text-primary-red{
        color: var(--primary-color);
        font-size: 20px;
    }
        p{
            margin: 0px;
            position: relative;
        }

        .p-style {
            font-family: "Palatino Linotype", serif;
            font-style: normal;
            font-weight: 400;
            color: rgb(255, 255, 255);
            font-size: 18px;
            line-height: 24px;
            word-spacing: 2px;
        }
    .content-box{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        row-gap: 20px;
        .custom-btn{
            width: fit-content;
            color:white;
            background:var(--primary-color);
        }

        .custom-btn:hover{
            color:black; 
            background:white;
        }

        .checklist-item {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .check-icon {
            color: var(--primary-color);
            font-size: 1.2rem;
        }
    }



    .container-descriptions{
        padding-top: 6%;
    }
    .feature-card {
            /* background: rgb(255 255 255 / 9%); */

            background-color:var(--card-bg);
            border-radius: 15px;
            padding: 2rem;
            box-shadow: rgb(255 255 255 / 18%) 1px 1px 0.2px;
            transition: 
                box-shadow 0.3s ease-in-out, 
                transform 0.3s ease-in-out;

        }

        .feature-card:hover{
            box-shadow: rgb(119 17 17 / 75%) 1px 1px 0.2px;
            transform: scale(1.01);

        }
        .feature-title {
            color: #fff;
            font-weight: bold;
            font-size: 1.5rem;
        }
        .feature-item {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 0.5rem 0;
            border-bottom: 1px solid #ffffff;
            color: white;
        }
        .feature-icon {
            color: #b583ff;
            font-size: 1.2rem;
            filter: hue-rotate(250deg) brightness(1.5);
        }
        .download-btn {
           background-color: var(--card-bg);
            border: none;
            border-radius: 30px;
            /* color: #fff; */
            /* text-transform: uppercase; */
            padding: 0.75rem 2rem;
            width: 100%;
            margin-top: 1.5rem;
        }
        .download-btn:hover {
            color: black !important;
            background: white;
        }

        .download-btn:hover{
            color: var(--primary-color);
        }

        .card-box{
            padding: 30px 0px 30px 60px;
        }
}

footer{
    padding-top: 50px;
    background-color: #00000063;
    color: white !important;
    font-size: 18px;

    
    h5{
        font-size: 16px;
        margin-bottom: 20px;
    }
    p{
        line-height:36px;
        font-size:18px;
        line-height:36px;   
        vertical-align:baseline;
        letter-spacing:normal;
        word-spacing:0px;
        font-weight:400;
    }

    li a{
        font-size:18px; line-height:2em;
    }
    .footer {
        background-color:#000000b1;
        padding: 40px 0;
        margin-top: auto;
    }
    .list-unstyled li  a {
        color: white !important;
        text-decoration: none !important;
    }
    .footer a:hover {
        text-decoration: underline;
    }
    .chat-btn {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: #a30b0b;
        color: white;
        border-radius: 50px;
        padding: 10px 20px;
    }

    .btn-red {
        background-color: #a30b0b;
        color: white;
        border-radius: 50px;
        padding: 12px 27px;
        }
    .btn-red:hover {
        background-color:white;
        color: black;
    }

    .footer-margin{
        margin: 50px 0px;
    }
    .site-trademark{
        /* background-color: #00000088; */
        padding: 60px 2%;
    }
    .custom-margin-h-f p{
        /* font-size: 16px; */
    }
    .email-btn{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .form-control{
        background-color:#1d243852;
        border: 1px solid #ffffff;
        border-radius: 25px;
        height: 40px;
    }
    .form-check-input {
        background-color: #00000000;
        border: 1px solid rgb(255 255 255 / 25%);
    }
    .btn-light{
        padding: 7px 20px;
        color: #750808;
        border-radius: 20px;
        margin-right: -4px;
    }

    .btn-light-hover :hover{
        color: #ffffff !important;
        background-color: #090909 !important;
    }

    .custom-padding{
        padding-right: 5%;
    }



}


@media (max-width: 768px) {
    .cards-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; /* Stack the cards vertically */
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
        position: relative;
    }

    .custom-margin-h-f {
        padding: 0px 4%;
        margin: auto;
    }

    .logo-text {
        line-height: 20px;
    }


    .navbar-toggler {
        width: 68%;
    }
    .navbar-toggler-icon {
            background-color: white;
    }

    .navbar{
        padding: 20px 0px;
        /* .navbar-toggler {
            position: absolute;
            right: 12%;
            top: 11%;
        } */
    }

    nav {
        .navbar-nav {
            border: 1px solid white;
        }
    }

    footer{
        padding-top: 30px;
        text-align: center;
        h5 {
            font-size: 30px;
            margin-bottom: 20px;
        }

        .custom-padding{
            padding-right:0%;
            padding-top: 50px;
        }
        .form-check {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            min-height: 1.5rem;
            padding-left: 1.5em;
            margin-bottom: .125rem;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-column-gap: 25px;
               -moz-column-gap: 25px;
                    column-gap: 25px;
        }

        .site-trademark {
            padding: 17px 2%;
        }
        
        .menu-footer{
            padding-top: 50px;
        }

        .sm-only{
            display: none;
        }   
    }
}