@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,
var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "New York";
  src: url("../library/fonts/newyork/NewYorkLargeMediumItalic.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}



body {
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

a {
  text-decoration: none;
}

.f30 {
  font-size: 30px;
  font-weight: 400;
}

.f35 {
  font-size: 35px;
  font-weight: 500;
}

.f25gry {
  font-size: 25px;
  color: #7A7A7A;
  font-weight: 500;
}

.f20 {
  font-size: 20px;
}

.f25 {
  font-size: 25px;
}

.f18 {
  font-size: 18px;
}

.f12 {
  font-size: 12px;
}

.f11 {
  font-size: 11px;
}

.fntgry {
  color: #7A7A7A;
}

.f16 {
  font-size: 16px;
}

.f52 {
  font-size: 52px;
}


.bannerimg {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}


.contact-info {
  color: #fff;
  font-weight: 500;
}

.request-btn {
  background: #F9D606;
  color: #000;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 12px;
  transition: all 0.3s ease;
}

.request-btn:hover {
  background:#303030 ;
  color: #fff;

}

.txtwhite {
  color: #fff;
}

.txtwhite:hover {
  color: #F9D606;
}

.commer-btn {
  background: rgba(0, 0, 0, 0.5);;
  color: #fff;
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 25px;
  transition: all 0.3s ease;
}



.main-text {
  position: absolute;
  font-family: "Outfit", sans-serif;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
}

.commrtxt {
  position: absolute;
  top: 70%;
  left: 20%;
  transform: translatey(10px);
  animation: float-one 3s ease-in-out infinite
}

.ressidtxt {
  position: absolute;
  top: 30%;
  left: 67%;
  transform: translatey(10px);
  animation: float-one 3s ease-in-out infinite
}

@keyframes float-one {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

.mrtop {
 margin-top: 180px;
}

/* Fixed header setup */
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  background: transparent; /* transparent initially */
  transition: background-color 0.5s ease, padding 0.3s ease;
  backdrop-filter: blur(5px);
}

/* Black transparent background after scroll */
.fixed-header.scrolled {
  /* background: rgba(0, 0, 0, 0.85); */
  background: url('../images/fixedbar.png');
  height: 104px;
}

/* Optional logo shrink effect */
.logo-img {
  max-height: 60px;
  transition: all 0.3s ease;
}

.fixed-header.scrolled .logo-img {
  max-height: 45px;
}


.bggry {
  background-color: #EBE9E0;
}

h2 {
  font-size: 35px;
  font-weight: bold;
}

.h-355 {
    height: 280px;
}

.underline-tabs .nav-link {
  border: none;
  border-bottom: 2px solid #EBE9E0;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
}

.underline-tabs .nav-link:hover {
  border-bottom: 2px solid #aaa;
  color: #000;
}

.underline-tabs .nav-link.active {
  border-bottom: 2px solid #000;
  color: #000;
  background: none;
}


.divider {
  position: absolute;
  top: 7%;
  right: 0;
  width: 2px;
  height: 80%;
  background-color: #C0BCAC;
}

.reqbtn {
  border: 1px solid #000;
  border-radius: 3px;
  font-size: 14px;
  padding: 6px 16px;
   background-color: transparent
}

.reqbtn:hover {
  background-color: #F9D606;
  color: #000;
  border: 1px solid #000;
}

.howitwrkstxt ul {
  list-style: none;
}


.howitwrkstxt ul li {
    background: url('../images/bullet.png');
   background-repeat: no-repeat;
  background-position: 0 4px;
  padding-left: 37px;
  margin: 10px 20px 10px 0px;
  width: 50%;
}

.custmrtestmonials {
  top: 0;
  left: 0;
  width: 100%;
}

.zoomimg {
    overflow: hidden;
    position: relative;
}

/* Zoom In #1 */
.zoomimg img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}

.zoomimg:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);

}


/********** Accordian ********************/
.accordion-body {
  padding: 0;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  padding: 16px 0px;
  font-size: 16px;
  font-weight: 500;
}

.accordion-item {
  border-bottom: 1px solid #D9D9D9 !important;
}

