* {
  font-family: 'Poppins', sans-serif;
}

body {
  background: #f5f4f4;
}

/*---------Top bar starts--------------*/
#topbar {
  background: #00244D;
  height: 40px;
  font-size: 16px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
  display: flex;
  align-items: center;

}

#topbar a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  padding-right: 8px;
}

.social-link i {
  font-size: 23px;
}

.top-bar {
  display: flex;
  justify-content: space-between;
}

.contact-info a {
  padding: 0px 8px;
}

/*---------Top bar end--------------*/

/*---------Top header starts--------------*/

.navbar-light .navbar-nav .nav-item .nav-link {
  color: #00244D;
  font-weight: 500;
  font-size: 16px;
}

.navbar {
  box-shadow: 0px 1px 6px #00000029;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover {
 	background: linear-gradient(135deg, #990066, #330066);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
}


header .show .main-button {
  margin-top: 14px;
}


.navbar-expand-lg .navbar-nav .nav-link {
  padding: 30px 20px;

}

.dropdown-toggle::after {
  vertical-align: 0.22em;
}

ul.navbar-nav {
  margin-right: 20px;
}



a.btn.heroo-btn {
  padding: 12px 28px;
  box-shadow: 0px 7px 21px 0px rgb(0 0 0 / 10%);
  text-decoration: none;
  	background: linear-gradient(135deg, #990066, #330066);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #552a4b;
  background-color: #fff;
  margin-left: 20px;
}

.main-button a:hover {
  box-shadow: 0px 3px 6px #00000029;
  transition: 1s;
  animation: 2s;
  color: #ffffff;
}
.main-button-nav a {
  display: inline-block;
  	background: linear-gradient(135deg, #990066, #330066);
  color: white;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Hover effect */
.main-button-nav a:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}


.banner-sec .bnr{
  width: 100%;
  height: auto;
}

.banner-sec {
  position: relative;
}

.banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
}

.banner-content span {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
  text-transform: uppercase;
  color: #00244D;
  display: inline-block;

}


.banner-content h1 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #00244D;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.banner-content p {
  font-size: 15px;
  color: #00244D;
  font-family: "Muli", sans-serif;
  margin-bottom: 26px;
  padding-right: 35px;
  font-weight: 400;
}

.sticky-bar {
  top: 0;
  width: 100%;
  position: fixed !important;

  z-index: 999999999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown !important;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown !important;
  transition: .5s !important;
  -webkit-transition: .3s !important;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 11%);
}

.sticky-bar .header-logo {
  width: 20%;
}

.sticky-bar .navbar-nav .nav-link {
  padding: 20px 20px;
  font-size: 15px !important;
}

.sticky-bar .collapse .main-button a {
  padding: 10px 20px !important;
}

img.header-logo {
  width: 20%;
}
/*---------Top header Ends--------------*/



/*---------Home page aboutus-sec starts--------------*/

#home-aboutus_sec {
  margin-bottom: 80px;
}

#home-aboutus_sec img {
  width: 100%;
  margin-bottom: 30px;
}

.common-heading span {
  padding: 5px 20px;
  background-color: #FBDCCF;
	background: linear-gradient(135deg, #990066, #330066);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
  border-radius: 50px;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 25px;
}

.line {
  width: 50px;
  height: 3px;
  background: #00244D;
  margin-bottom: 20px;
}

.common-heading {
  margin-bottom: 25px;
}

.common-heading h2::after {
  content: "";
  width: 100px;
  height: 5px;
  background: #00244D;
  display: inline-block;
  margin: 8px 10px;
}

.common-heading h2 {
  color: #00244D;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}

p {
  color: #828282;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 28px;
}

a.view-more-btn {
	background: linear-gradient(135deg, #990066, #330066);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 500;
}

#home-aboutus_sec .right-sec {
  padding-left: 30px;

}

h4 {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: #00244D;
}

.common-title h2 {
  margin: 50px 0px;
  text-align: center;
  font-weight: 600;
  color: #00244D;
}

#ourservices_sec {
  margin-top: 80px;
}

/*---------Home page aboutus-sec ends--------------*/


/*------------- Portfolio Section-----------------*/
#portfolio {
  padding: 80px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #666666;
  /* transition: all 0.3s ease-in-out; */
  margin: 0px 30px;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  color: #ffffff;
  		background: linear-gradient(135deg, #990066, #330066);

  padding: 12px;
  margin: 0px 10px;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #333333;
  margin-bottom: 5px;
}

#portfolio .portfolio-item .portfolio-info p {
  color: #666666;
  font-size: 14px;
  margin-bottom: 0;
}

