@import url("https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,600,700,800,900&display=swap");

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
em,
img,
small,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
:focus {
  outline: 0;
}
input,
textarea {
  margin: 0;
  outline: 0;
}
textarea {
  overflow: auto;
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* End Reset */

/* html5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* Default Font Styles
______________________*/
body,
input,
select,
textarea {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 1.3;
  font-weight: 500;
}
body {
  background: #fff;
}

/* Headings
______________________*/
h3 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
}
h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

/* Links
______________________*/
a {
  -webkit-transition: 0.1s ease-out 0.1s;
  -moz-transition: 0.1s ease-out 0.1s;
  transition: 0.1s ease-out 0.1s;
}
a:hover {
  text-decoration: underline;
}

.align-right {
  float: right;
  margin: 0 0 18px 30px;
  border: 1px solid #dcdcdc;
}
.align-left {
  float: left;
  margin: 0 30px 18px 0;
  border: 1px solid #dcdcdc;
}

/* input , textarea , button
______________________*/

input,
textarea,
select {
  display: block;
  width: 100%;
  border: 1px solid #b59e72;
  padding: 12px 10px;
  color: #837253;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  background: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff url(../images/down-icon.png) no-repeat 96% center / 15px
    15px;
  cursor: pointer;
  padding: 6px 30px 6px 10px;
  color: #837253;
}
input:focus,
select:focus {
  border-color: #b59e72;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(181, 158, 144, 0.6);
}

.default-btn {
  background: #d60027;
  border: 1px solid transparent;
  padding: 10px 15px;
  display: inline-block;
  min-width: 150px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
}
.default-btn:hover {
  background: none;
  border: 1px solid #d60027;
  color: #d60027;
  text-decoration: none;
}

.container {
  max-width: 1200px;
}

/* p, blockquote, address
______________________*/
p {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
}

#header {
  position: relative;
  z-index: 9;
}
#header .container {
  max-width: 1400px;
}
.headertop {
  background: #162f07;
  padding: 10px 0;
}
.headertop i {
  color: #fff;
  font-size: 13px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.headertop a {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
}
.header-bot {
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}
.header-bot .logo {
  padding: 5px 0;
}
.header-bot .logo a {
  text-decoration: none;
  display: block;
}
.header-bot .logo a span {
  background: url(../images/logo.png) no-repeat;
  background-size: 100% auto;
  display: inline-block;
  width: 315px;
  height: 100px;
  vertical-align: middle;
}
.header-bot .logo a em {
  font-style: normal;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2px;
  display: inline-block;
  vertical-align: middle;
}
.header-bot .mainmenu {
  margin-top: 15px;
  border-right: 1px solid #ebebeb;
}
.header-bot .mainmenu li {
  display: inline-block;
  position: relative;
}
.header-bot .mainmenu li a {
  color: #525252;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  padding: 30px 12px;
  display: block;
  text-transform: uppercase;
}
.header-bot .mainmenu li.loginbtn a {
  color: #d60027;
}
.header-bot .mainmenu li a.active,
.header-bot .mainmenu li:hover a,
.header-bot .mainmenu li.loginbtn:hover a {
  background: #d60027;
  color: #fff;
}
.header-bot .mainmenu li .submenu {
  display: none;
  background: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 15px;
  width: 300px;
  text-align: left;
  border: 4px solid #d60027;
  z-index: 9;
}
.header-bot .mainmenu li:hover .submenu {
  display: block;
}
.header-bot .mainmenu li .submenu li {
  display: block;
  margin: 0;
}
.header-bot .mainmenu li .submenu li a {
  background: #e8e8e8;
  font-size: 14px;
  border-bottom: 2px solid #fff;
  color: #525252;
  padding: 15px;
  font-weight: 400;
  text-transform: capitalize;
}
.header-bot .mainmenu li .submenu li:last-child a {
  border: none;
}
.header-bot .mainmenu li .submenu li:hover a,
.header-bot .mainmenu li .submenu li a.active {
  background: #d60027;
  color: #fff;
}
.topsocialmedia {
  margin-top: 13px;
  padding: 22px 0;
  border-right: 1px solid #ebebeb;
  text-align: center;
}
.topsocialmedia li {
  display: inline-block;
}
.topsocialmedia li a {
  background: #d9d9d9;
  border-radius: 50%;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 21px;
}
.topsocialmedia li a:hover {
  background: #d60027;
}
.headerbot-menu {
  background: #fff;
}
.headerbot-menu .botmenu {
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  /* display: flex; */
  display: block;
  text-align: center;
}
.headerbot-menu li {
  /* flex: 1 1 0; */
  position: relative;
  display: inline-block;
}
.headerbot-menu li a {
  display: block;
  padding: 20px 10px 20px 10px;
  font-size: 12px;
  color: #525252;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  font-family: "univers-condensed", sans-serif;
  text-decoration: none;
}
.headerbot-menu li a i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -2px;
  color: #d60027;
}
.headerbot-menu li:hover a {
  color: #fff;
  background: #d60027;
}
.headerbot-menu li:hover a i {
  color: #fff;
}
.headerbot-menu .botmenu li .submenu {
  display: none;
  background: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 15px;
  width: 300px;
  text-align: left;
  border: 4px solid #d60027;
}
.headerbot-menu .botmenu li:last-child .submenu {
  position: absolute;
  left: auto;
  right: 0;
}
.headerbot-menu .botmenu li:hover .submenu {
  display: block;
}
.headerbot-menu .botmenu li .submenu li {
  display: block;
  margin: 0;
}
.headerbot-menu .botmenu li .submenu li a {
  background: #e8e8e8;
  font-size: 14px;
  border-bottom: 2px solid #fff;
  color: #525252;
  padding: 15px;
  font-weight: 400;
  text-transform: capitalize;
}
.headerbot-menu .botmenu li .submenu li:last-child a {
  border: none;
}
.headerbot-menu .botmenu li .submenu li:hover a,
.headerbot-menu .botmenu li .submenu li a.active {
  background: #d60027;
  color: #fff;
}
.searchwrap {
  margin-top: 12px;
  position: relative;
  padding: 20px 0;
}
.searchwrap input {
  border: none;
  background: none;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  color: #525252;
  box-shadow: none;
  width: 100%;
  display: block;
  padding: 10px 30px 10px 10px;
}
.searchwrap button {
  background: none;
  border: none;
  outline: none;
  color: #d60027;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  right: 2px;
  top: 28px;
}

