/******----General Settings----******/
* {
  margin: 0;
  padding: 0;

}

body {
  overflow-x: hidden;
  color: #6c757d;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #6c757d;
  letter-spacing: 0.2px;
  text-transform: uppercase;

}

p {
  font-family: "nunito", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #6c757d;
}

/******----Absolute Navigation Bar----******/

.absolute-nav {
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 0 10px;
  background: #6c757d;
  height: 8vh;
  transition: .5s all ease-in-out;

}

.absolute-nav p {
  font-size: 1em;
  color: #fff;
  font-variant: small-caps;
}

.absolute-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 20%;
  font-size: 22px;

}

.absolute-nav ul li a i:hover {
  color: #000 !important;
  transition: all 0.5s linear;
}

/******----Center Navigation Bar----******/

header.padding{
  padding: 6rem 0 6rem 0;
}

header a{
  text-decoration: none;
  font-size: 1.1rem;
  color: #6c757d;
}

header a:hover{
  color:lightskyblue;
  transition: .4s all ease-in-out;
}

.center-title{
  letter-spacing: .1rem;
  font-size: 1.2rem;
}

@media(max-width:768px){
  header .row{
    gap: 0.8rem;
  }

  header .logo{
    transition: .5s all linear;
    width: 14rem;
    
  }
}

header .logo{
  transition: .5s all ease-out;

}
/******----Menu Navigation Bar----******/

nav {
  margin-top: -40px;
  transition: all 0.5 ease-out;
  padding-bottom: 0 !important;
  transition: .5s all ease-in-out;
  z-index: 100;

}

nav ul li {
  text-transform: uppercase;
  font-weight: 480;
}

.container {
  padding: 4px 0;
  background: darkred;
  color: #fff;
  transition: all 0.5 ease-in-out;

}

#navbar-toggler-btn {
  margin: 0 0 0 1rem;
}


.container ul li a {
  color: #fff;
}

nav .navbar-nav li a:hover {
  color: lightskyblue;
  transition: .5s all ease-in-out;
}

nav .navbar-nav li a {
  position: relative;
}

nav .navbar-nav li>a:hover::after {
  content: "";
  width: 42px;
  height: 2px;
  background: lightskyblue;
  position: absolute;
  bottom: 6px;
  left: 10px;
}

.nav-item {
  width: max-content;
}

#healthSafety{
  cursor: pointer;
}

/***--Navigation Call To Action Button--***/

.navbar .lg-screen-btn {
  padding: 1rem;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  margin-right: 0.2rem;
  
}

.lg-btn-margin{
  margin-bottom: 0;
}

.lg-btn-margin li{
  list-style: none;
}

.navbar .lg-screen-btn-link{
  width: min-content !important;
}

.navbar .lg-screen-btn:hover {

  background-color: darkgreen;
  transition: .5s linear;

}

@media(min-width:768px) {
  .navbar .sm-screen-btn {
    display: none;
  }
}

@media(max-width:768px) {
  .navbar .sm-screen-btn {
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: bold;
    margin-right: 4px;

  }

  .navbar .sm-screen-btn:hover {
    background-color: darkgreen;
    transition: .5s linear;
  }

  .navbar .lg-screen-btn {
    display: none;
  }
}

/***--Javascript Events Call Calasses--***/

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  transition: .5s all ease-in-out;
}

.hide {
  display: none;
  transition: .5s all ease-in-out;
}


/******----Navigation Bars Media Queries----******/

@media (max-width: 768px) {

  #navbarId {
    margin-top: 20px;

  }

  .navbar-toggler {
    border: 1px solid #fff;
    border-radius: 0;
    background-color: #6c757d;
  }

  .nav-item {
    margin-left: 20px !important;
  }

  .center-contacts {
    display: table-row;
    padding-bottom: 10%;
  }

  #center-logo {

    width: 290px;
    height: 14px;
    position: absolute;
    top: 320px;
    left: 84px;

  }

}

@media (min-width: 768px) {
  #navbar-logo {
    display: none;
  }
}


/******----Hero Section----******/

.hero-background {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/window-cleaning.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 60vh;
  z-index: 2;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-left: 100px;
  margin-right: 100px;
  gap: 20px;

}

@media(max-width:768px){
  .header {
   
    margin-left: 40px;
    margin-right: 40px;
  
  }
}

.hero-title {
  text-transform: uppercase;
  font-size: 32px;
}


header .hero-span {
  color: #ffa500;
}

@media(min-width:768px) {
  .header {
    display: flex;
    flex-direction: row;
  }
}


/******----Below Hero Section----******/

