@charset "utf-8";
/**
*
* -----------------------------------------------------------------------------
*
* Template : Coran - Business Agency WordPress Theme
* Author : Tentaz
* Author URI : https://Tentaz.tech/
*
* -----------------------------------------------------------------------------
*
**/
/* Table Of Content
---------------------------------------------------------
01. General CSS
02. Global Class
03. Header Section 
04. Sticky Menu
05. Slider Section
06. About Us
07. Services
08. Calltoaction
09. Portfolio
10. Pricing Tables
11. Team Member
12. Newsletter
13. Testimonial
15. Contact Us
16. Footer
17. Scroll Up
--------------------------------------------------------*/
.bs-sidebar.dynamic-sidebar .service-singles {
  list-style: none;
  padding: 0;
  box-shadow: none;
}
.bs-sidebar.dynamic-sidebar .service-singles .widget-title {
  padding: 0;
}
.bs-sidebar.dynamic-sidebar .service-singles .widget-title:after {
  display: none;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li {
  border: none !important;
  margin-top: 0 !important;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li a {
  display: block;
  border: 2px solid #d3e1fb;
  padding: 16px 18px;
  transition: all .5s ease;
  border-radius: 5px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li a:before {
  content: "\f113";
  position: absolute;
  right: 12px;
  top: 16px;
  font-family: Flaticon;
  color: #d4f843;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li a:hover {
  background: #d4f843;
  color: #ffffff;
  border-radius: 5px;
  border-color: #d4f843;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li a:hover:before {
  color: #ffffff;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li.current-menu-item a {
  background: #d4f843;
  color: #ffffff;
  border-color: #d4f843;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li.current-menu-item a:before {
  color: #ffffff;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li ul.sub-menu {
  margin: 0;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li ul.sub-menu li a {
  display: block;
  border: 2px solid #d3e1fb;
  padding: 16px 18px;
  transition: all .5s ease;
  border-radius: 5px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li ul.sub-menu li a:before {
  content: "\f113";
  position: absolute;
  right: 12px;
  top: 16px;
  font-family: Flaticon;
  color: #d4f843;
  display: block !important;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li ul.sub-menu li a:hover {
  background: #d4f843;
  color: #ffffff;
  border-radius: 5px;
  border-color: #d4f843;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li ul.sub-menu li a:hover:before {
  color: #ffffff;
}
.bs-sidebar.dynamic-sidebar .phones .address-icon:before {
  opacity: .2 !important;
  visibility: visible !important;
}
.btm-cate li a:hover,
.bs-sidebar ul a:hover {
  color: #d4f843;
}
.tentaz-footer-here .recent-post-widget .show-featured .post-desc i {
  color: #d4f843;
}
.team-grid-style6 .team-item .image-wrap img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.team-grid-style6 .team-item .image-wrap {
  border-radius: 50%;
  overflow: hidden;
}
.team-grid-style6 .team-item:hover .image-wrap img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.tentaz-team-grid.team-grid-style1 .team-item img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tentaz-team-grid.team-grid-style1 .team-item:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.tentaz-team-grid.team-grid-style1 .team-item {
  overflow: hidden;
}
.backtb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.backtb .tab-image {
  flex: 0 0 50%;
  order: 2;
}
.backtb .tab-image img {
  padding-left: 50px;
}
.backtb .tab-contents a.button {
  background: #d4f843;
  color: #fff;
  padding: 12px 32px 12px 32px;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
  display: inline-block;
}
.backtb .tab-contents a.button:hover {
  opacity: .8;
}
.backtab-area ul.nav {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.backtab-area ul.nav.bubble li a.active {
  position: relative;
}
.backtab-area ul.nav.bubble li a.active:after {
  top: 100%;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #d4f843;
  border-width: 12px;
  margin-left: -30px;
}
.backtab-area ul.nav li {
  margin-right: 20px;
}
.backtab-area ul.nav li a {
  background: #f1f1f1;
  padding: 16px 35px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  font-weight: 600;
}
.backtab-area ul.nav li a.active {
  background: #d4f843;
  color: #fff;
}
.backtab-area ul.nav li a img.center {
  margin: 0 auto 12px;
}
.backtab-area ul.nav li a img.right {
  margin: 0 0 12px auto;
}
.backtab-area ul.nav li:first-child {
  margin-left: 0 !important;
}
.backtab-area ul.nav li:last-child {
  margin-right: 0 !important;
}
.backtab-area ul.nav li a:hover {
  background: #d4f843;
}
.backtab-area ul.nav.icon_top li a,
.backtab-area ul.nav.icon_top li a img,
.backtab-area ul.nav.icon_top li a i {
  display: block;
}
.backtab-area .tab-content {
  background: #fff;
  padding: 10px;
  overflow: hidden;
}
.backtab-area .tab-content p:last-child {
  margin: 0;
}
.backtab-area.vertical {
  display: flex;
}
.backtab-area.vertical ul.nav {
  margin: 0 20px 0 0;
  display: block;
}
.backtab-area.vertical ul.nav.bubble li a.active {
  position: relative;
}
.backtab-area.vertical ul.nav.bubble li a.active:after {
  top: 100%;
  left: auto;
  right: -24px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #d4f843;
  border-width: 12px;
  margin-left: -30px;
}
.backtab-area .tab-pane.active {
  animation: slide-down 0.5s ease-out;
}
.backtab-area.no_item_menu ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.backtab-area.no_item_menu.left {
  text-align: left;
}
.backtab-area.no_item_menu.center {
  text-align: center;
}
.backtab-area.no_item_menu.right {
  text-align: right;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
}
.elementor-widget.elementor-widget-tentaz-rain-animates {
  position: static;
  margin: 0px !important;
}
.tentaz-addon-services.services-style9 .services-icon .hover-img {
  position: absolute;
  left: 7px;
  top: 10px;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition: all .3s ease;
}
.tentaz-addon-services.services-style9 .services-icon.image {
  position: relative;
}
.tentaz-addon-services.services-style9 .services-icon .main-img {
  transition: all .3s ease;
}
.elementor-widget-tentaz-service-grid:hover .tentaz-addon-services.services-style9 .services-icon .main-img {
  transform: scale(0);
}
.elementor-widget-tentaz-service-grid:hover .tentaz-addon-services.services-style9 .services-icon .hover-img {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.tentaz-addon-services.services-style9 .style9-left {
  display: flex;
}
.tentaz-addon-services.services-style9 .style9-left .services-icon.image {
  margin-right: 25px;
  padding: 0;
  position: relative;
  margin-top: 5px;
}
.tentaz-addon-services.services-style9 .style9-left .services-icon.image .hover-img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.tentaz-addon-services.services-style9 .style9-left .services-text {
  padding: 0px;
}
.tentaz-addon-services.services-style9 .style9-right {
  display: flex;
}
.tentaz-addon-services.services-style9 .style9-right .services-icon.image {
  margin-left: 25px;
  padding: 0;
  position: relative;
  margin-top: 5px;
  order: 2;
}
.tentaz-addon-services.services-style9 .style9-right .services-icon.image .hover-img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.tentaz-addon-services.services-style9 .style9-right .services-text {
  padding: 0px;
}
.tentaz-rain-animate {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: calc(100%);
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.tentaz-rain-animate .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: calc(50%);
  background: #F6F7F9;
  z-index: 1;
}
.tentaz-rain-animate .line:after {
  content: "";
  display: block;
  position: absolute;
  height: 80px;
  width: 3px;
  top: -20%;
  left: -1px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 39%, #d4f843 130%, #d4f843 59%);
  -webkit-animation: rain-line 13s 0s linear infinite;
  animation: rain-line 13s 0s linear infinite;
}
.tentaz-rain-animate .line:nth-child(1) {
  left: 2px !important;
}
.tentaz-rain-animate .line:nth-child(1):after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.tentaz-rain-animate .line:nth-child(3) {
  left: unset !important;
  right: 2px;
}
.tentaz-rain-animate .line:nth-child(3):after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
/* Rain Line Animation */
@keyframes rain-line {
  0% {
    top: -20%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes rain-line {
  0% {
    top: -20%;
  }
  100% {
    top: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .single-header.header-style5 .menu-area .navbar ul li {
    padding-left: 2px;
    padding-right: 2px;
  }
}
/*contact layout*/
input[type="submit"] {
  border: none;
  padding: 10px 18px;
}
body div textarea {
  border: 1px solid #f1f1f1;
  padding: 10px 18px;
  height: 120px;
  outline: none;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
select,
input[type="password"] {
  padding: 12px 20px;
  border: 1px solid #f1f1f1;
  margin-bottom: 30px;
  outline: none;
}
.wp-block-search .wp-block-search__button {
  margin-left: 0;
}
.wp-block-search {
  margin-bottom: 20px;
}
.wp-block-archives select,
.wp-block-categories select {
  width: 400px;
}
.wp-block-group.has-background {
  padding: 24px 30px 10px;
  margin-bottom: 30px;
}
[type="search"] {
  border: 1px solid #f1f1f1;
  border-radius: 5px 0 0 5px;
  padding: 10px 20px;
  outline: none;
}
.contact-page2 {
  border: 10px solid #fbfbfb;
  padding: 50px;
  background: #fff;
}
.contact-page2 .form-button {
  text-align: center;
}
.contact-page2 .submit-btn {
  margin-bottom: 0;
}
div textarea {
  border: 1px solid #f1f1f1;
  margin-bottom: 30px;
}
input[type="submit"] {
  background: #d4f843;
}
div.wpcf7 .ajax-loader {
  position: absolute;
  top: 16px;
  right: -40px;
}
.contact-business h3 {
  margin-bottom: 10px;
}
.contact-page1 input[type="text"],
.contact-page1 input[type="number"],
.contact-page1 input[type="email"],
.contact-page1 input[type="password"],
.contact-page1 textarea {
  margin-bottom: 30px;
}
.tentaz-contact .contact-address .address-item {
  overflow: hidden;
  margin-top: 25px;
}
.tentaz-contact .contact-address .address-item .address-icon {
  float: left;
  width: 40px;
  height: 60px;
  line-height: 40px;
  text-align: center;
}
.tentaz-contact .contact-address .address-item .address-icon i {
  font-size: 35px;
  color: #d4f843;
  width: 40px;
  height: 40px;
  margin-left: 0;
}
.tentaz-contact .contact-address .address-item .address-text {
  float: left;
  width: 80%;
  padding-left: 25px;
}
.tentaz-contact .contact-address .address-item .address-text h3.contact-title {
  font-size: 20px;
  margin: 0;
}
.tentaz-contact .contact-address .address-item .address-text a {
  color: #636363;
}
.tentaz-contact .contact-address .address-item .address-text a:hover {
  color: #d4f843;
}
.tentaz-contact .contact-address.style3 {
  text-align: center;
}
.tentaz-contact .contact-address.style3 .address-icon {
  float: none;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.tentaz-contact .contact-address.style3 .address-icon:after {
  background: transparent !important;
}
.tentaz-contact .contact-address.style3 .address-text {
  padding-left: 0;
  float: none;
  text-align: center;
  width: 100%;
}
.tentaz-contact .contact-address.style3 .address-text .contact-title {
  padding-bottom: 10px;
  font-weight: 600;
}
.tentaz-contact .contact-address.style3 .address-item {
  margin-top: 0;
}
.tentaz-contact .contact-address.style4 .address-item {
  margin-top: 0;
}
.tentaz-contact .contact-address.style4 .address-item .address-icon {
  float: none;
  text-align: left;
  height: auto;
  width: auto;
  line-height: normal;
  margin-bottom: 30px;
}
.tentaz-contact .contact-address.style4 .address-item .address-icon i {
  border-radius: 150px;
  text-align: center;
  line-height: 52px;
  font-size: 45px;
  color: #d4f843;
}
.tentaz-contact .contact-address.style4 .address-item .address-icon i:before {
  color: #d4f843;
  font-size: 45px;
}
.tentaz-contact .contact-address.style4 .address-item .address-text {
  padding-left: 0;
  float: none;
  width: 100%;
}
.tentaz-contact .contact-address.style4 .address-item .address-text .contact-title {
  font-size: 18px;
}
.tentaz-contact .contact-address.style5 .address-item {
  margin-top: 0;
}
.tentaz-contact .contact-address.style5 .address-item .address-icon {
  float: none;
  text-align: left;
  height: auto;
  width: auto;
  line-height: normal;
  margin-bottom: 18px;
}
.tentaz-contact .contact-address.style5 .address-item .address-text {
  padding-left: 0;
  float: none;
  width: 100%;
}
.tentaz-contact .contact-address.style5 .address-item .address-text .contact-title {
  font-size: 18px;
}
.contact_icon_style .social-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding-bottom: 10px;
}
.contact_icon_style .contact_social_icon {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact_icon_style .contact_social_icon li {
  display: inline-block;
  padding-right: 10px;
}
.contact_icon_style .contact_social_icon li a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 150px;
  color: #d4f843;
  background: transparent;
  transition: 0.4s;
  display: block;
  text-align: center;
}
.contact_icon_style .contact_social_icon li a:hover {
  color: #fff;
  background: #d4f843;
}
.contact_icon_style.white_text .social-title {
  color: #fff;
}
.contact_icon_style.white_text .contact_social_icon li a:hover {
  color: #181818;
  background: #fff;
}
.contact_icon_style2 .contact_social_icon {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.contact_icon_style2 .contact_social_icon li {
  float: left;
  width: 50%;
}
.contact_icon_style2 .contact_social_icon li a {
  color: #666;
  background: transparent;
  transition: 0.4s;
  display: block;
}
.contact_icon_style2 .contact_social_icon li a:hover {
  color: #e4e4e4;
}
.map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.contact-2-info .tentaz-contact .contact-address .address-item .address-icon i {
  color: #fff !important;
}
.contact-2-info .tentaz-contact .contact-address .address-item .address-text {
  color: #fff;
}
.contact-2-info .tentaz-contact .contact-address .address-item .address-text h3.contact-title {
  color: #fff;
}
.contact-2-info .tentaz-contact .contact-address .address-item .address-text a {
  color: #fff !important;
}
.contact-2-info .submit-btn {
  margin: 0 !important;
}
.contact-2-info select {
  color: #bbb;
}
.contact-2-info .select-doctors::after {
  color: #bbb;
}
.contact-2-info input[type="text"] {
  margin-bottom: 28px;
}
.contact-2-info input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #d1d1d1 !important;
  opacity: 1;
}
.contact-2-info input::-moz-placeholder {
  /* Firefox 19+ */

  color: #d1d1d1 !important;
  opacity: 1;
}
.contact-2-info input:-ms-input-placeholder {
  /* IE 10+ */

  color: #d1d1d1 !important;
  opacity: 1;
}
.contact-2-info input:-moz-placeholder {
  /* Firefox 18- */

  color: #d1d1d1 !important;
  opacity: 1;
}
.contact-2-info textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #bbb !important;
  opacity: 1;
}
.contact-2-info textarea::-moz-placeholder {
  /* Firefox 19+ */

  color: #d1d1d1 !important;
  opacity: 1;
}
.contact-2-info textarea:-ms-input-placeholder {
  /* IE 10+ */

  color: #d1d1d1 !important;
  opacity: 1;
}
.contact-2-info textarea:-moz-placeholder {
  /* Firefox 18- */

  color: #d1d1d1 !important;
  opacity: 1;
}
div.wpcf7-validation-errors {
  border-color: #ff0000;
  color: #ff0000;
}
div.wpcf7-acceptance-missing {
  border-color: #ff0000;
  color: #ff0000;
}
.overlap-form .tentaz-heading {
  position: relative;
  z-index: 99;
}
.overlap-form .wpcf7 {
  background: #fff;
  padding: 0 40px !important;
  position: relative;
}
.overlap-form .wpcf7:before {
  background: #fff;
  content: "";
  height: 145px;
  left: 0;
  position: absolute;
  top: -145px;
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.08);
  outline: 1px solid transparent;
}
.overlap-form .wpcf7:after {
  background: #fff;
  content: "";
  height: 73px;
  left: 0;
  position: absolute;
  bottom: -73px;
  width: 100%;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
  outline: 1px solid transparent;
}
.overlap-form .wpcf7 input[type="email"],
.overlap-form .wpcf7 input[type="text"] {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
}
.overlap-form .wpcf7 textarea.wpcf7-textarea {
  width: 100%;
}
.overlap-form .submit-btn {
  margin: 0 auto;
}
.contact-details-address .tentaz-heading .title-inner h3.title {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500 !important;
}
.tentaz-blog-grid .pagination-area,
.tentaz-team .pagination-area {
  padding-bottom: 30px;
}
.tentaz-blog-grid .pagination-area {
  padding-bottom: 84px;
}
.tentaz-blog .cat_name {
  display: none;
}
.tentaz-blog .blog-meta .blog-title {
  margin: 0px 0 15px;
  font-weight: 500;
  line-height: 26px !important;
}
.tentaz-blog .blog-meta .blog-title a {
  color: #181818;
}
.tentaz-blog .blog-meta .blog-title a:hover {
  color: #d4f843;
}
.tentaz-blog .full-blog-content {
  padding: 0px 0 0 0;
}
.tentaz-blog .blog-slider .blog-meta {
  margin-top: 30px;
}
.tentaz-blog .blog-slider .blog-meta .blog-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.tentaz-blog-grid.tentaz-blog .blog-meta .blog-title {
  line-height: 30px !important;
  font-size: 22px;
}
.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
  clear: none;
}
.full-blog-content {
  padding: 20px 30px 25px;
}
.full-blog-content .blog-meta {
  text-transform: initial;
}
.full-blog-content .blog-title {
  margin: 4px 0 14px;
  line-height: 40px;
  font-size: 30px;
}
.full-blog-content .blog-title a {
  color: #181818;
}
.full-blog-content .blog-title a:hover {
  color: #636363;
}
.full-blog-content .post-view {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  color: #999999;
}
.full-blog-content .post-view i {
  margin-right: 5px;
}
.full-blog-content .post-view i:before {
  font-size: 14px;
  font-weight: 600;
}
.full-blog-content .post-comment {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  color: #999999;
}
.full-blog-content .post-comment i {
  margin-right: 5px;
}
.full-blog-content .post-comment i:before {
  font-size: 14px;
  font-weight: 600;
}
.full-blog-content .blog-button.left-btn {
  float: none;
  display: block;
}
.full-blog-content .view-comments {
  float: right;
}
.full-blog-content .btm-cate li i:before {
  font-size: 15px;
  position: relative;
  top: 2px;
  color: #181818;
}
.full-blog-content .btm-cate li + li {
  position: relative;
  margin-left: 25px;
}
.full-blog-content .btm-cate li + li:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 1px;
  background: #3333335c;
  top: 7px;
  left: -16px;
  transform: rotate(24deg);
}
.full-blog-content .btm-cate .tag-line i {
  margin-right: 3px;
}
.full-blog-content .blog-date {
  padding: 0;
  color: #636363;
  margin-right: 0;
  line-height: normal;
  padding: 1px;
}
.full-blog-content .blog-date i {
  margin-right: 3px;
}
.full-blog-content .blog-date i:before {
  font-size: 15px;
}
.full-blog-content .author {
  display: inline-block;
  padding: 0;
  margin-right: 0;
  line-height: normal;
  color: #636363;
}
.full-blog-content .author i {
  color: #636363;
  margin-right: 3px;
}
.full-blog-content .blog-button a {
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  margin-top: 12px;
  color: #181818;
}
.full-blog-content .blog-button a:hover {
  color: #636363;
}
.full-blog-content .blog-button a i {
  font-size: 17px;
  position: relative;
  top: 4px;
}
.home-blog .tentaz-blog .blog-item {
  margin-bottom: 15px;
}
.tentaz-blog-grid .bottom-shadow1 {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  padding: 30px;
}
.bs-sidebar .recent-post-widget .post-desc span i {
  color: #d4f843;
}
.blog .tentaz-blog .blog-item.no-thumbs,
.archive .tentaz-blog .blog-item.no-thumbs {
  margin-bottom: 50px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.01);
  border-radius: 0;
  border: 1px solid #eeeeee5e;
}
.blog .tentaz-blog .blog-item.no-thumbs .full-blog-content,
.archive .tentaz-blog .blog-item.no-thumbs .full-blog-content {
  padding: 50px;
  overflow: hidden;
}
.blog .tentaz-blog .blog-item.no-thumbs .full-blog-content .btm-cate,
.archive .tentaz-blog .blog-item.no-thumbs .full-blog-content .btm-cate {
  margin: 0 0 10px;
}
.blog .tentaz-blog .blog-item.no-thumbs .full-blog-content .title-wrap .blog-title,
.archive .tentaz-blog .blog-item.no-thumbs .full-blog-content .title-wrap .blog-title {
  font-size: 30px;
  line-height: 40px !important;
}
.blog .tentaz-blog .blog-item.no-thumbs .blog-img,
.archive .tentaz-blog .blog-item.no-thumbs .blog-img {
  position: relative;
  border-radius: 0px;
  z-index: 0;
}
.blog .tentaz-blog .blog-item.no-thumbs .blog-img .blog-img-content,
.archive .tentaz-blog .blog-item.no-thumbs .blog-img .blog-img-content {
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  text-align: center;
  z-index: 10;
  padding: 0px;
  opacity: 1;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.blog .tentaz-blog .blog-item.no-thumbs .blog-img .blog-img-content .blog-link,
.archive .tentaz-blog .blog-item.no-thumbs .blog-img .blog-img-content .blog-link {
  display: inline-block;
  font-size: 19px;
  width: 52px;
  line-height: 54px;
  height: 52px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  transition: all .3s ease 0s;
  display: none;
}
.blog .tentaz-blog .blog-item.no-thumbs .blog-img .blog-img-content .blog-link:hover,
.archive .tentaz-blog .blog-item.no-thumbs .blog-img .blog-img-content .blog-link:hover {
  opacity: 0.75;
}
.blog .tentaz-blog .blog-item.no-thumbs .blog-img .blog-img-content .blog-title,
.archive .tentaz-blog .blog-item.no-thumbs .blog-img .blog-img-content .blog-title {
  font-weight: normal;
  margin-top: 15px;
  color: #d4f843;
  margin-bottom: 0;
}
.blog .tentaz-blog .blog-item.no-thumbs .blog-img .blog-img-content .blog-title a,
.archive .tentaz-blog .blog-item.no-thumbs .blog-img .blog-img-content .blog-title a {
  color: #d4f843;
}
.blog .tentaz-blog .blog-item.no-thumbs .blog-img .blog-img-content .blog-title a:hover,
.archive .tentaz-blog .blog-item.no-thumbs .blog-img .blog-img-content .blog-title a:hover {
  color: #d4f843;
}
.blog .tentaz-blog .blog-item.no-thumbs .blog-img .blog-img-content:hover .blog-img-content,
.archive .tentaz-blog .blog-item.no-thumbs .blog-img .blog-img-content:hover .blog-img-content {
  top: 0;
}
.blog .tentaz-blog .blog-img .categories,
.archive .tentaz-blog .blog-img .categories,
.blog .blog .blog-img .categories,
.archive .blog .blog-img .categories {
  left: 46px;
  bottom: 46px;
}
.date-meta-style2 a {
  color: #999;
}
.date-meta-style2 a:hover {
  color: #d4f843;
}
.owl-stage .blog-item {
  margin-bottom: 0 !important;
}
.post-meta-dates {
  display: inline-block;
  position: absolute;
  padding: 8px 20px;
  bottom: 0;
  background: #d4f843;
  color: #fff;
  z-index: 1;
  border-radius: 3px 3px 0 0;
  left: 50%;
  transform: translateX(-50%);
  width: 175px;
}
.tentaz-blog-details .bs-img {
  margin-bottom: 35px;
}
.grid-style3 {
  padding: 0;
}
.grid-style3 .blog-meta {
  padding-bottom: 15px;
}
.owl-carousel .owl-item {
  float: none;
}
.tentaz-blog-grid .blog-img a.float-cat {
  background: #d4f843;
  color: #fff;
  padding: 6px 19px;
  border-radius: 10px;
  font-size: 13px;
  margin-right: 8px;
}
.tentaz-blog-grid .blog-img a.float-cat:hover {
  background: #d4f843;
}
.tentaz-blog-grid .blog-item .blog-date i:before {
  font-size: 14px;
  font-weight: 600;
}
.tentaz-blog-grid .blog-item.style1 .blog-date,
.tentaz-blog-grid .blog-item.style2 .blog-date {
  margin-bottom: 15px;
}
#blog-home .owl-navigation-yes .owl-nav {
  top: -80px;
}
.bs-img {
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
.bs-img img {
  width: 100%;
}
.widget-title a {
  color: #fff;
}
.widget-title a:hover {
  color: #fff;
}
.widget-title a:visited {
  color: #fff;
}
.comment i {
  color: #999;
  font-size: 12px;
}
.archive .tentaz-blog .blog-item .blog-img,
.blog .tentaz-blog .blog-item .blog-img {
  margin-bottom: 50px !important;
}
.archive .tentaz-blog .blog-item .blog-img .full-blog-content,
.blog .tentaz-blog .blog-item .blog-img .full-blog-content {
  background: #fff;
  margin-top: -130px;
  z-index: 1;
  position: relative;
  margin-left: 120px;
  padding: 50px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.01);
}
.single-post .tentaz-blog-details .single-content-full ul.unorder-list {
  margin-bottom: 16px;
  margin-left: 20px;
}
.single-post .tentaz-blog-details .bs-meta {
  margin-top: 0px;
  margin-bottom: 18px;
}
.comment-respond .form-submit {
  margin-bottom: 0;
}
.single-post .tentaz-blog-details .type-post .single-content-full {
  overflow: visible;
}
.flickr-widget ul {
  margin: 0;
  padding: 0;
}
.flickr-widget ul li {
  display: inline-block;
  margin: 0 !important;
  border: none !important;
  padding: 2px !important;
  width: 25%;
}
.flickr-widget ul li a img {
  width: 100%;
}
.home-blog-area .blog-item {
  padding: 0 1px;
  background: transparent;
}
.home-blog-area .blog-item .content-overlay:before {
  border-radius: 5px;
}
.home-blog-area .blog-item .blog-img img {
  border-radius: 3px;
}
.home-blog-area .home_full_blog {
  border: none;
  border-radius: 0 0 5px 5px;
}
.home-blog-area .blog-meta {
  margin-top: 20px;
}
body.archive .tentaz-blog .blog-item {
  overflow: hidden;
  margin-bottom: 70px;
}
.blog-seo .tentaz-blog .blog-item div.comment {
  padding: 6px 28px 5px;
}
#blog-home.blog-personel .owl-nav {
  display: none !important;
}
.ps-navigation {
  margin-top: 50px;
  margin-bottom: 50px;
}
.ps-navigation ul {
  margin: 0 !important;
  list-style: none;
}
.ps-navigation ul a {
  text-transform: uppercase;
  background: transparent;
  color: #636363;
  border-radius: 3px;
  font-weight: bold;
}
.ps-navigation ul a span {
  display: block;
  font-weight: normal;
  text-transform: capitalize;
  vertical-align: middle;
}
.ps-navigation ul a i {
  vertical-align: text-top;
}
.ps-navigation ul a:hover {
  color: #d4f843;
}
.ps-navigation ul li.next {
  float: right;
}
.ps-navigation ul li.prev {
  float: left;
}
.ps-navigation ul li:nth-child(2) {
  text-align: right;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container p,
.wp-block-cover .wp-block-cover__inner-container p a {
  color: #ffffff !important;
}
/* ------------------------------------
    22. Blog Details
  ---------------------------------------*/
.tentaz-blog-details .type-post {
  background: #fff;
  margin-bottom: 0px;
}
.tentaz-blog-details .type-post .single-content-full {
  padding: 12px 0 0px;
  overflow: hidden;
}
.tentaz-blog-details .type-post .tag-line {
  padding: 0;
}
.tentaz-blog-details .type-post .tag-line i:before {
  position: relative;
  top: 2px;
  margin-right: 3px;
  color: #181818;
}
.tentaz-blog-details .type-post .tag-line a {
  font-weight: 400;
  color: #636363;
}
.tentaz-blog-details .type-post .tag-line a:hover {
  color: #d4f843;
}
.tentaz-blog-details .bs-info {
  margin-bottom: 10px;
}
.tentaz-blog-details .bs-info.tags {
  margin-top: 25px;
  clear: both;
  font-weight: 700;
  font-size: 20px;
  color: #0d1e50;
}
.tentaz-blog-details .bs-info.tags a {
  font-size: 14px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  color: #55575c;
  border: 1px solid rgba(170, 170, 170, 0.25);
  padding: 2px 15px 4px;
  margin-left: 7px;
  border-radius: 5px;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 500;
}
.tentaz-blog-details .bs-info.tags a:hover {
  background: #d4f843;
  border-color: #d4f843;
  color: #fff;
}
.tentaz-blog-details .ps-navigation ul {
  list-style: none;
  margin: 0;
}
.tentaz-blog-details .bs-title {
  margin-top: 0px;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.tentaz-blog-details .single-page-info .p-user .author-img {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 10px;
}
.tentaz-blog-details .single-page-info .p-user .author-img img {
  border-radius: 50%;
}
.tentaz-blog-details .single-page-info .p-date,
.tentaz-blog-details .single-page-info .author-name,
.tentaz-blog-details .single-page-info .p-cname {
  padding: 0;
  color: #55575c;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 0;
}
.tentaz-blog-details .single-page-info .author-name {
  color: #55575c;
}
.tentaz-blog-details .bs-meta {
  font-size: 14px;
  margin: 15px 0 0;
  padding: 0;
  text-transform: uppercase;
}
.tentaz-blog-details .bs-meta li {
  display: inline-block;
  line-height: 10px;
  margin-right: 10px;
}
.tentaz-blog-details .bs-meta li i {
  margin-right: 3px;
  font-size: 12px;
  color: #aaa;
}
.tentaz-blog-details .bs-meta li a {
  color: #55575c;
}
.tentaz-blog-details .bs-meta li.category-name ul {
  margin: 0;
  float: left;
  padding-left: 8px;
}
.tentaz-blog-details .bs-meta li .seperator {
  padding-right: 10px;
}
.tentaz-blog-details .bs-desc {
  margin-top: 0;
  font-size: 18px;
}
.tentaz-blog-details .bs-desc p:last-child {
  margin-bottom: 10px;
}
.tentaz-blog-details blockquote {
  position: relative;
  margin: 40px 0px;
  padding: 55px 40px 40px 40px;
  color: #181818;
  background: #F5F6F0;
  border-radius: 0px;
  font-size: 24px;
  overflow: hidden;
  line-height: 33px;
  font-weight: 600;
  z-index: 1;
}
.tentaz-blog-details blockquote em {
  display: block;
  font-style: normal;
  color: #636363;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 400;
}
.tentaz-blog-details blockquote i {
  position: absolute;
  font-size: 150px;
  opacity: .1;
  left: 16px;
  top: 70px;
}
.tentaz-blog-details .related-post {
  margin-top: 40px;
  padding: 0 15px;
}
.tentaz-blog-details .related-post .related-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.tentaz-blog-details .related-post .blog-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
.tentaz-blog-details .related-post .blog-title a {
  color: #181818;
}
.tentaz-blog-details .related-post .blog-title a:hover {
  color: #d4f843;
}
.tentaz-blog-details .author-block {
  align-items: center;
  margin-top: 50px;
  padding: 35px 0px 30px;
  text-align: center;
  overflow: hidden;
  border-radius: 0px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.tentaz-blog-details .author-block .author-img {
  float: left;
  width: 17%;
  padding-right: 30px;
}
.tentaz-blog-details .author-block .author-img img {
  border-radius: 5px;
  width: 120px;
}
.tentaz-blog-details .author-block .author-desc {
  float: left;
  width: 83%;
  text-align: left;
}
.tentaz-blog-details .author-block .author-title {
  margin: -10px 0 8px 0;
  font-size: 20px;
  position: relative;
}
.tentaz-blog-details .author-block .author-title:after {
  background: #d4f843;
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  right: auto;
  width: 120px;
  height: 1px;
  margin: 0 auto;
  display: none;
}
.tentaz-blog-details .author-block .author-title a {
  color: #212121;
}
.tentaz-blog-details .author-block p {
  margin-bottom: 8px;
}
.tentaz-blog-details .comment-respond {
  margin-top: 0px;
}
.tentaz-blog-details .comments-title {
  font-size: 24px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.tentaz-blog-details #reply-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 45px;
  position: relative;
  padding: 0 0 12px;
}
.tentaz-blog-details #reply-title small {
  font-size: 80%;
}
.tentaz-blog-details #reply-title small a {
  color: #181818;
}
.tentaz-blog-details #reply-title small a:hover {
  color: #d4f843;
}
.tentaz-blog-details .comment-block {
  margin-top: 50px;
}
.tentaz-blog-details .comment-block .comment {
  padding: 25px;
  background: #fff;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 35px;
}
.tentaz-blog-details .comment-block .comment .comment-header {
  margin-bottom: 10px;
}
.tentaz-blog-details .comment-block .comment .comment-header:before,
.tentaz-blog-details .comment-block .comment .comment-header:after {
  content: "";
  display: table;
}
.tentaz-blog-details .comment-block .comment .comment-header:after {
  clear: both;
}
.tentaz-blog-details .comment-block .comment img {
  float: left;
  margin-right: 15px;
}
.tentaz-blog-details .comment-block .comment h3 {
  margin: 5px 0 0 0;
  font-size: 16px;
  line-height: 22px;
}
.tentaz-blog-details .comment-block .comment .comment-body p.desc {
  margin-bottom: 10px;
}
.tentaz-blog-details .comment-block .comment .comment-reply {
  margin-bottom: 0;
}
ol.comment-list .comment-respond .form-submit {
  margin-bottom: 50px;
}
.single .tag-line {
  position: relative;
  color: #55575c;
}
.single .tag-line a {
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  position: relative;
}
.single .ps-navigation {
  margin: 60px 0 0;
}
.single .ps-navigation .prev {
  width: 50%;
  transition: all .5s ease;
}
.single .ps-navigation .prev i {
  position: relative;
  top: -4px;
}
.single .ps-navigation .prev .next_link {
  margin-left: 0;
  line-height: 16px;
  margin-bottom: 6px;
}
.single .ps-navigation .prev:hover span {
  color: #d4f843;
}
.single .ps-navigation .next {
  width: 50%;
  transition: all .5s ease;
}
.single .ps-navigation .next .next_link {
  margin-right: 0;
  line-height: 16px;
  margin-bottom: 6px;
}
.single .ps-navigation .next i {
  position: relative;
  top: -4px;
}
.single .ps-navigation .next:hover span {
  color: #d4f843;
}
.single .ps-navigation .next_link {
  text-transform: uppercase;
  color: #909090;
}
.single .ps-navigation .link_text {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #181818;
}
.single .ps-navigation .link_text i {
  color: #909090;
  margin-top: -9px;
}
.single-post .ps-navigation {
  border-top: 1px solid rgba(170, 170, 170, 0.25);
  border-bottom: 1px solid rgba(170, 170, 170, 0.25);
  padding: 30px 0;
}
.single-post .ps-navigation .link_text {
  font-size: 16px;
  line-height: 24px;
}
.single-post .ps-navigation .next_link i:before {
  margin-left: 0;
}
.single-post .single-posts-meta {
  margin: 0 !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}
.single-post .single-posts-meta li {
  list-style: none;
  display: inline-block;
  padding-right: 20px;
  color: #636363;
  font-size: 14px;
}
.single-post .single-posts-meta li span i {
  font-size: 15px;
  margin-right: 3px;
  color: #181818;
  position: relative;
  top: 2px;
}
.single-post .single-posts-meta li.post-comment i:before {
  font-size: 15px;
  position: relative;
  top: 3px;
  margin-right: 2px;
  color: #181818;
}
.single-post .single-posts-meta li ul {
  margin: 0;
  position: relative;
  padding-left: 19px;
}
.single-post .single-posts-meta li ul li {
  position: relative;
  font-size: 14px;
}
.single-post .single-posts-meta li ul li a {
  color: #636363;
}
.single-post .single-posts-meta li ul li a:hover {
  color: #181818;
}
.single-post .single-posts-meta li ul li:before {
  content: ",";
  position: absolute;
  font-size: 16px;
  font-style: normal;
  right: 4px;
  top: 0;
}
.single-post .single-posts-meta li ul li:last-child:before {
  display: none;
}
.btm-cate {
  overflow: hidden;
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
  position: relative;
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.btm-cate li {
  float: left;
  margin-right: 10px;
}
.btm-cate li a {
  color: #636363;
}
.btm-cate li a:hover {
  color: #636363;
}
.btm-cate .category-name i {
  margin-right: 3px;
  color: #636363;
}
.btm-cate .tag-line {
  position: relative;
  padding-left: 2px;
  color: #636363;
  line-height: 20px;
}
.btm-cate .tag-line .seperator {
  padding-right: 12px !important;
}
.comment-respond .form-field {
  margin-bottom: 30px;
  position: relative;
}
.comment-respond .form-field i {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
.comment-respond .form-field input {
  width: 100%;
  height: 50px;
  padding: 5px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-respond .form-field #comment {
  width: 100%;
  padding: 8px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-respond .form-submit {
  clear: both;
}
.comment-respond .form-submit #submit {
  background: #d4f843;
  position: relative;
  display: inline-block;
  padding: 14px 25px;
  border-radius: 30px;
  line-height: 26px;
  font-size: 16px;
  font-weight: 600;
  color: #181818;
  transition: all 0.3s ease 0s;
}
.comment-respond .form-submit #submit:hover {
  background: #d4f843;
  color: #181818;
}
.comments-area {
  margin-top: 0;
}
.comments-area ol.children {
  padding: 0;
}
.comments-area .comment-list {
  margin: 0;
  padding: 0;
}
.comments-area .comment-list li.comment {
  padding: 0;
  margin: 20px 0 25px;
  border-radius: 3px;
  list-style: none;
}
.comments-area .comment-list li.comment .comment-full {
  padding: 0;
  border-radius: 0px;
  position: relative;
}
.comments-area .comment-list li.comment .comment-body {
  padding-bottom: 0;
  position: relative;
  padding-left: 98px;
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.comments-area .comment-list li.comment #respond {
  padding-left: 98px;
  padding-bottom: 0;
  padding-top: 0px;
}
.comments-area .comment-list li.comment span.says {
  display: none;
}
.comments-area .comment-list li.comment .comment-author {
  text-transform: capitalize;
}
.comments-area .comment-list li.comment .comment-author a {
  color: #181818;
}
.comments-area .comment-list li.comment .comment-author img {
  float: left;
  border-radius: 5px;
  position: absolute;
  left: 0;
}
.comments-area .comment-list li.comment .comment-author b {
  float: left;
  padding-right: 14px;
  padding-top: 0;
}
.comments-area .comment-list li.comment .comment-metadata {
  margin-left: 0;
  margin-top: 0;
  font-size: 14px;
  padding-top: 0;
  clear: both;
}
.comments-area .comment-list li.comment .comment-metadata a time {
  color: #909090;
}
.comments-area .comment-list li.comment .comment-content {
  margin-top: 6px;
  border-radius: 5px;
  padding-left: 0;
  padding-right: 0;
}
.comments-area .comment-list li.comment .comment-content p {
  margin-bottom: 4px;
  color: #666;
}
.comments-area .comment-list li.comment .reply {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 10px;
  padding-bottom: 0;
  text-align: left;
}
.comments-area .comment-list li.comment .reply a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  padding: 6px 20px 6px;
  line-height: 22px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  background: #d4f843;
  z-index: 1;
  border: none;
}
.comments-area .comment-list li.comment .reply a:hover {
  background: #d4f843;
  color: #ffffff;
  opacity: 0.99;
}
.comments-area .comment-list li.comment .reply a:hover:before {
  top: 0%;
  bottom: auto;
  height: 100%;
}
.comments-area .comment-list li.comment .comment {
  margin-bottom: 0;
  padding-bottom: 0;
}
.comments-area .comment-list li.comment ol.children li {
  padding-right: 0;
  margin-left: 2.5em;
  margin-top: 0;
}
.comments-area .comment-list li.comment:last-child .comment-full {
  border-bottom: none;
}
.comments-area p.comment-form-author {
  float: left;
  width: 50%;
  padding-right: 25px;
  margin-bottom: 8px;
}
.comments-area p.comment-form-author label {
  display: block;
}
.comments-area p.comment-form-author input {
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.comments-area p.comment-form-email {
  float: left;
  width: 50%;
  margin-bottom: 8px;
}
.comments-area p.comment-form-email label {
  display: block;
}
.comments-area p.comment-form-email input {
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.comments-area p.comment-form-url {
  clear: both;
}
.comments-area p.comment-form-url label {
  display: block;
}
.comments-area p.comment-form-url input {
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.comments-area p.comment-form-comment {
  clear: both;
  margin-bottom: 0;
}
.comments-area p.comment-form-comment label {
  display: block;
}
.comments-area p.comment-form-comment textarea {
  width: 100%;
  height: 160px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
}
.comments-area .comment-navigation {
  overflow: hidden;
}
.comments-area .comment-navigation .nav-previous {
  position: relative;
  padding-left: 18px;
}
.comments-area .comment-navigation .nav-previous:before {
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 1px;
  color: #4caf50;
}
.comments-area .comment-navigation .nav-next {
  position: relative;
  padding-right: 18px;
}
.comments-area .comment-navigation .nav-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 0;
  top: 1px;
  color: #4caf50;
}
.comments-area label {
  font-weight: 400;
}
.comment-full .comment-form-cookies-consent,
.comment-full .comment-form-url {
  display: none;
}
.inner-page-title {
  padding-top: 70px;
}
.dynamic-sidebar {
  padding: 0px 0 20px 20px;
}
.dynamic-sidebar .recent-widget {
  margin: 0 0 3em;
}
.padding-left-sidebar .dynamic-sidebar {
  padding: 0px 20px 20px 0;
}
#respond {
  border-radius: 5px;
}
li.comment #respond {
  background: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}
ul.tentaz-check {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.tentaz-check li {
  padding-left: 35px;
  position: relative;
  margin-top: 11px;
  margin-bottom: 11px;
}
ul.tentaz-check li:before {
  content: "\EB7A";
  font-size: 17px;
  color: #d4f843;
  margin: 0;
  display: inline-block;
  font-family: remixicon !important;
  font-weight: 600;
  text-align: center;
  position: absolute;
  left: 0;
  top: -2px;
}
/* ------------------------------------
    23. Blog Sidebar 
---------------------------------------*/
.bs-sidebar .fa-ul i {
  margin-right: 12px;
}
.bs-sidebar .fa-ul i:before {
  color: #d4f843;
}
.bs-sidebar .fa-ul i.fa-whatsapp:before {
  font-size: 18px;
}
.bs-sidebar .fa-ul i.flaticon-time-call:before {
  font-size: 16px;
}
.bs-sidebar .widget_block h2,
.bs-sidebar label.wp-block-search__label,
.bs-sidebar .widget-title {
  color: #181818;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700 !important;
  position: relative;
  z-index: 1;
  padding-bottom: 5px;
}
.bs-sidebar .widget_block h2:before,
.bs-sidebar label.wp-block-search__label:before,
.bs-sidebar .widget-title:before {
  content: "";
  width: 22px;
  height: 22px;
  background: #d4f843;
  position: absolute;
  bottom: 9px;
  right: 0;
  left: -7px;
  margin-left: 0;
  transition: all .3s ease;
  z-index: -1;
  border-radius: 50%;
  opacity: 1;
}
.bs-sidebar .widget {
  background: #F5F6F0;
  padding: 40px 30px 40px;
  background-size: cover;
}
.bs-sidebar .widget.widget_custom_html {
  background: url(../images/cta__bg.jpg) no-repeat;
}
.bs-sidebar .widget.widget_custom_html .tentaz_sidebar_cta {
  text-align: center;
}
.bs-sidebar .widget.widget_custom_html .tentaz_sidebar_cta .icons {
  text-align: center;
}
.bs-sidebar .widget.widget_custom_html .tentaz_sidebar_cta .icons img {
  width: 80px;
}
.bs-sidebar .widget.widget_custom_html .tentaz_sidebar_cta h4 {
  font-size: 45px;
  color: #000;
  line-height: 52px;
  margin: 25px 0 25px;
}
.bs-sidebar .widget.widget_custom_html .tentaz_sidebar_cta .tnz_quote {
  display: inline-block;
  padding: 13px 50px 13px 30px;
  border-radius: 30px;
  background: #181818;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.bs-sidebar .widget.widget_custom_html .tentaz_sidebar_cta .tnz_quote:before {
  content: "\ea6c";
  font-family: remixicon !important;
  font-size: 16px;
  position: absolute;
  right: 28px;
  top: 11px;
}
.bs-sidebar .widget.widget_custom_html .tentaz_sidebar_cta .tnz_quote:hover {
  opacity: .9;
}
.bs-sidebar .widget_media_image {
  padding: 0;
  background: none;
}
.bs-sidebar .widget:last-child {
  margin-bottom: 0;
}
.bs-sidebar .widget-title {
  font-weight: 600;
  margin-bottom: 30px;
}
.bs-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bs-sidebar ul a {
  color: #636363;
  transition: all 0.3s ease 0s;
}
.bs-sidebar ul a:hover {
  color: #d4f843;
}
.bs-sidebar ul li {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.bs-sidebar ul li + li {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.bs-sidebar .widget_meta li:first-child,
.bs-sidebar .widget_recent_entries li:first-child,
.bs-sidebar .widget_nav_menu li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}
.bs-sidebar .widget_meta .sub-menu li:first-child,
.bs-sidebar .widget_recent_entries .sub-menu li:first-child,
.bs-sidebar .widget_nav_menu .sub-menu li:first-child {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.bs-sidebar #recentcomments li a,
.bs-sidebar .wp-block-latest-comments li a {
  color: #181818;
  font-weight: 500;
}
.bs-sidebar #recentcomments li a:hover,
.bs-sidebar .wp-block-latest-comments li a:hover {
  color: #d4f843;
}
.bs-sidebar .widget_categories h2.widget-title {
  margin-bottom: 18px;
}
.bs-sidebar .widget_categories ul li {
  padding: 12px 20px 12px 20px;
  margin-top: 15px;
  position: relative;
  background: #fff;
  border: none;
  color: #636363;
  cursor: pointer;
}
.bs-sidebar .widget_categories ul li a {
  font-weight: 500;
  color: #636363;
}
.bs-sidebar .widget_product_categories h2.widget-title {
  margin-bottom: 18px;
}
.bs-sidebar .widget_product_categories ul li {
  border-top: none;
  padding: 6px 0px 6px 0px;
  border: none;
  margin-top: 0px;
  position: relative;
}
.bs-sidebar .widget_product_categories ul li a {
  font-weight: 500;
}
.bs-sidebar .widget_recent_comments ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: none;
}
.bs-sidebar .widget_recent_comments ul li:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.bs-sidebar .recent-widget .widget-title {
  margin-bottom: 30px;
}
.bs-sidebar .widget_tag_cloud .widget-title {
  margin-bottom: 22px;
}
.bs-sidebar .widget_calendar table caption {
  padding-bottom: 0;
}
.bs-sidebar .widget_archive ul li {
  border: none;
  position: relative;
  padding: 6px 0px 6px 0px;
  margin: 0;
}
.bs-sidebar .widget_archive ul li:first-child {
  padding-top: 0;
}
.bs-sidebar .widget_archive ul li:first-child:after {
  top: 0px;
}
.bs-sidebar .widget_archive ul li:last-child {
  padding-bottom: 0;
}
.bs-sidebar .widget_pages ul li {
  border: none;
  position: relative;
  padding: 6px 0px 6px 0px;
  margin: 0;
}
.bs-sidebar .widget_pages ul li:first-child {
  padding-top: 0;
}
.bs-sidebar .widget_pages ul li:first-child:after {
  top: 0px;
}
.bs-sidebar .widget_pages ul li:last-child {
  padding-bottom: 0;
}
.bs-sidebar .widget_pages ul li ul.children li:first-child:after {
  top: 9px;
}
.bs-sidebar .widget_search,
.bs-sidebar .bs-search {
  overflow: hidden;
  position: relative;
}
.bs-sidebar .widget_search input,
.bs-sidebar .bs-search input {
  border: none;
  color: #636363;
  padding: 18px 20px;
  width: 100%;
  border-radius: 5px;
}
.bs-sidebar .widget_search button,
.bs-sidebar .bs-search button {
  background: transparent;
  border: medium none;
  color: #181818;
  padding: 5px 16px;
  position: absolute;
  right: 0px;
  top: 1px;
  z-index: 0;
  font-size: 16px;
  outline: none;
  border-radius: 0 5px 5px 0;
}
.bs-sidebar .widget_search button:hover,
.bs-sidebar .bs-search button:hover {
  background: transparent;
  color: #999;
}
.bs-sidebar .widget_search label,
.bs-sidebar .bs-search label {
  display: inline;
  font-weight: normal;
}
.bs-sidebar label.wp-block-search__label {
  display: block;
  margin-bottom: 25px;
}
.bs-sidebar .wp-block-search__inside-wrapper {
  position: relative;
}
.bs-sidebar .widget_search button {
  font-size: 0;
}
.bs-sidebar .widget_search button:before {
  content: "\F0D1";
  font-family: remixicon !important;
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 7px;
}
.bs-sidebar .widget_search button:hover:before {
  color: #636363;
}
.bs-sidebar .widget_search button i {
  display: none;
}
.bs-sidebar .widget_categories ul,
.bs-sidebar .widget_recent_entries ul,
.bs-sidebar .widget_archive ul,
.bs-sidebar .widget_meta ul {
  list-style: none;
}
.bs-sidebar .recent-post-widget > div + div {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.bs-sidebar .recent-post-widget .show-featured {
  display: flex;
}
.bs-sidebar .recent-post-widget .show-featured .post-img {
  flex: 0 0 30%;
}
.bs-sidebar .recent-post-widget .post-date {
  font-size: 13px;
  color: #999999;
}
.bs-sidebar .recent-post-widget .post-title {
  font-weight: 500;
  margin-bottom: 0;
}
.bs-sidebar .recent-post-widget .post-title a {
  font-size: 15px;
}
.bs-sidebar .recent-post-widget .post-desc a {
  display: block;
  line-height: 22px;
  color: #181818;
  transition: all 0.3s ease 0s;
  font-weight: 600;
  font-size: 16px;
}
.bs-sidebar .recent-post-widget .post-desc a:hover {
  color: #636363;
}
.bs-sidebar .recent-post-widget .post-desc span {
  display: block;
  font-size: 14px;
  color: #55575c;
  font-weight: 500;
}
.bs-sidebar .recent-post-widget .post-desc span i {
  margin-right: 2px;
}
.bs-sidebar .recent-post-widget .post-desc span i:before {
  font-size: 15px;
  position: relative;
  top: 3px;
  color: #181818;
}
.bs-sidebar .tagcloud a {
  display: inline-block;
  margin: 6px 7px 6px 0;
  line-height: 25px;
  padding: 6px 18px;
  font-size: 14px !important;
  text-transform: capitalize;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: #ffffff;
  color: #636363;
  border-radius: 0px;
  font-weight: 500;
}
.bs-sidebar .tagcloud a:hover {
  background-color: #d4f843;
  color: #181818;
}
body.elementor-default .bs-sidebar .widget:not(.widget_custom_html) {
  background: url(../images/bg_sidebar.jpg) no-repeat;
  background-size: cover;
}
body.blog .tentaz-main-contain-here #content,
body.archive .tentaz-main-contain-here #content,
body.single-post .tentaz-main-contain-here #content {
  padding-bottom: 150px !important;
}
.bs-sidebar .widget_categories ul li ul.children li {
  margin-top: 0;
  line-height: 1;
}
.bottom-shadow1 {
  padding: 32px 0 20px 0;
}
.widget.ten_ser {
  margin: 0;
}
.widget.ten_ser ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget.ten_ser ul.menu li a {
  position: relative;
  display: block;
  background: #fff;
  color: #636363;
  font-size: 18px;
  padding: 14px 26px;
  font-weight: 500;
}
.widget.ten_ser ul.menu li a:before {
  content: "\ea6c";
  font-family: remixicon !important;
  font-size: 20px;
  position: absolute;
  right: 26px;
  top: 13px;
}
.widget.ten_ser ul.menu li a:hover {
  background: #d4f843;
  color: #181818;
}
.widget.ten_ser ul.menu li a:hover:before {
  color: #181818;
}
.widget.ten_ser ul.menu li + li {
  margin-top: 15px;
}
ul.wp-block-archives-list {
  list-style: none;
}
ul.wp-block-archives-list li {
  border-top: none;
  border: none;
  margin-top: 5px !important;
  position: relative;
}
.page-header {
  margin: 0 0 20px;
}
.page-header h1 {
  margin-top: 0;
}
body.single-post,
body.blog,
body.archive,
body.single-services,
body.single-mp-event {
  background: #fff ;
}
body.archive.post-type-archive-product {
  background: #fff !important;
}
body.search .entry-summary .blog-button a {
  color: #181818;
  font-weight: 600;
  padding-right: 25px;
  position: relative;
}
body.search .entry-summary .blog-button a:before {
  content: "\ea70";
  position: absolute;
  font-family: 'remixicon' !important;
  font-size: 16px;
  top: 50%;
  right: 0;
  opacity: 1;
  transition: all 0.3s;
  transform: translateY(-50%);
}
body.search .entry-summary .blog-button a:hover {
  color: #d4f843;
}
.show-featured .post-img {
  float: left;
  padding-right: 15px;
}
.show-featured .post-item {
  overflow: hidden;
}
.bs-search {
  overflow: hidden;
  position: relative;
}
.bs-search input {
  border: 1px solid #ddd;
  color: #636363;
  padding: 17px 17px;
  width: 100%;
  border-radius: 5px;
}
.bs-search button {
  background: transparent !important;
  border: medium none;
  padding: 8px 21px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  font-size: 16px;
  outline: none;
  border-radius: 0;
  color: #181818;
}
.bs-search button i:before {
  font-size: 22px;
}
.bs-search button:hover {
  color: #333;
}
.bs-search label {
  display: inline;
  font-weight: normal;
}
article.sticky .blog-title a {
  color: #AED413;
  position: relative;
  padding-left: 30px;
  font-weight: 700;
}
article.sticky .blog-title a:before {
  content: "\f036";
  position: absolute;
  font-family: remixicon !important;
  left: -3px;
  top: 5px;
  color: #AED413;
  font-size: 29px;
  line-height: 25px;
}
.archive-post h3.blog-title a {
  color: #d4f843;
}
.archive-post h3.blog-title a:hover {
  color: #d4f843;
}
body.archive .tentaz-breadcrumbs.heads_trans .breadcrumbs-inner,
body.error404 .tentaz-breadcrumbs.heads_trans .breadcrumbs-inner,
body.single-product .tentaz-breadcrumbs.heads_trans .breadcrumbs-inner {
  padding: 190px 0 105px;
}
/* ------------------------------------
    24. Blog Pagination
---------------------------------------*/
.page-numbers.dots {
  padding-left: 13px;
  border-right: 1px solid #E6E6E6;
  padding-right: 20px;
  line-height: 24px;
  display: inline-block;
}
.pagination-area {
  padding-top: 0px;
  clear: both;
  text-align: center;
}
.pagination-area .pagination {
  padding: 0;
  margin: 0;
}
.pagination-area .nav-links {
  display: inline-block;
  border: 1px solid #f4f4f4;
  padding: 11px 0px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.03);
  background: #fff;
}
.pagination-area .nav-links span.current {
  padding: 2px 20px 0 21px;
  line-height: 23px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align: center;
  background: transparent;
  color: #d4f843;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #E6E6E6;
}
.pagination-area .nav-links > * {
  border-radius: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.pagination-area .nav-links a {
  padding: 2px 20px 0 14px;
  line-height: 23px;
  color: #636363;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align: center;
  background: transparent;
  opacity: .96;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #E6E6E6;
}
.pagination-area .nav-links a.next.page-numbers {
  background: none !important;
  border-right: 0;
}
.pagination-pages {
  display: inline-block;
  border: 1px solid #f1f1f1;
  padding: 11px 30px;
  border-radius: 10px;
}
.entry-footer .edit-link {
  padding: 20px 0;
  display: block;
}
.page-links {
  display: block;
  clear: both;
}
.page-links span {
  padding: 3px 5px;
  margin: 0 0 0 5px;
}
.page-links .current span {
  color: #d4f843;
}
.page-links a span {
  background: transparent !important;
  color: #757575;
}
.comment-list .pingback,
.comment-list .trackback {
  list-style: none;
  padding-bottom: 15px;
  padding-top: 15px;
}
.tentaz-blog-details .bs-meta li.category-name a {
  line-height: 22px;
}
.single #content h3,
.single #content h4 {
  margin-bottom: 17px;
}
li.category-name ul.post-categories {
  position: relative;
  float: none !important;
  padding-left: 22px !important;
}
/*-------------------
    Search Results
---------------------*/
body.search-results .site-main > article {
  background: #fff;
  padding: 43px 45px 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.01);
  border: 1px solid #eeeeee5e;
  margin-bottom: 70px;
}
body.search-results .site-main > article .entry-title {
  padding: 0;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 40px !important;
}
body.search-results .site-main > article .entry-title a {
  color: #181818;
}
body.search-results .site-main > article .entry-title a:hover {
  color: #636363;
}
body.search-results .site-main > article .entry-summary {
  padding: 0 0 15px;
}
body.search-results .site-main > article .entry-summary p:last-child {
  margin-bottom: 0;
}
body.search-results .site-main > article .entry-summary .search-button {
  margin-top: 20px;
}
body.search-results .site-main > article .entry-summary .search-button a {
  color: #181818;
}
body.search-results .site-main > article .entry-summary .search-button a:hover {
  color: #d4f843;
}
body.search-results .site-main > article .entry-summary .search-button a i {
  vertical-align: middle;
  transition: 0.3s all ease;
}
body.search-results .site-main > article .entry-footer {
  padding: 20px 35px;
  background: #ebebec;
}
body.search-results .site-main > article .entry-footer:empty {
  display: none;
}
body.search-results .site-main > article .entry-footer span {
  font-weight: 600;
}
body.search-results .site-main > article .entry-footer span a {
  font-weight: 400;
  color: #636363;
}
body.search-results .site-main > article .entry-footer span a:hover {
  color: #d4f843;
}
body.search-results .pagination-area .pagination {
  margin: 30px 0 0;
}
body.search-results .tentaz-main-contain-here #content {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
/* ---------------------------
    Header Section 
------------------------------*/
#tentaz-header {
  width: 100%;
  z-index: 9;
}
#tentaz-header .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
#tentaz-header .sticky-wrapper {
  height: auto !important;
}
#tentaz-header .header-inner-wrap {
  position: absolute;
  z-index: 99;
  width: 100%;
}
#tentaz-header .tentaz-header-quote {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#tentaz-header .tentaz-quote {
  position: relative;
  margin-left: 25px;
  line-height: 30px;
}
#tentaz-header .tentaz-quote a {
  background: #d4f843;
  font-size: 14px;
  padding: 17px 30px;
  color: #181818;
  font-weight: 600;
  border-radius: 30px;
  line-height: 30px;
  text-transform: uppercase;
}
#tentaz-header .tentaz-quote a:hover {
  background: #ffffff;
}
#tentaz-header .tentaz-quote a i {
  line-height: 0;
  position: relative;
  top: 2px;
  margin-left: 3px;
}
#tentaz-header .toolbar-area-here {
  background: #0a1b4c;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
}
#tentaz-header .toolbar-area-here .toolbar-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#tentaz-header .toolbar-area-here .toolbar-contact ul li {
  display: inline-block;
  line-height: 38px;
  color: #fff;
  margin-right: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
