@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&display=swap');
@font-face {
    font-family: 'Gallant';
    src: url('../fonts/Gallant-bold.woff2') format('woff2'),
        url('../fonts/Gallant-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gallant';
    src: url('../fonts/Gallant-black.woff2') format('woff2'),
        url('../fonts/Gallant-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
body{
    font-family: 'Inter', sans-serif;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding: 0 80px;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Gallant' !important;
}
.btn{
    font-family: 'Gallant' !important;
}
header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 9999;
}
.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-brand {
    height: 70px;
    padding: 0;
}
.navbar-brand img {
    height: 100%;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    color: #1D1D1D !important;
    font-weight: 400;
    padding: 10px 15px;
    text-transform: capitalize;
     -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #1B83C6 !important;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #1B83C6 !important;
    opacity: 1;
}
.navbar-light .navbar-nav .nav-link.contact-btn {
    font-family: 'Gallant';
    font-size: 14px;
    font-weight: 700;
    background: #1B83C6;
    color: #FFFFFF !important;
    border-radius: 2rem;
    padding: 10px 12px;
    border: solid 1px #1B83C6;
    margin-left: 15px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.navbar-light .navbar-nav .nav-link.contact-btn:hover{
    background: #FFFFFF;
    color: #1B83C6 !important;
}
.banner {
    background: #FAFAFC;
    padding-top: 80px;
}
.banner-img {
    height: 400px;
    float: right;
}
.banner-img img{
    width: 100%;
    object-fit: cover;
}
.banner-content h2 {
    font-family: 'Gallant';
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 20px;
}
.carousel-caption {
    position: absolute;
    right: auto;
    bottom: auto;
    left: 80px;
    top: auto;
    bottom: 120px;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}
.carousel-indicators {
    position: absolute;
    right: auto;
    bottom: 30px;
    left: 102px;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    margin-left: 0;
    list-style: none;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 6px !important;
    border-radius: 50% !important;
    height: 6px !important;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FFFFFF;
    opacity: 40% !important;
    background-clip: padding-box;
    border: none !important;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    opacity: 1 !important;
    background: #ffffff;
     border-radius: 20px !important;
     width: 12px !important;
     height: 6px !important
    border: 4px solid #ff7605; 
}
.carousel-control-prev-icon {
    background-image: url("../img/banner-prev.svg");
}
.carousel-control-next-icon {
    background-image: url("../img/banner-next.svg");
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
}
.carousel-control-next:hover, .carousel-control-prev:hover {
    opacity: .6;
}
.carousel-control-prev {
    left: 80px;
    bottom: 85px;
    top: auto;
    padding: 0;
    margin: 0;
    width: 14px;
}
.carousel-control-next {
    left: 155px;
    bottom: 85px;
    top: auto;
    width: 14px;
}
.banner-content h2 {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 32px;
    font-weight: 900;
    line-height: 42px;
    margin-bottom: 30px;
}
.purple-color{
    color: #705EF8 !important;
}
.banner-content p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}
.btn.btn-theme {
    background: #1B83C6;
    color: #FFFFFF !important;
    border-radius: 2rem;
    font-size: 14px;
    padding: 10px 15px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: solid 1px #1B83C6;
     -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.btn.btn-theme:hover{
    background: #FFFFFF;
    color: #1B83C6 !important;
}
.btn.btn-theme svg {
    height: 14px;
}
.btn.btn-theme:hover svg path{
    stroke: #1B83C6; 
}
section h3 {
    font-family: 'Gallant';
    font-size: 28px;
    font-weight: 900;
    padding-bottom: 20px;
    color: #1D1D1D;
    margin-bottom: 0;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.1em;
    content: "";
    border-top: 0.4em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.about {
    padding: 60px 0;
}
.about p{
    color: #1D1D1D;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}
.about-img img {
    width: 100%;
    height: 388px;
    object-fit: cover;
    border-radius: 12px;
}
.about-content-list {
    background: #F3FAFF;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
}
.about-content-list h4{
    color: #1D1D1D;
    font-size: 20px;
    font-weight: 700;

}
.about-content-list p{
    color: #1D1D1D;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.btn.btn-more {
    font-family: 'Gallant';
    color: #1B83C6;
    font-size: 14px;
    font-weight: 900;
    padding: 0;
    display: inline-flex;
    align-items: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.btn.btn-more:hover{
    color: #1D1D1D;
}
.btn.btn-more svg {
    height: 12px;
    width: 12px;
    margin-left: 8px;
}
.btn.btn-more:hover svg path{
    stroke: #1D1D1D;
}
.mt-4{
    margin-top: 30px !important;
}
.mb-4 {
    margin-bottom: 30px !important;
}
.products {
    background: #F3FAFF;
    padding: 60px 0;
}
.products .row{
    align-items: center;
}
.products p{
    color: #1D1D1D;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}
.btn.btn-more.btn-outline {
    border: solid 1px #1B83C6;
    padding: 10px 12px;
    border-radius: 2rem;
}
.btn.btn-more.btn-outline:hover {
    background-color: #1B83C6;
    color: #ffffff;
}
.btn.btn-more.btn-outline:hover svg path{
    stroke: #ffffff;
}
.product-list {
    position: relative;
}
.product-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
}
.product-list .btn.btn-more {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 20px;
}
.btn.btn-more svg{
    width: 12px;
    height: 12px;
}
.product-list .btn.btn-more svg path{
   stroke: #fff;
}
.col.w-40 {
    width: 40%;
    flex: 0 0 auto;
    width: 40%;
}
.product-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    color: #fff;
    padding: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.43) 100%);
    width: 100%;
    height: 100%;
    border-radius: 12px;
}
.product-content h4 {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 20px;
}
.product-content p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}
.product-content .btn.btn-more {
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    padding: 0;
    padding-bottom: 20px;
}
.services {
   
}
.services .row{
    align-items: center;
    justify-content: space-between;
}
.service-list  {
    text-align: center;
     padding: 60px 0;
     border-bottom: solid 1px #ffffff;
     -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.service-list:hover{
    border-bottom: solid 1px #1B83C6;
}
.service-list.border-none {
   border-bottom: none;
}
.service-list h4 {
    color: #1D1D1D;
    font-size: 14px;
    font-weight: 500;
    padding-top: 15px;
}
.service-list img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.client {
    text-align: center;
    background: #F3FAFF;
    padding: 60px 0;
}
.client-list {
    background: #fff;
    height: 90px;
    border-radius: 12px;
    padding: 8px;
}
.client-list img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.con-list {
    margin-bottom: 20px;
    display: flex;
    align-items: self-start;
    grid-gap: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 3px 0px #0000000D;
    padding: 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.con-list svg {
    height: 30px;
    width: 30px;
    margin-right: 10px;
}
.con-list svg path {
    stroke: #1b83c6;
    fill: #1b83c6;
}
.con-list a {
    color: #1D1D1D;
    text-decoration: none;
    font-weight: 500;
}
a.phone-call {
    position: fixed;
    right: 20px;
    bottom: 50px;
}
.healthcare-content h3{
    text-transform: capitalize;
}
.healthcare-content p {
    font-size: 14px;
    font-weight: 300;
    color: #141414;
}
.phone-call img{
    box-shadow: 1px 1px 16px #ff9600;
    border-radius: 100%;
}
.con-list.con-right {
    height: 200px;
}
.con-list.con-left {
    height: 85px;
    align-items: center;
}
.form-sec {
    padding: 0 30px;
    border-radius: 8px;
}

.form-sec h3 {
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 20px;
    color: #141414;
}
footer {
    position: relative;
    background: #16222B;
    padding: 130px 0 50px;
    margin-top: 500px
}
.footer-form {
    background: #1B83C6;
    border-radius: 12px;
    position: absolute;
    top: -450px;
    left: 0;
    margin: 0 80px;
}
.col-lg-6.form-sec {
    padding: 30px 60px;
}
.contact-form {
    background: #1b83c6;
    padding: 30px;
    border-radius: 12px;
}
.contact-form h3{
    color: #FFFFFF;
}
.form-img img {
    width: 100%;
    border-radius: 0 12px 12px 0;
    height: 550px;
}
button.btn.btn-primary.btn-theme {
    background: #fff;
    color: #1B83C6 !important;
}
button.btn.btn-primary.btn-theme svg path{
    stroke: #1B83C6 !important;
}
.footer-top {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #FFFFFF26;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.footer-top-list img {
    width: 120px;
}
.footer-top-list ul {
    padding: 0;
    margin-bottom: 0;
}
.footer-top-list li {
    padding-bottom: 5px;
}
.footer-top-list ul li a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    grid-gap: 10px;
}
.footer-top-list.office-number ul li a {
    white-space: nowrap;
}

.footer-top-list ul svg {
    width: 16px;
    height: 16px;
}
.footer-top-list ul .address svg {
    width: 20px;
    height: 20px;
}
span.office {
    display: contents;
    color: #FFFFFF80;
    font-weight: 700;
}
.inner-page-banner {
    background: url(../images/banner.jpg);
    background-position: center;
    height: 300px;
    padding-top: 80px;
}
.banner-content {
    text-align: left;
    padding-left: 0;
    padding-top: 150px;
    color: #fff;
}
.inner-page-banner .banner-content {
    padding-top: 100px;
}
.banner-content h3 {
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    padding-bottom: 0;
}
.inner-pages footer{
    margin: 0 !important;
    padding-top: 50px !important
}
.why-convergir .row{
    align-items: center;
}
.py-60{
    padding: 60px 0;
}
.gray-bg{
        background: #F3FAFF;
}
.image-sec img {
    width: 100%;
    border-radius: 12px;
}
img.max-h-350 {
    max-height: 350px;
    object-fit: cover;
}
p{
    font-size: 14px;
}
.fire-detection-img.custom-img img {
    height: auto;
    width: 100%;
    max-width: 100%;
}
.fire-detection-img.custom-img.fire-alarm-img img {
    height: auto;
    width: 100%;
    max-width: 220px !important;
}
img.img-fluid.spinkler-img1 {
    /* height: auto; */
    max-width: 100%;
    width: 100%;
    background: #fbfbfb;
}
img.img-fluid.spinkler-img2 {
    /* height: auto; */
    max-width: 100%;
    width: 100%;
    background: #fff;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #1b83c6;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.content-sec .accordion-button:not(.collapsed)::after {
    /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e); */
    background-image: url("../images/up-arrow.png") !important;
    transform: rotate(-180deg);
}
.content-sec p {
    color: #1D1D1D;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 16px;
}
.business img {
    width: 18px;
}
ul.business {
    padding: 0;
    list-style: none;
}
ul.business li {
    padding-bottom: 15px;
}
footer h4
{
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;

}
footer p{
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.socialmedia {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}
.socialmedia svg {
    height: 18px;
    width: 18px;
}
.socialmedia svg:hover path{
    stroke: #1B83C6;
}
.footer-menu{
   padding: 0;
   list-style: none;
}
.footer-menu li {
    padding-bottom: 10px;
}
.footer-menu a {
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    padding-bottom: 10px;
}
.footer-menu a:hover {
    color: #1B83C6;
}
.form-group {
    margin-bottom: 16px;
}
.input-group-text {
    display: flex;
    align-items: flex-start;
    padding: 15px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 8px;
    border-right: none;
}
.input-group-text img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.form-control {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-left: none;
}
.form-sec h3 {
    color: #ffffff;
    font-size: 32px;
    margin-bottom: 10px;
}
::placeholder{
  color: #FFFFFFBF !important;
}
.form-control:focus {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
    outline: 0;
    box-shadow: none;
}
.copyright {
    color: #FFFFFF73;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}
.fade-in {
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
}

.Program-list.wow.fadeInLeft a {
    text-decoration: none;
}
@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
.product-inner ul {
    list-style: none;
    padding: 0;
}
.product-inner li {
    padding-bottom: 10px;
    color: #1D1D1D;
    font-size: 14px;
    font-weight: 400;
}
.product-inner li img{
    width: 16px;
    height: 16px;
}
.product-list {
    background: #F3FAFF;
    padding: 20px;
    border-radius: 12px;
    top: 0;
    margin-bottom: 30px;
}
.product-inner .product-list li {
    padding-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
}
.product-inner .product-list li a{
    color: #1D1D1D;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}
.product-desc h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.product-list h3{
    font-size: 20px;
}
.fire-detection-img {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.fire-detection-img img {
    height: 200px;
    max-width: 230px;
    object-fit: contain;
}
.fire-detection-list {
    padding: 30px 0;
    border-bottom: solid 1px #f3f3f3;
}
.fire-detection-list .row{
    align-items: center;
    justify-content: center;
}
.inner-pages .footer-form{
    display: none;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    font-size: 14px;
    color: #1D1D1D;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1B83C6;
}
.b-1{
    border: solid 1px #e9e9e9;
}
.product-inner img{
    border: solid 1px #e9e9e9;
    padding: 5px;
    border-radius: 6px;
}
.product-inner h4 {
    color: #1D1D1D;
    font-size: 20px;
    margin-bottom: 15px;
}
.product-inner p{
    color: #1D1D1D;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.product-inner h6 {
    color: #1D1D1D;
    font-size: 17px;
    margin-bottom: 15px;
}
.product-inner ul li img {
    border: none;
    padding: 0;
    margin: 0;
}
li.ms-4 {
    margin-left: 25px !important;
}
p.copyright a {
    color: #fff;
    text-decoration: none;
}
h5#v_cData {
    margin: 0;
}
@media only screen and (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding: 0 100px;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
}
    .banner-img {
    height: 500px;
    float: right;
}
.carousel-caption {
    bottom: 150px;
}
.carousel-control-prev {
    left: 100px;
    bottom: 110px;
    top: auto;
    padding: 0;
    margin: 0;
    width: 14px;
}
.carousel-control-next {
    left: 175px;
    bottom: 110px;
    top: auto;
    padding: 0;
    margin: 0;
    width: 14px;
}
.carousel-indicators {
    position: absolute;
    right: auto;
    bottom: 114px;
    left: 122px;
}
.banner-content h2 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 20px;
}
.banner-content p {
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-form {
    background: #1B83C6;
    border-radius: 12px;
    position: absolute;
    left: 0;
    margin: 0 100px;
}
section h3 {
    font-size: 32px;
    }
footer h4 {
    font-size: 22px;
}
footer p {
    font-size: 15px;
    }
}
@media only screen and (min-width: 1920px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding: 0 250px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
}
    .banner-img {
    height: 600px;
    float: right;
}
.carousel-caption {
    bottom: 220px;
}
.carousel-control-prev {
    left: 200px;
    bottom: 180px;
    top: auto;
    padding: 0;
    margin: 0;
    width: 14px;
}
.carousel-control-next {
    left: 275px;
    bottom: 180px;
    top: auto;
    padding: 0;
    margin: 0;
    width: 14px;
}
.carousel-indicators {
    position: absolute;
    right: auto;
    bottom: 184px;
    left: 250px;
}
.footer-form {
    left: 0;
    margin: 0 250px;
}
}
@media all and (min-width: 992px) {
    .navbar .dropdown-menu-end{ right:0; left: auto;  }
    .navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
    .navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
    .navbar .dropdown-menu.fade-up{ top:180%;  }
    .navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}
@media only screen and (min-width: 991px){
section.client .row .col-lg-2 {
    flex: 0 0 auto;
    width: 20%;
}
}
@media only screen and (min-width: 991px) and (max-width: 1024px){
.navbar-light .navbar-nav .nav-link {
    font-size: 12px;
    color: #1D1D1D !important;
    font-weight: 400;
    padding: 10px 15px;
    text-transform: capitalize;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.banner-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
}
@media only screen and (max-width: 991px) {
.carousel-caption {
    position: absolute;
    right: auto;
    bottom: auto;
    left: 80px;
    top: 0;
    bottom: auto;
    padding-top: 20px
}
.banner-content h2 {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 900;
    line-height: 32px;
    margin-bottom: 20px;
}
.banner-img {
    height: auto;
    float: unset;
}
.banner-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.carousel-indicators {
    position: absolute;
    right: auto;
    bottom: 10px;
    }
    .banner-img img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
}
.col-lg-6.form-img {
    display: none;
}
.product-list {
    position: relative;
    margin-top: 30px;
}
.about-content-list {
    padding: 20px;
    margin-top: 20px;
}
.services {
    padding: 50px 0;
}
.service-list {
    text-align: center;
    margin-bottom: 30px;
    padding: 10px;
}
.client-list {
    margin-top: 30px;
}
.col.w-40 {
    width: 40%;
    flex: 0 0 auto;
    width: 50%;
}
.col.w-20 {
    flex: 0 0 auto;
    width: 50%;
}
.navbar-light .navbar-nav .nav-link {
    padding: 15px 15px;
    }
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.navbar-light .navbar-nav .nav-link.contact-btn {
    font-family: 'Gallant';
    font-size: 14px;
    font-weight: 700;
    background: #1B83C6;
    color: #FFFFFF !important;
    border-radius: 2rem;
    padding: 10px 12px;
    border: solid 1px #1B83C6;
    margin-left: 0;
        margin-bottom: 15px;
    }
.footer-top {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #FFFFFF26;
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
}
.product-inner img {
    border: solid 1px #e9e9e9;
    padding: 5px;
    border-radius: 6px;
    margin: 20px 0;
}
.justify-content-end {
    justify-content: flex-start!important;
}
}
@media only screen and (max-width: 767px) {
 .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding: 0 20px;
}
.carousel-caption {
    position: absolute;
    right: auto;
    bottom: auto;
    left: 20px;
    top: 0;
    bottom: auto;
    padding-top: 40px;
}
.banner-img {
    height: 350px;
    float: unset;
}
.col.w-40 {
    width: 40%;
    flex: 0 0 auto;
    width: 100%;
}
.col.w-20 {
    flex: 0 0 auto;
    width: 100%;
}
.footer-form {
    margin: 0 20px;
}
.fire-detection-img {
    display: block;
    align-items: center;
    grid-gap: 10px;
}
footer {
    padding: 280px 0 50px;
    margin-top: 450px;
}
}