.abseiling-wrapper {
  height: 60vh;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/safetynetting.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;

  gap: 4px;
  justify-content: space-evenly;

}


/******----Afiliations / Brands Section----******/

.afiliations {
  height: 10vh;
  width: 100%;

}

.afiliations-wrapper {
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 80px;
}

@media(min-width:768px) {
  .afiliations-wrapper {
    flex-direction: row;
  }
}

@media(max-width:768px) {
  .afiliations-wrapper {
    flex-direction: column;
    margin: 0 20%;
    gap: 20px;
  }
}

#afiliations-h2 {

  margin: 60px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
}

.botton-row {
  background: #8b0000;
  min-height: 20vh;
}

.lg-s-bottom-btn {
  padding: 16px;
  background: #6c6c6c;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.lg-s-bottom-btn:hover {
  background: darkgreen;
  transition: .5s ease-in-out;
  ;
}

/******----Footer Section----******/

.footer-container {
  width: 100%;
  background: #6c757d;
  border-top: 1px solid #b80000;

}

.footer-color {
  color: #fff;
}

/******----Footer Top Bar----******/

.footer-top {
  display: flex;
  flex-direction: column;
  padding: 140px 0;
  margin: 0 10%;
  justify-content: center;
}

.footer-top ul li a:hover {
  color: darkred;
  transition: .5s all linear;
}

.footer-top .center-links-footer:hover {
  color: darkred;
  transition: .5s all linear;
}

.footer-top ul li a {
  width: max-content;
  font-size: 1.2rem;
}

.footer-top div a {

  font-size: 18px;
}

.footer-top .footer-top-col-3 a {
  text-decoration: none;
  color: #fff;
}

.footer-items-margin {
  padding-left: 60px;
  
}

.footer-items-margin .f-quickLinks a{
  color: #fff;
  padding-bottom: 0;
}

.i-frame-map{
  padding-left: 10px;
}

@media(max-width:768px) {
  .footer-items-margin {
    padding-left: 0;
  }

  .footer-top>* {
    margin-top: 6%;
  }
}

@media(min-width:768px) {
  .footer-top {
    display: flex;
    flex-direction: row;

  }
}

.footer-top-p1 {
  font-size: 18px;
}

.footer-top-col {
  flex: 1;
  color: #fff;


}

.footer-container .footer-top ul {
  list-style: none;
}

.footer-top h5 {
  color: darkred;
  margin-bottom: 28px;
  text-transform: uppercase;
  font-size: 17px;
}

/******----Footer Bottom Bar----******/

.footer-bottom {
  display: flex;
  background: darkred;
  justify-content: space-evenly;
  align-items: flex-end;
  min-height: 10vh;
}

.footer-bottom p {
  font-size: 16px;
  color: #fff;
}

.footer-bottom p a {
  text-decoration: none;

}

.footer-bottom p a span {
  color: darkred;
}

@media(max-width:768px) {

  .footer-bottom {
    text-align: center;

  }
}

p span.copyright {
  color: #ffa500 !important;
}

.footer-bottom p a .copyright:hover {
  color: #ffffff !important;
  transition: .5s all linear;
}


/******-------------------CONTACT US PAGE-----------*******************/