#mainslider {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  height: 75vh;
}
#mainslider li {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  height: 75vh;
  overflow: hidden;
}
#mainslider .slider-contentwrap .container {
  height: 75vh;
  position: relative;
}
#mainslider .slider-content {
  bottom: 15%;
  right: 5%;
  position: absolute;
  width: 555px;
  z-index: 999;
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
  text-align: right;
}
#mainslider .slider-content h2 {
  font-size: 50px;
  color: #525252;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: "univers-condensed", sans-serif;
}
#mainslider .slider-content p {
  font-size: 22px;
  line-height: 32px;
  margin: 0;
  color: #525252;
  padding-bottom: 20px;
  font-weight: 400;
}
#mainslider .slider-content p strong {
  color: #d4a80d;
  display: inline-block;
  margin-right: 10px;
}
/* Controls */
#mainslider .bx-controls .bx-controls-direction a {
  font-size: 0;
  background: url(../images/home-prev.png) no-repeat;
  width: 15px;
  height: 25px;
  background-size: 100% auto;
  display: block;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: absolute;
  left: 40%;
  bottom: 20px;
}
#mainslider .bx-controls .bx-controls-direction a:hover {
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
#mainslider .bx-controls .bx-controls-direction a.bx-next {
  background: url(../images/home-next.png) no-repeat;
  width: 15px;
  height: 25px;
  background-size: 100% auto;
  position: absolute;
  right: 40%;
  bottom: 20px;
  left: auto;
}
#mainslider .bx-pager {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
#mainslider .bx-pager-item {
  display: inline-block;
}
#mainslider .bx-pager-link {
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50px;
  font-size: 0;
}
#mainslider .bx-pager-link.active {
  background: #d60027;
}
.navbar-header {
  position: fixed;
  right: 20px;
  top: 19px;
  display: none;
}
.navbar-header .collapse-button {
  background: #0274c2;
  border: none !important;
  height: 56px;
  padding-top: 5px;
  transition: all 450ms ease-out 0s;
  width: auto;
  vertical-align: middle;
  padding: 12px;
  box-shadow: none !important;
}
.navbar-header .collapse-button:focus {
  border: none !important;
  box-shadow: none !important;
}
.navbar-header .collapse-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 6px;
  background: #ffffff;
  margin-top: 5px;
}
.navbar-header em {
  display: inline-block;
  font-style: normal;
  margin: 3px 0 0 5px;
  vertical-align: middle;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
#secondsection {
  padding: 50px 0;
  text-align: center;
}
#secondsection h2 {
  color: #525252;
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#secondsection .sectionimg-wrap {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  padding: 5px;
}
#secondsection .sectionimg-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
#secondsection .default-btn {
  margin-top: 40px;
}
#secondsection p {
  color: #525252;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
