/*
=============== 
Fonts
===============
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700&display=swap");

/*
=============== 
Variables
===============
*/

:root {
  /* dark shades of primary color*/
  --clr-primary-1: hsl(205, 86%, 17%);
  --clr-primary-2: hsl(205, 77%, 27%);
  --clr-primary-3: hsl(205, 72%, 37%);
  --clr-primary-4: hsl(205, 63%, 48%);
  /* primary/main color */
  --clr-primary-5: hsl(205, 78%, 60%);
  /* lighter shades of primary color */
  --clr-primary-6: hsl(205, 89%, 70%);
  --clr-primary-7: hsl(205, 90%, 76%);
  --clr-primary-8: hsl(205, 86%, 81%);
  --clr-primary-9: hsl(205, 90%, 88%);
  --clr-primary-10: hsl(205, 100%, 96%);
  /* darkest grey - used for headings */
  --clr-grey-1: hsl(209, 61%, 16%);
  --clr-grey-2: hsl(211, 39%, 23%);
  --clr-grey-3: hsl(209, 34%, 30%);
  --clr-grey-4: hsl(209, 28%, 39%);
  /* grey used for paragraphs */
  --clr-grey-5: hsl(210, 22%, 49%);
  --clr-grey-6: hsl(209, 23%, 60%);
  --clr-grey-7: hsl(211, 27%, 70%);
  --clr-grey-8: hsl(210, 31%, 80%);
  --clr-grey-9: hsl(212, 33%, 89%);
  --clr-grey-10: hsl(210, 36%, 96%);
  --clr-white: #fff;
  --clr-red-dark: hsl(360, 67%, 44%);
  --clr-red-light: hsl(360, 71%, 66%);
  --clr-green-dark: hsl(125, 67%, 44%);
  --clr-green-light: hsl(125, 71%, 66%);
  --clr-black: #222;
  --ff-primary: "Arial";
  --ff-secondary: "Open Sans", sans-serif;
  --transition: all 0.3s linear;
  --spacing: 0.1rem;
  --radius: 0.25rem;
  --light-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  --dark-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  --max-width: 1170px;
  --fixed-width: 620px;
}

/*
=============== 
Global Styles
===============
*/

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  letter-spacing: var(--spacing);
  text-transform: capitalize;
  line-height: 1.25;
  margin-bottom: 0.75rem;
  font-family: var(--ff-primary);
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 0.875rem;
}

/* p {
  margin-bottom: 1.25rem;
  color: var(--clr-grey-5);
} */
@media screen and (min-width: 800px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1rem;
  }

  body {
    font-size: 1rem;
    overflow-x: hidden;
  }

  h1,
  h2,
  h3,
  h4 {
    line-height: 1;
  }
}

div,
p,
a,
li,
td {
  -webkit-text-size-adjust: none;
}

html,
html a {
  -webkit-font-smoothing: antialiased !important;
}

a {
  text-decoration: none;
  color: #333;
}

img {
  border: none;
  max-width: 100%;
}
/* ------sofa breadcrumb----------------------------------------------------------------------------- */
.sofa-detail-sec{
  margin-top: 80px;
}

.breadcrumb-1 {
  height: 308px;
  /* padding: 225px 0px; */
  width: 100% !important;
  background-size: cover !important;
  background-position: center;
}
.breadcrumb-1 a{
  color: #ffffff;
  font-family: 'Roboto';
  background: #00000054;
    padding: 4px 10px;
    border-radius: 5px;
}
.breadcrumb-1 a:hover{
 text-decoration: none;
 color: #01a4db;
}
.breadcrumb-heading h2 {
  font-family: Impact;
  /* font-family: fantasy; */
  display: flex;
  justify-content: start;
  width: 28%;
  padding: 3px 32px;
  position: relative;
  background: #f0f8ffc2;
  border-radius: 0px 30px 30px 0px;
}

