@font-face {
    font-family: 'morgunscondensed';
    src: url('./fonts/morguns-condensed-webfont.woff2') format('woff2'),
         url('./fonts/morguns-condensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'neue_reman_gtcondensed';
    src: url('./fonts/neueremangt-condensed-webfont.woff2') format('woff2'),
         url('./fonts/neueremangt-condensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'neue_reman_gtcondensed' !important;
    font-size: 1rem;
    max-width: 1920px;
    margin: auto;
    font-weight: 300;
    background: #101726;
}
.info-title{
    font-family: 'morgunscondensed' !important;
    font-size: 2.5rem !important;
    line-height: 0.8;
}
.info-fw-bold{
    font-family: 'morgunscondensed' !important;
    font-size: 7rem !important;
    line-height: 0.8;
}
.display-1{
    font-family: 'morgunscondensed' !important;
    font-size: 8rem !important;
    line-height: 0.8;
}
.display-2{
    font-family: 'morgunscondensed' !important;
    font-size: 6rem !important;
    line-height: 0.8;
}
hr {
    border-top: 1px solid #e31e24 !important;
}
.info {
    padding: 70px 0;
}
:root {
    --brand-green: #67ce38;
    --brand-green-dark: #5cb438;
    --brand-yellow: #f6cd24;
    --brand-orange: #e8841e;
    --brand-light: #fff4e9;
    --brand-brown: #B76800;
    --badge-opacity: .3;
}
.text-brand-green {
    color: var(--brand-green);
}
.text-brand-dark {
    color: var(--brand-green-dark);
}
#mainHeader {
    width: 100%;
    background-color: transparent;
    transition: background-color .3s;
    max-width: 1920px;
    margin: auto;
}
#mainHeader.bg {
    background: #101726;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1) !important
}
/* .navbar-bg {
    background: #101726 !important;
} */
.navbar-nav li a {
    font-size: 1.6rem;
    color: #67ce38;
}
.navbar-nav li a:hover{
    color: #fff;
}
.offcanvas, .offcanvas.show:not(.hiding), .offcanvas.showing{
    background: #101726;
}
.btn-close{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.bg-brand {
    background: #101726 !important;
}
.bg-green{
    background: #66bc46;
}
.bg-green-dark{
    background: #437f2a;
}
.hero-bg {
    background: #101726;
    display: flex;
    align-items: end;
}
.hero-wrapper-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.btn {
    font-weight: 500;
    border-radius: 3.5rem;
    -webkit-border-radius: 3.5rem;
    -moz-border-radius: 3.5rem;
    -ms-border-radius: 3.5rem;
    -o-border-radius: 3.5rem;
    letter-spacing: 2px;
}
.btn-wide {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.btn-brand {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--brand-red);
    --bs-btn-border-color: var(--brand-red);
    --bs-btn-hover-color: var(--brand-red);
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: var(--brand-red);
    --bs-btn-active-bg: var(--brand-red);
    --bs-btn-active-border-color: var(--brand-red);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--brand-red);
    --bs-btn-disabled-border-color: var(--brand-red);
    width: fit-content;
}

.btn-brand-green{
    background: transparent;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    position: relative;
    padding: 15px;
    transition: 0.3s all ease-in-out;
}
.btn-brand-green::before{
    position: absolute;
    content: '';
    height: 50%;
    width: 40%;
    border-left: 2px solid #67ce38;
    border-top: 2px solid #67ce38;
    left: 0;
    top: 0;
    transition: 0.3s all ease-in-out;
}
.btn-brand-green::after{
    position: absolute;
    content: '';
    height: 50%;
    width: 40%;
    border-right: 2px solid #67ce38;
    border-bottom: 2px solid #67ce38;
    right: 0;
    bottom: 0;
    transition: 0.3s all ease-in-out;
}
.btn-brand-green:hover{
    color: #67ce38;
}
.btn-brand-green:hover::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    border-left: 2px solid #67ce38;
    border-top: 2px solid #67ce38;
    left: 0;
    top: 0;
}
.btn-brand-green:hover::after{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    border-right: 2px solid #67ce38;
    border-bottom: 2px solid #67ce38;
    right: 0;
    bottom: 0;
}