#secondsection .row a {
  text-decoration: none;
}
#secondsection .row a:hover p {
  color: #d60027;
}
#about {
  background: #ebece5;
}
#about .aboutinner-content {
  padding: 90px 0;
}
#about .aboutinner-content h3 {
  color: #525252;
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#about .aboutinner-content p {
  color: #525252;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}
#about li {
  float: left;
  width: 33.33%;
  position: relative;
}
#about li .box-img img {
  display: block;
  width: 100%;
  height: auto;
}
#about li > a {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  overflow: hidden;
  text-align: center;
  height: 100%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  padding: 30px;
}
#about li > a span {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  padding: 20px;
}
#about li > a i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
#about li:hover > a {
  background: rgba(214, 0, 39, 0.7);
}
#social {
  padding: 50px 0;
  text-align: center;
}
#social h2 {
  color: #525252;
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#social .social-img img {
  display: block;
  width: 100%;
  height: auto;
}
#social .social-content {
  text-align: left;
  padding: 40px 20px;
}
#social .social-content h4 {
  color: #525252;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#social .social-content p {
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}
#social .social-content a {
  display: block;
  color: #d60027;
  font-weight: 600;
  text-transform: uppercase;
}
#social .item {
  margin: 0 10%;
  background: #ebece5;
}
#social .owl-dots {
  margin-top: 40px;
}
#social .owl-dot {
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background: #525252;
  border-radius: 50px;
  font-size: 0;
}
#social .owl-dot.active {
  background: #d60027;
}

#footercontact {
  padding: 50px 0 30px;
  background-color: #525252;
}
#footercontact .mapimg img {
  display: block;
  width: 100%;
  height: auto;
}
.contact-sm {
  padding: 40px 0 0 0;
}
.contact-sm li {
  display: inline-block;
  margin-right: 10px;
}
.contact-sm li a {
  background: #d9d9d9;
  border-radius: 50%;
  padding: 5px;
  text-align: center;
  font-size: 18px;
  color: #525252;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 33px;
}
.contact-sm li a:hover {
  background: #d60027;
}
#footercontact .default-btn {
  margin-top: 20px;
}
#footercontact h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#footercontact h3 {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#footercontact address {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
#footercontact label {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 10px 0 0;
}
#footercontact .number-btn {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
}

#footer {
  background: #000;
  padding: 40px 0 30px;
}
#footer ul {
  padding-top: 2px;
}
#footer li {
  display: inline-block;
  margin-right: 25px;
}
#footer li a {
  display: block;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
#footer li:hover a {
  color: #d60027;
}
#footer p {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-align: right;
}

.loginpopcontent {
  background: none;
  border: none;
}
.loginpopcontent .modal-body {
  background: #fff;
  padding: 0;
  margin: 0 auto;
}
.loginpopcontent .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
  z-index: 9;
}
.loginpopcontent .login-top,
.loginpopcontent .login-foot {
  text-align: center;
  padding-bottom: 20px;
}
.loginpopcontent .login-foot li {
  display: inline-block;
  border-right: 1px solid #242021;
  margin-right: 10px;
  padding-right: 10px;
}
.loginpopcontent .login-foot li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.loginpopcontent .login-foot li a {
  font-size: 12px;
  font-weight: 400;
  color: #242021;
  text-decoration: none;
}
.loginpopcontent .login-form {
  padding: 40px;
  text-align: center;
  position: relative;
}
.loginpopcontent .login-form h2 {
  color: #242021;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 15px;
}
.loginpopcontent .login-form p {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 30px;
}
.loginpopcontent .login-form .loginform-row input {
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin-bottom: 15px;
  box-shadow: none;
  border-radius: 0;
}
.loginpopcontent .loginform-foot {
  padding: 20px 0;
  text-align: left;
}
.loginpopcontent .loginform-foot input {
  display: inline-block;
  box-shadow: none;
  width: auto;
  margin-right: 15px;
  margin-top: 10px;
}
.loginpopcontent .loginform-foot button {
  box-shadow: none;
  width: auto;
  min-width: auto;
  padding: 10px 46px;
  display: inline-block;
}
.loginpopcontent .login-foot {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 100%;
}

