@charset "utf-8";
html {
  height: 100%;
}
body {
  height: 100%;
  margin: 0;
  color: #393c43;
  font-family: 'Lato-Regular';
  font-size: 16px;
  line-height: 1.42857143;
  overflow-x: hidden;
  background-color: #ffffff;
}
*, ::after, ::before {
  box-sizing: border-box;
}
*, *:focus {
  outline: none;
}
a {
  color: #393c43;
  text-decoration: none;
  transition: all ease .4s;
  text-decoration: none;
  background-color: transparent;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover {
  color: #d10000;
}
a:hover {
  color: #d10000;
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
a>code {
  color: inherit;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  padding-bottom: 10px;
  margin-bottom: 0.5rem;
  font-family: 'CenturyGothic-Bold';
  color: #000000;
  line-height: 1.2;
  font-weight: unset;
}
h1, .h1 {
  font-size: 80px;
  line-height: 100px;
}
h2, .h2, .border-title {
  display: inline-block;
  padding: 13px 25px 15px 25px;
  margin-bottom: 30px;
  font-size: 72px;
  line-height: 82px;
  color: #000000;
  position: relative;
}
p {
  margin: 0;
  padding-bottom: 18px;
  font-family: 'Lato-Regular';
  color: #404040;
  font-size: 24px;
  line-height: 36px;
}
p > a, ul:not(.nav-menu):not(.dropdown-menu):not(.menu-footer-menu) li > a, ol li > a {
  display: inline-block;
  font-family: 'Lato-Bold';
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
li > ul, li > ol {
  margin: 0;
}
figure {
  margin: 0 0 10px;
  position: relative;
}
select::-ms-expand {
  display: none;
}
button, button:focus {
  outline: none;
  outline-offset: 0;
}
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}
.table-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.align-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.section {
  padding-top: 120px;
  padding-bottom: 120px;
}
.container {
  position: relative;
}
::selection {
  background: #d10000;
  color: #FFFFFF;
}
::-webkit-selection {
  background: #d10000;
  color: #FFFFFF;
}
::-moz-selection {
  background: #d10000;
  color: #FFFFFF;
}
::-o-selection {
  background: #d10000;
  color: #FFFFFF;
}
::-ms-selection {
  background: #d10000;
  color: #FFFFFF;
}

/*@font-face {
  font-family: 'Lato-Regular';
  src: url('../fonts/Lato-Regular.eot');
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Lato-Regular.woff2') format('woff2'),
      url('../fonts/Lato-Regular.woff') format('woff'),
      url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-Medium';
  src: url('../fonts/Lato-Medium.eot');
  src: url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Lato-Medium.woff2') format('woff2'),
      url('../fonts/Lato-Medium.woff') format('woff'),
      url('../fonts/Lato-Medium.svg#Lato-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-Bold';
  src: url('../fonts/Lato-Bold.eot');
  src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Lato-Bold.woff2') format('woff2'),
      url('../fonts/Lato-Bold.woff') format('woff'),
      url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-Italic';
  src: url('../fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lato-Italic.woff') format('woff'), url('../fonts/Lato-Italic.ttf')  format('truetype'), url('../fonts/Lato-Italic.svg#Lato-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CenturyGothic-Bold';
  src: url('../fonts/CenturyGothic-Bold.eot');
  src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
      url('../fonts/CenturyGothic-Bold.woff') format('woff'),
      url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}*/
h2:before, h2:after, .border-title:before, .border-title:after, .contact-item .icon:before, .techark {
  background-image: url(../images/sprites-new.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 120px auto;
}
h2:before, h2:after, .border-title:before, .border-title:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 60px;
  content: "";
}
h2:after, .border-title:after {
  top: auto;
  left: auto;
  bottom: 0;
  margin-left: -95px;
  background-position: 0 -67px;
}
.sub-title {
  letter-spacing: 0.5px;
}

ul:not(.nav-menu):not(.dropdown-menu):not(.menu-footer-menu) li, ol li {
  padding-left: 22px;
  margin-bottom: 7px;
  font-family: 'Lato-Medium';
  font-size: 24px;
  color: #404040;
  position: relative;
}
ul:not(.nav-menu):not(.dropdown-menu):not(.menu-footer-menu) li ul, ol li ol {
  margin-top: 7px;
}
ul:not(.nav-menu):not(.dropdown-menu):not(.menu-footer-menu) li:before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #000000;
  content: "";
  border-radius: 100%;
}
ul:not(.nav-menu):not(.dropdown-menu):not(.menu-footer-menu) li ul li:before {
  border-radius: 0;
}
ol {
  padding-left: 22px;
}
ol li {
  padding-left: 0;
}

.btn {
  display: inline-block;
  min-width: 170px;
  padding: 14px;
  font-family: 'CenturyGothic-Bold';
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #d10000;
  border: none;
  border-radius: 4px;
  transition: all ease .4s;
}
.black-btn, .btn:hover {
  color: #ffffff;
  background-color: #000000;
}
.black-btn:hover {
  background-color: #d10000;
}
.btn:focus {
  box-shadow: none;
}

.navbar-toggler {
  display: none;
  padding: 0;
  vertical-align: middle;
  height: 22px;
  min-width: 1px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.navbar-toggler .navbar-toggler-separator {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 3px;
  margin: 4.8px 0;
  background-color: #000;
  position: relative;
  border-radius: 0px;
  transition: all ease .3s;
}
.navbar-toggler .navbar-toggler-separator:before, .navbar-toggler .navbar-toggler-separator:after {
  position: absolute;
  top: -8px;
  right: 0;
  width: 26px;
  height: 3px;
  background: #000;
  content: "";
  border-radius: 0px;
  transition: all ease .3s;
  z-index: 1;
}
.navbar-toggler .navbar-toggler-separator:after {
  top: 8px !important;
}
.banner-wrap .navbar-toggler .navbar-toggler-separator, .banner-wrap .navbar-toggler .navbar-toggler-separator:before, .banner-wrap .navbar-toggler .navbar-toggler-separator:after {
  background: #ffffff;
}
.navbar-toggler.active .navbar-toggler-separator, .navigation-open .navbar-toggler .navbar-toggler-separator {
  background-color: transparent;
}
.navbar-toggler.active .navbar-toggler-separator:before, .navigation-open .navbar-toggler .navbar-toggler-separator:before {
  top: -1px;
  transform: rotate(-45deg);
}
.navbar-toggler.active .navbar-toggler-separator:after, .navigation-open .navbar-toggler .navbar-toggler-separator:after {
  top: -1px !important;
  transform: rotate(45deg);
}
.close-icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  position: relative;
  transition: all ease .4s;
}
.close-icon:before, .close-icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 4px;
  background: #ffffff;
  content: "";
  border-radius: 15px;
  transition: all ease .4s;
  z-index: 1;
}
.close-icon:before {
  transform: translateY(-50%) translateX(-50%) rotateZ(-45deg);
}
.close-icon:after {
  transform: translateY(-50%) translateX(-50%) rotateZ(45deg);
}

