.navbar-nav .active{
    color: #0030FF!important;
    font-weight: 700;
}

.navbar-brand {
    font-size: 32px;
    font-weight: 700;
}

.btn-custom{
    background-color: #484FF7;
    color: #fff;
}

.carousel-inner{
    height: 90vh;
}

.carousel-item{
    height: 100%;
}

.carousel-inner .carousel-item img{
    height: 100%;
    object-fit: fill;
}

.carousel-control-prev , .carousel-control-next{
    color: #000!important;
}

button{
    background-color: #484FF7;
    border: none;
    padding: 10px 20px;
    color: #fff;
    border-radius: 7px;
}

.about-section{
    background: #D1D3FD;
    display: flex;
    align-items: center;
}

.about-section .right img{
    width: 600px;
    margin-bottom: 50px;
}

.about-section .left img{
    width: 240px;
}

.about-info{
    text-align: center;
    border-right: 1px solid #000;
}

.about-info p{
    font-size: 24px;
    margin-top: 1rem;
}

.about-info:last-child{
    border-right: none;
}

.our-service{
    background: #F7FBFE;
}

.our-service .heading{
    text-align: center;
    margin-bottom: 100px;
}

.our-service .heading img{
    width: 190px;
}

.grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.service-section{
    width: 90%;
    padding: 0px 10px;
    background: #323351;
    color: #fff;
    text-align: center;
    border-radius: 25% 0 25% 0;
}

.service-section .image img{
    width: 40%;
    margin-top: -80px !important;
}

.content h2{
    margin-top: 25px !important;
    margin-bottom: 10px !important;
}

.content button{
    margin-bottom: 50px;
    margin-top: 25px;
    background-color: #fff;
    color: #000;
}

.our-service .button{
    text-align: center;
    margin-top: 50px;
}

.newsletter{
    background-image: url(../images/Home-Page/Newsletter.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0;
    position: relative;
}

.newsletter .left img{
    width: 15%;
    position: absolute;
}

.newsletter .center{
    text-align: center;
    padding: 50px 0;
}

.newsletter .center .input-group{
    width: 50%;
    text-align: center;
    margin: auto;
}

.newsletter .center .input-group{
    padding: 5px 5px;
    border: 2px solid #000!important;
    border-radius: 8px;
}

.newsletter .center .input-group .form-control{
    background-color: transparent!important;
}

.newsletter .center .input-group .form-control:focus{
    box-shadow: none!important;
    border: none;
}

.newsletter .center .input-group button{
    background-color: #484FF7;
    color: #fff;
    border: 2px solid #484FF7!important;
    border-radius: 6px!important;
}

.newsletter .center p{
    margin-bottom: 2rem; 
}

.newsletter .center h3{
   margin-bottom: 2rem;
}

.newsletter .right img{
    width: 13%;
    position: absolute;
    right: 0%;
    top: 7%;
}

.we-work-on{
    background-image: url(../images/Home-Page/About/we-work-bg.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0;
}

.we-work-on .image{
    width: 100%;
    height: 100%;
}

.we-work-on .content{
    text-align: center;
}

.we-work-on .content .logos{
    width: 70vw;
    margin: auto;
    justify-items: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 2rem;
}

.we-work-on .content .logos .item{
    width: 150px;
    height: 80px;
}

.we-work-on .content .logos .item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.we-work-on .content .heading{
    margin-bottom: 1rem;
}

.we-work-on .content .heading img{
    width: 190px;
}

.footer{
    background: #E4EAFF;
}

.footer .veer-info{
    border-right: 1px solid #000;
    padding: 1rem;
}

.footer .quick-link{
    border-right: 1px solid #000;
    padding: 1rem;
}

.footer .main-address{
    padding: 1rem;
}

.footer .address {
    margin-bottom: 15px;
    text-align: left;
}

.footer .address i{
    padding-top: 5px;
    padding-right: 10px;
}

.footer .mail {
    margin-bottom: 15px;
}

.footer .mail i{
    padding-top: 5px;
    padding-right: 10px;
}

.footer .phone {
    margin-bottom: 15px;
}

.footer .phone i{
    padding-top: 5px;
    padding-right: 10px;
}

.footer .quick-link , .main-address{
    text-align: center;
}

.footer .quick-link ul{
    text-align: left;
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
}

.copy-right{
    box-shadow: 0px 10px 10px 5px;
}

.form-control:focus{
    background: none;
    border: 1px solid #000;
    box-shadow: none;
}