@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');
:root {
  --theme-color: #000000;
  --theme-color-second:#a92412;
  --theme-color-third: #000;

  --heading-font: "Poppins", sans-serif;
  --paragraph-font: "Poppins", sans-serif;
  --span-font: 'spanist';



  --shadow-small: 0 1px 3px rgba(0, 0, 0, 0.1);
  --shadow-base: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-large: 0 10px 20px rgba(0, 0, 0, 0.2);
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;

}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 17px;
  color: #1e1e1e;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family:"Poppins", sans-serif;
  /* color: var(--theme-color) !important; */
}


a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;

}

a:hover {
  text-decoration: none;
  transition: all .6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}

.span-font {
  font-family: var(--span-font);
}

p {
  margin: 0;
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 16px;
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

ul {
  list-style: none;
  padding: 0;
}

h1 {
    font-size: 45px;
}

h2 {
  font-size: 40px;
}

h3 {}

h4{}

h5{}

h6{}


.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.gap {
  margin-bottom: 30px;
}

section {
  padding: 80px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

input {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
}

textarea {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
}

select {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
  color: #c1c0bd;
}

/* navbar----------- */


@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

* {
  box-sizing: border-box;
}
.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 0;
  width: 50px;
  height: 50px;
  background: var(--theme-color);
  border-radius: 0;
  text-align: center;
  border: 2px solid var(--theme-color-second);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.m-backtotop.active {
  bottom: 0;
  opacity: 1;
}

.m-backtotop > div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop > div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
  z-index: 999;
}

.m-backtotop > div.text {
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 0px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover > div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover > div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

/* Progress bar styles */
.m-backtotop .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--theme-color-second);
  transition: height 0.2s ease-in-out;
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.gap-p p {
  margin-bottom: 0px;
}


/* ---------------------- */


/* ---------------------- */
.small {
  display: none;
}


a.navbar-brand img {
    width: 199px;
}

.header_menu li a {
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  padding: 29px 19px;
  display: inline-block;
}

.header_menu li a:hover {
  color: var(--theme-color-second);
}

.hd_info {
  display: flex;
  align-items: center;
  gap: 10px;

  flex-wrap: wrap;
}

a.comon-btn {
  background: var(--theme-color-second);
  color: #fff;
  display: inline-block;
  font-size: 15px;
  padding: 12px 6px;
  border-radius: 500px;
  width: 14rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

a.comon-btn:hover {
  background: var(--theme-color);
  color: #fff;
}

a.btn-dark{
  background-color: #000;
  columns: #fff;
}
a.btn-dark:hover{
  background-color: #A92412;
}
a.btn-white {
  background: #fff;
  color: var(--theme-color-second);
}

.header_menu li a {
    color: #ffffff;
    font-size: 14px;
    text-transform: capitalize;
    padding: 29px 19px;
    display: inline-block;
    font-weight: 500;
}

.navbar li:hover a {
  color: var(--theme-color-second);
}

.navbar li:hover .dropdown-menu {
  transition: .3s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
  overflow-y: scroll;
  
}

@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar li .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    height: 265px;
  }
   .navbar li .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.navbar li .dropdown-menu::-webkit-scrollbar-track {
  background: transparent;
}

.navbar li .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.navbar li .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

/* ===== Firefox ===== */
.navbar li .dropdown-menu {
  scrollbar-width: thin;
  scrollbar-color: var(--theme-color-second) transparent;
}
  .navbar li:hover a {
    color: var(--theme-color-second);
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }

  .navbar li:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

ul.dropdown-menu.fade-up li a:hover {
  color: #fff !important;
  background: var(--theme-color-second);
}

#main_header ul.dropdown-menu.fade-up li:last-child {
  border-bottom: 0px;
}

#main_header ul.dropdown-menu.fade-up li {
  border-bottom: 1px solid #c1c0bd;
  margin: 0 0 0 0;
}

ul.dropdown-menu.fade-up li a {
  color: #000 !important;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 11px 12px;
}

ul.dropdown-menu.fade-up {
  border: none;
  background: #fff;
  padding: 0 0;
  min-width: inherit;
  width: 200px;
  border-radius: 0px;
}

.link-sm-2 i {
  top: -9px !important;
}

.link-sm-2 {
  position: relative;
}


.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%
}

.sticky-top-1.sticky {
  background: #fff !important;
  z-index: 9999999999999;
}



.top-header {
  background-color: #a92412;
  padding: 5px 0;
}
.top-header  a{
  font-size: 14px;

}
.top-header  a i{
  margin-right: 10px;
}

#main_header, .small{
  position: absolute;
  width: 100%;
  
  
}

#main_header a.phone-btn {
    color: #fff;
    display: flex;
    gap: 13px;
    align-items: center;
}

#main_header a.phone-btn span{
  display: block;
  font-size: 14px;
}

#main_header a.phone-btn i{
  display: flex;
  width: 45px;
  height: 45px;
  background-color: var(--theme-color-second);
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.banner_sec{
  padding: 155px 0;
}