.header {
  position: relative;
  transition: all ease .4s;
  z-index: 111;
}
.header .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 11;
}
body.sticky {
  padding-top: 119px;
}
.sticky .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  z-index: 11;
}
.sticky .header .container > .brand {
  max-width: 144px;
}
.sticky .header nav > ul > li {
  padding-top: 25px;
  padding-bottom: 25px;
}
.sticky .header nav > ul > li:last-child {
  padding-top: 0;
  padding-bottom: 0;
}
.sticky .header .btn {
  padding: 11px;
}
.header .container > .brand {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 11;
}
.header nav > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header nav > ul > li {
  display: flex;
  align-items: center;
  padding: 46.5px 26px;
  font-size: 0;
}
.header nav ul li:last-child {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.down-arrow {
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  position: relative;
}
.down-arrow:before {
  position: absolute;
  top: 51%;
  right: 0;
  content: "";
  border-top: 6px solid #000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transform: translateY(-51%);
}
.header nav ul li a:not(.btn) {
  display: inline-block;
  font-family: 'CenturyGothic-Bold';
  font-size: 18px;
  color: #000000;
  text-transform: uppercase;
}
.header nav ul li a:not(.btn):hover, .header nav ul li.current-menu-item > a, .header nav ul li.current-menu-parent > a {
  color: #d10000;
}
.dropdown-menu {
  width: 230px;
  padding: 8px 0;
  margin: 0;
  border: none;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 5px 5px;
}
.dropdown.open .dropdown-menu {
  display: block;
}
.header nav ul.dropdown-menu li a {
  padding: 7px 20px;
  font-size: 16px;
}

.rbc-banner {
  display: block !important;
  min-height: 830px;
}
.rbc-banner .item {
  height: 830px;
  /* background-image: url("../images/banner-slide1.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.rbc-banner .item:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
}
.rbc-banner .item .container {
  height: 100%;
}
.rbc-banner .carousel-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 437px;
  top: 50%;
  bottom: auto;
  left: 0;
  right: 0;
  max-width: 1050px;
  margin: 0 auto;
  padding: 30px 30px 80px;
  border: 7px solid #ffffff;
  border-bottom: none;
  position: relative;
  transform: translateY(-50%);
}
.rbc-banner .carousel-caption:before, .rbc-banner .carousel-caption:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38%;
  height: 7px;
  background-color: #ffffff;
  content: "";
}
.rbc-banner .carousel-caption:after {
  left: auto;
  right: 0;
}
.banner-title {
  font-family: 'CenturyGothic-Bold';
  font-size: 65px;
  line-height: 80px;
  letter-spacing: 2px;
}
.banner-title span {
  position: relative;
}
.banner-title span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #d10000;
  content: "";
  z-index: -1;
}
.rbc-banner .carousel-caption .btn {
  position: absolute;
  bottom: -27.5px;
  left: 50%;
  transform: translateX(-50%);
}
.rbc-banner .carousel-caption .btn:hover {
  background-color: #ffffff;
  color: #000000;
}

/* Owl Carousel Slider CSS  */
.owl-carousel.owl-drag .owl-item, .owl-carousel .owl-stage {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: unset;
  -moz-user-select: unset;
  -ms-user-select: unset;
  user-select: unset;
}
.owl-carousel .owl-nav {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  position: static;
  top: 50%;
  left: 0;
  width: 50px;
  height: 14px;
  opacity: 1;
  outline: none;
  background-color: transparent;
  background-position: -40px -136px;
  transition: all ease .4s;
  transform: none;
  box-shadow: none;
  text-indent: -9999px;
  z-index: 1;
  border-radius: 0;
}
.owl-carousel .owl-nav .owl-next {
  margin-left: 10px;
  left: auto;
  right: 0;
  background-position: 100% -160px;
}
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
  width: 110px;
}
.owl-carousel .owl-nav .disabled {
  opacity: 0.7;
  pointer-events: none;
}
.owl-drag .disabled, .slider-no-current {
  display: none;
}
.current-no:after {
  content: "/";
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 100%;
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
.owl-carousel button.owl-dot {
  display: inline-block;
  margin: 0 6px;
  width: 15px;
  height: 15px;
  border: 2px solid #ffffff;
  background-color: transparent;
  border-radius: 30px;
  transition: all ease .4s;
}
.owl-carousel button.owl-dot:hover, .owl-carousel button.owl-dot.active, .our-customers .owl-carousel button.owl-dot:hover, .our-customers .owl-carousel button.owl-dot.active {
  border-color: #d10000;
  background-color: #d10000;
}
.owl-carousel .item:not(.firstslide){
    display: none;
}
.owl-carousel.owl-loaded .item{
  display: block;
}

.about-section {
  padding-top: 120px;
}
.about-section .order-lg-2 {
  padding-left: 60px;
}
.about-section .btn {
  margin-top: 23px;
}
.image-wrap, .jarallax-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.jarallax-image .jarallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.image-wrap > img {
  display: block;
  min-height: 200px;
  transition: all ease .4s;
}
.image-wrap:hover > img {
  transform: scale(1.2);
}
.about-section .image-wrap {
  padding-left: 60px;
  padding-bottom: 60px;
}
.about-section .image-wrap img {
  width: 100%;
}
.image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 320px;
  padding: 60px 35px;
  background-color: #d10000;
  font-family: 'Lato-Bold';
  font-size: 30px;
  color: #ffffff;
  line-height: 45px;
  z-index: 1;
}
.image-caption > span {
  display: block;
  padding: 0 60px 0 15px;
  position: relative;
}
.image-caption > span:before {
  position: absolute;
  top: 23px;
  bottom: 17px;
  right: 0;
  width: 60px;
  background-color: #ffffff;
  content: "";
}
.image-caption > span:after {
  position: absolute;
  top: 28px;
  bottom: 22px;
  right: 5px;
  width: 55px;
  background-color: #d10000;
  content: "";
}
.image-caption span span {
  display: block;
  font-size: 124px;
  line-height: normal;
}

.our-services, .our-industries {
  padding-top: 120px;
  padding-bottom: 45px;
}
.our-services .row {
  padding-top: 30px;
  margin: 0 -30px;
}
.our-services [class*="col-"], .our-industries [class*="col-"] {
  padding: 0 30px 60px;
}
.our-services .content, .our-industries .content {
  padding: 25px 30px 0;
}
.our-services h3, .our-industries h3 {
  font-size: 30px;
}
.our-services h3 a, .our-industries h3 a {
  color: #000000;
}
.our-services h3 a:hover, .our-industries h3 a:hover {
  color: #d10000;
}

.our-customers {
  padding: 100px 0;
  background-color: #f2f2f2;
  text-align: center;
	overflow: hidden;
}
.our-customers .owl-carousel {
  max-width: 750px;
  margin: 0 auto;
}
.our-customers p {
  font-family: 'Lato-Italic';
  letter-spacing: 0.5px;
}
.our-customers h3 {
  padding-top: 9px;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: 'Lato-Bold';
  font-size: 22px;
  line-height: 22px;
}
.our-customers span {
  font-size: 16px;
  color: #404040;
}
.our-customers .owl-carousel .owl-dots {
  position: static;
  padding-top: 52px;
}
.our-customers .owl-carousel button.owl-dot {
  border-color: #797979;
  background-color: #797979;
}

.our-industries {
  text-align: center;
}
.our-industries .row {
  padding-top: 33px;
  margin: 0 -30px;
  text-align: left;
}
.our-industries [class*="col-"] {
  padding-bottom: 48px;
}
.more-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 10px;
  margin: 0 -15px;
}
.more-services ul {
  padding: 0 15px;
  width: 50%;
}
.parl_ban {
	background-position: 50% 30%;
	background-size: cover;
	background-repeat: no-repeat;
}