#portfolio .container-box {
  width: 100%;
  height: 100%;
}

#portfolio .container-box img {
  width: 100%;
}

/*------------------Portfolio section----------------------------*/



/* ----------home footer section Starts------------ */
.footer {
  background-color: #00244D;
  width: 100%;
  height: auto;
  padding: 60px 0 0 0;
}

.footer h2 {
  font-size: 28px;
  font-weight: 500;
  color: #FAFAFA;
  margin-bottom: 20px;

}

.footer-aboutus-sec p {
  color: #BDC2CB;
  font-size: 14px;
  font-weight: 200;
}

.footer-aboutus-sec,
.footer-Links-sec,
.footer-cu-sec {
  margin-bottom: 30px;
}

.footer-Links-sec ul li {
  list-style-type: none;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 14px;
  padding: 0;
  font-weight: 200;
}

.footer-Links-sec ul {
  padding: 0;
}

.footer hr {
  color: #ffffff;
}

.footer-cu-sec address {
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 200;
}

.footer-cu-sec p {
  color: #BDC2CB;
  margin-bottom: 23px;
  font-weight: 200;
}

.footer-cu-sec-align,
.footer-Links-sec-align {
  display: flex;
  justify-content: center;
}



.copy-rights {
  color: #ffffff;
  font-size: 14px;
}

.copy-rights p {
  text-align: start;
}

.footer-bt-sec {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #ffffff;
}

.footer-bt-sec p {
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 200;
}

.design p {
  text-align: end;
}



.footer a {
  text-decoration: none;
  position: relative;
  color: #ffffff;
  transition: 0.5s;
}

.footer a:hover {
  text-decoration: none;
  position: relative;
  color: #fff;
}

.social-links {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.social-links a {
  font-size: 21px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
}


/* ----------home footer section ends------------ */



/*================Aboutus-page====================  */


/* ----------Aboutus-page-sec-start ------------ */
.about-pic-inner {
  position: relative;
  text-align: start;
  display: inline-block;
}

.about-sec img {
  width: 500px;
  height: 500px;
}

.about-pic-inner .img-2 {
  position: absolute;
  left: 100px;
  top: 80px;
}

.margin-space {
  margin-bottom: 180px;
}


/* ----------Aboutus-page-sec-end ------------ */


#new-product-sec .icon-box {
  margin-right: 20px;
  width: 50%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#new-product-sec .icon-box img {
  width: 100%;
}

#new-product-sec i {
  font-size: 28px;
}

#new-product-sec .container-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

#new-product-sec {
  background: #f5f4f4;
  padding: 50px 0px;
}


.blog-sec .container-img img {
  width: 100%;
}

.blog-sec .content h4 {
  margin-top: 25px;
}

.blog-sec .icon-box img {
  width: 50% !important;
}

.blog-sec .sub-container-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}


/* logo Section
--------------------------------*/
#logo-sec {
  padding: 100px 0px;
  background-color: #ffffff;
}

#logo-sec .outer-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.outer-box img {
  width: 100%;
}

/* ----------services-sec -Starts------------ */

#services-sec .outer-box {

  position: relative;
  margin-bottom: 25px;
}

