.processing-hero-bg {
  background-image: url(/images/cat01.jpeg);
  padding: 20vh 0;
  position: relative;
  text-shadow: 2px 2px 2px black;
}

.processing-hero-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  background: rgba(1, 9, 29, 0.58);
}

.midfooter {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: solid 2px #dcdcdc;
}

.midfooter .col-md-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.midfooter img {
  max-height: 100px;
  max-width: 200px;
}

.breadcrumb-area {
  background-image: url(/images/17.jpg);
}

.logo {
  font-weight: 600;
  font-size: 2rem;
  color: #b21f25;
}

.text-color-secondary {
  color: #f3ca87;
}

.menu-style-three .navigation-menu > ul > li:last-child {
  padding-right: 0;
}

.inner-wrapper h1,
.inner-wrapper h2,
.inner-wrapper h3 {
  display: block;
  margin-bottom: 1.5rem;
  position: relative;
  border-bottom: solid 1px rgba(26, 54, 108, 0.07);
  padding-bottom: 15px;
}

.header__logo > a img {
  max-width: 260px;
}

.btn--secondary:hover {
  background-image: none;
  background: #050f1e;
}

.navigation-menu > ul > li:hover > a span, .navigation-menu > ul > li.active > a span {
  color: #b62925;
}

.top-bar-wrap {
  text-transform: uppercase;
}

.ht-btn {
  background: #b62925;
}

.text-color-primary {
  color: #b62925;
}

.scroll-top {
  background-color: #b62925;
}

.inner-wrapper h1::after,
.inner-wrapper h2::after,
.inner-wrapper h3::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 3px;
  background: -webkit-linear-gradient(0deg, #b21f25 0%, #ffffff 100%);
  bottom: -2px;
  left: 0px;
  border-radius: 4px;
}

.hover-style-link:hover {
  color: #8a0f0d;
}

.navigation-menu > ul > li > a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.section-title h3.heading {
  font-size: 1.55rem;
}

.btn--secondary {
  background-image: none;
  background-color: #b21f25;
  text-transform: uppercase;
}

.fancybox-container {
  z-index: 999999 !important;
}

