/* CSS Document - use this a starting template for respsonsive */
/* updated to common sized April 2021 */

/************************************************************************************
	small tablet
*************************************************************************************/
@media screen and (min-width: 576px) {

.header_wrapper {
    height: 80px;
}
    
.topmenu_wrapper {
    top: 80px;
    height: calc(100vh - 80px);
}
 
.services_btn__contact_btn {
    width: 80%;
}

.services_btn__quote_btn {
    width: 80%;
}

.services_btn__more_btn {
    width: 80%;
}
    
.subpage_header {
    height: 250px;
}    
    
}
    
/************************************************************************************
	tablet
*************************************************************************************/
@media screen and (min-width: 768px) {

.featureSlider__titlewrapper {
    width: 70%;
    margin: 0px 15%;
}
 
.header_wrapper__menu_btn--caption {
    display: block;
}    
    
.menu_item {
    font-size: 1.5em;
}

.selected_menu {
    font-size: 1.5em;
}
    
.indexpage__midsection_wrap {
    padding: 0px 2% 80px;
}    
    
.services_btn__contact_btn {
    width: 70%;
}

.services_btn__quote_btn {
    width: 70%;
}

.services_btn__more_btn {
    width: 70%;
}
    
.services_pagebtn__contact_btn {
    width: 50%;
    height: 80px;
    padding: 8px 7%;
}
    
.services_pagebtn__contact_btn .far {
    font-size: 4em;
}    
    
    
.services_pagebtn__contact_btn--caption_top {
    font-size: 1.2em;
}    
 
.services_pagebtn__contact_btn--caption_bottom {
    font-size: 2.2em;
}    
    
.services_pagebtn__quote_btn {
    width: 50%;
    height: 80px;
    padding: 8px 7%;
}
    
.services_pagebtn__quote_btn .far {
    font-size: 4em;
}    
    
    
.services_pagebtn__quote_btn--caption_top {
    font-size: 1.2em;
}    
 
.services_pagebtn__quote_btn--caption_bottom {
    font-size: 2.2em;
}    
    
.projectlist_block {
    width: 48%;
}    
    
.detail_wrapper_navwrapper {
    flex-direction: row;
    justify-content: space-between;
}
    
.detail_wrapper_navwrapper--prevbtn {
    width: 32%;
}

.detail_wrapper_navwrapper--nextbtn {
    width: 32%;
}
    
.detail_wrapper_navwrapper--backbtn {
    width: 32%;
}
    
}

/************************************************************************************
	laptop
*************************************************************************************/
@media screen and (min-width: 992px) {

.featureSlider__titlewrapper {
    width: 60%;
    margin: 0px 20%;
}
 
.slider_bottom {
    height: 40px;
}
 
.header_wrapper__menu_btn {
    width: 10%;
}
    
.header_wrapper__social_wrap {
    display: flex;
}
    
.header_wrapper__quote_btn {
    display: flex;
}
    
.header_wrapper__contact_wrap {
    width: 25%;
}
    
.header_wrapper__logo {
    height: 70px;
}
    
.header_wrapper {
    height: 90px;
}    
 
.topmenu_wrapper {
    top: 90px;
    height: auto;
    min-height: 120px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
    background-color: rgba(141,197,64,0.95);
}
    
.menu_item {
    width: auto;
    margin: 5px;
    color: #fff;
    font-size: 1em;
    padding: 4px 12px;
}    
    
.selected_menu {
    width: auto;
    margin: 5px;
    color: #000;
    font-size: 1em;
    padding: 4px 12px;
}
    
.indexpage__bottomsection_btn {
    width: 70%;
    margin: 10px 15%;
    font-size: 1.2em;
}
 
.footer_wrapper__container {
    flex-direction: row;
    justify-content: space-between;
}    
    
.footer_wrapper__links_container {
    width: 15%;
    align-items:flex-start;
    margin-bottom: 0px;
}    
    
.footer_wrapper__links_title {
    text-align: left;
}    
   
.foot_menu_item {
    text-align: left;
    line-height: 1.2em;
}    

.footer_wrapper__testimonial_container {
    width: 40%;
    margin-bottom: 0px;
}
    
.footer_wrapper__center_container {
    width: 40%;
    margin-bottom: 0px;
}    
    
.subpage_header {
    height: 300px;
}    
    
.subpage-header_headline--small {
    width: 50%;
}    
    
.half_page_wrapper {
    flex-direction: column;
    justify-content: flex-start;
}    
    
.page_container_half {
    width: 50%;
}
    
.page_container_imageblock {
    width: 40%;
    min-height: 250px;
    height: 100%;
    position: absolute;
    top: -150px;
    right: 0px;
    margin-right: 5%;
}    
    
.services_pagebtn__contact_btn {
    width: 250px;
    margin-bottom: 0px;
    padding: 8px 12px;
}    
    
.services_pagebtn__contact_btn .far {
    font-size: 58px;
}    
 
.services_pagebtn__contact_btn--caption_top {
    font-size: 1em;
}    
 
.services_pagebtn__contact_btn--caption_bottom {
    font-size: 1.6em;
    line-height: 0.7em;
}    
    
.services_pagebtn__quote_btn {
    width: 250px;
    margin-bottom: 0px;
    padding: 8px 12px;
}    
    
.services_pagebtn__quote_btn .far {
    font-size: 58px;
}    
 
.services_pagebtn__quote_btn--caption_top {
    font-size: 1em;
}    
 
.services_pagebtn__quote_btn--caption_bottom {
    font-size: 1.6em;
    line-height: 0.7em;
}    
    
.servicepage_block {
    padding: 0px 5%;
    flex-direction: row;
}

.servicepage_block:nth-child(even) {
    background-color: #6A7B76;
    flex-direction: row-reverse;
}

.servicepage_block--image {
    width: 50%;
    height: auto;
    min-height: 300px;
}

.servicepage_block--desc {
    width: 50%;
    padding: 20px 2%;
}
 
.faq_block--answerbox {
    flex-direction: row;
    justify-content: space-between;
}
    
.faq_block--image {
    width: 30%;
    height: auto;
    min-height: 200px
}

.faq_block--answer {
    width: 65%;
}
  
.fade-in {
    opacity: 0;
    transform: scale(0);
}
    
}


