body {
  background-color: #fff;
}

/* ========================================================================== */
/* RECURRING*/
/* Fonts -------------------------------------------------------------------- */
.header-two {
  font-family: 'Ovo', serif;
  font-size: 46px;
}
.intro-paragraph .header-two {
  font-size: 40px;
}
.p-text, body p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300px;
}

b, strong {
  font-weight: 500;
}

.underline-header {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.underline-header:after {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 2px solid rgb(6, 71, 128);
  position: relative;
  content: "";
  width: 70px;
  display: block;
}

/* Style Elements ----------------------------------------------------------- */
a:focus {
  outline: 0;
}

.shadow, .moving-crop-img, .vision-img, .mission-img {
  -webkit-box-shadow: 5px 5px 15px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 15px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 15px 2px rgba(0, 0, 0, 0.25);
}

.gabbro-wrap .border-wrap, .angle-90 {
  border-left: 2px solid #064780;
}

/* Measurements ------------------------------------------------------------- */
.project-wrap, .cta-banner, .product-wrap, .grey-bg-wrap, .services-wrap, .mission-wrap {
  margin-bottom: 80px;
}

/* Grey Background Section -------------------------------------------------- */
.grey-bg-wrap {
  background-color: #efefef;
  padding-top: 70px;
  padding-bottom: 50px;
  border-right: 50px solid #fff;
  border-left: 50px solid #fff;
}

.grey-bg-wrap .moving-crop-img, .moving-img {
  margin-top: -140px;
}

.grey-bg-wrap .owl-theme .owl-nav {
  margin-top: 0;
}

/* Quote Mark -------------------------------------------------- */
.quote {
  margin-bottom: 20px;
}

/* 90 degree Angle -------------------------------------------------- */
.angle-90 {
  height: 150px;
  width: 40px;
}

.gabbro-wrap .border-wrap h6, .angle-90 h6 {
  font-size: 24px;
  font-family: 'Ovo', serif;
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* left border ------------------------------------------------------------- */
.left-border-wrap {
  height: 150px;
  border-left: 2px solid #064780;
  padding-left: 30px;
  padding-top: 90px;
  margin-top: -30px;
}

/* Button style ------------------------------------------------------------- */
.btn {
  border: 1px solid transparent;
  font-family: 'Poppins', sans-serif;
  color: transparent;
  width: 200px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 0px;
  margin-top: 70px;
}

.cta-banner .btn {
  margin-top: 0;
  margin-bottom: 0;
}

.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #064680;
}

.btn-white:hover {
  background-color: transparent;
  color: #fff;
}

.btn-transparent {
  border-color: #064680;
  background-color: transparent;
  color: #064680;
}

.btn-transparent:hover {
  background-color: #064680;
  color: #fff;
}

.btn-transparent-white {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.btn-transparent-white:hover {
  background-color: #fff;
  color: #064680;
}
/* Image crop Position */
.img-croping-mobile .img-fluid {
  position: relative;
  top: -50%;
}
/* ========================================================================== */
/* HOME*/
.lower-text {
  margin-top: 60px;
}


/*Home Large Banner ----------------------------------------------- */
.home-large-banner {
  background-image: url("../img/home/service_bg.jpg");
  background-size: cover;
  margin-top: 75px;
}

.home-banner-img {
  background-image: url("../img/home/service_img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 700px;
  width: 570px;
}

.banner-desc {
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.projects-info-wrap {
  margin-top: -300px;
}

.projects-info-wrap .projects-info .p-text, .projects-info-wrap .projects-info p {
  font-size: 11px;
}
/* Projects Section  ----------------------------------------------- */
.projects-wrap .angle-90 {
  height: 250px;
  padding-top: 70px;
  margin-top: 0;
}

.angle-90 span {
  margin-left: 10px;
}

.projects-info {
  margin-bottom: -30px;
}

/* Services Options ----------------------------------------------- */
.service-option {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.service-op-desc {
  position: absolute;
  top: 30px;
  left: 30px;
  padding-right: 10px;
}

.service-op-desc h6, .service-op-desc h5 {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.service-option h6:after {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
  position: relative;
  content: "";
  width: 70px;
  display: block;
}

.service-option .item:hover h6:after {
  border-bottom: 2px solid #064780;
}

.service-option .item {
  background: rgb(6, 71, 128);
}

.service-option .item:hover {
  cursor: pointer;
}

.service-option .item img {
  opacity: 0.1;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

.service-option .item:hover img {
  opacity: 1;
}

.projects-wrap {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
}

.indexed {
  z-index: 10;
}

.our-projects {
  padding-top: 50px;
  padding-left: 50px;
}

.grey-bg-color-left:before {
  position: absolute;
  z-index: -1;
  top: 50;
  left: 5%;
  width: 50%;
  height: 600px;
  background-color: #efefef;
  content: "";
}

/* ========================================================================== */
/* ABOUT US*/
.about-bullet {
  padding: 0px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
}

.mission-quote {
  padding-top: 40px;
  font-family: 'Ovo', serif;
  font-size: 26px;
}

.management-wrap {
  border-bottom: 80px solid #fff;
  border-left: 50px solid #fff;
  border-right: 50px solid #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #efefef;
}

.position {
  margin-top: 20px;
  display: table;
  width: 100%;
  height: 40px;
  background-color: #064780;
  text-align: center;
  color: #fff;
}

.position span {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  font-size: 13px;
  display: table-cell;
  vertical-align: middle;
}

.names {
  display: table;
  min-height: 75px;
  width: 100%;
  margin-top: 10px;
  padding: 5px;
  background-color: #fff;
  text-align: center;
}

.names .sub-position {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 10px;
}

.names span {
  font-family: 'Ovo', serif;
  font-size: 13px;
  font-weight: 200;
  display: table-cell;
  vertical-align: middle;
  display: block;
}

/* ========================================================================== */
/* PRODUCT*/
.angle-90 {
  padding-top: 117px;
  margin-top: -30px;
}

.performance-banner {
  background-image: url("../img/products/product_bg.jpg");
  background-size: cover;
}

.performance-text {
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.clients-wrap {
  padding-top: 80px;
  padding-bottom: 100px;
  border-top: 80px solid #fff;
  border-bottom: 80px solid #fff;
  border-left: 50px solid #fff;
  border-right: 50px solid #fff;
  background-color: #efefef;
}

.owl-carousel-product-2 .owl-nav {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/* ========================================================================== */
/* SERVICES*/
/* Service Sertion One ------------------------------------------------------ */
.services-wrap ul {
  padding-left: 15px;
}

.services-wrap ul li {
  margin-bottom: 5px;
  font-size: 13px;
}

/* Service Sertion Two ------------------------------------------------------ */
.service-large-banner {
  background-image: url("../img/services/large_banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.service-large-banner .underline-header:after {
  border-color: #fff;
}

.service-large-banner .header-two {
  font-size: 25px;
  color: #fff;
}

.banner-text {
  padding-top: 180px;
  padding-bottom: 250px;
}

/* Service Sertion Three ------------------------------------------------------ */
.gabbro-wrap {
  margin-top: 80px;
  margin-bottom: 15px;
}

.gabbro-section {
  padding: 70px 40px;
  background-color: #efefef;
}

.gabbro-wrap .border-wrap {
  height: 240px;
  width: 40px;
  float: left;
  display: inline-block;
  margin-top: 160px;
  padding-top: 47px;
}

.gabbro-desc {
  display: inline-block;
  width: 83%;
  float: right;
  margin-top: 230px;
}

/* ========================================================================== */
/* PROJECTS*/
.project-header {
  font-family: 'Ovo', serif;
  font-size: 28px;
}
/* ========================================================================== */
/* Media*/
.media-link {
  color: rgb(6, 71, 128);
}

.media-link:hover {
  color: grey;
  text-decoration: none;
}


/* ========================================================================== */
/* CONTACT*/
/* All ---------------------------------------------------------------------- */
.contact-wrap {
  margin-top: 50px;
  margin-bottom: 80px;
}
/* Banner ------------------------------------------------------------- */
.top-banner {
  background-image: url("../img/contact/contact_bg_banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}
.term-policy .top-banner {
background-image: linear-gradient(to bottom, rgba(5, 59, 107, 0.6), rgba(5, 59, 107, 0.6)), url("../img/contact/contact_bg_banner.jpg");

}
.top-banner .header-two {
  margin-top: 200px;
  margin-bottom: 200px;
  color: #fff;
}
/* Contact Wrap ------------------------------------------------------------- */
.contactUs-wrap, .location-wrap {
  margin-bottom: 40px;
}

.contactUs-wrap .header-two {
  margin-top: 77px;
}
.contact-wrap ul {
  padding-left: 15px;
}

.contact-wrap ul span {
  display: inline-block;
  width: 60px;
}

.location-wrap {
  width: 90%;
}
/* map */
.map-wrap {
  height: 400px;
}
/* Form Wrap ---------------------------------------------------------------- */
.form-wrap {
  font-family: 'Ovo', serif;
  font-size: 24px;
  margin-top: 38px;
  padding: 40px;
  background-color: #efefef;
}

.form-wrap label {
  margin-bottom: 0;
}

.form-wrap input[type="text"], .form-wrap input[type="tel"], .form-wrap input[type="email"], .form-wrap input[type="textarea"], .form-wrap textarea {
  margin-bottom: 20px;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300px;
  margin-bottom: 15px;
  border: none;
}

.form-wrap input[type="text"], .form-wrap input[type="tel"], .form-wrap input[type="email"] {
  background: #efefef;
  border-bottom: 2px solid #064780;
      border-radius: 0;
}

.form-wrap input[type="submit"] {
  font-size: 20px;
border-radius: 0;
  height: 60px;
  width: 120px;
  background-color: #064780;
  color: #fff;
}

.red {
  color: #fa4b4b;
}

.grey-text {
  font-size: 14px;
  color: #c6c4c4;
}

.grey-bg {
  background-color: #efefef;
}

.sub-btn {
    margin-top: 20px;
}
/* ========================================================================== */
/* Terms & Policy*/
.term-policy .text-wrap ol li,.term-policy .text-wrap ul li ,.term-policy .text-wrap p  {
  font-size: 14px !important;
}
/* ========================================================================== */
/* MEDIA QUERIES */
/* ========================================================================== */
/* Large ======================================================================== */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /* ======================================================================== */
  /* RECURRING*/
  /* Fonts -------------------------------------------------------------------*/
  .header-two {
    font-size: 42px;
  }
  .intro-paragraph .header-two {
    font-size: 36px;
  }
  .p-text, body p {
    font-size: 13px;
  }

  /* Terms & Policy*/
  .term-policy .text-wrap ol li,.term-policy .text-wrap ul li ,.term-policy .text-wrap p  {
    font-size: 13px !important;
  }
  /* Grey Background Section -------------------------------------------------- */
  .grey-bg-wrap .moving-crop-img, .moving-img {
    margin-top: -30px;
  }
  /* button style --------- */
  .projects-wrap .margin-btn-mobile-50 {
    margin-top: 30px;
  }
  /* ======================================================================== */
  /* HOME*/
  /* Button Style
  ----------------------------------------------------------------------------- */

  .product-wrap {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .home-large-banner {
    margin-top: 65px;
  }

  .product-wrap a {
    margin-top: 54px;
  }

  .home-banner-img {
    height: 557px;
    width: 100%;
  }

  /* ======================================================================== */
  /* ABOUT US*/
  /* ======================================================================== */
  /* PRODUCT*/
  .performance-img, .performance-img1, .performance-img2 {
    height: 557px;
    width: 100%;
  }

  /* ======================================================================== */
  /* SERVICES*/
  /* ======================================================================== */
  /* PROJECTS*/
  /* ======================================================================== */
  /* CONTACT*/
  .form-wrap {
    font-size: 21px;
  }

  .contact-wrap {
    margin-bottom: 80px;
  }

  .form-wrap input[type="text"], .form-wrap input[type="tel"], .form-wrap input[type="email"], , .form-wrap textarea {
    font-size: 13px;
  }
}

/* MIND ======================================================================== */
@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* ======================================================================== */
  /* RECURRING*/
  /* Fonts -------------------------------------------------------------------*/
  .header-two {
    font-size: 36px;
  }
  .intro-paragraph .header-two {
    font-size: 30px;
  }
  .p-text, body p {
    font-size: 13px;
  }

  /* Terms & Policy*/
  .term-policy .text-wrap ol li,.term-policy .text-wrap ul li ,.term-policy .text-wrap p  {
    font-size: 13px !important;
  }

  .underline-header {
    font-size: 13px;
  }

  /* Measurements -------------------------------------------------- */
  .services-wrap, .cta-banner, .product-wrap, .mission-wrap {
    margin-bottom: 70px;
  }

  /* Grey Background Section -------------------------------------------------- */
  .grey-bg-wrap .moving-crop-img, .moving-img {
    margin-top: 100px;
  }

  .grey-bg-wrap {
    padding-top: 45px;
    margin-bottom: 60px;
    border-right: 20px solid #fff;
    border-left: 20px solid #fff;
  }

  /* 90 degree Angle -------------------------------------------------- */
  .angle-90 {
    height: 100px;
    width: 30px;
  }

  .gabbro-wrap .border-wrap h6, .angle-90 h6 {
    font-size: 18px;
  }

  .angle-90 {
    padding-top: 75px;
  }

  /* Unordered list -------------------------------------------------- */
  .services-wrap ul li {
    font-size: 10px;
  }

  /* Left-Overlap -------------------------------------------------- */
  .left-border-wrap {
    border-left: 2px solid #064780;
    padding-left: 15px;
    padding-top: 75px;
    margin-top: -30px;
  }

  /* ======================================================================== */
  /* HOME*/
  /* Button Style
  ----------------------------------------------------------------------------- */

  /* Button Style -------------------------------------------------- */
  .btn {
    width: 180px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 12px;
    margin-top: 60px;
  }

  .home-banner-img {
    height: 567px;
    width: 100%;
  }

  .projects-info-wrap {
    margin-top: -300px;
  }

  /* ======================================================================== */
  /* ABOUT US*/
  /* ======================================================================== */
  /* PRODUCT*/
  .services-wrap .list-right, .services-wrap .list-left {
    font-size: 9px;
    font-weight: 300;
  }

  .performance-img, .performance-img1, .performance-img2 {
    height: 557px;
    width: 330px;
  }

  .performance-img, .performance-img1, .performance-img2 {
    width: 330px;
  }
  .performance-banner .owl-dots {
    margin-bottom: 30px;
  }
  /* ======================================================================== */
  /* SERVICES*/
  /*  Service Section Three -------------------------------------------------- */
  .banner-text {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .service-large-banner .header-two {
    font-size: 23px;
  }

  /*  Service Section Four -------------------------------------------------- */
  .gabbro-section {
    padding: 60px 30px;
  }

  .gabbro-section .header-two {
    font-size: 32px;
  }

  /* ======================================================================== */
  /* PROJECTS*/
  .project-header {
    font-size: 28px;
  }

  /* ======================================================================== */
  /* CONTACT*/
  .contact-wrap {
    margin-bottom: 70px;
  }

  .form-wrap {
    font-size: 18px;
    padding: 30px;
  }

  .form-wrap input[type="text"], .form-wrap input[type="tel"], .form-wrap input[type="email"], .form-wrap input[type="textarea"], .form-wrap textarea {
    font-size: 13px;
  }
}

/* SMALL ======================================================================== */
@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* ======================================================================== */
  /* RECURRING*/
  /* Fonts -------------------------------------------------------------------*/
  .header-two {
    font-size: 30px;
  }

  .p-text, body p {
    font-size: 12px;
  }

  /* Terms & Policy*/
  .term-policy .text-wrap ol li,.term-policy .text-wrap ul li ,.term-policy .text-wrap p  {
    font-size: 12px !important;
  }

  .underline-header {
    font-size: 13px;
  }

  .underline-header:after {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .gabbro-wrap .border-wrap h6, .angle-90 h6 {
    font-size: 18px;
  }

  /* Measurements -------------------------------------------------- */
  .services-wrap, .cta-banner, .product-wrap, .mission-wrap {
    margin-bottom: 60px;
  }

  /* Grey Background Section -------------------------------------------------- */
  .grey-bg-wrap {
    padding-top: 20px;
    margin-bottom: 35px;
    border-right: 10px solid #fff;
    border-left: 10px solid #fff;
  }

  .grey-bg-wrap .underline-header {
    color: #efefef;
  }

  .grey-bg-wrap .moving-crop-img {
    height: 300px;
    overflow: hidden;
  }

  .moving-img, .grey-bg-wrap .moving-crop-img {
    margin-top: 34px;
  }

  /* Display None */
  .service-large-banner .underline-header:after, .quote, .gabbro-wrap .border-wrap, .no-mob {
    display: none;
  }
  /* Image Crop -------------------------------------------------- */
  .img-croping-mobile {
    height: 300px;
  }


  /* Button Style -------------------------------------------------- */
  .btn {
    width: 160px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 11px;
    margin-top: 50px;
  }

  .margin-btn-mobile-50 {
    margin-bottom: 50px;
  }
  /* ======================================================================== */
  /* HOME*/
  /* Button Style
  ----------------------------------------------------------------------------- */
  .projects-info-wrap {
    margin-top: 0px;
  }

  .our-projects {
    border-left: 30px solid #fff;
    border-right: 30px solid #fff;
    margin-bottom: 40px;
    background-color: #efefef;
  }

  .grey-bg-color-left:before {
    display: none;
  }

  /* Product Section -----------------------------------------------------------*/
  .desc-text {
    font-size: 13px;
    margin-bottom: 25px;
  }

  .product-wrap {
    padding-top: 15px;
  }

  .owl-theme .owl-nav {
    text-align: left;
    margin-top: 40px;
  }

  /* Services Section -----------------------------------------------------------*/
  .home-large-banner {
    margin-top: 60px;
  }

  /* ======================================================================== */
  /* ABOUT US*/
  .about-bullet {
    margin-bottom: 30px;
  }

  .management-wrap {
    border-bottom: 40px solid #fff;
    border-left: 25px solid #fff;
    border-right: 25px solid #fff;
    padding-top: 65px;
    padding-bottom: 65px;
  }

  /* ======================================================================== */
  /* PRODUCT*/
  .services-wrap .list-right {
    margin-bottom: 30px;
  }

  .clients-wrap {
    padding-top: 65px;
    padding-bottom: 75px;
    border-top: 65px solid #fff;
    border-bottom: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
  }

  .performance-img, .performance-img1, .performance-img2 {
    width: 100%;
    height: 360px;
    margin-bottom: 50px;
  }

  .performance-banner .owl-dots {
    margin-bottom: 30px;
  }
  /* ======================================================================== */
  /* SERVICES*/
  /* Services Section Two ----------------------------------------------------*/
  .services-wrap {
    margin-bottom: 65px;
  }

  .services-wrap .text-wrap {
    margin-bottom: 50px;
  }

  /* Services Section Three ----------------------------------------------------*/
  .banner-text {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .service-large-banner .header-two {
    font-size: 21px;
  }

  /* Services Section Four ----------------------------------------------------*/
  .gabbro-wrap {
    margin-top: 65px;
    margin-bottom: 50px;
  }

  .gabbro-section {
    padding: 50px 30px;
  }

  .gabbro-section .header-two {
    font-size: 36px;
  }

  .gabbro-desc {
    display: block;
    width: 100%;
    float: none;
    margin-top: 40px;
  }

  /* ======================================================================== */
  /* PROJECTS*/
  .project-header {
    font-size: 26px;
  }

  .project-wrap .p-text, .project-wrap p {
    margin-bottom: 50px;
  }

  .project-wrap {
    margin-bottom: 65px;
  }

  /* ========================================================================== */
  /* CONTACT*/
  .top-banner .header-two {
    margin-top: 150px;
    margin-bottom: 50px;
  }

  .contact-wrap .underline-header {
    color: #fff;
    margin-bottom: 20px;
  }

  .contact-wrap {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .map-wrap {
    height: 360px;
  }

  .form-wrap {
    font-size: 15px;
    margin-top: 50px;
    padding: 30px;
  }

  .form-wrap input[type="text"], .form-wrap input[type="tel"], .form-wrap input[type="email"], .form-wrap input[type="textarea"], .form-wrap textarea {
    font-size: 12px;
  }
}

/* X-SMALL ======================================================================== */
@media only screen and (max-width: 575px) {

  /* ========================================================================== */
  /* RECURRING*/
  /* Fonts -------------------------------------------------------------------*/
  .underline-header {
    font-size: 12px;
  }

  .underline-header:after {
    padding-bottom: 5px;
    margin-bottom: 20px;
  }

  .p-text, body p {
    font-size: 12px;
  }

  /* Terms & Policy*/
  .term-policy .text-wrap ol li,.term-policy .text-wrap ul li ,.term-policy .text-wrap p  {
    font-size: 12px !important;
  }

  .header-two {
    font-size: 24px;
  }

  .gabbro-wrap .border-wrap h6, .angle-90 h6 {
    font-size: 18px;
  }

  /* Grey Background Section -------------------------------------------------- */
  .grey-bg-wrap {
    padding-top: 0px;
    padding-bottom: 50px;
    margin-bottom: 30px;
    border: none;
  }

  .grey-bg-wrap .text-wrap {
    padding-top: 16px;
    padding-bottom: 36px;
  }

  .grey-bg-wrap .underline-header {
    color: #efefef;
  }

  .grey-bg-wrap .moving-crop-img {
    margin-top: 0px;
    height: 200px;
    overflow: hidden;
  }

  .moving-crop-img .img-fluid {
    position: relative;
    top: -20%;
  }

  .moving-img, .grey-bg-wrap .moving-crop-img {
    margin-top: 0px;
  }

  /* Display None -------------------------------------------------- */
  .service-large-banner .underline-header:after, .quote, .gabbro-wrap .border-wrap, .no-mob {
    display: none;
  }

  /* Measurements -------------------------------------------------- */
  .services-wrap, .cta-banner, .product-wrap, .mission-wrap {
    margin-bottom: 50px;
  }

  /* Button Style -------------------------------------------------- */
  .btn {
    width: 150px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 10px;
    margin-top: 40px;
  }

  .margin-btn-mobile-50 {
    margin-bottom: 50px;
  }

  .margin-btn-mobile-50 {
    margin-bottom: 50px;
  }

  /* Image Crop -------------------------------------------------- */
  .img-croping-mobile {
    height: 250px;
  }

  /* ========================================================================== */
  /* HOME*/

  .projects-info-wrap {
    margin-top: 0px;
  }

  .our-projects {
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
    margin-bottom: 40px;
    background-color: #efefef;
  }

  .grey-bg-color-left:before {
    display: none;
  }

  .projects-wrap .angle-90 {
    height: 325px;
  }

  .projects-wrap .owl-theme .owl-nav {
    text-align: left;
    margin-top: 25px;
  }

  /* Services Section ---------------------------------------------------------*/
  .home-large-banner {
    margin-top: 50px;
  }

  /* Projects Section ---------------------------------------------------------*/
  .projects-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* ========================================================================== */
  /* ABOUT US*/
  .about-bullet {
    margin-bottom: 30px;
  }

  .management-wrap {
    border-bottom: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /* ========================================================================== */
  /* PRODUCT*/
  .services-wrap .list-left {
    margin-bottom: 0;
  }

  .services-wrap .list-right {
    margin-bottom: 50px;
  }

  .border-wrap {
    display: none;
  }

  .clients-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 50px solid #fff;
    border-bottom: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
  }

  .clients-wrap .list-left {
    margin-bottom: 0;
  }

  .performance-img, .performance-img1, .performance-img2 {
    width: 100%;
    height: 200px;
    margin-bottom: 50px;
  }

  .performance-banner .owl-dots {
    margin-bottom: 30px;
  }
  /* ========================================================================== */
  /* SERVICES*/
  /* Services Section Two -------------------------------------------------- */
  .services-wrap {
    margin-bottom: 50px;
  }

  .services-wrap .text-wrap {
    margin-bottom: 30px;
  }

  /* Services Section Three -------------------------------------------------- */
  .banner-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .service-large-banner .header-two {
    font-size: 21px;
  }

  /* Services Section Four -------------------------------------------------- */
  .gabbro-wrap {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .gabbro-section {
    padding: 50px 20px;
  }

  .gabbro-section .header-two {
    font-size: 24px;
  }

  .gabbro-desc {
    display: block;
    width: 100%;
    float: none;
    margin-top: 40px;
  }

  /* ========================================================================== */
  /* PROJECTS*/
  .project-header, .header-two {
    font-size: 24px;
  }

  .project-wrap .p-text, .project-wrap p {
    margin-bottom: 50px;
  }

  .project-wrap {
    margin-bottom: 50px;
  }

  /* ========================================================================== */
  /* CONTACT*/
  .top-banner .header-two {
    margin-top: 150px;
    margin-bottom: 50px;
  }

  .contact-wrap .underline-header {
    color: #fff;
    margin-bottom: 20px;
  }

  .contact-wrap {
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .map-wrap {
    height: 360px;
  }

  .form-wrap {
    font-size: 12px;
    margin-top: 50px;
    padding: 20px 15px;
  }

  .mobile-bg {
    padding: 0;
  }

  .form-wrap input[type="text"], .form-wrap input[type="tel"], .form-wrap input[type="email"], .form-wrap input[type="textarea"], .form-wrap textarea {
    font-size: 12px;
    border-radius: 0;
  }

}




/* ========================================================================== */
/* RESOURCES */
/* ========================================================================== */

/* Social Media Icons ============================================================ */
.icon-bar {
  right: 30px;
  z-index: 2;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 5px 11px;
  margin-bottom: 11px;
  transition: all 0.3s ease;
  font-size: 20px;
  background-color: #fff;
  color: rgb(6, 71, 128);
  border-radius: 50%;
}

.icon-bar a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
#tfn_nav .navbar .social-footer {
  padding-top: 20px;
}
/* Navigation =============================================================== */
#tfn_nav .navbar-dark .navbar-nav .nav-transparent {
  color: #fff !important;
}

#tfn_nav .bg-dark-bg {
  background-color: #064780 !important;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
}

#tfn_nav .bg-transparent .navbar-nav .nav-link, #tfn_nav .bg-dark-bg .navbar-nav .nav-link {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
  /* transition: all .3s ease-in-out; */
}

#tfn_nav .bg-transparent .navbar-nav .nav-link {
  padding-top: 40px;
  padding-bottom: 40px;
}

#tfn_nav .bg-dark-bg {
  /* transition: all .3s ease-in-out; */
}

#tfn_nav .bg-transparent {
  /* padding-top: 20px;
    padding-bottom: 20px; */
  /* transition: all .3s ease-in-out; */
  background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.0));
}

/* Dropdown Product Menu Option */
#tfn_nav .dropdown-menu {
  border: none;
}

.bg-transparent .dropdown-menu {
  background: transparent !important;
}

.bg-dark-bg .dropdown-menu {
  background-color: #064780 !important;
}

#tfn_nav .dropdown-item {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 200;
  color: #fff;
  letter-spacing: 1px;
}

#tfn_nav .dropdown-transparent:focus, #tfn_nav .dropdown-transparent:hover {
    color: #fff;
    background: rgba(0,0,0,0.15);
}

#tfn_nav a.dropdown-item:last-child {
  border-bottom: 2px solid #fff;
}
#tfn_nav .animation {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
/* Masterslider ============================================================= */
.ms-fullscreen-template .slide-pattern {
  background: url(pattern.png) scroll;
  width: 100%;
  height: 100%;
  z-index: 109;
  -webkit-transform: translateZ(0.4px);
  -moz-transform: translateZ(0.4px);
  -ms-transform: translateZ(0.4px);
  -o-transform: translateZ(0.4px);
  transform: translateZ(0.4px);
  position: absolute;
  top: 0;
}

/* .slideshow-height-standard .btn-style {
  margin-top: 30px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
} */
.slide-1 .heading-position {
  top: 30% !important;
  left: 0px;
  margin-top: 0;
  padding: 20px;
  width: 50%;
}
.heading-position .btn {
  margin-top: 40px;
}
.slide-1 .main-heading {
  font-family: 'Ovo', serif;
  color: #FFF;
  font-weight: 300;
  font-size: 60px;
  text-align: left;
  margin-bottom: 30px;
}

.slide-1 .sub-heading {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: #FFF;
  font-weight: 200;
  font-size: 14px;
  text-align: left;
  line-height: 150%;
}

.slide-5 .video-caption {
  color: #FFF;
  border: solid 4px #FFF;
  padding: 12px 10px;
  width: 71%;
  left: 106px;
  font-weight: 600;
  text-align: center;
  font-size: 52px;
  top: 44% !important;
}

/* Owl Carousel ============================================================= */
.owl-theme .owl-nav [class*=owl-] {
  margin: 0px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: rgba(6, 71, 128, 0.2);
}

.owl-theme .owl-nav {
  text-align: right;
  margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #064780;
}

.owl-theme .owl-dots .owl-dot span {
  background: #cccaca;
  margin: 0px 3px;
}

/* CTA Banner ============================================================= */
.cta-banner {
  background-image: linear-gradient(to bottom, rgba(6, 71, 128, 0.7), rgba(6, 71, 128, 0.7)), url("../img/all/cta-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  height: 150px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cta-btn {
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
  color: #000;
  width: 200px;
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
}

.cta-banner h5 {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: 200;
  font-size: 24px;
  vertical-align: middle;
  text-align: right;
}

/* Footer =================================================================== */
footer {
  background-image: linear-gradient(to bottom, rgba(5, 59, 107, 0.9), rgba(5, 59, 107, 0.9)), url("../img/all/footer-img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  width: 100%;
  font-weight: 300;
}

.footer-info p, .copy-right p {
  font-size: 11px!important;
}
.footer-info h5 {
  font-size: 13px!important;
}

.footer {
  padding-top: 80px;
  padding-bottom: 50px;
}

.footer-info div {
  padding-top: 40px;
}

.footer-info .footer-logo {
  padding-top: 0;
  height: 260px;
  width: 260px;
}
.footer-info .footer-logo img {
  border-radius: 50%;
}
.footer-col-1 a, .footer-col-2 a {
  direction: none;
  color: #fff;
  text-decoration: underline;
  font-weight: 400;
}

.footer-col-2 h5 p {
  font-size: 13px;
  font-weight: 400;
}

.footer-col-2 span {
  font-size: 11px;
  font-weight: 500;
}

.foot-nav a, .foot-contact {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 25px;
}

.foot-contact img {
  margin-right: 10px;
}

.foot-nav a:hover, .copy-right a:hover, .foot-contact:hover {
  color: #fff;
  text-decoration: underline;
}

.copy-right a {
  color: #fff;
}

footer .social-footer {
  padding-top: 0px;
}

/* Social Icons */
.social-footer a {
  padding: 5px 11px;
  margin-right: 5px;
  margin-bottom: 11px;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 20px;
  background-color: #fff;
  color: rgb(6, 71, 128);
  border-radius: 50%;
}

.social-footer .twitter, .social-footer .youtube, .social-footer .linkedin {
  padding: 5px 8px;
  margin-bottom: 11px;
}

.social-footer a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.footer-info .social-footer {
  margin-top: 0px;
}

.copy-right {
  background-color: rgb(5, 59, 107);
  text-align: center;
}

.copy-right p {
  margin: 8px;
}

.copy-right .navi-foot p {
  margin-bottom: 0;
}
.copy-right span {
  margin-right: 10px;
  margin-left: 10px;
}
/* ========================================================================== */
/* MEDIA QUERIES */
/* ========================================================================== */

/* Large ---------------------------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /* CTA Banner -----------------------------------------------------------*/
  .cta-banner h5 {
    margin-top: 0px;
    font-size: 20px;
    text-align: right;
  }

  /* Masterslider-----------------------------------------------------------*/
  .slide-1 .heading-position {
    top: 30% !important;
    width: 50%;
  }

  .slide-1 .main-heading {
    font-size: 58px;
  }

  .slide-1 .sub-heading {
    font-size: 14px;
  }
}

/* Mid -----------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* Navigation --------------------------------------------------------------*/
  .navbar-nav:last-child {
    padding-bottom: 50px;
  }

  /* .navbar-nav {
    background-color: #064780;
    -webkit-box-shadow: 0px -150px 0px 150px rgba(6,71,128,1);
    -moz-box-shadow: 0px -150px 0px 150px rgba(6,71,128,1);
    box-shadow: 0px -150px 0px 150px rgba(6,71,128,1);
  } */

  #tfn_nav .bg-transparent {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.0));
    border-bottom: none;
  }

  #tfn_nav .bg-transparent {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #tfn_nav .bg-transparent .navbar-nav .nav-link, #tfn_nav .bg-dark-bg .navbar-nav .nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  #tfn_nav .navbar-nav .nav-item:nth-of-type(9) {
    padding-bottom: 100px;
  }

  .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #tfn_nav .dropdown-item {
    padding-left: 100px;
  }

  /* Footer -----------------------------------------------------------*/
  .footer {
    padding-top: 65px;
  }

  /* CTA Banner -----------------------------------------------------------*/
  .cta-banner h5 {
    margin-top: 0px;
    font-size: 20px;
    text-align: right;
  }

  /* Masterslider-----------------------------------------------------------*/
  .slide-1 .heading-position {
    top: 30% !important;
    width: 50%;
  }

  .slide-1 .main-heading {
    font-size: 45px;
  }

  .slide-1 .sub-heading {
    font-size: 13px;
  }
}

