@media (max-width: 980px) {
div#et-main-area {
    padding-top: 10%;
    background-color: #f1f1f1;
}	
.et-db #et-boc .et-l .et_pb_blurb_6_tb_body:hover, .et-db #et-boc .et-l .et_pb_blurb_2_tb_body:hover, .et-db #et-boc .et-l .et_pb_blurb_1_tb_body:hover, .et-db #et-boc .et-l .et_pb_blurb_8_tb_body:hover, .et-db #et-boc .et-l .et_pb_blurb_5_tb_body:hover, .et-db #et-boc .et-l .et_pb_blurb_4_tb_body:hover, .et-db #et-boc .et-l .et_pb_blurb_9_tb_body:hover, .et-db #et-boc .et-l .et_pb_blurb_3_tb_body:hover, .et-db #et-boc .et-l .et_pb_blurb_7_tb_body:hover, .et-db #et-boc .et-l .et_pb_blurb_0_tb_body:hover {
    transform: translateX(0px) translateY(-10px) !important;
}	
}	

header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 100px;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  z-index: 9999;
  box-shadow: 0px 0px 8px rgba(0,0,0,.6);	
}
header .logo {
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  float: left;
  font-weight: bold;
}
header nav {
  float: right;
}
header nav ul {
  display: flex;
  margin: 0;
  padding: 0;
}
header nav ul li {
  list-style: none;
  position: relative;
}
header nav ul li .sub-menu:before {
  content: "\f0d7";
  position: absolute;
  font-family: fontAwesome;
  line-height: 50px;
  color: #000;
  right: 5px;
}
header nav ul li.active .sub-menu:before {
  content: "\f0d8";
}
/*dropdown-starts*/
header nav ul li ul {
  position: absolute;
  left: 0;
  background: #333;
  display: none;
  z-index: 9999;	
}
header nav ul li.active ul {
  display: block;
}
header nav ul li ul li {
  display: block;
  width: 300px;
}
header nav ul li a {
  color: #000;
  text-decoration: none;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  display: block;
  background-color: #fff;	
}
header nav ul li a:hover,
header nav ul li a.active {
  color: #fff;
  background: #f28976;
}
.menu-toggle {
  color: #fff;
  float: right;
  line-height: 50px;
  font-size: 24px;
  cursor: pointer;
  display: none;
}
@media (max-width: 991px) {
  header {
    padding: 15px 20px;
	position: fixed;  
  }
  .menu-toggle {
    display: block;
  }
  header nav {
    position: absolute;
    width: 100%;
    height: calc(100vh - 50px);
    background: #fff;
    top: 85px;
    left: -100%;
    transition: 0.5s;
	z-index: 9999;  
  }
  header nav.active {
    left: 0;
  }
  header nav ul {
    display: block;
    text-align: center;
  }
  header nav ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	background-color: #ffffff;  
  }
  header nav ul li.active ul {
    position: relative;
    background: #003e6f;
  }
  header nav ul li ul li {
    width: 100%;
  }
}
.et_pb_menu__logo {
    margin-top: -10px;
}
i.fa.fa-bars {
    color: #f28976;
    width: 30px;
    height: 30px;
    font-size: 30px;
    vertical-align: middle;
}
span {
    color: #f28976;
}
.rp_blurb_01 p {
    color: #000 !important;
}
h1, .et-db #et-boc .et-l h1 {
    color: #000;
}

@media screen and (min-width: 981px) and (max-width:1439px) {
.et-db #et-boc .et-l .et_pb_row {
    width: 98%;
    max-width: 98%;
}
}
@media (min-width: 1440px) {
.et-db #et-boc .et-l .et_pb_row {
    width: 90%;
    max-width: 90%;
}
}
@media screen and (min-width: 981px) and (max-width:1280px) {
h4.et_pb_module_header {
    font-size: 18px !important;
}
}