  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&amp;display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;500;600;700;800&amp;display=swap');



*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    text-decoration: none;
  
    font-family: 'Karla', sans-serif;
}
body.lock{
  overflow: hidden;

}

.inter,table td{
  font-family: 'Inter', sans-serif;
}
:root {
  --color1: #F60000;
  --color2: #210837;

  --light:#DFDFDF;
  --black:#272727;
  --gray:#504D4D;

}
.Active {
  color: var(--color1) !important;
}
.container{
  max-width: 1340px !important;
  margin: auto;
}
ul,
li,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0px;
  margin: 0px;
  list-style: none;
  text-decoration: none;
}
.sectionHeading{
  margin-bottom: 40px;
}

.sectionHeading > div{
  background: linear-gradient(90deg, var(--color2) 50%, white 50%);

}
.sectionHeading h2{
  padding: 12px 0px;
background: linear-gradient(118deg, var(--color2) 40%,  white 40%);

}

.section-padding {
  padding: 50px 0px;
}
.section-padding-top {
  padding-top: 50px;
}
.section-padding-bottom {
  padding-bottom: 50px;
}
@media(max-width:768px){
  .section-padding {
    padding: 30px 0px;
  }
  .section-padding-top {
    padding-top: 30px;
  }
  .section-padding-bottom {
    padding-bottom: 30px;
  }
}
.font-12 {
  font-size: 12px;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.font-22 {
  font-size: 22px;
}
.font-24 {
  font-size: 24px;
}
.font-26 {
  font-size: 26px;
}
.font-28 {
  font-size: 28px;
}
.font-30 {
  font-size: 30px;
}
/*  */

/* width */

::-webkit-scrollbar {
  width: 4px;
}


/* Track */

::-webkit-scrollbar-track {
  background: #000;
}


/* Handle */

::-webkit-scrollbar-thumb {
  background-color: #ffcd25;

}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}



/* accordion css */
/* if you need accordion css then you have to keep it in your code other wise delete it  */
/* ===========================  theme accordion css ====================================== */
#theme-accoudion ul li{
  display: flex;
  align-items: center;
}
#theme-accordion ul li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--color1);
    margin-right: 10px;
    line-height: -2px;
    /* margin-top: 12px; */
    position: absolute;
    left: -8px;
    top: 14px;
}



#theme-accordion #accordionExample{
  border-radius: 10px;
  /* overflow: hidden; */
}
#theme-accordion .accordion-button:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}
/* close button background color */
#theme-accordion .accordion-button.collapsed {
  color: #ffffff !important;
  background: linear-gradient(90deg, #0973DB 0%, #10A8D7 100%) !important;

  box-shadow: none !important;
}

/* open button background color */
#theme-accordion .accordion-button:not(.collapsed) {
  color: #2c2c2c !important;
  background: rgb(221, 221, 221) !important;
  box-shadow: none !important;
}

#theme-accordion .accordion-button::after {
  content: "+";
background: transparent !important;
  transform: rotate(0) !important;
  font-size: 18px;
}
#theme-accordion .accordion-button:not(.collapsed):after {
  content: "-";
  font-size: 20px;
}

#theme-accordion .accordion-item {
  margin-bottom: 15px;
  border: 1px solid rgba(0,0,0,.125) !important;
  border-radius: 10px !important;
  overflow: hidden;
}
#theme-accordion .accordion-header button{
  font-weight: 500;

}

/* carasoul dots or nav css start */
.owl-dot.active span{
  background-color: var(--color1) !important;
 }
 .owl-dot span{
  width: 35px !important;
  height: 5px !important;
 }
 /* carasoul dots or nav css start */

 
 /* theme modal css*/
 

/* modal */

.modal-header{
  color: black;
  background-color: var(--color1) !important;
}
.modal-header .btn-close{
  background: none;
  opacity: 1;
  box-shadow: none;
  
}
.modal-dialog{
  padding: 0px 100px;
}
.modal-dialog .modal-content{
border-radius: 10px;
overflow: hidden;
}
.modal-header .btn-close::after{
  content: "\F62A";
  font-family: bootstrap-icons;
  font-size: 30px;
  color: rgb(24, 23, 23);
}
.modal form button{
  padding: 7px 20px;
  background-color: var(--color2);
  color: white;
  border: none;

}
 
