/* Default Section */
body {
  padding: 0px;
  margin: 0px;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  -webkit-font-smoothing: auto;
}
img {
  border: none;
}
a {
  transition: all 0.3s;
  text-decoration: none;
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}
hr {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 500;
  font-family: "Cormorant", serif;
}
p {
  color: #171717;
  line-height: 24px;
  margin-bottom: 20px;
}
li {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 5px;
}
input {
  font-size: 14px;
}
p a,
li a {
  color: #6c6c6c;
}
p a:hover,
li a:hover {
  color: #d29948;
}
strong {
  font-weight: 600;
}
iframe {
  border: none;
  overflow: hidden;
}
textarea {
  resize: none;
  font-size: 14px;
}
.oreganofont {
  font-family: "Great Vibes", cursive;
}

::-webkit-input-placeholder {
  opacity: 1 !important; /* for older chrome versions. may no longer apply. */
}
:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1 !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1 !important;
}
:-ms-input-placeholder {
  opacity: 1 !important;
}

.container {
  max-width: 1260px;
}
.container-fluid {
  max-width: 1440px;
}
.accordion-button {
  font-family: "Alegreya Sans", sans-serif;
}

/* Main Navigation bar */
.headersec {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}
.headersec .navbar {
  background-color: #1c1b17 !important;
  transition: all 0.43s ease-in-out;
  padding: 2px 0;
  height: auto;
  position: relative;
  z-index: 99;
  transition: all 0.4s ease-in-out;
  margin-top: 0;
}
.headersec .navbar:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  display: block;
  width: 100%;
  height: 17px;
  background-image: url("../images/stripdown.png");
  background-repeat: repeat-x;
}

.headersec .navbar .navbar-brand img {
  width: 82px;
  transition: all 0.43s ease-in-out;
  margin-top: 0px;
}
.headersec .navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link,
.headersec .navbar-light .navbar-nav .nav-link:hover,
.headersec .navbar-light .navbar-nav .current-menu-item a {
  color: #fff !important;
  font-weight: 400;
  transition: all 0.25s ease-in-out;
}
.headersec .navbar-light .navbar-nav .nav-link {
  color: #e7e7e7;
  font-size: 14px;
  padding: 1.16rem 1rem;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.headersec .navbar-light .navbar-nav .nav-link:hover {
  color: #bfaba4;
}
.headersec .navbar-nav.leftsidenav {
  padding-left: 2rem;
}
.rightsidenav li a {
  color: #fff !important;
  transition: all 0.43s ease-in-out;
}
.rightsidenav li:last-child a {
  background-color: #00baff;
  color: #fff !important;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 5px;
  border: 2px solid #fff;
}
.current-menu-item a {
  color: #50e3c2 !important;
}
.headersec .navbar-light .navbar-nav .nav-link.active {
  font-weight: 600;
  position: relative;
  color: #d29948 !important;
}
.headersec .navbar-light .navbar-nav .nav-link.active:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #de0000;
  position: absolute;
  top: 27px;
  left: 18px;
  display: none;
}

.headersec .navbar .container {
}

.headersec .dropdown-item {
  font-weight: 400;
  font-size: 16px;
  border-left: 2px solid #fff;
}
.headersec .dropdown-item:hover {
  border-left: 2px solid #50e3c2;
}
.headersec .dropdown-item:focus,
.headersec .dropdown-item:hover {
  background-color: transparent;
  color: #50e3c2;
}

.nav-item.concusbtn {
  padding-top: 10px;
}
.nav-item.concusbtn a {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 8px 30px !important;
  color: #fff !important;
}
.nav-item.concusbtn .nav-link:hover {
  color: #fff !important;
}
.headersec .navbar-light .navbar-nav .nav-item.concusbtn .nav-link:hover {
  color: #fff !important;
}

.nav-item.slashboxcls svg {
  opacity: 0.7;
  fill: #fff;
  height: 38px;
  position: relative;
  top: 11px;
  left: -7px;
}

