.section_main_head h3 {
  font-size: 30px;
  color: var(--color-3d4963);
  text-align: center;
  font-weight: 600;
}
.section_main_head h3:after {
  background-color: var(--color-90c908);
  content: "";
  display: block;
  text-align: center;
  margin: 18px auto;
  width: 45px;
  height: 3px;
}
.section_main_head .section_text {
  font: 400 15px var(--font-Poppins);
  color: var(--color-8d96ae);
}
.section_main_head.white_head h3{
  color: white;
}
.section_main_head.white_head .section_text{
  color: #a9aeb8;
}
/* --------- Inner Pages --------- */
ol.carousel-indicators li {
  max-width: 10px;
  padding: 5px;
  color: var(--color-333333);
  border-radius: 50%;
}
#slider ol.carousel-indicators {
  position: absolute;
  right: auto;
  bottom: 55px;
  left: auto;
  margin-right: 0;
  margin-left: 0;
}
/* --------- SLIDER--------- */
#slider {
  max-width: 100%;
  margin: auto;
  padding: 0;
  position: relative;
}
#slider .slider-box {
  text-align: left;
}
#slider .carousel-control-next, .carousel-control-prev {
  z-index: 99;
}
#slider img {
  width: 100%;
}
#slider h3 {
  font-size: 54px;
  letter-spacing: 1px;
  color: var(--color-3d4963);
  padding-top: 0;
  font-weight: 700;
}
#slider .prop_desc, #slider .prop_desc p {
  font: 400 15px var(--font-Poppins);
  line-height: 26px;
  color: var(--color-3d4963);
}
#slider .slider-box {
  text-align: left;
  max-width: 600px;
}
#slider .carousel-caption.d-none.d-md-block {
  margin: 0 auto;
}
#slider h6 {
  font-size: 18px;
  color: var(--color-3d4963);
  font-weight: 500;
  padding: 0;
  line-height: 1;
}
#slider .carousel-caption {
  top: 56%;
  transform: translateY(-50%);
  bottom: inherit;
  text-align: left;
  left: 0%;
  right: 0%;
}
#slider .carousel-control-next, #slider .carousel-control-prev {
  width: 10%;
}
#slider .carousel-item-next, #slider .carousel-item-prev, #slider .carousel-item.active {
  display: block !important;
}
#slider .carousel-control-prev-icon, #slider .carousel-control-next-icon {
  background-image: none;
}
#slider .carousel-control-next, #slider .carousel-control-prev {
  opacity: 1;
  display: none;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: auto;
  height: auto;
}
#slider a i {
  background-color: var(--color-90c908);
  font-size: 15px;
  color: white;
  border-radius: 27px;
  margin: 5px;
  padding: 13px 16px;
}
#slider a i:focus, #slider a i:active, #slider a i:hover {
  background: var(--color-90c908);
  border: none;
  transition: all 0.5s ease-out;
  color: white;
}
#slider .carousel-control .nav1 {
  display: none;
  position: absolute;
  right: 19%;
  bottom: 81px;
  font-size: 14px;
  color: black;
  padding: 0 5px;
  background-color: #ffc61a;
  z-index: 1;
}
#slider ol.carousel-indicators .active {
  background-color: var(--color-90c908);
  max-width: 40px;
}
#slider ol.carousel-indicators li {
  border-radius: 12px;
  max-width: 3px;
  padding: 3px;
  background: var(--color-3d4963);
  border-top: 0;
  border-bottom: 0;
  margin-right: 20px;
  opacity: 1;
}
.prop_desc {
  margin-bottom: 20px;
}
#slider a.theme_button {
    margin-right: 20px;
}
/*------------------------- About-----------------------------*/
.about-content ul {
  list-style: none;
}
.about-head {
  font-size: 23px;
  color: var(--color-3d4963);
  font-weight: 500;
}
.about-text {
  font: 400 14px var(--font-Poppins);
  line-height: 30px;
  color: var(--color-9096a2);
  margin: 1em 0 2em 0;
}
.about_i {
  border: 1px solid var(--color-8d96ae);
  border-radius: 50%;
  height: 80px;
  width: 80px;
  padding: 15px 16px;
  display: block;
  background: var(--color-8d96ae);
  text-align: center;
  margin-right: 15px;
}
.about_i i{
  font-size: 25px;
  color: white;
  margin-right: 0 !important;
  padding-top: 10px;
}
.li_content {
  margin: 15px 0;
}
.about-box-content h6 {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 26px;
  color: var(--color-8d96ae);
  font-weight: 500;
  text-transform: uppercase;
}