a,
button,
img,
input,
span {
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.resolutions-hero-bg .vc_row-separator svg {
  fill: #ffffff;
}

.header-area--absolute {
  z-index: 9999;
  background: rgba(0, 12, 82, 0.3);
  -webkit-box-shadow: 1px 1px 2px rgba(10, 16, 66, 0.5);
          box-shadow: 1px 1px 2px rgba(10, 16, 66, 0.5);
  padding-bottom: 8px;
}

.breadcrumb-area {
  padding-top: 236px;
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Pro";
}

.header__logo {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.pd-30p {
  padding: 0 30px !important;
  text-align: right;
}

.header__logo a span {
  line-height: 36px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 20px;
  font-size: 1.25rem;
}

.header-sticky.is-sticky .header__logo a span {
  color: #333333;
}

.menu-style-four .navigation-menu > ul > li > a:before {
  background-color: #ffffff;
}

.service-hero-text h3 {
  text-transform: uppercase;
}

.service-hero-text p {
  text-transform: uppercase;
}

.check_email {
  display: none !important;
}

/*--- Checkbox Styles ---*/
.checkbox {
  display: inline-block;
  margin-right: 15px;
}

.checkbox input[type="checkbox"] {
  display: none;
}

.checkbox label {
  position: relative;
  color: #999;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  display: inline-block;
  padding-left: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.checkbox label::before,
.checkbox label::after {
  position: absolute;
  content: "";
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/*Outer box of the fake checkbox*/
.checkbox label::before {
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 5px;
  left: 0px;
  top: 3px;
  color: #ccc;
}

/*Checkmark of the fake checkbox*/
.checkbox label::after {
  height: 7px;
  width: 13px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 3px;
  top: 8px;
}

/*Hide the checkmark by default*/
.checkbox input[type="checkbox"] + label::after {
  content: none;
}

/*Unhide on the checked state*/
.checkbox input[type="checkbox"]:checked + label::after {
  content: "";
  color: #fff;
}

/*Adding focus styles on the outer-box of the fake checkbox*/
.checkbox input[type="checkbox"]:focus + label::before {
  outline: none;
}

.checkbox input[type="checkbox"]:checked + label::before {
  background-color: #b62925;
  color: #b62925;
}

.google-map iframe {
  -webkit-box-shadow: 4px 2px 7px #d5d5d5;
          box-shadow: 4px 2px 7px #d5d5d5;
}

.pixels-bg {
  position: relative;
}

.pixels-bg:after {
  background: url(../assets/images/bg/bg-pixel.png);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: .8;
}

.breadcrumb_box {
  position: relative;
  z-index: 999;
  display: inline-block;
  background: #0000004d;
  padding: 1rem 2rem;
  border-radius: 6px;
}

.ht-simple-job-listing .item:nth-child(2n) {
  background: #F8F8F8;
}

.doc-list-item {
  position: relative;
  width: auto;
  display: initial;
}

.fontawesome-icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.doc-list-item::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f15c";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: -20px;
}

.border-doc-item {
  border-left: 1px solid #e6e6e6;
  padding-left: 30px;
}

.border-doc-item .job-button {
  text-align: right;
}

.view-more-small {
  color: #b62925;
  font-size: 12px;
  text-transform: uppercase;
}

.post-info h1 {
  display: block;
  margin-bottom: 1.5rem;
  position: relative;
  border-bottom: solid 1px rgba(26, 54, 108, 0.07);
  padding-bottom: 15px;
}

.post-info h1::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 3px;
  background: -webkit-gradient(linear, left bottom, left top, from(#b62925), to(#ffffff));
  background: linear-gradient(0deg, #b62925 0%, #ffffff 100%);
  background: -webkit-linear-gradient(0deg, #b62925 0%, #ffffff 100%);
  bottom: -2px;
  left: 0px;
  border-radius: 4px;
}

.my-gallery img {
  border-radius: 5px;
  width: 100%;
  height: auto;
}

.related-posts-wrapper {
  margin-top: 40px;
}

.infotechno-blog-list li a {
  cursor: default;
}

.layouts-images img,
.blog-thumbnail img,
.rv-video-section img {
  border-radius: 4px;
}

.mobile-menu-overlay.active,
.page-oppen-off-sidebar.active {
  z-index: 99999;
}

.blog-section-wrapper {
  background: url(../images/preview/mitech-landing-header-preview-bg.png);
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.layout-section-bg {
  background-color: #f8f8f8;
}

.main-content-wrapper img {
  max-width: 100%;
  height: auto;
}

.navigation-menu .language-menu {
  /* padding-right: 25px; */
  display: block;
  color: #000000;
  padding: 21px 2px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.18;
}

.mobile-menu-overlay .logo img {
  max-width: 90px;
}

.language-menu > ul > li > a span {
  margin-left: 10px;
  font-size: 14px;
}

.language-menu img {
  max-width: 28px;
}

/******* PAGINATION *******/
nav.pagination-wrapper {
  display: block;
  margin-top: 5vh;
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination li {
  margin-right: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.pagination li a {
  padding: .75rem 1rem;
  color: #007FDC;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease-out 0.18s;
  transition: all ease-out 0.18s;
  font-weight: 600;
}

.pagination li a:hover {
  background: #f4f5f6;
}

.pagination li.active > span {
  padding: .75rem 1rem;
  color: #fff;
  background-color: #007FDC;
  border-color: #007FDC;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font-weight: 600;
}

.pagination li.disabled > span {
  padding: .75rem 1rem;
  color: #c9c9c9;
  background-color: #f8f8f8;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font-weight: 600;
}

.main-content-wrapper ul {
  padding: 0 25px;
  margin: initial;
  list-style: circle;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 38px;
  font-weight: 500;
}

.mobile-menu-overlay .logo img {
  max-width: 180px;
}

.mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
  background: #811f17;
}

/******* PAGINATION END *******/
/*# sourceMappingURL=fer.css.map */