* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  position: relative;
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@ nav top start */
.wrap-01 {
  background: #035AB0;
  padding: 10px;
}
@media screen and (max-width: 300px){
.navbar-brand img {
    width: 60% !important;
}
}
.wrap-01 .top-num a {
  color: #fff;
  text-decoration: none;
}

.wrap-01 .top-mail a {
  color: #fff;
  text-decoration: none;
}

.wrap-01 .top-icon a {
  margin: 0 10px;
}

.wrap-01 .top-icon a i {
  color: #fff;
}

/* .navbar {
  background: #fff;
}

.navbar-brand img {
  width: 120px;
  height: 100px;
} */

/* .mob-icon {
  display: none;
}

@media screen and (max-width:1200px) {
  .heading-02 .navbar .nav-item .nav-link {
    padding: 0px 0px !important;
    margin: 0 10px;
  }

  .heading-02 .navbar .nav-item .nav-link {
    color: #000;
    font-size: 13px !important;
    font-weight: 700;
    text-transform: uppercase;
  }
}

@media screen and (max-width:1200px) {
  .call-01 {
    display: none;
  }
}

@media screen and (max-width:993px) {
  .lap-icon {
    display: none;
  }

  .mob-icon {
    display: inline-block;

  }

  .mob-icon img {
    width: 90px !important;
  }

  .top-num,
  .top-mail{
    display: none;
  }
}

@media screen and (max-width:767px) {
  .navbar-brand img {
    width: 110px;
    height: 80px;
  }
}

.call-01 a {
  text-decoration: none;
  background-color: #035AB0;
  color: #fff;
  padding: 10px;
  margin-left: 120px;
} */
.navbar{
  padding: 0 !important;
  text-transform: uppercase;
}

@media screen and (max-width:1200px) {
  .navbar-brand img{
    width: 30%;
  }
}
@media screen and (max-width:989px) {
  .navbar-brand img{
    width: 30%;
  }
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@ nav top end */
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%;
     top:-7px;
	}
  
	.dropdown-menu .submenu-left{ 
		right:100%; 
    left:auto;
	}

	/* .dropdown-menu > li:hover{ background-color: red !important } */
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}	
.nav-item:hover a{
  text-decoration: none;
  color: #000 !important;
}
.nav-item{
  text-transform: uppercase;
}
.nav-item a{
  color: #000;
  font-size: 16px;
}
.nav-item .dropdown-menu .dropdown-item{
  font-size: 12px;
}
.dropdown-item{
  text-transform: uppercase;
}
.wrap-01 .top-mail a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.navbar{
  background-color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 700;
}
.dropdown-item{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 700;
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}

}	
/* ============ small devices .end// ============ */



/* about section start */
/* .heading-03 {
  background-image: url(../images/aboutbg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
} */
.heading-03 {
  padding: 60px 0;
}

.heading-03 h4 {
  color: #D83030;
}

.heading-03 h2 {
  color: #035AB0;
}

.heading-03 .head-31 p {
  text-align: justify;
}

.head-31 a {
  text-decoration: none;
  padding: 10px;
  background-color: #D83030;
  color: #fff;
}

/* about section end */

.heading-04 {
  background: url(../images/office-2.jpeg) no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  /* padding: 250px 0; */

}

.heading-05 {
  /* position: relative;
  bottom: 400px; */
  transform: translateY(10px);

}

.heading-05 .head-5 {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #fff;
  padding: 100px;
}
.heading-05 .head-5 h2{
  font-size: 24px;
}

@media screen and (max-width:500px) {
  .heading-05 .head-5 {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #fff;
    padding: 100px 20px !important;
  }
  .top-num{
    text-align: center !important;
  }


}
@media screen and (max-width:996px) {
 
  .top-num{
    text-align: center !important;
  }


}


.heading-05 .head-5 h2 {
  color: #0d3867;
}


.bn33 {
  border: 5em;
  cursor: pointer;
  outline: none;
  font-size: 16px;
  -webkit-transform: translate(0);
  transform: translate(0);
  background-image: linear-gradient(45deg, #4568dc, #b06ab3);
  padding: 0.7em 2em;
  border-radius: 1px;
  box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.438);
  -webkit-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
  color: white;
}

/* category page start */
.category {
  padding: 60px 0;
}

.category h2 {
  padding: 20px 0;
  color: #035AB0;
}

.category-01 {
  /* display: flex; */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 20px;
  min-height: 340px;
}

/* .category-01 h5 {
  padding: 70px 0 0 0;
} */

/* category page end */


/* gallery section start */
/* .swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-01 {
  padding: 40px 0;
}

.gallery-02 h2 {
  padding: 0 0 20px 0;
}

.gallery-02 h2 span {
  color: #035AB0;
  font-size: 40px;
}

.gallery-03 h2 {
  padding: 0 0 20px 0;
}

.gallery-03 h2 span {
  color: #035AB0;
  font-size: 40px;
}

.gallery-03 p {
  text-align: justify;

}

.gallery-04 {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.gallery-02 {
  height: 500px !important;
} */

