body{
	background:url(image/background.jpg);
	background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.mainDv,.logoDv{
	    background: #1e1e1e;
}
.logoDv img{
	width: 260px;
    height: 130px;
}
.navbar{
	margin-top: 40px;
	padding: 0;
}
.navbar-expand-lg .navbar-nav {
    
    display: table;
    width: 100%;
    position: relative;
}
.navbar-light .navbar-nav .nav-link{
	padding: 10px  63px;
	
}
.nav-item{
	border-right: 1px solid #ddd;
	width: 20%;
    float: left;
}
.nav-item .active{
	background:#ff762d;
	
}
.mainDv{
	padding: 40px 20px 0px;
}
.mainDv p{
	
	color: #fff;
    font-size: 14px;
    line-height: 23px
}
.mainDv img{
	width: 100%;
}
.helpline{
	border: 1px solid #8a8a8a;
	padding: 10px;
	margin:50px 0;
}
.helpline .firsthead{
	color: #FF5900;
	font-weight: 400;
	letter-spacing: 6px;
    font-size: 16px;
}
.firsthead{
	color: #FF5900;
	font-weight: 400;
	letter-spacing: 6px;
    font-size: 16px;
}
.mainDv ul{
	margin-top:20px;
	display: inline-flex;
}
.mainDv ul li{
	float:left;
	padding: 0 5px;
}
.mainDv ul li a{
	color: #ffffff;
}
.mainDv iframe{
	width: -webkit-fill-available;
    margin-bottom: 20px;
}
.footDv{
	border: 1px solid #8a8a8a;
	background: #1e1e1e;
	padding: 9px;
	border-bottom: 0;
}
.footDv p{
	margin-bottom: 0;
    color: white;
    font-size: 12px;
}
.form-control{
	border: 1px solid #666767;
	background-color: #424040;
	margin-bottom: 9px;
}
.btn-primary {
    
    background-color: #424040;
    border-color: #666767;
    margin-bottom: 20px;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  float: left;
  width: 25%;
}
/* Create four equal columns that floats next to eachother */
.modal-content .column {
  float: left;
  width: 9%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.mySlides img{height:  514px;}

/* Hide the slides by default */
.mySlides {
  display: none;
}

.column img{
height:250px;
margin-bottom:20px;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 32%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
    height: 75px;
    margin-bottom: 0;
    margin-left: 6px;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media screen and (max-width: 768px) {
 .logoDv img {
	width: 100%;
 }
 .navbar {
    margin-top: 0px;
    padding: 0;
}
.navbar-toggler{
	position: absolute;
    top: -130px;
    right: 10px;
}
.nav-item{
	    width: 100%;
		text-align: left;
}
.navbar-light .navbar-nav .nav-link {
    padding: 10px;
}
.column img {
height: 97px;
}
.modal{
	padding-top: 52px;
}
.modal-content .column {
    
    width: 32%;
    margin-bottom: 5px;
}
 .navbar-light .navbar-toggler{
	 position: absolute;
    top: -90px;
    right: 0;
	color:#ffffff;
 }
}