/* Small ---------------------------------------------------------------------*/
@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* Navigation --------------------------------------------------------------*/
  .navbar-nav:last-child {
    padding-bottom: 50px;
  }

  /* .navbar-nav {
    background-color: #064780;
    -webkit-box-shadow: 0px -150px 0px 150px rgba(6,71,128,1);
    -moz-box-shadow: 0px -150px 0px 150px rgba(6,71,128,1);
    box-shadow: 0px -150px 0px 150px rgba(6,71,128,1);
  } */

  #tfn_nav .bg-transparent {
    background-color: transparent !important;
        border-bottom: none;
  }

  #tfn_nav .bg-transparent {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  #tfn_nav .bg-transparent .navbar-nav .nav-link, #tfn_nav .bg-dark-bg .navbar-nav .nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  #tfn_nav .navbar-nav .nav-item:nth-of-type(9) {
    padding-bottom: 100px;
  }

  #tfn_nav .dropdown-item {
    padding-left: 100px;
  }
  /* Footer -----------------------------------------------------------*/
  .footer {
    padding-top: 50px;
  }

  /* CTA Banner -----------------------------------------------------------*/
  .cta-banner {
    padding-top: 30px;
  }

  .cta-banner h5 {
    font-size: 20px;
    text-align: center;
  }

  /* Masterslider-----------------------------------------------------------*/
  .slideshow-height-standard .ms-fullscreen-template, .slideshow-height-standard #masterslider {
    height: 650px !important;
  }

  .slide-1 .heading-position {
    top: 20% !important;
    width: 40%;
  }

  .slide-1 .main-heading {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .slide-1 .sub-heading {
    font-size: 12px;
  }
}

