@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url("https://p.typekit.net/p.css?s=1&k=dld5tmb&ht=tk&f=49983&a=83491135&app=typekit&e=css");

@font-face {
font-family:"filmotype-lacrosse";
src:url("https://use.typekit.net/af/de3617/00000000000000007735fce7/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/de3617/00000000000000007735fce7/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/de3617/00000000000000007735fce7/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

.tk-filmotype-lacrosse { font-family: "filmotype-lacrosse",sans-serif; }
@font-face {
  font-family: 'APOLLO';
  src: url('APOLLO-Regular.woff2') format('woff2'),
      url('APOLLO-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'APOLLO';
  src: url('APOLLO-Italic.woff2') format('woff2'),
      url('APOLLO-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

body {
  font-family: 'Lato', sans-serif;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #333;
  line-height: 28px;
}
a, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  font-family: 'Lato', sans-serif;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'APOLLO';
  line-height: 1.4em;
  color: #111;
}
a {
  outline: 0;
  color: #222;
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
}
a:hover {
  color: #00a3c8;
  text-decoration: none;
}
.btn {
  outline: 0;
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
  cursor: pointer;
}
button:focus {
  outline: none;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
.main_section {
  width: 100%;
  margin: 0px;
  padding: 80px 0;
}
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 54px;
  height: 54px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
  font-size: 21px;
  padding: 11px 0;
  background-color: #00a3c8;
  border-color: #00a3c8;
}
.btn-dark:hover {
  color: #fff;
  background-color: #0490b0;
  border-color: #0490b0;
}

.mobile {
  display: none;
}
.box {
  display: flex;
  flex-wrap: wrap;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.logo-box{
  padding: 28px 0;
}



/******* Top Header ************/
.header {
  margin: 0px;
  padding: 0px;
  background: #333333;
}
.header_left {
  width: 50%;
  float: left;
  text-align: left;
  padding: 0px 0 0 15px;
}
.header_left p {
  font-size: 13px;
  color: #f19a1a;
  margin-bottom: 0px;
  margin-top: 6px;
}
.header_left p a {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  margin-right: 20px;
}
.header_left p a i{
  margin-right: 10px;
}

.header_phone {}
.header_phone ul {
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
.header_phone ul li {
  font-size: 13px;
  list-style-type: none;
  padding: 0 7px;
  display: inline-block;
  float: left;
  line-height: 37px;
  color: #666;
  margin-top: 6px;
}
.header_phone ul li:first-child {
  padding-left: 0px;
}
.header_phone ul li a {
  color: #000000;
  font-size: 12px;
  line-height: 26px;
  display: inline-block;
  float: left;
}
.header_phone ul li a i {
  color: #fff;
  margin: 0px 8px 0 0;
  font-size: 16px;
}
.header_phone ul li i {
  color: #93c248;
  margin: 0 5px 0 0;
}
.header_phone ul li a:hover {
  color: #00a3c8;
}
.header_phone ul li:hover {
  color: #00a3c8;
}
.header_right1 {
  width: 50%;
  float: left;
  text-align: right;
  padding: 0px;
}
/******* Header ************/
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 2.5rem;
  padding-left: 0rem;
  text-transform: uppercase;
}
.navbar-expand-md .navbar-collapse {
  justify-content: end;
}
.navbar > li > a {
  padding-right: 0rem;
}
.navbar-light .navbar-nav .active > .nav-link {
  color: #000;
}
.vg-nav > ul > li > a {
  font-size: 17px;
  line-height: 1.2;
  display: block;
  color: #333333;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0px;
}
.vg-nav > ul > li.active a, .vg-nav > ul > li a:hover {
  color: #000;
  border-bottom: 2px solid #000;
}
.vg-nav > ul > li {
  padding: 0px 18px 0px;
}
.vg-nav .dropdown ul li a {
  text-decoration: none;
  font-size: 14px;
  display: block;
  padding: 8px;
  color: #fff;
}

.vg-nav .dropdown ul {
  background: #000;
  box-shadow: 0 4px 7px rgb(0 0 0 / 15%);
  text-align: left;
  top: 190% !important;
  width: 250px;
}
.fixed-header {
  position: fixed;
  top: 0;
  z-index: 9999;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  background-color: #f7f7f7;
}
.vg-nav .dropdown ul li a:hover{
  border-bottom: 0px solid #ed2024;
  border: none;
}
.cus-menu {
  text-align: right;
}

.social{

  margin: 10px 0 0 0;

}
.social a{
  height: 40px;
  width: 40px;
  display: inline-block;
  background: #e8e8e8;
  margin-left: 5px;
}
.social a i{
  color: #ed2024;
  font-size: 19px;
  padding: 10px 12px 0 0;
}

/******* slider ************/
.slider {
  padding: 0px 0 0 0;
}
.slider .owl-theme .owl-nav {
  margin-top: 10px;
  display: none;
}
.owl-theme .owl-dots{
  display: none;
}
.main-slider{
  position: relative;
}
.main-slider-text {
  position: absolute;
  left: 17.5%;
  top: 29.9%;

}
.main-slider-img img{
  height: 56vh;
  object-fit: cover;
}
.owl-item:nth-child(2n + 0) .item .main-slider-text {
  position: absolute;
  left: inherit;
  top: 29.9%;
  right: 17.5%;
}
.slider .carousel-caption {
  text-align: center;
  bottom: 0;
  top: 0;
  padding: 0px;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  margin: auto;
  left:10%;
  right: 7%;

}




.slider-bg {
  background: #111111ab;
  padding: 25px 15px;
  width: 390px;
  text-align: center;

}
.slider-bg h5{
  font-size: 27px;
  color: #fff;
  text-transform: uppercase;
  line-height: 41px;
  letter-spacing: 5px;
}
.slider-bg p{
  font-size:38px;
  color: #fff;
  line-height: 27px;
  font-weight: 400;
  font-family: "filmotype-lacrosse",sans-serif;

}
.slider-bg span{
  font-weight: 300;
  font-size: 18px;
  color: #fff;
}


.slider .carousel-caption a{
  background: #11111100;
  padding: 13px 40px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 9px;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  margin-top: 11px;
  border: 1px solid #fff;
}





/******* work ************/
.work{
  background: #fff;
padding: 90px 0 0px;
}
.creative{
  position: relative;
  text-align: center;
}
.icon-box{
  text-align: center;
  border: 2px solid #000;
  padding: 39px 0 0 0;
  border-radius: 100px;
  height: 200px;
  width: 200px;
  margin: 0 auto 25px;
  line-height: 40px;
}
.icon-box img{
  width: 75px;
  margin-bottom: 12px;
}
.icon-box p{
  color: #292929;
  font-size: 20px;
  letter-spacing: 2px;
}
.creative h4{
  color: #000;
  letter-spacing: 3px;
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.creative p{
  font-size: 18px;
}
.house{
  padding: 90px 0 10px;
}
.house h4{
  font-size: 48px;
  font-family: "filmotype-lacrosse",sans-serif;
  margin-bottom: 0px;
  line-height: 60px;
}
.house h4 a{
  font-size: 48px;
  font-family: "filmotype-lacrosse",sans-serif;
  margin-bottom: 0px;
  line-height: 60px;
}
.house p{
  font-weight: 300;
  margin-bottom: 0;

}

/******* trade ************/
.trade{
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 140px 0;
    position: relative;
}
.trade::before{
    content: '';
    background: #0000006e;
    position: absolute;
    width: 47%;
    height: 50%;
    left: 26%;
}

.commitment {
  padding: 50px;
  text-align: center;
  width: 57%;
  margin: 0 auto;
}

.commitment p{
     color: #fff;
    margin-bottom: 0px;
}
.Jeffrey{
  background-image: url(../images/Jeffrey.jpg);
  background-size: cover;
  background-position: center;
  padding: 0px;
  position: relative;
}
.Jeffrey::before {
  content: '';
  background: #ffffff26;
  position: absolute;
  width: 100%;
  height: 100%;
  
}

.crape{
  background-image: url(../images/script.jpeg);
  background-size: cover;
  background-position: center;
  padding: 0px;
  position: relative;
}

.crape::before{
  content: '';
  background: #0000008c;
  position: absolute;
  width: 100%;
  height: 100%;
}
.crape .commitment p {
  color: #fff;
  margin-bottom: 0px;
}

.cambria{
  background-image: url(../images/Cambria.jpg);
  background-size: cover;
  background-position: center;
  padding: 0px;
  position: relative; 
  margin-bottom: 70px;
}
.cambria::before{
  content: '';
      background: #00000045;
  position: absolute;
  width: 100%;
  height: 100%;
}

.stone{
  background-image: url(../images/stone.jpg);
  background-size: cover;
  background-position: center;
  padding: 0px;
  position: relative; 
}
.stone::before{
  content: '';
     background: #00000045;
  position: absolute;
  width: 100%;
  height: 100%;
}
.bianco{
  background-image: url(../images/Bianco.jpg);
  background-size: cover;
  background-position: center;
  padding: 0px;
  position: relative; 
  margin-bottom: 70px;
}
.bianco::before{
  content: '';

    background: #00000045;
  position: absolute;
  width: 100%;
  height: 100%;
}

.come{
  background-image: url(../images/sign.jpg);
  background-size: cover;
  background-position: center;
  padding: 0px;
  position: relative; 
  margin-bottom: 70px;
}
.come::before{
  content: '';
     background: #0000003b;
  position: absolute;
  width: 100%;
  height: 100%;
}

/******* dena ************/
.dena{
  position: relative;
  padding: 80px 0 0px;
}
.dena-box {
  display: flex;
}
.cus-dena-box {
  width: 65%;
}
.cus-dena-box img{
  object-fit: cover;
  height: 920px;
}
.cus-dena-text {
  padding: 40px 30px 0 30px;
  text-align: center;
  width: 35%;
  margin: 0 0 0 70px;
}
.dena-img-box {
  background-color: #fff;
  box-shadow: 0 0 12px #0003;
  padding: 13px;
  margin: 230px 0 0 0;
}


.dena-img-box img {
  height: 300px !important;
  object-fit: cover;
  margin-bottom: 25px;
}

.dena-img-box p{
  font-family: 'APOLLO';
  font-size: 24px;
  margin-bottom:10px;
}
.dena-img-box p a{
  text-transform: uppercase;
  color: #333;
  letter-spacing: 2px;
  font-size: 16px;
}
.dena-img-box a:hover{
  text-decoration: underline;
}

.cus-dena-text{

}
.cus-dena-text h3{
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0px;
}

.cus-dena-text h6{
  font-size: 30px;
  letter-spacing: 0;
  font-family: "filmotype-lacrosse",sans-serif;

}
.cus-dena-text p{
  width: 90%;
  margin: 0 auto;
}
.cus-dena-text span{
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
}
.cus-dena-text ul li{
	    color: #333;
    line-height: 28px;
}

.dena .owl-carousel .owl-nav .owl-prev{
  position: absolute;
  top: 29%;
  left: 76%;
  font-size: 40px !important;

}

.dena .owl-carousel .owl-nav .owl-next{
  position: absolute;
  top: 29%;
  right: 9.1%;
  font-size: 40px !important;

}
.dena .slider-counter {
  position: absolute;
  right: 16.2%;
  top: 29.5%;
  font-size: 18px;

}
.cus-color{
  position: relative;
  padding: 0px;
}
.cus-color .dena-box {
  display: flex;
  flex-direction: row-reverse;
}

.cus-color .cus-dena-text {
  padding: 40px 40px 0 40px;
  text-align: center;
  width: 35%;
  margin: 0 50px 0 0;
}
.cus-color .slider-counter {
  position: absolute;
  left: 16.6%;
  top: 29.5%;
  font-size: 18px;

}
.cus-color .owl-carousel .owl-nav .owl-prev{
  position: absolute;
  top: 29%;
  left: 10%;
  font-size: 40px !important;

}

.cus-color .owl-carousel .owl-nav .owl-next{
  position: absolute;
  top: 29%;
  right: 76%;
  font-size: 40px !important;

}
.cus-gallery .carousel-item img {
  height: 65vh;
  object-fit: cover;
}

.projects {
  padding: 80px 0 25px;
  background: #f7f7f7;
}
.feature-text{
  margin-bottom: 30px;
}
.feature-text h6{
  color: #666666e0;
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 5px;
}
.feature-text h2{
  font-size: 30px;
  letter-spacing: 3px;
}


.projects-slider{
  padding: 30px 0 40px;

}
.cus-project {
  text-align: center;
}
.cus-project img{
  margin-bottom: 20px;
    object-fit: cover;
}
.cus-project h4{
  color: #000;
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 1px;
}
.cus-project p{
  color: #939393;
  font-weight: 300;
}
.projects-slider .owl-carousel .owl-nav button.owl-prev{
  background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    height: 40px;
    width: 40px;
    border-radius: 100px;
    color: #000;
    font-size: 38px;
    line-height: 10px;
    padding: 10px 0 17px !important;
    position: absolute;
    left: -16px;
    top: 120px;
}
.projects-slider .owl-carousel .owl-nav button.owl-next{
  background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    height: 40px;
    width: 40px;
    border-radius: 100px;
    color: #000;
    font-size: 38px;
    line-height: 10px;
    padding: 10px 0 17px !important;
    position: absolute;
    right: -16px;
    top: 120px;
}




.owl-carousel .owl-nav.disabled {
  display: block;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #d2b666;
}



.about{

}
.about-text {
  padding: 60px 0 0 0;
}
.about-text h2{
  position: relative;
  font-size: 50px;
  color: #333333;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 23px;
}

.about-text h6{
  position: relative;
  font-size: 27px;
  color: #838080;
  line-height: 26px;
  letter-spacing: 4px;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.about-text p{
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  font-weight: 400;
}
.about-text a{
  padding: 13px 30px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 400;
  background: #000;
  margin: 14px 0 0 0;
  display: inline-block;
}
.insta {
  background: #f6f6f2;
}
.insta img{
  width: 100%;
}
.about-img-block img{
  height: 520px;
  width: 100%;
  object-fit: cover;
}

.email-us{
  padding: 0px;
}

.newsletter-box{
  background: #333333;
  padding: 35px 25px;
  border: 5px solid #fff;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.news-text .media i{
  color: #fff;
  font-size: 35px;
  margin-top: 12px;
  margin-right: 37px !important;
}
.news-text .media-body h5{
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}
.news-text .media-body p{
  font-size: 16px;
  color: #fff;
}
.news-text .media-body p a{
  font-size: 16px;
  color: #fff;
}
.footer {
  background: #333333;
  margin-top: -50px;
  padding: 100px 0 20px;
}
.footer-text{

}
.footer-text h4{
  font-size: 24px;
  color: #fff;
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 18px;
}
.footer-text p{
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
}
.footer-text a{
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: underline;
}
.footer-text ul{
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  text-decoration: none;
}
.footer-text ul li{

  width: 50%;
  float: left;
  line-height: 38px;

}
.footer-text ul li a{
  color: #fff;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 400;
  text-decoration: none;
}
.follow-box{
  background-color: #292929;
  padding: 35px 25px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.follow-box p{
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 0px;
}
.follow-box p a{
  color: #fff;
  margin-left: 11px;

}
.follow-box p a i{
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 12px;
}
.cus-suscribe {
  display: flex;
}
.cus-suscribe-text{
  padding: 0 30px 0 0;
}
.suscribe-box{

}
.suscribe-box .form-control {
  height: calc(2.4rem + 2px);
  color: #c1bcbc;
  background-color: #292929;
  border: 2px solid #fff;
  border-radius: 0px;
  border-right: 0px solid #292929;
}
.suscribe-box .btn-primary {
  color: #fff;
  background-color: #292929;
  border-color: #333333;
  text-transform: uppercase;
  border-right: 2px solid #fff;
  border-radius: 0px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 6.5px 10px;
}
.copy {
  text-align: center;
  margin: 38px 0 0 0;
}
.copy p{
  color: #aaaaaa;
  font-size: 16px;
}

.suscribe-box {
  border: 0px solid #d2b666;
  background: #fff;
}
.suscribe-box form {
  display: flex;
}
.suscribe-box .form-control {
  color: #c1bcbc;
  background-color: transparent;
  border: none;
  flex-grow: 1;
}
.suscribe-box .suscribe-btn {
  color: #9f9f9f;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  padding: 0px 10px;
  font-size: 21px;
}
.header img{
  
}
.cus-gallery{
  padding: 60px 0;
}
.cus-gallery .main-slider-text {
  position: absolute;
  left:  6.5%;
  top: 32%;
}

.cus-gallery .owl-item:nth-child(2n + 0) .item .main-slider-text {
  position: absolute;
  left: inherit;
  top: 32%;
  right: 6.5%;

}

.cus-gallery  .slider-bg {
  background: #111111ab;
  padding: 30px 15px;
  width: 310px;
  text-align: center;
}

.style{
  margin-bottom: 30px;
}
.style h3{
  margin-bottom: 0px;
}
.style p{
  font-weight: 300;
}
.experience{
  padding: 30px 0 20px;
}
.experience .slider-bg {
  background: #111111ab;
  padding: 20px 15px;
  width: 31%;
  text-align: center;
}
.experience .carousel-caption {
  text-align: center;
  bottom: 0;
  top: 0;
  padding: 0px;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  margin: auto;
  left: 7%;
  right: 3%;
}
.experience .slider-bg img{
  height: 110px;
  margin-bottom: 14px;
}
.experience .carousel-caption p {
  font-size: 16px;
  color: #fff;
  line-height: 27px;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
}
.experience .carousel-caption a {
  background: #000;
  padding: 13px 30px;
  color: #fff;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 300;
  display: inline-block;
  margin-top: 11px;
  border: 0px solid #fff;
}
.slider-inner{

}
.slider-inner .carousel-item img {
    height: 40vh;
    object-fit: cover;
}

.slider-inner .carousel-caption {
  justify-content: center;
}
.slider-inner h2{
  font-size: 47px;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 0px 1px 4px #000;
}
.wp-commitment-text{
  margin: 0 0 80px;
}
.wp-commitment-text h4{
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
  font-size: 23px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.wp-commitment-text p{
  font-size: 17px;
  line-height: 32px;
  font-weight: 300;
}

.house-box{
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.house-img{
  overflow: hidden;
}
.house-img img{
  transition: transform 1s;
  height: 450px;
  object-fit: cover;
  width: 100%;
}
.house-img:hover img{
  -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: transform 1s;
}
.house-text {
  text-align: center;
  padding: 20px 50px;
}

.house-text a{
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 400;
  color: #b1b1b1;
  display: inline-block;
  margin-top: 33px;
}
.house-text a:hover{
  text-decoration: underline;
  color: #000;
}
.application-form{
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 9px rgb(0 0 0 / 10%);
  padding: 50px;
  border-radius: 7px;
}

.application-form h4{
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: 2px;
  font-size: 30px;
  position: relative;
}
.application-form h4::before{
  content: '';
  width: 17%;
  background: #8d8a8a;
  height: 2px;
  position: absolute;
  left: 42%;
  top: -14px;
}
.application-form label {
  display: inline-block;
  margin-bottom: 0.5rem;
  width: 100%;
  font-weight: 600;
  color: #333;
}
.application-form .form-control {
  border-radius: 0px;
  margin-bottom: 15px;
}
.application-form select {
  text-transform: none;
  width: 100%;
  border: 1px solid #ced4da;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
}
.application-form label span{
  color: #ff0000;
}
.application-form .btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
  text-transform: uppercase;
  padding: 9px 23px;
  letter-spacing: 1px;
}
.blog-header{
  background: #f7f7f7;
  padding: 40px 0;
}
.blog-header h2{
  font-size: 40px;
}
.cus-blog-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.blog-img {
  width: 50%;
}

.blog-text {
  padding: 0 0 0 30px;
  width: 50%;
}
.blog-text h1{
  font-size: 33px;
  line-height: 37px;
}
.blog-text span{
  display: block;
  font-size: 16px;
  font-weight: 300;
}
a.read {
  font-size: 24px;
  font-weight: 500;
  text-decoration: underline;
  display: inline-block;
  margin: 20px 0 0 0;
}
.blog-page{

}
.blog-page .cus-blog-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 25px;
}
.blog-page .blog-img {
  width: 100%;
}
.blog-page .blog-text {
  padding: 20px 0 0 0;
  width: 100%;
  text-align: center;
}
.blog-page .blog-text h6{
  font-size: 18px;
  letter-spacing: 1px;
}
.blog-page .blog-text p{
  font-size: 14px;
  line-height: 24px;
}
.blog-page .blog-text p a{
  font-size: 14px;
  line-height: 24px;
}

.blog-page a.read {
  font-size: 19px;
}


.blog-detail-heading{
margin-bottom: 35px;
}
.blog-detail-heading h1{
  font-size: 33px;
  line-height: 37px;
}
.blog-detail-img{

}
.blog-detail-img img{
  height: 600px;
    width: 100%;
    object-fit: cover;
}
.blog-detail-text{
  width: 50%;
  margin: 35px auto;
}
.compaier-img {
  width: 65%;
  margin: 0 auto;
  display: flex;

}
.detail-img {
  padding: 0 10px;
  width: 100%;
}
.detail-img img{
  height: 360px;
  width: 100%;
  object-fit: cover;
}
.blog-detail-text h2{
  font-size: 27px;
  line-height: 30px;
}
.step{
  background-image: url(../images/step.jpg);
}
.recycled .cus-dena-box img {
 
}
.recycled .cus-dena-text{
  padding: 0 15px;
}
.recycled .cus-dena-text a{
  background: #000;
    padding: 13px 30px;
    color: #fff;
text-transform: uppercase; 
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    margin-top: 11px;
    border: 0px solid #fff;
}

.recycled .dena-box {
  align-items: center;
  margin-bottom: 80px;
}
.recycled .carousel-control-next, .carousel-control-prev {
  
  color: #fff;
  text-align: center;
  opacity: 1;
  transition: opacity .15s ease;
  border: none;
  background: #fff0;
}



/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
  .container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
  }
}
/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
  .header_left {
    width: 100%;
    padding: 0px;
}
.header_right1{
  display: none;
}
.header_left p {
  display: flex;
  justify-content: space-between;
  margin: 5px 0px;
}
.header_left p a {
  font-size: 13px;
  margin-right: 0px;
}
.cus-menu {
  float: right;
}
.logo-box {
  padding: 18px 0;
}
.slider-bg {
  padding: 10px;
  width: 100%;
}
.slider .carousel-item img {
  height: 40vh;
  object-fit: cover;
}
.slider .carousel-caption h5 {
  font-size: 23px;
  color: #fff;
  text-transform: uppercase;
  line-height: 29px;
  letter-spacing: 2px;
}
.slider .carousel-caption p {
  font-size: 28px;
  color: #fff;
  line-height: 23px;
  font-weight: 400;
}
.slider .carousel-caption a{
  margin-top: 0px;
}
.creative {
  margin-bottom: 40px;
}
.creative h4 {
  margin-bottom: 4px;
}
.commitment {
  padding: 6px;
  text-align: center;
  width: 100%;
  margin: 0% 0 0 0%;
}
.commitment h3{
  font-size: 25px;
}
.dena-box {
  display: block;
}
.cus-dena-box {
  width: 100%;
}
.cus-dena-text {
  padding: 0;
  text-align: center;
  width: 90%;
  margin: 30px 0 0 20px;
}
.dena {
  padding: 40px 0 40px;
}

.dena .slider-counter {
  position: absolute;
  right: 47%;
  top: 100.5%;
  bottom: 0px;
}
.dena .owl-carousel .owl-nav .owl-prev span {
  position: absolute;
  top: inherit;
  left: 16%;
  font-size: 60px !important;
}
.dena .owl-carousel .owl-nav .owl-next span {
  position: absolute;
  top: inherit;
  right: 19%;
  font-size: 60px !important;
}
.cus-dena-box img {
  height: 380px;
  object-fit: cover;
}
.dena-img-box img {
  height: 200px !important;
  object-fit: cover;
  margin-bottom: 25px;
}
.dena-img-box {
  background-color: #fff;
  box-shadow: 0 0 12px #0003;
  padding: 13px;
  margin: 27px 0 20px 0;
}
.cus-dena-text h3 {
  letter-spacing: 2px;
  font-size: 22px;
}
.cus-dena-text h6 {
  font-size: 30px;
  letter-spacing: 1px;
}
.cus-color .cus-dena-text {
  padding: 0;
  text-align: center;
  width: 90%;
  margin: 30px 0 0 10px;
}
.cus-color .dena-box {
  display: block;
}
.cus-color .slider-counter {
  position: absolute;
  left: 46%;
  top: 100.5%;
  /* font-size: 22px; */
  bottom: 0px;
}
.dena .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: inherit;
  left: 16%;
  font-size: 40px !important;
}
.dena .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: inherit;
  right: 19%;
  font-size: 40px !important;
}

.cus-color .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: inherit;
  left: 16%;
}
.cus-color .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: inherit;
  right: 19%;
}
.cus-color {
  position: relative;
  padding: 40px 0 70px;
}
.newsletter-box {
  padding: 26px 20px;
  display: block;
  margin-top: 70px;
}
.follow-box {
  flex-direction: column;
}
.cus-suscribe {
  flex-direction: column;
  margin-top: 20px;
}
.copy {
  margin: 18px 0 0 0;
}
.copy p {
  color: #aaaaaa;
  font-size: 14px;
}
.feature-text h2 {

  font-size: 25px;
  letter-spacing: 1px;

}
.feature-text h6{
  font-size: 19px;
}
.projects-slider .owl-carousel .owl-nav button.owl-prev {

  top: 210px;
}
.projects-slider .owl-carousel .owl-nav button.owl-next {

  top: 210px;
}
.owl-dots {
  display: none;
}
.about-text {
  padding: 0px 0 0 0;
}
.about-img {
  margin: 20px 0 0 0;
}
.about-img-block img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
.cus-gallery .carousel-item img {
  height: 35vh;
  object-fit: cover;
}
.carousel-control-prev {
  left: 0;
  width: 35px;
  height: 35px;
  background: #000000e0;
  border-radius: 100px;
  color: #fff;
  top: 40%;
  left: 0%;
  opacity: 0.7;
}
.carousel-control-next {
  width: 35px;
  height: 35px;
  background: #000000e0;
  border-radius: 100px;
  color: #fff;
  top: 40%;
  right: 0%;
  opacity: 0.7;
}
.footer {
  padding: 30px 0 0px;
}
.footer-logo-box {
  flex-direction: column;
  margin-bottom: 25px;
  padding: 0 20px;
}
.footer-subscribe-box{
  flex-direction: column;
  margin: 0px 0;
  padding: 0 20px;
}
.suscribe-box {
  width: 70%;
}
.footer-logo {
  width: 50%;
  margin-bottom: 10px;
}
.footer-no {
  margin-bottom: 10px;
}
.footer-text {
  margin-top: 20px;
}
.footer-text h4 {
  margin-bottom: 3px;
}
.crape{
  padding: 10px;
}
.cus-blog{
  padding: 40px 0 0;
}
.blog-header {
  padding: 20px 0;
}
.blog-header h2 {
  font-size: 30px;
  margin-bottom: 0px;
}
.cus-blog-box {
  flex-direction: column;
}
.blog-img {
  width: 100%;
}
.blog-text {
  padding: 20px 0 0 0px;
  width: 100%;
}
.blog-text h1 {
  font-size: 26px;
  line-height: 30px;
}
.blog-page .cus-blog-box {
  padding: 0px;
}
.blog-detail{
  padding: 40px 0;
}
.blog-detail-heading h1 {
  font-size: 26px;
  line-height: 30px;
}
.blog-detail-img img {
  height: auto;
}
.blog-detail-text {
  width: 80%;
  margin: 7px auto 40px;
}
.blog-detail-text h2 {
  font-size: 21px;
}
.wp-application {
  padding: 40px 0;
}
.compaier-img {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.detail-img img {
  margin-bottom: 15px;
  height: auto;
}
.blog-detail-text h3{
  font-size: 19px;
}
.application-form {
  padding: 20px;
}
.application-form h4 {
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-size: 22px;
  position: relative;
  margin-top: 20px;
}
.application-form h4::before{
  left: 40%;
}
.slider-inner h2 {
  font-size: 36px;
}
.slider-inner .carousel-item img {
  height: 23vh;
}
.wp-commitment{
  padding: 40px 0 0;
}
.wp-commitment-text {
  margin: 0 0 40px;
}

.wp-commitment-text h4 {
  font-size: 20px;
  letter-spacing: 1px;
}
.wp-commitment-text p {
  font-size: 16px;
  line-height: 28px;
}
.house-text {
  padding: 20px;
}
.house-text a{
  letter-spacing: 2px;
}
.slider-bg h5 {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 2px;

}
.slider-bg p {
  font-size: 36px;
  line-height: 20px;
}
.slider-bg span {
  font-size: 18px;
}
.main-slider-img img {
  height: 23vh;
}
.icon-box {
  padding: 20px 0 0 0;
  height: 170px;
  width: 170px;
}
.icon-box img {
  width: 65px;
  margin-bottom: 12px;
}
.trade::before {
  width: 100%;
  height: 100%;
  left: 0;
}
.house h4 {
  font-size: 37px;
}
.house {
  padding: 10px 0 20px;
}
.cus-gallery {
  padding: 30px 0;
}
.cus-gallery .slider-bg {
  background: #111111ab;
  padding: 15px 15px;
  width: 240px;
  text-align: center;
}
.cus-gallery .slider-bg p {
  font-size: 30px;
  line-height: 20px;
}
.cus-project img {
  height: auto;
}
.projects-slider {
  padding: 30px 0 0px;
}
.experience .carousel-caption {
  left: 3%;
  right: 3%;
}
.experience .carousel-item img {
  height: 60vh;
  object-fit: cover;
}

.experience .slider-bg {
  width: 100%;
}
.experience .slider-bg img {
  height: 90px !important;
  margin-bottom: 8px;
}
.experience .carousel-caption p {
  font-size: 16px;
  color: #fff;
  line-height: 27px;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
}
.cus-gallery .main-slider-img img {
  height: 36vh;
}
.crape::before {
  left: 0;
  top: 0;
}
.come{
  margin-bottom: 0px;
}



}
/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {}
/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {}
/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {}
/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:414px) {}