/*----CSS----*/

/*----colors-----
RED: #a8321b
BLUE: #3a75e9
NAVBAR BKGD: #dddfe3
NAVBAR TOGGLER: #1c7259
BODY-COLOR(TEXT): #4F4F4F



*/

/*----google fonts----
font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
*/

body {
  background: #fff;
  color: #4f4f4f;
  font-family: "Roboto", sans-serif;


}

* {box-sizing: border-box;}

a {
  color: #ba3a4a;
  transition: 0.5s;
  text-decoration: none!important;
}
a:hover,
a:active {
  color: #3a75e9!important;
  transition: 0.5s!important;
  text-decoration: none!important;
  opacity: .7;
}

p a {
  text-decoration: underline!important;
}
p a:hover, p a:active {
  text-decoration: underline!important;
  opacity: .7;
  transition: 0.5s;
}

/*.nav-item a  {
  color: white!important;
  transition: 0.5s!important;
}*/
.navbar-nav .nav-item a:hover,
.navbar-nav .nav-item a:active,
.navbar-nav .nav-item a:focus {
  color: #3a75e9!important;
  outline: none;
  text-decoration: none;
  transition: 0.5s!important;
}

/*.navbar-dark .navbar-nav .nav-item a:hover,
.navbar-dark .navbar-nav .nav-link.active a:focus  {
  color: #0378ae;
}*/

/*a:hover,
a:active,
a:focus {
  color: #726b6b;
  outline: none;
  text-decoration: none;
}*/

p {
  padding: 0;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 768px)  {
  p {
    font-size: 1.2em;
  }
  h6 {
    font-size: 1.3em;
  }
  h5 {
    font-size: 1.4em;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
}

h2  {
  color: #3975e9;
  font-family: "Roboto", sans-serif;
  font-size: 1.5em!important;
  font-weight: 300;
}
@media screen and (max-width: 768px)  {
 h2  {
  color: #3975e9;
  font-family: "Roboto", sans-serif;
  font-size: 2em!important;
  font-weight: 300;
} 
}

h4  {
  font-size: 1.3em;
}



.slick-viewport
{
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden !important;
}

/*-- SPINNER LOADER CSS --*/
#loading  {
  position: absolute;
  z-index: 9999;
  left: 50%; /*-- center spinner on page horizontally --*/
  top: 50%; /*-- verticle position on page --*/
  height: 100%;
  width: 100%;
  margin-left: -10px; /*-- accounts for size of spinner --*/

}
ion-spinner  {
  transform: scale(3); /*-- size of spinner --*/
  color: white!important; /*-- color of spinner --*/
}
@media screen and (max-width: 768px)  {
  #loading  {
    position: absolute;
    z-index: 9999;
    left: 50%; /*-- center spinner on page horizontally --*/
    top: 40%; /*-- verticle position on page --*/
    height: 100%;
    width: 100%;
    margin-left: -10px; /*-- accounts for size of spinner --*/
  }
  ion-spinner  {
    transform: scale(3); /*-- size of spinner --*/
    color: white!important;
  }
}
/*-- END SPINNER --*/


/*----- TOP-HEADER -----*/
#top-header  {
  background-color: #000;
  padding: 10px 0px 10px 0px;
  padding-left: 330px;
  height: 60px;
}
@media screen and (max-width: 768px) {
#top-header  {
  display: none;
}
}
.header-container  {
  padding-right: 0!important;
}

address  {
  display: inline;
  color: white;
  letter-spacing: 2px;

}
#top-header .social-media  {
  display: inline;
  float: right;
  padding-right: 0!important;
  margin-right: 0!important;
}
#top-header .social-media ul  {
  margin: 30px 0px 20px 50px!important;
  list-style-type: none;
  display: inline;
  padding: 5px 0 8px 0;
}

.clearfix {
  overflow: hidden;
}
.top-header-fb  {
  display: inline;
  float: right;
  padding-right: 680px;
  margin-top: -6px;
}
.top-header-fb i  {
  color: white;
  font-size: 1em;
}

@media screen and (max-width: 768px)  {
#top-header  {
  padding: 0 20px!important;
}
}
@media screen and (min-width: 900px) and (max-width: 1279px)  {
  #top-header  {
    padding: 10px 110px!important;
  }
.top-header-fb  {
  display: inline;
  float: right;
  padding-right: 520px;
  margin-top: -4px;
}
.top-header-fb i  {
  color: white;
  font-size: 1.5em!important;
  margin-top: 4px!important;
}
}

#top-header .social-media ion-icon  {
  color: white;
  font-size: 1.3em;
  margin: 0px;
  padding: 0px;
}
#top-header .social-media ion-icon:hover  {
  transition: 0.5s;
  opacity: .8;
}