#CapabilitiesMainSlider {
  background-image: url(../images/capabilities.jpg);
  background-repeat: no-repeat;
  display: block;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  max-width: inherit;
  margin-left: 71px;
  text-align: center;
}
#CapabilitiesMainSlider h2 {
  color: #525252;
  font-size: 2.625rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 30px 30px;

  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.content h2 {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  color: #525252;
  font-size: 2.625rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 30px 30px;
}

.FortopPara p {
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding-top: 10px;
}

.FortopPara p:last-child {
  padding-bottom: 95px;
}

.content p {
  line-height: 1.3;
  padding-bottom: 20px;
}

.ACcapabilitiesList h3 {
  color: #525252;
  font-size: 25px;
  font-weight: 800;
  padding-bottom: 10px;
}

.listCapabilities p {
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 30px;
}

#BaseMaintenanceMainSlider {
  background-image: url(../images/base-manag-2.jpg);
  background-repeat: no-repeat;
  display: block;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  max-width: inherit;
  text-align: center;
  margin-left: 71px;
  background-position: center center;
}

#BaseMaintenanceMainSlider h2 {
  color: #525252;
  font-size: 2.625rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 30px 30px;
  background-color: rgba(255, 255, 255, 0.8);
}

.BaseFortopPara p {
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 30px 0px;
}

.bmcontent {
  text-align: center;
}

.ndcontent {
  margin-left: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-right: 275px;
  padding-left: 20px;
}

#NondistuructiveMainSlider {
  background-image: url(../images/Non-Destructive-testing-Services.jpg);
  background-repeat: no-repeat;
  display: block;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
  background-position: center center;
}

.NondestructiveFortopPara p {
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 10px;
}

.NondestructiveFortopPara p:last-child {
  padding-bottom: 100px;
}

#componentsandtoolingMainSlider {
  background-image: url(../images/componentserv.jpg);
  background-repeat: no-repeat;
  display: block;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  max-width: inherit;
  margin-left: 71px;
  text-align: center;
  background-position: bottom center;
}

#componentsandtoolingMainSlider h2 {
  color: #525252;
  font-size: 2.625rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 30px 30px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.componenttoolongbackgroundimg {
  background-image: url(../images/tooling.jpg);
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  padding: 100px;
}

.ctcontent {
  margin-left: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-right: 75px;
  padding-left: 20px;
}

.ComponentstoolsFortopPara p {
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  padding-top: 10px;
  text-align: center;
}

.ComponentstoolsFortopPara p:last-child {
  padding-bottom: 100px;
}

#EmbodimentMainSlider {
  background-image: url(../images/base-manag-2.jpg);
  background-repeat: no-repeat;
  display: block;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  max-width: inherit;
  margin-left: 0;
  background-position: center center;
}

.embodimentFortopPara p {
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 15px;
}

.embodimentFortopPara ul {
  padding-top: 20px;
}
.embodimentFortopPara ul li {
  color: #525252;
  font-size: 16px;
  font-weight: 800;
  padding-top: 10px;
}

.embcontent h2 {
  color: #525252;
  font-size: 2.625rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 30px 30px;
  background-color: rgba(255, 255, 255, 0.8);
}

.embcontent {
  text-align: center;
}

.embodimentFortopPara ul li:last-child {
  padding-bottom: 100px;
}

#LeasingsvcMainSlider {
  background-image: url(../images/Aircraft-leasing-Services.jpg);
  background-repeat: no-repeat;
  display: block;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
  background-position: center center;
}

#LeasingsvcMainSlider h2 {
  color: #525252;
  font-size: 2.625rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 30px 30px;
  background-color: rgba(255, 255, 255, 0.8);
}

.leasingserviceFortopPara p {
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px;
  text-align: center;
}

