/*-------Poo --- - -rex-------*/
/*
@FONT-FACE {
    font-family: "Cairo";
    src: url(TAJAWAL-REGULAR.TTF)
}

@FONT-FACE {
    
    src: url(TAJAWAL-REGULAR.TTF)
}
*/


@FONT-FACE {
    font-family: "taj";
    src: url(GE_SS_TWO_LIGHT.OTF)
}



@FONT-FACE {
font-family: "gs";
    src: url(GE_SS_Two_Medium.woff)
}


@FONT-FACE {
    font-family: "nuti";
    src: url(nuti.woff2)
}



@FONT-FACE {
    font-family: "robo";
    src: url(robo.woff2)
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1270px;
  }
}
.container-large {
  max-width: 1325px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
font-family: nuti ,taj;
font-size: 16px;
font-weight: 500;
color: #6e7a7a;
color: #000;
overflow-x: hidden;
direction: rtl;
text-align: right;
line-height: 25px;
}


.owl-carousel {
direction: ltr;
}

.owl-carousel .owl-item {
direction: rtl;
}


html, body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

h1 {
font-family: nuti ,"gs";
  color: #1e3737;
  margin-top: 0px;
  
  line-height: 1.1;
  transition: 0.3s;
}

h2 {
font-family: nuti ,"gs";
  color: #1e3737;
  margin-top: 0px;
  
  line-height: 1.1;
  transition: 0.3s;
}

h3 {
font-family: nuti ,"gs";
  color: #1e3737;
  margin-top: 0px;
  
  line-height: 1.1;
  transition: 0.3s;
}

h4 {
font-family: nuti ,"gs";
  color: #1e3737;
  margin-top: 0px;
  
  line-height: 1.1;
  transition: 0.3s;
}

h5 {
font-family: nuti ,"gs";
  color: #1e3737;
  margin-top: 0px;
  
  line-height: 1.1;
  transition: 0.3s;
}

h6 {
font-family: nuti ,"gs";
  color: #1e3737;
  margin-top: 0px;
  
  line-height: 1.1;
  transition: 0.3s;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  color: #000;color: #444;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
}

.z-index {
  position: relative;
  z-index: 2;
}

.z-index-3 {
  position: relative;
  z-index: 3;
}

.z-index-4 {
  position: relative;
  z-index: 4;
}

.z-index-5 {
  position: relative;
  z-index: 5;
}

.z-index-6 {
  position: relative;
  z-index: 6;
}

a,
.btn,
button,
input,
select,
textarea,
li,
img,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