.smiconsnav li a {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.blogreadmorebtn {
  width: 100%;
}
.blogreadmorebtn a {
  color: #bfaba4 !important;
}

.headersec .navbar-nav li.nav-item .fa-user-circle {
  font-size: 18px;
}
.headersec .nav-item.callnavcls a.nav-link {
  background-color: #50e3c2;
  color: #fff;
  padding: 1.2rem 1rem;
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
}
.headersec .nav-item.callnavcls a.nav-link:hover {
  color: #fff;
}

.nav-item.customconcls {
  padding-top: 1px;
  margin-left: 1rem;
  margin-right: 0.7rem;
}
.nav-item.customconcls a {
  padding: 0.5rem 1rem !important;
  background-color: #d29948;
  color: #fff !important;
  border-radius: 5px;
}
.nav-item.customconcls a:hover {
  background-color: #b28128;
}
.nav-item.cusphonenum a {
  color: #fff !important;
  position: relative;
  top: 1px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s ease-in-out;
  padding-top: 60px;
  text-align: left;
}
.sidenav a {
  padding: 8px 8px 8px 24px;
  text-decoration: none;
  font-size: 25px;
  color: #171717;
  display: block;
  transition: 0.3s ease-in-out;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.mobilebelownav {
  width: 100%;
  padding: 1rem;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
.mobilebelownav li {
  display: inline-block;
  padding: 0 0 0.5rem 0;
  font-size: 15px;
}
.mobilebelownav li a {
  border: 1px solid #00baff;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 5px;
  display: inline-block;
  width: 148px;
  text-align: center;
  font-size: 15px;
}
.mobilebelownav li:last-child a {
  background-color: #00baff;
  color: #fff !important;
}

.mobilebelownav {
  display: none;
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

.headersec.posi {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.headersec.posi .navbar .navbar-brand img {
}
.headersec.posi .rightsidenav li a {
  color: #54545e !important;
}
.headersec.posi .rightsidenav li:last-child a {
  color: #fff !important;
}
.headersec.posi .navbar .navbar-brand img {
  width: 66px;
}

.headersec.posi .navbar {
  padding: 4px 0;
  background-color: #1c1b17 !important;
}
.headersec.posi .navbar .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  padding-bottom: 0rem;
}
.headersec.posi .navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.headersec.posi .navbar-light .navbar-nav .nav-link.active,
.headersec.posi .navbar-light .navbar-nav .show > .nav-link,
.headersec.posi .navbar-light .navbar-nav .nav-link:hover,
.headersec.posi .navbar-light .navbar-nav .current-menu-item a {
  color: #d29948;
}

/* Dropdown nav */
.headersec .navbar-nav .nav-item.dropdown .dropdown-menu {
  border-radius: 0px;
  position: fixed;
  width: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.97);
  border: none;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08);
}
.navsubblock {
  width: 100%;
  padding: 0.5rem 0px;
}
.navsubblock strong {
  font-weight: 600;
}
.navsubblock h4 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0.61rem;
  color: #f2594b;
}
.navsubblock p {
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 10px;
}
.navsubblock .discbtm.withblacktxt {
  padding-top: 0;
  padding-bottom: 5px;
}
.navsubblock .discbtm.withblacktxt a {
  font-size: 14px;
}
.separatoronecls {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 1rem 0;
}

.mainnavlinks {
  width: 100%;
  padding: 0.5rem 0px;
}
.mainnavlinks ul {
  margin: 0;
  padding: 0 0 0 12px;
  list-style-type: none;
}
.mainnavlinks ul li {
  font-size: 14px;
  padding-bottom: 10px;
  position: relative;
}
.mainnavpadleft {
  padding-left: 1.4rem;
}

.mainnavlinks ul li:before {
  content: "\f105";
  position: absolute;
  top: 2px;
  left: -12px;
  font: normal normal normal 16px/1 FontAwesome;
}
.mainnavpadlefttwo {
  padding-left: 1.3rem;
}
.navsmallimgcls {
  object-fit: cover;
  height: 135px;
  width: 100%;
}

.schedfreeconsbtn {
  width: 100%;
  padding-top: 2rem;
  position: relative;
}
.schedfreeconsbtn a {
  padding: 1rem !important;
  background-color: #f2594b;
  color: #fff !important;
  border-radius: 5px;
  font-size: 14px;
  position: relative;
}
.schedfreeconsbtn a:hover {
  background-color: #d94231;
}
.schedfreeconsbtn a .btnbannerarrowcls {
  top: -3px;
}

/* Mega Nav Design Two */
.megasinglenav {
  width: 100%;
  padding: 1rem 0.7rem;
  margin: 1rem 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.megasinglenav h5 {
  color: #f2594b;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
}
.megasinglenav p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.megasinglenav:hover {
  background-color: #f6f6f6;
}
.megasinglenav:hover p {
  color: #272727;
  font-weight: 400;
}

.bannersec.innerpagesec {
  max-height: 430px;
}
.bannersec.innerpagesec .innerimgcls {
  margin-top: -7rem;
}
.bannersec.innerpagesec .banner-caption {
  bottom: initial;
  top: 14rem;
}

.bannersec.innerpagesec h1 {
  font-weight: 200;
}
.banner-caption h3 {
  margin-bottom: 1rem;
}
.headersec .nav-item.dropdown .dropdown-menu .container {
  padding-bottom: 0;
}
.abtboxonebox {
  width: 100%;
  text-align: right;
}
.servicesec.whyussec.innerabtsec {
  background-color: #fff;
}

.timelinesec {
  width: 100%;
  background-color: #fafafa;
  padding: 5rem 0;
}
.singletimeline {
  width: 100%;
}
.singletimeline h5 {
  color: #f2594b;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.singletimeline h3 {
  color: #171717;
  font-size: 16px;
  font-weight: 600;
  padding-right: 4rem;
}
.singletimeline p {
  font-size: 13px;
  margin-bottom: 0;
  padding: 0.5rem 0.8rem 0.5rem 0;
  line-height: 20px;
  padding: 1rem 3.4rem 0.5rem 0;
}
.tsepaline {
  margin: 0.61rem 0 1rem;
  border: none;
  width: 100%;
  background-color: #a4a4a4;
  height: 1px;
}
.timelinesec .titleboxone {
  margin-bottom: 3.4rem;
}
.timelinesec .titleboxone h2 {
  margin-bottom: 0.7rem;
}
.timelinesec .owl-theme .owl-dots {
  display: block !important;
}

.singletimeline h5:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #f2594b;
  border-radius: 50%;
  position: absolute;
  left: 17px;
  top: 30px;
  z-index: 9;
}

.companymdsec {
  width: 100%;
  padding: 5rem 0;
}
.mdimgblock {
  width: 100%;
  position: relative;
}
.mdimgblock img.ceoimgcls {
  filter: grayscale(1);
}

.titlemdbox {
  width: 340px;
  height: auto;
  background-color: #fff;
  position: absolute;
  bottom: 17px;
  right: -50px;
  border-radius: 2px;
  z-index: 99;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
}
.titlemdbox h2 {
  color: #171717;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 5px;
}
.titlemdbox h6 {
  color: #474747;
  font-size: 14px;
  font-weight: 300;
}
.logoiconimgcls {
  width: 84px;
  position: absolute;
  bottom: 0;
  right: 17px;
}

.ceobrieftxtbox {
  width: 100%;
  padding-left: 4.5rem;
  padding-top: 2.5rem;
}
.ceobrieftxtbox .titleboxone h3 {
  font-weight: 200;
  font-size: 25px;
  color: #979797;
  padding: 1.2rem 0;
  line-height: 34px;
}

.carticon,
.usericon {
  width: 15px;
}
.carticon {
  margin-right: 2px;
}
.navsearchbox {
  width: 184px;
  padding-top: 9px;
}
.navsearchbox input[type="search"] {
  width: 100%;
  border-radius: 5px;
  background-color: #f5f5f5;
  padding: 10px 8px 10px 30px;
  border: none;
  background-image: url("../images/search.png");
  background-repeat: no-repeat;
  background-position: left 8px center;
}
.searchcartlist {
  margin-left: 15px !important;
}

.bannersec {
  width: 100%;
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  display: flex;
}
.bannersec .overshadecls {
  width: 100%;
  display: flex;
  background-color: rgba(0, 0, 0, 0.34);
  background-image: url("../images/bannerfadebg01.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}
.bannermainwrapsec {
  width: 100%;
  min-height: 740px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bannercapcls {
  width: 700px;
  margin-top: 4rem;
  min-height: 100px;
  text-align: center;
}
.bannercapcls p {
  text-align: center;
  margin-bottom: 10px;
  padding-top: 12px;
  color: #50e3c2;
  text-transform: uppercase;
  font-size: 20px;
}
.bannercapcls h1 {
  font-size: 34px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 10px;
}
.pagebtncls {
  width: 100%;
  margin-bottom: 20px;
}
.pagebtncls a {
  color: #777;
}

.bannerbtn {
  width: 100%;
  padding: 1rem 0 2rem;
}
.bannerbtn a {
  letter-spacing: 2px;
  font-size: 11px;
  border: 1px solid #c7a3a1;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 40px;
  transition: all 0.3s ease-in-out;
  background-color: #c7a3a1;
}
.bannerbtn a:hover {
  background-color: #f9f9f9;
  color: #575757;
  border: 1px solid #a7a7a7;
}

/* Banner */
.bannersec {
  width: 100%;
  position: relative;
  max-height: 670px;
  overflow: hidden;
  padding-top: 6.1rem;
  background-color: #fff;
  margin-top: -4px;
}
.bannersec img {
  width: auto;
  object-fit: cover;
}

.dlc-hero-opacity {
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.banner-caption {
  width: 100%;
  position: absolute;
  left: 0;
  top: 4rem;
  background-color: rgba(49, 111, 180, 0);
  z-index: 90;
  text-align: center;
}
.banner-caption h1 {
  font-size: 60px;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 1rem;
  line-height: 60px;
  font-weight: 500;
}
.banner-caption h1 span {
  font-weight: 400;
}
.banner-caption h2 {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  margin: 15px 0;
  font-family: "Poppins", sans-serif;
  line-height: 40px;
}

.banner-caption h2 span i.fa {
  color: #d29948;
}

.banner-caption h2 strong {
  font-weight: 500;
}
.banner-caption p {
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 12px;
  color: #50e3c2;
  text-transform: uppercase;
  font-size: 20px;
}
.bannersec video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.banner-caption h3 {
  font-weight: 200;
  font-size: 20px;
  color: #fff;
  min-height: 24px;
}

.bannerbtn {
  width: 100%;
  text-align: center;
  padding-top: 2rem;
}
.bannerbtn a {
  padding: 1rem 3rem;
  background-color: #08c9bd;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.bannerbtn a:hover {
  background-color: #f29555;
  color: #fff;
}

.cartbox.aboutssbox {
  position: relative;
}
.cartbox.aboutssbox .namesstxt {
  width: 430px;
  padding: 2rem 1.7rem;
  background-color: rgba(190, 170, 163, 0.89);
  position: absolute;
  bottom: 2rem;
  left: -13rem;
  border-radius: 10px;
}
.cartbox.aboutssbox .namesstxt h3 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 0.5rem;
  font-weight: 400;
  letter-spacing: -1px;
}
.cartbox.aboutssbox .namesstxt p {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}
.sepa08 {
  margin-bottom: 8rem;
}

.aboutsec {
  width: 100%;
  background-color: #fff;
  padding: 5rem 4rem 6rem;
}
.aboutsec .container-fluid {
  padding-left: 0;
}
.abouttextcls {
  width: 400px;
  margin: 12rem 2rem 0 6.1rem;
}
.abouttextcls h2 {
  color: #25212a;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
.abouttextcls p {
  color: #575757;
}
.explorebtn {
  width: 100%;
  padding-top: 1.5rem;
}
.explorebtn a {
  padding: 0.8rem 2rem !important;
  background-color: #d29948;
  color: #fff !important;
  border-radius: 5px;
  font-weight: 300;
}
.explorebtn a:hover {
  background-color: #b28128;
}

.abtimgboxcls {
  width: 100%;
  min-height: 610px;
  background-color: transparent;
  background-image: url("../images/bg01.png");
  position: relative;
}
.abtimgboxcls img.abthomeimgcls {
  width: 400px;
  position: absolute;
  top: 50px;
  right: -78px;
  border: 2px solid #fff;
}
.abtwrapbgcls {
  background-image: url("../images/abt1stbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar-nav.smrtbar li a.nav-link {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  letter-spacing: 0 !important;
  padding: 2px !important;
}
.navbar-nav.smrtbar li a.nav-link:hover {
  border: 1px solid #c7a3a1;
}
.navbar-nav.smrtbar li {
  margin-left: 10px;
}

.bannersec {
  width: 100%;
  position: relative;
}
.cloudseccls {
  width: 100%;
  height: 50px;
  background-image: url("../images/cloud01.png");
  background-repeat: repeat-x;
  background-position: top left;
  position: relative;
  background-size: 62%;
  top: -47px;
  z-index: 9;
}
.clouddownseccls {
  width: 100%;
  height: 50px;
  background-image: url("../images/cloud02-down.png");
  background-repeat: repeat-x;
  background-position: top left;
  position: relative;
  background-size: 62%;
  top: -10px;
  z-index: 9;
}
.cloudupseccls {
  width: 100%;
  height: 50px;
  background-image: url("../images/cloud02-up.png");
  background-repeat: repeat-x;
  background-position: top left;
  position: relative;
  background-size: 62%;
  top: 0px;
  z-index: 9;
}
.cloudcontactcls {
  width: 100%;
  height: 50px;
  background-image: url("../images/cloud02-contact.png");
  background-repeat: repeat-x;
  background-position: top left;
  position: relative;
  background-size: 62%;
  top: -5px;
  z-index: 9;
}

.fiftyyearscls {
  width: 300px !important;
  padding: 0.34rem;
  background-color: #1c1b17;
  border-radius: 7px;
  margin: 0 auto;
}
.tealeafonecls {
  width: 100%;
  position: relative;
}
.tealeafonecls .tealeafoneimgcls {
  position: absolute;
  top: -181px;
  right: 0;
  width: 170px;
  z-index: 10;
}
.tealeafoneleftcls {
  width: 100%;
  position: relative;
}
.tealeafoneleftcls .tealeafoneleftimgcls {
  position: absolute;
  top: -81px;
  left: 0;
  width: 120px;
  z-index: 10;
}

.maintopbtn {
  width: 100%;
  text-align: center;
  padding-top: 2rem;
}
.maintopbtn a {
  padding: 0.8rem 2rem !important;
  background-color: #d29948;
  color: #fff !important;
  border-radius: 5px;
  font-weight: 300;
}
.maintopbtn a:hover {
  background-color: #b28128;
}

.aboutcompanysec {
  width: 100%;
  padding: 5.5rem 0 3.1rem;
}
.abtboxcls {
  width: 100%;
}
.titleh2cls {
  font-size: 38px;
  color: #1c1b17;
  font-weight: 600;
  position: relative;
  z-index: 10;
  margin-bottom: 25px;
  padding: 11px 25px;
}
.titleh2cls:after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffe1a9;
  z-index: -1;
}
.abtboxcls p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}
.abtboxcls p span {
  font-weight: 400;
  color: #d29948;
}

.dirspeechbox {
  width: 100%;
  text-align: right;
  position: relative;
}
.dirspeechboxtextcls {
  width: 530px;
  min-height: 250px;
  background-color: #1c1b17;
  border-radius: 10px 30px 10px 30px;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -197px;
  left: 52px;
  text-align: left;
  padding: 2.5rem 1.5rem;
}
.dirspeechboxtextcls h4 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}
.dirspeechboxtextcls p {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
  color: #fff;
}
.quoteoneleft {
  position: absolute;
  left: 18px;
  bottom: 70px;
  width: 70px;
  z-index: 20;
}
.abtbgimgcls {
  background-image: url("../images/teagarden-sketch01.jpg");
  min-height: 780px;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
}

.homeproductsec {
  width: 100%;
  background-color: #fff8eb;
  min-height: 200px;
  padding: 3.4rem 0;
}
.quasersec {
  width: 100%;
  padding: 2.5rem 0 4.3rem;
  position: relative;
}
.qualityimgbox {
  width: 60rem;
  position: relative;
  top: 0;
  left: -8rem;
}
.qualityimgbox .quatitlebox {
  position: absolute;
  left: 7.2rem;
  top: 50%;
  z-index: 4;
}
.qualityimgbox .quatitlebox .smlinebar {
  background-color: #fff;
}
.qualityimgbox .quatitlebox h2 {
  font-size: 34px;
  color: #fff;
  width: 50%;
  margin-bottom: 1rem;
}
.qualityimgbox .quatitlebox h4 {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  width: 57%;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.proserbox {
  width: 56rem;
  position: relative;
  background-color: #fff;
  padding: 1.5rem 2.5rem;
  min-height: 432px;
  top: 2.1rem;
  right: 31rem;
  z-index: 6;
  border-radius: 10px;
  border: 7px solid #f5c367;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
}
.singleproitem {
  width: 100%;
  text-align: center;
  padding: 10px;
  border: none;
}
.singleproitem img.prosericon {
  width: 100px;
  margin: 0 auto 15px;
}
.singleproitem h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}
.singleproitem p {
  color: #1c1b17;
}
.readbtntwo {
  width: 100%;
  padding: 0 0 5px;
}
.readbtntwo a {
  color: #fff;
}
.readbtntwo a:hover {
  color: #1176ec;
}

.proserbox .owl-nav {
  display: block !important;
  position: relative;
}
.proserbox .owl-nav .owl-prev,
.proserbox .owl-nav .owl-next {
  position: absolute;
  right: 18rem;
  bottom: -3.2rem;
  background-color: #1c1b17;
  border-radius: 1px;
  padding: 5px 18px;
  font-size: 20px;
  transition: all 0.4s ease-in-out;
}
.proserbox .owl-nav .owl-next {
  right: 14.8rem;
}
.proserbox .owl-nav .owl-prev:hover,
.proserbox .owl-nav .owl-next:hover {
  background-color: #000;
}
.singleproitem p.name {
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}
.singleproitem p.name span {
  font-size: 12px;
  font-weight: 400;
  display: block;
}
p.quotecls {
  color: #fff !important;
  font-size: 30px;
}

.belowproductsec {
  width: 100%;
  background-color: #fff;
  min-height: 250px;
  padding: 3.4rem 0;
}
.qualityimgbox img {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 568px;
  object-fit: cover;
}

.producttitlebox {
  width: 100%;
  padding: 0 0 2.5rem;
  text-align: center;
}
.producttitlebox h2 {
  font-size: 44px;
  color: #1c1b17;
  font-weight: 600;
  position: relative;
  z-index: 10;
}
.producttitlebox img.floralhrimg {
  width: 110px;
}

.proserbox .singleproitem img {
  width: 150px;
  margin: 0 auto;
}
.proserbox .singleproitem {
  text-align: center;
}
.proserbox .singleproitem h3 {
  font-weight: 600;
  padding: 0.5rem 0;
}
.proserbox .singleproitem p {
  margin: 0;
  font-size: 15px;
}
.proserbox {
  background-image: url("../images/prodbg02.jpg");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

.homecontactsec {
  width: 100%;
  background-image: url("../images/certibk.jpg");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  min-height: 430px;
  position: relative;
  padding-top: 2rem;
}
.homecontactsec h2.titleh2cls {
  color: #1c1b17;
  margin-top: 3.1rem;
}
.homecontactsec h2.titleh2cls:after {
  background-color: #ffe1a9;
}
.homecontactsec p.awardsparacls {
  color: #1c1b17;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  padding-right: 34%;
}

.awardcerticls {
  padding-right: 37%;
}
.awardcerticls .singleproitem {
  background-color: #fff;
  padding: 1rem;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.2rem;
}
.gallerysec {
  width: 100%;
  padding: 3.4rem 0 2.5rem;
}

.galleryimgbox {
  width: 100%;
  position: relative;
  background-color: #fff;
  cursor: pointer;
  padding: 5px;
}
.galleryimgbox img {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.galleryimgbox:hover img {
  opacity: 0.78;
}
.galtextcls {
  width: 95%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99;
  position: absolute;
  bottom: 5px;
  left: 8px;
  border-radius: 0px 0px 0 0;
  padding: 10px 0;
}
.galtextcls p {
  margin: 0;
  color: #f5c367;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
}
.maintopbtn.gallerybtn {
  margin-top: 1rem;
}
.conttitlebox .maintopbtn.gallerybtn {
  text-align: right;
}

.contactwrapsec {
  width: 100%;
  background-image: url("../images/conbg02.jpg");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  min-height: 300px;
}
.conttitlebox {
  width: 100%;
}
.conttitlebox h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  padding-top: 30px;
}
.contwrapboxcls {
  width: 100%;
  padding-top: 4rem;
}

.footersec {
  width: 100%;
  background-color: #1c1b17;
  padding: 0.5rem 0;
  border-top: 2px solid #f5c367;
}
.footerbtmtext {
  width: 100%;
}
.footerbtmtext p.copyrightcls {
  font-size: 12px;
  color: #d7d7d7;
  margin: 0;
  text-align: center;
}
.footerbtmtext ul.footernav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.footerbtmtext ul.footernav li {
  display: inline-block;
  padding: 5px 10px;
}
.footerbtmtext ul.footernav li a {
  color: #d7d7d7;
  font-size: 13px;
}
.footerbtmtext ul.footernav li a:hover {
  color: #f5c367;
}
.footerbtmtext p.copyrightcls a {
  color: #f5c367;
}

.onloadvidcls {
  z-index: 9999 !important;
}
.onloadvidcls .modal-dialog {
  max-width: 700px;
}
.onloadvideosec {
  width: 100%;
}
.onloadvideosec iframe {
  width: 100%;
  height: 340px;
}

.cloudseccls,
.clouddownseccls,
.cloudcontactcls,
.cloudupseccls {
  display: none;
}
.mcotboxleft {
  width: 100px;
  float: left;
  margin: 0 1rem 0.5rem 0;
}
.iconforgoodone {
  width: 100%;
  padding-top: 2rem;
}
.iconforgoodone ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
.iconforgoodone ul li {
  display: inline-block;
  padding: 0 3.2rem;
}
.iconforgoodone ul li img {
  width: 170px;
}
.quotes {
  display: none;
}
.bannertxtbox {
  width: 100%;
  min-height: 40px;
}

.homegallerycarsec {
  width: 100%;
  padding: 3.4rem 0 6.1rem;
}
.homegalboxcls h2.titleh2cls {
  margin-bottom: 2.5rem;
}
.homegallerycarsec .singleimgitem {
  position: relative;
  cursor: pointer;
}
.homegallerycarsec .owl-theme .owl-nav {
  display: block;
}

.homegalboxcls .owl-carousel .owl-item img {
  height: 232px;
  object-fit: cover;
}

.homegallerycarsec .owl-nav {
  display: block !important;
  position: relative;
}
.homegallerycarsec .owl-nav .owl-prev,
.homegallerycarsec .owl-nav .owl-next {
  position: absolute;
  right: 3rem;
  bottom: -3.2rem;
  background-color: #1c1b17;
  border-radius: 1px;
  padding: 5px 18px;
  font-size: 20px;
  transition: all 0.4s ease-in-out;
}
.homegallerycarsec .owl-nav .owl-next {
  right: -5px;
}
.homegallerycarsec .owl-nav .owl-prev:hover,
.homegallerycarsec .owl-nav .owl-next:hover {
  background-color: #000;
}

/* About Us */
.innerpagebannersec {
  width: 100%;
  max-height: 430px;
  overflow: hidden;
}
.innerpagebannersec .banner-caption {
  width: 100%;
  height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.innerpagebannersec .banner-caption h1 {
  color: #fff;
}

.abttxtinnersec {
  width: 100%;
  padding: 3.4rem 0;
}
.innerpagebannersec .dlc-hero-opacity {
  height: 430px;
}
.innerpagebannersec .breadcrumb li a {
  color: #fff;
}
.innerpagebannersec .breadcrumb li {
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.abttxtinnersec .abtteabox p {
  font-size: 16px;
}

.historymediasec {
  width: 100%;
  padding: 0 0 3.4rem;
}
.histmediabox {
  width: 80%;
  margin: 0 auto;
}
.histmediabox iframe {
  width: 100%;
  height: 510px;
}

.abtteabox {
  width: 90%;
  padding: 3.4rem;
  border: 2px solid #000;
  min-height: 460px;
  position: relative;
}
.abtimgboxone {
  position: absolute;
  right: -126px;
  top: 14%;
  width: 390px;
}
.mycotsec {
  width: 100%;
  padding: 0 0 3.4rem;
}
.mycotsec .abtteabox {
  width: 100%;
  min-height: 200px;
}
.t2go2imgcls {
  margin-bottom: 10px;
  width: 140px;
}

.sbdirsec {
  width: 100%;
  padding: 0 0 3.4rem;
}
.sbdirsec .abtteabox {
  margin-left: 121px;
}
.clearfix {
  clear: both;
}
.sbdirsec .abtimgboxtwo {
  position: absolute;
  left: -126px;
  top: 54px;
  width: 390px;
}

.teasiteiconsec {
  width: 100%;
  padding: 0 0 3.4rem;
}
.teasiteiconsec .iconforgoodone {
  padding: 0;
}
.teasiteiconsec .iconforgoodone ul li {
  padding: 0 4.3rem;
}

.ourteamsec {
  width: 100%;
  padding: 3.4rem 0;
}
.allteambox {
  width: 100%;
}
.allteambox .singleteam {
  width: 100%;
  text-align: center;
  padding: 1.5rem;
  box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-top: 2rem;
}
.allteambox .singleteam img.singleteamimg {
  width: 140px;
}
.allteambox .singleteam h2 {
  font-size: 25px;
  font-weight: 600;
  padding: 10px 0 2px;
}
.allteambox .singleteam h4 {
  font-size: 20px;
  padding-bottom: 10px;
  color: #d29948;
  font-weight: 600;
}

p.callnumbercls {
  background-color: #000;
  padding: 1rem;
  margin: 1rem 0 0;
  color: #fff;
  font-size: 15px;
  border-radius: 4px;
}
p.callnumbercls a {
  color: #fff;
}
.cuspadtopcls {
  padding-top: 0;
}

.productsec {
  width: 100%;
  padding: 3.4rem 0;
}
.singleprodbox {
  width: 100%;
}

.productsec .singleprodbox {
  min-height: 578px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
.productsec .singleprodbox h2 {
  margin-bottom: 1rem;
}
.productsec .singleprodbox p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
}
.prdtxtbox {
  padding: 1rem 3.4rem;
}
.btmpadzerocls {
  padding-top: 0;
}

.singleprodbox.prdtxtbox .iconforgoodone {
  padding-top: 1rem;
}
.singleprodbox.prdtxtbox .iconforgoodone ul li {
  width: 24%;
  padding: 0 1rem;
  display: inline-flex;
  flex-direction: column;
}
.singleprodbox.prdtxtbox .iconforgoodone ul li p {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
}

.maintopbtn.buynow {
  text-align: left;
}
.fancybox-overlay {
  z-index: 9999;
}
.gallerysec h2.titleh2cls {
  margin-bottom: 2.5rem;
}
.gallerysec .gallerybox {
  width: 100%;
}
.gallerysec .fancybox {
  margin-bottom: 2rem;
  display: block;
}

.contactaddresssec {
  width: 100%;
  padding: 3.4rem 0;
}
.conaddsinglebox {
  width: 100%;
  text-align: center;
}
.iconsetcls {
  width: 100px;
  height: 100px;
  border: 1px solid #d7d7d7;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.iconsetcls .fa {
  font-size: 34px;
  color: #d29948;
}
.conaddsinglebox p {
  font-size: 17px;
  padding-top: 1rem;
}
.conaddsinglebox p a {
  color: #171717;
}

.contactformsec {
  width: 100%;
  padding: 0 0 3.4rem;
}
.conformwrapbox {
  width: 90%;
  margin: 0 auto;
}
.mainconformcls {
  width: 720px;
  min-height: 430px;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
  margin-top: 1.8rem;
  border-radius: 7px;
  position: relative;
  left: -3.4rem;
  z-index: 10;
}
.conformimgcls {
  width: 100%;
  position: relative;
  z-index: 4;
}
.mainconformcls {
  width: 100%;
  padding: 3.4rem 4.3rem;
}
.mainconformcls h2 {
  margin-bottom: 1rem;
}
.mainconformcls input[type="text"],
.mainconformcls input[type="email"], .mainconformcls input[type="number"],
.mainconformcls textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 1.5rem;
  padding: 10px;
  font-size: 15px;
}
.mainconformcls input[type="submit"] {
  background-color: #d29948;
  padding: 10px 25px;
  color: #fff;
  font-size: 15px;
  border: none;
}
.mainconformcls textarea {
  resize: none;
}
.googlemapsec {
  width: 100%;
  padding: 0;
}
.gmapwrapbox {
  width: 100%;
}
.historymediasec .titleh2cls {
  text-align: center;
}
.historymediasec .titleh2cls:after {
  left: 27%;
}

.blogmainpagesec {
  width: 100%;
  padding: 3.4rem 0;
}
.firstblogbox {
  width: 100%;
  background-color: #fff;
  padding: 0px;
  border-radius: 5px;
  margin-bottom: 1rem;
  box-shadow: 0px 6px 37px rgba(0, 0, 0, 0.1);
}
.blogmainimg {
  width: 100%;
}
.blogmainimg img {
  width: 100%;
  height: 402px;
  object-fit: cover;
}
.blogmaintxt {
  width: 100%;
  padding: 2.9rem 2rem 0;
}
.blogmaintxt h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
p.datetimetxt {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 4px !important;
  color: #171717 !important;
}
.blogmainpagesec .explorebtn {
  padding-top: 1rem;
}
.blogthumbtxtsec .catclsbox {
  width: 100%;
  margin-bottom: 2.5rem;
  border-radius: 10px;
}
.blogthumbtxtsec .textonimgcls h3 {
  font-weight: 600;
  font-size: 25px;
}

.catclsbox {
  width: 90%;
  margin: 0 auto 3.4rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
.caponimgcls {
  position: absolute;
  bottom: 15px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.83);
  padding: 0.7rem;
  width: 100%;
  z-index: 9;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #575757;
  letter-spacing: 2px;
}
.textcentercls {
  text-align: center;
}
.textonimgcls {
  width: 100%;
  background-color: #fcfcfc;
  position: relative;
  bottom: 0;
  z-index: 99;
  text-align: center;
  padding: 1.5rem 1rem 2.8rem;
  border-radius: 5px;
}
.textonimgcls h3 {
  color: #25212a;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.61rem;
  letter-spacing: 1px;
}
.textonimgcls p {
  color: #777;
  margin-bottom: 20px;
}
.catclsbox img {
  transition: all 0.43s ease-in-out;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.catclsbox:hover img {
  -webkit-filter: grayscale(40%);
  filter: grayscale(40%);
}
.blogthumbtxtsec {
  padding-bottom: 2.8rem;
}

.blogthumbtxtsec.blogdetailscls .blogdetcontent {
  width: 100%;
}
.blogthumbimgbox {
  width: 417px;
  float: left;
  margin: 0 2rem 0.8rem 0;
}
.blogthumbtxtsec.blogdetailscls .blogdetcontent {
  width: 100%;
  background-color: #fff;
  padding: 2.5rem;
  border-radius: 5px;
  margin: 3.4rem 0;
  box-shadow: 0px 6px 37px rgba(0, 0, 0, 0.1);
}
.blogthumbtxtsec.blogdetailscls h4 {
  padding-bottom: 0.7rem;
  font-size: 22px;
}
.blogthumbtxtsec.blogdetailscls ul li {
  padding-bottom: 10px;
}

ul.socialmediacls {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
ul.socialmediacls li {
  display: inline-block;
  padding: 0 0.5rem;
}
ul.socialmediacls li a {
  color: #fff;
}

.abtimgboxlefttwo {
  width: 100%;
}
.onlyforgallerybox .fancybox img {
  width: 176px;
  height: 132px;
  object-fit: cover;
}

.globalmapsec {
  width: 100%;
  padding: 0 0 3.4rem;
}
.globalmapsec .gmapbox {
  width: 100%;
}
ul.countrylist {
  padding: 2rem 0 0;
  margin: 0;
  list-style-type: none;
}
ul.countrylist li {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 0 10px 0 5px;
  border-right: 1px solid #777;
}
ul.countrylist li:last-child {
  border-right: 0;
}
.globalmapsec .titleh2cls {
  margin-bottom: 50px;
}

.fiftyyearsani {
  z-index: 9999 !important;
}
.fiftyyearsani .modal-dialog {
  max-width: 100%;
}
.fiftyyearsani .modal-dialog {
  margin: 0;
}
.modal-backdrop.show {
  opacity: 0.95;
}
.fiftyyearsani .modal-content {
  background-color: transparent;
  border: none;
  height: 100vh;
}
.fiftyyearsani .modal-header {
  border: none;
}

#confetti {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.zoom-in-zoom-out {
  margin: 7rem auto 0;
  width: 310px;
  height: auto;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.fiftyyearsani h2 {
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.zoomimgcls {
  margin: 0 0 1.5rem;
}
.fiftyyearsani .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 99999;
  color: #fff;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
}

.modalhomebox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.modalhomebox h2 span {
  color: #d29948;
}

.galalbumsec {
  width: 100%;
  padding: 3.4rem 0 5.2rem;
}
.galalbsingle {
  width: 100%;
  min-height: 250px;
  margin-top: 7rem;
  border-radius: 7px;
  box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.25);
  background-image: url("../images/goldiesh-bg01.png");
  background-position: top center;
  background-size: cover;
  position: relative;
}
.albumimgbox {
  width: 80%;
  margin: 0 auto;
  position: relative;
  top: -3.7rem;
}
.albumimgbox img {
  border-radius: 15px;
  height: 247px;
  object-fit: cover;
  width: 100%;
}
.galalbsingle h4 {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  margin-top: -2.7rem;
  font-weight: 500;
  font-size: 20px;
}

.galalbumsec .container .row .col-lg-4 a .albumimgbox {
  transition: all 0.3s ease-in-out;
}
.galalbumsec .container .row .col-lg-4 a:hover .albumimgbox {
  width: 75%;
}
.onlyforgallerybox .fancybox img {
  width: 100%;
  height: 205px;
  object-fit: cover;
}

/********* Scroll Top *********/

.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 2px;
  right: 2px;
  z-index: 99;
}
.scroll {
  position: absolute;
  right: 2px;
  bottom: -4px;
  background: rgba(67, 197, 184, 0);
  padding: 8px;
  opacity: 0.7;
  text-align: center;
  margin: 0 0 0 0;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.scroll:hover {
  color: #fff;
  background: rgba(67, 197, 184, 0);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  opacity: 1;
}

/*====================sayan==========================*/
.conttitlebox {
  text-align: center;
}
.conttitlebox h4 {
  font-weight: 600;
  color: #fff;
  padding-top: 15px;
}

/************3.6.24 Chiranjibi****************/
.pro_category {
  padding: 100px 0px;
}
.pro_category_bx {
  margin-bottom: 60px;
}
.pro_category_bx:last-child {
  margin-bottom: 0px;
}
.pro_category_bx h2 {
  margin-bottom: 50px;
}
.pro_bx_single {
  text-align: center;
  position: relative;
  padding-bottom: 2px;
  margin: 25px 0px;
}

.pro_bx_single::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background: #f5c367;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
}
.pro_bx_single h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0px 8px 0px;
  color: #1c1b17;
}

.pro_category_bx_subtext {
  font-size: 14px;
}
.pro_bx_single p {
  font-size: 14px;
  min-height: 50px;
}
.pro_bx_single p span {
  font-weight: 600;
}