/* body {
  background: #000;
  color: #000;
} */

/* .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 82%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

/* gallery section end */

.heading-05 {
  padding: 40px 0;
}

.heading-06 {
  padding: 80px 0 40px 0;
}

.head-61 {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  min-height: 260px;
  padding: 10px;
  /* background-color: #035AB0; */
  color: #000;
}

.heading-06 .head-61 a i {
  font-size: 35px;
  color: #bc7474;
}

.heading-06 .head-61 h4 {
  font-weight: bold;
  padding: 20px 0;
  font-size: 27px;
}

.heading-06 .head-61 p {
  font-size: 18px;
}


.heading-07 {
  padding: 40px 0;

}

.heading-07 .head-71 h1 {
  font-size: 30px;
  /* padding: 20px 0; */
  margin-top: 120px;
}

.heading-07 .head-71 p {
  font-size: 25px;
  padding: 10px 0 20px 0;
}

.heading-07 .head-71 a {
  padding: 15px;
  background-color: #035AB0;
  text-decoration: none;
  color: #fff;
}

/* .dropdown:hover .abbbt {
  display: block !important;
}
.dropdown-item:hover .submenu{
  
} */


.heading-08 {
  padding: 40px 0;
}
.submenu li:hover .dropdown-item{
  color: blue !important;
} 

/* Footer start */
.footer {
  background-color: #035AB0;
  color: #fff;
  padding: 30px 0;
}

.footer h5 {
  padding: 20px 0;
}

.footer-02 ul li {
  list-style: none;
}

.footer-02 h5 {
  margin-left: 27px;
}

.footer-02 ul li a {
  color: #fff;
  text-decoration: none;
}
.footer h5{
  color: #fff;
}
.footer-02 ul li {
  padding: 10px 0;
}

.footer-link {
  /* padding: 20px 0; */
  background-color: #466b8f;
}

.footer-link p {
  color: #fff;
}

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

/* Footer end*/


.whatspp {
  position: fixed;
  left: 20px;
  bottom: 90px;
  z-index: 9;
}

.whatspp a i {
  font-size: 20px;
  color: #fff;
  background-color: rgb(8, 209, 8);
  border-radius: 50px;
  padding: 10px 12px;
}

.whatspp a i:hover {
  background-color: #fff;
  color: rgb(8, 209, 8);
}

.mail {
  position: fixed;
  left: 20px;
  bottom: 150px;
  z-index: 9;
}

.mail a i {
  font-size: 20px;
  color: #fff;
  background-color: red;
  border-radius: 50px;
  padding: 10px 12px;
}

.mail a i:hover {
  background-color: #fff;
  color: var(--red);
}
.dropdown-toggle{
  color: #000 !important;
}
.nav-link{
  margin: 15px;
  color: #000 !important;
}
.navbar-brand{
  width: 30% !important;
}
.navbar-brand img{
  overflow: hidden !important;
  margin: 5px 0;
}

.Phone {
  position: fixed;
  left: 20px;
  bottom: 30px;
  z-index: 9;
}
.dropdown:hover .abbt{
  display: block !important;
}
.Phone a i {
  font-size: 20px;
  color: #fff;
  background-color: blue;
  border-radius: 50px;
  padding: 10px 12px;
}

.Phone a i:hover {
  background-color: #fff;
  color: blue;
}


/* about css start*/