.leasingserviceFortopPara p:last-child {
  padding-bottom: 100px;
}
.avionicsmodificationpara p {
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px;
  text-align: center;
}
.avionicsmodificationpara p:last-child {
  padding-bottom: 100px;
}

#avionicsmosdificationMainSlider {
  background-image: url(../images/avionicsmodification.jpg);
  background-repeat: no-repeat;
  display: block;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
  background-position: center center;
}

.AMcontent h2 {
  color: #525252;
  font-size: 2.625rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 30px 30px;
  background-color: rgba(255, 255, 255, 0.8);
}

.IRcontent {
  text-align: center;
}

.IRcontent h2 {
  color: #525252;
  font-size: 2.625rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 30px 30px;
  background-color: rgba(255, 255, 255, 0.8);
}

.IRsecondSection p {
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px;
  text-align: center;
  padding-bottom: 100px;
}

#InteriorMainSlider {
  background-image: url(../images/interiorrefutbished.jpg);
  background-repeat: no-repeat;
  display: block;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
  background-position: center center;
}

#componentSvcworkshopMainSlider {
  background-image: url(../images/component\ serving.png);
  background-repeat: no-repeat;
  display: block;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
  background-position: center center;
}

#componentSvcworkshopMainSlider h2 {
  color: #525252;
  font-size: 2.625rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 30px 30px;
  background-color: rgba(255, 255, 255, 0.8);
}

#CalibrationServicesMainslider {
  background-image: url(../images/calibration-services.png);
  background-repeat: no-repeat;
  display: block;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
  background-position: center;
}

.image-wrapper img {
  height: auto;
  width: 100%;
  display: block;
}
.calibrationone {
  margin-left: 90px;
  margin-top: 40px;
  margin-bottom: 100px;
}

#ESCapabilitiesMainslider {
  background-image: url(../images/ESCapabilities.png);
  background-repeat: no-repeat;
  display: block;
  background-position: bottom center;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
}

.ESCapabilitiescontent p {
  text-align: center;
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px;
  text-align: center;
  padding-bottom: 100px;
}

#EngineleasingsvcMainslider {
  background-image: url(../images/ESCapabilities.png);
  background-repeat: no-repeat;
  display: block;
  background-position: bottom center;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
}

.EngineleasingsvcContent p {
  text-align: center;
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px;
  text-align: center;
  padding-bottom: 100px;
}

#EngineMaintenanceMainslider {
  background-image: url(../images/Engine-Maintenance.jpg);
  background-repeat: no-repeat;
  display: block;
  background-position: center center;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
}

.EngineMaintenanceContent p {
  text-align: center;
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px;
  text-align: center;
}

.EngineMaintenanceContent p:last-child {
  padding-bottom: 100px;
}

#EnginepartsandrepsvcMainslider {
  background-image: url(../images/Engine-Parts-Repair-Services.jpg);
  background-repeat: no-repeat;
  display: block;
  background-position: center center;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
}

.EnginepartsandrepsvcContent p {
  text-align: center;
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px;
  text-align: center;
}

.EnginepartsandrepsvcContent p:last-child {
  padding-bottom: 100px;
}

#EngineManagementsvcMainslider {
  background-image: url(../images/Supply-and-Management-Services.jpg);
  background-repeat: no-repeat;
  display: block;
  background-position: center center;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
}

.EngineManagementsvcContent p {
  text-align: center;
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px;
  text-align: center;
  padding-bottom: 100px;
}

#OnWingServicesMainslider {
  background-image: url(../images/On-Wing-Services.jpg);
  background-repeat: no-repeat;
  display: block;
  background-position: center center;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
}

.OnWingServicesContent p {
  text-align: center;
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px;
  text-align: center;
  padding-bottom: 100px;
}

#LifeCycleSupportSolutionsMainslider {
  background-image: url(../images/Life-Cycle-Support-Solutions.jpeg.png);
  background-repeat: no-repeat;
  display: block;
  background-position: bottom center;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
}

.LifeCycleSupportSolutionsContent p {
  text-align: center;
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px;
  text-align: center;
  padding-bottom: 100px;
}

#SaleandExchMainslider {
  background-image: url(../images/Life-Cycle-Support-Solutions.jpeg.png);
  background-repeat: no-repeat;
  display: block;
  background-position: bottom center;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
}

