/* Travilo */

@import url('sections/variables.css');
@import url('sections/fonts.css');
@import url('sections/global-settings.css');



.carousel-caption.d-md-block h1 ,.carousel-caption.d-md-block p {
    color: #000;
}
.carousel-item img {
    min-height: 562px;
}
.carousel-caption {
    max-width: 425px;
    text-align: left;
    max-width: 1450px;
    left: 100px;
    top: 25%;
    margin: auto;
    width: 100%;
    right: 0px;
}
.carousel-caption h1 {
    max-width: 425px;
    text-align: left;
}

body .container {
    max-width: 1600px;
    padding: 0px 100px;
    width: 100%;
}
button.carousel-control-prev, button.carousel-control-next {
    width: 100px;
    height: 50px;
    top: 50%;
}
.carousel-caption.d-none.d-md-block p {
    max-width: 395px;
}
.announcement-bar p {
    color: #FFF;
    font-size: var(--font-size-small);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0px;
}
section.about-us.second-about .service-box-wrap .service-box.d-flex.border-none h3 {
    font-weight: 800;
}

 

.carousel-caption.d-none.d-md-block p {
    line-height: 29px;
}

a.btn.btn-primary {
     border-radius: 200px;
    background: #B85F2C;
    font-size: var(--font-size-small);
    width:  295px;
	height: 50px;
	flex-shrink: 0;
	color: #FFF;
	font-family: 'Inter', sans-serif;
	font-size: var(--font-size-x-small);
	font-style: normal;
	font-weight: 800;
	line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-transform: uppercase;
        border: 1px solid #B85F2C;
}


section.testimonails h3 {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}


section.testimonails button.slick-prev.slick-arrow {
    left: -20px;
}


section.testimonails h2 {
    color: #B85F2C;
    font-size: var(--font-size-xx-large);
    font-style: normal;
    font-weight: 800;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
 }	

