html {
  scroll-behavior: smooth;
}
.phone:hover{color: #fff;}
.phone{color: #fff;}
#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}

#loading-image {
  position: absolute;
  top: 40%;
  left: 45%;
  z-index: 100;
}
@media only screen and (min-width : 1024px) and (max-device-width : 1920px){
.bannerwidth{
  width: 100%;
}

}
@media only screen and (min-width : 310px) and (max-device-width : 1024px){
  .mbsm{
    margin-bottom: 26px;
  }
  .banner-overlay1 {
    /* background: rgb(0 0 0 / 50%); */
    background-image: linear-gradient(to bottom, rgb(0 0 0), rgba(255, 0, 0, 0));
        position: absolute;
        display: flex;
        width: 100%;
        height: 100% !important;
        z-index: -1;
        top: 0;
        left: 0;
  }
  .banner-overlay {
    /* background: rgb(0 0 0 / 50%); */
    background-image: linear-gradient(to bottom, rgb(0 0 0), rgba(255, 0, 0, 0));
    position: absolute;
    display: flex;
    width: 100%;
    height: 20%!important;
    z-index: 6;
  }
  .zoom {
    transition: transform .2s; /* Animation */
    width: 75px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px!important;
    
    
  }
  .hide {
    display: block!important;
    
  }
      
  .zoom:hover .hide {
    display: block;
    color: rgb(255, 255, 255);
    font-size: 6px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    transition: transform .2s; /* Animation */
    
  }
  .right-banner-md{
    width: 100%; min-height: 300px!important;
  }
  .sm-menu{
    flex-direction: row;
  }
  .sm-cart{
    display: flex;
    justify-content: end;
    
  }
  .contat-form-block {
    
    width: 325px!important;
    
  }
  .img-waht-bg {
    display: flex;
    height: 100%;
    background: url("../images/images2.png") center;
    background-size: cover;
    min-height: 200px!important;
  }
  .margintop{
    margin-top: 2%!important;
  }
  .banner-content-search {
    
    top: 120px!important;
    
  }
  .p-content-banner {
    width: 100%!important;
    text-align: left;
    font-size: 12px;
  }
  
  .fs-h1 {
    font-size: 20px!important;
    padding: 2% 0% 2% 0%;
  }
  .prod-list-f {
    
    width: 100%!important;
    
  }
	.tab-card-header > .nav-tabs > li {
    margin-right: 5px!important;
    margin-top: 5px;
} 
.tab-content img {
  width: 100%;
  min-height: 150px!important;
}
.tab-content {
  display: block;
  min-height: 150px!important;
}
.banner-right {
  width: 100%;
  min-height: 150px!important;
}
.banner-right img {
  width: 100%;
  min-height: 150px!important;
  margin-top: 10%!important;
  margin-bottom: 5%!important;
}
.bestsale-content{
  display: block;
  min-height: 150px!important;
}
.bestsale-content img {
  width: 100%;
  min-height: 150px!important;
  margin-bottom:20px;
  
}
.mail-at {
  background: #45ae49;
  width: 100%!important;
  margin: auto;
  color: #fff;
  border: 2px solid #bababa;
  border-radius: 4px;
}
}
.c-green {
  color: #45ae49;
}

.c-black {
  color: #000000;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins',sans-serif;
  scroll-behavior: smooth;
}
.button a{
  position: fixed;
  bottom: 100px;
  right: 35px;
  color: #fff;
  background: rgb(0 0 0 / 50%);
  padding: 7px 12px;;
  font-size: 18px;
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.15);
  z-index: 1000;
}
.carousel-item .imgh { height:100vh;}
.custom-hader {
  display: flex;
    padding: 15px 0; 
    /* min-height: 300px; */
    position: fixed;
    z-index: 1001;
    width: 100%;
    left: 0;
    right: 0;
    top: 0px;
    backdrop-filter: blur(0px);
    margin: auto;
    border-radius: 0px;
    
    border: 0px solid rgb(151 150 150 / 40%);
    box-shadow: 0px 0px 0px rgb(0 0 0 / 12%);
    flex-direction: column;
}
.fs-h1 {
  font-size: 40px;
  padding: 2% 0% 2% 0%;
}
.white-svg-icon {
  filter: invert(0);
}
.email-id-btn {
  background: linear-gradient(0deg, #2b7d2e, #57c65b);
}
.call-icon {
  background: #000;
  padding: 0px 10px;
}
.fs-13 {
  font-size: 14px;
}
.green-svg {
  filter: invert(59%) sepia(58%) saturate(521%) hue-rotate(73deg)
    brightness(87%) contrast(83%);
}
.nav-link {
  padding-bottom: 0;
  color: #fff !important;
  position: relative;
}
.nav-link-1.active::before,
.nav-link-1:hover::before
{
  content: "";
  background: #57c65b;
  position: absolute;
  width: calc(100% - 1rem);
  height: 2px;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
}


.nav-link-login {
  border: 1px solid #57c65b;
}


.nav-link-1:focus {
  border: 1px solid #57c65b;
}

a.nav-link.nav-link-login.rounded-pill {
  padding: 3px 13px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  margin-top: 6px;
}

.carousel-indicators.custom-indicators button {
  width: 35px;
    height: 5px;
    display: block;
    border-radius: 0px !important;
    border: 2px solid #fefefe;
    background: rgba(255, 255, 255, 1.5);
    transition: 0.3s;
}
.carousel-indicators.custom-indicators button.active {
  background: #ccc;
}
.carousel-indicators.custom-indicators {
  display: flex;
    flex-direction: row;
    justify-content: end;
    margin: 0;
    margin-right: 5%;
    align-self: center;
    /* height: 100%; */
    gap: 8px;
    z-index: 6;
    bottom: 25%;
}

.banner-overlay {
  /* background: rgb(0 0 0 / 50%); */
  background-image: linear-gradient(to bottom, rgb(0 0 0), rgba(255, 0, 0, 0));
  position: absolute;
  display: flex;
  width: 100%;
  height: 60%;
  z-index: 6;
}

.banner-content-search {
  position: absolute;
  display: flex;
  width: 90%;
  margin: auto;
  left: 0;
  right: 0;
  top: 160px;
  z-index: 999;
  color: #fff;
  flex-direction: column;
  align-items: left;
}

.in-search-block {
  border: 1px solid #fff;
  padding: 13px 18px;
  border-radius: 5px;
  margin-bottom: 25px;
  background: rgb(0 0 0 / 10%);
  backdrop-filter: blur(0px);
}
.in-search-block input {
  width: 380px;
  border: none;
  background: none;
  color: #fff;
  padding-left: 25px;
  font-size: 18px;
}
.in-search-block input::placeholder {
  color: #fff;
}
.in-search-block button {
  background: none;
  border: none;
  position: relative;
  transition: 0.3s;
  right: 0px;
}
.in-search-block button:hover {
  right: -5px;
}
.in-search-block button:focus,
.in-search-block button:focus-visible,
.in-search-block input:focus,
.in-search-block input:focus-visible {
  outline: none;
}

.p-content-banner {
  width: 700px;
  text-align: left;
}
.deafult-bg-green {
  background: linear-gradient(180deg, rgb(98 207 102), #3f9f43);
  transition: 0.3s;

}
.deafult-bg-green:hover {
  background: linear-gradient(180deg, rgb(98 207 102), rgb(39 114 42));
}
.carousel-inner1 {
  height: 100vh;
}
.carousel-inner2 {
  height: 40vh;
}
.owl-carousel.owl-theme.owl-loaded.owl-drag {
  position: absolute;
  bottom: 5px;
  z-index: 999;
}
.owl-custom-block button {
  position: absolute;
  z-index: 9;
  top: 0;
}
.owl-custom-block button span {
  font-size: 65px;
  line-height: 23px;
  color: #fff;
  font-weight: 100;
}
.owl-custom-block button.owl-prev {
  left: 15px;
}
.owl-custom-block button.owl-next {
  right: 15px;
}
.owl-custom-block .owl-stage {
  display: flex;
  gap: 7px;
  padding-left: 9px;
}
.owl-custom-block .owl-item {
  background: rgb(0 0 0 / 30%);
  padding: 10px;
  backdrop-filter: blur(2px);
  border-radius: 0px;
  border: 0px solid rgb(204 204 204 / 16%);
}

.owl-custom-block .owl-item:hover {
  background: rgb(0 0 0 / 50%);
  padding: 10px;
  backdrop-filter: blur(2px);
  border-radius: 5px;
  border: 0px solid rgb(204 204 204 / 16%);
  transition: 0.5s;
  cursor: pointer;
  
}
.owl-custom-block .owl-item:hover .product-titles-b {
  color: #45ae49;
  transition: 0.5s;
}

button.disabled {
  cursor: not-allowed !important;
}
.product-names-banner {
  width: 65%;
}
.product-titles-b {
  margin: 0;
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 17px;
  text-transform: uppercase;
  padding: 5px;
  display: inline-block;
}
.product-titles-a {
  width: 100%;
    margin: 0;
    text-align: left;
    color: darkgreen;
    font-weight: normal;
    font-size: 17px;
    text-transform: uppercase;
    padding: 5px 5px;
    display: inline-block;
    border-bottom: 1px solid #d7d7d7;
}
.owl-custom-block.owl-carousel .owl-stage-outer {
  overflow: visible;
}
}

.product-list-banner {
  position: absolute;
  bottom: 150px!important;
  z-index: 9999;
  background: #ffffff;
  width: 100%;
  left: 0;
  right: 0;
  display:;
  transition: 0.5s!important;
  
}
.owl-custom-block .owl-item:hover .banner-box-icon {
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.2);
  left: 45%;
  bottom: 15%;
  display: inline-block;
  filter: invert();
}
.banner-box-icon{
  display: block;
  filter: invert();
    position: absolute;
    left: 45%;
    bottom: 10%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 4px;
    transition: 0.5s;
}  
  
 
.box-text{
    display: block;
    transition: 0.3s !important;
    color: white;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    list-style: none;
}
.carousel-control-next, .carousel-control-prev {
  width: 5%!important;
}

