/** Shopify CDN: Minification failed

Line 14:42 Unexpected ";"

**/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

@media (min-width:1200px){
.container {
    width: 1170px;
    margin: auto;
}
}
.annoucement-bar {display:none !important};

@media (max-width:1199px){
.container {
    width: 90%;
    margin: auto;
}
}

.col-md-6{
	width:50%;
}

.section{
	padding:100px 0;
}

.flex {
    display: flex;
    justify-content: space-between;
    width: 60%;
    align-items: center;
    margin: auto;
  flex-wrap:wrap;
}

.custom-maker{
	background:#fff;
}

.process{
	background:#fbf7f1;
}

.process h2{
   margin: 0 0 48px;
  font-family: Inter;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #0f1420;
	
}

.flex .col-md-6 {
    flex:  0 0 50%;
    max-width: 50%;
    text-align: center;
}

.process h4 {
    font-family: 'Inter';
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #0f1420;
    position: relative;
}

.process h4:before {content: "";position: absolute;bottom: -8px;width: 40px;height: 4px;margin: auto;background-color: #d2a343;left: 0;right: 0;}

.process h3 {
    margin: 16px 0 12px;
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #0f1420;
}

.process img {
    height: 70px;
    margin-top: 10px;
}

.process .flex {
    align-items: flex-start;
}

.process p {
    margin: 12px 0 40px;
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: #0f1420;
  padding: 0 20px;
}

.process.section{
	padding-bottom:60px !important;
}

.multi-sect.section {
    background: #fff;
}

.multi-sect.section flex {
    width: 100% !important;
}

.multi-sect.section .flex {
    width: 100%;
}

.multi-sect.section img {
    width: 100%;
}

.multi-sect.section .flex:nth-child(even) {
    flex-direction: row-reverse;
}

.multi-sect.section .flex .col-md-6:last-child {
    text-align: left;
    padding: 0 100px;
}

.multi-sect.section h2 {
    font-family: 'Inter';
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #0f1420;
    margin-bottom: 16px;
}

.multi-sect.section p {
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #0f1420;
}

.multi-sect.section .flex .col-md-6{
	    margin-bottom: -7px;
}

.handmade.section {
    background: #fbf7f1;
    text-align: center;
}

.handmade.section h2 {
    margin: 0 0 30px;
    font-family: 'Inter';
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #0f1420;
}

.handmade .col-md-3 {
    width: 25%;
    border-left: 1px solid #f4e9d1;
    border-bottom: 1px solid #f4e9d1;
  padding: 20px 0;
}

.handmade .col-md-3:first-child {
    border-left: none;
}

.handmade .flex{
	justify-content:center;
}

.handmade .flex .col-md-3:nth-child(5) {
    border: none;
}

.handmade .flex .col-md-3:nth-child(6), .handmade .flex .col-md-3:nth-child(7) {
    border-bottom: none;
}

.handmade h4 {
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    text-align: center;
    color: #0f1420;
}

.reviews.section h2 {
    height: 48px;
    margin: 0 0 64px;
    font-family: 'Inter';
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #0f1420;
}

.reviews.section {
    background: #fff;
}

.reviews.section .flex {
    width: 100%;
    justify-content: space-between;
}

.reviews.section .col-md-4 {
    flex: 30.3%;
    max-width: 30.3%;
  padding: 24px;
    border-radius: 8px;
    border: solid 1px #d4d5d7;
    background-color: #ffffff;
    min-height: 430px;
}

.rate {
    display: flex;
    justify-content: space-between;
  align-items:center;
}

.rate img:first-child {
    max-width: 100%;
    height: 24px;
}

.clientname {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.clientname h4 {
    margin-bottom: 0;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #0f1420;
    margin-left: 10px;
}

.reviews .content-desc {
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #0f1420;
}

.desc {
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #ffffff;
}


.footer.section .row {
    display: flex;
  margin-top: 55px;
}

.footer.section h3 {
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    position: relative;
    letter-spacing: normal;
    color: #0f1420;
}

.footer.section h3:before {content: "";position: absolute;width: 40px;height: 4px;background-color: #d2a343;bottom: -8px;}

.footer.section p {
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #0f1420;
    margin-bottom: 3px;
}

.la-address {
    margin-top: 40px;
}

ul.social {
    margin-top: 40px;
    padding: 0;
}

ul.social li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
    font-size: 26px;
}

ul.social li a {
    color: #0f1420;
}

.footer form#contact_form {
    margin-top: 24px;
}

.footer form#contact_form div {
    width: 100%;
    margin: 0;
}

.footer input::placeholder, .footer textarea::placeholder {
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #8b8e97;
}

.footer textarea{
	height:120px;
}

.footer input[type="submit"] {
    padding: 18px 0 18px 4px;
    background-color: #d2a343;
    width: 100%;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
}

