@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Poppins:wght@200;300&family=Roboto+Serif:opsz@8..144&display=swap');

body{
    font-family: 'Poppins', sans-serif !important;
}
.bg-blue{
    background-color: blue !important;
}
/* <!-- NAVIGATION BAR --> */
.nav-link{
    color: #1b1b1b;
    justify-content: right;
}
.nav-link:hover{
    color: white !important;
    background: rgba(0,50,161,255);
}
ul {
    justify-content: right !important;
} 
.text-justify{
    text-align: justify !important;
}
/* HOME SECTION DESIGN */
.banner1{
    background-color: rgba(0,50,161,255);
}

   
/* <!-- WHAT WE DO SECTION DESIGN --> */
.cw-we-do p{
    font-size: 1rem;
    text-align: justify !important;
    
}
.cw-we-do .card{
    box-shadow: 10px 10px 15px 2px gray;
}
.cw-we-do .card:hover{
    cursor: pointer;
    box-shadow: 10px 10px 15px 2px rgba(0,50,161,255);
    transition: 0.5s;
}

/* <!-- STRATEGIC SECTION DESIGN --> */
.cw-str-gic{
    background-image: linear-gradient(rgba(111, 119, 119, 0.4), rgba(141, 135, 135, 0.4)), url("assets/image/daniel-chen-cNaEqXSsZ0k-unsplash.png");
    background-position: center;
}
.cw-str-gic img{
    padding: 30px;
}
/* <!-- FOOTER SECTION DESIGN --> */
.cw-footer{
    background-color: rgba(0,50,161,255) !important;
    color: white !important;
}
.cw-footer li{
    list-style: none;
}
.cw-footer li a{
    color: #ffffff;
    text-decoration: none;
    cursor: default;
}

.cw-footer h4{
    font-weight: bold;
}

.social i{
    padding-left: 10px;
    color: #ffffff;
}
.cw-copy-right{
    background-color: rgba(0,50,161,255) !important;

}
/* <!-- FOOTER SECTION DESIGN --> */

/* ABOUT US SECTION DESIGN */
.cw-overview{
    background-image: linear-gradient(rgba(255, 255, 255, 0.8),rgba(255, 255, 255, 0.8)),url('assets/image/bnr1.jpeg');
    background-repeat: no-repeat !important;
    background-size: cover;
    color: rgb(0, 0, 0);
}
.cw-about-baner{
    background-color: rgba(0,50,161,255);
}
.cw-about-ban{
    display: flex;
    justify-content: space-between;
}

.cw-about-ban a{
    text-decoration: none;
    color: #fff;
}

.cw-about-ban a:hover{
    color: #fff;
}
/* .about-us{
    background-color: rgb(0, 0, 0);
} */
.cw-about-box h3{
    font-weight: bold;
}
.cw-about-box img{
    margin-top: 12px;
    height: 30px !important;
    border-radius: 15px;
}
.cw-about-box p{
    text-align: justify !important;
    color: black !important;
}

/* overview */
.cw-mission {
    text-align: justify;
    margin-top: 15px;
}
.about-us-list{
    display: flex;
    border-bottom: 1px solid gray;
}
.about-us img{
    margin-top: 12px;
    height: 30px !important;
    border-radius: 15px;
}
.about-us h3{
    font-weight: bold;
}
.about-us p{
    text-align: justify;
}
/* ABOUT US SECTION DESIGN */

/* SERVICES SECTION DESIGN */
/* <!-- HEADER SECTION --> */
.cw-header{
    background-color: rgba(0,50,161,255);
}
.cw-header h5:hover{
    text-decoration: underline;
}
.cw-header a{
    text-decoration: none;
    color: white;
}
.cw-header a:hover{
    text-decoration: underline;
    color: white;
}
.services .card{
    box-shadow: 10px 10px 15px 2px gray;

}
.services .card:hover{
    cursor: pointer;
    box-shadow: 10px 10px 15px 2px rgba(0,50,161,255);
    transition: 0.5s;
}
/* SERVICES SECTION DESIGN */

/* INDUSTRIES SECTION DESIGN */
.cw-ind-ban{
    background-image: linear-gradient(rgba(255, 255, 255, 0.9),rgba(255, 255, 255, 0.9)),url('./assets/image/ind-ban1.jpeg');
    height: 78vh;
    background-size: cover;
} 
.list{
    padding-top: 25px;
}



/* BANNER SECTION DESIGN */

/* INDUSTRIES PAGE DESIGN */

/* CONTACT PAGE DESIGN */

.contact-form .form-field{
    position: relative;
    margin: 30px 0;
}
.contact-form .input-text{
    display: block;
    width: 100%;
    height: 30px;
    border-width: 0 0 2px 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
}
.contact-form .input-text:focus{
    outline: none;
}
.contact-form .label{
    position: absolute;
    left: 20px;
    bottom: 30px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    cursor: text;
    transition: transform 0.2s ease-in-out;
}
.contact-form .submit-btn{
    display: inline-block;
    background-color: #0032a1;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #0032a1;
}
.cont-icon i{
    width: 60px;
    font-size: 30px;
    padding-left: 30px;
    color: #0032a1;
}

 

