.mainArea {
  position: relative;
  z-index: 1;
}

.logo {
  display: block;
  line-height: 50px;
  height: 80px;
  width: 265px;
}

.logo-navbar .logo img {
  max-width: 100%;
}

.partner-logos .item {
  text-align: center;
  border-right: 1px solid rgba(230, 230, 230, .08);
}

.partner-logos .item img {
  width: auto !important;
  height: 90px !important;
  text-align: center;
  margin: auto;
}

/* News */
.news-link a {
  color: #e81f3e;
  font-weight: bold;
}
.news-link a:hover {
  color: #7C859A;
  /* font-weight: bold; */
}

/*-------------footer-------------------*/
.footer-widget ul {
  margin: 0px;
  padding-left: 7px;
}

.widget_nav_menu ul li::marker {
  content: "\f101";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  font-weight: 900;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 11px;
  border-radius: 50%;
  color: #e81f3e;
}

.widget_nav_menu ul li a {
  color: #999da9;
  padding-left: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  text-transform: inherit;
  display: block;
  line-height: 30px;
}

/*------video section------*/

.hero_Video {
  padding-top: 0px;
  height: 600px;
  overflow: hidden;
}

.hero_Video::before {
  position: absolute;
  content: '';
  background-color: #101013;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1;
}

.vidBoxbg {
  position: absolute;
  width: 100%;
  height: 600px;
  top: 0;
  left: 0;
}

.vidBoxbg video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/*----------content inner--------*/
.membership-form-area p {
  margin-bottom: .6rem;
}

.membership-form-area label {
  margin-bottom: .1rem;
}

.contact-form .details_title {
  margin-bottom: 15px;
}

.wpcf7-submit {
  background: #e81f3e;
  background-color: rgb(232, 31, 62);
  padding: 10px 30px;
  color: #fff;
  border: 0px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}

.wpcf7-submit:hover {
  background: #212529;
  color: #fff;
}

.heading-title {
  font-size: 32px;
  margin-bottom: 30px;
}

.heading-title::before {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 0px;
  height: 5px;
  width: 80px;
  max-width: 90%;
  background-color: #f7c51e;
}

.about-details p {
  color: #666;
  line-height: 24px;
  margin: 0 0 18px;
}

.about-details ul {
  padding-left: 22px;
}

.about-details ul li {
  margin-bottom: 10px;
}


.industries-section {
  position: relative;
  padding: 50px 0 50px;
  z-index: 2;
  color: #fff;
}

.industries-section {
  background-color: #222429;
}

.industries-section::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/pattern-16.png);
  content: "";
}

.training-section {
  position: relative;
  padding: 50px 0 50px;
  z-index: 2;
  color: #fff;
}

.training-section {
  background-color: #222429;
}

.training-section::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/pattern-16.png);
  content: "";
}

img {
  max-width: 100%;
  height: auto;
}


/* Gallery page's style START */
div#quad {
  background-color: #000;
  font-size: 0;
  width: 65%;
  margin: 0 auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
}

div#quad figure {
  margin: 0;
  width: 50%;
  height: auto;
  transition: 1s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

div#quad figure:hover {
  cursor: pointer;
  z-index: 4;
}

div#quad figure img {
  width: 100%;
  height: auto;
}

div#quad figure:nth-child(1) {
  transform-origin: top left;
}

div#quad figure:nth-child(2) {
  transform-origin: top right;
}

div#quad figure:nth-child(3) {
  transform-origin: bottom left;
}

div#quad figure:nth-child(4) {
  transform-origin: bottom right;
}

div#quad figure figcaption {
  margin: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: .3rem;
  font-size: 1.2rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: 1s 1s opacity;
}

@media screen and (max-width: 768px){
  div#quad figure figcaption {    
    font-size: 0.5rem;
  }
}

.expanded {
  transform: scale(2);
  z-index: 5;
}

div#quad figure.expanded figcaption {
  opacity: 1;
}

div.full figure:not(.expanded) {
  pointer-events: none;
}
/* Gallery page's style END */