.SalesandExchContent p {
  text-align: center;
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px;
  text-align: center;
  padding-bottom: 100px;
}

#LinemaintenancecapMainslider {
  background-image: url(../images/Life-Cycle-Support-Solutions.jpeg.png);
  background-repeat: no-repeat;
  display: block;
  background-position: bottom center;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
}

.LinemaintenancecapContent p {
  text-align: center;
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px;
  text-align: center;
  padding-bottom: 100px;
}

#LinestationsMainslider {
  background-image: url(../images/Life-Cycle-Support-Solutions.jpeg.png);
  background-repeat: no-repeat;
  display: block;
  background-position: bottom center;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
}

.linestationsContent p {
  text-align: center;
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px;
  text-align: center;
  padding-bottom: 100px;
}

#transitMainslider {
  background-image: url(../images/Life-Cycle-Support-Solutions.jpeg.png);
  background-repeat: no-repeat;
  display: block;
  background-position: bottom center;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
}

.transitContent p {
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px;
  padding-bottom: 60px;
}

.transitContent ol li {
  color: #525252;
  font-size: 16px;
  font-weight: 800;
  padding-top: 10px;
}
.transitContent ol {
  padding-bottom: 100px;
}

#WWrecoveryMainslider {
  background-image: url(../images/Life-Cycle-Support-Solutions.jpeg.png);
  background-repeat: no-repeat;
  display: block;
  background-position: bottom center;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
}

.WWrecoveryContent p {
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px;
  padding-bottom: 10px;
  text-align: center;
}

.WWrecoveryContent p:last-child {
  padding-bottom: 100px;
}

#TrainingCapabilitiesMainslider {
  background-image: url(../images/Life-Cycle-Support-Solutions.jpeg.png);
  background-repeat: no-repeat;
  display: block;
  background-position: bottom center;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
}

.TrainingCapabilitiesContent p {
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px;
  padding-bottom: 10px;
  text-align: center;
  padding-bottom: 100px;
}

#ttsolutionsMainslider {
  background-image: url(../images/Life-Cycle-Support-Solutions.jpeg.png);
  background-repeat: no-repeat;
  display: block;
  background-position: bottom center;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
}

.ttsolutionsContent p {
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px;
  padding-bottom: 10px;
  text-align: center;
}

.ttsolutionsContent p:last-child {
  padding-bottom: 100px;
}

#trcoursesMainslider {
  background-image: url(../images/Life-Cycle-Support-Solutions.jpeg.png);
  background-repeat: no-repeat;
  display: block;
  background-position: bottom center;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
}

.trcoursesContent p {
  color: #525252;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 100px;
  text-align: center;
}

#safetyandqualityMainslider {
  background-image: url(../images/Life-Cycle-Support-Solutions.jpeg.png);
  background-repeat: no-repeat;
  display: block;
  background-position: bottom center;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
}

.safetyandqualityContent p {
  color: #525252;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 100px;
  text-align: center;
}

#trcoursesMainslider {
  background-image: url(../images/Life-Cycle-Support-Solutions.jpeg.png);
  background-repeat: no-repeat;
  display: block;
  background-position: bottom center;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
}

.trcoursesContent p {
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 100px;
  text-align: center;
}

#safetyandqualityMainslider {
  background-image: url(../images/Life-Cycle-Support-Solutions.jpeg.png);
  background-repeat: no-repeat;
  display: block;
  background-position: bottom center;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
}

.safetyandqualityContent p {
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 100px;
  text-align: center;
}

#certificationsMainslider {
  background-image: url(../images/Life-Cycle-Support-Solutions.jpeg.png);
  background-repeat: no-repeat;
  display: block;
  background-position: bottom center;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
}

.certificationsContent p {
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 100px;
  text-align: center;
}

#ourlocationsMainslider {
  background-image: url(../images/ourlocations.jpg);
  background-repeat: no-repeat;
  display: block;
  background-position: bottom center;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 50px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
}

#SectionContent h2 {
  color: #525252;
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 20px;
}

.ourlocationscontent {
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
  padding: 30px;
  margin-bottom: 100px;
}

.ourlocationscontent h3 {
  font-size: 20px;
  font-weight: 600;
  color: #525252;
}

.headoffice h3 {
  padding-bottom: 15px;
}

