@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Rajdhani:wght@300;400;500;600;700&family=Raleway:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&family=Saira:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
  word-break: break-word;
 font-family: 'Montserrat', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 500;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}
.img-fluid{
  width: 100%;
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
 font-family: 'Montserrat', sans-serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #333333;
    padding: 10px 20px;
    font-size: 16px;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover, .menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #d91b1b;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
/*banner css start */




.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators {}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
/*banner css end*/

/*header start*/
.logo img {
    height: 150px;
    width: 100%;
    object-fit: contain;
}
.logo {
    position: absolute;
    top: 10px;
    z-index: 1;
}

ul.top-media {
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
ul.top-media li {
    margin: 0 6px;
}
ul.top-media li a {
  font-size: 24px;
  color: #000;
  transition: 0.5s;
}
.topSec {
    padding-top: 50px;
}
.menuSec {
    margin-bottom: 40px;
}
ul.top-media li a:hover {
    color: #d91b1b;
    transition: 0.5s;
}
/*header start*/

/*banner start*/
.banner_text h1 {
    font-size: 128.01px;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    text-shadow: 2px 2px 12px #000;
}
.main_slider {
  position: relative;
}
.main_slider:before {
    content: '';
    position: absolute;
    background-image: url(../images/squre.png);
    width: 41%;
    height: 780px;
    z-index: 1;
    background-repeat: no-repeat;
    right: 0;
    top: -53px;
}
/*banner end*/

/*builder start*/
.builder-txt {
    text-align: center;
}

.builder-txt h2 {
    font-size: 34px;
    line-height: 43px;
    font-weight: 600;
    color: #000000;
}
.builder-txt h3 {
    font-size: 30px;
    color: #ca0d46;
    font-weight: 600;
}
section.builder-sec {
    margin-top: 100px;
    margin-bottom: 70px;
}
.builder-model {
    text-align: center;
    position: relative;
}
.builder-model:after {
    content: '';
    position: absolute;
    background-image: url(../images/builder-after.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 8px;
    left: 22%;
}
.builder-model:before {
    content: '';
    position: absolute;
    background-image: url(../images/dot-line1.png);
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    right: -27%;
    top: 39%;
}
.builder-model h4 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    margin-top: 75px;
}
.margin-top {
    margin-top: 39%;
}

.margin-top:before {
    content: '';
    background: unset;
    background-image: url(../images/dot-line2.png);
    background-repeat: no-repeat;
    top: -21%;
    right: -27%;
}

.line-unset:before {
    background: none;
}
.line-unset {
  position: relative;
}
/*builder end*/


/*footer start*/
footer {
    background-repeat: no-repeat;
    background-image: url(../images/footer.jpg);
    background-size: contain;
    height: 500px;
}
.newsletter {
    text-align: center;
    background: #ba9120ad;
    width: 58%;
    margin: 0 auto;
    padding: 10px 0;
}
.newsletter h2 {
    font-size: 40px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-bottom: 100px;
    position: relative;
}
.newsletter h5 {
    font-size: 18px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
}
.footer-ipt {
    text-align: center;
    margin-top: 120px;
}
.footer-ipt input {
    width: 58%;
    padding: 16px 10px;
    border: 1px solid #fff;
}
button.btn-subs {
    padding: 17px 26px;
    border: none;
    background: #dea302;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #fff;
}
.footer-media {
    text-align: center;
    padding: 40px 0px;
}
.footer-media ul {
    display: flex;
    justify-content: center;
    margin: 0;
}
.footer-media ul li {
  margin: 10px 0px;
}
.footer-media ul li {
  margin: 10px 8px;
}
.footer-media ul li a {
    font-size: 24px;
    color: #000;
}
.footer-media p {
    font-size: 16px;
    color: #333333;
    font-family: 'Montserrat';
    font-weight: 600;
}
.newsletter h2:before {
    content: '';
    position: absolute;
    border-bottom: 6px solid #fff;
    width: 10%;
    height: 1%;
    bottom: 0;
    right: 46%;
}
/*footer end*/

/*button START*/

.button {
    padding: 40px 40px;
    font-size: 28px;
    background: transparent;
    border: none;
    position: relative;
    color: yellow;
    z-index: 1;
}

.button::after,
 .button::before {
 content: '';
 position: absolute;
 bottom: 0;
 right: 0;
 z-index: -99999;
 transition: all .4s;
}

.button::before {
    transform: translate(0%, 4%);
    width: 100%;
    height: 100%;
    background: #d8a005db;
    border-radius: 50%;
    /* margin: 0 auto; */
}

.button::after {
    transform: translate(0px, 0px);
    width: 29px;
    height: 31px;
    background: red;
    border-radius: 50%;
}

.button:hover::before {
 transform: translate(5%, 20%);
 width: 10px;
 height: 10px;
}

.button:hover::after {
    border-radius: 50%;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
}

.button:active::after {
 transition: 0s;
 transform: translate(0, 5%);
}
/*button end*/


 /*About Us Start */
.aboutus-sec {
    padding: 80px 0;
}
.aboutus-builders-llc {
    background: #db1e1ed4;
    position: absolute;
    width: 60%;
    right: 10%;
    height: 570px;
    padding: 50px 75px;
}
.aboutus-builders-llc h2 {
    font-size: 70px;
    color: #ffffff;
    margin-bottom: 50px;
}
.aboutus-builders-llc p {
    font-size: 22px;
    line-height: 40px;
    color: #faeaea;
}
.aboutus-img img {
    width: 100%;
    position: relative;
}
.aboutus-text {
    padding-top: 30px;
}
.aboutus-heading h2 {
    font-size: 30px;
    margin-bottom: 15px;
}
.aboutus-heading h2 span {
    color: #db1e1e;
}
 /*About Us End */

 /*Blogs Detail Start*/
  .Blogs-detail-sec {
    padding: 110px 0;
}
.Blogs-detail-img img {
    width: 100%;
}
.recent-posts input {
    width: 80%;
    height: 50px;
    padding: 0px 20px;
    border: 1px solid #e1e1e1;
    color: #aaaaaa;
    font-size: 15px;
}
.recent-posts button {
    width: 20%;
    height: 50px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 500;
    color: white;
    background: #db1e1e;
    border: navajowhite;
}
.recent-posts h2 {
    padding-top: 20px;
    font-weight: 700;
    color: #db1e1e;
    margin-bottom: 30px;
}
.recent-posts ul {
    display: flex;
    list-style: none;
    padding: 0;
    align-items: center;

}
.recent-posts img {
    padding-right: 15px;
}
.recent-posts p {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    color: #666666;
}
.recent-posts span {
    font-size: 15px;
    font-weight: 800;
    color: #edcb71;
}
.Blogs-detail-sec i {
    color: #db1e1e;
    padding-right: 10px;
}
.recent-posts ul {
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 20px;
    margin-top: 30px;
}
.recent-posts form {
    margin-bottom: 20px;
}
.blogs-detail-ametconsec ul {
    display: flex;
    list-style: none;
    padding: 0;
    font-size: 17px;
    font-weight: 700;
    color: #0a184a;
}
.blogs-detail-ametconsec span {
    border-right: 3px solid;
    padding-right: 20px;
}
.blogs-detail-ametconsec h2 {
    color: #db1e1e;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 10px;
}
.blogs-detail-ametconsec p {
    color: #555555;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}
.blogs-detail-ametconsec i.far.fa-comment-dots {
    padding-left: 20px;
}
.blogs-detail-ametconsec span.Comments {
    border: none;
}       
  /*Blogs Detail Start*/


  
  /*Blogs Start*/

  .Blogs-sec {
    padding: 120px 0;
    text-align: center;
}
.Blogs-box-img img {
    width: 100%;
}
.Blogs-box {
    box-shadow: 0px 0px 0px 2px #ebebeb;
    margin-bottom: 25%;
}
.Blogs-box {
    position: relative;
}
.blogs-img-text {
    background: #fff;
    width: 90%;
    margin: 0 auto;
    margin-top: -35px;
    position: relative;
    padding: 31px 20px;
}
.blogs-img-text span {
    font-size: 15px;
    font-weight: 700;
     color: #d91b1b;
}
.blogs-img-text h3 {
    font-size: 23px;
    font-weight: 800;
    text-decoration: underline;
    margin-bottom: 14px;
    color: #e8be4d;
}
.blogs-img-text p {
    font-size: 17px;
    font-weight: 500;
    color: #555555;
    border-bottom: 2px solid;
    padding-bottom: 38px;
}
.blogs-img-text a {
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    color: #d91b1b;
}
.blogs-img-text i {
    padding-left: 10px;
    color: #d91b1b;
}

  /*Blogs End*/


  
  /*Contact Us Start*/

.center-col {
    margin: 0 auto;
    display: table;
}
.contact-us-sec input {
    width: 100%;
    height: 70px;
    padding: 0 15px;
    border: none;
    margin-bottom: 20px;
   color:#535353;
    background: #f4f4f4;
    font-weight: 600;
}
.contact-us-sec textarea {
    width: 100%;
    height: 190px;
    padding: 5px 15px;
    margin-bottom: 20px;
    border: none;
    color: #535353;
    background: #f4f4f4;
    font-weight: 600;
    resize: none;
}
.contact-us-sec button {
    border: none;
    margin: 0 auto;
    width: 15%;
    height: 50px;
    background: #d91b1b;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-us-sec h2 {
    text-align: center;
    font-size: 58px;
    color: #d91b1b;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.contact-us-sec p {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
    color: #666666;
    padding: 0px 84px;
    line-height: 30px;
}
.contact-us-sec {
    padding: 80px 0;
}

  /*Contact Us End*/

   /*Projects Start */

  .projects-sec img {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
    object-fit: cover;
}
.projects-sec {
    padding: 80px 0;
}

  /*Projects End */

  
  /*Service Detail Start*/
  .Service-detail-sec {
    padding: 80px 0;
}
.Service-detail-text {
    margin-top: 15px;
}
.Service-detail-img img {
    width: 100%;
    height: 725px;
    object-fit: cover;
}
.Service-detail-text h2 {
    font-size: 59px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #d91b1b;
}
.Service-detail-text p {
    font-size: 17px;
    color: #555555;
    line-height: 35px;
    font-weight: 500;
}
.Service-detail-text-two p {
      font-size: 17px;
    color: #555555;
    line-height: 35px;
    font-weight: 500;
}
.Service-detail-text-two {
    margin-top: -18px;
}
.about-logo-img.chg {
    margin: 0;
}

  /*Service Detail End*/

   /*Services  Start*/
  .Services-heading h2 {
    text-align: center;
    font-size: 73px;
    margin-bottom: 50px;
}
.Services-heading h2 span {
    color: #d91b1b;
}
.Services-sec {
    padding: 80px 0;
}
.ser-img img {
    width: 100%;
}
.ser-text {
    box-shadow: 0 0 10px 0 #00000054;
    text-align: center;
    padding: 34px 0;
}
.ser-text h2 span {
    color: #d91b1b;
}
.ser-text p {
    font-size: 14px;
    padding: 0px 24px;
    font-weight: bolder;
    color: #555555;
    margin-bottom: 35px;
}
.ser-text a {
    background: #e8be4d;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34%;
    margin: 0 auto;
    height: 49px;
    font-size: 14px;
    font-weight: bolder;
    text-decoration: none;
    color: white;
}
.ser-text i {
    padding-left: 6px;
    margin-top: 5px;
}
.ser-text:hover {
    background: #e8be4d;
    color: white;
}
.ser-img-boxs {
    margin-top: 50px;
}
  /*Services  End*/
  .inner-banner h1 {
    float: left;
    font-size: 100px;

}


@media only screen and (min-width: 1366px) and (max-width: 1920px){}

@media only screen and (min-width: 1200px) and (max-width: 1365px){}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .menuSec ul li a {
    padding: 10px 13px;
    font-size: 12px;
}
.inner-banner h1 {
    float: left;
    font-size: 80px;
}
.vc_empty_space {
    height: 0 !important;
}
.newsletter {;
    width: 90%
}
.newsletter h2 {
    margin-bottom: 20px;
}
.footer-ipt {
    text-align: center;
    margin-top: 60px;
}
input.btn-subs {
    width: 22%;
}
footer {
    height: 320px;
}

.aboutus-builders-llc h2 {
    font-size: 60px;
    margin-bottom: 0;
}
.aboutus-builders-llc p {
    font-size: 12px !important;
    line-height: 22px;
}
.head-01 .Services-heading h2 {
    text-align: left;
    font-size: 34px !important;
    line-height: 1 !important;
}
.logo img {
    height: 120px;
}
.blogs-img-text {
    width: 100%;
    margin-top: 0;
}
form.hf-form.hf-form-124 .hf-fields-wrap {
    width: 100% !important;
    margin: 0 auto;
}
form.hf-form.hf-form-124 .hf-fields-wrap input {
    margin: 0 0 16px 0;
    border: 1px solid #000;
}
form.hf-form.hf-form-124 .hf-fields-wrap textarea {
    margin: 0 0 16px 0;
    border: 1px solid #000;
}
    }

@media only screen and (min-width: 768px) and (max-width: 991px){
    
    .menuSec ul li a {
    padding: 10px 2px;
    font-size: 12px;
}
.inner-banner h1 {
    float: none;
    font-size: 70px !important;
}
.logo img {
    height: 120px;
}
h3 {
    margin: 0;
}
.wpb_single_image.wpb_content_element.vc_align_left figure div img {
    width: 100%;
    height: 450px !important;
}
section.builder-sec {
    margin-top: 10px;
    margin-bottom: 10px;
}
.vc_empty_space {
    height: 0 !important;
}
section.vc_section.builder-sec ul {
    font-size: 13px;
}
#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
    margin-bottom: 0;
    font-size: 13px;
}
.newsletter {
    text-align: center;
    background: #ba9120ad;
    width: 90%;
}
.newsletter h2 {
    margin-bottom: 10px;
}
.footer-ipt {
    text-align: center;
    margin-top: 10px;
}
input.btn-subs {
    width: 26% !important;
}
footer {
    height: 240px;
}
.aboutus-builders-llc h2 {
    font-size: 40px;
    margin-bottom: 0;
}

.aboutus-heading h2 {
    font-size: 30px !important;
}
    .aboutus-builders-llc p {
    font-size: 14px !important; 
    line-height: 1 !important;
    color: #faeaea;
}
.Services-sec {
    padding: 0 !important;
    padding-bottom: 0px;
}
.Services-heading h2 {
    font-size: 30px !important;
    line-height: 1;
}
.Services-heading h2 span {
    font-size: 30px !important;
}
h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}
.blogs-img-text {
    width: 100%;
    margin-top: 0;
}
form.hf-form.hf-form-124 .hf-fields-wrap {
    width: 100% !important;
    }
    form.hf-form.hf-form-124 .hf-fields-wrap input {
    margin: 0 0 16px 0;
    border: 1px solid #000;
}
form.hf-form.hf-form-124 .hf-fields-wrap textarea {
    
     border: 1px solid #000;
}
.Service-detail-img img {
    width: 100%;
    height: 420px;
}
.Service-detail-text h2 {
    font-size: 46px;
}
.Service-detail-sec {
    padding: 20px 0;
}






}

