@charset "UTF-8";

/* CHECKBOXES */
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    border: none !important;
    box-shadow: 0 0 red !important;
    padding: 0 !important;
}

span.wpcf7-list-item {
    width: 100%;
    margin: 0;
    line-height: 2;
}
/* END */
.portfolio-title .elementor-widget-container {
    min-height: 100px;
    display: flex;
    align-items: center;
    width: 100%;
}

/* TESTIMONIALS */
.testi-main {
    position: relative;
    padding: 250px 0 150px;
        background-image: url("http://50.31.119.64/~fettnerconstruct/wp-content/uploads/2024/11/bg2.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	display:flex;
	
}
.testi-main:after {
    position: absolute;
    content: '';
    background: linear-gradient(to top, transparent, transparent, #000000);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.testi-main .innercon:nth-child(1) {
	width:50%;
	display:flex;
	align-items:center;
	position:relative;
	z-index:9;
	justify-content:flex-end;
}
.testi-main .innercon:nth-child(1) .content{
	position:relative;
	max-width:600px;
	width:100%;
	padding:0 50px 0 0;
}
.testi-main .innercon:nth-child(1) .content h1.title {
    color: white;
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 50px;
    margin: 0 0 30px;
}
.testi-main .innercon:nth-child(1) .content .description {
    color: white;
    font-weight: 300;
    font-size: 17px;
    font-family: 'Outfit';
}
.testi-main .innercon:nth-child(1) .content .top {
    color: #ffffff;
    font-family: 'Barlow';
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.testi-main .innercon:nth-child(2) {
	width:50%;
	z-index:9;
	position:relative;
}

/* END */

/* HOME REVIEWS */
.home-testi{
	position:relative;
}
.home-testi .swiper {
	width: 100%;
	height: 100%;
}

.home-testi .swiper-slide {
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
   }
.home-testi .holdtesttitle {
    position: relative;
    padding: 30px;
    background: white;
    min-height: 360px;
}
.home-testi .holdtesttitle p{
	font-family:'Outfit';
	font-weight:300;
	font-size:18px;
	color:black;
	line-height:1.8;
}
.home-testi .holdtesttitle .testimtitle{
	font-family:'Barlow';
	font-weight:400;
	font-size:23px;
	color:black;
	text-align:left;
}
.home-testi .holdtesttitle .hold-name{
	position:relative;
	display:flex;
	align-items:center;
}
.home-testi .holdtesttitle .hold-name .quote{
    width: 30px;
    margin-left: auto;
}
.home-testi  .swiper-pagination {
    position: absolute;
    text-align: left;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}
.home-testi .holdnext {
    position: relative;
    left: 0;
    margin-top: 40px;
}
.home-testi .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    display: inline-block;
    border-radius: 0;
    background: #ffffff;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
.home-testi .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: white;
}
/* END */

/* ELEMENTOR */
.div1{
	position:relative;
}
.div1:after {
    position: absolute;
    content: '';
    background: linear-gradient(to top, transparent, transparent, #000000);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.arch, .archs {
    position: relative;
}
.arch:after {
    position: absolute;
    content: '';
    background: linear-gradient(137deg, #ffffff, #ffffffa1, transparent, transparent);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.archs:after {
    position: absolute;
    content: '';
    background: linear-gradient(-45deg, #ffffff, #ffffffa1, transparent, transparent);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.break-bg {
    width: calc(50% + 650px);
}
.inside-break {
    width: 1270px;
}
/* END */
.menunav {
  position: relative;
  padding: 0;
  background: white;
}
.menunav .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 80% 20%;
  grid-gap: 0;
}
.menunav .innercon .content:nth-child(1) {
  position: relative;
}
.menunav .innercon .content:nth-child(1) ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menunav .innercon .content:nth-child(1) ul li {
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}
.menunav .innercon .content:nth-child(1) ul li a {
  color: #4267b3;
  text-decoration: none;
  display: block;
  padding: 20px;
  transition: 0.3s;
}
.menunav .innercon .content:nth-child(1) ul li a:hover {
  color: #ccc600;
}
.menunav .innercon .content:nth-child(2) {
  position: relative;
  text-align: right;
}
.menunav .innercon .content:nth-child(2) a {
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #4267b3;
  text-decoration: none;
  display: block;
  padding: 20px;
}

.holdpage {
  padding: 100px 0;
  position: relative;
  background: #4267b3;
}
.holdpage .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.holdpage .innercon .content {
  position: relative;
}
.holdpage .innercon .content .pagetitle {
  font-family: "Lexend Deca", sans-serif;
  text-align: center;
  color: white;
  font-size: 40px;
  margin: 0;
}

.pagecontent {
  padding: 70px 0;
  background: #f5f5f5;
  position: relative;
}
.pagecontent .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 30% 70%;
  grid-template-areas: "left right";
}
.pagecontent .innercon .content:nth-child(1) {
  grid-area: right;
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content {
  font-family: "Lexend Deca", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 33px;
  color: #373737;
  text-align: justify;
  background: white;
  border: 1px solid #d8d8d8;
  padding: 50px;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg {
  position: relative;
  margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 0;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, rgba(11, 62, 251, 0.4509803922), rgba(0, 0, 0, 0.3215686275));
  z-index: 9;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg:After {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 2px solid #ffffff;
  left: 20px;
  top: 20px;
  z-index: 99;
}
.pagecontent .innercon .content:nth-child(1) .pagetitle {
  font-family: "Lexend Deca", sans-serif;
  font-size: 40px;
  text-align: left;
  color: #4267b3;
  margin: 0 0 20px;
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .holdblog {
  position: relative;
  padding: 50px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .holdimg {
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .holdimg .thedate {
  position: absolute;
  right: 20px;
  top: 20px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
  color: white;
  background: #ccc600;
  width: 100px;
  padding: 10px 0;
  font-size: 40px;
  text-align: center;
  line-height: 40px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .holdimg .featuredimg {
  width: 100%;
  margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .blogcontitle {
  margin: 0 0 10px 0;
  font-family: "Lexend Deca", sans-serif;
  font-size: 25px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .blogcontitle a {
  color: #4267b3;
  text-decoration: none;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .excerpt {
  font-family: "Lexend Deca", sans-serif;
  font-size: 17px;
  color: #3a3a3a;
  font-weight: 400;
  margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(2) {
  flex-basis: 30%;
  margin-right: 30px;
  position: sticky;
  grid-area: left;
}
.pagecontent .innercon .content:nth-child(2) .sidebar:nth-child(odd) {
  background: #4267b3;
}
.pagecontent .innercon .content:nth-child(2) .sidebar:nth-child(even) {
  background: #ccc600;
}
.pagecontent .innercon .content:nth-child(2) .sidebar {
  background: white;
  border: 1px solid rgb(216, 216, 216);
  padding: 30px;
  position: relative;
  margin: 0 0 30px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .title {
  color: white;
  font-family: "Lexend Deca", sans-serif;
  font-size: 25px;
  margin: 0 0 20px;
  font-weight: 400;
  padding-bottom: 10px;
  letter-spacing: 2px;
  position: relative;
  padding: 0 0 10px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .title:after {
  position: absolute;
  content: "";
  width: 50px;
  border-top: 2px solid white;
  bottom: 0;
  left: 0;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li {
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 25px;
  padding-left: 20px;
  position: relative;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  content: "❯";
  color: white;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li a {
  color: white;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li a:hover {
  color: #4267b3;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .lasts {
  margin: 0 !important;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs {
  margin-bottom: 10px;
  position: relative;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs input,
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs textarea {
  width: 100%;
  padding: 12px 0;
  border: 0;
  background: white;
  border: 1px solid rgb(216, 216, 216);
  outline: none;
  font-family: "Lexend Deca", sans-serif;
  font-size: 15px;
  text-indent: 15px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs input::placeholder,
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs textarea::placeholder {
  color: rgb(155, 155, 155);
  font-size: 12px;
  text-transform: uppercase;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs textarea {
  height: 100px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs .send {
  width: 100%;
}

.blog-page {
  position: relative;
  padding: 100px 0;
}
.blog-page .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.blog-page .innercon .content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}
.blog-page .innercon .content .blogcon {
  position: relative;
}
.blog-page .innercon .content .blogcon .holdimg {
  position: relative;
}
.blog-page .innercon .content .blogcon .holdimg .featuredimg {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.blog-page .innercon .content .blogcon .holdinfo {
  padding: 20px 0;
  position: relative;
}
.blog-page .innercon .content .blogcon .holdinfo .blogcontitle {
  font-size: 20px;
  text-align: left;
  color: #ccc600;
  margin: 0 0 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .blogcontitle a {
  color: #ccc600;
  text-decoration: none;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date {
  color: #ccc600;
  font-family: "Lexend Deca", sans-serif;
  text-align: left;
  margin: 0 0 10px;
  font-size: 15px;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date span {
  margin-right: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date .fa {
  margin-right: 5px;
}
.blog-page .innercon .content .blogcon .holdinfo .excerpt {
  font-family: "Lexend Deca", sans-serif;
  font-size: 15px;
  line-height: 2;
  color: #181818;
}
.blog-page .innercon .content .blogcon .holdinfo .reading {
  width: 100%;
  padding: 10px 0;
  transition: 0.3s;
  background: #ccc600;
  color: white;
  text-transform: uppercase;
  font-family: "Lexend Deca", sans-serif;
  font-size: 15px;
  outline: none;
  border: 0;
}
.blog-page .innercon .content .blogcon .holdinfo .reading:hover {
  background: #4267b3;
}
.blog-page .innercon .content .blogcon .holdinfo .reading .fa {
  margin-left: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .share {
  font-family: "Lexend Deca", sans-serif;
  font-size: 20px;
  margin: 20px 0;
  color: #4267b3;
}
.blog-page .innercon .content .blogcon .holdinfo .fafa {
  font-size: 12px;
  font-family: "Lexend Deca", sans-serif;
  padding: 2px 10px;
  color: white;
  text-decoration: none;
}
.blog-page .innercon .content .blogcon .holdinfo .fb {
  background: #536da6;
}
.blog-page .innercon .content .blogcon .holdinfo .twit {
  background: #54acee;
}
.blog-page .innercon .content .blogcon .holdinfo .link {
  background: #1581c2;
}
.blog-page .innercon .content .blogcon .holdinfo .soc-med {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .soc-med .fa {
  font-size: 15px;
  color: white;
  margin-right: 5px;
}
.blog-page .innercon .content .nextbutton {
  position: relative;
  font-family: "Lexend Deca", sans-serif;
  margin-top: 20px;
  padding-left: 20px;
}
.blog-page .innercon .content .nextbutton a {
  padding: 0 10px;
  font-size: 14px;
  background: #ccc600;
  color: white;
  text-decoration: none;
}
.blog-page .innercon .content .nextbutton span {
  padding: 0 10px;
  font-size: 14px;
  background: #4267b3;
  color: white;
  text-decoration: none;
}

.notfound {
  position: relative;
  padding: 50px 0;
}
.notfound .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 40% 60%;
  grid-gap: 0;
}
.notfound .innercon .content:nth-child(1) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notfound .innercon .content:nth-child(1) .all {
  text-align: center;
}
.notfound .innercon .content:nth-child(1) .all .title {
  color: #4267b3;
  font-family: "Lexend Deca", sans-serif;
  font-size: 80px;
  font-weight: 700;
  margin: 0 0;
}
.notfound .innercon .content:nth-child(1) .all .under {
  color: #4267b3;
  font-size: 13px;
}
.notfound .innercon .content:nth-child(2) {
  position: relative;
  text-align: center;
  padding: 0 0 0 50px;
}
.notfound .innercon .content:nth-child(2) .ops {
  color: #f8d065;
  text-shadow: 1px 1px #231b0e;
  font-size: 45px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 700;
  margin: 0;
}
.notfound .innercon .content:nth-child(2) .notserver {
  color: #181818;
  font-family: "Lexend Deca", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
}
.notfound .innercon .content:nth-child(2) .desc {
  font-family: "Lexend Deca", sans-serif;
  line-height: 30px;
  font-size: 15px;
  margin: 0 0 20px;
}
.notfound .innercon .content:nth-child(2) .goto:hover {
  background: #181818;
}

.contactpage {
  position: relative;
  padding: 70px 0;
  background: #f5f5f5;
}
.contactpage .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  font-family: "Lexend Deca", sans-serif;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
.contactpage .innercon .content:nth-child(1) {
  position: relative;
}
.contactpage .innercon .content:nth-child(1) .title {
  font-size: 30px;
}
.contactpage .innercon .content:nth-child(1) .under {
  font-weight: 300;
  font-size: 15px;
  margin: 0 0 30px;
  color: #575757;
}
.contactpage .innercon .content:nth-child(1) .coninfos {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid rgb(221, 221, 221);
  position: relative;
  display: grid;
  grid-template-columns: 10% 90%;
  grid-gap: 0;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft {
  position: relative;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft .fa {
  font-size: 50px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft .fa-envelope {
  font-size: 40px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright {
  position: relative;
  padding-left: 20px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfo {
  color: #014c70;
  font-size: 15px;
  margin: 0 0;
  text-transform: uppercase;
  font-weight: 500;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfounder {
  color: #014c70;
  font-size: 15px;
  margin: 0 0;
  text-transform: uppercase;
  font-weight: 500;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfounder a {
  text-decoration: none;
  color: #4267b3;
  text-transform: initial;
}
.contactpage .innercon .content:nth-child(2) {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.contactpage .innercon .content:nth-child(2) .forms {
  position: relative;
  box-shadow: 0 0 10px rgb(221, 221, 221);
  background: white;
  padding: 40px;
  width: 80%;
}
.contactpage .innercon .content:nth-child(2) .forms .title {
  font-size: 30px;
}
.contactpage .innercon .content:nth-child(2) .forms .lasts {
  margin: 0 !important;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs {
  margin-bottom: 10px;
  position: relative;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs input,
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea {
  width: 100%;
  padding: 12px 0;
  border: 1px solid rgb(209, 209, 209);
  background: white;
  outline: none;
  font-family: "Lexend Deca", sans-serif;
  font-size: 15px;
  text-indent: 15px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs input::placeholder,
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea::placeholder {
  color: rgb(155, 155, 155);
  font-size: 12px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea {
  height: 100px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send {
  text-indent: 0;
  width: 100%;
  color: white;
  background: #4267b3;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send:hover {
  background: #181818;
  color: white;
}

/*# sourceMappingURL=main.css.map */

@media only screen and (max-width : 1024px){
.break-bg {
    width: 90%;
}
	.inside-break {
    width: 100%;
}
	.testi-main .innercon:nth-child(1) {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 20px;
}
}

@media only screen and (max-width : 768px){
	.break-bg {
    width: 100%;
}
	.testi-main {
    position: relative;
    padding: 250px 0 150px;
    background-image: url("http://50.31.119.64/~fettnerconstruct/wp-content/uploads/2024/11/bg2.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
	.testi-main .innercon:nth-child(1) {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 20px;
}
	.testi-main .innercon:nth-child(1) .content {
    position: relative;
    max-width: 100%;
    width: 100%;
    padding: 0;
}
	.testi-main .innercon:nth-child(2) {
    width: 100%;
    padding: 0 20px 0;
    margin-top: 30px;
}
	.testi-main {
    position: relative;
    padding: 150px 0 100px;
    background-image: url("http://50.31.119.64/~fettnerconstruct/wp-content/uploads/2024/11/bg2.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
}
@media only screen and (max-width : 480px){
.testi-main {
    position: relative;
    padding: 150px 0 50px;
    background-image: url("http://50.31.119.64/~fettnerconstruct/wp-content/uploads/2024/11/bg2.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
}