section.testimonails h2 , section.testimonails h3 {
    text-align: center;
}
section.testimonails h2 {
    margin-bottom: 80px;
}
section.Instagram h5 {
    text-align: center;
    color: #B85F2C;
    font-family: var(--body-font-family);
    font-size: var(--font-size-medium);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

section.Instagram h2 {
    color: #B85F2C;
    font-size: var(--font-size-xx-large);
    font-style: normal;
    font-weight: 800;
    line-height: 22px; /* 44% */
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
section.testimonails {
    background: #F9F9F9;
    padding: 120px 0px 100px 0px;
}
 
section.testimonails h3 {
    margin: 0px;
}

.testi-header img {
    border-radius: 80px;
    border: 1px solid #C9C1C1;
    background: url(<path-to-image>), lightgray 50% / cover no-repeat;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    object-fit: cover;
    float: left;
    margin-right: 10px;
}

.testi-header h6 {
    color: #333;
    font-family: 'Inter', sans-serif;
    font-size: var(--font-size-x-small);
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0px;
}


section.testimonails  .content {
    margin-top: 40px;
}


.tetsi-items .overlay {
    position: absolute;
    right: 30px;
}

.tetsi-items {
    position: relative;
    border-radius: 30px 30px 30px 0px;
    background: #FFF;
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.11);
    padding: 30px;
    margin: 20px;
}

section.testimonails button.slick-prev.slick-arrow {
    position: absolute;
    left: -50px;
    top: 45%;
    background: transparent;
}

section.testimonails button.slick-next.slick-arrow {
    position: absolute;
    right: -50px;
    top: 45%;
    background: transparent;
    transform: rotate(180deg);
}


section.testimonails .content svg {
    margin: 20px 0px;
}


 
footer.main-footer {
    padding: 70px 0px;
}
footer.main-footer h4 {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: var(--font-size-medium);
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer-widget.gallery-widget  .d-flex .icon {
    width: 50px;
    height: 50px;
    background: #B85F2C;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
}



.footer-widget.gallery-widget .d-flex
{
    margin-bottom: 20px;
    gap: 10px;
    align-items: center;
}

.footer-logo h2 {
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: var(--font-size-medium);
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  text-transform: uppercase;
}
 

.footer-logo img {
    width: 336px;
    margin-bottom: 20px;
}
.footer-bottom {
    color: #333;
    font-family: 'Inter', sans-serif;
    font-size: var(--font-size-x-small);
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}
/*.our-category-box-design img.overlay-image {
    position: absolute;
    left: 0px;
    z-index: -1;
}
.left-box .our-category-box-design img.box-design-main:hover ~ .overlay-image {
    z-index: 3;
}*/

. 
footer ul.social-links  li {
    width: 45px;
    height: 45px;
    background: #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 200px;
}

ul.social-links {
    display: flex;
    gap: 20px;
}

a.footer-logo {
    display: flex;
}
.footer-bottom a {
    margin: 0px 15px;
}
input.footer-input {
    width: 100%;
    height: 50px;
    border-radius: 200px;
    border: 1px solid #DBDBDB;
    background: #FFF;
    margin: 00px 0px 20px;
    padding: 20px;
    padding-right: 45px;
    line-height: 50px;
    max-width: 450px;
}
input.footer-input {
    max-width: 100%;
}
ul.social-links li:hover , .footer-widget.gallery-widget .d-flex .icon:hover{
    background: black;
}
 
ul.social-links li:hover svg path , .footer-widget.gallery-widget .d-flex .icon:hover svg path , .footer-widget.gallery-widget .d-flex .icon svg path {
    fill: white;
}
.group-input button {
    position: absolute;
    right: 30px;
    top: 7px;
    background: transparent;

}

.group-input {
    position: relative;
}
 

section.Instagram {
    padding: 80px 0px 0px; 
}
section.Instagram h5 {
    text-align: center;
    margin-bottom: 50px;
        margin-top: 10px;
}

section.Instagram h2 {
    text-align: center;
    margin: 0px;
}

section.Instagram h5 {
    text-align: center;
} 

nav.navbar.navbar-expand-lg .container {
    position: relative;
}
.navbar-expand-lg .navbar-collapse {
    position: relative;
    justify-content: center;
    gap: 10px;
}
.navbar-expand-lg .navbar-nav .nav-link {
      color: #000;
    font-family: 'Inter', sans-serif;
    font-size: var(--font-size-x-small);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px 5px;
}

a.btn.btn-primary:hover {
    background: transparent;
    color: #B85F2C;
}

a.btn.btn-primary:hover svg path {
    fill: #B85F2C;
}

.carousel-caption.d-md-block h1 {
    color: #FFF;
    font-size: var(--font-size-x-large);
    font-style: normal;
    font-weight: 800;
    line-height: 50px;
    text-transform: uppercase;
}

.carousel-caption.d-md-block p {
    color: #FFF;
    font-size: var(--font-size-large);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 30px 0px;
}

footer .links ul li a {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: var(--font-size-x-small);
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

footer  .links ul li {
    margin-bottom: 15px;
}

footer .links ul li a:hover {
    color: #b85f2c;
}

.scroll-to-top.scroll-to-target {
    height: 0px;
}

.footer-bottom p {
    color: #000;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: var(--font-size-x-small);
    font-style: normal;
    font-weight: 600;
    line-height: 21px; /* 150% */
    margin: 0px;
}

.footer-bottom {
    background: #F9F9F9;
    min-height: 61px;
    display: flex;
    align-items: center;
}
input.footer-input {
    border-radius: 6px;
    background: #EDEDED;
    border: none;
    color: #3A3A3A;
    font-family: 'Inter', sans-serif;
     font-size: var(--font-size-x-small);
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.footer-logo .group-input svg path {
    stroke: #b85f2c;
}

ul.social-links .footer-logo {
    display: flex;
    width: 45px;
    height: 45px;
    background: #B85F2C;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
}
ul.social-links .footer-logo:hover {
    background: black;
}
ul.social-links li:hover {
    background: transparent;
}
footer  .links ul li {
    margin-bottom: 10px;
    line-height: normal;
}
.footer-widget.gallery-widget .d-flex .content {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
}

.testi-header .d-flex svg path {
    fill: #b85f2c;
}
ul.social-links .footer-logo svg path {
    fill: white;
}

section.about-us  .content h2 {
    color: #B85F2C;
    font-size: var(--font-size-x-large);
    font-style: normal;
    font-weight: 800;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 30px;	
}

button.carousel-control-prev, button.carousel-control-next {
    display: none;
}

section.about-us  .content p {
    color: #000;
    font-size: var(--font-size-small);
    font-style: normal;
    font-weight: 500;
    line-height: var(--line-height-small); /* 162.5% */
    max-width: 457px;
}
section.about-us {
    padding: 100px 0px;
}

section.about-us .right-image img {
    border-radius: 25px;
    max-width: 680px;
}

section.about-us .content button {
    border-radius: 200px;
    background: #B85F2C;
    font-size: var(--font-size-small);
    width: 194px;
    height: 50px;
    flex-shrink: 0;
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: var(--font-size-x-small);
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-transform: uppercase;
    border: 1px solid #B85F2C;
        margin-top: 50px !important;	
}

section.about-us  .right-image {
    perspective: 500px;
    -webkit-perspective: 500px;
}

section.about-us .right-image img {
    border-radius: 25px;
    max-width: 680px;
    transform: rotateY(-5deg);
    transform-origin: 50% 50% 0px;
}

 
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
      display: flex;
    align-items: center;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #F9531A;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #F9531A;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.modal.video-popup .modal-body {
    background: transparent !important;
}
.modal.video-popup .modal-body button.btn.btn-secondary span {
    font-size: 30px;
}
form[data-form-id="1"] .es-form-field-container input[type="submit"] {
    position: absolute;
    right: 0px;
    top: 25px;
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.99995 14L20.9999 3M9.99995 14L13.4999 21C13.5438 21.0957 13.6143 21.1769 13.7029 21.2338C13.7915 21.2906 13.8946 21.3209 13.9999 21.3209C14.1053 21.3209 14.2084 21.2906 14.297 21.2338C14.3856 21.1769 14.4561 21.0957 14.4999 21L20.9999 3M9.99995 14L2.99995 10.5C2.90421 10.4561 2.82307 10.3857 2.76619 10.2971C2.70931 10.2084 2.67908 10.1053 2.67908 10C2.67908 9.89468 2.70931 9.79158 2.76619 9.70295C2.82307 9.61431 2.90421 9.54387 2.99995 9.5L20.9999 3" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path> </svg>');
    border: none;
    background-repeat: no-repeat;
    font-size: 0px;
    height: 25px;
    width: 0100%;
    background-size: contain;
    max-width: 450px;
    left: 0px;
    background-position: right;
    transform: translate(-20px, 0px);
}
.footer-widget.gallery-widget .d-flex .content a {
    color: black;
}
form[data-form-id="1"] .es-form-field-container input.es-email {
    border-radius: 6px;
    background: #EDEDED;
    border: none;
    color: #3A3A3A;
    font-size: var(--font-size-x-small);
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    width: 100%;
    height: 50px;
    margin: 0px 0px 20px;
    padding: 20px;
    padding-right: 45px;
    line-height: 50px;
    max-width: 450px;
}
 
.footer-logo button {
    display: none;
}

.modal.video-popup .modal-content {
    background: black!important;
}

.modal.video-popup .modal-body button.btn.btn-secondary {
    position: absolute;
    right: 0px;
    background: transparent;
    border: none;
}

.modal.video-popup  iframe#video-custom {
    width: 100% !IMPORTANT;
    height: 500px;
}
.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 22px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    left: -8px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}

section.about-us .right-image:after {
    content: "";
    background: #ED774E;
    opacity: 0.23;
    width: 661px;
    height: 558px;
    position: absolute;
    left: 60px;
    z-index: -1;
    max-width: 660px;
    transform: rotatey(3deg) rotatex(-5deg);
    transform-origin: 50% 50% 0px;
    border-radius: 20px;
}

section.about-us .right-image img {
    position: relative;
}
.right-two-image {
    display: flex;
    gap: 30px;
}

.right-two-image img {
    border-radius: 50px 0px;
    border: 1px solid #ED774E;
    background: url(<path-to-image>), lightgray 50% / cover no-repeat;
    max-width: 317px;
}

.right-two-image img:nth-child(2) {
    transform: translate(00px, 90px);
}

section.about-us.second-section .row.align-items-center {
    align-items: flex-start !important;
}

section.about-us .content p strong {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-small);
}
.power img {
    max-width: 99%;
    height: 499.54px;
    width: 100%;
}
.service-box.revert {
    border-radius: 50px 0px;
}
section.power-wrap .slick-list.draggable {
    padding: 0px !important;
}