footer {
  padding-top: 100px;
  margin-top: 200px;
  background-color: #d10000;
}
footer > .container {
  padding-bottom: 80px;
}
.contact-item {
  display: flex;
  padding-bottom: 50px;
}
.contact-item .icon {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  text-indent: -9999px;
  position: relative;
  border-radius: 100%;
}
.contact-item .icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 39px;
  content: "";
  background-position: 1px -169px;
  transform: translateY(-50%) translateX(-50%);
}
.contact-item:nth-child(2) .icon:before {
  background-position: -38px -168px;
}
.contact-item:nth-child(3) .icon:before {
   background-position: -40px -210px;
   transition: background-position 0.3s ease;
}
.contact-item .insta-icon:hover .icon:before {
    background-position: -2px -210px;
}
.contact-item:nth-child(3) {
    display: flex;
    flex-direction: column;
}
.item-info {
  padding-left: 20px;
  width: calc(100% - 60px);
}
.item-info .footer-title {
  padding: 0;
  margin-bottom: 1px;
  font-family: 'Lato-Bold';
  font-size: 26px;
  color: #ffffff;
}
.item-info a, .item-info span {
  font-size: 20px;
  color: #ffffff;
}
.item-info a:hover {
  color: #000000;
}
.item-info span {
  display: block;
  padding-top: 2px;
  font-family: 'Lato-Bold';
}
.easa-logo {
  display: inline-block;
}
.easa-logo img {
  max-width: 140px;
}
.form-wrap {
  display: block;
  padding: 30px 40px 40px;
  margin-top: -300px;
  letter-spacing: 0.2px;
  background-color: #ffffff;
  box-shadow: -11px 0 35px rgba(0, 0, 0, 0.08);
}
.form-wrap h4 {
  padding-bottom: 16px;
  font-size: 34px;
}
.form-title {
  display: block;
  padding-bottom: 5px;
}
.form-wrap .form-title h4 {
  padding-bottom: 0;
  margin-bottom: .5rem;
}
.form-wrap [class*="col-"] {
  padding-bottom: 20px;
}
.form-wrap [class*="col-"]:last-child {
  padding-bottom: 0;
}
.form-wrap label {
  display: block;
  margin-bottom: 0;
}
.field-label {
  display: block;
  padding-bottom: 8px;
  font-family: 'Lato-Medium';
  font-size: 22px;
  color: #000000;
}
.wpcf7-form-control-wrap .wpcf7-form-control {
  display: block;
  width: 100%;
  height: 60px;
  padding: 10px 20px;
  font-family: 'Lato-Regular';
  font-size: 18px;
  color: #8d8d8d;
  letter-spacing: 0.2px;
  border: 2px solid #cccccc;
  border-radius: 4px;
}
input, textarea {
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7-form-control-wrap textarea.wpcf7-form-control {
  height: 150px;
  resize: none;
}
form .btn {
  margin-top: 10px;
}
.wpcf7-not-valid-tip {
  padding-top: 5px;
  font-size: 18px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 25px 0 0;
  padding: 8px 15px;
  font-size: 20px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8d8d8d;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #8d8d8d;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #8d8d8d;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #8d8d8d;
  opacity: 1;
}
.bottom-footer {
  padding: 22px 0;
  background-color: #000000;
}
.bottom-footer .container {
  font-size: 18px;
  color: #ffffff;
}
.bottom-footer [class*="col-"]:last-child {
  text-align: right;
}
.bottom-footer nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bottom-footer nav ul li {
  padding: 0 20px;
}
.bottom-footer nav ul li a {
  color: #ffffff;
}
.bottom-footer nav ul li a:hover, .bottom-footer nav ul li.current-menu-item > a {
  color: #d10000;
}
.webdesignby {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.techark {
  display: inline-block;
  width: 120px;
  height: 28px;
  margin-left: 5px;
  color: #ffffff;
  text-align: left;
  background-position: 0 -135px;
  /* text-indent: -9999px; */
}
.back-to-top {
  position: fixed;
  bottom: -50px;
  right: 15px;
  transition: all ease .3s;
  z-index: 3;
}
.back-to-top.active {
  bottom: 20px;
}
.back-to-top a {
  display: block;
  width: 40px;
  height: 40px;
  color: #FFFFFF;
  text-align: center;
  background-color: rgba(209, 0, 0, 1);
  box-shadow: 0 0 10px rgba(0,0,0,.3);
  border-radius: 4px;
  position: relative;
}
.back-to-top a:hover {
  background-color: #000;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
.back-to-top a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-top: 3px;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  content: "";
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.page-title {
  padding: 130px 0 90px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  position: relative;
}
.page-title:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}
.page-title h1 {
  padding-bottom: 0;
  margin-bottom: 2px;
  color: #ffffff;
  letter-spacing: 0.5px;
}
.breadcrumb {
  padding: 0;
  margin: 0;
  justify-content: center;
  background-color: transparent;
}
.breadcrumb-item {
  align-items: center;
}
.breadcrumb-item a, .breadcrumb-item.active {
  font-family: 'Lato-Medium';
  font-size: 24px;
  color: #ffffff;
}
.breadcrumb-item a:hover {
  color: #d10000;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 15px;
}
.breadcrumb-item + .breadcrumb-item:before {
  height: 10px;
  width: 10px;
  padding: 0;
  margin-top: 4px;
  margin-right: 20px;
  content: "";
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;  
  transform: rotate(45deg);
}
.quality-services {
  padding-top: 120px;
  padding-bottom: 94px;
}
.our-certifications {
  padding: 120px 0;
}
.our-certifications [class*="col-"]:first-child, .service-detail [class*="col-"]:first-child {
  padding-right: 30px;
}
.our-certifications [class*="col-"]:last-child, .service-detail [class*="col-"]:last-child {
  padding: 40px 28px;
}
.our-certifications .jarallax, .service-detail .jarallax, .our-certifications .addlazyload, .service-detail .addlazyload {
  height: 100%;
  min-height: 500px;
}
.our-certifications .right-info, .service-detail .right-info {
  max-width: 770px;
}
.call-out {
  padding: 60px 0;
  margin-bottom: 330px;
  background-color: #f2f2f2;
}
.call-out .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.call-out .border-title {
  margin-bottom: 0;
}
.call-out .btn-block {
  width: auto;
}
.call-out .btn {
  min-width: 220px;
}

.our-services .content-wrap {
  padding-bottom: 94px;
}

.jobs {
  padding-top: 120px;
  padding-bottom: 90px;
}
.jobs .lists {
  padding-bottom: 30px;
}
.job-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 30px 60px;
  margin-top: 30px;
  background-color: #f5f5f5;
}
.job-title {
  display: flex;
  align-items: center;
  width: calc(100% - 175px);
  padding: 0;
  margin: 0;
  font-family: 'CenturyGothic-Bold';
  font-size: 40px;
  color: #000000;
}
.job-title span {
  padding-right: 40px;
  font-size: 85px;
  color: #d10000;
  line-height: 100px;
}

.contact-us {
  padding-top: 120px;
  padding-bottom: 120px;
}
.error-page .contact-us {
	padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.contact-us .form-wrap {
  max-width: 1120px;
  margin: 35px auto 0;
  padding: 50px 60px 40px;
  background-color: #f2f2f2;
  box-shadow: none;
}
.contact-us .wpcf7-form-control-wrap .wpcf7-form-control {
  border-color: #ffffff;
}
.contact-us .form-wrap form + p {
  padding-top: 18px;
  font-size: 20px;
}
.contact-us + footer {
  margin-top: 0;
}
.contact-us + footer > .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-us + footer .contact-item {
  padding-bottom: 0;
}

.service-detail {
  padding: 120px 0 95px;
}
.service-detail .row {
  padding-top: 75px;
  padding-bottom: 25px;
}
.service-detail .row:last-child .parl_ban {
	background-position: 50% 100%;
}
.service-detail .style-two [class*="col-"].order-lg-2 {
  padding-left: 30px;
  padding-right: 0;
}
.service-detail .style-two .right-info {
  float: right;
}

/* error404 Page CSS */
.error404 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 150px 0 350px;
  text-align: center;
  background-color: #f0f2f5;
}
.error404 h1 {
  font-size: 150px;
  color: #d10000;
  line-height: 145px;
  letter-spacing: 10px;
}
.error404 h2 {
  display: block;
  padding: 0;
  font-size: 22px;
  line-height: normal;
}
.error404 h2:before, .error404 h2:after {
  display: none;
}
.error404 .btn {
  min-width: 200px;
}
.error-page footer {
  margin-top: 0;
}
p:empty {
  display: none;
}
.grecaptcha-badge{display: none !important;}
main article {
	padding: 100px 0;
}
.form-wrap p{margin-top: 25px;}
.post-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
}
.post-navigation .nav-links div {
  width: 50%;
}
.post-navigation .nav-links div + div {
  text-align: right;
}
.post-navigation .nav-links div a {
  font-family: 'Lato-Medium';
  padding-left: 25px;
  position: relative;
}
.post-navigation .nav-links div + div a {
  padding-left: 0;
  padding-right: 20px;
}
.post-navigation .nav-links .nav-subtitle {
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  margin-top: -3px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  text-indent: -999999px;
  transform: rotate(-45deg);
}
.post-navigation .nav-links div + div .nav-subtitle {
  left: auto;
  right: 0;
  text-indent: 999999px;
  transform: rotate(135deg);
}
.single-post main {
  padding-bottom: 80px;
}
.lazyload {
  opacity: 0;
}
.lazyloading {
  opacity: 1;
  transition: opacity 300ms;
  background: #f7f7f7 url(../images/loader.gif);
  background-size: 200px auto !important;
  background-repeat: no-repeat;
  background-position: center center;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 9ms;
}
.rbc-banner .addlazyload .container, .page-title.addlazyload .container {
  opacity: 0;
  transition: all ease .4s;
} 
.rbc-banner .lazyloaded .container, .page-title.lazyloaded .container {
  opacity: 1;
}
.page-template-contact-us footer .item-info {
	max-width: 280px;
}

