
.button:hover {background-color: #3e8e41}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.border {
    border: none !important;
}
button.button {
    outline: none;
}
button.navbar-toggler.bg-gradient {
    float: right;
    margin: 2% 0% 0% 0%;
}
a.nav-link {
    font-size: 20px !important;
}
div#navbarTogglerDemo02 {
    height: 60px;
    display: none;
}


  /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
    /* Add a gray background color and some padding to the footer */
    footer {
      background-color: #fff;
      padding: 25px;
    }
	
.col-sm-4 {
    padding: 0px 5px 0px 5px;
    margin-bottom: 10px;
}

.border {
    box-shadow: 1px 0px 4px 3px #ddd;
}

img.img-responsive {
    height: auto;
    width: 70% !important;
    margin-left: 15%;
}
p.head {
    font-size: 22px;
    color: #2698e2;
	min-height: 62px;
	padding: 5px 5px 5px 5px;
}
a {
    text-decoration: none !important;
}
 
.container-fluid.bg-3.text-center {
    min-height: 430px;
}
.container-fluid.bg-3.text-center {
    margin-top: 190px;
}

p.des {
    font-size: 17px !important;
    margin-bottom: 15px !important;
    line-height: 25px !important;
    text-transform: none;
	text-align: justify;
}

img.img-responsive {
    height: auto;
    width: 90% !important;
    margin-left: 5%;
}
.border {
    margin-bottom: 15px;
    padding: 0px 5px 25px 5px;
}
h3.head {
    color: #2698e2;
    padding: 10px 0px 10px 0px;
}
p.des {
    font-size: 17px !important;
    margin: 10px 0px 30px 0px !important;
    line-height: 25px !important;
    text-transform: none;
    text-align: center;
}
p.p_des {
    font-size: 17px !important;
    text-transform: none;
    text-align: justify;
    margin-top: 15px;
}

@media (max-width: 767px) {
	h1 , h2, h3{
		font-size: 22px;
	}
	p.des {
    text-align: justify;
}
}

a {
    color: #2698e2;
}