#tentaz-header .toolbar-area-here .toolbar-contact ul li:before {
  content: "";
  position: absolute;
  right: -3px;
  top: 15px;
  height: 12px;
  width: 1px;
  background: #D2D2D2;
  opacity: .5;
}
#tentaz-header .toolbar-area-here .toolbar-contact ul li:last-child:before {
  display: none;
}
#tentaz-header .toolbar-area-here .toolbar-contact ul li i {
  font-size: 14px;
  margin-right: 6px;
  vertical-align: middle;
  color: #fff;
}
#tentaz-header .toolbar-area-here .toolbar-contact ul li i.flaticon-email {
  position: relative;
  top: 3px;
}
#tentaz-header .toolbar-area-here .toolbar-contact ul li i:before {
  font-size: 18px;
  margin-left: 0;
}
#tentaz-header .toolbar-area-here .toolbar-contact ul li a {
  transition: all 0.3s ease 0s;
  color: #fff;
}
#tentaz-header .toolbar-area-here .toolbar-contact ul li a:hover {
  color: #d4f843;
}
#tentaz-header .toolbar-area-here .opening {
  position: relative;
  margin-right: 5px;
  padding-right: 20px;
  line-height: 38px;
}
#tentaz-header .toolbar-area-here .opening:before {
  content: "";
  position: absolute;
  right: -3px;
  top: 13px;
  height: 12px;
  width: 1px;
  background: #D2D2D2;
  opacity: .5;
}
#tentaz-header .toolbar-area-here .opening i {
  margin-right: 8px;
  line-height: 20px;
}
#tentaz-header .toolbar-area-here .opening i:before {
  font-size: 15px;
  font-weight: 600;
}
#tentaz-header .toolbar-area-here .toolbar-sl-share ul {
  text-align: right;
  margin: 0px;
  padding: 0;
}
#tentaz-header .toolbar-area-here .toolbar-sl-share ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 38px;
  font-weight: 500;
  position: relative;
}
#tentaz-header .toolbar-area-here .toolbar-sl-share ul li + li {
  margin-left: 15px;
}
#tentaz-header .toolbar-area-here .toolbar-sl-share ul li a {
  display: block;
  color: #181818;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