.banner_sec h1 span{
  background: #FFFFFF;
background: radial-gradient(circle farthest-side at center center, #FFFFFF 0%, #A92412 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

/* home_sec_2 */
.home_sec_2 {
  background-color: #000;
  color: #fff;
}

.home_sec_2 h5{
  font-size: 20px;
}

.home_sec_2  h6{
  display: flex;
  gap: 10px;
  font-size: 14px;
  align-items: center;
  margin-bottom: 0;
}
.home_sec_2  h6 i{
  font-size: 23px;
}

/* home_sec_3 */

.home_sec_3 .service-box{
  border-radius: 15px;
  overflow: hidden;
}
.home_sec_3 .service-box h4{
  margin-bottom: 10px;
  font-size: 23px;
}
.home_sec_3 .service-box  p{
  margin-bottom: 0;
  font-size: 14px;
}

.home_sec_3 .owl-nav img{
  width: 45px;
  height: 45px;
}

.home_sec_3 button.owl-prev {
    position: absolute;
    top: 40%;
    left: -50px;
}

.home_sec_3 button.owl-next {
    position: absolute;
    top: 40%;
    right: -50px;
}

.home_sec_4{
  height: 100vh;
  display: flex;
  align-items: end;
}

.home_Sec_5 h2 span{
  color: var(--theme-color-second);
}

/* home_Sec_6 */

.home_Sec_6 img{
  border-radius: 15px;
}

.home_Sec_6 p{
  font-size: 15px;
}

.footer{
  background-color: #0e0e0e;
  color: #fff;
  padding: 80px 0;

}

.footer .text-ft-box{
  border-radius: 15px;
}
.footer h5 {
    text-transform: uppercase;
    font-size: 17px;
    color: #a92412;
}

.footer .ft-list li a{
  color: #fff;
  font-size: 14px;
}
.footer .ft-list li{
  margin-bottom: 10px;
}
.footer .ft-list li a i{
  color: var(--theme-color-second);
}
.footer .ft-list-2 li a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer .contact-list li a{
  color: #fff;
  font-size: 14px;
  display: flex;
   gap: 5px;
   align-items: start;
}
.footer .contact-list li{
  margin-bottom: 10px;
}

.footer .social{
  display: flex;
  gap: 10px;
}

.footer .social li a{
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #000;
  height: 45px;
  width: 45px;
  border-radius: 600px;
  justify-content: center;
  border-radius: 600px;
  font-weight: 800;
  font-size: 21px;
}

.inner-banner {
    padding: 85px 0 50px;
}

.contact_us_sec form input, .contact_us_sec form textarea, .contact_us_sec form button, .contact_us_sec form select {
    padding: 12px;
    border: none;
    border: 1px solid var(--theme-color-second);
    border-radius: 5px;
    width: 100%;
    font-size: 14px;
    color: #828282;
}
 .contact_us_sec form textarea{
  height: 145px;
 }
 .contact_us_sec form button{
  background-color: #A92412;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.6s;
 }
  .contact_us_sec form button:hover{
  transition: 0.6s;

  background-color: #000;
 }

 .contact-info-content {
    background: var(--theme-color-second);
    padding: 30px;
    width: 100%;
    height: 100%;
   
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
}

.contact-info-content .icon {
    width: 60px;
    height: 60px;
    background: #fff;
    margin: auto;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color-second);
    font-size: 30px;
}
.contact-info-content .icon-info {
    margin-top: 20px;
}
.contact-info-content .icon-info h4 {
    color: #fff;
    margin-bottom: 4px !important;
    font-weight: 400;
}
.contact-info-content .icon-info p {
    color: #eee;
    font-size: 16px;
    font-weight: 400;
    word-break: break-all;
}
.contact-info-content .icon-info p a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.map{
  line-height: 0;

}
.map iframe{
  width: 100%;
}

.home_Sec_5 h5{
  line-height: 1.6;
  color: var(--theme-color-second);
  letter-spacing: 1px;
}

.about_page_sec2 img{
/*   height: 550px; */
  object-fit: cover;
  border-radius: 10px;
}



.mission-section .mission-box2 {
  background-color: var(--theme-color-second) !important;
}

.mission-section .mission-box {
    background-color: #6b160a;
    /* border-radius: 12px; */
    padding: 70px 70px;
    color: #fff;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
}

.mission-section .mission-box h2 {
    font-size: 30px;
    /* font-weight: 700; */
    margin-bottom: 20px;
}

.mission-section .mission-box p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}


#gallery_sec img{
  object-fit: cover;
  height: 290px;
}


.home_sec_8 .accordion-item {
    color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 30px!important;
    overflow: hidden;
    background: var(--theme-color-second);
    margin-bottom: 11px;
	font-size: 15px;
    text-align: start;
}

.home_sec_8 .accordion-button{
	background-color: var(--theme-color);
	color: #fff;
	font-size: 18px;
}

.home_sec_8 .accordion-button:not(.collapsed) {
   background-color: var(--theme-color-second);
	color: #fff;
    box-shadow:none;
}

.home_sec_8 .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "+";
    background-image: none;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.home_sec_8 .accordion-button:not(.collapsed)::after {
    content: "-";
    background-image: none;
    transform: rotate(0deg);
}

.home_sec_8.white-faq-bg .accordion-button{
	background-color: #fff;
	color: #000;
}

.home_sec_8.white-faq-bg .accordion-item{
	background-color: #fff;
	color: #000;
	text-align: start;
}

/* Contact Page Contact Form */
form.wpcf7-form.init p {
    margin-bottom: 0px;
}

.mission-section .mission-box {   
    height: 100%;
}