#top-header .social-media  {
  padding: 0;
  margin: 0;
}

#top-header .social-media ul li  {
  display: inline;
  margin: 0;
  padding: 0;
  padding-right: 30px;
}
@media screen and (max-width: 768px)  {
#top-header .social-media ul li  {
  padding-right: 10px;
}
#top-header .social-media ul  {
  padding: 15px 0 8px 0;
}
}

/*----NAVBAR----*/
.navbar  {
  background-color: #dddfe3!important;
  padding: 10px 200px 10px 80px;
  margin-top: -20px;
  border-bottom: 1px solid #f3f3f3;
  box-shadow: 0 6px 4px -4px #b3b3b3;
}
.navbar .navbar-brand  {
  padding-left: 60px;
}
.nav-item-1, .nav-item-2  {
  padding-right: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .nav-item-1  {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px)  {
.navbar  {
  padding: 5px 20px 10px 30px;
  border-bottom: 0px solid #dddfe3;
  box-shadow: none;
}
.navbar-nav  {
  padding-left: 10px;
}
.navbar .navbar-brand  {
  padding-left: 15px;
}
}

.navbar img  {
  width: 180px;
  height: auto;
}
/*.navbar img:hover  {
  opacity: .8;
  transition: .5s;
}*/

.navbar-brand a:hover, .navbar-brand a:active {
  opacity: 1!important;
  transition: 0s!important;
}
@media screen and (max-width: 768px)  {
.navbar .navbar-brand img  {
  width: 170px;
  margin-top: 8px;
}

.navbar-toggler  {
  border: none;
}
.navbar-toggler:focus, .navbar-toggler:hover, .navbar-toggler:active  {
  box-shadow: none!important;
  background-color: #dddfe3!important;

}
.navbar-toggler-icon  {
  font-size: 1.5em;
  color: #1c7259!important;
  margin-top: 25px;
}
}

.navbar .nav-item > .nav-link  {
  font-family: "Roboto", sans-serif;
  /*font-family: 'Open Sans Condensed', sans-serif;*/
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000!important;
  font-weight: 400;
}

.navbar-nav .nav-item > .active  {
  color: #002868!important;
}
@media screen and (max-width: 768px)  {
  .navbar .nav-item a  {
    font-size: 1.1em;
    border-bottom: 1px solid #266170;
  }
  .navbar-nav .nav-item > .active  {
    color: #3a75e9!important;
  }
}

/*--IPAD NAVBAR CORRECTION--*/
@media screen and (min-width: 768px)  {
  
  .navbar  {
    padding-left: 60px!important;
  }
  .navbar-nav  {
    padding-left: 30px!important;
    padding-right: 0px!important;
    margin-right: -40px!important;
  }  
}


/*-- CAROUSEL --*/

.carousel-inner-main {
      max-height: 800px; /* Adjust as needed */
    }

    .carousel-inner-main .carousel-item img {
      max-height: 800px; /* Match the carousel-inner height */
      object-fit: cover; /* Ensures images cover the area without distortion */
      object-position: center; /* Centers the image within its container */
    }

.carousel-inner-main .carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(81,91,120,0.8);
}

@media screen and (max-width: 768px)  {
  .carousel-inner-main .carousel-item:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(81,91,120,0.7);
  }
.carousel  {
  margin-top: 20px;
}
/*--extra space above carousel-caption on mobile only--*/
.carousel-inner-main .carousel-item .carousel-caption  {
margin-top: 30px;
top: 120px;
}
}

.carousel-caption {
    top: 175px;
    bottom: auto;
  }

/*-- CAROUSEL ADJ FOR TABLET --*/
@media screen and (min-width: 900px) and (max-width: 1279px)  {
.carousel-inner-main .carousel-item .carousel-caption  {
top: 120px;
}
}


.carousel-caption h3  {
  font-family: "Roboto", sans-serif;
  font-size: 4em;
  color: white;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px black;
}
@media screen and (min-width: 900px) and (max-width: 1279px)  {
.carousel-caption h3  {
font-size: 3.0em;
}
}

.carousel-caption h5  {
  font-family: "Roboto", sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  color: #dddfe3;
  text-transform: none;
  letter-spacing: 2px;
}
@media screen and (min-width: 900px) and (max-width: 1279px)  {
.carousel-caption h5  {
font-size: 2.0em;
font-weight: 300;
}
}