/************************************************************************************
	desktop
*************************************************************************************/
@media screen and (min-width: 1200px) {

.slider_bottom {
    height: 50px;
}
    
.header_wrapper {
    height: 100px;
}    

.topmenu_wrapper {
    top: 100px;
}
    
.header_wrapper__logo {
    height: 90px;
}
    
.services_block_wrapper {
    flex-direction: row;
}    

.services_block {
    width: 34%;
}    
    
.services_btn_wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}    


.services_btn__more_btn {
    width: 40%;
    height: 80px;
    padding: 8px 1%;
    margin: 0px    
}    
    
.services_btn__contact_btn {
    width: 20%;
    height: 80px;
    padding: 8px 1%;
    margin: 0px    
}

.services_btn__quote_btn {
    width: 20%;
    height: 80px;
    padding: 8px 1%;
    margin: 0px    
}
 
.services_btn__contact_btn .far {
    font-size: 3em;
}    
    
.services_btn__quote_btn .far {
    font-size: 3em;
}    
    
.services_btn__contact_btn--caption_bottom {
    letter-spacing: -4px;
    font-size: 2em;
}    
    
.services_btn__quote_btn--caption_bottom {
    letter-spacing: -4px;
    font-size: 2em;
}    
   
.services_btn__contact_btn--caption_top {
    font-size: 1em;
    line-height: 1em;    
}    

.services_btn__quote_btn--caption_top {
    font-size: 1em;
    line-height: 1em;
}    
    
.services_btn__more_btn--caption {
    font-size: 1.2em;
}    
    
.indexpage__bottomsection_btn {
    width: 50%;
    margin: 10px 25%;
}    
    
.subpage_header {
    height: 350px;
}    
    
.faq_block--image {
    width: 20%;
    height: auto;
    min-height: 200px
}

.faq_block--answer {
    width: 75%;
}
    
.projectlist_block {
    width: 30%;
}    
   
.detail_wrapper {
    flex-direction: row;
    justify-content: space-between;
}
    
.detail_wrapper_imageside{
    width: 55%;
}
    
.detail_wrapper_textside {
    width: 40%;
}

.detail_wrapper_mainimage {
    height: calc(100vw * 0.35);
}
    
.detail_wrapper_navblock {
    height: 80px;
}
    
.detail_wrapper_navwrapper--prevbtn {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}
    
.detail_wrapper_navwrapper--prevbtn .fas,  .detail_wrapper_navwrapper--nextbtn .fas {
    display: none;
}

.detail_wrapper_navwrapper--nextbtn {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}
    
.detail_wrapper_navwrapper--backbtn {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}
    
}
    

/************************************************************************************
	large desktop
*************************************************************************************/
@media screen and (min-width: 1600px) {

.header_wrapper__quote_btn--caption_wrap {
    width: 65%;
}
    
.header_wrapper__quote_btn .far {
    display: block;
}    
    
.indexpage__midsection_wrap {
    padding: 0px 5% 80px;
}    
    
    
}