.topd{
	margin-top: 25px;
}
.footbg-dark{
  background-color: #163300;
}
.innerbg {
  background-image: url(../img/high.jpg);
  min-height: 500px;
  width: 100%;
  margin: auto;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 80px;
  margin-top: 35px;
  padding-top: 106px;
  text-align: center;
}
.wavebgvideo {
  background-image: url(../img/high.jpg);
  min-height: 500px;
  width: 100%;
  margin: auto;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 80px;
  margin-top: 35px;
  padding-top: 200px;
  text-align: center;
}
/*bottom slider*/
.imageslide2{
	position: relative;
	width: 100%;
	margin-bottom: 150px;
	
	
}


.bgwt {
  margin: auto;
  /* width: 50px; */
  position: relative;
  /* width: 60%; */
  height: auto;
  top: 400px;
  /* margin-left: 0; */
  /* margin-right: 0; */
  border-radius: 14px;
  font-family: "nor";
  text-align: center;
  padding: 19px;
  font-size: 15px;
}
.img_outline{
  border-radius: 25px;
}
.bgwt h5 {
  color: #fff;
}
.btrom {
    width: 100px;
    background-color: #04ac4e;
    hanging-punctuation: 15px;
    font-family: "nor";
    margin: auto;
    margin-top: 15px;
    border-radius: 15px;
    font-size: 15px;
    color: #fff;
    padding: 10px;
}
/*bottom slider end*/

/*video css*/
.play-button {
  position: absolute;
    top: 50%;
    left: auto;
    right: 12%;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 65px;
    height: 65px;
    background: #fff;
    text-align: center;
  border-radius: 50%;
/*   border-left: 100px solid transparent;
  border-right: 100px solid transparent;
    border-top: 0 solid red;
  border-bottom: 100px solid black; */
    
/*   border-radius: 20%; */
/*   border-top-right-radius: 50%;             
  border-bottom-right-radius: 50%; */
    -webkit-animation: ripple-white3 3s linear infinite;
    animation: ripple-white3 3s linear infinite;
}
@keyframes ripple-white3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1); }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0); } }
.play-button::after {
  content:'';
  top:21px;
  left:23px;
  position: absolute;
  border-left: 20px solid black;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 20px solid transparent;
}



/* Pop Up Style */

/**/