@media screen and (max-width: 768px)  {
  .carousel-caption {
      /*top: 7px!important;
      bottom: auto;*/
      top: 50%;
      transform: translateY(-50%);
      bottom: initial;

  }
  .carousel-caption h3  {
    font-size: 1.8em;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .carousel-caption h5  {
    font-size: 1.4em;
    text-transform: none;
    color: white;
    letter-spacing: 1px;
    padding-top: 0;
    margin-top: 5px;
  }
  /*.carousel-h5-custom  {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1.4em!important;
    margin-top: 0px!important;
  }*/
}

.carousel-ourwork .carousel-item img  {
  width: auto;
  height: auto;
  border-radius: 6px;
  border: 1px solid #52d9d0;
}

button, .btn-custom  {
  background-color: #266170!important;
  border: 0 solid #266170!important;
  border-radius: 2px!important;
}

button:link, .btn-custom:link  {
  color: #fff!important;
  background-color: #266170!important;
  border: 0 solid #266170!important;
  border-radius: 2px!important;
}

.btn-green  {
  background-color: #266170!important;
  border: 0 solid #266170!important;
  border-radius: 2px!important;
  padding: 15px;
  font-size: 1.2em;
}

.btn-green:link  {
  color: #fff!important;
  background-color: #266170!important;
  border: 0 solid #266170!important;
  border-radius: 2px!important;
  padding: 15px;
  font-size: 1.2em;
}
.btn-green:hover, button:active, button:focus, .btn-custom:hover, .btn-custom:active, .btn-custom:focus  {
  color: #fff!important;
  opacity: .7!important;
  background-color: #266170!important;
  border: 0 solid #266170!important;
  border-radius: 2px!important;
  transition: all .5s ease!important;
  -webkit-transition: all .4s ease!important;
}


button:hover, button:active, button:focus, .btn-custom:hover, .btn-custom:active, .btn-custom:focus  {
  color: #fff!important;
  opacity: .7!important;
  background-color: #173158!important;
  border: 0 solid #173158!important;
  border-radius: 2px!important;
  transition: all .5s ease!important;
  -webkit-transition: all .4s ease!important;
}

/*-- MODAL POP UP FROM CAROUSEL BUTTONS --*/
.modal-content  {
  background-color: #0378ae;
  text-align: center;
  border: 4px solid #52d9d0;
  border-radius: 6px;
}
.modal-header h5  {
  color: white;
}
.modal-body  {
  color: white;
  font-size: 1.5em;
}
.no-border  {
  border: none;
}
.modal-title img  {
  width: 150px;
}


/*-- COMMON STYLES --*/

/*-- BOOTSTRAP ICONS --*/
/*.card-body i  {
  font-size: 16px!important;
  color: #bf0a30;
  margin-right: 10px;
}*/

.phone  {
  color: #f3f3f3;
}
.phone:hover,
.phone:active,
.phone:focus  {
  color: #e7e5e5!important;
  transition: 0.5s!important;
}

.section-wrapper .row  {
  margin-bottom: 40px;
  background-color: #f2f2f2;
  padding: 10px;
}
@media screen and (max-width: 768px)  {
  .section-wrapper .row  {
    margin-bottom: 40px;
  }
}

#row-team  {
  background-color: #f2f2f2;
  padding: 20px;
}

#heading-team {
  margin-left: auto;
  margin-right: auto;
}

.section-wrapper img  {
  margin-bottom: 20px;
}
.section-wrapper h2  {
  font-size: 1.7em;
  margin-bottom: 20px;
  color: #3975e9!important;
}
.section-wrapper .py-5  {
  margin-top: -40px;
}
.section-wrapper .section-container .section-article  {
  margin-bottom: 0px!important;
  padding-bottom: 0px!important;
}


.section-article h1  {
  font-family: "Roboto", sans-serif;
  font-weight: 250;
  font-size: 2.2em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.list-group-item  {
  background-color: #dddfe3;
}


/*--------------------------------------------------------------
# EXTRA-1 Section
--------------------------------------------------------------*/
  .container-extra-1  {
    padding: 0px;
    margin: 0px;    
  }
  .container-extra-1 .row  {
    width: 100%;
    margin: 0px;
    height: auto;
  }
  
/*-- DESKTOP BLOCK --*/
@media screen and (min-width: 1280px)  {
#desktop-block  {
  display: block;
}
#tablet-block, #mobile-block  {
  display: none!important;
  margin-bottom: 0px!important;
}
#desktop-block  {
  background-color: #000;  
  border-top: 1px solid #f3f3f3;
  height: auto;
  padding-bottom: 40px;    
}
#desktop-block .social-media-3  {
  text-align: center;
}
#desktop-block .social-media-3 i  {
  margin: 15px;
  color: white;
  font-size: 25px;
}
#desktop-block .container-extra-1 .list-group  {
    vertical-align: middle;
    text-align: left;
    margin: 0px;
    margin-top: 40px;
    margin-left: 220px;
    line-height: 40px;
  }