.hero-banner .row {
    display: flex;
    justify-content: space-between;
}

.hero-banner .row .col-md-6 {
    width: 45%;
  	text-align:left;
}

.hero-banner h1{
	 font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #d2a343;
  text-align:left;
}

.hero-banner h2 {
    font-family: 'Inter';
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.16;
    letter-spacing: normal;
    color: #0f1420;
}

.hero-banner .content {
    opacity: 0.8;
    font-family: Inter;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #45484f;
}

.hero-banner a.button {
    padding: 22px 35px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.12);
    background-color: #d2a343;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    margin-top: 45px;
}

.hero-banner .rating {
    padding: 25px 24px 25px 24px;
    border-radius: 8px;
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    flex-wrap: wrap;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #0f1420;
    justify-content: center;
    width: 431px;
    position: relative;
    top: 480px;
}

.hero-banner .rating h3 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #a6884b;
}

.custom-multi-sect.section .flex {
    width: 100%;
}

.custom-multi-sect.section .col-md-6{
	position:relative;
}

.bg-color {
    width: 456px;
    height: 456px;
    opacity: 0.25;
    background-color: #d2a343;
    position: relative;
    left: 100px;
    margin-bottom: 175px;
}

.img-sect-front {
    position: absolute;
    top: 60px;
}

.bg-color {
    width: 456px;
    height: 456px;
    opacity: 0.25;
    background-color: #d2a343;
    position: relative;
    left: 100px;
    margin-bottom: 175px;
}

.img-sect-front {
    position: absolute;
    top: 60px;
}

.custom-multi-sect.section h2 {
    font-family: 'Inter';
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #0f1420;
  margin-bottom:15px;
}

.custom-multi-sect.section p {
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #0f1420;
}

.custom-multi-sect.section .content-desc {
    text-align: left;
    padding-left: 60px;
}

.custom-multi-sect.section .content-desc div.border-img {
    background-color: #d2a343;
    border-radius: 100px;
    margin-bottom: 25px;
      display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 56px;

}

.custom-multi-sect.section .flex:nth-child(even) {
    flex-direction: row-reverse;
}

.custom-multi-sect.section .flex:nth-child(even) .content-desc {
    padding-left: 0;
    padding-right: 60px;
}

.custom-process.section .flex {
    width: 100%;
}

.custom-process.section .flex {
    width: 100%;
}

.custom-process.section {
    background: #fbf7f1;
}

.steps-sect {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
 	margin-bottom:60px;
}

.steps-sect:last-child{
	margin-bottom:0;
}

.steps-sect div:first-child {
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
}

.steps-sect div:last-child {
    max-width: 78%;
    flex: 0 0 78%;
}

.steps-sect h4 {
    margin: 0 0 8px;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #0f1420;
}

.steps-sect .content-desc h3 {
    margin: 0 0 4px;
    font-family: 'Inter';
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    color: #0f1420;
}

.steps-sect .content-desc p {
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #0f1420;
  margin: 4px 0 0;
}


.custom-process.section h2 {
    font-family: 'Inter';
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #0f1420;
    text-align: left;
    padding: 0 0 20px 0;
}


.bg-color2 {
    width: 40%;
    height: 390px;
    opacity: 0.25;
    background-color: #d2a343;
    position: absolute;
    left: 0;
}
.custom-process.section .col-md-6 {
  text-align: left !important;
}

.custom-process.section {
    position: relative;
}

.custom-process.section .process-img {
    position: relative;
    top: 60px;
}

.process-img img {
    max-width: 90%;
}

.custom-process.section a {
    padding: 22px 30px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.12);
    background-color: #d2a343;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    margin-top: 100px;
}

.custom-height.banner {
    height: 560px;
  	display:flex;
  	align-items:center;
}

@media (min-width:1400px){
	.custom-height.banner {
    height: 100vh;
}
}

.custom-height.banner .col-md-6 {
    text-align: right;
}

.custom-height.banner .col-md-6 a {
    margin-top: 0 !important;
}

.custom-multi-sect.section .flex:nth-child(even) .bg-color {
    left: 25px;
    top: 120px;
}

.custom-multi-sect.section .flex:nth-child(even) .img-sect-front {
    top: 0;
    right: 0;
}

.img-sect-front img {
    box-shadow: 0 0 25px #b5b1b1;
}

.custom-multi-sect.section .flex:nth-child(3) .bg-color {
    top: 110px;
}

.custom-multi-sect.section .flex:nth-child(3) .img-sect-front {
    top: 0;
}

.custom-reviews.section .flex {
    width: 100%;
}

.custom-reviews.section img {
    max-width: 100%;
}

.custom-reviews.section .content-desc {
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #45484f;
     text-align:left
}

.custom-reviews.section .flex {
    width: 100%;
}