#services-sec img {
  border-radius: 0px;
}

#services-sec .outer-box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  object-fit: cover;
  border-radius: 10px;
}

#services-sec .content {
  position: absolute;
  bottom: 20px;
  left: 40px;
  z-index: 999;
}

#services-sec h5 {
  color: #ffffff;
  font-size: 20px;
}

#services-sec p {
  color: #ffffff;
  font-size: 16px;
}

/* ----------services-sec -ends------------ */
#contactus-sec .Left-sec {
  padding: 20px;
  border-radius: 5px;
}

#contactus-sec .common-heading span {
  margin-bottom: 20px;
}

#contactus-sec .right-sec {
  background-color: #001031;
  border-radius: 5px;
  padding: 20px;
}
.contact-content {
  padding: 50px;
}
.form-control {
  padding: 0.5rem 0.75rem;
  border-radius: 3px;
  background-color: #FAFBFF;
  border: 1px solid #e4e4e4;
}

.form-label {
  font-size: 15px;
}

#contactus-sec .right-sec p {
  color: #ffffff;
}

#contactus-sec .right-sec h5 {
  color: #ffffff;
  font-weight: 700;
}

#contactus-sec .right-sec p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
}

#contactus-sec .right-sec address {
  color: #ffffff;
  font-weight: 300;
}

#contactus-sec .followus-sec h5 {
  margin-bottom: 20px;
}

.map-sec iframe {
  width: 100%;
  height: 500px;
}

#contactus-sec {
  margin-bottom: 50px;
  background-color: #ffffff;
}

.social-links i {
  color: #BDC2CB;
}

button.btn.contact-btn {
		background: linear-gradient(135deg, #990066, #330066);

  color: #ffffff;
  padding: 12px 30px;
  border: none;
  transition: 1s;
  border-radius: 5px;
  margin-top: 20px;
}

#contactus-sec .icon-box {
  margin-right: 20px;
  width: 130px;
  height: 130px;
  background-color: #FAFBFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

#contactus-sec i {
  font-size: 28px;
}

#contactus-sec .container-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;

}

.info h4 {
  font-size: 24px;
  font-weight: 600;
  color: #272727;
  margin-left: 110px;
}

.info p {
  font-size: 14px;
  margin-bottom: 4px;
  margin-left: 110px;
}





#best-product-sec .icon-box {
  margin-right: 20px;
  /* width: 50%;
  height: 50%; */
  display: flex;
  justify-content: center;
  align-items: center;
}

#best-product-sec .icon-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

#best-product-sec i {
  font-size: 28px;
}

#best-product-sec .container-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
}

#best-product-sec {
  background: #f5f4f4;
  padding: 50px 0px;
}

#best-product-sec .content {
  position: absolute;
  background: #00244D;
  padding: 40px;
  top: 95px;
  right: 320px;
  opacity: 0.9;
}

#best-product-sec .content-1 {
  position: absolute;
  background: #00244D;
  padding: 40px;
  top: 95px;
  left: 320px;
  opacity: 0.9;
}

#best-product-sec .content h4 {
  color: #ffffff;
}

#best-product-sec .content-1 h4 {
  color: #ffffff;
}

#best-product-sec .content p {
  color: #ffffff;
}

#best-product-sec .content-1 p {
  color: #ffffff;
}



.best-collection {
  padding-top: 20px;
}

.best-collection .card {
  border: 0;
  /* padding: 160px 20px 20px 20px; */
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 450px;
}

.best-collection .card-body {
  z-index: 10;
  background: rgb(0 0 0 / 60%);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  /* border-radius: 5px; */
  height: 200px !important;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.best-collection .card-title {
  font-weight: 700;
  margin-bottom: 15px;
}

.best-collection .card-title a {
  color: #ffffff;
  text-decoration: none;
}

.best-collection .card-text {
  color: #ffffff;
}

.best-collection .read-more a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}