/* X-Small -------------------------------------------------------------------*/
@media only screen and (max-width: 575px) {

  /* Navigation --------------------------------------------------------------*/
  /* #tfn_nav .bg-transparent {
    background-color: #064780 !important;
  } */
  .navbar-nav:first-child {
    margin-top: 40px;
  }

  .navbar-nav:last-child {
    padding-bottom: 50px;
  }

  /* .navbar-nav {
    background-color: #064780;
    -webkit-box-shadow: 0px -150px 0px 150px rgba(6,71,128,1);
    -moz-box-shadow: 0px -150px 0px 150px rgba(6,71,128,1);
    box-shadow: 0px -150px 0px 150px rgba(6,71,128,1);
  } */

  .navbar-nav:first-child {
    margin-top: 30px;
  }

  .navbar-brand {
    transition: .5s;
    position: relative;
    margin-left: 29%;
    top: 30px;
  }

  .bg-dark-bg .navbar-brand {
    top: 0;
  }

  #tfn_nav .bg-transparent {
    background-color: transparent !important;
    background-image: none;
    border-bottom: none;
  }

  #tfn_nav .bg-transparent {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  #tfn_nav .bg-transparent .navbar-nav .nav-link, #tfn_nav .bg-dark-bg .navbar-nav .nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  #tfn_nav .dropdown-item {
    padding-left: 100px;
  }
  /* Footer -----------------------------------------------------------*/
  .footer {
    padding-top: 50px;
  }
  .copy-right span {
    margin-right: 5px;
    margin-left: 5px;
  }

  /* CTA Banner -----------------------------------------------------------*/
  .cta-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cta-btn {
    width: 150px;
    height: 40px;
    font-size: 10px;
  }

  .cta-banner h5 {
    font-size: 18px;
    text-align: center;
  }

  /* Masterslider-----------------------------------------------------------*/

  .slide-1 .heading-position {
    top: 25% !important;
    width: 55%;
  }

  .slide-1 .main-heading {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .slide-1 .sub-heading {
    font-size: 11px;
  }
}

