@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
body{
    font-family: 'Lato', sans-serif;
}


a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;


}

a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.comming-soon-head {
    margin: 25px 0 0 0;
}
.navbar, .navbar-nav, .nav-item, .navbar-brand, .navbar-nav .nav-item .nav-link{
    padding: 0;
    margin: 0;
}
.comming-soon-head .navbar .navbar-collapse .navbar-nav .dropdown-toggle::after{
    display: none;
}
.comming-soon-head .navbar .navbar-nav .nav-item .nav-link{
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    color: #000000;
}
.comming-soon-head .navbar .navbar-nav li{
    margin-right: 41px;
    align-items: center;
    display: flex;
}
.comming-soon-head .navbar .navbar-nav li:last-child{
    margin-right: 0px;
}
.comming-soon-head .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle img{
    margin-left: 12px;
}
.comming-soon-head .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a{
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #000000;
}
.main-sec{
    padding: 50px 0 40px;
    background-image: url(../images/main-bg-coming-soon.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100vh;
}
.main-sec .coming-soon-main-box{
    max-width: 880px;
    margin: 0 auto 0;
    text-align: center;
}
.main-sec .coming-soon-main-box .text-box h2{
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    color: #2D475D;
    margin: 40px 0;

}
.main-sec .coming-soon-main-box .text-box p{
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    color: #2A4759;
    margin: 0 0 8px;
}
.main-sec .coming-soon-main-box .text-box a{
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    color: #2381FB;
    margin: 0 0;
    text-decoration: underline;
}
.main-sec .construction-img{
    text-align: center;
    padding-top: 45px;
}

.main-sec-services .text-box h2{
    color: #2A4759;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 25px;
}
.box-card{
    background-color: #E3EFFF;
    border-radius:20px ;
    padding: 31px 22px 30px;
    margin: 11px 0;
}
.box-card h4{
    color: #2A4759;
    font-size: 18px;
    font-weight: bold;
}
.box-card p{
    color: #2A4759;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 26px;
}
.box-card a{
    color: #2A4759;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 134px;
    width: 100%;
    padding-bottom: 4px;;
    border-bottom: 1px solid #2A4759;
}
.box-card.green-bg{
    background-color: #D0FADC;
}
.box-card.yellow-bg{
    background-color: #FBEFD6;
}
.box-card.red-bg{
    background-color: #FFDEDE;
}
.box-card.gray-bg{
    background-color: #EAEDEF;
}