#tentaz-header .toolbar-area-here .toolbar-sl-share ul li a:hover {
  color: #d4f843;
}
#tentaz-header .toolbar-area-here .toolbar-sl-share ul li a i {
  text-align: center;
  display: inline-block;
  color: #fff;
}
#tentaz-header .toolbar-area-here .toolbar-sl-share ul li a i:hover {
  color: #d4f843;
}
#tentaz-header .toolbar-area-here .toolbar-sl-share ul li a.quote-buttons {
  position: relative;
  padding-right: 25px;
  color: #fff;
  margin-left: 30px;
}
#tentaz-header .toolbar-area-here .toolbar-sl-share ul li a.quote-buttons:before {
  font-family: Flaticon;
  font-size: 15px;
  font-style: normal;
  color: #d4f843;
  position: absolute;
  content: "\f100";
  right: 0;
  top: 0;
}
#tentaz-header .toolbar-area-here .toolbar-sl-share ul li a.quote-buttons:hover {
  color: #d4f843;
}
#tentaz-header .toolbar-area-here .toolbar-sl-share ul li.opening a {
  display: inline;
  color: #d4f843;
  font-weight: 600;
}
#tentaz-header .toolbar-area-here .toolbar-sl-share ul li.opening a:hover {
  color: #fff;
}
#tentaz-header .tentaz-cols-wrap-wrap {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
#tentaz-header .tentaz-cols-wrap-wrap .header-logo {
  display: flex;
  flex: 1;
}
#tentaz-header .tentaz-cols-wrap-wrap .logo-areas.custom-sticky-logo {
  display: none;
}
#tentaz-header.main-menu-center .tentaz-cols-wrap-wrap .header-logo {
  display: unset;
  flex: unset;
}
#tentaz-header.main-menu-center .tentaz-cols-wrap-wrap .nav.navbar {
  margin-right: 0;
}
#tentaz-header .logo-area {
  position: relative;
  z-index: 9;
  float: left;
  margin-right: 20px;
  line-height: 40px;
}
#tentaz-header .logo-area a {
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease 0s;
  font-size: 40px;
  font-family: Rajdhani;
  letter-spacing: 1px;
}
#tentaz-header .logo-area a img {
  display: inline-block;
  vertical-align: middle;
}
#tentaz-header .logo-area .site-title a {
  padding: 28px 0;
  display: inline-block;
}
#tentaz-header .tentaz-responsive-menu .tentaz-sidebarmenu-area {
  float: right;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 22px;
  position: relative;
}
#tentaz-header .tentaz-responsive-menu .tentaz-sidebarmenu-area.off-border-left {
  padding-left: 5px;
  margin-left: 14px;
}
#tentaz-header .tentaz-menu-sticky-here.sticky {
  backface-visibility: hidden;
}
#tentaz-header .tentaz-menu-sticky-here.sticky .tentaz-cols-wrap-wrap .logo-areas.custom-sticky-logo {
  display: block;
}
#tentaz-header .tentaz-menu-sticky-here.sticky .tentaz-cols-wrap-wrap .logo-areas.custom-logo-area {
  display: none;
}
.main-menu-icon-hide .menu-area .navbar ul > li.menu-item-has-children > a:before,
.main-menu-icon-hide .menu-area .navbar ul > li.menu-item-has-children.tentaz-min > a:after {
  display: none;
}
#tentaz-header.fixed-menu .menu-area .navbar ul > li.mega > ul {
  padding-left: 15px;
  padding-right: 0;
}
#tentaz-header.fixed-menu .menu-area .navbar ul > li.mega > ul.sub-menu .flex-mega {
  display: block;
}
#tentaz-header.fixed-menu .menu-area nav.navbar ul li.mega ul li .sub-menu {
  padding: 0 0 0 20px;
}
.phone_call i {
  background: #d4f843;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: block;
  text-align: center;
  line-height: 42px;
  position: relative;
  z-index: 2;
  color: #fff;
}
.phone_call i:before {
  font-size: 19px !important;
  font-weight: normal !important;
}
.phone_num_call {
  display: none;
  position: absolute;
  right: 35px;
  width: 136px;
  text-align: right;
  color: #fff;
  background: #d4f843;
  top: 51%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 2px 20px;
  border-radius: 2px;
}
.phone_num_call a {
  color: #fff;
}
.phone-calls .sidebarmenu-search-here {
  position: relative;
}
.sidebarmenu-search-here {
  margin-left: 15px;
}
.menu-area {
  padding-top: 0;
  padding-bottom: 0;
}
.menu-area .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.menu-area .navbar {
  margin-bottom: 0;
  border: 0;
  float: right;
  padding: 0;
  margin-right: 25px;
}
.menu-area .navbar ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.menu-area .navbar ul li {
  position: relative;
  display: inline-block;
  transition: none;
  padding: 30px 0px;
  font-size: 15px;
  /*Dropdown Menu area*/
}
.menu-area .navbar ul li.current-menu-ancestor a,
.menu-area .navbar ul li.current_page_item a {
  color: #d4f843;
}
.menu-area .navbar ul li a {
  color: #fff;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 16px;
}
.menu-area .navbar ul li:hover a {
  color: #d4f843;
}
.menu-area .navbar ul li ul.sub-menu {
  min-width: 250px;
  padding-bottom: 30px;
  padding-top: 30px;
  border-radius: 0px;
}
.menu-area .navbar ul li ul.sub-menu li {
  float: none;
  display: block;
  margin: 0;
  text-align: left;
  line-height: 25px;
}
.menu-area .navbar ul li ul.sub-menu li a {
  line-height: 25px;
  padding: 8px 44px;
  color: #fff;
  font-size: 15px;
}
.menu-area .navbar ul li ul.sub-menu li.current-menu-ancestor > a,
.menu-area .navbar ul li ul.sub-menu li.current_page_item > a {
  color: #d4f843;
}
.menu-area .navbar ul li ul.sub-menu li:hover > a {
  color: #d4f843;
}
.menu-area .navbar ul li:hover ul {
  opacity: 1;
  position: absolute;
}
.menu-area .navbar ul li > a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  transition: none;
}
.menu-area .navbar ul li .sub-menu {
  background: #181818;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.3s ease 0s;
  width: 200px;
  z-index: 99999 !important;
  text-align: left;
  visibility: hidden;
  -webkit-box-shadow: 0px 7px 7px 0px rgba(48, 51, 50, 0.09);
  -moz-box-shadow: 0px 7px 7px 0px rgba(48, 51, 50, 0.09);
  box-shadow: 0px 7px 7px 0px rgba(48, 51, 50, 0.09);
}
.menu-area .navbar ul li .sub-menu li {
  line-height: normal;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}
.menu-area .navbar ul li .sub-menu li a {
  display: block;
  padding: 12px 0;
  text-transform: none;
  transition: all 0.3s ease 0s;
  color: #fff;
  font-weight: 400;
}
.menu-area .navbar ul li .sub-menu li a:hover {
  color: #d4f843;
}
.menu-area .navbar ul li .sub-menu li a:hover:before {
  opacity: 1 !important;
}
.menu-area .navbar ul li .sub-menu li ul {
  left: 100% !important;
  top: 0 !important;
}
.menu-area .navbar ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.menu-area .navbar .navbar-toggle {
  background-color: #d4f843;
  border-radius: 2px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.menu-area .navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}
.menu-area .navbar .navbar-toggle:hover {
  opacity: 0.8;
}
.tentaz-phone i {
  font-size: 22px;
  line-height: 0;
  position: relative;
  top: 7px;
  margin-right: 2px;
}
.tentaz-phone a {
  font-size: 16px;
  color: #414141;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  line-height: 26px;
}
.menu-area .navbar ul > li.menu-item-has-children > a {
  position: relative;
  margin-right: 10px;
}
.menu-area .navbar ul > li.menu-item-has-children > a:before {
  content: "\EA4E";
  position: absolute;
  left: auto;
  font-family: remixicon !important;
  right: -3px;
  top: 54%;
  text-align: center;
  z-index: 9999;
  font-size: 15px;
  display: block;
  cursor: pointer;
  transform: translateY(-46%);
  transition: none;
  font-weight: 400;
}
.menu-area .navbar ul > li.menu-item-has-children.tentaz-min > a:before {
  display: none;
}
.menu-area .navbar ul > li.menu-item-has-children.tentaz-min > a:after {
  content: "\EA78";
  position: absolute;
  left: auto;
  font-family: remixicon !important;
  right: -3px;
  top: 54%;
  text-align: center;
  z-index: 9999;
  font-size: 16px;
  display: block;
  cursor: pointer;
  transform: translateY(-46%);
  transition: none;
  font-weight: 400;
}
.menu-area .navbar ul ul.sub-menu li.menu-item-has-children > a:before {
  display: none !important;
}
.menu-area .navbar ul ul.sub-menu li.menu-item-has-children > a:after {
  display: none !important;
}
.sub-menu-plus-show .menu-area .navbar ul ul.sub-menu li.menu-item-has-children > a:before {
  display: block !important;
  right: 10px;
}
.sub-menu-plus-show .menu-area .navbar ul ul.sub-menu li.menu-item-has-children > a:after {
  display: block !important;
  right: 10px;
}
.sub-menu-plus-show .menu-area .navbar ul ul.sub-menu li.menu-item-has-children:hover a:before {
  display: none !important;
}
.tentaz_offcanvas_icon {
  margin: 0 0 0 28px;
  padding: 12px 0;
  list-style: none;
}
.tentaz_offcanvas_icon .tentaz-nav-link .nav-menu-link i {
  font-size: 27px;
  cursor: pointer;
}
.tentaz_sidenav_wrap.nav-active-menu-container {
  overflow-y: auto;
  padding: 50px 50px 0;
}
.tentaz_sidenav_wrap .sub-menu {
  display: none;
}
.tentaz_sidenav_wrap .widget_cretic_flickr #rsflicker {
  margin-left: 0;
}
.tentaz_sidenav_wrap .widget_cretic_flickr #rsflicker li {
  list-style-type: none;
  position: relative;
  width: 33.33%;
  display: inline-block;
}
.tentaz_sidenav_wrap .widget_cretic_flickr #rsflicker li a img {
  opacity: 1;
  width: 100%;
}
.tentaz_sidenav_wrap .widget_cretic_flickr #rsflicker li a:hover img {
  opacity: .9;
}
.mobile-menu-container div ul {
  position: relative;
}
.mobile-menu-container div ul li {
  position: relative !important;
}
.mobile-menu-container div ul li a {
  border-bottom: 1px solid #f0f0f0;
}
.mobile-menu-container div ul li a:hover {
  color: #d4f843 !important;
}
.mobile-menu-container div ul > li.current_page_parent > a {
  color: #d4f843 !important;
}
.mobile-menu-container .menu > li:last-child a {
  border-bottom: none;
}
.mobile-menu-container .social-icon-responsive ul li a {
  padding-right: 0;
  margin-right: 0;
}
header.mainsmenuhide .navbar-menu #primary-menu-single {
  display: none;
}
.tentaz_sidenav_wrap .menu > li > .sub-menu li ul > li a {
  padding-left: 60px;
}
#mobile_menu ul ul li,
#mobile_menu li:hover > ul > li {
  height: auto;
}
#mobile_menu ul li a,
#mobile_menu ul ul li a {
  width: 100%;
  border-bottom: 0;
}
#mobile_menu > ul > li {
  float: none;
}
#mobile_menu ul ul li a {
  padding-left: 25px;
}
#mobile_menu ul ul ul li a {
  padding-left: 35px;
}
#mobile_menu ul ul,
#mobile_menu ul ul ul,
#mobile_menu.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
#mobile_menu > ul > li.has-sub > a:after,
#mobile_menu > ul > li.has-sub > a:before,
#mobile_menu ul ul > li.has-sub > a:after,
#mobile_menu ul ul > li.has-sub > a:before {
  display: none;
}
#mobile_menu #menu-button {
  display: block;
  padding: 17px;
  color: #dddddd;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