@media only screen and (max-width: 350px) {

  .navbar-brand {
      margin-left: 22%;
      top: 30px;
  }
}
.navbar-toggler, .navbar-brand, .icon-bar {
  z-index: 999;
}
/* .navbar .container {
    background-color: #064780;
    -webkit-box-shadow: 0px -30px 0px 30px #064780;
    -moz-box-shadow: 0px -30px 0px 30px #064780;
    box-shadow: 0px -30px 0px 30px #064780;
}
.navbar .show {
    background-color: #064780;
    -webkit-box-shadow: 0px -30px 0px 50px rgba(6,71,128,1);
    -moz-box-shadow: 0px -30px 0px 50px rgba(6,71,128,1);
    box-shadow: 0px -30px 0px 50px rgba(6,71,128,1);
} */

@media only screen and (min-width: 576px) and (max-width: 991px) {
  .navbar .navbar-brand {
   margin-left: 15px;
  }
}

@media only screen and (max-width: 991px) {

  .navbar-nav .nav-link {
    padding-left: 15px;
  }

  .navbar {
    padding: .5rem 0;
  }

  .navbar-toggler {
    margin-right: 15px;
  }

  /* ADJUSTMENTS!!! */
  .show {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; // mobile safari
  }

  .collapse {
    max-height: 600px;
  }

  .navbar .container {
    max-width: 100%;
  }

}

@media only screen and (max-width: 575px) {
  .navbar .navbar-brand {
      margin-left: none;
  }

}

@media only screen and (max-height: 414px) {
  #tfn_nav .bg-transparent .navbar-nav .nav-link, #tfn_nav .bg-dark-bg .navbar-nav .nav-link {
    padding-top: 10px;
  }
  .collapse {
    max-height: 350px;
  }
}