@media only screen and (min-width: 520px) and (max-width: 767px){
    
   .logo {
    position: relative;
    text-align: center;
}
    
    .logo img {
    width: 100%;
        height: 100px;
    }
    
    .contact-us-sec input {
    width: 100%;
    height: 50px;
    }
    .contact-us-sec textarea {
    width: 100%;
    height: 100px;
    }
    
    
    ul.top-media {
    display: flex;
    justify-content: center;
}
    .inner-banner h1 {
    float: none;
    font-size: 50px;
}

section.builder-sec {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
    
    h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    }
    .newsletter h2 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
    }
    
    .newsletter h2:before {
        display: none;
    }
    .newsletter h5 {
    font-size: 12px;
    }
    footer {
    background-repeat: no-repeat;
    background-image: url(../images/footer.jpg);
    background-size: cover;
    height: 260px;
}
.footer-ipt {
    text-align: center;
    margin-top: 60px;
}
input.btn-subs {
    padding: 20px 4px !important;
    width: 26% !important;
    font-size: 12px;
}
.newsletter {
    width: 100%;
    padding: 20px 0;
}
    .footer-media p {
    font-size: 13px;
    }
    
    .aboutus-sec {
    padding: 0px 0 !important;
}
    .aboutus-heading h2 {
    font-size: 28px;
    }
    
    .aboutus-builders-llc {
    background: #db1e1ed4 !important;
    position: absolute !important;
    width: 100% !important;
    right: 0 !important;
    height: 521px;
    padding: 20px 20px;
}
    .aboutus-builders-llc h2 {
    font-size: 40px;
    margin-bottom: 0;
}
.aboutus-builders-llc p {
    font-size: 12px !important;
    line-height: 1 !important;
}
    .aboutus-builders-llc {
    height: 650px !important;
    position: relative;
}
    .Services-heading h2 {
    text-align: center;
    font-size: 40px;
    line-height: 1;
    }
    
    .Services-sec {
    padding: 0px 0 !important;
    }
    
    .head-01 .Services-heading h2 {
    font-size: 30px !important;
    }
    
    h4 {
    font-size: 18px;
    }
    .blogs-img-text {
    width: 100%;
    margin-top: 0;
}
    .contact-us-sec h2 {
    text-align: center;
    font-size: 40px;
    }
    
    .contact-us-sec p {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0px 0px;
    line-height: 1;
}
    form.hf-form.hf-form-124 .hf-fields-wrap input {
    margin: 0 0 16px 0;
    border: 1px solid #000;
}