.box-text:hover{
  color: #cba328!important;
  text-decoration: none;
}
/* .owl-custom-block .owl-item:hover .box-text {
  display: block;
  transition: 0.3s !important;
    color: white;
    width: 95%;
    position: absolute;
    font-size: 12px;
    text-align: center;
    bottom:10px;
  
} */


.product-list-banner ul {
  /* list-style: none; */
  /* padding-left: 0; */
  height: 200px;
  overflow: auto;
  overflow: auto;
  width: 97%;
  transition: 0.3s;
  margin-top:5px;
  
}
.product-list-banner ul li::marker {
  color: #000000;
  padding-top:5px;
}
.product-list-banner ul li a {
  color: #000000;
  list-style: none;
  text-decoration: none;
  transition: 0.3s;
  display: block;
}
.product-list-banner ul li a:hover {
  color: gold;
}
.owl-custom-block .owl-item:hover .product-list-banner {
  display: block;
  bottom: 0;
  transition: 0.3s!important;
  
}
.product-titles-b.title-sub {
  padding: 10px;
  border-bottom: 0px solid #fff;
  width: 80%;
  margin: auto;
  margin-bottom: 10px;
}

/* Scrollbar width */
.product-list-banner ul::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.product-list-banner ul::-webkit-scrollbar-track {
  background: #28642a;
  border-radius: 10px;
}

