.bg{background-color: #000000;}

img{width: 100%; height: auto;}

p {
    margin-bottom: 2em !important;
    text-align: justify;color: #484f5e;
    font-family: 'Roboto', sans-serif;
  }
  .container a {
    color: #ff0901;
    text-decoration:none;
  }
  a:hover, a:focus, a:active {
    color: #000;
  }
    
  h1,h2,h3,h4,h5,h6{
    color: #ff0901;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.1;
    font-weight: 400;
  }

  h1, h2, h3 {
	font-weight: normal;
	color: #212121;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

body {
	margin: 0;
	padding: 0;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}

ul{list-style: none !important; }

.LinkList ul{list-style: none !important; padding: 0; margin: 0; margin-top: 30px;list-style-type: none !important;}
    .LinkList ul li{line-height: 35px;    }
    .LinkList li a{text-decoration: none !important; font-size: 16px; color: #fff; line-height: 35px !important;}
    .LinkList li a:hover{color: #ff0901;}

.navbar-dark .navbar-brand {
    color: #000 !important;
}

.navbar{
    /* background-color: rgba(0, 0, 0, 0.5) !important; */
    background-color: #fff !important;
    border-bottom: 1px solid; border-bottom-color: rgba(255, 255, 255, 0.5);}
  
  .navbar-brand {
    margin: 15px;
    /* padding: 4px; */
    /* border: 1px solid #fff; */
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;

    font-size: 1.6rem;
    line-height: 100%;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 600;
        font-style: normal;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 1px;
        text-transform: uppercase;
}

  

  .navbar-brand span{ font-weight: 300 !important;}


  @media screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0;
    }
    .dropdown .dropdown-menu {
      display: none;
    }
    .dropdown:hover .dropdown-toggle::after {
      border-top: 0;
      border-bottom: 0.3em solid;
    }
  }
  
  @media screen and (max-width: 991px) {
    .dropdown-toggle.show::after {
      border-top: 0;
      border-bottom: 0.3em solid;
    }
  }

  .navbar-dark .navbar-brand {
    color: #000 !important;
    font-size: medium;}
  .navbar-dark .navbar-toggler {border: 1px solid #000;}
  .navbar-dark .navbar-toggler-icon {background-color: #000000; color: #FFF;}
  
  
  .banner{
    min-height: 280px !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    background-image: url('../images/call-girl-mumbai.png');
    background-repeat: no-repeat;
    background-size: cover;
  }
  .banner-title {
    letter-spacing: 6px;
    text-align: center;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    line-height: 46px;
    padding-bottom: 10px;
    text-transform: uppercase;

    color: #FFF;
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.14;
    letter-spacing: .9px;

  }
  .banner-sub-title {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    line-height: 20px;
    padding-bottom: 20px;
    font-style: italic;
  }
