/*---------------------------------------------------------------------
 Hero Slider
----------------------------------------------------------------------*/


.home-slider-one {
  position: relative;
  display: block;
  padding: 0 !important
}

.slide_item1_bg {
  background-image: url(../images/index/1.jpg);
}

.slide_item2_bg {
  background-image: url(../images/index/2.jpg);
}

.slide_item3_bg {
  background-image: url(../images/index/3.jpg);
}


.home-slider-one .slide-item {
  position: relative;
  padding: 201px 0px 205px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-slider-one .content-box {
  position: relative;
}

.home-slider-one .shape {
  position: relative;
  display: block;
  margin-bottom: 12px;
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
}

.home-slider-one .shape .sub-title {
  letter-spacing: 0.04em;
  font-family: var(--title-fonts);
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  text-transform: uppercase;
  color: var(--primary-color);
  background: #d3e9fb;
  padding: 4px 8px;
  margin: 0 0 10px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.home-slider-one .active .shape {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 1000ms ease 700ms;
  -moz-transition: all 1000ms ease 700ms;
  -ms-transition: all 1000ms ease 700ms;
  -o-transition: all 1000ms ease 700ms;
  transition: all 1000ms ease 700ms;
}

.home-slider-one .title {
  position: relative;
  font-size: 60px;
  color: var(--dark-color);
  line-height: 1.2em;
  display: inline-block;
  font-weight: 900;
  margin-bottom: 32px;
  opacity: 0;
  -webkit-transform: translateX(00px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
}

.home-slider-one .active .title {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.home-slider-one .link-box {
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
}

.home-slider-one .active .link-box {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 1000ms ease 1200ms;
  -moz-transition: all 1000ms ease 1200ms;
  -ms-transition: all 1000ms ease 1200ms;
  -o-transition: all 1000ms ease 1200ms;
  transition: all 1000ms ease 1200ms;
}


/*==================================================
info box
==================================================*/
.pq-info-box.pq-style-1 {
  background: var(--primary-color);
}

.pq-info-box {
  color: var(--white-color);
  padding: 45px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}

.pq-info-box .pq-info-box-right-icon {
  position: absolute;
  left: 0;
  top: 30px;
  opacity: 0.1999;
  transition: all 0.5s ease;
}

.pq-info-box:hover .pq-info-box-right-icon {
  left: 15px;
}

.pq-info-box .pq-info-box-right-icon i {
  font-size: 80px;
  line-height: 88px;
}

.pq-info-box .pq-info-box-icon i {
  font-size: 80px;
  line-height: 88px;
  color: var(--white-color);
}

.pq-info-box .pq-info-title {
  color: var(--white-color);
  font-size: 28px;
  line-height: 36px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.pq-info-call {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.pq-info-call i {
  font-size: 20px;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: var(--white-color);
  color: var(--primary-color);
  border-radius: 100%;
  transform: rotate(-270deg);
}

.pq-info-call .cpq-call-number {
  color: var(--white-color);
  margin-right: 15px;
  font-size: 28px;
  font-style: normal;
  line-height: 36px;
  font-weight: 900;
}

.pq-info-box.pq-style-2 {
  background: var(--primary-dark-color);
}

.pq-info-box.pq-style-3 {
  background: var(--primary-color);
}

.pq-info-box.pq-style-3 .pq-list-info {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}

.pq-info-box.pq-style-3 .pq-list-info li {
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff29;
}

.pq-info-box.pq-style-3 .pq-list-info li:last-child {
  margin-bottom: 0;
  border: none;
}

/*==================================================
Service
==================================================*/
.pq-service-box.pq-style-1 {
  padding: 30px;
  background: var(--grey-color);
  border-radius: 3px;
}

.pq-service-box.pq-style-1 .pq-service-img {
  overflow: hidden;
  border-radius: 3px;
}

.pq-service-box.pq-style-1 .pq-service-img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.pq-service-box.pq-style-1:hover .pq-service-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.pq-service-box.pq-style-1 .pq-service-box-info {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.pq-service-box.pq-style-1 .pq-service-sub-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  font-family: var(--title-fonts);
  color: var(--primary-color);
}

.pq-service-box.pq-style-1 .pq-service-title {
  font-size: 24px;
  line-height: 32px;
}

.pq-service-box.pq-style-1 .pq-service-icon {
  position: absolute;
  top: 5px;
  left: 0;
  transition: all 0.5s ease;
}

.servicebox .pq-button {
  float: unset !important;
}

.pq-service-box.pq-style-1:hover .pq-service-icon {
  transform: rotateY(180deg);
}

.pq-service-box.pq-style-1 .pq-service-icon i {
  font-size: 56px;
  line-height: 64px;
  color: var(--primary-color);
}

.pq-whitebg .pq-service-box.pq-style-1 {
  padding: 15px !important;
  background: #ffffff !important;
}


/* home from counter */
.pq-form-counter .pq-counter.pq-style-2 {
  padding: 30px 0;
}


/*==================================================
Portfolio Slider
==================================================*/
.pq-portfoliobox.pq-style-1 {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  float: left;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  border-radius: 3px;
}

.pq-portfoliobox.pq-style-1 .pq-portfolio-img img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-radius: 3px;
}

.pq-portfoliobox.pq-style-1 .pq-portfolio-img {
  position: relative;
}

.pq-portfoliobox.pq-style-1 .pq-portfolio-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 9;
  background: var(--secondary-color);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.pq-portfoliobox.pq-style-1:hover .pq-portfolio-img:before {
  opacity: 0.2;
}

.pq-portfoliobox.pq-style-1 .pq-portfolio-info span,
.pq-portfoliobox.pq-style-1 .pq-portfolio-info .pq-portfolio-link a {
  font-family: var(--title-fonts);
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: var(--primary-color);
}

.pq-portfoliobox.pq-style-1:hover .pq-portfolio-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.pq-portfoliobox.pq-style-1 .pq-portfolio-info {
  background: var(--white-color);
  padding: 30px;
  left: 30px;
  right: 30px;
  position: absolute;
  bottom: -15px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.pq-portfoliobox.pq-style-1:hover .pq-portfolio-info {
  opacity: 1;
  z-index: 10;
  bottom: 30px;
}

.pq-portfoliobox.pq-style-1 .pq-portfolio-info .title {
  color: var(--dark-color);
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
  font-weight: 900;
}



.pq-portfoliobox.pq-style-1 .pq-portfolio-icon {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 300ms linear 0s;
}

.pq-portfoliobox.pq-style-1:hover .pq-portfolio-icon {
  opacity: 1;
  transform: scale(1);
  z-index: 9;
}

.pq-portfoliobox.pq-style-1 .pq-portfolio-icon i {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 54px;
  height: 54px;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--primary-color);
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  border-radius: 3px;
  transition: all 0.5s ease;
}

.pq-portfoliobox.pq-style-1 .pq-portfolio-icon i:hover {
  background: var(--dark-color);
}

/*==================================================
Blog
==================================================*/

.pq-blog .owl-carousel .pq-blog-post {
  margin-bottom: 0;
  box-shadow: none;
  direction: rtl;
}

.single-post .pq-blog-post {
  margin-bottom: 0;
}

.pq-blog-post {
  margin-bottom: 30px;
  background: var(--white-color);
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
  -moz-box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
  box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
}

.pq-light-bg .pq-blog-post {
  background: var(--grey-color);
}

.pq-blog-post .pq-post-media {
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
}

.pq-blog-post .pq-post-media img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 100%;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.pq-blog-post:hover .pq-post-media img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.pq-blog-post .pq-post-media .pq-post-date {
  font-family: var(--title-fonts);
  background: var(--primary-color);
  padding: 4px 8px;
  color: var(--white-color);
  text-align: center;
  position: absolute;
  bottom: 15px;
  right: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.pq-blog-post .pq-post-media .pq-post-date a {
  color: var(--white-color);
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.pq-blog-post .pq-blog-contain {
  padding: 30px;
  display: inline-block;
  position: relative;
  width: 100%;
}

.pq-blog-post .pq-blog-contain .pq-blog-title {
  margin: 0 0 5px;
  font-size: 24px;
  line-height: 32px;
}

.descripqion-hide .pq-blog-post .pq-blog-contain .pq-blog-title {
  margin-bottom: 15px;
}

.descripqion-hide p {
  display: none;
}

.pq-blog-post .pq-post-meta ul {
  padding: 0 0 15px;
  margin: 0 0 15px;
  width: 100%;
  display: flex;
  border-bottom: 1px solid #ededed;
}

.pq-blog-post .pq-post-meta ul li {
  list-style: none;
  float: left;
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  font-family: var(--title-fonts);
}

.pq-blog-post .pq-post-meta ul li:last-child {
  margin-left: 0;
}

.pq-blog-post .pq-post-meta ul li a {
  color: var(--secondary-color);
  text-decoration: none;
}

.pq-blog-post .pq-post-meta ul li a:hover {
  color: var(--primary-color);
}

.pq-blog-post .pq-post-meta ul li i {
  margin-left: 10px;
  color: var(--primary-color);
}

.single-post .content-area .site-main {
  padding-bottom: 210px;
}


/*==================================================
Team
==================================================*/
.pq-team-box.pq-style-1 .owl-carousel .owl-dots {
  margin-top: 0;
}

.pq-team-box.pq-style-1 .pq-team-img {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.pq-team-box.pq-style-1 .pq-team-img img {
  width: 100%;
}

.pq-team-box.pq-style-1 .pq-team-social ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: -100px;
  opacity: 0;
  left: 15px;
  display: inline-block;
  width: 60px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  background: var(--primary-color);
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pq-team-box.pq-style-1:hover .pq-team-social ul {
  top: 0px;
  opacity: 1;
}

.pq-team-box.pq-style-1 .pq-team-social ul li {
  list-style: none;
  display: inline-flex;
}

.pq-team-box.pq-style-1 .pq-team-social ul li:last-child {
  margin: 0;
}

.pq-team-box.pq-style-1 .pq-team-social ul li a {
  color: var(--white-color);
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.pq-team-box.pq-style-1 .pq-team-social ul li a:hover {
  background: var(--dark-color);
}

.pq-team-box.pq-style-1 .pq-team-social ul li:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pq-team-box.pq-style-1 .pq-team-info {
  border-radius: 3px;
  background: var(--white-color);
  padding: 20px 15px;
  margin: 0px 8%;
  text-align: center;
  position: relative;
  transform: translateY(-30px);
  -moz-transform: translate(-30px);
  -webkit-transform: translate(-30px);
  -o-transform: translate(-30px);
  -ms-transform: translate(-30px);
  transform: translateY(-30px);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
  -moz-box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
  box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
}

.pq-team-box.pq-style-1:hover .pq-team-info {
  transform: translateY(-60px);
  -moz-transform: translate(-60px);
  -webkit-transform: translate(-60px);
  -o-transform: translate(-60px);
  -ms-transform: translate(-60px);
  transform: translateY(-60px);
}

.pq-team-box.pq-style-1 .pq-team-info .pq-member-name {
  color: var(--dark-color);
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
  font-weight: 900;
}

.pq-team-box.pq-style-1:hover .pq-team-info .pq-member-name {
  color: var(--primary-color);
}

.pq-team-box.pq-style-1 .pq-team-info .pq-team-designation {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  color: var(--primary-color);
  font-family: var(--title-fonts);
}

.pq-team-box.pq-style-3 .pq-team-img {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 60%;
  border-radius: 100%;
}

.pq-team-box.pq-style-3 .pq-team-img:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  opacity: 0;
  transition: all 0.5s ease;
}

.pq-team-box.pq-style-3:hover .pq-team-img:before {
  opacity: 0.8;
}

.pq-team-box.pq-style-3 .pq-team-social ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.pq-team-box.pq-style-3:hover .pq-team-social ul {
  opacity: 1;
}

.pq-team-box.pq-style-3 .pq-team-social ul li {
  list-style: none;
  display: inline-flex;
}

.pq-team-box.pq-style-3 .pq-team-social ul li:last-child {
  margin: 0;
}

.pq-team-box.pq-style-3 .pq-team-social ul li a {
  color: var(--white-color);
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.pq-team-box.pq-style-3 .pq-team-social ul li a:hover {
  background: transparent;
  color: var(--dark-color);
}

.pq-team-box.pq-style-3 .pq-team-social ul li:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pq-team-box.pq-style-3 .pq-team-info {
  padding: 15px 0;
  text-align: center;
  position: relative;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.pq-team-box.pq-style-3 .pq-team-info h5 a {
  color: var(--dark-color);
}

.pq-team-box.pq-style-3 .pq-team-info h5 a:hover {
  color: var(--primary-color);
}

.pq-team-box.pq-style-3 .pq-team-info .pq-team-designation {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  color: var(--primary-color);
  font-family: var(--title-fonts);
}

/*==================================================
Client
==================================================*/

.pq-client {
  padding: 60px 0;
}

.pq-clientbox.pq-style-1 img {
  border-radius: 0;
}

.pq-clientbox.pq-style-1 .pq-client-img {
  position: relative;
  display: block;
  width: 185px;
  height: 70px;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.pq-clientbox.pq-style-1 a:hover .pq-client-img {
  opacity: 0;
}

.pq-clientbox.pq-style-1 .pq-client-hover-img {
  position: absolute;
  width: 185px;
  height: 70px;
  margin: 0 auto;
  left: 0;
  opacity: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.pq-clientbox.pq-style-1 a:hover .pq-client-hover-img {
  opacity: 1;
}

.pq-clientbox.pq-style-2 img {
  border-radius: 0;
}

.pq-clientbox.pq-style-2 .pq-client-img {
  position: relative;
  display: block;
  width: 280px;
  height: 60px;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.pq-clientbox.pq-style-2 a:hover .pq-client-img {
  opacity: 0;
}

.pq-clientbox.pq-style-2 .pq-client-hover-img {
  position: absolute;
  width: 280px;
  height: 60px;
  margin: 0 auto;
  left: 0;
  opacity: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.pq-clientbox.pq-style-2 a:hover .pq-client-hover-img {
  opacity: 1;
}

.pq-client.pq-bg-grey {
  padding-top: 380px;
}

/*==================================================
Process Step
==================================================*/

.pq-bg-img-2:before {
  content: "";
  position: absolute;
  top: -7%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: url(../images/process/bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}

.pq-process-pt-130.pq-bg-img-2:before {
  top: 0;
}


/* home 1 custom css */

.pq-mt-60 {
  margin-top: -60px;
  z-index: 1;
}

.pq-lg-border-left {
  border-left: 1px solid #F1F1F1;
}

.pq-lg-border-bottom {
  border-bottom: 1px solid #F1F1F1;
}

.pq-mb-130 {
  margin-bottom: -130px;
}

.pq-process-pt-130 {
  padding-top: 260px;
}

.pq-team-pb {
  padding-bottom: 370px;
}

.pq-about-info-box {
  display: flex;
}

.pq-about-info-box-icon {
  margin-left: 30px;
}

.pq-about-info-box-icon i {
  font-size: 42px;
  line-height: 50px;
  color: var(--white-color);
  background: var(--primary-color);
  display: inline-block;
  padding: 15px 20px;
  border-radius: 50%;
  width: 82px;
  height: 82px;
}

.pq-about-info-box-info .title {
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
}

/* conter */
/*==================================================
Counter
==================================================*/


.pq-counter.pq-style-2 .pq-counter-num-prefix {
  display: inline-flex;
}

.pq-counter.pq-style-2 .pq-counter-num-prefix.pq-prefix-top {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
}

.pq-counter.pq-style-2 .pq-counter-num-prefix.pq-prefix-top strong,
.pq-counter.pq-style-2 .pq-counter-num-prefix.pq-prefix-top .pq-counter-prefix {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white-color);
  opacity: 0.03;
  font-size: 62px;
  line-height: 70px;
}

.pq-counter.pq-style-2 .pq-counter-info {
  position: relative;
  padding-top: 30px;
}

.pq-counter.pq-style-2 .pq-counter-info strong {
  font-size: 46px;
  line-height: 46px;
  display: inline-block;
  color: var(--white-color);
}

.pq-counter.pq-style-2 .pq-counter-info .pq-counter-prefix {
  font-size: 46px;
  line-height: 46px;
  font-family: var(--title-fonts);
  color: var(--white-color);
  font-weight: 600;
}

.pq-counter.pq-style-2 .pq-counter-info p {
  font-family: var(--title-fonts);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  color: var(--white-color);
  font-weight: 600;
  margin-top: 5px;
}


/*==================================================
KeyFrames
==================================================*/


@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

/*==================================================
OWL Carousel
==================================================*/

/*===============Dots===============*/
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-dots {
  margin-top: 30px;
  position: relative;
  width: 100%;
  text-indent: inherit;
  text-align: center;
  cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: none;
  outline: none;
  background: var(--dark-color);
  opacity: 0.5;
  display: inline-block;
  padding: 0;
  margin: 0px 5px;
  height: 3px;
  width: 25px;
  border: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

.owl-carousel .owl-dots .owl-dot:hover {
  background: var(--primary-color);
  opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: var(--primary-color);
  opacity: 1;
}

/*==================================================
List Check
==================================================*/
.pq-list-check {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pq-list-check li {
  margin: 0;
  padding: 10px 0 0 0;
  list-style: none;
}

.pq-list-check li i {
  color: var(--primary-color);
  margin-left: 8px;
}

.pq-list-check li span {
  font-weight: 600;
}


/*==================================================
Process Step
==================================================*/

.pq-bg-img-2:before {
  content: "";
  position: absolute;
  top: -7%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: url(../images/process/bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}

/*==================================================
Fancybox
==================================================*/
.pq-fancy-box.pq-style-1 {
  padding: 45px 30px;
  transition: all 0.5s ease;
}

.pq-fancy-box.pq-style-1 .pq-fancy-box-title {
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 900;
  font-size: 24px;
}

.pq-fancy-box.pq-style-1 .pq-fancy-box-icon i {
  font-size: 64px;
  line-height: 72px;
  transition: all 0.5s ease;
  display: inline-block;
  color: var(--primary-color);
}

.pq-fancy-box.pq-style-1:hover .pq-fancy-box-icon i {
  transform: rotateY(180deg);
  transition: all 0.5s ease;
}

.pq-fancy-box.pq-style-1 .pq-fancybox-description {
  margin-bottom: 15px;
}

/*==================================================
Testimonial
==================================================*/

.pq-testimonial-box.pq-style-1 {
  background: var(--grey-color);
  padding: 45px;
  border-radius: 3px;
  direction: rtl;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-media {
  display: flex;
  position: relative;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-media .pq-testimonial-img img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-media .pq-testimonial-img {
  margin-left: 15px;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-media .pq-testimonial-meta {
  align-self: center;
  z-index: 2;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-media .pq-testimonial-meta .title {
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
  color: var(--dark-color);
  font-weight: 900;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-media .pq-testimonial-meta span {
  color: var(--primary-color);
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  font-family: var(--title-fonts);
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-media .pq-testimonial-icon i {
  color: var(--primary-color);
  font-size: 64px;
  line-height: 72px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.1;
  transform: rotatey(-180deg);
}

.pq-testimonial-whitebg .pq-testimonial-box.pq-style-1 {
  background: #fff;
  padding: 30px;
}

.pq-testimonial-whitebg.pq-testimonial-border .pq-testimonial-box.pq-style-1 .pq-testimonial-media .pq-testimonial-icon i {
  color: var(--grey-color);
}

.pq-testimonial-box.pq-style-2 .pq-testimonial-media .pq-testimonial-img img {
  width: 120px;
  height: 120px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 5px solid var(--white-color);
}

.pq-testimonial-box.pq-style-2 .pq-testimonial-info p {
  margin-top: 30px;
}

.pq-testimonial-box.pq-style-2 .pq-testimonial-meta span {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  font-family: var(--title-fonts);
}

.pq-testimonial-images {
  position: relative;
}

.pq-testimonial-pt {
  padding-top: 370px;
}



.owl-carousel .owl-nav button.owl-prev {
  border-radius: 3px;
  outline: none;
  text-align: center;
  text-indent: inherit;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  line-height: 1;
  padding: 20px 25px !important;
  margin: 0 10px;
  background: var(--white-color);
  color: var(--dark-color);
  transition: all 0.5s ease-in-out;
}

.owl-carousel .owl-nav button.owl-next {
  border-radius: 3px;
  outline: none;
  text-align: center;
  text-indent: inherit;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  line-height: 1;
  padding: 20px 25px !important;
  margin: 0 10px;
  background: var(--primary-color);
  color: var(--white-color);
  transition: all 0.5s ease-in-out;
}


/*=============process style  2==============*/
.pq-process-step.pq-process-style-2 {
  padding: 30px;
  position: relative;
}

.pq-process-step.pq-process-style-2 .pq-process-media {
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}

.pq-process-step.pq-process-style-2 .pq-process-media .pq-process-img img {
  border-radius: 100%;
  width: 200px;
}

.pq-process-step.pq-process-style-2 .pq-process-media .pq-process-number {
  position: absolute;
  top: 20px;
  right: -5px;
  border-radius: 100%;
  background: var(--primary-color);
  font-size: 16px;
  color: var(--white-color);
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  font-weight: 600;
}

.pq-process-title {
  font-size: 24px;
}

.pq-process-step.pq-process-style-2 .pq-process-description p {
  margin-bottom: 0;
}


.pq-process-step.pq-style-3 {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}


.pq-process-step.pq-style-3 .pq-process-info {
  margin-top: 15px;
}

.pq-process-step.pq-style-3 .pq-process-info .pq-process-title {
  color: var(--white-color);
  font-family: var(--title-fonts);
  font-weight: 600;
}

.pq-form-img-overflow {
  margin-top: -100px;
  padding: 0 30px;
}

.pq-dark-bg-side-right:before {
  content: "";
  position: absolute;
  right: 55%;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: var(--primary-dark-color);
}

.pq-form .validation-error {
  color: var(--dark-color);
  font-size: 0.95rem;
  margin-bottom: 20px;
}

.pq-form .validation-error ul li {
  list-style: disc;
}

/* لایت گالری */

/* lightbox */
.lg-backdrop {
  background-color: #212121e8 !important
}

.lg-outer .lg-inner {
  direction: ltr !important;
}

.lg-outer .lg-image {
  border-radius: 20px !important
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: transparent !important;
  color: var(--secondary-color) !important;
}

.lg-sub-html,
.lg-toolbar {
  background-color: transparent !important
}

.lg-outer .lg-thumb-outer,
.lg-outer .lg-toogle-thumb {
  background-color: #212121b3 !important
}

.lg-sub-html .sub-title {
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  color: var(--white-color) !important;
}

.lg-sub-html .title {
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: var(--white-color) !important;
}

/* .lg-backdrop,
.lg-outer .lg-toogle-thumb {
  background-color: #212121b3 !important
} */


/*==================================================
Custom Css
==================================================*/
.pb-dot-mt-0 .owl-carousel .owl-dots {
  margin-top: 0;
}

.pg-border-bottom {
  border-bottom: 1px solid #F1F1F1;
}

/*==================================================
responsive
==================================================*/

@media(max-width: 1999px) {

  .about {
    overflow-x: hidden;
  }

  .pq-form {
    overflow-x: hidden;
  }

  .pq-dark-bg-side-right:before {
    display: inline-block;
  }

  .pq-lg-border-left:nth-child(5) {
    border-left: none;
  }

  .pq-lg-border-left:nth-child(6) {
    border-bottom: none;
  }

  .pq-lg-border-left:nth-child(7) {
    border-bottom: none;
  }

  .pq-lg-border-left:nth-child(8) {
    border-bottom: none;
  }

  .pq-lg-border-left:nth-child(9) {
    border-bottom: none;
  }

  .pq-lg-border-left:nth-child(9) {
    border-left: none;
  }
}

@media(max-width:1365px) {

  .pq-info-box {
    min-height: 454px;
  }

  .pq-form {
    padding: 130px 0 130px 15px !important;
  }
}

@media (max-width: 1279px) {
  .pq-section.pq-style-1.text-center {
    padding: 0;
  }

  .pq-form-img-overflow {
    width: 100%;
  }

  .pq-mb-130 {
    margin-bottom: -130px;
  }

  .pq-bg-img-2:before {
    top: -7%;
  }

  .pq-section.pq-style-1.text-center {
    padding: 0;
    margin-bottom: 60px;
  }

  .pq-process-pt-130 {
    padding-top: 190px !important;
  }
}

@media(max-width: 1199px) {
  .pq-dark-bg-side-left:before {
    display: none;
  }

  .pq-dark-bg-side-left {
    padding-bottom: 0 !important;
  }

  .pq-form-counter {
    display: flex;
    justify-content: space-around;
  }

  .pq-lg-border-left:nth-child(5) {
    border-left: 1px solid var(--grey-color);
  }

  .pq-lg-border-left:nth-child(6) {
    border-bottom: 1px solid var(--grey-color);
  }

  .pq-lg-border-left:nth-child(7) {
    border-bottom: 1px solid var(--grey-color);
  }

  .pq-lg-border-left:nth-child(8) {
    border-bottom: 1px solid var(--grey-color);
  }

  .pq-lg-border-left:nth-child(9) {
    border-bottom: 1px solid var(--grey-color);
  }

  .pq-lg-border-left:nth-child(9) {
    border-left: 1px solid var(--grey-color);
  }

  .pq-process-pt-130.pq-bg-img-2:before {
    display: none;
  }

  .pq-mt-60 {
    margin-top: -140px;
  }

  .pq-bg-primary .owl-carousel .owl-dots {
    margin-bottom: 30px;
  }

  .servicebox {
    padding: 0;
  }

  .pq-form {
    margin: 0;
    padding-bottom: 0px !important;
  }

  .pq-form-img-overflow {
    margin-top: -60px;
    padding: 0 30px;
    width: 100%;
  }

  .pq-team-pb {
    padding-bottom: 90px;
  }

  .pq-testimonial-pt {
    padding-top: 90px;
  }

  .p-lg-0 .col-md-4:nth-child(even) {
    margin-top: 0 !important;
  }

  .pq-client.pq-bg-grey {
    padding-top: 90px;
  }

  .servicebox {
    padding-bottom: 0 !important;
  }

  .pq-service-box.pq-style-1 .pq-service-title {
    font-size: 20px;
    line-height: 28px;
  }

  .pq-info-box {
    min-height: 0;
  }

  .pq-dark-bg-side-right:before {
    display: none;
  }

  .pq-form-counter {
    display: flex;
    justify-content: space-around;
  }

  .pq-dark-bg-side-right {
    padding-bottom: 0 !important;
  }

  .pq-bg-img-2:before {
    display: none;
  }

  .service-box {
    margin-top: -60px;
  }

  .pq-service .col-lg-6:first-child {
    order: 0;
  }

  .pq-service .col-lg-6:last-child {
    order: 1;
  }

  .pq-service .col-lg-6:nth-child(2) {
    order: 2;
  }

}

@media (min-width: 1200px) {
  .pe-xl-5 {
    padding-left: 3rem !important;
    padding-right: unset !important;
  }
}

@media(max-width: 1099px) {
  .home-slider-one .title {
    font-size: 46px;
    line-height: 50px;
  }


  .pq-process-pt-130.pq-bg-img-2:before {
    display: none;
  }

  .pq-dark-bg-side-right:before {
    display: none;
  }

  .pq-bg-img-1:before {
    background-size: 80% auto;
  }

  .pq-bg-img-2:before {
    display: none;
  }

  .pq-team-pb {
    padding-bottom: 90px;
  }

  .pq-form {
    margin: 0;
  }

  .pq-form-img-overflow {
    text-align: center;
    width: 100%;
    margin-top: -45px;
  }

  .pq-testimonial-pt {
    padding-top: 90px;
  }

  .pq-client.pq-bg-grey {
    padding-top: 60px;
  }

  .visit img {
    width: 486px;
  }
}

@media(max-width: 1023px) {
  .home-slider-one .slide-item {
    background-position: -60px center;
  }

  .pq-form {
    padding-top: 0 !important;
  }

  .pq-form-img-overflow {
    margin-top: 30px;
    width: 50%;
  }

  .pq-mb-130 {
    margin-bottom: -220px;
  }

  .pq-process-step.pq-process-style-2 {
    text-align: center;
  }
}

@media(max-width: 979px) {

  .pq-service-box.pq-style-1 .pq-service-title {
    font-size: 24px;
    line-height: 32px;
  }

  .pq-process-pt-130 {
    padding-top: 190px !important;
  }

  .pq-form-img-overflow {
    width: 50%;
    padding: 0px;
    margin-top: 30px;
  }

  .pq-dark-bg-side-right {
    padding-bottom: 0 !important;
  }

  .pq-form-counter {
    display: flex;
    justify-content: space-around;
  }

  .pq-reveser {
    flex-direction: column-reverse;
  }

  .pq-mb-130 {
    margin-bottom: -240px;
  }

  .pq-form {
    padding: 0 15px !important;
  }

  .service-box {
    margin-top: -45px;
  }
}

@media (max-width:767px) {

  .home-slider-one .slide-item {
    padding: 81px 0 85px;
    background-position: -60px center;
  }


  .pq-section.pq-style-1.text-center {
    padding: 0;
    margin-bottom: 30px;
  }


  .pq-service-box.pq-style-1 {
    padding: 15px;
  }

  .pq-process-pt-130 {
    padding-top: 210px !important;
  }

  .pq-section.pq-style-1 .pq-section-title {
    font-size: 36px;
    line-height: 44px;
  }

  .pq-testimonial-box.pq-style-1 {
    padding: 45px;
  }

  .pq-mt-60 {
    margin-top: 0px;
  }

  .service-box {
    margin-top: -30px;
  }

  .pq-form-counter {
    display: block;
  }

  .pq-blue-section-side-right:before {
    display: none;
  }

  .pq-team-box.pq-style-1 .pq-team-info {
    margin: 0 4%;
  }
}

@media(max-width:479px) {
  .home-slider-one .title {
    font-size: 30px;
    line-height: 38px;
  }

  .pq-process-pt-130 {
    padding-top: 60px;
  }

  .pq-team-pb {
    padding-bottom: 60px;
  }

  .pq-testimonial-pt {
    padding-top: 60px;
  }

  .pq-section-title {
    font-size: 28px;
    line-height: 36px;
  }

  .pq-blog-post .pq-blog-contain {
    padding: 15px;
  }

  .pq-blog-post .pq-post-meta ul {
    display: inline-block !important;
    margin: 0;
  }

  .pq-blog-post .pq-post-meta ul li {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .pq-blog-post .pq-blog-contain {
    padding: 15px;
  }

  .pq-section.pq-style-1 .pq-section-title {
    font-size: 28px;
    line-height: 36px;
  }

  .pq-blog-post .pq-post-meta ul,
  .pq-event-post .pq-post-meta ul {
    display: inline-block !important;
    margin: 0;
  }

  .pq-blog-post .pq-post-meta ul li,
  .pq-event-post .pq-post-meta ul li {
    font-size: 14px;
    margin-bottom: 5px;
    float: right
  }

  .pq-testimonial-box.pq-style-1 {
    padding: 15px;
  }

  .pq-form-counter {
    display: block;
  }

  .pq-form-img-overflow {
    width: 75%;
  }
}

@media(max-width: 397px) {

  .pq-service-box.pq-style-1 .pq-service-title {
    font-size: 20px;
    line-height: 28px;
  }

  .pq-testimonial-box.pq-style-1 {
    padding: 5px;
  }
}