body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #f5f5f5;
}
a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.opm-overlay {
  background-color: rgba(204, 153, 51, .4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* opm-header */
.opm-header {
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #fff;
}
.opm-header-top {
  margin: 0;
  padding: 15px 0;
  position: relative;
  background-color: #fff;
}
.opm-logo {
  margin: 0;
  text-align: left;
}
.opm-logo img {
  max-width: 100%;
  max-height: 100px;
}
.opm-top-links {
  float: right;
  text-align: right;
  position: relative;
}
.opm-top-links a {
  margin-right: 5px;
  padding: 10px;
  color: #333;
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
  float: left;
  background-color: #f9f9f9;
  border: 1px solid #eee;
}
.opm-top-links a:last-child {
  margin-right: 0;
}
.opm-top-links i {
  color: #c40202;
  font-weight: bold;
  margin-right: 10px;
}
.opm-header-bottom {
  margin: 0;
  position: relative;
  background-color: #c40202;
}
.opm-navbar {
  margin: 0;
  position: relative;
}
.opm-navbar > .container {
  padding: 0;
}
.opm-navbar-toggle {
  margin: 0 auto;
  display: none;
  padding: 10px 0;
  text-align: center;
}
.opm-navbar-toggle > i {
  font-size: 24px;
  vertical-align: middle;
  color: #fff;
}
.opm-navbar-toggle > i > span {
  margin-left: 10px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
}
.opm-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.opm-nav > li {
  position: relative;
  display: block;
  float: left;
}
.opm-nav > li > a {
  position: relative;
  display: block;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  vertical-align: middle;
  border-right: 1px solid #fd0e2e;
  letter-spacing: normal;
  text-transform: uppercase;
}
.opm-nav > li:last-child > a {
  border-right: none;
}
.opm-nav > li > a:hover,
.opm-nav > li > a:focus {
  text-decoration: none;
  background-color: #da420d;
}
.opm-nav > li > a > i {
  margin-left: 5px;
}
.opm-nav > .opm-dropdown {
  position: relative;
}
.opm-nav > .opm-dropdown > .opm-dropdown-menu {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  background-color: #fff;
  margin: 0;
  padding-left: 0;
  list-style: none;
  min-width: 250px;
  width: 100%;
  z-index: 1;
}
.opm-dropdown-menu > li {
  position: relative;
  display: block;
}
.opm-dropdown-menu > li > a {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.opm-dropdown-menu > li > a:hover,
.opm-dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #da420d;
}
@media (min-width: 1200px) {
  .opm-navbar-nav {
    display:block !important;
  }
}
@media (max-width: 1199.98px) {
  .opm-logo {
    margin: 0 auto 10px;
    float: none;
    text-align: center;
  }
  .opm-top-links {
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  .opm-top-links a {
    float: none;
  }
  .opm-navbar-toggle {
    display: block;
  }
  .opm-navbar-nav {
    display: none;
    max-height: 300px;
    overflow-y: scroll;
  }
  .opm-nav > li {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .opm-nav > li:last-child {
    border-bottom: none;
  }
  .opm-nav > li > a {
    border-right: none;
    background-color: #f5f5f5;
    color: #333;
  }
  .opm-nav > li > a:hover {
    color: #fff;
  }
  .opm-nav > li > a > i {
    float: right;
  }
  .opm-nav > .opm-dropdown > .opm-dropdown-menu {
    position: relative;
    width: 100%;
    display: none;
    z-index: 1;
  }
  .opm-dropdown-menu > li > a {
    padding: 10px 20px 10px 40px;
  }
}
@media (max-width: 767.98px) {
  .opm-top-links a {
    display: block;
    margin-right: 0;
    margin-bottom: -1px;
  }
}
/* opm-slides */
.opm-slides {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
}
.opm-slides-cell {
  width: 100%;
  max-height: auto;
}
.opm-slides-cell img {
  width: 100%;
  max-height: 500px;
  object-fit:cover;
}
.opm-slide-title {
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 10px 40px 10px 20px;
  background: #c40202; 
  line-height: 1;
}
.opm-slides-carousel > .flickity-page-dots {
  bottom: 14px;
  right: 20px;
  text-align: right;
  display: none;
}
.opm-slides-carousel > .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
}
.opm-slides-carousel > .flickity-page-dots .dot.is-selected {
  background: #da420d;
  border-color: #da420d;
}
.opm-slides-carousel > .flickity-button {
  background: #da420d;
  color: #333;
}
.opm-slides-carousel > .flickity-prev-next-button {
  width: 40px;
  height: 40px;
}
.opm-slides-carousel .flickity-button-icon {
  fill: #fff;
}
@media (max-width: 991.98px) {
  .opm-slides-cell img {
    max-height: 400px;
  }
}
@media (max-width: 767.98px) {
  .opm-slides-cell img {
    max-height: 350px;
  }
}
@media (max-width: 575.98px) {
  .opm-slides-cell img {
    max-height: 250px;
  }
  .opm-slide-title {
    display: none;
  }
  .opm-slides-carousel > .flickity-page-dots {
    bottom: 14px;
    right: 0;
    text-align: center;
  }
}
/* opm-quote-form */
.opm-quote-form {
  position: relative;
  padding: 25px 0;
  background-color: #cc9933
}
.opm-quote-phone {
  display: inline-block;
  position: relative;
}
.opm-quote-number {
  display: inline-block;
  vertical-align: middle;
}
.opm-quote-phone i {
  color: #333;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
  font-size: 36px;
  -ms-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.opm-quote-phone span {
  font-size: 20px;
  font-weight: 500;
}
.opm-quote-phone a {
  color: #eb6531;
  display: block;
  font-size: 24px;
  font-weight: 700;
}
.opm-quote-form-field {
  padding: 5px 15px;
}
.opm-quote-form button {
  background-color: #eb6531;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.opm-quote-form button:hover {
  background-color: #eb6531;
  color: #fff;
}
/* opm-overview */
.opm-overview {
  margin: 0;
  padding: 0; 
  position: relative;
  background-color: #fff;
}
.opm-overview-content {
  padding: 50px 25px;
  margin: 0;
  position: relative;
  max-width: 768px;
}
.opm-overview-content h1 {
  font-size: 32px;
  font-weight: 700;
  color: #c40202;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.opm-overview-content p {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.opm-overview-content p:last-child {
  margin-bottom: 0;
}
.opm-overview-form {
  padding: 50px 25px;
  margin: 0;
  margin-top: -60px;
  position: relative;
  background-color: #c40202;
}
.opm-overview-form h2 {
  margin: 0 0 30px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.opm-overview-form h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 3px;
  background-color: #000;
}
.opm-overview-form input {
  border: 1px solid #f5b526;
  border-radius: 2px;
  padding: 10px;
}
.opm-overview-form button {
  color: #fff;
  background-color: #333;
  width: 100%;
  text-transform: uppercase;
  border-radius: 2px;
  font-weight: 500;
  padding: 10px;
}
.opm-overview-form button:hover {
  color: #fff;
}
@media (max-width: 991.98px) {
  .opm-overview-content {
    text-align: center;
  }
  .opm-overview-form {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .opm-overview-content {
    padding: 40px 20px;
  }
  .opm-overview-content h1 {
    font-size: 28px;
  }
  .opm-overview-form {
    padding: 40px 25px;
  }
}
/* opm-services */
.opm-services {
  margin: 0;
  padding: 60px 0;
  position: relative;
  background-color: #f5f5f5;
}
.opm-services h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin: 0 0 50px;
  padding-bottom: 20px;
  line-height: 1.5;
  position: relative;
  letter-spacing: 2px;
}
.opm-services h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 3px;
  background-color: #da420d;
}
.opm-services .row {
  margin: 0 -5px;
  margin-bottom: -150px;
  z-index: 999;
}
.opm-services [class*="col-"] {
  padding: 5px;
}
.opm-services-boxes {
  margin: 0;
  padding: 0;
  position: relative;
}
.opm-services-box {
  border: 1px solid #eee;
  padding: 25px 15px;
  height: 100%;
  margin: 0;
  position: relative;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0 ,.1);
}
.opm-services-box:hover {
  border-color: #da420d;
}
.opm-services-box img {
  max-width: 80px;
  max-height: 80px;
  margin-bottom: 20px;
}
.opm-services-box h2 {
  font-size: 18px;
  font-weight: 700;
  color: #eb6531;
  text-transform: uppercase;
  padding: 0;
  word-break: break-all;
  margin: 0 0 20px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.opm-services-box h2:before {
  content: none;
}
.opm-services-box p {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .opm-services {
    padding: 40px 0;
  }
  .opm-services h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .opm-services h2 {
    font-size: 24px;
  }
}
/* opm-main */
.opm-main {
  margin: 0;
  background-color: #fff;
  position: relative;
}
.opm-main-container {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 50px 15px;
}
.opm-article {
  margin: 0;
  position: relative;
  background-color: #fff;
}
.opm-article span {
  color: #222;
}
.opm-article > h1 {
  color: #333;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.opm-article > h1:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: #da420d;
}
.opm-article > h2 {
  color: #eb6531;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
  padding: 0;
}
.opm-article > h3 {
  color: #eb6531;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
  padding: 0;
}
.opm-article > img,
.opm-article > p > img,
.opm-article > a > img,
.opm-article > p > a > img {
  margin-bottom: 25px;
}
.opm-article a {
  color: #eb6531;
  text-decoration: none;
  font-weight: 500;
}
.opm-article a:hover {
  color: #fff35d;
}
.opm-article > p {
  color: #333;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  letter-spacing: .5px;
}
.opm-article > p:last-child {
  margin-bottom: 0;
}
.opm-article > ul {
  padding-left: 40px;
  margin-bottom: 25px;
  list-style-type: disc;
}
.opm-article > ul > li {
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  line-height: 2;
  letter-spacing: .5px;
}
@media (max-width: 767.98px) {
  .opm-article > h1 {
    font-size: 26px;
  }
  .opm-article > h2 {
    font-size: 24px;
  }
  .opm-article > h3 {
    font-size: 22px;
  }
  .opm-article > p {
    font-size: 15px;
  }
  .opm-article > ul > li {
    font-size: 15px;
  }
}
/* opm-404-page */
.opm-404-page {
  margin: 0;
  padding: 100px 0;
  background-color: #fff;
  position: relative;
}
.opm-404-page h1 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.opm-404-page p {
  font-size: 18px;
}
/* opm-thankyou-page */
.opm-thankyou-page {
  margin: 0;
  padding: 100px 0;
  background-color: #fff;
  position: relative;
}
.opm-thankyou-page h1 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.opm-thankyou-page p {
  font-size: 18px;
}
/* opm-pay-page */
.opm-pay-page {
  margin: 0;
  padding: 100px 0;
  background-color: #fff;
  position: relative;
}
.opm-pay-page h1 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.opm-pay-page p {
  font-size: 18px;
}
/* opm-locations */
.opm-locations {
  margin: 0;
  padding: 50px 0;
  position: relative;
  background-color: #fff;
  text-align: center;
}
.opm-locations h1,
.opm-locations h2 {
  margin: 0 0 40px;
  padding-bottom: 20px;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #333;
}
.opm-locations h1:before,
.opm-locations h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 3px;
  background-color: #da420d;
}
.opm-locations-list {
  height: 200px;
  padding: 0;
  margin: 0;
}
.opm-location {
  width: 25%;
  height: 100%;
  padding: 15px 15px 30px;
  display: block;
  float: left;
}
.opm-location a {
 color: #333
}
.opm-location a:hover {
  color: #eb6531;
}
.opm-location img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}
.opm-location-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
}
@media (max-width: 991.98px) {
  .opm-location {
    width: 33.333333%;
  }
}
@media (max-width: 767.98px) {
  .opm-location {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .opm-locations-list {
    height: 250px;
  }
  .opm-location {
    width: 100%;
  }
}
/* opm-offices */
.opm-offices {
  margin: 0;
  padding: 50px 0;
  position: relative;
  background-color: #fff;
}
.opm-offices h1,
.opm-offices h2 {
  margin: 0 0 40px;
  position: relative;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #333;
}
.opm-offices h1:before,
.opm-offices h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 3px;
  background-color: #da420d;
}
.opm-office-list {
  margin-right: 0;
  margin-left: 0;
}
.opm-office {
  padding: 25px 50px;
  margin-bottom: -1px;
  margin-right: -1px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
}
.opm-office i {
  margin-right: 15px;
}
.opm-office > h1,
.opm-office > h2,
.opm-office > h3 {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 25px;
  text-transform: capitalize;
  padding: 0;
}
.opm-office > h1::before,
.opm-office > h2::before,
.opm-office > h3::before {
  content: none;
}
.opm-office > h1::after,
.opm-office > h2::after,
.opm-office > h3::after {
  content: none;
}
.opm-office a {
  color: #eb6531;
  text-decoration: none;
  font-weight: 500;
  word-wrap: break-word;
}
.opm-office a:hover {
  color: #da420d;
}
.opm-office > p {
  color: #333;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  letter-spacing: .5px;
}
/* opm-forms */
.opm-forms {
  margin: 0;
  padding: 50px 0 0;
  position: relative;
  background-color: #f5f5f5;
}
.opm-forms h1,
.opm-forms h2 {
  margin: 0 0 40px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #333;
}
.opm-forms h1:before,
.opm-forms h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 3px;
  background-color: #da420d;
}
.opm-form {
  padding: 25px 50px 50px;
  position: relative;
  background-color: #fff;
}
.opm-form-field {
  padding: 5px 15px;
}
.opm-form > h1,
.opm-form > h2,
.opm-form > h3 {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 25px;
  text-transform: capitalize;
  padding: 0;
}
.opm-form > h1::before,
.opm-form > h2::before,
.opm-form > h3::before {
  content: none;
}
.opm-form > h1::after,
.opm-form > h2::after,
.opm-form > h3::after {
  content: none;
}
.opm-form button {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background-color: #da420d;
}
.opm-form button:hover {
  background-color: #333;
}
/* opm-page-header */
.opm-page-header {
  margin: 0;
  position: relative;
  background-color: #fbebeb;
}
.opm-page-thumbnail {
  margin: 0;
  width: 100%;
  display: block;
}
.opm-page-thumbnail > img {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
}
.opm-page-map {
  margin: 0;
  width: 100%;
  display: block;
}
.opm-page-map > iframe {
  margin: 0;
  width: 100%;
  height: 400px;
  border: none;
}
.opm-page-breadcrumb {
  margin-top: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.opm-page-breadcrumb .breadcrumb {
  border-radius: 0;
  background-color: #c40202;
  margin-bottom: 0;
}
.opm-page-breadcrumb .breadcrumb-item {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
}
.opm-page-breadcrumb a {
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: #eee;
}
/*why-opm*/
.why-opm {
  padding: 180px 0 80px; 
  margin: 0;
  position: relative;
  background-color: #fff;
}
.why-opm h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin: 0 0 30px;
  padding-bottom: 20px;
  position: relative;
  line-height: 1.5;
  letter-spacing: 2px;
}
.why-opm h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 3px;
  background-color: #da420d;
}
.why-opm p {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  padding: 0;
  margin: 0 0 50px;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
.why-opm-boxes {
  margin: 0;
  padding: 0;
  position: relative;
}
.why-opm-boxes .row {
  margin: 0 -5px;
}
.why-opm-boxes [class*="col-"] {
  padding: 5px;
}
.why-opm-box {
  margin: 0;
  padding: 20px;
  background-color: #fff;
  position: relative;
  border: 1px solid #eee;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0 ,.1);
  text-align: center;
}
.why-opm-box-img {
  max-width: 80px;
  max-height: 80px;
  margin-bottom: 20px;
}
.why-opm-box-num {
  font-size: 32px;
  color: #da420d;
  display: block;
  font-weight: 700;
  line-height: 1.5;
}
.why-opm-box-des {
  font-size: 20px;
  color: #333;
  display: block;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .why-opm h2 {
    font-size: 28px;
  }
  .why-opm p {
    font-size: 15px
  }
  .why-opm-box-num {
    font-size: 36px;
  }
  .why-opm-box-des {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .why-opm h2 {
    font-size: 24px;
  }
}
/*opm-cta*/
.opm-cta {
  padding: 60px 0;
  margin: 0;
  position: relative;
  background-image: url(../images/backgrounds/cta-bg.jpg);
  background-position: 50%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f5f5f5;
}
.opm-cta-content {
  padding: 40px 20px;
  position: relative;
  background-color: #f5f5f5;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0 ,.1);
}
.opm-cta h2 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  color: #333;
  position: relative;
}
.opm-cta h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 3px;
  background-color: #da420d;
}
.opm-cta p {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .opm-cta-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .opm-cta {
    padding: 60px 0;
  }
  .opm-cta-content p {
    font-size: 14px;
  }
}
/*opm-clients*/
.opm-clients {
  background-color: #fff;
  padding: 50px 0; 
  margin: 0;
  position: relative;
}
.opm-clients h1 {
  text-align: center;
  color: #333;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.opm-clients h1:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 3px;
  background-color: #da420d;
}
.opm-clients h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin: 0 0 50px;
  padding-bottom: 20px;
  line-height: 1.5;
  position: relative;
  letter-spacing: 2px;
}
.opm-clients h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 3px;
  background-color: #da420d;
}
.opm-client {
  padding: 25px 50px;
  border: 1px solid #eee;
}
.opm-clients-cell {
  width: 25%;
  height: auto;
  background: #fff;
  padding: 25px 50px;
  border: 1px solid #eee;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.opm-clients-cell:hover {
  border-color: #e23939;
}
@media (max-width: 991.98px) {
  .opm-clients h2 {
    font-size: 28px;
  }
  .opm-clients-cell {
    width: 25%;
  }
}
@media (max-width: 767.98px) {
  .opm-clients h2 {
    font-size: 24px;
  }
  .opm-clients-cell {
    width: 33.333333%;
  }
}
@media (max-width: 575.98px) {
  .opm-clients-cell {
    width: 50%;
  }
}
/*opm-whatsapp*/
.opm-whatsapp {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  border-radius: 50px;
  background-color: #fff;
  text-align: center;
  font-size: 0px;
  z-index: 1000;
}
/*opm-footer*/
.opm-footer {
  margin: 0;
  padding: 0;
  position: relative;
}
.opm-footer-top {
  padding: 25px 0;
  margin: 0;
  position: relative;
  background-color: #240b9e;
}
.opm-footer-widget {
  margin: 25px 0;
  padding: 0;
  position: relative;
}
.opm-footer-widget h4 {
  font-size: 22px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 25px;
  line-height: 1.5;
  font-weight: 500;
}
.opm-footer-widget p:last-child {
  margin-bottom: 0;
}
.opm-footer-widget strong {
  font-weight: 500;
}
.opm-footer-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.opm-footer-widget ul li {
  margin-bottom: 10px;
}
.opm-footer-widget ul li:last-child {
  margin-bottom: 0;
}
.opm-footer-widget ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.opm-footer-widget ul li a:hover {
  color: #eb6531;
}
.opm-social-links {
  margin: 25px 0;
  padding: 0;
  position: relative;
}
.opm-social-links h4 {
  font-size: 22px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 25px;
  line-height: 1.5;
  font-weight: 500;
}
.opm-social-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.opm-social-links ul li {
  margin-bottom: 10px;
}
.opm-social-links ul li:last-child {
  margin-bottom: 0;
}
.opm-social-links ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
  padding: 0;
}
.opm-social-links ul li a i {
  margin-right: 10px;
  font-weight: 900;
  font-size: 15px;
}
.opm-social-links ul li a:hover {
  color: #eb6531;
}
.opm-footer-middle {
  padding: 20px 0;
  margin: 0;
  position: relative;
  background-color: #ff2222;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.opm-footer-middle-text {
  color: #ffffff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 14px;
}
.opm-footer-middle-text a {
  color: #ffffff;
}
.opm-footer-bottom {
  padding: 25px 0;
  margin: 0;
  position: relative;
  background-color: #191818;
}
.opm-copyright {
  position: relative;
  text-align: center;
}
.opm-copyright span {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
}
.opm-footer-menu {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
}
.opm-footer-nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.opm-footer-nav-menu > li {
  display: inline-block;
  position: relative;
  color: #757575;
}
.opm-footer-nav-menu > li:after {
  content: "/";
  margin: 0 10px;
}
.opm-footer-nav-menu > li:last-child:after {
  display: none;
}
.opm-footer-nav-menu > li > a {
  color:#ffffff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.5;
}
.opm-footer-nav-menu > li > a:hover {
  color: #eb6531;
}

.citywise{
  background-color:#c40202;
  color:#fff;
  padding:10px 0;
  text-align:center;
  margin-bottom:15px;
  
}
.citywise1{
  background-color: #000000;
color: #fff;
padding: 7px 0;
text-align: center;
font-size: 20px;
font-weight: 600;
margin-bottom: 15px;
border-radius: 50px;
}