/* Handle */
.product-list-banner ul::-webkit-scrollbar-thumb {
  background: gold;
  border-radius: 10px;
}

/* Handle on hover */
.product-list-banner ul::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}
.owl-next-btm {
  width: 20px !important;
  display: inline-block !important;
  margin-right: 10px;
  padding-bottom: 8px;
}
.nav-link-login:hover {
  background: rgb(58 149 61 / 80%);
}
.social-links a img {
  opacity: 1;
  transition: 0.3s;
}
.social-links a img:hover {
  opacity: 0.5;
}

.section-heading {
  font-size: 20px;
  padding: 0% 0% 0%;
  margin-left: 0%;

}
.sections {
  padding: 30px;
}
.view-buttons {
  background: linear-gradient(45deg, #043732, #043732);
  padding: 8px 15px;
  font-size: 16px;
  transition: 0.3s;
}

.view-buttons:hover {
  background: linear-gradient(0deg, #45ae49, #45ae49);
}

.prod-list-f {
  border: 1px solid #d7d4d4;
  position: relative;
  border-radius: 6px;
  box-shadow: 5px 5px 20px 0px rgb(13 13 13 / 12%);
  /* width: 98%; */
  margin-bottom: 30px;
  transition: 0.3s;
  background: #fff;
  min-height: 420px;
}
.prod-list-f:hover {
  background: linear-gradient(45deg, #043732, #043732);
  transition: 0.3s;
}
.prod-img {
  height: 200px;
  overflow: hidden;
}
.flower-img-1 {
  width: 100%;
  height: 100%;
  transition: 0.3s; 
  transform: scale(1);
}

p.prod-titl-wt {
  position: absolute;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    color: #fff;
    padding: 15px 5px;
    text-align: center;
    margin: 0;
    left: 0;
    right: 0;
    top: 0px;
    border-radius: 1px;
    backdrop-filter: blur(6px);
    /* border: 1px solid #727070;*/
}
.nxt-arrow-product {
  filter: drop-shadow(2px 4px 9px #000);
  position: relative;
  left: 0;
  transition: 0.3s;
  filter: invert(49%) sepia(99%) saturate(310%) hue-rotate(73deg)
    brightness(96%) contrast(88%);
}

.prod-list-f:hover .nxt-arrow-product {
  left: 10px;
  filter: invert();
}

.prod-list-f:hover .prod-content {
  color: #fff;
}
.prod-list-f:hover .flower-img-1 {
  /* width: 110%; */
  text-align: center;
  transform: scale(1.5)!important;
  
}

.rotatte-90 {
  transform: rotate(180deg);
}

.products-list-1 .carousel-control-next,
.products-list-1 .carousel-control-prev {
  width: 30px!important;
}

.para-11 {
  font-size: 14px;
  padding-bottom: 5%;
}

.heading11 {
  font-size: 25px;
  margin: 0;
}

.in-wht-we-do h5 {
  font-size: 18px;
  margin: 0;
}
.in-wht-we-do h6 {
  font-size: 14px;
  margin: 0;
}

.in-wht-we-do p {
  font-size: 13px;
  color: #999999;
  margin-bottom: 20px;
  width: 100%;
}
.in-wht-we-do a {
	text-decoration: none;
	color: #fff;
	transition: 1s;
   
}
.in-wht-we-do a:hover {
	text-decoration: none;
	opacity: 0.8;
	transition: 1s;
	color: #bf9c42;
  
}


.text-right {
    text-align: right!important;
	width: 100%;
	
}

.in-wht-we-do {
  height: 680px;
  overflow: auto;
  padding: 0 10px;
}

.what-we-do h3 {
  font-size: 25px;
  margin-bottom: 24px;
  color: #45ae49;
  font-weight: bold;
}

/* Scrollbar width */
.in-wht-we-do::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.in-wht-we-do::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}

/* Handle */
.in-wht-we-do::-webkit-scrollbar-thumb {
  background: #fc0;
  border-radius: 10px;
}

/* Handle on hover */
.in-wht-we-do::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.img-waht-bg {
  display: flex;
  height: 100%;
  background: url("../images/images2.png") center;
  background-size: cover;
  min-height: 750px;
}

.in-wht-we {
  background: #000;
  color: #fff;
  padding: 16px;
  min-height: 750px;
}
.what-we-img-2 {
  background-color: rgba(255, 255, 255, 0.2);
    padding: 6%;
    margin: 4%;
    width: 36%;
}
}
.in-wht-we-do img {
  width: 16px;
  
  
}
.portfoilo-full-bg {
  background: url("../images/portfolio-bg.webp") fixed top;
  min-height: 100px;
  width: 100%;
}
.port-heading {
  background: rgb(4 55 50 / 70%);
  backdrop-filter: blur(5px);
  border-radius: 5px 5px 0px 0px;
}

.port-contents img {
  width: 100%;
}
.port-img img {
  width: 75px;
  height: 75px;
}
.port-contents {
  background: rgb(0 0 0 / 20%);
  backdrop-filter: blur(3px);
  padding: 0px;
  border: 0px solid #ffffff7d;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 29%);
  border-radius: 0 0 5px 5px;
  margin-bottom: 15px;
  color: #000;
  transition: 0.5s;
  width: 100%;
}
.port-contents:hover {
  background: rgb(255 255 255 / 90%);
  backdrop-filter: blur(3px);
  transition: 0.5s;
  
}

.port-1 {
  width: 40%;
}

.port-2 {
  width: 35%;
}

.port-3 {
  width: 20%;
}

.port-heading h4 {
  margin-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
}
.port-contents p {
  margin-bottom: 5px;
}
.arrow-next-port a:hover {
  opacity: 0.5;
}
/*.owl-stage > .active:nth-child(3) {
  background: #000;
}*/


.img-circel-profile {
  width: 140px;
  height: 140px;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  top: -70px;
  display: flex;
  justify-content: center;
  align-self: center;
  align-items: center;
  border: 7px solid #fff;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 13%);
  transition: 0.5s;
}

.img-circel-profile img {
  max-width: 100%;
  height: 100%;
  transition: 0.5s;
  
}

.in-well-wisher {
  flex-grow: 1;
  background: #fff;
  justify-content: center;
  display: flex;
  margin-top: 60px;
  flex-direction: column;
  padding: 15px;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 13%);
  border-radius: 6px;
  transition: 0.3s;
  border: 1px solid rgb(163 162 162 / 50%);
  transition: 0.5s;
  min-height: 270px;
}



.in-well-wisher:hover {
	background: #043732;
	transition: 0.5s;
}

.in-well-wisher:hover .content-well h5{
		color: #fff;
		transition: 0.5s;
}
.in-well-wisher:hover .content-well p{
		color: #fff;
		transition: 0.5s;
}
.in-well-wisher:hover .img-circel-profile{
	transform: scale(1.1);
	transition: 0.5s;
	position:relative;
}


/*.in-well-wisher:hover {
  transform: scale(1.1);
}*/
.main-well-wisher {
  background: #f1f1f1;
}

.content-well {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: -50px;
}
.content-well h5 {
  color: #3d3d3d;
  font-weight: 700;
}

.content-well .desig {
  color: #989898;
}

.content-well .well-content {
  font-size: 14px;
}

.main-well-wisher button.carousel-control-prev,
.main-well-wisher button.carousel-control-next {
  width: 30px!important;
}

.main-well-wisher .carousel-inner {
  height: auto;
}

.mail-at {
  background: #45ae49;
  width: 40%;
  margin: auto;
  color: #fff;
  border: 2px solid #bababa;
  border-radius: 4px;
}

.at-icon {
  padding: 7px;
  background: #fff;
  color: #45ae49;
  border-radius: 4px 0px 0px 4px;
}
.mail-at input {
  background: none;
  outline: none;
  border: none;
}
.mail-at input::placeholder {
  color: #fff;
}

.contat-form-block {
  height: 95%;
  background: #f8fcf9;
  width: 400px;
  position: absolute;
  top: 2%;
  right: 8%;
  padding: 15px;
  border-radius: 5px;
}

.contat-form-block input,
.contat-form-block textarea {
  padding: 8px 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

.contat-form-block textarea {
  max-width: 100%;
  height: 100px;
  max-height: 100px;
}

footer {
  background: #515151;
}
.footer-links {
  color: #fff;
  text-decoration: none;
  margin-bottom: 5px;
}
.footer-links i {
  color: #000000;
  opacity: 0.3;
  
}
.footer-links:hover {
  color: #45ae49;
}

.c-c9c6c6{
  color: #c9c6c6;
}
.social-icons a img {
  width: 22px;
  filter: invert(1);
}

.social-icons a{

}

.copy-rights{
  background: #292828;
}

.bord-12{
  margin-top:20px;
  padding-top: 10px;
  border-top: 1px solid #848484;
}



.carousel-inner video {
    min-width: 100%;
    position: relative;
    overflow: hidden;
	min-height:100vh;
}

.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 100px;
  display: block;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0;
  width: 35px;
  height: 35px;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  z-index: 9;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: fade_move_down 4s ease-in-out infinite;
  -moz-animation:    fade_move_down 4s ease-in-out infinite;
  animation:         fade_move_down 4s ease-in-out infinite;
}


/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0%   { -webkit-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@-moz-keyframes fade_move_down {
  0%   { -moz-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@keyframes fade_move_down {
  0%   { transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,10px) rotate(45deg); opacity: 0; }
}


.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #45ae49;
    height: 1px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 8px;
    right: 8px;
}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
   display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
    color: #fff;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/* Fix bootstrap */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:active {
    background: none;
    color: #fff;
}
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open>a:focus, .navbar-default .navbar-nav > .open > a:active {
    background: none;
    color: #555;
}

.snip1303 {
  font-family: 'Raleway', Arial, sans-serif;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  width: 70px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  margin: 12px 25px;
  font-weight: 300;
  outline: none;
  position: relative;
  font-size: 38px;
  background-image: -webkit-linear-gradient(bottom, #262626 0, #333333 100%);
  background-image: linear-gradient(to top, #262626 0, #333333 100%);
  box-shadow: 1px 1px 2px -2px rgba(255, 255, 255, 0.8) inset, -1px -1px 2px -2px rgba(255, 255, 255, 0.3) inset, 1px 1px 4px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.snip1303:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 5px 5px;
  opacity: 0;
  background-color: #94c6e7;
  mix-blend-mode: color;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.snip1303:hover,
.snip1303.hover {
  color: #ffffff;
}
.snip1303:hover:after,
.snip1303.hover:after {
  opacity: 1;
}
.snip1303:active {
  color: #ffffff;
}
.snip1303:active:after {
  height: 100%;
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.zoom {
  transition: transform .2s; /* Animation */
  width: 75px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  
  
}
.hide {
  display: none;
  
}
    
.zoom:hover .hide {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 9px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  transition: transform .2s; /* Animation */
  
}

.zoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  
}
.cart{
  list-style: none;
}
.cart a{
    font-size: 27px;
    color: white;
    list-style: none;
    border: 2px solid #ffffff;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    padding: 9px 9px;
    transition: 0.5s;
}
.cart a:hover{
  color: rgb(69, 174, 73);
  border: 2px solid #ffffff;
  cursor: pointer;
  transition: 0.5s;
  font-size: 27px;
  
}



.owl-custom-block .iconszoom {
  transform: scale(1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
transition: 0.3s;
padding-left: 6%;
}

.iconszoom img {
  width: 80%!important;
  padding-left: 2%;
  padding-top: 2%;
 
}

 .iconszoom {
  display: block;
  transition: 0.3s;
 /* transform: scale(1.2);*/
 

}


.owl-custom-block .owl-item:hover .iconszoom {
  transform: scale(1.5); 
  transition: 0.3s;
  filter: opacity(0.8);
}

.welcomtext{
  font-size: 25px;
  padding: 2% 2%;
  text-align: center;
  color: #45ae49;
  
}
.welcomtext p{
  font-size: 15px;
  padding-top: 10px;
  font-style:italic;
  color: #ffffff;
}
.logocircle img{
  width: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10%;

}

.sections-welcome  {
  padding: 2% 16%;
}
/* section2 tab cards start */



.card {
  background-color: transparent!important; 
  border: 0px solid rgba(0, 34, 51, 0.1)!important;
  /* box-shadow: 2px 4px 10px 0 rgba(0, 34, 51, 0.05), 2px 4px 10px 0 rgba(0, 34, 51, 0.05); */
  border-radius: 0rem;
}

.tab-card {
  border:1px solid #eee;
}

.tab-card-header {
  background:none;
  border-bottom:none!important;
  padding: .0rem 0rem!important;
}
/* Default mode */
.tab-card-header > .nav-tabs {
  border: none;
  margin: 0px;
}
.tab-card-header > .nav-tabs > li {
  margin-right: 2px;
}
.tab-card-header > .nav-tabs > li > a {
  border: 0;
  border-bottom:2px solid transparent;
  margin-right: 0;
  color: #ffffff!important;
  padding: 6px 15px;
  background-color:#043732;
  border-radius: 0!important;
}

.tab-card-header > .nav-tabs > li > a.show {
    border-bottom:2px solid #45ae49;
    color: #ffffff;
}
.tab-card-header > .nav-tabs > li > a:hover {
    color: #bd9213;
    border-bottom:2px solid #45ae49;
}

.tab-card-header > .tab-content {
  padding-bottom: 0;
}
/* :target {
  color: red;
} */
.banner-btn{
  display: block;
}
.banner-btn img{
  width: 100%;
  min-height: 350px;
}
.banner-btn a{
  position: absolute;
    left: 5%;
    bottom: 10%;
    background-color: #45ae49;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    transform: 0.5s;
}
.banner-btn a:hover{
  position: absolute;
    left: 5%;
    bottom: 10%;
    background-color: #043732;
    padding: 10px 20px;
    color: #ffffff;
    text-decoration: none;
    transform: 0.5s; 
    
}

.banner-right {
  width: 100%;
  min-height: 355px;
  position: relative;
  
  
}

.banner-right img {
  width: 100%;
  min-height: 355px;
  margin-top:17%;
  
}

.banner-right a{
  position: absolute;
    left: 5%;
    bottom: 8%;
    background-color: #45ae49;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    transform: 0.5s;
}
.banner-right a:hover{
  position: absolute;
    left: 5%;
    bottom: 8%;
    background-color: #043732;
    padding: 10px 20px;
    color: #ffffff;
    text-decoration: none;
    transform: 0.5s;  
}
.tab-content{
  display: block;
  min-height: 150px;
}
.tab-content img {
  width: 100%;
  min-height: 300px;
  
}

.bestsale-content{
  display: block;
  min-height: 150px;
  position: relative;
}
.bestsale-content img {
  width: 100%;
  min-height: 300px;
  
}

.tab-btn{
  position: absolute;
    left: 5%;
    bottom: 10%;
    background-color: #45ae49;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    transform: 0.5s;
}
.tab-btn:hover{
  position: absolute;
    left: 5%;
    bottom: 10%;
    background-color: #043732;
    padding: 10px 20px;
    color: #ffffff;
    text-decoration: none;
    transform: 0.5s;
   
}


/* section2 tab cards end */

.viewall{
  background-color: #45ae49;
  padding: 5px 10px;
  color: white;
  float: right;
  
  
}
.viewall:hover{
  background-color: #466642;
  padding: 5px 10px;
  color: white;
  
}
.right-banner-md{
  width: 100%; min-height: 355px;
}
/*gallery*/

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
/*end*/

.gallerybtn{
  background-color: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    padding: 8px 12px;
    font-size: 16px;
    transition: 1s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    

}
.gallerybtn:hover{
  background-color: rgba(0, 0, 0, 1);
    color: #ffffff;
    padding: 8px 12px;
    font-size: 16px;
    transition: 1s;
    

}

.list-styleh5{
  font-size: 16px;
 }

.list-style li {
  list-style: none;
  font-size: 20px;
}

.list-style {
  font-size: 13px;
  color: #bf9c42;
}

/* Set the list image as background image*/
.list-style li::before {
  content: '';
    display: inline-block;
    margin-right: 10px;
    height: 12px;
    width: 13px;
    background-image: url(../images/list-disk.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.margintop{
  margin-top: 25px;
}

/*about start*/
.aboutindex_bg{
  background-image: url(../images/aboutindex-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  min-height: 400px;
  background-size: cover;
  padding: 7%;
  
}
.about_bg{
  background-image: url(../images/about_bg.png);
  background-position: top;
  background-repeat: no-repeat;
  min-height: 500px;
  background-size: cover;
  background-attachment: fixed;
}

.about_bg2{
  background-image: url(../images/about_bg2.png);
  background-position: top;
  background-repeat: no-repeat;
  min-height: 500px;
  background-size: cover;
  background-attachment: fixed;
}

.about_bg h4 {
  font-size: 25px;
  margin-bottom: 24px;
  color: #45ae49;
  font-weight: bold;
  margin: 20px 10px;
}

.about-mainbox {
 
    min-height: 120px;
    width: 100%;
    padding: 10px;
}

.about-icon {
  background-color: #043732;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    padding: 10px;
}
.wcu-hed {
  margin-left: 20px;
  margin-right: 20px;
}
.wcu-hed h4{
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  margin: 10px 0px;
}
.about-overlay {
  background-image: linear-gradient(to bottom, rgb(0 0 0), rgba(255, 0, 0, 0));
    position: absolute;
    display: flex;
    width: 100%;
    height: 500px;
    z-index: 6;
    margin-left: -13px;
}

.howitwork-main{
  position: relative;
  z-index: 10;
  width: 100%;
  min-height: 500px;
  margin-top: 30px;
}
.howitwork-main h4{
 color: #ffffff;
padding-top: 20px;
}
.howitwork-main-icon{
  background-color: rgba(60, 142, 60, 0.5);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 5%;
}
.howitwork-box{
  width: 100%;
  min-height:150px ;
}
/* .howitwork-box::before {
  content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #000;
    right: 4px;
    top: 67%;
    position: absolute;
} */
}
.howitwork-box h4{
  color: #ffffff;
  font-size: 25px;
}
.howitwork-box p{
  color: #ffffff;
  font-size: 16px;
}
.ceo-main{
  background-image: url(../images/ceo.png);
  width: 100%;
  height: 450px;
  margin: 0%;
  border-radius: 10px;
  background-position: top;
  background-repeat: no-repeat;
  padding: 5%;
}
.ceo-main h4{
  color: #ffffff;
  font-size: 25px;
  text-align: right;
  font-weight: bold;
  

}
.ceo-main h6{
  color: #ffffff;
  font-size: 16px;
  text-align: right;
  
  
}

.om-main{
  background-image: url(../images/om.png);
  width: 100%;
  height: 450px;
  margin: 0%;
  border-radius: 10px;
  background-position: top;
  background-repeat: no-repeat;
  padding: 5%;
}
.om-main h4{
  color: #ffffff;
  font-size: 25px;
  text-align: left;
  font-weight: bold;
  

}
.om-main h6{
  color: #ffffff;
  font-size: 16px;
  text-align: left;
  
  
}
.about_bg3{
  background-image: url(../images/about-bg3.png);
  background-position: top;
  background-repeat: no-repeat;
  min-height: 200px;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 30px;
  background-color: #000;
  padding-top: 20px;
  
}
.about_bg3 h4{
font-size: 30px;
color: #389242;
padding-left: 20px;

}
.about_bg3 h5{
  font-size: 30px;
  color: #ffffff;
  padding-left: 20px;
  
  }

  .trin-trin{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


  @keyframes trin {

    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }

}

/*servies*/
.our-team-main
{
	width:100%;
	min-height:200px;
	border-bottom:5px #45ae49 solid;
	background:#fff;
	text-align:center;
	border-radius:10px;
	overflow:hidden;
	position:relative;
	transition:0.5s;
	margin-bottom:28px;
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  
}


.our-team-main img
{
	border-radius:50%;
	margin-bottom:20px;
	width: 90px;
}

.our-team-main h3
{
	font-size:20px;
	font-weight:700;
  color: #000000;
}

.our-team-main p
{
	margin-bottom:0;
  color: #000000;
  line-height: 18px;
  font-size: 16px;
}

.team-back
{
	width:100%;
	min-height:200px;
	position:absolute;
	top:0;
	left:0;
	padding:5px 15px 0 15px;
	text-align:left;
  /* background-image: url(../images/products/avenues/00006-Delonix-regia.png); */
	
	
}

.team-front
{
	width:100%;
	min-height:200px;
	position:relative;
	z-index:10;
	background:#fff;
	padding:15px;
	bottom:0px;
	transition: all 0.5s ease;
  background-color: rgb(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  text-align: left;

}

.our-team-main:hover .team-front
{
	bottom:-200px;
	transition: all 0.5s ease;
}

.our-team-main:hover
{
	border-color:#777;
	transition:0.5s;
}
/*services end*/

/*imagegallery*/

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}


/*imagegallery end*/
.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}

.portfolio-item{
	/*width:100%;*/
}
.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}
.formbts {
  background-color: #043732;
  padding: 5px 10px;
  color: white;
  margin-top: 20px;
  text-decoration: none;
  transition: 0.5s;
  border: 0px;
  margin:10px;
  width: 148px;
  
}
.formbts:hover {
  background-color: #45ae49;
  padding: 5px 10px;
  color: white;
  margin-top: 20px;
  text-decoration: none;
  transition: 0.5s;
  border: 0px;
  margin:10px;
  width: 148px;
}

.main .form-control
{
    /* Center form controls and override 100% width */
    display: inline-block;
    height: 37px!important;
    
}
.main .form-group
{
    /* Center form controls and override 100% width */
    display: inline-block;
    height: 39px!important;
    width: 98%;
    text-align: left;
    
}
.form-floating-lable
{
    /* Center form controls and override 100% width */
    font-size: 12px!important;
    padding: 8px 8px!important;
    
}
.main input:focus {
  border: 1px solid #bdbdbd;
  -webkit-box-shadow: 0px 0px 5px rgba(220, 220, 220, 0.75);
  -moz-box-shadow: 0px 0px 5px rgba(216, 216, 216, 0.75);
  box-shadow: 0px 0px 5px rgba(223, 223, 223, 0.75);
}
.main select:focus {
  border: 1px solid #bdbdbd;
  -webkit-box-shadow: 0px 0px 5px rgba(220, 220, 220, 0.75);
  -moz-box-shadow: 0px 0px 5px rgba(216, 216, 216, 0.75);
  box-shadow: 0px 0px 5px rgba(223, 223, 223, 0.75);
}

.form-group1 {
  border: 1px solid #ced4da!important;
  padding: 0px!important;
  border-radius: 6px;
  width: auto;
}

.main
{
    /* Scroll horizontally*/
    overflow-x: auto;

    text-align: center;
}

.main input:focus~label,
.main select,
.main input:valid~label {
  
  color: rgb(89, 89, 89);
}

.main input:focus,
.main select,
.main input:valid {
  border-bottom: 1px solid rgb(192, 192, 192);
  
}
.border0{
  border: 0px !important;;
}
.moreform{
  margin-top: 10px;
  padding: 5px 10px;
  height: 32px;
  text-align: center;
  border: 1px solid #cccccc;
  background-color: #a7a7a7;
  border-radius: 5px;
  color: #ffffff;
  width: 180px;
}


.hide {
  display: none;
}
    
.moreform:hover + .hide {
  display: block;
  color: red;
  width: 180px;
}
.main td{
  padding-left: 5px;
  padding-right: 5px;
}
.main tr{
  padding-left: 5px;
  
}
.main td {
  display:block;
  padding: 5px !important;;
  width: 14.25%;
}
.submitbut {
	background-color: #043732;
    padding: 10px 15px;
    color: white!important
    ;
    margin: 5px;
    text-decoration: none;
    transition: 0.5s;
    width: 150px !important;
    display: inline-block;
    border-radius: 5px;
    background-color: #043732;

}
.submitbut:hover {
  background-color: #45ae49;
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
  td {
      display:inline-block;
      padding: 5px !important;;
      width: 100% !important;;
  }
  .form-enquiry{
    display: block!important;
    flex-wrap: wrap;
  }
  .form-enquiry .mr{
    
    margin: 1%;
  }
  .tab-btn {
    
    bottom: 16%;
    
}
#boxes #dialog {
  width: 318px!important; 
  height:auto;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
}
.textaria{
  resize: none;
}

/*righticons*/

/* .social {
  position: fixed;
  top: 200px;
  right:0px;
  z-index: 10000;
}

.social ul {
padding: 0px;
-webkit-transform: translate(270px, 0);
-moz-transform: translate(270px, 0);
-ms-transform: translate(270px, 0);
-o-transform: translate(270px, 0);
transform: translate(270px, 0);
}

.social ul li {
  display: block;
  margin: 3px;
  background: rgba(171, 219, 209, 0.36);
  width: 300px;
  text-align: left;
  padding: 5px;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.social ul li:hover {
-webkit-transform: translate(-110px, 0);
-moz-transform: translate(-110px, 0);
-ms-transform: translate(-110px, 0);
-o-transform: translate(-110px, 0);
transform: translate(-110px, 0);
background: rgba(173, 178, 177, 0.4);
}

.social ul li:hover a {
color: #000;
}

.social ul li:hover i {
color: #fff;
background: #16a085;
}

.social ul li i {
margin-right: 10px;
color: #000;
background: #fff;
padding: 10px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 40px;
height: 40px; 
font-size: 20px;
background: #ffffff;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);

} */
/* righticons end*/

.formtext{
  text-align: center;
    margin-top: 10px;
    font-size: 20px;
    color: #45ae49;
}

.contactpagebg{
  display: block;
  height: 100%;
  background: url(../images/banner2_avenues.png) center;
  background-size: cover;
  padding: 3%;
  height: 350px;
  border-radius: 20px;
  background-color: #000;
}
.contactpagebg h4{
  color: #ffffff;
}
.contactpagebg p{
  color: #ffffff;
}
.contactpagebg i{
  color: #ffffff;
}
.contactpagebg hr{
  color: #ffffff;
}
.contactpagebg span{
  color: #ffffff;
  font-weight: bold;
  font-size: 25px;
}

.contactpagebg1{
  display: block;
  height: 100%;
  background: rgba(255, 255, 255, 0.5) url(../images/banners_transport.png) no-repeat 0 50%;
  background-size: cover;
  padding: 3%;
  height: 350px;
  border-radius: 20px;
  background-color: #000;
}
.contactpagebg1 h4{
  color: #ffffff;
}
.contactpagebg1 p{
  color: #ffffff;
}
.contactpagebg1 i{
  color: #ffffff;
}
.contactpagebg1 hr{
  color: #ffffff;
}
.contactbg1 span{
  color: #ffffff;
  font-weight: bold;
  font-size: 25px;
}

.contactpagebg2{
  display: block;
  height: 100%;
  background: rgba(255, 255, 255, 0.5) url(../images/banner5_bonsai.png) no-repeat 0 50%;
  background-size: cover;
  padding: 3%;
  height: 350px;
  border-radius: 20px;
  background-color: #000;
}
.contactpagebg2 h4{
  color: #ffffff;
}
.contactpagebg2 p{
  color: #ffffff;
}
.contactpagebg2 i{
  color: #ffffff;
}
.contactpagebg2 hr{
  color: #ffffff;
}
.contactpagebg2 span{
  color: #ffffff;
  font-weight: bold;
  font-size: 25px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  display: none;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  
  display: block;
}
.catlist{
  width: 200px;
    height: auto;
    background-color: #6b6b6b;
    color: white;
    padding: 6px;
    position: absolute;
    z-index: 100;
    margin-top: 20px;
    right: 0;
}
.catlist>option{
  
  padding: 5px;
}
.catlist>option:hover{
  background-color: #4c4c4c;
  padding: 5px;
}
.backbutton{
    background-color: #45ae49;
    color: #ffffff;
    padding: 10px 15px;
    border: 0;
    width: 195px;
    transition: 0.5s;
    position: absolute;
    bottom: 96px;
}
.backbutton:hover{
  background-color: #043732;
  color: #ffffff;
  padding: 10px 15px;
  border: 0;
  width: 195px;
  transition: 0.5s;
  position: absolute;
    bottom: 96px;
}

.mega-dropdown { position: static !important; }
.mega-dropdown-menu {
  padding: 20px 15px 15px;
  text-align: center;
  width: 100%;
}

.containeriframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.phoneorder{
  background-color: rgba(0, 0, 0, 0.234);
    padding: 5px 10px;
    width: 190px;
    font-weight: bold;
    
}
.phoneorder:hover{
  background-color: #45ae49;
    padding: 5px 10px;
    width: 190px;
    font-weight: bold;
    
}
.phoneorder spam{
  font-size: 28px;
}

.gallerybt{
  background-color: #043732;
  color: #ffffff!important;
}
.gallerybt:hover{
  background-color: #45ae49;
  color: #ffffff!important;
}

.gallerybt:focus{
  background-color: #45ae49;
  color: #ffffff!important;
  border: 0!important;
}
.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #FFFFFF;
  min-width: 270px;
  height: 350px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module:hover,
.hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
.post-module:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .6;
}
.post-module .thumbnail {
  background: #000000;
  height: 350px;
  overflow: hidden;padding: 0;
}
.post-module .thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: #f2b202;
  width: 55px;
  height: 55px;
  padding: 12.5px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-module .thumbnail .date .day {
 font-size: 18px;
    line-height: 31px;
    color: #fff;
}
.post-module .thumbnail .date .month {
  font-size: 12px;
  text-transform: uppercase;
}
.post-module .thumbnail img {
  display: block;
  width: 120%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module .post-content {
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
    padding: 0 30px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.post-module .post-content .category {
  position: absolute;
  top: -34px;
  left: 0;
  background: #f2b202;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #222 !important;
  font-size: 24px !important;
  font-weight: 700;    margin: 40px 0 0 !important;
}
.post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #45ae49;
  font-size: 20px;
  font-weight: 400;
}
.post-module .post-content .description {
  display: none;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
}
.post-module .post-content .post-meta {
  margin: 0px 0px 10px;
  color: #999999;
}
.post-module .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}
.post-module .post-content .post-meta a {
  color: #999999;
  text-decoration: none;
}
.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}

.container .column {
     width: 100%;
    /* padding: 0 25px; */
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.container .column .demo-title {
  margin: 0 0 15px;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.container .info {
  width: 300px;
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.container .info span {
  color: #666666;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #f2b202;
}
.gallery_product img{
  width: 100%;
}
.form-enquiry{
  display: flex;
  flex-wrap: wrap;
}
.form-enquiry .mr{
  
  margin: 1%;
}
.c-c9c6c6 a {
  color: #c9c6c6;
  text-decoration: underline;
  text-decoration-color: lightblue;
}
.about_bg3 h5 a {
  font-size: 30px;
  color: #ffffff;
  padding-left: 20px;
  text-decoration: underline;
  text-decoration-color: lightblue;
}
.contactpagebg2 p a{
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: lightblue;
}
.contactpagebg1 p a{
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: lightblue;
}
.contactpagebg p a{
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: lightblue;
}
.file-upload {
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  opacity: 0;
  cursor: pointer;
}
.btnupload{
    cursor: pointer;
    border: 0;
    padding: 7px;
    background-color: rgb(192, 192, 192);
}
.form-floating-lable1 {
  font-size: 18px !important;
    padding: 5px 2px !important;
    width: 20%;
    text-align: left;
}
.table-sortable tbody tr {
  cursor: move;
}

/*addindex*/
.startclose{
  color: #000;
  font-size: 16px;
  background-color: transparent;
}
.startclose:hover{
  color: #ccc;
  font-size: 16px;
  background-color: transparent!important;
}
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:318px;
  height:200px;
  display:none;
  z-index:9999;
  padding:0px;
  border-radius: 0px;
  text-align: center;
}
#boxes #dialog {
  width:318px; 
  height:auto;
  padding:0px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
.maintext{
    text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}
body{
  background: url('bg.jpg');
}
#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  text-align: left;
}
#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 16pt;
  padding: 10px 20px;
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}
/*addindex*/