/* header start */

/* header start */
#header .headerTop {
  background-color: var(--color2);
  padding: 10px;
}

#header .headerBottom .logo img {
  width: 200px;

}

#header .headerTop .left {
  gap: 20px;
}

#header .headerTop .links {
  color: var(--light);
  padding-right: 20px;
  line-height: 10px;
  font-size: 14px;
}
#header .headerTop .links:last-child {
  padding-right: 0px;
}
#header .headerTop .links:not(:last-child),
#header .headerTop .right.socialLinks a:not(:last-child) {
  border-right: 1.5px solid var(--light);

}


#header .headerTop .right.socialLinks {
  gap: 10px;
}

#header .headerTop .right.socialLinks a {
  color: var(--light);
}

#header .headerTop .right.socialLinks a:not(:last-child) {
  padding-right: 15px;
}
/* header top end */

.headerBottom{
  transition: all ease .5s;
  max-width: 1500px;
  margin: auto;
}
#header.fixed .headerBottom{
  position: fixed;
 top: 0;
 z-index: 10;
  width: 100%;
 background: white;
}

.headerBottom .navItem{
  padding: 24px 0px;
}
.headerBottom .navItem:hover .navLink{
  color: var(--color1) !important;
}
.headerBottom nav .navBar{
  gap: 16px;
}
.headerBottom .buttons{
  background-color: var(--color1);

background: linear-gradient(118deg, rgba(255,255,255,1) 15%, var(--color1) 15%);
  padding: 26px 70px;
  padding-right: 24px;
  gap: 20px;


}



.headerBottom .dropDownMenu{
  top: 74px;
   width: 250px;
   transition: all ease-in-out .2s;
max-height: 0px;
overflow: hidden;
z-index: 1;
}

.headerBottom .navItem:hover .dropDownMenu{
  max-height: 2000px;


}
.headerBottom .dropDownMenu li a{
padding: 12px 18px;
background-color: transparent !important;

}
.headerBottom .dropDownMenu li:hover{
  background-color: var(--color1);
  
}
.headerBottom .dropDownMenu li:hover a{
color: white !important;
  
}
.headerBottom .dropDownMenu li:not(:last-child){
  border-bottom: 1px solid var(--light);


}

/* innner page slides */


#pageSlide {
  height: max-content;
  margin-bottom: 60px;


   }
   #pageSlide h1{
    font-size: 52px;
   }
   #pageSlide .imgContainer{
    position: relative;
    overflow: hidden;
    max-height: 300px;

   }
  
   #pageSlide .overlay{
    width: 100%;
    left: 0 ;
    top: 0;
    height: 100%;
    background-color: #0000008f;
    position: absolute;
   }
  
   #pageSlide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;

   }

   .breadcrumbNav{
    left: 50px;
    bottom: -25px;
    background-color: white;

   }
   .breadcrumbNav li{
    transition :all ease .2s;
  
    
   }
   .breadcrumbNav li a{
      color:#272727 !important;
  
    
   }
   .breadcrumbNav li.active{
       color:var(--color1) !important;
       font-weight:600 !important;
   }
   .breadcrumbNav li:first-child:hover{
    translate: -5px;
   }
   .breadcrumbNav svg{
rotate: -90deg;
   }
 

   /* light box css */
   .photo-gallery {
    color: #313437;
    background-color: #fff;
  }
  
  .photo-gallery p {
    color: #7d8285;
  }
  
  .photo-gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
  }
  
  @media (max-width:767px) {
    .photo-gallery h2 {
      margin-bottom: 25px;
      padding-top: 25px;
      font-size: 24px;
    }
  }
  
  .photo-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
  }
  
  .photo-gallery .intro p {
    margin-bottom: 0;
  }
  
  .photo-gallery .photos {
    padding-bottom: 20px;
  }
  
  .photo-gallery .item {
    padding-bottom: 30px;
  }
  .baguetteBox-button {
    background-color: transparent !important;
  }
  