#desktop-block .container-extra-1 .list-group li  {
  color: #d9d9d9!important;
  font-size: 1.5em;
}
#desktop-block .container-extra-1 .list-group-2  {
    vertical-align: middle;
    text-align: left;
    margin: 0px;
    margin-top: 40px;
    margin-left: 200px;
    line-height: 40px;
  }
#desktop-block .container-extra-1 .list-group-2 li  {
  color: #d9d9d9!important;
  font-size: 1.5em;
}
}

/*-- TABLET BLOCK --*/
@media screen and (min-width: 900px) and (max-width: 1279px)  {
  #tablet-block  {
  display: block;
  height: 800px;
}
#mobile-block, #desktop-block  {
  display: none!important;
  }
#tablet-block  {
  background-color: #000;  
  border-top: 1px solid #f3f3f3;
  height: auto;
  padding-bottom: 40px;    
}
#tablet-block .social-media-3  {
  text-align: center;
}
#tablet-block .social-media-3 i  {
  margin: 15px;
  color: white;
  font-size: 25px;
}  
#tablet-block .container-extra-1 .row .col .tablet-list-group  {
    vertical-align: middle;
    text-align: left;
    margin-top: 40px;
    margin-left: 140px!important;
    line-height: 40px;
}
#tablet-block .container-extra-1 .row .col .tablet-list-group-2  {
    vertical-align: middle;
    text-align: left;
    margin-top: 40px;
    margin-left: 80px!important;
    line-height: 40px;
  }  
}

/*-- MOBILE BLOCK --*/
@media screen and (max-width: 768px)  {
  #mobile-block  {
  display: block;
}
  #desktop-block, #tablet-block  {
    display: none!important;
  }  
#mobile-block  {
  padding-top: 40px!important;
  padding-bottom: 40px;
}    
#mobile-block .container-extra-1 .row .col .list-group  {
    vertical-align: middle;
    margin: 0px;    
    line-height: 20px;
    text-align: left;
    font-size: 1.3em;
    letter-spacing: 1px;
    color: #d9d9d9!important;
    margin-bottom: 10px;
    margin-top: 10px; 
    margin-left: 40px;   
  }
#mobile-block .container-extra-1 .row .col .list-group-item  {
    background-color: transparent;
    color: white;
    font-size: .9em;
    font-style: italic;
    border: 0px solid #022140;
  }  
}


  .container-extra-1 .list-group-item  {
    background-color: transparent;
    color: white;
    font-size: 1.8em;
    font-style: italic;    
  }
  .container-extra-1 .list-group-item i  {
    color: #3975e9;
    margin-right: 20px;
  }
  .container-btn  {
    margin-bottom: 0px!important;
    padding-bottom: 0px!important;
  }


  /*--SPACE DIV FOR TEMP SPACE ABOVE FOOTER--*/
  #space-div  {
    height: 200px;
  }
  
  

/*@media only screen 
  and (min-width: 768px) 
  and (max-width: 1120px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .extra-col-1, .extra-col-2  {
      height: 300px;
      padding: 20px;    
    }
    .extra-col-1  {
      /*margin-bottom: 10px!important;*/
      /*padding: 20px;
    }
    .extra-col-2  {
      padding: 0px;
    }
    .container-extra-1 .list-group  {
      vertical-align: middle;
      margin: 40px;
      line-height: 30px;
    }
    .container-extra-1 .list-group-item  {
      background-color: transparent;
      color: white;
      font-size: 1.5em;
      font-style: italic;
      border: 0px solid #022140;
    }
    .extra-col-2 img  {
      width: 100%;
      height: 100%;
    }
  }*/


/*--EXTRA BLOCK UNDER CAROUSEL (DESKTOP AND MOBILE - ONE IS HIDDEN ON EACH DEVICE)--*/


#mobile-block  {
  background-color: #000;
  width: 100%;
  height: auto;
  border-top: 1px solid #f3f3f3;
  padding: 0px;  
}

#mobile-block .social-media-3  {
  text-align: center;
}
#mobile-block .social-media-3 i  {
  margin: 15px;
  color: white;
  font-size: 25px;
  margin-top: 20px;
}

.fa-facebook-square  {
  font-size: 28px!important;
}