/**/
.about-thumb-video {
  position: absolute;
  bottom: 35px;
  right: 180px;
}
@media only screen and (max-width: 991px) {
  .about-thumb-video {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}

.video-main {
  position: relative;
  display: inline-block;
  z-index: 9;
}

.waves {
  position: absolute;
  width: 180px;
  height: 180px;
  border: 1px solid #dcbb87;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.video-icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 100%;
  color: #dcbb87 !important;
  display: inline-block;
  background: rgba(220, 187, 135, 0.15);
  z-index: 999;
}

.about-book-right a i {
  transition: all 0.5s;
  margin-right: 8px;
}
.about-book-right a i::before {
  color: #19232d;
  transition: all 0.5s;
}
.about-book-right a:hover i {
  transform: rotate(-40deg);
}
.about-book-right a:hover i::before {
  color: #dcbb87;
}

.dark .waves {
  border: 1px solid white;
}
.dark .video-icon {
  background-color: white;
  font-size: 30px;
}

.page-wrapper-two .about-thumb {
  position: relative;
  overflow: hidden;
}
.page-wrapper-two .about-thumb img {
  width: 100%;
}
.page-wrapper-two .about-thumb .about-video-wrapper {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .about-thumb .about-video-wrapper {
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
  }
}
.page-wrapper-two .about-thumb .about-video-wrapper .video-icon {
  background-color: white;
}
/*video css end*/

/*logo slide */
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");


section {
    display: grid;
    place-items: center;
}

h1 {
    font-size: 3rem;
    padding: 20px;
    margin: 20px 0px;
    text-align: center;
}

.slider {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: rgb(255, 255, 255);
    border-radius: 16px;
    /*
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);*/
    backdrop-filter: blur(7.4px);
    -webkit-backdrop-filter: blur(7.4px);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.slider-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    animation: scrolling 20s linear infinite;

}

@keyframes scrolling {

    0% {
        transform: translateX(80%);
    }

    100% {
        transform: translateX(-20%);
    }
}

.slider-items img {
    width: 12%;
    margin: 20px;

}
/*logo end*/
@media only screen and (max-width: 600px){

  .pad{
    padding: 5px;
  }
  .display-1 {
    font-size: calc(1.625rem + -1.5vw);
    font-weight: 300;
    line-height: 1.2;
  }
  .counter-content {
    text-align: center;
    margin-top: 25px;
  }
  
  
}
/*footer*/
.footerlogo{
  margin-top: 35px;
  margin-bottom: 25px;
}

.linkfooter{
  border-top: 1px solid #1a6c00;
  text-align: center;
  padding-top: 15px;
}
/*footer end*/

/*services*/
:root {
  --color-primary: #04662b;
  --color-primary-2: # 1b3296;
  --color-primary-3: #F64A00;
  --color-primary-4: #5264F3;
  --color-primary-5: #FA360A;
  --color-primary-alta: #FFECEC;
  --color-secondary:#111D5E;
  --color-terciary:#90FF03;
  --color-gray: #f6f6f6;
  --color-gray-2: #f5f8fa;
  --color-subtitle: #f9004d;
  --color-body: #5D666F;
  --color-heading-1: #1C2539;
  --background-color-1:#181C25;
  --color-white:#fff;
  --color-light-heading: #181c32;
  --color-light-body: #65676b;
  --color-border-white: #00000024;
  --color-success: #3EB75E;
  --color-danger: #FF0003;
  --color-warning: #FF8F3C;
  --color-info: #1BA2DB;
  --color-facebook: #3B5997;
  --color-twitter: #1BA1F2;
  --color-youtube: #ED4141;
  --color-linkedin: #0077B5;
  --color-pinterest: #E60022;
  --color-instagram: #C231A1;

.service-detials-step-2 p.disc {
  font-size: 16px;
  line-height: 26px;
}
.service-detials-step-2.inner {
  max-width: 900px;
  margin: 0 auto;
}

.service-detials-step-1 .thumbnail {
  margin-bottom: 45px;
}
.service-detials-step-1 .title {
  margin-bottom: 16px;
}
.service-detials-step-1 p.disc {
  margin-bottom: 23px;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}
.service-detials-step-1 .service-details-card {
  padding: 30px;
  box-shadow: 0px 8px 30px #6a6a6a1a;
  display: flex;
  align-items: flex-start;
  border-left: 5px solid var(--color-primary);
  background-color: #fff;
}
.service-detials-step-1 .service-details-card .thumbnail img {
  height: 29px;
  width: 74px;
}
.service-detials-step-1 .service-details-card .details {
  margin-left: 20px;
}
.service-detials-step-1 .service-details-card .details .title {
  margin-bottom: 5px;
  font-size: 17px;
}
.service-detials-step-1 .service-details-card .details p {
  margin-bottom: 0;
}

.service-detials-step-2 .single-service-step {
  background: #fff;
  padding: 40px 20px;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 6px 39px #0000000a;
}
.service-detials-step-2 .single-service-step p.step {
  position: relative;
  color: #fff;
  z-index: 1;
  margin-bottom: 52px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-top: 29px;
}
.service-detials-step-2 .single-service-step p.step::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  background: #DF0A0A;
  height: 60px;
  width: 60px;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
}
.service-detials-step-2 .single-service-step p.step::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  background: #e81c2e1a;
  height: 90px;
  width: 90px;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
}
.service-detials-step-2 .single-service-step .title {
  margin-bottom: 8px;
}
.service-detials-step-2 .single-service-step p.disc {
  font-size: 16px;
  line-height: 26px;
}

.service-detials-step-3 .title {
  margin-bottom: 8px;
}
.service-detials-step-3 p.disc {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.service-detials-step-3 .single-banifits {
  margin-bottom: 10px;
}
.service-detials-step-3 .single-banifits i {
  margin-right: 15px;
  color: var(--color-primary);
}

.service-two-bg {
  background-image: url(../images/service/bg-02.jpg);
}

.service-two-inner {
  box-shadow: 0px 13px 40px #1810100a;
  position: relative;
  border-radius: 15px;
}
.service-two-inner .thumbnail {
  overflow: hidden;
  display: block;
  border-radius: 15px 15px 0 0;
  position: relative;
}
.service-two-inner .thumbnail::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "01";
  font-size: 18px;
  background: #fff;
  border-radius: 0 0 0 15px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-weight: 700;
}
.service-two-inner .thumbnail.two::after {
  content: "02";
}
.service-two-inner .thumbnail.three::after {
  content: "03";
}
.service-two-inner .thumbnail.four::after {
  content: "04";
}
.service-two-inner .thumbnail.five::after {
  content: "05";
}
.service-two-inner .thumbnail.six::after {
  content: "06";
}
.service-two-inner .thumbnail.seven::after {
  content: "07";
}
.service-two-inner .thumbnail.eight::after {
  content: "08";
}
.service-two-inner .thumbnail.nine::after {
  content: "09";
}
.service-two-inner .thumbnail img {
  width: 100%;
  border-radius: 15px 15px 0 0;
  transition: 0.3s;
}
.service-two-inner .body-content {
  z-index: 5;
  padding: 40px;
  background: #fff;
  border-radius: 0 0 15px 15px;
  position: absolute;
  bottom: -50%;
}
@media only screen and (max-width: 767px) {
  .service-two-inner .body-content {
    bottom: -37%;
  }
}
@media only screen and (max-width: 479px) {
  .service-two-inner .body-content {
    padding: 20px;
  }
}
.service-two-inner .body-content .hidden-area {
  max-height: 80px;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.service-two-inner .body-content .title {
  margin-bottom: 8px;
  font-size: 22px;
}
.service-two-inner .body-content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #5D666F;
  margin-bottom: 15px;
}
.service-two-inner .body-content .rts-read-more-two {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 16px;
  align-items: center;
  display: flex;
}
.service-two-inner .body-content .rts-read-more-two i {
  margin-left: 5px;
  transition: 0.3s;
}
.service-two-inner .body-content .rts-read-more-two:hover i {
  margin-left: 8px;
}
.service-two-inner:hover .thumbnail img {
  transform: scale(1.15);
}
.service-two-inner:hover .body-content .hidden-area {
  max-height: 150px;
  bottom: 0;
}