#mobile_menu .menu-button:after {
  position: absolute;
  top: 22px;
  right: 17px;
  display: block;
  height: 4px;
  width: 20px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  content: '';
}
#mobile_menu .menu-button:before {
  position: absolute;
  top: 16px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
  background: #dddddd;
  content: '';
}
#mobile_menu .menu-button.menu-opened:after {
  top: 23px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile_menu .menu-button.menu-opened:before {
  top: 23px;
  background: #ffffff;
  width: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile_menu .tentaz_submenu_button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 8px;
  display: block;
  cursor: pointer;
}
#mobile_menu .menu li ul.sub-menu li ul.sub-menu a {
  padding-left: 50px;
}
#tentaz-header .tentaz-cols-wrap-wrap .offcanvas-sec ul.tentaz_offcanvas_icon {
  margin-top: 0;
}
#mobile_menu ul > li.menu-minimize > .tentaz_submenu_button:before {
  display: none !important;
}
#mobile_menu .tentaz_submenu_button.submenu-opened:after {
  position: absolute;
  top: 0;
  right: 0px;
  display: block;
  width: 36px;
  height: 36px;
  background: #f9f9f9;
  content: "\EA78";
  font-family: remixicon !important;
  line-height: 36px;
  text-align: center;
}
#mobile_menu .tentaz_submenu_button:before {
  position: absolute;
  top: 0;
  right: 0px;
  display: block;
  width: 36px;
  height: 36px;
  background: #f9f9f9;
  content: "\EA4E";
  font-family: remixicon !important;
  line-height: 36px;
  text-align: center;
}
#mobile_menu .tentaz_submenu_button.submenu-opened:before {
  display: none;
}
body.logged-in .tentaz_sidenav_wrap {
  top: 30px;
}
body.logged-in .tentaz_sidenav_wrap .tentaz-nav-link {
  top: 30px;
}
.tentaz_sidenav_wrap .menu li ul.sub-menu li a {
  padding-left: 40px;
  font-size: 13px;
}
.tentaz_sidenav_wrap .menu li ul.sub-menu li a:before {
  display: none;
}
.tentaz_sidenav_wrap .widget_nav_menu {
  padding: 0 !important;
}
.tentaz_sidenav_wrap p {
  font-size: 18px;
  line-height: 28px;
}
.tentaz_sidenav_wrap #contact_widget-3 {
  margin: 35px 0 50px;
}
.tentaz_sidenav_wrap #text-9 {
  padding-top: 20px;
}
.responsive-menus,
.tentaz-sidebarmenu-area.tentaz-mobile-hamburger {
  display: none !important;
}
.menu-area .navbar ul li > a {
  overflow: hidden;
  font-weight: 600;
}
ul.sub-menu li a:before,
ul.sub-menu ul ul li a:before {
  display: none;
}
.tentaz-breadcrumbs .breadcrumbs-title span:last-child {
  padding-right: 0;
  margin-right: 0;
}
/*Full Search sec*/
#tentaz-header .sticky_form_here {
  position: fixed;
  top: 0;
  bottom: 0;
  background: #080E25;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
}
#tentaz-header .sticky_form_here button {
  background: none;
}
#tentaz-header .sticky_form_here button:hover {
  color: #d4f843;
}
#tentaz-header .sticky_form_here .sticky_form_search.sticky_form_search:before {
  margin-left: 0 !important;
}
.sticky_form_full {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 500px;
}
.sticky_form_full button i::before {
  color: #fff;
  opacity: .7;
}
.sticky_form_full .search-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */

  color: #fff;
  opacity: 1;
  /* Firefox */

}
.sticky_form_full .search-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */

  color: #fff;
  opacity: 1;
  /* Firefox */

}
.sticky_form_full .search-input::-ms-input-placeholder {
  /* Microsoft Edge */

  color: #fff;
  opacity: 1;
  /* Firefox */

}
.sticky_form_here .search-input {
  background: none;
  border: none;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  outline: none;
}
.close-search {
  position: fixed;
  right: 50px;
  top: 50px;
  background: #d4f843;
  color: #181818;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all .5s ease;
}
.close-search:before {
  font-size: 16px;
}
.close-search:hover {
  opacity: .8;
}
.header-share {
  display: inline-block;
  margin-right: 10px;
}
.header-share ul {
  margin: 0;
  text-align: right;
}
.header-share ul li {
  display: inline-block;
  margin-right: 10px;
  line-height: 70px;
  height: 70px;
}
.header-share ul li:last-child {
  margin-right: 0;
}
.header-share ul li a {
  font-size: 16px;
}
.header-share ul li a i {
  color: #d4f843;
  padding-right: 8px;
}
.header-share ul li a:hover i {
  color: #d4f843;
}
#tentaz-header .sticky_search i:before {
  font-size: 23px;
  cursor: pointer;
}
#tentaz-header .menu-cart-area span.icon-num {
  background: #f2f2f2;
  color: #212121;
}
.sticky .menu-area .navbar ul li .sub-menu {
  top: 100%;
}
.header-transparent .menu-cart-area span.icon-num,
.header-style5 .menu-cart-area span.icon-num {
  background: #fff;
  color: #000;
}
.menu-area .navbar ul li ul li ul.sub-menu {
  border: none;
}
/* Menu */
.menu-wrap-offcanvas {
  position: fixed;
  z-index: 999;
  width: 100%;
  right: 0;
  top: -1px;
  height: 100%;
  background: #0f0b12;
  padding: 46px 30px 50px 50px;
  font-size: 1.15em;
  -webkit-transform: translate3d(450px, 0, 0);
  transform: translate3d(450px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  max-width: 450px;
  overflow-y: auto;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.06);
}
.menu-wrap-offcanvas .inner-offcanva-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 50px 0 0px;
  overflow-x: hidden;
  overflow-y: auto;
  color: #ffffffd1;
  font-size: 16px;
}
.menu-wrap-offcanvas .inner-offcanva-wrap a {
  color: #ffffffd1;
  font-size: 16px;
}
.menu-wrap-offcanvas .inner-offcanva-wrap .tentaz-nav-link {
  position: absolute;
  left: 49px;
  top: 30px;
  display: block;
  z-index: 99;
}
.menu-wrap-offcanvas .inner-offcanva-wrap .tentaz-nav-link .close-button {
  color: #181818;
  display: block;
  transition: none;
  font-size: 24px;
  background: #d4f843;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.menu-wrap-offcanvas .inner-offcanva-wrap .tentaz-nav-link .close-button span {
  margin: 2px 5px;
}
.menu-wrap-offcanvas .logo-area {
  text-align: left;
  display: block;
  width: 100%;
  padding-bottom: 50px;
}
body.logged-in .menu-wrap-offcanvas {
  padding: 55px 30px 50px 50px;
}
body.logged-in .menu-wrap-offcanvas .inner-offcanva-wrap .tentaz-nav-link {
  top: 35px;
}
.menu-offcanvas.tentaz-offcanvas-open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition-timing-function: ease;
  -webkit-transition-timing-function: cubic-bezier(0.9, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.9, 0, 0.3, 1);
}
.inner-offcanva-wrap {
  opacity: 0;
  transition: all .8s ease;
}
body.on-offcanvas .menu-offcanvas.tentaz-offcanvas-open .inner-offcanva-wrap {
  opacity: 1;
}
.tentaz-offcanvas-open .inner-offcanva-wrap {
  opacity: 1;
}
.mobile-menu-container ul li.active a {
  color: #d4f843;
}
body.page-template-page-single .mobile-menu-container {
  position: fixed;
  z-index: 999999;
  width: 400px;
  right: 0;
  top: -1px;
  height: 100%;
  background: #fff;
  padding: 46px 50px 50px 35px;
  font-size: 1.15em;
  -webkit-transform: translate3d(400px, 0, 0);
  transform: translate3d(400px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
body.page-template-page-single .mobile-menu-container.nav-inactive-menu-link-container.nav-active-menu-container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*------------------------------------
    04. Sticky Menu
--------------------------------------*/
.tentaz-menu-sticky-here {
  margin: 0;
  width: 100%;
  z-index: 99;
  transition: all 300ms ease-in-out;
  background: transparent;
}
.tentaz-menu-sticky-here.sticky {
  position: fixed !important;
  background: #fff;
  box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.08);
  padding: 0;
}
.tentaz-menu-sticky-here.sticky .toolbar-area-here {
  display: none;
}
.tentaz-menu-sticky-here.sticky .navbar-menu {
  width: 100%;
  text-align: right;
}
.tentaz-menu-sticky-here.sticky .navbar-menu ul.menu {
  text-align: right;
}
.tentaz-menu-sticky-here.sticky .navbar ul li > a {
  color: #181818;
}
.tentaz-menu-sticky-here.sticky .tentaz-nav-link i {
  color: #181818;
}
.sticky-logo {
  display: none;
}
.sticky .logo-area {
  display: none;
}
.sticky .logo-area.sticky-logo {
  display: block;
}
/* ---------------------------
    Footer Css 
------------------------------*/
.tentaz-footer-here {
  background: #080E25;
  position: relative;
  background-position: center top !important;
}
.tentaz-footer-here .footer1,
.tentaz-footer-here .footer2 {
  padding-right: 50px;
}
.tentaz-footer-here .footer-logo-wrap {
  margin-bottom: 30px;
  margin-top: -7px;
}
.tentaz-footer-here #wp-calendar td {
  color: #ffffff !important;
  padding: 10px;
  border: 1px solid #ccc;
}
.tentaz-footer-here #wp-calendar td#today {
  color: #d4f843;
}
.tentaz-footer-here #wp-calendar th {
  background: #d4f843 !important;
  color: #181818 !important;
  padding: 10px;
  border: 1px solid #ccc;
}
.tentaz-footer-here .widget {
  margin: 0 0 30px;
}
.tentaz-footer-here .widget ul li i {
  padding: 0;
  font-size: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.tentaz-footer-here .widget.widget_nav_menu ul li {
  position: relative;
}
.tentaz-footer-here .widget.widget_nav_menu ul li a:hover {
  color: #d4f843;
}
.tentaz-footer-here .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
.footer-btn-wrap {
  display: block;
  margin-top: 40px;
}
.footer-btn-wrap .footer-btn {
  font-weight: 500;
  color: #fff;
  background: #d4f843;
  padding: 16px 24px;
  border-radius: 3px;
  font-size: 16px;
  text-transform: uppercase;
}
.footer-btn-wrap .footer-btn:hover {
  color: #fff !important;
  opacity: .9;
}
.tentaz-footer-here .copyright-widget .widget {
  margin-bottom: 0;
}
.tentaz-footer-here .recent-widget .show-featured .post-img img {
  border-radius: 0px;
}
.tentaz-footer-here {
  font-size: 16px;
  line-height: 26px;
  color: #999;
}
.tentaz-footer-here .widget.widget_nav_menu ul li {
  margin-bottom: 5px;
}
.tentaz-footer-here .widget.widget_nav_menu ul li a {
  position: relative;
  display: inline-block;
  color: #444;
  padding-left: 35px;
}
.tentaz-footer-here .widget.widget_nav_menu ul li ul {
  display: none;
}
.tentaz-footer-here .widget.widget_nav_menu ul.menu {
  margin-top: -5px;
}
.tentaz-footer-here .tentaz-footer-top-here {
  padding: 95px 0 60px;
}
.tentaz-footer-here .tentaz-footer-top-here.is_news_let {
  padding: 150px 0 50px;
}
.tentaz-footer-here .tentaz-footer-top-here input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #333;
  opacity: .5;
}
.tentaz-footer-here .tentaz-footer-top-here input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */

  color: #333;
  opacity: .5;
}
.tentaz-footer-here .tentaz-footer-top-here input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */

  color: #333;
  opacity: .5;
}
.tentaz-footer-here .tentaz-footer-top-here input[type="email"]:-moz-placeholder {
  /* Firefox 18- */

  color: #333;
  opacity: .5;
}
.tentaz-footer-here .tentaz-footer-top-here h3.footer-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  line-height: 28px;
  margin-bottom: 26px;
}
.tentaz-footer-here .tentaz-footer-top-here h3.footer-title:after {
  content: "";
  width: 22px;
  height: 22px;
  background: #d4f843;
  position: absolute;
  bottom: 4px;
  right: 0;
  left: -7px;
  margin-left: 0;
  border-radius: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 0;
  border-radius: 50%;
  opacity: .3;
}
.tentaz-footer-here .tentaz-footer-top-here .mc4wp-form-fields p {
  margin: 0 0 25px;
  position: relative;
}
.tentaz-footer-here .tentaz-footer-top-here .mc4wp-form-fields .tentaz-subs {
  position: relative;
}
.tentaz-footer-here .tentaz-footer-top-here .mc4wp-form-fields .tentaz-subs input[type="email"] {
  background: #fff;
  width: 100%;
  font-size: 16px;
  padding: 20px 146px 20px 20px;
  margin: 0;
  color: #0a0a0a;
  overflow: hidden;
  border: none;
  border-radius: 30px;
}
.tentaz-footer-here .tentaz-footer-top-here .mc4wp-form-fields .tentaz-subs input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */

  color: #999;
  opacity: 1;
}
.tentaz-footer-here .tentaz-footer-top-here .mc4wp-form-fields .tentaz-subs input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */

  color: #999;
  opacity: 1;
}
.tentaz-footer-here .tentaz-footer-top-here .mc4wp-form-fields .tentaz-subs input[type="email"]:-moz-placeholder {
  /* Firefox 18- */

  color: #999;
  opacity: 1;
}
.tentaz-footer-here .tentaz-footer-top-here .mc4wp-form-fields .tentaz-subs input[type="submit"] {
  background: #d4f843;
  padding: 14px 25px 14px;
  font-weight: 600;
  width: auto;
  font-size: 16px;
  border-radius: 30px;
  position: absolute;
  top: 6px;
  right: 7px;
}
.tentaz-footer-here .footer-address {
  line-height: 35px;
}
.tentaz-footer-here li.about-widget-img img {
  margin-bottom: 10px;
  margin-top: 0px;
  height: 35px;
}
.tentaz-footer-here a {
  color: #444;
}
.tentaz-footer-here a:hover {
  color: #d4f843;
}
.tentaz-footer-here ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tentaz-footer-here ul li:last-child {
  padding-bottom: 0;
}
.tentaz-footer-here .recent-post-widget {
  margin-bottom: 0;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
}
.tentaz-footer-here .recent-post-widget .show-featured {
  overflow: hidden;
  margin-bottom: 15px;
  max-width: 50%;
}
.tentaz-footer-here .about-widget p img {
  margin-bottom: 22px;
}
.tentaz-footer-here .footer-logo-light {
  height: 25px;
  margin: 11px 0 20px;
}
.tentaz-footer-here .fa-ul {
  margin-left: 0;
  text-align: left;
  margin-top: 0px;
  padding-right: 50px;
}
.tentaz-footer-here .fa-ul li {
  padding: 0px 0px 16px 0;
  position: relative;
}
.tentaz-footer-here .fa-ul li i {
  color: #d4f843;
  font-size: 20px !important;
}
.tentaz-footer-here .fa-ul li i:before {
  position: absolute;
  left: 0;
  margin-left: 0;
  font-size: 20px;
  top: 5px;
}
.tentaz-footer-here .fa-ul li i.ri-phone-line:before {
  font-size: 24px;
}
.tentaz-footer-here .fa-ul li i.ri-earth-line:before {
  font-size: 22px;
}
.tentaz-footer-here .fa-ul li a {
  color: #999;
}
.tentaz-footer-here .fa-ul li a:hover {
  color: #d4f843;
}
.tentaz-footer-here.footerlight {
  color: #666666;
}
.tentaz-footer-here.footerlight .footer-logo img {
  height: 25px;
}
.tentaz-footer-here.footerlight .tentaz-footer-top-here h3.footer-title {
  color: #212121;
}
.tentaz-footer-here.footerlight .tentaz-footer-top-here h3.footer-title:after {
  background: #666666;
}
.tentaz-footer-here.footerlight .footer_social li a {
  color: #666666;
  border-color: #666666;
}
.tentaz-footer-here.footerlight .footer_social li a .fa {
  color: #d4f843;
}
.tentaz-footer-here.footerlight .footer_social li a:hover .fa {
  color: #d4f843;
}
.tentaz-footer-here.footerlight .footer_social li:last-child {
  margin-right: 0 !important;
}
.tentaz-footer-here.footerlight .tentaz-footer-top-here .mc4wp-form-fields input[type="email"] li a,
.tentaz-footer-here.footerlight .tentaz-footer-top-here .mc4wp-form-fields ul.footer_social li a {
  border-color: #666;
}
.tentaz-footer-here.footerlight .footer-bottom {
  border-color: #fff;
}
.tentaz-footer-here.footerlight .footer-bottom .copyright p {
  color: #666;
}
.tentaz-footer-here.footerlight .footer-bottom .copyright a {
  color: #d4f843;
}
.tentaz-footer-here.footerlight .widget.widget_nav_menu ul li a {
  color: #666666;
}
.tentaz-footer-here.footerlight a {
  color: #666666;
}
.tentaz-footer-here.footerdark .footer-bottom {
  border-color: #eee6;
}
.tentaz-footer-here.footerdark .tentaz-footer-top-here .mc4wp-form-fields input[type="email"] {
  border-color: #eee6;
}
.tentaz-footer-here .footer-logo img {
  height: 20px;
  margin: 0;
}
.tentaz-footer-here.footerlight .tentaz-footer-top-here .mc4wp-form-fields input[type="email"] {
  border-color: #d4f843;
  color: #666;
}
.error404 .tentaz-footer-here {
  margin: 0;
}
.tentaz-footer-here .widget.recent-widget h3.footer-title {
  margin-bottom: 34px;
}
.tentaz-footer-here ul.footer_social li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 8px;
  text-align: center;
  border-radius: 3px;
}
.tentaz-footer-here ul.footer_social li a {
  color: #fff;
  display: block;
}
.tentaz-footer-here ul.footer_social li a i {
  font-size: 17px;
}
.tentaz-footer-here ul.footer_social li:last-child {
  margin-right: 0 !important;
}
.tentaz-footer-here .tentaz-contact {
  display: flex;
  padding-top: 35px;
  border-top: 1px solid #ffffff26;
  margin-top: 35px;
}
.tentaz-footer-here .tentaz-contact img {
  width: 50px;
  margin-right: 22px;
}
.tentaz-footer-here .tentaz-contact li {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Rajdhani', sans-serif;
}
.tentaz-footer-here .tentaz-contact li strong {
  display: block;
  font-size: 14px;
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
.tentaz-footer-here .widget.widget_mc4wp_form_widget {
  background: #d4f843;
  display: flex;
  max-width: 1176px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 26px 50px;
  align-items: center;
}
.tentaz-footer-here .widget.widget_mc4wp_form_widget .footer-title {
  max-width: 54%;
  margin: 0;
  font-size: 30px;
  line-height: 36px;
  background: url(../images/nn_icon.png) no-repeat;
  background-size: 61px;
  padding-left: 86px;
}
.tentaz-footer-here .widget.widget_mc4wp_form_widget .mc4wp-form {
  max-width: 46%;
  width: 100%;
  padding-left: 70px;
}
.tentaz-footer-here .widget.widget_mc4wp_form_widget .mc4wp-form-fields {
  position: relative;
}
.tentaz-footer-here .widget.widget_mc4wp_form_widget .mc4wp-form-fields input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  font-size: 0;
}
.tentaz-footer-here .widget.widget_mc4wp_form_widget .mc4wp-form-fields input[type="email"] {
  background: none;
  border: none;
  border-bottom: 1px solid #A1C60AA1;
  margin-bottom: 0;
  padding: 12px 0;
  color: #181818;
}
.tentaz-footer-here .widget.widget_mc4wp_form_widget .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #181818;
  opacity: .8;
}
.tentaz-footer-here .widget.widget_mc4wp_form_widget .mc4wp-form-fields input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */

  color: #181818;
  opacity: .8;
}
.tentaz-footer-here .widget.widget_mc4wp_form_widget .mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */

  color: #181818;
  opacity: .8;
}
.tentaz-footer-here .widget.widget_mc4wp_form_widget .mc4wp-form-fields input[type="email"]:-moz-placeholder {
  /* Firefox 18- */

  color: #181818;
  opacity: .8;
}
.tentaz-footer-here .widget.widget_mc4wp_form_widget .mc4wp-form-fields span {
  position: relative;
}
.tentaz-footer-here .widget.widget_mc4wp_form_widget .mc4wp-form-fields span i {
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
  color: #181818;
  font-size: 22px;
}
.tentaz-footer-here .widget.widget_mc4wp_form_widget .mc4wp-form-fields span:hover {
  opacity: .8;
}
.tentaz-footer-here .bs-search button {
  padding: 12px 21px;
}
.tentaz-footer-here .bs-search button i:before {
  top: 2px;
  position: relative;
}
ul.footer_social > li > a {
  background: #ffffff1c;
  border-radius: 10px;
  width: 42px;
  height: 42px;
  line-height: 48px;
}
ul.footer_social > li > a:hover {
  background: #d4f843;
  color: #181818;
}
.footer-bottom {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}
.footer-bottom .copyright-widget-social .footer_social {
  text-align: center;
}
.footer-bottom .row {
  align-items: center;
}
.footer-bottom .copyright p {
  margin: 0;
  line-height: 35px;
  font-weight: 500;
}
.footer-bottom .copyright-widget .widget_nav_menu ul.menu {
  display: flex;
  justify-content: end;
}
.footer-bottom .copyright-widget .widget_nav_menu ul.menu li {
  margin: 0;
}
.footer-bottom .copyright-widget .widget_nav_menu ul.menu li a {
  font-weight: 500;
  margin-left: 15px;
}
.footer-bottom .copyright-widget .widget_nav_menu ul.menu li a:before {
  display: none;
}
.footer-bottom .copyright-widget .widget_nav_menu ul.menu li a:after {
  background-color: #ffffff42;
  content: "";
  height: 10px;
  width: 1px;
  position: absolute;
  right: -23px;
  top: 15px;
  border-radius: 50%;
}
.footer-bottom .copyright-widget .widget_nav_menu ul.menu li ul {
  display: none;
}
.footer-bottom .copyright-widget .widget_nav_menu ul.menu li:last-child a:after {
  display: none;
}
a.footer-logo {
  display: block;
  margin-bottom: 26px;
}
.tentaz-footer-here .widget.widget_nav_menu ul li a,
.tentaz-footer-here .widget.widget_pages ul li a,
.tentaz-footer-here .widget.widget_archive ul li a,
.tentaz-footer-here .widget.widget_categories ul li a {
  position: relative;
  padding: 6px 0 6px 0px !important;
  display: inline-block;
  color: #999;
}
.tentaz-footer-here .widget.widget_nav_menu ul li a:hover,
.tentaz-footer-here .widget.widget_pages ul li a:hover,
.tentaz-footer-here .widget.widget_archive ul li a:hover,
.tentaz-footer-here .widget.widget_categories ul li a:hover {
  color: #d4f843;
}
.tentaz-footer-here .footer-bottom .widget.widget_nav_menu ul li a {
  padding-left: 30px !important;
}
.tentaz-footer-here .widget.widget_recent_comments ul li a {
  position: relative;
  padding: 6px 0 6px 0px !important;
  display: inline-block;
  color: #999;
}
.tentaz-footer-here .widget.widget_recent_comments ul li a:hover {
  color: #d4f843;
}
.tentaz-footer-here .widget.widget_nav_menu ul ul.sub-menu,
.tentaz-footer-here .widget.widget_pages ul ul.sub-menu,
.tentaz-footer-here .widget.widget_categories ul ul.sub-menu {
  padding-left: 15px;
}
.tentaz-footer-here .widget.widget_nav_menu ul ul.sub-menu li a,
.tentaz-footer-here .widget.widget_pages ul ul.sub-menu li a,
.tentaz-footer-here .widget.widget_recent_comments ul ul.sub-menu li a,
.tentaz-footer-here .widget.widget_archive ul ul.sub-menu li a,
.tentaz-footer-here .widget.widget_categories ul ul.sub-menu li a {
  position: relative;
  padding: 0;
}
.tentaz-footer-here .widget.widget_recent_comments ul li {
  display: block;
}
.tentaz-footer-here .widget.widget_recent_comments ul li:before {
  top: 4px;
}
.tentaz-footer-here a {
  color: #999;
}
.footer-1 {
  padding-left: 90px;
}
.tentaz-footer-here a:focus {
  color: #d4f843;
}
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 40px;
  z-index: 10;
}
#scrollUp i {
  height: 40px;
  font-size: 24px;
  width: 42px;
  border-radius: 50%;
  color: #181818;
  line-height: 40px;
  transition: all 0.3s ease 0s;
  background-color: #d4f843;
  margin-left: 2px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  display: block;
}
#scrollUp i:hover {
  opacity: 0.8;
}
/********************
Woocommerce *******************/
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce .wc-forward,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  padding: 13px 26px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  background: #d4f843;
  color: #181818;
  z-index: 1;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce .wc-forward:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  opacity: 0.8;
  color: #181818;
  background: #d4f843;
  z-index: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 400;
}
.woocommerce #review_form #respond textarea {
  border: 1px solid rgba(54, 54, 54, 0.1);
}
.wc-forward:hover {
  background: transparent;
  color: #181818;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background: #fff;
  border-right: 10px solid #fff;
  box-shadow: 0 0 1px #999;
}
.tentaz-sidebar .widget_product_search .woocommerce-product-search {
  position: relative;
}
.tentaz-sidebar .widget_product_search .woocommerce-product-search button {
  border: none;
  font-size: 0;
  padding: 9px 18px 9px 18px;
  background: transparent;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
  border-radius: 0 5px 5px 0;
}
.tentaz-sidebar .widget_product_search .woocommerce-product-search:hover:after {
  color: #fff;
  background: #d4f843;
}
.tentaz-sidebar .widget_product_search .woocommerce-product-search:after {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  color: #666;
  padding: 9px 18px 9px 18px;
  transition: all 0.3s ease 0s;
  border-radius: 0 5px 5px 0;
}
.tentaz-sidebar .widget_product_search input[type="search"] {
  height: 44px;
  padding: 8px 15px;
  border-radius: 5px;
  width: 100%;
  position: relative;
  border: 1px solid #ddd;
}
.tentaz-sidebar .widget_product_search button {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
}
.tentaz-sidebar .widget_product_search button:hover {
  opacity: .95;
}
.woocommerce div.product form.cart .group_table td {
  padding: 25px 20px;
  border: none;
  border-bottom: 1px solid #E6E6E6;
  vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td:first-child {
  padding: 25px 20px 25px 0px;
  width: 180px;
}
.woocommerce-checkout table.shop_table td {
  padding: 20px 12px;
}
#ship-to-different-address .woocommerce-form__label .input-checkbox {
  margin: 11px 0 0 !important;
}
.woocommerce-grouped-product-list .tentaz-quantity .qty {
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}
.grouped_form .single_add_to_cart_button {
  margin-top: 15px !important;
}
.grouped_form .woocommerce-Price-amount {
  font-weight: 700;
  color: #d4f843;
}
.grouped_form td ins {
  padding: 0;
}
.grouped_form del .woocommerce-Price-amount {
  font-weight: 600;
  color: #666666;
  display: block;
  font-size: 13px;
  line-height: 16px;
}
.grouped_form .woocommerce-grouped-product-list-item__label a {
  color: #181818 !important;
  font-weight: 700;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 1;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #636363;
}
.woocommerce-product-details__short-description p {
  margin-bottom: 35px;
}
.woocommerce div.product .product_meta {
  font-size: 13px;
}
.woocommerce div.product .product_meta .posted_in {
  display: block;
  font-weight: 700;
}
.woocommerce div.product form.grouped_form table {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.woocommerce div.product form.grouped_form table td {
  border: none !important;
}
.woocommerce div.product form.grouped_form button {
  margin-left: 0 !important;
}
.woocommerce div.product form.grouped_form .group_table tr:first-child td {
  padding-top: 30px;
}
.woocommerce div.product form.grouped_form .group_table tr:last-child td {
  padding-bottom: 30px;
}
.woocommerce div.product form.grouped_form .group_table td {
  padding: 10px 20px;
}
.woocommerce div.product form.grouped_form .group_table td:first-child {
  padding: 10px 20px 10px 0px;
}
.woocommerce .woocommerce-form-login .form-row {
  margin-bottom: 16px;
}
.woocommerce .woocommerce-form-login .form-row .woocommerce-form__label-for-checkbox,
.woocommerce .woocommerce-form-login .form-row .woocommerce-form-login__submit {
  margin-top: 8px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  font-weight: 500;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: transparent;
  color: #d4f843;
}
body .woocommerce-pagination ul {
  border-color: #f2f2f2 !important;
  border-radius: 3px;
  border-width: 1px !important;
  border-right: 1px solid #E6E6E6 !important;
}
body .woocommerce-pagination ul li {
  border: none !important;
  padding: 2px 16px !important;
  margin: 14px 0 !important;
  border-right: 1px solid #E6E6E6 !important;
}
body .woocommerce-pagination ul li:last-child {
  border-right: 0 !important;
}
body .woocommerce-pagination ul li a.page-numbers,
body .woocommerce-pagination ul li span {
  font-size: 18px;
  padding: 0;
  font-weight: 500;
  border: none;
  color: #505050;
  outline: none;
  text-align: center;
  font-size: 18px !important;
  padding: 0 !important;
  display: block;
  margin-left: -1px;
  outline: none !important;
  background: transparent !important;
}
ul.products .star-rating {
  width: 66px;
  margin: 2px auto 5px !important;
}
.woocommerce .star-rating span::before,
.woocommerce .star-rating::before {
  color: #d4f843 !important;
}
.woocommerce a.added_to_cart {
  padding-top: 15px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #d4f843;
}
.woocommerce .related .products li .add_to_cart_button,
.woocommerce .related .products li a.product_type_grouped {
  display: none;
}
.woocommerce #commentform {
  max-width: 650px;
}
.woocommerce #commentform .comment-form-author label,
.woocommerce #commentform .comment-form-email label {
  min-width: 60px;
}
.woocommerce #commentform .comment-form-author input,
.woocommerce #commentform .comment-form-email input {
  width: 100%;
}
.woocommerce #commentform .comment-form-comment textarea {
  margin-bottom: 0;
}
.woocommerce #review_form #respond p {
  margin: 5px 0 20px;
}
.woocommerce .cart_totals h2 {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 17px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  color: #636363;
}
.woocommerce .cart_totals table.shop_table {
  border: none;
}
.woocommerce .cart_totals table.shop_table th,
.woocommerce .cart_totals table.shop_table td {
  padding: 30px 10px;
  font-weight: 600;
}
.woocommerce-checkout #payment {
  background: transparent;
}
.woocommerce-checkout #payment .wc_payment_methods,
.woocommerce-checkout #payment .place-order {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.woocommerce-checkout #payment .place-order {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.woocommerce-checkout #payment .payment_box {
  background-color: #f9f9f9 !important;
}
.woocommerce-checkout #payment .payment_box:before {
  border: 1em solid #f9f9f9 !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #f9f9f9 !important;
}
.woocommerce-shipping-fields h3 {
  margin-bottom: 10px;
}
.price_slider_wrapper .price_slider {
  margin-bottom: 25px !important;
}
.price_slider_wrapper .price_slider_amount button {
  padding: 11px 30px;
  z-index: 1;
  position: relative;
  font-size: 12px !important;
}
.price_slider_wrapper .price_slider_amount .price_label {
  top: 4px;
  position: relative;
}
.woocommerce ul.products {
  margin-bottom: 0 !important;
}
.woocommerce ul.products li {
  padding: 0px !important;
  position: relative !important;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease 0s;
  background: transparent;
  border-radius: 4px;
}
.woocommerce ul.products li img {
  margin-bottom: 0 !important;
  position: relative;
}
.woocommerce ul.products li .woocommerce-loop-product__title {
  font-size: 22px !important;
  padding-bottom: 0px !important;
  line-height: 26px;
}
.woocommerce ul.products li .woocommerce-loop-product__title a {
  color: #181818;
}
.woocommerce ul.products li .woocommerce-loop-product__title a:hover {
  color: #d4f843;
}
.woocommerce ul.products li .added_to_cart {
  width: 100% !important;
  background: none !important;
  border-radius: 5px !important;
  background: #b2d231 !important;
  color: #181818 !important;
}
.woocommerce ul.products li .button {
  margin-top: 5px !important;
  margin-left: 15px;
  margin-right: 15px;
}
.woocommerce ul.products li:hover {
  background: transparent;
}
.woocommerce ul.products li:hover a.button {
  background: #fff;
  color: #d4f843;
}
.woocommerce ul.products li:hover .wc-forward {
  background: #fff;
  color: #d4f843;
}
.woocommerce ul.products li ul li {
  background: none;
  border-radius: 0;
}
.back-menu-cart-area h2 {
  display: none;
}
.related .star-rating::beforee {
  top: 50% !important;
  right: 50% !important;
  transform: translate(50%, -50%);
}
.woocommerce .star-rating span::before {
  color: #d4f843;
}
/* ------------------------------------
    29. Shop Page Start Here 
---------------------------------------*/
.woocommerce ul.products li.product {
  padding: 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease 0s;
  margin-bottom: 0;
  border: 1px solid #f4f4f4;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.03);
  padding-bottom: 20px !important;
  margin-bottom: 40px;
}
.woocommerce ul.products li.product .images-product {
  position: relative;
  margin-bottom: 15px;
  padding: 0;
}
.woocommerce ul.products li.product .images-product a {
  display: block;
  background: #d4f843;
  color: #181818;
  padding: 4px 0;
}
.woocommerce ul.products li.product .images-product a img {
  transition: all 0.3s ease-out;
  width: 100%;
}
.woocommerce ul.products li.product h4 {
  margin-bottom: 10px !important;
  margin-left: 0;
  font-weight: 700;
}
.woocommerce ul.products li.product h4 a {
  color: #181818;
  transition: all 0.3s ease 0s;
  font-size: 20px;
  margin: 0;
}
.woocommerce ul.products li.product h4 a:hover {
  color: #d4f843;
}
.woocommerce ul.products li.product .price-details ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.woocommerce ul.products li.product .price-details ul li {
  display: block;
}
.woocommerce ul.products li.product .price-details ul li:first-child {
  font-weight: 600;
  font-size: 15px;
}
.woocommerce ul.products li.product .price-details ul li:first-child del {
  margin-right: 5px;
  font-weight: 400;
  font-size: 15px;
}
.woocommerce ul.products li.product .price-details ul li .add-to-cart {
  background: #d4f843;
  padding: 6px 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-top: 14px;
  border-radius: 4px;
}
.woocommerce nav.woocommerce-pagination {
  margin-top: 40px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  color: #606060;
  font-size: 16px;
  font-weight: 600;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce ul.products li.product .price ins {
  color: #606060;
  font-size: 16px;
  font-weight: 600;
}
.woocommerce .tentaz-quantity .qty {
  height: 36px !important;
  width: 50px;
  appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin-bottom: 0;
  padding: 8px 0;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-radius: 0 !important;
  text-align: center;
}
.woocommerce .tentaz-quantity {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding: 1.5px 10px;
}
.woocommerce .tentaz-quantity .tentaz_qty_button {
  border: none;
  background: none;
  box-shadow: none;
  color: #212121;
  font-size: 20px;
  padding: 0px 16px;
  position: relative;
  top: 1px;
}
.woocommerce .tentaz-quantity .tentaz_qty_button.tentaz-plus {
  top: 1px !important;
  font-size: 17px;
}
.woocommerce .tentaz-quantity .tentaz_qty_button:hover {
  border: none;
  background: none !important;
  box-shadow: none;
}
.woocommerce input[type="number"] {
  border: 0;
}
.woocommerce .tentaz-quantity input::-webkit-outer-spin-button,
.woocommerce .tentaz-quantity input::-webkit-inner-spin-button {
  display: none;
  margin: 0;
}
body.woocommerce ins {
  background: none !important;
}
body.woocommerce .panel {
  border: none;
  box-shadow: none;
}
body.woocommerce .woocommerce-product-gallery .flex-viewport {
  border: 1px solid #f4f4f4;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.03);
}
body.woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  border: 1px solid #f4f4f4;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.03);
}
body.woocommerce .woocommerce-product-gallery ol.flex-control-nav {
  padding: 15px 0 0 !important;
  text-align: center;
}
body.woocommerce .woocommerce-product-gallery ol.flex-control-nav li {
  float: none !important;
  display: inline-block;
}
body.woocommerce .woocommerce-product-gallery ol.flex-control-nav li img {
  width: 90%;
  display: inline-block;
  margin-bottom: 10px !important;
  border: 1px solid #f4f4f4;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.03);
}
.woocommerce-variation-price {
  margin-bottom: 30px;
}
.woocommerce table.shop_attributes td {
  font-style: normal;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 16px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews h2,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description h2 {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title {
  font-size: 15px;
  font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #fbfbfb;
  background-color: #fbfbfb;
  margin-right: 8px;
  border-radius: 0;
  border: none !important;
}
.woocommerce div.product .product_meta .posted_in a {
  color: #636363;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li {
  font-size: 15px;
  margin-right: 12px;
  border-radius: 4px 4px 0 0;
  margin-left: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li a {
  transition: unset;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #d4f843;
  color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
  background: #d4f843;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
  color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  box-shadow: -2px 2px 0 #f0f0f0;
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
  border-radius: 5px 0 0 0;
  padding-top: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid #f0f0f0;
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: 1px solid #f0f0f0;
  display: none;
}
.woocommerce-form-login .woocommerce-Button {
  margin-right: 12px !important;
}
.woocommerce .woocommerce-ordering {
  margin: 0 0 2em;
}
.woocommerce .woocommerce-result-count {
  margin-top: 10px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #ddd !important;
}
.woocommerce a.remove {
  margin: 0 auto;
  color: #ff0000 !important;
  line-height: 23px;
  border: 1px solid #ddd;
  font-weight: 300 !important;
  font-size: 1.1em;
  height: 1.5em;
  width: 1.5em;
}
body.woocommerce-cart a.remove {
  line-height: 23px;
}
.woocommerce-cart table.cart .product-thumbnail img {
  width: 80px !important;
}
.woocommerce-cart table.cart .product-name a {
  color: #636363;
  font-weight: 600;
}
.woocommerce-cart table.cart .product-name a:hover {
  color: #181818;
  text-decoration: underline !important;
}
.woocommerce-cart table.cart .product-price span {
  font-weight: 600;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button {
  color: #636363;
}
.woocommerce-checkout .woocommerce form .form-row {
  margin: 0 0 15px;
}
.woocommerce button.button:disabled {
  opacity: .8 !important;
  background: none;
}
.coupon input#coupon_code {
  width: 320px !important;
  border-radius: 5px;
  height: 42px !important;
  margin-right: 20px;
  text-align: left !important;
  padding-left: 22px;
}
.coupon ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #181818 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.coupon ::-moz-placeholder {
  /* Firefox 19+ */

  color: #181818 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.coupon :-ms-input-placeholder {
  /* IE 10+ */

  color: #181818 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.coupon :-moz-placeholder {
  /* Firefox 18- */

  color: #181818 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.product_meta span.tagged_as {
  display: block;
}
.product_meta span {
  font-weight: 600;
}
.product_meta span a {
  font-weight: 400;
}
.single-product div.product p.price {
  margin-bottom: 28px;
}
.single-product div.product form.cart {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding-bottom: 40px;
  display: flex;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top-color: #d4f843;
}
.woocommerce-message::before,
.woocommerce-info::before {
  color: #d4f843;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 110px;
  height: 40px;
  text-align: center;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
  border-radius: 0px;
  height: 40px;
  line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
}
input[type="tel"] {
  padding: 10px 14px;
  border: none;
  outline: none;
  width: 100%;
  height: 50px;
  border: 1px solid rgba(54, 54, 54, 0.1);
}
.woocommerce-form__label span {
  padding-left: 5px;
}
.woocommerce-form__label .input-checkbox {
  margin: 7px 0 0 !important;
}
body.woocommerce-page input[type="text"],
body.woocommerce-page input[type="password"],
body.woocommerce-page input[type="email"],
body.woocommerce-page .select2-container--default .select2-selection--single,
body.woocommerce-page .woocommerce form .form-row.woocommerce-validated .select2-container,
body.woocommerce-page .woocommerce form .form-row.woocommerce-validated input.input-text,
body.woocommerce-page .woocommerce form .form-row.woocommerce-validated select {
  border: 1px solid rgba(54, 54, 54, 0.1);
  height: 45px;
}
body.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #636363;
  opacity: .5;
}
.tentaz-screen-reader {
  display: none;
}
.woocommerce-cart-form table.shop_table {
  border-collapse: collapse;
}
.woocommerce-cart-form table.shop_table td,
.woocommerce-cart-form table.shop_table th {
  padding: 25px;
  text-align: center;
}
.woocommerce-cart-form table.shop_table .tentaz-quantity {
  border-radius: 5px;
  padding: 0 0px;
  margin: 0 auto;
}
.woocommerce-cart-form table.shop_table .tentaz-quantity .tentaz_qty_button {
  top: 0px;
}
.woocommerce-cart-form table.shop_table .tentaz-quantity .qty {
  width: 50px;
  text-align: center;
  border-radius: 0 !important;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 600;
}
.woocommerce table.shop_table {
  border-collapse: collapse !important;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  padding-top: 40px;
}
.woocommerce div.product form.cart .variations select {
  padding: 5px 2px;
}
.cart_totals h2 {
  text-transform: capitalize;
}
.cart_totals table.shop_table th,
.cart_totals table.shop_table td {
  padding: 20px;
}
.woocommerce-tabs h2 {
  font-size: 20px;
}
.related.products h2 {
  font-size: 20px;
}
.single-product .summary.entry-summary h1.product_title.entry-title {
  font-size: 25px !important;
  line-height: 25px !important;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 50px !important;
}
.cart-collaterals th,
.cart-collaterals td {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.cart-collaterals tr:last-child td,
.cart-collaterals tr:last-child th {
  border-bottom: none !important;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: 100%;
}
.woocommerce .bottom,
.woocommerce .featured {
  text-align: left;
}
.woocommerce .form-row {
  display: block;
}
.woocommerce.single-product form.cart .button {
  margin-left: 10px;
}
.woocommerce .add_to_cart_button {
  transition: 0.3s ease all;
}
.woocommerce .add_to_cart_button:after {
  font-size: inherit !important;
  vertical-align: initial !important;
}
.woocommerce .add_to_cart_button.added {
  display: none !important;
  opacity: 0;
}
.woocommerce .add_to_cart_button.loading {
  padding-right: 40px !important;
}
.woocommerce .add_to_cart_button.loading:after {
  top: 12px !important;
  right: 15px !important;
  font-size: inherit !important;
}
.woocommerce button[disabled] {
  color: #fff;
  height: 39px;
  padding: 0 35px !important;
}
.woocommerce button[disabled]:hover {
  color: #d4f843;
}
.woocommerce table.shop_table th {
  border: none;
  font-size: 18px;
  font-weight: 600;
}
.woocommerce table.shop_table td {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #E6E6E6;
}
h3#order_review_heading {
  margin-top: 60px;
  padding: 0 15px;
}
#order_review {
  padding: 0 15px;
}
textarea.input-text {
  border: 1px solid #ccc;
}
.button.yith-wcqv-button {
  display: none !important;
}
.post-type-archive .learn-press-courses .course .course-title {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #181818;
}
.woocommerce span.onsale {
  background: #d4f843 !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 !important;
  right: 10px !important;
  margin: 0 !important;
  top: 10px !important;
  z-index: 1;
  font-weight: 500;
  border-radius: 5px;
  color: #181818;
}
.woocommerce-info {
  border-top-color: #d4f843;
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
  padding: 3px 15px !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
  background: #f0f0f0;
  margin: 0 0 15px;
  border-radius: 2px;
}
.woocommerce-MyAccount-navigation ul li a {
  padding: 10px 20px;
  color: #636363;
  display: block;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  background: #d4f843;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff;
}
.woocommerce-MyAccount-navigation ul li:hover {
  background: #d4f843;
}
.woocommerce-MyAccount-navigation ul li:hover a {
  color: #fff;
}
form.woocommerce-EditAccountForm fieldset {
  margin-bottom: 40px;
  margin-top: 30px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-input-wrapper #order_comments,
#order_comments {
  border: 1px solid rgba(54, 54, 54, 0.1) !important;
}
.woocommerce-js ul.products li img {
  width: auto;
  max-width: 100%;
  transition: all .5s ease;
}
.woocommerce-account .woocommerce form.login {
  margin-bottom: 0;
}
.single-product.woocommerce span.onsale {
  left: 10px !important;
}
#order_comments {
  border: 1px solid rgba(54, 54, 54, 0.1) !important;
}
/*--------------------------------------------------------------
Heading  css
--------------------------------------------------------------*/
.tentaz-hero-slider .tentaz-hero-slide {
  background-size: cover;
}
.tentaz-hero-slider .hero-inner-slide .container {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 790px;
}
.tentaz-hero-slider .hero-inner-slide .slider-title .title {
  color: #ffffff;
  margin: 0;
}
.tentaz-hero-slider .hero-inner-slide .slider-desc {
  color: #ffffff;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}
.tentaz-hero-slider .hero-inner-slide .slider-desc p {
  margin: 0;
}
.tentaz-hero-slider.tentaz-unique-slider .slick-next {
  background: none;
  right: 25px !important;
  opacity: 1;
  visibility: visible;
  width: 60px;
  height: 60px;
  line-height: 60px;
  outline: none;
  opacity: .3;
}
.tentaz-hero-slider.tentaz-unique-slider .slick-next:before {
  top: 9px;
  left: 3px;
  font-size: 50px;
}
.tentaz-hero-slider.tentaz-unique-slider .slick-next:hover {
  opacity: 1;
}
.tentaz-hero-slider.tentaz-unique-slider .slick-prev {
  background: none;
  left: 25px !important;
  opacity: 1;
  visibility: visible;
  width: 60px;
  height: 60px;
  line-height: 60px;
  outline: none;
  opacity: .3;
}
.tentaz-hero-slider.tentaz-unique-slider .slick-prev:before {
  top: 9px;
  right: 3px;
  font-size: 50px;
}
.tentaz-hero-slider.tentaz-unique-slider .slick-prev:hover {
  opacity: 1;
}
.tentaz-hero-slider .hero-inner-slide {
  padding: 250px 0 160px;
}
.tentaz-hero-slider .hero-button {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 45px 0;
}
.tentaz-hero-slider .hero-button li {
  margin: 0 12px;
}
.tentaz-hero-slider .hero-button li a {
  color: #181818;
  background: #d4f843;
  padding: 16px 30px;
  font-size: 14px;
  border-radius: 30px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
}
.tentaz-hero-slider .hero-button li a i {
  margin-left: 5px;
  position: relative;
  top: 3px;
  font-size: 16px;
  display: inline-block;
  line-height: 0;
}
.tentaz-hero-slider .hero-button li a:hover {
  background: #fff;
}
.tentaz-hero-slider .hero-button li.ctn-white a {
  background: #fff;
}
.tentaz-hero-slider .hero-button li.ctn-white a:hover {
  background: #d4f843;
}
.tentaz-hero-slider .hero-button li.ctn-video {
  margin: 0;
}
.tentaz-hero-slider .hero-button li.ctn-video a {
  background: none;
  color: #fff;
  padding: 11px 0;
}
.tentaz-hero-slider .hero-button li.ctn-video a i {
  font-size: 46px;
  position: relative;
  top: 18px;
  margin-right: 4px;
}
.tentaz-hero-slider .hero-button li.ctn-video a:hover {
  color: #d4f843;
}
.ten_slider_2 .tentaz-hero-slider .hero-button li a {
  border-radius: 2px;
}
.ten_slider_2 .tentaz-hero-slider.tentaz-unique-slider .slick-prev::before {
  top: 3px;
  right: 2px;
  font-size: 22px;
}
.ten_slider_2 .tentaz-hero-slider.tentaz-unique-slider .slick-next::before {
  top: 3px;
  right: 2px;
  font-size: 22px;
}
.ten_slider_2 .tentaz-hero-slider.tentaz-unique-slider .slick-prev {
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  left: 90px !important;
}
.ten_slider_2 .tentaz-hero-slider.tentaz-unique-slider .slick-next {
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  right: 90px !important;
}
@-webkit-keyframes spinLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.blog-item.cate__style2 .blog-down-wrap {
  position: relative;
}
.blog-item.cate__style2 .blog-down-wrap .category_list {
  background: #fff;
  position: absolute !important;
  top: -15px;
  right: auto;
  left: 50%;
  margin: 0 auto;
  padding: 1px 6px 0 12px;
  transform: translateX(-50%);
  border-radius: 3px;
}
.blog-item.cate__style2 .blog-down-wrap .category_list:before {
  left: 12px !important;
  top: 1px !important;
}
.tentaz-blog-btn-part i {
  position: relative;
  top: 5px;
}
/*--------------------------------------------------------------
Video css
--------------------------------------------------------------*/
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.tentaz-video:not(.style2) {
  position: relative;
  z-index: 1;
}
.tentaz-video:not(.style2) .overly-border {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 0;
}
.tentaz-video:not(.style2) .popup-videos {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 90px;
  padding: 0;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  z-index: 9;
  text-align: center;
  background: #d4f843;
}
.tentaz-video:not(.style2) .popup-videos:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: all 200ms;
}
.tentaz-video:not(.style2) .popup-videos:before {
  background: #d4f843;
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.tentaz-video:not(.style2) .popup-videos i {
  text-indent: 5px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-size: 40px;
  position: relative;
  top: -5px;
}
.tentaz-video:not(.style2) .popup-videos i:before {
  color: #181818;
}
.tentaz-video:not(.style2) .popup-videos:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
.tentaz-video:not(.style2) .popup-videos span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 27px solid #fff;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}
.tentaz-heading .title-inner .sub-text {
  font-weight: 500;
  margin: 0 0 12px;
  color: #181818;
  line-height: 28px;
  font-size: 18px;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.tentaz-heading .title-inner .sub-text:before {
  content: "";
  width: 22px;
  height: 22px;
  background: #d4f843;
  position: absolute;
  bottom: 2px;
  right: 0;
  left: -7px;
  margin-left: 0;
  transition: all .3s ease;
  z-index: -1;
  border-radius: 50%;
  opacity: 1;
}
.tentaz-heading .title-inner .title {
  color: #181818;
  font-weight: 700;
  position: relative;
  font-size: 48px;
  line-height: 56px;
}
@keyframes spine {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spine {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
/* -------------------------------- 

Horizontal Timeline CSS

-------------------------------- */
.wrap-list {
  overflow-x: hidden;
}
.wrap-index {
  overflow-x: hidden;
  -webkit-box-sizing: unset !important;
  -moz-box-sizing: unset !important;
  box-sizing: unset !important;
}
.over-wrap-index .prev {
  position: absolute;
  left: -1px;
  top: 61%;
  transform: translateY(-50%);
  font-size: 30px;
  background: #d4f843;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.over-wrap-index .prev:hover {
  color: #d4f843;
}
.over-wrap-index .prev.disabled {
  background: #f2f2f2;
  cursor: default;
  color: #fff !important;
}
.over-wrap-index .next {
  position: absolute;
  right: -1px;
  top: 61%;
  transform: translateY(-50%);
  font-size: 30px;
  background: #d4f843;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.over-wrap-index .next:hover {
  color: #d4f843;
}
.over-wrap-index .next.disabled {
  background: #f2f2f2;
  cursor: default;
  color: #fff !important;
}
.over-wrap-list {
  position: relative;
}
.over-wrap-list .prev,
.over-wrap-list .next {
  position: absolute;
  top: 50%;
  margin-top: -80px;
  font-size: 80px;
  text-decoration: none;
  color: #A09F9F;
  text-shadow: 1px 1px #fff;
}
.over-wrap-list .prev.disabled,
.over-wrap-list .next.disabled {
  color: #DFDFDF;
}
.over-wrap-list .prev {
  left: 30px;
}
.over-wrap-list .prev:active {
  left: 29px;
}
.over-wrap-list .next {
  right: 30px;
}
.over-wrap-list .next:active {
  right: 29px;
}
.over-wrap-index {
  position: relative;
}
.over-wrap-index:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 200px;
  z-index: 999;
  background: url('../images/about-overlay-l.png') 0px top no-repeat;
  background-size: cover;
  background-position-x: right;
  display: none;
}
.over-wrap-index:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 200px;
  z-index: 999;
  background: url('../images/about-overlay-r.png') right top no-repeat;
  background-size: cover;
  background-position-x: left;
  display: none;
}
ul.index {
  padding-left: 0;
  list-style: none;
  font-size: 0;
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
}
ul.index li {
  font-size: 14px;
  display: inline-block;
  width: 200px;
  text-align: center;
  position: relative;
  vertical-align: bottom;
  padding-bottom: 15px;
  font-weight: 700;
  min-height: 40px;
}
ul.index li:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #d4f843;
  position: absolute;
  bottom: -8px;
  left: 90px;
  z-index: 99;
  overflow: hidden;
}
.content-wrap {
  display: flex;
}
.content-wrap.col-full {
  display: block;
}
.content-wrap .date {
  margin-left: 15px;
  background: transparent;
  color: #777;
  font-size: 100%;
}
.content-wrap .clear-both {
  clear: both;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 13px;
  display: block;
  max-width: 360px;
}
.content-wrap .career-title {
  text-transform: capitalize;
  color: #d4f843;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 8px;
}
.col-left {
  width: 45%;
  padding-right: 35px;
}
.col-right {
  width: 55%;
  padding-left: 15px;
}
ul.index li.active:after {
  background: #d4f843;
}
ul.index li a {
  text-decoration: none;
  font-size: 24px;
  color: #646464;
  outline: none;
}
ul.index li a:hover {
  color: #7e7e7e;
}
ul.index li.active a {
  font-size: 48px;
  color: #d4f843;
}
ul.index:after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 50px;
  left: 0;
  right: 0;
  border-top: 1px dotted #d4f843;
}
ul.list {
  padding-left: 0;
  list-style: none;
  font-size: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
ul.list > li {
  font-size: 14px;
  display: inline-block;
  padding-top: 20px;
  vertical-align: top;
}
ul.list > li .image {
  width: 200px;
  float: left;
  position: relative;
  z-index: 2;
}
.over-wrap-list iframe {
  display: none;
}
.over-wrap-list .show-me iframe {
  display: block !important;
}
.content-wrap .post_image,
.content-wrap .content {
  display: none;
}
.content-wrap .post_image img {
  border-radius: 5px;
}
.over-wrap-list .show-me .content-wrap .post_image,
.over-wrap-list .show-me .content-wrap .content {
  display: block !important;
}
#wrap-list iframe {
  margin-top: 10px;
}
ul.list > li .image:before,
ul.list > li .image:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 50%;
  height: 80%;
  max-height: 60px;
  -webkit-box-shadow: 0 15px 40px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 40px 5px rgba(0, 0, 0, 0.5);
  bottom: 20px;
}
ul.list > li .image:before {
  left: 20px;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
ul.list > li .image:after {
  right: 20px;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
ul.list > li .image img {
  min-width: 100%;
  min-height: 150px;
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid #C0C0C0;
  padding: 7px;
  background: #d4f843;
  border-radius: 2px;
}
ul.list > li .content {
  color: #636363;
  font-size: 16px;
  line-height: 28px;
}
ul.list > li .content .title {
  text-transform: capitalize;
  color: #d4f843;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 5px;
}
.designation {
  color: #777;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
  float: left;
}
.designation i {
  margin-right: 10px;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.one-line {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.arrow-up {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-style: none;
}
.arrow-down {
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-style: none;
}
.arrow-right {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-style: none;
}
.arrow-left {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-style: none;
}
.arrow {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-color: white;
  border-width: 5px;
  border-style: solid;
}
.arrow.up {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-style: none;
}
.arrow.down {
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-style: none;
}
.arrow.right {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-style: none;
}
.arrow.left {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-style: none;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */

  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Responsive
   ========================================================================== */
@media only screen and (min-width: 35em) {
  
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   End Horizontal timeline
========================================================================== */
/*--------------------------------------------------------------
Video css
--------------------------------------------------------------*/
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.tentaz-video-2 {
  position: relative;
  z-index: 1;
}
.tentaz-video-2 .video-desc {
  position: absolute;
  top: 70%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  font-size: 20px;
}
.tentaz-video-2 .overly-border {
  border: 1px solid #d4f843;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 0;
}
.tentaz-video-2 .video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}
.tentaz-video-2 .video-content h4 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
}
.tentaz-video-2:hover .popup-videos {
  animation-duration: 0.8s;
}
.tentaz-video-2 .popup-videos {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 90px;
  padding: 0;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  z-index: 9;
  text-align: center;
  background: #d4f843;
}
.tentaz-video-2 .popup-videos:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: all 200ms;
}
.tentaz-video-2 .popup-videos:before {
  background: #d4f843;
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.tentaz-video-2 .popup-videos i {
  text-indent: 5px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-size: 30px;
  color: #d4f843;
  position: relative;
}
.tentaz-video-2 .popup-videos i:before {
  color: #fff;
}
.tentaz-video-2 .popup-videos:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
.tentaz-video-2 .popup-videos span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 27px solid #fff;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}
.tentaz-video-2:hover .overly-border:before,
.tentaz-video-2:hover .overly-border:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.tentaz-video-2.Style2 .video-circle1 {
  height: 415px;
  width: 415px;
  animation: banner-right-circle 5s linear infinite;
}
.tentaz-video-2.Style2 .video-circle1,
.tentaz-video-2.Style2 .video-circle2 {
  border: 1px solid #d4f843;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: banner-right-circle 5s linear infinite;
  z-index: 1;
}
.tentaz-video-2.Style2 .video-circle2 {
  height: 350px;
  width: 350px;
  animation: banner-right-circle2 5s linear infinite;
}
.readon {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  color: #181818;
  background: #d4f843;
  z-index: 1;
  border-radius: 2px;
}
.readon:hover {
  background: #d4f843;
  color: #d4f843;
  opacity: 0.99;
  border-color: #d4f843;
}
.clients-grids {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.clients-grids li {
  display: inline-block;
}
.clients-grids li a {
  display: inline-block;
  padding: 10px 20px;
}
.clients-grids.cols-one li {
  width: 100%;
}
.clients-grids.cols-two li {
  width: 50%;
}
.clients-grids.cols-three li {
  width: 33.333%;
}
.clients-grids.cols-four li {
  width: 25%;
}
.clients-grids.cols-five li {
  width: 20%;
}
.clients-grids.cols-six li {
  width: 16.666%;
}
.mfp-close-btn-in .mfp-close {
  top: 0px;
  right: 0px;
  text-align: right;
  padding-right: 0;
  display: inline-block;
  text-align: center;
  background: #d4f843;
  width: 44px;
  border-radius: 50%;
  font-size: 27px;
}
.portfolio-filter {
  margin-bottom: 20px;
}
.portfolio-filter.filter-center {
  text-align: center;
}
.portfolio-filter.filter-right {
  text-align: right;
}
.portfolio-filter.filter-left {
  text-align: left;
}
.portfolio-filter button {
  font-size: 16px;
  background: transparent;
  color: #181818;
  margin: 0 0 30px;
  display: inline-block;
  padding: 0;
  transition: 0.4s;
  outline: none;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  position: relative;
  padding: 5px 20px;
  border-radius: 30px;
  border: 0;
}
.portfolio-filter button:hover,
.portfolio-filter button.active {
  color: #d4f843;
  background: transparent !important;
}
.recent-post-widgets li.show-featured {
  float: left;
  width: 33.33%;
  padding: 0;
}
.recent-post-widgets li.show-featured {
  float: left;
  width: 33.33%;
}
.recent-post-widgets li.show-featured .post-img {
  padding: 3px;
  float: none;
  width: auto;
  display: block;
}
.recent-post-widgets li.show-featured .post-img img {
  width: 100%;
  border-radius: 8px;
}
.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  display: flex !important;
}
.mfp-content figure {
  position: relative;
}
.mfp-content figure .mfp-title {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: auto;
  right: 0;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.05);
  padding: 30px;
}
.mfp-content figure .mfp-title .gallery-title-wrap h3 {
  margin: 0;
  color: #fff !important;
  font-size: 25px !important;
  font-weight: 600 !important;
}
.mfp-content figure .mfp-title p {
  margin: 12px 0 0;
}
.mfp-content figure .mfp-title p:empty {
  display: none;
}
.ps-navigation {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.ps-navigation ul {
  margin: 0 !important;
  list-style: none;
}
.ps-navigation ul .prev {
  display: inline-block;
  text-align: left;
}
.ps-navigation ul .next {
  display: inline-block;
  text-align: right;
  word-break: break-all;
}
.ps-navigation ul a {
  text-transform: uppercase;
}
.ps-navigation ul a span {
  display: block;
  font-weight: normal;
  text-transform: capitalize;
}
.ps-navigation ul a span:first-child {
  margin-top: 0;
}
.ps-navigation ul a span.pagi-date {
  font-size: 13px;
  color: #aaa;
  line-height: normal;
  margin-top: 5px;
}
.ps-navigation ul a:hover {
  color: #d4f843;
}
.single-portfolios .owl-carousel .owl-nav [class*="owl-"] {
  top: calc(50%);
}
.single-portfolios .ps-navigation {
  margin-bottom: 0;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.single-portfolios .ps-navigation ul li a {
  font-size: 15px;
}
.single-portfolios .ps-navigation ul li a span {
  font-size: 15px  !important;
}
.single-portfolios .owl-stage-outer {
  height: auto !important;
  margin-bottom: 50px;
}
.tentaz-tab-here ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tentaz-tab-here ul.nav.nav-tabs {
  border: none;
  border-radius: 80px 0 0 100px;
  margin-bottom: 20px;
  position: relative;
}
.tentaz-tab-here ul.nav.nav-tabs li button {
  border: none;
  outline: none;
  border-radius: 30px;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  padding: 10px 32px 8px;
  background: rgba(255, 255, 255, 0.15);
}
.tentaz-tab-here ul.nav.nav-tabs li button.active {
  background: #fff;
  color: #2C163C;
  opacity: 1;
}
.tentaz-tab-here ul.nav.nav-tabs li button:hover {
  opacity: 1;
}
.tentaz-tab-here ul.tentaz__experience {
  display: flex;
  flex-wrap: wrap;
}
.tentaz-tab-here ul.tentaz__experience li {
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 30px;
}
.tentaz-tab-here ul.tentaz__experience li h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 15px;
}
.tentaz-tab-here ul.tentaz__experience li.tentaz_brack_line {
  flex: 0 0 100%;
  max-width: 100%;
}
.tentaz-tab-here ul.tentaz__experience li.tentaz_brack_line:nth-child(3) {
  border-top: 1px solid #ffffff26;
}
.tentaz-tab-here ul.tentaz__experience li .tentaz_tab__content {
  font-size: 14px;
  font-weight: 400;
  display: block;
  color: #eae4e4;
}
.tentaz-tab-here ul.tentaz__experience li .tentaz_tab__content strong {
  font-size: 18px;
  font-weight: 600;
  display: block;
  line-height: 24px;
  color: #fff;
}
.tentaz-tab-here ul.tentaz__education li {
  padding: 36px 0;
}
.tentaz-tab-here ul.tentaz__education li h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 15px;
}
.tentaz-tab-here ul.tentaz__education li:nth-child(1) {
  border-bottom: 1px solid #ffffff26;
}
.tentaz-tab-here ul.tentaz__education li .tentaz_tab__content {
  font-size: 14px;
  font-weight: 400;
  display: block;
  color: #eae4e4;
}
.tentaz-tab-here ul.tentaz__education li .tentaz_tab__content strong {
  font-size: 18px;
  font-weight: 600;
  display: block;
  line-height: 24px;
  color: #fff;
}
.tentaz-tab-here ul.tentaz__skills {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.tentaz-tab-here ul.tentaz__skills li {
  padding-right: 15px;
  flex: 0 0 14%;
}
.tentaz-tab-here ul.tentaz__skills li .tentaz_tab__content {
  text-align: center;
  margin-top: 12px;
  color: #fff;
}
.tentaz-tab-here ul.tentaz__skills li.tentaz__skill_text {
  flex: 0 0 100%;
  padding-right: 0;
  padding-bottom: 40px;
}
.tentaz-tab-here .tentaz__skill_text {
  color: #FFFFFFD4;
}
.tentaz-tab-here .tentaz-btn {
  background: #FBCB0A;
  color: #590696;
  padding: 7px 30px 14px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 12px;
  display: inline-block;
}
.tentaz-tab-here .tentaz-btn:hover {
  background: #FFD83A;
}
.tentaz-tab-here ul.nav.nav-tabs li:last-child button {
  margin-right: 0;
}
/* ------------------------------------
    21. Back Clients Slider Css
---------------------------------------*/
.tentaz-clients-slider .style__1 .inner-items {
  position: relative;
  padding: 40px 30px 45px;
  border-radius: 10px;
  transition: all 0.5s ease 0s;
  margin: 0 15px 40px;
}
.tentaz-clients-slider .style__1 .inner-items .tentaz-content {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: #181818;
  border-bottom: 1px solid #AED413C4;
  padding-bottom: 28px;
  margin-bottom: 35px;
}
.tentaz-clients-slider .style__1 .inner-items .tentaz-content .quote-image {
  margin-bottom: 30px;
  display: block;
}
.tentaz-clients-slider .style__1 .inner-items .tentaz-content .quote-image img {
  width: 87px;
  margin: 0 auto 20px;
}
.tentaz-clients-slider .style__1 .inner-items .tentaz-bottom {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 12px 12px 12px 12px;
  border-radius: 50px;
  margin: 0 auto;
  max-width: 310px;
}
.tentaz-clients-slider .style__1 .inner-items .tentaz-bottom .tentaz-author img {
  width: 80px;
  border-radius: 50%;
}
.tentaz-clients-slider .style__1 .inner-items .tentaz-bottom .tentaz-author-name {
  color: #636363;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  padding-left: 20px;
  padding-right: 3px;
}
.tentaz-clients-slider .style__1 .inner-items .tentaz-bottom .tentaz-author-name em {
  font-style: normal;
  font-weight: 700;
  color: #181818;
  display: block;
  font-size: 22px;
  line-height: 30px;
}
.tentaz-clients-slider .style__1 .slick-slide.slick-center .inner-items .tentaz-content .quote-image img {
  opacity: 1;
}
.tentaz-clients-slider .style__3 .inner-items {
  position: relative;
  padding: 0px;
  border-radius: 10px;
  transition: all 0.5s ease 0s;
  margin: 0px;
}
.tentaz-clients-slider .style__3 .inner-items .tentaz-content {
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: #181818;
  padding-bottom: 20px;
}
.tentaz-clients-slider .style__3 .inner-items .tentaz-content .quote-image {
  margin-bottom: 30px;
  display: block;
}
.tentaz-clients-slider .style__3 .inner-items .tentaz-content .quote-image img {
  width: 87px;
  margin: 0 auto 20px;
}
.tentaz-clients-slider .style__3 .inner-items .tentaz-bottom {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 10px 0 0;
  border-radius: 50px;
  max-width: 310px;
}
.tentaz-clients-slider .style__3 .inner-items .tentaz-bottom .tentaz-author img {
  width: 80px;
  border-radius: 50%;
}
.tentaz-clients-slider .style__3 .inner-items .tentaz-bottom .tentaz-author-name {
  color: #636363;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  padding-left: 20px;
  padding-right: 3px;
}
.tentaz-clients-slider .style__3 .inner-items .tentaz-bottom .tentaz-author-name em {
  font-style: normal;
  font-weight: 700;
  color: #181818;
  display: block;
  font-size: 22px;
  line-height: 30px;
}
.tentaz-clients-slider .style__3 .slick-slide.slick-center .inner-items .tentaz-content .quote-image img {
  opacity: 1;
}
.tentaz-clients-slider .style__3 .slick-next,
.tentaz-clients-slider .style__3 .slick-prev {
  top: 87%;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.tentaz-clients-slider .style__3 .slick-next:before,
.tentaz-clients-slider .style__3 .slick-prev:before {
  color: #636363;
  opacity: 1;
  visibility: visible;
  border: 1px solid #63636345;
  border-radius: 50%;
  line-height: 47px;
}
.tentaz-clients-slider .style__3 .slick-next {
  right: 19%;
}
.tentaz-clients-slider .style__3 .slick-prev {
  left: 61%;
}
.tentaz-clients-slider .style__2 .inner-items {
  position: relative;
  padding: 40px 30px 45px;
  border-radius: 10px;
  transition: all 0.5s ease 0s;
  margin: 0 auto;
  display: flex;
  align-items: center;
  max-width: 1120px;
}
.tentaz-clients-slider .style__2 .inner-items .tentaz-author img {
  width: 87px;
  margin: 0 auto;
}
.tentaz-clients-slider .style__2 .inner-items .quote-image {
  margin: 0 auto 20px;
  background: #D4F843;
  border: 35px solid #fff;
  display: block;
  border-radius: 50%;
  max-width: 30%;
  flex: 0 0 30%;
}
.tentaz-clients-slider .style__2 .inner-items .quote-image img {
  width: 200px;
  padding: 90px 40px 90px 40px;
  margin: 0 auto;
}
.tentaz-clients-slider .style__2 .inner-items .con__section_tn {
  margin-left: 85px;
  max-width: 70%;
  flex: 0 0 70%;
}
.tentaz-clients-slider .style__2 .inner-items .con__section_tn .tentaz-content {
  max-width: 656px;
  margin: 0;
  font-size: 24px;
  color: #181818;
  line-height: 34px;
}
.tentaz-clients-slider .style__2 .inner-items .con__section_tn .tentaz-content p {
  margin: 0;
  font-size: 24px;
  color: #181818;
  line-height: 34px;
}
.tentaz-clients-slider .style__2 .inner-items .con__section_tn .tentaz__star {
  width: 90px;
  margin-top: 20px;
}
.tentaz-clients-slider .style__2 .inner-items .tentaz-bottom {
  display: flex;
  align-items: center;
  margin: 0 auto 30px;
}
.tentaz-clients-slider .style__2 .inner-items .tentaz-bottom .tentaz-author img {
  width: 80px;
  border-radius: 5px;
}
.tentaz-clients-slider .style__2 .inner-items .tentaz-bottom .tentaz-author-name {
  color: #636363;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  padding-left: 20px;
  padding-right: 3px;
}
.tentaz-clients-slider .style__2 .inner-items .tentaz-bottom .tentaz-author-name em {
  font-style: normal;
  font-weight: 700;
  color: #181818;
  display: block;
  font-size: 22px;
  line-height: 30px;
}
.tentaz-clients-slider .style__2 .slick-slide.slick-center .inner-items .tentaz-content .quote-image img {
  opacity: 1;
}
.tentaz_custom_faq .elementor-accordion-item {
  margin-bottom: 22px;
}
.tentaz_custom_faq .elementor-accordion-item .elementor-tab-content {
  position: relative;
}
.tentaz_custom_faq .elementor-accordion-item .elementor-tab-content:before {
  content: "";
  position: absolute;
  left: 35px;
  top: 0;
  border-top: 1px solid #E1E1E1;
  display: block;
  right: 35px;
}
/*******************************************
    09. Case Studies CSS Here 
*****************/
.tentaz-case-studies .single-case-studies {
  position: relative;
}
.tentaz-case-studies .single-case-studies .inner-case-studies {
  margin: 0 15px 15px;
  position: relative;
  display: flex;
  align-items: center;
}
.tentaz-case-studies .single-case-studies .case-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  max-width: 60%;
}
.tentaz-case-studies .single-case-studies .case-img img {
  transition: all .5s ease;
}
.tentaz-case-studies .single-case-studies .case-content {
  transition: .5s ease;
  max-width: 50%;
  background: #fff;
  border-radius: 10px;
  padding: 52px 60px 58px 60px;
  position: absolute;
  right: 0;
}
.tentaz-case-studies .single-case-studies .case-content .case-subtitle {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.tentaz-case-studies .single-case-studies .case-content .case-subtitle a {
  color: #636363;
}
.tentaz-case-studies .single-case-studies .case-content .case-title {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  max-width: 400px;
}
.tentaz-case-studies .single-case-studies .case-content .case-title a {
  color: #181818;
}
.tentaz-case-studies .single-case-studies .case-content .tentaz-des {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #636363;
  border-top: 1px solid #E1E1E178;
  padding-top: 20px;
  margin-top: 19px;
}
.tentaz-case-studies .single-case-studies .case-content .case__btn {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #181818;
  display: inline-block;
  padding: 11px 20px 13px 20px;
  background: #d4f843;
  border-radius: 2px;
  line-height: 20px;
  margin-top: 15px;
}
.tentaz-case-studies .single-case-studies .case-content .case__btn i {
  position: relative;
  top: 3px;
  font-size: 16px;
}
.tentaz-case-studies.tentaz-case-studies-grid .single-case-studies .inner-case-studies,
.tentaz-case-studies.tentaz-portfolio-filter .single-case-studies .inner-case-studies {
  margin: 0px;
}
.tentaz-portfolio-grid-style4 .single-case-studies {
  position: relative;
}
.tentaz-portfolio-grid-style4 .single-case-studies .inner-case-studies {
  position: relative;
}
.tentaz-portfolio-grid-style4 .single-case-studies .inner-case-studies .case-img {
  position: relative;
  overflow: hidden;
}
.tentaz-portfolio-grid-style4 .single-case-studies .inner-case-studies .case-img img {
  border-radius: 4px;
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}
.tentaz-portfolio-grid-style4 .single-case-studies .inner-case-studies .case-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(17, 171, 160, 0.9);
  transition: all 0.3s ease 0s;
  border-radius: 4px;
  z-index: 1;
  opacity: 0;
  transform: scale(0);
}
.tentaz-portfolio-grid-style4 .single-case-studies .inner-case-studies .case-content {
  position: absolute;
  left: 50%;
  top: 30%;
  width: 100%;
  padding: 30px;
  z-index: 2;
  transition: all .5s ease;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.tentaz-portfolio-grid-style4 .single-case-studies .inner-case-studies .case-content .case-subtitle {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
.tentaz-portfolio-grid-style4 .single-case-studies .inner-case-studies .case-content .case-title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}
.tentaz-portfolio-grid-style4 .single-case-studies .inner-case-studies .case-content .case-title a {
  color: #ffffff;
}
.tentaz-portfolio-grid-style4 .single-case-studies .inner-case-studies .case-content .case-title a:hover {
  color: #d4f843;
}
.tentaz-portfolio-grid-style4 .single-case-studies:hover .inner-case-studies .case-img .tentaz__icon {
  opacity: 1;
  top: 50%;
}
.tentaz-portfolio-grid-style4 .single-case-studies:hover .inner-case-studies .case-content {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.tentaz-portfolio-grid-style4 .single-case-studies:hover .inner-case-studies .case-img img {
  transform: scale(1);
}
.tentaz-portfolio-grid-style4 .single-case-studies:hover .inner-case-studies .case-img:before {
  opacity: 1;
  transform: scale(1);
}
.tentaz-portfolio-grid-style5 .single-case-studies {
  position: relative;
}
.tentaz-portfolio-grid-style5 .single-case-studies .inner-case-studies {
  position: relative;
}
.tentaz-portfolio-grid-style5 .single-case-studies .inner-case-studies .case-img {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.tentaz-portfolio-grid-style5 .single-case-studies .inner-case-studies .case-img img {
  border-radius: 4px;
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}
.tentaz-portfolio-grid-style5 .single-case-studies .inner-case-studies .case-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease 0s;
  border-radius: 4px;
  z-index: 1;
}
.tentaz-portfolio-grid-style5 .single-case-studies .inner-case-studies .case-img .tentaz__icon {
  position: absolute;
  top: 10px;
  right: 30px;
  background: #d4f843;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  opacity: 0;
  transition: all .5s ease;
  z-index: 2;
}
.tentaz-portfolio-grid-style5 .single-case-studies .inner-case-studies .case-img .tentaz__icon:hover {
  background: rgba(278, 48, 119, 0.4);
}
.tentaz-portfolio-grid-style5 .single-case-studies .inner-case-studies .case-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 40px 32px;
  z-index: 2;
  transition: all .5s ease;
}
.tentaz-portfolio-grid-style5 .single-case-studies .inner-case-studies .case-content .case-subtitle {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
.tentaz-portfolio-grid-style5 .single-case-studies .inner-case-studies .case-content .case-title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}
.tentaz-portfolio-grid-style5 .single-case-studies .inner-case-studies .case-content .case-title a {
  color: #ffffff;
}
.tentaz-portfolio-grid-style5 .single-case-studies .inner-case-studies .case-content .case-title a:hover {
  color: #d4f843;
}
.tentaz-portfolio-grid-style5 .single-case-studies:hover .inner-case-studies .case-img img {
  transform: scale(1);
}
.tentaz-portfolio-grid-style5 .single-case-studies:hover .inner-case-studies .case-content {
  bottom: 20px;
}
.tentaz-portfolio-grid-style5 .single-case-studies:hover .inner-case-studies .case-img .tentaz__icon {
  opacity: 1;
  top: 30px;
}
.tentaz-portfolio-grid-style6 .single-case-studies .inner-case-studies {
  display: flex;
  align-items: center;
}
.tentaz-portfolio-grid-style6 .single-case-studies .inner-case-studies .case-img {
  flex: 0 0 44%;
}
.tentaz-portfolio-grid-style6 .single-case-studies .inner-case-studies .case-img img {
  transition: all .5s ease;
  border-radius: 10px;
}
.tentaz-portfolio-grid-style6 .single-case-studies .inner-case-studies .case-content {
  flex: 0 0 56%;
  padding: 50px;
}
.tentaz-portfolio-grid-style6 .single-case-studies .inner-case-studies .case-content .tentaz-cate {
  font-weight: 400;
}
.tentaz-portfolio-grid-style6 .single-case-studies .inner-case-studies .case-content .tentaz-cate a {
  font-size: 14px;
  color: #5800FF;
}
.tentaz-portfolio-grid-style6 .single-case-studies .inner-case-studies .case-content .tentaz-port-title {
  font-size: 55px;
  line-height: 60px;
  font-weight: 400;
}
.tentaz-portfolio-grid-style6 .single-case-studies .inner-case-studies .case-content .tentaz-port-title a {
  color: #2C163C;
}
.tentaz-portfolio-grid-style6 .single-case-studies .inner-case-studies .case-content .tentaz-port-btn {
  padding-top: 40px;
}
.tentaz-portfolio-grid-style6 .single-case-studies .inner-case-studies .case-content .tentaz-port-btn a {
  display: inline-block;
  border: 1px solid #5800FF;
  border-radius: 10px;
  color: #5800FF;
  padding: 14px 30px;
  transition: all .5s ease;
}
.tentaz-portfolio-grid-style6 .single-case-studies .inner-case-studies .case-content .tentaz-port-btn a:hover {
  background: #5800FF;
  color: #fff;
}
.tentaz-portfolio-grid-style6 .single-case-studies .inner-case-studies:hover .case-img img {
  transform: scale(0.94);
}
.tentaz-grid-filter .inner-case-studies {
  padding-bottom: 25px;
}
.tentaz-grid-filter .inner-case-studies .case-content {
  padding-top: 25px;
}
.tentaz-grid-filter .inner-case-studies .case-content .case-subtitle {
  font-size: 16px;
}
.tentaz-grid-filter .inner-case-studies .case-content .case-subtitle a {
  color: #636363;
}
.tentaz-grid-filter .inner-case-studies .case-content .case-title {
  margin: 0;
  font-size: 30px;
  line-height: 38px;
}
.tentaz-grid-filter .inner-case-studies .case-content .case-title a {
  color: #181818;
}
.tentaz-grid-filter .inner-case-studies .case-content .case-title a:hover {
  color: #636363;
  text-decoration: underline !important;
}
.portfolio-filter button:hover:after,
.portfolio-filter button.active:after {
  content: "";
  width: 22px;
  height: 22px;
  background: #d4f843;
  position: absolute;
  bottom: 7px;
  right: 0;
  left: 12px;
  margin-left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
  border-radius: 50%;
  opacity: 1;
}
.tentaz-portfolio-grid-style7 .tentaz-port-meta {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #4141411c;
  padding-bottom: 10px;
  transition: all .5s ease;
}
.tentaz-portfolio-grid-style7 .tentaz-port-meta .tentaz-cate a {
  color: #2C163C;
}
.tentaz-portfolio-grid-style7 .single-case-studies {
  padding: 20px 0 20px 0;
}
.tentaz-portfolio-grid-style7 .single-case-studies .case-content .tentaz-port-title {
  margin: 0;
}
.tentaz-portfolio-grid-style7 .single-case-studies .case-content .tentaz-port-title a {
  color: #2C163C;
}
.tentaz-portfolio-grid-style7 .single-case-studies .case-img {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  visibility: hidden;
  z-index: 1;
}
.tentaz-portfolio-grid-style7 .single-case-studies .case-img img {
  transform: scale(0);
  transition: all .5s ease;
  width: 80%;
}
.tentaz-portfolio-grid-style7 .single-case-studies .tentaz-port-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 20px 0;
  transition: all .5s ease;
}
.tentaz-portfolio-grid-style7 .single-case-studies .tentaz-port-btn .tentaz-btn {
  border: 1px solid #fff;
  opacity: 0;
  border-radius: 30px;
  color: #fff;
  padding: 9px 26px 12px;
  line-height: 20px;
}
.tentaz-portfolio-grid-style7 .single-case-studies:hover .tentaz-port-btn {
  background: #FF6363;
  padding: 20px 36px 20px 36px;
}
.tentaz-portfolio-grid-style7 .single-case-studies:hover .case-img {
  overflow: visible;
  visibility: visible;
}
.tentaz-portfolio-grid-style7 .single-case-studies:hover .case-img img {
  transform: scale(1);
}
.tentaz-portfolio-grid-style7 .single-case-studies:hover .tentaz-port-btn .tentaz-btn {
  opacity: 1;
}
.tentaz-portfolio-grid-style7 .single-case-studies:hover .case-content .tentaz-port-title a {
  color: #fff;
}
.tentaz-portfolio-grid-style7 .single-case-studies:hover .tentaz-port-meta {
  border-bottom: 1px solid #FF6363;
}
.tentaz-portfolio-grid-style3 .single-case-studies {
  position: relative;
}
.tentaz-portfolio-grid-style3 .single-case-studies .inner-case-studies {
  position: relative;
}
.tentaz-portfolio-grid-style3 .single-case-studies .inner-case-studies .case-img {
  position: relative;
  overflow: hidden;
}
.tentaz-portfolio-grid-style3 .single-case-studies .inner-case-studies .case-img img {
  border-radius: 4px;
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}
.tentaz-portfolio-grid-style3 .single-case-studies .inner-case-studies .case-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease 0s;
  border-radius: 4px;
  z-index: 1;
}
.tentaz-portfolio-grid-style3 .single-case-studies .inner-case-studies .case-img .tentaz__icon {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #d4f843;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
  opacity: 0;
  transition: all .5s ease;
  z-index: 2;
}
.tentaz-portfolio-grid-style3 .single-case-studies .inner-case-studies .case-img .tentaz__icon:hover {
  background: rgba(278, 48, 119, 0.4);
}
.tentaz-portfolio-grid-style3 .single-case-studies .inner-case-studies .case-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 40px 32px;
  z-index: 2;
  transition: all .5s ease;
}
.tentaz-portfolio-grid-style3 .single-case-studies .inner-case-studies .case-content .case-subtitle {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
.tentaz-portfolio-grid-style3 .single-case-studies .inner-case-studies .case-content .case-title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}
.tentaz-portfolio-grid-style3 .single-case-studies .inner-case-studies .case-content .case-title a {
  color: #ffffff;
}
.tentaz-portfolio-grid-style3 .single-case-studies .inner-case-studies .case-content .case-title a:hover {
  color: #d4f843;
}
.tentaz-portfolio-grid-style3 .single-case-studies:hover .inner-case-studies .case-img .tentaz__icon {
  opacity: 1;
  top: 50%;
}
.tentaz-portfolio-grid-style3 .single-case-studies:hover .inner-case-studies .case-content {
  opacity: 0;
  bottom: 50px;
}
.tentaz-portfolio-grid-style3 .single-case-studies:hover .inner-case-studies .case-img img {
  transform: scale(1);
}
.tentaz-portfolio-grid-style2 .single-case-studies {
  position: relative;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.05);
}
.tentaz-portfolio-grid-style2 .single-case-studies .case-img {
  position: relative;
  overflow: hidden;
}
.tentaz-portfolio-grid-style2 .single-case-studies .case-img {
  position: relative;
  overflow: hidden;
}
.tentaz-portfolio-grid-style2 .single-case-studies .case-content {
  padding: 35px 30px 30px 30px;
}
.tentaz-portfolio-grid-style2 .single-case-studies .case-content .case-subtitle {
  color: #181818;
  margin-bottom: 15px;
  font-weight: 500;
}
.tentaz-portfolio-grid-style2 .single-case-studies .case-content .case-subtitle a {
  background: rgba(278, 48, 119, 0.09);
  padding: 3px 10px 0;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
}
.tentaz-portfolio-grid-style2 .single-case-studies .case-content .case-title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}
.tentaz-portfolio-grid-style2 .single-case-studies .case-content .case-title a {
  color: #181818;
}
.tentaz-portfolio-grid-style2 .single-case-studies .case-content .case-title a:hover {
  color: #d4f843;
}
.tentaz-addon-services.services-style1 .services-part {
  display: flex;
  align-items: center;
  padding: 25px 50px 34px 44px;
  justify-content: space-between;
}
.tentaz-addon-services.services-style1 .services-part .services-icon {
  order: 2;
  max-width: 30%;
}
.tentaz-addon-services.services-style1 .services-part .services-icon img {
  width: 130px;
  position: relative;
}
.tentaz-addon-services.services-style1 .services-part .services-text {
  max-width: 70%;
}
.tentaz-addon-services.services-style1 .services-part .services-btn-part .services-icon-btn {
  position: relative;
  display: block;
  margin: 30px 0 0;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #e8e9ef;
  text-align: center;
  border-radius: 100%;
  transition: unset;
  color: #181818;
  font-size: 22px;
}
.tentaz-addon-services.services-style1 .services-part .services-btn-part .services-icon-btn:hover {
  background: #d4f843;
  color: #ffffff;
  border-color: #d4f843;
}
.tentaz-addon-services.services-style1 .services-part .services-btn-part .services-btn-text {
  transition: unset;
}
.tentaz-addon-services.services-style1 .services-part .services-btn-part .services-btn-text .btn_text i:before {
  font-size: 16px;
  position: relative;
  top: 3px;
}
.tentaz-addon-services.services-style4 .services-part {
  display: flex;
  align-items: center;
  padding: 32px 50px 34px 44px;
  justify-content: space-between;
}
.tentaz-addon-services.services-style4 .services-part .services-icon {
  order: 2;
  max-width: 30%;
  position: absolute;
  top: -27px;
  right: -25px;
}
.tentaz-addon-services.services-style4 .services-part .services-icon img {
  width: 126px;
  position: relative;
}
.tentaz-addon-services.services-style4 .services-part .services-text {
  max-width: 85%;
}
.tentaz-addon-services.services-style4 .services-part .services-btn-part .services-icon-btn {
  position: relative;
  display: block;
  margin: 30px 0 0;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #e8e9ef;
  text-align: center;
  border-radius: 100%;
  transition: unset;
  color: #181818;
  font-size: 22px;
}
.tentaz-addon-services.services-style4 .services-part .services-btn-part .services-icon-btn:hover {
  background: #d4f843;
  color: #ffffff;
  border-color: #d4f843;
}
.tentaz-addon-services.services-style4 .services-part .services-btn-part .services-btn-text {
  transition: unset;
}
.tentaz-addon-services.services-style4 .services-part .services-btn-part .services-btn-text .btn_text i:before {
  font-size: 16px;
  position: relative;
  top: 3px;
}
.tentaz-addon-services.services-style3 .services-part {
  display: flex;
  align-items: start;
  padding: 25px 35px 34px 35px;
  justify-content: space-between;
}
.tentaz-addon-services.services-style3 .services-part .services-icon {
  max-width: 30%;
  margin-top: 10px;
}
.tentaz-addon-services.services-style3 .services-part .services-icon img {
  width: 72px;
  position: relative;
}
.tentaz-addon-services.services-style3 .services-part .services-icon img.ten_main-img_hover {
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.tentaz-addon-services.services-style3 .services-part .services-text {
  max-width: 70%;
  padding-left: 10px;
}
.tentaz-addon-services.services-style3 .services-part .services-btn-part .services-icon-btn {
  position: relative;
  display: block;
  margin: 30px 0 0;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #e8e9ef;
  text-align: center;
  border-radius: 100%;
  transition: unset;
  color: #181818;
  font-size: 22px;
}
.tentaz-addon-services.services-style3 .services-part .services-btn-part .services-icon-btn:hover {
  background: #d4f843;
  color: #ffffff;
  border-color: #d4f843;
}
.tentaz-addon-services.services-style3 .services-part .services-btn-part .services-btn-text {
  transition: unset;
}
.tentaz-addon-services.services-style3 .services-part .services-btn-part .services-btn-text .btn_text i:before {
  font-size: 16px;
  position: relative;
  top: 3px;
}
.tentaz-addon-services.services-style2 .services-part {
  padding: 30px 30px 30px 30px;
}
.tentaz-addon-services.services-style2 .services-part .services-icon {
  margin-bottom: 14px;
}
.tentaz-addon-services.services-style2 .services-part .services-icon img {
  width: 78px;
  position: relative;
}
.tentaz-addon-services.services-style2 .services-part .services-icon img.ten_main-img_hover {
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.tentaz-addon-services.services-style2 .services-part .services-btn-part .services-icon-btn {
  position: relative;
  display: block;
  margin: 30px 0 0;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #e8e9ef;
  text-align: center;
  border-radius: 100%;
  transition: unset;
  color: #181818;
  font-size: 22px;
}
.tentaz-addon-services.services-style2 .services-part .services-btn-part .services-icon-btn:hover {
  background: #d4f843;
  color: #ffffff;
  border-color: #d4f843;
}
.tentaz-addon-services.services-style2 .services-part .services-btn-part .services-btn-text {
  transition: unset;
}
.tentaz-addon-services.services-style2 .services-part .services-btn-part .services-btn-text .btn_text i:before {
  font-size: 16px;
  position: relative;
  top: 3px;
}
.elementor-widget-tentaz-service-grid-boxes {
  overflow: hidden;
}
.elementor-widget-tentaz-service-grid-boxes:hover .services-style1 .services-title .title {
  color: #fff;
}
.elementor-widget-tentaz-service-grid-boxes:hover .services-style1 .services-txt {
  color: #999;
}
.elementor-widget-tentaz-service-grid-boxes:hover .services-style1 .services-btn {
  color: #d4f843 !important;
}
.elementor-widget-tentaz-service-grid-boxes:hover .services-style3 .services-part .services-icon img,
.elementor-widget-tentaz-service-grid-boxes:hover .services-style2 .services-part .services-icon img {
  opacity: 1;
}
.elementor-widget-tentaz-service-grid-boxes:hover .services-style3 .services-txt,
.elementor-widget-tentaz-service-grid-boxes:hover .services-style2 .services-txt {
  color: #181818;
}
.tentaz_sr_3 .elementor-widget-tentaz-service-grid-boxes {
  border-radius: 10px;
}
.counter-top-area.style2 .tentaz-counter-list .count-text {
  display: flex;
  align-items: center;
}
.counter-top-area.style2 .tentaz-counter-list .count-text .count-number {
  background: #fff;
  padding: 20px;
  border-radius: 3px;
}
.counter-top-area.style2 .tentaz-counter-list .count-text .title {
  padding-left: 20px;
}
.tentaz-price-table .tentaz-pricing-table-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tentaz-price-table .tentaz-pricing-table-body ul li i {
  color: #f84e77;
  background-color: rgba(248, 78, 119, 0.102);
  font-size: 16px;
  width: 27px;
  border-radius: 50%;
  display: inline-block;
  height: 27px;
  text-align: center;
  line-height: 27px;
  margin-right: 12px;
}
.tentaz-price-table .tentaz-pricing-table-body ul li i.fi-rr-cross {
  font-size: 10px;
}
.tentaz-pricing-table-btn {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.tentaz-blog-grid.default .blog-inner-wrap {
  margin: 0 15px 155px;
}
.tentaz-blog-grid .blog-inner-wrap {
  margin: 0 15px 0;
  position: relative;
}
.tentaz-blog-grid .blog-inner-wrap .image-wrap {
  overflow: hidden;
}
.tentaz-blog-grid .blog-inner-wrap .image-wrap img {
  transition: all .5s ease;
}
.tentaz-blog-grid .blog-inner-wrap .blog-down-wrap {
  padding: 30px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: -130px;
  left: 75px;
}
.tentaz-blog-grid .blog-inner-wrap .blog-down-wrap em {
  margin-right: 8px;
}
.tentaz-blog-grid .blog-inner-wrap .blog-down-wrap .category_list {
  position: relative;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #636363;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.tentaz-blog-grid .blog-inner-wrap .blog-down-wrap .category_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.tentaz-blog-grid .blog-inner-wrap .blog-down-wrap .category_list ul li {
  margin-right: 8px;
}
.tentaz-blog-grid .blog-inner-wrap .blog-down-wrap .category_list ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #181818;
}
.tentaz-blog-grid .blog-inner-wrap .blog-down-wrap .category_list ul li a:hover {
  color: #d4f843;
}
.tentaz-blog-grid .blog-inner-wrap .blog-down-wrap .post-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0px 0 11px;
  line-height: 30px;
  border-bottom: 1px solid #E1E1E178;
  padding-bottom: 15px;
}
.tentaz-blog-grid .blog-inner-wrap .blog-down-wrap .post-title a {
  color: #181818;
}
.tentaz-blog-grid .blog-inner-wrap .blog-down-wrap .post-title a:hover {
  color: #d4f843;
}
.tentaz-blog-grid .blog-inner-wrap .blog-down-wrap .tn-blog-btn {
  color: #636363;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.tentaz-blog-grid .blog-inner-wrap .blog-down-wrap .tn-blog-btn i {
  position: relative;
  left: 3px;
  top: 2px;
}
.tentaz-blog-grid .blog-inner-wrap .blog-down-wrap .tn-blog-btn:hover {
  color: #181818;
}
.tentaz-blog-grid .blog-inner-wrap:hover .image-wrap img {
  transform: scale(1.1);
}
.tentaz-blog-grid.style1 .blog-inner-wrap {
  margin: 0 15px 0;
  position: relative;
}
.tentaz-blog-grid.style1 .blog-inner-wrap .image-wrap {
  overflow: visible;
  position: relative;
}
.tentaz-blog-grid.style1 .blog-inner-wrap .image-wrap img {
  transition: all .5s ease;
}
.tentaz-blog-grid.style1 .blog-inner-wrap .image-wrap a {
  overflow: hidden;
  display: block;
}
.tentaz-blog-grid.style1 .blog-inner-wrap .image-wrap .post-categories {
  margin: 0;
  padding: 5px 16px 3px 16px;
  list-style: none;
  background: #d4f843;
  display: inline-block;
  position: absolute;
  bottom: -17px;
  left: 30px;
  z-index: 1;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 27px;
  border-radius: 2px;
}
.tentaz-blog-grid.style1 .blog-inner-wrap .image-wrap .post-categories li a {
  color: #181818;
}
.tentaz-blog-grid.style1 .blog-inner-wrap .blog-down-wrap {
  padding: 40px 30px 30px;
  background: #fff;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
}
.tentaz-blog-grid.style1 .blog-inner-wrap .blog-down-wrap em {
  margin-right: 5px;
  margin-left: 5px;
}
.tentaz-services-slider .tentaz-service-slider {
  margin: 0 15px 215px;
  position: relative;
}
.tentaz-services-slider .tentaz-service-slider .image-wrap {
  overflow: hidden;
}
.tentaz-services-slider .tentaz-service-slider .image-wrap img {
  transition: all .5s ease;
}
.tentaz-services-slider .tentaz-service-slider .service-down-wrap {
  padding: 28px 25px 20px 30px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 65%;
  left: 75px;
}
.tentaz-services-slider .tentaz-service-slider .service-down-wrap .service-title {
  margin: 0px 0 20px;
  display: flex;
  align-items: center;
}
.tentaz-services-slider .tentaz-service-slider .service-down-wrap .service-title a h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
}
.tentaz-services-slider .tentaz-service-slider .service-down-wrap .service-title .icon {
  height: 60px;
  margin-right: 20px;
}
.tentaz-services-slider .tentaz-service-slider .service-down-wrap .service-title a {
  color: #181818;
}
.tentaz-services-slider .tentaz-service-slider .service-down-wrap .service-title a:hover {
  color: #d4f843;
}
.tentaz-services-slider .tentaz-service-slider .service-down-wrap .service-desc .description {
  margin: 0 0 20px;
}
.tentaz-services-slider .tentaz-service-slider .service-down-wrap .read__more {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 30px;
  border-top: 1px solid #E1E1E178;
  padding-top: 15px;
}
.tentaz-services-slider .tentaz-service-slider .service-down-wrap .read__more a {
  color: #636363;
}
.tentaz-services-slider .tentaz-service-slider .service-down-wrap .read__more a:hover {
  color: #d4f843;
}
.tentaz-services-slider .tentaz-service-slider .service-down-wrap .read__more i {
  position: relative;
  left: 3px;
  top: 2px;
}
.tentaz-services-slider .tentaz-service-slider:hover .image-wrap img {
  transform: scale(1.1);
}
/* ------------------------------------
    21. personal Css
  ---------------------------------------*/