.breadcrumb-heading {
  position: relative;
  top: 135px;
}
.bred-crumb-head {
  color: #01a4db;
 
}
.breadcrumb-toggle {
  position: relative;
  bottom: 5px;
  height: 85%;
  display: flex;
  justify-content: center;
  align-items: end;
}
/* -headin-1- */
.breadcrumb-heading-1 h2 {
  font-family: Impact;
  /* font-family: fantasy; */
  display: flex;
  justify-content: start;
  width: 21%;
  padding: 3px 32px;
  position: relative;
  background: #f0f8ff96;
  border-radius: 0px 30px 30px 0px;
}
.breadcrumb-heading-1 {
  position: relative;
  top: 135px;
}
.bred-crumb-head-1 {
  color: #000000;

}
@media only screen and (max-width: 600px){
  .breadcrumb-heading-1 h2{
    width: 60%;
  }
  .breadcrumb-heading h2 {
    width: 70%;
  }
}
.breadcrumb-heading-2 h2 {
  /* font-family: fantasy; */
  font-family: Impact;
  display: flex;
  justify-content: start;
  width: 28%;
  padding: 3px 32px;
  position: relative;
  background: #f0f8ff96;
  border-radius: 0px 30px 30px 0px;
}
.breadcrumb-heading-2 {
  position: relative;
  top: 135px;
}

/* --------------------------Navbar-------------------------------------------------------- */
/* .navbar-collapse > ul > li.active > a, .navbar-collapse > ul > li:hover > a {
  background: #fff !important;
  color: #054aa9 !important;
} */

.logo-name {
  width: 100%;
  position: absolute;
  top: 0px;
}
.head-name-logo {
  width: 70%;
  margin: 0px auto;
  display: block;
}
button.navbar-toggler {
  border: none;
}
.phone-number {
  color: white;
  font-weight: 600;
  background: #00000073;
  padding: 5px 10px;
  border-radius: 4px;
}
.phone-number:hover {
  color: #6ad336;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 650px) {
  .logo-name {
    width: 100%;
    position: absolute;
    top: 18px;
    left: 61px;
}
}
@media (min-width: 768px) {
  
  .navbar-toggle {
    display: none;
  }

  .navbar-brand img {
    height: 130px;
    position: relative;
    right: 50px;
    bottom: 10px;
    z-index: 1;
  }
}