/*-- SMALL PIECE OF UNDERLINE UNDER HEADING --*/
.section-article h1:after {content: ""; /* This is necessary for the pseudo element to work. */
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 25%; /* Change this to whatever width you want. */
    padding-top: 15px; /* This creates some space between the element and the border. */
    border-bottom: 2px solid #000; /* This creates the border. Replace black with whatever color you want. */
    opacity: .5;
}
@media screen and (max-width: 768px)  {
  .section-article h1:after {content: ""; /* This is necessary for the pseudo element to work. */
      display: block; /* This will put the pseudo element on its own line. */
      margin: 0 auto; /* This will center the border. */
      width: 25%; /* Change this to whatever width you want. */
      padding-top: 15px; /* This creates some space between the element and the border. */
      border-bottom: 2px solid #000; /* This creates the border. Replace black with whatever color you want. */
      opacity: .5;
  }
}

/*--- PSEUDO CSS FOR NAV TARGETS TO COMPENSATE FOR FIXED NAV --*/
/*--DESKTOP--*/
#about::before, #ourwork::before, #dirtwork::before, #septic::before, #vegmgmt::before, #construction::before, #specialty::before, #contact::before  {
  display: block;
  content: " ";
  margin-top: -80px!important;
  height: 200px!important;
  visibility: hidden;
  pointer-events: none;
}
/*--RED BUTTON ON HOME SECTION--*/
#contact-btn::before  {
  display: block;
  content: " ";
  margin-top: -80px!important;
  height: 80px!important;
  visibility: hidden;
  pointer-events: none;
}
#gallery-anchor::before, #about-anchor::before, #homes-anchor::before, #baths-anchor::before, #kitchens-anchor::before, #basements-anchor::before, #decks-anchor::before, #testimonials-anchor::before, #contact-anchor::before, #contact-anchor-gallery::before   {
  display: block;
  content: " ";
  margin-top: -20px!important;
  height: 30px!important;
  visibility: hidden;
  pointer-events: none;
}

/*--MOBILE--*/
@media screen and (max-width: 768px)  {
  #about::before  {
   margin-top: -140px!important;
   height: 320px!important; 
  }
  #dirtwork::before, #septic::before, #vegmgmt::before, #construction::before, #specialty::before   {
    display: block;
    content: " ";
    margin-top: -360px!important;
    height: 520px!important;
    visibility: hidden;
    pointer-events: none;
  }
  #contact::before  {
    margin-top: -140px!important;
   height: 320px!important;
  }
  /*--GREEN BUTTON BELOW HOME SECTION--*/
  #contact-btn::before   {
    display: block;
    content: " ";
    margin-top: 10px!important;
    height: 0px!important;
    visibility: hidden;
    pointer-events: none;
  }
  #gallery-anchor::before, #about-anchor::before, #homes-anchor::before, #baths-anchor::before, #kitchens-anchor::before, #basements-anchor::before, #decks-anchor::before, #testimonials-anchor::before, #contact-anchor::before, #contact-anchor-gallery::before  {
    display: block;
    content: " ";
    margin-top: -20px!important;
    height: 70px!important;
    visibility: hidden;
    pointer-events: none;
  }
}
/* END PSEUDO FOR NAV TARGETS */

/*.section-article  {
  margin-bottom: 0px;
  padding-bottom: 0px;
}*/

/*.row-ourwork .col-mobile-top {
  padding: 10px;
}
@media screen and (max-width: 768px)  {
  .row-ourwork .col-mobile-top {
    padding: 0px;
  }
}*/

.section-wrapper h3, .section-wrapper h4, .section-wrapper h6   {
  color: #002868;
}
.section-wrapper h5  {
  color: #266170;
} 
.section-wrapper h6  {
  color: #000;
  border-bottom: 1px solid #a2a0a0;
  padding-bottom: 5px!important;
}

/*--H6 WITH NO LINE UNDERNEATH--*/
.h6-noline  {
  border-bottom: 0px solid #000!important;
}
@media screen and (max-width: 768px)  {
.h6-noline  {
  font-size: 1.0em;
}
}

.btn-link {
  white-space:normal;
  text-align: left;
  padding: 5px;
}

/*-- EXTRA SECTIONS --*/
.extra  {
  padding: 40px 120px;
}
.extra-one .col-mobile-bottom p  {
  color: #0378ae;
}
.extra-one .col-mobile-bottom h2  {
  color: #0378ae;
}
.extra ion-icon  {
  color: #52d9d0;
}
@media screen and (max-width: 768px)  {
  .extra ion-icon  {
    color: #52d9d0;
    font-size: 32px;
}
}

@media screen and (max-width: 768px)  {
  .extra  {
    padding: 20px 15px;
  }
}
section img, .thumbnail img {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #52d9d0;
}

@media screen and (max-width: 768px)  {
  .col-mobile-top  {
    padding: 10px;
  }
}
.col-mobile-top  {
  padding: 20px;
}

