*{
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
}
.white {
    background-color: rgba(0, 0, 0, 0.7);
}
.footer ul {
    padding-left: 16px;
}
.nav1{
    position: relative;
}

nav ul li {
    /* float: left; */
    /* line-height: 50px; */
    margin: 0 12px;
    /* position: relative; */
    /* list-style: none; */
}

nav ul li a {
    color: white;
    font-size: 17px;
    padding: 0px 13px;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}
nav ul li ul {
    position: absolute;
    display: none;
    background-color: #e58527;
}
nav ul li:hover ul{
    display: block;

}
nav ul li ul li {
    line-height: 1;
    list-style: none;
    /* width: 190px; */
}
nav ul li ul li a {
    padding: 10px 15px;
}
nav ul li ul li a:hover {
    background-color: #000000;
}
.navbar {
    transition: .5s ease;
    position: absolute;
}
.navbar-light {
    /* background-color: black; */
padding: 0px;

}

.navbar-brand img {
    width: 100%;
    height: 80px !important;
}
/* .carousel-item{
    height: 100vh;
    min-height: 300px;
} */
.navbar-nav a{
    font-size: 18px;
    text-transform: capitalize;

}
.navbar-light .navbar-brand{
    color: #fff;
    font-size: 25px;
}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 400;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ff8e28;
}
.navbar-toggler {
    padding: 1px 5px;
    font-size: 18px;
    line-height: 0.3;
    background-color: #fff!important;
}
@media (max-width: 767px) {
    ul .navbar-nav {
        text-align: center;
        background-color: white !important;
    }
}
@media (max-width: 767px) {

.navbar-brand img {
    height: 40px !important;
}
}

@media (max-width: 767px){
    .slider-content p {
font-size: 12px;

       
    }
    }
@media (max-width: 767px){

.slider-content h1 {
    font-size: 16px !important;
}
}

@media (max-width: 767px){

.slider-content{
    padding: 7px !important;
    width: 250px !important;
}

}
@media (max-width: 767px){
.slider-content p {
font-size: 12px !important;
margin-top: 0px !important;
}
}

    @media (max-width: 767px){
.carousel-indicators [data-bs-target]{
    border-bottom: 0px;
}
}

    @media (max-width: 767px){

.carousel-control-next-icon, .carousel-control-prev-icon {
    margin-top: 25px;}
}


    @media (max-width: 767px){
 .slider-content{
      top: 60% !important;
    
        
      }
}

    @media (max-width: 767px){
.btn-outline-light{
    font-size: 12px !important;
    
}
}


.rounded {
background: white;
}


 .slider-content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
background: rgb(77 75 73 / 53%);
  padding: 40px;
  width: 380px;
  color: #fff;
  border-left: 4px solid #fff;
}

.slider-content h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.slider-content p {
  font-size: 18px;
  margin-top: 15px;
}



.welcome {
padding-top: 40px!important;
padding-bottom: 40px!important;
background-color: #1d1d1d;
}
.welcome h2 {
color: #fff;
font-size:34px;
line-height: 40px;
text-transform: uppercase;
}

@media(max-width:425px) {
    .welcome h2{
       
        font-size:22px;
        line-height: 25px;
        text-transform: uppercase;
        }
        .welcome .btns {
            margin-bottom: 55px;
        }
        .footer-ft {
            text-align: center!important;
        }
}
@media(max-width:425px) {
.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    margin-left: 20px;
}
}
    @media (max-width: 767px){

.ms-auto {
    margin-left: auto !important;
    background-color: black;
    padding-bottom: 15px;
}
}





.welcome .wel {
margin-bottom: 20px;
}
.welc-heading p {
font-size: 17px;
line-height: 28px;
text-align: justify;
color: #ffffff;
}
.welcome .btn {
border: none;
outline: none;
}
.welcome .wel-img img {
width: 100%;
height: auto;
border-radius: 10px;
}
.welc-heading h2::after {
    content: "";
    width: 25%;
    height: 2px;
    background: #e1872f;
    display: block;
    position: relative;
    top: 10px;
}
.welcome .btns {
  border: 1px solid #fff;  
  color: #fff;
  border-radius: 0px;
  padding: 10px 39px;
  margin-top: 15px;
  margin-bottom: 22px;
}
.welcome .btns:hover {
    color: #a7a7a7;
    border: 1px solid #fff;
}
.wrapper .btns {
    border: 1px solid #fff;  
    color: #fff;
    border-radius: 0px;
    padding: 10px 35px;
  }
  .wrapper .btns:hover {
      color: #f07e01;
      border: 1px solid #fff;
  }
