body {
    margin: 0;
    padding: 0;
    background: #FFF;
    font-family: 'Poppins', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}

.header-top {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0px;
    background: #3da4d8;
}

.header-top ul li {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    margin-right: 10px;
    font-size: 15px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

.header-top ul li i {
    padding-right: 10px;
    color: #fff;
}

.social-links {
    display: inline-block;

}

.header-nav {
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.1);
    background: #FFF;
position: sticky;
    top: 0;
    z-index: 9;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #000;
    font-weight: 700;
}

.navbar-light .navbar-nav .nav-link {
    color: #3998c9;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

/* about */
.about {
    background: #2a7aa7;
}

.text-white {
    color: #FFF;
}

/* banner */
.banner {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}

.banner-text {
    padding-top: 100px;
    position: relative;
    padding-left: 50px;

}

.banner-text h1 {
    color: #2f789d;
    font-size: 50px;
    font-weight: 700;
}

.banner-text p {
    color: #3b9ed0;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

/* services */
.sec-pad {
    padding: 50px 0;
}

.services {
    background: #FFF;
}

.design {
    background: #fff;
}

.designing {
    /* padding: 30px 25px;
    text-align: center;
    background: #FFF;
    border: 1px solid transparent;
    min-height: 163px;
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1); */
}


/* .designing:hover {
    background-color: #2a7aa7;
} */

.active-box {
    background-color: #2a7aa7;
    color: #FFF;
}
.service-icon{
    width: 60px;
    height: 60px;
    background: #ffffff;
    text-align: center;
    /* line-height: 46px; */
    margin-right: 20px;
    border: 1px dashed #0a58ca;
    border-radius: 150px;
}


/* .designing:hover h4 {
    color: #FFF;
}

.designing:hover i {
    color: #FFF;
} */

.designing i {
    font-size: 30px;
    display: block;
    margin-bottom: 20px;
    color: #0a58ca;
    line-height: 54px;
    /* padding-right: 20px; */
}

.designing h4 {
    font-weight: 700;
    font-size: 22px;
}

.design{
    background: url(../img/bg.jpg);
}



/* products */
.products {
    background-color: #2a7aa7;
    background-image: url(../img/bg2.png);
}



.product-img img {
    box-shadow: 0 3px 30px rgba(0, 0, 0, .03);
    border-radius: 8px;
    margin-bottom: 20px;
}

.product-text {
    padding: 30px;
    margin-bottom: 20px;
}

.product-text h4 {
    font-size: 32px;
    color: #FFF;
    margin-bottom: 20px;
}

.product-text p {
    color: #FFF;
}
.carousel {
    position: relative;
    margin-bottom: 30px;
}

/* project */
.title {
    color: #0a58ca;
    font-size: 38px;
    font-weight: 500;
}

.text-white {
    color: #FFF;
}

.project {
    background: url(../img/bg_02.webp);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: top;
}

/* .project-heading {
    border-left: 1px solid #ffdc39;
} */

.project-01 h3 {
    font-size: 4em;
    color: #ffdc39;
    text-align: center;
}

.project-02 h3 {
    font-size: 4em;
    color: #ffdc39;
    text-align: center;
}

.project-heading p {
    font-size: 25px;
    color: #fff;
    line-height: 1.8;
    letter-spacing: 1px;
    text-transform: capitalize;
}

/* services */
.services ul li {
    list-style: none;
    padding-bottom: 20px;
    font-size: 22px;
}

.services ul li img {
    margin-right: 10px;
}
.more{
    background: #aaa;
    box-shadow: 3px 10px 16px 0px rgba(39, 39, 39, 0.26);
    border-radius: 4px;
    padding: 10px 30px 10px 30px;
    text-decoration: none;
    color: #010101;
    font-weight: 500;
}


/* footer */
.footer {
    background: #2a7aa7;
    padding: 50px 0 0;
}

.ftr-list ul li {
    list-style: none;
    border-bottom: 1px dotted #EEE;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.ftr-title {
    font-size: 24px;
    color: #FFF;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 20px;
}

.ftr-list ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.footer p {
    font-size: 18px;
    color: #FFF;
}

.copy {
    margin-top: 20px;
}

.copy p {
    margin: 0;
    font-size: 13px;
    border-top: 1px dotted #9c9c9c;
    padding: 5px;
}

.number_block {
    position: relative;
}

.number_block_number {
    font-size: 68px;
    line-height: 55px;
    color: #0d144f;
    opacity: .16;
}

.number_block_title {

    line-height: 35px;
    font-weight: normal;
    font-style: normal;
    color: #3a426d;
    font-size: 25px;
}

.number_block_title span {
    display: block;
    margin-right: 10px;
    color: #566dfb;
    font-weight: 800;
}

.view-buttn a {
    color: #FFF;
    text-decoration: none;
    border: 1px solid #EEE;
    padding: 6px 10px;
}

.inner-box {
    position: relative;
    display: block;
    text-align: center;
}

.icon-box {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 115px;
    text-align: center;
    border: 1px dashed #345e87;
    background: transparent;
    border-radius: 50%;
    margin-bottom: 38px;
    transition: all 500ms ease;
}

.icon-box .arrow {
    position: absolute;
    top: 56px;
    left: 127px;
    width: 125px;
    height: 21px;
    background-repeat: no-repeat;
}

.inner-box h3 {
    font-size: 24px;
}

.project-inner {
    background: #FFF;
}

.project-list ul li {
    padding: 12px 0 10px;
    padding-left: 25px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-bottom: 25px;
    border-top: 7px solid #2a7aa7;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    list-style: none;
    font-size: 25px;
}

.project-heading {
    text-align: center;
    position: relative;
    margin-bottom: 25px;
}

.project-heading p {
    font-size: 25px;
    color: #1670a3;
    line-height: 1.8;
    letter-spacing: 1px;
    text-transform: capitalize;
    position: relative;
}

.project-heading h3 {
    position: absolute;
    text-align: center;
    top: -25px;
    left: 36%;
    color: rgb(189 224 243);
    font-size: 84px;
    font-weight: 400;
}

.product-text ul li {
    position: relative;
    list-style: circle;
    margin-bottom: 15px;
    color: #fff;
    font-size: 20px;
    list-style-position: inside;
}
.procurement{
    background: #ededed;
}
.products-inner{
    background: #7794a5;
}

.page-banner {
    background: url(../img/page-banner.jpg);
}

.contact {
    background: #eaf0f5;
}

.icon img {
    margin-bottom: 20px;
}

.text {
    margin-bottom: 20px;
    border-bottom: 1px dotted #f7f7f7;
}

.inner-box-contact {
    background-color: #2a7aa7;
    background-image: url(../img/bg2.png);
    padding: 40px 20px;
}
.inner-box-contact h4 {
    color: #FFF;
    margin-bottom: 7px;
    font-size: 20px;
}
.text a {
    margin-bottom: 25px;
    color: #FFF;
    text-decoration: none;
}
.contact-info {
    padding: 26px 28px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-bottom: 25px;
}
.icon-img {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 30px;
}
.map iframe {
    width: 100%;
    height: 430px;
    border: 5px solid #ffffff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.social-links li a{
    width: 30px;
    height: 30px;
    display: block;
    background: #3da4d8;
    border: 1px dashed #fff;
}
.social-links li a i{
    padding: 0;
}

.project-sec{
    background: #f7f7f7;
}

@media (max-width:900px){
     .icon-box .arrow {
         display:none;}}