.accordion-collapse {
  border: 0;
}

.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion-body p {
  padding: 0px 0px 35px 0px;
}

.accordion-button::after {
  width: auto;
  height: auto;
  content: "+";
  font-size: 20px;
  background-image: none;
  font-weight: 500;
  transform: translateY(-4px);
}
.accordion-button:not(.collapsed)::after {
  width: auto;
  height: auto;
  background-image: none;
  content: "-";
  font-size: 28px;
  transform: translate(-5px, -4px);
  transform: rotate(0deg);
}
.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #000;
}

.call-section .form-control {
  background-color: transparent;
  border: 1px solid #666;
  color: #fff;
}

.call-section .form-control:focus {
  background-color: transparent;
  color: #fff;
  border-color: #F9D606;
  box-shadow: none;
}

.form-check-input:checked
 {
    background-color: #F9D606;
    border-color: #F9D606;
}

h3.fontyellow {
  color: #F9D606;
}

.call-section label {
  font-size: 14px;
}

.call-section .btn-outline-light, .modal-body .btn  {
  transition: 0.3s ease;
  background-color:#303030 !important ;
  color: #fff !important;
}

.call-section .btn-outline-light:hover, .modal-body .btn:hover {  
  background: #F9D606 !important;
  color: #000 !important; 
 }

.object-fit-cover {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

  /* Scrolling text */

.marquee-container {
  height: 90px;
  overflow: hidden;
  line-height: 90px;
  font-size: 75px;
  color: #CFCFCF;
  font-weight: 600;
  position: relative;
  white-space: nowrap;
}

.marquee {
  display: flex;
  position: absolute;
  width: max-content;
  animation: marquee 30s linear infinite;
}

.marquee ul {
  display: flex;
  padding: 0;
  margin: 0;
}

.marquee ul li {
  margin-right: 100px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.fntwv {
  color: #9E9E9E;
}


.bgblack{
  background-color: #000;
}

.social-icons ul li {
  margin-right: 10px;
}

.social-icons ul li a {
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  width: 37px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.social-icons ul li a i {
  font-size: 18px;
}

.social-icons ul li a:hover {
     color: #000;
     background-color: #F9D606;
     border: 1px solid #F9D606;
  
}


.modal-header { 
  border-bottom: 0;
}

.modal-content {
background-color: #000;
color: #fff;
border-radius: 0;
}
.btn-close {
     background: url('../images/close.png') no-repeat !important;
   position: relative;
    top: -30px;
  
} 

.modal-header

 { padding: 0;}

.btn-close:focus {
  box-shadow: none;
}




/******************************************************/





@media (min-width: 821px) {
  .d-custmd-none {
    display: none !important;
  }

}


@media (max-width: 575.98px) and (max-width: 767px) {

  .logo-img {
    max-height: 37px;
}

  .main-text {
     font-size: 21px;}
     .mrtop {
    margin-top: 71px;
}

.commer-btn {
    padding: 4px 11px;
    font-size: 15px;}

.ressidtxt {
    top: 11%;
    left: 66%;}

.commrtxt {
    top: 81%;
    left: 14%;}


.request-btn {
    padding: 5px 13px;
    font-size: 12px;
    margin-bottom: 8px;}

    .fixed-header {
     backdrop-filter: none;
}

.fixed-header.scrolled {
     background: rgba(0, 0, 0, 0.85);
      height: 72px;
}

h2 {
    font-size: 30px;}


.divider {
 display: none;}

  .howitwrkstxt ul li {
    margin: 10px 20px 27px 0px;
    width: 100%;}

  .f30 {
    font-size: 20px;}
.f25 {
    font-size: 22px;
}


.custmrtestmonials h2 {
    font-size: 25px;
}
.slick-dots li button:before {
    font-size: 18px;
    left: -27px;
    top: 18px;
}

 
}
/* Ipad Air and Mini*/
@media screen and (min-width: 768px) and (max-width: 991px) {
 

}



/* For Large screens */

@media (min-width: 1500px) {
 img.lgimht {
  height: 580px;
 }

}