@media (max-width: 991px) {
    footer {
    padding: 50px 30px;
}
.navbar-brand img {
    width: 200px;
}
.copyright .cpy-text {
   
    display: block;
   
}
.copyright {
   padding: 10px 30px;
}
.testimonial-section {
    padding: 50px 30px;
}
.testimonial-11.testimonial-box {
    background-color: #fff;
    box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.1);
    margin: 0 !important;
    padding: 40px;
}
.second-footer .widget-area .widget {
    padding: 4px 0 13px;
    position: relative;
    z-index: 2;
}
    .about-section-one {
    padding: 0 30px;
}
.section-title-text{
    margin-bottom: 20px;
}
.about-one .about-year {
 
    margin-bottom: 0;
}
.services__area-four {
    padding: 30px;
}
    .carousel-content {
   
    max-width: 600px;
           padding: 50px 30px;
}
    .whychoose {
   
    padding: 50px 10px;
}
.testimonial-11.testimonial-box .testimonial-detail {
    padding: 0;
}
.testimonial-11 {
    display: block;
    
}
    .ind-feature-section .section-title-text {
    color: #fff;
    padding-left: 0;
}
.ind-service-section .ind-service-side-text {
        position: static;
        margin-bottom: 30px;
        background-color: #f9f9f9;
                max-width: 100%;
    }
    .ind-service-section .service-slide-area {
        padding-left: 0;
    }
/*.ind-service-section .service-slide-area {
    padding-left: 0;
}
.ind-service-section .ind-service-side-text{
    position: relative;
}*/
    .counters .counters-inner {
  
    padding: 30px;
}
.mbnn{
	display: none;
}
.ind-header-top {
    display: none;
}
.carousel-content h2 {
    font-size: 40px;
    font-weight: 700;
}
.about-max-one {
   margin-bottom: 20px;
    padding-right: 0px;
}
h2 {
    font-size: 30px;
    font-weight: 700;
}
.about-one .about-year .about-year-info span {
   
    font-size: 60px;
   
}
}


@media (min-width: 992px) {
    .dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 10%;
  left: 100%;
  margin-top: -1px;
}

.dropdown-plus {
  width: 49px;
  height: 49px;
  line-height: 49px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.dropdown-plus:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.dropdown-plus:before,
.dropdown-plus:after {
  position: absolute;
  content: '';
  top: 24px;
  right: 18px;
  width: 13px;
  height: 1px;
  background-color: #111111;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -5px;
  margin-left: 1px;
  border-radius: 0.375rem;
}

/* Ensure that nested dropdowns are shown on hover or click */
.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}
    /*.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}*/
    .nav-link:focus, .nav-link:hover {
    color: #000;
}
        .dropdown-item {
  color: #fff;
}
.dropdown .dropdown-menu {
  display: none;
/*  background: #212529;*/
}
.dropdown:hover>.dropdown-menu, 
.dropend:hover>.dropdown-menu {
  display: block;
  margin-top: 0em;
  margin-left: 0em;
}
@media screen and (min-width:769px) {
  .dropend:hover>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
/*    margin-left: .5em;*/
  }
}


        .dropdown-submenu {
            position: relative;
        }

        .dropdown-submenu .dropdown-menu {
            top: 6px;
            left: 100%;
            margin-top: -6px;
            margin-left: 0;
            border-radius: 0;
            display: none;
        }

      /*  .dropdown-submenu:hover .dropdown-menu {
            display: block;
        }
*/
        .dropdown-menu.show {
            display: block;
        }
    .navbar-expand-lg .navbar-collapse {
      justify-content: space-around;
/*        justify-content: end !important;*/
    }
    .float-right{
      float: right;
    }
    .desknn{
    	display: none;
    }
}
@media (min-width: 1200px) {
    .dropdown-plus {
        display: none;
    }
}
@media (max-width: 992px) {
    nav.navbar li.dropdown.on>a.dropdown-toggle:before {
        content: "\f107";
    }
}