li {
  list-style: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input {
  outline: none;
  color: #7DC354;
}

textarea {
  outline: none;
  color: #7DC354;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgb(116, 116, 116);
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgb(116, 116, 116);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgb(116, 116, 116);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgb(116, 116, 116);
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: #1e3737;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #1e3737;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #7DC354;
  color: #ffffff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #1e3737;
  font-size: undefined;
  opacity: 1;
}

*::placeholder {
  color: #1e3737;
  font-size: undefined;
  opacity: 1;
}

/*---------------------------------
    common classes css start 
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

input[type=text] {
  outline: none;
  background-color: #fff;
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-size: 14px;
  color: #000000;
  padding-right: 30px;
  padding-left: 30px;
  border: 0;
}

input[type=email] {
  outline: none;
  background-color: #fff;
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-size: 14px;
  color: #000000;
  padding-right: 30px;
  padding-left: 30px;
  border: 0;
}

input[type=tel] {
  outline: none;
  background-color: #fff;
  height: 60px;
  width: 100%;
  line-height: 60px;
  font-size: 14px;
  color: #000000;
  padding-right: 30px;
  padding-left: 30px;
  border: 0;
}

input[type=number] {
  outline: none;
  background-color: #fff;
  height: 60px;
  width: 100%;
  line-height: 60px;
  font-size: 14px;
  color: #000000;
  padding-right: 30px;
  padding-left: 30px;
  border: 0;
}

input[type=password] {
  outline: none;
  background-color: #fff;
  height: 60px;
  width: 100%;
  line-height: 60px;
  font-size: 14px;
  color: #000000;
  padding-right: 30px;
  padding-left: 30px;
  border: 0;
}

input[type=url] {
  outline: none;
  background-color: #fff;
  height: 60px;
  width: 100%;
  line-height: 60px;
  font-size: 14px;
  color: #000000;
  padding-right: 30px;
  padding-left: 30px;
  border: 0;
}

.tp-btn {
  display: inline-block;
  background-color: #7DC354;
  color: #ffffff;
  height: 55px;
  line-height: 55px;
  padding: 0 40px;
border-radius: 55px;
  font-size: 15px;
  text-align: center;
  text-transform: capitalize;
  position: relative;
transition: all 0.5s;
  overflow: hidden;
  z-index: 1;
}

.tp-btn:hover {
  color: #ffffff;
background: #1e3737;
}
/*
.tp-btn:hover::after {
  height: 580%;
}
.tp-btn::after {
  position: absolute;
  content: "";
  background-color: #1e3737;
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 0px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  transition: all 500ms ease;
}*/
.tp-btn.theme-2-bg {
  background-color: #7DC354;
  color: #ffffff;
}
.tp-btn.theme-2-bg:hover {
  background-color: #7DC354;
}

.tp-btn.dark-btn {
  background-color: #212121;
}




.tp-border-btn {
  display: inline-block;
  border: 1px solid #7DC354;
  color: #ffffff;
  height: 58px;
  line-height: 55px;
  padding: 0 51px;
  font-size: 14px;
  
  text-align: center;
  text-transform: capitalize;
  position: relative;
  transition: all 0.6s linear;
  overflow: hidden;
  z-index: 1;
}
.tp-border-btn:hover {
  color: #ffffff;
}
.tp-border-btn:hover::after {
  height: 380%;
}
.tp-border-btn::after {
  position: absolute;
  content: "";
  background-color: #7DC354;
  width: 100%;
  height: 0%;
  right: 50%;
  top: 50%;
  border-radius: 0px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn {
  display: inline-block;
  background-color: #1e3737;
  color: #ffffff;
  height: 58px;
  line-height: 55px;
  padding: 0 51px;
  font-size: 14px;
  
  text-align: center;
  text-transform: capitalize;
  position: relative;
  transition: all 0.6s linear;
  overflow: hidden;
  z-index: 1;
}
.theme-btn:hover {
  color: #ffffff;
}
.theme-btn:hover::after {
  height: 380%;
}
.theme-btn::after {
  position: absolute;
  content: "";
  background-color: #7DC354;
  width: 100%;
  height: 0%;
  right: 50%;
  top: 50%;
  border-radius: 0px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  transition: all 500ms ease;
}

.tp-btn-lg {
  display: inline-block;
  background-color: #7DC354;
  color: #ffffff;
  height: 58px;
  line-height: 55px;
  padding: 0 51px;
  font-size: 14px;
  
  text-align: center;
  text-transform: capitalize;
  position: relative;
  transition: all 0.6s linear;
  overflow: hidden;
  z-index: 1;
}
.tp-btn-lg:hover {
  color: #ffffff;
}
.tp-btn-lg:hover::after {
  height: 560%;
}
.tp-btn-lg::after {
  position: absolute;
  content: "";
  background-color: #1e3737;
  width: 100%;
  height: 0%;
  right: 50%;
  top: 50%;
  border-radius: 0px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  transition: all 500ms ease;
}

.tp-btn-sm {
  display: inline-block;
  background-color: #7DC354;
  color: #ffffff;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  font-size: 14px;
  
  text-align: center;
  text-transform: capitalize;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.tp-btn-sm i {
  padding-right: 20px;
  color: #ffffff;
  font-size: 16px;
  transform: translateY(2px);
}
.tp-btn-sm:hover {
  color: #ffffff;
}
.tp-btn-sm:hover::after {
  height: 380%;
}
.tp-btn-sm::after {
  position: absolute;
  content: "";
  background-color: #1e3737;
  width: 100%;
  height: 0%;
  right: 50%;
  top: 50%;
  border-radius: 0px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  transition: all 500ms ease;
}
.tp-btn-sm.theme-2-bg {
  background-color: #7DC354;
  color: #ffffff;
}
.tp-btn-sm.theme-2-bg:hover::after {
  background-color: #7DC354;
}

.tp-grey-btn {
  display: inline-block;
  background-color: #f6f6f6;
  color: #7DC354;
  height: 58px;
  line-height: 55px;
  padding: 0 51px;
  font-size: 14px;
  
  text-align: center;
  text-transform: capitalize;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  z-index: 1;
}
.tp-grey-btn:hover {
  color: #ffffff;
}
.tp-grey-btn:hover::after {
  height: 380%;
}
.tp-grey-btn::after {
  position: absolute;
  content: "";
  background-color: #7DC354;
  width: 100%;
  height: 0%;
  right: 50%;
  top: 50%;
  border-radius: 0px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  transition: all 500ms ease;
}

.tp-menu-btn {
  background-color: #7DC354;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 9;
}
.tp-menu-btn::before {
  position: absolute;
  content: "";
  background-color: #7DC354;
  width: 100%;
  height: 0%;
  right: 50%;
  top: 50%;
  border-radius: 0px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  transition: all 500ms ease;
}
.tp-menu-btn:hover {
  color: #ffffff;
}
.tp-menu-btn:hover::before {
  height: 380%;
}

/* pulse effect animation */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes lineDash {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 1000;
  }
}
@keyframes lineDash {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 1000;
  }
}
@keyframes pulse-2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 153, 0, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 153, 0, 0.2);
  }
  70% {
    -moz-box-shadow: 0 0 0 20px rgba(21, 165, 150, 0);
    box-shadow: 0 0 0 20px rgba(21, 165, 150, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(21, 165, 150, 0);
    box-shadow: 0 0 0 0 rgba(21, 165, 150, 0);
  }
}
@keyframes section-animation {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 0;
  }
}
@keyframes about-sm {
  100% {
    transform: translateY(60px);
  }
  100% {
    transform: translateY(50px);
  }
}
@keyframes hero-thumb-animation {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes tpleftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes tprotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes tpupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes about-circle {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes services-triangle {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
    -moz-transform: rotate(0deg) translateX(-50px);
    -ms-transform: rotate(0deg) translateX(-50px);
    -o-transform: rotate(0deg) translateX(-50px);
    transform: rotate(0deg) translateX(-50px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
    -moz-transform: rotate(360deg) translateY(100px);
    -ms-transform: rotate(360deg) translateY(100px);
    -o-transform: rotate(360deg) translateY(100px);
    transform: rotate(360deg) translateY(100px);
  }
}
@keyframes hero-3-dot-2 {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes leftright {
  0% {
    transform: translatex(0);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes movinglight {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-70px);
  }
  50% {
    transform: translatey(-70px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes movinglight2 {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(70px);
  }
  50% {
    transform: translatey(70px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes movingtop {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translatey(70px);
  }
  50% {
    transform: translatey(-70px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes circle-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle-animation2 {
  0% {
    transform: scale(-1, 1) rotate(360deg);
  }
  100% {
    transform: scale(-1, 1) rotate(0deg);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes zoom2 {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes wobble-vertical {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
@-webkit-keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthcalc {
  0% {
    width: 20%;
  }
  50% {
    width: 50%;
  }
  75% {
    width: 90%;
  }
  90% {
    opacity: 75%;
  }
  90% {
    opacity: 100%;
  }
}
/* right bounce */
@-webkit-keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-90px);
    transform: translateX(-90px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-moz-keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-90px);
    transform: translateX(-90px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  60% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
/* /right bounce */
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes light-one {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.6;
  }
  75% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes tptranslateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
/*--- preloader ---*/
.dark #preloader {
  background-color: #1e3737;
}

#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: right;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #1e3737;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
/*--- end of preloader ---*/
.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: -10%;
  left: 50px;
  font-size: 16px;
  z-index: 999;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: #7DC354;
  transition: 1s ease;
  border: none;
}

.scroll-top.open {
  bottom: 30px;
}

/*---------------------------------------
         Background color
-----------------------------------------*/
.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #000000;
}

.grey-bg {
  background: #f6f6f6;
}

.theme-bg {
  background-color: #1e3737;
}

.theme-bg-2 {
  background-color: #7DC354;
}

.body-overlay {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}
.body-overlay.apply {
  opacity: 1;
  visibility: visible;
}
.body-overlay:hover {
  cursor: url(), pointer;
}

.tpoffcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: -100%;
  width: 480px;
  bottom: 0;
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
background: linear-gradient( to right , #f9f9f9 , #f3f3f3);
background: #fff;
  z-index: 999999;
  padding: 50px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}
.tpoffcanvas .homemenu {
  margin-bottom: 30px;
}
.tpoffcanvas .tp-main-menu-mobile {
  margin-bottom: 10px;
}
.tpoffcanvas.opened {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .tpoffcanvas {
    width: 330px;    max-width: 100%;
    padding: 10px 25px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas {
    width: 400px;
    padding: 40px;
  }
}
.tpoffcanvas.opened {
  left: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}
.tpoffcanvas__title p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.49);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .tpoffcanvas__title p {
    font-size: 17px;
  }
}
.tpoffcanvas__contact-title h5 {
font-size: 14px;
color: #333;
text-transform: uppercase;
margin-bottom: 10px;
display: inline-block;
border-bottom: 1px solid;
padding-bottom: 5px;
}
.tpoffcanvas__input-title h4 {
  font-size: 14px;
  color: #888888;
  
  text-transform: uppercase;
  
  margin-bottom: 30px;
  display: inline-block;
}
.tpoffcanvas__input {
  margin-bottom: 100px;
}
.tpoffcanvas__input input {
  background: rgba(118, 118, 130, 0.3);
  border: transparent;
  height: 60px;
  width: 100%;
  padding-right: 20px;
  padding-left: 80px;
  color: #ffffff;
}
.tpoffcanvas__input button {
  height: 60px;
  width: 60px;
  background-color: #7DC354;
  color: #ffffff;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.tpoffcanvas__contact-info {
  margin-bottom: 25px;
}
.tpoffcanvas__contact-info ul li {
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
  list-style-type: none;

  position: relative;
padding-right:25px;
}

.tpoffcanvas__contact-info ul li i {
  position: absolute;
right:0;
top: 10px;
}


.tpoffcanvas__contact-info ul li span {
display: block;
font-weight: 600;
color: #000;}




@media (max-width: 767px) {
  .tpoffcanvas__contact-info ul li {
    font-size: 14px;
  }
}
.tpoffcanvas__contact-info ul li:last-child {
  margin-bottom: 0;
}
.tpoffcanvas__contact-info ul li a {
  transition: 0.3s;
}
.tpoffcanvas__contact-info ul li a:hover {
  color: #7DC354;
}

.tpoffcanvas__close-btn button {
  position: absolute;
  right: 10px;
  top: 8px;
  transition: 1s;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.3s;
height: 37px;
width: 37px;
line-height: 37px;
  background-color: #ffffff;
  color: #000000;border-radius: 50%;
}
.tpoffcanvas__close-btn button:hover i {
  transform: rotate(360deg);
}
.tpoffcanvas__close-btn button i {
  font-weight: 300;
  font-size: 16px;
  transition: 0.9s;
}
.tpoffcanvas__social {
  margin-top: 30px;
}
.tpoffcanvas__social .social-icon a {
  height: 55px;
  width: 55px;
  line-height: 58px;
  text-align: center;
  font-size: 16px;
  background-color: #eee;
  color: #000;
  margin-left: 15px;
  transition: 0.3s;
  display: inline-block;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .tpoffcanvas__social .social-icon a {
margin-left: 2px;
height: 40px;
width: 40px;
line-height: 41px;
font-size: 14px;
  }
}
.tpoffcanvas__social .social-icon a:hover {
  background-color: #7DC354;
  color: #ffffff;
}

.tp-breadcrumb-height {/*
padding-top: 45px;
padding-bottom: 45px;
background-size: 70% auto;
background-image: url(../images/backs.jpg);
background-position: left;
background-repeat: no-repeat;*/

position: relative;
padding: 17px 0;
background: #f5f5f5 !important;
border-bottom: 1px solid #EEE;
z-index: 1;
}

/*
.tp-breadcrumb-height:after {
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;


background: linear-gradient( to right , #052725ed ,#021110);
mix-blend-mode: multiply;
}
*/
  


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-breadcrumb-height {
    background-position: bottom;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-breadcrumb-height {
    background-position: bottom;
  }
}

.tp-breadcrumb__overlay {
  position: relative;
}
.tp-breadcrumb__overlay::after {
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(30, 55, 55, 0.75);
}
@media (max-width: 767px) {
  .tp-breadcrumb__section-box {
    text-align: center;
  }
}
.tp-breadcrumb__title {
  /*
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 0;
position: relative;
padding-right: 10px;
*/

padding: 0;
margin: 0;
line-height: 23px;
color: #333;
font-size: 17px;
text-transform: capitalize;

max-width: 53%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}


/*
.tp-breadcrumb__title:before {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #7DC354;
  display: inline-block;
  transform: translateY(-2px);
  margin-left: 10px;
}
*/

.tp-breadcrumb__list {
  display: inline-block;
  padding: 8px 20px;
  background-color: rgba(255, 255, 255, 0.078);
  margin-bottom: 20px;
}
.tp-breadcrumb__list span {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  opacity: 85%;
}
.tp-breadcrumb__list span.dvdr i {
  color: #ffffff;
  font-weight: 400;
  font-size: 13px;
}
.tp-breadcrumb__shape-1 {
  position: absolute;
  bottom: -7%;
  right: -2%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-breadcrumb__shape-1 {
    display: none;
    visibility: hidden;
  }
}
.tp-breadcrumb__shape-2 {
  position: absolute;
  bottom: 20px;
  right: 0%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-breadcrumb__shape-2 {
    display: none;
    visibility: hidden;
  }
}

.tp-custom-accordion .accordion-items {
  margin-bottom: 20px;
  box-shadow: 0px 25px 65px rgba(0, 0, 0, 0.07);
  border-radius: 16px;
}
.tp-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  padding: 26px 30px;
  padding-right: 60px;
  background-color: #ffffff;
  text-align: right;
  
  font-size: 18px;
  color: #1e3737;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-custom-accordion .accordion-buttons {
    font-size: 19px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-custom-accordion .accordion-buttons {
    padding: 25px 28px;
    padding-right: 60px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .tp-custom-accordion .accordion-buttons {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-custom-accordion .accordion-buttons {
    font-size: 15px;
  }
}
.tp-custom-accordion .accordion-buttons::after {
  position: absolute;
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  font-size: 16px;
  opacity: 1;
  color: #7DC354;
}
@media (max-width: 767px) {
  .tp-custom-accordion .accordion-buttons::after {
    top: 35px;
    left: 25px;
    font-size: 13px;
  }
}
.tp-custom-accordion .accordion-buttons.collapsed::after {
  content: "\f067";
}
.tp-custom-accordion .collapsed {
  position: relative;
  z-index: 99;
}
.tp-custom-accordion .accordion-body {
  background-color: #ffffff;
  padding-bottom: 20px;
  padding-right: 100px;
  padding-left: 55px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-custom-accordion .accordion-body {
    font-size: 14px;
    padding-left: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-custom-accordion .accordion-body {
    font-size: 14px;
    padding-left: 30px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-custom-accordion .accordion-body {
    font-size: 13px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.tp-custom-accordion .accordion-body::after {
  position: absolute;
  content: "";
  top: 6px;
  right: 70px;
  width: 1px;
  height: 75px;
  background-color: #7DC354;
}
@media (max-width: 767px) {
  .tp-custom-accordion .accordion-body::after {
    display: none;
    visibility: hidden;
  }
}

.tp-section-subtitle {
  font-size: 16px;
  color: #7DC354;
  font-family: "taj";
  
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-subtitle {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-subtitle {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .tp-section-subtitle {
    font-size: 13px;
  }
}
.tp-section-subtitle::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 30px;
  background-color: #7DC354;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.tp-section-subtitle::before {
  content: "";
  height: 2px;
  width: 10px;
  background-color: #7DC354;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.tp-section-subtitle-2 {
  font-size: 15px;
  color: #7DC354;
  font-family: "taj";
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-subtitle-2 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-subtitle-2 {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .tp-section-subtitle-2 {
    font-size: 13px;
  }
}
.tp-section-subtitle-2::before {
  content: "";
  height: 2px;
  width: 10px;
  background-color: #7DC354;
  display: inline-block;
  transform: translateY(-5px);
  margin-left: 10px;
}

.tp-section-subtitle-3 {
  font-size: 15px;
  color: #7DC354;
  font-family: "taj";
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-subtitle-3 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-subtitle-3 {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .tp-section-subtitle-3 {
    font-size: 13px;
  }
}
.tp-section-subtitle-3::before {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #7DC354;
  display: inline-block;
  margin-left: 10px;
}

.tp-section-title {
position: relative;
font-size: 18px;
text-transform: capitalize;
padding-bottom: 15px;
  color: #000;
  line-height: 1.2;
  margin: 0;

}



.section-title p {
  width: 80%;
margin: 15px auto;
text-align: center;
}

.tp-section-title:after {
position: absolute;
content: "";
height: 4px;
width: 45px;
background: linear-gradient(to right, #afef8d, #67B26F);
right: 0;
bottom: 0;
left: 0;
margin: 0 auto;}

.tp-section-title.text-right:after {
left: auto;
}



/** slider title**/
.tp-slider-subtitle {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  padding: 8px 32px;
  background-color: rgba(255, 255, 255, 0.059);
  display: inline-block;
  margin-bottom: 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-subtitle {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tp-slider-subtitle {
    font-size: 14px;
    padding: 8px 20px;
  }
}

.tp-slider-title {
  font-size: 100px;
  color: #ffffff;
  
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-slider-title {
    font-size: 87px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-title {
    font-size: 70px;
  }
  .tp-slider-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-slider-title {
    font-size: 47px;
  }
  .tp-slider-title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-title {
    font-size: 56px;
  }
  .tp-slider-title br {
    display: none;
  }
}

.tp-slider-2-subtitle {
  font-size: 20px;
  
  color: #1e3737;
  display: inline-block;
  padding-bottom: 12px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-slider-2-subtitle {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-2-subtitle {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-2-subtitle {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2-subtitle {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .tp-slider-2-subtitle {
    font-size: 14px;
  }
}

.tp-slider-2-title {
  font-size: 100px;
  
  color: #1e3737;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-slider-2-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-2-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-2-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2-title {
    font-size: 70px;
  }
  .tp-slider-2-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-slider-2-title {
    font-size: 47px;
  }
  .tp-slider-2-title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-2-title {
    font-size: 56px;
  }
  .tp-slider-2-title br {
    display: none;
  }
}
.tp-slider-2-title b {
  
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #1e3737;
  color: transparent;
  font-family: "taj";
}

.tp-slider-3-subtitle {
  font-size: 20px;
  
  color: #ffffff;
  display: inline-block;
  padding-bottom: 18px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-slider-3-subtitle {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-3-subtitle {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3-subtitle {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-3-subtitle {
    font-size: 14px;
  }
}

.tp-slider-3-title {
  font-size: 100px;
  
  color: #ffffff;
  line-height: 1;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-slider-3-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-3-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3-title {
    font-size: 88px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-3-title {
    font-size: 77px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-3-title {
    font-size: 65px;
  }
  .tp-slider-3-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-slider-3-title {
    font-size: 49px;
  }
  .tp-slider-3-title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-3-title {
    font-size: 53px;
  }
  .tp-slider-3-title br {
    display: none;
  }
}

/*----------------------------------------*/
/*  2.16 Search css start
/*----------------------------------------*/
.search__popup {
  padding: 50px;
  padding-top: 40px;
  padding-bottom: 100px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  -webkit-transform: translateY(calc(-100% - 80px));
  -moz-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  -o-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.7s;
opacity: 0;
visibility: hidden;
}

.search__logo {
max-width:100%;
width:100px;
}


@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .search__popup {
    height: 57%;
  }
}
.search__popup.search-opened {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  transition-delay: 0s;
opacity: 1;
visibility: visible;
}
.search__popup.search-opened .search__input {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}
.search__popup.search-opened .search__input::after {
  width: 100%;
  transition-delay: 0.5s;
}
.search__popup-2 {
  background-color: undefined;
}
.search__popup-2 .search__input .search-input-field ~ .search-focus-border {
  background-color: undefined;
}
.search__popup-3 .search__input .search-input-field ~ .search-focus-border {
  background-color: undefined;
}
.search__top {
  margin-bottom: 80px;
}
.search__input {
position: relative;
height: 70px;
transition: all 0.3s ease-out 0s;
transition-delay: 0.5s;
opacity: 0;
width: 600px;
max-width: 100%;
}
.search__input::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.3s;
}
.search__input input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 24px;
  color: #ffffff;
  border-bottom: 1px solid transparent;
  padding: 0;
  padding-left: 30px;
}
.search__input button {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: #ffffff;
}
.search__input .search-input-field ~ .search-focus-border {
  position: absolute;
  bottom: 0;
  right: auto;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #7DC354;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.search__input .search-input-field:focus ~ .search-focus-border {
  width: 100%;
  right: 0;
  left: auto;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.search__close-btn {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.3);
}
.search__close-btn:hover {
  color: #ffffff;
}

/*----------------------------------------*/
/*  03. MEANMENU CSS START
/*----------------------------------------*/
.mobile-menu.mean-container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .mobile-menu.mean-container {
    margin-bottom: 30px;
  }
}

.mobile-menu .sidebar-list {
  clear: both;
}
.mobile-menu .sidebar-list li {
  position: relative;
  padding-right: 20px;
  margin-bottom: 5px;
  color: #ffffff;
}
.mobile-menu .sidebar-list li::after {
  top: 10px;
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #c00;
  background-color: transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.mobile-menu .tp-sidebar-social {
  margin-top: 20px;
}
.mobile-menu .tp-sidebar-social a {
  margin-left: 5px;
  background-color: undefined;
  color: #fff;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
}

.sidebar-title h3 {
  color: #ffffff;
}

/* mean menu customize */
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  line-height: 1.5;
  
}
.mean-container .mean-nav ul li a:hover {
  color: #8fe1de;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 10px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #fff;
  line-height: 30px;
  top: 0;
  font-weight: 400;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  color: #7DC354;
  border-color: #888888;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: #7DC354;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: #ffffff;
}

/*----------------------------------------*/
/*  02. header css start
/*----------------------------------------*/
.header-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
}
.header-sticky .tp-header-top__area {
  display: none;
}

.tp-header-2__area.header-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
}
.tp-header-2__area.header-sticky .tp-header-2__plr {
  box-shadow: none;
  margin-top: 0;
}

.tp-header-3__area .dero-box {
justify-content: space-between;
display: flex;
}


.tp-header-3__area.header-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
}

.tp-main-menu-mobile .tp-submenu {
  display: none;
}
.tp-main-menu-mobile .header-icon {
  display: none;
}
.tp-main-menu-mobile ul {
  position: static;
  display: block;
  box-shadow: none;
}
.tp-main-menu-mobile ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}

.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn {
  position: absolute;
  left: 0;
  top: 21%;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
font-size: 15px;
  color: #999;
  font-family: "Font Awesome 5 Pro";
  transition: all 0.3s ease-in-out;
  z-index: 1;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: left;
  border: none;font-size: 14px;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn i {
  transition: all 0.3s ease-in-out;

width: 25px;
height: 25px;
background: #eee;
text-align: center;
line-height: 25px;
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover i {
  background-color: #7DC354;
  border-color: #1e3737;
  color: #7DC354;
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover i {
  color: #ffffff;
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded {
  color: #1e3737;
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {

}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i {
  color: #ffffff;
  background-color: #1e3737;
  border-color: #1e3737;
  color: #ffffff;
}
.tp-main-menu-mobile ul li.has-dropdown:hover > a::after {
  color: #7DC354;
}
.tp-main-menu-mobile ul li:last-child a span {
  border-bottom: 0;
}
.tp-main-menu-mobile ul li > a {
  display: block;
  font-size: 15px;
  color: #333;
  position: relative;
  padding: 5px 0;
  padding-left: 20px;
border-bottom: 1px solid rgba(6, 7, 40, 0.1);
}
.tp-main-menu-mobile ul li > a svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-main-menu-mobile ul li > a > i {
  display: inline-block;
  width: 11%;
  margin-left: 13px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  font-size: 21px;
  line-height: 1;
}
.tp-main-menu-mobile ul li > a .menu-text {
  font-size: 16px;
  line-height: 11px;
  border-bottom: 1px solid #EAEBED;
  width: 82%;
  display: inline-block;
  padding: 19px 0 17px;
}
.tp-main-menu-mobile ul li img {
  width: 100%;
}
.tp-main-menu-mobile ul li ul {
  padding: 0;
}
.tp-main-menu-mobile ul li ul li {
  padding: 0;
}
.tp-main-menu-mobile ul li ul li a {
  margin-right: auto;
  width: 93%;
  padding: 10px 5%;
  text-shadow: none !important;
  visibility: visible;
  padding-right: 0;
  padding-left: 20px;
}
.tp-main-menu-mobile ul li ul li li a {
  width: 88%;
  padding: 10px 7%;
  padding-right: 0;
  padding-left: 20px;
}
.tp-main-menu-mobile ul li ul li li li a {
  width: 83%;
  padding: 10px 9%;
  padding-right: 0;
  padding-left: 20px;
}
.tp-main-menu-mobile ul li ul li li li li a {
  width: 68%;
  padding: 10px 11%;
  padding-right: 0;
  padding-left: 20px;
}
.tp-main-menu-mobile ul li:hover > a {
  color: #7DC354;
}
.tp-main-menu-mobile ul li:hover > a::after {
  color: #1e3737;
}
.tp-main-menu-mobile ul li:hover > a .dropdown-toggle-btn i {
  color: #1e3737;
}
.tp-main-menu-mobile ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.tp-main-menu-mobile ul li .mega-menu, .tp-main-menu-mobile ul li .submenu {
  position: static;
  min-width: 100%;
  padding: 0;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
}
.tp-main-menu-mobile ul li .mega-menu li, .tp-main-menu-mobile ul li .submenu li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}
.tp-main-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn {
  color: #1e3737;
}
.tp-main-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn {
  color: #1e3737;
}
.tp-main-menu-mobile .tp-main-menu-content ul li:not(:last-child) .home-menu-title a {
  border-bottom: none;
}
.tp-main-menu-mobile * ul, .tp-main-menu-mobile * li {
  transition: none !important;
}

/** HEADER AREA GOES HERE ***/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-top__hide {
    display: none;
  }
}
.tp-header-top__space {
  padding: 10px 0;
  padding-right: 50px;
  padding-left: 70px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-header-top__space {
    padding: 10px 0;
    padding-right: 40px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-top__space {
    padding: 10px 0;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-top__space {
    padding: 10px 0;
    padding-right: 20px;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-top__space {
    padding: 10px 0;
    padding-right: 27px;
    padding-left: 8px;
  }
}
.tp-header-top__left-box ul li {
  display: inline-block;
}
.tp-header-top__left-box ul li span {
  color: #000;
  font-size: 14px;
  padding-left: 20px;
}
.tp-header-top__social a {
  padding-left: 15px;
  font-size: 16px;
  color: #ffffff;
  transition: 0.3s;
}
.tp-header-top__social a:hover {
  color: #7DC354;
}
.tp-header-top__right-box ul li {
  display: inline-block;
  padding-left: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-top__right-box ul li.location {
    display: none;
  }
}
.tp-header-top__right-box ul li:last-child {
  padding-left: 0;
}
.tp-header-top__right-box ul li i {
  font-size: 15px;
  padding-left: 12px;
  color: #ffffff;
}
.tp-header-top__right-box ul li a {
  font-size: 14px;
  transition: 0.3s;
  color: #000;
}
.tp-header-top__right-box ul li a:hover {
  color: #7DC354;
}

.tp-header__logo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  background-color: #7DC354;
  display: inline-block;
  padding: 15px 80px;
  height: calc(100% + 25px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header__logo {
    padding: 15px 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header__logo {
    padding: 15px 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header__logo {
    padding: 15px 0px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header__logo {
    padding: 0px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .tp-header__logo {
    padding: 0px;
    text-align: center;
    width: 50%;
    height: calc(100% + 0px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header__logo img {
    max-width: 88%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header__logo img {
    max-width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header__logo img {
    max-width: 73%;
  }
}
@media (max-width: 767px) {
  .tp-header__logo img {
    max-width: 80%;
  }
}
.tp-header__logo::after {
  position: absolute;
  bottom: 0;
  left: -60px;
  height: 25px;
  width: 60px;
  background-color: #047470;
  content: "";
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
@media (max-width: 767px) {
  .tp-header__logo::after {
    display: none;
  }
}
.tp-header__plr {
  padding-right: 373px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header__plr {
    padding-right: 314px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header__plr {
    padding-right: 254px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header__plr {
    padding-right: 214px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header__plr {
    padding: 15px 0;
    padding-right: 214px;
  }
}
@media (max-width: 767px) {
  .tp-header__plr {
    padding: 15px 0;
    padding-right: 214px;
  }
}
.tp-header__space {
  padding-right: 50px;
  padding-left: 70px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-header__space {
    padding-right: 40px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header__space {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header__space {
    padding-right: 20px;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header__space {
    padding-right: 25px;
    padding-left: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header__space {
    padding-right: 0px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .tp-header__space {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.tp-header__main-menu nav > ul > li {
  display: inline-block;
  margin-left: 40px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header__main-menu nav > ul > li {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header__main-menu nav > ul > li {
    margin-left: 30px;
  }
}
.tp-header__main-menu nav > ul > li > a {
  padding: 40px 0;
  display: inline-block;
  
  font-size: 17px;
  color: #000;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header__main-menu nav > ul > li > a {
    font-size: 16px;
    padding: 33px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header__main-menu nav > ul > li > a {
    font-size: 15px;
    padding: 30px 0;
  }
}
.tp-header__main-menu nav > ul > li:hover .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.tp-header__main-menu nav > ul > li:hover > a {
  color: #1e3737;
}
.tp-header__main-menu nav > ul > li .submenu {
  border-top: 3px solid #7DC354;
  position: absolute;
  top: 100%;
  width: 240px;
  background-color: #ffffff;
  z-index: 999;
  padding: 30px 0px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: scaleY(0);
  transform-origin: top center;
  text-align: start;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.tp-header__main-menu nav > ul > li .submenu > li {
  margin: 0 30px;
  margin-bottom: 13px;
  display: block;
}
.tp-header__main-menu nav > ul > li .submenu > li:last-child {
  margin-bottom: 0;
}
.tp-header__main-menu nav > ul > li .submenu > li > a {
  padding: 0;
  font-size: 14px;
  text-transform: capitalize;
  color: #000000;
  position: relative;
  
}
.tp-header__main-menu nav > ul > li .submenu > li > a::after {
  display: none;
}
.tp-header__main-menu nav > ul > li .submenu > li > a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: auto;
  height: 1px;
  width: 0;
  background-color: #7DC354;
  transition: 0.7s;
  display: inline-block;
}
.tp-header__main-menu nav > ul > li .submenu > li:hover a {
  color: #7DC354;
}
.tp-header__main-menu nav > ul > li .submenu > li:hover a::before {
  width: 100%;
  left: auto;
  right: 0;
}
.tp-header__main-menu nav > ul > li:last-child {
  margin-left: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header__main-menu nav > ul > li {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header__right-action {
    margin-right: -60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header__right-action {
    margin-right: -20px;
  }
}
.tp-header__right-action ul li {
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header__right-action ul li:last-child {
    display: none;
    visibility: hidden;
  }
}
.tp-header__icon-box {
  padding-left: 28px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header__icon-box {
    padding-left: 25px;
  }
}
.tp-header__icon-box button {
  font-size: 24px;
  transform: translateY(4px);
  color: #1e3737;
  font-weight: 400;
  margin-left: 25px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header__icon-box button {
    font-size: 21px;
    margin-left: 15px;
  }
}
.tp-header__icon-box a {
  color: #1e3737;
  font-weight: 400;
  font-size: 24px;
  transform: translateY(4px);
  display: inline-block;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header__icon-box a {
    font-size: 21px;
  }
}
.tp-header__tel-icon span {
  width: 58px;
  height: 58px;
  line-height: 58px;
  border-radius: 50%;
  text-align: center;
  background-color: #7DC354;
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  margin-left: 18px;
  transition: all 400ms ease;
  position: relative;
  overflow: hidden;
}
.tp-header__tel-icon span::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background-color: #1e3737;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  transition-property: all;
  opacity: 1;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  border-radius: 50%;
  z-index: 3;
}
.tp-header__tel-icon span i {
  transform: translateY(3px);
  display: inline-block;
  position: relative;
  z-index: 4;
}
.tp-header__tel-text span {
  display: block;
  font-size: 14px;
  padding-bottom: 8px;
}
.tp-header__tel-text a {
  font-size: 18px;
  color: #1e3737;
  
  transition: 0.3s;
}
.tp-header__tel-text a:hover {
  color: #7DC354;
}
.tp-header__tel-box {
  padding-right: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header__tel-box {
    padding-right: 25px;
  }
}
.tp-header__tel-box:hover .tp-header__tel-icon span::after {
  opacity: 1;
  transform: scaleY(1);
}
.tp-header__btn {
  line-height: 0;
}

.tp-header-2__transparent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.tp-header-2__plr {
  box-shadow: 2px 3.464px 20px 0px rgba(10, 9, 9, 0.04);
  padding: 0 45px;
  margin-top: 20px;
  background-color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-2__plr {
    padding: 0 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-2__plr {
    padding: 0 35px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .tp-header-2__plr {
    padding: 0 15px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-2__logo {
    padding: 30px 0;
  }
}
.tp-header-2__logo img {
  max-width: inherit;
}
@media (max-width: 767px) {
  .tp-header-2__logo img {
    max-width: 100%;
  }
}
.tp-header-2__right-box {
  margin-right: -20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-2__right-box {
    margin-right: -33px;
  }
}
.tp-header-2__right-action ul {
  display: flex;
  align-items: center;
  justify-content: end;
}
.tp-header-2__btn {
  line-height: 0;
}
.tp-header-2__icon-box button {
  font-size: 24px;
  color: #1e3737;
  font-weight: 400;
  margin-left: 28px;
  transform: translateY(3px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-2__icon-box button {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-2__icon-box button {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-2__icon-box button {
    font-size: 20px;
  }
}
.tp-header-2__icon-box a {
  font-size: 24px;
  color: #1e3737;
  font-weight: 400;
  margin-left: 25px;
  transform: translateY(3px);
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-2__icon-box a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-2__icon-box a {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-2__icon-box a {
    font-size: 20px;
  }
}
.tp-header-2__bar {
  line-height: 0;
}
.tp-header-2__bar button {
  font-size: 24px;
  color: #7DC354;
  margin-right: 20px;
  border: 1px solid #7DC354;
  height: 58px;
  width: 55px;
  line-height: 55px;
}
.tp-header-2__main-menu {
  padding-right: 75px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-2__main-menu {
    padding-right: 70px;
  }
}
.tp-header-2__main-menu > nav > ul > li {
  margin-left: 39px;
  display: inline-block;
  list-style-type: none;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-2__main-menu > nav > ul > li {
    margin-left: 30px;
  }
}
.tp-header-2__main-menu > nav > ul > li > a {
  padding: 40px 0;
  
  transition: 0.3s;
  font-size: 17px;
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-2__main-menu > nav > ul > li > a {
    font-size: 16px;
  }
}
.tp-header-2__main-menu > nav > ul > li > a::after {
  content: "";
  top: 0;
  right: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 0%;
  background-color: #7DC354;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.tp-header-2__main-menu > nav > ul > li:last-child {
  margin-left: 0;
}
.tp-header-2__main-menu > nav > ul > li:hover .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.tp-header-2__main-menu > nav > ul > li:hover > a {
  color: #1e3737;
}
.tp-header-2__main-menu > nav > ul > li:hover > a::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.tp-header-2__main-menu > nav > ul > li > .submenu {
  border-top: 3px solid #7DC354;
  position: absolute;
  top: 100%;
  width: 240px;
  background-color: #ffffff;
  z-index: 999;
  padding: 30px 0px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: scaleY(0);
  transform-origin: top center;
  text-align: start;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.tp-header-2__main-menu > nav > ul > li > .submenu > li {
  padding: 0;
  display: block;
  margin: 0 30px;
  margin-bottom: 13px;
}
.tp-header-2__main-menu > nav > ul > li > .submenu > li:last-child {
  margin-bottom: 0;
}
.tp-header-2__main-menu > nav > ul > li > .submenu > li > a {
  padding: 0;
  font-size: 14px;
  text-transform: capitalize;
  color: #000000;
  letter-spacing: 1px;
  position: relative;
  
}
.tp-header-2__main-menu > nav > ul > li > .submenu > li > a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: auto;
  height: 1px;
  width: 0;
  background-color: #7DC354;
  transition: 0.7s;
  display: inline-block;
}
.tp-header-2__main-menu > nav > ul > li > .submenu > li:hover a {
  color: #7DC354;
}
.tp-header-2__main-menu > nav > ul > li > .submenu > li:hover a::before {
  width: 100%;
  left: auto;
  right: 0;
}

.tp-header-top-3__area {
background: #f9f9f9;
  position: relative;
}


.tp-header-top-3__area:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  right: auto;
  top: 0;
  width: 24%;
  background-color: #7DC354;
  transition: 0.7s;
  display: inline-block;
}

.tp-header-top-3__left-box ul li {
  display: inline-block;
color:#fff;
}
.tp-header-top-3__left-box ul li span {
  font-size: 14px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .tp-header-top-3__left-box ul li span {
    margin-left: 22px;
  }
}
.tp-header-top-3__social {
  padding: 0 15px;
background: linear-gradient( to bottom , #fbfbfb , #f1f1f1);

height: 40px;
line-height: 40px;
}

.tp-header-top-3__social a {
  font-size: 15px;
  color: #000;
  transition: 0.3s;
  padding-left: 20px;
}


.tp-header-top-3__social a i {
    padding-right: 5px;
}
@media (max-width: 767px) {
  .tp-header-top-3__social a {
    padding-left: 12px;
    font-size: 14px;
  }
}
.tp-header-top-3__social a:last-child {
  padding-left: 0;
}
.tp-header-top-3__social a:hover {
  color: #7DC354;
}
.tp-header-top-3__right-box ul li {
  display: inline-block;
  font-size: 15px;
  position: relative;
}
.tp-header-top-3__right-box ul li a,
.tp-header-top-3__right-box ul li span {
color: #fff;
}


.tp-header-top-3__right-box ul li a {
  transition: 0.3s;color: #fff;
}

.tp-header-top-3__right-box ul li.location {
  padding-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-top-3__right-box ul li.location {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-header-top-3__right-box ul li.email {
    display: none;
  }
}
.tp-header-top-3__right-box ul li i {
  font-size: 15px;
  padding-left: 12px;
  color: #fff;
  display: inline-block;
  transform: translateY(3px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-3__logo {
    padding: 5px 0;
  }
}
.tp-header-3__logo img {
width: 300px;
}
@media (max-width: 767px) {
  .tp-header-3__logo img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-3__main-menu {
    padding-right: 0;
    text-align: center;
  }
}
.tp-header-3__main-menu > nav > ul > li {
  display: inline-block;
  list-style-type: none;
  position: relative;
}

.tp-header-3__main-menu > nav > ul > li > a {
  padding: 35px 5px;
  transition: 0.3s;
  font-size: 15px;
text-transform: capitalize;
  display: inline-block;
  position: relative;
color: #000;font-family: nuti ,"gs";
}


.tp-header-3__main-menu > nav > ul > li > a i {
font-size: 12px;
margin: 0 4px 0 0;
}


.tp-header-3__main-menu > nav > ul > li > a:before {
display: block;
content: "";
background-color: #f6f7f5;
position: absolute;
right: 0;
top: 50%;
margin-top: -15px;
transition: 300ms ease transform,300ms ease opacity;
transform: scale(0);
z-index: -1;
height: 30px;
width: 30px;
border-radius: 50%;
}

.tp-header-3__main-menu > nav > ul > li.current > a:before {
transform: scale(1);
}


.tp-header-3__main-menu > nav > ul > li > a::after {
content: "";
display: block;
background-color: #f6f7f5;
position: absolute;
left: calc(0px / 2);
top: 50%;
right: calc(0px / 2);
bottom: 0;
transform: translateY(-50%) scaleX(0);
opacity: 0;
transform-origin: center;
transition: 300ms ease transform,300ms ease opacity;
  transition-delay: 0s, 0s;
transition-delay: 100ms;
z-index: -1;
max-height: 40px;
min-height: 40px;
border-radius: 5px;
}

.tp-header-3__main-menu > nav > ul > li .submenu > li:hover .submenu,
.tp-header-3__main-menu > nav > ul > li:hover .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.tp-header-3__main-menu > nav > ul > li:hover > a {
  color: #1e3737;
}

.tp-header-3__main-menu > nav > ul > li:hover > a::after {
opacity: 1;
transform: translateY(-50%) scaleX(1);
}


.tp-header-3__main-menu > nav > ul > li .submenu > li .submenu,
.tp-header-3__main-menu > nav > ul > li .submenu {
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  width: 290px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: scaleY(0);
  transform-origin: top center;
  text-align: start;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}



.tp-header-3__main-menu > nav > ul > li .submenu > li .submenu {
right: 100%;
top: 0;
}


.tp-header-3__main-menu > nav > ul > li .submenu > li {

  display: block;
background: #7DC354;
}


.tp-header-3__main-menu > nav > ul > li .submenu > li:hover {
background: #fff;
}


.tp-header-3__main-menu > nav > ul > li .submenu > li > a {
    padding: 12px;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  position: relative;display: block;
border-bottom:1px solid #fff3;
}/*
.tp-header-3__main-menu > nav > ul > li .submenu > li > a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: auto;
  height: 1px;
  width: 0;
  background-color: #7DC354;
  transition: 0.7s;
  display: inline-block;
}*/
.tp-header-3__main-menu > nav > ul > li .submenu > li:hover > a {
  color: #7DC354;
}
.tp-header-3__main-menu > nav > ul > li .submenu > li:hover > a::before {
  width: 100%;
  left: auto;
  right: 0;
}
.tp-header-3__main-menu > nav > ul > li:last-child {
  padding-left: 0;
}
.tp-header-3__right-box {
padding-right: 15px;
border-right: 1px solid #ddd;
}
.tp-header-3__right-action ul li {
  display: inline-block;}


.tp-header-3__icon-box button {
  font-size: 24px;
  color: #1e3737;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-3__icon-box button {
    font-size: 20px;
  }
}
.tp-header-3__icon-box a {
  font-size: 24px;
  transform: translateY(3px);
  display: inline-block;
  color: #1e3737;
  font-weight: 400;
  margin-left: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-3__icon-box a {
    font-size: 20px;
  }
}
.tp-header-3__bar {
  line-height: 0;
}
.tp-header-3__bar button {
  font-size: 17px;
  color: #7DC354;
  margin-right: 15px;
  border: 1px solid #7DC354;
  height: 50px;
  width: 50px;
  line-height: 50px;
}
@media (max-width: 767px) {
  .tp-header-3__bar button {
    margin-right: 0;
  }
}
.tp-header-3__btn {
  line-height: 0;
}

/** HOME-MENU GOES HERE ***/
.tp-header__main-menu nav ul li .has-homemenu {
  width: 810px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.tp-header__main-menu nav ul li .has-homemenu .homemenu {
  padding: 0px 10px;
  position: relative;
  margin-bottom: 20px;
}

.tp-header-2__main-menu nav ul li .has-homemenu {
  width: 810px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.tp-header-2__main-menu nav ul li .has-homemenu .homemenu {
  padding: 0px 10px;
  position: relative;
  margin-bottom: 20px;
}

.tp-header-2__main-menu nav ul li .has-homemenu {
  width: 810px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.tp-header-2__main-menu nav ul li .has-homemenu .homemenu {
  padding: 0px 10px;
  position: relative;
  margin-bottom: 20px;
}

.tp-header-3__main-menu nav ul li .has-homemenu {
  width: 810px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.tp-header-3__main-menu nav ul li .has-homemenu .homemenu {
  padding: 0px 10px;
  position: relative;
  margin-bottom: 20px;
}

.homemenu-btn {
  position: absolute;
  bottom: 20%;
  right: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.homemenu-title {
  font-size: 18px;
  margin-bottom: 0;
  color: #7DC354;
  display: inline-block;
  
}
.homemenu-title:hover {
  color: #7DC354;
}

.homemenu-thumb {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}

.tp-main-menu-mobile .tp-submenu {
  display: none;
}
.tp-main-menu-mobile .header-icon {
  display: none;
}
.tp-main-menu-mobile ul {
  position: static;
  display: block;
  box-shadow: none;
}
.tp-main-menu-mobile ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}

.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn {
  position: absolute;
  left: 0;
  top: 21%;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  font-family: "Font Awesome 5 Pro";
  transition: all 0.3s ease-in-out;
  z-index: 1;
width: 100%;
height: 25px;
line-height: 22px;
text-align: left;
transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
width:100%;
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn i {
  transition: all 0.3s ease-in-out;
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover i {
  background-color: #7DC354;
  border-color: #7DC354;
  color: #ffffff;
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover i {
  color: #ffffff;
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded {
  color: #7DC354;
}

.tp-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i {
  color: #ffffff;  background-color: #7DC354;
  border-color: #7DC354;
  color: #ffffff;
}
.tp-main-menu-mobile ul li.has-dropdown:hover > a::after {
  color: undefined;
}
.tp-main-menu-mobile ul li:last-child a span {
  border-bottom: 0;
}
.tp-main-menu-mobile ul li > a {
  display: block;
  font-size: 14px;
  color: #333;
  position: relative;
  padding: 7px 0;
  padding-left: 20px;
}


.tpoffcanvas__logo img {
width: 250px;
margin: 0 auto 12px;
display: block;
}


.tp-main-menu-mobile ul li > a svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-main-menu-mobile ul li > a > i {
  display: inline-block;
  width: 11%;
  margin-left: 13px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  font-size: 21px;
  line-height: 1;
}





.tp-main-menu-mobile ul li > a > i.fa-angle-down {
display: none;
}





.tp-main-menu-mobile ul li > a .menu-text {
  font-size: 16px;
  line-height: 11px;
  border-bottom: 1px solid #EAEBED;
  width: 82%;
  display: inline-block;
  padding: 19px 0 17px;
}
.tp-main-menu-mobile ul li img {
  width: 100%;
}
.tp-main-menu-mobile ul li ul {
  padding: 0;
}
.tp-main-menu-mobile ul li ul li {
  padding: 0;
}
.tp-main-menu-mobile ul li ul li a {
  margin-right: auto;
  width: 96%;
  padding: 7px 5%;
  text-shadow: none !important;
  visibility: visible;
  padding-right: 0;
  padding-left: 20px;
}
.tp-main-menu-mobile ul li ul li li a {
  width: 88%;
  padding: 10px 7%;
  padding-right: 0;
  padding-left: 20px;
}
.tp-main-menu-mobile ul li ul li li li a {
  width: 83%;
  padding: 10px 9%;
  padding-right: 0;
  padding-left: 20px;
}
.tp-main-menu-mobile ul li ul li li li li a {
  width: 68%;
  padding: 10px 11%;
  padding-right: 0;
  padding-left: 20px;
}
.tp-main-menu-mobile ul li:hover > a {
  color: #7DC354;
}
.tp-main-menu-mobile ul li:hover > a::after {
  color: #1e3737;
}
.tp-main-menu-mobile ul li:hover > a .dropdown-toggle-btn i {
  color: #7DC354;
}
.tp-main-menu-mobile ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.tp-main-menu-mobile ul li .mega-menu, .tp-main-menu-mobile ul li .submenu {
  position: static;
  min-width: 100%;
  padding: 0;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
}
.tp-main-menu-mobile ul li .mega-menu li, .tp-main-menu-mobile ul li .submenu li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}
.tp-main-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn {
  color: #1e3737;
}
.tp-main-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn {
  color: #1e3737;
}
.tp-main-menu-mobile .tp-main-menu-content ul li:not(:last-child) .home-menu-title a {
  border-bottom: none;
}
.tp-main-menu-mobile * ul, .tp-main-menu-mobile * li {
  transition: none !important;
}

/*----------------------------------------*/
/*  19. slider css start 
/*----------------------------------------*/
.tp-slider__shape {
  position: absolute;
  top: 66%;
  right: 38%;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-slider__shape {
    right: 31%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider__shape {
    right: 29%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider__shape {
    right: 26%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider__shape {
    top: 64%;
    right: 34%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider__shape {
    display: none;
    visibility: hidden;
  }
}
.tp-slider__bg {
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  min-height: 820px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider__bg {
    background-position: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider__bg {
    background-position: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider__bg {
    background-position: center;
    min-height: 650px;
  }
}
@media (max-width: 767px) {
  .tp-slider__bg {
    background-position: center;
    min-height: 600px;
  }
}
.tp-slider__shape-2 {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-slider__shape-2 {
    width: 60%;
  }
}
.tp-slider__shape-3 {
  position: absolute;
  bottom: 130px;
  left: 0;
  z-index: 5;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider__shape-3 {
    left: -25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider__shape-3 {
    display: none;
    visibility: hidden;
  }
}
.tp-slider__shape-4 {
  position: absolute;
  bottom: -2%;
  left: -1%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider__shape-4 {
    bottom: -11%;
    left: -1%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider__shape-4 {
    display: none;
    visibility: hidden;
  }
}
.tp-slider__arrow-box {
  position: absolute;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
  z-index: 99;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider__arrow-box {
    left: 120px;
    right: auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider__arrow-box {
    left: 80px;
    right: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider__arrow-box {
    display: none;
    visibility: hidden;
  }
}
.tp-slider__arrow-box .slider-next button {
  transition: 0.3s;
  opacity: 50%;
}
.tp-slider__arrow-box .slider-next button:hover {
  opacity: 100%;
}
.tp-slider__arrow-box .slider-prev {
  margin-bottom: 40px;
}
.tp-slider__arrow-box .slider-prev button {
  transition: 0.3s;
  opacity: 50%;
}
.tp-slider__arrow-box .slider-prev button:hover {
  opacity: 100%;
}

.tp-slider-2__mb {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .tp-slider-2__mb {
    margin-bottom: 80px;
  }
}
.tp-slider-2__content {
  padding-top: 215px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-2__content {
    padding-top: 260px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2__content {
    padding-top: 230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2__content {
    padding-top: 200px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-slider-2__content {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}
.tp-slider-2__content-text p {
  font-size: 14px;
  color: #1e3737;
  line-height: 28px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2__content-text p {
    padding-left: 30px;
  }
  .tp-slider-2__content-text p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2__content-text p {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .tp-slider-2__content-text p {
    padding-bottom: 15px;
  }
  .tp-slider-2__content-text p br {
    display: none;
  }
}
.tp-slider-2__main-thumb {
  transform: translateX(13px);
  padding-top: 333px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-2__main-thumb {
    transform: translateX(0px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2__main-thumb {
    transform: translateX(-6px);
    padding-top: 245px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-2__main-thumb {
    transform: translateX(0px);
    padding-top: 0;
    text-align: center;
  }
}
.tp-slider-2__main-thumb img {
  max-width: inherit;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-2__main-thumb img {
    max-width: 100%;
  }
}
.tp-slider-2__shape-1 {
  position: absolute;
  right: 53.4%;
  top: 19%;
  z-index: 1;
  animation: tpswing 2s ease-in-out 2s forwards infinite alternate;
  transform-origin: top left;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-slider-2__shape-1 {
    right: 54%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-2__shape-1 {
    right: 55%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-2__shape-1 {
    right: 54%;
  }
}
.tp-slider-2__shape-2 {
  position: absolute;
  left: 18.3%;
  top: 26%;
  z-index: 1;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-slider-2__shape-2 {
    left: 12.2%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-2__shape-2 {
    left: 6.9%;
  }
}
.tp-slider-2__circle-text {
  position: absolute;
  top: 44%;
  right: 50%;
  transform: translate(-50%, -50%);
}
.tp-slider-2__circle-text img {
  max-width: inherit;
  animation: rotate2 15s linear infinite;
}
.tp-slider-2__thumb-text {
  position: absolute;
  bottom: 5.5%;
  left: 36.5%;
  background-color: #ffffff;
  box-shadow: 2px 3.464px 40px 0px rgba(10, 9, 9, 0.04);
  padding: 30px 40px;
  z-index: 2;
  animation: tptranslateX2 4s infinite alternate;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-slider-2__thumb-text {
    left: 33.5%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-2__thumb-text {
    left: 30%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-2__thumb-text {
    left: 28%;
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2__thumb-text {
    left: 35%;
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2__thumb-text {
    left: 52%;
    padding: 20px;
    bottom: 1.5%;
  }
}
.tp-slider-2__thumb-text span {
  
  font-size: 18px;
  color: #1e3737;
  margin-left: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2__thumb-text span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2__thumb-text span {
    font-size: 16px;
  }
}
.tp-slider-2__grey-bg {
  position: absolute;
  left: 19.5%;
  top: 0;
  background-color: #f6f6f6;
  height: 840px;
  width: 465px;
  z-index: -2;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-slider-2__grey-bg {
    left: 13.5%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-2__grey-bg {
    left: 8.5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-2__grey-bg {
    left: 3.1%;
    width: 520px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2__grey-bg {
    left: 3.5%;
    height: 752px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-2__grey-bg {
    display: none;
    visibility: hidden;
  }
}

.tp-slider-3__bg {
  background-color: #022b29;
  height: 875px;
  padding-top: 235px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3__bg {
    height: 670px;
    padding-top: 190px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-3__bg {
    background-position: center right;
    height: 660px;
    padding-top: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-3__bg {
    background-position: center right;
    height: 620px;
    padding-top: 170px;
  }
}
@media (max-width: 767px) {
  .tp-slider-3__bg {
    background-position: center right;
    height: 540px;
    padding-top: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-3__bg {
    background-position: center right;
    height: 590px;
    padding-top: 170px;
  }
}
.tp-slider-3__shape {
  position: absolute;
  bottom: -9%;
  left: 4%;
}
.tp-slider-3__shape img {
  animation: tptranslateX2 4s infinite alternate;
}
.tp-slider-3__text {
  position: absolute;
  top: 130px;
  right: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.tp-slider-3__big-text {
  font-size: 356px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
  color: transparent;
  font-family: "taj";
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-3__big-text {
    font-size: 270px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3__big-text {
    font-size: 230px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-3__big-text {
    font-size: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-3__big-text {
    font-size: 180px;
  }
}
@media (max-width: 767px) {
  .tp-slider-3__big-text {
    display: none;
  }
}
.tp-slider-3__icon {
  position: absolute;
  bottom: -40px;
  right: 50%;
  transform: translateX(50%);
  z-index: 22;
  height: 90px;
  line-height: 97px;
  width: 90px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 767px) {
  .tp-slider-3__icon {
    bottom: -40px;
    height: 80px;
    line-height: 80px;
    width: 80px;
  }
}
.tp-slider-3__icon .arrow-scroll-btn {
  color: #ffffff;
  font-size: 23px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #7DC354;
  display: inline-block;
  text-align: center;
  position: relative;margin-top: 20px;
}
.tp-slider-3__icon .arrow-scroll-btn i {
  line-height: 0;
  transform: translateY(3px);
  display: inline-block;
  animation: scroll 1s infinite ease-in-out alternate;
}
@media (max-width: 767px) {
  .tp-slider-3__icon .arrow-scroll-btn {
    font-size: 19px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
.tp-slider-3__icon .arrow-scroll-btn::after {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
  width: 80%;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #d5d9d9;
  animation: borderanimate2 2s linear infinite;
  z-index: -1;
}
.tp-slider-3__icon .arrow-scroll-btn::before {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 75%;
  width: 75%;
  position: absolute;
  border-radius: 50%;
  background-color: rgba(213, 217, 217, 0.8);
  animation: borderanimate2 3s linear infinite;
  z-index: -1;
}

@media (max-width: 767px) {
  .tp-slider-3__arrow-box {
    display: none;
  }
}
.tp-slider-3__arrow-box button {
  color: #ffffff;
  font-size: 25px;
}
.tp-slider-3__arrow-box button.test-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 80px;
  z-index: 9;
}
.tp-slider-3__arrow-box button.test-prev:hover::after {
  background-color: #7DC354;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3__arrow-box button.test-prev {
    right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-3__arrow-box button.test-prev {
    right: 20px;
  }
}
.tp-slider-3__arrow-box button.test-prev span {
  font-size: 14px;
  
  display: inline-block;
  transform: translateY(-2px);
}
.tp-slider-3__arrow-box button.test-prev::after {
  position: absolute;
  content: "";
  top: 56%;
  transform: translateY(-50%);
  right: 38px;
  background-color: rgba(7, 132, 128, 0.4);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  z-index: -1;
  transition: 0.3s;
}
.tp-slider-3__arrow-box button.test-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 80px;
  z-index: 9;
}
.tp-slider-3__arrow-box button.test-next:hover::after {
  background-color: #7DC354;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3__arrow-box button.test-next {
    left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-3__arrow-box button.test-next {
    left: 20px;
  }
}
.tp-slider-3__arrow-box button.test-next span {
  font-size: 14px;
  
  display: inline-block;
  transform: translateY(-2px);
}
.tp-slider-3__arrow-box button.test-next::after {
  position: absolute;
  content: "";
  top: 56%;
  transform: translateY(-50%);
  left: 38px;
  background-color: rgba(7, 132, 128, 0.4);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  z-index: -1;
  transition: 0.3s;
}

.tp-slider-subtitle,
.tp-slider-title {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: all 3s;
}

.tp-slider__content .tp-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms;
  -webkit-transition: opacity 1000ms ease, -webkit-transform 1000ms ease;
  transition: opacity 1000ms ease, -webkit-transform 2000ms ease;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transition: transform 1000ms ease, opacity 1000ms ease, -webkit-transform 1000ms ease;
}

.tp-slider__shape {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
  -webkit-transition-delay: 3000ms;
  transition-delay: 3000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.tp-slider__shape-4 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(350px);
  transform: translateX(350px);
  -webkit-transition-delay: 5000ms;
  transition-delay: 5000ms;
  -webkit-transition: opacity 3000ms ease, -webkit-transform 3000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.tp-slider__shape-3 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
  -webkit-transition-delay: 3000ms;
  transition-delay: 3000ms;
  -webkit-transition: opacity 3000ms ease, -webkit-transform 3000ms ease;
  transition: opacity 3000ms ease, -webkit-transform 3000ms ease;
  transition: transform 3000ms ease, opacity 3000ms ease;
  transition: transform 3000ms ease, opacity 3000ms ease, -webkit-transform 3000ms ease;
}

.owl-item.active .tp-slider-subtitle,
.owl-item.active .tp-slider-title {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.owl-item.active .tp-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.owl-item.active .tp-slider__shape {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.owl-item.active .tp-slider__shape-4 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.owl-item.active .tp-slider__shape-3 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.tp-slider-3-subtitle,
.tp-slider-3-title {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: all 3s;
}

.tp-slider-3__content .tp-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms;
  -webkit-transition: opacity 1000ms ease, -webkit-transform 1000ms ease;
  transition: opacity 1000ms ease, -webkit-transform 2000ms ease;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transition: transform 1000ms ease, opacity 1000ms ease, -webkit-transform 1000ms ease;
}

.owl-item.active .tp-slider-3-subtitle,
.owl-item.active .tp-slider-3-title {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.owl-item.active .tp-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

/*----------------------------------------*/
/*  12. feature css start
/*----------------------------------------*/
.tp-feature__space {
  padding-top: 130px;
  padding-bottom: 90px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tp-feature__wraper {
  padding: 30px 30px 40px 50px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: all 500ms ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature__wraper {
    padding: 30px 25px 40px 25px;
  }
}
@media (max-width: 767px) {
  .tp-feature__wraper {
    padding: 30px 25px 40px 25px;
  }
}
.tp-feature__wraper:hover {
  transform: translateY(-10px);
}
.tp-feature__wraper:hover::after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.tp-feature__wraper:hover .tp-feature__title-sm {
  color: #ffffff;
}
.tp-feature__wraper:hover .tp-feature__text p {
  color: #8fe1de;
}
.tp-feature__wraper:hover .tp-feature__icon span {
  background-color: #ffffff;
}
.tp-feature__wraper:hover .tp-feature__icon span i {
  color: #1e3737;
}
.tp-feature__wraper:hover .tp-feature__shape-1 {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  top: -10px;
}
.tp-feature__wraper:hover .tp-feature__shape-2 {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature__wraper:hover .tp-feature__shape-2 {
    left: -30px;
  }
}
.tp-feature__wraper::after {
  content: "";
  top: 0;
  right: 0;
  height: 0%;
  width: 100%;
  background-color: #7DC354;
  position: absolute;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}
.tp-feature__content {
  padding-bottom: 2px;
}
.tp-feature__title-sm {
  font-size: 24px;
  
  line-height: 1.4;
  margin-bottom: 0;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature__title-sm {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tp-feature__title-sm {
    font-size: 20px;
  }
}
.tp-feature__text p {
  line-height: 30px;
  margin-bottom: 0;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature__text p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tp-feature__text p {
    font-size: 14px;
  }
}
.tp-feature__icon span {
  width: 90px;
  height: 90px;
  line-height: 105px;
  border-radius: 50%;
  text-align: center;
  background-color: #1e3737;
  display: inline-block;
  font-size: 50px;
  color: #ffffff;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature__icon span {
    width: 70px;
    height: 70px;
    line-height: 80px;
    font-size: 31px;
  }
}
@media (max-width: 767px) {
  .tp-feature__icon span {
    width: 70px;
    height: 70px;
    line-height: 80px;
    font-size: 31px;
  }
}
.tp-feature__icon span i {
  transition: 0.3s;
}
.tp-feature__shape-1 {
  position: absolute;
  left: 0px;
  top: -80px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature__shape-1 {
    left: -51px;
    top: -8px;
  }
}
@media (max-width: 767px) {
  .tp-feature__shape-1 {
    display: none;
  }
}
.tp-feature__shape-2 {
  position: absolute;
  left: -70px;
  top: -20px;
  opacity: 0;
  visibility: hidden;
  transition: all 900ms ease;
}
@media (max-width: 767px) {
  .tp-feature__shape-2 {
    display: none;
  }
}

.tp-feature-2__bg {
  position: relative;
  opacity: 96%;
}
.tp-feature-2__bg::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(2, 43, 41, 0.961);
}
.tp-feature-2__item {
  background: #f3f3f3;
  padding: 40px 15px;
  padding-top: 35px;
  transition: all 0.3s linear;
  position: relative;
  z-index: 11;
}
.tp-feature-2__item::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background-color: #ffffff;
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}
.tp-feature-2__item:hover::after {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}
.tp-feature-2__item:hover .tp-feature-2__title-sm {
  color: #1e3737;
}
.tp-feature-2__item:hover .tp-feature-2__icon span {
  color: #7DC354;
}
.tp-feature-2__title-sm {
  font-size: 17px;
  color: #212121;
  margin-bottom: 0;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-feature-2__title-sm {
    font-size: 14px;
  }
}
.tp-feature-2__icon {
  margin-bottom: 15px;
}
.tp-feature-2__icon img {
width:65px;
}


.tp-feature-2__icon span {
  transition: all 0.3s linear;
  font-size: 65px;
  color: #ffffff;
  line-height: 0;
  padding-bottom: 12px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature-2__icon span {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-feature-2__icon span {
    font-size: 63px;
  }
}
@media (max-width: 767px) {
  .tp-feature-2__icon span {
    font-size: 55px;
  }
}

/*----------------------------------------*/
/*  03. about css start
/*----------------------------------------*/

.tp-about {
padding:30px 0;
background: #f9f9f9
}

.row.bg-white {
background: #fff;
border-radius: 30px;box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}


.tp-about .img-tb {
position: relative;
margin: 15px 0;
overflow: hidden;
}


.tp-about .img-tb img {
  width: 100%;box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
border-radius: 30px;
}

.swe-abt {
margin: 15px 0;
}


.tp-about__space {
  padding: 115px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about__left-side {
    margin-bottom: 90px;
  }
}
.tp-about__wraper {
  padding-left: 105px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about__wraper {
    padding-left: 66px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about__wraper {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .tp-about__wraper {
    flex-wrap: wrap;
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .tp-about__list-item {
    padding-bottom: 30px;
  }
}
.tp-about__text {
  padding-bottom: 20px;
}
.tp-about__text p {
  line-height: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about__text p {
    font-size: 14px;
    padding-left: 145px;
  }
  .tp-about__text p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about__text p {
    font-size: 14px;
  }
  .tp-about__text p br {
    display: none;
  }
}
.tp-about__list-icon i {
  color: #f05228;
  font-size: 20px;
  
  padding-left: 15px;
}
.tp-about__title-sm {
  font-size: 18px;
  padding-bottom: 3px;
}
.tp-about__list-content p {
  line-height: 30px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about__list-content p {
    font-size: 14px;
  }
}
.tp-about-progress {
  width: 78%;
}
@media (max-width: 767px) {
  .tp-about-progress {
    width: 100%;
  }
}
.tp-about-progress-item {
  position: relative;
  padding-bottom: 55px;
}
.tp-about-progress-item h4 {
  
  font-size: 18px;
  padding-bottom: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-progress-item h4 {
    font-size: 15px;
  }
}
.tp-about-progress-item .progress-count {
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 14px;
  
  color: #1e3737;
}
.tp-about-progress-item .progress {
  height: 9px;
  background-color: #f6f6f6;
  border-radius: 0;
  overflow: visible;
}
.tp-about-progress-item .progress .progress-bar {
  background-color: #7DC354;
  overflow: visible;
}
@media (max-width: 767px) {
  .tp-about__bottom {
    flex-wrap: wrap;
  }
}
.tp-about__btn {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .tp-about__btn {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about__btn {
    padding-bottom: 0px;
  }
}
.tp-about__author-name {
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about__author-name {
    font-size: 17px;
  }
}
.tp-about__author-info span {
  font-size: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about__author-info span {
    font-size: 13px;
  }
}
.tp-about__main-thumb {
  margin-bottom: 85px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about__main-thumb img {
    max-width: 91%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about__main-thumb img {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about__main-thumb {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.tp-about__thumb-sm {
  position: absolute;
  right: -20px;
  bottom: -85px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about__thumb-sm {
    right: -120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about__thumb-sm {
    position: static;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about__thumb-sm img {
    max-width: 77%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about__thumb-sm img {
    width: 100%;
  }
}
.tp-about__icon {
  position: absolute;
  top: 25%;
  right: 11%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about__icon {
    right: 6%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about__icon {
    right: 0%;
  }
}
.tp-about__icon a {
  font-size: 24px;
  color: #ffffff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  background-color: #7DC354;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about__icon a {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .tp-about__icon a {
    font-size: 16px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.tp-about__icon a::before {
  position: absolute;
  content: "";
  right: 50%;
  top: 50%;
  width: 70%;
  height: 70%;
background-color: rgba(24, 154, 85, 0.14);
  animation: borderanimate2 2s linear infinite;
  z-index: -1;
  border-radius: 50%;
}
.tp-about__icon a::after {
  position: absolute;
  content: "";
  right: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  transform: scale(1.5);
  border: 1px solid #7DC354;
  animation: borderanimate2 2s linear infinite;
  border-radius: 50%;
}
.tp-about__icon a i {
  padding-right: 4px;
}

.tp-about-2__right-box {
  padding-right: 35px;
padding-left: 40px;
}


@media (max-width: 767px) {
  .tp-about-2__right-box {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .tp-about-2__list-item {
    padding-bottom: 30px;
  }
}

.tp-about-2__text p {
  line-height: 30px;
}

.tp-about-2__text p strong {
color: #000;
font-family: nuti ,"gs";
font-weight: normal !important;

display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-2__text p {
    font-size: 15px;
  }

}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-2__text p {
    font-size: 14px;
  }

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-2__text p {
    font-size: 14px;
  }

}
@media (max-width: 767px) {
  .tp-about-2__text p {
    font-size: 13px;
  }
  .tp-about-2__text p br {
    display: none;
  }
}
.tp-about-2__wraper {
  padding-left: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-2__wraper {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-about-2__wraper {
    padding-left: 0;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-2__wraper {
    flex-wrap: nowrap;
  }
}
.tp-about-2__list-icon i {
  color: #f05228;
  font-size: 20px;
  
  padding-left: 15px;
}
@media (max-width: 767px) {
  .tp-about-2__list-icon i {
    font-size: 17px;
  }
}
.tp-about-2__title-sm {
  font-size: 18px;
  padding-bottom: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-2__title-sm {
    font-size: 16px;
  }
}
.tp-about-2__list-content p {
  line-height: 30px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-2__list-content p {
    font-size: 14px;
  }
  .tp-about-2__list-content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-about-2__bottom {
    flex-wrap: wrap;
  }
}

.tp-about-2__author-name {
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-2__author-name {
    font-size: 17px;
  }
}
.tp-about-2__icon {
  position: absolute;
  bottom: 0;
  left: 0;
}
.tp-about-2__icon a {
  font-size: 24px;
  color: #ffffff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #7DC354;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 33;
}
.tp-about-2__icon a::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 70%;
  height: 70%;
background-color: rgba(24, 154, 85, 0.14);
  animation: borderanimate2 2s linear infinite;
  z-index: -1;
}
.tp-about-2__icon a::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  transform: scale(1.5);
  border: 1px solid rgba(24, 154, 85, 0.14);
  animation: borderanimate2 2s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-2__icon a {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .tp-about-2__icon a {
    font-size: 14px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-2__icon a {
    font-size: 24px;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
.tp-about-2__icon a i {
  padding-right: 4px;
}
.tp-about-2__fact-number {
  
  font-size: 50px;
  color: #7DC354;
  padding-left: 15px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-2__fact-number {
    font-size: 40px;
  }
}
.tp-about-2__fact span {
  font-size: 16px;
  color: #7DC354;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-2__fact span {
    font-size: 13px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-2__main-thumb img {
    max-width: 89%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-2__main-thumb img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .tp-about-2__main-thumb img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.tp-about-2__thumb-border {
  position: absolute;
  top: -15px;
  bottom: -15px;
  left: -15px;
right:15px;
  border: 4px solid #7DC354;
  z-index: -1;
  /*animation: tptranslateX2 4s infinite alternate;*/
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-2__thumb-border {
    top: 36px;
    right: 15px;
    height: 393px;
    width: 339px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-2__thumb-border {
    top: 36px;
    right: 94px;
    height: 493px;
    width: 420px;
  }
}
@media (max-width: 767px) {
  .tp-about-2__thumb-border {
    display: none;
  }
}
.tp-about-2__thumb-sm {
position: absolute;
right: -35px;
bottom: -15px;
z-index: 3;
width: 70%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-2__thumb-sm {
    right: -80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-2__thumb-sm {
    right: 68px;
  }
}
@media (max-width: 767px) {
  .tp-about-2__thumb-sm {
    position: static;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-2__thumb-sm img {
    max-width: 94%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-2__thumb-sm img {
    max-width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-2__thumb-sm img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tp-about-2__thumb-sm img {
    width: 100%;
    margin-bottom: 0;
  }
}
.tp-about-2__text-box {
  position: absolute;
  right: -6%;
  top: 38%;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-about-2__text-box {
    right: -14%;
    top: 38%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-2__text-box {
    opacity: 0;
    visibility: hidden;
  }
}
.tp-about-2__big-text {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e4e7e7;
  color: transparent;
  font-size: 150px;
  transform: rotate(-90deg);
  text-transform: uppercase;
  font-family: "taj";
  
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-2__section-title .tp-section-title br {
    display: none;
  }
}

.tp-about-3__main-thumb {
  margin-right: -80px;
  margin-bottom: 75px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-3__main-thumb {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-3__main-thumb {
    margin-right: 0;
    text-align: center;
    margin-bottom: 130px;
  }
}
@media (max-width: 767px) {
  .tp-about-3__main-thumb {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.tp-about-3__main-thumb img {
  max-width: inherit;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-3__main-thumb img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-3__main-thumb img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .tp-about-3__main-thumb img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.tp-about-3__thumb-sm {
  position: absolute;
  left: -20px;
  bottom: -75px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-3__thumb-sm {
    left: -58px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-3__thumb-sm {
    left: -80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-3__thumb-sm {
    left: 60px;
  }
}
@media (max-width: 767px) {
  .tp-about-3__thumb-sm {
    position: static;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-3__thumb-sm img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-3__thumb-sm img {
    max-width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-3__thumb-sm img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .tp-about-3__thumb-sm img {
    width: 100%;
  }
}
.tp-about-3__circle-box {
  position: absolute;
top: 20px;
right: -20px;
  z-index: 11;
}


.tp-about-3__circle-box > img {
width:70px;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-3__circle-box img {
    max-width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-3__circle-box img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-3__circle-box {
    top: 192px;
    left: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-3__circle-box {
    top: 145px;
    left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-3__circle-box {
    top: 230px;
    left: 56px;
  }
}
@media (max-width: 767px) {
  .tp-about-3__circle-box {
    display: none;
  }
}
.tp-about-3__circle-text {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.tp-about-3__circle-text img {
  max-width: inherit;
  animation: rotate2 15s linear infinite;
}
.tp-about-3__left-side {
  padding-right: 85px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-3__left-side {
    padding-right: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-3__left-side {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-3__wraper {
    padding-left: 140px;
  }
}
@media (max-width: 767px) {
  .tp-about-3__wraper {
    flex-wrap: wrap;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-about-3__list-item {
    padding-bottom: 30px;
  }
}
.tp-about-3__text {
  padding-bottom: 15px;
}
.tp-about-3__text p {
  line-height: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-3__text p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-3__text p {
    font-size: 14px;
  }
  .tp-about-3__text p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-3__text p {
    font-size: 14px;
  }
  .tp-about-3__text p br {
    display: none;
  }
}
.tp-about-3__text-2 {
  padding-bottom: 35px;
}
.tp-about-3__text-2 span {
  font-size: 50px;
  color: #7DC354;
  display: inline-block;
  transform: translateY(1px);
}
.tp-about-3__text-2 p {
  
  color: #1e3737;
  margin-right: 25px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-3__text-2 p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-3__text-2 p {
    font-size: 14px;
  }
  .tp-about-3__text-2 p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-3__text-2 p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tp-about-3__text-2 p {
    font-size: 14px;
  }
  .tp-about-3__text-2 p br {
    display: none;
  }
}
.tp-about-3__list-icon i {
  color: #f05228;
  font-size: 20px;
  
  padding-left: 15px;
}
.tp-about-3__title-sm {
  font-size: 18px;
  padding-bottom: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-3__title-sm {
    font-size: 16px;
  }
}
.tp-about-3__list-content p {
  line-height: 30px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-3__list-content p {
    font-size: 14px;
  }
}
.tp-about-3__progress {
  width: 78%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-3__progress {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .tp-about-3__progress {
    width: 100%;
  }
}
.tp-about-3__progress-item {
  position: relative;
  padding-bottom: 50px;
}
.tp-about-3__progress-item h4 {
  
  font-size: 18px;
  padding-bottom: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-3__progress-item h4 {
    font-size: 15px;
  }
}
.tp-about-3__progress-item .progress-count {
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 14px;
  
  color: #1e3737;
}
.tp-about-3__progress-item .progress {
  height: 9px;
  background-color: #f6f6f6;
  border-radius: 0;
  overflow: visible;
}
.tp-about-3__progress-item .progress .progress-bar {
  background-color: #7DC354;
  overflow: visible;
}
.tp-about-3__section-title {
  padding-bottom: 12px;
}

.tp-about-2__area,
.tp-about-3__pb {
  padding: 40px 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-3__pb {
    padding-bottom: 70px;
  }
}

.tp-about-4__space {
  padding-top: 115px;
  padding-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-4__space {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
.tp-about-4__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 44.4%;
  height: 100%;
  background-size: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-4__bg {
    background-position: left;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-4__bg {
    background-position: center;
    width: 47.4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-4__bg {
    position: static;
    width: 100%;
    height: 830px;
    background-position: bottom;
    background-size: cover;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-about-4__bg {
    position: static;
    width: 100%;
    height: 330px;
    background-position: bottom;
    background-size: cover;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-4__bg {
    position: static;
    width: 100%;
    height: 470px;
    background-position: bottom;
    background-size: cover;
    margin-bottom: 50px;
  }
}
.tp-about-4__bg::after {
  content: "";
  bottom: 8%;
  left: -10px;
  width: 10px;
  height: 465px;
  background-color: #7DC354;
  position: absolute;
  animation: tpupdown 0.8s infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-4__bg::after {
    display: none;
    visibility: hidden;
  }
}
.tp-about-4__bg-text {
  position: absolute;
  left: -35px;
  top: 110px;
  background-color: #7DC354;
  padding: 35px 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-4__bg-text {
    padding: 23px 35px;
  }
}
.tp-about-4__bg-text span {
  font-size: 18px;
  
  color: #ffffff;
}
.tp-about-4__left-side {
  padding-right: 10px;
  padding-left: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-4__left-side {
    padding-right: 20px;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-4__left-side {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-4__wraper {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-4__wraper {
    padding-left: 160px;
  }
}
@media (max-width: 767px) {
  .tp-about-4__wraper {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-4__list-item {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-about-4__list-item {
    padding-bottom: 30px;
  }
}
.tp-about-4__text {
  padding-bottom: 20px;
}
.tp-about-4__text p {
  line-height: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-4__text p {
    font-size: 14px;
  }
  .tp-about-4__text p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-4__text p {
    font-size: 15px;
  }
  .tp-about-4__text p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-about-4__text p {
    font-size: 14px;
  }
  .tp-about-4__text p br {
    display: none;
  }
}
.tp-about-4__list-icon i {
  color: #7DC354;
  font-size: 38px;
  padding-left: 25px;
  display: inline-block;
  transform: translateY(3px);
}
.tp-about-4__title-sm {
  font-size: 18px;
  
}
.tp-about-4__list-content p {
  line-height: 30px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-4__list-content p {
    font-size: 14px;
  }
}
.tp-about-4__progress {
  width: 100%;
}
.tp-about-4__progress-item {
  position: relative;
  padding-bottom: 18px;
}
.tp-about-4__progress-item h4 {
  
  font-size: 18px;
  padding-bottom: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-4__progress-item h4 {
    font-size: 15px;
  }
}
.tp-about-4__progress-item .progress-count {
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 14px;
  
  color: #1e3737;
}
.tp-about-4__progress-item .progress {
  height: 9px;
  background-color: #fff;
  border-radius: 0;
  overflow: visible;
}
.tp-about-4__progress-item .progress .progress-bar {
  background-color: #7DC354;
  overflow: visible;
}
.tp-about-4__section-title {
  padding-bottom: 20px;
}
.tp-about-4__section-title .tp-section-title {
  font-size: 41px;
}
.tp-about-4__shape {
  position: absolute;
  left: -2%;
  top: -26%;
  animation: moving 9s linear infinite;
}
.tp-about-4__play-btn {
  margin-right: 35px;
  display: inline-block;
  position: relative;
  z-index: 3;
}
.tp-about-4__play-btn::before {
  position: absolute;
  content: "";
  right: 50%;
  top: 50%;
  width: 70%;
  height: 70%;
  background-color: #369b97;
  animation: borderanimate2 2s linear infinite;
  border-radius: 50%;
  z-index: -1;
}
.tp-about-4__play-btn::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  border: 1px solid #369b97;
  animation: borderanimate2 2s linear infinite;
  border-radius: 50%;
  z-index: -1;
}
.tp-about-4__play-btn a {
  font-size: 25px;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  width: 70px;
  border-radius: 50%;
  text-align: center;
  background-color: #7DC354;
  color: #ffffff;
  padding-right: 3px;
  transition: 0.3s;
}

.tp-about__right-box {
  padding-right: 85px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about__right-box {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about__right-box {
    padding-right: 0px;
  }
}
.tp-about__right-box .tp-about__wraper {
  padding-left: 25px;
}
.tp-about__right-box .tp-about-progress-item {
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about__right-box .tp-about__text p {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .tp-about__right-box .tp-about__contact-us {
    margin-bottom: 30px;
  }
}
.tp-about__contact-us {
  padding-left: 60px;
}
.tp-about__contact-us span {
  display: block;
  font-size: 16px;
  margin-bottom: 7px;
}
.tp-about__contact-us a {
  display: block;
  
  font-size: 20px;
  color: #1e3737;
}

.tp-about-us__main-thumb {
  margin-bottom: 86px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-us__main-thumb {
    margin-bottom: 50px;
  }
}
.tp-about-us__main-thumb::after {
  position: absolute;
  height: 62px;
  width: 18px;
  background-color: #7DC354;
  content: "";
  right: 50px;
  bottom: -85px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-us__main-thumb::after {
    display: none;
    visibility: hidden;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-us__main-thumb img {
    max-width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-us__main-thumb img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.tp-about-us__thumb-sm {
  position: absolute;
  left: -18px;
  bottom: -85px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-us__thumb-sm {
    left: -140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-us__thumb-sm {
    position: static;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-us__thumb-sm img {
    max-width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-us__thumb-sm img {
    width: 100%;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .tp-about-us__thumb-sm img {
    max-width: 100%;
    margin-bottom: 0px;
  }
}
.tp-about-us__thumb-border {
  position: absolute;
  top: 60px;
  left: 20px;
  height: 355px;
  width: 290px;
  border: 4px solid #7DC354;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-us__thumb-border {
    display: none;
    visibility: hidden;
  }
}

/*----------------------------------------*/
/*  08. donation css start
/*----------------------------------------*/
.tp-donate__bg {
  padding-top: 50px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-donate__bg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.tp-donate__bg::after {
  content: "";
  top: 0;
  right: 0;
  background-color: #f6f6f6;
  position: absolute;
  width: 100%;
  height: 50.7%;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-donate__bg::after {
    height: 50.7%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-donate__bg::after {
    height: 50.5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-donate__bg::after {
    height: 48%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-donate__bg::after {
    height: 49.3%;
  }
}
@media (max-width: 767px) {
  .tp-donate__bg::after {
    height: 100%;
  }
}
.tp-donate__section-title {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .tp-donate__section-title {
    padding-bottom: 15px;
  }
}
.tp-donate__item:hover .tp-donate__thumb img {
  transform: scale(1.2);
}
.tp-donate__item:hover .tp-donate__thumb::after {
  opacity: 1;
  visibility: visible;
  transform: perspective(370px) rotateY(0deg) translate(0px, 0px);
  height: 100%;
}
.tp-donate__item:hover .tp-donate__thumb-shape img {
  transform: scale(1);
}
.tp-donate__thumb {
  position: relative;
}
.tp-donate__thumb::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 0px;
  background-color: rgba(30, 55, 55, 0.6);
  visibility: hidden;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(370px) rotateY(90deg) translate(0px, 50px);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: 1;
}
.tp-donate__thumb img {
  transition: 0.4s;
  transition: all 900ms ease;
}
.tp-donate__thumb-shape {
  position: absolute;
  right: -30px;
  bottom: 11px;
  z-index: 1;
  z-index: 3;
}
.tp-donate__thumb-text {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}
.tp-donate__thumb-text span {
  font-size: 14px;
  color: #ffffff;
}
.tp-donate__content {
  background-color: #ffffff;
  padding: 35px 30px;
  padding-top: 25px;
  box-shadow: 1px 1.464px 20px 0px rgba(14, 5, 1, 0.04);
  margin-bottom: 30px;
}
.tp-donate__text p {
  margin-bottom: 0;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-donate__text p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-donate__text p {
    font-size: 14px;
  }
}
.tp-donate__title {
  font-size: 24px;
  line-height: 1.4;
  padding-bottom: 6px;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-donate__title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-donate__title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-donate__title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-donate__title {
    font-size: 22px;
  }
}
.tp-donate__title:hover {
  color: #7DC354;
}
.tp-donate-progress {
  width: 100%;
  direction: ltr;
}

.tp-donate-progress-item {
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;

}
.tp-donate-progress-item h4 {
  
  font-size: 18px;
  padding-bottom: 4px;
}
.tp-donate-progress-item .progress-count {
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 14px;
  
  color: #1e3737;
}
.tp-donate-progress-item .progress {
  height: 8px;
  background-color: #f6f6f6;
  border-radius: 0;
  overflow: visible;
  margin-bottom: 15px;
}
.tp-donate-progress-item .progress .progress-bar {
  background-color: #7DC354;
  overflow: visible;
}
.tp-donate-progress-item .progress-goals {
  display: flex;
  justify-content: space-between;
}
.tp-donate-progress-item .progress-goals span {
  font-size: 14px;
  font-weight: 400;
}
.tp-donate-progress-item .progress-goals span b {
  
  color: #1e3737;
}

.tp-donate__section-arrow .test-prev button {
  box-shadow: 3px 5.196px 18px 0px rgba(10, 9, 9, 0.06);
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  color: #7DC354;
  border-radius: 50%;
  font-size: 15px;
  transition: 0.3s;
  line-height: 42px;
}
.tp-donate__section-arrow .test-prev button:hover {
  background-color: #7DC354;
  color: #ffffff;
}



.tp-donate__section-arrow .test-next {
  margin-left: 20px;
}
.tp-donate__section-arrow .test-next button {
  box-shadow: 3px 5.196px 18px 0px rgba(10, 9, 9, 0.06);
  height: 40px;
  width: 40px;
  line-height: 42px;
  background-color: #ffffff;
  color: #7DC354;
  border-radius: 50%;
  font-size: 15px;
  transition: 0.3s;
}
.tp-donate__section-arrow .test-next button:hover {
  background-color: #7DC354;
  color: #ffffff;
}
.tp-donate__shape-1 {
  position: absolute;
  top: -10%;
  right: -1%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-donate__shape-1 {
    top: -16%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-donate__shape-1 {
    top: -16%;
  }
}
.tp-donate__shape-2 {
  position: absolute;
  top: -16%;
  right: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-donate__shape-2 {
    top: -18%;
    right: -6%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-donate__shape-2 {
    top: -18%;
    right: -6%;
  }
}
.tp-donate__shape-3 {
  position: absolute;
  top: -4%;
  right: 0;opacity: 0.6;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-donate__shape-3 {
    top: -9%;
    right: -8%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-donate__shape-3 {
    top: -11%;
    right: -10%;
  }
}
.tp-donate__active {
  padding: 0 20px;
  margin: 0 -20px;
}

.tp-donate-2__section-title {
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-donate-2__section-title {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-donate-2__section-title {
    padding-bottom: 5px;
  }
}
.tp-donate-2__right-text {
  padding-right: 60px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-donate-2__right-text {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-donate-2__right-text {
    padding-right: 0px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-donate-2__right-text p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tp-donate-2__right-text p {
    font-size: 13px;
  }
}
.tp-donate-2__pl {
  transform: translateX(25px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-donate-2__pl {
    transform: translateX(0px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-donate-2__item {
    flex-wrap: wrap;
  }
}
.tp-donate-2__item:hover .tp-donate-2__thumb img {
  transform: scale(1.1);
}
.tp-donate-2__item:hover .tp-donate-2__thumb::after {
  opacity: 1;
  visibility: visible;
  transform: perspective(370px) rotateY(0deg) translate(0px, 0px);
  height: 100%;
}
.tp-donate-2__item:hover .tp-donate-2__thumb-text {
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}
.tp-donate-2__thumb {
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-donate-2__thumb {
    width: 100%;
  }
}
.tp-donate-2__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 500ms ease;
}
.tp-donate-2__thumb::before {
  background-image: -moz-linear-gradient(90deg, rgb(30, 55, 55) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(30, 55, 55) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(30, 55, 55) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tp-donate-2__thumb::after {
  background-color: rgba(30, 55, 55, 0.651);
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 0px;
  visibility: hidden;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(370px) rotateY(90deg) translate(0px, 50px);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: 1;
}
.tp-donate-2__thumb-text {
  position: absolute;
  top: 89%;
  right: 50%;
  transform: translate(-50%);
  transition: 0.5s;
  z-index: 3;
}
.tp-donate-2__thumb-text a {
  color: #ffffff;
  
  font-size: 14px;
}
.tp-donate-2__thumb-text a i {
  font-size: 16px;
  padding-left: 10px;
  display: inline-block;
  transform: translateY(3px);
}
.tp-donate-2__content {
  background-color: #ffffff;
  padding-left: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-donate-2__content {
    width: 100%;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .tp-donate-2__content {
    width: 100%;
    padding: 0;
    padding-top: 30px;
  }
}
.tp-donate-2__text p {
  margin-bottom: 0;
  padding-bottom: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-donate-2__text p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-donate-2__text p {
    font-size: 14px;
  }
  .tp-donate-2__text p br {
    display: none;
  }
}
.tp-donate-2__title {
  font-size: 24px;
  line-height: 1.4;
  padding-bottom: 6px;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-donate-2__title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-donate-2__title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-donate-2__title {
    font-size: 23px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-donate-2__title {
    font-size: 24px;
  }
}
.tp-donate-2__title:hover {
  color: #7DC354;
}
.tp-donate-2-progress {
  width: 100%;
}
.tp-donate-2-progress-item {
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;
}
.tp-donate-2-progress-item h4 {
  
  font-size: 18px;
  padding-bottom: 4px;
}
.tp-donate-2-progress-item .progress-count {
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 14px;
  
  color: #1e3737;
}
.tp-donate-2-progress-item .progress {
  height: 8px;
  background-color: #f6f6f6;
  border-radius: 0;
  overflow: visible;
  margin-bottom: 15px;
}
.tp-donate-2-progress-item .progress .progress-bar {
  background-color: #7DC354;
  overflow: visible;
}
.tp-donate-2-progress-item .progress-goals {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.tp-donate-2-progress-item .progress-goals::after {
  content: "";
  top: 0;
  left: 54%;
  transform: translateX(-50%);
  background-color: #d6dbdb;
  width: 1px;
  height: 100%;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-donate-2-progress-item .progress-goals::after {
    left: 50%;
  }
}
.tp-donate-2-progress-item .progress-goals span {
  font-size: 14px;
  font-weight: 400;
  padding-left: 26px;
}
.tp-donate-2-progress-item .progress-goals span:last-child {
  padding-left: 0;
}
.tp-donate-2-progress-item .progress-goals span b {
  
  color: #1e3737;
}

.tp-donation-details__progress-box {
  padding: 0 30px;
}
.tp-donation-details__progress {
  width: 65%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-donation-details__progress {
    width: 100%;
  }
}
.tp-donation-details__progress-item {
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}
.tp-donation-details__progress-item h4 {
  
  font-size: 18px;
  padding-bottom: 4px;
}
.tp-donation-details__progress-item .progress-count {
  position: absolute;
  top: 21px;
  left: 0;
  font-size: 14px;
  
  color: #1e3737;
}
.tp-donation-details__progress-item .progress {
  height: 8px;
  background-color: #fff;
  border-radius: 0;
  overflow: visible;
  margin-bottom: 15px;
}
.tp-donation-details__progress-item .progress .progress-bar {
  background-color: #7DC354;
  overflow: visible;
}
.tp-donation-details__progress-item .progress-goals {
  display: flex;
  justify-content: space-between;
}
.tp-donation-details__progress-item .progress-goals span {
  font-size: 14px;
  font-weight: 400;
}
.tp-donation-details__progress-item .progress-goals span b {
  
  color: #1e3737;
}
@media (max-width: 767px) {
  .tp-donation-details__wrap {
    flex-wrap: wrap;
  }
}
.tp-donation-details__item {
  background-color: #f6f6f6;
  padding: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-donation-details__item {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-donation-details__item {
    padding: 30px 25px;
  }
}
@media (max-width: 767px) {
  .tp-donation-details__item {
    margin-bottom: 30px;
    width: 100%;
  }
}
.tp-donation-details__item h5 {
  color: #1e3737;
  font-size: 20px;
  
  padding: 15px;
  padding-bottom: 5px;
}
.tp-donation-details__item span {
  color: #7DC354;
  font-size: 18px;
  
}
.tp-donation-details__form-title {
  font-size: 22px;
}
.tp-donation-details__form-title span {
  color: #7DC354;
}
.tp-donation-details__input label {
  font-size: 15px;
  
  color: #1e3737;
  padding-bottom: 10px;
}
.tp-donation-details__input .nice-select {
  border: 0;
  border-radius: 0;
  height: 60px;
  line-height: 60px;
  padding-right: 30px;
  padding-left: 30px;
  float: none;
  font-size: 15px;
  
  border: 1px solid #dde0e0;
}
.tp-donation-details__input input {
  border: 1px solid #dde0e0;
  width: 100%;
  transition: 0.3s;
}
.tp-donation-details__input input:focus {
  border: 1px solid #7DC354;
}
.tp-donation-details__notice-box {
  padding: 29px 50px;
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-donation-details__notice-box {
    padding: 29px 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-donation-details__notice-box span {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-donation-details__notice-box span {
    font-size: 14px;
  }
}
.tp-donation-details__notice-box span b {
  color: #1e3737;
}
.tp-donation-details__notice-shape {
  position: absolute;
  top: 0;
  right: -20px;
}
.tp-donation-details__text-box {
  height: 60px;
  line-height: 60px;
  width: 60px;
  padding: 0 30px;
  background-color: #f6f6f6;
  width: 100%;
}

.tp-donate__method {
  padding-bottom: 40px;
}
.tp-donate__method span {
  padding-left: 60px;
}
.tp-donate__method span:last-child {
  padding-right: 0;
}
.tp-donate__method span label {
  padding-right: 10px;
  
  font-size: 14px;
  color: #000000;
}
.tp-donate__method span label:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-donate__method span {
    display: block;
    margin-bottom: 15px;
  }
}
.tp-donate__button-box {
  margin-bottom: 30px;
}
.tp-donate__button-box button {
  margin-left: 29px;
  padding: 20px 30px;
  border: 1px solid #dde0e0;
  font-size: 14px;
  
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-donate__button-box button {
    margin-bottom: 30px;
    margin-left: 16px;
    padding: 13px 26px;
  }
}
.tp-donate__button-box button:last-child {
  margin-left: 0;
}
.tp-donate__button-box button:hover {
  background-color: #7DC354;
  color: #ffffff;
  border: 1px solid transparent;
}
.tp-donate__button-box button.active {
  background-color: #7DC354;
  color: #ffffff;
  border: 1px solid transparent;
}

/*----------------------------------------*/
/*  14. gallery css start
/*----------------------------------------*/
.tp-gallery__plr {
  padding: 0 125px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-gallery__plr {
    padding: 0;
  }
}
.tp-gallery__thumb {
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-gallery__thumb {
    margin-bottom: 30px;
  }
}
.tp-gallery__thumb img {
  width: 100%;
  transition: all 700ms ease;
}
.tp-gallery__thumb:hover img {
  transform: scale(1.1);
}
.tp-gallery__thumb:hover .tp-gallery__thumb-overly {
  opacity: 1;
  visibility: visible;
}
.tp-gallery__thumb-overly {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transform: scale(0.9);
  background-color: rgba(254, 126, 76, 0.949);
  overflow: hidden;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}
.tp-gallery__overly-text span {
  color: #ffffff;
  display: inline-block;
  padding-bottom: 10px;
}
.tp-gallery__title-sm {
  font-size: 24px;
  
  color: #ffffff;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-gallery__title-sm {
    font-size: 20px;
  }
}
.tp-gallery__shape {
  position: absolute;
  right: -13px;
  bottom: -8px;
}

.tp-gallery-2__item {
  position: relative;
  overflow: hidden;
}
.tp-gallery-2__item:hover img {
  transform: scale(1.1);
}
.tp-gallery-2__item:hover::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
  left: auto;
  right: 0;
}
.tp-gallery-2__item:hover .tp-gallery-2__icon-box {
  opacity: 1;
  visibility: visible;
}
.tp-gallery-2__item img {
  width: 100%;
  transition: 0.9s;
}
.tp-gallery-2__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 0%;
  height: 100%;
  background-color: rgba(254, 126, 76, 0.902);
  opacity: 0;
  visibility: hidden;
  transition: 0.9s;
}
.tp-gallery-2__icon-box {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.7s;
}
.tp-gallery-2__icon {
  position: absolute;
  top: 50%;
  right: 46%;
  transform: translate(-50%, -50%);
}
.tp-gallery-2__icon i {
  font-size: 25px;
  color: #ffffff;
}

.tp-gallery-3__space {
  padding: 0 162px;
  margin-bottom: 90px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-gallery-3__space {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-gallery-3__space {
    padding: 0;
  }
}
.tp-gallery-3__item {
  position: relative;
}
.tp-gallery-3__item img {
  width: 100%;
  transition: 1s;
}
.tp-gallery-3__item:hover img {
  opacity: 20%;
}
.tp-gallery-3__item:hover::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}
.tp-gallery-3__item:hover .tp-gallery-3__icon {
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  transition-delay: 300ms;
  opacity: 1;
  visibility: visible;
}
.tp-gallery-3__item::after {
  background-color: rgba(30, 55, 55, 0.8);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
}
.tp-gallery-3__icon {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: scale(0) translate(-50%, -50%);
  transform: scale(0) translate(-50%, -50%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  transition-delay: 0s;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
}
.tp-gallery-3__icon a {
  display: inline-block;
  position: relative;
}
.tp-gallery-3__icon a::after {
  content: "";
  display: inline-block;
  height: 60px;
  line-height: 81px;
  width: 60px;
  border-radius: 50%;
  background-color: #7DC354;
}
.tp-gallery-3__icon a svg {
  position: absolute;
  top: 7px;
  right: 53px;
  transform: translate(-50%, -50%) rotate(0);
  transform-origin: right bottom;
}

/*----------------------------------------*/
/*  15. mission css start
/*----------------------------------------*/
.tp-mission-2__space {
  padding: 40px 0 30px;
background: #f6f6f6;
background: #fbfbfb;
}

.tp-mission-2__plr {
  padding-right: 375px;
  padding-left: 195px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-mission-2__plr {
    padding-right: 215px;
    padding-left: 90px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-mission-2__plr {
    padding-right: 115px;
    padding-left: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-mission-2__plr {
    padding-right: 45px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-mission-2__plr {
    padding-right: 30px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-mission-2__plr {
    padding-right: 40px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .tp-mission-2__plr {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.tp-mission-2__shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.tp-mission-2__wrapper {
  margin-right: -95px;
}
@media (max-width: 767px) {
  .tp-mission-2__wrapper {
    margin-right: 0px;
  }
}
.tp-mission-2__item {
  padding: 25px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  background-color: #ffffff;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  transition-property: all;
text-align: center;
width: 200px;
height: 200px;
border-radius: 50%;
display: grid;
align-items: center;
box-shadow: 0 20px 9px #0000000a;
}
.tp-mission-2__item:hover {
  background-color: #1e3737;
}
.tp-mission-2__item:hover .tp-mission-2__single-bg {
  transform: scaleY(1);
}
.tp-mission-2__item:hover .tp-mission-2__title-sm {
  color: #fff;
}
.tp-mission-2__item:hover .tp-mission-2__text p {
  color: #ffffff;
}
.tp-mission-2__item:hover .tp-mission-2__icon span {
  color: #ffffff;
}
.tp-mission-2__item:hover .tp-mission-2__shape-box::after {
  background-color: #7DC354;
}
.tp-mission-2__item:hover .tp-mission-2__arrow::after {
  background-color: #7DC354;
}
.tp-mission-2__single-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(30, 55, 55, 0.059);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: luminosity;
  transition-timing-function: ease-in-out;
  transition: 0.5s;
  transition-property: all;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}
.tp-mission-2__icon {
  padding-bottom: 15px;
}

.tp-mission-2__icon img {
width: 70px;
margin: 0 auto;
}


.tp-mission-2__icon span {
  font-size: 50px;
  color: #fff;
  line-height: 0;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
}
.tp-mission-2__left-text p {
  padding-bottom: 15px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-mission-2__left-text p {
    padding-left: 100px;
    font-size: 15px;
  }
  .tp-mission-2__left-text p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-mission-2__left-text p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-mission-2__left-text p {
    font-size: 14px;
    padding-left: 100px;
  }
  .tp-mission-2__left-text p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-mission-2__left-text p {
    font-size: 13px;
    padding-left: 0;
  }
  .tp-mission-2__left-text p br {
    display: none;
  }
}
.tp-mission-2__title-sm {
  font-size: 16px;
text-transform: capitalize;
margin: 0;

  transition: all ease-in-out 0.3;

font-family: "taj";
line-height: 28px;
color: #000;

}
.tp-mission-2__text p {
  margin-bottom: 0;
  font-size: 15px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-mission-2__text p br {
    display: none;
  }
}
.tp-mission-2__shape-box {
  position: absolute;
top: 0;
left: 0;
transition: all ease-in-out 0.4s;
}


.tp-mission-2__space .colfive:hover .tp-mission-2__shape-box {
top: 0;
left: 0;
}



.tp-mission-2__shape-box::after {
  content: "";
  top: -98px;
  left: -83px;
  position: absolute;
  height: 166px;
  width: 166px;
background-color: #fbfbfb !important;
  border-radius: 50%;
  transition: 0.5s;
}
.tp-mission-2__arrow {
  position: relative;
  z-index: 11;
  display: inline-block;
  padding-left: 20px;
  padding-top: 11px;
  font-size: 20px;
  color: #ffffff;
font-size: 0;
}
@media (max-width: 767px) {
  .tp-mission-2__left-box {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-mission-2__section-box .tp-section-title br {
    display: block;
  }
}

/*----------------------------------------*/
/*  05. brand css start
/*----------------------------------------*/
.tp-brand-2__border {
  padding-top: 60px;
  padding-bottom: 70px;
  border-top: 1px solid #edefef;
}
.tp-brand-2__item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
.tp-brand-2__item img {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.3s linear;
}

/*----------------------------------------*/
/*  07. cta css start
/*----------------------------------------*/


.tp-cta__area {
  overflow: hidden;
 z-index: 1;background-color: #2B9FD9;
  position: relative;}

.tp-cta__bg {
  padding-top: 40px;
  padding-bottom: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cta__bg {
    background-position: left;
  }
}
.tp-cta__title-sm {
  margin-bottom: 0;
font-size: 20px;
line-height: 33px;
color: #fff;
}


.tp-cta__icon {
  padding-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta__icon {
    padding-left: 30px;
    flex: 0 0 auto;
  }
}
.tp-cta__icon span {
  font-size: 65px;
  color: #fff;
  display: inline-block;
  transform: translateY(6px);
}
@media (max-width: 767px) {
  .tp-cta__content {
    padding-bottom: 15px;
  }
}
.tp-cta__shape-1 {
  position: absolute;
  right: 0;
  top: -4%;
}
.tp-cta__shape-2 {
  position: absolute;
  right: 55px;
  top: -10px;
}
.tp-cta__shape-3 {
  position: absolute;
  top: -155%;
  left: 0;
}


.tp-funfact-2__area {
  padding-bottom: 70px;
  padding-top: 70px;
  z-index: 1;
  position: relative;
background: #7dc354;
}

/*
.tp-funfact-2__area:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #090e2beb;
}*/

.tp-cta-2__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 70px;
  padding-top: 70px;
  background-color: #022b29;
  background-attachment: fixed;
  z-index: 1;
  position: relative;
}

.tp-cta-2__bg:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;

background-color: #7DC354;
mix-blend-mode: multiply;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cta-2__bg {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
.tp-cta-2__subtitle {
  color: #ffffff;
  font-size: 20px;
  
  text-transform: uppercase;
  padding-bottom: 15px;
  display: inline-block;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-cta-2__subtitle {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-cta-2__subtitle {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-2__subtitle {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tp-cta-2__subtitle {
    font-size: 12px;
  }
}
.tp-cta-2__title {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 20px;
line-height: 40px;
width: 50%;

margin: 0 auto;
margin-bottom: 30px;
}

.tp-cta-2__shape-1 {
  position: absolute;
  right: 0;
  top: 28px;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-cta-2__shape-1 {
    left: -28px;
    top: 49px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-cta-2__shape-1 {
    left: -47px;
    top: 18px;
  }
}
.tp-cta-2__shape-2 {
  position: absolute;
  right: 0;
  bottom: -15px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-cta-2__shape-2 {
    left: -10px;
    bottom: -50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-cta-2__shape-2 {
    left: -17px;
    bottom: -89px;
  }
}
.tp-cta-2__shape-3 {
  position: absolute;
  left: 18%;
  bottom: -55px;
  animation: tptranslateX2 4s infinite alternate;
}
.tp-cta-2__pt {
  padding-top: 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cta-2__pt {
    padding-top: 0;
  }
}

/*----------------------------------------*/
/*  10. event css start
/*----------------------------------------*/


.tp-event__wrapper:hover .tp-event__thumb img {
  transform: scale(1.1);
}
.tp-event__wrapper:hover .tp-event__thumb::after {
  -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
  -ms-transform: perspective(400px) rotateX(0deg) scale(1);
  transform: perspective(400px) rotateX(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}
.tp-event__wrapper:hover .tp-event__thumb-date::after {
  background-color: #7DC354;
}
.tp-event__thumb {
  position: relative;
  overflow: hidden;
}
.tp-event__thumb::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  background-color: rgba(30, 55, 55, 0.749);
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
  -ms-transform: perspective(400px) rotateX(-90deg) scale(0.2);
  transform: perspective(400px) rotateX(-90deg) scale(0.2);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  z-index: 1;
}
.tp-event__thumb img {
  width: 100%;
  transition: all 500ms ease;
}
.tp-event__thumb-text {
position: absolute;
left: 30px;
top: -15px;
background-color: rgb(255, 255, 255);
box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
padding: 6px 25px 6px;
border-radius: 15px;
z-index: 2;
}
.tp-event__thumb-date {
  font-size: 14px;
}
.tp-event__thumb-date span {
  font-size: 14px;
  font-weight: 400;
}

/*
.tp-event__thumb-date::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -28px;
  height: 150px;
  width: 150px;
  background-color: #7DC354;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s ease-out 0s;
}*/
.tp-event__content {
  padding: 20px;position: relative;
  box-shadow: 2px 3.464px 40px 0px rgba(14, 5, 1, 0.04);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-event__content {
    padding: 18px;
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .tp-event__content {
    padding: 25px;
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
.tp-event__title {
font-size: 16px;
line-height: 25px;
margin-bottom: 25px;
transition: 0.3s;
display: inline-block;
height: 50px;
}


.tp-event__item {
box-shadow: 2px 3.464px 40px 0px rgba(14, 5, 1, 0.12);
border-radius: 20px;}


.tp-event__title:hover {
  color: #7DC354;
}
.tp-event__meta {
  padding-bottom: 20px;
}
.tp-event__meta span {
  font-size: 14px;
  padding-left: 30px;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-event__meta span {
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-event__meta span {
    font-size: 12px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-event__meta span {
    font-size: 13px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .tp-event__meta span {
    font-size: 12px;
    padding-left: 20px;
  }
}
.tp-event__meta span:last-child {
  padding-left: 0;
}
.tp-event__meta span i {
  padding-left: 10px;
  font-size: 15px;
  color: #1e3737;
}/*
.tp-event__link a {
  margin-top: 10px;
display: block;
  font-size: 13px;
  transition: 0.3s;
}*/
.tp-event__link a i {
  font-size: 16px;
  padding-right: 10px;
  transform: translateY(2px);
  transition: 0.3s;
}/*
.tp-event__link a:hover {
  color: #7DC354;
}
.tp-event__link a:hover i {
  color: #7DC354;
}*/

.tp-event-2__item-box {
  background-color: #f6f6f6;
  padding: 15px 20px;
}
.tp-event-2__item-box:hover .tp-event-2__item-thumb img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .tp-event-2__item {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-event-2__item {
    flex-wrap: nowrap;
  }
}
.tp-event-2__item-thumb {
  flex: 0 0 auto;
  margin-left: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tp-event-2__item-thumb {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-event-2__item-thumb {
    margin-left: 17px;
    margin-bottom: 0;
    width: auto;
  }
}
.tp-event-2__item-thumb img {
  width: 170px;
  height: 170px;
}
@media (max-width: 767px) {
  .tp-event-2__item-thumb img {
    width: 100%;
    transition: all 500ms ease;
  }
}
.tp-event-2__item-thumb-text {
  position: absolute;
  bottom: 20px;
  right: 50%;
  transform: translateX(-50%);
}
.tp-event-2__item-thumb-text span {
  color: #ffffff;
  
  font-size: 14px;
}
.tp-event-2__left-text p {
  margin-bottom: 0;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-event-2__left-text p {
    font-size: 14px;
  }
  .tp-event-2__left-text p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-event-2__left-text p {
    font-size: 13px;
  }
  .tp-event-2__left-text p br {
    display: none;
  }
}
.tp-event-2__shape {
  position: absolute;
  bottom: 4%;
  left: 25%;
  animation: tpswing 2s ease-in-out 2s forwards infinite alternate;
  transform-origin: top right;
}
.tp-event-2__text b {
  margin-bottom: 0;
  font-size: 14px;
  color: #7DC354;
  text-transform: uppercase;
  padding-bottom: 15px;
  display: inline-block;
}
.tp-event-2__title-sm {
  font-size: 24px;
  margin-bottom: 25px;
  line-height: 34px;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-event-2__title-sm {
    font-size: 19px;
  }
  .tp-event-2__title-sm br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-event-2__title-sm {
    font-size: 22px;
  }
  .tp-event-2__title-sm br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-event-2__title-sm {
    font-size: 20px;
  }
  .tp-event-2__title-sm br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-event-2__title-sm {
    font-size: 21px;
  }
}
.tp-event-2__title-sm:hover {
  color: #7DC354;
}
.tp-event-2__meta span {
  padding-left: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-event-2__meta span {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-event-2__meta span {
    font-size: 14px;
    display: block;
    padding-bottom: 3px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-event-2__meta span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tp-event-2__meta span {
    font-size: 13px;
    display: block;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-event-2__meta span {
    font-size: 12px;
    display: inline-block;
    padding-left: 11px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 575px) {
  .tp-event-2__meta span {
    font-size: 14px;
    display: inline-block;
  }
}
.tp-event-2__meta span:last-child {
  padding-left: 0;
}
.tp-event-2__meta span i {
  font-size: 16px;
  color: #1e3737;
  margin-left: 7px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-event-2__meta span i {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-event-2__meta span i {
    font-size: 12px;
    margin-left: 1px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-event-2__left-side {
    padding-bottom: 50px;
  }
}

.tp-event-2__section-title .tp-section-title br {
  display: none;
}

.tp-event-details__thumb img {
  width: 100%;
}
.tp-event-details__thumb-text {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 88px;
  height: 40px;
  background-color: #7DC354;
  text-align: center;
  line-height: 40px;
}
.tp-event-details__thumb-text span {
  color: #ffffff;
  font-size: 14px;
}
.tp-event-details__title {
  font-size: 36px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-event-details__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .tp-event-details__title {
    font-size: 25px;
  }
}
.tp-event-details__left-box {
  padding-left: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-event-details__left-box {
    padding-left: 0;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-event-details__left-box {
    padding-left: 0;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-event-details__text p {
    font-size: 15px;
  }
  .tp-event-details__text p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-event-details__text p {
    font-size: 14px;
  }
  .tp-event-details__text p br {
    display: none;
  }
}
.tp-event-details__icon span {
  font-size: 65px;
  color: #7DC354;
  padding-left: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-event-details__icon span {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-event-details__icon span {
    font-size: 35px;
    padding-left: 20px;
  }
}
.tp-event-details__title-sm {
  font-size: 18px;
  padding-bottom: 5px;
}
.tp-event-details__item-text span {
  line-height: 30px;
  font-size: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-event-details__item-text span {
    font-size: 15px;
  }
  .tp-event-details__item-text span br {
    display: none;
  }
}
.tp-event-details__item-box {
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .tp-event-details__item-box {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-event-details__item-box {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .tp-event-details__item {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-event-details__item {
    flex-wrap: nowrap;
  }
}
.tp-event-details__author-info {
  padding: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-event-details__author-info {
    padding: 50px 20px;
  }
}
.tp-event-details__author-thumb {
  padding-left: 25px;
}
.tp-event-details__author-thumb.pr {
  padding-left: 0;
}
.tp-event-details__author-text h5 {
  font-size: 20px;
}
.tp-event-details__author-text span {
  font-size: 14px;
}
.tp-event-details__info-box iframe {
  width: 100%;
}
.tp-event-details__contact-icon span {
  font-size: 24px;
  color: #7DC354;
  margin-left: 25px;
  margin-top: 3px;
  display: inline-block;
}
.tp-event-details__contact-text span {
  display: block;
  padding-bottom: 5px;
}
.tp-event-details__contact-text b {
  font-size: 18px;
  color: #1e3737;
  
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-event-details__contact-text b {
    font-size: 16px;
  }
}
.tp-event-details__contact-box {
  box-shadow: 1px 1.732px 40px 0px rgba(23, 19, 4, 0.04);
  padding: 50px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-event-details__contact-box {
    padding: 50px 20px;
  }
}
.tp-event-details__contact-box::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #7DC354;
}
.tp-event-details__contact-box ul li:not(:last-child) {
  padding-bottom: 25px;
}
.tp-event-details__item-2 {
  padding: 50px 20px;
}
.tp-event-details__button {
  line-height: 0;
}
.tp-event-details__item-2-title {
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-event-details__item-2-title br {
    display: none;
  }
}
.tp-event-details__item-2-text {
  padding-bottom: 35px;
}
.tp-event-details__item-2-text span {
  color: #ffffff;
}
.tp-event-details__social-box {
  padding-top: 25px;
}
.tp-event-details__social-box a {
  font-size: 17px;
  color: #1e3737;
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #eaefef;
  line-height: 40px;
  text-align: center;
  margin: 0 4px;
  transition: all 500ms ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.tp-event-details__social-box a::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background-color: #7DC354;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  transition-property: all;
  opacity: 1;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}
.tp-event-details__social-box a:hover {
  color: #ffffff;
}
.tp-event-details__social-box a:hover::after {
  opacity: 1;
  transform: scaleY(1);
}
.tp-event-details__left-side {
  padding-left: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-event-details__left-side {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-event-details__left-side {
    padding-left: 0;
    padding-bottom: 50px;
  }
}

/*----------------------------------------*/
/*  13. funfact css start
/*----------------------------------------*/
.tp-funfact-2__shape {
  position: absolute;
  top: -96%;
  right: 0;
  z-index: -1;
}
.tp-funfact-2__item:hover .tp-funfact-2__icon span img {
  animation: icon-bounce 0.8s 1;
/*filter: brightness(100);*/
}
.tp-funfact-2__item:hover .tp-funfact-2__icon span::after {
  opacity: 1;
  visibility: visible;
}
.tp-funfact-2__icon span {
  display: inline-block;
  height: 90px;  line-height: 90px;
  width: 90px;

  font-size: 50px;
  color: #ffffff;
  text-align: center;
  margin-left: 30px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
background: #ecd010;
border-radius: 6px;
}
.tp-funfact-2__icon span img {
  transition: 0.3s;
width: 60px;
/*filter: brightness(0);*/
}





.tp-funfact-2__item:hover .tp-funfact-2__icon span {
background: #198754;
}





/*
.tp-funfact-2__icon span::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-color: #7DC354;
border-radius: 6px;
  transition: all 0.4s linear;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.tp-funfact-2__icon span::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-color: #7DC354;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s linear;
  z-index: -1;
  height: 100%;
  width: 100%;
}*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-funfact-2__icon span {
height: 60px;
width: 60px;
line-height: 60px;
margin-left: 8px;
  }
}




.tp-funfact-2__icon span img {
  transition: 0.3s;
  width: 45px; }

.tp-funfact-2__title-sm {
  font-size: 50px;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 10px;
font-family: "taj";
font-family: "arial";
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-funfact-2__title-sm {
    font-size: 44px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-funfact-2__title-sm {
    font-size: 20px;padding-bottom: 5px;
  }
}
.tp-funfact-2__title-sm i {
  font-style: normal;
}
.tp-funfact-2__text span {
  font-weight: 500; font-family: nuti ,"gs";
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-funfact-2__text span {
font-size: 14px;
line-height: 20px;
display: block;
height: 40px;
  }


.tp-funfact-2__item {
margin-bottom: 20px;

}


}

/*----------------------------------------*/
/*  16. providing css start
/*----------------------------------------*/
.tp-providing__space {
  padding: 115px 0;
}
@media (max-width: 767px) {
  .tp-providing__space {
    padding-bottom: 60px;
  }
}
.tp-providing__wrapper {
  position: relative;
  z-index: 2;
}
.tp-providing__item-box {
  padding-right: 77px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-providing__item-box {
    padding-right: 105px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-providing__item-box {
    padding-right: 45px;
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-providing__item-box {
    padding-right: 0px;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .tp-providing__item-box {
    padding-right: 0;
    padding-top: 40px;
  }
}
.tp-providing__content p {
  padding-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-providing__content p {
    font-size: 14px;
  }
  .tp-providing__content p br {
    display: none;
  }
}
.tp-providing__grey-bg {
  position: absolute;
  height: 100%;
  width: 75%;
  left: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-providing__grey-bg {
    width: 100%;
  }
}
.tp-providing__tab nav button {
  
  font-size: 18px;
  color: #1e3737;
  background-color: #ffffff;
  height: 58px;
  line-height: 58px;
  padding: 0 50px;
  margin-left: 20px;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-providing__tab nav button {
    padding: 0 40px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .tp-providing__tab nav button {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    margin-bottom: 20px;
  }
}
.tp-providing__tab nav button:hover {
  background-color: #7DC354;
  color: #ffffff;
}
.tp-providing__tab nav button.active {
  background-color: #7DC354;
  color: #ffffff;
}
.tp-providing__text p {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-providing__text p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-providing__text p {
    font-size: 14px;
  }
  .tp-providing__text p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-providing__text p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .tp-providing__text p {
    font-size: 13px;
  }
  .tp-providing__text p br {
    display: none;
  }
}
.tp-providing__icon span {
  width: 40px;
  height: 40px;
  line-height: 47px;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-block;
  text-align: center;
  margin-left: 25px;
  color: #f05228;
  font-size: 21px;
  
}
.tp-providing__title-sm {
  font-size: 18px;
  padding-bottom: 2px;
}
.tp-providing__bg-text {
  position: absolute;
  left: 1px;
  bottom: 117px;
  background-color: #7DC354;
  padding: 38px 70px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-providing__bg-text {
    left: 0px;
    bottom: 118px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-providing__bg-text {
    padding: 35px 50px;
    left: 0px;
    bottom: 112px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-providing__bg-text {
    padding: 35px 40px;
    left: 0px;
    bottom: 108px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-providing__bg-text {
    padding: 35px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-providing__bg-text {
    padding: 35px 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-providing__bg-text {
    padding: 30px 25px;
  }
}
.tp-providing__bg-text span {
  color: #ffffff;
  font-size: 65px;
  margin-left: 40px;
  display: inline-block;
  transform: translateY(12px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-providing__bg-text span {
    font-size: 55px;
    margin-left: 34px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-providing__bg-text span {
    font-size: 50px;
    margin-left: 30px;
  }
}
.tp-providing__title-2 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 0;
  line-height: 34px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-providing__title-2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-providing__title-2 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-providing__title-2 {
    font-size: 20px;
  }
}
.tp-providing__bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 33;
  width: 44.4%;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-providing__bg {
    width: 48.4%;
    background-repeat: no-repeat;
    background-position: left;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-providing__bg {
    position: static;
    height: 580px;
    width: 100%;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-providing__bg {
    width: 100%;
    position: static;
    height: 550px;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .tp-providing__bg {
    position: static;
    height: 330px;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-providing__bg {
    position: static;
    height: 380px;
    width: 100%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 575px) {
  .tp-providing__bg {
    position: static;
    height: 380px;
    width: 100%;
  }
}

/*----------------------------------------*/
/*  17. service css start 
/*----------------------------------------*/
.tp-service-3__space {
position: relative;
overflow: hidden;
padding: 40px 0 30px;
  background: #f6f6f6;
  position: relative;
}
/*
.tp-service-3__item:hover .tp-service-3__thumb-box::after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}*/
.tp-service-3__item:hover .tp-service-3__thumb img {
  /*transform: scale(1.1) rotate(-2deg);*/
filter: grayscale(100);

}
.tp-service-3__item:hover .tp-service-3__icon span {
  color: #7DC354;
}
.tp-service-3__item:hover .tp-service-3__icon::after {
  opacity: 1;
  transform: scaleY(1);
}
.tp-service-3__item:hover .tp-service-3__shape {
  opacity: 1;
  visibility: visible;
  left: -56px;
}
.tp-service-3__thumb {
  overflow: hidden;
}
.tp-service-3__thumb img {
  width: 100%;height: 300px;
  transition: all 500ms ease;
filter: grayscale(0);
}
.tp-service-3__thumb-box {
  position: relative;
}/*
.tp-service-3__thumb-box::after {
  content: "";
  top: 0;
  right: 0%;
  height: 30%;
  width: 100%;
background-color: rgba(127, 197, 64, 0.75);
  position: absolute;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}*/

.tp-service-3__item {
  background: #fff;transition: all ease-in-out 0.3s;
box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}



.tp-service-3__item:hover .tp-service-3__icon,
.tp-service-3__item:hover {
background: #7dc354;
}



.tp-service-3__item:hover .tp-service-3__content p,
.tp-service-3__item:hover .tp-service-3__content a,
.tp-service-3__item:hover .tp-service-3__title-sm,
.tp-service-3__item:hover .tp-service-3__icon span {
color: #fff;
}

.tp-service-3__content {
  position: relative;
  overflow: hidden;
  padding: 40px 20px;
  padding-bottom: 15px;z-index: 2;
}
.tp-service-3__content a {
  
  font-size: 14px;
  color: #1e3737;
  transition: all 500ms ease;
}
.tp-service-3__content a:hover {
  color: #7DC354;
}
.tp-service-3__content p {
height: 46px;
overflow: hidden;
}


.tp-service-3__title-sm {
  font-size: 15px;
  margin-bottom: 15px;
  transition: all 500ms ease;
}
.tp-service-3__title-sm:hover {
  color: #7DC354;
}

.tp-service-3__icon {
position: absolute;
z-index: 1;
left: 50%;
transform: translateX(-50%);
bottom: -23%;
height: 100px;
line-height: 80px;
text-align: center;
width: 90px;
border-radius: 50%;
overflow: hidden;
z-index: 1;
background: #fff;transition: all ease-in-out 0.3s;
}/*
.tp-service-3__icon::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background-color: #7DC354;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  transition-property: all;
  opacity: 1;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}*/

.tp-service-3__icon span {
font-size:36px;
  color: #1e3737;
  transition: all 500ms ease;
}

.tp-service-3__icon span img {
width: 45px !important;
filter: brightness(0);
margin: 0 auto;
margin-top: 15px;
transition: all ease-in-out 0.3s;
}


.tp-service-3__item:hover .tp-service-3__icon span img {
filter: brightness(100);
}


.tp-service-3__shape {
  position: absolute;
  left: -100px;
  bottom: -70px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;transform: rotatey(180deg);
}

/*----------------------------------------*/
/*  20. team css start
/*----------------------------------------*/
.tp-team-2__section-title {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .tp-team-2__section-title {
    padding-bottom: 25px;
  }
}
.tp-team-2__wrapper {
  position: relative;
}/*
.tp-team-2__wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 75%;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.961) 20%, rgb(125, 195, 84) 100%, rgba(255, 255, 255, 0.957) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.961) 20%, rgb(125, 195, 84) 100%, rgba(255, 255, 255, 0.957) 100%);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.961) 20%, rgb(125, 195, 84) 100%, rgba(255, 255, 255, 0.957) 100%);
  background: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0.961) 20%, rgb(125, 195, 84) 100%, rgba(255, 255, 255, 0.957) 100%);
  z-index: -2;
}*//*
.tp-team-2__wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 50%;
  width: 98%;
  z-index: -1;
  background-color: #e1e1e1;
box-shadow: 2px 3.464px 40px 0px rgba(14, 5, 1, 0.12);
}*/
.tp-team-2__wrapper:hover .tp-team-2__thumb img {

}
.tp-team-2__wrapper:hover .tp-team-2__thumb::after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.tp-team-2__thumb {
  position: relative;
  overflow: hidden;
}
.tp-team-2__thumb img {
  transition: 0.5s;
  width: 100%;
height: 260px;
}


.tp-team-2__thumb:before {
    position: absolute;
    top: 0;
    right: -80%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    transform: skewX(25deg);
}


.tp-team-2__wrapper:hover .tp-team-2__thumb:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}




.tp-team-2__content {
  padding: 15px;
background: linear-gradient( to bottom , #fbfbfb , #f1f1f1);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-team-2__content {
    padding: 10px;
  }
}
.tp-team-2__author-name {
  font-size: 16px;
  line-height: 24px;
  transition: 0.3s;
margin: 3px 0;
}
.tp-team-2__author-name:hover {
  color: #7DC354;
}
.tp-team-2__author-info {

}
.tp-team-2__author-info p {
  font-size: 14px;
  color: #000;
margin: 0;
height: 24px;
overflow: hidden;
  
}

.tp-team-2__author-info span {
  font-size: 16px;
color: #20863e;
}


.tp-team-2__social-box a {
  font-size: 17px;
  color: #1e3737;
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #eef3f2;
  line-height: 40px;
  text-align: center;
  margin: 0 6px;
  transition: all 500ms ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.tp-team-2__social-box a::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background-color: #7DC354;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  transition-property: all;
  opacity: 1;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}
.tp-team-2__social-box a:hover {
  color: #ffffff;
}
.tp-team-2__social-box a:hover::after {
  opacity: 1;
  transform: scaleY(1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-2__social-box a {
    font-size: 14px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    margin: 0 1px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-details__section-title p {
    font-size: 15px;
  }
  .tp-team-details__section-title p br {
    display: none;
  }
}
.tp-team-details__sapce {
  padding-top: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-team-details__sapce {
    padding-top: 100px;
    padding-bottom: 65px;
  }
}
@media (max-width: 767px) {
  .tp-team-details__sapce {
    padding-top: 70px;
    padding-bottom: 65px;
  }
}
.tp-team-details__thumb {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-details__thumb {
    margin-bottom: 50px;
  }
}
.tp-team-details__thumb::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 94%;
  width: 70%;
  background-color: #7DC354;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-details__thumb::after {
    width: 67%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-details__thumb::after {
    width: 100%;
    height: 105%;
  }
}
.tp-team-details__thumb img {
  max-width: inherit;
  margin-right: 71px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-team-details__thumb img {
    max-width: 100%;
    margin-right: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-details__thumb img {
    max-width: 100%;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-team-details__thumb img {
    max-width: 80%;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .tp-team-details__thumb img {
    max-width: 90%;
    margin-right: 0px;
  }
}
.tp-team-details__progress {
  width: 100%;
}
.tp-team-details__progress-item {
  position: relative;
  padding: 40px 0 30px;
  margin: 0 50px;
}
@media (max-width: 767px) {
  .tp-team-details__progress-item {
    margin: 0 15px;
    padding-bottom: 30px;
  }
}
.tp-team-details__progress-item.progress-pb {
  padding-bottom: 30px;
}
.tp-team-details__progress-item h4 {
  
  font-size: 18px;
  padding-bottom: 4px;
}
.tp-team-details__progress-item .progress-count {
  position: absolute;
  top: 21px;
  left: 0;
  font-size: 14px;
  
  color: #1e3737;
}
.tp-team-details__progress-item .progress {
  height: 8px;
  background-color: #fff;
  border-radius: 0;
  overflow: visible;
  margin-bottom: 15px;
}
.tp-team-details__progress-item .progress .progress-bar {
  background-color: #7DC354;
  overflow: visible;
}
.tp-team-details__progress-item .progress-goals {
  display: flex;
  justify-content: space-between;
}
.tp-team-details__progress-item .progress-goals span {
  font-size: 14px;
  font-weight: 400;
}
.tp-team-details__progress-item .progress-goals span b {
  
  color: #1e3737;
}
.tp-team-details__left-box {
  padding-right: 85px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-details__left-box {
    padding-right: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-details__left-box {
    padding-right: 0px;
  }
}

.tp-register__left-box {
  padding-left: 20px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-register__left-box {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-register__left-box {
    padding-left: 0;
    padding-bottom: 60px;
  }
}
.tp-register__list {
  padding-bottom: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-register__list {
    padding-bottom: 35px;
  }
}
.tp-register__list ul li {
  
  color: #1e3737;
  position: relative;
  padding-right: 30px;
}
.tp-register__list ul li:not(:last-child) {
  padding-bottom: 20px;
}
.tp-register__list ul li i {
  color: #7DC354;
  position: absolute;
  top: 3px;
  right: 0;
}
@media (max-width: 767px) {
  .tp-register__tel-box {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .tp-register__tel-icon {
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-register__tel-icon {
    padding-bottom: 0px;
  }
}
.tp-register__tel-icon span {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  background-color: #7DC354;
  display: inline-block;
  font-size: 36px;
  color: #ffffff;
  margin-left: 25px;
}
.tp-register__tel-icon span i {
  transform: translateY(3px);
  display: inline-block;
}
.tp-register__tel-text a {
  font-size: 16px;
  color: #1e3737;
  
  transition: 0.3s;
  display: block;
}
.tp-register__tel-text a:hover {
  color: #7DC354;
}
.tp-register__tel-text a.number {
  color: #000;
  font-weight: 400;
  padding-bottom: 15px;
}
.tp-register__input-box input {
  background-color: #f6f6f6;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid transparent;
  transition: 0.3s;
}
.tp-register__input-box input:focus {
  border: 1px solid #7DC354;
}
.tp-register__textarea-box textarea {
  height: 150px;
  resize: none;
  margin-bottom: 20px;
  background-color: #f6f6f6;
  width: 100%;
  padding: 30px;
  padding-top: 25px;
  font-size: 14px;
  color: #000000;
  border: 1px solid transparent;
  transition: 0.3s;
}
.tp-register__textarea-box textarea:focus {
  border: 1px solid #7DC354;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-register__thumb img {
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-register__thumb img {
    width: 49%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-register__text p {
    font-size: 15px;
  }
  .tp-register__text p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-register__text p {
    font-size: 14px;
  }
  .tp-register__text p br {
    display: none;
  }
}

/*----------------------------------------*/
/*  04. blog css start
/*----------------------------------------*/
.tp-blog__space {
  padding-top: 115px;
  padding-bottom: 90px;
}
.tp-blog__item {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: rgba(30, 55, 55, 0.949);
}
.tp-blog__item img {
  transition: 0.9s;
  width: 100%;
}
.tp-blog__item:hover img {
  transform: scale(1.1);
}
.tp-blog__item:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
.tp-blog__item:hover .tp-blog__img-text {
  opacity: 1;
  visibility: visible;
}
.tp-blog__item::before {
  background-image: -moz-linear-gradient(90deg, rgb(30, 55, 55) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(30, 55, 55) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(30, 55, 55) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tp-blog__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform: translateY(-30%);
  background-color: rgba(30, 55, 55, 0.949);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.7s;
}
.tp-blog__img-text {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.7s;
  padding: 12px 22px;
  background-color: rgba(243, 248, 248, 0.078);
}
.tp-blog__img-text span {
  
  font-size: 14px;
  color: #d7e3e3;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog__img-text span {
    font-size: 12px;
  }
}
.tp-blog__img-text span i {
  padding-left: 10px;
  font-size: 16px;
  transform: translateY(3px);
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog__img-text span i {
    font-size: 12px;
  }
}
.tp-blog__title-sm {
  color: #ffffff;
  
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 18px;
  transition: 0.3s;
  display: inline-block;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-blog__title-sm {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-blog__title-sm {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog__title-sm {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog__title-sm {
    padding-bottom: 0;
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-blog__title-sm {
    padding-bottom: 0;
    font-size: 23px;
  }
  .tp-blog__title-sm br {
    display: none;
  }
}
.tp-blog__title-sm:hover {
  color: #7DC354;
}
.tp-blog__content {
  position: absolute;
  bottom: 25px;
  right: 30px;
  z-index: 2;
}
.tp-blog__content span {
  
  font-size: 14px;
  color: #d7e3e3;
  padding-bottom: 27px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog__content span {
    font-size: 12px;
    padding-bottom: 20px;
  }
}
.tp-blog__link a {
  
  font-size: 14px;
  color: #d7e3e3;
  transition: 0.3s;
}
.tp-blog__link a i {
  padding-right: 10px;
  transform: translateY(1px);
}
.tp-blog__link a:hover {
  color: #7DC354;
}

.tp-blog-2__space {
  padding-top: 115px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .tp-blog-2__space {
    padding: 70px 0;
  }
}
.tp-blog-2__item:hover .tp-blog-2__thumb img {
  transform: scale(1.1);
}
.tp-blog-2__item:hover .tp-blog-2__thumb::after {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
}
.tp-blog-2__item:hover .tp-blog-2__link {
  background-color: #7DC354;
}
.tp-blog-2__item:hover .tp-blog-2__link span {
  color: #ffffff;
}
.tp-blog-2__item:hover .tp-blog-2__icon {
  opacity: 1;
  visibility: visible;
}
.tp-blog-2__thumb {
  overflow: hidden;
  position: relative;
}
.tp-blog-2__thumb img {
  width: 100%;
  transition: all 500ms ease;
}
.tp-blog-2__thumb::after {
  background-color: rgba(30, 55, 55, 0.851);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition: 0.5s;
  transition-property: all;
  z-index: 1;
}
.tp-blog-2__icon {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  transition: all 600ms ease;
}
.tp-blog-2__icon a {
  color: #ffffff;
  font-size: 25px;
}
.tp-blog-2__tag {
  padding-bottom: 25px;
}
.tp-blog-2__tag span {
  
  color: #7DC354;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
}
.tp-blog-2__tag span i {
  font-size: 16px;
  transform: translateY(4px);
  margin-left: 10px;
  color: #1e3737;
  display: inline-block;
}
.tp-blog-2__content {
  padding: 35px 30px;
  padding-top: 30px;
  box-shadow: 2px 3.464px 40px 0px rgba(14, 5, 1, 0.04);
}
.tp-blog-2__title-sm {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 18px;
}
.tp-blog-2__title-sm:hover {
  color: #7DC354;
  transition: all 500ms ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-2__title-sm {
    font-size: 20px;
  }
  .tp-blog-2__title-sm br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-blog-2__title-sm {
    font-size: 23px;
  }
  .tp-blog-2__title-sm br {
    display: none;
  }
}
.tp-blog-2__meta {
  
  font-size: 14px;
  display: inline-block;
  padding-bottom: 35px;
}
.tp-blog-2__meta::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 10px;
  background-color: #7DC354;
  margin-left: 10px;
  transform: translateY(-5px);
}
.tp-blog-2__meta-3 {
  
  font-size: 14px;
  display: inline-block;
  padding-bottom: 35px;
}
.tp-blog-2__meta-3::before {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #7DC354;
  display: inline-block;
  transform: translateY(-3px);
  margin-left: 9px;
}
.tp-blog-2__link {
  height: 38px;
  line-height: 38px;
  background-color: #f6f6f6;
  transition: 0.3s;
}
.tp-blog-2__link span {
  color: #1e3737;
  
  font-size: 14px;
  transition: 0.5s;
}
.tp-blog-2__link span i {
  margin-right: 10px;
  font-size: 14px;
  display: inline-block;
  transform: translateY(2px);
}

.tp-blog-2__overly-2 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(30, 55, 55, 0.6);
  transform: scale(0.5);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.tp-blog-2__item:hover .tp-blog-2__overly-2 {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox__wrapper {
    margin-bottom: 50px;
  }
}
.postbox__thumb {
  position: relative;
}
.postbox__thumb img {
  width: 100%;
}
.postbox__thumb .play-btn {
  position: absolute;
  top: 38%;
  right: 44%;
  z-index: 1;
}
.postbox__thumb .play-btn a {
  height: 85px;
  width: 85px;
  line-height: 87px;
}
.postbox__thumb .play-btn a::after {
  display: none;
}
.postbox__thumb-text {
  position: absolute;
  top: 30px;
  right: 30px;
}
.postbox__thumb-text span {
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px;
  background-color: #7DC354;
  display: inline-block;
}
.postbox__item-single:hover {
  box-shadow: none;
}
.postbox__tag {
  position: absolute;
  bottom: 0px;
  right: 0;
}
.postbox__tag p {
  margin-bottom: 0;
  
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.135em;
  background: #1e3737;
  clip-path: polygon(0px 0px, 100% 0px, 92.7% 53.45%, 100% 100%, 0px 100%, 0px 50%);
  width: 130px;
}
.postbox__content {
  padding-top: 28px;
}
@media (max-width: 767px) {
  .postbox__content {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.postbox__content-single {
  padding-right: 0;
  padding-left: 0;
  border: none;
}
.postbox__title {
  font-size: 36px;
  color: #1e3737;
  margin-bottom: 22px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .postbox__title {
    font-size: 25px;
  }
}
.postbox__meta {
  margin-bottom: 20px;
}
.postbox__meta span {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-left: 25px;
}
@media (max-width: 767px) {
  .postbox__meta span {
    font-size: 12px;
    margin-left: 20px;
  }
}
.postbox__meta span:last-child {
  margin-left: 0;
}
.postbox__meta span i {
  color: #7DC354;
  margin-left: 10px;
  
}
.postbox__blockquote-shape {
  position: absolute;
  bottom: 34px;
  left: 44px;
}
.postbox__blockquote blockquote {
  background: #f6f6f6;
  padding: 35px 40px;
  margin-bottom: 50px;
  margin-top: 50px;
}
.postbox__blockquote blockquote p {
  font-family: "taj";
  
  font-size: 22px;
  color: #1e3737;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox__blockquote blockquote p {
    font-size: 16px;
  }
}
.postbox__blockquote blockquote cite {
  font-weight: 400;
  font-size: 14px;
  font-style: inherit;
  position: relative;
}
.postbox__blockquote blockquote cite::before {
  content: "";
  font-size: 28px;
  color: #fff;
  padding-bottom: 0px;
  display: inline-block;
  background: #191515;
  height: 2px;
  width: 16px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-left: 10px;
  position: relative;
}
.postbox-details-desc-thumb-caption {
  font-size: 18px;
  font-weight: 500;
  color: #807A7A;
  font-style: italic;
  text-align: center;
  display: block;
  margin-top: 30px;
  margin-bottom: 50px;
}
.postbox__list {
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox__list {
    margin-bottom: 30px;
  }
}
.postbox__list-title {
  
  font-size: 30px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .postbox__list-title {
    font-size: 25px;
  }
}
.postbox__list-content ul li {
  list-style: none;
  font-weight: 400;
  font-size: 16px;
  color: #1e3737;
  margin-bottom: 24px;
  position: relative;
  padding-right: 27px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox__list-content ul li {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.postbox__list-content ul li span {
  color: #7DC354;
  top: 5px;
  right: 0;
  font-size: 14px;
  position: absolute;
}
.postbox__details-share-wrapper {
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #F7F7F7;
}
.postbox__details-share span {
  font-size: 22px;
  
  color: #1e3737;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .postbox__details-share span {
    font-size: 16px;
  }
}
.postbox__details-share a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  background-color: #F2F6F7;
  color: #1e3737;
  margin-left: 10px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__details-share a {
    margin-bottom: 10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-left: 8px;
  }
}
.postbox__details-share a:hover {
  background-color: #7DC354;
  color: #ffffff;
}
@media (max-width: 767px) {
  .postbox__details-tag {
    margin-bottom: 20px;
  }
}
.postbox__details-tag span {
  font-size: 22px;
  
  color: #1e3737;
  margin-left: 25px;
}
@media (max-width: 767px) {
  .postbox__details-tag span {
    font-size: 16px;
  }
}
.postbox__read-more .postbox-btn {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #132047;
}
.postbox__read-more .postbox-btn span {
  margin-right: 5px;
}
.postbox__read-more .postbox-btn span::before {
  position: absolute;
  content: "";
  top: 1px;
  left: -10px;
  border: 1px solid #E8F2F9;
  height: 28px;
  width: 28px;
  display: inline-block;
  border-radius: 50%;
}
.postbox__text img {
  max-width: 100%;
}
.postbox__text p {
  font-weight: 400;
  margin-bottom: 28px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox__text p {
    font-size: 14px;
  }
  .postbox__text p br {
    display: none;
  }
}
.postbox__text-single p {
  margin-bottom: 15px;
}
.postbox__slider button {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 30px;
  color: #ffffff;
}
.postbox__slider button.postbox-slider-button-next {
  right: auto;
  left: 50px;
}
@media (max-width: 767px) {
  .postbox__slider button.postbox-slider-button-next {
    left: 10px;
  }
}
@media (max-width: 767px) {
  .postbox__slider button {
    right: 10px;
  }
}
.postbox__comment ul li {
  margin-bottom: 10px;
  list-style: none;
  border-bottom: 1px solid #e9ebea;
}
.postbox__comment ul li.children {
  margin-right: 95px;
}
@media (max-width: 767px) {
  .postbox__comment ul li.children {
    margin-right: 15px;
  }
}
.postbox__comment-form-title {
  font-size: 36px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__comment-form-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .postbox__comment-form-title {
    font-size: 25px;
  }
}
.postbox__comment-input {
  position: relative;
  margin-bottom: 30px;
}
.postbox__comment-input span {
  font-size: 14px;
  margin-bottom: 12px;
  display: block;
}
.postbox__comment-input input {
  height: 55px;
  width: 100%;
  font-size: 14px;
  color: #000000;
  outline: none;
  background: #f6f6f6;
  transition: 0.4s;
  border: 1px solid transparent;
  text-transform: capitalize;
}
.postbox__comment-input textarea {
  height: 55px;
  width: 100%;
  font-size: 14px;
  color: #000000;
  outline: none;
  background: #f6f6f6;
  transition: 0.4s;
  border: 1px solid transparent;
  text-transform: capitalize;
}
.postbox__comment-input input:focus {
  border: 1px solid #7DC354;
}
.postbox__comment-input textarea:focus {
  border: 1px solid #7DC354;
}
.postbox__comment-input textarea {
  height: 175px;
  resize: none;
  padding: 30px;
  padding-top: 26px;
}
.postbox__comment-title {
  font-size: 36px;
  color: #1e3737;
  
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__comment-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .postbox__comment-title {
    font-size: 25px;
  }
}
.postbox__comment-box {
  padding: 30px 0;
}
.postbox__comment-avater {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .postbox__comment-avater {
    padding-bottom: 30px;
  }
}
.postbox__comment-name {
  margin-bottom: 5px;
}
.postbox__comment-name h5 {
  
  font-size: 20px;
  line-height: 1;
  color: #1e3737;
  margin-bottom: 0;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .postbox__comment-text {
    margin-right: 0;
    margin-top: 15px;
  }
}
.postbox__comment-text p {
  font-size: 16px;
  margin-bottom: 15px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__comment-text p {
    font-size: 15px;
  }
  .postbox__comment-text p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox__comment-text p {
    font-size: 14px;
  }
  .postbox__comment-text p br {
    display: none;
  }
}
.postbox__comment-reply {
  position: absolute;
  bottom: 0;
  right: 0;
}
.postbox__comment-reply a {
  color: #7DC354;
  font-size: 14px;
  
}
.postbox__comment-reply a i {
  padding-left: 15px;
  transform: translateY(2px) rotateY(159deg);
  display: inline-block;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .postbox__comment-btn {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .postbox__comment-btn button {
    margin-bottom: 30px;
  }
}
.postbox__comment-agree {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .postbox__comment-agree {
    padding-right: 0;
  }
}
.postbox__comment-agree .form-check-label {
  
  font-size: 12px;
  color: #000;
}
.postbox__comment-agree input {
  height: 13px;
  width: 13px;
  transform: translateY(1px);
}
.postbox__comment-agree .form-check-input:checked {
  background-color: #7DC354;
  border-color: transparent;
}
.postbox__comment-agree .form-check-input:focus {
  box-shadow: none;
}
.postbox__comment-agree .form-check-input.form-check-input[type=checkbox] {
  border-radius: 2px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .postbox__comment-agree-2 {
    padding-left: 0;
  }
}
.postbox__comment-agree-2 .form-check-label {
  font-size: 12px;
  color: #1e3737;
  font-weight: 500;
}
.postbox__comment-agree-2 input {
  height: 12px;
  width: 12px;
  transform: translateY(2px);
}
.postbox__comment-agree-2 .form-check-input:checked {
  background-color: #7DC354;
  border-color: transparent;
}
.postbox__comment-agree-2 .form-check-input:focus {
  box-shadow: none;
}
.postbox__comment-agree-2 .form-check-input.form-check-input[type=checkbox] {
  border-radius: 2px;
  margin-top: 4px;
}
.postbox__tag span {
  font-size: 16px;
  margin-bottom: 17px;
  color: #000000;
  margin-left: 10px;
}
.postbox__play-btn a {
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: #ffffff;
  color: #1e3737;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 50%;
  animation: pulse 2s infinite;
  font-size: 23px;
  padding-right: 4px;
}
.postbox__wrapper-2 {
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox__wrapper-2 {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
.postbox__star span {
  font-size: 14px;
  color: #1e3737;
  margin-left: 15px;
}
.postbox__star i {
  color: #7DC354;
  padding-right: 2px;
}
.postbox__star i.star-color {
  color: #ffdfd2;
}
@media (max-width: 767px) {
  .postbox__comment-info {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .postbox__slider-arrow-wrap {
    display: none;
    visibility: hidden;
  }
}
.postbox__slider-arrow-wrap button {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: #ffffff;
  color: #1e3737;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
}
.postbox__slider-arrow-wrap .postbox-arrow-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  z-index: 9;
}
.postbox__slider-arrow-wrap .postbox-arrow-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  z-index: 9;
}

.basic-pagination ul li {
  display: inline-block;
}
.basic-pagination ul li:not(:last-child) {
  margin-left: 10px;
}
.basic-pagination ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  
  transition: 0.3s;
  background: #EFF9F1;
  background-color: #f6f6f6;
  border-radius: 50%;
  color: #1e3737;
}
.basic-pagination ul li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  
  transition: 0.3s;
  background: #EFF9F1;
  background-color: #f6f6f6;
  border-radius: 50%;
  color: #1e3737;
}
@media (max-width: 767px) {
  .basic-pagination ul li a, .basic-pagination ul li span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.basic-pagination ul li a.current i, .basic-pagination ul li span.current i {
  display: inline-block;
  transform: translateY(2px);
}
.basic-pagination ul li a:hover {
  background: #1e3737;
  color: #ffffff;
}
.basic-pagination ul li a.current {
  background: #1e3737;
  color: #ffffff;
}
.basic-pagination ul li span:hover {
  background: #1e3737;
  color: #ffffff;
}
.basic-pagination ul li span.current {
  background: #1e3737;
  color: #ffffff;
}
.basic-pagination ul li a i {
  font-size: 20px;
}

.sidebar__widget {
  padding: 50px;
  background: #f6f6f6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sidebar__widget {
    padding: 50px 40px;
  }
}
.sidebar__widget-title {
  position: relative;
  display: inline-block;
  
  font-size: 22px;
  margin-bottom: 30px;
}
.sidebar__widget-title::after {
  position: absolute;
  content: "";
  right: 0px;
  height: 21px;
  width: 2px;
  top: 50%;
  background: undefined;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar__widget ul li {
  list-style: none;
  margin-bottom: 10px;
}
.sidebar__widget ul li:last-child {
  margin-bottom: 0px;
}
.sidebar__widget ul li:hover a {
  color: #1e3737;
}
.sidebar__widget ul li:hover a span {
  opacity: 1;
  visibility: visible;
}
.sidebar__widget ul li a {
  position: relative;
  
  font-size: 16px;
  display: block;
}
.sidebar__widget ul li a span {
  font-size: 20px;
  float: left;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  color: #7DC354;
}
.sidebar__about {
  padding: 37px 0 38px 0;
}
.sidebar__thumb img {
  border-radius: 50%;
  margin-bottom: 20px;
}
.sidebar__content-title {
  
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 6px;
}
.sidebar__content-designation {
  font-weight: 400;
  font-size: 14px;
  color: #727A7D;
  display: block;
  margin-bottom: 13px;
}
.sidebar__content p {
  font-size: 16px;
  color: #838383;
  margin-bottom: 27px;
}
.sidebar__content-social a {
  height: 37px;
  width: 42px;
  line-height: 37px;
  text-align: center;
  display: inline-block;
  border: 1px solid #E8E8E8;
  margin-left: 12px;
}
.sidebar__content-social a i {
  transition: 0.3s;
}
.sidebar__content-social a:hover {
  border: 1px solid #1e3737;
  background-color: #1e3737;
}
.sidebar__content-social a:hover i {
  color: #ffffff;
}
.sidebar__search {
  position: relative;
}
.sidebar__search input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  padding: 0 25px;
  padding-left: 75px;
  text-transform: capitalize;
  outline: none;
  padding-left: 70px;
}
.sidebar__search button {
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 60px;
  background-color: #f6f6f6;
  line-height: 60px;
  color: undefined;
}
.sidebar__banner::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.sidebar__banner-content {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background: #ffffff;
}
.sidebar__banner-content h4 {
  padding: 15px 20px;
  font-size: 24px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 0;
}
.sidebar__widget-theme-bg {
  background-color: #7DC354;
}

.tagcloud a {
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
  padding: 12px 20px;
  margin-left: 5px;
  box-shadow: 1px 1.732px 10px 0px rgba(23, 19, 4, 0.04);
  background-color: #ffffff;
  border: 1px solid #F6F3EE;
  margin-bottom: 14px;
  display: inline-block;
  color: #1e3737;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tagcloud a {
    padding: 6px 12px;
  }
}
.tagcloud a:hover {
  color: #ffffff;
  background-color: #7DC354;
}

.rc__post {
  margin-bottom: 20px;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rc__post {
    flex-wrap: wrap;
  }
}
.rc__post ul li:not(:last-child) {
  margin-bottom: 15px;
}
.rc__post-title {
  
  font-size: 16px;
  color: #1e3737;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rc__post-title {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rc__post-title {
    font-size: 14px;
  }
  .rc__post-title br {
    display: none;
  }
}
.rc__post-title a:hover {
  color: #7DC354;
}
.rc__meta span {
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin-bottom: 7px;
}
.rc__meta span i {
  transform: translateY(4px);
  display: inline-block;
  color: #7DC354;
  margin-left: 5px;
  font-size: 15px;
}
.rc__post-thumb {
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rc__post-thumb {
    margin-bottom: 20px;
  }
}

/*----------------------------------------*/
/*  11. faq css start
/*----------------------------------------*/
.tp-faq-2__section-title {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .tp-faq-2__section-title {
    padding-bottom: 25px;
  }
}
.tp-faq-2__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 796px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-faq-2__bg {
    width: 675px;
    background-position: left;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-faq-2__bg {
    width: 594px;
    background-position: left;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-faq-2__bg {
    width: 550px;
    background-position: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-faq-2__bg {
    width: 460px;
    background-position: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-faq-2__bg {
    position: static;
    height: 680px;
    width: 100%;
    background-position: top;
    margin-bottom: 50px;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .tp-faq-2__bg {
    position: static;
    height: 330px;
    width: 100%;
    background-position: top;
    margin-bottom: 50px;
    background-size: cover;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-faq-2__bg {
    position: static;
    height: 630px;
    width: 100%;
    background-position: top;
    margin-bottom: 50px;
    background-size: cover;
  }
}
@media only screen and (min-width: 440px) and (max-width: 575px) {
  .tp-faq-2__bg {
    height: 380px;
  }
}
.tp-faq-2__bg::after {
  position: absolute;
  content: "";
  right: -10px;
  top: 100px;
  width: 10px;
  height: 360px;
  background-color: #7DC354;
  animation: tpupdown 0.8s infinite alternate;
}
.tp-faq-2__space {
  padding-top: 115px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .tp-faq-2__space {
    padding: 70px 0;
  }
}
.tp-faq-2__bg-text {
  position: absolute;
  right: -80px;
  bottom: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-faq-2__bg-text {
    right: 0px;
    bottom: 0px;
  }
}
.tp-faq-2__bg-text::after {
  content: "";
  position: absolute;
  bottom: -39px;
  right: 0;
  height: 40px;
  width: 80px;
  background-color: #172d2d;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.tp-faq-2__bg-text span {
  font-size: 24px;
  
  color: #ffffff;
  display: inline-block;
  padding: 36px 65px;
  background-color: #1e3737;
  line-height: 34px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-faq-2__bg-text span {
    font-size: 21px;
    padding: 25px 80px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-faq-2__bg-text span {
    font-size: 19px;
    padding: 18px 30px;
    line-height: 34px;
  }
}
.tp-faq-2__bg-text span b {
  
  color: #7DC354;
}
.tp-faq-2__bg-icon {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}
.tp-faq-2__bg-icon a {
  font-size: 25px;
  color: #ffffff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #7DC354;
  display: inline-block;
  text-align: center;
  position: relative;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-faq-2__bg-icon a {
    font-size: 18px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.tp-faq-2__bg-icon a::before {
  position: absolute;
  content: "";
  right: 50%;
  top: 50%;
  width: 70%;
  height: 70%;
background-color: rgba(24, 154, 85, 0.14);
  animation: borderanimate2 2s linear infinite;
  z-index: -1;
}
.tp-faq-2__bg-icon a::after {
  position: absolute;
  content: "";
  right: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  transform: scale(1.5);
  border: 1px solid #7DC354;
  animation: borderanimate2 2s linear infinite;
}
.tp-faq-2__bg-icon a i {
  padding-right: 4px;
}
.tp-faq-2__shape {
  position: absolute;
  bottom: -20px;
  right: 0;
  z-index: -1;
}

/*----------------------------------------*/
/*  21. testimonial css start
/*----------------------------------------*/
.tp-testimonial__bg {
  padding: 115px 0;
  padding-right: 375px;
  padding-left: 205px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-testimonial__bg {
    padding-right: 137px;
    padding-left: 135px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-testimonial__bg {
    padding-right: 115px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial__bg {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial__bg {
    padding-right: 45px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial__bg {
    padding-right: 35px;
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial__bg {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.tp-testimonial__wrapper {
  margin-right: -90px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-testimonial__wrapper {
    margin-right: -80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial__wrapper {
    margin-right: -40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial__wrapper {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .tp-testimonial__left-side {
    padding-bottom: 50px;
  }
}
.tp-testimonial__left-text p {
  line-height: 30px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-testimonial__left-text p {
    padding-left: 170px;
  }
  .tp-testimonial__left-text p br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial__left-text p {
    font-size: 14px;
    padding-left: 135px;
  }
  .tp-testimonial__left-text p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial__left-text p {
    font-size: 14px;
    padding-left: 80px;
  }
  .tp-testimonial__left-text p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-testimonial__left-text p {
    font-size: 14px;
    padding-left: 0px;
  }
  .tp-testimonial__left-text p br {
    display: none;
  }
}
.tp-testimonial__text p {
  line-height: 30px;
  margin-bottom: 0;
  transition: 0.3s;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial__text p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial__text p {
    font-size: 14px;
  }
}
.tp-testimonial__item-box {
  margin-top: 36px;
}
.tp-testimonial__thumb {
  position: absolute;
  top: -29px;
  right: 46px;
  display: inline-block;
  z-index: 3;
}
.tp-testimonial__thumb img {
  position: relative;
  z-index: 11;
}
.tp-testimonial__thumb::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 50%;
  height: 118%;
  width: 118%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: 2;
}
.tp-testimonial__thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  height: 125%;
  width: 125%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #7DC354;
  z-index: 1;
}
.tp-testimonial__item {
  position: relative;
  box-shadow: 2px 3.464px 40px 0px rgba(14, 5, 1, 0.04);
}
.tp-testimonial__item::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  height: 50px;
  width: 40px;
  background-color: #ffffff;
  clip-path: polygon(100% 100%, 0 0, 100% 0);
  transition: 0.3s;
}
.tp-testimonial__content {
  background-color: #ffffff;
  padding: 70px 40px 30px 40px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-testimonial__content {
    padding: 70px 38px 30px 38px;
  }
}
.tp-testimonial__content::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 18px;
  height: 160px;
  width: 10px;
  background-color: rgba(7, 132, 128, 0.078);
  transform: rotate(-30deg);
  transition: 0.3s;
}
.tp-testimonial__star {
  padding-bottom: 15px;
}
.tp-testimonial__star i {
  color: #7DC354;
  padding-left: 1px;
}
.tp-testimonial__quote {
  position: absolute;
  left: 20px;
  top: 20px;
}
.tp-testimonial__quote span {
  display: inline-block;
  font-size: 27px;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  line-height: 43px;
  text-align: center;
  background-color: #ffffff;
  color: #1e3737;
}
.tp-testimonial__author-info {
  padding-right: 40px;
  padding-top: 22px;
}
.tp-testimonial__author-info span {
  font-size: 14px;
  font-weight: 400;
}
.tp-testimonial__author-name {
  margin-bottom: 0;
  font-size: 20px;
  
  padding-bottom: 5px;
}

.tp-testimonial-2__space {
  padding-top: 115px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-2__space {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-2__left-side {
    padding-bottom: 60px;
  }
}
.tp-testimonial-2__left-text p {
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-2__left-text p {
    font-size: 14px;
    padding-left: 30px;
  }
  .tp-testimonial-2__left-text p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-2__left-text p {
    font-size: 14px;
    padding-left: 30px;
    padding-bottom: 10px;
  }
  .tp-testimonial-2__left-text p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-2__left-text p {
    font-size: 13px;
    padding-left: 0;
  }
  .tp-testimonial-2__left-text p br {
    display: none;
  }
}
.tp-testimonial-2__item {
  background-color: #ffffff;
  padding: 30px 40px;
  padding-top: 35px;
  position: relative;
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .tp-testimonial-2__item {
    padding: 30px 33px;
  }
}
.tp-testimonial-2__item::after {
  content: "";
  bottom: -55px;
  right: 120px;
  height: 55px;
  width: 50px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  background-color: #ffffff;
  position: absolute;
}
.tp-testimonial-2__icon span {
  font-size: 50px;
  color: #7DC354;
  line-height: 0;
}
.tp-testimonial-2__star i {
  font-size: 15px;
  padding: 0 2px;
  color: #7DC354;
}
.tp-testimonial-2__text p {
  margin-bottom: 0;
  line-height: 30px;
}
@media (max-width: 767px) {
  .tp-testimonial-2__text p {
    font-size: 13px;
  }
}
.tp-testimonial-2__author-name {
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.tp-testimonial-2__author-info span {
  font-size: 14px;
}
.tp-testimonial-2__section-arrow {
  position: absolute;
  left: 0;
  bottom: 2.2%;
  z-index: 2;
}
@media (max-width: 767px) {
  .tp-testimonial-2__section-arrow {
    bottom: -17.8%;
    right: 50%;
    transform: translateX(-50%);
  }
}
.tp-testimonial-2__section-arrow button {
  box-shadow: 3px 5.196px 18px 0px rgba(10, 9, 9, 0.06);
  height: 60px;
  width: 60px;
  background-color: #ffffff;
  color: #1e3737;
  border-radius: 50%;
  margin: 0 7px;
  font-size: 22px;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tp-testimonial-2__section-arrow button i {
  font-weight: 400;
}
@media (max-width: 767px) {
  .tp-testimonial-2__section-arrow button {
    height: 50px;
    width: 50px;
    font-size: 15px;
  }
}
.tp-testimonial-2__section-arrow button:hover {
  background-color: #1e3737;
  color: #ffffff;
}
.tp-testimonial-2__item-shape {
  position: absolute;
  top: 0;
  left: 0;
}
.tp-testimonial-2__shape {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: -1;
}

.tp-testimonial-2__section-title .tp-section-title br {
  display: none;
}

.tp-testimonial-3__item {
  padding: 40px;
  box-shadow: 2px 3.464px 40px 0px rgba(14, 5, 1, 0.04);
}
.tp-testimonial-3__top {
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-3__top {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-3__top {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-3__top-thumb {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-3__top-thumb {
    flex: 0 0 auto;
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-3__top-thumb {
    flex: 0 0 auto;
    margin-left: 30px;
    margin-bottom: 20px;
  }
}
.tp-testimonial-3__bottom {
  padding-top: 40px;
  border-top: 1px solid #f2f3f3;
}
@media (max-width: 767px) {
  .tp-testimonial-3__bottom {
    padding-top: 20px;
  }
}
.tp-testimonial-3__top-text p {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-3__top-text p {
    font-size: 14px;
  }
  .tp-testimonial-3__top-text p br {
    display: none;
  }
}
.tp-testimonial-3__author-name {
  font-size: 20px;
}
@media (max-width: 767px) {
  .tp-testimonial-3__author-name {
    font-size: 17px;
  }
}
.tp-testimonial-3__author-info span {
  font-size: 14px;
}

.tp-testimonial-slider-dots {
  text-align: center;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.tp-testimonial-slider-dots .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background-color: #1e3737;
  opacity: 1;
  margin: 0 5px;
  transition: 0.3s;
  position: relative;
}
.tp-testimonial-slider-dots .swiper-pagination-bullet::after {
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px solid #7DC354;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(2);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.tp-testimonial-slider-dots .swiper-pagination-bullet-active {
  background-color: #7DC354;
}
.tp-testimonial-slider-dots .swiper-pagination-bullet-active.swiper-pagination-bullet::after {
  opacity: 1;
  visibility: visible;
}

.tp-testimonial-3__active {
  padding: 20px;
  margin: -20px;
}

.tp-testimonial__active .owl-item.active .tp-testimonial__content {
  background-color: #1e3737;
}
.tp-testimonial__active .owl-item.active .tp-testimonial__content::before {
  background-color: #7DC354;
}
.tp-testimonial__active .owl-item.active .tp-testimonial__item::after {
  background-color: #1e3737;
}
.tp-testimonial__active .owl-item.active .tp-testimonial__text p {
  color: #ffffff;
}

/*----------------------------------------*/
/*  09. error css start
/*----------------------------------------*/
.tp-error__thumb {
  padding-bottom: 50px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-error__thumb img {
    max-width: 50%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-error__thumb img {
    max-width: 40%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-error__thumb img {
    max-width: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-error__thumb img {
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-error__thumb img {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .tp-error__thumb img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-error__thumb img {
    max-width: 80%;
  }
}
.tp-error__title {
  font-size: 50px;
  
  padding-bottom: 45px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-error__title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-error__title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-error__title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-error__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .tp-error__title {
    font-size: 30px;
  }
}
.tp-error__form-box {
  width: 630px;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-error__form-box {
    width: 530px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-error__form-box {
    width: 430px;
  }
}
@media (max-width: 767px) {
  .tp-error__form-box {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-error__form-box {
    width: 530px;
  }
}
.tp-error__form-box form input {
  background-color: rgb(242, 247, 247);
  padding: 18px 50px;
  padding-left: 100px;
  font-size: 16px;
  transition: 0.3s;
  border: 1px solid transparent;
}
.tp-error__form-box form input:focus {
  border: 1px solid #7DC354;
}
.tp-error__search-box {
  position: absolute;
  left: 37px;
  top: 52%;
  transform: translateY(-50%);
  font-size: 17px;
  color: #1e3737;
}
.tp-error__btn {
  line-height: 0;
}

/*----------------------------------------*/
/*  06. contact css start
/*----------------------------------------*/
.tp-contact-form__space {
  padding-top: 120px;
  padding-bottom: 130px;
}
.tp-contact-form__subtitle {
  color: #7DC354;
  
  display: inline-block;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-form__left-box {
    padding-bottom: 50px;
  }
}
.tp-contact-form__left-box p {
  margin-bottom: 0;
  padding-bottom: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-form__left-box p {
    font-size: 14px;
  }
  .tp-contact-form__left-box p br {
    display: none;
  }
}
.tp-contact-form__social-box a {
  font-size: 17px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  width: 40px;
  color: #1e3737;
  border-radius: 50%;
  border: 1px solid #e6e9e9;
  display: inline-block;
  transition: all 500ms ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.tp-contact-form__social-box a:not(:last-child) {
  margin-left: 10px;
}
.tp-contact-form__social-box a::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background-color: #7DC354;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  transition-property: all;
  opacity: 1;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}
.tp-contact-form__social-box a:hover {
  color: #ffffff;
  border: 1px solid transparent;
}
.tp-contact-form__social-box a:hover::after {
  opacity: 1;
  transform: scaleY(1);
}
.tp-contact-form__form-box {
  background-color: #f6f6f6;
  padding: 60px 50px;
}
@media (max-width: 767px) {
  .tp-contact-form__form-box {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact-form__form-box {
    padding: 50px 25px;
  }
}
.tp-contact-form__input-box input {
  color: #000000;
  border: 1px solid transparent;
  transition: 0.3s;
}
.tp-contact-form__input-box input:focus {
  border: 1px solid #7DC354;
}
.tp-contact-form__textarea-box textarea {
  height: 150px;
  resize: none;
  border: none;
  padding: 30px;
  padding-top: 25px;
  font-size: 14px;
  width: 100%;
  color: #000000;
  transition: 0.3s;
  border: 1px solid transparent;
}
.tp-contact-form__textarea-box textarea:focus {
  border: 1px solid #7DC354;
}
.tp-contact-form__button {
  line-height: 0;
}

.tp-contact__bg {
  background-color: #7DC354;
  padding: 50px 55px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact__bg {
    padding: 50px 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact__bg {
    padding: 50px 25px;
    padding-bottom: 20px;
  }
}
.tp-contact__item {
  margin-bottom: 30px;
}
.tp-contact__item:hover .tp-contact__icon span {
  background-color: #7DC354;
  color: #ffffff;
}
.tp-contact__icon span {
  margin-left: 25px;
  font-size: 40px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  line-height: 91px;
  text-align: center;
  display: inline-block;
  background-color: #ffffff;
  color: #1e3737;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact__icon span {
    font-size: 34px;
    height: 70px;
    width: 70px;
    line-height: 81px;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .tp-contact__icon span {
    font-size: 20px;
    height: 50px;
    width: 50px;
    line-height: 55px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact__icon span {
    font-size: 30px;
    height: 70px;
    width: 70px;
    line-height: 81px;
    margin-left: 30px;
  }
}
.tp-contact__text a {
  color: #ffffff;
  display: block;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact__text a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact__text a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tp-contact__text a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact__text a {
    font-size: 15px;
  }
}
.tp-contact__text a:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact__wrapper {
    flex-wrap: wrap;
  }
}

.tp-location__info-box {
  line-height: 0;
}
.tp-location__info-box iframe {
  width: 100%;
}

/*----------------------------------------*/
/*  18. shop css start
/*----------------------------------------*/
.tp-product__title-sm h4 {
  font-size: 22px;
  
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-product__title-sm h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tp-product__title-sm h4 {
    font-size: 20px;
  }
}
.tp-product__item {
  background-color: undefined;
}
.tp-product__item:hover .tp-product__icon {
  opacity: 1;
  visibility: visible;
  bottom: 40%;
}
.tp-product__thumb {
  position: relative;
}
.tp-product__thumb img {
  width: 100%;
}
.tp-product__icon {
  position: absolute;
  bottom: 20%;
  right: 0;
  left: 0;
  padding: 0px 10px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.tp-product__icon a {
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  color: #1e3737;
  margin: 0px 5px;
  transition: 0.3s;
  font-size: 16px;
}
.tp-product__icon a:hover {
  background-color: #7DC354;
  color: #ffffff;
}
.tp-product__thumb-text {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: #7DC354;
  padding: 3px 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-product__thumb-text {
    padding: 6px 17px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-product__thumb-text {
    padding: 6px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-product__thumb-text {
    padding: 6px 13px;
  }
}
@media (max-width: 767px) {
  .tp-product__thumb-text {
    padding: 6px 15px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 575px) {
  .tp-product__thumb-text {
    padding: 6px 15px;
  }
}
.tp-product__thumb-text span {
  
  font-size: 14px;
  color: #ffffff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-product__thumb-text span {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-product__thumb-text span {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-product__thumb-text span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 575px) {
  .tp-product__thumb-text span {
    font-size: 15px;
  }
}
.tp-product__content {
  padding: 30px;
  padding-top: 20px;
  border: 1px solid #edefef;
  border-top: none;
  text-align: start;
}
.tp-product__content-text span {
  font-size: 14px;
  
  display: inline-block;
  color: #7DC354;
  padding-left: 15px;
}
.tp-product__content-text s {
  font-size: 14px;
  
}
.tp-product__content-text h4 {
  font-size: 18px;
  transition: 0.3s;
}
.tp-product__content-text h4:hover {
  color: #7DC354;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-product__content-text h4 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-product__content-text h4 {
    font-size: 16px;
  }
}
.tp-product__star {
  color: #7DC354;
}
.tp-product__text span {
  
}
.tp-product__filter .nice-select {
  position: relative;
  background: #ffffff;
  border-radius: 0;
  padding: 0px 30px;
  padding-left: 80px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e6e9e9;
  font-size: 14px;
  color: #1e3737;
}
.tp-product__filter .nice-select.open::after {
  transform: translateY(-45%) rotate(-180deg);
}
.tp-product__filter .nice-select .option.selected {
  font-weight: 400;
  color: #000000;
}
.tp-product__filter .nice-select::after {
  border: none;
  background-color: transparent;
  transform: translateY(-50%);
  margin-top: 0;
  left: 30px;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  transform-origin: center;
  color: #77829D;
  height: auto;
  width: auto;
  font-size: 20px;
  font-weight: 400;
}
.tp-product__filter .nice-select ul {
  padding: 25px;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 0;
}
.tp-product__filter .nice-select ul li {
  color: #77829D;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
}
.tp-product__filter .nice-select ul li:last-child {
  margin-bottom: 0;
}
.tp-product__filter .nice-select .option {
  line-height: 1;
  min-height: 0;
}
.tp-product__filter .nice-select.open ul {
  opacity: 1;
  visibility: visible;
}
.tp-product__input {
  position: relative;
}
.tp-product__input input {
  padding: 0px 30px;
  padding-left: 80px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  transition: 0.3s;
  border: 1px solid #e6e9e9;
}
.tp-product__input input:focus {
  border: 1px solid #7DC354;
}
.tp-product__search {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.tp-shop-details__right-warp {
  padding-right: 65px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-shop-details__right-warp {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shop-details__right-warp {
    padding-right: 0;
  }
}
.tp-shop-details__wrapper {
  margin-bottom: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-shop-details__wrapper {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shop-details__wrapper {
    margin-bottom: 70px;
  }
}
.tp-shop-details__tab-big-img img {
  background-color: #F7F7F7;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-shop-details__tab-big-img img {
    width: 100%;
  }
}
.tp-shop-details__tab-btn-box button {
  display: inline-block;
  margin-left: 10px;
  border: 1px solid transparent;
}
.tp-shop-details__tab-btn-box button:last-child {
  margin-left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shop-details__tab-btn-box button {
    width: 30%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shop-details__tab-btn-box button img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tp-shop-details__tab-btn-box button {
    margin-bottom: 20px;
  }
}
.tp-shop-details__ratting {
  margin-bottom: 35px;
}
.tp-shop-details__ratting span {
  color: #1e3737;
}
.tp-shop-details__ratting span svg {
  color: #7DC354;
}
.tp-shop-details__ratting span.review-text {
  padding-right: 10px;
}
.tp-shop-details__price span {
  color: #000000;
  font-size: 24px;
  
}
.tp-shop-details__social span {
  
  font-size: 18px;
  color: #1e3737;
  display: inline-block;
  padding-left: 30px;
}
.tp-shop-details__social a {
  font-size: 16px;
  margin-left: 15px;
  color: #1e3737;
  transition: 0.3s;
}
.tp-shop-details__social a:hover {
  color: #7DC354;
}
.tp-shop-details__btn {
  padding-bottom: 35px;
}

.tp-shop-details__tab-btn-box {
  margin-top: -50px;
  z-index: 99;
  position: relative;
}
@media (max-width: 767px) {
  .tp-shop-details__quantity-wrap {
    flex-wrap: wrap;
  }
}
.tp-shop-details__quantity {
  border: 1px solid #e6e9e9;
  border-left: 0;
  width: 70px;
  height: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .tp-shop-details__quantity {
    margin-bottom: 20px;
  }
}
.tp-shop-details__quantity input {
  border: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #1e3737;
  
  font-size: 16px;
  padding: 0 10px;
  color: #1e3737;
}
.tp-shop-details__quantity .tp-cart-minus {
  position: absolute;
  top: -1px;
  left: -29px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #1e3737;
  border: 1px solid #e6e9e9;
  border-bottom: none;
  
  font-size: 12px;
  color: #1e3737;
}
.tp-shop-details__quantity .tp-cart-minus:hover {
  cursor: pointer;
}
.tp-shop-details__quantity .tp-cart-plus {
  position: absolute;
  bottom: -1px;
  left: -29px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #1e3737;
  
  font-size: 12px;
  color: #1e3737;
  border: 1px solid #e6e9e9;
}
.tp-shop-details__quantity .tp-cart-plus:hover {
  cursor: pointer;
}
.tp-shop-details__btn {
  line-height: 0;
}
@media (max-width: 767px) {
  .tp-shop-details__btn a {
    margin-bottom: 30px;
  }
  .tp-shop-details__btn a:last-child {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-shop-details__btn a {
    margin-bottom: 0;
  }
}
.tp-shop-details__quantity-box {
  padding-bottom: 55px;
}
.tp-shop-details__quantity-box span {
  margin-left: 20px;
  color: #1e3737;
  font-size: 18x;
  
}
.tp-shop-details__title-sm {
  
  font-size: 40px;
  color: #060728;
  padding-bottom: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-shop-details__title-sm {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-shop-details__title-sm {
    font-size: 29px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-shop-details__title-sm {
    font-size: 29px;
  }
  .tp-shop-details__title-sm br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-shop-details__title-sm {
    font-size: 30px;
  }
  .tp-shop-details__title-sm br {
    display: none;
  }
}
.tp-shop-details__text {
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shop-details__text p {
    font-size: 15px;
  }
  .tp-shop-details__text p br {
    display: none;
  }
}
.tp-shop-details__price {
  margin-bottom: 10px;
}
.tp-shop-details__price span {
  
  font-size: 22px;
  margin-left: 30px;
}
.tp-shop-details__price span.text-theme {
  color: #7DC354;
}
.tp-shop-details__price span:hover {
  cursor: pointer;
}
.tp-shop-details__product-info {
  margin-bottom: 45px;
}
.tp-shop-details__product-info ul li {
  
  font-size: 16px;
  color: #1e3737;
  margin-bottom: 20px;
  list-style-type: none;
  padding-right: 30px;
  position: relative;
}
.tp-shop-details__product-info ul li i {
  position: absolute;
  top: 3px;
  right: 0;
  color: #7DC354;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-shop-details__product-info ul li {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tp-shop-details__product-info ul li {
    font-size: 15px;
  }
}
.tp-shop-details__product-info ul li:last-child {
  margin-bottom: 0;
}
.tp-shop-details__product-info ul li span {
  color: #000000;
}
.tp-shop-details__text-box {
  background-color: #f6f6f6;
  padding: 60px;
  padding-bottom: 50px;
  margin-bottom: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-shop-details__text-box {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .tp-shop-details__text-box {
    margin-top: 80px;
    padding: 50px 20px;
  }
}
.tp-shop-details__text-box p {
  margin-bottom: 0;
  padding-bottom: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-shop-details__text-box p {
    font-size: 15px;
  }
  .tp-shop-details__text-box p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-shop-details__text-box p {
    font-size: 14px;
  }
  .tp-shop-details__text-box p br {
    display: none;
  }
}
.tp-shop-details__title {
  font-size: 36px;
  
  color: #1e3737;
  margin-bottom: 0;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-shop-details__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .tp-shop-details__title {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shop-details__quantity-wrap {
    margin-bottom: 30px;
  }
}

.basic-pagination-2 ul li {
  display: inline-block;
}
.basic-pagination-2 ul li:not(:last-child) {
  margin-left: 8px;
}
.basic-pagination-2 ul li a {
  display: inline-block;
  padding: 0 14px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 12px;
  transition: 0.3s;
  border: 1px solid #e6e9e9;
  color: #1e3737;
}
.basic-pagination-2 ul li span {
  display: inline-block;
  padding: 0 14px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 12px;
  transition: 0.3s;
  border: 1px solid #e6e9e9;
  color: #1e3737;
}
.basic-pagination-2 ul li a.current i, .basic-pagination-2 ul li span.current i {
  display: inline-block;
  transform: translateY(2px);
}
.basic-pagination-2 ul li a:hover {
  background: #7DC354;
  color: #ffffff;
}
.basic-pagination-2 ul li a.current {
  background: #7DC354;
  color: #ffffff;
}
.basic-pagination-2 ul li span:hover {
  background: #7DC354;
  color: #ffffff;
}
.basic-pagination-2 ul li span.current {
  background: #7DC354;
  color: #ffffff;
}
.basic-pagination-2 ul li a i {
  font-size: 20px;
}

/*----------------------------------------*/
/*  23. cart css start
/*----------------------------------------*/
/* 16. Cart */
.table-content .table > :not(:first-child) {
  border-top: 0;
}
.table-content table {
  background: #ffffff;
  border-color: #eaedff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.table-content .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #eaedff;
}

.table-content .product-quantity {
  float: none;
}

.table-content table td.product-name {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.table-content table td.product-name a:hover {
  color: #1e3737;
}

.table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 16px;
}

.table-content table th, .table-content table td {
  border-bottom: 1px solid rgba(6, 7, 40, 0.1);
  border-left: 1px solid rgba(6, 7, 40, 0.1);
}

.product-quantity input {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  height: 64px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 100%;
}

.coupon input {
  height: 58px;
  line-height: 58px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: 1px solid #E0E2E3;
  margin-left: 10px;
}

.tp-quantity {
  width: 200px;
  margin: 0 auto;
}
.tp-quantity .cart-minus {
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.tp-quantity .cart-plus {
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.table td, .table th {
  border-top: 1px solid #eaedff;
}

.product-thumbnail {
  
  font-size: 20px;
  color: #060728;
  
}

.cart-product-name {
  
  font-size: 20px;
  color: #060728;
  
}

.product-price {
  
  font-size: 20px;
  color: #060728;
  
}

.product-quantity {
  
  font-size: 20px;
  color: #060728;
  
}

.product-subtotal {
  
  font-size: 20px;
  color: #060728;

}

.product-remove {
  
  font-size: 20px;
  color: #060728;

}

.product-quantity > input {
  width: 80px;
  text-align: center;
}

.table-content table td .cart-plus-minus {
  float: none;
  margin: 0 auto;
}

.coupon-all {
  margin-top: 50px;
}

.coupon {
  float: right;
}

@media (max-width: 767px) {
  .coupon {
    float: none;
  }
}
#coupon_code {
  background-color: #1e3737;
  color: #ffffff;
  margin-left: 10px;
  width: inherit;
  height: 67px;
  line-height: 67px;
  padding: 0 25px;
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #coupon_code {
    height: 54px;
  }
}
@media (max-width: 767px) {
  #coupon_code {
    padding: 0px 15px;
  }
}

@media (max-width: 767px) {
  #coupon_code {
    margin-bottom: 15px;
  }
}
.coupon2 {
  float: left;
}

.checkout-link .tp-btn:hover {
  background-color: #7DC354;
}
.checkout-link .tp-btn-dark-lg:hover {
  background-color: #1e3737;
}

@media (max-width: 767px) {
  .coupon2 {
    float: none;
    margin-top: 15px;
  }
}
.cart-page-total {
  padding: 35px;
  margin-top: 100px;
  background: #f6f6f6;
}

.cart-page-total > h2 {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.cart-page-total > ul {
  border: 1px solid rgba(6, 7, 40, 0.1);
}

.cart-page-total > ul > li {
  list-style: none;
  padding: 21px 30px;
  border-bottom: 1px solid rgba(6, 7, 40, 0.1);
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #696A7E;
}

.cart-page-total ul > li > span {
  float: left;
}

.cart-page-total li:last-child {
  border-bottom: 0;
}

td.product-thumbnail img {
  width: 125px;
}

/* 17. Checkout */
.coupon-accordion h3 {
  background-color: #f7f7f7;
  border-top: 3px solid #1e3737;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 25px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}

.coupon-accordion h3::before {
  content: "\f07b";
  right: 15px;
  top: 13px;
  position: absolute;
  color: #1e3737;
  font-family: "Font Awesome 5 Pro";
  
}

.coupon-accordion span {
  color: #6f7172;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
}

.coupon-accordion span:hover {
  color: #000000;
}

p.lost-password a:hover {
  color: #000000;
}

.coupon-content {
  border: 1px solid #eaedff;
  display: none;
  margin-bottom: 20px;
  padding: 30px;
}

.coupon-info p.coupon-text {
  margin-bottom: 15px;
}

.coupon-info p {
  margin-bottom: 0;
}

.coupon-info p.form-row-first label, .coupon-info p.form-row-last label {
  display: block;
  color: #6f7172;
}

.coupon-info p.form-row-first label span.required {
  color: #1e3737;
  
}

.coupon-info p.form-row-last label span.required {
  color: #1e3737;
  
}

.coupon-info p.form-row-first input, .coupon-info p.form-row-last input {
  border: 1px solid #eaedff;
  height: 45px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 100%;
  outline: none;
}
.coupon-info p.form-row-first input:focus {
  border-color: #000000;
}
.coupon-info p.form-row-last input:focus {
  border-color: #000000;
}

.coupon-info p.form-row input[type=submit]:hover, p.checkout-coupon input[type=submit]:hover {
  background: #3e976c none repeat scroll 0 0;
}

.coupon-info p.form-row input[type=checkbox] {
  position: relative;
  top: -1px;
}

.form-row > label {
  margin-top: 15px;
  margin-right: 15px;
  color: #6f7172;
}

.buttons-cart input, .coupon input[type=submit], .buttons-cart a, .coupon-info p.form-row input[type=submit] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 12px;
  
  height: 40px;
  line-height: 40px;
  margin-left: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

p.lost-password {
  margin-top: 15px;
}

p.lost-password a {
  color: #6f6f6f;
}

p.checkout-coupon input[type=text] {
  height: 45px;
  padding: 0 15px;
  width: 100%;
  border: 1px solid #eaedff;
  margin-bottom: 15px;
  outline: none;
}
p.checkout-coupon input[type=text]:focus {
  border-color: #000000;
}

.coupon-checkout-content {
  display: none;
}

.checkbox-form h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 26px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.country-select {
  margin-bottom: 30px;
  position: relative;
}

.country-select select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #eaedff;
  padding: 0 10px;
  height: 50px;
}

.country-select label, .checkout-form-list label {
  color: #6f7172;
  display: block;
  margin: 0 0 5px;
}

.country-select label span.required {
  color: #1e3737;
}

.checkout-form-list label span.required {
  color: #1e3737;
}

.country-select .nice-select {
  border: 1px solid #eaedff;
  height: 45px;
  padding-right: 10px;
  width: 100%;
  color: #6f7172;
  margin-bottom: 20px;
}

.country-select .nice-select .list {
  width: 100%;
}

.checkout-form-list {
  margin-bottom: 30px;
}

.checkout-form-list label {
  color: #6f7172;
}

.checkout-form-list input[type=text], .checkout-form-list input[type=password], .checkout-form-list input[type=email] {
  background: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  height: 45px;
  padding: 0 0 0 10px;
  width: 100%;
  outline: none;
}
.checkout-form-list input[type=text]:focus {
  border-color: #000000;
}
.checkout-form-list input[type=password]:focus {
  border-color: #000000;
}
.checkout-form-list input[type=email]:focus {
  border-color: #000000;
}

.checkout-form-list input[type=text]::-moz-placeholder,
.checkout-form-list input[type=password]::-moz-placeholder,
.checkout-form-list input[type=email]::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type=text]::placeholder,
.checkout-form-list input[type=password]::placeholder,
.checkout-form-list input[type=email]::placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type=checkbox] {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -1px;
}

.create-acc label {
  color: #6f7172;
  display: inline-block;
}

.create-account {
  display: none;
}

.ship-different-title h3 label {
  display: inline-block;
  margin-left: 20px;
  color: #1e3737;
}

.order-notes textarea {
  border: 1px solid #eaedff;
  height: 120px;
  padding: 15px;
  width: 100%;
  outline: 0;
  resize: none;
}

.order-notes textarea:focus {
  border-color: #000000;
}

.order-notes textarea::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.order-notes textarea::placeholder {
  color: #6f7172;
  opacity: 1;
}

#ship-box-info {
  display: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default > .panel-heading {
  border-radius: 0;
}

.your-order {
  padding: 30px 40px 45px;
  border: 3px solid #f7f7f7;
}

@media (max-width: 767px) {
  .your-order {
    padding: 15px;
  }
}
.your-order h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.your-order-table table {
  background: none;
  border: 0;
  width: 100%;
}

.your-order-table table th, .your-order-table table td {
  border-bottom: 1px solid #eaedff;
  border-left: medium none;
  color: #6f7172;
  font-size: 14px;
  padding: 15px 0;
  text-align: right;
}

@media (max-width: 767px) {
  .your-order-table table th, .your-order-table table td {
    padding-left: 10px;
  }
}
.your-order-table table th {
  border-top: medium none;
  color: #6f7172;
  font-weight: normal;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.panel-body > p {
  color: #222;
}

.your-order-table table .shipping ul li {
  list-style: none;
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: -1px;
}

.your-order-table table .shipping ul li label {
  color: #6f7172;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .order-total th {
  border-bottom: 0;
  font-size: 14px;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
  background: #F9F9F9;
}

.your-order-table table tr.order-total td span {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}

.payment-method {
  margin-top: 40px;
}
.payment-method .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.payment-method .accordion-item {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
}
.payment-method .accordion-button {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  padding: 23px 0;
  border: none;
}
.payment-method .accordion-button::after {
  position: absolute;
  content: "\f067";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 400;
  margin-right: 0;
  background-image: none;
  color: #1e3737;
}
.payment-method .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ffffff;
  box-shadow: none;
}
.payment-method .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.payment-method .accordion-body {
  padding: 8px 0;
  padding-bottom: 40px;
}
.payment-method .accordion-collapse {
  border: none;
}

.panel-title > a {
  display: block;
}

.order-button-payment input {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  
  height: 40px;
  margin: 0px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.order-button-payment input:hover {
  background: #3e976c none repeat scroll 0 0;
}

.payment-method .btn-link {
  -moz-user-select: none;
  background: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 3px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.payment-method .card {
  background-color: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
  border: 1px solid #eaedff;
}

.card-header:first-child {
  border-radius: 0;
}

.payment-method .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eaedff;
}

.order-button-payment button {
  width: 100%;
}

/*----------------------------------------*/
/*  22. checkout css start
/*----------------------------------------*/
.tp-checkout-verify-item {
  margin-bottom: 40px;
}
.tp-checkout-verify-item:not(:last-child) {
  margin-bottom: 14px;
}
.tp-checkout-verify-reveal {
  font-size: 14px;
  color: #000000;
  margin-bottom: 0;
  display: inline-block;
  border: 1px dashed #AAB0B2;
  padding: 18px 40px;
  width: 100%;
}
.tp-checkout-verify-reveal button {
  color: #7DC354;
  position: relative;
}
.tp-checkout-verify-reveal button::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background-color: #7DC354;
}
.tp-checkout-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: #7DC354;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-align: center;
}
.tp-checkout-btn:hover {
  background-color: #000000;
  color: #ffffff;
}
.tp-checkout-input {
  margin-bottom: 20px;
}
.tp-checkout-input label {
  font-weight: 500;
  color: #000000;
  padding-bottom: 10px;
  font-size: 14px;
}
.tp-checkout-input label span {
  color: red;
}
.tp-checkout-input input {
  width: 100%;
  background: #FFFFFF;
  color: #000000;
  height: 64px;
  border: 1px solid #E0E2E3;
}
.tp-checkout-input textarea {
  width: 100%;
  background: #FFFFFF;
  color: #000000;
  height: 64px;
  border: 1px solid #E0E2E3;
}
.tp-checkout-input input:focus {
  border-color: #7DC354;
}
.tp-checkout-input textarea:focus {
  border-color: #7DC354;
}
.tp-checkout-input textarea {
  height: 200px;
  resize: none;
  padding: 25px;
  font-size: 14px;
}
.tp-checkout-input .nice-select {
  height: 64px;
  line-height: 63px;
  border-radius: 0;
  border: 0;
  float: none;
  padding: 0 25px;
  font-size: 14px;
}
.tp-checkout-input .nice-select::after {
  left: 26px;
}
.tp-checkout-input .nice-select.open .list {
  -webkit-transform: scale(1) translateY(0px);
  -moz-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.tp-checkout-input .nice-select .list {
  margin-top: 0;
  border-radius: 0;
  transform-origin: center center;
  -webkit-transform: scale(0.9) translateY(0px);
  -moz-transform: scale(0.9) translateY(0px);
  -ms-transform: scale(0.9) translateY(0px);
  -o-transform: scale(0.9) translateY(0px);
  transform: scale(0.9) translateY(0px);
  width: 100%;
  padding: 12px 0;
}
.tp-checkout-input .nice-select .list .option {
  line-height: 1.2;
  min-height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
}
.tp-checkout-input .nice-select .list .option:hover {
  color: #7DC354;
}
.tp-checkout-option {
  margin-bottom: 4px;
}
.tp-checkout-option-wrapper {
  margin-top: 10px;
  margin-bottom: 17px;
}
.tp-checkout-option input {
  display: none;
}
.tp-checkout-option input:checked ~ label::after {
  background-color: #7DC354;
  border-color: #7DC354;
}
.tp-checkout-option input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-checkout-option label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-right: 26px;
  z-index: 1;
}
.tp-checkout-option label::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid rgba(6, 7, 40, 0.2);
  z-index: -1;
  transition: 0.3s;
}
.tp-checkout-option label::before {
  position: absolute;
  content: "\f00c";
  top: 5px;
  right: 5px;
  font-size: 10px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: #ffffff;
  transition: 0.3s;
  font-family: "Font Awesome 5 Pro";
}
.tp-checkout-option label a:hover {
  color: #7DC354;
}
.tp-checkout-option label:hover {
  cursor: pointer;
}
.tp-checkout-bill-area {
  padding: 45px 40px 24px;
  background-color: #f6f6f6;
}
@media (max-width: 767px) {
  .tp-checkout-bill-area {
    padding: 45px 25px 24px;
  }
}
.tp-checkout-bill-title {
  
  font-size: 26px;
  margin-bottom: 35px;
}
.tp-checkout-place {
  padding: 44px 50px 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-checkout-place {
    padding: 35px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-checkout-place {
    padding: 35px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-checkout-place {
    margin-top: 50px;
  }
}
.tp-checkout-place-title {
  font-size: 26px;
  
  margin-left: 37px;
}
.tp-checkout-payment {
  padding-bottom: 26px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E0E2E3;
}
.tp-checkout-payment-item:not(:last-child) {
  margin-bottom: 10px;
}
.tp-checkout-payment-item.paypal-payment label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tp-checkout-payment-item input {
  display: none;
}
.tp-checkout-payment-item input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.tp-checkout-payment-item label {
  font-size: 14px;
  position: relative;
  padding-right: 27px;
  font-weight: 500;
  color: #000000;
}
.tp-checkout-payment-item label:hover {
  cursor: pointer;
}
.tp-checkout-payment-item label::after {
  position: absolute;
  content: "";
  right: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #7DC354;
  transition: 0.3s;
}
.tp-checkout-payment-item label::before {
  position: absolute;
  content: "";
  right: 3px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #7DC354;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.tp-checkout-payment-item label img {
  margin-right: 14px;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}
.tp-checkout-payment-item label a {
  margin-right: 20px;
  position: relative;
}
.tp-checkout-payment-desc {
  position: relative;
  padding-top: 10px;
  display: none;
}
.tp-checkout-payment-desc::after {
  position: absolute;
  content: "";
  right: 57px;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-transform: translateY(3px) rotate(45deg);
  -moz-transform: translateY(3px) rotate(45deg);
  -ms-transform: translateY(3px) rotate(45deg);
  -o-transform: translateY(3px) rotate(45deg);
  transform: translateY(3px) rotate(45deg);
}
.tp-checkout-payment-desc p {
  background-color: #fff;
  padding: 19px 30px;
  margin-right: 27px;
  font-size: 14px;
  line-height: 1.57;
  color: #55585B;
  margin-bottom: 0;
}
.tp-checkout-agree {
  margin-bottom: 24px;
}

.tp-return-customer {
  display: none;
  margin-top: 14px;
  padding: 40px 40px;
  background-color: #f6f6f6;
}
.tp-return-customer-input {
  margin-bottom: 20px;
}
.tp-return-customer-input label {
  font-weight: 500;
  color: #000000;
  padding-bottom: 10px;
}
.tp-return-customer-input label span {
  color: red;
}
.tp-return-customer-input input {
  width: 100%;
  background: #fff;
  border: 0;
  color: #000000;
  height: 64px;
  transition: 0.3s;
  border: 1px solid transparent;
}
.tp-return-customer-input input:focus {
  border: 1px solid #7DC354;
}
.tp-return-customer-remeber input {
  display: none;
}
.tp-return-customer-remeber input:checked ~ label::after {
  background-color: #7DC354;
  border-color: #7DC354;
}
.tp-return-customer-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-return-customer-remeber label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-right: 26px;
  z-index: 1;
}
.tp-return-customer-remeber label::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid rgba(6, 7, 40, 0.2);
  z-index: -1;
  transition: 0.3s;
}
.tp-return-customer-remeber label::before {
  position: absolute;
  content: "\f00c";
  top: 3px;
  right: 5px;
  font-size: 10px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: #ffffff;
  transition: 0.3s;
  font-family: "Font Awesome 5 Pro";
}
.tp-return-customer-remeber label a:hover {
  color: #7DC354;
}
.tp-return-customer-remeber label:hover {
  cursor: pointer;
}
.tp-return-customer-forgot a {
  font-weight: 400;
  font-size: 15px;
  color: #7DC354;
  position: relative;
  display: inline-block;
}
.tp-return-customer-forgot a::after {
  position: absolute;
  content: "";
  right: auto;
  left: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: undefined;
}
.tp-return-customer-forgot a:hover::after {
  right: 0;
  left: auto;
  width: 100%;
}

.tp-order-details {
  padding: 70px 100px 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-order-details {
    padding: 70px 70px 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-order-details {
    padding: 70px 30px 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-order-details {
    padding: 70px 50px 55px;
  }
}
@media (max-width: 767px) {
  .tp-order-details {
    padding: 40px 30px 45px;
  }
}
.tp-order-details-icon {
  margin-bottom: 22px;
}
.tp-order-details-icon span {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 118px;
  text-align: center;
  font-size: 55px;
  color: #ffffff;
  border: 1px solid rgba rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.tp-order-details-title {
  font-size: 30px;
  
  color: #ffffff;
  margin-bottom: 7px;
}
.tp-order-details-content p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.38;
}
.tp-order-details-item {
  margin-bottom: 38px;
}
.tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item {
  padding-right: 40px;
}
@media (max-width: 767px) {
  .tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item {
    padding-right: 0;
  }
}
.tp-order-details-item h4 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 400;
}
.tp-order-details-item p {
  
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
}
.tp-order-info-wrapper {
  padding: 42px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-order-info-wrapper {
    padding: 42px 40px;
  }
}
@media (max-width: 767px) {
  .tp-order-info-wrapper {
    padding: 42px 30px;
  }
}
.tp-order-info-title {
  font-size: 26px;
  
  margin-bottom: 40px;
}
.tp-order-info-list ul li {
  list-style: none;
  padding: 15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tp-order-info-list ul li:not(:last-child) {
  border-bottom: 1px solid #E0E2E3;
}
.tp-order-info-list ul li span {
  font-size: 15px;
  color: #000000;
}
.tp-order-info-list ul li.tp-order-info-list-header {
  padding-top: 0;
  padding-bottom: 12px;
}
.tp-order-info-list ul li.tp-order-info-list-header h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.tp-order-info-list ul li.tp-order-info-list-desc p {
  font-size: 15px;
  margin-bottom: 0;
}
.tp-order-info-list ul li.tp-order-info-list-desc p span {
  font-size: 15px;
  font-weight: 500;
}
.tp-order-info-list ul li.tp-order-info-list-subtotal span:last-child {
  color: undefined;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span input {
  display: none;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label {
  font-size: 14px;
  position: relative;
  padding-left: 27px;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label span {
  color: undefined;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label:hover {
  cursor: pointer;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #7DC354;
  transition: 0.3s;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label::before {
  position: absolute;
  content: "";
  left: 4px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #7DC354;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.tp-order-info-list ul li.tp-order-info-list-total {
  padding: 14px 0;
}
.tp-order-info-list ul li.tp-order-info-list-total span {
  font-size: 16px;
  font-weight: 500;
}
.tp-order-inner {
  background-color: #ffffff;
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
}

.tp-checkout-place {
  background-color: #f6f6f6;
}

/*----------------------------------------*/
/*  24. login css start 
/*----------------------------------------*/
.tp-login-wrapper {
  padding: 50px 60px 70px;
  background-color: #f6f6f6;
}
@media (max-width: 767px) {
  .tp-login-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.tp-login-title {
  
  font-size: 35px;
  margin-bottom: 4px;
}
.tp-login-top p {
  font-weight: 400;
  font-size: 16px;
  color: #49535B;
}
.tp-login-top p a {
  color: #1e3737;
  position: relative;
  display: inline-block;
}
.tp-login-top p a::after {
  position: absolute;
  content: "";
  right: auto;
  left: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: #1e3737;
  transition: 0.3s;
}
.tp-login-top p a:hover::after {
  right: 0;
  left: auto;
  width: 100%;
}
.tp-login-option-item {
  margin-bottom: 10px;
}
.tp-login-option-item:not(:last-child) {
  margin-left: 10px;
}
.tp-login-option-item.has-google a {
  width: 252px;
}
.tp-login-option-item.has-google a img {
  margin-left: 7px;
}
.tp-login-option-item a {
  display: inline-block;
  width: 98px;
  height: 56px;
  line-height: 54px;
  text-align: center;
  border: 1px solid #E0E2E3;
  font-size: 16px;
  color: #041226;
}
.tp-login-option-item a img {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-login-option-item a img.apple {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.tp-login-option-item a:hover {
  border-color: #7DC354;
}
.tp-login-mail {
  position: relative;
  z-index: 1;
}
.tp-login-mail p {
  font-size: 15px;
  color: #55585B;
  margin-bottom: 0;
  padding: 0 20px;
  position: relative;
  display: inline-block;
  background-color: #f6f6f6;
}
.tp-login-mail p a:hover {
  color: #1e3737;
}
.tp-login-mail::after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  bottom: 12px;
  width: 100%;
  height: 1px;
  background-color: #E0E2E3;
  transition: 0.3s;
  z-index: -1;
}
.tp-login-input-wrapper {
  margin-bottom: 25px;
}
.tp-login-input-box {
  position: relative;
}
.tp-login-input-box:not(:last-child) {
  margin-bottom: 30px;
}
.tp-login-input input {
  height: 56px;
  background: #FFFFFF;
  border: 1px solid transparent;
  font-size: 14px;
  transition: 0.3s;
  color: #000000;
  text-transform: capitalize;
}
.tp-login-input input::-webkit-input-placeholder {
  color: #95999D;
}
.tp-login-input input:-moz-placeholder {
  color: #95999D;
}
.tp-login-input input::-moz-placeholder {
  color: #95999D;
}
.tp-login-input input:-ms-input-placeholder {
  color: #95999D;
}
.tp-login-input input:focus {
  border: 1px solid #7DC354;
}
.tp-login-input-eye {
  position: absolute;
  left: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-login-input-eye .open-eye {
  display: none;
}
.tp-login-input-eye span {
  transition: 0.3s;
}
.tp-login-input-eye:hover {
  cursor: pointer;
}
.tp-login-input-eye:hover span {
  color: #000000;
}
.tp-login-remeber input {
  display: none;
}
.tp-login-remeber input:checked ~ label::after {
  background-color: #ffffff;
  border-color: #7DC354;
}
.tp-login-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-login-remeber label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-right: 26px;
  z-index: 1;
}
.tp-login-remeber label::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  transition: 0.3s;
}
.tp-login-remeber label::before {
  position: absolute;
  content: url("../images/login/check.svg");
  top: 1px;
  right: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: #7DC354;
  transition: 0.3s;
}
.tp-login-remeber label a:hover {
  color: #7DC354;
}
.tp-login-remeber label:hover {
  cursor: pointer;
}
.tp-login-forgot a {
  font-weight: 400;
  font-size: 15px;
  color: #1e3737;
  position: relative;
  display: inline-block;
}
.tp-login-forgot a::after {
  position: absolute;
  content: "";
  right: auto;
  left: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: #1e3737;
  transition: 0.3s;
}
.tp-login-forgot a:hover::after {
  right: 0;
  left: auto;
  width: 100%;
}
.tp-login-btn {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  background-color: #1e3737;
  padding: 14px 30px;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
}
.tp-login-btn:hover {
  background-color: #7DC354;
  color: #ffffff;
}

/*----------------------------------------*/
/*  25. footer css start
/*----------------------------------------*/
.tp-footer__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 30px;
  position: relative;
  z-index: 2;
 /*background: url(../images/testi-bg-1.jpg);*/
}


.main-footer {
background: #f7f8fa;
  position: relative;
  overflow: hidden;
  z-index: 1}

.main-footer {
  position: relative;z-index: 1;
}

.swe-img {
position: absolute;
left: 0;
top: 0;
z-index: -1;
}


/*
.tp-footer__bg::after {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 55, 55, 0.98);
  position: absolute;
  content: "";
  z-index: -1;

}
*/


.tp-footer__logo {
  margin-bottom: 22px;
}

.tp-footer__logo img {
width:220px
}

.tp-footer__text p {
color: #000;
margin-bottom: 7px;
}

.tp-footer__icon i {
  font-size: 16px;
  color: #7DC354;
  margin-left: 15px;
  display: inline-block;
  transform: translateY(6px);
}
.tp-footer__text a {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .tp-footer__text a {
    font-size: 14px;
  }
}

.tp-footer__widget-title {
  
  font-size: 18px;
  color: #ffffff;
  padding-bottom: 37px;
}
@media (max-width: 767px) {
  .tp-footer__widget-title {
    padding-bottom: 15px;
  }
}
.tp-footer__list ul li {
  list-style-type: none;
  margin-bottom: 15px;
  padding-right: 20px;
width: 50%;
float: right;
  position: relative;
}

.tp-footer__list ul li:after {
  position: absolute;
  content: "\f104";
  top: 0;
  right: 0;
  font-size: 12px;
  text-align: center;
  transition: 0.3s;
  font-family: "Font Awesome 5 Pro";
}




.tp-footer__list ul li:last-child {
  padding-bottom: 0;
}
.tp-footer__list ul li a {
  color: #000;
  font-size: 15px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .tp-footer__list ul li a {
    font-size: 13px;
  }
}
.tp-footer__list ul li a:hover {
  color: #7DC354;
  margin-right: 7px;
}


.tp-footer__form {
position: relative;
}

.tp-footer__form button {
background-color: #7DC354;
color: #ffffff;
width: 60px;
height: 55px;
line-height: 55px;
text-align: center;
display: block;
position: absolute;
left: 0;
top: 0;
border-radius: 25px 0 0 25px;
}
 
.tp-footer__form form input {
width: 100%;
border: none;
background-color: #eee;
height: 55px;
line-height: 55px;
padding: 0 15px 0 40px;
font-size: 14px;
border-radius: 0 25px 25px 0;
margin-bottom: 10px;
}
.tp-footer__form form input::-webkit-input-placeholder {
  color: #000;
}
.tp-footer__form form input:-moz-placeholder {
  color: #000;
}
.tp-footer__form form input::-moz-placeholder {
  color: #000;
}
.tp-footer__form form input:-ms-input-placeholder {
  color: #000;
}
.tp-footer__widget-title-2 {
  
  font-size: 18px;
  color: #ffffff;
  padding-bottom: 37px;
}
@media (max-width: 767px) {
  .tp-footer__widget-title-2 {
    padding-bottom: 15px;
  }
}
.tp-footer__widget-title-2::after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 10px;
  background-color: #7DC354;
  margin-right: 10px;
  transform: translateY(-4px);
}

.tp-footer__widget-title-3 {
font-size: 18px;
color: #313131;
margin-bottom: 25px;
}

.tp-footer__widget-title-3::before {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #7DC354;
  display: inline-block;
  transform: translateY(-2px);
  margin-left: 10px;
}
.tp-footer__donate-box {
  background-color: #294141;
  padding: 30px;
  padding-top: 20px;
}
.tp-footer__donate-title-sm {
  
  font-size: 24px;
  color: #ffffff;
  line-height: 34px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer__donate-title-sm {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .tp-footer__donate-title-sm {
    font-size: 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-footer__donate-title-sm {
    font-size: 18px;
  }
  .tp-footer__donate-title-sm br {
    display: none;
  }
}
@media only screen and (min-width: 440px) and (max-width: 575px) {
  .tp-footer__donate-title-sm br {
    display: none;
  }
}

.footer-col-3 {
  padding-right: 9px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-col-3 {
    padding-right: 0;
  }
}

.footer-col-4 {
  padding-right: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-col-4 {
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-2-col-3 {
    margin-right: 0;
  }
}

.tp-copyright__bg {
  padding: 10px 0;
background: #ecedf0;
}
.tp-copyright__text span {
  font-size: 16px;
  display: inline-block;
  color: #000;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-copyright__text span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tp-copyright__text span {
    font-size: 13px;
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-copyright__text span {
    padding-bottom: 0px;
  }
}
.tp-copyright__social {
  line-height: 0;margin-top: 20px;
}
.tp-copyright__social a {
  font-size: 17px;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #212121;
  line-height: 40px;
  text-align: center;
  margin-right: 9px;
  transition: all 500ms ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.tp-copyright__social a::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background-color: #7DC354;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  transition-property: all;
  opacity: 1;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}
.tp-copyright__social a:hover {
  color: #ffffff;
}
.tp-copyright__social a:hover::after {
  opacity: 1;
  transform: scaleY(1);
}




/*** 

====================================================================
	Main Slider
====================================================================

***/

.main-slider{
	position:relative;
	overflow:hidden;
	z-index:10;
	background-color:rgb(227,227,227);
}

.main-slider .image-layer{
	position:absolute;
	right:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear;
}

.main-slider .slide:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	left:0px;
	bottom:0px;
	z-index:1;
	background:url(../images/main-slider/shadow-layer.png);
	background-repeat:repeat-y;
}

.main-slider .slide{
	position:relative;
	overflow:hidden;
	background-size:cover;
	padding:140px 0px 500px;
}



.main-slider .slide .pattern-layer{
	position:absolute;
	right:0px;
	top:0px;
	left:0px;
	bottom:0px;
	z-index:1;
}

.main-slider .slide .pattern-layer-two{
	position:absolute;
	right:0px;
	top:60px;
	width:253px;
	height:297px;
	z-index:1;
}

.main-slider .content-column{
	position:relative;
	z-index:2;
}

.main-slider .content-column .inner-column{
	position:relative;
}

.main-slider h1{
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	color:#fff;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-bottom:30px;
}

.main-slider .active h1{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.main-slider .text{
	opacity: 0;
	max-width:580px;
	transform: scaleY(0);
	transform-origin: top;
	color:#eee;
	font-size:18px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-bottom:35px;
}

.main-slider .active .text{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.main-slider .button-box{
	opacity:0;
	transform: scaleY(0);
	transform-origin: top;
	display:inline-block;
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}

.main-slider .active .button-box{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.main-slider .owl-dots{
	display:none;
}

.main-slider .owl-nav{
	position:absolute;
	left:30px;
	top:50%;
	width:60px;
	transform:translateY(-50%);
}

.main-slider .owl-nav .owl-prev,
.main-slider .owl-nav .owl-next{
	position:relative;
background-color: rgba(7, 132, 128, 0.4);
height: 60px;
width: 60px;
border-radius: 50%;
	line-height:60px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	font-size:18px;
	color:#fff;
	margin-bottom:15px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	font-family: "Flaticon";
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
	color:#fff;
	background-color:#7DC354;
}

/*** 

====================================================================
	Main Slider Two
====================================================================

***/

.main-slider-two{
	position:relative;
}

.main-slider-two .social-box{
	position:absolute;
	left:30px;
	top:100px;
	z-index:10;
	width:30px;
	writing-mode: vertical-rl;
	transform:rotate(180deg);
}

.main-slider-two .social-box li{
	position:relative;
	display:inline-block;
	margin-top:40px;
}

.main-slider-two .social-box li a{
	position:relative;
	font-size:16px;
	color:#fff;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-slider-two .social-box li a:hover{
	color:#7DC354;
}

.main-slider-two .social-box li a::before{
	transform:rotate(90deg);
	display:inline-block;
}

.main-slider-two .social-box li span{
	position:relative;
	display:inline-block;
	margin-right:5px;
		font-family: "taj";
}

.main-slider-two .image-layer{
	position:absolute;
	right:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear;
height:550px;
}
/*
.main-slider-two .image-layer:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	left:0px;
	width:100%;
	bottom:0px;
	z-index:1;
	opacity:0.50;
	background: rgb(2,0,34);
}

.main-slider-two .image-layer:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	left:0px;
	width:100%;
	bottom:0px;
	z-index:1;	
	background: #7DC354;
	background: -webkit-linear-gradient(to right, rgb(2,0,34) 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(to right, rgb(2,0,34) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgb(2,0,34) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient( to left, #02083d, #032b64);
background: linear-gradient( to left, #02083db3, transparent);
}*/

.main-slider-two .slide{
position:relative;
overflow:hidden;
background-size:cover;
padding: 0 30px;
height:550px;
}


.content-column {
height:550px;
display: grid;
align-items: center;
justify-content: start;
}




.main-slider-two .content-column{
	position:relative;
	z-index:2;
}

.main-slider-two .content-column .inner-column{
	position:relative;
}

.main-slider-two .title{
	position:relative;
	opacity: 0;
	
	transform: scaleY(0);
	transform-origin: top;
	color:#fff;
	font-size:24px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-bottom:20px;
		font-family: "taj";
}

.main-slider-two .title span{
	color:#7DC354;text-transform: uppercase;
}

.main-slider-two .active .title{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.main-slider-two h1 span{
	color:#7DC354;
}

.main-slider-two h1{
	opacity: 0;
	
	transform: scaleY(0);
	transform-origin: top;
	color:#000;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-bottom:20px;
font-size: 28px;
}

.main-slider-two .active h1{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.main-slider-two .text{
	opacity: 0;
	max-width:580px;
	transform: scaleY(0);
	transform-origin: top;
	color:#000;
	font-size:18px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-bottom:25px;
line-height:30px;
}

.main-slider-two .active .text{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.main-slider-two .button-box{
	opacity:0;
	transform: scaleY(0);
	transform-origin: top;
	display:inline-block;
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}

.main-slider-two .active .button-box{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.main-slider-two .phone-box{
position: absolute;
bottom: 120px;
	opacity:0;
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
right: 130px;
}

.main-slider-two .phone-box .box-inner{
	position:relative;
	color:#fff;
	font-size:16px;
}


.main-slider-two .phone-box .box-inner a {
display: block;color: #fff;
}


.main-slider-two .phone-box .box-inner:before{
	position:absolute;
	content:'';
	right:0;
	top:0;
	width:64px;
	height:59px;
	background:url(../images/slider-icon.png) no-repeat;
}

.main-slider-two .phone-box .icon{
	position:absolute;
	right:0px;
	top:0px;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	font-family: "Flaticon";
	color:#fff;
	font-size:20px;
	background-color:#eaac04;
}

.main-slider-two .phone-box strong{
	position:relative;
	display:block;
	
	color:#fff;
	font-size:18px;
	margin-top:10px;
	font-family: "taj";
}

.main-slider-two .active .phone-box{
	opacity: 1;
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;bottom: 80px;
}

.main-slider-two .pattern-layer{
	position:absolute;
	right:0px;
bottom: 45px;
	left:0px;
	height:206px;
	z-index:10;
	background-position:center bottom;
	background-size:cover;
}

.main-slider-two .owl-dots{
	display:none;
}

.main-slider-two .owl-nav{
position: absolute;
right: 25px;
top: 50%;
z-index: 9;
gap: 5px;
display: flex;
justify-content: space-between;
left: 25px;
margin-top: -25px;

}

.main-slider-two .owl-nav .owl-prev{
	position:relative;
background: rgba(0,0,0,0.3);
width: 40px;
height: 40px;
	line-height:37px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	font-size:18px;
	color: #fff;
	border: none;
	margin-bottom:15px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	font-family: "Flaticon";

}

.main-slider-two .owl-nav .owl-next{
	position:relative;
background: rgba(0,0,0,0.3);
width: 40px;
height: 40px;
	line-height:37px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	font-size:18px;
	color: #fff;
	border: none;
	margin-bottom:15px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	font-family: "Flaticon";
}

.main-slider-two .owl-nav .owl-prev:hover,
.main-slider-two .owl-nav .owl-next:hover{
	color:#fff;
	border-color:#7DC354;
	background-color:#7DC354;
}


.sep-line{
    height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}



.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  background-color: #7DC354;
  color: #fff;
  font-size: 14px;
  
  text-transform: uppercase;
  letter-spacing: 0;
  border-radius: 30px;
  padding: 15px 49px 15px;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}

.thm-btn:before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -230%;
  right: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background-color: #212121;
}

.thm-btn:hover {
  color: #fff;
}

.thm-btn:hover:before {
  top: -40%;
}

.custom-nav .owl-nav {
position: absolute;
left: 0;
top: -50px;
display: flex;
gap: 10px;
}


.custom-nav .owl-nav > div {
  box-shadow: 3px 5.196px 18px 0px rgba(10, 9, 9, 0.06);
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  color: #7DC354;
  border-radius: 50%;
  font-size: 15px;
  transition: 0.3s;
  line-height: 42px;text-align: center;
}


.custom-nav .owl-nav > div:hover {
  background-color: #7DC354;
  color: #ffffff;
}


.section-title {
margin-bottom:20px;
}


.tp-event__area {
padding: 40px 0 30px;
background: #fbfbfb;
}


.tp-proverbs {
padding: 40px 0 30px;

}

.colfive {
width: 20%;
padding: 0 8px;
margin-bottom: 8px;
}

.tp-feature-2__area .colfive {
padding: 0;
}

.tp-feature-2__area .colfive:nth-child(odd) .tp-feature-2__item {
background: #f9f9f9;
}

.tp-feature-2__area {
padding: 30px 0;
background: #eaeeec;
}


.coltow {
width: 10%;
}


.tp-mission-2__space .colfive:nth-child(1):hover .tp-mission-2__icon span {
color: #4c9f38;
}

.tp-mission-2__space .colfive:nth-child(2):hover .tp-mission-2__icon span {
color: #dda63a;
}

.tp-mission-2__space .colfive:nth-child(3):hover .tp-mission-2__icon span {
color: #eb1c2d;
}


.tp-mission-2__space .colfive:nth-child(4):hover .tp-mission-2__icon span {
color: #a21942;
}


.tp-mission-2__space .colfive:nth-child(5):hover .tp-mission-2__icon span {
color: #26bde2;
}



.tp-mission-2__space .colfive:nth-child(1) .tp-mission-2__icon span {
color: #4c9f38;
}

.tp-mission-2__space .colfive:nth-child(2) .tp-mission-2__icon span {
color: #dda63a;
}

.tp-mission-2__space .colfive:nth-child(3) .tp-mission-2__icon span {
color: #eb1c2d;
}


.tp-mission-2__space .colfive:nth-child(4) .tp-mission-2__icon span {
color: #a21942;
}


.tp-mission-2__space .colfive:nth-child(5) .tp-mission-2__icon span {
color: #26bde2;
}

/*
.tp-mission-2__space .colfive:nth-child(7):hover .tp-mission-2__icon span {
color: #c5192d;
}


.tp-mission-2__space .colfive:nth-child(8):hover .tp-mission-2__icon span {
color: #3f7e44;
}


.tp-mission-2__space .colfive:nth-child(9):hover .tp-mission-2__icon span {
color: #dd1367;
}

.tp-mission-2__space .colfive:nth-child(10):hover .tp-mission-2__icon span {
color: #fd6925;
}

*/


.tp-mission-2__space .colfive:nth-child(1):hover .tp-mission-2__item .tp-mission-2__shape-box::after {
background-color: #26bde2 !important;
}

.tp-mission-2__space .colfive:nth-child(2):hover .tp-mission-2__item .tp-mission-2__shape-box::after {
background-color: #dda63a !important;
}

.tp-mission-2__space .colfive:nth-child(3):hover .tp-mission-2__item .tp-mission-2__shape-box::after {
background-color: #eb1c2d !important;
}


.tp-mission-2__space .colfive:nth-child(4):hover .tp-mission-2__item .tp-mission-2__shape-box::after {
background-color: #a21942 !important;
}


.tp-mission-2__space .colfive:nth-child(5):hover .tp-mission-2__item .tp-mission-2__shape-box::after {
background-color: #4c9f38 !important;
}


/*

.tp-mission-2__space .colfive:nth-child(7) .tp-mission-2__item {
background-color: #c5192d;
}


.tp-mission-2__space .colfive:nth-child(8) .tp-mission-2__item {
background-color: #3f7e44;
}


.tp-mission-2__space .colfive:nth-child(9) .tp-mission-2__item {
background-color: #dd1367;
}

.tp-mission-2__space .colfive:nth-child(10) .tp-mission-2__item {
background-color: #fd6925;
}



.tp-mission-2__space .colfive:hover .tp-mission-2__item {
background: #fff;
box-shadow: 2px 3.464px 40px 0px rgba(1, 14, 12, 0.1);
}*/
/*** 

====================================================================
	Team Section Two
====================================================================

***/

.team-section-two{
	position:relative;
	overflow:hidden;
	padding:40px 0px 20px;
background: #f6f6f6;
}

.team-section-two .pattern-layer{
	position:absolute;
	right:0px;
	top:0px;
	width:469px;
	height:699px;
	background-repeat:no-repeat;
}

.team-section-two .pattern-layer-two{
	position:absolute;
	left:0px;
	bottom:-100px;
	width:419px;
	height:626px;
	background-repeat:no-repeat;
}

.team-section-two .sec-title-two .title:before{
	background: url(../images/background/pattern-17.png);
}

.team-section-two .btn-box{
	position:relative;
	margin-top:20px;
}

.team-block-two{
	position:relative;
	margin-bottom:15px;
background:#fff;
box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
padding:8px;
}

.team-block-two .inner-box{
	position:relative;
}

.team-block-two .inner-box .image{
	position:relative;
	overflow:hidden;
height: 110px;
display: grid;
align-items: center;

}

.team-block-two .inner-box .image img{
position:relative;
display: block;
margin: 0 auto;
max-height: 90px;
width: auto !important;
}

.team-block-two .inner-box .social-box{
	position:absolute;
	left:-120px;
	top:20px;
	z-index:1;
	width:45px;
	text-align:center;
	padding:20px 15px 18px;
	border-radius:15px 0px 0px 15px;
	background-color:#eaac04;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block-two .inner-box .social-box a{
	position:relative;
	display:inline-block;
	color:#fff;
	font-size:18px;
	margin-bottom:10px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block-two .inner-box .social-box a:hover{
	color:#e81c2e;
}

.team-block-two .inner-box .social-box a:last-child{
	margin-bottom:0px;
}

.team-block-two .inner-box:hover .social-box{
	left:0px;
}

.team-block-two .inner-box .lower-content{
	position:relative;
padding: 12px 8px;
text-align: center;
background: #f6f6f6;
}

.team-block-two .inner-box h4{
text-transform: capitalize;	
font-size: 15px;color: #000;
}

.team-block-two .inner-box h4 a{
	position:relative;color: #000;
	color:rgb(13,0,61);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block-two .inner-box:hover h4 a{
	color:#eaac04;
}

.team-block-two .inner-box .designation{
	position:relative;
	color:rgb(52,52,52);
	margin-top:10px;
}


.team-block-two .inner-box .designation p {
font-size: 15px;
height: 28px;
overflow: hidden;
display: grid;
align-items: center;margin: 0;
}

.team-block-two .inner-box .plus-icon{
	position:absolute;
	left:0px;
	top:30px;
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:4px;
	text-align:center;
	display:inline-block;
	font-family: "Flaticon";
	color:#fff;
	font-size:16px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:#eaac04;
}

.team-block-two .inner-box:hover .plus-icon{
	background-color:#e81c2e;
	color:#fff;
}



.tp-funfact-2__icon i:before,
.tp-service-3__icon i:before,
.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
line-height: inherit;
}







/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
  position: relative;
  display: block;
  margin: -120px 0;
}

.counter-one__inner {
  position: relative;
  display: block;
  background-color: #7DC354;
  padding: 55px 0 29px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;box-shadow: 2px 3.464px 40px 0px rgba(1, 14, 12, 0.32);
}

.counter-one-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.08;
  z-index: -1;background-attachment: fixed;
background-size: contain;
}

.counter-one__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.counter-one__single {
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  text-align: center;
  margin-bottom: 33px;
}

.counter-one__single:before {
  position: absolute;
  top: 5px;
  bottom: -2px;
  right: 0;
  content: "";
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.counter-one__single:first-child:before {
  display: none;
}

.counter-one__count-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;direction: ltr;
}

.counter-one__count-box h3 {
font-size: 50px;
color: #ffffff;
font-weight: 800;
letter-spacing: 0.04em;
line-height: 60px !important;
font-family: "nuti";
margin-right: -10px;
}

.counter-one__letter {
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  line-height: 60px;
  position: relative;
margin-left: 8px;
font-family: "nuti";
margin-right: -10px;
}

.counter-one__text {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  line-height: 24px;margin: 0;
}
/*
.counter-one__text:before {
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  content: "";
  height: 2px;
  background-color: #fbd45a;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: right center;
}

.counter-one__single:hover .counter-one__text:before {
  transform: scale(1, 1);
  transform-origin: left center;
}
*/



.der-gt {
position: absolute;
left: -190px;
opacity: 0.05;
transform: rotatey(180deg);}



/**************************/



.themestek-box.ts-portfoliobox-style-4 .themestek-box-content-inner {
    padding: 15px 0 10px 0;
}

.themestek-box.ts-portfoliobox-style-4 .themestek-box-content-inner .themestek-box-category a {
text-transform: uppercase;
font-size: 13px;
font-weight: 500 !important;
color: #7DC354;
}

.themestek-box.ts-portfoliobox-style-4 .themestek-post-item {
    padding: 16px;
    background: #fff
}

.themestek-boxes-portfolio.themestek-boxes-view-carousel .themestek-box.ts-portfoliobox-style-4 .themestek-post-item {
    margin-top: 30px
}

.themestek-boxes-portfolio.themestek-boxes-view-carousel .themestek-box.ts-portfoliobox-style-4 {
    margin-bottom: 15px
}

.themestek-box.ts-portfoliobox-style-4 .themestek-item-thumbnail {
    margin-top: -45px;
    transition: .5s;

}

.themestek-box.ts-portfoliobox-style-4:hover .themestek-item-thumbnail {
    transform: translateY(20px)
}

.themestek-box.ts-portfoliobox-style-4 .themestek-pf-box-title h3 {
font-size: 15px;
margin-top: 5px;
margin-bottom: 5px;
line-height: 26px;
height: 26px;
display: grid;
overflow: hidden;
}



.themestek-box-desc {
    font-size: 14px;height: 50px;
overflow: hidden;
}

.themestek-box-desc p {
height: 72px;
display: grid;
overflow: hidden;
}



.ts-vc_btn3-container i {
margin-right:5px;
}



.ts-portfoliobox-style-4 .themestek-post-item .themestek-pf-box-title a:hover {
    color: #000
}


.ts-portfoliobox-style-4 .themestek-post-item .themestek-pf-box-title a {
    color: #313131
}

.ts-portfoliobox-style-4 .themestek-item-thumbnail img {
width: 100%;
height: 240px;transition: all ease-in-out 0.4s;
}



.themestek-box.ts-hover-style-1 .themestek-item-thumbnail,
.themestek-box.ts-hover-style-1 .themestek-post-item {
    overflow: visible
}

.themestek-box.ts-hover-style-1 .themestek-item-thumbnail-inner {
    position: relative;
    top: 0;
transition: all ease-in-out 0.4s;
display: block;
overflow: hidden;
}


.ts-portfoliobox-style-4:hover .themestek-item-thumbnail img {
transform: scale(1.1);
}






.box-shadow-6 {
box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.ts-box-col-wrapper {
padding: 0 12px 12px;
}


.post-image {
  border-radius: 8px;
    width: 100%
height: 220px;
}


.prog-one {
padding: 40px 0 30px;
}





.themestek-box.ts-hover-style-1 .themestek-item-thumbnail-inner,
.themestek-box.ts-hover-style-1 .themestek-item-thumbnail-inner img {
  border-radius: 8px;
}


/*
.themestek-box-style3 .post-item .ts-blog-classic-datebox-overlay {
    position: absolute;
    right: 45px;
    margin-top: -45px;
    width: 76px;
    height: 76px;
    padding: 15px;
    z-index: 9;
    text-align: center;
    border-radius: 50%
}

.themestek-box-style3 .ts-blog-classic-datebox-overlay .ts-date {
    font-size: 26px;
    line-height: 30px
}



.themestek-box-style3 .ts-blog-classic-datebox-overlay .ts-month {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500 !important;
    text-transform: uppercase;
    display: block
}

.themestek-box-style3 .ts-blog-classic-datebox-overlay .ts-date,
.themestek-box-style3 .ts-blog-classic-datebox-overlay .ts-month {
    color: #fff
}*/

.themestek-box-style3 .ts-featured-overlay .ts-meta-line {
    background-color: transparent;
    font-size: 14px
}

.themestek-box-style3 .ts-featured-meta-wrapper span.ts-meta-line a,
.themestek-box-style3 .ts-featured-meta-wrapper span.ts-meta-line.cat-links a {
    color: #6e7379;
font-family: nuti ,"gs";
color: #000;
}

.themestek-box-style3 .ts-featured-meta-wrapper span.ts-meta-line i {
    display: inline-block !important;
    font-size: 16px;
margin-left: 5px;
}

.themestek-box-style3 .ts-featured-meta-wrapper span.ts-meta-line.cat-links:after {
    content: unset
}

.themestek-box-style3 .ts-featured-meta-wrapper span.ts-meta-line.cat-links {
    padding: 4px 0
}

.themestek-box-blog.themestek-box-style3 .themestek-box-content h4 {
    font-size: 15px;
    line-height: 25px;
height: 50px;
overflow: hidden;
margin-top: 12px;
}
/*
.themestek-box-blog.themestek-box-style3 .post-item {
    padding: 20px
}*/

.themestek-box-blog.themestek-box-style3 .themestek-box-content {
    padding: 15px;
}


.themestek-box-content { 
    position: relative;
}




.themestek-box-blog.themestek-box-style3 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-radius: 8px;
    overflow: hidden;

margin-bottom: 25px;
background-color: #fff;
padding: 10px;
border-radius: 20px;
box-shadow: 0 0 10px rgb(0 0 0 / 10%)
transition: all .5s ease-in-out;
}



.themestek-box-blog.themestek-box-style3 .ts-featured-wrapper {
    border-radius: 20px;    overflow: hidden;

}

.themestek-box-blog.themestek-box-style3 .ts-featured-wrapper img {
    border-radius: 20px;transition: all .5s ease-in-out;
}

.themestek-box-style3 .themestek-box-content .themestek-box-title h4 a:hover,
.themestek-box-style3 .ts-featured-meta-wrapper span.ts-meta-line a:hover,
.themestek-box-style3 .ts-featured-meta-wrapper span.ts-meta-line i,
.themestek-box-style3 .ts-featured-meta-wrapper span.ts-meta-line.cat-links i {
    color: #999;
color: #1ab347;
}

.themestek-box-blog.themestek-box-style3:hover .ts-featured-wrapper img { 
transform: scale(1.1);
}


/*
.themestek-box-style3 .post-item .ts-blog-classic-datebox-overlay {
    background-color: #7dc354
}*/

.themestek-box-style3 .ts-featured-wrapper img {
    width: 100%;
height:220px;
}



.themestek-box-blog,
.themestek-post-item-thumbnail,
.ts-featured-wrapper,
.ts-post-featured-outer-wrapper,
article.post {
    position: relative
}

.themestek-box-blog.themestek-blogbox-format-audio .ts-blogbox-audio-mp3player-w,
article.post_format-post-format-video .ts-post-format-video,
article.themestek-blogbox-format-video .ts-post-format-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.59%;
    padding-top: 25px;
    height: 0
}

.themestek-box-blog.themestek-blogbox-format-audio iframe,
article.post_format-post-format-video .ts-post-format-video iframe,
article.themestek-blogbox-format-video .ts-post-format-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.blog .entry-content,
.ts-blog-classic-box-content {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.themestek-box-blog-classic .ts-featured-wrapper {
    margin-bottom: 25px
}

.themestek-box-blog-classic .ts-blog-classic-box-content .entry-header {
    margin-bottom: 10px
}

.themestek-box-blog-classic .ts-blog-classic-box-content .entry-title a {
    color: #000
}

.themestek-box-blog-classic .ts-blog-classic-box-content {
    margin-bottom: 60px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5e5e5
}

.home.blog .post.themestek-box-blog-classic:first-child .ts-blog-classic-box-content {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none
}

.themestek-box-blog-classic .more-link-wrapper {
    margin-top: 20px;
    display: inline-block
}

.themestek-box-blog .ts-featured-wrapper img,
.themestek-box-blog-classic .ts-post-featured-wrapper img {
    border-radius: 10px
}

.themestek-box-blog-classic.sticky .ts-blog-classic-box-content {
    padding: 30px;
    background-color: #eee
}

.themestek-blogbox-footer-readmore a,
.themestek-box-blog-classic .more-link,
.themestek-readmore-link a {
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 0;
    position: relative;
    display: inline-block
}

.themestek-blogbox-footer-readmore a::after,
.themestek-box-blog-classic .more-link::after,
.themestek-readmore-link a::after {
    font-family: ts-optico-icons;
    content: "\e850";
    position: absolute;
    top: 0;
    right: -23px;
    font-size: 14px
}



.der-tet {
padding: 25px;
}

.der-tet h3 {
font-size: 22px;
line-height: 33px;
margin: 0;
}






.box-shadow-9, .vc_tta.vc_general.ts-tabstyleone .vc_tta-panel-body {
box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}



/********************************************/



.top-left .social-links{
	position:relative;
}

.top-left .social-links li{
	position:relative;
	float:left;
	color:#111;
	line-height:24px;
width: 40px;
text-align: center;
height:40px;
overflow:hidden;
}

.top-left .social-links li a > div {
width: 40px;
height: 40px;
position: relative;
line-height: 40px;
transition: all ease-in-out 0.4s;
top: 0;
background: #f1f1f1;

background: linear-gradient( to bottom , #fbfbfb , #f1f1f1);
}


.top-left .social-links li:hover a > div {
top:-40px;
}



.main-ico {
border-left: 1px solid #ebebeb;
}
.top-left .social-links li:last-child .main-ico {
border-right: 1px solid #ebebeb;
}


.hover-ico span {
display: block;
line-height: 40px;
color: #fff;
}



.hover-ico .facebook {
background:#3b5998
}

.hover-ico .twitter {
background:#55acee
}


.hover-ico .youtube {
background:#ff0000
}


.hover-ico .linkedin {
background:#007bb5
}


.hover-ico .instagram {
background:#e95950
}



.top-left .social-links li a{
	position:relative;
	display:block;
color: #111;
font-size: 15px;
	line-height:24px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}


.tp-header-top-3__left-box,
.top-left{
	position: relative;
	float: left;
}









/*****************/

 .header-controls .search_box a>.ti-close,
 .header-controls .search_box a>.ti-search,
 .header-controls .ti-bag {
     height: 33px;
     width: 33px;
     line-height: 33px;
     border-radius: 50%;
     color: #fff;
     display: inline-block;
     text-align: center;
     font-size: 15px;
 }

 .tm-search-overlay {
     position: absolute;
     top: 60px;
     left: 0;
     width: 400px;
     background: #ffffff;
     border-top: 3px solid;
     opacity: 0;
     -webkit-transition: all ease .5s;
     -ms-transition: all ease .5s;
     transition: all ease .5s;
     -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
     -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
     box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
     z-index: 2;
     border-radius: 5px;visibility: hidden;
 }

 .tm-header-style-classic .tm-search-overlay,
 .tm-header-overlay .tm-search-overlay {
     right: -24px;
 }

 .tm-header-overlay .tm-header-icons .tm-header-search-link a,
 .tm-header-overlay .tm-header-icons .tm-header-wc-cart-link a {
     background: transparent !important;
 }

 .tm-search-overlay.st-show {
     opacity: 1;visibility: visible;
 }

 .tm-search-overlay .w-search-form-h {
     display: table;
     height: 100%;
     width: 100%;
 }

 .tm-search-overlay .w-search-form-row {
     display: table-cell;
     vertical-align: middle;
     text-align: center;
     width: 100%;
     position: relative;
     padding: 20px;
 }

 .tm-search-overlay .w-search-form-row:before {
     border-bottom-color: #f7b71e;
 }

 .tm-search-overlay .w-search-form-row:before {
     position: absolute;
     left: 30px;
     top: -8px;
     width: 47px;
     height: 47px;
     text-align: center;
     width: 0;
     height: 0;
     border-left: 10px solid transparent;
     border-right: 10px solid transparent;
     border-bottom: 8px solid;
     content: " ";
 }

 .tm-header-overlay .tm-search-overlay .w-search-form-row:before,
 .tm-header-style-classic-highlight .tm-search-overlay .w-search-form-row:before {
     position: absolute;
     right: 27px;
 }

 .tm-search-overlay .tm-search-outer {
     position: absolute;
     left: 0;
     right: 0;
     top: 50%;
     margin: auto;
     clear: both;
     min-height: 350px;
     border: 2px solid rgba(255, 255, 255, 0.62);
     width: 1000px;
     text-align: center;
     -webkit-transition: all 0.6s ease 0s;
     -o-transition: all 0.6s ease 0s;
     transition: all 0.6s ease 0s;
     display: inline-block;
     padding: 100px 20px 100px 20px;
 }

 .tm-search-overlay.st-show .tm-search-outer {
     transform: translateY(-50%);
 }

 .tm-search-overlay .tm-site-searchform input[type="search"] {
     font-size: 13px;
     height: 50px;
     border: none;
     border-radius: 3px;
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
     box-shadow: none !important;
     background-color: #f4f6fb;
     width: 85%;
     line-height: 50px;
     float: right;
padding-right:20px;
 }

 .tm-site-searchform button {
position: absolute;
top: -3px;
left: 0;
     background: #18a157;
     color: #000;
     top: 0;
     width: 40px;
     height: 38px;
     line-height: 38px;
     text-align: center;
     display: block;
     outline: none;
     padding: 0;
     font-size: 12px;
 }

 .tm-search-overlay .tm-site-searchform button {
     font-size: 17px;
     width: 15%;
     border: 0;
     height: 50px;
     text-align: center;
     display: block;
     line-height: 50px;
     color: #fff;
     float: left;
     border-top-left-radius: 3px;
     border-top-right-radius: 0px;
     border-bottom-right-radius: 0px;
     border-bottom-left-radius: 3px;
margin:0;
 }

 body.st-prevent-scroll {
     height: 100%;
 }

 .close-box i {
     top: 60px;
     color: #ababab;
     opacity: 0;
     font-size: 35px;
     position: fixed;
     cursor: pointer;
     right: 30px;
     -webkit-transition: all 0.6s ease 0s;
     -o-transition: all 0.6s ease 0s;
     transition: all 0.6s ease 0s;
 }

 .close-box i.showicon {
     opacity: 1;
     top: 30px;
 }

 .tm-search-overlay .tm-site-searchform input[type="search"]:-webkit-input-placeholder {
     color: rgba(0, 0, 0, 0.50);
 }

 .tm-search-overlay .tm-site-searchform input[type="search"]::-moz-placeholder {
     color: rgba(0, 0, 0, 0.50);
 }

 .tm-search-overlay .tm-site-searchform input[type="search"]:::-moz-placeholder {
     color: rgba(0, 0, 0, 0.50);
 }

 .tm-search-overlay .tm-site-searchform input[type="search"]::-ms-input-placeholder {
     color: rgba(0, 0, 0, 0.50);
 }


.w-search-input,
.tp-header-3__icon-box {
position: relative;
}

.drp {
padding: 15px;
}




.act-item {
margin-bottom:20px;
}


/**************************/

.tp-about-2__area .image-column{
position: relative;
padding: 0 0 0 60px;
}




.tp-about-2__area .image-column:after {

}


.tp-about-2__area .image-column .img-der img {
height: 420px;
width: 100%;
}

.tp-about-2__area .image-column .inner-column{
	position:relative;
}

.tp-about-2__area .image-column .image{
	position:relative;
	width:570px;
	height:570px;
	z-index:1;
	overflow:hidden;
	border-radius:50%;
	border:5px solid #ea232a;
}

.tp-about-2__area .image-column .color-layer{
	position:absolute;
	right:50%;
	bottom:-350px;
	width:560px;
	height:560px;
	border-radius:50%;
	transform:translateX(50%);
	background: #ea232a;
	background: linear-gradient(to left, #ea232a 0%, #b2141a 100%);
}

.tp-about-2__area .image-column .big-text{
	position:absolute;
	right:0px;
	left:0px;
	bottom:-70px;
	opacity:0.10;
	
	text-align:center;
	letter-spacing:5px;
	font-size:var(--font-98);
	text-transform:uppercase;
	color:#fff;
}








.thsn-medical-icon-brand {
position: absolute;
z-index: 9;
left: -50px;
top: 50%;
transform: translate(50%,-50%);
align-items: center;
z-index: 1;
}

.thsn-medical-icon-brand:before {


    background: url(../images/brand-pattarn.png) repeat 0 0;
    content: "";
    position: absolute;
    width: 100px;
    height: 210px;
    left: -50px;
    top: -53px;
}


.thsn-medical-icon-brand {
color: #cb2d3e;
box-shadow: 0 0px 35px 0 rgba(26,47,106,.07);
ext-align: center;
display: inline-block;
border: 2px solid transparent;
width: 7em;
height: 7em;
box-sizing: content-box;
border-radius: 50%;
background-color: #fff;
max-width: 100% !important;
display: grid;align-items: center;
align-items: center;

}


.thsn-medical-icon-brand img {
display: block;
margin: 0 auto;max-width: 80px;
}

.thsn-medical-icon-brand:before { 
font-size: 53px;
}





.img-der {
margin-top: 40px;
margin-bottom: 50px;
margin-right: 40px;
position: relative;
}


.iimg {
position: relative;
  overflow: hidden;
}



.img-tb:before,
.iimg:before,
.img-der:before {
    position: absolute;
    top: 0;
    right: -80%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    transform: skewX(25deg);
}


.img-tb:hover:before,
.iimg:hover:before,
.image-column:hover .img-der:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}



@-webkit-keyframes shine {
  100% {
    right: 125%;
  }
}

@keyframes shine {
  100% {
    right: 125%;
  }
}


.img-der:after {
content: "";
position: absolute;
top: -40px;
right: -40px;
width: 100%;
height: auto;
background-color: transparent;
border: 20px solid #f1eded;
z-index: -1;
bottom: -40px;
}




/*** RADIAL PROGRESS ***/
/* Circumference = 2πr */
/* π = 3.1415926535898 */
/* r = 35 */

svg.radial-progress {
height: auto;
width: 55px !important;
transform: rotate(-90deg);
width: 100%;
position: absolute;
left: 15px;
top: -30px;
background:  #0153a5;
border-radius: 50%;
}

svg.radial-progress circle {
  fill: rgba(0,0,0,0);
  stroke: #fff;
  stroke-dashoffset: 219.91148575129; /* Circumference */
  stroke-width: 5;
}

svg.radial-progress circle.incomplete { opacity: 0.25; }

svg.radial-progress circle.complete { stroke-dasharray: 219.91148575129; /* Circumference */ }

svg.radial-progress text {
  fill: #fff;

    
  text-anchor: middle;
font-size: 20px;
}

/*
.cust-wid {
max-width: 92%;
margin: 0 auto;}

*/

.iimg {

}






/*----------------------------------------*/
/* FEATURES CSS START
/*----------------------------------------*/


.features-section  {
padding:50px 0;
position: relative;
}

.features-section .bg-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.features-section .bg-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.features-box-area {
  padding: 30px 30px 25px 30px;
  background: #f9f9f9;
}


.features-box-area h5 {
font-size: 18px;
}

.features-box-area .icon-box {
  font-size: 50px;
  color: #7DC354;
}

.features-box-area .shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.features-box-area .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
transform: rotateY(180deg);
}

.features-box-area .shape-3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: top right;
transform: rotateY(180deg);
}

.features-box-area:hover .shape-3 {
  opacity: 1;
}

.features-box-area:hover .shape-2 {
  opacity: 0;
}

.features-box-area:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #7DC354;
}

.features-box-area:hover strong {
  color: #fff;
  position: relative;
}


.features-box-area p {
height: 75px;
overflow: hidden;
color: #000;
margin: 17px 0;
}

.features-box-area strong {
font-size: 18px;
color: #1e3737;
margin-bottom: 8px;
display: inline-block;
}

.features-box-area:hover p {
  color: #fff;
  position: relative;
}

.features-box-area:hover .icon-box {
  color: #fff;
  position: relative;
}

.features-box-area:hover:before {
  width: 100%;
  left: 0;
}


.section-padding,
.tp-team-2__area {
padding: 50px 0;
}



@media only screen and (max-width: 767px) {    




#section-about .table [class*="col-"] {
display: block !important;
}
.padding60 {
min-height: auto;
    padding: 15px 10px !important;
}
.features-box-area {
  padding: 15px;}



.padding60 h2, .padding60 h3,
h5 {
  font-size: 15px;
}



}




/*
.wpo-case-area .row [class*=col-],*/
.tp-team-2__area .row [class*=col-] {
padding: 0 5px;
}



.team-area-box figure.image:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0;
  width: 100%;
  background: linear-gradient(3deg, #222328 3.05%, rgba(34, 35, 40, 0.00) 67.67%);
  transition: all 800ms ease;
}

.team-area-box:hover figure.image:before {
  height: 100%;
  top: 0;
}

.team-area-box .content {
  background: #fff;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: -58px;
  left: 24px;
  right: 24px;
}

.team-area-box .content .author-info h5:hover{
  color: #7DC354;
}

.team-area-box .content .author-info span{

  color: #787878;
}

.team-area-box .social-links span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #7DC354;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: all 700ms ease;
}

.team-area-box .social-links:hover span {
  background: #102039;
}

.team-area-box .social-links ul {
  position: absolute;
  top: -150px;
  right: 0;
  opacity: 0;
  transition: all 700ms ease;
}

.team-area-box .social-links:hover ul {
  opacity: 1;
}

.team-area-box .social-links ul li {
  width: 40px;
  height: 40px;
  background: #7DC354;
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-area-box .social-links ul li:hover {
  background: #102039;
}

.team-section .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.team-section .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
}




.project-slider-area figure {
margin: 0;
}

.project-slider-area figure img {
height: 280px;
}


.project-slider-area .title-area h5 {
font-size: 15px;
margin: 0;
font-family: nuti ,taj;
line-height: 23px;
height: 46px;
overflow: hidden;
align-items: center;
display: grid;
}



.project-slider-area .title-area {
  background: #eceaea;
  padding: 7px 24px;
  width: 413px;

}

.project-slider-area .title-area h5:hover{
  color: #7DC354;
}

.project-slider-area .icon-area {
background: #7DC354;
color: #fff;
font-size: 18px;
text-align: center;
width: 60px;
height: 60px;
line-height: 60px;
}


.project-slider-area {
overflow: hidden;
border-radius: 12px;
}


.project-slider-area .content-area {
  display: flex;
  justify-content: center;
  align-items: center;;
  transition: all 800ms ease;
}


.project-slider-section .project-active-1 {
  margin-left: -250px;
  margin-right: -250px
}

.project_1_navigation__wrapprer button {
  color: #7DC354;
  height: 50px;
  width: 50px;
  border: 1px solid #7DC354;
  border-radius: 50%;
  font-size: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.project_1_navigation__wrapprer button:hover {
  background: #7DC354;
  color: #fff;
}


@media only screen and (max-width: 1440px){ 

  .project-slider-section .project-active-1 {
    margin-left: inherit;
    margin-right: inherit
  }
    
}

@media only screen and (max-width: 1400px){ 

  .project_1_navigation__wrapprer {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: left !important;
}

.project_1_navigation__wrapprer button {
    margin-left: 0;
    margin-right: 20px;
}
    
}








/************************** 
* 15. features styles 
***************************/


.feature-style-one {
padding: 30px 0 50px;
position: relative;
z-index: 1;


padding-top: 45px;
padding-bottom: 45px;


}
/*
.feature-style-one:after {
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient( to right , #052725ed ,#021110);
  mix-blend-mode: multiply;z-index: -1;
}


.feature-style-one .colfive:nth-child(2) .single-feature-style-one {
  margin-top: 40px;

}
*/



.feature-style-one.overlapped-top {
  margin-top: -85.5px;
  position: relative;
  z-index: 20;
}
.feature-style-one.overlapped-bottom {
  margin-bottom: -85.5px;
  position: relative;
  z-index: 20;
}
.feature-style-one .single-feature-style-one {
padding: 30px;
position: relative;
background: #fff;
display: block;
transition: all ease-in-out 0.3s;
box-shadow: 0 15px 15px #bbbbbb70;
box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
overflow: hidden;
}

/*
.feature-style-one .single-feature-style-one:hover {
box-shadow: none;
}*/
/*
*/

.feature-style-one .single-feature-style-one:before {
position: absolute;
left: -150px;
top: -100px;
width: 200px;
height: 200px;
border: 2px solid #7dc354;
content: "";
transition: all ease-in-out 0.3s;
border-radius: 50%;
opacity: 0.2;
background: #fff;
 }


/*
.feature-style-one .single-feature-style-one:hover:before { 
left: 0;
top: 0;

}*/
/*
.feature-style-one .single-feature-style-one .icon-box, .feature-style-one .single-feature-style-one .text-box {
  display: table-cell;
  vertical-align: middle;
}*/



.feature-style-one .single-feature-style-one .icon-box {
font-size: 45px;
color: #5296c3;
line-height: 1;
/*
position: absolute;
right: 0;
top: 0;*/
z-index: 1;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
overflow: hidden;
/*
width: 150px;
height: 150px;
*/
text-align: center;/*
padding: 10px 0 0 75px;*/
margin: 0 auto;
margin-bottom: 30px;
}


.feature-style-one .single-feature-style-one .icon-box img {
width: 50px;
transition: all ease-in-out 0.1s;
filter: brightness(100);
/*filter: brightness(100);*/
}


.feature-style-one .single-feature-style-one:hover .icon-box img {
filter: none;
filter: brightness(100);
}

/*
.feature-style-one .single-feature-style-one .icon-box:before {
position: absolute;
content: "";

right: -50px;
top: -40px;

width: 140px;
height: 140px;
border-radius: 50%;
background-image: -webkit-linear-gradient(0deg, rgb(60, 114, 252) 0%, rgb(38, 64, 141) 57%, rgb(15, 13, 29) 100%);
background-image: -moz-linear-gradient(0deg, rgb(60, 114, 252) 0%, rgb(38, 64, 141) 57%, rgb(15, 13, 29) 100%);
background-image: -ms-linear-gradient(0deg, rgb(60, 114, 252) 0%, rgb(38, 64, 141) 57%, rgb(15, 13, 29) 100%);
background-image: -o-linear-gradient(0deg, rgb(60, 114, 252) 0%, rgb(38, 64, 141) 57%, rgb(15, 13, 29) 100%);
background-image: linear-gradient(0deg, #5296c3 0%, #5296c3 57%, #f1f1f1 100%);
background: #c6c6c633;
z-index: -1;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
*/


.feature-style-one .colfive:nth-child(1) .single-feature-style-one:before {
border-color: #e8454d;

}

.feature-style-one .colfive:nth-child(2) .single-feature-style-one:before {

border-color: #d89d39;
}


.feature-style-one .colfive:nth-child(3) .single-feature-style-one:before {
border-color: #7fcd44;

}


.feature-style-one .colfive:nth-child(4) .single-feature-style-one:before {

border-color: #2cb58c;
}



.feature-style-one .colfive:nth-child(5) .single-feature-style-one:before {
border-color: #5f4d8c;

}

.feature-style-one .colfive:nth-child(1) .single-feature-style-one,
.feature-style-one .colfive:nth-child(1) .single-feature-style-one .icon-box:before {
background: #e8454d;

}

.feature-style-one .colfive:nth-child(2) .single-feature-style-one,
.feature-style-one .colfive:nth-child(2) .single-feature-style-one .icon-box:before {

background: #d89d39;
}

.feature-style-one .colfive:nth-child(3) .single-feature-style-one,
.feature-style-one .colfive:nth-child(3) .single-feature-style-one .icon-box:before {
background: #7fcd44;

}

.feature-style-one .colfive:nth-child(4) .single-feature-style-one,
.feature-style-one .colfive:nth-child(4) .single-feature-style-one .icon-box:before {

background: #2cb58c;
}


.feature-style-one .colfive:nth-child(5) .single-feature-style-one,
.feature-style-one .colfive:nth-child(5) .single-feature-style-one .icon-box:before {
background: #5f4d8c;

}




.feature-style-one .colfive:nth-child(1) .single-feature-style-one:hover .icon-box:before {
background: #fff;

}


.feature-style-one .colfive:nth-child(2) .single-feature-style-one:hover .icon-box:before {

background: #fff;
}


.feature-style-one .colfive:nth-child(3) .single-feature-style-one:hover .icon-box:before {
background: #fff;

}


.feature-style-one .colfive:nth-child(4) .single-feature-style-one:hover .icon-box:before {

background: #fff;
}



.feature-style-one .colfive:nth-child(5) .single-feature-style-one:hover .icon-box:before {
background: #fff;

}

.feature-style-one .single-feature-style-one .icon-box i {
  color: #0261aa;
  font-size: 50px;
}

.feature-style-one .single-feature-style-one .text-box .tex, .feature-style-one .single-feature-style-one .text-box p {
  margin: 0;
line-height: 24px;
}
.feature-style-one .single-feature-style-one .text-box .tex {
  font-size: 18px;

  color: #fff;
text-transform: uppercase;
line-height: 28px;
  transition: all ease-in-out 0.3s;
text-align: center;
}








.feature-style-one .single-feature-style-one .text-box .tetx {
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  margin-top: 15px;
height:120px;
overflow:hidden;
  color: #fff;
}/*
.feature-style-one .single-feature-style-one.light .icon-box i {
  color: #fff;
}
.feature-style-one .single-feature-style-one.light .text-box .tex, .feature-style-one .single-feature-style-one.light .text-box p {
  color: #fff;
}*/

.features-style-two {
  padding-bottom: 120px;
}

.single-features-style-two {
  border: 1px solid #E8E8E8;
  text-align: center;
  min-height: 306px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}



.feature-style-one .single-feature-style-one:hover .icon-box i {
 
color: #5296c3;
}


.feature-style-one .single-feature-style-one:hover .icon-box:before { 
background: #7dc354;
}



.single-features-style-two .inner {
  width: 100%;
}
.single-features-style-two i {
  font-size: 53px;
  color: #262626;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-features-style-two h3, .single-features-style-two p {
  margin: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-features-style-two h3 {
  font-size: 22px;
  line-height: 27px;
  color: #252525;
  font-family: 'Poppins';
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-top: 18px;
  margin-bottom: 10px;
}
.single-features-style-two p {
  font-size: 15px;
  line-height: 27px;
  color: #545454;
  width: 73%;
  margin-left: auto;
  margin-right: auto;
}
.single-features-style-two:before {
  background: #FD5912;
}
.single-features-style-two:hover h3, .single-features-style-two:hover p, .single-features-style-two:hover i {
  color: #fff;
}






.feature-style-one .single-feature-style-one:hover .text-box .tex {
  color: #fff;
}






.imn-der {
width: 100%;
background: #fff;
box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
position: relative;
z-index: 1;
border-radius: 10px;
overflow: hidden;
}


.imn-der img {
width:100%;
}



.btn-skincolor {
margin-top: 15px;
padding: 9px 18px;
font-size: 14px;
color: #fff;
padding: 12px 20px;
transition: all 0.5s;
text-transform: capitalize;
position: relative;
border-radius: 10px;
font-weight: 500;
cursor: pointer;
text-align: center;
overflow: hidden;
border: none;
background: #7DC354;
box-shadow: 0 3px 24px rgb(0 0 0 / 12%);
z-index: 1;
color: #fff;
display: inline-block;
}



.btn-skincolor:hover {
color: #fff;
background: #1e3737;
}

















@media (max-width: 767px) { 

.tm-search-overlay {
width: 280px;
}


.tp-service-3__thumb img {
height: 160px;
}

.tp-team-2__area .row [class*="col-"] {
  padding: 0 55px;
}

/*
.tp-mission-2__space .colfive {
width: 50% !important;
}*/
.tp-mission-2__item {
width:180px;
height:180px;
}

.tp-mission-2__icon img {
  width: 60px;}

.tp-mission-2__icon {
  padding-bottom: 5px;
}

.tp-mission-2__shape-box {
  top: -8px;
  left: -8px;}


.tpoffcanvas-area .tp-header-3__btn {
margin-bottom: 10px;
}


.tpoffcanvas-area .tp-btn {
display: block;
}

.main-slider-two .phone-box,
.main-slider-two .owl-nav,
.no-mob,
.tp-header-top-3__area::before {
display: none;
}

.tp-header-top-3__area {
height: 40px;
}


.tp-ox {
display: inline-block;
text-align: center;
}


.main-slider-two .text {
line-height: 24px;
font-size: 13px;
margin-bottom: 10px;
width:70%;
}

.main-slider-two h1 {
font-size: 15px;
margin-bottom: 8px;
width: 85%;
}

.tp-btn {
height: 40px;
line-height: 40px;
padding: 0 30px;
font-size: 14px;
}

.main-slider-two .slide {
padding: 0 10px;
height: 220px;
}


.main-slider-two .image-layer,
.content-column {
height: 220px;
}


.main-slider-two .active .phone-box {
bottom:90px
}


.tp-funfact-2__area {
padding-bottom: 30px;
padding-top: 30px;
}



.pres-cuse,
.events-grid-area,
.ftco-section,
.contact-sec,
#part5,
.donate-se,
.tp-team-2__area,
.tp-footer__bg,
.tp-cta__bg,
.team-section-two,
.tp-event__area,
.tp-mission-2__space,
.prog-one,
.tp-service-3__space,
.tp-about-2__area,
.tp-about-3__pb {
padding:20px 0 10px;
}


.section-title p {
margin: 8px auto;
}


.tp-footer__form form input,
body,
p {
font-size: 13px;
}


.themestek-box-blog.themestek-box-style3 .themestek-box-content h4 {
font-size: 13px;
line-height: 21px;
height: 42px;
margin-top: 0;
}

.themestek-box-style3 .ts-featured-overlay .ts-meta-line {
font-size: 12px;
}

.section-title {
  margin-bottom: 8px;
}

.tp-about-2__text p {
  line-height: 25px;
}

.tp-section-title {
font-size: 16px;
}
.tp-section-title br {
display: none;
}

.colfive {
width: 30%;
}


.tp-feature-2__icon img {
  width: 55px;
}

.tp-feature-2__area .colfive {
width: 33.333%;
}

.tp-cta__area {
text-align: center;
}


.team-section-two .custom-nav .owl-nav {
display: none;
}

.tp-cta__title-sm {
  font-size: 15px;
  line-height: 25px;}

.tp-footer__widget-title-3 {
font-size: 16px;
margin-bottom: 14px;margin-top: 10px;
} 

.tp-copyright__social {
 margin-top: 0;
}

.tp-copyright__text span {
padding-bottom: 0;
}

  .tp-service-3__icon {
bottom: -33%;
width: 75px;
height: 80px;
line-height: 60px;
  }

.tp-service-3__icon span {
  font-size: 29px;}



.tp-service-3__icon span img {
  width: 35px !important;
  margin-top: 10px;
}



.tp-service-3__content {

padding: 25px 16px;
padding-bottom: 10px;}


.tp-service-3__title-sm {
  font-size: 14px;
  margin-bottom: 10px;
line-height: 23px;
height: 46px;
display: grid;
align-items: center;}

.tp-footer__list ul li {
  list-style-type: none;
  margin-bottom: 8px;}

.tp-service-3__content p {
  height: 72px;}

.tp-feature-2__title-sm {
  font-size: 13px;
  line-height: 22px;
  text-align: center;

}



.custom-nav .owl-nav {
  gap: 2px;
}

.tp-feature-2__icon {
  margin-bottom: 8px;
}
.tp-feature-2__item {
  background: #f3f3f3;
  padding: 25px 5px;
    padding-top: 25px;
  padding-top: 25px;
}



.feature-style-one {
  padding: 20px 0;
}
.feature-style-one .colfive {
width: 50% !important;
overflow: hidden;
padding: 0 15px
}

.feature-style-one .colfive:nth-child(odd) {
padding-left: 5px;
}

.feature-style-one .colfive:nth-child(even) {
padding-right: 5px;
}

.feature-style-one .single-feature-style-one .icon-box img {
  width: 44px;}

.feature-style-one .row {

justify-content: center;}



.feature-style-one .single-feature-style-one .icon-box::before {
  width: 130px;
  height: 130px;}

.feature-style-one .single-feature-style-one .text-box .tex {
  font-size: 14px;
  line-height: 23px;
}


.tp-breadcrumb__title {
max-width: 100%;
font-size: 14px;
}


.wpo-case-area .row [class*=col-]:nth-child(odd) {
padding-left: 5px;
}

.wpo-case-area .row [class*=col-]:nth-child(even) {
padding-right: 5px;
}


.backage {
  width: 49% !important;
  padding: 0 5px;
  display: inline-block;
  margin: 5px 0;
}

.deis-donate {
width: auto !important;
}

.img-clo {
  height: 100px;}


.boxs-donate,
.deis-donate .contact-wrap {
  width: 93%;
padding: 20px;
}


.cut-wid {
  width: 93%;
}

.contact-wrap {
padding: 20px;
}


.text-clo h3 {
  font-size: 14px;
  background: linear-gradient( to bottom , #fbfbfb , #f1f1f1);
  margin: 0;
  padding: 8px;
}



.jop-details h3 {
  margin: 10px 0;
margin-top: 0;
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
}

.icon-box-4 svg {
  width: 50px;
  height: 50px;
  padding: 12px;
}

.sec-title h2 {

font-size: 17px;}


.coicons {
  padding: 10px;}

.about-wrap-04 {
padding-left: 0 !important;
margin-bottom: 10px !important;
}


.icon-box-4 {

  padding: 15px 70px 15px 10px;}

.feature-style-one .single-feature-style-one {
  padding: 17px; }


.features-box-area h5 {
  font-size: 14px;
}


.features-section,
.tp-about {
  padding: 20px 0;}




.row.bg-white {
margin: 0;
padding: 15px;
}

.tp-header-3__right-box {
border-right: 0;
padding: 0;
}

}




table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: right;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}




.footer-widget__info {
  margin-top: -4px;padding: 0;
  margin-bottom: -13px;
}
.footer-widget__info li {
  font-size: 14px;
  color: #000;
  font-weight: 400;
line-height: 24px;
position: relative;
padding-right: 35px;
margin-bottom: 15px;
}
.footer-widget__info li a {
  color: inherit;
  
  transition: all 500ms ease;
}
.footer-widget__info li a:hover {

}
.footer-widget__info li a:hover {
  color: #fff;
}
.footer-widget__info li i {
  font-size: 16px;
  color: undefined;
  position: absolute;
  right: 0;
  top: 0;
}



.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1300px;
}



@media (max-width: 767px) { 

.themestek-box-blog.themestek-box-style3 {
margin-bottom: 0;
}


.post-item {
padding: 0;
}

.themestek-box-blog.themestek-box-style3 .themestek-box-content {
  padding: 0 10px;
}

.themestek-box-desc {
  font-size: 12px;
  height: 44px;
  overflow: hidden;
  line-height: 22px;
}




}



.about-two__image {
  position: relative;
  z-index: 2;
  text-align: right;
}
@media (min-width: 1200px) {
  .about-two__image {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .about-two__image {
    max-width: 570px;
  }
}
@media (max-width: 767px) {
  .about-two__image {
    padding: 0;
  }
}



.about-two__image > img {
  max-width: 100%;
  height: auto;
  border-radius: 30px;height: 285px;
}


.about-two__image > img.founder-img {
height: auto;
max-height: 585px;
width: 100%;
}
.oe-founder {
background-color: #fff;
border-radius: 20px;
padding: 15px 0;
box-shadow: 1px 2px 15px #00000014;
position: relative;
z-index: 2;
max-width: 100%;
width: 900px;
}


.oe-founder {
margin: 0 auto;
max-width: 100%;
}

.founder-box {
padding: 0 0 0 30px;
}








.causes-card {
	display: flex;
    background: #fff;
    border-radius: 13px;
    padding: 10px;
    box-shadow: 0 6px 41px 0 rgba(0, 0, 0, .07);
margin-bottom: 30px;
position: relative;
}

.causes-card .tp-btn {
position: absolute;
left: 20px;
bottom: 12px;
}


.causes-card .image {
min-width: 40%;
max-width: 40%;
    position: relative
}

.causes-card .image img {
    border-radius: 14px;
    width: 100%;
	height: 240px;
}

.causes-card .image span {
    background: #eeb012;
    border-radius: 14px;
    color: #000;
    font-size: 14px;
    
    left: 20px;
    padding: 5px 30px;
    position: absolute;
    text-align: center;
    top: 22px
}

.causes-card .text {
padding: 0 20px;
color: #444;
font-size: 15px;
}

.causes-card .text h2 {
    margin-bottom: 8px;
	line-height: 30px;
font-size: 16px;
}

.causes-card .text h2 a {
    color: #061408;
 font-size: 20px;   
    text-transform: capitalize
}

.causes-card .text p {
    font-weight: 400;
    line-height: 25px;
    margin: 0;
	margin: 0;
height: 100px;
overflow: hidden;
}

.causes-card .progress-wrap {
background: #f3f8f9;
border-radius: 10px;
margin: 0 12px 0;
padding: 35px 20px 12px;
}

.causes-card .progress-item {
    position: relative
}

.causes-card .progress-item .progress {
    background: #fff;
    border-radius: 4px;
    height: 7px;
    overflow: visible;
transition: all 1500ms linear;
}

.causes-card .progress-item .progress .bar {
    background: #527779;
    border-radius: 30px;
    height: 7px;
    position: relative;
    z-index: 1;
transition: all 1500ms linear;
}

.causes-card .progress-item .cssProgress-label {
    color: #037d84;

    font-size: 14px;
    
    position: absolute;
    left: 0;
    top: -27px
}

.causes-card .progress-item .cssProgress-label:after {
    background: #077f82;
    border-radius: 100px;
    content: "";
    height: 20px;
    right: 0;
    position: absolute;
    top: 20px;
    width: 20px;
    z-index: 1
}

.causes-card .progress-item .cssProgress-label:before {
    background: #fff;
    border-radius: 100px;
    content: "";
    height: 8px;
    right: 6px;
    position: absolute;
    top: 26px;
    width: 8px;
    z-index: 11
}

.causes-card ul {
    display: flex;
list-style: none;
  margin: 0;
padding: 0;
    justify-content: space-between;
    margin-top: 20px
}

.causes-card ul li {
    position: relative
}

.causes-card ul li .title {
    color: #000
}

.causes-card ul li .title,
.causes-card ul li span {
    display: block;
    font-size: 14px;
}

.causes-card ul li span {
    color: #527779
}
/*
.causes-card ul li:nth-child(2):before {
    left: -35px
}



.causes-card ul li:nth-child(2):after,
.causes-card ul li:nth-child(2):before {
    background: #d9d9d9;
    content: "";
    height: 28px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px
}

.causes-card ul li:nth-child(2):after {
    right: -35px
}

*/
.causes-section-s2 {
background: #f7f7f7;
padding: 40px 0 20px;
z-index: 1;
position: relative;
overflow: hidden;
}


.causes-section-s2 .shape {
	position: absolute;
	top: 0; left: 0;
z-index: -1;
opacity: 0.2;
}
.causes-section-s2 .shape img {
width: 600px;
max-width: 100%;
}







@media (max-width: 767px) {
.causes-card .text {
  padding: 8px;
font-size: 13px;}


.causes-card {
flex-direction: column;
}

.causes-card .image {
min-width: 100%;
max-width: 100%;}


.causes-card .text h2 {
  margin-bottom: 5px;
  line-height: 25px;
  font-size: 14px;
}

.causes-card .tp-btn {
  position: inherit;
  margin-top: 5px;
}

.tp-proverbs {
  padding: 20px 0 10px;
}

}


.theme-proverbs {
overflow: hidden;
background-image:linear-gradient(182deg, #fdfbfb 0%, #ebedee 100%);
padding: 10px;
border: 1px solid #e0f7f3;
border-radius: 20px;}



.theme-proverbs .wp-post-image {
height: 155px;
border-radius: 8px;
}


.ts-proverbs {
padding-right: 15px;
}







@media all and (min-width: 1025px) {
    .quick-wrap:hover ul {
        transform: translateX(110px);
    }
}





    .quick-wrap {
        position: fixed;
        bottom: 70px;
        left: 0;
        z-index: 79;
        width: 60px;
        transition: 0.3s;direction: rtl;
    }

    .gototop-active  .quick-wrap {
        transform: translateY(-80px);
}

    .quick-wrap {
        transform: translateY(0px);
    }
    .quick-wrap .btn-top {
        transform: translateY(-100px);
        opacity: 0;
    }
    .quick-wrap ul {
        width: 180px;
        transform: translateX(0);
        transition: transform 0.5s;
    }
    .quick-wrap ul li a {
        display: flex;
        align-items: center;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        text-align: left;
        transition: 0.3s;
    }
    .quick-wrap ul li a .icon-box {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 80px;
margin: 0;
font-size: 34px;
    }
    .quick-wrap ul li a:hover {
        font-weight: 700;
    }
    .quick-wrap ul li.focus a {
        background: #7DC354;
    }
    .quick-wrap .btn-quick {
        display: none;
    }

  .quick-wrap .btn-top {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: -1;
        width: 74px;
        height: 80px;
        margin-top: 20px;
        color: #999;
        font-size: 18px;
        transition: 0.3s;padding-left: 20px;
    }


    .gototop-active .quick-wrap .btn-top {
transform: translateY(-30px);
opacity: 1;
}

    .quick-wrap .btn-top .ico-top {
        margin-bottom: 22px;
width: 17px;
height: 24px;
background-image: url(../images/top.svg);
    }









.crd-img {
/*
background: url(images/hexa.png);*/
width: 95px;
height: 95px;
margin: 15px auto 35px;
display: grid;
align-items: center;
justify-content: center;
background-size: cover;
background-size: 110px 110px;
    position: relative;
z-index: 1;
}




.crd-img:before {
content: "";
width: 95px;
height: 95px;
left: 0;
position: absolute;
bottom: 0;
z-index: -1;
transition: all .3s ease-in-out;
border-radius: 50%;
box-shadow: inset 1px 1px 15px #ffffff30;
}



.crd-img img {
width: 60px;
filter: brightness(100) invert(1);
}


.insta-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    align-items: center;
}

.insta-card {
    text-align: center;
    background-color: #fff;
padding: 30px 30px 15px;

    border-radius: 20px;

    transition: 0.3s;
background-image: linear-gradient(180deg, #2af598 0%, #009efd 100%);
}



.insta-card:nth-child(1) {

}


.insta-card:nth-child(2) {
background-image: linear-gradient(180deg, #2af598 0%, #009efd 100%);
}

.insta-card:nth-child(3) {
background-image: linear-gradient(180deg, #2af598 0%, #009efd 100%);
}


.insta-card:nth-child(5) {
background-image: linear-gradient(180deg, #2af598 0%, #009efd 100%);
}



.insta-card:nth-child(4) {
background-image: linear-gradient(180deg, #2af598 0%, #009efd 100%);

}
.insta-card:nth-child(6) {
background-image: linear-gradient(180deg, #2af598 0%, #009efd 100%);
}





.insta-card h3 {
    font-size: 1em;
    color: #fff;
margin-bottom: 25px;
    position: relative;
}


/*
.insta-card h3:after {
position: absolute;
content: '';
bottom: 0;
width: 62px;
height: 9px;
background: url(images/line.png);
left: 50%;
margin-left: -31px;
filter: brightness(10);

}*/

.insta-card:hover h3 {
    color: #fff;
}

.insta-card p {
    padding: 20px;
    font-size: 0.80em;
    font-weight: 400;
}
.insta-card:hover p {
    color: #fff;
}

/*
.insta-card:hover{
background: linear-gradient( to bottom , #7dc354 , #4b8d24);
background: linear-gradient( to bottom , #347b0a , #459914);
}

.insta-card:hover .crd-img img {
filter: brightness(100) invert(1);
}
*/


.sp-img img {
height: 470px;
object-fit: cover;
border-radius: 16px;
}






@media all and (max-width: 767px) { 

.theme-proverbs .wp-post-image {
height: 270px;
object-fit: cover;
object-position: top;
}


.theme-proverbs .ts-proverbs {
  padding: 8px;
}


.main-footer {
padding-bottom: 70px;
}


.section-padding {
padding: 20px 0;
}



.quick-wrap ul {
margin: 0 !important;
width: 100%;
}

.quick-wrap ul li {
width: 25%;
float: right;}

.gototop-active .quick-wrap .btn-top {
transform: translateY(-180px);
}

.gototop-active .quick-wrap,
.quick-wrap {
width: 100%;
left: 0;
right: 0;
bottom: 0;
transform: none;
}
.quick-wrap ul li a .icon-box {

height: 70px;}
.quick-wrap ul li a {

font-size: 0;
justify-content: center;}

.insta-card {
padding: 30px 10px 15px;
}

.insta-card h3 {
margin-bottom: 18px;
}

.crd-img {
margin: 0 auto 20px;
}


}