body.tentaz-remove-contact {
  position: relative;
}
body.tentaz-remove-contact .tentaz__hide_others,
body.tentaz-remove-contact .tentaz-breadcrumbs {
  display: none;
}
.portfolio_style_8 {
  /* Icons */

  /* Header */

  /* Top Navigation Style */

}
.portfolio_style_8 .icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: currentColor;
}
.portfolio_style_8 .frame {
  position: relative;
  padding: 1.5rem 2.5rem;
}
.portfolio_style_8 .frame a:hover {
  color: #4c33f7;
}
.portfolio_style_8 .codrops-header {
  position: relative;
  z-index: 100;
  text-align: center;
  font-size: 1rem;
}
.portfolio_style_8 .codrops-header__title {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.portfolio_style_8 .info {
  margin: 0 0 0 1.25em;
  color: var(--color-info);
}
.portfolio_style_8 .github {
  display: block;
  margin: 0.15em 0.15em 0.15em 0.5em;
  padding: 0.25em;
}
.portfolio_style_8 .title {
  text-align: center;
}
.portfolio_style_8 .title__name,
.portfolio_style_8 .title__sub {
  font-weight: normal;
  margin: 0;
  font-size: 1rem;
}
.portfolio_style_8 .title__sub {
  position: relative;
  margin: 0;
}
.portfolio_style_8 .codrops-links {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}
.portfolio_style_8 .codrops-icon {
  display: inline-block;
  margin: 0.15em;
  padding: 0.25em;
}
.portfolio_style_8 .tentaz-grid-wrap {
  position: relative;
  max-width: 1130px;
  margin: 0 auto;
}
.portfolio_style_8 .tentaz-grid-wrap--hidden {
  height: 0;
  overflow: hidden;
}
.portfolio_style_8 .main-sec .tentaz-grid {
  margin: 0 auto;
  position: relative;
  display: none;
}
.portfolio_style_8 .js .grids {
  display: block;
}
.portfolio_style_8 .tentaz-grid__item {
  width: 300px;
  position: relative;
  padding: 2.75rem;
  margin-bottom: 5rem;
}
.portfolio_style_8 .tentaz-grid__item-wrap {
  position: relative;
}
.portfolio_style_8 .tentaz-grid__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  overflow: hidden;
}
.portfolio_style_8 .tentaz-grid__item-img {
  pointer-events: none;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  outline: 1px solid transparent;
}
.portfolio_style_8 .tentaz-grid__item:nth-child(even) .tentaz-grid__item-img {
  transform: rotate3d(0, 0, 1, 4deg);
}
.portfolio_style_8 .tentaz-grid__item:nth-child(odd) .tentaz-grid__item-img {
  transform: rotate3d(0, 0, 1, -4deg);
}
.portfolio_style_8 .tentaz-grid__item-title {
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 0 0 1rem;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  transform-origin: 0 50%;
}
.portfolio_style_8 .tentaz-grid__item-number {
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 2.65rem;
  margin: 0 0 0.15rem;
}
.portfolio_style_8 .tentaz-grid__item-number > span {
  display: inline-block;
}
.portfolio_style_8 .content {
  margin: 0 auto;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  align-items: center;
  pointer-events: none;
}
.portfolio_style_8 .content__item {
  padding: 10rem 5vw 10rem;
  grid-area: 1;
}
.portfolio_style_8 .content__item-intro {
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
}
.portfolio_style_8 .content__item-img {
  position: relative;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  grid-area: 1;
}
.portfolio_style_8 .content__item-text {
  margin: 0 auto;
}
.portfolio_style_8 .content__close {
  position: absolute;
  top: 0.75rem;
  left: 50%;
  z-index: 10000;
  transform: translateX(-50%);
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: var(--color-text);
}
.portfolio_style_8 .content__close:focus {
  outline: none;
}
.portfolio_style_8 .content__item--current ~ .content__close {
  pointer-events: auto;
}
.portfolio_style_8 .content__indicator {
  position: absolute;
  top: calc(94vh);
  left: calc(49.25%);
  display: none;
}
.portfolio_style_8 .tentaz_popup_content {
  display: flex;
  padding: 60px 0 30px;
}
.portfolio_style_8 .tentaz_popup_content .content__item-intro {
  flex: 0 0 36%;
}
.portfolio_style_8 .tentaz_popup_content .content__item-text {
  flex: 0 0 64%;
  padding-left: 60px;
}
.js .content__item {
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
}
.js .content__item--current {
  height: auto;
  opacity: 1;
  pointer-events: auto;
}
.js .content {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding-bottom: 20px;
}
.js .content__item-img {
  visibility: hidden;
  margin: 0;
}
.js .content__item-title > span,
.js .content__item-subtitle,
.js .content__item-text,
.content__close,
.content__indicator {
  opacity: 0;
}
/* ------------------------------------
    21. Gallery Css
  ---------------------------------------*/