.about-banner {
  padding: 50px 0px;
  background: linear-gradient(to left, #0000007d, #00000088), url(../images/about-02.jpg);
  /* background-attachment: fixed; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 400px;
}

/* .breadcrumb {
  position: absolute;
  left: 44%;
  background-color: #fff;
  border-radius: 5px 5px 0px 0px;
  transform: translateY(-24px);
  padding: 15px 21px;
  
  margin-top: 158px;
}

.breadcrumb li {
  padding: 6px 10px;
  
  font-family: 'Philosopher', sans-serif;
  font-size: 30px;
  color: #000;
  font-weight: 600;
  transition: .9s;
}

.breadcrumb li:hover {
  color: #CB9768;
}

.breadcrumb-item a {
  font-family: 'Philosopher', sans-serif;
  text-decoration: none;
  color: #CB9768;
  font-weight: 800;
} */

.text-about h1 {
  font-size: 40px;
  font-weight: 800;
  font-family: 'Philosopher', sans-serif;
  color: #fff;

}

.text-about p {
  color: #fff;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.2;
  word-spacing: 5px;
  padding-bottom: 20px;
  text-align: center;
  font-family: 'Jost', sans-serif;


}

.text-about {
  padding-top: 40px;
}

/* product css start*/

.about-related {
  padding: 40px 0;
}

.about-related-02 h2 {
  color: #035AB0;
}

.model-btn-product{
  padding: 8px 30px;
  color: #fff;
  background: #035AB0;
  border: none;
  outline: none;
  font-size: 20px;
  font-weight: bold;
}
.modal-cont{
  color: #035AB0;
}
.modal-para{
  color: red;
}
.read-more-btn{
  background: #035AB0;
  color: #fff;
  border: none;
  padding: 10px 0;
}
/* Contact-Page  */
.contact-section {
  padding: 70px 0px 100px 0px;
}

.contact-section form input {
  width: 100%;
  padding: 17px 24px 16px;
  background-color: #fff;
  border: 2px solid #ebebeb;
  font-size: 15px;
  font-weight: 400;
  color: #7b8095;
  font-family: system-ui;
  margin-bottom: 8px;
  outline: none;
  transition: .3s;
}

.contact-section form input:hover {
  border: 2px solid #EE7D2C;
}

.contact-section form textarea {
  width: 100%;
  padding: 17px 24px 16px;
  background-color: #fff;
  border: 2px solid #ebebeb;
  font-size: 15px;
  font-weight: 400;
  color: #7b8095;
  font-family: system-ui;
  outline: none;
  transition: .3s;
}

.contact-section form textarea:hover {
  border: 2px solid #EE7D2C;
}

.form-btn {
  margin-top: 25px !important;
  text-align: center;
}

.contact-section .form-btn button {
  padding: 12px 35px;
  border: 1px solid #cfcfd0;
  font-size: 14px;
  text-decoration: none;
  background-color: transparent;
  transition: .3s;
  font-family: system-ui;
  color: #7b8095;
  font-weight: 500;
}

.contact-section .form-btn button:hover {
  background-color: #EE7D2C;
  color: #fff;
  border: 1px solid #EE7D2C;
}

/* About-Page  */
.about-part {
  padding: 40px 0;
}

.about-part-01 p {
  text-align: justify;
  margin-top: 100px;
}

.about-part-02 img {
  border-radius: 20px;
}

.cursor {
  position: fixed;
  width: 30px;
  height: 30px;
  border: 1px solid #0B6FAF;
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: .1s;
}

.cursor2 {
  position: fixed;
  width: 8px;
  height: 8px;
  border: 1px solid #0B6FAF;
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.brands {
  padding: 40px 0;
}

.slidebox {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  padding: 20px;
}


/* product start */
.product-details{
  padding: 60px 0;
}
.product-details h2{
  padding: 20px 0;
  color: #D83030;
  text-transform: uppercase;
}
.product-details .product-01{
  overflow: hidden;
  transition: .9s;

}
.product-details .product-01:hover .product-02 img{
  transform: scale(1.1);
  overflow: hidden;
  transition: .9s;

  /* box-shadow: rgba(223, 159, 159, 0.35) 10px 5px 15px; */
  /* border: 1px solid #0B6FAF; */
}
.product-details .product-01:hover .product-03{
  /* transform: translateY(2px); */
  box-shadow: rgba(223, 159, 159, 0.35) 0px 5px 15px;
  /* border-bottom: 3px solid var(--blue); */
}
.product-details .product-01 .product-02 img{
  height: 100%;
}
.product-details .product-01 .product-02{
  width: 100%;
  height: 300px;
  transition: .9s;
/* border: 2px solid black; */
  overflow: hidden;
}
.product-03 {
  background-color: #035AB0;
  
}
.product-03 p{
  font-weight: bold;
}
.product-details .product-01 .product-03 {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 5px;
  transition: .9s;
  text-align: center;
  margin: 0 20px;
  transform: translateY(-30px);
  z-index: 9;
}
.product-details .product-01 .product-03 p{
  padding: 20px 30px;
  color: var(--blue);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  background: #fff;
}
.product-02{
  border: 1px solid #035AB0;
}
.product-02:hover{
  border: 1px solid #035AB0;
}
.product-details a{
  text-decoration: none;
}
.product-details a:hover{
  text-decoration: none;
}
/* product end */


/* 23-01-2024 start */
.bn49 {
  border: 0;
  text-align: center;
  display: inline-block;
  padding: 14px;
  width: 246px;
  margin: 7px;
  color: #ffffff;
  background-color: #035AB0;
  border-radius: 8px;
  font-family: "proxima-nova-soft", sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: box-shadow 200ms ease-out;
}
.bn49:hover{
  color: #fff;
}

.catalogue-section{
  padding: 60px 0;
}

.catelogue-01{
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 20px 0;
  margin: 20px;
}

.catelogue-01 p{
  font-size: 18px;
  font-weight: 500;
}

/* 23-01-2024 end */