section#about-video {
  background-color: #e4f6ff;
  padding: 0;
}
.testimonail-bg {
  background-color: #e4f6ff;
}
#about li.nav-item:hover {
  background-color: var(--color-90c908);
}
.li_content:hover .about_i {
  transition: 1s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  transform: rotateY(360deg);
   background: var(--color-90c908);
}
/*------------------------- Services Tab -----------------------------*/
#our-services {
  background-color: #f3f6f8;
}
.service-icon i {
  font-size: 20px;
  color: #3d4962;
  height: 75px;
  width: 140px;
  border-bottom-left-radius: 90px;
  border-bottom-right-radius: 90px;
  background-color: transparent;
  margin: 0 auto;
  padding: 19px 0;
}
.service-icon {
  text-align: center;
}
.our-services-box {
  background-color: white;
  padding: 0 25px 25px 25px;
  text-align: center;
}
.services-title a {
  font-size: 20px;
  letter-spacing: 1px;
  color: var(--color-3d4963);
  font-weight: 500;
}
.our-services-box p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  color: var(--color-8d96ae);
  font-family: var(--font-Poppins);
}
.our-services-box .service-icon i {
  background: #f9fafb;
}
.our-services-box:hover .service-icon i {
  background: var(--color-90c908);
  color: white;
}
.our-services-box:hover .services-title a {
  color: var(--color-90c908);
}
.owl-dots {
  display: block;
  text-align: center;
  margin-top: 40px;
}
button.owl-dot {
  width: 10px;
  height: 9px;
  margin: 5px;
  background: var(--color-8d96ae) !important;
  border-radius: 50% !important;
  outline: none;
}
button.owl-dot.active {
  background: var(--color-90c908) !important;
  width: 35px;
  border-radius: 20px !important;
}
/*-------------------service shortcode------------*/
.our-services-box.shortcode {
  border: 1px solid;
  margin-top: 20px;
}
/*------------------------Project------------------------------*/
h3.head_black {
  font-size: 32px;
  color: var(--color-3d4963);
  font-weight: 600;
  text-align: center;
}
h3.head_black:after {
  background-color: var(--color-90c908);
  content: "";
  display: block;
  text-align: center;
  margin: 10px auto;
  width: 37px;
  left: 49%;
  height: 3.7px;
}
.section-heading p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  color: var(--color-9096a2);
  font-family: var(--font-Poppins);
  font-weight: 400;
  text-align: center;
  margin-top: 1.5rem;
}
.nav-tabs .nav-link.active {
  color: var(--color-90c908);
  font-weight: bold;
  border-bottom: 2px solid var(--color-90c908);
  background-color: transparent;
  padding-bottom: 10px;
}
a.nav-link {
  padding: 0 4px;
  margin: 0 14px;
}
.tab_list a.nav-link {
  color: #6c6c6c;
  font-size: 14px;
  border-radius: 0;
  border: none;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
}
.project_tab_content h4 a {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 28px;
  color: white;
  font-family: var(--font-FiraSans);
  font-weight: 500;
}
.nav-tabs {
  border-bottom: none;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.tab_list li.nav-item {
  margin-left: 10px;
  display: inline-block;
}
p.project_para {
  font-size: 14px;
  color: white;
}
#project {
  background-color: #f3f6f8;
}
.project_tab_content .box {
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  border: 14px solid white;
}
.project_tab_content .box:hover:before, .project_tab_content .box:hover:after {
  opacity: 1;
}
.project_tab_content .box img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease 0s;
}
.project_tab_content .box:hover img {
  transform: translateY(-10%);
}
.project_tab_content .box .box-content {
  width: 100%;
  background: var(--color-90c908);
  padding: 0;
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%) translateY(100%);
  transition: all 0.3s ease 0s;
  padding: 10px 20px;
  text-align: left;
}
h4.title {
    padding-bottom: 0;
}
.project_tab_content .box:hover .box-content {
  transform: translateX(-50%) translateY(0);
}
.project_tab_content .box .icon {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 50%;
  left: 43%;
  z-index: 2;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s ease 0s;
  text-align: right;
}
.project_tab_content .box .icon li {
  display: inline-block;
  margin: 0 5px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.box .icon li:first-child {
  transform: translateX(-150px);
}
.box .icon li:last-child {
  transform: translateX(150px);
}
.box:hover .icon li {
  opacity: 1;
}
.box:hover .icon li:first-child {
  transform: translateX(0);
}
.box:hover .icon li:last-child {
  transform: translateX(0);
}
.box .icon li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 50%;
  border: 3px dotted transparent;
  font-size: 18px;
  color: white;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease 0s;
}
/*-------------------------Team---------------------------------*/
.team_images img {
  border-radius: 50%;
  width: 100%;
}
.team_social i {
  padding: 6px 6px;
  color: white;
}
h3.team_title {
  font-size: 32px;
  color: var(--color-3d4963);
  text-align: center;
}
h3.team_title:after {
  background-color: var(--color-90c908);
  content: "";
  display: block;
  margin: 4px auto;
  text-align: center;
  width: 37px;
  left: 48%;
  height: 3.7px;
}
.team-box {
  text-align: center;
  padding: 20px 0;
}
h5.team_head a {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  color: var(--color-3d4963);
  font-weight: 600;
}
#team cite {
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--color-8d96ae);
  font-family: var(--font-Poppins);
  font-weight: 600;
  font-style: normal;
}
/*-------------------------Our Skills--------------------------*/
.progress {
  position: relative;
  text-align: center;
}
.bar {
  margin: 0 auto;
  text-align: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 20px solid #dfe3e9;
  border-bottom-color: var(--color-90c908);
  border-right-color: var(--color-90c908);
}
.barOverflow {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 106px;
}
.progress {
  display: -ms-flexbox;
  display: block;
  overflow: hidden;
  height: auto;
  background-color: unset;
  border-radius: .25rem;
}
.icon_skills i {
  color: var(--color-8d96ae);
  font-size: 24px;
}
.icon_skills {
  text-align: center;
  padding-bottom: 6px;
}
h6.skills-para {
  font-size: 18px;
  color: var(--color-8d96ae);
  text-align: center;
}
h3.skills_para {
  font-size: 32px;
  color: var(--color-3d4963);
  text-align: center;
}
.skills_sec p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  color: var(--color-9096a2);
  font-family: var(--font-Poppins);
  font-weight: 400;
  text-align: center;
}
h3.skills_para:after {
  background-color: var(--color-90c908);
  content: "";
  display: block;
  text-align: center;
  margin: 10px auto;
  width: 37px;
  left: 49%;
  height: 3.7px;
}
#skills_video {
  background-color: #f3f6f8;
}
/*-------------------Project single-----------------------------------*/
a.post_taxonomy {
  font-size: 16px;
  color: black;
  padding-right: 18px;
}
a.work_url {
  display: table;
  margin-top: 10px;
  padding: 10px;
  background-color: var(--color-90c908);
  color: white;
  font-weight: bold;
}
/*-----------------------------Features----------------------------*/
#features {
  background-color: #f3f6f8;
}
.features-box {
  text-align: center;
  background: white;
  padding: 40px 0;
}
.feature-content {
  margin-top: -90px;
}
.feature-title {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 28px;
  color: var(--color-3d4963);
  font-weight: 500;
}
.feature_details {
  font-size: 16px;
  color: #949cb3;
  font-weight: 400;
}
.icon_feature i {
  font-size: 36px;
  padding-bottom: 20px;
  color: var(--color-8d96ae);
}
.features-box:hover .feature-title, .features-box:hover .feature_details, .features-box:hover .icon_feature i  {
  color: white;
}
/*-------------------------Records---------------------------*/
span.record-suffix {
  font-size: 50px;
  color: white;
  font-weight: 700;
}
span.count {
  font-size: 42px;
  letter-spacing: 2px;
  line-height: 79px;
  color: white;
  font-weight: 700;
}
.why_title {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 28px;
  color: var(--color-9da5ba);
  font-family: var(--font-Poppins);
  font-weight: 500;
}
/* Outer */
.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.77);
  z-index: 999999;
}
/* Inner */
.popup-inner {
  max-width: 1000px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px rgba(0,0,0,1);
  border-radius: 3px;
}
/* Close Button */
.popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: rgba(0,0,0,0.8);
  font-family: Arial, Sans-Serif;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: white;
}
.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: rgba(0,0,0,1);
  text-decoration: none;
}
.ps_video {
  right: 12%;
  bottom: 12%;
}
.ps_video i:after {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255,255,255,.75);
  top: -30%;
  left: -30%;
  background: transparent;
}
.ps_video i {
  width: 90px;
  height: 90px;
  background-color: var(--color-90c908);
  color: white;
  border-radius: 50%;
  padding: 27px 29px;
  font-size: 22px;
  border: 6px solid #b3df4c;
  position: absolute;
  bottom: 12%;
  right: 12%;
  margin: 0 auto;
  cursor: pointer;
}
@-webkit-keyframes pulsate1 {
  0% {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
      opacity: 1;
      box-shadow: inset 0 0 25px 3px rgba(255, 255, 255, 0.75), 0 0 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
      box-shadow: none;
  }
}
@keyframes pulsate1 {
  0% {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
      opacity: 1;
      box-shadow: inset 0 0 25px 3px rgba(255, 255, 255, 0.75), 0 0 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
      -webkit-transform: scale(1, 1);
      transform: scale(1);
      opacity: 0;
      box-shadow: none;
  }
}
.why_choosebg:hover img {
  transition: 1s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  transform: rotateY(360deg);
}
/*------------------------Pricing Plans-----------------------------*/
.price-box ul li i {
  padding-right: 10px;
}
.price-box {
  background-color: white;
  padding: 40px;
}
.price-box ul {
  list-style: none;
  margin: 0;
  margin-top: 20px;
}
.price-box span {
  font-size: 20px;
  line-height: 28px;
  color: var(--color-3d4963);
  font-weight: 600;
}
.price-box ul li {
  list-style: none;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 40px;
  color: var(--color-9da5ba);
  font-family: var(--font-Poppins);
  font-weight: 400;
}
.plan-box:hover .membership-heading-box {
  background: var(--color-90c908);
  border-color: var(--color-90c908);
}
.plan-box:hover .price-box span {
  color: var(--color-90c908);
}
.membership-heading-box {
  border: 2px solid white;
  display: inline-block;
  padding: 5px 30px;
}
.membership-heading-box h4 {
  font-size: 20px;
  color: white;
}
.price-button {
  padding: 16px 0;
}
#plans_pricing {
  background-color: #f3f6f8;
}
.plan-box {
  margin-bottom: 15px;
}
.price-button .theme_button2 {
  padding: 14px 30px;
}
#plans_pricing .section_main_head {
  padding-bottom: 10em !important;
}
.pricing-box {
  margin-top: -6em;
}
/*-----------------------faq--------------------------*/
#tsaccordionfaq button.accordion-button {
  font-size: 14px;
  color: var(--color-8d96ae);
  font-family: var(--font-Poppins);
  font-weight: 400;
  padding: 0 20px;
  border-radius: 10px;
  background-color: white;
  background-clip: border-box;
  border-radius: 48px !important;
  margin-bottom: 15px;
  padding: 18px 26px;
  border: navajowhite;
  margin-bottom: 0;
  width: 100%;
  display: block;
  box-shadow: none;
}
#tsaccordionfaq button.accordion-button:after {
  content: "";
  position: relative;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  font-size: 24px;
  background-image: none;
  top: 4px;
}
#tsaccordionfaq button.accordion-button[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#tsaccordionfaq button.accordion-button[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion-item {
  margin-bottom: 15px;
  background-color: white;
  border: none;
  border-radius: 27px !important;
  margin-bottom: 20px;
}
.accordion-body {
  padding: 15px 0;
  padding-bottom: 0;
}
.accordion-collapse{
  padding: 0 12px;
  padding-bottom: 12px;
}
h4.accordion-header button{
  padding: 12px 12px;
  background-color: var(--color-fe5970) !important;
  border-radius: 7px;
}
.accordion-header {
  padding: 0;
}
.accordion-button:focus{
  box-shadow: none;
}
#tsaccordionfaq button.accordion-button:not(.collapsed) {
  color: white;
  background: var(--color-90c908) !important;
}
.accordion-body p {
  padding: 0 20px;
  font-size: 14px;
  line-height: 25px;
  color: var(--color-9da5ba);
  font-family: var(--font-Poppins);
}
#ourfaqs {
  padding-bottom: 12em;
  margin-bottom: 0em;
}
/*------------------------Testimonials -----------------------------*/
.inner-test-bg {
  margin-top: -16em;
}
#testimonials, #latest_post {
  background-color: #f3f6f8;
}
.home.page-template .content_box {
  box-shadow: 0 20px 18px -12px #cccccc29;
  background-color: white;
  padding: 20px;
}
.short_text .text_quote {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--color-8d96ae);
  font-family: var(--font-Poppins);
  margin-bottom: 15px;
  z-index: 999999;
  overflow: hidden;
  position: relative;
}
h4.testimonial_name a {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 26px;
  color: var(--color-3d4963);
  font-family: var(--font-FiraSans);
  font-weight: 600;
}
p.dest_testimonial {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 26px;
  color: var(--color-8d96ae);
  font-family: var(--font-FiraSans);
  font-weight: 600;
}
.inner_socio i {
  font-size: 16px;
  border: 2px solid var(--color-8d96ae);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  padding: 11px 12px;
  color: #8d96ae;
  font-size: 14px;
}
.inner_socio a{
  text-align: center;
  margin-right: 3px;
}
.testimonial-socialbox {
  margin-top: 1.5em;
}
.content_box:hover h4.testimonial_name a {
  color: var(--color-90c908);
}
.content_box:hover p.dest_testimonial {
  color: #455168;
}
.inner_socio i:hover {
  color: white;
  background: var(--color-90c908);
  border-color: var(--color-90c908);
}
.testimonial_box img {
  border-radius: 50%;
  margin-right: 16px !important;
}
.home.page-template .testimonial_box:hover img {
  transition: 1s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  transform: rotateY(360deg);
  background-color: red !important;
}
.testi-data ul li {
  list-style: none;
  display: inline-block;
}
.secondry-menu ul {
  padding: 50px 0;
  margin: 0;
  text-align: center;
}
.secondry-menu li {
  display: inline-block;
  padding: 5px 25px;
}
.blog_box > [class^=col] {
  display: flex;
  flex-direction: column;
}
.head-inner.text-center {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
.inner_socio.shortcode a {
  margin-left: 4px;
}
.short_text i {
  position: absolute;
  left: -9px;
  top: -7px;
  font-size: 5em;
  color: #f3f4f7;
}
.short_text {
    position: relative;
}

/*------------------Latest Post -----------------*/
.blog_meta {
  text-align: right;
}
.date_box .entry-date {
  transform: rotate(-90deg);
  margin: 0 -30px;
  padding: 3em 0;
  font-size: 16px;
  line-height: 24px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.date_box {
  border: 1px solid var(--color-8d96ae);
  height: max-content;
  margin-left: 18px;
  background: var(--color-8d96ae);
}
.latest_post_text ul li {
  list-style: none;
  display: inline-block;
}
.latest_post_name a {
  font-size: 24px;
  color: var(--color-3d4963);
}
.blog_shorttext {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 31px;
  color: var(--color-9da5ba);
  font-family: var(--font-Poppins);
  font-weight: 400;
}
#latest_post .post-subheading {
  font-size: 14px;
  color: var(--color-90c908);
  padding: 10px 0px 10px 0px;
}
.blog_meta span {
  font-size: 12px;
  color: #a8b0c5;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 8px;
}
.latest_post_text i {
  color: #3d4962;
  margin-right: 8px;
}
#latest_post a.latest_btn {
  color: white;
}
a.latest_btn {
  background: var(--color-8d96ae);
}
#latest_post .owl-carousel .owl-item img {
  width: 100% !important;
}
#latest_post .about-heading {
  padding: 0;
}
.post_thumb {
  position: relative;
}
.tags {
  padding: 25px 0 15px;
  text-transform: uppercase;
}
.tags a {
  text-transform: capitalize;
  border: solid 1px #66686b;
  padding: 3px 15px;
  border-radius: 15px;
  color: #66686b;
  margin: 2px 5px;
  display: inline-block;
}
.blog_box:hover .date_box {
  background: var(--color-90c908);
  border-color: var(--color-90c908);
}
.blog_box:hover a.latest_btn {
  background: var(--color-90c908);
}
#latest_post .owl-dots {
  text-align: center;
  display: none;
  margin-top: 30px;
}
#latest_post button.owl-dot {
  width: 8px;
  height: 8px;
  margin: 5px;
  background-color: #e8eaf0;
  border-radius: 30px;
  border: none;
}
#latest_post button.owl-dot.active {
  background-color: var(--color-90c908);
}
#latest_post button:focus {
  outline: inherit !important;
}
.post-box {
  position: relative;
}
#latest_post .owl-nav {
  display: none;
  margin: 0;
}
.latest_post_box {
  margin: 0px 15px;
}
#latest_post button i {
  color: var(--color-90c908);
}
#latest_post button.owl-prev, #latest_post button.owl-next {
  background: #efefef;
}
/*Postbox Hover*/
.postbox .postpic {
  position: relative;
  overflow: hidden;
}
.postbox .post_pic_inner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.post_pic_inner {
  position: relative;
}
.postbox:hover .post_pic_inner:before {
  opacity: 0.4;
}
/*-----------------------Footer Contact-----------------*/
textarea.wpcf7-form-control.wpcf7-textarea {
  height: 100px;
  color: white;
}
h5.home_title {
  font-size: 19px;
  letter-spacing: 1px;
  line-height: 24px;
  color: white;
  font-family: var(--font-FiraSans);
  font-weight: 500;
  text-align: center;
}
p.team_title {
  font-size: 30px;
  letter-spacing: 1px;
  color: white;
  font-weight: bold;
  font-style: italic;
}
#home_contact_details input[type="text"]::placeholder, #home_contact_details input[type="tel"]::placeholder, #home_contact_details input[type="email"]::placeholder, #home_contact_details input[type="phno"]::placeholder, #home_contact_details input[type="password"]::placeholder, #home_contact_details textarea::placeholder {
  color: white;
  font-style: italic;
}
#home_contact_details input[type="text"], #home_contact_details input[type="tel"], #home_contact_details input[type="email"], #home_contact_details input[type="phno"], #home_contact_details input[type="password"], #home_contact_details textarea {
  border: 1px solid white;
}
#home_contact_details input[type="submit"] {
  padding: 9px 44px;
  font-weight: bold;
  display: table;
  text-align: center;
  margin: 0 auto;
  border-radius: 30px;
  color: white;
  border: none;
  background-color: var(--color-90c908);
}
section#home_contact_details {
  padding-bottom: 0;
}
/*-----------Contact Home-----------*/
#footernewsletter input::placeholder, #footernewsletter textarea::placeholder {
  color: var(--color-90c908);
}
.contact-box {
  background-color: white;
  padding: 40px;
}
.home-contact {
  background-color: var(--color-90c908);
  padding: 20px 30px;
}
.contact_box h4 {
  font-size: 30px;
  color: white;
  font-family: var(--font-FiraSans);
  font-weight: 500;
}
h5.home_title {
  transform: rotate(-90deg);
  margin: 0 -34px;
}
.contact-title {
  background: var(--color-90c908);
  padding: 60px 0;
  height: max-content;
}
.home.page-template .contact_box {
  margin-top: -180px;
  margin-bottom: 30px;
  position: relative;
}
.contact_box {
  margin-bottom: 30px;
}
.contact_box input[type="text"], .contact_box input[type="tel"], .contact_box input[type="email"], .contact_box input[type="phno"], .contact_box input[type="password"], .contact_box textarea, .contact_box input[type="number"]{
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 0 0px 0;
  height: auto;
  color: #8d96ae;
  width: 100%;
  border-bottom: 1px solid #eeeff2;
  border-left: none;
  border-right: none;
  border-top: none;
  font-style: italic;
  margin-bottom: 16px;
}
.contact_box input[type="text"]::placeholder, .contact_box input[type="tel"]::placeholder, .contact_box input[type="email"]::placeholder, .contact_box input[type="phno"]::placeholder, .contact_box input[type="password"]::placeholder, .contact_box textarea::placeholder, .contact_box input[type="number"]::placeholder{
    color: #8d96ae !important;
}

/*------------------*/
.progress_bar {
  width: 100% !important;
}
span.progress_percentage {
  position: relative;
  bottom: 35px;
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 28px;
  color: var(--color-3d4963);
  font-weight: 500;
}
/*---------team-----------*/
.team_images {
  border-radius: 50%;
  overflow: hidden;
  /* z-index: -1; */
  position: relative;
}
#team .box .team_images img {
    width: 100% !important;
    height: auto;
    border-radius: 50%;
    transform: rotate(0deg);
    transition: transform 0.30s ease;
}
#team .box .team-sec {
  position: absolute;
  top: 100%;
  width: 100%;
  height: auto;
  color: white;
  text-align: center;
  padding: 6% 3%;
  background: var(--color-90c908);
  transition: all 0.5s ease 0s;
  z-index: 999999;
}
#team .box:hover .team-sec {
  top: 62%;
}
embed {
  max-width: 100%;
}
.modal-footer button {
  cursor: pointer;
}
.video_img {
    display: inline-block;
}