@media screen and (max-width: 768px)  {
  .extra img  {
    margin-top: 0px;
  }
  .extra-one .col-mobile-top  {
    padding-top: 0px;
    margin-top: -60px;
  }

  section .col-mobile-bottom h2  {
    margin-top: 0px;
    padding-top: 0px;
  }
}

.extra-one  {
  background-color: #fff;
  /*border-top: 2px solid #dca44d;
  border-bottom: 2px solid #dca44d;*/
  margin-top: 0px;
}
@media screen and (max-width: 768px)  {
  .extra-one  {
    padding-top: 0px;
  }
}
.extra-one p {
  color: white;
}
.extra-one h2  {
  color: #0378ae;
}

.extra-one .phone  {
  color: #dbd8b8!important;
}
.extra-one .phone:hover  {
  color: #d8d6dd!important;
}

.extra-two  {
  background-color: #0378ae!important;
}
.extra-two h2  {
  color: white;
}
.extra-two h5  {
  color: #f6e27f;
}
.extra-two p  {
  color: white;
}

/* FONT AWESOME IN SECTIONS */
h2 .fas, .fa-solid  {
  color: #266170;
  font-size: 27px;
  margin: -5px 15px 0px 0px;
  margin-bottom: -5px;
}

@media screen and (max-width: 768px)  {
h2 .fas, .fa-solid  {
  font-size: 27px;
  margin-right: 10px;
  margin-bottom: -3px;
}
}

h4 .fas {
  color: #e91d26;
  font-size: 21px;
  margin: 5px 15px 0px 0px;
  margin-bottom: -5px;
}

@media screen and (max-width: 768px)  {
h4 .fas  {
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: -3px;
}
}

h5 .fas  {
  color: #a91336;
  font-size: 20px;
  margin: -5px 15px 0px 0px;
  margin-bottom: -5px;
}

@media screen and (max-width: 768px)  {
h5 .fas  {
  font-size: 20px;
  margin-right: 10px;
  margin-bottom: -3px;
}
}

.h3-ourwork  {
  color: #002868;
}

.card-footer .fas, .card-footer .far  {
  color: #bf0a30;
  font-size: 21px;
  margin: 5px 15px 0px 0px;
  margin-bottom: -5px;
}

.ourwork-sub-list  {
  list-style-type: square;
}

/*--OURWORK - TESTIMONIALS CAROUSEL--*/
.user-content p{
  margin-top:15px;
  font-size:14px;
}
.ratings .fa-star{
  color:#293186;
}
@media screen and (max-width: 768px) {
  .ratings .fa-star{
    color:#293186;
  }
  .user-content p{
    margin-top:15px;
    font-size: 1.0em;
  }  
}
/*--END TESTIMONIALS CAROUSEL--*/

/*----- YOUTUBE RESPONSIVE EMBED -----*/
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 20px; height: 0; overflow: hidden;
margin-bottom: -120px;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: 80%;
  }

@media screen and (max-width: 768px) {
  .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 20px; height: 0; overflow: hidden;
  margin-bottom: 0px;
  }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: relative;
    width: 100%;
    height: auto;
    }
  }

.power-tee-button  {
  margin-top: 80px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px)  {
  .power-tee-button  {
    margin-top: 15px;
    margin-bottom: 15px;

}
}


.last-par  {
  border-bottom: 1px dotted #52d9d0;
  padding-bottom: 30px;
}

/*----- END YOU TUBE RESPONSIVE -----*/

/*-- ABOUT SECTION --*/
.md-image  {
  width: 14%;
  margin-left:43%;
  margin-right: 43%;
  
}
.md-image img  {
  border: none;
}
.md-image-par  {
  font-size: .9em;
}

.card-mission  {
  background-color: #b0b3d4!important;
}
.card-mission .card-body .card-text-custom  {
  color: white;
}

/*-- STAFF SECTION --*/
@media screen and (max-width: 768px)  {
  .col-staff  {
    margin-bottom: 0px!important;
  }
  .card-body  {
    padding-top: 0px!important;
    padding-bottom: 20px!important;
  }
  .row-staff  {
    margin-top: -20px;
  }
  .card-last  {
    width: 400px;
  }
  .col-hide  {
    display: none;
  }
}
  .row-staff  {
    margin-top: -30px;
  }

/*-- COMPANY INFO --*/
  .row-companyinfo  {
    margin-top: -30px;
  }

  .container-company-info  {
    margin-top: -80px!important;
  }


/*--SERVICES CAROUSEL EXTRA CSS--*/
/*@media screen and (max-width: 768px)  {
.carousel-inner-services {
        min-height: 600px!important; 
    }
.carousel-inner-services .carousel-item img {
        height: 100%;
        object-fit: cover!important;
    }
  }*/

