@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
  display: inline-block !important;
}
img {
  width: 100%;
  display: block;
}
ul {
  padding: 0;
  margin: 0;
}
p {
  /* font-size: 14px;
   color: var(--c6);
   padding: 0;
   margin: 0;
   line-height: 30px; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

:root {
  --c1: #000; /* Black */
  --c2: #fff; /* White */
  --c3: #FECF19; /* Red */
  --c4: #1C2025; /* Background Color */
  --f1: 'Cabinet Grotesk' ;
}
::selection {
  background: var(--c3);
  color:var(--c4);
}
.img-hover:hover img{
    transform:scale(1.2);
}
.img-hover{
    overflow:hidden;
}
.img-hover img{
    transition:all.9s;
}
/* inner-wrapper */

.inner-header {
  height: 500px;
  background-position: center !important;
  background-attachment: fixed !important;
  background-repeat:no-repeat !important;
  background-size:cover !important;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}
.inner-header:before {
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(0 0 0 / 80%);
    position: absolute;
    left: 0;
    top: 0;
}
.inner-header .container {
  position: relative;
}
.inner-header .inner-header-title h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  margin-top: 50px;
}

/* end inner-wrapper */

/*header*/

.header {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 21px;
}
.navigations nav ul {
    display: flex;
    gap: 30px;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.navigations nav ul li {
    position: relative;
}
.navigations nav ul li a {
    font-weight: 300;
    font-size: 16px;
    color: var(--c2);
    position: relative;
    transition: all 0.3s;
    display: inline-flex !important;
    padding: 3px 5px;
    align-items: center;
}
.header-logo a {
    display: block !important;
    width: 290px;
    margin: 0 auto;
}
.header-btns {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: end;
}
.header-btns > a {
    color: var(--c2);
    font-weight: 300;
    font-size: 16px;
    position: relative;
}
.header-btns > a:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 0%;
    background: var(--c3);
    bottom: -3px;
    transition: all .5s;
}
.header-btns > a:hover::before {
    width: 30%;
}
.navigations nav ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--c4);
    width: 220px;
    display: block;
    transition: all .5s;
    transform: scaleY(0);
    transform-origin: top;
}
.navigations nav ul li ul li a {
    color: var(--c2);
    display: block !important;
    padding: 8px 15px;
    font-size: 15px;
}
.navigations nav ul li ul li a:hover {
    background-color: var(--c3);
    color: var(--c2);
}
.navigations nav ul li:hover ul {
    transform: scaleY(1);
}
.navigations nav ul li ul li ul {
    top: 0;
    left: 100%;
    transform: scaleY(0) !important;
	opacity: 0;
}
.navigations nav ul li ul li:hover ul {
    transform: scaleY(1) !important;
	opacity: 1;
}

/* BANNER */

.web-btn a {
    font-size: 16px;
    font-weight: 400;
    color: var(--c4);
    background: var(--c3);
    padding: 10px 22px;
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    transition: all .5s;
}
.web-btn a:hover {
    background: var(--c2);
    gap: 20px;
}
.banner {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 430px 0px 300px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.banner-title h4 {
    font-weight: 600;
    font-size: 20px;
    color: var(--c2);
    text-transform: uppercase;
    margin-bottom: 12px;
}
.banner-title h2 {
    font-weight: 500;
    font-size: 56px;
    color: var(--c2);
    font-family: var(--f1);
    margin-bottom: 13px;
}
.banner-title p {
    color: var(--c2);
    font-weight: 400;
    font-size: 16px;
    width: 67%;
    line-height: 1.8;
    margin-bottom: 23px;
}
.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b3;
    z-index: -1;
}

@keyframes floatingBanner {
  0% {
    bottom: 100px;
    right: -400px;
  }
  50% {
    bottom: 130px;
    right: -370px;
  }
  100% {
    bottom: 100px;
    right: -400px;
  }
}

.banner-house {
    position: absolute;
    bottom: 70px;
    right: 60px;
}
.banner-house img {
    width: 610px;
    height: 410px;
    object-fit: cover;
    border-radius:10px;
}

.triangle-img-left {
    position: absolute;
    top: 0;
    left: 0px;
    width: 130px;
}
.triangle-img-right {
    position: absolute;
    bottom: 0;
    right: 0;
    rotate: 180deg;
    width: 130px;
}
@keyframes slideRightLeft {
  0% {
    right: 0;
  }
  50% {
    right: -100px; /* Move 100px to the left */
  }
  100% {
    right: 0;
  }
}

