/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24 May, 2022, 4:54:12 PM
    Author     : Venkoba Rao
*/

.contruction-bg {
    background: url("../images/construction/construction-banner.jpg") no-repeat 50% 50%;
    background-size: cover;
    min-height: 363px;
}
.contruction-bg h1.text-l {
    margin-bottom: 0px!important; padding-top: 100px;
}
.mb-5, .my-5 {
    margin-bottom: 1rem!important;
}
h3.content-title1 {
    font-size: 20px; margin-bottom: 1rem!important;
}
.blue-text {
    color: #000066!important;
    font-weight: bold;
}
.completed-projects-section {
    background: #04043b!important; padding: 100px 40px;
}