.section-1,.section-2,.section-3,.section-4,.section-5,.section-6{
    padding-top: 50px;
    padding-bottom: 50px;
    }
/*............section-1...........*/
.section-1 .nav-item{
    text-align: center;

    border-radius: 5px;
    margin: 5px;
    background-color: #8e8ed824;;
}
.section-1 .nav-item:hover{
    background-color: #8e8ed85e;
}

.section-1 .navbar-toggler{
    border: 0;
}
.section-1 .navbar-toggler:focus{
    box-shadow: none;
}
.section-1 .nav-item{
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-1 .nav-item a{
    width:100%;
}
@media only screen and (max-width:768) {
    .section-1 .nav-item{
        width: 200px;
        background-color: red;
    }
}

/*............section-1..............................end*/

/*............section-2...........*/
.section-2 .service-col{
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #8e8ed85e;
}
.section-2 .service-div{
    padding: 0 50px;
}
.section-2 .img-div img{
    width: 100%;
}
.img-div,.service-col{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/*............section-2.............................end*/


/*............section-3...........*/
.section-3{
    padding-top: 75px;
}
.section-3 .card:hover{
    background-color: #8e8ed85e;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    border: 0;
}
.section-3 .card img{
    transition: 0.5s;
}
.section-3 .card:hover img{
    transform: scale(1.2);
}
.section-3 .card span{
    font-weight: bold;
}
.section-3 .card-img{
    height: 200px;
    overflow: hidden;
    border-radius:5px;
}
.section-3 .card-img img{
    width: 100%;
}
.section-3 .j-c-c{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.section-3 .card{
    width: 300px;
    margin: 5px;
}
.section-3 .card-btn{

    background-color: rgb(59 193 59 / 69%);
    color: white;
    text-decoration: none;
    padding: 5px;
    border-radius: 5px;
}
/*............section-3............................end*/



/*............section-4...........*/
.section-4 img{
     width: 100%;
     filter: grayscale(100%);
}
.section-4 .down-cat-div{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.section-4 .down-cat-div h2{
    position: absolute;
    font-weight: bold;
    background: #ffffffb3;
    padding: 10px;
    color: black;
    opacity: 1;
    transition: 0.5s;
}
.section-4 h3{
    text-align: center;
    padding-top: 10px;
}
.section-4 img:hover{
    filter: grayscale(0);
    border: 1px solid red;
}
.section-4 img:hover + h2{
    opacity: 0;
}

.section-4 .ui{
    margin-bottom: 30px;
}

/*............section-4............................end*/























/*............contact...........*/
.contact-sec{
    padding: 50px;
}
.contact-sec form{
    display: flex;
    flex-direction: column;
}
.contact-sec input[type=text],input[type=email] {
    width: 300px;
  }
  .contact-sec input,textarea{
    border: 1px solid #9c0e1e6e;
  }
  .contact-sec input[type=submit]{
    border: 0;
    width: 100px;
    color: #9c0e1ea6;
    border: 2px solid #9c0e1e6e;
    background-color: transparent;
    border-radius: 5px;
  }
.contact-sec .m-b{
    margin-bottom: 15px;
}
.contact-sec .c-crd-r{
    max-width: 800px;-webkit-box-shadow: 0px 0px 13px -1px rgba(158,136,158,1);
        -moz-box-shadow: 0px 0px 13px -1px rgba(158,136,158,1);
        box-shadow: 0px 0px 13px -1px rgba(158,136,158,1);
}
.contact-sec .img-c-d{
    padding: 0;
    height: 500px;
    overflow: hidden;
}
.contact-sec .crd-c-d{
    display: flex;flex-direction: column;justify-content: center;
    padding-top: 20px;
    padding-bottom: 10px;
}
@media screen and (max-width:500px) {
    .contact-sec .img-c-d{
        height: 300px;
    }
}




.coct-logos{
    padding-top: 50px;
}
.coct-logos .col-md-3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.coct-logos .fa-solid{
    font-size: 50px;
}
.coct-logos a{
    text-decoration: none;
    color: black;
}