.banner-side-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 790px;
  animation: slideRightLeft 5s ease-in-out infinite;
}

.navigations nav ul li a i {
    font-weight: 400;
    font-size: 10px;
    margin-left: 5px;
    transition: all .5s;
}
.navigations nav ul li a:hover i {
    transform: rotate(180deg);
}

.navigations nav ul li a:hover::before {
    width: 30%;
}

.navigations nav > ul > li > a::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 0%;
    background: var(--c3);
    bottom: -3px;
    transition: all .5s;
}

/* about */

.about-us {
    background-color: var(--c3);
    padding: 150px 0px 190px 0px;
}

.web-title h4 {
    font-weight: 600;
    font-size: 20px;
    color: var(--c4);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.web-title h2 {
    color: var(--c4);
    font-weight: 600;
    font-size: 48px;
    line-height: 1;
}
.web-title h2 span {
    color: var(--c3);
}
.web-title p {
    font-weight: 400;
    font-size: 16px;
    margin: 20px 0px;
}

.about-content ul {
    display: flex;
    gap: 40px;
    margin: 30px 0px;
}

.about-content ul li {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 24px;
    color: var(--c4);
}

.about-content ul li:nth-child(1) {
    position: relative;
}

.about-content ul li:nth-child(1)::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 49%;
    background-color: var(--c4);
    top: 0;
    right: -21px;
    border-radius: 50px;
    transform: translateY(55%);
}

.web-btn.invert-btn a {
    background: var(--c4);
    color: var(--c2);
    padding: 10px 22px;
}

.web-btn.invert-btn a:hover {
    background-color: var(--c2);
    color: var(--c4);
}


.about-img img {
    aspect-ratio: 0.6;
    object-fit: cover;
}

.about-image {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.about-image img:nth-child(2) {
    aspect-ratio: 1;
    object-fit: cover;
}

.about-sides {
    position: absolute;
    top: 50px;
    z-index: -1;
    left: 10px;
    width: 90%;
}

.about-us .col-lg-6 {
    position: relative;
    z-index: 1;
}

.about-side {
    position: absolute;
    bottom: -80px;
    z-index: -1;
    left: 0;
}


/*services*/

.services {
    padding: 140px 0px;
    background-color: var(--c4);
    position:   relative;
}

.web-title.inverted-title h4,
.web-title.inverted-title h2,
.web-title.inverted-title p {
    color: var(--c2);
    text-align: center;
}

.web-title.inverted-title h2 span {
    color: var(--c3);
}

.web-title.inverted-title {
    margin-bottom: 100px;
}

.services-content h3 a{
    text-transform: capitalize;
    color: var(--c3);
    font-weight: 700;
    font-size: 32px;
}

.services-content p {
    color: var(--c2);
    font-weight: 400;
    font-size: 18px;
    margin: 30px 0px;
    line-height: 1.7;
}

.service-img img {
    aspect-ratio: 1.7;
    object-fit: cover;
}
.web-btn.service-btn a {
    padding: 8px 55px;
    font-size: 18px;
}
.services .row:nth-child(2) {
    flex-direction: row-reverse;
}

.services .row:nth-child(2) .col-lg-6 .services-sides {
    z-index: -1;
    transform: rotateZ(235deg);
    top: 70px;
    left: -160px;
}

.services .row:nth-child(3) .col-lg-6 .services-sides {
    z-index: 1;
    top: 50px;
}


/*.services .row:nth-child(3) {*/
/*    flex-direction: row-reverse;*/
/*}*/

.services .col-lg-6 {
    position: relative;
    z-index: 1;
}

.services-sides {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
}

.services-content {
    margin: 0px 80px;
    position: relative;
    z-index: 999;
}
.project {
    background: var(--c3);
    padding: 100px 0px;
}
.web-title.project-title h2 {
    font-size: 40px;
}
.project-container {
    margin-top: 50px;
    position: relative;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}

.project-img {
    position: relative;
}

.project-img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000096;
    z-index: 99999999999;
}

.project-content {
    position: absolute;
    bottom: 20px;
    left: 30px;
    z-index: 9999999999999999999999;
}

.project-content h5 {
    color: var(--c3);
}

