@import url('https://fonts.googleapis.com/css2?family=Alkatra&family=Roboto+Mono:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');


html{
    scroll-behavior: smooth;
     overflow-x:hidden;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    
}
.card{
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}
.card:hover{
    transform: translateY(-15px);
}
.cards{
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}
.cards:hover{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.cards:hover button{
    background-color: #ff0000;
    color: white;
 color: black;
}
.cardd{
    background-color: #ff0000;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}
.logo{
    height:60px;
    width:140px;
}
   
    .navbar-light .navbar-toggler-icon {
        background-color: rgb(255, 0, 0);
    }  

.navbar-light .navbar-nav .nav-link{
    color: rgb(0, 0, 0);
}
.navbar-light .navbar-nav .nav-link:hover{
    color: rgb(255, 0, 0);
}
.cont{
    border: 1px solid rgb(255, 0, 0);
    border-radius:25px;
    background-color: rgb(255, 0, 0);
}
.cont:hover{
    background-color: white;
}
.text{
    padding-top: 50px;
    font-size:65px;
    letter-spacing: normal;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.para{
    font-size: 20px;
}
.btn {
    border-radius: 25px;
    padding: 10px 28px;
    background-color: rgb(252, 14, 14);
}
.OurHeading{
    font-size:45px;
}
.coral{
    background-color: rgb(110 107 106 / 20%);
}
.nav-item{
    padding-left:15px;
}
.digip{
    font-size:12px;
    width:calc(99% - 2px);
    
}
.link{
    padding-bottom: 10px;
}
.services{
    width: 1300px;
    padding:80px 60px;
    margin: auto;

}
.sbox i{
    font-size:30px;
    border:1px solid rgba(0,0,0,0.5);
    border-radius: 50%;
    padding:15px;
    justify-content: center;
    transition: 0.5s;
}
.sbox a{
    text-decoration: none;
    color: #fff;
    font-size:12px;
    font-weight: 500;
    background: #333;
    padding: 7px 15px;
    border-radius: 15px;
    transition: 0.5s;
    margin: 15px 0;
}
.sbox a:hover{
    background: transparent;
    border: 1px solid #333;
    transform: scale(1.1);
    background:rgb(53, 18, 248);
}
.card{
    border-radius: 15px;
    height: 480px;
}
.card:hover{
    background-color: red;
    color: white;
}
.card:hover .sbox i{
    background: rgb(0,184,148);
    color: #fff;
    border-color: rgb(0,184,148);
}
.report{
    font-size: 20px;
    color: rgb(255, 0, 0);
}
.improve{
    font-size: 15px;
}
.faqs{
    font-size: 20px;
    color: rgb(255, 0, 0);
}
.accordion-item{
    border: none;
    box-shadow:1px 1px 16px rgba(59, 59, 58,0.5);
}
.box{
    border: 1px solid black;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
}
.box img{
    width: 100%;
    height: auto;
}

.box:hover .myself{
    left:0;
    color: rgb(255, 0, 0);
}

.cross{
cursor: pointer;
padding: 10px;
font-size: 20px;
}
.formborder{
    padding: 17px 33px 34px;
}
.formborder {
    border: 2px solid black;
    padding: 25px;
    background-color: rgba(224, 222, 222, 0.534);
    border-radius: 25px;
    /* box-shadow: 0 32px 36px rgba(206, 207, 206, 0.6); */
}
.formwidth{
    width: 550px;
}
.list a {
    text-decoration: none;
}
.list a li{
    padding-bottom: 8px;
    color: white;
}
.list a li:hover{
    color: #ff0000;
}
.addlogo img{
    height: 150px;
    width: 150px;
}
.manage{
    border-top: 1px solid white;
}

/* <-----------latest------------------> */
.dot li {
    list-style-type: disc;
    padding-top: 13px;
}
.bannerheading{
    position: absolute;
    top: 35%;
    left: 10%;
}
.text h4{
    color: white;
    font-size: 40px;
}
.text h2{
    color: white;
    font-size: 60px;
}
.topmar marquee{
    color: red;
}
.click{
    padding-top: 167px;
    font-size: 57px;
}
.scrollTop{
    position: fixed;
    bottom:670px;
    left:10px;
    width: 60px;
    height: 60px;
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 19999;
    visibility: hidden;
    opacity:0;
    transition:1s;
}
.scrollTop.active{
    bottom:20px;
    visibility: visible;
    opacity:1;
}
.enquirys-buttons {
    position: fixed;
    top: 260px;
    right:-30px;
    background-color: #ffa200;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transform: rotate(90deg);
    font-size:20px;
    z-index: 119;
    background-color: #ff0000;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
  }
  .popup-forms {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 11111;
    border-radius: 25px;
}
.cross {
    cursor: pointer;
    padding: 0px;
    font-size: 20px;
    padding-left: 480px;
}
.main{
    position: fixed;
    bottom:35px;
    text-align: right;
    right:-20px;
    z-index: 999;
    cursor: pointer;
}
.nav-item .nav-link{
    font-weight: bold;
}
hr:not([size]) {
    height: 2px;
}

hr {
    margin: 1rem 0;
    color: red;
    background-color: red;
    border: 21px;
    opacity: 2.25;
}
.card:hover hr  {
 background-color: black;
}
.card-body .fa{
    font-size: 30px;
}
.map iframe{
    height: 560px;
    width: 500px;
}
.project{
    font-size: 35px;
    color: rgb(255, 0, 0);
    font-weight: bold;
}
.channel li{
    padding: 10px;
    font-weight: bold;
}
.channel li:hover{
   color: red;
}
.img img{
    height: 104px;
    width: 265px;
}
.owl-theme .owl-dots .owl-dot{
    display: none !important;
}
.owl-nav .owl-prev {
    display: none !important;
}
.owl-nav .owl-next{
    display: none !important;
}


.social-icons {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.social-icons li {
    margin: 0 10px;
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
}

.social-icons li:hover {
    transform: translateY(-5px);

}
.social-icons img {
    width: 40px;
    height: 70px;
}
.fa-brands {
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.fa-brands:hover {
    color: red;
}

.social-icons .icon-link {
    color: white;
    margin-right: 10px;
    text-decoration: none;
    font-size: 1.5rem;
}

.social-icons .icon-link:last-child {
    margin-right: 0;
}
.topnav{
    background-color: red;
}
@media screen and (max-width: 600px) {
    .bannerheading{
        position: absolute;
        top: 18%;
        left: 10%;
    }
    .text h4{
        color: white;
        font-size: 15px;
    }
    .text h2{
        color: white;
        font-size: 20px;
    }
    .btn {
        display: none;
        border-radius: 25px;
        padding: 7px 19px;
        background-color: rgb(252, 14, 14);
    }
    .text {
        padding-top:0px;
        font-size: 50px;
        letter-spacing: normal;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
    .formwidth{
        width: 350px;
    }

    .addlogo img{
        height: 95px;
        width: 95px;
    }
    .main {
        position: fixed;
        bottom: 25px;
        text-align: right;
        right: 5px;
        z-index: 999;
        width: 250%;
        cursor: pointer;
    }
    .cross {
        cursor: pointer;
        padding: 0px;
        font-size: 20px;
        padding-left: 276px;
    }
    .map iframe{
        height: 400px;
        width: 370px;
    }
    .click {
        padding-top: 161px;
        font-size: 44px;
    }
    .topnav{
        display:none;
    }
}