.contact-header {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/rope-access2.jpg');
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.contact-header h1 {
  text-transform: uppercase;
  color: #fff;

}

.contact-header p {
  color: #fff;
  text-align: center;
  margin: 0 20px;
  font-size: 18px;
}

.contact-quote-text {
  color: #ffa500;
}

/***---Contact Details Section---***/

.contact-details-wrapper {
  height: 50vh;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 40px;
  padding: 80px 0 60px 0;


}

@media(min-width:768px) {
  .contact-details-wrapper {
    flex-direction: row;
    justify-content: space-evenly;
  }

  .contact-detail {
    width: 40% !important;
  }
}

@media(max-width:768px) {
  .contact-details-wrapper {
    height: 100vh;
    flex-direction: column;
    width: 100% !important;
    margin: 0;
    padding: 0 0 0 0;
  }

  .contact-detail-side-text {
    width: 100% !important;
    padding-right: 32px;
    padding-left: 32px;

  }

  .contact-detail {
    width: 88% !important;

  }
  
  .form-control {
    border-radius: 0;
    padding-top: 3%;
    align-items: center;
  }

  .form-div {
    padding: 6% 2% 4% 2%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/rope-access2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;


  }

  .submit-btn {

    border-radius: 0;
    border: 1px solid #6c757d;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
  }

  .submit-btn:hover {
    background-color: darkgreen;
    transition: .5s ease-in-out;
    border: 1px solid darkgreen;

  }


  .form-h3 {
    margin-bottom: 0;
    padding: 34px 30px !important;
    text-transform: uppercase;
  }
}

.contact-detail-h3 {
  margin-bottom: 10px;
  font-size: 24px;
  text-transform: uppercase;
}

.contact-detail-side-text {
  width: 50%;
  padding-right: 32px;
  padding-left: 32px;

}


.contact-detail-side-text p {
  font-size: 18px;
  margin-bottom: 0;
}

.contact-detail a {
  text-decoration: none;
  color: #000;
  font-size: 18px;

}

.map-wrapper {
  line-height: 10px;
}

/***---Form Fields Start---***/

@media(min-width:768px) {
  .form-div {
    padding: 6% 24% 4% 24%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/rope-access2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;

  }

  .form-control {
    border-radius: 0;
    padding-top: 3%;
    align-items: center;
  }

  .submit-btn {
    
    padding: 20px 0;
    border-radius: 0;
    border: 1px solid #6c757d;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
  }

  .submit-btn:hover {
    background-color: darkgreen;
    transition: .5s ease-in-out;
    border: 1px solid darkgreen;

  }

  .form-h3 {
    margin-bottom: 0;
    padding: 34px 0 !important;
    text-align: center;
    text-transform: uppercase;
  }

}

.spin {
  transform: rotate(360deg);
}

.is-invalid~.invalid-feedback {
  color: greenyellow ;
  font-size: 1em;
}
/***------------------------------About Us Page-----------------------------------***/


.about-header {
  min-height: 60vh;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/safetynetting.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-wrapper {
  width: 100%;

}

@media(max-width:768px) {
  .about-main-content {
    padding: 0 16px;

  }

  .values > *{
    width: auto; 
  }


}

.about-header h1 {
  text-transform: uppercase;
  color: #fff;
}

.about-header p {
  color: #fff;
  text-align: center;
}

.about-main-content .main-content-row {
  padding: 4rem 0 0 0;

}

.values li a{
  text-decoration: none ;
}

.values li a:hover{
  color: #ffa500;
  transition: .5s all linear;
}

.values-li{
  color: #6c757d;
  font-size: 20px;
}

.about-main-content {
  background: #fff;
}

.specialty-wrapper {
  min-height: 50vh;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/rope-access2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.specialty-container {
  padding: 40px 0;
  background: transparent;
}

.specialty-container .specialty-col-one p,
.specialty-col-two p {
  color: #fff !important;
  text-transform: uppercase;
  padding-left: 20px;
  font-size: 18px;
}

.specialty-row h3 {
  color: #fff !important;
  text-transform: uppercase;
  padding-left: 30px;

  font-size: 34px;
}

@media(max-width:768px) {
  .specialty-row .btn-col > *{
    margin-left: 20px;
    margin-top: 10px;
  }

  .main-content-row > *{
    width: auto !important;
  }
}

.lead-divider {
  color: #ffffff !important;

}

.about-btn {
  padding: 18px 12px;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.2px;

}

.about-btn:hover {
  background-color: darkgreen;
  transition: .5s ease-in-out;
}

.team-row h5 {
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-size: 30px;

}

.round-image{
  border-radius: 50% ;
}



/***------------------------------Services Page-----------------------------------***/

.services-header {
  min-height: 60vh;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bolting-and-torquing.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.services-header h1 {
  text-transform: uppercase;
  color: #fff;
}

.services-header p {
  color: #fff;
  text-align: center;
}
.services-content-wrapper{
  min-height: 40vh;
}

.services-content-wrapper2{
  background: transparent;
}

.services-content-wrapper2 h3{
  font-size: 24px;
}

.services-content-wrapper2 p{
  font-size: 20px;
}

@media(max-width:768px){

  .sm-items-center{
    padding-left: 20px;
  }
}

.service-image-text{

  margin-left: 20px;
  padding: 28px 10px 10px 10px;


}

.service-toggle-btn{
  transition: .5s all linear;
}


.transitioning{
  transition: .2s all linear;
}

.drop{
  border: none !important;
  font-size: 1.4rem;
}

/***----Modal-----***/

.modal-footer{
  justify-content: space-evenly !important;
}

/***------------------------------Thank You Page-----------------------------------***/

@media(max-width:768px){
  .thankyou-row > *{
    width: auto;
  }  
}

.thankyou-btn:hover{
  transition: .5s all ease-in-out;
  background-color: darkgreen;
}

#thankyou-num:hover{
  color: darkred !important;
  transition: .5s all ease-in-out !important;
}