.blogText/*-----------------------------------------------------------------------------------

 Theme Name: TapalTex
 Theme URI: http://
 Description: Business Website
 Author: Murad Mansha
 Version: 1.0

 Main Color   : #24d5b4
 main Font    : Poppins

-----------------------------------------------------------------------------------*/


/*QuickSand Font*/

@font-face {
  font-family: 'pop-Thin-100';
  src:url('../fontfamily/Poppins-Thin.ttf')  format('truetype');   
}
@font-face {
  font-family: 'pop-ExtraLight-200';
  src:url('../fontfamily/Poppins-ExtraLight.ttf')  format('truetype');   
}
@font-face {
  font-family: 'pop-Light-300';
  src:url('../fontfamily/Poppins-Light.ttf')  format('truetype');   
}
@font-face {
  font-family: 'pop-Regular-400';
  src:url('../fontfamily/Poppins-Regular.ttf')  format('truetype');   
}
@font-face {
  font-family: 'pop-Medium-500';
  src:url('../fontfamily/Poppins-Medium.ttf')  format('truetype');   
}
@font-face {
  font-family: 'pop-SemiBold-600';
  src:url('../fontfamily/Poppins-SemiBold.ttf')  format('truetype');   
}
@font-face {
  font-family: 'pop-Bold-700';
  src:url('../fontfamily/Poppins-Bold.ttf')  format('truetype');   
}
@font-face {
  font-family: 'pop-ExtraBold-800';
  src:url('../fontfamily/Poppins-ExtraBold.ttf')  format('truetype');   
}
@font-face {
  font-family: 'pop-Black-900';
  src:url('../fontfamily/Poppins-Black.ttf')  format('truetype');   
}
@font-face {
  font-family: 'logofont';
  src:url('../fontfamily/HarabaraMaisDemo.otf')  format('truetype');   
}

:root{

  --theme-color : #2EBBA9;
  --text-color: #149B8A;
  --product-hover-color: #13A090;
  --video-color: #12A494;

  --primaryThemeColor: #11A898;

  --model-title: #32A58B;
}
  


/* ----------------------------------------------------------------

== Table Of Content

  01 Basics
  02 Helper Classes
  03 Preloader
  04 Buttons
  05 Cursor
  06 progress wrap
  07 Text Animation & Images
    08 Menu & Navbar
  09 Slider
  10 About
  11 Work
  12 Process
  13 Testimonials
  14 Agency
    15 min-area
    16 Brands
  17 Team
  18 Blog
  19 Contact
  20 call-action
    21 Fotter
    22 Dark-Theme
  23 Responsive


---------------------------------------------------------------- */
/* ====================== [ 01 Start Basics ] ====================== */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

html,
body {
  color: #000;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

.main-content {
  background: #fff;
  position: relative;
  z-index: 3;
}
ul{
  padding-left: 0px;
}
p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #888;
  line-height: 2;
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

span,
a,
a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

/* ====================== [ End Basics ] ====================== */
/* ====================== [ 02 Start Helper Classes ] ====================== */
.section-padding {
  padding: 120px 0;
}
.section-padding-100 {
  padding: 100px 0;
}
.section-padding2{
    padding: 100px 0px 60px 0px;
  }
.nopadding{
  padding-right: 0px !important;
  overflow-y: hidden !important;
}
.ubuntu {
  font-family: "Ubuntu", sans-serif;
}

.nmb-font {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.colorTheme{
  color: var(--text-color);
  font-weight: 700;
}
.sub-title {
  color: var(--text-color);
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-left: 70px;
  position: relative;
}
.sub-title.logoFontsmall{
  text-transform: none !important;
}
.sub-title:after {
  content: '';
  width: 60px;
  height: 1px;
  background: #9D9D9D;
  position: absolute;
  left: 0;
  bottom: 45%;
}

.extra-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.09px;
  color: var(--text-color);
  font-family: 'Ubuntu', sans-serif;
}
.extra-title-little{
  font-size: 36px !important;
  line-height: 1.25 !important;
  letter-spacing: 0.09px !important;
  color: var(--text-color) !important;
  font-family: 'pop-SemiBold-600' !important;
}
.theme-color{
  color: #149B8A;
}
.para-txt{
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.7;
  margin: 0;
}
.logoFontsmall{
  font-family: 'logofont' !important;
}
.para-txt strong{
  font-family: 'Ubuntu', sans-serif;
}
.logofont{
  font-family: 'logofont' !important;
  color: var(--primaryThemeColor) !important;
}
.headingFont{
  color: var(--text-color) !important;
}
.logofont sup{
  font-family: 'Poppins',sans-serif;
  color: #000;
} 
.smalllogofont{

}
.extra-text {
  font-size: 20px;
  color: #1e1e1e;
}

.kmore {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  padding-left: 70px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.kmore:hover{
  color: var(--text-color);
}
.kmore:after {
  content: '';
  width: 60px;
  height: 1px;
  background: #777;
  position: absolute;
  left: 0;
  bottom: 45%;
}

.extra-bold-font{
  font-size: 42px;
  line-height: 1.3;
  font-family: 'pop-Regular-400';
  color: var(--text-color);
}
.content-type-pra p{
  font-size: 16px;
  margin-bottom: 20px;
  font-family: 'Ubuntu', sans-serif;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.7;
  letter-spacing: 0.46px;
}

.section-head {
  margin-bottom: 80px;
}
.section-head h6 {
  font-size: 13px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #212529;
  margin-bottom: 10px;
}
.section-head h3 {
  font-weight: 700;
  line-height: 1.5;
}

.bg-gray {
  background: #fafafa;
}

.bg-pattern {
  position: relative;
  background-size: 20% !important;
  z-index: 2;
}
.blog .bg-pattern:after{
  content: none !important;
} 
.bg-pattern:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fafafa;
  opacity: 0.8;
  z-index: -1;
}

.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.no-cover {
  background-repeat: repeat;
  background-size: auto;
}

.bg-fixed {
  background-attachment: fixed;
}

.on-top {
  position: relative;
  z-index: 7;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.themeBtn{
  background: var(--text-color);
  color: #fff;
  padding: 12px 30px;
  font-family: 'pop-Medium-500';
  font-size: 20px;
  /*box-shadow: -1px 3px 6px #0000004F;*/
  border-radius: 0px;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  transition: all 0.3s ease-in-out;
  border: none;
  text-transform: uppercase;
}
.themeBtn:hover{
  color: #fff;
  box-shadow: -1px 3px 6px rgba(20, 155, 138, 0.6);
}


/* ====================== [ End Helper Classes ] ====================== */
/* ====================== [ 03 Start Preloader ] ====================== */
.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99999999999999;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  border: 0px;
  height: 1px;
  overflow: hidden;
  background: #ccc;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.pace .pace-progress {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 400px;
  position: fixed;
  z-index: 99999999999999;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #212529;
}

.pace.pace-inactive {
  width: 100vw;
  opacity: 0;
}
.pace.pace-inactive .pace-progress {
  max-width: 100vw;
}

#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
}
#preloader:after,
#preloader:before {
  content: "";
  position: fixed;
  left: 0;
  height: 50vh;
  width: 100%;
  background: #f1f1f1;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#preloader:before {
  top: 0;
}
#preloader:after {
  bottom: 0;
}
#preloader.isdone {
  visibility: hidden;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
#preloader.isdone:after,
#preloader.isdone:before {
  height: 0;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.loading-text {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 10px;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loading-text.isdone {
  top: 40%;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

/* ====================== [ End Preloader ] ====================== */
/* ====================== [ 04 Start Button Style ] ====================== */
.btn-curve {
  background: transparent;
  padding: 14px 35px;
  background: rgba(0, 0, 0, 0.08);
  /*border: 1px solid #1e1e1e;*/
  border-radius: 0;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  font-family: 'Ubuntu', sans-serif;
  cursor: pointer;
}
.btn-curve:hover:after {
  bottom: -10px;
  border-radius: 0;
}
.btn-curve:hover span {
  color: #fff;
}
.btn-curve:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: 100%;
  background: var(--text-color);
  border-radius: 0 0 100% 100%/0 0 100% 100%;
  -webkit-transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
  -o-transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
}
.btn-curve span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.btn-curve.btn-lit {
  border-color: #fff;
  color: #fff;
}
.btn-curve.btn-lit:hover span {
  color: #1e1e1e;
}
.btn-curve.btn-lit:after {
  background: #fff;
}
.btn-curve.btn-blc {
  background: var(--text-color);
  border: none;
}
.btn-curve.btn-blc:after {
  background: #fff;
  -webkit-box-shadow: 0px 0px 14px -4px rgba(20, 155, 138,0.43); 
  box-shadow: 0px 0px 14px -4px rgba(20, 155, 138,0.43);
}
.btn-curve.btn-blc span {
  color: #fff;
}
.btn-curve.btn-blc:hover span {
  color: var(--text-color);
}
.btn-curve.btn-lg {
  padding: 14px 40px;
}
.btn-curve.btn-lg span {
  font-size: 14px;
}
.btn-curve.btn-wit {
  background: #fff;
  border-color: #fff;
}
.btn-curve.btn-wit:after {
  background: #090909;
}
.btn-curve.btn-wit span {
  color: #1e1e1e;
}
.btn-curve.btn-wit:hover span {
  color: #fff;
}
.btn-curve.btn-radius {
  border-radius: 30px;
}

/* ====================== [ End Button Style ] ====================== */
/* ====================== [ 05 Start Cursor Style ] ====================== */
.cursor {
  width: 15px;
  height: 15px;
  background-color: #ccc;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  pointer-events: none;
  z-index: 9999999999;
  opacity: 0.8;
}

.cursor2 {
  display: none;
}

/* ====================== [ End Cursor Style ] ====================== */
/* ====================== [ 06 Start progress-wrap ] ====================== */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
  box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #6c6d6d;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #6c6d6d;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap {
  -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
  box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
}

.progress-wrap::after {
  color: #289988;
}

.progress-wrap svg.progress-circle path {
  stroke: #289988;
}