section.power-wrap .slick-track {
    margin: 0px !important;
}
section.services  ,section.power-wrap{
    min-height: 794px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.service-box h2 {
    color: #000;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: var(--font-size-medium);
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-small); /* 144.444% */
    margin-bottom: 0px;
}

.service-box p {
    color: #000;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: var(--font-size-small);
    font-style: normal;
    font-weight: 500;
    line-height: var(--line-height-small); /* 162.5% */
}

.service-box {
    border-radius: 0px 50px;
    border: 1px solid #ED774E;
    background: #FFF;
    max-width: 303px;
    padding: 30px;
}

.service-box-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

section.services {
    display: flex;
    align-items: center;
}

.service-box .icons img {
    display: block;
    margin: 20px auto 40px;
    z-index: 2;
    position: relative;
}

.service-box-wrap {
    margin: 80px 0px;
}

.service-box-wrap  .icons:after {
    content: "";
    background: url('../images/icon-after.png');
    height: 120px;
    width: 120px;
    position: absolute;
    top: -20px;
    left: 0px;
    right: 0px;
    display: block;
    margin: auto;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.service-box-wrap  .icons {
    position: relative;
}

.right-two-image:before {
    content: "";
    position: absolute;
    bottom: -100px;
    background: url('../images/Vector.png');
    width: 211px;
    height: 221px;
    z-index: -1;
    left: -100px;
}
.right-two-image:after {
    content: "";
    position: absolute;
    top: -10px;
    background: url('../images/Vector.png');
    width: 211px;
    height: 221px;
    z-index: -1;
    right: 60px;
}
.right-two-image {
    position: relative;
}

section.power-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 860px;
}
section.power-wrap h2 {
    color: #B85F2C;
    font-size: var(--font-size-x-large);
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.power.slick-slider button.slick-prev.slick-arrow {
    position: absolute;
    right: 100px;
    top: 0px;
    z-index: 5;
}

.power.slick-slider {
    position: relative;
}

.power.slick-slider button.slick-next.slick-arrow
{
    position: absolute;
    right: 50px;
    top: 0px;
}

.power.slick-slider button {
    background: transparent !important;
    transform: translate(-10px, -90px);
}

.row.align-items-sapce-between {
    justify-content: space-between;
}
.service-box.d-flex.border-none {
    border: none;
    gap: 50px;
    width: 100%;
    max-width: 100%;
    align-items: center;
}
section.about-us .right-image.sec-second:after {
    height: 478px;
}

section.about-us.second-about .service-box-wrap {
    margin: 0px;
}

section.about-us.second-about .service-box-wrap .service-box.d-flex.border-none {
    padding: 0px;
}

section.about-us.second-about .service-box-wrap  .icons:after {
    
    top: -10px;
    left: -30px;
    right: 0px;
        height: 150px;
    width: 140px;
}

section.our-pricing {
    background: #F9F9F9;
    padding: 80px 0px;
}

section.our-pricing h2 {
    color: #B85F2C;
    text-align: center;
    font-size: var(--font-size-x-large);
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 50px;
}

section.our-partner h2 {
    color: #B85F2C;
    font-size: var(--font-size-xx-large);
    font-style: normal;
    font-weight: 800;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

section.our-partner {
    padding: 50px 0px;
}
.our-pricing-box.light-box h2 {
    color: #000;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 5px;
}

.our-pricing-box.light-box {
    border-radius: 30px;
    background: #FFE8E0;
    padding: 40px;
}

.our-pricing-box.light-box h3 {
    color: #000;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.our-pricing-box.light-box h3.price {
    color: #000;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
} 

.our-pricing-box.dark-box {
    border-radius: 30px;
    background: #B85F2C;
    padding: 40px;
}

.our-pricing-box button {
    border-radius: 200px;
    background: #000;
    font-size: var(--font-size-small);
    width: 194px;
    height: 50px;
    flex-shrink: 0;
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: var(--font-size-x-small);
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-transform: uppercase;
    border: 1px solid #000;
    margin: auto;
}

.our-pricing-box.light-box .content strong {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: var(--font-size-small);
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-small); /* 162.5% */
}

.our-pricing-box.light-box .content  ul li {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: var(--font-size-small);
    font-style: normal;
    font-weight: 500;
    line-height: var(--line-height-small); /* 162.5% */
    margin-bottom: 20px;
} 

.our-pricing-box.light-box .content strong {
    margin: 30px 0px 30px !important;
    display: block;
}

.our-pricing-box.dark-box h2 {
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 0px;
}

.our-pricing-box.dark-box h3 {
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

 

.our-pricing-box.dark-box  h3.price {
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.our-pricing-box.dark-box .content strong {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: var(--font-size-small);
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-small); /* 162.5% */
    margin: 30px 0px 30px !important;
    display: block;
}

.our-pricing-box.dark-box .content ul li {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: var(--font-size-small);
    font-style: normal;
    font-weight: 500;
    line-height: var(--line-height-small); /* 162.5% */
    margin-bottom: 20px;
}
 

section.faq {
    padding: 80px 0px;
}   

.faq-div h2 {
    color: #B85F2C;
    font-size: var(--font-size-x-large);
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.faq-div  button.accordion-button {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.faq-div  .accordion-body {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: var(--font-size-small);
    font-style: normal;
    font-weight: 500;
    line-height: var(--line-height-small); /* 162.5% */
}

.faq-div  button.accordion-button {
    background: transparent !important;
}

.faq-div  .accordion-item {
    border: none !important;
}

.faq-div  button.accordion-button {
    border: none !important;
}


.faq-div  h2.accordion-header {
    border: none !important;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent !important;
    outline: 0;
    box-shadow: none !important;
}
 
 .accordion-item * {
    box-shadow: none !important; 
}
.faq-div .accordion-body {
    padding-top: 0px;
}
.faq-div button.accordion-button {
    padding-right: 30px;
}
.service-box {
    flex: 45%;
}
section.faq .faq-div button.mt-4 {
    border-radius: 200px;
    background: #B85F2C;
    font-size: var(--font-size-small);
    width: 194px;
    height: 50px;
    flex-shrink: 0;
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: var(--font-size-x-small);
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-transform: uppercase;
    border: 1px solid #B85F2C;
    margin-top: 50px 
}



.power.slick-slider button.slick-arrow {
    border: none;
}

section.about-us.second-about .service-box-wrap {flex-direction: column;}

section.testimonails button.slick-arrow {
    border: none;
    z-index: 1;
}

.links ul {
    margin: 0px;
}

ul.social-links {
    margin: 0px;
}

input.footer-input {
    padding: 20px !important;
}

.footer-logo button {
    border: none;
    right: 0px;
}
body {
    margin-bottom: 0px;
}
 

 