#bimg{
	/*background-image: url("new_images/home-banner4.jpg");*/
	background-size: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
#bimg {
    height: 555px!important;
}

/* CSS Setup */


*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: sans-serif;
  margin-top: 10em;
}

/* Flex Container */
.flex-search > * {
  border: 0;
  margin-top: 180px;
  padding: 6px;
  background: white;
  line-height: 40px;
  font-size: 20px;
  border-radius: 1px;
  outline: 0;
  border-right: 1px solid rgba(0,0,0,.3);

/*  Make drop down search bar flush with rest of search bar  */
  -webkit-appearance:none;
}

.cover {
  display: flex;
  justify-content: center;
  -webkit-align-content: center; 
  align-content: center; 
}

h1 {
  text-align: center;
  margin-bottom: .15em;
  color: white;
  font-size: 5em;
  
}



input[type=search] {
  width: 17em;
}

input[type=submit]{
  background-color: #4285F4;
  color: white;
}

@media all and (max-width: 1000px) {
  
}

@media all and (max-width: 500px) {
  
}

@media (min-width: 320px) and (max-width: 420px){
  img#dn {
    width: 250px;
}
nav.navbar.navbar-expand-lg.navbar-dark {
    max-width: 100%;
    margin-top: 0px;
}
.container-fluid.topnav {
    display: none;
}
nav.navbar.navbar-expand-lg.navbar-dark {
    margin-top: 0!important;
    background-color: #B9151B;
    position: fixed;
    z-index: 1500;
    width: 100%;
}
div#bimg {
    height: 290px!important;
    width: 333px;
}

h2.text-center.font-weight-bold {
    height: 65px;
    font-size: 27px;
}
.res {
    padding: 8px;
}
}
}
a.back {
  position: relative;
  bottom: 5em;
  text-decoration:none;
  padding-left: .5em;
  color: white;
  font-size: 100%; 
}
form.flex-search {
    margin-top: 80px;
}
.form1{
background-color: #FFBB33;
color: white;
}
img.img-fluid.d-block.w-40 {
    width: 500px;
    border-radius: 1px solid;
    margin-left: 20px;
}
#bg{
  background-color: #EEEEEE;
  margin-top: 20px;
  text-align: center;
  padding-top: 25px;
}
.int{
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
 /*  background-image: url('new_images/images143.png');*/
   background-repeat: no-repeat;
    margin-top: 10px;
    margin-left: 20px;
}

/* Testimonal Styles Goes Here */
.testimonal-wrap {
  width: 100%;
  float: left;
  margin-bottom: 3.5em;

  text-align: center;
  position: relative;
  background: #ecf0f1;
  padding-top: 3em; 
  padding-left: 1.5em;
  padding-bottom: 2.5em;
  padding-right: 1.5em;
  /*border-radius: 3px;*/
  box-shadow: 0 1px 0 #bdc3c7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.testimonal-wrap:before {
  content: "\201D";
  display: block;
  font-size: 5em;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  line-height: 1em;
  color: #1abc9c;
}
.testimonal-wrap img {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 64px;
  height: 64px;
  margin: auto;
  border-radius: 50%;
  max-width: 100%;
  box-shadow: 0 0 0 4px #bdc3c7;
}
.testimonal-content {
  font-size: 1.120em;
  font-weight: 400;
  line-height: 1.5;
  color: #34495e;
  margin-bottom: 1em;
}
.testimonal-author {
  font-size: 1em;
  font-weight: 700;
  font-weight: bolder;
  color: #1abc9c;
  text-transform: uppercase;
}

img.d-block.w-100 {
    margin-top: 121px;
}

