
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@100;300;400&family=Roboto:ital,wght@0,400;1,300&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Exo 2', sans-serif;

}

:root {
  --blue: #298CB6;
  --white:#fff;
  --black:#5E5E5E;
  --gray:#7F7F7F;
}


/*============topbar-section================ */
.news_slider {
  width: 100%;
  background-color:var(--blue);
  height: 40px;
  position: relative;
  z-index: 9;

}
.news_slider .ticker {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_slider .news {
  width: 80%;
  margin-bottom: -6px;
}
.news_slider .title {
  width: 20%;
  background-color:var(--black);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news_slider .title h5 {
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  padding: 6px;
  margin-bottom: -2px;
}
.news_slider .news marquee {
  font-size: 18px;
  
}
.news_slider .news-content p {
  display: inline;
  color: var(--white);
  font-size: 14px;
}
.news_slider .news-content p span {
  color: #fff;
  background: #000;
  padding: 5px;
}
.news_slider .news-content .fa-solid {
  margin-right: 2px;
}

.news_slider .news-content p a{
  text-decoration: none;

  color: var(--white);
  font-size: 14px;
}
@media (max-width: 992px) {
  .news_slider .title h5 {
  font-size: 12px !important;
  letter-spacing: 0;
 }

 
}
@media (max-width: 767px) {
  .news_slider .title h5 {
  font-size: 8px !important;
  letter-spacing: 0;
 }
 .news_slider .title {
  width: 40%;
 }
 
}

/*============= second-navbar-start========================== */
.navbar{
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
background-color: var(--white);
}
.navbar-brand{
  padding-left: 50px;
}
.nav-link {
  color: var(--red) !important;
  font-size: 18px;
  font-weight: 600;
  padding-left: 20px !important;
}
.enq-btn{
  color: var(--white);
  font-weight: 500;
  background-color: var(--blue);
  border: none;
  margin-left: 50px;
  height: 30px;
  width: 90px;
  margin-top: 7px;
  transition: .5s;
}

.enq-btn:hover{
background-color: var(--gray);

}
@media only screen and (max-width: 992px) {
  .enq-btn{
    margin-left: 20px;
  }
}
@media only screen and (max-width: 768px) {

  .navbar-brand{
    padding-left: 10px;
  }
}
.dropdown-item{
  color: black !important;
 font-size: 14px;
}
.dropdown-menu {
  border: 1px solid var(--white) !important;
border-top: 3px solid var(--blue) !important;
border-bottom: 3px solid var(--blue) !important;
margin-top: 20px !important;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  --bs-dropdown-link-active-bg:transparent  !important;
  padding: 5px 20px 8px 5px !important;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: transparent !important;


}
.dot{
  color: var(--blue);
}


/* ========================WHATSAPP ICON SECTION========================= */

.whatsapp-icon a {
  position: fixed;
  bottom: 3%;
  left: 1px;
  width: 35px;
  height: 35px;
  background-color:white;
  margin: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  color: white;
  text-decoration: none;
  z-index: 999;
}

.icon.active {
  opacity: 1;
}

.whatsapp-icon a:hover{
  color: #fff;
 }


/* phone-icon */

.phone-icon a {
  position: fixed;
  bottom:3%;
  right: 1px;
  width: 30px;
  height: 30px;
  background-color:#fff;
  margin: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 30px;
  color: white;
  text-decoration: none;
  z-index: 999;
}
.phone-icon a i{
  font-size: 18px;
}
.phone-icon a:hover{
 color: #fff;
}



/* email-icon */

.email-icon a {
  position: fixed;
  bottom: 12%;
  right: 1px;
  width: 40px;
  height: 40px;
  /* background-color:#fff; */
  margin: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  color: white;
  text-decoration: none;
  z-index: 999;
}
.email-icon a i{
  font-size: 15px;
}
.email-icon a:hover{
  color: #fff;
 }

 @media screen and (max-width:576px){

  .our-mission {

   padding: 10px 20px;
 
  }
  .carousel-dark .carousel-indicators [data-bs-target] {
    display: none;
  }
  .carousel-control-next-icon {
    display: none !important;
}
.carousel-control-prev-icon {
display: none !important;
}
}
 /*================================ abt-us-section-start============================ */

 .aboutus-section-start{
  padding: 50px 0px;
 }
.abt-us{
  color: var(--black);
  font-weight: 600;
}
 .abt-head{

  background: linear-gradient(90deg,#298CB6,#6ad0e2, #50504d,#58aada,#525255,#298CB6 );
  background-size: 400%;
  font-weight: 600;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  animation: animate 10s linear infinite;
 }
 @keyframes animate {
  0%{
    background-position: 0%;
  }
  100%{
    background-position: 400%;
  }
 }

.paragraph{
  color: var(--gray);
  font-size: 14px;
  text-align: justify;
}


 .abt-img-box{
  border-bottom: 15px solid var(--black);
  border-left: 15px solid var(--blue);
  border-top: 15px solid var(--black);
  border-right: 15px solid var(--blue);
  overflow: hidden;
 }
 .abt-img-box img{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

transition: all 5s ease-in-out;
 }
 .abt-img-box img:hover{
  transform: scale(2,2);

  cursor: pointer;
 }



 .read-more-btn{
  border: none;
background-color: var(--blue);
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
  color:var(--white);
  height: 30px;
  width: 90px;
  font-size: 12px;
transition: .5s;

}
.read-more-btn:hover{
  border: none;
  background-color: var(--black);
  border-top-left-radius: 0px;
border-bottom-right-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media (max-width: 992px) {
  .aboutus-section-start{
    padding: 40px 0px;
   }
}


/* ======================our-product-secion========================== */
.our-product-section{
  padding: 30px 0px;
}
.product-detail-section{
  background-color:#fff;
  padding: 50px 0px; 
}
.product-img-box{
  /* box-shadow: -15px -15px 15px rgba(255, 255, 255, 0.2), 15px 15px 15px  rgba(0,0,0,0.1), inset -5px -5px 5px rgba(255,255,255,0.2),inset 5px 5px 5px rgba(0, 0, 0, 0.1); */
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
  border-bottom: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.owl-theme .owl-dots .owl-dot span {
display: none !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  display: none !important;
}
.product-img-box a{
  text-decoration: none;
}
.shop-head{
  /* color:#fff; */
  color: #000;

  background-image: radial-gradient(circle, rgb(80, 197, 212), rgb(247, 247, 246), rgb(100, 189, 216));

  padding: 20px 0px;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid var(--blue);
}
.shop-head:hover{
  border: 1px solid var(--blue);
/* color: var(--blue); */
  background-color:transparent;
}
@media only screen and (max-width:768px) {
  .our-product-section{

    padding: 10px;
  }
}
/*=============== our-gallery-section==================== */
.our-gallery-section{
  padding: 50px 0px;
}
.container1 {
  background-image: linear-gradient(to left bottom, #504041, #E5EBFB);
  /* min-height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  
}

.box {
  /* height: 240px;
  width: 330px; */
  border: 2px solid #eee;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius:5px;

}

.box img {

  transition: all 0.5s
}

.box:hover img {
  transform: scale(0)
}

.content img{

  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;

  box-sizing: border-box;
  transform: scale(0) rotate(-180deg);
  transition: all 0.5s;color:#fff;
}

.box:hover .content img{

  transform: scale(1) rotate(0deg);
  transition-delay: 0.3s
}

/*=============== footer-section-start=================== */

.footer {
  background: linear-gradient(#137aa97c,#095375a8),url('../image/banner/f-bg-14.jpg');
  /* background-image: url('../image/banner/f-bg-14.jpg'); */
	/* background-color:var(--blue); */
  background-size: cover;
  background-position: center;
  padding: 50px 0px;
  padding-top: 0px;
}
.footer-logo {
	text-align: center;
}
.footer-logo img {
	background-color: #fff;
	padding: 8px 12px;
    /* width: 200px; */

}
/* footer contact info */
.footer-contact-info {
	text-align: center;
}
.footer-contact-info li {
	color: #fff;
}
.footer-contact-info li a {
	color: #fff;
  text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-contact-info li a:hover {
	color: #312e2e;
}
.footer-contact-info li i {
	color: var(--white);
	text-align: center;
	margin-right: 6px;
	font-size: 14px;
	border-radius: 100%;
}
/* footer link */
.footer-link {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	border-top: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-link li {
	padding-bottom: 5px;
}
.footer-link li a {
	color: #fff;
  text-decoration: none;
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-link li a:hover {
	color: #383435;
}
/* footer copyright */
.footer-copyright {
	text-align: center;
	padding: 20px 0px;
  color: var(--white);
}
.footer-copyright a{
	text-align: center;
	padding: 20px 0px;
  color:var(--black);
  text-decoration: none;
  font-weight: 600;
}


/* ================about-us-section========================= */


.about-bgimg img {
  width: 100%;
}
.about-bgimg {
  position: relative;
}
.heading1 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:var(--white) !important;
}

.heading1 h1 {
  color:var(--blue) !important;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}
.breadcrumb-item a{
  text-decoration: none;
  color:var(--blue) !important;
}
.breadcrumb li{
  color:var(--black)!important;
}
.breadcrumb li:hover{
  color:var(--blue)!important;
}
.arrow-icon{
  margin-left:5px;
  font-size: 12px;
}
.breadcrumb-item a:hover{
  text-decoration: none;
  color:var(--black);
}
@media only screen and (max-width:992px) {
  .heading1 h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width:768px) {
  .heading1 h1 {
    font-size: 20px;
  }
}

@media only screen and (max-width:576px) {
  .heading1 h1 {
    font-size: 15px;
  }
  .breadcrumb{
    display: none !important;
  }
}




/*================= contact-section-start======================== */

/* .main-con{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
} */
.contact-section-start{
  padding: 60px 10px;
  background-color:var(--white);

  }
  .contact-detail-section h5{
  color: var(--black);
  font-size: 16px;
  }
  .contact-detail-section h2{
  font-weight: 800;
  font-size:25px;
  color: var(--blue);
            }
  .location-section{
  display: flex;
  }
  .location-section h4 i{
  color: #fff;;
  background-color:var(--blue);
  height: 40px;
  width: 40px;
  line-height: 37px;
  font-size: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  
  }
  .location-section h4 i:hover{
    background-color:var(--black); 
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
  .loca{
    margin-left:20px;
    font-size: 14px;
  }
  .location{
  font-size: 18px;
    margin-left: 20px;
    font-weight: 600;
  }
  @media screen and (max-width:768px){
    .loca {
  font-size: 12px;
    }
    .cont-detail{
  
       padding: 0px;
  
    }
.contact-inner-section{
padding: 50px 20px !important;
}
  
  }
  @media screen and (max-width:380px){

    .contact-form{
    
      padding: 10px;
      height: 100%;
      
    }
    .contact-detail-section h2{
      font-size:18px;
    }
  }
  .cont-detail{
    /* background: linear-gradient(#c6dcee83,#5d6fa181),url('../img/con-detail-img.jpg'); */
    background-repeat: no-repeat;
     width: 100%;
     background-position: bottom;
     background-size: cover;
     padding: 40px;
     height: 100%;
     
  }
  .contact-form{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 50px;
    height: 100%;
    
  }
  @media screen and (max-width:380px){
    .contact-form {
      padding: 10px;
      box-shadow: none;
  }
  .contact-form-section {
    padding: 2px 0px;
  }
  .cont-detail{
    padding: 20px;
  }
  }
  
  .contact-inner-section {
    padding: 50px 40px;
    background-color: var(--blue);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .contactus-heading{
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    height: 100%;
  }
  .contact-inner-section h4{
    color: var(--white);
    align-items: center;
    justify-content: center;
    display: flex;
  }

  .cont-img img{
    border-radius: 5px;
  
  }



  .read-more-btn1{
    border: none;
  background-color: var(--white);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
    color:var(--blue);
    height: 30px;
    width: 90px;
    font-size: 12px;
  transition: .5s;
  
  }
  .read-more-btn1:hover{
    border: none;
    background-color: var(--black);
    color: var(--white);
    border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }