@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}
/*=== Main Css ====*/
.first_sec {
  background-image: url(../images/filesform/bg1.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left;
  height: 100%;
}
.content_body {
  padding-top: 20%;
}
.content_body h2 {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700 !important;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
}
.content_body h2 span {
  color: #289D99;
}
.content_body p {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #86899B;
}
.featured_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 14px 10px;
  gap: 10px;
  width: 304px;
  height: 48px;
  background: #289D99;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  font-weight: 500;
}

.houzz_btn {
    padding: 14px 10px;
    width: 304px;
    height: 48px;
    background: #289D99;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    margin-top: 50px;
}
.second_sec {
  background-image: url(../images/filesform/bg4.png);
  background-repeat: no-repeat;
  background-size: 15% 30%;
  background-position: bottom;
  width: 100%;
  background-position-x: 70%;
  background-position-y: 100%;
}
/*--- section 2 start -------*/
.second_sec {}
.krugg_book {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.04);
  border-radius: 80px 0px;
}
.crugg_content h3 {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 1px;
  padding: 0px 50px;
}
.crugg_content h3 span {
  color: #289D99;
}
.crugg_content p {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #86899B;
  padding: 0px 50px;
}
.crugg_content h4 {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0px 50px;
  margin-top: 50px;
}
.crugg_content h4::before {
  content: url("../images/filesform/QUALITY.png");
  float: left;
  padding-right: 50px;
}
.crugg_content h4 span {
  color: #289D99;
}
p.crugg_quality {
  padding-left: 138px;
}
.book_image {
  padding-top: 80px;
  text-align: center;
}
/*---- section 3 start----*/
.krugg_service {
  margin-top: 70px;
}
.krugg_usa h3 {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
  padding-bottom: 50px;
}
.krugg_usa h3 span {
  color: #289D99;
}
.service_pic {
  width: 260px;
  max-height: 180px;
  background: #FFFFFF;
  box-shadow: 0px 30px 40px rgb(212 217 232 / 20%);
  border-radius: 16px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.pic_content {
  display: flex;
  gap: 85px;
}
/*--------section start 4 ------*/
.gallery_body {}
.gallery_body h3 {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.gallery_body h3 span {
  color: #289D99;
}
.contact_form_body h3 {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.contact_form_body h3 span {
  color: #289D99;
}
/*----image-------*/
.section-profile {
  height: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
}
.profile-image img {
  width: 100px;
  border-radius: 10px;
}
.profile-name {
  font-size: 16px;
  font-weight: bold;
}
.profile-location {
  font-size: 10px;
  color: #A9A9A9;
}
/*
            .profile-stat {

                display: flex;

                justify-content: center;

                align-items: center;

                column-gap: 15px;

                margin-top: 5px;



                div {

                    width: 80px;

                    border-radius: 10px;

                    background: #E5E5E5;

                    display: grid;

                    place-items: center;

                    padding: 10px;



                    h5 {

                        font-size: 12px;

                        color: #4E5150;

                    }



                    p {

                        font-size: 10px;

                        color: #A9A9A9;

                    }

                }

            }

        }

*/
/*Gallery*/
.gallery-section .gallery-1 img, .gallery-section .gallery-2 img, .gallery-section .gallery-3 img, .gallery-section .gallery-4 img, .gallery-section .gallery-5 img, .gallery-section .gallery-6 img {
  width: 100%;
  object-fit: cover;
}
.gallery-section .gallery-1, .gallery-section .gallery-1 img {
  height: 594px;
}
.gallery-section .gallery-2 {
  margin-bottom: 22px;
}
.gallery-section .gallery-2, .gallery-section .gallery-2 img {
  height: 280px;
}
.gallery-section .gallery-3, .gallery-section .gallery-3 img {
  height: 290px;
}
.gallery-section .gallery-4, .gallery-section .gallery-4 img {
  height: 610px;
}
.gallery-section .gallery-5 {
  margin-bottom: 25px;
}
.gallery-section .gallery-5, .gallery-section .gallery-5 img {
  height: 610px;
}
.gallery-section .gallery-6, .gallery-section .gallery-6 img {
  height: 290px;
}
.gallery-section .sift-block {
  margin-top: -315px
}
.gallery-section .caption {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 15px 25px;
}
@media (max-width: 991px) {
  .gallery-section .sift-block {
    margin-top: 0px
  }
  .gallery-section .gallery-1, .gallery-section .gallery-4 {
    margin-bottom: 25px;
  }
  .krugg_book {
    padding: 30px;
  }
  .crugg_content h4::before {
    padding-left: 25px;
  }
  p.crugg_quality {
    padding-left: 80px;
  }
 .book_image {
    display: flex;
    flex-direction: column;
    padding: 20px 0px;
	padding-top: 0px;
}
	
	.book_image img {
    width: auto;
    margin: auto;
}
}
/* ------------ section form ---------*/
#form_crugg1 {
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .content_body {
    padding-top: 0%;
    padding-bottom: 5%;
  }
  .content_body h2 {
    font-weight: 700 !important;
    font-size: 28px;
  }
  .content_body p {
    font-size: 15px;
  }
  .featured_btn {
    width: 290px;
  }
  .krugg_book {
    width: 100%;
    height: 570px !important;
  }
  .crugg_content h3 {
    font-size: 20px;
    line-height: 40px;
    padding: 0px 15px;
  }
  .crugg_content p {
    padding: 0px 15px;
  }
  .crugg_content h4 {
    font-size: 20px;
    padding: 0px 15px;
    margin-top: 20px;
  }
  .crugg_content h4::before {
    float: left;
    padding-right: 10px;
  }
  p.crugg_quality {
    position: relative;
    left: 0px;
    top: 0px;
  }
  .krugg_usa h3 {
    font-size: 22px;
    line-height: 36px;
    text-align: left;
    padding-bottom: 15px;
  }
  .pic_content {
    display: block;
  }
  .service_pic {
    width: auto !important;
  }
  .gallery_body h3 {
    font-size: 22px;
    line-height: 36px;
  }
  #form_crugg1 {
    position: relative;
    bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .content_body {
    padding-top: 0%;
  }
  .content_body h2 {
    font-size: 22px;
    line-height: 40px;
  }
  #main .container h2 {
    margin-bottom: 5px !important;
  }
  .crugg_content h3 {
    font-size: 22px;
    line-height: 40px;
    padding: 0px 20px;
    margin-bottom: 5px;
  }
  .crugg_content p {
    padding: 0px 20px;
  }
  .crugg_content h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 40px;
    padding: 0px 20px;
    margin-top: 20px;
  }
  .crugg_content h4::before {
    float: left;
    padding-right: 20px;
  }
  p.crugg_quality {
    position: relative;
    left: 60px;
    top: -25px;
  }
  .krugg_usa h3 {
    font-size: 22px;
    line-height: 40px;
    padding-bottom: 30px;
  }
  .pic_content {
    display: flex;
    gap: 15px;
  }
  .gallery_body h3 {
    font-size: 22px;
    line-height: 40px;
  }
  #form_crugg1 {
    position: relative;
    bottom: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .content_body {
    padding-top: 0;
  }
  .content_body h2 {
    font-size: 30px;
  }
  #main .container h2 {
    margin-bottom: 10px !important;
  }
  .crugg_content h3 {
    font-size: 30px;
    line-height: 40px;
    padding: 0px 22px;
    margin-bottom: 25px;
  }
  .crugg_content p {
    padding: 0px 22px;
  }
  .crugg_content h4 {
    padding: 0px 22px;
  }
}
@media (max-width: 991px) {
  .content_image img {
    width: 100%;
  }
  .crugg_content h4::before {
    padding-left: 0px;
    padding-right: 18px;
  }
  p.crugg_quality {
    padding-left: 80px;
  }
  .service_pic {
    height: auto;
  }
}
@media (max-width: 767px) {
  p.crugg_quality {
    left: 0;
    top: -9px;
  }
  .krugg_book {
    width: 100%;
    height: auto !important;
  }
  .book_image {
    padding-top: 0;
  }
  .crugg_content h4, .crugg_content p, .crugg_content h3 {
    padding: 0px;
  }
  p.crugg_quality {
    padding-left: 50px;
  }
  .crugg_content h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .crugg_content h4 {
    font-size: 18px;
    line-height: 24px;
  }
  #main .container h2 {
    font-size: 26px;
    line-height: 1.2;
  }
  .content_body {
    padding-bottom: 0;
  }
  .krugg_usa h3 {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 30px;
  }
  .gallery_body h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .gallery-section .gallery-1, .gallery-section .gallery-1 img {
    height: 300px;
  }
  .gallery-section .gallery-5, .gallery-section .gallery-4, .gallery-section .gallery-5 img, .gallery-section .gallery-4 img {
    height: 300px;
  }
  .contact-frm .wpcf7-form textarea.contact-form-additional-comments, .contact-frm .wpcf7-form .wpcf7-form-control-wrap input {
    width: 100% !important;
  }
  .second_sec, .first_sec {
    background-image: none;
  }
  .gallery-section .gallery-4, .gallery-section .gallery-5, .gallery-section .gallery-6 {
    display: none;
  }
  .krugg_service {
    margin-top: 0px;
  }
}
@media (max-width: 479px) {
  .gallery-section .gallery-5, .gallery-section .gallery-4, .gallery-section .gallery-1, .gallery-section .gallery-2, .gallery-section .gallery-3, .gallery-section .gallery-6, .gallery-section .gallery-5 img, .gallery-section .gallery-4 img, .gallery-section .gallery-1 img, .gallery-section .gallery-2 img, .gallery-section .gallery-3 img, .gallery-section .gallery-4 img {
    height: 270px;
  }
  .gallery-section .gallery-5, .gallery-section .gallery-4, .gallery-section .gallery-1, .gallery-section .gallery-2, .gallery-section .gallery-3, .gallery-section .gallery-6 {
    margin-bottom: 20px;
  }
  .second_sec .featured_btn {
    width: 200px;
  }
  .gallery-section .gallery-3 {
    margin-bottom: 0;
  }
  .gallery-section .gallery-1 img, .gallery-section .gallery-5 img {
    object-fit: fill;
  }
}




@media (max-width: 424px) {
.houzz_btn {
    width: -webkit-fill-available;
    font-size: 12px;
    margin-top: 25px;
}
}


