@charset "utf-8";
/*Roseau Constructions main style CSS Document */

/*css reset*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}
/*end of css reset*/
body {
  font-family: "Biryani", sans-serif;
}
a {
  color: #4bb749;
}
a:hover {
  color: grey;
}
h1 {
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 10px;
}
h3 {
  font-size: 35px;
  line-height: 41px;
  font-weight: bold;
  margin-bottom: 10px;
}
h6 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
/*bootstrap edit*/
.navbar-inverse {
  background: none;
  border: none;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}
.navbar-brand {
  padding: 0px;
  display: inline-block;
  width: 226px;
  position: relative;
  background: #4bb749 !important;
  min-height: 110px;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background: none;
  color: #4bb749;
}
.navbar-inverse .navbar-nav > .active > a {
  background: none;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus {
  background: none;
  color: #4bb749;
}
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #616161;
  background: none;
}
.navbar-inverse .navbar-nav > li > a {
  color: #616161;
  font-size: 17px;
  text-transform: uppercase;
  margin: 0px 15px;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #4bb749;
}
.dropdown-menu > li > a {
  padding: 12px 20px 6px 20px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  background-color: #4bb749;
}
/*.navbar-right .dropdown-menu
{
	it was right 0px in line number 3639 in bootstrap.css
		
}*/
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #4bb749;
}
.navbar-inverse .navbar-toggle {
  border-color: #b9b9b9;
  border-radius: 0px;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #e0e0e0;
}
/*slider css*/
.overlay {
  color: #fff;
  position: absolute;
  z-index: 12;
  /* top: 50%; */
  left: 0;
  width: 100%;
  text-align: center;
  background: rgba(156, 156, 156, 0.41);
  height: 100%;
}
.overlayinner {
  position: absolute;
  top: 45%;
  left: 11%;
}
.overlay h1,
.overlay p {
  text-align: left;
  color: white;
  text-transform: uppercase;
}
.overlay p {
  text-transform: none;
  background: #4bb749;
  display: inline-block;
  padding: 8px 5px;
}
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 1;
  color: white;
  text-shadow: 1px 1px 1px black;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #555;
}
.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 400px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /*  /* Navbar positioning foo *
  .navbar-wrapper {
    margin-top: 20px;
    margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. *
  }
  /* The navbar becomes detached from the top, so we round the corners *
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }*/

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
}
/*end of slider*/
/*regular styling starts*/
/*home page styling*/
.headercntrn {
  background: white;
  min-height: 90px;
}
.cstmlogo img {
  position: absolute;
  bottom: 0px;
  left: -5px;
}
.cstmul {
  margin-top: 60px;
}
.cnstrucwekbg {
  background-image: url(../images/constructwrkr.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 448px;
}
.pdingzero {
  padding: 0px;
}
.orngebg {
  background: #666;
  color: white;
  padding: 58px 50px;
}
.innerornge {
  display: inline-block;
  width: 100%;
  border: 12px solid white;
  padding: 50px 20px 140px 20px;
}
.gridwidecntrnr1 p {
  font-size: 14px;
  margin-bottom: 10px;
}
.innerornge a {
  text-decoration: none;
  color: white;
}
.innerornge p {
  color: white;
}
.witebg h6 {
  font-size: 13px;
  font-weight: bold;
  color: grey;
}
.witebg {
  padding: 154px 50px 51px 50px;
}
.witebg p {
  font-size: 15px;
  line-height: 22px;
  margin-top: 10px;
}
.splspn a {
  color: inherit;
}
.splspn a:hover,
.splspn a:focus {
  color: white;
  text-decoration: none;
}
.splspn h3 {
  display: inline;
}
.splspn h3:hover {
  color: white;
  background: #333;
  display: inline;
}
.greenbgsecnrwrit {
  background: #4bb749;
}
.greenbgsecnrwrit h6,
.greenbgsecnrwrit h3,
.greenbgsecnrwrit p,
.greenbgsecnrwrit a {
  color: #fff;
}
.splspn2 h3:hover {
  background: #fff;
  color: #4bb749;
}
.splainsidegrid a {
  text-decoration: underline;
  color: inherit;
}
.middlemid {
  padding: 41px 50px 41px 50px;
}
.reldiv {
  position: relative;
}
.absspan {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.absspan h3 {
  color: white;
  display: inline;
  text-shadow: 1px 1px 1px black;
}
.absspan h3:hover {
  background: #393333;
}
.absspan a,
.absspan a:hover {
  color: inherit;
  text-decoration: none;
}
.hov8:hover .absspan h3 {
  background: #393333;
  text-shadow: none;
}
.absspan2 {
  border: 12px solid white;
  top: 84px;
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 50px;
  color: white;
}
.absspan2 h5 {
  padding: 30px 20px;
  font-size: 20px;
  line-height: 30px;
  text-shadow: 1px 1px 1px black;
  display: none;
}
.absspan2 a {
  color: inherit;
}
.teamcont:hover .absspan2 h5 {
  display: block;
  cursor: pointer;
}
.socialcont {
  padding: 250px 50px 35px 50px;
}
.absspanfootbanner {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.absspanfootbanner h3 {
  color: white;
  background: #333;
  display: inline;
  padding: 0px 4px;
}
.absspanfootbanner a {
  color: inherit;
}
.workderbg {
  background-image: url(../images/construction-safety-manual_orig.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
}
.abtsmlimg {
  background-image: url(../images/teamab.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
}
.abtsaftyll {
  background-image: url(../images/saftynw.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
}
.constructwrkrbg {
  background-image: url(../images/ConstructionServicesImg.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
}
.dozerbg {
  background-image: url(../images/AMStairs3.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
}
.zro991 {
  display: none;
}
/*footer styling */
.footersecn {
  background: #717074;
  color: white;
  padding: 75px 0px;
}
.footersecn p {
  text-align: center;
  color: white;
}
.faicons ul {
  list-style: none;
  display: block;
  text-align: center;
}
.faicons li {
  display: inline-block;
  margin: 0px 6px;
  border: 2px solid white;
  padding: 13px 15px;
  width: 60px;
}
.faicons li:hover {
  opacity: 0.6;
}
.faicons a {
  color: white;
  font-size: 26px;
}
.footbtm {
  margin-top: 35px;
}
.footbtm p {
  display: inline-block;
  margin-right: 31%;
  font-size: 16px;
}
.footbtm a {
  color: white;
  display: inline-block;
}
/*about page*/
.parallax-window {
  min-height: 500px;
  background: transparent;
}
.bnrbat {
  position: relative;
}
.aboutpagebnr h1 {
  text-align: center;
  color: white;
  text-shadow: 1px 1px 1px black;
  position: absolute;
  top: 50%;
  width: 100%;
  text-transform: uppercase;
}
.grycntnrabt {
  background-color: #a7a9ac;
  color: white;
  padding: 100px 0px;
}
.grycntnrabt p {
  font-size: 25px;
  color: white;
  line-height: 35px;
}
.abttxtbnr2 {
  height: 449px;
}
.abttxtbnr2 h2 {
  margin: 12.5% 0px 10px 0px;
  font-size: 32px;
  line-height: 40px;
  color: white;
}
.abttxtbnr2 h6 {
  color: white;
  font-size: 19px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.31);
}
.pdt110 {
  padding-top: 80px;
  padding-bottom: 0px;
}
/*contact page styling */
.greenbgcntct {
  background: #4bb749;
  position: relative;
  min-height: 446px;
  padding: 30px;
}
.contactsecn h4 {
  padding: 30px 0px;
  color: #585858;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}
.contactsecn h3 {
  color: #4bb749;
  font-size: 25px;
  text-align: center;
  margin-bottom: 0px;
}
.contactsecn h5 {
  color: #656565;
  text-align: center;
  font-size: 17px;
}
.contactsecn a {
  display: block;
  text-align: center;
  color: #828282;
  text-decoration: underline;
  margin: 5px 0px 0px 0px;
}
.contactsecn a:hover {
  color: #4bb749;
}
.greenbgcntct h3 {
  text-align: center;
  /* position: absolute; */
  font-size: 26px;
  width: 100%;
  top: 35%;
  color: white;
  left: 0px;
  margin-bottom: 20px;
}
.whiteconbg {
  padding: 100px 0px;
}
.witcon a {
  display: block !important;
  text-align: center;
  color: inherit !important;
}
/*services page styling*/
.activedrp {
  background: #4bb749;
  color: white !important;
}
.largewitser {
  padding: 110px 0px;
}
.largewitser h3 {
  color: #4bb749;
  margin-bottom: 10px;
}
.bgreygre {
  background: #4bb749;
  color: white;
}
.bgreygre p {
  color: white;
  padding: 30px 15px 0px 15px;
}
.contactsecn a {
  color: white;
  display: inline;
}
.contactsecn a:hover {
  color: rgba(228, 228, 228, 1);
}
.servicespageabs h3 {
  color: white;
  text-align: left;
  font-size: 35px;
  padding: 75px 0px 0px 0px;
}
.servicespageabs ul {
  margin-left: 35px;
}
.servicespageabs li {
  font-size: 20px;
  line-height: 30px;
}
.reldivser {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.reldivser:hover .absdivins2 {
  top: 0px;
}
.absdivins {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  padding: 15%;
  text-align: center;
  top: 0px;
}
.absdivins2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.39);
  z-index: 99;
  padding: 15%;
  text-align: center;
  top: 500px;
}
.innerabs {
  position: absolute;
  width: 70%;
  height: 70%;
  border: 12px solid;
}
.innerabs a {
  text-decoration: none;
  color: white !important;
}
.innerabs h3 {
  color: white;
  font-size: 20px;
  padding-top: 40%;
}
.dble h3 {
  padding-top: 35%;
}
/*genral contractingpge*/
.splpdingserv {
  padding: 75px 0px 20px 0px;
}
.splpdingserv h3 {
  color: #4bb749;
  margin-bottom: 10px;
}
.gserp {
  border: 3px solid #4bb749;
  margin-bottom: 20px;
}
.gserp p {
  text-align: center;
  padding: 24px 0px;
}
.spcrbtm {
  margin-top: 50px;
}
.innrrowsaf ul {
  padding: 0px 25px;
}
.innrrowsaf {
  padding: 10px 0px;
}
.innrrowsaf h4 {
  margin-bottom: 10px;
}
.topff {
  margin-top: 20px;
}
.cshlog {
  width: 75%;
  display: block;
  margin: 0 auto 25px auto;
}
.estih4 {
  margin: 10px 0px 0px 0px;
}
.margt10 {
  margin-top: 15px;
}
.m46 {
  margin-top: 46px;
}
#goTopSpan {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
  color: black;
}
/*preloading style*/
#overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(75, 183, 73);
  transition: 1s 0.4s;
}
#progress {
  height: 1px;
  background: #fff;
  position: absolute;
  width: 0;
  top: 50%;
}
#progstat {
  font-size: 0.7em;
  letter-spacing: 3px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.newul li {
  list-style: none;
}
.newul a {
  color: #666;
}
.newspcr {
  margin-top: 70px;
}
.newulsub ul {
  margin: 7px 0px 0px 25px;
}
/*bootstrap mediaquery edit*/

@media (max-width: 767px) {
  .cstmul {
    margin-top: 10px;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 35px;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #4bb749;
    background-color: transparent;
  }
}
/* end of bootstrap edit*/
@media (min-width: 0px) and (max-width: 991px) {
  .zro991 {
    display: block;
  }
}
/*equal height css */
@media (min-width: 0px) and (max-width: 767px) {
  .fsi-row-xs-level {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fsi-row-sm-level {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fsi-row-md-level {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .fsi-row-lg-level {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/*responsive styling begins*/
@media (min-width: 0px) and (max-width: 375px) {
  h1 {
    font-size: 26px;
  }
  h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .orngebg {
    padding: 10px;
  }
  .witebg {
    padding: 50px 20px;
  }
  .middlemid {
    padding: 50px 20px;
  }
  .absspanfootbanner h3 {
    font-size: 20px;
  }
  .absspanfootbanner {
    bottom: 10px;
    left: 15px;
  }
  .footbtm p {
    margin-right: 0px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
  .footbtm a {
    display: block;
    text-align: center;
  }
}
@media (min-width: 376px) and (max-width: 480px) {
  .footbtm p {
    margin-right: 0px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
  .footbtm a {
    display: block;
    text-align: center;
  }
}
@media (min-width: 760px) and (max-width: 767px) {
  .footbtm p {
    display: inline-block;
    margin-left: 17%;
    margin-right: 10%;
  }
}

/* 2021 style */
.formField {
  margin-bottom: 15px;
}
.formField input,
.formField textarea,
.formField select {
  display: block;
  width: 100%;
  border: 1px solid white;
  border-radius: 5px;
  background-color: white;
  padding: 10px 15px;
  outline: 0;
}
.formField select {
  height: 50px;
}
.formField textarea {
  resize: none;
}
.primary--button {
  display: block;
  width: 200px;
  padding: 15px 12px 12px 12px;
  margin: 0 auto;
  border: 1px solid white;
  line-height: 1.5;
  border-radius: 5px;
  background-color: white;
  text-decoration: none !important;
}
.primary--button:hover,
.btnGreen {
  background-color: #4bb749;
  color: white;
}
.thankyou_section {
  margin: 30px 0px;
}
.thankyou_section p {
  margin: 10px 0px;
}
.emailImg {
  display: inline-block;
  width: 155px;
  vertical-align: middle;
  position: relative;
  bottom: 4px;
}
/* 2021 style */

/* Gallery */
.gallery {
  padding: 100px 50px;
}
.galleryInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.galleryItem {
  width: 45%;
}
.galleryItemInner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mb50 {
  margin-bottom: 50px;
}
.font-bold {
  font-weight: 700;
}
.imgOverlay {
  text-decoration: none;
  font-size: 25px;
  font-weight: 700;
  padding: 20px;
  text-align: center;
  color: #fff;
  background-color: #4bb749d1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 5px solid #fff;
  outline-offset: -20px;
}
.galleryWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.image {
  width: 31%;
  height: 200px;
  cursor: pointer;
}
.galleryItemInner {
  position: relative;
  width: 100%;
  max-height: 320px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .galleryItem {
    width: 100%;
  }
  .gallery {
    padding: 70px 20px;
  }
  .galleryInner {
    gap: 30px;
  }
}

#gallery {
  padding-top: 50px;
  padding-bottom: 25px;
}
.mb100 {
  padding-bottom: 100px !important;
}
@media screen and (min-width: 991px) {
  #gallery {
    padding: 100px 30px 50px 30px;
  }
}

.img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .mb100 {
    margin-bottom: 50px;
  }
  .image {
    width: 47%;
    max-height: 200px;
  }
  .btnWrapper {
    padding-bottom: 50px;
  }
}
@media (max-width: 320px) {
  .image {
    width: 100%;
    max-height: 200px;
  }
}

.galleryBtn {
  padding: 18px 36px;
  display: inline-block;
  background-color: #4bb749;
  color: #ffffff;
  text-decoration: none;
  border: solid 1px #4bb749;
}
.galleryBtn:hover {
  background-color: #ffffff;
  color: #4bb749;
  text-decoration: none;
  border: solid 1px #4bb749;
}
.btnWrapper {
  padding-bottom: 100px;
}
.btnCol {
  display: flex;
  justify-content: center;
}
/* Gallery */
