@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');

*{
    margin: 0px;
    padding: 0px;
}

body{
  font-family:'Josefin Sans', sans-serif !important;
}

.body-back{
  background-color: #eeeeee !important;
} 

p{
  font-weight: 500;
}



.bread-crum{
  padding-right: 0px;
  padding-left: 0px;
}

.bread-crum{
  background-image: url("../images/img-1.jpeg");
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}   

.bread-text a{
  color: black;
  text-decoration: none;
  transition: 0.3s;
}

.bread-text a:hover{
  color: #ec4f35;
}


/*----------------------------- TOPBAR ---------------------------*/
.top-sec{
  padding: auto;
  text-decoration: none;
  background-color: #ec4f35 !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.rows{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-data a{
  text-decoration: none;
  color: #fff;
  text-align: center; 
  font-size: 18px;
  margin-right: 15px;
}

.top-data a:hover{
  color: rgb(46 51 93);
}


.top-data a i{
  margin-right: 8px;
  font-size: 18px;
}

/*----------------------------- NAVBAR ---------------------------*/
  .nav-sec{
    background-color: transparent !important;
  }
  
  .nav-sec a{
    color: #000 !important;
  } 
@media screen and (max-width:295px){
  .nav-sec a{
    width: 40%;
  }
}
  .logo{
    font-size: 50px !important;
    font-family: bold ;
  }

  .nav-sec ul li a{
    position: relative;
  }

  .nav-sec ul li a::before{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    opacity: 0;
    background-color: #ec4f35;
    left: 9%;
    bottom: 0px;
    transition: .3s;
 }

  .nav-sec ul li:hover a::before{ 
    width: 80%;
    opacity: 1;
  }
  ul ul li a::before {
    background: transparent !important;
  }
  .carousel-sec .carousel-caption h1,p,h3{
    color: rgb(46 51 93);
  }
  .carousel-sec .carousel-caption{
    animation: up 0.8s linear 1;
    transition: .8s;
  }
  @keyframes up{
    0%{
      transform: translateY(-100px);
      opacity: 0;
    }
    100%{
      transform: translateY(0px);
      opacity: 1;
    }
  }

/*----------------------------- CAROUSEL ---------------------------*/