/*-- ourwork SECTION --*/

.card-body  {
  padding-top: 0px;
}

@media screen and (max-width: 768px)  {
  .col-ourwork  {
    margin-bottom: 20px!important;
  }
  .card-body  {
    padding-top: 0px!important;
    padding-bottom: 20px!important;
  }
}

.card-body-ourwork .card-text  {
  color: black!important;
}

.ourwork-toptext  {
  margin-top: -50px!important;
}


/*-- ourwork PAGES --*/
#bottom-space  {
  height: 200px;
}

.row-ourwork .col img  {
  width: 100%!important;
  height: auto;
}
@media screen and (max-width: 768px)  {
.row-ourwork .col img  {
  width: 100%!important;
  height: auto;
}
.row-ourwork  {
  margin-bottom: 40px;
  margin-top: 0px;
  background-color: #f2f2f2;
  padding: 10px;

}
}

.row-ourwork  {
  margin-bottom: 40px;
  background-color: #fff;
  padding: 10px;
}

.carousel-caption-ourwork h6  {
  background-color: #666666;
  padding: 10px;
  padding-top: 10px;
  margin-top: -140px
}

.carousel-caption-ourwork {
    max-width: 100%;
    width:100%;
    left: 0;
}

@media screen and (max-width: 768px)  {
.carousel-caption-ourwork h6  {
  background-color: #666666;
  padding: 10px;
  padding-top: 10px;
  margin-top: -115px
}

.carousel-caption-ourwork {
    max-width: 100%;
    width:100%;
    left: 0;
}
}

/*--show/hide titles--*/
#title-mobile  {
display: none;
}
@media screen and (max-width: 768px)  {
#title-desktop  {
display: none;
}
#title-mobile  {
display: block;
}
}

.logo-bar  {
  background-color: #f3f3f3;
  margin-bottom: 20px;
}
.logo-bar img  {
  width: 175px;
}

.list-group-item-gray  {
  background-color: #f3f3f3;
}
.list-group-item-white  {
  background-color: #fff;
}

@media screen and (max-width: 768px)  {
.go-back-bottom  {
  margin-top: -20px;
}
}

.go-back h4  {
font-size: 1.5em;
font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 768px)  {
.go-back h4  {
font-size: 2em;
}
}

.icon-heading  {
  display: inline-block;
}

.go-back .fas  {
  color: #a91336!important;
  font-size: 16px!important;
  margin: 0px 5px 2px 0px;
}



/*-- PRO SERVICES --*/
.card-footer  {
  padding-bottom: 5px!important;
}

/*.card-footer a:link  {
  color: #5379aa!important;
}
.card-footer a:hover  {
  color: #5379aa!important;
  opacity: .7;
  transition: 0.5s;

}
.card-footer a:active  {
  color: #5379aa!important;
}
.card-footer a:focus  {
  color: #5379aa!important;
}*/

.card-deck .card .card-body h5  {
  text-align: left!important;
}
@media screen and (max-width: 768px)  {
.card-deck .card  {
  margin-bottom: 40px!important;
}
}


.row-cards .card .card-body h5  {
  text-align: left!important;
}
@media screen and (max-width: 768px)  {
.top-card  {
  margin-top: -20px!important;
}
.deck-2  {
  margin-top: 0px!important;
}
.row-cards .card  {
  margin-bottom: 40px!important;
}
.row-cards .card .card-body h5  {
  text-align: left!important;
}
}

#card-bottom-par  {
  margin-top: 20px;
}
@media screen and (max-width: 768px)  {
#card-bottom-par  {
  margin-top: -10px;
}
}


/* SECTION WRAPPER SPACING */
.section-wrapper-first  {
  margin-top: 100px!important;
}
@media screen and (max-width: 768px)  {
.section-wrapper-first  {
  margin-top: 0px!important;  
}
}

.section-wrapper-main  {
  margin-top: 30px!important;
  max-width: 100%;
}
@media screen and (max-width: 768px)  {
.section-wrapper-main  {
  margin-top: 0px!important;
}
}


/*-- SERVICES SECTION --*/
#practice .section-estate  {
  margin-top: -40px;
}

/*-- FIND US SECTION --*/
@media screen and (max-width: 768px) {
.col-ourlocation  {
  padding-top: 30px;
}
}

.list-group-custom  {
  margin-bottom: 20px;
}
.list-group-custom li  {
  padding: 4px 4px 4px 10px;
}

/*-- CONTACT US SECTION --*/
.col-map  {
  border: 1px solid #1c7259;
}

#contact .fa-phone  {
  color: #266170; 
}