.custom-reviews.section img {
    max-width: 100%;
}

.custom-reviews.section .content-desc {
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #45484f;
    text-align:left
}

.custom-reviews.section .content-desc img {
    display: block;
    margin-bottom: 20px;
}

.custom-reviews.section h4 {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0f1420;
    margin-top: 14px;
}

.custom-reviews.section .rate {
    justify-content: flex-start;
    align-items: center;
}

.custom-reviews.section .rate img {
    margin-right: 15px;
}

.custom-reviews.section .col-md-4 {
    max-width: 40%;
    flex: 0 0 40%;
}

.custom-reviews.section .col-md-8 {
    max-width: 60%;
    flex: 0 0 60%;
}

.custom-reviews.section{
	padding:50px 0;
}

.custom.footer.section .row {
    display: block;
    width: 60%;
    margin: auto;
}

.custom.footer.section form div {
    max-width: 49%;
    flex: 0 0 49%;
}

.custom.footer.section form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.custom.footer.section form div:nth-child(7) {
    max-width: 100%;
    flex: 0 0 100%;
}

.custom.footer.section form div {
    max-width: 49%;
    flex: 0 0 49%;
}

.custom.footer.section form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.custom.footer.section form div:nth-child(7) {
    max-width: 100%;
    flex: 0 0 100%;
}

.custom.footer.section .la-address {
    max-width: 49%;
    flex: 0 0 49%;
}

.custom.footer.section .col-md-12:last-child {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.custom.footer.section ul.social {
    max-width: 100%;
    flex: 0 0 100%;
}

.custom.footer.section h2 {
    margin-bottom: 12px;
}

.custom.footer.section form {
    margin-top: 35px !important;
}






/*------------Responsive-------------------*/



@media (max-width:1199px){
	.flex {
    display: flex;
    justify-content: space-between;
    width: 80%;
}
  .multi-sect.section .flex .col-md-6:last-child {
    text-align: left;
    padding: 0 20px;
}
  .banner h2 {
    font-size: 40px;
  }
  .reviews.section .col-md-4{
  	min-height:540px;
  }
}


@media (max-width:991px){
	.banner .col-md-6 {
    width: 65%;
}
  .flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
  .process.section {
    padding-bottom: 20px !important;
}
.section {
    padding: 60px 0;
}
  .reviews.section .col-md-4 {
    flex: 48.3%;
    max-width: 48.3%;
   margin-top:20px; 
   
  }
}


@media (max-width:767px){
	.banner .col-md-6 {
    width: 100%;
}
  .banner h2{
  	font-size:25px !important;
  }
  .rating {
    display: block !important;
  }
  .rating div {
    margin-left: 0;
    margin-top: 14px !important;
}
  .custom-logo {
    width: 100%;
    text-align: center;
    margin: 17px 0;
}
  .flex{
  	display:block !important;
  }
  .flex .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

.col-md-6 {
    width: 100%;
}
  .multi-sect .content-desc {
    margin-top: 20px;
}
  .multi-sect.section h2{
 	font-size:22px;
  }
.multi-sect.section .flex .col-md-6 {
    margin-bottom: 0;
}
.banner .row.flexx {
    display: block !important;
}
  .handmade .col-md-3 {
    width: 48%;
  }
  
  .handmade .flex{
  	display:flex !important;
  }
  
  .handmade.section h2, .reviews.section h2, .footer h2, .process h2{
  	font-size:25px !important;
    padding: 0 10px;
  }
  .reviews.section .col-md-4 {
    flex: 100%;
    max-width: 100%;
}
  .reviews.section .col-md-4 {
    min-height: auto;
}
  .reviews.section .col-md-4:first-child {
    margin-top:0;
}
  .footer.section .row {
    display: block;
    margin-top: 30px;
}
  .footer .col-md-6:last-child {
    margin-top: 35px;
}
  .custom-logo img {
    max-width: 100%;
}
  .banner a{
  	padding:15px !important;
  }
}


@media (max-width:1199px){
	.flex {
    display: flex;
    justify-content: space-between;
    width: 80%;
}
  .multi-sect.section .flex .col-md-6:last-child {
    text-align: left;
    padding: 0 20px;
}
  .banner h2 {
    font-size: 40px;
  }
  .reviews.section .col-md-4{
  	min-height:540px;
  }
  .bg-color{
  	left:10%;
  }
  .custom.footer.section .row {
    display: block;
    width: 80%;
  }
}


@media (max-width:991px){
	.banner .col-md-6 {
    width: 65%;
}
  .flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
  .process.section {
    padding-bottom: 20px !important;
}
.section {
    padding: 60px 0;
}
  .reviews.section .col-md-4 {
    flex: 48.3%;
    max-width: 48.3%;
   margin-top:20px; 
   
  }
  .custom.footer.section .row {
    display: block;
    width: 90%;
}
  div#shopify-section-custom-landing--hero-banner .hero-banner {
    background-position: 95%!important;
  }
  .hero-banner .row .col-md-6 {
    width: 100% !important;
    text-align: left;
}
  .hero-banner .row {
    display: block !Important;
    justify-content: space-between;
}
  .hero-banner .rating{
  	top:144px;
  }
  .hero-banner h2, .hero-banner .content{
  	color:#fff;
  }

.hero-banner:before {content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0,0,0,0.4);}

