* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
  }



/* navbar section */

/* navbar section */

.navbar{
    position: sticky;
    z-index: 2;
    top: 0;
    width:100%;
    height:90px;
}

/* Mobile devices */
@media only screen and (max-width: 767px) {
  /* Your mobile-specific CSS styles go here */
    .navbar-nav{
        width: 100%;
        display: flex;
        align-items: flex-center;
        justify-content: flex-center;
        background-color:white !important;
    }
    .nav-item{
        margin-bottom: 10px !important;
    }
    .dropdown-item.active, .dropdown-item:active{
        background-color: #1774ba;
        color: white !important;
        border-radius: 30px;
        padding: 5px 20px !important;
        margin: 0px 0px !important;
    }
  
  /* Any other mobile-specific styles can be added here */
}

/* Desktop devices */
@media only screen and (min-width: 768px) {
  /* Your desktop-specific CSS styles go here */
     .navbar-nav{
        width: 100%;
        height: 75px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        
    }
    .dropdown-item.active, .dropdown-item:active{
        background-color: #1774ba;
        color: white !important;
        border-radius: 30px;
        padding: 5px 20px !important;
        margin: 0px 0px !important;
    }

    /* Any other desktop-specific styles can be added here */
}

.navbar-brand img{
    width: 110px;
    padding: 1px 0px;
}

.nav-item a{
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    color: #1774ba !important;
    font-size: 16px !important;
    /*margin: 0px 20px;*/
    /*padding: 5px 20px !important;*/
}

.nav-item a:hover{
    background-color: #1774ba;
    color: white !important;
    border-radius: 30px;
    /*padding: 5px 20px !important;*/
}

.active a{
    background-color: #1774ba;
    color: white !important;
    border-radius: 30px;
    /*padding: 5px 20px !important;*/

}

.nav-link{
    margin: 0px 35px;
}

/* navbar section end */

/* hero section */

#hero{
    height: 90vh;
    width: 100%;
}

#hero img{
    width: 100%;
    height: 90vh;
    object-fit: cover;
    -o-object-fit: cover;
}

@media only screen and (max-width: 767px){
    #hero{
        height: 100%;
    }

    #hero img{
        height: 100%;
    }
}

/* hero section end */


/* content section */

#content{
    padding: 30px 0px;
}

#content p{
    font-size: 20px;
    color: #1474ba;
    margin-bottom: 7px !important;
    line-height: 27px;
}

#content .col-md-6{
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    color:#34447c;
}

#content h3{
    font-size: 40px;
    color: #34447c;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 15px;
    font-weight: bold;
}

#content h4{
    font-size: 25px;
    color: #34447c;
    font-weight: bold;
}

#content h5{
    background: #1474ba;
    padding: 7px 0px 7px 7px;
    color: white;
    font-size: 25px;
}

.table-para{
    font-size: 18px;
    color: #1474ba;
    font-weight: 600;
    font-family: 'Ubuntu', sans-serif;
}

@media only screen and (max-width: 1000px){
    #content h3{
        font-size: 30px;
    }

    #content h4{
        font-size: 20px;
    }

    #content h5{
        font-size: 20px;
    }

    .content p{
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px){

    #content{
        padding: 5% 5%;
    }

    #content h3{
        text-align: center;
    }

    #content h4{
        text-align: center;
    }

    .main-infra{
        margin-top: 20px;
    }

    #content h5{
        text-align: center;
        margin-bottom: 15px;
    }

    .maintainance-service{
        margin-top: 15px !important;
    }

    p{
        text-align: center;
    }
}

/* content section end */

/* competancy section */

#competancy{
    height: 50vh;
    margin: 0px;
    padding: 0px;
    width: 100%;
    background: linear-gradient(rgba(52, 68, 124, 0.8), rgba(52, 68, 124, 0.8));
    color: white;
    overflow: hidden;
}

