.navbar-nav {
    width: 100%;
    justify-content: center;
    /*padding-right: 80px;*/
}

.navbar {
    width: 100%;
    /*justify-content: right;*/
    padding-right: 80px;
    padding-left: 80px;
}

.navbar-brand img {
    width: auto;
    height: 100px;
    font-weight: 600;
}
.nav_items {
    text-align: center;
    width: 85%;
}
.navbar-brand {
    width: 15%;
    /*padding-left: 80px;*/
}
.nav-item {
    padding: 5px 15px 5px 25px;
    /*padding:0px;*/
}

/*.nav-item:hover{*/
/*    background:#255F99;*/
/*    color:#FFF !important;*/
/*}*/
.nav-item .nav-link {
    display: block;
    font-size: 20px;
    font-weight: 400;
    padding: 5px 15px 5px 25px;
}
/*.nav-item .nav-link:hover {*/
/*    background: #3d9dbb;*/
/*    color: #fff !important;*/
/*}*/

.nav-item .active {
    font-weight: 700 !important;
}

.carousel-inner {
  background-color: #eaeded;
}
.carousel-item {
  height: auto;
}

/* Footer CSS Start */
.footer-section {
  width: 100%;
  /* background: #086400; */
  background-color: #303f35;
  color: #fff !important;
}
.footer-logo {
  height: 70px;
  width: auto;
}

.footer-heading {
  font-size: 20px;
  font-weight: 600;
}

.footer-important-links {
  list-style: none;
  padding: 0px !important;
}

.footer-important-links li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  display: block;
  padding: 5px 0px !important;
}

.logo-title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500px;
  line-height: 27px;
}
.footer-services-item-container {
  width: 29%;
  margin: 7px 2%;
  padding: 5px;
  background: #489fb9;
  border-radius: 10px;
}
.footer-services-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer-services-item-container img {
  width: 100%;
  height: auto;
}

.footer-contact-item a {
  text-decoration: none;
  color: #fff;
}
.footer-contact-section {
  margin-top: 20px;
}
.copyright-text {
  text-align: center;
  width: 100%;
  padding-top: 10px;
}
.developer-url {
  text-decoration: none;
}



@media screen and (max-width: 767px){
    .navbar{
        width: 100%;
        /*justify-content: right;*/
        padding-right: 0px;
        padding-left: 0px;
    }
    .nav_items {
        text-align: center;
        width: 100%;
    }
}