/*-- FAQ SECTION --*/
/*h2 .btn-link {
  color: #0378ae!important;
  transition: 0.5s!important;
}
h2 .btn-link:hover,
h2 .btn-link:active,
h2 .btn-link:focus,
h2 .btn-link:visited {
  color: #52d9d0!important;
  transition: 0.5s!important;
  text-decoration: none!important;
}
#faq .col-faq  {
  padding-bottom: 10px;
}*/


/*===== CONTACT =====*/
.phone-contact  {
  color: #293186;
}
.contact-address  {
  color: #293186;
  letter-spacing: 0px;
  margin-bottom: 20px!important;
}
.phone-contact:hover,
.phone-contact:active,
.phone-contact:focus  {
  color: #e91d26;
  transition: 0.5s!important;
}

#contact.section-wrapper  {
  margin-bottom: 0px;

}
#contact .section-article  {
  padding-bottom: 30px;
}
.contact-head  {
  padding-top: 35px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 768px)  {
.contact-head  {
  padding-top: 10px;
}
}

#contact .card-container  {
  padding: 0px;
}
#contact .card-container .card-body  {
  padding: 0px;
}

.mt-5 .card-body h5  {
  text-align: left;
  margin-top: 20px;
}

@media screen and (max-width: 768px)  {
#contact .mt-5  {
  margin-top: 0px!important;
}
#contact .py-5  {
  margin-top: -5px;
}
.contact-head h5  {
  text-align: center!important;
}
.mt-5 .card-body h5  {
  text-align: center;
  margin-top: 20px;
}
.contact-head  {
  padding-bottom: 30px;
}
}

#contact ion-icon  {
  margin-right: 10px;
  color: #e91d26;
}

#contact .btn-custom  {
  color: #fff!important;
  background-color: #266170!important;
  border: 0 solid #266170!important;
  border-radius: 2px!important;
}

#contact .btn-custom:hover, #contact .btn-custom:active, #contact .btn-custom:focus  {
  color: #fff!important;
  background-color: #266170!important;
  transition: all .5s ease!important;
  -webkit-transition: all .4s ease!important;
}

#contact .form-row  {
  padding-top: 20px;
  padding-bottom: 20px;
}

#contact.section-wrapper .contact-message-row  {
  margin: 0px 3px -10px 3px;
}

/* ===== FOOTER =====*/
footer  {
  margin-top: 40px!important;
  width: 100%!important;    
}
footer .copyright  {
  background-color: #000!important;
  padding: 20px!important;
  text-align: center;
  width: 100%;
  font-size: 1em;
  letter-spacing: 2px;
  color: #dcdcdc;
}
@media only screen and (max-width:768px) {
footer  {
  width: 100%;
  margin-top: 0px;
}

  footer .copyright  {
  background-color: #333333;
  padding: 20px!important;
  text-align: center;
  width: 100%;
  font-size: .8em;
  letter-spacing: 1px;
  color: #dcdcdc;
}
}

/*-----Social Media Icons in Footer-----*/
/*footer .copyright ion-icon {
  font-size: 24px;
  color: white;
}
footer .copyright ion-icon:hover {
    opacity: 0.7;
}
footer .copyright .logo-facebook {
  color: white;
  margin-left: 30px;
  margin-right: 20px;
}
footer .copyright .logo-instagram {
  color: white;
}

@media only screen and (max-width:768px)  {
  footer .copyright .logo-facebook {
    color: white;
    margin-left: 15px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  footer .copyright .logo-instagram {
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}*/

/*-----CWD Link in footer-----*/
footer .cwd  {
  color: #c0c0c0;
  font-size: .7em;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 5px;
  margin-bottom: 0px;
}
footer .cwd a, footer .privacy-link a  {
  color: #c0c0c0!important;
  text-decoration: none!important;
}
footer .cwd a:link  {
  color: #c0c0c0!important;
  text-decoration: none!important;
}
footer .cwd a:visited  {
  color: #c0c0c0!important;
  text-decoration: none!important;
}
footer .cwd a:hover  {
  color: #c0c0c0!important;
  text-decoration: none!important;
  opacity: .7;
}
footer .cwd a:active  {
  color: #c0c0c0!important;
  text-decoration: none!important;
}

.privacy-link  {
  margin-top: 8px!important;
  margin-bottom: 10px!important;
}


/*--HIDDEN CONTENT--*/
#hidden-content  {
  display: none;
  visibility: hidden;
}

/*-----PRIVACY POLICY-----*/
.privacy-policy  {
  padding: 70px 200px!important;
}
@media screen and (max-width: 768px)  {
  .privacy-policy  {
    padding: 40px 20px!important;
  }
}

.privacy-logo img  {
  width: 200px;
  height: auto;
  border: 0px!important;
}