#competancy::before {
    background: url('/Images/key-competancy-bg.jpg') no-repeat center center/cover;
    content: "";
    position: absolute;
    height: 50vh;
    width: 100%;
    z-index: -1;
    opacity: 0.9;
}

h2{
    margin-bottom: 50px !important;
    text-align: center;
}

#competancy .container{
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icon .col-md-3{
    text-align: center;
}

.icon .col-md-3 i{
    font-size: 70px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px){
    #competancy{
        height: 100% !important;
        width: 100%;
    }

    #competancy::before {
        height: 100% !important;
        width: 100%;
    }

    #competancy .container{
        height: 100% !important;
        width: 100%;
        padding: 7% 0%;
    }

    h2{
        margin-bottom: 0px !important;
        font-size: 30px;
    }

    .icon .col-md-3 i{
        font-size: 50px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
}

/* competancy section end */




/* contact section */

#contact{
    padding: 50px 0px;
    background-color: white !important;
}

.social-icons{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.social-icons i{
    font-size: 27px !important;
    margin: 0px 10px;
    background-color: #34447c;
    color: white;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-bottom{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.logo-bottom img{
    width: 200px;
}

.bottom-menu{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left !important;
}

.bottom-menu-box a h6{
    font-size: 20px !important;
    font-weight: bold;
}

@media only screen and ( max-width: 767px){
    .social-icons, .logo-bottom, .bottom-menu{
        margin-top: 50px;
    }

    #contact{
        padding: 20px 0px;
    }

    .bottom-menu-box a{
        text-align: center;
    }
}


/* contact section end */

/* adress section */

#bottom-address{
    padding-bottom: 25px;
    background-color: white !important;
}

.address-column{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.address-box{
    border-left: 5px solid #34447c;
    padding-left: 10px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.address-box p{
    padding: 0px !important;
    margin: 0px !important;
}

@media only screen and ( max-width: 767px){
    .address-box{
        border-left: none;
        text-align: center !important;
    }
}

/* adress section end */

/* footer */

#footer{
    background-color: #34447c;
    color: white;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-copyright p{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}

.footer-copyright p a{
    color: gold !important;
    font-weight: bold;
}

/* footer end */
/* contact section */

#contact{
    padding: 50px 0px;
    background: rgb(237, 243, 245);
    width: 100% !important;
}

.social-icons{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.social-icons i{
    font-size: 27px !important;
    margin: 0px 10px;
    background-color: #34447c;
    color: white;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-bottom{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.logo-bottom img{
    width: 200px;
}

.bottom-menu{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left !important;
}

.bottom-menu-box a h6{
    font-size: 20px !important;
    font-weight: bold;
    color: #34447c !important;
}

.bottom-menu-box a:hover{
    text-decoration: none !important;
    color: black !important;
}

@media only screen and ( max-width: 767px){
    .social-icons, .logo-bottom, .bottom-menu{
        margin-top: 50px;
    }

    #contact{
        padding: 20px 0px;
    }

    .social-icons i{
        font-size: 20px !important;
        height: 40px;
        width: 40px;
    }

    .logo-bottom img{
        width: 150px;
    }

    .bottom-menu-box a h6{
        font-size: 16px !important;
    }
}


/* contact section end */

/* adress section */

#bottom-address{
    padding-bottom: 25px;
    background: rgb(237, 243, 245);
    color: #34447c !important;
    width: 100%;
}

.address-column{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.address-box{
    border-left: 3px solid #34447c;
    padding-left: 10px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.address-box p{
    padding: 0px !important;
    margin: 0px !important;
    font-weight: 500;
}

@media only screen and ( max-width: 767px){
    .address-box{
        border-left: none;
        text-align: center !important;
    }

    .address-box p{
        font-size: 16px;
    }
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* adress section end */

/* footer */

#footer{
    background-color: #34447c;
    color: white;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-copyright p{
    margin: 0px;
    padding:5px;
    font-size: 16px;
    font-weight: 500;
}

.footer-copyright p a{
    color: gold !important;
    font-weight: bold;
}

/* footer end */

