/*-- Body Reset --*/
body {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  color: #616971;
}


/*---------------Centered------------------*/

.container-center {
  position: relative;
  text-align: center;
  color: white;

}

.centered-about {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}




/*============= TOP BAR HEADER =============*/

.top-bar {
   background: none;
   height: 130px;
   padding: 2.2rem 0;
   border-top: white;
   border-right: white;
   border-left: white;
   border-bottom: #F5F5F5 1.5px;
   border-style: solid;

   
}
.top-bar a{
  color: grey;
  text-decoration: none;
  font-size: .8rem;
  letter-spacing: 1.5px;
}

.logo-brand img {
  height: 2.5rem;
}

/*------- WIDTH --------*/

.max-p {
  max-width: 1000px;
  margin: 0 auto;
  float: none;
  }

/*------------GREEN SECTION-------------*/

.green-section {
  background-color: #F0F7F3;
  padding: 37px 70px;
  font-size: 13px;
  letter-spacing: 3px;
  line-height: 27px;
  color: grey;
}

.green-section-services {
  background-color: #F0F7F3;
  padding: 10px 70px;
  font-size: 13px;
  letter-spacing: 3px;
  line-height: 20px;
  color: grey;
}

.green-section-lower {
  background-color: #F0F7F3;
  padding: 37px 70px;
  font-size: 13px;
  letter-spacing: 3px;
  line-height: 27px;
  color: grey;
}

.green-section-lower-two {
  background-color: #F0F7F3;
  padding: 7px 70px;
  font-size: 13px;
  letter-spacing: 3px;
  line-height: 27px;
  color: grey;
}

.white-section-lower-two {
  background-color: white;
  padding: 1px 70px;
  font-size: 13px;
  letter-spacing: 3px;
  line-height: 27px;
  color: grey;
}

/*------------Gray SECTION-------------*/

.gray-section {
  background-color: #f9f9f9;
  padding: 37px 70px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 3px;
  line-height: 27px;
  color: grey;
}


/*------------TWO COLUNM SECTION-------------*/
.two-col-sec-h {
  font-family: 'Raleway';
  font-size: 22px;
  letter-spacing: 4px;
  color: #677973;
}


.two-col-sec-p {
  padding: 10px 70px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 3px;
  line-height: 27px;
  color: grey;
}

.two-col-sec-save {
  padding: 10px 70px;
  font-size: 13px;
  letter-spacing: 3px;
  line-height: 27px;
  color: grey;
}

.two-col-sec-left {
  font-size: 13px;
  letter-spacing: 3px;
  line-height: 27px;
  color: grey;
}
/*============= NAVIGATION =============*/


.navbar {
  font-size: .8rem;
  letter-spacing: 1.5px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, .01);

}
.navbarF {
  box-shadow: 0 0 rgba(0, 0, 0, .03);
  z-index: 1;
}

.nav-item {
  padding-inline-end: .7rem;
}

.navbar-toggler {
  border: none;
}
/*============= CAROUSEL =============*/

.carousel-inner {
max-height: 37rem!important;

}


/*---Change Carousel Transition Speed --*/

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  transition: transform 1.2s ease-in-out;
}
/*-- Carousel Content --*/


.carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  min-width: 300px;

}
.bg-shadow-box {
  background-color: rgba(255, 255, 255, 0.7);
  color: rgb(61, 61, 61);
  border-radius: 0;
  padding: 10px 40px;
  min-width: 300px;

}

.carousel-caption h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: .9rem;
}
.carousel-caption h7 {
  font-size: .7rem;
}

/*===== FIXED BACKGROUND IMG =====*/


.fixed {
  background-image: url('../img/matrix.jpg');
  position: fixed;
}

.fixed-lower {
  background-image: url('../img/matrix2.jpg');
  position: fixed;
}

.fixed-background {
  overflow: hidden; /*-- Correction for iOS --*/
  padding: 7rem 0;
}



/*-- Emoji Navbar --*/

/*-----header fonts styles ------*/


.h1 , .h1-font {
font-family: 'Raleway';
font-weight: 100;
letter-spacing: 3px;
color: white !important;
}


/* ------------Button-------------*/

.btn-primary {
color: grey;
background-color: white;
border: none;
font-size: 10pt;
letter-spacing: 2px;
border-radius: 0;
padding: 17px 47px;
}

.btn-lower1 {
  color: grey;
  background-color: #F0F7F3;
  border: white;
  font-size: 10pt;
  border-radius: 0;
  letter-spacing: 2px;
  padding: 10px 30px;
  margin-bottom: 70px;

}
.btn-lowered {
  color: grey;
  border: cadetblue;
  font-size: 10pt;
  border-radius: 0;
  letter-spacing: 2px;
  padding: 10px 30px;
  margin-bottom: 70px;
}
.primary2 {
  background-color: #F9F9F9;
  color: grey;
  font-size: 10pt;
  border-radius: 0;
  letter-spacing: 2px;
  padding: 10px 30px;
  margin-bottom: 70px;
  }

  .btn-outline-dark {
    font-size: 10pt;
    border-radius: 0;
    letter-spacing: 2px;
  }
/*============= FOOTER =============*/
 
footer {
  background-color: ;
  padding: 1rem 2rem 3rem;
}
footer img {
  height: 3.5rem;
  margin: 1.5rem auto;
}
footer p, footer a, .socket a {
  color: grey;
  text-decoration: none;
}
ul.social {
 list-style-type: none;
 display: flex;
 max-width: 16rem;
 margin: 0 auto;
 padding: 0;
}
ul.social li {
margin: 0 auto;
}
footer .svg-inline--fa:hover {
  color: #92ada0;
}

/*============= SOCKET =============*/


.socket {
  background-color: #F0F7F3;
}


/*============= MEDIA QUERIES =============*/

/* Devices under 1199px (xl) */
@media (max-width: 1199.98px) {

}
/* Devices under 768px (md) */
@media (max-width: 767.98px) {

}


/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/

/*-- Bootstrap Mobile Gutter Fix --*/
.row, .container-fluid {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/*-- Fixed Background Image --*/
.fixed-background {
  position: relative;
  width: 100%;
  z-index: 1000!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999 !important;
}
.fixed {
  z-index: -999!important;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
.fixed-lower {
  z-index: -999!important;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}