/* ====================== [ End progress-wrap ] ====================== */
/* ====================== [ 07 Start Text Animation & Images ] ====================== */
.splitting.animated .char {
  -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
  width: 10px;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.splitting.txt.animated .char {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(10ms * var(--char-index));
  animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt .whitespace {
  width: 5px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.imgio {
  position: relative;
}

.imgio .cimgio {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  background: #fff;
  visibility: visible !important;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.imgio .animated {
  height: 0;
}

.cimgio[data-delay="100"] {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.cimgio[data-delay="200"] {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.cimgio[data-delay="300"] {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.cimgio[data-delay="400"] {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.cimgio[data-delay="500"] {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.cimgio[data-delay="600"] {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.cimgio[data-delay="700"] {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.cimgio[data-delay="800"] {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.cimgio[data-delay="900"] {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.cimgio[data-delay="1s"] {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

/* ====================== [ End Text Animation & Images ] ====================== */
/* ====================== [ 08 Start Menu & Navbar ] ====================== */

.navbar-brand img{
  width: 185px;
}
.navbar-wrapper{
  position: absolute;
  z-index: 99;
  width: 100%;
}
.navbar-bg{
  background: rgba(41, 41, 41, 0.8);
}
.main-navigaton .nav-link{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.56px;
  color: #F5FFFF !important;
  text-transform: uppercase;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.main-navigaton .nav-link:hover{
  color: var(--text-color) !important;
}
.navbar-nav .nav-link.active:before{
  content: '';
  display: inline-block;
  width: 100%;
  height: 5px;
  background-color: var(--text-color);
  position: absolute;
  bottom: -21px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  left: 0;
}
.main-navigaton .nav-item{
/*  margin-right: 10px;*/
}
.main-navigaton .nav-item:last-child{
  /*margin-right: 0px;*/
}
.custom-nav-fluid{
  margin: 0 40px;
}
#MainNavbar.fixed-top{
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
}
#MainNavbar.fixed-top.navbar-sticky-on{
  -webkit-animation: 0.4s ease-in-out 0s normal both 1 running fadeInDown;
    animation: 0.4s ease-in-out 0s normal both 1 running fadeInDown;
}


/*.topnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  padding: 30px 0;
  color: #fff;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.topnav .container,
.topnav .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topnav .container-fluid {
  padding: 0 50px;
}
.topnav .logo {
  width: 75px;
}
.topnav .menu-icon {
  margin-left: auto;
  cursor: pointer;
}
.topnav .menu-icon:hover .text .char {
  -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}
.topnav .menu-icon .text {
  font-size: 13px;
  font-weight: 500;
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.topnav .menu-icon .text:after {
  content: "close";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 15px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.topnav .menu-icon .text .word {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.topnav .menu-icon .text.open .word {
  opacity: 0;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.topnav .menu-icon .text.open:after {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.topnav .menu-icon .icon {
  display: table-cell;
}
.topnav .menu-icon .icon i {
  display: block;
  width: 20px;
  height: 3px;
  background: #fff;
  margin: 4px 0;
}
.topnav.dark .menu-icon {
  color: #000;
}
.topnav.dark .menu-icon .icon i {
  background: #000;
}
.topnav.dark.navlit .menu-icon {
  color: #fff;
}
.topnav.dark.navlit .menu-icon .icon i {
  background: #fff;
}

.nav-scroll {
  background: #111;
}

.hamenu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: #0a0a0a;
  padding: 120px 30px 30px;
  overflow: hidden;
  z-index: 9999;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
  -o-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
}
.hamenu.open .menu-links .main-menu > li .link {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.hamenu.open .cont-info:after {
  height: 100vh;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.hamenu.open .cont-info .item {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.hamenu .menu-links {
  color: #fff;
  margin-top: 30px;
}
.hamenu .menu-links .o-hidden {
  display: inline-block;
}
.hamenu .menu-links .main-menu {
  position: relative;
  z-index: 2;
}
.hamenu .menu-links .main-menu.gosub > li {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}
.hamenu .menu-links .main-menu.gosub > li .link {
  -webkit-transform: translateY(45px) !important;
  -ms-transform: translateY(45px) !important;
  transform: translateY(45px) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}
.hamenu .menu-links .main-menu.gosub .sub-menu.sub-open {
  z-index: 3 !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.hamenu .menu-links .main-menu > li {
  font-size: 30px;
  font-weight: 600;
  padding: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hamenu .menu-links .main-menu > li span.nm {
  opacity: 0.8;
  font-size: 11px;
  margin-right: 10px;
}
.hamenu .menu-links .main-menu > li .link {
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  cursor: pointer;
}
.hamenu .menu-links .main-menu > li .link i {
  font-size: 15px;
  margin-left: 5px;
}
.hamenu .menu-links .main-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.hamenu .menu-links .main-menu .sub-menu.sub-open {
  z-index: 3;
}
.hamenu .menu-links .main-menu .sub-menu.sub-open li .sub-link {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.hamenu .menu-links .main-menu .sub-menu li {
  color: #eee;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 8px 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.hamenu .menu-links .main-menu .sub-menu li:hover {
  color: #fff;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link {
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link.back {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link.back i {
  margin-left: 10px;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link em {
  font-size: 13px;
  font-weight: 300;
  margin-left: 10px;
}
.hamenu .cont-info {
  color: #fff;
  margin-top: 50px;
  position: relative;
}
.hamenu .cont-info:after {
  content: "";
  width: 1px;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: -40px;
  top: -170px;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.hamenu .cont-info .item {
  margin-bottom: 30px;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.hamenu .cont-info .item:last-of-type {
  margin-bottom: 0;
}
.hamenu .cont-info .item h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}*/

/* ====================== [ End Menu & Navbar ] ====================== */
/* ====================== [ 09 Start Slider ] ====================== */
.slider.fixed-slider {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.slider .parallax-slider {
  position: relative;
}
.slider .parallax-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 50px;
}
.slider .parallax-slider .swiper-slide .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}
.slider .parallax-slider .swiper-slide-active .caption h1 {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;

}
.slider .parallax-slider .swiper-slide-active .caption h1 .char {
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(60ms * var(--char-index));
  animation-delay: calc(60ms * var(--char-index));
}
.slider .parallax-slider .swiper-slide-active .caption h1,
.slider .parallax-slider .swiper-slide-active .caption .dis {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.slider .parallax-slider .swiper-slide-active .caption .dis {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.slider .parallax-slider .swiper-slide-active .caption.clasc .btn-curve,
.slider .parallax-slider .swiper-slide-active .caption.clasc p {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.slider .parallax-slider .caption h1 {
  font-size: 60px;
  font-weight: 700;
  /*letter-spacing: 2px;*/
  color: #fff;
  opacity: 0;
  font-family: 'Ubuntu', sans-serif;
  visibility: hidden;
  -webkit-transition: opacity .5s, visibility .5s;
  -o-transition: opacity .5s, visibility .5s;
  transition: opacity .5s, visibility .5s;
}
.slider .parallax-slider .caption h1 .stroke {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
.slider .parallax-slider .caption h1 .stroke span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
.slider .parallax-slider .caption .dis {
  margin-top: 25px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  position: relative;
  padding-left: 80px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.slider .parallax-slider .caption .dis:after {
  content: '';
  width: 60px;
  height: 1px;
  background: #eee;
  position: absolute;
  left: 0;
  top: 50%;
}
.slider .parallax-slider .caption .dis:hover .char {
  -webkit-animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}
.slider .parallax-slider .caption.clasc h1 {
  font-size: 55px;
  font-weight: 600;
}
.slider .parallax-slider .caption.clasc p {
  color: #eee;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.slider .parallax-slider .caption.clasc .btn-curve {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.slider .parallax-slider .social {
  position: absolute;
  left: 50px;
  bottom: 20px;
  z-index: 6;
}
.slider .parallax-slider .social.active a {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.slider .parallax-slider .social .icon {
  color: #fff;
  margin-right: 10px;
  cursor: pointer;
}
.slider .parallax-slider .social a {
  color: #fff;
  font-size: 11px;
  margin-right: 7px;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.center-slider {
  text-align: center;
}
.center-slider .parallax-slider .caption h1 {
  font-size: 85px;
  font-weight: 800;
  letter-spacing: 4px;
}

.slide-full .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 50px;
}
.slide-full .swiper-slide .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}

.slide-full .capt {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 3;
}
.slide-full .capt h1 {
  font-size: 5vw;
  font-weight: 600;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  -o-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.slide-full .capt h1 .stroke {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
.slide-full .capt h1 .stroke span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
.slide-full .capt .dis {
  margin-top: 30px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  position: relative;
  padding-left: 80px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.slide-full .capt .dis:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #eee;
  position: absolute;
  left: 0;
  top: 50%;
}
.slide-full .capt .dis:hover .char {
  -webkit-animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.slide-full .social {
  position: absolute;
  left: 50px;
  bottom: 20px;
  z-index: 6;
}
.slide-full .social.active a {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.slide-full .social .icon {
  color: #fff;
  margin-right: 10px;
  cursor: pointer;
}
.slide-full .social a {
  color: #fff;
  font-size: 11px;
  margin-right: 7px;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.slide-full .swiper-slide-active .capt h1 {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.slide-full .swiper-slide-active .capt h1 .char {
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(60ms * var(--char-index));
  animation-delay: calc(60ms * var(--char-index));
}

.slide-full .swiper-slide-active .capt h1,
.slide-full .swiper-slide-active .capt .dis {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}

.slide-full .swiper-slide-active .capt .dis {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.page-header {
  background: #090909;
  color: #fff;
}
.page-header .cont {
  padding: 220px 0 120px;
}
.page-header .cont{
  position: relative;
  z-index: 2;
}
.page-header .cont h4 {
  line-height: 1.6;
  letter-spacing: 0.27px;
  font-size: 17px;
  font-style: italic;
}
.afterBlack{
  position: relative;
}
.afterBlack:after{
  content: '';
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 466px;

}


.page-header .cont h4 .stroke {
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.7);
  color: transparent;
}
.page-header .img-wrapper {
  position: relative;
  min-height: 40vh;
}
.page-header .img-wrapper .title {
  position: absolute;
  top: -26px;
  right: 0px;
  width: 100%;
  text-align: right;
  -webkit-transform: translateY(-38%);
  -ms-transform: translateY(-38%);
  transform: translateY(-38%);
  z-index: 3;
}
.page-header .img-wrapper .title h3 {
  font-size: 100px;
  text-transform: uppercase;
  letter-spacing: 2.71px;
}
.page-header .img-wrapper .title h3 span{
  color: var(--text-color);
}

.htit.aboutTitle h4{
  font-weight: 700;
  font-size: 34px;
  text-transform: uppercase;
  color: var(--text-color);
  font-family: 'Ubuntu', sans-serif;
}

.page-header .img-wrapper .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-header.proj-det .img-wrapper {
  min-height: 80vh;
}
.page-header.blg .cont {
  padding: 220px 0;
}
.page-header.blg .cont h2 {
  line-height: 1.6;
  margin-bottom: 10px;
}
.page-header.blg .cont .info a {
  margin: 0 10px;
  font-size: 13px;
  font-family: "Roboto Mono", monospace;
  color: #aaa;
}

.slide-controls .swiper-pagination-fraction {
  position: absolute;
  right: 50px;
  left: auto;
  bottom: 20px;
  top: auto;
  width: auto;
  color: #fff;
}
.slide-controls .swiper-pagination-fraction .swiper-pagination-current {
  font-size: 20px;
  position: relative;
}
.slide-controls .swiper-pagination-fraction .swiper-pagination-current:after {
  content: "/";
  position: relative;
  margin: 0 10px;
  font-size: 12px;
}

.slide-controls .swiper-button-next,
.slide-controls .swiper-button-prev {
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: auto;
  top: 50%;
  left: auto;
  right: 50px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
  -o-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
}
.slide-controls .swiper-button-next:after,
.slide-controls .swiper-button-prev:after {
  display: none;
}
.slide-controls .swiper-button-next:hover,
.slide-controls .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.1);
}
.slide-controls .swiper-button-next i,
.slide-controls .swiper-button-prev i {
  position: absolute;
  top: 16px;
  left: 22px;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
  -o-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
}
.slide-controls .swiper-button-next i:after,
.slide-controls .swiper-button-prev i:after {
  content: "";
  width: 45px;
  height: 1px;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
  -o-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
}

.slide-controls .swiper-button-next:hover {
  right: 45px;
}
.slide-controls .swiper-button-next:hover i {
  left: 30px;
}
.slide-controls .swiper-button-next:hover i:after {
  width: 20px;
}

.slide-controls .swiper-button-next i:after {
  top: 6px;
  right: 5px;
}

.slide-controls .swiper-button-prev {
  right: auto;
  left: 50px;
}
.slide-controls .swiper-button-prev:hover {
  left: 45px;
}
.slide-controls .swiper-button-prev:hover i {
  left: 10px;
}
.slide-controls .swiper-button-prev:hover i:after {
  width: 20px;
}
.slide-controls .swiper-button-prev i {
  left: 18px;
}
.slide-controls .swiper-button-prev i:after {
  top: 6px;
  left: 5px;
}

/* ====================== [ End Slider ] ====================== */
/* ====================== [ 10 Start About Section ] ====================== */
.about .items {
  padding: 60px 40px;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
.about .items .icon {
  font-size: 70px;
  margin-bottom: 30px;
}
.about .items .icon svg {
  width: 1em;
  height: 1em;
}
.about .items h5 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.about .items .more-stroke {
  margin-top: 30px;
}
.about .items .more-stroke span {
  width: 0;
  height: 2px;
  background: #1a1d1c;
  position: relative;
}
.about .items .more-stroke span:after,
.about .items .more-stroke span:before {
  content: "";
  width: 0;
  height: 2px;
  background: #1a1d1c;
  position: absolute;
  right: -1px;
}
.about .items .more-stroke span:after {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  top: -4px;
}
.about .items .more-stroke span:before {
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  top: 4px;
}
.about .items.active {
  background: #f9f9f9;
  -webkit-transition: border 0.4s, background 0.2s;
  -o-transition: border 0.4s, background 0.2s;
  transition: border 0.4s, background 0.2s;
}
.about .items.active .more-stroke span {
  width: 30px;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.about .items.active .more-stroke span:after,
.about .items.active .more-stroke span:before {
  width: 12px;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.about .items:hover .more-stroke span {
  width: 30px;
}
.about .items:hover .more-stroke span:after,
.about .items:hover .more-stroke span:before {
  width: 12px;
}

.about.blc {
  background-color: #080808;
  color: #fff;
}
.about.blc:before {
  background-image: url(../img/giphynoise.png);
  background-repeat: repeat;
  background-size: 40%;
  opacity: 0.015;
}
.about.blc .extra-text {
  color: #ddd;
}
.about.blc .sub-title {
  color: #ccc;
}
.about.blc .sub-title:after {
  background: #eee;
}
.about.blc .section-head h6 {
  color: #ccc;
}
.about.blc .items {
  border: 1px solid transparent;
}
.about.blc .items .icon {
  font-size: 60px;
  color: #eee;
}
.about.blc .items.active {
  background: #0e0e0e;
  border-color: rgba(255, 255, 255, 0.5);
}
.about.blc .items .more-stroke span,
.about.blc .items .more-stroke span:before,
.about.blc .items .more-stroke span:after {
  background: #fff;
}
/*.intro-section .item{
  text-align: center;
}*/
.intro-section .item h6 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--text-color);
}
.intro-section .item p{
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #888;
  line-height: 1.8;
  margin: 0;
}
.intro-section .item p span{
  color: var(--text-color);
  font-weight: 600;
  font-family: 'Ubuntu', sans-serif;
}

.productHoverWrapper{
  text-align: center;
}
.aboutProductBg{
  background-image: url('../img/tapaltex/commonbg.jpg');
  height: 100%;
  width: 100%;
  background-size:cover;
  padding: 28px 0px 20px 0px;
  border-radius: 14px;
  background-repeat: no-repeat;
}
.productPlaceholder{
  background: #fff;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  box-shadow: 0px 1px 3px #00000029;
}
.productPlaceholder svg{
  width: 50px;
  height: 50px;
}
.productPlaceholder svg .greenSvg{
  fill: #12a494;
}
.productPlaceholder svg .greySvg{
  fill: #6c7676;
}
.tendotted:before {
  content: "";
  position: absolute;
  border: 2px dashed #707070;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border-radius: 100px;
  transition: all 0.1s ease-in-out;
}

.productHoverWrapper:hover .productPlaceholder{
  background: var(--product-hover-color);
}
.productHoverWrapper:hover .tendotted:before{
  border: 2px solid var(--product-hover-color);
}
.productHoverWrapper:hover .productPlaceholder svg .greenSvg,
.productHoverWrapper:hover .productPlaceholder svg .greySvg{
  fill: #fff;
}
.productTitle h5{
  font-size: 16px;
  line-height: 1.4;
  color: var(--text-color);
  margin-top: 14px;
  /*font-family: "Poppins", sans-serif;*/
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.aboutIntro{
      font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.8;
    margin: 0;
}
.aboutIntro span{
  color: var(--text-color);
  font-weight: 600;
  font-family: 'Ubuntu', sans-serif;
}





/* ====================== [ End About Section ] ====================== */
/* ====================== [ 11 Start Work ] ====================== */
.work-carousel.gray .swiper-slide:hover .img {
  -webkit-box-shadow: 0px 40px 30px -40px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 40px 30px -40px rgba(0, 0, 0, 0.3);
}
.work-carousel.gray .swiper-slide:hover .img .bg-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.work-carousel.gray .swiper-slide:hover .img:after {
  opacity: 1 !important;
}

.work-carousel.gray .swiper-slide:hover .content .cont h6,
.work-carousel.gray .swiper-slide:hover .content .cont h4 {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}

.work-carousel.gray .swiper-slide-active .img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.work-carousel.gray .swiper-slide-active .img:after {
  opacity: 0 !important;
}

.work-carousel.gray .swiper-slide-active .content .cont h6 {
  -webkit-transform: translateY(-20px) !important;
  -ms-transform: translateY(-20px) !important;
  transform: translateY(-20px) !important;
}

.work-carousel.gray .swiper-slide-active .content .cont h4 {
  -webkit-transform: translateY(20px) !important;
  -ms-transform: translateY(20px) !important;
  transform: translateY(20px) !important;
}

.work-carousel.gray .swiper-slide-active .content .cont h6,
.work-carousel.gray .swiper-slide-active .content .cont h4 {
  opacity: 0 !important;
  visibility: hidden !important;
}

.work-carousel.gray .content .img {
  width: 100%;
  height: 500px;
}
.work-carousel.gray .content .img .bg-img {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.work-carousel.gray .content .cont h6 {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.work-carousel.gray .content .cont h4 {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.work-carousel .swiper-slide {
  padding: 0px 10px 50px;
}
.work-carousel .swiper-slide .img {
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.work-carousel .swiper-slide-active .img {
  -webkit-box-shadow: 0px 40px 30px -40px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 40px 30px -40px rgba(0, 0, 0, 0.3);
}
.work-carousel .swiper-slide-active .img:after {
  opacity: 1 !important;
}

.work-carousel .swiper-slide-active .cont h6,
.work-carousel .swiper-slide-active .cont h4 {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}

.work-carousel .swiper-pagination-progressbar {
  position: absolute;
  bottom: 0;
  top: auto;
  right: auto;
  left: calc(50% - 120px);
  width: 240px;
  height: 4px;
  border-radius: 10px;
  background: #eee;

}
.work-carousel
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  border-radius: 10px;
  background: var(--text-color);
  box-shadow: 0px 0px 7px rgb(20 155 138 / 70%);
}

.work-carousel .swiper-button-next,
.work-carousel .swiper-button-prev {
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 0;
  border: 0;
  background: var(--text-color);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0px 0px 7px rgb(20 155 138 / 70%);
}
.work-carousel .swiper-button-next:after,
.work-carousel .swiper-button-prev:after {
  display: none;
}

.work-carousel:hover .swiper-button-next,
.work-carousel:hover .swiper-button-prev {
  opacity: 1;
}

.work-carousel .content {
  position: relative;
}
.work-carousel .content .img {
  position: relative;
  line-height: 0;
}
/*.work-carousel .content .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.7)),
    to(transparent)
  );
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}*/
.work-carousel .content .cont {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  height: 180px;
  width: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.69);
}
.work-carousel .content .cont h6 {
  font-size: 13px;
  font-weight: 700;
  color: var(--primaryThemeColor);
  text-transform: capitalize;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: 0.27px;
  margin-top: 6px;
}
.work-carousel .content .cont h4 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: 'Ubuntu', sans-serif;
}

.sliderProductDesc p{
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 15px;
  font-family: 'ubuntu',sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.sliderDetailBtn a{
  background: var(--primaryThemeColor);
  letter-spacing: 0.27px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  padding: 10px 15px;
}


.work-carousel.mcolumn .swiper-slide {
  padding: 0px;
}
.work-carousel.mcolumn .swiper-slide .img {
  border-radius: 0;
}

.work-carousel.mcolumn .swiper-slide-active .img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.work-carousel.mcolumn .swiper-slide-active .img:after {
  opacity: 1 !important;
}

.portfolio .filtering {
  text-align: center;
  margin-bottom: 20px;
}
.portfolio .filtering span {
  font-weight: 500;
  margin: 0 20px;
  cursor: pointer;
  position: relative;
}
.portfolio .filtering span.active {
  color: #24d5b4;
}
.portfolio .filtering span:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #eee;
  border-radius: 50%;
  position: absolute;
  right: -24px;
  top: 40%;
}
.portfolio .filtering span:last-of-type:after {
  display: none;
}

.portfolio .gallery .items {
  margin-top: 40px;
  padding: 0 20px;
}
.portfolio .gallery .items .item-img {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.portfolio .gallery .items .item-img > a {
  display: block;
}
.portfolio .gallery .items .item-img:hover img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.portfolio .gallery .items .item-img:hover .item-img-overlay {
  opacity: 1;
  visibility: visible;
}
.portfolio .gallery .items .item-img:hover .overlay-info {
  opacity: 1;
}
.portfolio .gallery .items .item-img:hover .overlay-info .char {
  -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(20ms * var(--char-index));
  animation-delay: calc(20ms * var(--char-index));
}
.portfolio .gallery .items .item-img img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio .gallery .items .item-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 38, 40, 0.5);
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.portfolio .gallery .items .overlay-info {
  opacity: 0;
}
.portfolio .gallery .items .overlay-info h5 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-transform: lowercase;
}

.portfolio.gutter .filtering {
  margin-bottom: 0;
}

.portfolio.gutter .gallery .items {
  margin-top: 80px;
  padding: 0 40px;
}
.portfolio.gutter .gallery .items .item-img {
  border-radius: 0;
}
.portfolio.gutter .gallery .items .overlay-info h5 {
  font-size: 28px;
}

.slider-portfolio .swiper-slide {
  min-height: 100vh;
}
.slider-portfolio .swiper-slide .bg-img {
  height: 75vh;
  margin-top: 20vh;
  background-size: cover;
  background-position: center center;
}
.slider-portfolio .swiper-slide .caption {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 3;
}
.slider-portfolio .swiper-slide .caption h1 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  -o-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.slider-portfolio .swiper-slide .caption h1 .stroke {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
.slider-portfolio .swiper-slide .caption .dis {
  margin-top: 30px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  position: relative;
  padding-left: 80px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.slider-portfolio .swiper-slide .caption .dis:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #eee;
  position: absolute;
  left: 0;
  top: 50%;
}
.slider-portfolio .swiper-slide.swiper-slide-active .caption h1 {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.slider-portfolio .swiper-slide.swiper-slide-active .caption h1 .char {
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(60ms * var(--char-index));
  animation-delay: calc(60ms * var(--char-index));
}
.slider-portfolio .swiper-slide.swiper-slide-active .caption h1,
.slider-portfolio .swiper-slide.swiper-slide-active .caption .dis {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.slider-portfolio .swiper-slide.swiper-slide-active .caption .dis {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

/* ====================== [ End Work ] ====================== */
/* ====================== [ 12 Start Process Section ] ====================== */
.process .section-head {
  margin-bottom: 20px;
}

.process .bg-box {
  position: relative;
}

.process .background {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  bottom: 0px;
  background: #fff;
}
.process .background .vid {
  position: absolute;
  left: 25%;
  top: calc(50% - 50px);
  text-align: center;
  z-index: 8;
}
.process .background .vid .vid-butn {
  width: 100%;
}
.process .background .vid .vid-butn:hover .icon {
  color: var(--text-color);
}
.process .background .vid .vid-butn:hover .icon:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.process .background .vid .vid-butn .icon {
  color: var(--text-color);
  width: 100px;
  height: 100px;
  border: 1px solid rgba(20, 155, 138, 0.2);
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  font-size: 17px;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.process .background .vid .vid-butn .icon:after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  border: 1px solid var(--text-color);
  border-radius: 50%;
  z-index: -1;
}
.process .background .vid .vid-butn .icon:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
.no-radius-paralex .simpleParallax{
  border-radius: 0px;
}
.process .content h4 {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 50px;
}
.process .content ul {
  margin: 0;
  padding-left: 0px;
}
.process .content ul li {
  margin-bottom: 30px;
}
.process .content ul li span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
  font-size: 60px;
  display: table-cell;
  width: 60px;
  line-height: 1;
}
.process .content ul li span img{
  width: 54px;
}
.process .content ul li .cont {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.process .content ul li .cont h5 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.process .content ul li .cont p {
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
  height: 58px;
  font-family: 'Ubuntu', sans-serif;
}
.process .content ul li:last-of-type {
  margin-bottom: 0;
}

.video-wrapper {
  min-height: 500px;
}
.video-wrapper .vid {
  position: relative;
  z-index: 8;
}
.video-wrapper .vid .vid-butn:hover .icon {
  color: #fff;
}
.video-wrapper .vid .vid-butn:hover .icon:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.video-wrapper .vid .vid-butn .icon {
  color: #212529;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  font-size: 17px;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.video-wrapper .vid .vid-butn .icon:after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  border: 1px solid #eee;
  border-radius: 50%;
  z-index: -1;
}
.video-wrapper .vid .vid-butn .icon:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}

/*New Css*/
.processBg{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



/* ====================== [ End Process Section ] ====================== */
/* ====================== [ 13 Start Testimonials ] ====================== */
.testimonials {
  position: relative;
  z-index: 3;
}
.testimonials:after {
  content: "";
  width: 58.333333%;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  background:url(../img/tapaltex/commonbg.jpg) 0 0 no-repeat;
  /*background: #fafafa;*/
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.testimonials.no-bg {
  padding-top: 0px;
  z-index: -1;
}
.testimonials.no-bg:after {
  display: none;
}
.testimonials.no-bg .text-bg {
  position: relative;
  left: -10%;
  top: -40px;
  margin-bottom: 60px;
  font-size: 11vw;
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #555;
  color: transparent;
  line-height: 1;
  opacity: 0.2;
  z-index: -1;
}
.testimonials .title h5 {
  color: var(--text-color);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.testimonials .quote-text {
  position: relative;
}
.testimonials .quote-text .quote-icon {
  position: absolute;
  right: 100px;
  bottom: -30px;
  width: 70px;
}
.testimonials p {
  font-size: 20px;
  line-height: 1.6;
  color: #000;
  font-family: 'Ubuntu', sans-serif;
}
.testimonials .info {
  text-align: center;
}
.testimonials .author {
  width: 90px;
  height: 90px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 1px 6px #000000B8;
}
.testimonials h6 {
  font-weight: 700;
  letter-spacing: 2px;
  padding-top: 15px;
  font-size: 16px;
  color: var(--text-color);

}
.testimonials h6 span {
      display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: rgba(33, 37, 41, 0.6);
    margin-top: 5px;
}
.testimonials .navs span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #fff;
  background: var(--product-hover-color);
  font-size: 18px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.testimonials .navs span:hover {
  background: var(--product-hover-color);
  color: #fff;
}
.testimonials .navs .next {
  right: 30px;
}
.testimonials .navs .prev {
  left: 30px;
}

/* ====================== [ End Testimonials ] ====================== */
/* ====================== [ 14 Start Agency Section ] ====================== */
.agency .content h4 {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: 'pop-SemiBold-600';
  color: var(--text-color);
}
.agency-txt {
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  line-height: 19px;
  letter-spacing: 0.26px;
  color: #9D9D9D;
}
.agency-span {
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  color: #9D9D9D;
}
.agency .content ul {
  margin: 0;
  padding-left: 0px;
  margin-top: 40px;
}
.agency .content ul li {
  margin-bottom: 20px;
  line-height: 26px;
  padding-left: 25px;
  padding-right: 20px;
  position: relative;
  font-size: 18px;
  font-family: 'Ubuntu', sans-serif;
  color: #000;
}
.agency .content ul li:last-child{
  margin-bottom: 0px;
}
.agency .content ul li:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid var(--product-hover-color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

.agency .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.agency .img .imgone {
  width: 55%;
  position: relative;
  bottom: -80px;
  margin-bottom: 80px;
  border-radius: 10px;
  border: 8px solid #fff;
  /*-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);*/
  box-shadow: -4px 3px 6px #00000029;
  overflow: hidden;
}
.agency .img .imgtwo {
  width: 55%;
  position: absolute;
  right: 0;
  border-radius: 10px;
  border: 8px solid #fff;
  /*-webkit-box-shadow: -15px 10px 30px rgba(0, 0, 0, 0.05);*/
  box-shadow: -6px 3px 8px #00000029;
  overflow: hidden;
  z-index: 2;
}
.agency .img .icon {
  width: 100px;
  height: 100px;
  line-height: 135px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  bottom: 20%;
  left: 40%;
  z-index: 3;
}
.agency .img .icon:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: -1;
}
.agency .img .icon svg {
  fill: #24d5b4;
  width: 110px;
  position: relative;
  top: -18px;
  left: -6px;
}
.agency .img .exp {
  position: absolute;
  right: 0;
  bottom: -50px;
  text-align: right;
}
.agency .img .exp h6 {
  font-size: 20px;
  color: var(--text-color);
  margin-top: 5px;
  font-weight: 400;
  /*letter-spacing: 0.61px;*/
  text-transform: uppercase;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
}
.agency .img .exp h6:after {
  content: "";
  width: 60px;
  height: 3px;
  background: #9D9D9D;
  position: absolute;
  left: -70px;
  top: 23%;
  border-radius: 10px;
}
.agency .img .exp h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-color);
  line-height: 48px;
  font-family: 'Ubuntu', sans-serif;
}
.listImg{
  width: 65px;
  position: relative;
  top: -22px;
}

.agency .imgsec {
  padding-right: 30px;
}
.agency .imgsec .imgone {
  position: relative;
  top: -20px;
}
.agency .imgsec .imgtwo {
  position: relative;
  bottom: -20px;
}
.agency .imgsec .exp {
  padding-left: 40px;
}
.agency .imgsec .exp h6 {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
  position: relative;
}
.agency .imgsec .exp h6:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #24d5b4;
  position: absolute;
  left: -40px;
  top: 45%;
}
.agency .imgsec .exp h2 {
  font-size: 70px;
  font-weight: 700;
}

.about-us .img {
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* ====================== [ End Agency Section ] ====================== */
/* ====================== [ 15 Start min-area ] ====================== */
.min-area .img {
  padding: 120px 0 120px 80px;
  position: relative;
  z-index: 3;
}
.min-area .img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 120px;
  bottom: 0;
  left: -300px;
  background: url('../img/tapaltex/commonbg.jpg') 0 0 no-repeat;
  background-size: cover;
  /*background: #f3f3f3;*/
  z-index: -1;
}
.simpleParallax{
  border-radius: 10px;
}

.min-area .content {
  padding-left: 40px;
}
.min-area .content h4 {
  font-size: 42px;
  color: var(--text-color);
  margin-bottom: 40px;
  letter-spacing: 1.03px;
  font-weight: 700;
  font-family: 'Ubuntu', sans-serif;
}
.aboutpra{
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #888;
  line-height: 1.8;
  margin-bottom: 40px;
}
.aboutpra label{
  color: var(--text-color);
  font-weight: 600;
  font-family: 'Ubuntu', sans-serif;
}
.min-area .content ul {
  margin: 0;
  padding-left: 0px;
}
.min-area .content ul li {
  margin-top: 20px;
  padding-left: 25px;
  position: relative;
}
.min-area .content ul li:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}
.min-area .content ul.feat li {
  padding: 0 0 0px 0;
  /*border-bottom: 1px solid #eee;*/
}
.min-area .content ul.feat li:last-of-type {
  padding: 0;
  border: 0;
}
.min-area .content ul.feat li:after {
  display: none;
}
.min-area .content ul.feat li h6 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  color: var(--text-color);
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;

}
.min-area .content ul.feat li h6 span {
      width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 13px;
    border: 2px solid var(--text-color);
    border-radius: 50%;
    margin-right: 10px;
    padding-left: 0px;
}
.min-area .content ul.feat li p {
  padding-left: 45px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  /*letter-spacing: 0.46px;*/
}

/* ====================== [ End min-area ] ====================== */
/* ====================== [ 15 Start Brands Section ] ====================== */
.clients .brands {
  padding: 50px 10px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.clients .content h4 {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: 'pop-SemiBold-600';
    color: var(--text-color);
}

.clients .brands:last-of-type {
  border-right: 0;
}
/*.clients .brands:hover .img {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}*/
/*.clients .brands:hover .link {
  opacity: 1 !important;
  -webkit-transition: all 0;
  -o-transition: all 0;
  transition: all 0;
}*/
/*.clients .brands:hover .char {
  -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(20ms * var(--char-index));
  animation-delay: calc(20ms * var(--char-index));
}*/
.clients .brands .item {
  position: relative;
  text-align: center;
}
.clients .brands .item .link {
  font-size: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.clients .brands .img {
  max-width: 150px;
  margin: auto;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.clients .bord {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* ====================== [ End Brands Section ] ====================== */
/* ====================== [ 17 Start Team ] ====================== */
.team .item .img {
  position: relative;
  overflow: hidden;
  box-shadow: -4px 2px 9px #00000029;
    border-radius: 10px;
}
.team .item .img .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 15px 0px;
  background: #fff;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 8px;
  box-shadow: -4px 2px 9px #00000029;
}
.team .item .img .info h6 {
  font-size: 16px;
  margin-bottom: 0px;
  letter-spacing: 0.36px;
  color: var(--text-color);
  font-weight: 700;
  text-transform: uppercase;
}
.team .item .img .info p{
  font-size: 14px;
  margin-bottom: 0px;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: 0.29px;
  color: #9D9D9D;
}
.heightControl{
  height: 380px;
  object-fit: cover;
}
.team .item .img .info .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
.team .item .img .info .social a {
  width: 100%;
  padding: 5px;
  border-right: 1px solid #eee;
}
.team .item .img .info .social a:last-of-type {
  border: 0;
}
.team .item .img:hover .info {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.team .item .img.filter img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.team .item .img img {
  -webkit-transition: -webkit-filter 0.5s !important;
  transition: -webkit-filter 0.5s !important;
  -o-transition: filter 0.5s !important;
  transition: filter 0.5s !important;
  transition: filter 0.5s, -webkit-filter 0.5s !important;
}
.profile-sociallist ul {
  margin-bottom: 0px;
  margin-top: 10px;
}
.extra-titleabout{
  font-size: 48px;
  margin-bottom: 0px;
  font-weight: 700;
  color: var(--text-color);
  
}
.profile-sociallist ul li{
  display: inline-block;
  margin-right: 10px;
  padding-right: 14px;
  position: relative;
}
.profile-sociallist ul li:after{
  content: '';
  display: inline-block;
  height: 25px;
  width: 2px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  top: 4px;
}
.profile-sociallist ul li:last-child{
    margin-right: 0px;
    padding-right: 0px;
}
.profile-sociallist ul li:last-child:after{
    content: none;
}
.profile-sociallist ul li a{
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background: var(--text-color);
  color: #fff;
  border-radius: 50px;
}



/* ====================== [ End Team ] ====================== */
/* ====================== [ 18 Start Blog ] ====================== */
.blog .stories {
  position: relative;
  padding: 20px;
}

.blog .controls {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  background: var(--text-color);
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  z-index: 3;
}
.blog .controls:after {
  content: "";
  position: absolute;
  right: -10px;
  top: -10px;
  bottom: -10px;
  left: -10px;
  background: rgba(20, 155, 138, 0.2);
  border-radius: 50%;
  z-index: -1;
}
.blog .controls .swiper-button-next.next-ctrl,
.blog .controls .swiper-button-prev.prev-ctrl {
  position: absolute;
  left: calc(50% - 15px);
  right: auto;
  color: #ccc;
  z-index: 4;
  cursor: pointer;
  font-size: 28px;
  width: 30px;
  height: 30px;
}
.blog .controls .swiper-button-next.next-ctrl:after,
.blog .controls .swiper-button-prev.prev-ctrl:after {
  display: none;
}
.blog .controls .swiper-button-next.next-ctrl {
  top: 22px;
  bottom: auto;
}
.blog .controls .swiper-button-prev.prev-ctrl {
  bottom: 0px;
  top: auto;
}
.blog .controls .swiper-pagination-fraction {
  position: static;
}
.blog .controls .swiper-pagination-fraction span {
  margin: 0 7px;
  font-weight: 600;
  color: #fff;
}
.blog .controls .swiper-pagination-fraction .swiper-pagination-current {
  position: relative;
}
.blog .controls .swiper-pagination-fraction .swiper-pagination-current:after {
  content: "/";
  position: absolute;
  right: -11px;
  top: 0;
  font-size: 10px;
  color: #ccc;
}

.blog .item .img {
  border-radius: 3px;
  overflow: hidden;
}

.blog .item .content {
  padding: 30px 65px;
  text-align: center;
  margin-top: 50px;
}
.blog .item .content .tags {
  color: #212529;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  margin-bottom: 20px;
}
.blog .item .content .tags span{
  text-transform: uppercase;
  color: var(--text-color);
  font-size: 14px;
  margin: 0 0px;
  font-weight: 600;
  font-family: 'Ubuntu', sans-serif;
}
.blog .item .content .info {
  margin-bottom: 10px;
}
.blog .item .content .info span {
  margin: 0 10px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  font-family: 'pop-Regular-400';
}
.blog .item .content .title {
  margin-bottom: 10px;
}
.blog .item .content .title h4 {
  color: var(--text-color);
  font-weight: 700;
  font-family: 'Ubuntu', sans-serif;
  line-height: 1.5;
  text-transform:uppercase;
}
/*.blog .item .content .more a {
  color: var(--text-color);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: 'pop-Regular-400';
  margin-top: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}*/

.blogText{
  color:#000;
  font-size: 16px;
  padding: 0 75px;
  line-height: 1.8;
  margin-top: 25px;
  font-weight: 500;
  font-family: 'Poppins',sans-serif;
}


.blog-grid {
  position: relative;
}
.blog-grid .bg-pattern {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  z-index: -1;
}
.blog-grid .item .post-img .img {
  overflow: hidden;
}
.blog-grid .item .post-img:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.blog-grid .item .post-img img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-grid .item .cont {
  text-align: center;
  position: relative;
  padding: 40px 30px;
  background: #fafafa;
}
.blog-grid .item .info {
  margin-bottom: 15px;
}
.blog-grid .item .info a {
  color: #bababa;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 10px;
}
.blog-grid .item .info a:last-of-type {
  margin-right: 0;
}
.blog-grid .item .info a i {
  margin-right: 2px;
}
.blog-grid .item .info .tag {
  color: #24d5b4;
  font-weight: 600;
  float: right;
}
.blog-grid .item h5 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 15px;
}
.blog-grid .item .more {
  color: #bababa;
  border-bottom: 1px solid #bababa;
}

.blog-pg .posts .item .content {
  padding-top: 25px;
}
.blog-pg .posts .item .content .tags {
  margin-bottom: 10px;
}
.blog-pg .posts .item .content .tags label {
  font-size: 14px;
  color: #9D9D9D;
  font-weight: 500;
  letter-spacing: 0.46px;
  padding-right: 20px;
  position: relative;
  font-family: 'ubuntu',sans-serif;
}
.blog-pg .posts .item .content .tags label:after {
  content: "";
  width: 8px;
  height: 2px;
  background: #ccc;
  position: absolute;
  right: 4px;
  top: 50%;
}
.blog-pg .posts .item .content .tags label:last-of-type {
  padding-right: 0;
}
.blog-pg .posts .item .content .tags label:last-of-type:after {
  display: none;
}
.blog-pg .posts .item .content h4 {
  margin-bottom: 10px;
  color: var(--text-color);
  font-weight: 700;
  font-size: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.blog-pg .posts .item .content p{
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.8  );
  font-family: 'ubuntu',sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}
.blog-pg .posts .item .content .more {
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 0.46px;
  padding-left: 60px;
  position: relative;
  font-family: 'pop-Medium-500';
  color: var(--text-color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-pg .posts .item .content .more:after {
  content: "";
  width: 50px;
  height: 3px;
  border-radius: 10px;
  background: #9D9D9D;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-pg .posts .item .content .more:hover {
  padding-left: 40px;
}
.blog-pg .posts .item .content .more:hover:after {
  width: 30px;
}
.blog-pg .posts .item .content .date {
  width: 100%;
  text-align: right;
  margin-top: 36px;
}
.blog-pg .posts .item .content .date a {
  padding: 10px 0px;
  border: 2px solid #70707042;
  border-radius: 10px;
  text-align: center;
}
.blog-pg .posts .item .content .date .num {
  display: block;
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 700;
  color: var(--text-color);
}
.blog-pg .posts .item .content .date:last-child{
  display: block;
  font-size: 13px;
  margin-bottom: 0px;
  font-weight: 700;
  color: #9D9D9D;
}

.blog-pg .posts .pagination {
  margin: 80px auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  align-items: center;
}
.blog-pg .posts .pagination span {
  text-align: center;
  margin: 0 8px;
}
.blog-pg .posts .pagination span a {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
}
.blog-pg .posts .pagination span.active a {
  color: var(--text-color);
  font-weight: 600;
  font-size: 22px;
  font-family: 'Ubuntu', sans-serif;
}
.page-nav{
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--text-color);
  color: #fff;
  border-radius: 28px;
}
.page-nav a{
  font-size: 30px !important;
  line-height: 0px !important;
}
.page-nav.backarrow a{
  position: relative;
  top: 5px;
  right: 3px;
}
.page-nav.forwardarrow a{
  position: relative;
  top: 5px;
  right: -2px;
}

.blog-pg.single {
  position: relative;
  margin-top: -100px;
}
.blog-pg.single .post .img {
  min-height: 80vh;
}
.blog-pg.single .post .content p {
  color: #555;
  font-size: 16px;
  font-family: inherit;
  margin: 30px 0;
}
.blog-pg.single .post .content ul li {
  margin: 10px 0;
}
.blog-pg.single .post .content ul li span {
  margin-right: 10px;
  font-weight: 500;
  font-size: 13px;
}
.blog-pg.single .post .content .quotes {
  background: #fafafa;
  padding: 30px;
  margin: 30px 0;
}
.blog-pg.single .post .content .quotes p {
  color: #111;
  font-size: 18px;
  font-style: italic;
}
.blog-pg.single .post .content .spacial p {
  color: #111;
  font-size: 18px;
  font-weight: 500;
}
.blog-pg.single .post .content .share-info {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-pg.single .post .content .share-info .social a {
  font-size: 13px;
  margin-right: 20px;
}
.blog-pg.single .post .content .share-info .tags {
  margin-left: auto;
}
.blog-pg.single .post .content .share-info .tags a {
  font-size: 12px;
  margin: 0 10px;
}
.blog-pg.single .post .author {
  padding: 30px;
  margin-top: 40px;
  background: #fafafa;
}
.blog-pg.single .post .author .author-img {
  display: table-cell;
  vertical-align: middle;
  width: 140px;
}
.blog-pg.single .post .author .info {
  display: table-cell;
  padding-left: 40px;
}
.blog-pg.single .post .author .info h6 {
  margin-bottom: 10px;
  font-size: 15px;
}
.blog-pg.single .post .author .info h6 span {
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
}
.blog-pg.single .post .author .info p {
  padding: 0;
  margin: 0;
}
.blog-pg.single .post .author .info .social {
  margin-top: 15px;
  font-size: 13px;
}
.blog-pg.single .post .author .info .social a {
  margin-right: 15px;
}
.blog-pg.single .pagination {
  margin-top: 80px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-pg.single .pagination span {
  width: 100%;
  padding: 20px;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
}
.blog-pg.single .pagination .icon {
  border: 0;
  width: 70px;
}
.blog-pg.single .comments-area {
  margin-top: 80px;
}
.blog-pg.single .comments-area .item {
  padding: 30px 0;
  margin: 30px 0;
  border-bottom: 1px solid #eee;
}
.blog-pg.single .comments-area .item.relped {
  margin-left: 100px;
}
.blog-pg.single .comments-area .item .comment-img {
  display: table-cell;
  width: 80px;
}
.blog-pg.single .comments-area .item .info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
  position: relative;
}
.blog-pg.single .comments-area .item .info h6 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}
.blog-pg.single .comments-area .item .info h6 span {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
}
.blog-pg.single .comments-area .item .info p {
  line-height: 1.5;
  margin-top: 10px;
}
.blog-pg.single .comments-area .item .info .replay {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
}
.blog-pg.single .comments-area .item .info .replay i {
  margin-left: 5px;
}
.blog-pg.single .comment-form {
  margin-top: 80px;
}
.blog-pg.single .comment-form form {
  margin-top: 50px;
}
.blog-pg.single .comment-form form input,
.blog-pg.single .comment-form form textarea {
  width: 100%;
  padding: 17px;
  background: #fafafa;
  border: 0;
}
.blog-pg.single .comment-form form textarea {
  height: 140px;
}
.blog-pg.single .comment-form form button {
  cursor: pointer;
}

.page-header-height{
  height: 95vh;
  background-position: bottom !important;
}
.blogsinfoPlaceholder{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95vh;
}
.blogsinfowrapper ul{
  padding-left: 0px;
}
.blogsinfowrapper h4{
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.76px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  margin-bottom: 14px;
}
.blogsinfowrapper h1{
  font-weight: 600;
  font-size: 36px;
  color: #fff;
  /*text-transform: capitalize;*/
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  margin-bottom: 13px;
}
.blogsinfowrapper {
  text-align: center;
}
.blogsinfowrapper h1 span{
  font-weight: 700;
}
.blogsinfowrapper ul{
  margin-top: 10px;
  margin-bottom: 0px;
}
.blogsinfowrapper ul li{
  display: inline-block;
  margin-right: 10px;
}
.blogsinfowrapper ul li:last-child{
  margin-right: 0px;
}
.blogsinfowrapper ul li:nth-child(even) label{
  font-family: 'pop-Light-300';
  font-size: 13px;
}
.blogsinfowrapper ul li label{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
}
.blogsinfowrapper ul li label a{
  transition: all 0.3s ease-in-out;
}
.blogsinfowrapper ul li label:hover a{
  color: var(--text-color);
}
.posts a{
  display: inline-block;
  width: 100%;
}
.posts img{
  border-radius: 10px;
  box-shadow: 1px 7px 19px #00000029;
  height: 300px;
  object-fit: cover;
}
.aboutAuthor-img img{
  border: 15px solid #fff;
  border-radius: 8px;
  box-shadow: 1px 7px 19px #00000029;
}
.author-heading{
  font-weight: 700;
  font-size: 24px;
  color: var(--text-color);
  text-transform: capitalize;
  margin-bottom: 0px;
}
.aboutAuthor p{
  font-family: 'ubuntu',sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.7;
  margin-bottom: 0px;
  margin-top: 10px;
}
.blogsList h6{
  color: var(--text-color);
  font-weight: 700;
  font-size: 22px;
  margin-top: 60px;
  margin-bottom: 30px;
}
.blogsList ul{
  padding-left: 0px;
}
.blogsList ul li{
  margin-bottom: 20px;
}
.blogsList ul li:last-child{
  margin-bottom: 0px;
}
.blogsList ul li a{
  font-family: 'ubuntu',sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-in-out;
}
.blogsList ul li a:hover{
  color: var(--text-color);
  padding-left: 10px;
}


/* ====================== [ End Blog ] ====================== */
/* ====================== [ 19 Start Contact ] ====================== */
.MainContentForm{
  margin-top: 100px;
  margin-bottom: 100px;
}
.innerFormWrapper{
  padding-top: 80px;
  padding-bottom: 45px;
  box-shadow: 1px 7px 19px #00000029;
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 5;
}
.contentDataContent{
  padding: 0px 0px 0px 40px;
}
.contentDataContent h1{
  font-size: 40px;
  line-height: 1.3;
  color: var(--text-color);
  margin-bottom: 30px;
  font-weight: 700;
  font-family: 'Ubuntu', sans-serif;
}
.contentDataContent p{
  font-family: 'Ubuntu', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
  margin-bottom: 20px;
}
.addressList{
  padding-left: 0px;
}
.addressList li label{
   font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  letter-spacing: 0.38px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.4;
  margin-bottom: 5px;
}
/*.addressList li:first-child label{*/
/*  position: relative;*/
/*  margin-left: 105px;*/
/*}*/
/*.addressList li:first-child label:before{*/
/*  content: 'Head Office :';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: -105px;*/
/*}*/
/*.addressList li:nth-child(2) label{*/
/*  position: relative;*/
/*  margin-left: 105px;*/
/*}*/
/*.addressList li:nth-child(2) label:before{*/
/*  content: 'Camp Office :';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: -105px;*/
/*}*/
/*.addressList li:nth-child(3) label{*/
/*  position: relative;*/
/*  margin-left: 134px;*/
/*}*/
/*.addressList li:nth-child(3) label:before{*/
/*  content: 'TapalTex Poland :';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: -134px;*/
/*}*/


.addressList li p{
   font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  letter-spacing: 0.38px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.7;
}
.social-linkList.startList{
  text-align: left !important;
}
.content-formInputWrapper input{
  width: 100%;
  padding: 12px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  color:#000;
  border: 1px solid #707070;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
.content-formInputWrapper input:hover{
  border: 1px solid var(--text-color);
}
.content-formInputWrapper input:focus{
  border: 1px solid var(--text-color);
}
.content-formInputWrapper input::placeholder{
  color:rgba(0, 0, 0, 0.7); !important;
}
.content-formInputWrapper select{
  width: 100%;
  padding: 12px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  border: 1px solid #707070;
  border-radius: 6px;
  letter-spacing: 0.5px;
}
.content-formInputWrapper select:hover{
  border: 1px solid var(--text-color);
}
.content-formInputWrapper select:focus{
  border: 1px solid var(--text-color);
}
.content-formInputWrapper textarea{
  width: 100%;
  padding: 18px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  border: 1px solid #707070;
  border-radius: 6px;
  letter-spacing: 0.5px;
}
.content-formInputWrapper textarea:hover{
  border: 1px solid var(--text-color);
}
.content-formInputWrapper textarea:focus{
  border: 1px solid var(--text-color);
}

.content-formInputWrapper input::placeholder,
.content-formInputWrapper select::placeholder,
.content-formInputWrapper textarea::placeholder{
  color: rgba(108, 118, 118, 0.41);
}
.blogsinfowrapper p{
  font-family: 'ubuntu',sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
}
.bottomBorder{
  display: inline-block;
  width: 200px;
  height: 4px;
  background: var(--text-color);
  border-radius: 10px;
  margin-top: 30px;
}
.submitForm{
  padding: 0px 40px 0px 0px;
}

/*New Contact form*/
.NewContentForm{
  background-image: url('../img/tapaltex/commonbg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.uiInputsWrapper{
  position: relative;
}
.uiInputsWrapper input{
  width: 100%;
  border: 1px solid rgba(20, 155, 138, 0.3);
  transition: all 0.3s ease-in-out;
  padding: 14px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  font-size: 16px;
  font-family: 'ubuntu',sans-serif;
  position: relative;
}
.uiInputsWrapper input:hover{
  border: 1px solid rgba(20, 155, 138, 1);
}
.uiInputsWrapper input:focus{
  border: 1px solid rgba(20, 155, 138, 1);
  background: rgba(255, 255, 255, 1);
}
button.btn-curve{
  border: none;
}
.uiInputsWrapper textarea{
  width: 100%;
  border: 1px solid rgba(20, 155, 138, 0.3);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  padding: 14px;
  font-size: 16px;
  font-family: 'ubuntu',sans-serif;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
}
.uiInputsWrapper textarea:hover{
  border: 1px solid rgba(20, 155, 138, 1);
}
.uiInputsWrapper textarea:focus{
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(20, 155, 138, 1);
}
.inputIconWrapper{
  position: absolute;
  top: 0;
  left: 0;
}
.inputIconWrapper.textarea-icon{
  display: inline-block;
  top: 12px;
}
.inputIconWrapper{
  position: absolute;
  top: 0;
  left: 13px;
  display: flex;
  height: 100%;
  align-items: center;
}
.inputIconWrapper span{
  font-size: 20px;
  color: var(--text-color);
  position: relative;
  top: 2px;
}
.content-upperImg{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.content-lowerImg{
  position: absolute;
  top: -80px;
  right: 0; 
}
.content-upperImg img{
  width: 500px;
  opacity: 0.6;
}


/* ====================== [ End Contact ] ====================== */
/* ====================== [ 20 Start call-action ] ====================== */
.call-action {
  background-color: #020202;
  color: #fff;
}
.call-action.gray {
  background: #f8f8f8;
}
.call-action.gray .content h6 {
  color: #777;
  font-size: 14px;
  font-weight: 500;
}
.call-action.gray .content h6 span {
  color: #777;
}
.call-action.gray .content h2 {
  font-size: 5vw;
  font-weight: 700;
  margin-bottom: 20px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #333;
}
.call-action.gray .content h2 b span {
  color: #333;
  -webkit-text-stroke-width: 0;
}
.call-action.gray .tlink {
  border-bottom: 1px solid #333;
}
.call-action:before {
  background-image: url(../img/giphy.gif);
  background-repeat: repeat;
  opacity: 0.04;
}
.call-action.nogif {
  position: relative;
  padding: 80px 0;
  background: #0a0a0a;
  z-index: 2;
  overflow: hidden;
}
.call-action.nogif:before {
  display: none;
}
.call-action.nogif:after {
  content: "";
  height: 0;
  width: 100%;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  -webkit-transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #0c0c0c;
  z-index: -1;
}
.call-action.nogif:hover:after {
  height: 100%;
  top: 0;
  bottom: auto;
}
.call-action .content h6 {
  color: #24d5b4;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.call-action .content h6 span {
  color: #24d5b4;
}
.call-action .content h2 {
  font-size: 6vw;
  font-weight: 800;
  margin-bottom: 20px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
.call-action .content h2 span {
  color: transparent;
}
.call-action .content h2 .word {
  margin-right: 15px;
}
.call-action .content h2 b span {
  color: #fff;
  -webkit-text-stroke-width: 0;
}
.call-action .content p {
  font-size: 17px;
  font-weight: 300;
}
.call-action .tlink {
  margin-left: auto;
  border-bottom: 1px solid #eee;
}
.call-action.next {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.call-action.next:after {
  display: none;
}
.call-action.next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #0a0a0a;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.call-action.next .content h2 {
  font-size: 5vw;
  font-weight: 700;
}
.call-action.next .content h2 b {
  font-weight: 700;
}
.call-action.next .nxt-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  background-size: cover;
  background-position: center;
  z-index: -1;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
.call-action.next:hover:before {
  opacity: 0.9;
}
.call-action.next:hover .nxt-img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 10s linear;
  -o-transition: all 10s linear;
  transition: all 10s linear;
}

/* ====================== [ End call-action ] ====================== */


/*Model*/

.newsletter-model button{
  background: none;
  border: none;
}
.newsletter-model button img{
  width: 32px;
  height: 32px;
}

.modal-header.newsletter-model{
  border-bottom: none;
  padding-bottom: 0px;
}

.modal-content{
  border-radius: 15px;
}
.newsletter-model .modal-title{
      color: var(--model-title);
    font-size: 32px !important;
    font-weight: 700;
    line-height: 38px;
    font-family: 'Ubuntu', sans-serif;
}
.newsletter-modelBody{
  background-image: url('../img/tapaltex/model-img.png');
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  height: 155px;
}
.model-top-information p{
      font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 36px;
}
.newsletter-information img{
  width: 70%;
}
.newsletter-information p{
  font-size: 22px;
    color: var(--model-title);
    font-weight: 600;
    line-height: 36px;
    font-family: 'Ubuntu', sans-serif;
}
.newsletter-locaton p{
  font-size: 24px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 36px;
    font-family: 'Ubuntu', sans-serif;
}
.newsletter-locaton label{
  font-size: 24px;
    color: #000;
    text-transform: capitalize;
    font-weight: 300;
    display: block;
    line-height: 36px;
}
.newsletter-locaton span{
  font-size: 24px;
    color: #000;
    text-transform: capitalize;
    font-weight: 300;
    display: block;
    line-height: 36px;
    font-family: 'Ubuntu', sans-serif;
}
.newsletter-locaton span strong{
  font-size: 24px;
    color: var(--model-title);
    text-transform: capitalize;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    line-height: 36px;
}
.seminor-location{
  display: flex;
 justify-content: space-between;
 flex-direction: column;
 height: 100%;
 text-align: center;
}
.seminor-location h6{
  font-size: 26px;
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
    display: block;
    line-height: 36px;
    margin-bottom: 0px;
    font-family: 'Ubuntu', sans-serif;
}
.seminor-location p{
  font-size: 24px;
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    line-height: 36px;
    margin-bottom: 0px;
    font-family: 'Ubuntu', sans-serif;
}
/* ====================== [ 22 Start Content Form ] ====================== */

  .contentForm{

  }
  .inputWrapperMain input{
    width: 100%;
    border-radius: 2px;
    background-color: rgba(255, 255, 255,0.52);
    padding: 18px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    color: #fff;
    border: 1px solid #707070;
  }
  .inputWrapperMain input::placeholder{
    color: rgba(255, 255, 255,0.62);
  }
  .inputWrapperMain textarea{
    width: 100%;
    border-radius: 2px;
    background-color: rgba(255, 255, 255,0.52);
    padding: 18px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    color: #fff;
    border: 1px solid #707070;
  }
  .inputWrapperMain textarea::placeholder{
    color: rgba(255, 255, 255,0.62);
  }
  .contentTitle h6{
    font-family: 'pop-Bold-700';
    font-size: 44px;
    color: var(--theme-color);
  }

/* ====================== [ 22 End Content Form ] ====================== */

/* ====================== [ 21 Start Fotter ] ====================== */
.footer-sm {
  background: #111;
  padding: 80px 0 15px 0px;
  position: relative;
}
.position-relative{
  position: relative;
}
.footer-svg-wrapper{
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer-logo-wrapper img{
  width: 65%;
}
.footer-info p{
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
}
.footer-location{
  margin-top: 40px;
}
.footer-location div{
  display: flex;
}
.footer-location span{
  color: var(--text-color);
  font-size: 28px;
  position: relative;
  top: 4px;
  width: 10%;
}
.footer-location p{
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  position: relative;
  top: 0px;
  width: 89%;
}
/*.footer-location p:before{*/
/*  content: 'Head Office:';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: -100px;*/
/*}*/
/*.camp-add p:before{*/
/*  content: 'Camp Office:';*/
/*}*/
/*.poland-camp-add p{*/
/*    margin-left:140px;*/
/*}*/
/*.poland-camp-add p:before{*/
/*  content: 'TapalTex Poland:';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: -134px;*/
/*}*/
.footer-list{
  display: flex;
  justify-content: center;
}
.footer-list ul li{
  margin-bottom: 30px;
}
.footer-list ul li:last-child{
  margin-bottom: 0px;
}
.footer-list ul li a{
  font-family: 'Ubuntu', sans-serif;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.footer-list ul li a:hover{
  color: var(--text-color);
}
.icon-footer-list{
  display: flex;
  justify-content: end;
}
.footer-sm.light {
  background: #fff;
}
.footer-sm .right p {
  margin-left: auto;
  text-align: right;
}
.info-icon-wrapper{
  display: flex;
}
.info-icon-wrapper span{
  color: var(--text-color);
  font-size: 28px;
  width: 50px;
  position: relative;
  top: 3px;
}
.icon-footer-placeholder ul li{
  display: block;
  margin-bottom: 20px;
}
.icon-footer-placeholder ul li:last-child{
  margin-bottom: 0px;
}
.info-icon-wrapper p{
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
.social-linkList{
  text-align: right;
}
.social-linkList{
  margin-top: 40px;
}
.social-linkList ul{
  padding-left: 0px;
}
.social-linkList ul li {
  display: inline-block;
  margin-right: 8px;
}
.social-linkList ul li:last-child{
  margin-right: 0px;
}
.social-linkList ul li a{
  color: #fff;
  background-color: var(--text-color);
  font-size: 20px;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.social-linkList ul li a:hover{
  background-color: #fff;
  color: var(--text-color);
  box-shadow: -6px 3px 8px #00000029;
}
.border-line{
  text-align: center;
}
.border-line{
  margin-top: 25px;
}
.border-line span{
  display: inline-block;
  width: 90%;
  margin: 0 auto;
  height: 4px;
  border-radius: 10px;
  background: var(--text-color);
}
.footerCopyRight p{
  color: #9D9D9D;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
}
.footerCopyRight p span{
  color: var(--text-color);
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
}
.backlink{
  text-align: right;
}
.backlink p{
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  color: #9D9D9D;
}
.backlink p a{
  color: var(--text-color);
}


/* ====================== [ End Footer ] ====================== */


/* ====================== [ Start Our Products ] ====================== */


.single-product-img{
  background: #fff;
  padding: 12px;
  box-shadow: 0px 0px 7px #00000029;
  border-radius: 8px;
}
.single-product-img img{
  border-radius: 10px;
  height: 300px;
  object-fit: cover;
}
.single-products-content h5{
  color: var(--theme-color); 
  font-size: 20px;
  font-weight: 600;
  font-family: 'Ubuntu', sans-serif;
  line-height: 1.5;
}
.title-list ul{
  padding-left: 0px;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 5px;
}
.title-list ul li{
  display: inline-block;
  margin-right: 6px;
}
.title-list ul li:last-child{
  margin-right: 0px;
}
.title-list ul li span{
  display: inline-block;
  width: 26px;
  height: 4px;
  border-radius: 10px;
  background: var(--theme-color);
}
.title-list ul li:first-child span{
  width: 40px;
}
.single-products-content{
  background: rgba(157, 157, 157, 0.1);
  padding: 10px;
  text-align: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.single-products-content p{
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  font-family: 'Ubuntu', sans-serif;
  font-size:15px;
  letter-spacing: 0.25px;
  line-height: 1.6;
}
.single-products-content a{
  text-transform: uppercase;
}
.single-text-product h2{
  color: var(--text-color);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.6;
}
.single-text-product p{
  color: rgba(0, 0, 0, 0.8);
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.relatedNews-content label{
  color: #9D9D9D;
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  letter-spacing: 0.27px;
}
.relatedNews-content p{
  color:#000;
  font-size: 16px;
  line-height: 23px;
  font-family: 'Ubuntu', sans-serif;
}
.newsSliderEffect{
  padding: 10px;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
}
.newsSliderEffect img{
  height: 250px;
}
.productsShowSettings{
  padding: 10px 0px;
}
.work-carousel.our-productsWork-carousel .swiper-button-next, .work-carousel.our-productsWork-carousel .swiper-button-prev{
  background: var(--text-color);
  color: #fff;
}
.work-carousel.our-productsWork-carousel .swiper-button-next, .work-carousel.our-productsWork-carousel .swiper-button-prev{
  width: 40px;
  height: 40px;
  box-shadow: 0px 0px 7px rgba(20, 155, 138, 0.6);
}

/* ====================== [ End's Our Products ] ====================== */

/* ====================== [ Start Our Product Details ] ====================== */

  .productsDetailplaceholder{
    box-shadow: 0px 0px 7px #00000029;
    border-radius: 20px;
    padding: 14px;
    background: #fff;
  }
  .productsDetailplaceholder img{
    border-radius: 14px;
    height: 500px;
    object-fit: cover;
  }
  .ProductsDetailsSliderSetting{
    padding: 10px 0px;
  }
  .work-carousel.ProductsDetailsSlider .swiper-button-next, .work-carousel.ProductsDetailsSlider .swiper-button-prev{
    width: 40px;
    height: 40px;
    background: var(--text-color);
    color: #fff;
    box-shadow: 0px 0px 7px rgba(20, 155, 138, 0.7);
  }
   .work-carousel.ProductsDetailsSlider .swiper-pagination-bullet-active{
    background: var(--text-color);
  }
  .work-carousel.ProductsDetailsSlider .swiper-container-horizontal>.swiper-pagination-bullets, .work-carousel.ProductsDetailsSlider .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 90px;
  }
  .product-details-content-wrapper h4{
    font-weight: 700;
    color: var(--text-color);
    font-size: 40px;
    letter-spacing: 1.2px;
    margin-top: 20px;
  }
  .product-details-content-wrapper p{
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .product-details-content-wrapper p.color-dec{
    color: var(--text-color); 
  }
  .products-border{
    display: inline-block;
    width: 100%;
    background: rgba(20, 155, 138, 0.2);
    height: 3px;
    border-radius: 10px;
  }
  .title-list.text-start-list ul{
    text-align: left !important;
    margin-bottom: 20px;
  }
  .title-list.text-start-list ul li:first-child span{
    width: 70px;
  }
  .title-list.text-start-list ul li span{
    background: var(--text-color);
  }
  .product-details-content-wrapper label{
    display: inline-block;
    width: 100%;
    font-family: 'Ubuntu', sans-serif;
    color: var(--text-color);
    font-size: 16px;
    letter-spacing: 0.28px;
    margin-top: 5px;
    margin-bottom: 30px;
  }
  .product-details-content-wrapper label span{
    font-family: 'Ubuntu', sans-serif;
    color: rgba(0, 0, 0, 0.8);
  }
  .pd-big-title h2{
    color: var(--text-color);
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.76px;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .pd-desc p{
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.8;
    margin: 0;
  }
  .pd-desc ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
  }
  .single-feature-wrapper{
    display: flex;
  }
  .listNumber{
    width: 20px;
  }
  .listDetail{
    width: 95%;
  }
  .single-feature-wrapper label{
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.8;
    margin: 0;
  }
/*  .product-inner-details{
    border: 2px solid #707070;
    border-radius: 4px;
  }*/
  .border-row-pro{
    border-right: 2px solid #707070;
  }
  
  .product-header-title label{
    font-weight: 700;
    color: var(--text-color);
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px;
    padding-bottom: 10px;
    text-align: center;
    text-transform: capitalize;
  }
  .product-header-title p{
    font-family: 'Ubuntu', sans-serif;
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 16px;
    text-align: center;
  }
  .product-header-title p.value{
    text-align: center;
  }
  .faq-question{
    margin-bottom: 10px;
  }
  .faq-question label{
    
    color: var(--text-color);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.48px;
    line-height: 16px;
  }
  .faq-question label span{
    color: var(--text-color);
    font-family: 'pop-Medium-500';
    padding-right: 4px;
  }
  .faq-answer p{
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.8;
    margin: 0;
  }
  .faq-list li{
    margin-bottom: 15px;
  }
  .faq-list li:last-child{
    margin-bottom: 0px;
  }
/* ====================== [ End's Our Product Details ] ====================== */


/* ====================== [ Start Certification ] ====================== */

.certificaions-desc{
  margin-top: 30px;
}
.certificaions-desc p,
.certificaions-desc a{
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
  margin: 0;
}
.certificaions-desc a{
  color: var(--text-color);
}
.single-certificate-img{
  text-align: center;
}
.single-certificate-img h6{
  color:var(--text-color);
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0px;
}
.single-certificate-img p{
  color:rgba(0, 0, 0, 0.8);
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
}
.clientsSlider-img img{
  width: 120px;
  height: 50px;
  transition: all 0.3s ease-in-out;
}
.clientsSlider .swiper-slide{
  transition: all 0.3s ease-in-out;
}
.work-carousel.clientsSlider .swiper-slide{
  padding: 60px 10px 60px 10px;
}
.clientsSlider .swiper-slide.swiper-slide-active{
  transform: scale(1.5,1.5);
}


/* ====================== [ End's Certification ] ====================== */


/* ====================== [ Start Knowledge ] ====================== */

.knowledge-header-inner-content h4{
  color:var(--text-color);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.knowledge-header-inner-content p{
  color:var(--text-color);
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 26px;
}
.knowledge-date-placeholder{
  height: 100%;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border: 1px solid #70707042;
  border-radius: 10px;
  padding: 15px 10px;
}
.knowledge-date-placeholder h6{
  color:var(--text-color);
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0px;
}
.knowledge-date-placeholder p{
  color:#9D9D9D;
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 18px;
}
.knowledge-header-desc{
  margin-top: 30px;
}
.knowledge-header-desc p{
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
  margin: 0;
}
.list-img img{
  border-radius: 10px;
  height: 350px;
}
.knowledge-footer-title h4{
  color:var(--text-color);
  font-size: 28px;
  margin-bottom: 0px;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 700;
}
.knowledge-footer-title p{
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
  margin: 0;
}
.comment-list-wrapper ul{
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.comment-list-wrapper ul li{
  margin-bottom: 20px;
}
.comment-list-wrapper ul li:last-child{
  margin-bottom: 0px;
}
.single-comment-wrapper{
  display: flex;
  flex-wrap: wrap;
}
.single-comment-img{
  width: 80px;
}
.single-comment-img img{
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 100px;
}
.single-comment-desc{
  width: 92%;
}
.single-comment-desc h6{
  color: var(--text-color);
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin-bottom: 3px;
}
.single-comment-desc p{
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
  margin: 0;

}
.single-comment-desc label{
  color: rgba(0, 0, 0, 0.6);
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  letter-spacing: 0.42px;
  margin-bottom: 0;
  line-height: 13px;
  margin-bottom: 5px;
}
.thought-content h4{
  color: var(--text-color);
  font-weight: 700;
  font-size: 28px;
  text-transform: capitalize;
  margin-bottom: 40px;
  position: relative;
}
.thought-content h4.after-border:after{
  content: '';
  display: inline-block;
  width: 110px;
  height: 1px;
  border-radius: 10px;
  background-color: #9D9D9D;
  position: absolute;
  bottom: -16px;
  left: 0;
}
.inputWrapperMain.knowledge-input input{
  border: 1px solid rgba(20, 155, 138, 0.5);
  color: #333;
  padding: 14px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.inputWrapperMain.knowledge-input input::placeholder{
  color: rgba(151, 161, 161, 0.5);
}
.inputWrapperMain.knowledge-input input:hover,
.inputWrapperMain.knowledge-input input:focus{
  border: 1px solid rgba(20, 155, 138, 1);
}
.inputWrapperMain.knowledge-input textarea{
  border: 1px solid rgba(20, 155, 138, 0.5);
  color: #333;
  padding: 14px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.inputWrapperMain.knowledge-input textarea::placeholder{
  color: rgba(151, 161, 161, 0.5);
}
.inputWrapperMain.knowledge-input textarea:hover,
.inputWrapperMain.knowledge-input textarea:focus{
  border: 1px solid rgba(20, 155, 138, 1);
}
.mainly-title{
  color: var(--text-color);
  font-weight: 700;
  font-size: 28px;
  text-transform: none;
  margin-bottom: 10px;
}
.reply-title p{
  color: var(--text-color);
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 14px;
  margin-bottom: 0px;
}
.comment-info{
  display: flex;
}
.view-commnet{
  margin-right: 20px;
}
.comment-info span{
  color: rgba(0, 0, 0, 0.6);
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  letter-spacing: 0.25px;
  margin-bottom: 0;
  line-height: 14px;
  margin-bottom: 0px;
}
.comment-info span i{
  margin-right: 10px;
}
/* ====================== [ End's Knowledge ] ====================== */


/* ====================== [ Start Private Label ] ====================== */

.pl-desc p{
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
  margin: 0;
}
.privateLabel-img-wrapper{
  position: relative;
}
.top-border-wrapper{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.top-border-wrapper span{
  display: inline-block;
  border-radius: 7px;
  background: var(--text-color);
  width: 200px;
  height: 50px;
}
.privateLabel-img-wrapper img{
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 12px;
  position: relative;
  z-index: 4;
  height: 335px;
  object-fit: cover;
}
.privateLabel-img-placeholder{
  padding: 20px;
}
.bottom-border-wrapper{
  text-align: center;
  margin-top: -20px;
}
.bottom-border-wrapper span{
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  background: var(--text-color);
  width: 250px;
  height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.top-border-wrapper.leftside{
  left: 0 !important;
}
.color-des{
  color: var(--text-color) !important;
}
.private-label-desc p{
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
  margin: 0;
}


/* ====================== [ End's Private Label ] ====================== */



/* ====================== [ Start New Porducts Slider ] ====================== */

  .ourProductsSlider{
    background: #fff;
    padding: 12px;
    box-shadow: 0px 0px 7px #00000029;
    border-radius: 8px;
  }
  .ourProductsSlider img{
    border-radius: 8px;
    height: 320px;
  }
  .work-carousel.relatedNews.newSlider .swiper-container{
    padding: 10px 0px;
  }
  .NewSliderContentWrapper{
    text-align: center;
  }
  .NewSliderContentWrapper h5{
    color: var(--theme-color);
    font-size: 22px;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.5;
  }
  .NewSliderContentWrapper p{
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.8;
    margin: 0;
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  }

/* ====================== [ End's New Porducts Slider ] ====================== */


/* ====================== [ Start Private Label Slider ] ====================== */
.NewprivtaLabelSlider .mySwiper2 .swiper-slide{
  padding: 20px 10px 10px 10px;
}
.NewprivtaLabelSlider .mySwiper2 .swiper-slide img{
  height: 420px;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 3px 5px #00000029;
}
.NewprivtaLabelSlider .mySwiper .swiper-slide{
  padding: 0px 2px 10px 2px;
}
.NewprivtaLabelSlider .mySwiper .swiper-slide img{
  height: 100px;
  border-radius: 0px;
  object-fit: cover;
  box-shadow: 0px 3px 5px #00000029;
  padding: 4px;
  background: #fff;
}
/* ====================== [ End's Private Label Slider ] ====================== */


/* ====================== [ Start Catalogues ] ====================== */

.featureCatalogContentWrapper h3{
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif;
  color: var(--text-color);
  font-size: 40px;
  margin-bottom: 40px;
}
.featureCatalogContentWrapper p{
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
  margin: 0;
  padding-left: 30px;
  position: relative;
}
.featureCatalogContentWrapper p:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4.5px;
  height: 100%;
  background: var(--text-color);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.featureCatalogImg img{
  width: 60%;
}
.catalogsSliderImg{
  text-align: center;
}
.catalogsSliderImg img{
  width: 100%;
}
.catalogsSliderContent h6{
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom:0px;
  margin-top: 10px;
}
/* ====================== [ End's Catalogues ] ====================== */


/* ====================== [ Start Sections Update ] ====================== */

/* Home Page Business Process Update -- Start Here */

  .ourProcess-card-icon .cardSvg svg{
    fill: var(--primaryThemeColor);
    transition: all 0.3s ease-in-out;
    height: 52px;

  }
  .ourProcess-card-icon h4{
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--text-color);
    transition: all 0.3s ease-in-out;
    font-family: 'Ubuntu', sans-serif;
  }
  .ourProcess-card-content{
    padding: 25px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 33px;
    transition: all 0.3s ease-in-out;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ourProcess-card-content p{
    font-weight: 400;
    font-size: 16px;
    font-family: 'ubuntu',sans-serif;
    line-height: 24px;
    letter-spacing: 0.38px;
    color: #000;
     transition: all 0.3s ease-in-out;
  }
  .ourProcess-card-wrapper:hover .ourProcess-card-content p span,
  .ourProcess-card-wrapper:hover .ourProcess-card-content p span sup{
    transition: all 0.3s ease-in-out;
  }
  .ourProcess-card-wrapper:hover .ourProcess-card-icon .cardSvg svg{
    fill: #000;
  }
  .ourProcess-card-wrapper:hover .ourProcess-card-icon h4{
    color: #000;
  }
  .ourProcess-card-wrapper:hover .ourProcess-card-content{
    background: var(--text-color);
  }
.ourProcess-card-wrapper:hover .ourProcess-card-content p{
    color: #fff;
  }
  .ourProcess-card-wrapper:hover .ourProcess-card-content p span,
  .ourProcess-card-wrapper:hover .ourProcess-card-content p span sup{
    color: #fff !important;
  }

/* Home Page Business Process Update -- End's Here */

/*Plant Section -- Start Here*/
  .plant-content{
    padding-top: 30px;
  }
  .plant-content ul li{
    margin-bottom: 15px;
  }
  .plant-label{
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.44px;
    color: var(--text-color);
    text-transform: uppercase;
    position: relative;
    top: 2px;
    font-family: 'Ubuntu', sans-serif;
  }
  .plant-content-desc{
    font-size: 16px;
    color: #000;
    font-family: "ubuntu",sans-serif;
    line-height: 20px;
    letter-spacing: 0.44px;
  }

/*Plant Section -- End's Here*/

/*inner Section -- Start Here*/
.advantageCardWrapper{
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: center;
  height: 178px;
  transition: all 0.3s ease-in-out;
}
.advantageCardImg svg{
  width: 52px;
  height: 52px;
  transition: all 0.3s ease-in-out;
}
.advantageCardContent p{
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-family: 'ubuntu',sans-serif;
  transition: all 0.3s ease-in-out;
}
.advantageCardWrapper.greenBg{
  background: var(--text-color);
}
.advantageCardWrapper.greenBg .advantageCardImg svg{
  fill: #fff;
}
.advantageCardWrapper.greenBg .advantageCardContent p{
  color: #fff;
}
/*inner Section -- End's Here*/


/*Product- Details -- Start Here*/
.table-striped>tbody>tr:nth-of-type(odd)>*{
  background: rgba(0, 0, 0, 0);
}
.table-striped>tbody>tr:nth-of-type(even)>*{
  background: rgba(0, 0, 0, 0.03);
}
.table>:not(caption)>*>*{
  padding: 1rem 1rem;
  box-shadow: none !important;
}
.table thead tr th{
  background: rgba(20, 155, 138, 1);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.table tbody tr td{
  font-family: 'ubuntu',sans-serif;
  font-size: 16px;
  color: #000;
}
.accordion-button:focus{
  box-shadow: none;
  background: var(--text-color);
  color: #fff;
}
.accordion-button{
  background: var(--text-color);
  color: #fff;
  text-transform: capitalize;
}
.accordion-button.collapsed{
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
}
.accordion-button:not(.collapsed){
  background: var(--text-color);
  color: #fff;
  font-weight: 500;
}
.accordion-button:not(.collapsed)::after{
  color: #fff;
  filter: invert(1);
}
.accordion-body p{
  font-family: 'ubuntu',sans-serif;
  font-size: 16px;
  color: #000;
}


/*Application -- Start Here*/
.application-border{
  display: inline-block;
  width: 80px;
  height: 3px;
  border-radius: 10px;
  background: #111;
}

/*Career -- Start Here*/
.career-card-content{
  box-shadow: -4px 2px 9px #00000029;
  border-radius: 10px;
}
.career-card-inner-content{
  padding: 20px;
}
.career-time .position{
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
.career-time .job-time{
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}
.career-heading h4{
  font-size: 18px;
  font-weight: 700;
  color: var(--text-color);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  height: 54px;
}
.career-desc p{
  font-family: 'ubuntu',sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.career-apply a{
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  background-color: var(--text-color);
  color: #fff;
  font-weight: 700;
  padding: 8px;
}
.work-benefit-img img{
  width: 75px;
}
.work-benefit-inner-content h3{
  font-size: 24px;
  color: var(--text-color);
  font-weight: 700;
  text-transform: uppercase;
}
.work-benefit-inner-content p{
  color: #000;
  font-size: 16px;
  font-family: 'ubuntu',sans-serif;
  line-height: 1.7;
}
.career-team-wrapper{
  position: relative;
  /*background-image: url('../img/tapaltex/commonbg.jpg');
  background-position: left;
  background-size: 50%;
  background-repeat: no-repeat;*/
}
.career-team-wrapper:after{
  content: "";
    width: 58.333333%;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    background: url(../img/tapaltex/commonbg.jpg) 0 0 no-repeat;
    /* background: #fafafa; */
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.career-team-card-wrapper{
  box-shadow: -4px 2px 9px #00000029;
  border-radius: 6px;
  background: #fff;
  padding: 60px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}
.career-team-card-wrapper.greenteam{
  background: var(--text-color);
  color:#fff !important;
}
.career-team-card-wrapper p{
  font-family: 'ubuntu',sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}
.career-team-card-wrapper.greenteam p{
  color: #fff;
}
.career-team-content label{
  font-family: 'ubuntu',sans-serif;
  font-size: 16px;
  margin-top: 2px;
}
.job-application-desc p{
  color: #000;
  font-size: 16px;
  font-family: 'ubuntu',sans-serif;
  line-height: 1.7;
  margin-bottom: 10px;
}
.job-inner-detail h6{
  text-transform: uppercase;
  color: var(--text-color);
  font-weight: 700;
  letter-spacing: 1px;
}
.list-career li{
  font-size: 16px !important;
  margin-bottom: 10px !important;
}
.career-application-form{
  background: var(--text-color);
}
.application-form-input-wrapper input,textarea{
  width: 100%;
  padding: 14px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  color: #000;
  border: 1px solid #fff;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.application-form-dropify label{
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.career-applicationBtn button{
  display: inline-block;
  width: 100%;
  padding: 10px;
  color: #000;
  background: #fff;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.application-title h2{
  text-transform: uppercase;
  letter-spacing: 800;
  color: #fff;
}
.maps iframe{
            height:500px !important;
            width:100% !important;
        }
        
.modal-header.newsletter-model button {
    position: relative;
    top: -46px;
    right: -30px;
}
.newsletter-model button img {
    width: 42px;
    height: 42px;
}
.newsletterWrapperFlex{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
/* ====================== [ End's Sections Update ] ====================== */


/* New */
 .certificateImg{
  text-align: center;
 }
 .certificateImg img{
    width: 155px;
    height: 100px;
    object-fit: contain;
  }
  .certificateImageWrapper .swiper-container {
    padding: 0px 30px;
  }
  .swiper-button-next:after, .swiper-button-prev:after{
    color: var(--text-color);
  }

.width-increase p:nth-child(3){
    display:none;
}
.width-increase p:nth-child(4){
    display:none;
}





/* ====================== [ 23 Start Responsive ] ====================== */
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media screen and (max-width: 991px) {
  .md-mb10 {
    margin-bottom: 10px;
  }
  .md-mb20 {
    margin-bottom: 20px;
  }
  .md-mb30 {
    margin-bottom: 30px;
  }
  .md-mb40 {
    margin-bottom: 40px;
  }
  .md-mb50 {
    margin-bottom: 50px;
  }
  .md-mb60 {
    margin-bottom: 60px;
  }
  .md-mb70 {
    margin-bottom: 70px;
  }
  .md-mb80 {
    margin-bottom: 80px;
  }
  .md-pb10 {
    padding-bottom: 10px;
  }
  .md-pb20 {
    padding-bottom: 20px;
  }
  .md-pb30 {
    padding-bottom: 30px;
  }
  .md-pb40 {
    padding-bottom: 40px;
  }
  .md-pb50 {
    padding-bottom: 50px;
  }
  .md-pb60 {
    padding-bottom: 60px;
  }
  .md-pb70 {
    padding-bottom: 70px;
  }
  .md-pb80 {
    padding-bottom: 80px;
  }
  .slide-full .swiper-slide .bg-img,
  .slider-portfolio .swiper-slide .bg-img,
  .slider .parallax-slider .swiper-slide .bg-img {
    background-position: center center;
  }
  .slider .parallax-slider .caption,
  .slider-portfolio .swiper-slide .caption,
  .slide-full .capt {
    text-align: center;
  }
  .slider .parallax-slider .caption h1,
  .slider-portfolio .swiper-slide .caption h1,
  .slide-full .capt h1 {
    font-size: 50px;
  }
  .slider-portfolio .swiper-slide .bg-img {
    height: 50vh;
    margin-top: 30vh;
  }
  .slide-controls .swiper-button-next,
  .slide-controls .swiper-pagination-fraction {
    right: 25px;
  }
  .slide-controls .swiper-button-prev,
  .slide-full .social,
  .slider .parallax-slider .social {
    left: 25px;
  }
  .slide-controls.swiper-button-next:hover {
    right: 15px;
  }
  .slide-controls .swiper-button-prev:hover {
    left: 15px;
  }
  .intro-section .htit {
    margin-bottom: 30px;
  }
  .agency .imgsec {
    margin-bottom: 100px;
  }
  .agency .content h4 br {
    display: none;
  }
  .min-area .content {
    padding: 120px 0;
  }
  .process .section-head {
    margin-bottom: 80px;
  }
  .process .background {
    position: relative;
    top: 0;
    bottom: 0;
    height: 350px;
  }
  .process .background .vid {
    left: calc(50% - 50px);
    top: calc(50% - 50px);
  }
  .testimonials:after {
    top: 0;
    bottom: 0;
    width: 100%;
  }
  .testimonials .slider-for {
    margin-bottom: 30px;
  }
  .testimonials .title h5 {
    display: none;
  }
  .agency .img {
    margin-top: 80px;
  }
  .blog .item .content {
    padding: 30px 0px 70px;
  }
  .blog .controls {
    width: 80px;
    height: 80px;
    line-height: 80px;
    top: calc(100% - 40px);
    left: calc(50% - 40px);
  }
  .call-action .content h2 .word {
    margin-right: 3px;
  }
  .clients .brands {
    padding: 50px 10px;
  }
  .team {
    padding-top: 0;
  }
  .page-header .img-wrapper .title h3 {
    font-size: 70px;
  }
  .contact .form {
    margin-bottom: 50px;
  }
  .portfolio.gutter .gallery .items {
    margin-top: 60px;
    padding: 0 30px;
  }
  .page-header.proj-det .img-wrapper {
    min-height: 60vh;
  }
}

@media screen and (max-width: 767px) {
  .sm-mb10 {
    margin-bottom: 10px;
  }
  .sm-mb20 {
    margin-bottom: 20px;
  }
  .sm-mb30 {
    margin-bottom: 30px;
  }
  .sm-mb40 {
    margin-bottom: 40px;
  }
  .sm-mb50 {
    margin-bottom: 50px;
  }
  .sm-mb60 {
    margin-bottom: 60px;
  }
  .sm-mb70 {
    margin-bottom: 70px;
  }
  .sm-mb80 {
    margin-bottom: 80px;
  }
  .sm-pb10 {
    padding-bottom: 10px;
  }
  .sm-pb20 {
    padding-bottom: 20px;
  }
  .sm-pb30 {
    padding-bottom: 30px;
  }
  .sm-pb40 {
    padding-bottom: 40px;
  }
  .sm-pb50 {
    padding-bottom: 50px;
  }
  .sm-pb60 {
    padding-bottom: 60px;
  }
  .sm-pb70 {
    padding-bottom: 70px;
  }
  .sm-pb80 {
    padding-bottom: 80px;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  .hamenu .menu-links .main-menu > li {
    font-size: 24px;
  }
  .hamenu .menu-links .main-menu .sub-menu li {
    font-size: 18px;
  }
  .topnav .container-fluid {
    padding: 0 30px;
  }
  .section-padding,
  .min-area .content {
    padding: 100px 0;
  }


.blogText{
    padding:0px;
}
  .section-head h6 {
    letter-spacing: 2px;
    font-size: 12px;
  }
  .topnav .logo {
    width: 60px;
  }
  .section-head {
    margin-bottom: 60px !important;
  }
  .slider .parallax-slider .caption h1,
  .slide-full .capt h1,
  .slider-portfolio .swiper-slide .caption h1 {
    font-size: 40px;
  }
  .slider .parallax-slider .caption p {
    padding: 0 30px;
  }
  .extra-title,
  .agency .content h4,
  .min-area .content h4 {
    font-size: 30px;
  }
  .agency .imgsec .imgtwo {
    display: none;
  }
  .agency .imgsec .imgone:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  .agency .imgsec .exp {
    right: 30px;
    position: absolute;
    bottom: 30px;
    color: #fff;
    padding: 0;
    z-index: 2;
  }
  .agency .imgsec .exp h6 {
    color: #eee;
  }
  .footer-sm,
  .footer-sm .right p {
    text-align: center;
  }
  .progress-wrap {
    right: 20px;
    bottom: 20px;
    width: 30px;
    height: 30px;
  }
  .progress-wrap::after {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .clients .bord {
    border: 0;
  }
  .call-action .content h2,
  .call-action.next .content h2 {
    font-size: 50px;
  }
  .blog-pg .posts .item .content {
    position: relative;
  }
  .blog-pg .posts .item .content .col-10,
  .blog-pg .posts .item .content .col-2 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .blog-pg .posts .item .content .col-2 {
    position: absolute;
    right: 0px;
    top: -90px;
    z-index: 3;
  }
  .blog-pg .posts .item .content .date a {
    padding: 10px;
    background: #fff;
    margin: 0;
  }
  .blog-pg .posts .item .content .date .num {
    font-size: 25px;
    margin: 0;
  }
  .blog-pg.single .comments-area .item.relped {
    margin-left: 0px;
  }
  .blog-pg.single .post .img {
    min-height: 50vh;
  }
  .blog-pg.single .comments-area .item .info h6 span {
    display: block;
    margin: 10px 0 0 0;
  }
}

@media screen and (max-width: 480px) {
  .hamenu .cont-info {
    display: none;
  }
  .hamenu .menu-links .main-menu > li {
    font-size: 20px;
    padding: 7px;
  }
  .hamenu .menu-links .main-menu .sub-menu li {
    font-size: 16px;
  }
  .topnav .container-fluid {
    padding: 0 15px;
  }
  .slide-full .capt .dis,
  .slider-portfolio .swiper-slide .caption .dis,
  .slider .parallax-slider .caption .dis {
    padding-left: 0;
    letter-spacing: 2px;
    margin-top: 20px;
  }
  .slide-full .capt .dis:after,
  .slider-portfolio .swiper-slide .caption .dis:after,
  .slider .parallax-slider .caption .dis:after {
    display: none;
  }
  .slide-controls .swiper-button-next {
    right: 5px;
  }
  .slide-controls .swiper-button-next i {
    left: 30px;
  }
  .slide-controls .swiper-button-next i:after {
    width: 20px;
  }
  .slide-controls .swiper-button-prev {
    left: 5px;
  }
  .slide-controls .swiper-button-prev i {
    left: 10px;
  }
  .slide-controls .swiper-button-prev i:after {
    width: 20px;
  }
  .slide-controls .swiper-button-next,
  .slide-controls .swiper-button-prev {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .slide-controls .swiper-button-next:hover {
    right: 0 !important;
  }
  .slide-controls .swiper-button-prev:hover {
    left: 0 !important;
  }
  .slide-full .capt h1,
  .slider-portfolio .swiper-slide .caption h1,
  .slider .parallax-slider .caption h1 {
    font-size: 28px;
  }
  .slider .parallax-slider .caption p {
    display: none;
  }
  .work-carousel .swiper-button-next,
  .work-carousel .swiper-button-prev {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
  .work-carousel .swiper-button-next {
    right: 15px;
  }
  .work-carousel .swiper-button-prev {
    left: 15px;
  }
  .work-carousel .content .cont h6 {
    letter-spacing: 2px;
  }
  .work-carousel .content .cont h4 {
    font-size: 20px;
  }
  .work-carousel .content .cont {
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 20px;
  }
  .process .content ul li span {
    font-size: 40px;
    width: 60px;
  }
  .process .content {
    padding: 80px 25px;
  }
  .testimonials p {
    font-size: 16px;
  }
  .testimonials .quote-text .quote-icon {
    right: 30px;
    width: 40px;
  }
  .agency .img .icon {
    width: 70px;
    height: 70px;
    line-height: 90px;
  }
  .agency .img .icon svg {
    width: 60px;
  }
  .agency .img .exp h2 {
    font-size: 55px;
  }
  .extra-title,
  .agency .content h4,
  .min-area .content h4 {
    font-size: 22px;
  }
  .page-header .img-wrapper .title h3 {
    font-size: 40px;
  }
  .call-action .content h2,
  .call-action.next .content h2 {
    font-size: 38px;
  }
  .blog-pg.single .post .content .share-info {
    display: block;
  }
  .blog-pg.single .post .content .share-info .tags,
  .blog-pg.single .post .content .share-info .social {
    display: block;
    width: 100%;
    text-align: center;
  }
  .blog-pg.single .post .content .share-info .tags {
    margin-top: 20px;
  }
  .blog-pg.single .post .author {
    padding: 30px 15px;
  }
  .blog-pg.single .post .author .author-img {
    display: block;
    width: 120px;
    margin: 0 auto 30px;
  }
  .blog-pg.single .post .author .info {
    display: block;
    padding: 0;
    text-align: center;
  }
  .blog-pg.single .comments-area .item .comment-img {
    display: block;
    margin: 0 auto 30px;
    width: 60px;
  }
  .blog-pg.single .comments-area .item .info {
    display: block;
    padding: 0;
    text-align: center;
  }
  .blog-pg.single .comments-area .item.relped {
    margin-left: 0px;
  }
  .blog-pg.single .comments-area .item .info h6 {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .blog-pg.single .comments-area .item .info .replay {
    top: -25px;
  }
  .portfolio.gutter .gallery .items {
    margin-top: 30px;
    padding: 0 15px;
  }
  .portfolio .filtering span {
    margin: 0 6px;
    font-size: 13px;
    line-height: 1.6;
  }
  .portfolio .filtering span:after {
    display: none;
  }
}

@media(min-width:320px) and (max-width:767px){
  .cursor{
    display: none;
  }
  .border-row-pro{
    border-right: none;
    border-bottom: 2px solid #707070;
  }
  .product-inner-details{
    overflow: hidden;
  }
  .product-header-title p{
    text-align: left;
    margin-bottom: 5px;
  }
  .product-header-title p.value{
    margin-top: 5px;
    text-align: left;
  }
  .mob-mb{
    margin-bottom: 10px;
  }

  /* Home -- Responsive */
  .custom-nav-fluid{
    margin: 0 0px;
  }
  .slider .parallax-slider .swiper-slide-active .caption h1{
    padding: 0px 40px;
  }
  .section-padding{
    padding: 60px 0px;
  }
  .extra-title{
    font-size: 28px;
  }
  .para-txt{
    font-size: 15px;
  }
  .plant-content{
    padding-top: 0px;
  }
  .plant-content ul {
    padding-left: 0px;
  }
  .plant-label{
    top: 0px;
    margin-bottom: 5px;
    font-size: 17px;
  }
  .process .background{
    height: 100%;
  }
  .process .content{
    padding: 0px;
  }
  .work-carousel .content .cont{
    text-align: left;
  }
  .work-carousel .content .cont{
    padding: 14px 12px 12px 12px;
  }
  .work-carousel .content .cont{
    bottom: 0px;
  }
  .work-carousel .content .cont{
    height: 170px;
  }
  .ourProcess-card-content{
    height: 100%;
  }
  .ourProcess-card-content{
    padding: 20px;
  }
  .agency .content ul li{
    font-size: 16px;
  }
  .agency .img .icon{
    line-height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .listImg{
    width: 42px;
    position: unset;
    top: 0px;
  }
  .agency .img .exp{
    bottom: -52px;
  }
  .agency .img .exp h2{
    font-size: 30px;
    line-height: 36px;
  }
  .agency .img .exp h6{
    font-size: 16px;
  }
  .listPlceholder ul{
    padding-left: 0px;
  }
  .footer-list{
    justify-content: flex-start;
  }
  .listPlceholder{
    text-align: left;
  }
  .footer-location p{
    margin-left: 0px;
    text-align: left;
    top: 0px;
    margin-bottom: 0px;
  }
  /*.footer-location p:before{*/
  /*  top: -24px;*/
  /*  font-weight: 700;*/
  /*  left: 0;*/
  /*}*/
  .icon-footer-placeholder ul{
    padding-left: 0px;
  }
  .icon-footer-list{
    justify-content: flex-start;
  }
  .navbar-nav .nav-link.active:before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 100%;
    background-color: var(--text-color);
    position: absolute;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    left: 0;
    top: 0;
  }
  .afterBlack:after{
    height: 100%;
  }
  .page-header .cont h4{
    font-size: 16px;
  }
  .mobile-rowStyle{
    margin-top: 50px !important;
    flex-direction: unset !important;
  }
  .mobile-rowStyle .application-desc .text-end{
    text-align: left !important;
  }
  .innerFormWrapper{
    padding-top: 40px;
  }
  .contentDataContent{
    padding: 20px;
  }
  .submitForm{
    padding: 20px;
  }
  .min-area .content ul.feat li h6{
    text-transform: capitalize;
    font-size: 18px;
  }
  .min-area .content h4{
    font-size: 34px;
  }
  .htit.aboutTitle h4{
    font-size: 30px;
  }
   .certificateImageWrapper .swiper-container {
    padding: 0px 0px;
  }
  .footer-location span{
    width: 18%;
  }
  .footer-location p{
    width: 82%;
  }
  .footer-sm{
    padding: 50px 0px 15px 0px;
  }
  .margin-top-remover{
    margin-top: 30px !important;
  }
  .info-icon-wrapper{
    width: 100%;
  }
  .icon-footer-placeholder{
    width: 100%;
  }
  .info-icon-wrapper p{
    width: 82%;
    text-align: left;
  }
  .info-icon-wrapper span{
    width: 18%;
  }
  .width-increase{
    width: 82%;
  }
  .social-linkList{
    text-align: center;
    margin-top: 15px;
  }
  .footer-list ul li{
    margin-bottom: 0px;
    display: inline-block;
    margin-right: 10px;
  }
  .footer-list ul li:last-child{
    margin-right: 0px;
  }
  .footer-list{
    justify-content: center;
    text-align: center;
  }
  .listPlceholder ul{
    margin-bottom: 0px;
  }
  .border-line{
    margin-top: 20px;
  }
  .NewprivtaLabelSlider .mySwiper2 .swiper-slide img{
    height: 320px;
  }
  .product-details-content-wrapper h4{
    font-size: 32px;
  }
  .newsletter-model .modal-title{
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .model-top-information p{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .newsletter-information p{
    font-size: 22px;
    line-height: 30px;
  }
  .newsletter-locaton p{
    font-size: 22px;
    line-height: 30px;
  }
  .seminor-location{
    text-align: center;
  }
  .seminor-location img{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .social-linkList ul{
      margin-bottom:0px;
  }
}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){
  .navbar-nav .nav-link.active:before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 100%;
    background-color: var(--text-color);
    position: absolute;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    left: 0;
    top: 0;
  }
  .plant-content{
    padding-top: 0px;
  }
  .process .background{
    height: 100%;
  }
  .contentDataContent{
    padding: 20px;
  }
  .innerFormWrapper{
    padding-top: 40px;
  }
  .submitForm{
    padding: 20px;
  }
   .certificateImageWrapper .swiper-container {
    padding: 0px 0px;
  }
  .footer-location span{
    width: 8%;
  }
  .footer-location p{
    width: 91%;
  }
  .icon-footer-list{
    justify-content: flex-start;
  }
  .social-linkList{
    text-align: left;
  }
  .footer-list ul li{
    margin-right: 10px;
    margin-bottom: 0px;
    display: inline-block;
  }
  .footer-list{
    justify-content: flex-start;
  }
}

/* ====================== [ End Responsive ] ====================== */