.tentaz-galleys .file-list-image,
.tentaz-galleys .galley-img {
  position: relative;
  margin-bottom: 30px;
}
.tentaz-galleys .file-list-image .p-zoom,
.tentaz-galleys .galley-img .p-zoom,
.tentaz-galleys .file-list-image .zoom-icon,
.tentaz-galleys .galley-img .zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  background: transparent !important;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.tentaz-galleys .file-list-image .p-zoom i:before,
.tentaz-galleys .galley-img .p-zoom i:before,
.tentaz-galleys .file-list-image .zoom-icon i:before,
.tentaz-galleys .galley-img .zoom-icon i:before {
  font-size: 22px;
}
.tentaz-galleys .file-list-image .p-zoom:hover,
.tentaz-galleys .galley-img .p-zoom:hover,
.tentaz-galleys .file-list-image .zoom-icon:hover,
.tentaz-galleys .galley-img .zoom-icon:hover {
  color: #d4f843;
}
.tentaz-galleys .file-list-image:before,
.tentaz-galleys .galley-img:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.tentaz-galleys .file-list-image:hover:before,
.tentaz-galleys .galley-img:hover:before {
  width: 100%;
}
.tentaz-galleys .file-list-image:hover .p-zoom,
.tentaz-galleys .galley-img:hover .p-zoom,
.tentaz-galleys .file-list-image:hover .zoom-icon,
.tentaz-galleys .galley-img:hover .zoom-icon {
  visibility: visible;
  opacity: 1;
  color: #fff !important;
}
.tentaz-galleys .no-gutters .file-list-image {
  margin-bottom: 0;
}
.mfp-close {
  opacity: 0.9;
}
/* ------------------------------------
    21. Portfolio Details
  ---------------------------------------*/