.carousel-caption {
  position: absolute;
  right: 21% !important;
  bottom: 14.25rem !important;
  left: -29% !important;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

/*----------------------------- ABOUT US ---------------------------*/

.about-sec{
  margin-top: 60px;
}

.about-text p{
  color: #000 !important;
}

.about-text h1{
  color: #000 !important;
}

.about-img img{
  padding: 2px;
  box-shadow: 0px 0px 5px 4px rgb(235, 229, 229);
  transition: 0.3s;
}

.about-img img:hover{
  padding: 2px;
  box-shadow: 0px 0px 10px 8px rgb(223, 220, 220);
  transform: translateX(15px);
}

.about-page{
  padding: 70px 0px;
  background-color: #eeeeee;
}

.about-page p{
  margin-top: 30px;
}

.about-rows{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.A-logo{
  margin: 0px 20px;
}

.A-logo i{
  font-size: 25px;
  margin-left: 50px;
  margin-right: 30px;
}

.about-back{
  background-image: url(../images/bg-1-1.jpeg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}

.A-footer{
  background-color: #eeeeee;
}

@media screen and (max-width:767px){
  .about-back{
    background-image: linear-gradient(#f2f2f2ad,#f2f2f2ad),url(../images/bg-1-1.jpeg);
  }
}
/*----------------------------- PRODUCTS ---------------------------*/

.product-sec{
  margin-top: 70px;
}
.product-sec h1{
  text-align: center;
  margin-bottom: 25px;
}

.product-sec h5{
  text-align: center;
  margin-top: 8px;
}

.img-sec{
  border-radius: 5px;
  box-shadow: 0px 0px 10px 1px rgb(223, 220, 220);
  margin-bottom: 3em !important;
}

.img-sec a{
  position: relative;
  text-decoration: none;
  color: #000;
}

.img-sec a:hover{
  color: #000;
}


.img-sec a::before{
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  opacity: 0;
  background-color: #ec4f35;
  left: 0%;
  bottom: 0px;
  transition: .3s;
}

.img-sec :hover a::before{ 
  width: 100%;
  opacity: 1;
}

.product h3{
  padding: 10px 0px;
}

.product a{
  text-decoration: none;
  color: black;
  position: relative;
}

.product a:hover{
  color: black;
}


.product a::before{
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  opacity: 0;
  background-color: #ec4f35;
  left: 0%;
  bottom: 0px;
  transition: .3s;
}

.product:hover a::before{ 
  width: 100%;
  opacity: 1;
}

/*----------------------------- P-DETAIL ---------------------------*/

.p-detail h5{
  color: #ec4f35;
}

.p-detail h4{
  color: #ec4f35;
}

.p-detail table{
  border:1px solid black;
}

.p-detail th{
  border:1px solid black;
  text-align: center;
}

.p-detail td{
  border:1px solid black;
  text-align: center;
}

.model-form input{
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 1px solid black;
}

input[type="text"]::placeholder {
  font-size: 15 px;
  padding: 10px;  
}


.model-form textarea{
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.model-form button{
  padding: 6px 25px;
  border-radius: 5px;
}

.modal-header{
  background-color: #ec4f35;
}

.modal-title{
  color: #fff;
}

.model-btn .btn{
  background-color: #fff !important;
  color: #000 !important;
  border:1px solid #000 !important;
  outline: none;
  transition: 0.3s;
}

.model-btn .btn:hover{
  background-color: #ec4f35 !important;
  color: #fff !important  ;
  border: 1px solid #ec4f35 !important;
  outline: none;
}

.btn-secondary{
  background-color: #fff !important;
  color: #000 !important;
  border:1px solid #000 !important;
}

.btn-secondary:hover{
  background-color: #ec4f35 !important;
  color: #fff !important  ;
  border: 1px solid #ec4f35 !important;
}
/*--------------------------- TESTIMONIAL --------------------------*/

.testimonial-sec{
  margin: 60px;
  text-align: center;
}

.testimonial-sec img{
  margin-top: 30px;
  border-radius: 270px;
}

.testimonial-sec p{
  margin-top: 30px;
  border-radius: 270px;
}

.testimonial-sec p{
  padding-left: 200px;
  padding-right: 200px;
}
/*----------------------------- FOOTER -----------------------------*/
.footer-sec{
  padding-bottom: 100px;
  border-top-left-radius: 100px;
  background-color: rgb(46 51 93);
  color: #fff;
}

.footer-sec ul{
  padding-left: 0px !important;
}
.footer-sec li{
  list-style-type: none;
}

.footer-sec li a{
  text-decoration: none;
  color: #fff;
}

.footer-sec a{
  text-decoration: none;
  color: #fff;
}

.footer-sec a:hover{
  color: #ec4f35;
}

.footer-sec a{
  position: relative;
}

.footer-sec ul li a::before{
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  opacity: 0;
  background-color: #ec4f35;
  left: 9%;
  bottom: 0px;
  transition: .3s;
}

.footer-sec ul li:hover a::before{
  width: 80%;
  opacity: 1;
 }

.footer-sec a i{
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  margin-right: 15px;
}

.footer-sec a i:hover{
  text-decoration: none;
  color: #ec4f35;
}

.footer-sec .x1{
  text-align: center;
  transition: 0.3s;
}

/*------------------------------ BOTTOM -------------------------*/

.bottom-sec{
  padding: 20px;
  background-color: #ec4f35;
}

.bottom-sec span{
  color: #fff;
}

.top-data p{
  margin-bottom: 0px;
}

.fix-dit{
  position: fixed;
  bottom: 20px;
  left: 30px;
  flex-direction: column;
}

.fix-dit a{
  width: 40px;
  height: 40px;
  background-color: #ec4f35;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  text-decoration: none;
  margin-bottom: 15px;
}

.fix-dit a:last-child{
  margin-bottom: 0px;
}

.fix-dit i{
  color: #fff;
}

@media screen and (max-width:991px){
  .top-sec{
    display: none;
  }
  .testimonial-sec p{
    padding-right: 0px;
    padding-left: 0px;
  }
}


/* ---------------------------- Contact ---------------------------- */

.contact-sec{
  padding-top: 80px;
  padding-bottom: 80px;
  height: 700px;
  height: auto;
}
/* .contact-con{
  position: relative !important;
  height: 150px !important; 
  background-color: #ec4f35;
  margin: 100px 0px;
} */


.c-img img{
  height: 610px;
}


.contact{
  position: relative; 
}


.c-form{
  position: absolute;
  border: 1px solid black;
  box-shadow: 0px 0px 10px 6px rgb(238, 233, 233);
  text-align: center;
  background-color: #fff;
  top: 52px;
  left: 140px;
  z-index: 1;
  min-width: 496px;
}

.c-form h1{
  margin-top: 30px;
  margin-bottom: 30px;
}

.c-form input{
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 1px solid black;
}

input[type="text"]::placeholder {
  font-size: 15 px;
  padding: 10px;  
}


.c-form textarea{
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.c-form button{
  padding: 6px 25px;
  border-radius: 5px;
  background-color: #fff !important;
  color: #000 !important;
  border:1px solid #000 !important;
  outline: none;
  transition: 0.3s;
}


.c-form button:hover{
  background-color: #ec4f35 !important;
  color: #fff !important  ;
  border: 1px solid #ec4f35 !important;
  outline: none;
}

@media screen and (max-width: 1199px){
  .c-form{
      left: 55px !important;
  }
}

@media screen and (max-width: 991px){
  .c-img img{
    width: 100% !important;
    justify-content: center;
    text-align: center;
  }
  .c-form{
      justify-content:center ;
      text-align: center;
      left: 95px !important;
  }
}
@media screen and (max-width: 767px){
  .c-form{
    min-width: 0px;
    margin: 0px 30px;
    left: 0 !important;
  }
}
/* --------------------------- GALLERY -------------------------- */

.c-heading{
  text-align: center;
  padding: 50px;
}

/* practice  */
.nav-item{
  position: relative;
}
.dropdown-menu{
  width: 200px;
}

.nav-item{
  padding-right: 48px !important;
}
@media screen and (max-width:990px){
  .dropdown-menu{
    width: 100% !important;
    margin-left: 0px !important;
    padding: 0px 12px !important;
  }
}