.rts-single-wized {
  background: #F6F6F6;
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 40px;
}
.rts-single-wized:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .rts-single-wized {
    padding: 20px;
  }
}
.rts-single-wized.service {
  border-radius: 0;
}
.rts-single-wized.service .single-categories li a {
  border-radius: 0;
}
.rts-single-wized.download {
  background: #1C2539;
}
.rts-single-wized.download .title {
  color: #fff;
}
.rts-single-wized.download .single-download-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #2E3951;
}
.rts-single-wized.download .single-download-area:first-child {
  padding-top: 0;
}
.rts-single-wized.download .single-download-area:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.rts-single-wized.download .single-download-area .mid {
  margin-right: auto;
  margin-left: 15px;
}
.rts-single-wized.download .single-download-area .mid .title {
  margin-bottom: 0;
  font-size: 18px;
  font-family: var(--font-primary);
}
.rts-single-wized.download .single-download-area .mid span {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}
.rts-single-wized.download .single-download-area a.rts-btn {
  padding: 11px 15px;
  border-radius: 0;
}
.rts-single-wized.contact {
  background: #1C2539;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px;
}
@media only screen and (max-width: 479px) {
  .rts-single-wized.contact {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 479px) {
  .rts-single-wized.contact:last-child {
    margin-bottom: 0;
  }
}
.rts-single-wized.contact .wized-body {
  text-align: center;
}
.rts-single-wized.contact .wized-body .title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 32px;
}
.rts-single-wized.contact .wized-body a.rts-btn {
  display: block;
  max-width: max-content;
  margin: auto;
}
.rts-single-wized .wized-header .title {
  margin-bottom: 10px;
}
.rts-single-wized .wized-body {
  margin-top: 30px;
}
.rts-single-wized .wized-body .rts-search-wrapper {
  position: relative;
}
.rts-single-wized .wized-body .rts-search-wrapper input {
  background: #fff;
  height: 55px;
  border-radius: 5px;
  padding-right: 70px;
  padding-left: 25px;
  border: 1px solid transparent;
}
.rts-single-wized .wized-body .rts-search-wrapper input:focus {
  border: 1px solid var(--color-primary);
}
.rts-single-wized .wized-body .rts-search-wrapper button {
  position: absolute;
  max-width: max-content;
  height: 55px;
  width: 55px;
  border-radius: 5px;
  background: var(--color-primary);
  display: inline-block;
  padding: 0 19px;
  right: 0;
}
.rts-single-wized .wized-body .rts-search-wrapper button i {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}
.rts-single-wized .single-categories {
  margin-bottom: 15px;
  padding: 0;
}
.rts-single-wized .single-categories:last-child {
  margin-bottom: 0;
}
.rts-single-wized .single-categories li {
  list-style: none;
}
.rts-single-wized .single-categories li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  background: #fff;
  color: #5D666F;
  font-weight: 500;
  transition: 0.3s;
  border-radius: 5px;
}
.rts-single-wized .single-categories li a i {
  color: var(--color-primary);
  transition: 0.3s;
}
.rts-single-wized .single-categories li a:hover {
  background: var(--color-primary);
  transform: translateY(-5px) scale(1.03);
  color: var(--color-white);
}
.rts-single-wized .single-categories li a:hover i {
  color: #fff;
}
.rts-single-wized .recent-post-single {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.rts-single-wized .recent-post-single:last-child {
  margin-bottom: 0;
}
.rts-single-wized .recent-post-single .thumbnail {
  margin-right: 20px;
  overflow: hidden;
  max-width: max-content;
  width: 100%;
  border-radius: 5px;
}
.rts-single-wized .recent-post-single .thumbnail img {
  min-width: 85px;
  height: auto;
  transition: 0.3s;
}
.rts-single-wized .recent-post-single .thumbnail:hover img {
  transform: scale(1.2);
}
.rts-single-wized .recent-post-single .user {
  display: flex;
  align-items: center;
}
.rts-single-wized .recent-post-single .user span {
  margin-left: 9px;
}
.rts-single-wized .recent-post-single .post-title .title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #1C2539;
  line-height: 26px;
  margin-top: 5px;
  transition: 0.3s;
}
@media only screen and (max-width: 479px) {
  .rts-single-wized .recent-post-single .post-title .title {
    font-size: 14px;
    line-height: 26px;
    margin-top: 0;
  }
}
.rts-single-wized .recent-post-single .post-title:hover .title {
  color: var(--color-primary);
}
.rts-single-wized .gallery-inner {
  display: flex;
  flex-direction: column;
}
.rts-single-wized .gallery-inner .single-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rts-single-wized .gallery-inner .single-row a {
  overflow: hidden;
  border-radius: 6px;
}
@media only screen and (max-width: 479px) {
  .rts-single-wized .gallery-inner .single-row a {
    display: block;
    width: 100%;
  }
}
.rts-single-wized .gallery-inner .single-row a img {
  max-width: 97px;
  height: auto;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-single-wized .gallery-inner .single-row a img {
    max-width: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .rts-single-wized .gallery-inner .single-row a img {
    min-width: 269px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-single-wized .gallery-inner .single-row a img {
    min-width: 193px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-single-wized .gallery-inner .single-row a img {
    min-width: 135px;
  }
}
@media only screen and (max-width: 575px) {
  .rts-single-wized .gallery-inner .single-row a img {
    min-width: 140px;
  }
}
@media only screen and (max-width: 479px) {
  .rts-single-wized .gallery-inner .single-row a img {
    min-width: 80px;
  }
}
.rts-single-wized .gallery-inner .single-row a:hover img {
  transform: scale(1.2);
}
.rts-single-wized .gallery-inner .single-row.row-1 {
  margin-bottom: 20px;
}
.rts-single-wized .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.rts-single-wized .tags-wrapper a {
  padding: 5px 16px;
  background: #fff;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #1C2539;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}
.rts-single-wized .tags-wrapper a:hover {
  background: var(--color-primary);
  color: #fff;
  transform: translateY(-3px) scale(1.09);
}


/*service end*/

/**/
/*------------------ Theme Counter -------------------*/
.cer {
  text-align: center;
}
.count{
	font-family: "light";
	text-align: center;
	font-size: 35px;
	color: #000;
}
.counttitle{
	font-family: "lights";
	text-align: center;
	font-size: 25px;
	color: #000;
}

.theme-counter {background: #171c14;padding: 55px 0;}
.theme-counter .bg {
  background: url(../img/map.png) no-repeat center center;
  text-align: center;
  padding: 85px 0 85px 0;
}

/**/
.commonpad{
  margin-top: 45px;
}

/**/

/*produts*/

.our-project.v1 .project-card .project-img::before,.our-project.v2 .project-card .project-img::before,.our-project.v3 .project-card .project-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  background: var(--color-deepTealGreen);
  mix-blend-mode: multiply;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.our-project.v1 .project-card .project-img img,.our-project.v2 .project-card .project-img img,.our-project.v3 .project-card .project-img img,.work-process.v2 .work-process-img img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.our-project.v1 .project-card .project-content,.our-project.v2 .project-card .project-content,.our-project.v3 .project-card .project-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  padding: 30px;
  z-index: 1;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.our-project.v1 .project-card .project-img img,.our-project.v2 .project-card .project-img img,.our-project.v3 .project-card .project-img img,.work-process.v2 .work-process-img img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.our-project.v1 .project-card .project-img::before,.our-project.v2 .project-card .project-img::before,.our-project.v3 .project-card .project-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  background: var(--color-deepTealGreen);
  mix-blend-mode: multiply;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}



.our-project.v1 .project-card:hover .project-img::before,.our-project.v2 .project-card:hover .project-img::before,.our-project.v3 .project-card:hover .project-img::before {
  opacity: 1
}

.our-project.v1 .project-card:hover .project-content,.our-project.v2 .project-card:hover .project-content,.our-project.v3 .project-card:hover .project-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}

.our-project.v1.bg-cover-center .fun-facts {
  background: var(--color-tr)
}

.our-project.v1.bg-cover-center .border-line {
  border-color: var(--color-white)
}

.our-project.v2 .bg-shap {
  display: none;
  position: absolute;
  top: 0;
  opacity: .1;
  z-index: -1
}

.our-project.v2 .our-project-boxs {
  display: grid;
  grid-auto-flow: dense;
  gap: 20px
}

.btn-anime.v1, .btn-anime.v2, .btn-anime.v3, .btn-anime.v4, .btn-anime.v5, .link-anime.v1, .link-anime.v2, .link-anime.v3, .link-anime.v4, .link-anime.v5 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  /* display: inline-flex; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* align-items: center; */
  -webkit-box-pack: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
  text-align: center;
}
/*end*/

@font-face {
	font-family: "tabletext";
	src: url("../webfonts/Poppins-Light.otf"); /* IE9 Compat Modes */  
	font-weight: normal;
	font-style: normal;
  }
  .isotext {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    /* text-transform: uppercase; */
    padding: 6px;
    color: #fff;
    background-color: #38a849;
}

.over{
  overflow-x: hidden; /* Hide horizontal scrollbar */
  overflow-y: scroll; /* Add vertical scrollbar */
}

table {
 
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
  text-align: left;
  padding: 5px;
  line-height: 19px;
}
table, td, th {
  
  border: 1px solid black;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th {
  text-align: left;
}
.trpad{
  padding: 5px;
 
}




@media only screen and (max-width: 600px){
  table {
    border-collapse: collapse;
    width: 98%;
    font-size: 9px;
    text-align: left;
    padding: 5px;
    line-height: 11px;
  }
  .isotext {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 8px;
    text-transform: uppercase;
    padding: 6px;
    color: #fff;
    background-color: #38a849;
  }
}

/**/
.iconpad{
  margin: 5px 0px 5px 0px;
  color: #04662b;
}
/**/
/*service*/

.srex-hero-one__left__enery__efficient {
  background-color: #1D8F2C;
  border-radius: 20px;
  padding: 40px 75px;
  text-align: center;
}

/*end*/

/*prdocuts*/

.probg{
  background-color: #fff;
  border-radius: 25px;
  padding: 15px;
  width: 100%;
  margin-bottom: 25px;

}
.probut{
  background-color: #38a849;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  color: #fff;

}
a.probut:hover{
  background-color: #036635;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  color: #fff;


}
.btn-demore {
  background:#106735;
  color: #fff;
  font-size: 16px;
  padding: 12px 30px;
  border-radius: 10px;
  z-index: 0;
  width: 100%;
  font-family: var(--default-font);
  transition: 0.2s transform ease-in-out;
}
.btn-demore:hover {
  background:#38a849;
  color:#fff;
  font-size: 16px;
  transition-duration: 0.4s;
  padding: 12px 30px;
  border-radius: 10px;
  z-index: 0;
  width: 100%;
  transition: 0.2s transform ease-in-out;
  font-family: var(--default-font);
}


.imageslide2{
	position: relative;
	width: 100%;
	margin-bottom: 150px;
	
	
}
.tm20px{
  margin: 100px 0px 05px 0px;
}
.outlinea{
  border-bottom: 1px solid #1f7804;
  margin-top: 15px;
  margin-bottom: 25px;
}
.abtinner {
  border-radius: 25px;
  margin-right: 20px;
  width: 100%;
  margin: auto;
}
.redius{
  border-radius: 25px;
}


/*products end*/

/*button*/
.button {
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  transition-duration: 0.4s;
  cursor: pointer;
  background-color: #15e55e; 
  border-radius: 14px;
  font-family: "nor";
  text-align: center;
  padding: 19px;
  width: 100%;
}

.button1 {
  color: black; 
  
}

.button1:hover {
  background-color: #04AA6D;
}


}
/*button end*/
/*messges*/



.imgbor{
  border-radius: 25px;
  text-align: center;
}

.megoutline{
  border: 1px solid #f4f4f4;
  margin: 35px 0px 35px 0px;
}
@media only screen and (max-width: 600px){
  
.hdtextcentre{
  text-align: center;
  
}
.hdtextcentre p{
  text-align: center;
  
}
.imgbor{
  border-radius: 25px;
  text-align: center;
  width: 100%;
}

}
}

/*end*/

.clikbtn{
  font-size: 13px;
  text-align: center;
}


	.download_btn{
		background-color: green;
    padding: 8px;
    color: #ccc;
    border-radius: 8px;
    font-size: 12px;
}
	}