.tentaz-porfolio-details .ps-informations ul {
  margin: 0;
  list-style: none;
  text-align: left;
  padding: 25px 30px;
  background: #fbfbfb;
}
.tentaz-porfolio-details .ps-informations ul li + li {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(54, 54, 54, 0.05);
}
.tentaz-porfolio-details .ps-informations ul li span {
  width: 150px;
  display: inline-block;
  color: #181818;
  font-weight: 600;
}
.tentaz-porfolio-details .ps-image {
  text-align: center;
  margin-bottom: 10px;
}
.tentaz-porfolio-details .ps-share {
  margin-top: 40px;
}
.tentaz-porfolio-details .ps-share ul {
  margin: 0;
}
.tentaz-porfolio-details .ps-share .share-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.tentaz-porfolio-details .ps-share ul li {
  display: inline-block;
  margin: 0 10px 14px 0;
}
.tentaz-porfolio-details .ps-share ul li a {
  font-size: 20px;
  display: block;
  width: 50px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #d4f843;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.tentaz-porfolio-details .ps-share ul li a:hover {
  background-color: #d4f843;
  color: #d4f843;
}
.tentaz-porfolio-details .project-desc {
  line-height: 30px;
}
.tentaz-porfolio-details .project-desc p:last-child {
  margin-bottom: 0;
}
.tentaz-porfolio-details .project-desc .ps-title {
  margin-bottom: 20px;
}
.tentaz-porfolio-details .ps-related-project {
  margin-top: 50px;
}
.tentaz-porfolio-details .ps-related-project .ps-related-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.tentaz-porfolio-details .ps-related-project .portfolio-item {
  margin-bottom: 20px;
}
.tentaz-porfolio-details .portfolio-carousel .owl-dots {
  display: none;
}
.tentaz-porfolio-details .portfolio-carousel .owl-stage-outer {
  height: auto !important;
}
.tentaz-porfolio-details .portfolio-carousel .owl-nav {
  display: none;
}
.tentaz-porfolio-details .portfolio-carousel .owl-nav .owl-prev {
  left: 10px  !important;
  min-height: 1px;
  transition: all .5s ease;
}
.tentaz-porfolio-details .portfolio-carousel .owl-nav .owl-next {
  right: 10px  !important;
  min-height: 1px;
  transition: all .5s ease;
}
.tentaz-porfolio-details .portfolio-carousel:hover .owl-nav {
  display: block;
}
.tentaz-porfolio-details .portfolio-carousel .file-list-image img {
  border-radius: 5px;
}
.tentaz-porfolio-details.project-gallery .ps-image-wrap {
  margin-top: 28px;
}
.tentaz-porfolio-details.project-gallery .file-list-image {
  margin-bottom: 30px;
  position: relative;
  background: #000000;
  border-radius: 5px;
}
.tentaz-porfolio-details.project-gallery .file-list-image a:hover i {
  color: #fff;
}
.tentaz-porfolio-details.project-gallery .file-list-image img {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 5px;
}
.tentaz-porfolio-details.project-gallery .file-list-image .p-zoom {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease 0s;
  height: 46px;
  line-height: 44px;
  width: 46px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 60%;
  opacity: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.tentaz-porfolio-details.project-gallery .file-list-image:hover img {
  opacity: 0.4;
}
.tentaz-porfolio-details.project-gallery .file-list-image:hover .p-zoom {
  top: 50%;
  opacity: 1;
}
.tentaz-porfolio-details.project-gallery .file-list-image:hover .p-zoom:hover {
  background: #d4f843;
  color: #ffffff;
  border: 1px solid #d4f843;
}
.box-service .tentaz-services-default .services-wrap .services-item {
  padding: 25px 25px 25px 10px;
  transition: all 0.6s ease 0s;
  background: #fff;
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border-radius: 5px;
}
.skillbar-wrap {
  position: relative;
  height: 150px;
  width: 150px;
}
.skillbar-wrap .skill-title {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 113px;
}
.skillbar-wrap .skill-title:after {
  content: '';
  position: absolute;
  height: 113px;
  width: 1px;
  border: 1px dashed #d4f843;
  display: block;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
}
/*--------------------------------------------------------------
   Latest product slider
--------------------------------------------------------------*/
.tentaz-products-slider .product-item {
  background: #fff;
  text-align: center;
  padding: 0px 0px 30px;
  box-shadow: 0 0 150px #eee;
}
.tentaz-products-slider .product-item h4.product-title {
  padding-top: 20px;
  margin-bottom: 15px;
}
.tentaz-products-slider .product-item h4.product-title a {
  color: #181818;
}
.tentaz-products-slider .product-item h4.product-title a:hover {
  color: #d4f843;
}
.tentaz-products-slider .product-item .product-img img {
  width: auto;
  margin: 0 auto;
}
.tentaz-products-slider .product-item .product-price {
  font-size: 16px;
  color: #181818;
}
.tentaz-products-slider .product-item .product-price ins {
  background: transparent !important;
  color: #d4f843;
}
.tentaz-products-slider .product-item .product-btn {
  padding-top: 15px;
}
.tentaz-products-slider .product-item .product-btn a {
  padding: 0 30px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  position: relative;
  font-size: 17px;
  background: #d4f843;
  font-weight: 500;
  border-radius: 0;
  color: #fff;
}
.tentaz-products-slider .product-item .product-btn a:hover {
  background: #d4f843;
}
.tentaz-products-slider.tentaz-products-grid .product-item-inner {
  padding: 0 0 30px;
  background: none;
  text-align: center;
  margin-bottom: 30px;
}
.tentaz-products-slider.tentaz-products-grid .product-item-inner .product-img {
  position: relative;
}
.tentaz-products-slider.tentaz-products-grid .product-item-inner .product-img img {
  width: 100%;
}
.tentaz-products-slider.tentaz-products-grid .product-item-inner .product-img .product-btn a {
  background: none;
  font-size: 0;
  background: #fff;
  border: none;
  position: absolute;
  bottom: 25px;
  transform: translateY(-200px);
  right: 10px;
  transition: all 0.5s ease-in-out 0s;
  padding: 0;
  opacity: 0;
  margin: 0;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 3px;
}
.tentaz-products-slider.tentaz-products-grid .product-item-inner .product-img .product-btn a:before {
  color: #181818;
  font-size: 27px;
}
.tentaz-products-slider.tentaz-products-grid .product-item-inner .product-img .product-btn a:hover:before {
  color: #d4f843;
}
.tentaz-products-slider.tentaz-products-grid .product-item-inner .product-img .product-btn a.wc-forward {
  font-size: 14px;
  color: #181818;
  padding: 0;
  width: 90px;
  height: 34px;
  line-height: 37px;
}
.tentaz-products-slider.tentaz-products-grid .product-item-inner .product-img .product-btn a.wc-forward:hover {
  background: #d4f843;
  color: #fff;
}
.tentaz-products-slider.tentaz-products-grid .product-item-inner .product-img .product-btn a.added {
  display: none;
}
.tentaz-products-slider.tentaz-products-grid .product-item-inner ins {
  background: none;
}
.tentaz-products-slider.tentaz-products-grid .product-item {
  background: none;
  text-align: center;
  padding: 0 15px;
  box-shadow: none;
}
.tentaz-products-slider.tentaz-products-grid .product-item h4.product-title {
  margin-bottom: 5px;
}
.tentaz-products-slider.tentaz-products-grid .product-item:hover .product-img .product-btn a {
  transform: translateY(0);
  opacity: 1;
}
.wp-block-button__link {
  background: #d4f843 !important;
  line-height: 25px;
}
.wp-block-button {
  margin-bottom: 20px !important;
}
.is-style-outline {
  color: #d4f843 !important;
}
.is-style-outline a {
  background: transparent !important;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  padding: 0 40px 40px;
}
/*--------------------------------------------------------------
    Parter CSS
--------------------------------------------------------------*/
.partner-carousel .partner-item {
  width: 100px;
  display: block;
  margin: 0 auto;
}
.partner-carousel .partner-item img {
  opacity: 0.3;
}
.partner-carousel .partner-item:hover img {
  opacity: 1;
}
.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2,
.wp-block-cover-text a {
  color: #fff !important;
}
.insurancetype select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 16px;
  color: #636363;
  font-family: 'Roboto', sans-serif;
  vertical-align: baseline;
  line-height: 1.7;
  font-weight: 400;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #181818;
  margin: 0 0 26px;
  font-family: Rajdhani;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 26px;
  padding: 0;
  letter-spacing: 0;
  font-weight: 400;
}
h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}
h2 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
}
h3 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
}
h4 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
h5 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
}
h6 {
  font-size: 26px;
  line-height: 28px;
  font-weight: 500;
}
a {
  color: #d4f843;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #d4f843;
}
ul {
  margin: 0;
  padding-left: 16px;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #d4f843;
  text-shadow: none;
  color: #181818;
}
::selection {
  background: #d4f843;
  text-shadow: none;
  color: #181818;
}
iframe {
  width: 100%;
}
.floating-box {
  position: relative;
  z-index: 9;
  top: 160px;
}
.custom-max-width {
  max-width: 800px;
}
.menu-cart-area h2 {
  display: none;
}
.bs-sidebar #wp-calendar th {
  background: #d4f843;
  color: #181818;
}
.bs-sidebar table {
  margin-bottom: 0;
}
.bs-sidebar .widget select {
  margin: 0;
}
.common-shadow {
  box-shadow: 0 0 150px #eee;
  background: #fff;
}
/* -----------------------
    404
--------------------------*/
.page-error {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background: #ffffff;
}
.page-error .container {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.page-error .content-area {
  position: relative;
  z-index: 101;
  margin: 0 auto;
  text-align: center;
}
.page-error .content-area h1.page-title {
  color: #ffffff;
  font-size: 100px;
  margin-bottom: 30px;
  margin-top: 0px;
}
.page-error .content-area h2 {
  color: #181818;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 50px;
}
.page-error .content-area h2 span {
  display: block;
  font-size: 250px;
  line-height: 175px;
  margin: 0 0 15px;
}
.page-error .content-area h2.error_number {
  font-size: 75px;
  line-height: 1;
  margin-top: 60px;
  margin-bottom: 30px;
}
.page-error .bs-sidebar {
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.page-error .bs-sidebar {
  padding: 10px 0 35px;
}
.page-error .flaticon-right-arrow:before {
  padding-left: 5px;
}
.page-error .readon {
  font-size: 16px;
  padding: 14px 30px;
  border-radius: 30px;
}
.page-error .readon:focus {
  color: #181818;
}
/* ------------------------------------
    02. Global Class
---------------------------------------*/
input[type="checkbox"],
input[type="radio"] {
  margin-right: 8px;
  vertical-align: text-top;
}
.sticky .menu-area {
  padding: 0;
}
.alignleft {
  margin-bottom: 26px;
}
.alignright {
  margin-bottom: 26px;
}
.vertical-middle {
  display: table;
  width: 100%;
  height: 100%;
}
.vertical-middle .vertical-middle-cell {
  display: table-cell;
  vertical-align: middle;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
mark,
ins {
  background: #d4f843;
  color: #181818;
  padding: 0 4px;
}
code {
  background: #d4f843;
  color: #181818 !important;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #fff;
  padding: 17px 30px;
  font-size: 14px;
  text-transform: capitalize;
  outline: none;
  transition: all .5s ease;
  border-radius: 0 3px 3px 0;
  background: #d4f843;
  position: relative;
  border: none;
  font-weight: 600;
}
.mb-30 {
  margin-bottom: 30px;
}
.top-float {
  float: left;
}
.submit-btn {
  display: block;
  cursor: pointer;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  z-index: 2;
  border: none;
}
.submit-btn .wpcf7-submit {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  color: #fff;
  background: none;
  border: none;
}
.submit-btn .wpcf7-submit:hover {
  color: #d4f843;
}
.submit-btn:hover {
  background: transparent;
  color: #d4f843;
  opacity: 0.99;
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
#tentaz-header .tentaz-nav-link .nav-menu-link span.dot-hum {
  width: 30px;
  border-radius: 0;
  margin: 3px 0;
  height: 2px;
}
i.fa-close:before {
  font-size: 22px;
  margin: 0;
}
.menu-wrap-off .inner-offcanva-wrap .tentaz-nav-link .close-button.styles2 {
  background: unset;
  color: #333;
  padding: unset;
  max-width: unset;
  display: unset;
  flex-wrap: unset;
  transition: none;
  border-radius: unset;
  margin-right: 8px;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover {
  background: #d4f843;
  color: #ffffff;
}
input[type="submit"]:hover {
  opacity: .9;
}
.tentaz-main-contain-here #content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.tentaz-main-contain-here .page-error #content {
  padding-top: 60px;
}
#content .project-gallery .p-gallery-title {
  margin: 0 0 40px;
}
body.single-teams .tentaz-main-contain-here #content {
  padding-bottom: 75px;
}
.single-product .tentaz-main-contain-here #content {
  padding-bottom: 45px;
}
.woocommerce-cart .tentaz-main-contain-here #content {
  padding-bottom: 100px !important;
}
.sign {
  margin-top: 15px;
}
ul.check-icon {
  list-style: none;
  margin-left: 20px;
}
ul.check-icon li {
  position: relative;
  padding-left: 22px;
  padding-bottom: 4px;
  font-size: 16px;
}
ul.check-icon li:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "\f11b";
  font-family: Flaticon;
  color: #d4f843;
  font-weight: 700;
  font-size: 14px;
}
ul.check-icon.two-call {
  column-count: 2;
}
ul.check-icon.two-call li {
  padding-right: 10px;
}
.post-password-required input[type="password"] {
  margin-left: 0px;
}
.post-password-required input[type="submit"] {
  margin-left: -6px;
  border-radius: 0 3px 3px 0;
  padding: 11px 20px;
}
input[type="text"],
input[type="number"],
input[type="password"],
textarea,
input[type="email"] {
  color: #636363;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}
input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #d1d1d1;
  opacity: 1;
}
input[type="text"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */

  color: #d1d1d1;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */

  color: #d1d1d1;
  opacity: 1;
}
input[type="text"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder,
input[type="email"]:-moz-placeholder {
  /* Firefox 18- */

  color: #d1d1d1;
  opacity: 1;
}
select {
  color: #636363;
  cursor: pointer;
}
select:valid {
  color: #636363;
}
/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/
a {
  color: #AED413;
}
a:hover,
a:focus,
a:active {
  color: #AED413;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
.wp-block-calendar tfoot a {
  color: #d4f843;
}
.wp-block-calendar tfoot a:hover {
  color: #d4f843;
}
.sticky-logo {
  display: none;
}
.sticky .logo-area {
  display: none;
}
.sticky .logo-area.sticky-logo {
  display: block;
}
.owl-carousel {
  padding-top: 0;
}
.owl-carousel .owl-nav {
  right: 0;
}
.owl-carousel .owl-nav [class*="owl-"] {
  font-size: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #d4f843;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.6s ease all;
  opacity: 0;
  visibility: hidden;
}
.owl-carousel .owl-nav [class*="owl-"]:before {
  font-family: Flaticon;
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.owl-carousel .owl-nav [class*="owl-"].owl-prev {
  left: 0;
}
.owl-carousel .owl-nav [class*="owl-"].owl-prev:before {
  content: "\f112";
}
.owl-carousel .owl-nav [class*="owl-"].owl-next {
  right: 0;
}
.owl-carousel .owl-nav [class*="owl-"].owl-next:before {
  content: "\f113";
  margin-left: 2px;
}
.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: #d4f843;
  color: #fff;
}
.owl-carousel:hover .owl-nav [class*="owl-"] {
  opacity: 1;
  visibility: visible;
}
.owl-carousel:hover .owl-nav [class*="owl-"].owl-prev {
  left: -60px;
}
.owl-carousel:hover .owl-nav [class*="owl-"].owl-next {
  right: -60px;
}
.owl-carousel .partner-item a img {
  width: auto;
  margin: 0 auto;
}
.tentaz-btn i {
  font-size: 20px;
  position: relative;
  top: 5px;
}
.tentaz_sidenav_wrap {
  width: 100%;
}
.tentaz_sidenav_wrap .widget-title {
  color: #fff !important;
  padding: 0 0 15px;
  font-size: 30px !important;
  line-height: 30px;
  font-weight: 600 !important;
  position: relative;
}
.tentaz_sidenav_wrap .widget-title:before {
  content: "";
  position: absolute;
  background: #fff;
  height: 2px;
  width: 50px;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.tentaz_sidenav_wrap.tentaz_offcanvas_icon {
  margin: 0;
  padding: 0;
}
.tentaz_sidenav_wrap .widget {
  padding: 0;
}
.tentaz_sidenav_wrap .widget .widget-title {
  font-size: 26px;
  color: #fff;
  margin-bottom: 30px;
}
.tentaz_sidenav_wrap .widget .search-form .search-input {
  height: 42px;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3) !important;
  color: #fff;
  font-size: 14px;
  outline: none;
}
.tentaz_sidenav_wrap .widget .search-form .search-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #fff;
}
.tentaz_sidenav_wrap .widget .search-form .search-input::-moz-placeholder {
  /* Firefox 19+ */

  color: #fff;
}
.tentaz_sidenav_wrap .widget .search-form .search-input:-ms-input-placeholder {
  /* IE 10+ */

  color: #fff;
}
.tentaz_sidenav_wrap .widget .search-form .search-input:-moz-placeholder {
  /* Firefox 18- */

  color: #fff;
}
.tentaz_sidenav_wrap .widget .search-form button {
  padding: 8px 12px;
  color: #fff;
  background: transparent !important;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.tentaz_sidenav_wrap .widget .search-form button:hover {
  opacity: 0.7;
}
.tentaz_sidenav_wrap .fa-ul {
  margin-left: 0;
  text-align: left;
  font-size: 15px;
}
.tentaz_sidenav_wrap .fa-ul li {
  padding: 7px 0;
  display: flex;
  align-items: center;
  position: relative;
}
.tentaz_sidenav_wrap .fa-ul li em {
  display: block;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  color: #181818;
  line-height: 28px;
}
.tentaz_sidenav_wrap .fa-ul li i {
  padding-right: 15px;
}
.tentaz_sidenav_wrap .fa-ul li i:before {
  font-size: 25px;
  margin-left: 0 !important;
}
.tentaz_sidenav_wrap .fa-ul li i.ri-mail-add-line:before {
  font-size: 22px;
}
.tentaz_sidenav_wrap .fa-ul li.address1 {
  padding-left: 38px;
  padding-top: 0;
  font-size: 18px;
  margin-bottom: 4px;
  padding-right: 40px;
}
.tentaz_sidenav_wrap .fa-ul li.address1 i {
  position: absolute;
  top: -8px;
  left: 0;
}
.tentaz_sidenav_wrap .fa-ul.tentaz-info li {
  align-items: start;
  font-weight: 600;
  font-size: 14px;
}
.tentaz_sidenav_wrap .fa-ul.tentaz-info li i {
  color: #d4f843;
}
.tentaz_sidenav_wrap .fa-ul.tentaz-info li i:before {
  position: relative;
  top: -12px;
  font-size: 30px;
}
.tentaz_sidenav_wrap .fa-ul.tentaz-info li i.ri-mail-add-line:before {
  position: relative;
  top: -9px;
  font-size: 26px;
}
.tentaz_sidenav_wrap .fa-ul.tentaz-info li i.ri-time-line:before {
  position: relative;
  top: -12px;
  font-size: 28px;
}
.tentaz_sidenav_wrap .fa-ul.tentaz-info li a {
  color: #636363;
  font-weight: 600;
  font-size: 14px;
}
.tentaz_sidenav_wrap .fa-ul.tentaz-info li a:hover {
  color: #d4f843;
}
.tentaz_sidenav_wrap .fa-ul.tentaz-info li.tentaz-email span {
  margin-left: 4px;
}
.tentaz_sidenav_wrap .footer_social {
  margin-left: 0;
  list-style-type: none;
  padding-bottom: 0;
}
.tentaz_sidenav_wrap .footer_social li {
  display: inline-block;
}
.tentaz_sidenav_wrap .footer_social li a {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  float: none;
  margin-right: 0;
  border: none;
}
.tentaz_sidenav_wrap .footer_social li a i {
  font-size: 17px;
  color: #fff;
  margin: 0 8px 0 0;
  text-align: center;
  background: #d4f843;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  display: block;
}
.tentaz_sidenav_wrap .footer_social li a i:hover {
  opacity: .9;
}
.tentaz_sidenav_wrap .footer_social li:last-child a {
  margin-right: 0;
}
.tentaz_sidenav_wrap .widget_nav_menu ul {
  padding: 0;
  margin: 0;
  text-align: left;
}
.tentaz_sidenav_wrap .widget_nav_menu ul li {
  list-style: none;
  border: none;
  margin-left: 0;
  padding: 0;
  position: relative;
}
.tentaz_sidenav_wrap .widget_nav_menu ul li a {
  font-size: 15px;
  padding: 25px 0;
  display: block;
  color: #333;
  line-height: 45px;
  font-weight: 500;
}
.tentaz_sidenav_wrap .widget_nav_menu ul li a:hover {
  color: #d4f843;
}
.tentaz_sidenav_wrap .widget_nav_menu ul li:before {
  display: none;
}
.tentaz_sidenav_wrap .widget_nav_menu ul li ul li a {
  text-transform: capitalize;
  padding: 10px 0;
  line-height: 24px;
}
.tentaz_sidenav_wrap .bs-search button {
  padding: 5px 11px;
}
.tentaz-offcanvas {
  width: 100%;
  left: 100%;
  transition: all 0.8s ease-out 0s;
  position: fixed;
  background: #0f0b12;
  height: 100vh;
  top: 0;
  bottom: 0;
  opacity: .8;
  z-index: 999;
  cursor: pointer;
}
.tentaz-offcanvas-contents #media_image-2 img {
  height: 50px !important;
  width: auto;
}
body.tentaz-offcanvas-open .tentaz-offcanvas {
  left: 35%;
  transition: all 0.8s ease-out 0s;
  transform: skewX(20deg);
}
.fa-ul {
  list-style: none;
}
#tentaz-header .menu-area .navbar ul .menu-item:not(.mega) ul li ul.sub-menu,
#tentaz-header .menu-area .navbar ul .page_item:not(.mega) ul li ul.sub-menu {
  position: absolute;
  left: 100%;
  top: 0px;
  opacity: 0;
  transform: scaleY(0);
  visibility: hidden;
}
#tentaz-header .menu-area .navbar ul .menu-item:not(.mega) ul > li:hover > ul.sub-menu,
#tentaz-header .menu-area .navbar ul .page_item:not(.mega) ul > li:hover > ul.sub-menu {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.secondarycolor {
  color: #d4f843;
}
#tentaz-header .menu-area .navbar ul li.three-col ul > li {
  width: 33.33%;
}
#tentaz-header .menu-area .navbar ul li.four-col ul > li {
  width: 25%;
}
.transparent_header {
  position: absolute;
}
.transparent_header .menu-area .navbar ul > li > a:after {
  background: #fff;
}
.transparent_header .sticky .navbar ul > li > a:after {
  background: #d4f843;
}
.default_header .menu-area .navbar ul > li > a:after {
  background: #d4f843;
}
.tentaz_counter_left .elementor-counter-number-prefix {
  flex-grow: unset !important;
}
.tentaz_counter_left .elementor-counter-title {
  text-align: left !important;
}
/* ------------------------------------
    20. Breadcrumbs
  ---------------------------------------*/