form.hf-form.hf-form-124 .hf-fields-wrap {
    width: 100% !important;
}
.contact-us-sec textarea {
    border: 1px solid #000;
}

form.hf-form.hf-form-124 input[type="submit"] {
    border: none;
    margin: 0 auto !important;
    width: 24% !important;
    font-size: 14px
}
.vc_custom_1648457662796 {
    margin-bottom: 0 !important;
}
    
    
    
    }

@media only screen and (min-width: 300px) and (max-width: 519px){
    .logo {
    position: relative;
    }   
    
 .logo img {
    height: 80px;
    width: 100%;
}
    ul.top-media {
    display: flex;
    justify-content: center;
}
.inner-banner h1 {
    float: none;
    font-size: 30px;
}
section.builder-sec {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}
.newsletter h2 {
    font-size: 20px;
    margin-bottom: 0;
        line-height: 1;
}

.newsletter h5 {
    font-size: 10px;
        margin: 0;
}
.newsletter {
    text-align: center;
    background: #ba9120ad;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 !important;
    margin-bottom: 10px;
}
.newsletter h2:before {
    display:none;
}

.footer-ipt {
    margin-top: 0px;
}
.footer-ipt input {
    width: 60%;
    padding: 10px 10px;
}
.footer-ipt input::placeholder {
    font-size: 11px;
}

.footer-media p {
    font-size: 11px;
}
p {
    font-weight: 500;
    font-size: 11px;
}
.wpb_wrapper ul li {
    font-size: 11px;
}
.aboutus-sec {
    padding: 0px 0;
}


footer {
    background-size: cover;
    height: 160px;
    width: 100%;
}
input.btn-subs {
    padding: 17px 0px !important;
    width: 36% !important;
    font-size: 10px;
}

.aboutus-img img {
    width: 100%;
    height: 200px !important;
}
.aboutus-sec {
    padding: 0px 0 !important;
}

.wpb_single_image img {
    width: 100%;
    height: 160px;
}
.aboutus-builders-llc {
    width: 100% !important;
    right: 0 !important;
    padding: 0px 0px !important;
    text-align: center;
}
.aboutus-builders-llc h2 {
    font-size: 34px;
    margin-bottom: 0;
}

.aboutus-builders-llc p {
    font-size: 11px !important;
    line-height: 1 !important;
}
.aboutus-builders-llc {
    height: 600px;
}
.aboutus-img figure.wpb_wrapper.vc_figure {
    height: 160px;
}
.aboutus-heading h2 {
    font-size: 18px;
    margin-bottom: 10px !important;
    line-height: 1;
}
.Services-heading h2 {
    font-size: 32px;
    line-height: 1;
}
.Services-sec {
    padding: 0 !important;
}
.head-01 .Services-heading h2 {
    text-align: left;
    font-size: 26px !important;
}
h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1;
}
.Blogs-sec {
    padding: 0px 0;
}
.blogs-img-text span {
    font-size: 12px;
}
.blogs-img-text h3 {
    font-size: 15px;
    line-height: 1;
}
.blogs-img-text {
    width: 100%;
    margin-top: 0;
    position: relative;
    padding: 10px 2px;
}
.blogs-img-text p {
    font-size: 11px;
}
.blogs-img-text a {
    font-size: 12px;
}
.contact-us-sec h2 {
    font-size: 28px;
}
.contact-us-sec p {
    font-size: 11px;
    margin-bottom: 10px;
    padding: 0;
    line-height: 1;
}
.contact-us-sec {
    padding: 0;
}
form.hf-form.hf-form-124 .hf-fields-wrap input {
    margin: 0 0 16px 0;
    border: 1px solid #000;
}
form.hf-form.hf-form-124 .hf-fields-wrap {
    width: 100% !important;
}
form.hf-form.hf-form-124 .hf-fields-wrap input::placeholder {
    font-size: 11px;
}
.contact-us-sec textarea {
    border: 1px solid #000;
}

.contact-us-sec textarea::placeholder {
    font-size: 11px;
}
form.hf-form.hf-form-124 input[type="submit"] {
    width: 46% !important;
    font-size: 12px !important;
}
    html .aboutus-img img.vc_single_image-img.attachment-full {
    height: 400px !important;
}
.Service-detail-text h2 {
    font-size: 29px;
    line-height: 35px;
}
.Service-detail-sec {
    padding: 30px 0;
}
.Service-detail-img img {
    width: 100%;
    height: 295px;
}
.contact-us-sec input {
    width: 100%;
    height: 50px;
}
.contact-us-sec textarea {
    width: 100%;
    height: 90px;
}




    
}