
*{
    font-family: montseerat;

}
body
{
    background: #f1fbff;

}
.section-padding{
    padding: 100px 0;

}

.carousel-item{
    height: 100vh;
    min-height: 300px;

}
.carousel-caption{
    bottom: 220px;
    z-index: 2;

}

.carousel-caption h5{
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color:#fd0404;
    margin-top: 25px;
    text-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
.carousel-caption p{
    width: 60%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
    text-align: center;
    color: yellow;
}
.carousel-inner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 1;
}

.navbar-nav a{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    

}
.navbar-light .navbar-brand{
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover{
    color: #000;

}
.navbar-light .navbar-nav .navbar-link{
    color: #000;
}
.w-100{
    height: 100vh;

}
.about-SecPadding
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 40px;

}
.about-Img img
{
    width: 300px;
    height: 400px;
    margin-top: 50px;
    border-radius: 30px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);

}

.cards-Port
{
    display: flex;
    width: 100%;
    height: 100vh;
    padding: 30px 40px;
    background: whitesmoke;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: justify;
        
    
}

.cards-Port .cardport
{
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}


.portfolioConst
{
    display: flex;
    width: 90%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    line-height: 1.9;
    
}
.portfolioConst h1
{
    color: black;
    font-size: 45px;
    font-weight: 500;
    align-items: center;

}
.portfolioConst p
{
    color: black;
    font-size: 16px;
    font-weight: 500;
    margin-left: 40px;
    align-items: center;

}
.portfolioConst .images 
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 30px;
    
    
} 
.portfolioConst img
{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    padding: 10px;
    margin: 20px 10px;
    background: whitesmoke;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
}
.ourTeam-Sec
{
    margin-left: 20px;
}
.card .card-body img{
    width: 300px;
    height: 300px;
}

.card .card-body p{
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    color: #fd0404;
    margin-bottom: 20px;
}
.contact-Us
{
    
    width: 80%;
    background: whitesmoke;
    margin:50px auto;
    padding: 20px 20px;
    

}
.contact-Us h1
{
    text-align: center;

}
.contact-Us p
{
    text-align: center;
    text-transform: uppercase;
}

.footer-main
{
    text-align: center;

}

/*============== Responsive CSS ==================*/
@media only screen and (min-width: 390px) and (max-width: 991px){
    .carousel-caption{
        bottom: 390px;
    }
    .carousel-caption p{
        width: 100%;

    }
    
    

    
}
@media only screen and (max-width: 767px){
    .navbar-nav{
        text-align: center;

    }
    .carousel-caption{
        bottom: 125px;

    }
    .carousel-caption h5{
        font-size: 17px;

    }
    .carousel-caption a{
        padding: 10px 15px;
    }
    .carousel-caption p{
        width: 100%;
        line-height: 1.6;
        font-size: 12px;
    }
    .cards-Port{
        
        height: 100%;
    }
    .cards-Port .cardport
    {
        margin-bottom: 20px;
    }
    
    .portfolioConst .images .image
    {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: auto;

    }
    
}