@media (max-width: 650px) {
  .bannerSection {
      height: 350px;
  }
  .container {
      padding-left: 15px;
      padding-right: 15px;
  }
  .navbar-brand {
      width: 80%;
  }
  /* .navbar-brand img {
      height: auto;
      width: 25%;
  } */
  .navbar-brand img {
    width: 100px !important;
    position: relative;
    bottom: 6px;
}
.navbarFullSection {
  bottom: 76px !important;
  position: relative;
  background: #6ad336; ;

 
}
ul.navbar-nav {
  position: relative !important;
  top: 13px !important;
  background: white;
  border: 1px dotted green;
  padding: 0px;
}

div#home {
  position: relative;
  top: 150px;
  height: 300px;
}
.ulright {
  float: right;
  display: flex;
  justify-content: end;
  width: 100%;
  position: relative;
  bottom: 24px;
}
a.phone-number {
  display: none;
}
.nivo-controlNav {
  display: none;
}
}
.navigationBar {
  display: block;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgb(255 255 255 / 70%);
  padding: 0;
  z-index: 100;
  height: 100px;
  box-shadow: none;
}
.navigationBarFixed .navbarFullSection {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
@media (min-width: 768px) {
  .navigationBar {
    background: url(../images/Untitled-1.png) no-repeat top right rgb(255 255 255 / 38%);
}
  
}
/* .navigationBar {
  background: url(/assets/images/Untitled-1.png) no-repeat top right rgb(235 235 235 / 36%);
} */

.navbar-brand img {
  width: 150px;
  height: 80% !important;
}

.head-icons {
  display: flex;
  position: relative;
  top: 20px;
}

.ulright {
  float: right;
  display: flex;
  align-items: center;
}

.ulright li a {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #6ad336;;
  color: #fff !important;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  margin: 5px;
  box-shadow: 7px 7px 16px 0 rgba(0, 0, 0, 0.25), -7px -7px 16px 0 rgba(255, 255, 255, 0.3);
}
.ulright li a:hover {
  background: #ffffff;
  color: #01a4db !important;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3) inset, -5px -5px 12px 0 rgba(255, 255, 255, 0.25) inset;
}

/* ---navbar----- */
.navbarFullSection {
  display: block;
  clear: both;
  width: 100%;
  height: 50px;
  bottom: 51px;
  position: relative;
  /* background: rgba(5,74,169,0.7); */
  /* background: #ffb11f; */
  background: #6ad336;;
}


ul.navbar-nav {
  display: flex;
  justify-content: center;
  width: 100%;
}
li.nav-item.active {
  background: #fff !important;
  color: #01a4db !important;
}


.navbar-collapse>ul>li {
  margin: 0 1px;
  color: #fff;
  /* padding: 0px 18px; */
  padding: 0px 32px;
  float: none;
  display: inline-block;
  position: relative;
  bottom: 0px;
  transition: all 300ms ease-in-out;
  border-radius: 0;
}

.navbar-collapse>ul>li>a {
  color: inherit !important;
  font-weight: normal;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
  text-decoration: none;
}

.navbar-collapse>ul>li>a>i {
  display: inline-block;
}

/* .nav>li>a:hover, .nav>li>a:focus {
  text-decoration: none;
  background-color: #eee !important;ss
} */
li.nav-item.active:focus {
  background: white !important;
  color: #01a4db !important;
}


.navbar-collapse>ul>li:hover {
  background-color: #ffffff !important;
  color: #01a4db !important;
}

.navbar-collapse>ul>li:hover>ul {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.navigationBarFixed .navbarFullSection {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

/* Multiple dropdown */

.navbar-collapse>ul>li>ul>li>a {
  display: block;
  padding: 6px 15px;
  color: #01a4db;
  font-size: inherit;
  transition: all 300ms ease-in-out;
  width: 230px;
  text-decoration: none;
}

.navbar-collapse>ul>li>ul>li:hover>a {
  color: white;
  background: #6ad336;;
  padding: 6px 15px;
}

.dropdown-submenu {
  position: relative;
  width: 230px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.dropdown-submenu>.dropdown-menu {
  top: 5px;
  left: 100%;
  margin-top: -7px;
  margin-left: 0px;
  border: none;
  padding: 0px;
  width: 98%;
}

.dropdown:hover>.dropdown-menu {
  display: block;
  padding: 0px;
  border-radius: unset;
}

.dropdown ul li a {
  padding: 6px 15px;
  color: #01a4db;
  /* border-bottom: solid 1px rgba(0, 0, 0, 0.1); */
  font-size: inherit;
  transition: all 300ms ease-in-out;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
  background-color: #6ad336;;
  border-radius: unset;
  width: 231px;
  position: absolute;
    top: 7px;
}
.dropdown-menu li{
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-menu ul li a {
  display: block;
  color: #01a4db;
  text-decoration: none;
  padding: 6px 15px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  display: block;
  color: #01a4db;
  text-decoration: none;
  background-color: #ffffff;
  padding: 6px 15px;
  width: 230px;
}

.navbar-collapse.in {
  overflow-y: initial !important;
}
.collapse.in {
  display: block;
  visibility: visible;
}
@media (max-width: 600){
  div#navbarNav {
    position: relative !important;
    top: 3px !important;
    background: white;
}
}
@media (max-width: 767px) {

  .navbar-collapse>ul>li:hover,
  .navbar-collapse>ul>li.active,
  .navbar-collapse>ul>li:hover>a {

    width: 100%;
    color: black !important;
    background: #01a4db !important;
    z-index: 1;
  }
  
  .li.nav-item.active{
    color: black !important;
    background: #ffffff;
    border-bottom: 1px dotted #080808;
  }
  .navbar-light .navbar-nav .nav-link {
    color: black !important;
    background: #ffffff;
    border-bottom: 1px dotted #080808;
    padding: 10px 20px;
}

.navbar-collapse>ul>li {
  padding: 0px 0px !important;
  position: relative;
  bottom: 0px;
}

  .navbar-collapse>ul>li>a {
    display: block !important;
    color: inherit;
  }
.navbar-nav li a:active{
  color: black !important;
  background: #ffffff !important;
  border-bottom: 1px dotted #080808;
}
  .navbar-collapse>ul>li>a {
    height: auto;
    line-height: normal;
    padding: 10px;
    color: black !important;
    background: #ffffff;
    border-bottom: 1px dotted #080808;
  }

  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-default .navbar-toggle {
    border-color: #ddd;
    position: absolute;
    top: 15px;
    right: 15px;
    margin-right: 0;
    border-radius: 0;
}
.navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-collapse > ul > li > a {
    height: auto;
    line-height: normal;
    padding: 10px 0px 10px 20px;
}
/* .navbar-collapse > ul > li > ul {
    display: block;
    width: 250px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    background: rgba(255,255,255,1);
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    text-align: left;
    transition: all 300ms ease-in-out;
} */
/* div#navbarNav {
  position: relative !important;
  top: 0px !important;
  width: 100%;
  background: rgb(255, 255, 255);
} */

}
div#navbarNav {
  position: relative !important;
  top: -8px !important;
}
/* --------------------------------------- */
.bannerSliderImg {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.bannerSliderImg {
  position: relative;
  overflow: hidden;
}
.bannerSliderImg {
  background-size: cover !important;
}
.bannerSliderImg:before {
  content: '';
  display: none;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: -linear-gradient(bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
  background: -moz-linear-gradient(bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
  background: -o-linear-gradient(bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
  background: -ms-linear-gradient(bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
}
/* ===================================== About CSS ================================== */
a.about-category:hover {
  text-decoration: none;
  font-weight: 600;
}

.how {
  text-align: center;
}

.there {
  text-align: center;
}

.about-us {
  background-color: #edf1f5;
  
}

@media screen and (max-width: 940px) {
  .about-us {
      padding: 30px 10px;
  }
}

.about-us .natur-row {
  margin-top: 20px;
}

.about-us .text-part h2 {
  font-weight: 600;
  font-size: 35px;
  /* margin-bottom: 20px; */
}

.about-us .text-part p {
  text-indent: 0px;
  line-height: 30px;
  text-align: justify;
  font-size: 15px;
}

.about-us .image-part .about-quick-box .about-qcard {
  background-color: #FFF;
  box-shadow: 0 10px 5px 0 rgb(93 93 133 / 35%), 0 0px 3px 0 rgb(206 206 238 / 35%);
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
  width: 100% !important;
  height: 180px !important;
}
.about-icons {
width: 50%;

}

.about-us-text-sec {
  text-indent: 0px;
  line-height: 30px;
  font-weight: 500;
  text-align: justify;
  font-size: 17px;
}

.we-expert-image {
  border-radius: 14px;
  object-fit: cover;
  height: 420px;
  margin-top: 57px;
  box-shadow: 3px 0px 8px 2px #8f8f8f;
  border-left: 5px solid #00000026;
  border-top: 5px solid #00000026;
}

.modern-sec-image {
  border-radius: 14px;
  object-fit: cover;
  /* height: 480px; */
  width: 100%;
  box-shadow: 3px 0px 8px 2px #8f8f8f;
  border-left: 5px solid #00000026;
  border-top: 5px solid #00000026;
}

.why-choose-part {
  background: #edf1f5;
  padding-top: 1px;
}
.weh-category{
  font-size: 20px;
  font-weight: 700;
}
img.weh-icon {
  width: 21px;
}
/* -----------cards------------- */
.owl-nav {
  display: none;
}
.weh-products-head {
  font-weight: 700;
  font-size: 35px;
  text-align: center;
  font-family: sans-serif;
}
.pro-sub-heads {
  border: 1px dotted white;
  padding: 5px 5px;
}
.pro-sub-heads:hover {
  background-color: #01a4db;
  color: white;
  border: 1px dotted #6ad336;;
  text-decoration: none;
  padding: 5px 5px;
}
.related-cards , .pro-sub-heads {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0px;
  overflow-wrap: break-word;
  background-color: #6ad336;;
  color: #ffffff;
  background-clip: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(195, 186, 186, 0.13);
  border-image: initial;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.card-body a  p{
  text-align: center !important;
}
.related-cards:hover {
  text-decoration: none;
  background: #ffffff;
  webkit-transform: translateY(-5px);
  -ms-transform: translateY(-2px);
  transform: translateY(-5px);
  /* box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1); */
  border: 1px dotted #01a4db;
  color: #47aaff;
  border-radius: 0.25rem;
}
/* -----we are--------------------- */
.weh-we-are-head {
  font-size: 35px;
  font-weight: 700;
  font-family: sans-serif;
}
img.weh-we-are-img {
  background: #6ad336;;
  width: 20%;
  padding: 8px 8px;
  border-top-left-radius: 14px;
  /* border-bottom-right-radius: 14px; */
  z-index: 7;
}
img.weh-we-are-img1 {
  background: #ffb22e;
  width: 20%;
  padding: 8px 8px;
  border-top-right-radius: 14px;
  z-index: 7;
}
img.weh-we-are-img2 {
  background: #f45679;
  width: 20%;
  padding: 8px 8px;
  border-bottom-right-radius: 14px;
  z-index: 7;
}
img.weh-we-are-im3 {
  background: #8c3fc7;
  width: 20%;
  padding: 8px 8px;
  border-bottom-left-radius: 14px;
  z-index: 7;
}

.about-us.home-2 .about-thumb-2 img {
  max-width: none;
  width: 100%;
}
.weh-we-are-sub-head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  position: relative;
  top: 4px;
  font-size: 20px;
  font-weight: 600;
  font-family: sans-serif;
}
/* - */
@media (min-width: 1200px){
  .about-us.home-2 .about-thumb-2 {
      display: block;
  }
  }
  /* -------------------client logo slider---------- */
  .section-padding{
    padding:60px 0;
  }
  .brand-carousel {
    background: #fff;
  }
  .client-logo-head {
    text-align: center;
    font-weight: 600;
    font-size: 35px;
}

  /**********scrollUp**********/
.scrollup {
  width:40px;
  height:40px;
  line-height: 36px;
  text-align: center;
  opacity:0.9;
  position:fixed;
  bottom:50px;
  right:20px;
  color: #fff;
  font-size: 26px;
  display:none;
  background: #01a4db;
  z-index: 200;
}
.scrollup:hover {
  background: #01a4db;
  opacity:1;
  color: #fff;
}
.rcorners2 {
border-radius: 15px 50px 30px;
background: #6ad336;;
padding: 20px; 
width: 220px;
height: 222px; 
}
.rcorners3 {
border-radius: 15px 50px 30px;
background: #6ad336;;
padding: 20px; 
width: 210px;
height: 200px; 
}
.rcorners11 {
border-radius: 0px 10px 10px;
padding: 10px; 
width: 190px;
height: 190px; 
}
.scrollback {
  width:80px;
  height:40px;
  line-height: 36px;
  text-align: center;
background: #01a4db;
font-size: 26px;
bottom:50px;
right:20px;
  opacity:0.9;
  /* position:fixed;
  bottom:50px;
  right:20px;
  color: #fff;
  font-size: 26px;
  display:none;
  
  z-index: 200;*/
}


/* -------------footer-------- */
.footer-about p {
  text-align: justify;
  position: relative;
  top: 18px;
  color: #ffffff;
  font-size: 14px;
}
.img-fluid.logo-footer {
  position: relative;
  bottom: 13px;
}
#footer {
  background-color: #6ad336;;
  /* padding: 1rem; */
  padding-top: 4rem;
  padding-bottom: 2rem;
}
#footer2{
	background: #f7f7f7;
    padding: 3rem;
    margin-top: 0px;
	/* padding-top: 5rem; */
	padding-top: 7rem;
    padding-bottom: 80px;

}
.logo-footer{
	/* max-width: 300px; */
}
.social-links{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.useful-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.social-links h2{
	padding-bottom: 15px;
	font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}
.social-links img{
	padding-bottom: 25px;
}
.social-icons{
	/* display: flex;
    gap: 3rem; */
	display: flex;
    flex-direction: column;
    gap: 0.4rem;
    /* gap: 1.5rem; */
	color: #ffffff;
}
.social-icons a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.social-icons a:hover{
  color: #01a4db;
  text-decoration: none;
}
.social-icons a i:hover{
  color: #01a4db;
}
/* .social-icons a i{
	box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
    padding: 0.4rem 1rem 0.4rem 1rem;
    border-radius: 3px;
    color: #008c18;
	font-size: 16px;
	margin-right: 12px;
} */
.social-icons a i {
  padding: 0.8rem 0.9rem 1.4rem 0.9rem;
  color: #ffffff;
  font-size: 16px;
  height: 42px;
  width: 42px;
  margin: 7px;
  box-shadow: 7px 7px 16px 0 rgba(0, 0, 0, 0.25), -7px -7px 16px 0 rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.social-icons a i:Hover {
  box-shadow:
    5px 5px 10px 0 rgba(0, 0, 0, 0.3) inset,
    -5px -5px 12px 0 rgba(255, 255, 255, 0.25) inset;
    /* box-shadow: 3px 3px 10px 0 rgb(0 0 0 / 17%) inset, -5px -5px 12px 0 rgba(255, 255, 255, 0.25) inset; */
  
}
.address-links li a:hover{
  text-decoration: none;
  color: #12579a;
}
li{
	list-style: none;
}
.useful-link h2{
	padding-bottom: 15px;
	font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}
.useful-link img{
	padding-bottom: 15px;
}
.use-links{
	line-height: 60px;
}
.use-links li i{
	font-size: 14px;
    padding-right: 8px;
    color: #ffffff;
}
.use-links li a{
	color: #ffffff;
    font-size: 15px;
    font-weight: 500;
	color: #ffffff;
}
.use-links li a:hover {
  color: #01a4db;
  text-decoration: none;
}
.address h2{
	padding-bottom: 15px;
	font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}
.address img{
	padding-bottom: 15px;
}
.address-links li a{
	color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}
.address-links li i{
	font-size: 16px;
  padding-right: 8px;
	color: #ffffff;

}
.address-links li i:nth-child(1){
	padding-top: 9px;
}
.address-links .address1{
	font-weight: 500;
    font-size: 15px;
	display: flex;
}
.address-links{
	    line-height: 32px;
		color: #ffffff;
}
.copy-right-sec {
  padding: 0.5rem;
  color: #777;
  background: #f9f9f9;
  text-align: center;
}
/* .copy-right-sec {
  padding: 1.8rem;
  background: #c6c6c6;
  color: #777;
  text-align: center;
  border-top: 1px solid #b1abab;
} */
.copy-right-sec a{
  color:#6ad336;;
  
  font-weight: 500;
}
.copy-right-sec a:hover{
  text-decoration: none;
  color: #01a4db;
}
@media only screen and (max-width: 600px) {
  .useful-link {
    display: flex;
    flex-direction: column;
    align-items: start !important;
    justify-content: center;
    margin-top: 35px;
  }
  .social-links {
    display: flex;
    flex-direction: column;
    align-items: start !important;
    justify-content: center;
    margin-top: 35px;
}
.social-icons a {
  margin-left: -10px;
}
.copy-right-sec {
  padding: 2.2rem;
}
}
/*abtOverviewSection*/
.svgShaper-shape-fill {
  fill: rgb(106 211 54);
}
.abtOverviewSectionStrip {
  display: block;
  width: 100%;
  height: 162PX;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  overflow: hidden;
}
.abtOverviewSectionStrip svg {
  position: relative;
  width: 150%;
  left: 0;
  bottom: 0;
  transform: rotate(180deg);
}
@media only screen and (max-width: 600px) {
  .abtOverviewSectionStrip {
    display: block;
    width: 100%;
    height: unset !important;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    overflow: hidden;
  }
}
/* ------------------contact us-------------------------------------------------- */
.contact-head-sec h4.contact-touch {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.8px;
  color: #101010;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-head-sec h4.contact-touch:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  /* background-color: #008c18; */
  background-color: #eb880e;
}
.contact-1{
  background-color: #6ad336;;
  padding-left: 60px !important;
}


.contact-2{
  background-color: #d1d4d8
}
.sent-msg {
  line-height: 48px;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: none;
  font-weight: 700;
}
.contact-small-text {
  color: white;
}
.contact-small-texted {
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: 'Roboto';
}
.contact-small-texted:hover {
  color: #e65540;
  text-decoration: none;
}
.contacts-icon-1 {
  color: white;
  font-size: 14px;
}
.contact-submit-btn {
  color: white;
  background: #6ad336;;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
}
.contact-submit-btn:hover {
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  color: white;
  background: #01a4db;
}
.contact-sec-2.pr-5 {
  background: aliceblue;
  border-radius: 15px;
  padding: 38px 14px;
  position: relative;
  top: 55px;
  right: 100px;
}
.msg:before{
  content: "\f095";
  border: 1px solid white;
  padding: 10px 10px;
  border-radius: 20px;
  position: relative;
  top: 3px;
}
.phn:before{
  content: "\f095";
  border: 1px solid white;
  padding: 10px 10px;
  border-radius: 20px;
  position: relative;
  top: 3px;
}
.add:before{
  content: "\f095";
  border: 1px solid white;
  padding: 10px 11px;
  border-radius: 20px;
  position: relative;
  top: 3px;
}
.cont-icons-head {
  font-size: 15px;
  font-family: Arial;
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  .contact-sec-2 {
    background: aliceblue;
    border-radius: 15px;
    padding: 14px 14px !important;
    position: relative;
    right: 0px !important;
    top: 1px !important;
}
.contact-2 {
  background-color: #f0f8ff !important;
}
.contact-sec-1 {
  padding-left: 0px !important;
}
}
/* -----------map---------- */
.map_sec{
  padding: 50px 0px;
}
.map_inner h4, .map_inner p{
  color: #000;
  text-align: center
}
.map_inner p{
  font-size: 13px;
}
.map_bind{
 margin-top: 50px;
  border-radius: 30px;
  overflow: hidden;
}
/* -------------------------why choose ----------------- */
.about-sec-icons {
  color: #6ad336;;
  font-size: 50px;
}
.why-choose-text {
  color: #6ad336;;
}
span.why-choose-text {
  color: #6ad336;;
}
.modern-sec-image {
  border-radius: 14px;
  object-fit: cover;
  /* height: 480px; */
  width: 100%;
  box-shadow: 3px 0px 8px 2px #8f8f8f;
  border-left: 5px solid #00000026;
  border-top: 5px solid #00000026;
}
.why-choose-part {
  background: #edf1f5;
  padding-top: 1px;
}
/* ----------------counter --------------- */
p.counter-desc {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}

span.counter {
  display: inline-block;
  font-size: 60px;
  color: #000000;
  /* font-weight: 900; */
  margin: 15px 0px;
  /* letter-spacing: 4px; */
  /* background-image: url(/assets/images/pharma/team/team-bg-1.png); */
}
.we-have-section-heading {
  color: white;
  padding: 10px;
  font-weight: 700;
}
h2#test {
  color: white;
  font-size: 50px;
  font-weight: 700;
}
.counter-sec {
color: white;
font-size: 50px;
  font-weight: 700;
}
.acchived-span{
text-align: center;
  color: white;
  font-size: 15px;
  font-weight: 600;
}
.what-we-image {
width: 25%;
border: 2px solid white;
padding: 10px;
border-radius: 50%;
}
h4.names {
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  top: 4px;
  color: #fff!important;
  font-weight: 700;
  font-size: 20px;
}
/* ==============profile=========== */
.team-pro {
  width: 100%;
  background: #edf1f5;
}
.main{
  width: 100%;
  padding: 20px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #edf1f5;
}
.profile-card{
  position: relative;
  font-family: sans-serif;
  width: 250px;
  height: 250px;
  background: #fff;
  padding: 30px;
  border-radius: 50%;
  box-shadow: 0 0 22px #3336;
  transition: .6s;
  margin: 0px auto;
}
.profile-card:hover{
  border-radius: 10px;
  height: 280px;
}
.profile-card .img{
  position: relative;
  width: 100%;
  height: 100%;
  transition: .6s;
  z-index: 99;
}
.profile-card:hover .img{
  transform: translateY(-60px);
}
.img img{
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 0 22px #3336;
  transition: .6s;
}
.profile-card:hover img{
  border-radius: 10px;
}
.caption{
  text-align: center;
  transform: translateY(-80px);
  opacity: 0;
  transition: .6s;
}
.profile-card:hover .caption{
  opacity: 1;
}
.caption h3{
  font-size: 21px;
  font-family: sans-serif;
}
.caption p{
  font-size: 15px;
  color: #0c52a1;
  font-family: sans-serif;
  margin: 2px 0 9px 0;
}
.caption .pro-social-links a{
  color: #333;
  margin-right: 15px;
  font-size: 21px;
  transition: .6s;
}
.pro-social-links a:hover{
  color: #01a4db;
}
h3.profile-head {
  font-weight: 600;
    font-size: 35px;
    text-align: center;
    padding-top: 30px;
}
/* ----Enquiry form--------------------------------- */
.info-wrap h3 {
  color: #fff;
}
.info-wrap .dbox {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
}
.info-wrap .dbox .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.info-wrap .dbox p a{
  color: white;
  text-decoration: none;
}
.info-wrap .dbox p a:hover{
  color: #54ff00;
}
.enq:before {
  border: 2px solid rgba(255, 255, 255, 0.2);
  position: relative;
  top: 3px;
  padding: 13px 16px;
  color: white;
  font-size: 20px;
  border-radius: 50%;
}
/* ---------------detail page scroll div-------------- */
.scroll-div {
  height: 540px;
  overflow-y: scroll;
  padding-right: 20px;
}
.scroll-div::-webkit-scrollbar {
    display: none;
}
.scroll-div {
  -ms-overflow-style: none;  
  scrollbar-width: none; 
}
.tag-icon {
  color: #51be78;
}
p.launch-year {
  border: 1px dotted;
  padding: 4px 11px 4px;
  margin: 0px 8px;
}
/* -------specifications------ */
.s-text {
  color: grey;
  font-size: 16px;
  font-weight: 600;
  width: 50%;
}
td {
  text-align: left;
  padding: 8px;
}