.project-content h3 {
    color: var(--c2);
}
.projects-slider .slick-arrow {
    cursor: pointer;
    background-color: var(--c4);
    display: inline-block !important;
    width: fit-content;
    color: var(--c2);
    padding: 4px 19px;
    position: absolute;
    top: -35px;
    right: 82px;
    transition: all .5s;
}
.projects-slider .slick-next.slick-arrow {
    right: 15px;
}
.projects-slider .slick-arrow:hover {
    background: var(--c2);
    color: var(--c4);
}

/*TESTIMONIALS */

.testimonials {
    background-color: var(--c3);
    position: relative;
}
.testi-title{
    margin-bottom: 60px;
}
.testimonials-feedbacks .web-btn{
    margin-bottom: 40px;
}
.testimonial-author {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 20px;
}
.testi-reviews ul {
    display: flex;
    gap: 10px;
}
.testi-author-lists li.slick-current a {
    color: var(--c3);
}
.testi-reviews ul li {font-size: 16px;color: var(--c3);}
.testimonial-main {
    background-color: var(--c4);
    padding: 30px 30px;
    align-items: center;
    justify-content: space-between;
}
.testi-author-name h4 {
    color: var(--c2);
    font-size: 23px;
    font-family: var(--f1);
    font-weight: 500;
}
.testi-content p {
    color: var(--c2);
    line-height: 1.7;
    font-size: 16px;
    font-weight: 300;
}

.cust-testi-items {
    width: 75%;
}
.testi-author-main {
    position: relative;
}
.testi-author-lists ul li a {
    color: var(--c2);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}