.tentaz-breadcrumbs {
  position: relative;
  background: #0A184A;
}
.tentaz-breadcrumbs .breadcrumbs-title {
  font-size: 0px;
  padding-top: 5px;
  color: #fff;
}
.tentaz-breadcrumbs .breadcrumbs-title > span {
  margin-right: 12px;
}
.tentaz-breadcrumbs .breadcrumbs-title span {
  font-size: 14px;
  position: relative;
  padding-right: 20px;
  margin-right: 6px;
}
.tentaz-breadcrumbs .breadcrumbs-title span.current-item {
  margin-right: 0;
  padding-right: 0;
}
.tentaz-breadcrumbs .breadcrumbs-title span a span {
  color: #fff;
}
.tentaz-breadcrumbs .breadcrumbs-title span a span:hover {
  color: #f9f9f9;
}
.tentaz-breadcrumbs .breadcrumbs-title span a:before {
  background-color: #fff;
  content: "";
  height: 1px;
  width: 7px;
  position: absolute;
  right: 4px;
  top: 9px;
  border-radius: 50%;
}
.tentaz-breadcrumbs .breadcrumbs-title .current-item {
  color: #fff;
}
.tentaz-breadcrumbs .breadcrumbs-inner {
  padding: 170px 0 130px;
  text-align: center;
  position: relative;
}
.tentaz-breadcrumbs .breadcrumbs-inner .banner-desc {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  text-align: left;
}
.tentaz-breadcrumbs .breadcrumbs-inner .cate-single .post-categories {
  padding: 0 0 8px 0;
}
.tentaz-breadcrumbs .breadcrumbs-inner .cate-single .post-categories a {
  background: #fbfbfb;
  color: #636363 !important;
  padding: 6px 19px 5px;
  border-radius: 5px;
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.tentaz-breadcrumbs .breadcrumbs-inner .bs-meta {
  padding-left: 0;
}
.tentaz-breadcrumbs .breadcrumbs-inner .bs-meta li {
  margin-right: 13px;
  font-size: 13px;
}
.tentaz-breadcrumbs .breadcrumbs-inner .bs-meta li i {
  margin-right: 3px;
}
.tentaz-breadcrumbs .breadcrumbs-inner .bs-meta li i:before {
  font-size: 14px;
  font-weight: 600;
}
.tentaz-breadcrumbs .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
.tentaz-breadcrumbs .breadcrumbs-single {
  background-size: cover;
}
.tentaz-breadcrumbs .page-title {
  margin: 0 auto;
  padding-bottom: 0 !important;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  max-width: 840px;
}
.tentaz-breadcrumbs .breadcrumbs {
  text-align: center;
}
.tentaz-breadcrumbs ul {
  display: inline-block;
  padding: 5px 20px;
  margin: 0px;
}
.tentaz-breadcrumbs ul li {
  color: #000;
  display: inline-block;
  font-size: 14px;
}
.tentaz-breadcrumbs ul li * {
  color: #000;
}
.tentaz-breadcrumbs ul li a {
  padding: 0 8px;
  color: #000;
}
.tentaz-breadcrumbs ul li a:hover {
  color: #d4f843;
}
.tentaz-breadcrumbs ul li.trail-begin a {
  position: relative;
  display: inline-block;
  padding-left: 0;
}
.tentaz-breadcrumbs ul li.trail-begin a:hover {
  opacity: 0.7;
}
.tentaz-breadcrumbs ul li.trail-end {
  padding-left: 8px;
}
.tentaz-breadcrumbs.porfolio-details {
  position: relative;
}
.mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #999;
}
.mc4wp-form-fields input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */

  color: #999;
}
.mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */

  color: #999;
}
.mc4wp-form-fields input[type="email"]:-moz-placeholder {
  /* Firefox 18- */

  color: #999;
}
.entry-content .page-links {
  padding-top: 30px;
}
.comment-reply-title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 14px;
}
.page .comments-title {
  font-size: 24px;
  font-weight: 700;
}
/*****************************************************
    22. Preloader CSS Here 
****************************/
#tentaz__preloader_here {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -webkit- flex;
  display: -ms- flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  background: #080E25;
  position: fixed;
  z-index: 999999;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tentaz__loader_logo {
  position: absolute;
}
.tentaz__loader_logo img {
  height: 45px;
}
#tentaz__circle_loader {
  width: 100px;
  height: 100px;
  border-style: solid;
  border-width: 5px;
  border-top-color: #d4f843;
  border-right-color: #d4f843;
  border-bottom-color: #d5eaff;
  border-left-color: #d5eaff;
  border-radius: 50%;
  -webkit-animation: spinLoader 2s linear infinite;
  animation: spinLoader 2s linear infinite;
}
@-webkit-keyframes spinLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.single-post .bs-sidebar h2 {
  margin-top: 0;
}
.bgrids {
  margin: 0 auto;
}
.ten_max_135 {
  max-width: 135px !important;
}
.recent-widget .show-featured .post-img img {
  border-radius: 8px;
}
.format-aside .single-content-full .bs-desc {
  margin-top: 0;
}
.error-404 .readon:hover {
  background: #d4f843;
  color: #181818;
  opacity: .9;
}
.tentaz_sidenav_wrap .widget_nav_menu ul li.mega {
  position: relative !important;
}
.tentaz-unique-slider .slick-dots {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.tentaz-unique-slider .slick-dots li {
  margin: 0 5px;
}
.tentaz-unique-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  display: inline-block;
  font-size: 0;
  border-radius: 50px;
  background: #d4f843;
  padding: 0;
  cursor: pointer;
}
.tentaz-unique-slider .slick-dots li button:hover {
  background: #d4f843;
  opacity: 1;
}
.tentaz-unique-slider .slick-dots li.slick-active button {
  background: #d4f843;
  opacity: 1;
}
.tentaz-unique-slider .slick-next,
.tentaz-unique-slider .slick-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: none;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.6s ease all;
  z-index: 9;
  opacity: 1;
  visibility: visible;
  font-size: 0;
  padding: 0;
}
.tentaz-unique-slider .slick-next:before,
.tentaz-unique-slider .slick-prev:before {
  line-height: 37px;
  color: #fff;
}
.tentaz-unique-slider .slick-next:hover,
.tentaz-unique-slider .slick-prev:hover {
  opacity: 1;
}
.tentaz-unique-slider .slick-prev {
  left: 0px;
}
.tentaz-unique-slider .slick-prev:before {
  content: "\EA60";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: remixicon !important;
  color: #fff;
  font-size: 18px;
}
.tentaz-unique-slider .slick-next {
  right: 0px;
}
.tentaz-unique-slider .slick-next:before {
  content: "\EA6C";
  position: absolute;
  top: 0;
  left: 0;
  font-family: remixicon !important;
  color: #fff;
  font-size: 18px;
  right: 0;
}
.tentaz-addon-slider.style__1 .slick-next::before,
.tentaz-addon-slider.style__1 .slick-prev::before {
  font-size: 25px;
  color: #AED413;
}
.tentaz-addon-slider.style__1 .slick-prev {
  left: -60px;
}
.tentaz-addon-slider.style__1 .slick-next {
  right: -60px;
}
.custom-accor .elementor-accordion .elementor-accordion-item {
  margin: 0 0 17px;
  box-shadow: 0px 10px 30px 0px rgba(13, 30, 80, 0.03);
}
.tentaz-team .single-team .team-img {
  position: relative;
  margin: 0 15px 20px;
}
.tentaz-team .single-team .team-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #1b2646;
  transition: all 0.5s ease 0s;
  display: block;
}
.tentaz-team .single-team .team-img img {
  mix-blend-mode: luminosity;
}
.tentaz-team .single-team .team-img .team-info {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 38px;
  transform: translateX(-50%);
  transition: all 0.3s ease 0s;
  text-align: center;
  z-index: 1;
}
.tentaz-team .single-team .team-img .team-info .desgnation {
  color: #ffffff;
  margin-bottom: 0;
}
.tentaz-team .single-team .team-img .team-info .name {
  margin-bottom: 0;
  line-height: 1;
}
.tentaz-team .single-team .team-img .team-info .name a {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
.tentaz-team .single-team .team-img .social-links {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.3s ease 0s;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.tentaz-team .single-team .team-img .social-links li a:hover {
  background: #ffffff;
  color: #d4f843;
  border-color: #ffffff;
}
.tentaz-team .single-team .team-img .social-links {
  margin: 0;
  padding: 0;
}
.tentaz-team .single-team .team-img .social-links li {
  display: inline-block;
  margin-right: 6px;
}
.tentaz-team .single-team .team-img .social-links li a {
  border: 2px solid rgba(255, 255, 255, 0.102);
  color: #ffffff;
  background: transparent;
  display: block;
  width: 44px;
  height: 42px;
  line-height: 38px;
  text-align: center;
  transition: all 0.7s ease 0s;
  font-size: 18px;
}
.tentaz-team .single-team .team-img .social-links li a:hover {
  color: #ffffff;
  background: #d4f843;
  border-color: #d4f843;
}
.tentaz-team .single-team .team-img .social-links li:last-child {
  margin-right: 0;
}
.tentaz-team .single-team .team-img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #0d1e50 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0d1e50), color-stop(100%, rgba(0, 47, 75, 0.5)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #0d1e50 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #0d1e50 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #0d1e50 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #0d1e50 100%);
  /* W3C */

}
.tentaz-team .single-team:hover .team-img img {
  mix-blend-mode: screen;
}
.tentaz-team .single-team:hover .team-img .team-info {
  bottom: 80px;
  opacity: 0;
  visibility: hidden;
}
.tentaz-team .single-team:hover .team-img .social-links {
  bottom: 40px;
  height: auto;
  opacity: 1;
  visibility: visible;
}
.tentaz-team-grid.tentaz-team .single-team .team-img {
  margin: 0 0 30px;
}
.list-arrow {
  margin: 0;
  overflow: hidden;
}
.list-arrow li {
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  color: #181818;
  font-weight: 500;
  margin: 0 0 14px;
  opacity: 1;
  visibility: visible;
}
.list-arrow li:before {
  content: "\EB7A";
  font-family: remixicon !important;
  position: absolute;
  left: 0;
  top: 0px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  border-radius: 50%;
  color: #d4f843;
  background-color: rgba(248, 78, 119, 0.2);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.tentaz-contact-box .address-item {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 30px 60px 0px rgba(13, 30, 80, 0.1);
  padding: 16px 0;
  margin-bottom: 10px;
  align-items: center;
}
.tentaz-contact-box .address-item .address-icon {
  margin-right: 15px;
  color: #d4f843;
  font-size: 25px;
  position: relative;
  top: -3px;
}
.tentaz-contact-box .address-item .address-text span {
  display: block;
}
.tentaz-contact-box .address-item .address-text span.label {
  font-size: 18px;
  color: #0d1e50;
  font-weight: 700;
  line-height: 20px;
}
.tentaz-contact-box .address-item .address-text span.des {
  font-size: 16px;
}