.hero-content-bg{
    padding: 50px;
    /* border: 1px solid #66bc46; */
    /* border-radius: 30px; */
    background: url('../img/hero-bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-overlay{
    position: relative;
}
.hero-overlay::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: #000000a8;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}



.info-marquee-top{
    position: relative;
    transform: rotate(355deg);
    z-index: 999;
}
.info-marquee-top::before, .info-marquee-bottom::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 10%;
    background: #66bc46;
    left: -10%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.info-marquee-top::after, .info-marquee-bottom::after{
    position: absolute;
    content: '';
    height: 100%;
    width: 10%;
    background: #66bc46;
    right: -10%;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.info-marquee-bottom{
    position: absolute;
    transform: rotate(4deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}
.info-marquee-bottom::before, .info-marquee-bottom::after{
    background: #437f2a !important;
}


.marquee {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    width: 100%;
    position: relative;
    font-family: 'morgunscondensed' !important;
    font-size: 2rem;

}

.marquee-content {
    display: inline-block;
    padding-right: 2rem; 
    animation: scroll-left 12s linear infinite;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.5px;
}

/* Left direction */
.marquee-left .marquee-content {
    animation-name: scroll-left;
}

/* Right direction */
.marquee-right .marquee-content {
    animation-name: scroll-right;
}

/* Animations */
@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

@keyframes scroll-right {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(0); }
}


.info-img-wrapper{
    border: 1px solid #fff;
    border-radius: 30px;
    overflow: hidden;
}

.info-header{
    position: relative;
}
.info-header::after{
    position: absolute;
    content: '';
    height: 1px;
    width: 100px;
    background: #437f2a;
    left: 0;
    bottom: -10px;
}

.info-list li{
    position: relative;
    padding-left: 20px;
}
.info-list li::before{
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 2px;
    color: #fff;
    font-size: 12px;
}
.info-list li:not(:last-child){
    margin-bottom: 8px;
}


.info-crime-card{
    border: 1px solid #437f2a;
    border-radius: 30px;
    padding: 50px;
}

.info-card-wrapper{
    border: 1px solid #437f2a;
    border-radius: 30px;
    overflow: hidden;
    max-width: 300px;
}

.circle-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: #66bc46;
    color: #fff;
    text-align: center;
    border-radius: 50rem;
    -webkit-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -ms-border-radius: 50rem;
    -o-border-radius: 50rem;
    line-height: 55px;
    transition: 0.3s all ease-in-out;

}

.call-btn{
    background: #fff;
    color: #66bc46;
    transition: 0.3s all ease-in-out;
    align-items: center;
    display: flex;
    justify-content: center;
    width: fit-content;
}
.call-btn:hover{
    background: #66bc46;
    color: #fff;
}
.call-btn:hover .circle-icon{
    background: #fff;
    color: #66bc46;
}

.video-frame {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border: 1px solid #66bc46;
    border-radius: 30px;
    cursor: pointer;
}
.video-frame embed, .video-frame iframe, .video-frame object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.card{
    height: 300px;
    width: 300px;
}




.slick-slider .element{
  border-radius:5px;
  display:inline-block;
  margin:0px 5px;

}

.center-slider .slick-slide {
    transition: opacity 0.4s ease-in-out;
    opacity: 0.3; /* default */
}
.center-slider .slick-active {
    opacity: 0.5;
}
.center-slider .slick-current.slick-active {
    opacity: 1;
}

.gallery-card{
    border: 1px solid #437f2a;
    border-radius: 30px;
    overflow: hidden;
}

.gallery-slider .gallery-card{
    margin-right: 20px;
}


.custom-arrows div.disabled {
    opacity: 0.3;
    pointer-events: none;
}


.text-scroll-container {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    position: relative;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.text-scroll{
    font-weight: 800;
    display: flex;
    gap: 30px;
    white-space: nowrap;
    will-change: transform;
    transform: translateX(0);
}
.text-scroll span:nth-child(odd) {
    color: #5cb438;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #5cb438;
}
.text-scroll span:nth-child(even) {
    color: #5cb438;
}
.text-scroll-container.active {
    opacity: 1;
    transform: translateY(0);
}

.text-icon{
    position: relative;
    padding-left: 50px;
}
.text-icon::before{
    position: absolute;
    content: '';
    height: 40px;
    width: 40px;
    background: url('../img/security-icon.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 8px;
    left: -8px;
}

.swiper-slide p{
    font-family: 'neue_reman_gtcondensed' !important;
}





.glow-element{
    height: 0;
    width: 0;
    -webkit-box-shadow:0px 0px 180px 150px rgba(45,180,164,0.5);
    -moz-box-shadow: 0px 0px 180px 150px rgba(45,180,164,0.5);
    box-shadow: 0px 0px 180px 150px rgba(45,180,164,0.5);
}

.glow-element.element-left{
    position: absolute;
    left: 0;
    top: 40%;
}
.glow-element.element-right{
    position: absolute;
    right: 0;
    top: 0;

}

.hr-line{
    border-top: 2px solid #66bc46 !important;
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: 0.6;
    position: relative;
}





/* FOOTER STARTS HERE */
.info-contact-bg {
    background-color: #DADADA;
}
.info-contact ul li a {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
}
.info-contact ul li a:hover {
    color: #e63b27;
    transition: .3s ease-in-out;
}
.info-contact-content::after {
    position: absolute;
    content: '';
    background-color: #000;
    height: 80%;
    width: 2px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.info-footer-bg {
    background-color: #000000;
}
.info-footer-bg h6, .info-footer-bg  h5{
    font-family: 'morgunscondensed' !important;
    font-size: 1.4rem;
    letter-spacing: 1px;
    color: #67ce38 !important;
}
.info-footer-bg p {
    color: #888;
    line-height: 22px;
    font-size: 12px;
}
.info-map-btn {
    border: 1px solid #fff;
    background-color: #000;
    color: #fff;
}
.info-map-btn:hover {
    border: 1px solid #fff;
    background-color: #000;
    color: #fff;
}
.info-map-content li {
    line-height: 3;
}
.info-footer-bg .info-content p {
    min-height: 100px;
}
.social-icons {
    display: flex;
}
.social-icons li a {
    margin-right: 6px;
    height: 30px;
    width: 30px;
    background: #737373 !important;
    color: #000 !important;
    text-align: center;
    align-items: center;
    display: flex;
    text-decoration: none;
    justify-content: center;
    font-size: 1rem !important;
    border: 1px solid #737373;
    transition: .3s ease-in-out;
}
.social-icons li a:hover {
    background: #67ce38 !important;
    color: #fff !important;
    border: 1px solid #67ce38;
}
.info-quick-links-content {
    display: flex;
    justify-content: space-between;
}
.info-quick-links li a {
    color: #888;
    font-size: 12px;
    text-decoration: none;
}
hr {
    border-top: 1px solid #8b8b8b !important;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (max-width: 1399px) {

}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
    .info-contact-content::after {
        position: absolute;
        content: '';
        background-color: #000;
        height: 2px;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
}
@media (max-width: 767px) {
    .info {
        padding: 30px 15px;
    }
    .navbar-brand {
        width: 110px;
    }
    .hero-content-bg{
        padding: 30px 15px;
    }
    .info-crime-card{
        padding: 15px;
    }
    .info-contact ul li a {
        font-size: 14px;
        padding-top: 0;
    }
    .center-slider .slick-list{
        padding-right: 30px !important;
    }
    .text-icon::before{
        top: -3px !important;
    }
    .display-1 {
        font-size: 7rem !important;
    }
    .marquee-content {
        font-size: 18px;
    }
}


/* SLICK CSS */
.slick-dots {
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 20px;
    list-style: none;
    text-align: center !important;
}
.slick-dots li {
    display: inline-block;
    margin-right: 10px;
}
.slick-dots li button {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 50rem;
    background-color: #c9c9c9;
    text-indent: -999999px;
}
.slick-dots li.slick-active button {
    background-color: #66bc46;
}