/* Responsive CSS */
@media screen and (min-width: 992px) {
  .mobile-menu-header {
    display: none;
  }
  .header nav ul li {
    position: relative;
  }
  .header nav ul li:hover > .dropdown-menu {
    display: block;
  }
  .header nav ul li:hover > a:not(.btn) {
    color: #d10000;
  }
  .header nav ul li.current-menu-item > a.btn, .header nav ul li.current-menu-item > a.btn:hover {
    color: #ffffff;
  }
  .page-template-contact-us footer > .container {
		max-width: 960px;
	}
}
@media screen and (min-width: 1200px) {
	.page-template-contact-us footer > .container {
		max-width: 1120px;
		margin: 0 auto;
	}
  .back-to-top.active {
    bottom: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    max-width: 1170px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
}
@media screen and (min-width: 1680px) {
  .container {
    max-width: 1600px;
  }
  .call-out .btn {
    min-width: 280px;
  }
}

@media screen and (min-width: 1921px) {
	.page-title {
		background-position: 50% 78%;
	}
}

@media screen and (max-width: 1679px) {
  .our-certifications .right-info, .service-detail .right-info {
    max-width: 620px;
  }
  h1, .h1 {
    font-size: 70px;
    line-height: 90px;
  }
  h2, .h2, .border-title {
    font-size: 60px;
    line-height: 70px;
  }
  .our-services h3, .our-industries h3 {
    font-size: 28px;
  }
  p {
    font-size: 22px;
    line-height: 32px;
  }
  ul:not(.nav-menu):not(.dropdown-menu):not(.menu-footer-menu) li, ol li {
    font-size: 22px;
  }
  ul:not(.nav-menu):not(.dropdown-menu):not(.menu-footer-menu) li:before {
    top: 13px;
  }
  .form-wrap h4 {
    font-size: 30px;
  }
  .image-caption {
    max-width: 240px;
    padding: 30px 20px;
    font-size: 24px;
    line-height: 34px;
  }
  .image-caption > span {
    padding-right: 40px;
  }
  .image-caption > span::before {
    width: 40px;
  }
  .image-caption > span::after {
    width: 35px;
  }
  .image-caption span span {
    font-size: 100px;
  }
}
@media screen and (max-width: 1399px) {
  body.sticky {
    padding-top: 91px;
  }
  .header .container > .brand {
    top: 15px;
    max-width: 200px;
  }
  .sticky .header nav > ul > li {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .sticky .header .btn {
    padding: 10px;
  }
  .header nav > ul > li {
    padding: 32.5px 20px;
  }
  .btn {
    min-width: 155px;
    padding: 12px;
  }
  .rbc-banner .carousel-caption {
    max-width: 950px;
    padding-bottom: 65px;
    min-height: 382px;
  }
  .banner-title {
    font-size: 55px;
    line-height: 70px;
  }
  .rbc-banner .carousel-caption .btn {
    bottom: -23px;
  }
  h2, .h2, .border-title {
    font-size: 52px;
    line-height: 62px;
  }
  p {
    font-size: 22px;
    line-height: 32px;
  }
  ul:not(.nav-menu):not(.dropdown-menu):not(.menu-footer-menu) li, ol li {
    font-size: 22px;
  }
  ul:not(.nav-menu):not(.dropdown-menu):not(.menu-footer-menu) li::before {
    top: 12px;
  }

  .image-caption {
    font-size: 22px;
    line-height: 32px;
  }
  .image-caption span span {
    font-size: 95px;
  }
  .image-caption > span:before {
    top: 18px;
    bottom: 12px;
  }
  .image-caption > span:after {
    top: 23px;
    bottom: 17px;
  }

  .our-services h3, .our-industries h3 {
    font-size: 26px;
  }

  .form-wrap h4 {
    font-size: 30px;
  }
  .wpcf7 form .wpcf7-response-output {
    font-size: 18px;
  }
  .item-info .footer-title {
    font-size: 24px;
  }
  .bottom-footer .container {
    font-size: 17px;
  }
  .bottom-footer nav ul li {
    padding: 0 15px;
  }

  h1, .h1 {
    font-size: 60px;
    line-height: 75px;
  }
  .breadcrumb-item a, .breadcrumb-item.active {
    font-size: 22px;
  }
  .our-certifications .right-info, .service-detail .right-info {
    max-width: 555px;
  }

  .error404 h1 {
    font-size: 120px;
    line-height: 120px;
  }
  .error404 h2 {
    font-size: 20px;
  }
  .error404 .btn {
    min-width: 185px;
  }
}
@media screen and (max-width: 1279px) {
  .header > .brand {
    left: 15px;
  }
  .bottom-footer .container {
    font-size: 16px;
  }
  .our-certifications [class*="col-"]:last-child, .service-detail [class*="col-"]:last-child {
    padding: 40px 20px;
  }
  .our-certifications .right-info, .service-detail .right-info {
    max-width: 535px;
  }
  .image-caption {
    max-width: 210px;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 1199px) {
  body.sticky {
    padding-top: 80px;
  }
  .header .container > .brand {
    max-width: 170px;
  }
  .sticky .header .container > .brand {
    max-width: 136px;
  }
  .header nav > ul > li {
    padding: 28.5px 15px;
  }
  .header nav ul li a:not(.btn), .btn {
    font-size: 16px;
  }
  .dropdown-menu {
    padding: 5px 0;
  }
  .header nav ul.dropdown-menu li a {
    padding: 7px 15px;
  }
  .header .btn {
    padding: 10px;
  }
  .btn {
    min-width: 145px;
  }
  .rbc-banner {
    min-height: 700px;
  }
  .rbc-banner .item {
    height: 700px;
  }
  .rbc-banner .carousel-caption {
    max-width: 800px;
    min-height: 322px;
  }
  .banner-title {
    font-size: 45px;
    line-height: 55px;
  }
  h2, .h2, .border-title {
    font-size: 45px;
    line-height: 60px;
  }
  .about-section .order-lg-2 {
    padding-left: 30px;
  }
  .about-section .image-wrap {
    padding-left: 30px;
    padding-bottom: 30px;
  }
  .image-caption {
    max-width: 190px;
    padding: 35px 20px;
    font-size: 20px;
    line-height: 28px;
  }
  .image-caption > span {
    padding: 0 35px 0 10px;
  }
  .image-caption > span:before {
    width: 35px;
    top: 13px;
    bottom: 11px;
  }
  .image-caption > span::after {
    width: 31px;
    top: 17px;
    right: 4px;
    bottom: 15px;
  }
  .image-caption span span {
    font-size: 90px;
  }
  .our-services .row, .our-industries .row {
    margin: 0 -20px;
  }
  .our-services [class*="col-"], .our-industries [class*="col-"] {
    padding: 0 20px 40px;
  }
  .our-services h3, .our-industries h3 {
    margin-bottom: 0;
    font-size: 22px;
  }
  .our-services .content, .our-industries .content {
    padding: 20px 20px 0;
  }
  p, ul:not(.nav-menu):not(.dropdown-menu):not(.menu-footer-menu) li, ol li {
    font-size: 20px;
    line-height: 28px;
  }
  ul:not(.nav-menu):not(.dropdown-menu):not(.menu-footer-menu) li::before {
    top: 11px;
    width: 7px;
    height: 7px;
  }
  .sub-title br {
    display: none;
  }
  .our-customers h3 {
    font-size: 20px;
    line-height: 20px;
  }
  footer {
    margin-top: 120px;
  }
  .form-wrap {
    padding: 20px 30px 30px;
    margin-top: -220px;
  }
  .form-wrap h4 {
    padding-bottom: 10px;
    font-size: 28px;
  }
  .field-label {
    font-size: 20px;
  }
  .wpcf7-form-control-wrap .wpcf7-form-control {
    height: 55px;
  }
  .wpcf7 form .wpcf7-response-output {
    padding: 6px 10px;
    font-size: 16px;
  }
  .bottom-footer .container, .bottom-footer [class*="col-"]:last-child {
    text-align: center;
  }
  .bottom-footer nav ul {
    margin: 13px 0;
    justify-content: center;
  }
  .webdesignby {
    justify-content: center;
  }

  h1, .h1 {
    font-size: 55px;
    line-height: 70px;
  }
  .breadcrumb-item a, .breadcrumb-item.active {
    font-size: 20px;
  }
  .our-certifications .right-info, .service-detail .right-info {
    max-width: 445px;
  }
  .call-out {
    margin-bottom: 220px;
  }

  .job-item {
    padding: 25px 45px;
  }
  .job-title {
    font-size: 32px;
  }
  .job-title span {
    padding-right: 30px;
    font-size: 70px;
    line-height: 80px;
  }
  .more-services ul {
    width: 100%;
  }

  .contact-us .form-wrap {
    padding: 40px 50px 40px;
  }
  .contact-us .form-wrap form + p {
    font-size: 18px;
  }
  .contact-us + footer .contact-item {
    width: 35%;
  }
	.page-title {
		padding: 110px 0 80px;
	}
}
@media screen and (max-width: 1023px) {
  h2, .h2, .border-title {
    font-size: 45px;
    line-height: 58px;
  }
}
@media screen and (max-width: 991px) {
  body {
    position: relative;
  }
  body:before {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    transition: all ease .6s;
    z-index: 11;
  }
  body.sticky {
    padding-top: 77px;
  }
  body.navigation-open:before {
    left: 0;
  }
  body.navigation-open {
    overflow: hidden;
  }
  .navigation-open .navbar-toggler .navbar-toggler-separator:before, .navigation-open .navbar-toggler .navbar-toggler-separator:after {
    background: #ffffff;
  }
  .sticky.navigation-open .navbar-toggler .navbar-toggler-separator:before, .sticky.navigation-open .navbar-toggler .navbar-toggler-separator:after {
    background: #000;
  }
  .header .container {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .sticky .header .container {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .header .container > .brand {
    max-width: 160px;
  }
  .header nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 445px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ffffff;
    transition: all ease .6s;
    z-index: 11;
  }
  .navigation-open .header nav {
    left: 0;
  }
  .mobile-menu-header {
    display: block;
    padding: 25px 15px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
  }
  .mobile-menu-header > .brand {
    display: inline-block;
    max-width: 150px;
  }
  .header nav > ul {
    display: block;
    position: relative;
  }
  .header nav > ul > li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .sticky .header nav > ul > li {
    padding: 0;
  }
  .header nav ul li a:not(.btn), .header .btn, .sticky .header .btn {
    padding: 17px 30px;
    font-family: 'Lato-Bold';
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }
  .header .btn {
    color: #000000;
    background-color: transparent;
    text-align: left;
    box-shadow: none;
  }
  .header .btn:hover {
    color: #d10000;
    box-shadow: none;
  }
  .header nav ul li.dropdown > a {
    width: calc(100% - 65px);
  }
  .down-arrow {
    width: 65px;
    height: 61px;
    vertical-align: top;
    cursor: pointer;
  }
  .down-arrow::before, .btn-prev > a:before {
    right: 30px;
    width: 11px;
    height: 11px;
    content: "";
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-left: none;
    transform: translateY(-51%) rotate(45deg);
  }
  .btn-prev > a:before {
    display: inline-block;
    vertical-align: middle;
    margin-top: 6px;
    margin-right: 10px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    border-top: none;
    border-right: none;
  }
  .down-arrow:hover:before, .btn-prev > a:hover:before {
    border-color: #d10000;
  }
  .dropdown {
    position: static;
  }
  .dropdown-menu {
    display: block;
    position: absolute;
    top: 0;
    right: -100%;
    left: auto;
    width: 100%;
    height: 100%;
    box-shadow: none;
    border-radius: 0;
    transition: all ease .6s;
    z-index: 1;
  }
  .dropdown-menu.open {
    right: 0;
  }
  .dropdown-menu li {
    border-bottom: 1px solid #e5e5e5;
  }
  .navbar-toggler {
    display: block;
  }
  .rbc-banner {
    min-height: 600px;
  }
  .rbc-banner .item {
    height: 600px;
  }
  .rbc-banner .carousel-caption {
    min-height: 302px;
  }
  .banner-title {
    font-size: 40px;
    line-height: 50px;
  }

  .about-section {
    padding-top: 80px;
  }
  .about-section .order-lg-2 {
    padding-left: 15px;
    padding-bottom: 35px;
  }
  h2, .h2, .border-title {
    padding-left: 22px;
    font-size: 40px;
    line-height: 40px;
  }
  h2::before, h2::after, .border-title::before, .border-title::after {
    width: 70px;
    height: 35px;
    background-size: 70px auto;
  }
  h2::after, .border-title::after {
    margin-left: -47px;
    background-position: 0 -39px;
  }

  .our-services, .our-industries {
    padding-top: 80px;
    padding-bottom: 5px;
  }
  .our-services .row {
    padding-top: 15px;
  }
  .our-customers {
    padding: 60px 0;
  }
  .our-customers .owl-carousel .owl-dots {
    padding-top: 25px;
  }
  .service-detail .row:last-child .parl_ban {
	background-position: 50% 85%;
  }

  footer {
    margin-top: 0;
    padding-top: 60px;
  }
  footer > .container {
    padding-bottom: 60px;
  }
  .contact-item {
    padding-bottom: 35px;
  }
  .item-info .footer-title {
    font-size: 22px;
  }
  .form-wrap {
    margin-top: 40px;
  }
  .form-wrap h4 {
    font-size: 26px;
  }

  .page-title {
    padding: 100px 0 70px;
  }
  h1, .h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 10px;
  }
  .breadcrumb-item + .breadcrumb-item:before {
    margin-right: 15px;
  }
  .quality-services {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .our-certifications {
    padding: 0;
  }
  .our-certifications [class*="col-"]:first-child, .service-detail [class*="col-"]:first-child {
    padding-right: 0;
  }
  .our-certifications [class*="col-"]:last-child, .service-detail [class*="col-"]:last-child {
    padding: 50px 15px 40px;
  }
  .our-certifications .right-info, .service-detail .right-info {
    max-width: 720px;
    margin: 0 auto;
  }
  .call-out {
    padding: 50px 0;
    margin-bottom: 0;
  }
  .call-out .container, .call-out .btn-block {
    display: block;
    text-align: center;
  }
  .call-out .border-title {
    margin-bottom: 25px;
  }

  .our-services .content-wrap {
    padding-bottom: 50px;
  }
  .our-services h2 br, .service-detail h2 br {
    display: none;
  }

  .jobs {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .job-item {
    padding: 20px 30px;
    margin-top: 20px;
  }
  .job-title {
    font-size: 26px;
  }
  .job-title span {
    padding-right: 20px;
    font-size: 55px;
    line-height: 60px;
  }

  .contact-us {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .error-page .contact-us {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
  .contact-us .form-wrap {
    padding: 30px 35px 20px;
    margin: 15px auto 0;
  }
  .contact-us + footer .contact-item {
    width: 100%;
    padding-bottom: 35px;
  }

  .service-detail {
    padding: 80px 0 0;
  }
  .service-detail .row {
    padding-top: 40px;
    padding-bottom: 15px;
  }
  .service-detail .row + .row {
    padding-top: 0;
  }
  .service-detail .style-two [class*="col-"].order-lg-2 {
    padding-left: 0;
  }
  .service-detail .style-two .right-info {
    float: none;
  }

  .error404 {
    padding: 120px 0;
  }
  .error404 h1 {
    font-size: 100px;
    line-height: 105px;
  }
  .error404 .btn {
    min-width: 170px;
  }
	.service-detail .row:last-child .parl_ban {
		background-size: cover;
	}
  main article {
	padding: 80px 0;
  }
}

@media screen and (max-width: 812px) and (orientation: landscape) {
  .rbc-banner {
    min-height: 520px;
  }
  .rbc-banner .item {
    height: 520px;
  }
}
@media screen and (max-width: 767px) {
  a, .btn {
    transition: none;
  }
	.rbc-banner .item .container + div > div {
		width: 100% !important;
		height: 100% !important;
		transform: none !important;
		margin-top: 0 !important;
		background-position: 70% 50% !important;
	}
  .rbc-banner .carousel-caption {
    padding: 20px 15px 55px;
    border-width: 5px;
    min-height: 280px;
  }
  .rbc-banner .carousel-caption:before, .rbc-banner .carousel-caption:after {
    width: 30%;
    height: 5px;
  }
  .banner-title {
    font-size: 32px;
    line-height: 40px;
  }

  .about-section {
    padding-top: 50px;
  }
  .about-section .order-lg-2 {
    padding-bottom: 30px;
  }
  .image-caption {
    max-width: 130px;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .image-caption > span {
    padding: 0 20px 0 0;
  }
  .image-caption > span::before {
    width: 15px;
    top: 11px;
    bottom: 7px;
  }
  .image-caption > span::after {
    width: 15px;
    top: 14px;
    bottom: 10px;
    right: 3px;
  }
  .image-caption span span {
    font-size: 45px;
  }
  .about-section .btn {
    margin-top: 10px;
  }
  h2, .h2, .border-title {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 36px;
  }

  .our-services, .our-industries {
    padding-top: 50px;
  }
  .our-services .row {
    padding-top: 5px;
  }
   .our-industries .content {
    padding: 15px 15px 0;
  }
	.our-services .content{
		padding: 0px 0px 0;
	}
  .our-industries .row {
    padding-top: 15px;
  }
  .our-services .row, .our-industries .row {
    margin: 0 -15px;
  }
 .our-industries [class*="col-"] {
    padding: 0 15px 20px;
  }
	.our-services [class*="col-"]{
		padding: 0px 0px 20px;
	}
  .our-services [class*="col-"] {
    padding-bottom: 30px;
  }

  .our-customers {
    padding: 40px 0;
  }
  .our-customers .owl-carousel .owl-dots {
    padding-top: 15px;
  }

  footer {
    padding-top: 40px;
  }
  footer > .container {
    padding-bottom: 40px;
  }
  .item-info .footer-title {
    font-size: 20px;
  }
  .form-wrap {
    padding: 15px 20px 20px;
  }
  .form-wrap [class*="col-"] {
    padding-bottom: 15px;
  }
  .form-wrap h4 {
    font-size: 24px;
    margin-bottom: 3px;
  }
  .form-title p {
    padding-bottom: 10px;
  }
  .field-label {
    font-size: 18px;
  }
  .wpcf7-form-control-wrap .wpcf7-form-control {
    height: 50px;
    padding: 8px 13px;
  }
  form .btn {
    margin-top: 5px;
  }
  .wpcf7-not-valid-tip {
    padding-top: 3px;
    font-size: 16px;
  }
  .wpcf7 form .wpcf7-response-output {
    margin-top: 20px;
  }
  .easa-logo img {
    max-width: 110px;
  }

  .page-title {
    padding: 80px 0 50px;
  }
  .page-title #jarallax-container-0 div {
    margin-top: 0 !important;
    transform: none !important;
    width: 100% !important;
    height: 100% !important;
	  background-position: 70% 50% !important;
  }
  
  h1, .h1 {
    font-size: 36px;
    line-height: 45px;
  }
  .breadcrumb-item a, .breadcrumb-item.active {
    font-size: 18px;
  }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 10px;
  }
  .breadcrumb-item + .breadcrumb-item:before {
    width: 9px;
    height: 9px;
  }
  .quality-services {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .our-certifications .jarallax, .service-detail .jarallax {
    min-height: 400px;
  }
  .our-certifications .right-info, .service-detail .right-info {
    max-width: 540px;
  }
  .call-out {
    padding: 40px 0;
  }
  .call-out .btn {
    min-width: 170px;
  }

  .our-services .content-wrap {
    padding-bottom: 25px;
  }

  .jobs {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .jobs .lists {
    padding-bottom: 20px;
  }
  .job-item {
    display: block;
    text-align: center;
  }
  .job-title {
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding-bottom: 15px;
    font-size: 22px;
  }
  .job-title span {
    display: block;
    font-size: 40px;
    line-height: 40px;
    padding-right: 10px;
    margin-top: -6px;
  }

  .contact-us {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .error-page .contact-us {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .contact-us .form-wrap {
    padding: 15px 20px 10px;
  }

  .service-detail {
    padding-top: 50px;
  }
  .service-detail .row {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .error404 {
    padding: 80px 0;
  }
  .error404 h1 {
    margin-bottom: 25px;
    font-size: 70px;
    line-height: 75px;
  }
  .error404 h2 {
    margin-bottom: 25px;
  }
  main article {
	  padding: 50px 0;
  }
  .single-post main {
    padding-bottom: 50px;
  }
  .lazyloading {
    background-size: 100px auto !important;
  }
}
@media screen and (max-width: 640px) and (orientation: landscape) {
  .rbc-banner {
    min-height: 440px;
  }
  .rbc-banner .item {
    height: 440px;
  }
}
@media screen and (max-width: 640px) {
  body.sticky {
    padding-top: 67px;
  }
  .header .container {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .sticky .header .container {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .header .container > .brand {
    max-width: 135px;
  }
  .sticky .header .container > .brand {
    max-width: 112px;
  }
  .mobile-menu-header {
    padding: 15px;
  }
  .mobile-menu-header > .brand {
    max-width: 100px;
  }
  .header > nav {
    width: 340px;
  }
  .header nav ul li a:not(.btn), .header .btn, .sticky .header .btn {
    padding: 14px 15px;
    font-size: 16px;
  }
  .header nav ul li.dropdown > a {
    width: calc(100% - 48px);
  }
  .down-arrow {
    width: 48px;
    height: 52px;
  }
  .down-arrow:before {
    right: 21px;
    width: 11px;
    height: 11px;
  }
	.our-certifications .jarallax, .service-detail .jarallax, .our-certifications .addlazyload, .service-detail .addlazyload {
		min-height: 400px;
	}

  p, ul:not(.nav-menu):not(.dropdown-menu):not(.menu-footer-menu) li, ol li {
    font-size: 18px;
    line-height: 26px;
  }
  ul:not(.nav-menu):not(.dropdown-menu):not(.menu-footer-menu) li {
    padding-left: 18px;
  }
  ul:not(.nav-menu):not(.dropdown-menu):not(.menu-footer-menu) li::before {
    width: 6px;
    height: 6px;
    top: 10px;
  }
  h2, .h2, .border-title {
    font-size: 28px;
    line-height: 34px;
  }
  .our-services h3, .our-industries h3 {
    font-size: 20px;
  }

  .our-customers h3 {
    font-size: 18px;
    line-height: 18px;
  }

  .page-title {
    padding: 65px 0 40px;
  }
  h1, .h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .breadcrumb-item a, .breadcrumb-item.active {
    font-size: 17px;
  }
  .wpcf7-form-control-wrap .wpcf7-form-control {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .header .container > .brand {
    left: 15px;
  }
  .rbc-banner .carousel-caption {
    min-height: 250px;
  }
  .banner-title {
    font-size: 26px;
    line-height: 34px;
  }
  h1, .h1 {
    font-size: 26px;
    line-height: 34px;
  }
  .our-certifications [class*="col-"]:last-child, .service-detail [class*="col-"]:last-child {
    padding-top: 40px;
  }
  .our-certifications .jarallax, .service-detail .jarallax {
    min-height: 300px;
  }
  .our-certifications .right-info, .service-detail .right-info {
    max-width: 100%;
  }
  .our-customers .owl-carousel button.owl-dot {
    width: 12px;
    height: 12px;
  }
  .call-out .border-title {
    margin-bottom: 20px;
  }
  .lazyloading {
    background-size: 70px auto !important;
  }
}
@media screen and (max-width: 479px) {
  body.sticky {
    padding-top: 54px;
  }
  .header .container, .sticky .header .container {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .header .container > .brand, .sticky .header .container > .brand {
    top: 8px;
    max-width: 120px;
  }
  .header nav {
    width: 80%;
  }
  .rbc-banner {
    min-height: 500px;
  }
  .rbc-banner .item {
    height: 500px;
  }
  .rbc-banner .carousel-caption {
    border-width: 4px;
    min-height: 200px;
  }
  .rbc-banner .carousel-caption:before, .rbc-banner .carousel-caption:after {
    height: 4px;
    width: 28%;
  }
  .banner-title {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1px;
  }

  h2, .h2, .border-title {
    font-size: 26px;
    line-height: 28px;
  }
  .item-info a, .item-info span {
    font-size: 18px;
  }
  .our-certifications .jarallax, .service-detail .jarallax, .our-certifications .addlazyload, .service-detail .addlazyload {
	min-height: 300px;
  }

  .form-wrap h4 {
    font-size: 22px;
  }
  .bottom-footer nav ul {
    margin-bottom: 8px;
  }
  .bottom-footer nav ul li {
    padding-bottom: 5px;
  }

  .job-item {
    padding: 20px;
    margin-top: 10px;
  }
  .job-title {
    padding-bottom: 10px;
    font-size: 20px;
  }
  .job-title span {
    font-size: 30px;
    line-height: 38px;
  }

  .error404 h1 {
    padding: 0;
    margin-bottom: 15px;
    font-size: 50px;
    line-height: 45px;
  }
  .error404 h1:before, .error404 h1:after {
    display: none;
  }
  .error404 h2 {
    margin-bottom: 18px;
    font-size: 18px;
  }
  .error404 .btn {
    min-width: 150px;
  }
  .btn {
    display: block;
    width: 100%;
    min-width: 125px;
    font-size: 15px;
  }
  .rbc-banner .carousel-caption .btn {
    display: inline-block;
    width: auto;
  }
  .form-wrap div.wpcf7 .ajax-loader {
    position: absolute;
  }
  .page-template-contact-us footer .item-info {
  	max-width: 250px;
  }
}
@media screen and (max-width: 399px) {
  .header > nav {
    width: 265px;
  }
  .header nav ul li a:not(.btn), .header .btn {
    padding: 12px 15px;
    font-size: 16px;
  }
  .down-arrow {
    height: 48px;
  }
  .rbc-banner {
    min-height: 450px;
  }
  .rbc-banner .item {
    height: 450px;
  }
  .rbc-banner .carousel-caption {
    min-height: 220px;
  }
  .rbc-banner .carousel-caption:before, .rbc-banner .carousel-caption:after {
    width: 25%;
  }
  .banner-title {
    font-size: 20px;
    line-height: 28px;
  }
  .owl-carousel .owl-dots {
    bottom: 20px;
  }
  h2, .h2, .border-title {
    padding: 10px 12px 12px 12px;
    font-size: 22px;
    line-height: 26px;
  }
  h2::before, h2::after, .border-title::before, .border-title::after {
    width: 50px;
    height: 25px;
    background-size: 50px auto;
  }
  h2::after, .border-title::after {
    margin-left: -38px;
    background-position: 0 -28px;
  }
  p, ul:not(.nav-menu):not(.dropdown-menu):not(.menu-footer-menu) li, ol li {
    font-size: 17px;
  }

/*   .page-title {
    padding: 80px 0 80px;
  } */
  h1, .h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .breadcrumb-item a, .breadcrumb-item.active {
    font-size: 16px;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    width: 8px;
    height: 8px;
  }

  .job-item {
    padding: 15px;
  }
  .job-title {
    font-size: 18px;
  }
  .job-title span {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (max-width: 375px) {
  .job-item {
    padding: 15px 10px 15px;
  }
  .job-title {
    font-size: 16px;
  }
  .job-title span {
    padding-right: 5px;
    margin-top: -5px;
    font-size: 22px;
    line-height: 28px;
  }
  .image-caption {
    max-width: 110px;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .image-caption span span {
    font-size: 35px;
  }
  .image-caption > span::before, .image-caption > span::after {
    width: 11px;
  }
}
@media screen and (max-width: 359px) {
  .breadcrumb-item a, .breadcrumb-item.active {
    font-size: 15px;
  }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 5px;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    margin-right: 10px;
    width: 7px;
    height: 7px;
  }
  .back-to-top {
    right: 10px;
  }
  .back-to-top.active {
    bottom: 50px;
  }
  .our-certifications .jarallax, .service-detail .jarallax, .our-certifications .addlazyload, .service-detail .addlazyload {
	min-height: 250px;
  }
}

@media screen and (max-width: 319px) {
  .image-caption {
    max-width: 98px;
    font-size: 12px;
    line-height: 16px;
  }
  .image-caption span span {
    font-size: 25px;
  }
  .image-caption > span {
    padding-right: 15px;
  }
  .image-caption > span::before, .image-caption > span::after {
    width: 9px;
  }
}