
* {
margin: 0;
padding: 0;
box-sizing: border-box;

}


body {
  /* background-color: #efefef; */
  background: #e0dedf;
font-family: arial, helvetica, sans-serif;

  
}

 .page-wrapper {
max-width: 960px;
margin: 0 auto;
box-sizing: border-box;
}

/* HEADER BACKGROUND */


.header-banner {
       
  position: relative;
  background: #111 url(/web/20190111032607im_/http://dissertationwritingindia.com/sites/all/themes/best_responsive/images/vintage.png);
    margin-bottom: 30px;
    min-height: 100px;
    padding: 20px 2px;
} 

/* LOGO */
.navbar-brand img {
  height: 82px;
}


/* NAV LINKS */
.navbar-nav .nav-link {
  color: #cfcfcf;              /* Light grey text */
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  margin-left: 10px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

/* HOVER EFFECT */
.navbar-nav .nav-link:hover {
  color: #ffffff;              
}

/* ACTIVE / CURRENT PAGE */
/* .navbar-nav .nav-link.active {
  background: #ff2e2e;        
  color: #ffffff;             
} */




.logo-strip {                    
  display: flex;             
  align-items: center;        
  border-bottom: 1px solid #ddd; 
} 

.navbar-nav .nav-link {
  color: #bdbdbd;           /* default grey */
  font-size: 14px;
  font-weight: 700;
  padding: 8px 18px;
  margin-left: 22px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

/* Hover */
.navbar-nav .nav-link:hover {
  color: #ffffff;           /* white text */
  background: transparent;
}

/* Active (current page) */
.navbar-nav .nav-link.active {
  background: #e73420;      /* white background */
  color: #ffffff;           /* dark text */
}

.navbar-toggler {
  border-color: rgba(255,255,255,0.4);
}

.navbar-toggler-icon {
  filter: invert(1);
}


/* Banner Slider */
.banner-slider {
  max-width: 960px;
  margin: 0 auto 20px;
  position: relative;
}

.banner-slider img {
  height: 380px;
  object-fit: cover;
}

.banner-slider .custom-arrow {
  width: 45px;
  height: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.35);
  opacity: 1;
}

.banner-slider .carousel-control-prev {
  left: 0;
}

.banner-slider .carousel-control-next {
  right: 0;
}

.banner-slider .carousel-control-prev-icon,
.banner-slider .carousel-control-next-icon {
  filter: invert(1);
  width: 20px;
  height: 20px;
}

.banner-slider .custom-arrow:hover {
  background: rgba(0, 0, 0, 0.6);
}


/* Mobile */
@media (max-width: 768px) {
  .banner-slider .custom-arrow {
    width: 35px;
    height: 55px;
  }
}


section.main-content{
  background-color: #fff;
  padding: 10px 20px 10px;
 margin: 30px auto 30px;
}

.main-content h1 {

  color: #333;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.2em;
    margin-bottom: 10px

}
.main-content p{
  color:#666;
  font-size: 0.889em;
line-height: 1.7;
margin: 15px auto 15px;
text-align: justify;
}



.breadcrumb {
 padding: 8px 0;
  font-size: 13px;
  margin: 0;
  color: #666;
}

.breadcrumb a{
  color: #e73420;
}

footer{
   position: relative;
  background: #111 url(/web/20190111032607im_/http://dissertationwritingindia.com/sites/all/themes/best_responsive/images/vintage.png);
    margin-bottom: 30px;
    min-height: 100px;
    padding: 40px 20px;
        font-size: 0.929em;
}

footer a{
  color:#aaa;
}

footer p{
  color: #fff;
}


  /* Responsive */
@media (max-width: 768px) {
.page-wrapper {
width: 100%;
}

.content-wrapper {
  display: flex;
flex-direction: column;
}


/* Bootstrap compatibility */
.content-wrapper {
display: flex;
}

.sidebar {
background: #fff;
}



@media (max-width: 768px) {
.content-wrapper {
flex-direction: column;
}
}

}