.headoffice h4 {
  font-size: 17px;
  font-weight: 500;
  color: #525252;
  padding-bottom: 10px;
}

.headoffice h4:last-child {
  padding-bottom: 20px;
}

.headoffice a {
  background-color: #d60027;
  color: white;
  padding: 10px 20px;
  font-size: 15px;
  border-radius: 22px;
}

.otheroffices h4 {
  color: #525252;
  font-weight: 500;
  font-size: 17px;
  padding-bottom: 10px;
}

#ContactusMainSlider {
  background-image: url("../images/slide-4.jpg");
  background-repeat: no-repeat;
  display: block;
  background-position: bottom center;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 50px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
}

.contents {
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
  padding: 30px;
  margin-bottom: 100px;
}

.contactuscontent {
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
  padding: 30px;
  margin-bottom: 100px;
}
.contactuscontent h3 {
  font-size: 20px;
  font-weight: 600;
  color: #525252;
  padding-bottom: 15px;
}

.contactuscontent h4 {
  font-size: 17px;
  font-weight: 600;
  color: #525252;
  padding-bottom: 15px;
}

.ContactnoControl i {
  font-size: 17px;
  color: #525252;
  display: inline-block;
}

.ContactnoControl h4 {
  display: inline-block;
}

.ContactnoControl {
  text-align: center;
}

.ContactnoControl h4 {
  padding-left: 10px;
}

.locationmarker {
  text-align: center;
}

.locationmarker i {
  color: #525252;
  font-size: 115px;
}

.inputboxes input {
  display: inline-block;
}

.bottompadding {
  padding-bottom: 80px;
}

.boxsizing input {
  margin-bottom: 15px;
}

.contactuscontent button {
  position: relative;
  display: inline-block;
  padding: 12px 35px 12px;
  text-decoration: none;
  color: white;
  background-color: #d60027;
  border: none;
  outline: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 22px;
  border: #d60027 3px solid;
}

.contactuscontent button:hover {
  background-color: white;
  border: #d60027 3px solid;
  color: #d60027;
}

.forpadding textarea {
  margin-bottom: 30px;
}

#MeetourpeopleMainSlider {
  background-image: url("../images/Meetourteam.jpg");
  background-repeat: no-repeat;
  display: block;
  background-position: center center;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 50px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
}

#JobsMainSlider {
  background-image: url("../images/jobs.jpg");
  background-repeat: no-repeat;
  display: block;
  background-position: center center;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 50px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
}

#historyMainSlider {
  background-image: url("../images/history.jpg");
  background-repeat: no-repeat;
  display: block;
  background-position: center center;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 50px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
}

#complienceMainSlider {
  background-image: url("../images/componentserv.jpg");
  background-repeat: no-repeat;
  display: block;
  background-position: center center;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 50px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
}

#ourmanagementMainSlider {
  background-image: url("../images/componentserv.jpg");
  background-repeat: no-repeat;
  display: block;
  background-position: center center;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 50px;
  max-width: inherit;
  margin-left: 0;
  text-align: center;
}

.contentofclients {
  text-align: center;
}

.contentofclients h3 {
  font-size: 20px;
  font-weight: 600;
  color: #525252;
  padding-bottom: 10px;
  padding-top: 10px;
}

.contentofclients h4 {
  font-size: 20px;
  font-weight: 400;
  color: #525252;
  padding-bottom: 30px;
}

.meetusteamcontent {
  padding: 100px 0px;
}

.mainheading {
  text-align: center;
}
.mainheading h2 {
  color: #525252 !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  padding-bottom: 20px !important;
}

.mainheading h3 {
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.textplacement {
  border-top: 1px solid #dededf;
  border-bottom: 1px solid #dededf;
  padding: 30px 15px;
  margin-bottom: 25px;
}

.mainheading a {
  background-color: #d60027;
  color: white;
  margin-top: 20px;
  padding: 15px;
  border-radius: 25px;
  display: inline-block;
  margin-bottom: 100px;
}

.lastone h3 {
  padding-bottom: 100px;
}
.upperdiv {
  margin-bottom: 50px;
}

.spacing h3 {
  padding-bottom: 50px;
}
/* .forpadding {
  padding-bottom: 100px;
} */
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
  font-size: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* Alignments */
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.top {
  vertical-align: top;
}
.middle {
  vertical-align: middle;
}