/*
.gallery {
    background-color: #1d1d1d;
    padding-top: 40px!important;
    padding-bottom: 50px!important;
}
.gallery img {
width: 100%;
height: 250px;
}
.gallery h2 {
    color: #fff;
    font-size:34px;
    line-height: 40px;
    text-transform: uppercase;
    }
    */


    .why-choose-us {
        background: #1d1d1d;
        color: #fff;
    }

   

    .why-choose-us .choose-box {
        background: #000000;
        border-radius: 10px;
        padding: 25px;
        transition: 0.3s;
        width: 100%;
    }

    .why-choose-us .choose-box:hover {
        background: #222;
        transform: translateY(-5px);
    }

    .why-choose-us h4,
    .why-choose-us p {
        color: #fff;
    }

   /*faq*/

   .faq-section {
        background: #1d1d1d;
        color: #000000;
       
    }

    .faq-section .accordion-item {
        background: #111;
        border: 1px solid #333;
        margin-bottom: 10px;
    }

    .faq-section .accordion-button {
        background: #fff;
        color: #000000;
        border: none;
    }

  .py-5{
            padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
    

    .faq-section .accordion-button:not(.collapsed) {
        background: #ffffff;
        color: #000000;
    }

    .faq-section .accordion-button:focus {
        box-shadow: none;
    }

    .faq-section .accordion-body {
        background: #1a1a1a;
        color: #fff;
    }

.our_prd {
background-color: #000000;
padding-top: 50px;

}

.our_prd img {
width: 100%;
}



.our_prd h1 {
/* margin: auto; */
text-align: center;
color: #fff;
margin-bottom: 40px;
}

.our_prd h1::after {
content: "";
width: 10%;
height: 2px;
background: #ffffff;
display: block;
margin: auto;
position: relative;
top: 10px;
}
.our_cont h2::after {
content: "";
width: 7%;
height: 2px;
background: #ffffff;
display: block;
margin: auto;
position: relative;
top: 10px;
}
.our_faq h2::after {
content: "";
width: 10%;
height: 2px;
background: #284491;
display: block;
margin: auto;
position: relative;
top: 10px;
}

.footer { background: #e58527;
background-image:url(images/footer.jpg);
background-repeat: no-repeat;
background-size: cover;
/* background-blend-mode: darken; */
padding: 60px 0 0px 0;
}
.footer img {
    height: 60px;
    margin-bottom: 20px;
        border-radius: 5px;
   
}

html .mt20 {
margin-top: 20px;
}

p {
line-height: 28px;
}

.flex-column a {
text-decoration: none;
}

html .mt30 {
margin-top: 30px;
}

html .mb30 {
margin-bottom: 30px;
}
.copyright {
border-top: 2px solid rgb(255 255 255 / 0.1);
padding-bottom: 20px;
}

.footer-ft {
text-align: left;
margin-top: 20px;
}

.footer-ft p {
font-size: 17px;
}

.footer-ft p a {
text-decoration: none;
}

.review-bg2 {
background-image: linear-gradient( 45deg, rgb(227 218 255) 0, rgb(232 225 255) 21%, rgb(236 234 255) 21%, rgb(234 232 255) 30%, rgb(226 231 255) 30%, rgb(241 243 255) 35%, rgb(226 237 255) 35%, rgb(248 251 255) 51%, rgb(248 252 255) 51%, rgb(239 248 255) 72%, rgb(247 245 255) 72%, rgb(243 242 255) 81%, rgb(237 238 255) 81%, rgb(236 253 255) 100%);
}

.contact .heading h2 {
font-size: 40px;
font-weight: 700;
margin: 0;
padding: 0;
line-height: 40px;
}

.contact .container {
padding-bottom: 40px;
}


/* prodcuts */

.wrapper {
padding-bottom: 30px;
}

.card_area {
padding: 30px 7px;
}

.card {
position: relative;
border-radius: 10px;
box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
overflow: hidden;
}

.card img {
width: 100%;
height: 350px;
display: block;
border-radius: 10px;
transition: transform 0.5s;
}

.overlay {
height: 0;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
border-radius: 10px;
background: linear-gradient(transparent, #1c1c1c 60%);
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 0 50px;
text-align: center;
font-size: 14px;
transition: height 0.5s;
overflow: hidden;
color: #fff;
}

.overlay h3 {
margin-top: 40%;
margin-bottom: 5px;
font-size: 30px;
font-weight: 500;
letter-spacing: 2px;
}

.overlay a {
margin-top: 10px;
font-size: 14px;
text-decoration: none;
font-weight: 500;
color: #054ea1;
background-color: #fff;
border-radius: 50px;
text-align: center;
padding: 5px 15px;
}

.card:hover img {
transform: scale(1.2)
}

.card:hover .overlay {
height: 100%;
}

/* FAQ style */
.common-heading {
margin-top: 40px;
margin-bottom: 50px;
}

.accordian {
background-color: #fff;
padding: 4px 16px;
margin-bottom: 16px;
border-radius: 4px;
box-shadow: 1px 1px 5px rgb(255, 205, 255);
cursor: pointer;
}
.question {
display: flex;
align-items: center;
justify-content: space-between;
}
.icon {
margin-right: 16px;
transition: transform 0.2s ease;
}
.icon.active {
transform: rotate(-180deg);
}
.answer {
color: #666;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s;
}
.footer ul li {
    list-style: none;
    margin-top: 10px;
}
.footer ul li a {
    text-decoration: none;
    color: #fff;
}
.footer .title {
    margin-left: 15px;
    font-size: 22px;
    font-weight: 700;

}
.fa-envelope {
    display: block;
}
/* .footer ul li a:hover {
    content: "";
    width: 25%;
    height: 2px;
    background: #4c77aa;
    display: block;
    position: relative;
    top: 1px;
} */

@media(max-width:991px) {
    .card img {height: auto;}
    .card_area {padding: 20px 12px;}
}


