@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

*{
    font-family: 'Poppins', sans-serif;
    transition: .5s all;
    
    list-style-type: none;
}
:root{
    --red:rgb(253, 88, 23);

}

a{
    text-decoration: none !important;
}
h1,h2,h3,h4,h5,h6{
    color: var(--red) !important;
}
.bg-red{
    background-color: var(--red);
}
.navbar{
    background-color: var(--red) !important;
}
.navbar .navbar-brand h2{
    color: white  !important;
}
.navbar-toggler{
    padding: 15px;
    overflow: hidden;
    border: 0 !important;
    box-shadow: none !important;
    color: white !important;
}
/* .navbar-toggler:hover .menu_bar:nth-child(1){
    transform: rotate(45deg);
}
.navbar-toggler:hover .menu_bar:nth-child(2){
    display: none;
}
.navbar-toggler:hover .menu_bar:nth-child(3){
    transform: rotate(125deg);
} */
.menu_bar{
    width: 35px;
    height: 3px;
    background-color: white;
    
}
.menu_bar:nth-child(2){
    margin: 5px 0px;
}


.nav-item .nav-link{
    padding: 6px 25px !important;
}
.nav-link.active{
    color: white !important;
}
.nav-link:hover{
    color: var(--kaviya) !important;
}
.c-img{
    background-position: cover;
    background-size: center;
}
/* .about{
    background-color: #cac4c4ee;
} */
.index-img {
    background-image: url(../images/img19.jpeg);
    background-size: cover;
    background-position: center;
    background-color: #24262b8e;
    background-blend-mode: multiply;
    background-attachment: fixed;
}
.index-p{
    padding: 30px;
}

.bg-imgs{
    background-image: url(../images/img1.jpeg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-color: #24262b8e;
    background-blend-mode: multiply;

}
.year{
    background-color: orangered;
    padding: 5px;
}
p{
    text-align: justify;
}
/* .card-img{
    border-radius: 3px !important;
    border: none !important;
    background: #e5e5e5;
    height: 150px;
    object-fit: cover;
    background-size: cover;
 
     height: 250px;
    object-fit: cover;
} */
.services img{
     height: 450px;
     width: 100%;
     object-fit: cover;
}
.card-img:hover{
    box-shadow: 0px 0px 12px rgb(82, 81, 81);
    transition: .2s;
}
.gallery img, .card img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.gallery img:hover{
    transform: scale(1.1);
    z-index: -1;
}
.bg-color{
    background-color: rgb(228, 249, 250);
}
.box{
    width: 80%;
}
.form {
    display: flex;
    flex-direction: column;
   
}
.contact input{
    margin: 10px 0px;

}
footer .bg-secondary{
    background-color: #101931 !important;
}
.btns{
    border-color: rgb(0, 247, 255);
    color:rgb(167, 161, 161);
    border-radius: 0px;
    padding: 5px 24px;
    border: 2px solid rgb(187, 236, 243);
}
.btns:hover{
    border: 2px solid rgb(101, 236, 236) ;
    background-color: transparent ;
    color: rgb(15, 10, 7) ; 
}
input,textarea{
    margin-top: 20px !important;
    background-color: transparent !important;
    /* border: none !important; */
    /* border-bottom: 2px solid rgb(255, 255, 255) !important; */
    border-radius:  0px !important;
}
.contact i.fa{
    padding: 15px;
    display: inline-block;
    width: 40px;
    /* background-color: rgba(255,255,255,0.2); */
    margin: 0px 10px 10px 0;
    text-align: center;
    /* transition: all 0.5s ease; */
    color: #ffffff;
    background-color: var(--red);
}
/* .footer{
    padding-top: 350px;
} */
.footer ul{
    text-decoration: none ;
}
footer i{
    color: white !important;
    padding: 15px;
    /* margin: 0px 0px 50px; */
}