.hero-banner .container, .hero-banner  {
    position: relative;
}
  .custom-multi-sect.section .flex {
    width: 100%;
    display: block;
}
  .custom-multi-sect.section .flex .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
}
  .custom-multi-sect.section .content-desc {
    text-align: left;
    padding-left: 0;
    margin-bottom: 70px;
}
  .bg-color {
    right: 0;
    left: 32%;
}
}


@media (max-width:767px){
	.banner .col-md-6 {
    width: 100%;
}
  .banner h2{
  	font-size:25px !important;
  }
  .rating {
    display: block !important;
  }
  .rating div {
    margin-left: 0;
    margin-top: 14px !important;
}
  .custom-logo {
    width: 100%;
    text-align: center;
    margin: 17px 0;
}
  .flex{
  	display:block !important;
  }
  .flex .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

.col-md-6 {
    width: 100%;
}
  .multi-sect .content-desc {
    margin-top: 20px;
}
  .multi-sect.section h2{
 	font-size:22px;
  }
.multi-sect.section .flex .col-md-6 {
    margin-bottom: 0;
}
.banner .row.flexx {
    display: block !important;
}
  .handmade .col-md-3 {
    width: 48%;
  }
  
  .handmade .flex{
  	display:flex !important;
  }
  
  .handmade.section h2, .reviews.section h2, .footer h2, .process h2{
  	font-size:25px !important;
    padding: 0 10px;
  }
  .reviews.section .col-md-4 {
    flex: 100%;
    max-width: 100%;
}
  .reviews.section .col-md-4 {
    min-height: auto;
}
  .reviews.section .col-md-4:first-child {
    margin-top:0;
}
  .footer.section .row {
    display: block;
    margin-top: 30px;
}
  .footer .col-md-6:last-child {
    margin-top: 35px;
}
  .custom-logo img {
    max-width: 100%;
}
  .banner a{
  	padding:15px !important;
  }
  
  .hero-banner h2{
    color: #fff;
    font-size: 30px !important;
    line-height: 40px;
}
  .hero-banner .content {
  }
  .hero-banner .rating {
    width: 94%!important;
    text-align: center;
    padding: 25px 10px !important;
    top: 60px;
}

.hero-banner {
    padding: 100px 0 140px !important
}
  .bg-color {
    right: 0;
    left: 32%;
    width: 68%;
    height: 270px;
}
  .img-sect-front {
    position: absolute;
    top: 38px;
    width: 90%;
}
  .custom-multi-sect.section .flex:nth-child(even) .bg-color {
    left: 0;
    top: 80px;
    height: 270px;
}
  .custom-multi-sect.section .content-desc {
    text-align: left;
    padding-left: 0;
    margin-bottom: 50px;
        margin-top: -50px;
}
  
  .custom-multi-sect.section{
  	padding-bottom:0;
  }
  .img-sect-front img {
    max-width: 100%;
}
  .custom-process.section .col-md-6:last-child {
    margin-top: 50px;
}

.custom-process.section .steps-sect {
    display: block;
}

.steps-sect div:first-child {
    flex: 0 0 100%;
    max-width: 100%;
}

.steps-sect div:last-child {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
}
  .custom-process.section h2 {
    font-size: 25px;
    text-align: center;
}
  .steps-sect .content-desc h3{
  	font-size:20px;
  }
  .custom-reviews.section .col-md-4 {
    max-width: 100%;
    flex: 0 0 100%;
}

.custom-reviews.section .col-md-8 {
    max-width: 100%;
    flex: 0 0 100%;
}
  .custom.footer.section .la-address {
    max-width: 100%;
    flex: 0 0 100%;
}
  .custom.footer.section .col-md-12:last-child {
    display: block;
  }
  .custom.footer.section form div {
    max-width: 100%;
    flex: 0 0 100%;
}
  .custom.footer.section form {
    display: block;
  }
  .custom-height.banner .col-md-6 {
    text-align: center;
}
  .custom-multi-sect.section .flex:nth-child(3) .bg-color {
    top: 86px;
}
  .custom-multi-sect.section .flex:nth-child(even) .content-desc {
    padding-left: 0;
    padding-right: 0;
}
  .custom-multi-sect.section h2{
  	font-size:25px;
  }
  .hero-banner a.button {
    padding: 17px 12px;
  }
}