.testi-author-lists:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 1.5px;
    height: 100%;
    background-color: var(--c2);
}
.author-img-item img {
    height: 375px;
    object-fit: cover;
}
.testimonial-main .testi-content-slider {
    padding: 0px 70px 30px 0px;
}
.testi-content-slider .slick-arrow {
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 0;
    background-color: var(--c3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
}
.testi-content-slider .slick-prev {
    left: 0;
}
.testi-content-slider .slick-next {
    left: 40px;
}

/*CONTACT US */

.contact-us {
    background-color: var(--c4);
}
.footer-contact.contact-lists {
    margin-top: 35px;
    margin-bottom: 35px;
}

.contact-location iframe {
    height: 320px;
}

.form-input {
    margin-bottom: 35px;
}
.form-input input, .form-input textarea {
    color: #fff;
    outline: 0;
    border: unset;
    width: 100%;
    padding: 12px 20px;
    border: 1px solid;
    background: linear-gradient(90deg, rgba(70, 70, 70, 0.4) 0%, rgba(115, 115, 115, 0) 100%);
    transition:all.4s;
    border-color: #ffffff52;
}
.form-input input:focus::placeholder ,.form-input textarea:focus::placeholder {
    visibility:hidden;
    opacity:0;
}
.form-input input::placeholder ,.form-input textarea::placeholder{
    transition:all.4s;
    color:#ffffffba;
}
.form-input input:focus ,.form-input textarea:focus {
    border-color: var(--c3);
}
.form-submit input {
    background-color: var(--c3);
    padding: 9px 25px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    border: none;
    transition:all.4s;
}
.form-submit input:hover{
    background-color:var(--c2);
    color :var(--c4);
}


/*Footer */
footer.main-footer {
    background-image: url(https://dev-houtman-roofing.pantheonsite.io/wp-content/uploads/2025/07/aeea883475e65ac7b4406cd2c740cfd0.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}
footer.main-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
}
.footer-top {
    position: relative;
}
.footer-logo {
    width: 180px;
    margin-bottom: 20px;
}
.footer-social ul {
    display: flex
;
    border-bottom: 1px solid #fff;
    padding-bottom: 16px;
    gap: 35px;
    align-items: center;
    margin-bottom: 30px;
}
.footer-social ul li a {
    transition: all .4s;
    font-size: 23px;
    color: var(--c3);
}
.footer-social ul li a:hover {
    color: var(--c2);
}
.footer-contact h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 25px;
}
.footer-contact ul li i {
    color: var(--c3);
    padding-right: 10px;
}
.footer-contact ul li a {
    color: #FAFAFA;
    font-weight: 300;
    font-size: 16px;
    transition: all .4s;
}
.footer-contact ul li a:hover {
    color: var(--c3);
}
.footer-links-main ul li a:hover {
    color: var(--c3);
}
.footer-contact ul li {
    color: #FAFAFA;
    font-size: 14px;
    font-weight: 300;
     margin-bottom: 14px;
}
.footer-links-title h4 {
    color: #fff;
    margin-bottom: 15px;
}
.footer-links-main ul li a {
    color: #FAFAFA;
    font-weight: 300;
    font-size: 16px;
    transition:all.4s;
}
.footer-links-main ul li {
    margin-bottom: 7px;
}
.footer-links-main {
    margin-left: 140px;
}

.newsletter-box-item p {
    color: #fff;
    opacity: 70%;
    font-weight: 400;
}
.newsletter-box-item button {
    transition: all .4s;
    border: unset;
    background-color: var(--c3);
    width: 100%;
    padding: 14px 0;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    margin-top: 22px;
}
.newsletter-box-item button:hover {
    background-color: var(--c2);
    color: var(--c4);
}
.footer-newsletter-main {
    margin-left: 50px;
}

.footer-bottom {
    background-color: var(--c3);
    position: relative;
    padding: 13px 0;
}
.copyright-main p {
    margin: 0;
    font-size: 14px;
    color: #000;
}
.terms-menu ul {
    display: flex;
    gap: 10px;
    justify-content: end;
    align-items: center;
}
.terms-menu ul li a {
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

/* ABOUT US PAGE CSS */

.inner-about-img {
    border-radius: 14px;
    overflow: hidden;
	margin-right: 40px;
}
.inner-about-img img {
    transition: all .6s;
    height: 450px;
    object-fit: cover;
}
.inner-about-img:hover img {
    transform: scale(1.1);
}
.inner-about-content P {
    margin-bottom: 15px;
}
.inner-about-content h2 {
    font-size: 34px !important;
    margin-bottom: 20px;
	color: var(--c1);
}
.inner-about-content p:last-child {
    margin-bottom: 0px;
}
section.inner-about {
    background-color: var(--c3);
}
/* SECTION FAQS */

.faq-main-item .accordion-button {
    background-color: unset;
    box-shadow: unset;
    font-size: 16px;
    font-weight: 600;
    color: var(--c2);
    transform: unset !important;
}
.faq-main-item .accordion-item {
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
    border: 0;
    background-color: var(--c4);
}
.faq-main-item .accordion-button span {
	color: var(--c1);
	font-size: 15px;
	margin-right: 10px;
	font-weight: 700;
}
.faq-main-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.faq-main-item .accordion-button::after {
 	font-family: "Font Awesome 5 Pro";
    content: "\f067";
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    border-radius: 50%;
    background-image: unset;
    transform: unset;
    color: var(--c2);
}
.faq-main-item .accordion-body {
  color: var(--c2);
  font-weight: 400;
  line-height: 1.8;
}
.faq-main-item .accordion-item:last-child {
  margin: 0px;
}
.faq-img {
    margin-left: 30px;
	overflow: hidden;
}
.faq-img img {
    transition: all .6s;
}
.faq-img:hover img {
    transform: scale(1.1);
}
.faq-title h2 {
    font-size: 50px;
}
.faq-title {
    margin-bottom: 50px;
	color: var(--c1);
}
.faq-img img {
    height: 500px;
    object-fit: cover;
}

/*CONTACT US */

section.contact-map iframe {
    width: 100%;
    height: 580px;
    display: block;
}

section.contact-map {
    overflow: hidden;
}

/* section-single-service */

section.single-service {
    background-color: var(--c3);
}
.side-links-main ul li a {
    background: linear-gradient(91deg, rgba(70, 70, 70, 0.4) 0%, rgba(115, 115, 115, 0) 100%);
    padding: 15px 20px;
    width: 100%;
    font-size: 15px;
    display: flex !important;
    color: var(--c1);
    justify-content: space-between;
    transition: all .5s;
    font-weight: 600;
    align-items: center;
    border-radius: 5px;
}
.side-links-main ul li a:hover{
    color:var(--primary);
}
.side-links-main ul li a:hover {
    background-color: var(--c3);
}

.side-links-main ul li {
    margin-bottom: 15px;
}
.single-cont-inner {
    display: flex;
    gap: 25px;
	margin-top: 25px;
    align-items: center;

}
.single-inner-img,.single-inner-list {
    width: 50%;
}
.single-content-img img {
    height: 450px;
    object-fit: cover;
}
.single-content h4 {
    color: #fff;
    padding: 25px 0;
    font-family: var(--f1);
    font-size: 30px;
}
.single-content-img {
    margin-bottom: 30px;
}

.single-content-main h2 {
    margin-bottom: 15px;
    color: var(--c2);
    font-weight: 600;
    font-size: 26px;
}

.single-content-main p {
    margin-bottom: 15px;
}

.single-content-main h3 {
    font-size: 22px;
    color: var(--c1);
    margin-bottom: 15px;
    font-weight: 600;
}
.single-inner-list ul li {
    color: var(--c2);
    margin-bottom: 15px;
    position: relative;
    padding-left: 26px;
}

.single-inner-list ul li:before {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 13px;
    color: var(--c3);
    content:
    "\f00c";
    font-family: "Font Awesome 5 Pro";
}
.single-inner-img img,.single-content-img img {
    transition: all .5s;
}

.single-inner-img, .single-content-img {
    overflow: hidden;
	border-radius: 8px;
}
.quote-form-main {
    padding: 25px;
    background-color: var(--c4);
    border-radius: 5px;
}

.quote-form-main h2 {
   font-size: 28px;
    font-weight: 600;
    color: var(--c3);
    margin-bottom: 20px;
    text-align: center;
}

.quote-form-item input {
    background: unset;
    border: 1px solid #ffecec26;
    padding: 12px 15px;
    border-radius: 4px;
    outline: 0;
    width: 100%;
    color: var(--c2);
}
.quote-form-item {
    margin-bottom: 15px;
}
.quote-form-item input:focus {
    border-color: var(--c2);
}
.quote-form-item input::placeholder {
    color: #ffecec8c;
    font-size: 15px;
}
.quote-submit input {
    padding: 10px 20px;
    background-color: var(--primary);
    border: 0;
    outline: 0;
    color: var(--c1);
    font-weight: 600;
    border-radius: 4px;
    transition: all .7s;
    width: 100%;
}
.quote-submit input:hover {
    background-color: var(--c1);
    color: var(--primary);
}
.quote-submit {
    text-align: center;
    margin-top: 20px;
}
.side-links-main {
    margin-bottom: 30px;
}
section.single-service.spacing {
    padding: 150px 0 100px 0px;
}
.single-content h2 {
    color: var(--c1);
    font-family: var(--f1);
    font-size: 34px;
    font-weight: 600;
    padding-bottom:10px;
}
.single-content h2 span{
    color:var(--primary);    
    font-family: var(--f1);
}
section.single-service .right-grad {
    top: 0 !important;
}


/*INNER TESTIMONIALS */

.inner-testimonial-main {
    background-color: var(--c4);
    padding: 25px 30px;
}
.testimonial-author.inner-testimonial-author {gap: 20px;}
.testi-author-img img {
    width: 60px;
    border-radius: 50%;
}
.testi-author-name.testi-inner-name {
    margin-bottom: 5px;
}
.inner-testi-title{
    margin-bottom:45px;    
}

/* LOADER */

div#preloader {
  position: fixed;
  z-index: 999999999;
  background: var(--c4);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.custom-loader {
  width: 50px;
  height: 50px;
  display: grid;
  border: 4px solid #0000;
  border-radius: 50%;
  border-color: var(--c2) #0000;
  animation: s6 1s infinite linear;
}
.custom-loader::before,
.custom-loader::after {
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
}
.custom-loader::before {
  border-color: var(--c3) #0000;
  animation: inherit;
  animation-duration: 0.5s;
  animation-direction: reverse;
}
.custom-loader::after {
  margin: 8px;
}
@keyframes s6 {
  100% {
    transform: rotate(1turn);
  }
}
#preloader.remove {
  opacity: 0 !important;
  visibility: hidden !important;
}
.thank-you {
  padding: 120px 0px 70px 0px;
}

.responsive-menu {
    position: fixed;
    width: 0%;
    height: 100%;
    z-index: 999;
    background: #000000;
    transition: all .5s;
    overflow: hidden;
    right: 0;
}

.responsive-menu .navigations nav ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin: 50px 20px;
    gap: 20px;
}

.responsive-menu .navigations {
    width: 100%;
    height: 100%;
}

.responsive-menu .navigations nav {
    height: 100%;
    width: 100%;
}

.responsive-menu .navigations nav ul li a {
    font-size: 18px;
}

.header {
    z-index: 99;
}

.responsive-menu.active {
    width: 80%;
}

.menu-close {
    position: absolute;
    top: 10px;
    right: 20px;
}

.menu-close a {
    color: var(--c2);
    font-size: 30px;
    transition: all .5s;
}

.testi-author-lists {
    position: relative;
}

.services .container-fluid .row:nth-of-type(even) {
  flex-direction: row-reverse !important;
}