/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
  position: relative;
  display: block;
  padding: 165px 0 143px;
}

.about-one__left {
  position: relative;
  display: block;
  margin-left: 15px;
  margin-right: 25px;
}

.about-one__img-box {
  position: relative;
  display: block;
}

.about-one__img-box:before {
  content: "";
  position: absolute;
  bottom: 246px;
  left: -17px;
  height: 300px;
  width: 17px;
}

.about-one__img-box:after {
  content: "";
  position: absolute;
  bottom: 85px;
  left: -17px;
  height: 150px;
  width: 17px;
}

.about-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.about-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  z-index: 1;
  content: "";
}

.about-one__img-box:hover .about-one__img:before {
  opacity: 1;
}

.about-one__img img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}

.about-one__img-box:hover .about-one__img img {
  transform: scale(1);
}

.about-one__img-two {
  max-width: 288px;
  position: absolute;
  right: -102px;
  bottom: -60px;
  z-index: 2;
}

.about-one__img-two:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255, .60);
}

.about-one__img-two img {
  width: auto;
  max-width: 288px;
  min-height: 300px;
  object-fit: cover;
}

.about-one__experience {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  text-align: center;
  padding: 33px 30px 30px;
  overflow: hidden;
  z-index: 1;
}

.about-one__icon-like {
  position: absolute;
  top: -8px;
  left: -14px;
  opacity: 0.04;
  z-index: -1;
}

.about-one__icon-like img {
  width: auto;
}

.about-one__icon-like-2 {
  position: absolute;
  bottom: 5px;
  right: -18px;
  opacity: 0.04;
  z-index: -1;
}

.about-one__icon-like-2 img {
  width: auto;
}

.about-one__experience-year {
  position: relative;
  display: block;
}

.about-one__experience-year h3 {
  font-size: 61px;
  color: #ffffff;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.08em;
  margin-bottom: 0px;
}

.about-one__experience-year-plus {
  position: relative;
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  top: -8px;
}

.about-one__experience-text-box {
  position: relative;
  display: block;
  border-top: 1px solid rgba(230, 230, 230, .10);
  padding-top: 13px;
}

.about-one__experience-text {
  font-size: 27px;
  font-weight: 600;
  color: #ffffff;
  line-height: 40px;
}

.about-one__video-link {
  position: absolute;
  top: -25px;
  left: -20px;
  z-index: 2;
}

.about-one__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.about-one__video-icon:hover {
  background-color: #ffffff !important;
}

.about-one__video-icon:before {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  content: "";
  border: 20px solid;
  opacity: .6;
  border-radius: 0;
  z-index: 1;
}

.about-one__video-link .ripple,
.about-one__video-icon .ripple:before,
.about-one__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  border-radius: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--meciy-primary-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--meciy-primary-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--meciy-primary-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--meciy-primary-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.about-one__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.about-one__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.about-one__big-text {
  position: absolute;
  top: 310px;
  left: -519px;
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.205em;
  color: transparent;
  -webkit-text-stroke: 1px;
  transform: rotate(-90deg);
}

.about-one__right {
  position: relative;
  display: block;
  margin-left: 92px;
}

.about-one__right .section-title {
  margin-bottom: 28px;
}

.about-one__right .section-title .section-title__title span {
  color: var(--meciy-primary);
}

.about-one__text-1 {
  font-size: 20px;
  line-height: 34px;
}

.about-one__points {
  position: relative;
  display: block;
  margin-top: 40px;
}

.about-one__points li {
  position: relative;
  display: flex;
  border-bottom: 1px solid rgba(var(--meciy-bdr-color-rgb), .60);
  padding-bottom: 25px;
  margin-bottom: 35px;
}

.about-one__points li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.about-one__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  width: 82px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about-one__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: #ffffff;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.about-one__points li:hover .icon span {
  transform: scale(.9);
}

.about-one__points li .content {
  position: relative;
  display: block;
  max-width: 325px;
  margin-left: 24px;
  margin-top: -10px;
}

.about-one__points li .content h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 11px;
}

.about-one__points li .content p {
  font-size: 14px;
  line-height: 26px;
}

.about-one__btn-box {
  position: relative;
  display: block;
  margin-top: 52px;
}


/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
position: relative;
display: block;
padding: 120px 0 147px;
z-index: 1;
}

.about-two__left {
position: relative;
display: block;
margin-left: -169px;
margin-right: 330px;
}

.about-two__img-box {
position: relative;
display: block;
}

.about-two__img {
position: relative;
display: block;
}

.about-two__img img {
width: 100%;
}

.about-two__img-two {
position: absolute;
bottom: -73px;
right: -328px;
z-index: 2;
}

.about-two__img-two img {
width: auto;
border: 18px solid #ffffff;
}

.about-two__tretments {
position: absolute;
top: 0;
right: -310px;
overflow: hidden;
padding: 59px 29px 49px;
width: 100%;
max-width: 290px;
z-index: 2;
}

.about-two__tretments-icon {
position: relative;
display: block;
margin-bottom: 53px;
}

.about-two__tretments-icon i,
.about-two__tretments-icon span {
  position: relative;
  display: inline-block;
  font-size: 110px;
  color: #ffffff;
  opacity: .30;
}

.about-two__tretments-icon svg {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  opacity: .30;
}

.about-two__tretments-icon svg g,
.about-two__tretments-icon svg{
  fill: #ffffff;
}

.about-two__tretments-title {
font-size: 34px;
color: #ffffff;
font-weight: 700;
line-height: 40px;
position: relative;
display: inline-block;
}

.about-two__tretments-title:before {
content: "";
position: absolute;
top: -26px;
left: 0;
width: 60px;
height: 4px;
background-color: #ffffff;
}

.about-two__tretments-big-text {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
font-size: 358px;
font-weight: 600;
color: transparent;
-webkit-text-stroke: 1px #ffffff;
display: flex;
align-items: center;
justify-content: center;
opacity: .10;
z-index: 1;
}

.about-two__tretments-shape-1 {
position: absolute;
top: -25px;
left: -25px;
width: 135px;
height: 135px;
border-radius: 50%;
background-color: #238478;
z-index: -1;
}

/*********************
****Blog Card Four****
*********************/
.blog-four__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-four__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.blog-four__img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: rgba(0,0,0, 0.8);
  opacity: 0;
  z-index: 1;
  content: "";
}

.blog-four__single:hover .blog-four__img:before {
  opacity: 1;
  opacity: 0.8;
}

.blog-four__img img {
  width: 100%;
  object-fit:cover;
  transition: .5s ease;
  transform: scale(1.05);
}

.blog-four__single:hover .blog-four__img img {
  transform: scale(1);
}

.blog-four__content {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.04);
  padding: 26px 30px 26px;
  margin-top: -40px;
  margin-left: 30px;
  z-index: 2;
}

.blog-four__title {
  font-size: 27px;
  font-weight: 700;
  line-height: 35px;
}

.blog-four__title a {
  color: var(--meciy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-four__title a:hover {
  color: var(--meciy-primary);
}

.blog-four__tag-and-date {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(var(--meciy-black-rgb), .06);
  padding-top: 11px;
  margin-top: 20px;
}


.blog-four__category{
  border-bottom: 1px solid rgba(0,0,0, .06);
  padding: 10px 0;
  margin-bottom: 10px;
}

.blog-four__date {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  line-height: 36px;
  position: relative;
  display: inline-block;
  margin-left: 20px;
}

.blog-four__date:before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 5px;
  left: -7px;
  width: 1px;
  background-color: #000;
  transform: rotate(10deg);
}



/*--------------------------------------------------------------
# Circle Progress One
--------------------------------------------------------------*/

.skill-one__progress-single {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 21px;
}



.skill-one__progress-box {
  position: relative;
  display: inline-block;
}

.skill-one__progress-box canvas {
  transform: rotate(90deg);
}

.skill-one__progress-box .circle-progress {
  height: 102px;
}

.skill-one__progress-box .skill-one__pack {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.skill-one__progress-box .skill-one__pack h3 {
  font-size: 28px;
  font-weight: 700;
}

.skill-one__progress-box .skill-one__pack span {
  position: relative;
  display: block;
  line-height: 20px;
}

.skill-one__progress-text {
  font-size: 18px;
  font-weight: 600;
  margin-top: 3px;
}

/**********************************
**************counter one**********
***********************************/


.counter-one__inner {
  position: relative;
  width: 100%;
  text-align: center;
}

.counter-one__inner:before {
  position: absolute;
  top: -40px;
  bottom: -27px;
  left: 0;
  content: "";
  width: 1px;
  background-color: rgba(255, 255, 255, 0.10);
}

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

.counter-one__icon {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.counter-one__icon:before {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  height: 38px;
  width: 38px;
  background-color: rgba(255,255,255, .25);
  border-radius: 50%;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  z-index: -1;
}

.counter-one__inner:hover .counter-one__icon:before {
  transform: scale(1.2);
}

.counter-one__icon span,
.counter-one__icon i {
  position: relative;
  display: inline-block;
  font-size: 40px;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.counter-one__icon svg {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.counter-one__inner:hover .counter-one__icon span,
.counter-one__inner:hover .counter-one__icon i,
.counter-one__inner:hover .counter-one__icon svg {
  transform: scale(.9);
}

.counter-one__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.02em;
  margin-top: 12px;
  margin-bottom: 14px;
}

.counter-one__count-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 96px;
  margin: 0 auto 0;
  background-color: #238074;
  padding: 9px 0;
}

.counter-one__count-box h3 {
  font-size: 14px;
  margin-bottom:0;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.counter-one__plus {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.counter-one__letter {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.counter-one .odometer-formatting-mark {
  display: none;
}

/**************************
********counter 2**********
**************************/


.counter-two {
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 30px 40px;
  max-width: 260px;
  width: 100%;
  z-index: 1;
}

.counter-two:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}


.counter-two:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}

.counter-two:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}


.counter-two__counter-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.counter-two__counter-icon span,
.counter-two__counter-icon i {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: #ffffff;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.counter-two__counter-icon svg {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  fill: #ffffff;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.counter-two:hover .counter-two__counter-icon span,
.counter-two:hover .counter-two__counter-icon i,
.counter-two:hover .counter-two__counter-icon svg {
  transform: scale(.9);
}

.counter-two__counter-content {
  margin-left: 20px;
}

.counter-two__counter-content h3 {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.counter-two:hover:before {
  background-color: transparent !important;
}

.counter-two__counter-content h5 {
  font-size: 22px;
  margin-bottom: 0px;
  color: #ffffff;
  font-weight: 600;
  line-height: 22px;
  margin-top: 4px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}


/*--------------------------------------------------------------
# Counter Three
--------------------------------------------------------------*/

.counter-three__single {
position: relative;
width: 100%;
text-align: center;
}

.counter-three__icon {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 95px;
width: 95px;
border-radius: 50%;
margin: 0 auto 12px;
z-index: 1;
}

.counter-three__icon:before {
content: "";
position: absolute;
top: -15px;
left: -10px;
right: 10px;
bottom: 15px;
border: 1px solid;
border-radius: 50%;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
z-index: -1;
}

.counter-three__single:hover .counter-three__icon:before {
border: 1px solid;
}

.counter-three__icon:after {
content: "";
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
border-radius: 50%;
transform: scale(1);
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
opacity: 1;
z-index: -1;
}

.counter-three__single:hover .counter-three__icon:after {
opacity: 1;
transform: scale(0);
-webkit-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
transition: all 0.4s linear;
}

.counter-three__icon span,
.counter-three__icon  i {
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: #ffffff;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  }

  .counter-three__icon  svg {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    fill: #ffffff;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    }

.counter-three__single:hover .counter-three__icon span,
.counter-three__single:hover .counter-three__icon i,
.counter-three__single:hover .counter-three__icon svg {
transform: scale(.9);
}

.counter-three__single h3 {
font-size: 40px;
font-weight: 700;
line-height: 40px;
}

.counter-three__text {
font-size: 14px;
font-weight: 500;
}

.counter-three__list .odometer-formatting-mark {
display: none;
}

/*--------------------------------------------------------------
# Counter Three
--------------------------------------------------------------*/


.skill-one__trusted {

text-align: center;
padding: 16px 17px 12px;
overflow: hidden;
z-index: 1;
}

.skill-one__trusted-icon {
position: relative;
display: inline-block;
padding-bottom: 7px;
margin-bottom: 9px;
border-bottom: 1px solid rgba(255 ,255 ,255 , .17);
}

.skill-one__trusted-icon span,
.skill-one__trusted-icon i {
  position: relative;
  display: inline-block;
  font-size: 60px;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  }

  .skill-one__trusted-icon svg {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    }

.skill-one__trusted:hover .skill-one__trusted-icon span,
.skill-one__trusted:hover .skill-one__trusted-icon i,
.skill-one__trusted:hover .skill-one__trusted-icon svg {
transform: scale(.9);
}

.skill-one__trusted-text {
font-size: 24px;
font-weight: 700;
line-height: 30px;
color: #ffffff;
margin-bottom:0px;
}

.skill-one__trusted-text span {
font-size: 24px;
font-weight: 700;
line-height: 30px;

}

.skill-one__trusted-text span .odometer-formatting-mark {
display: none;
}

.skill-one__trusted-shape-1 {
position: absolute;
top: -40px;
right: -30px;
width: 100px;
height: 100px;
border-radius: 50%;
background-color: rgb(248, 244, 243, .10);
}



/*--------------------------------------------------------------
# Appointments One
--------------------------------------------------------------*/
.appointments-one {
  position: relative;
  display: block;
  margin-top: -90px;
  z-index: 1;
}

.appointments-one__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 340px;
  padding-right: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  flex-wrap: wrap;
  z-index: 1;
}

.appointments-one__big-text {
  position: absolute;
  bottom: 50px;
  right: 315px;
  font-size: 52px;
  color: rgba(32, 48, 33, .26);
  font-weight: 600;
  line-height: 52px;
  transform: rotate(-5deg);
  z-index: -1;
}

.appointments-one__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.appointments-one__img img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.appointments-one__left {
  position: relative;
  display: flex;
  align-items: center;
}

.appointments-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  width: 110px;
  background-color: #fff;
}

.appointments-one__icon span,
.appointments-one__icon i {
  position: relative;
  display: inline-block;
  font-size: 65px;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.appointments-one__icon svg {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 65px;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.appointments-one__left:hover .appointments-one__icon span,
.appointments-one__left:hover .appointments-one__icon i,
.appointments-one__left:hover .appointments-one__icon svg {
  transform: scale(.9);
}

.appointments-one__content {
  margin-left: 25px;
}

.appointments-one__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

.appointments-one__title a {
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
  
.appointments-one__btn-box {
  position: relative;
  display: block;
}

.appointments-one__btn {
  padding: 25px 50px 25px;
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
}

/*********************
*******CTA 2*********
*********************/


.cta-two-box {
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
background-color: rgb(255, 255, 255);
box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.04);
margin-top: 15px;
z-index: 1;
}

.cta-two-icon-two {
position: absolute;
bottom: 10px;
right: 10px;
opacity: .12;
}

.cta-two-icon-two img {
width: auto;
}

.cta-two-img {
position: relative;
display: block;
width: 150px;
}

.cta-two-img img {
width: 100%;
}

.cta-two-icon {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: -45px;
height: 90px;
width: 90px;
background-color: #ffffff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
}

.cta-two-icon:before {
content: "";
position: absolute;
top: 8px;
left: 8px;
right: 8px;
bottom: 8px;
border-radius: 50%;
z-index: -1;
}

.cta-two-icon span,
.cta-two-icon i {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: #ffffff;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  }

  .cta-two-icon svg {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    fill: #ffffff;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    }

.cta-two-box:hover .cta-two-icon span,
.cta-two-box:hover .cta-two-icon i,
.cta-two-box:hover .cta-two-icon svg {
transform: scale(.9);
}

.cta-two {
margin-left: 65px;
}

.cta-two-text {
font-size: 18px;
font-weight: 600;
color: #000000;
padding-bottom: 7px;
}

.cta-two-btn {
font-size: 16px;
color: gray;
font-weight: 500;
position: relative;
display: flex;
align-items: center;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}

.cta-two-btn i {
position: relative;
display: inline-block;
padding-left: 6px;
}

/*--------------------------------------------------------------
# FAQ One
--------------------------------------------------------------*/
.faq-one__faq {
  position: relative;
  display: block;
}

.faq-one__faq .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  background-color: #fff;
  border: 1px solid rgb(135, 143, 140, .08);
  border-radius: 1px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one__faq .faq-one-accrodion .accrodion.active:before {
  transform: scaleY(1);
}

.faq-one__faq .faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 22px 60px 29px;
  padding-right: 40px;
  background-color: #fff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.faq-one__faq .faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one__faq .faq-one-accrodion .accrodion+.accrodion {
  margin-top: 26px;
}

.faq-one__faq .faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: #000;
}

.faq-one__faq .faq-one-accrodion .accrodion-title h4::before {
  content: "\e93b";
  font-family: 'icomoon' !important;
  font-weight: 900;
  font-size: 15px;
  color: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: -87px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one__faq .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\e93c";
}

.faq-one__faq .faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 9px 60px 30px;
  padding-right: 38px;
}

.faq-one__faq .faq-one-accrodion .accrodion-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 60px;
  right: 67px;
  height: 1px;
  background-color: rgba(0,0,0,.05);
}

.faq-one__faq .faq-one-accrodion .accrodion-content p {
  margin: 0;
  line-height: 30px;
}


/***
=============================================
Icon Box One
=============================================
***/
.icon-box-one_layout {
  position: relative;
  display: block;
}

.icon-box-one_layout .icon-box_item {
  position: relative;
  display: flex;
}

.icon-box-one_layout .icon-box_item .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  width: 82px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


.icon-box-one_layout .icon-box_item .icon i,
.icon-box-one_layout .icon-box_item .icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: #fff;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.icon-box-one_layout .icon-box_item .icon svg {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  fill: #fff;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.icon-box-one_layout .icon-box_item:hover .icon i,
  .icon-box-one_layout .icon-box_item:hover .icon span,
    .icon-box-one_layout .icon-box_item:hover .icon svg {
      transform: scale(.9);
}

.icon-box-one_layout .icon-box_item .content {
  position: relative;
  display: block;
  max-width: 325px;
  margin-left: 24px;
  margin-top: -10px;
}

.icon-box-one_layout .icon-box_item .content h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 11px;
}

.icon-box-one_layout .icon-box_item .content p {
  font-size: 14px;
  line-height: 26px;
}

/***************************
*******icon box 2 **********
****************************/



.scd-icon-box-two__call {
position: relative;
display: flex;
align-items: center;
}

.scd-icon-box-two__call-icon {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 50px;
width: 50px;
background-color: #e0e4e8;
border-radius: 50%;
font-size: 18px;
color: #ffffff;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
z-index: 1;
}



.scd-icon-box-two__call-icon:before {
content: "";
position: absolute;
top: 4px;
left: 4px;
right: 4px;
bottom: 4px;
border-radius: 50%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
z-index: -1;
}



.scd-icon-box-two__call-content {
margin-left: 15px;
}

.scd-icon-box-two__call-number {
font-size: 26px;
font-weight: 700;
line-height: 26px;
letter-spacing: -0.02em;
margin-bottom: 10px;
}

.scd-icon-box-two__call-number a {
color: #000000;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}



.scd-icon-box-two__call-sub-title {
font-size: 14px;
line-height: 14px;
letter-spacing: -0.02em;
}

/*************************
*******icon box three*****
*************************/

.scd-icon-box-three {
position: relative;
display: flex;
align-items: center;
}



.scd-icon-box-three .icon {
position: relative;
display: flex;
align-items: center;
}

.scd-icon-box-three .icon span,
.scd-icon-box-three .icon i {
  position: relative;
  display: inline-block;
  font-size: 45px;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  }

  .scd-icon-box-three .icon svg {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    }

.scd-icon-box-three:hover .icon i ,
.scd-icon-box-three:hover .icon span ,
.scd-icon-box-three:hover .icon svg {
  transform: scale(.9);
  }


.scd-icon-box-three .text {
margin-left: 25px;
}

.scd-icon-box-three .text h5 {
font-size: 22px;
font-weight: 700;
line-height: 32px;
}



/*--------------------------------------------------------------
# Image Box One
--------------------------------------------------------------*/

.imagebox-one__box {
  position: relative;
  display: flex;
  align-items: center;
}



.imagebox-one__img {
  position: relative;
  display: block;
  width: 60px;
}

.imagebox-one__img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;

}

.imagebox-one__content {
  margin-left: 15px;
}
.imagebox-one__content a{
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.imagebox-one__name {
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 7px;
}


/*--------------------------------------------------------------
# Portfolio One
--------------------------------------------------------------*/
.portfolio-one {
  position: relative;
  display: block;
  padding: 272px 0 195px;
  margin-top: -152px;
  z-index: 1;
}

.portfolio-one:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 785px;
  background-color: #fefaf9;
  z-index: -1;
}

.portfolio-one__big-text {
  position: absolute;
  top: -44px;
  left: -440px;
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--meciy-font-two);
  letter-spacing: 0.205em;
  color: transparent;
  -webkit-text-stroke: 1px #fcbba4;
  transform: rotate(-90deg);
  opacity: .18;
}

.portfolio-one__top {
  position: relative;
  display: block;
  margin-bottom: 47px;
}

.portfolio-one__top-left {
  position: relative;
  display: block;
}

.portfolio-one__top-left .section-title {
  margin-bottom: 0;
}

.portfolio-one__top-right {
  position: relative;
  display: block;
  margin-top: 21px;
}

.portfolio-one__top-text {
  font-size: 20px;
  line-height: 34px;
}

.portfolio-one__bottom {
  position: relative;
  display: block;
  margin-right: -375px;
}

.portfolio-one__carousel {
  position: relative;
  display: block;
}

.portfolio-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.portfolio-one__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.portfolio-one__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.portfolio-one__single {
  position: relative;
  display: block;
}

.portfolio-one__img-box {
  position: relative;
  display: block;
}

.portfolio-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.portfolio-one__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(0,0,0, .30);
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  z-index: 1;
}

.portfolio-one__single:hover .portfolio-one__img:before {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transform: perspective(400px) rotateX(0deg) scaleY(1.0);
}

.portfolio-one__img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 500ms ease
}

.portfolio-one__single:hover .portfolio-one__img img {
  transform: scale(1.05);
}

.portfolio-one__content {
  position: absolute;
  bottom: -50px;
  left: 30px;
  right: 30px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.04);
  background-position: bottom left;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  z-index: 2;
}

.portfolio-one__single:hover .portfolio-one__content {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.portfolio-one__content-inner {
  background-color: #ffffff;
  padding: 58px 30px 39px;
  clip-path: polygon(0 0, 100% 28%, 100% 100%, 0 100%);
}

.portfolio-one__sub-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}
.portfolio-one__sub-title a{ 
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-one__title {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  margin-top: 7px;
}

.portfolio-one__title a {
  color: #000000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}


.portfolio-one__arrow {
  position: absolute;
  bottom: -25px;
  right: 25px;
}

.portfolio-one__arrow a {
  position: relative;
  height: 64px;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}



/**************************
*********portfolio 2*******
***************************/



.portfolio-page-two__filter-box {
position: relative;
display: block;
margin-bottom: 30px;
}

.portfolio-page-two__filter {
position: relative;
display: flex;
align-items: center;
justify-content: flex-end;
flex-wrap: wrap;
}

.portfolio-page-two__filter.style1 li {
position: relative;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}

.portfolio-page-two__filter.style1 li+li {
margin-left: 40px;
}

.portfolio-page-two__filter.style1 li .filter-text {
position: relative;
display: inline-block;
color: #000000;
font-size: 16px;
font-weight: 500;
cursor: pointer;
border-radius: 10px;
transition: all 0.4s ease;
z-index: 1;
}

.portfolio-page-two__filter.style1 li .filter-text:before {
content: "";
position: absolute;
bottom: 6px;
left: 0;
right: 0;
height: 1px;
opacity: 0;
transition: all 0.4s ease;
}



.portfolio-page-two__filter.style1 li:hover .filter-text:before {
opacity: 1;
}

.portfolio-page-two__filter.style1 li.active .filter-text:before {
opacity: 1;
}

.portfolio-page-two__single {
position: relative;
display: block;
margin-bottom: 30px;
}

.portfolio-page-two__img {
position: relative;
display: block;
overflow: hidden;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
z-index: 1;
}

.portfolio-page-two__img::before {
opacity:.5;
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
-webkit-transform: perspective(400px) rotateY(90deg) scalex(0.5);
-ms-transform: perspective(400px) rotateY(90deg) scalex(0.5);
transform: perspective(400px) rotateY(90deg) scalex(0.5);
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .5s;
transition-property: all;
z-index: 1;
}

.portfolio-page-two__single:hover .portfolio-page-two__img:before {
-webkit-transform: perspective(400px) rotateY(0deg) scalex(1.0);
-ms-transform: perspective(400px) rotateY(0deg) scalex(1.0);
transform: perspective(400px) rotateY(0deg) scalex(1.0);
}

.portfolio-page-two__img img {
width: 100%;
margin: 0px !important;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
-webkit-transform: scale(1);
transform: scale(1);
transition: all 500ms ease;
object-fit: cover;
}

.portfolio-page-two__single:hover .portfolio-page-two__img img {
transform: scale(1.05);
}

.portfolio-page-two__content-box {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
background-color: rgb(255, 255, 255);
box-shadow: 0px 11px 43px 0px rgba(98, 143, 144, 0.15);
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
padding: 31px 30px 25px;
}

.portfolio-page-two__content {
position: relative;
display: block;
}

.portfolio-page-two__sub-title {
font-weight: 500;
}

.portfolio-page-two__sub-title a{
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}

.portfolio-page-two__title-two {
font-size: 28px;
font-weight: 700;
line-height: 30px;
margin-top: 9px;
}

.portfolio-page-two__title-two a {
color: #000000;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}



.portfolio-page-two__arrow {
position: relative;
display: block;
}

.portfolio-page-two__arrow a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 42px;
width: 42px;
color: #ffffff;
font-size: 15px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}

.portfolio-page-two__arrow a:hover {
background-color: #000000;
}

.portfolio-two__filter-box {
position: relative;
display: block;
margin-bottom: 72px;
}

.portfolio-two__filter {
position: relative;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}

.portfolio-two__filter.style1 li {
position: relative;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}

.portfolio-two__filter.style1 li+li {
margin-left: 20px;
}

.portfolio-two__filter.style1 li .filter-text {
position: relative;
display: inline-block;
color: #878f8c;
font-size: 20px;
font-weight: 400;
cursor: pointer;
background-color: #f2f7f7;
padding: 18px 30px 14px;
border-radius: 10px;
transition: all 0.4s ease;
z-index: 1;
}

.portfolio-two__filter.style1 li:hover .filter-text,
.portfolio-two__filter.style1 li.active .filter-text {
color: #ffffff;
}

/*--------------------------------------------------------------
#Portfolio Three
----------------------------------------------------------------------*/
.portfolio-two__bottom {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -11px;
  margin-right: -11px;
}

.portfolio-two__single {
  position: relative;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 11px;
  padding-right: 11px;
}

.portfolio-two__img-box {
  position: relative;
  display: block;
}

.portfolio-two__img-box::before {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 17px;
  top: 48px;
  width: 1px;
  background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: perspective(400px) rotatex(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  z-index: 2;
}

.portfolio-two__single:hover .portfolio-two__img-box::before {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transition-delay: 500ms;
}

.portfolio-two__img-box::after {
  content: "";
  position: absolute;
  bottom: 29px;
  left: 11px;
  right: 21px;
  height: 1px;
  background-image: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.01) 99%, rgb(255, 255, 255) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.01) 99%, rgb(255, 255, 255) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.01) 99%, rgb(255, 255, 255) 100%);
  -webkit-transform: perspective(400px) rotateY(90deg) scalex(0.5);
  -ms-transform: perspective(400px) rotateY(90deg) scalex(0.5);
  transform: perspective(400px) rotateY(90deg) scalex(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  z-index: 2;
}

.portfolio-two__single:hover .portfolio-two__img-box::after {
  -webkit-transform: perspective(400px) rotateY(0deg) scalex(1.0);
  -ms-transform: perspective(400px) rotateY(0deg) scalex(1.0);
  transform: perspective(400px) rotateY(0deg) scalex(1.0);
  transition-delay: 500ms;
}

.portfolio-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}

.portfolio-two__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  -webkit-transform: perspective(400px) rotateY(90deg) scalex(0.5);
  -ms-transform: perspective(400px) rotateY(90deg) scalex(0.5);
  transform: perspective(400px) rotateY(90deg) scalex(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  z-index: 1;
}

.portfolio-two__single:hover .portfolio-two__img:before {
  -webkit-transform: perspective(400px) rotateY(0deg) scalex(1.0);
  -ms-transform: perspective(400px) rotateY(0deg) scalex(1.0);
  transform: perspective(400px) rotateY(0deg) scalex(1.0);
}

.portfolio-two__img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 500ms ease;
  object-fit: cover;
  margin: 0px !important;
  
}

.portfolio-two__single:hover .portfolio-two__img img {
  transform: scale(1.05);
  border-radius: 10px;
}

.portfolio-two__content {
  position: absolute;
  bottom: 41px;
  left: 38px;
  z-index: 2;
}

.portfolio-two__single:hover .portfolio-two__content {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.portfolio-two__sub-title {
  letter-spacing: 0.15em;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 700ms ease;
}
.portfolio-two__sub-title a{
	-webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-two__single:hover .portfolio-two__sub-title {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 700ms;
}

.portfolio-two__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-top: 4px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 700ms ease;
}

.portfolio-two__single:hover .portfolio-two__title {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 700ms;
}

.portfolio-two__title a {
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}



.portfolio-two__single-1 {
  margin-top: 29px;
}

.portfolio-two__single-3 {
  margin-top: 48px;
}

.portfolio-two__single-4 {
  margin-top: 15px;
}

.portfolio-two__single-5 {
  margin-top: 50px;
}


/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-one__content {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 40px 35px 132px;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 82%);
  z-index: 1;
}

.services-one__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 5px;
}

.services-one__title a {
  color: #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__img-box {
  position: relative;
  display: block;
  margin-top: -95px;
  margin-left: 15px;
  margin-right: 15px;
}

.services-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 100%);
  background-color: #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.services-one__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .services-one__img img {
  transform: scale(1.05);
  opacity: .5;
}

.services-one__icon {
  position: absolute;
  top: 0;
  right: 30px;
  height: 57px;
  width: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.services-one__icon span,
.services-one__icon i {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-one__icon svg{
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-one__icon svg,
.services-one__icon svg g{
  fill: #fff;
}

.services-one__single:hover .services-one__icon span,
  .services-one__single:hover .services-one__icon i,
    .services-one__single:hover .services-one__icon svg{
      transform: scale(.9);
}


/*********************************
***********Service Two************
*********************************/


.services-two__single {
position: relative;
display: flex;
}

.services-two__img {
position: relative;
display: block;
overflow: hidden;
z-index: 1;
width: 200px;
}

.services-two__img:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .7s;
transition-property: all;
background: rgba(0,0,0, 0.5);
opacity: 0;
z-index: 1;
content: "";
}

.services-two__single:hover .services-two__img:before {
opacity: 1;
}

.services-two__img img {
width: 100%;
transition: .5s ease;
transform: scale(1.05);
}

.services-two__single:hover .services-two__img img {
transform: scale(1);
}

.services-two__content {
position: relative;
display: block;
background-color: #fff;
width: 100%;
padding: 30px 35px 25px;
margin-top: 20px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}

.services-two__title {
font-size: 34px;
font-weight: 700;
line-height: 44px;
}

.services-two__title a {
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}


.services-two__text-2 {
padding-top: 10px;
padding-bottom: 6px;
}

.services-two__read-more {
position: relative;
display: inline-block;
font-size: 15px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}

.services-two__read-more:before {
content: "";
position: absolute;
top: 15px;
right: -40px;
width: 30px;
height: 2px;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  display: block;
}

.main-slider .swiper-slide {
  position: relative;
  background-color: #313131;
}

.main-slider .container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 120px;
  z-index: 30;
}

.image-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: .60;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: 1;
}

.main-slider .swiper-slide-active .image-layer {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.main-slider__content {
  position: relative;
  display: block;
  z-index: 1;
}

.main-slider__shape-one {
  position: absolute;
  top: -400px;
  bottom: -125px;
  left: -600px;
  right: 475px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  opacity: .90;
  z-index: -1;
}

.main-slider__shape-one:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10000000px;
  right: 100%;
  opacity: .90;
  z-index: -1;
}

.main-slider__title {
  position: relative;
  font-size: 110px;
  font-weight: 700;
  line-height: 120px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__tagline {
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  margin-top: 20px;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}



.main-slider__description {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider .swiper-slide-active .main-slider__title,
.main-slider .swiper-slide-active .main-slider__text,
.main-slider .swiper-slide-active .main-slider__btn-box,
.main-slider .swiper-slide-active .main-slider__tagline,
.main-slider .swiper-slide-active .main-slider__description{
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider__nav {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  height: 0;
  line-height: 0;
}


.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 63px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: rgba(255, 255, 255, .20);
  background-color: transparent;
  border: 2px solid;
  border-color: rgba(255, 255, 255, .20);
  border-radius: 50%;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
  padding: 22px 0;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  color: rgba(255, 255, 255, 1);
  border: 2px solid;
  border-color: rgba(255, 255, 255, 1);
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
  display: none;
}

.main-slider__nav .swiper-button-prev {
  margin-bottom: 10px;
}

.main-slider__nav .swiper-button-prev i {
  position: relative;
  display: inline-block;
}


/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
  position: relative;
  display: block;
  z-index: 1;
}

.main-slider-two .swiper-slide {
  position: relative;
  background-color: var(--meciy-base);
}

.main-slider-two .container {
  position: relative;
  padding-top: 338px;
  padding-bottom: 185px;
  z-index: 30;
}

.image-layer-two {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 1;
}

.main-slider-two__content {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}

.main-slider-two__sub-title {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__title {
  position: relative;
  font-size: 90px;
  color: #fff;
  font-weight: 700;
  line-height: 100px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 19px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__btn-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__btn-one {
  padding: 10px 40px 10px;
  background-color: #000;
}

.main-slider-two__btn-two {
  margin-left: 10px;
  padding: 10px 40px 10px;
}

.main-slider-two .swiper-slide-active .main-slider-two__title,
.main-slider-two .swiper-slide-active .main-slider-two__sub-title,
.main-slider-two .swiper-slide-active .main-slider-two__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

#main-slider-pagination {
  z-index: 10;
  bottom: 60px;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  -webkit-transform: translate(-50%, calc(-50% + 95px));
  transform: translate(-50%, calc(0% + 0px));
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}

#main-slider-pagination .swiper-pagination-bullet {
  margin: 0;
}

#main-slider-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(255,255,255, .50);
  border: 0;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 3px;
}

#main-slider-pagination .swiper-pagination-bullet:before {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  content: "";
  border: 2px solid #fff;
  border-radius: 50%;
  transform: scale(0);
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

#main-slider-pagination .swiper-pagination-bullet:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  transition: all 100ms linear;
  transition-delay: 0.1s;
  z-index: 5;
  height: 7px;
  width: 7px;
  transform: scale(0) translateX(-50%) translateY(-50%);
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 20px;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  transform: scale(1);
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  transform: scale(1) translateX(-50%) translateY(-50%);
}


/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider-three {
  position: relative;
  display: block;
  z-index: 1;
}

.main-slider-three .swiper-slide {
  position: relative;
  background-color: var(--meciy-black);
}

.main-slider-three .container {
  position: relative;
  padding-top: 140px;
  padding-bottom: 185px;
  z-index: 30;
}

.image-layer-three {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: .80;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}

.main-slider-three .swiper-slide-active .image-layer-three {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.main-slider-three__time {
  position: absolute;
  display: flex;
  align-items: center;
  top: 340px;
  left: -95px;
  transform: rotate(-90deg);
  z-index: 40;
}

.main-slider-three__time-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-slider-three__time-icon span {
  font-size: 30px;
  color: #ffffff;
}

.main-slider-three__time-text {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.18em;
  margin-left: 25px;
}

.main-slider-three__shape-two {
  position: absolute;
  top: -38px;
  left: -694px;
  background-color: rgb(255, 255, 255);
  opacity: 0.031;
  width: 874px;
  height: 804px;
  border-radius: 50%;
  z-index: 40;
}

.main-slider-three__content {
  position: relative;
  display: block;
  z-index: 5;
}

.main-slider-three__shape-1 {
  position: absolute;
  top: -350px;
  bottom: -350px;
  left: -375px;
  right: 450px;
  background-color: var(--meciy-base);
  border-radius: 50%;
  z-index: -1;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.main-slider-three__shape-1:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1000000px;
  right: 100%;
  background-color: var(--meciy-base);
  z-index: -1;
}

.main-slider-three__sub-title {
  position: relative;
  display: inline-block;
  margin-left: 70px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.15em;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  z-index: 1;
}

.main-slider-three__sub-title:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -70px;
  width: 50px;
  height: 2px;
  background-color: #ffffff;
}

.main-slider-three__title {
  position: relative;
  font-size: 110px;
  color: #ffffff;
  font-weight: 700;
  line-height: 120px;
  margin-top: 39px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three .swiper-slide-active .main-slider-three__title,
.main-slider-three .swiper-slide-active .main-slider-three__sub-title,
.main-slider-three .swiper-slide-active .main-slider-three__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-three .main-slider__nav {
  top: 45%;
}


/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/

.team-member-main{
  max-width: 400px;
  margin: 0 auto;
}

.team-one {
    position: relative;
    display: block;
    padding: 0 0 90px;
    z-index: 2;
  }
  
  .team-one__shape-1 {
    position: absolute;
    top: -188px;
    left: 0;
    opacity: 0.04;
    z-index: -1;
  }
  
  .team-one__shape-1 img {
    width: auto;
  }
  
  .team-one .container {
    max-width: 1360px;
  }
  
  .team-one__inner {
    position: relative;
    display: block;
    z-index: 1;
  }
  
  .team-one__big-text {
    position: absolute;
    top: 245px;
    right: -238px;
    font-size: 72px;
    line-height: 72px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.205em;
    color: transparent;
    -webkit-text-stroke: 1px #fcbba4;
    transform: rotate(-90deg);
    opacity: .18;
  }
  
  .team-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  
  .team-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 2;
  }
  
  .team-one__img img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .team-one__single:hover .team-one__img img {
    transform: scale(1.05);
  }
  
  .team-one__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.04);
    padding: 67px 30px 32px;
    margin-top: -44px;
    z-index: 1;
  }
  
  .team-one__name {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 12px;
  }
  
  .team-one__name a {
    color: #000000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  

  .team-one__sub-title {
    font-size: 18px;
    line-height: 18px;
  }
  
  .team-one__social-two {
    position: absolute;
    right: 15px;
    bottom: 0px;
    z-index: 2;
  }
  
  .team-one__social-two li a {
    font-size: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 45px;
    width: 50px;
    border-radius: 10px;
  }
  
  .team-one__single:hover .team-one__social-two li a {
    background-color: #3b8b81;
  }
  
  .team-one__social {
    position: absolute;
    right: 15px;
    bottom: 37px;
    text-align: center;
    padding: 20px 7.5px 19px !important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transform: scaleY(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform-origin: bottom center;
    z-index: 1;
  }
  
  .team-one__single:hover .team-one__social {
    transform: scaleY(1.0);
  }
  
  .team-one__social li+li {
    margin-top: 10px;
  }
  
  .team-one__social li a {
    font-size: 16px;
    color: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border-bottom-right-radius: 0;
  }

  .team-one__social li a svg{
    width: 16px;
    height: 16px;
    fill: #ffffff;
  }
  
  .team-one__social li a:hover {
    color: #ffffff;
  }  
  .team-one__social li a:hover svg {
    fill: #ffffff;
  }  

  /*--------------------------------------------------------------
# Team Two
--------------------------------------------------------------*/
.team-two {
  position: relative;
  display: block;
  padding-bottom: 90px;
  z-index: 1;
}

.team-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-two__img-box {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 89%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 89%, 0% 100%);
  z-index: 1;
}

.team-two__img-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background: linear-gradient(0deg, rgb(0 0 0 / 77%) 14%, rgba(239, 162, 134, 0) 48%);  
  visibility: hidden;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 1;
}

.team-two__single:hover .team-two__img-box:before {
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.team-two__img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.team-two__img img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-two__single:hover .team-two__img img {
  transform: scale(1.05);
}

.team-two__social-two {
  position: absolute;
  left: 12px;
  bottom: -48px;
  z-index: 2;
}

.team-two__social-two li a {
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 94px;
  width: 77px;
  transform: rotate(40deg);
}

.team-two__social-two:hover li a {
  background-color: #3b8b81;
}

.team-two__social-two li a i {
  position: relative;
  top: -22px;
  left: -16px;
  transform: rotate(-30deg);
}

.team-two__social {
  position: absolute;
  right: 20px;
  bottom: 43px;
  display: flex;
  align-items: center;
  visibility: hidden;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scaleY(0) translateZ(100px) rotate(-7deg);
  transform: scaleY(0) translateZ(100px) rotate(-7deg);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 2;
}

.team-two__single:hover .team-two__social {
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px) rotate(-7deg);
  transform: scaleY(1) translateZ(0px) rotate(-7deg);
}

.team-two__social li+li {
  margin-left: 10px;
}

.team-two__social li a svg{
   width: 10px;
   height: 10px;
   fill: #fff;
}
.team-two__social li a {
  font-size: 10px;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  border: 1px solid #ffffff;
}

.team-two__social li a:hover {
  color: #ffffff;
  border: 1px solid transparent !important;
}

.team-two__content {
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid rgb(135, 143, 140, .15);
  margin-top: -48px;
  padding: 62px 30px 18px;
}

.team-two__name {
  font-size: 25px;
  font-weight: 600;
  line-height: 37px;
}

.team-two__name a {
  color: #000000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}


.testimonial-one__right {
  position: relative;
  display: block;
  margin-left: 50px;
  margin-top: 50px;
  overflow: hidden;
  z-index: 1;
}

.testimonial-one__right-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.02;
  z-index: -1;
}

.testimonial-one__slider {
  position: relative;
  display: block;
  padding: 54px 60px 63px;
  z-index: 1;
}

#testimonial-one__thumb {
  width: 430px;
  position: absolute;
  top: 205px;
  left: 60px;
  z-index: 2;
}

.testimonial-one__img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 500ms ease;
  width: 130px;
  cursor: pointer;
}

.testimonial-one__img-holder:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0, .30);
  border-radius: 50%;
  content: "";
  z-index: 1;
  transition: all 500ms ease;
}

#testimonial-one__thumb .swiper-slide-thumb-active .testimonial-one__img-holder:before {
  background-color: rgba(25,119,107, .0);
}

.testimonial-one__img-holder>img {
  width: 100%;
  border: 6px solid;
  border-radius: 50%;
  transition: all 0.5s ease-in-out 0.6s;
}


.testimonial-one__main-content {
  position: relative;
  display: block;
}

.testimonial-one__content-box {
  position: relative;
  display: block;
}

.testimonial-one__text {
  font-size: 20px;
  line-height: 34px;
}

.testimonial-one__client-info-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, .10);
  padding-top: 35px;
  margin-top: 212px;
}

.testimonial-one__client-info {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-one__client-img {
  position: relative;
  display: block;
  width: 60px;
  border-radius: 50%;
}

.testimonial-one__client-img img {
  width: 100%;
  border: 4px solid;
  border-radius: 50%;
}

.testimonial-one__client-content {
  margin-left: 15px;
}

.testimonial-one__client-name {
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  line-height: 34px;
  margin-bottom: 11px;
}

.testimonial-one__client-sub-title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 14px;
}

.testimonial-one__client-review {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-one__client-review i {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
}

.testimonial-one__client-review i+i {
  margin-left: 4px;
}



/*--------------------------------------------------------------
# Testimonial Two 
--------------------------------------------------------------*/
.testimonial-two{
   overflow:hidden;
}
div#testimonial-two__carousel-pagination{
  display:none;
}
.testimonial-two__bottom-content-box {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 50px 0px rgba(135, 143, 140, 0.05);
  padding: 40px 60px 105px;
}

.testimonial-two__carousel {
  position: relative;
  display: block;
}

.testimonial-two__single {
  position: relative;
  display: block;
}

.testimonial-two__quote {
  position: absolute;
  top: 55px;
  right: 0;
}

.testimonial-two__quote span {
  font-size: 30px;
}

.testimonial-two__client-info {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-two__client-img {
  position: relative;
  display: block;
  height: 144px;
  width: 144px;
  border-radius: 50%;
  z-index: 1;
}

.testimonial-two__client-img:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 3px dashed #fff;
  border-radius: 50%;
}

.testimonial-two__client-img>img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-two__client-small-img {
  position: absolute;
  bottom: -6px;
  right: -10px;
}

.testimonial-two__client-small-img>img {
  width: 100%;
  border-radius: 50%;
  border: 3px solid #fff;
}

.testimonial-two__client-content {
  margin-left: 45px;
}

.testimonial-two__client-name {
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 13px;
}

.testimonial-two__client-sub-title {
  font-size: 16px;
  line-height: 16px;
}

.testimonial-two__text {
  padding-top: 33px;
  padding-bottom: 26px;
}

.testimonial-two__rating-and-date {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.testimonial-two__rating {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-two__rating span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 17px;
}

.testimonial-two__rating span+span {
  margin-left: 4px;
}

.testimonial-two__date {
  position: relative;
  display: block;
}

.testimonial-two__date {
  font-size: 18px;
}

.testimonial-two__carousel.owl-theme .owl-nav {
  position: absolute;
  bottom: -65px;
  left: 0;
  margin-top: 0;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  color: rgba(135, 140, 143, .20);
  border: 1px solid rgba(135, 140, 143, .20);
  background-color: transparent;
  font-size: 13px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  color: rgba(135, 140, 143, .20);
  border: 1px solid rgba(135, 140, 143, .20);
  background-color: transparent;
  font-size: 13px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 45px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 45px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev:hover {
  color: rgba(0,0,0, 1);
  border: 1px solid ;
}


/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.feature-one {
  position: relative;
  display: block;
  background-color: #fefaf9;
  counter-reset: count;
  padding: 120px 0 74px;
}

.feature-one .container {
  max-width: 1630px;
}

.feature-one .section-title {
  margin-bottom: 91px;
}

.feature-one__single {
  position: relative;
  display: block;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.02);
  padding: 150px 0 40px;
  margin-bottom: 56px;
  z-index: 1;
}

.feature-one__single:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.feature-one__single:hover:before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.feature-one__title-box {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(230, 230, 230, .50);
  padding: 0 35px 20px;
  margin-bottom: 20px;
}

.feature-one__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.feature-one__title a {
  color: #000000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__title a {
  color: #ffffff;
}

.feature-one__text-box {
  position: relative;
  display: block;
  padding: 0 35px 0;
}

.feature-one__text {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__text {
  color: #ffffff !important;
}

.feature-one__read-more {
  position: relative;
  display: block;
  margin-top: 16px;
}

.feature-one__read-more a {
  position: relative;
  display: inline-block;
  color: gray;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__read-more a {
  color: #ffffff !important;
}

.feature-one__read-more a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px;
  width: 50px;
  height: 1px;
  transform: translateY(-50%);
  background-color: rgba(135,140,143, .20);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__read-more a:before {
  background-color: rgba(255,255,255, .20);
}

.feature-one__icon {
  position: absolute;
  top: -25px;
  left: 0;
  height: 140px;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.feature-one__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}

.feature-one__single:hover .feature-one__icon:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.feature-one__icon svg{
  width: 70px;
  height: 70px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.feature-one__icon svg,
.feature-one__icon svg g{
  fill: #ffffff;
}

.feature-one__icon span,
.feature-one__icon i {
  position: relative;
  display: inline-block;
  font-size: 70px;
  color: #ffffff;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.feature-one__single:hover .feature-one__icon svg,
.feature-one__single:hover .feature-one__icon span,
.feature-one__single:hover .feature-one__icon i {
  transform: scale(.9);
}

.feature-one__count {
  position: absolute;
  bottom: 35px;
  right: 50px;
  width: 37px;
  height: 37px;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}

.feature-one__count:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  counter-increment: count;
  content: "0"counter(count);
  color: transparent;
  -webkit-text-stroke: 1px gray;
  opacity: .60;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}

.feature-one__single:hover .feature-one__count:before {
  -webkit-text-stroke: 1px #ffffff;
}

.feature-one__single--two {
  margin-top: 70px;
}

.feature-one__single--four {
  margin-top: 70px;
}

/***
=============================================
Feature Box Two
=============================================
***/

.feature-two__single {
position: relative;
display: flex;
align-items: center;
}

.feature-two__single:hover .feature-two__img-box:before {
transform: scale(1.0);
opacity: 1;
}

.feature-two__img-box {
position: relative;
display: block;
width: 175px;
border-radius: 50%;
overflow: hidden;
z-index: 1;
}

.feature-two__img-box:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: "";
border-radius: 50%;
background-color: rgba(0,0,0, .50);
transform: scale(0.5);
opacity: 0;
-webkit-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
transition: all 0.4s linear;
z-index: 1;
}

.feature-two__list li:hover .feature-two__img-box:before {
transform: scale(1.0);
opacity: 1;
}

.feature-two__img-box img {
width: 100%;
border: 3px solid #ffffff;
border-radius: 50%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}

.feature-two__list li:hover .feature-two__img-box img {
transform: scale(1.08);
}

.feature-two__content {
margin-left: 45px;
}

.feature-two__sub-title {
font-size: 14px;
font-weight: 500;
color: #ffffff;
line-height: 14px;
}

.feature-two__title {
font-size: 36px;
font-weight: 700;
line-height: 46px;
margin-top: 17px;
}

.feature-two__title a {
color: #ffffff;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}



/*--------------------------------------------------------------
# Feature Three
--------------------------------------------------------------*/

.feature-three__single {
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
background-color: #ffffff;
padding: 54px 60px 47px;
border-radius: 8px;
z-index: 1;
}

.feature-three__single:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
border-radius: 8px;
content: "";
transform: scaleX(0.7) rotateX(20deg);
opacity: 0;
transition: all 0.4s linear;
z-index: -1;
}

.feature-three__single:hover:before {
transform: scaleX(1.0) rotateX(0deg);
transition: all 0.4s linear;
opacity: 1;
}

.feature-three__icon {
position: relative;
display: flex;
align-items: center;
top: -4px;
}

.feature-three__icon svg{
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.feature-three__icon span,
.feature-three__icon i {
position: relative;
display: inline-block;
font-size: 90px;
-webkit-transition: all 500ms linear;
transition: all 500ms linear;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}

.feature-three__single:hover .feature-three__icon span,
.feature-three__single:hover .feature-three__icon i {
transform: scale(.9);
color: #ffffff;
}

.feature-three__single:hover .feature-three__icon svg{
  transform: scale(.9);
}

.feature-three__single:hover .feature-three__icon svg,
.feature-three__single:hover .feature-three__icon svg g{
  fill: #ffffff;;
}


.feature-three__content {
position: relative;
display: block;
margin-left: 60px;
}

.feature-three__content:before {
content: "";
position: absolute;
top: 2px;
bottom: 9px;
left: -30px;
width: 1px;
background-color: rgba(0,0,0, .15);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}

.feature-three__single:hover .feature-three__content:before {
background-color: rgba(255,255,255, .15);
}

.feature-three__sub-title {
line-height: 16px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}

.feature-three__single:hover .feature-three__sub-title {
color: #f0ebeb;
}

.feature-three__title {
font-size: 28px;
line-height: 35px;
font-weight: 600;
margin-top: 15px;
}

.feature-three__title a {
color: #000000;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}

.feature-three__single:hover .feature-three__title a {
color: #f0ebeb;
}
/*******************************************************
*************Pricing Table******************************
********************************************************/

.pricing-plan-two {
  position: relative;
  display: block;
  background: #fff;
  padding: 240px 0 90px
}

.pricing-plan-two__single {
  position: relative;
  display: block;
  background: #fafbfa;
  border: 1px solid #f3f3f3;
  border-radius: 6px;
  padding: 20px 20px 20px
}

.pricing-plan-two__single-inner {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #f1f1f0;
  padding: 30px 30px 35px;
  z-index: 1
}

.pricing-plan-two__single-inner-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  border-radius: 6px;
  transform: scaleX(.8) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 0;
  z-index: -1
}

.pricing-plan-two__single:hover .pricing-plan-two__single-inner-bg {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1
}

.pricing-plan-two__single-inner-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -2;
  content: "";
  border-radius: 6px
}

.pricing-plan-two__single-inner .table-header {
  position: relative;
  display: block;
  padding: 15px 30px 17px;
  z-index: 1
}

.pricing-plan-two__single-inner .table-header::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fafbfa;
  border: 1px solid #f3f3f3;
  content: "";
  z-index: -1;
  transition: all 500ms linear;
  transition-delay: 0.3s
}

.pricing-plan-two__single:hover .pricing-plan-two__single-inner .table-header::before {
  -moz-transform: skew(-10deg,0deg);
  -webkit-transform: skew(-10deg,0deg);
  -o-transform: skew(-10deg,0deg);
  -ms-transform: skew(-10deg,0deg);
  transform: skew(-10deg,0deg);
  border-radius: 5px
}

.pricing-plan-two__single-inner .table-header h2 {
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 5px;
  padding-left: 17px;
  padding-right: 10px
}

.pricing-plan-two__single-inner .table-header h2 .dollar {
  position: absolute;
  top: -9px;
  left: 0;
  font-size: 25px;
  padding-right: 10px
}

.pricing-plan-two__single-inner .table-header h2 .text {
  position: absolute;
  top: -16px;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: .03em;
  margin-left: 9px
}

.pricing-plan-two__single-inner .table-header h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 4px
}

.pricing-plan-two__single-inner .table-header .review-box {
  position: relative;
  display: block
}

.pricing-plan-two__single-inner .table-header .review-box li {
  position: relative;
  display: inline-block
}

.pricing-plan-two__single-inner .table-header .review-box li span::before {
  position: relative;
  display: inline-block;
  font-size: 15px
}

.pricing-plan-two__single-inner .table-content {
  position: relative;
  display: block;
  margin-top: 30px
}

.pricing-plan-two__single-inner .table-content ul {
  position: relative;
  display: block
}

.pricing-plan-two__single-inner .table-content ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px
}

.pricing-plan-two__single-inner .table-content ul li:last-child {
  margin-bottom: 0
}

.pricing-plan-two__single-inner .table-content ul li .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #e8e7e7;
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s
}

.pricing-plan-two__single:hover .pricing-plan-two__single-inner .table-content ul li .icon-box {
  border-color: #fff
}

.pricing-plan-two__single-inner .table-content ul li .icon-box span:before,
  .pricing-plan-two__single-inner .table-content ul li .icon-box i:before {
    position: relative;
  display: inline-block;
  color: #222;
  font-size: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s
}
.pricing-plan-two__single-inner .table-content ul li .icon-box svg{
    position: relative;
  display: inline-block;
  fill: #222;
  width: 15px;
  height: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s
}
.pricing-plan-two__single-inner .table-content ul li .icon-box svg,
.pricing-plan-two__single-inner .table-content ul li .icon-box svg g{
  fill: #222;
}

.pricing-plan-two__single:hover .pricing-plan-two__single-inner .table-content ul li .icon-box i:before,
  .pricing-plan-two__single:hover .pricing-plan-two__single-inner .table-content ul li .icon-box span:before {
    fill: #fff
}

.pricing-plan-two__single:hover .pricing-plan-two__single-inner .table-content ul li .icon-box svg,
.pricing-plan-two__single:hover .pricing-plan-two__single-inner .table-content ul li .icon-box svg g{
    fill: #fff
}

.pricing-plan-two__single-inner .table-content ul li .text-box {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 20px
}

.pricing-plan-two__single-inner .table-content ul li .text-box p {
  color: #838691;
  font-size: 15px;
  line-height: 25px;
  transition: all 200ms linear;
  transition-delay: 0.1s
}

.pricing-plan-two__single:hover .pricing-plan-two__single-inner .table-content ul li .text-box p {
  color: #fff
}

.pricing-plan-two__single-inner .table-footer {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 0
}

.pricing-plan-two__single-inner .table-footer a {
  border-radius: 50px;
  padding: 15px 35px 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid grey;
}

.pricing-plan-two__single-inner .table-footer a .txt {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/***
=============================================
   Video One
=============================================
***/
.video-one {
  position: relative;
  display: block;
  margin-bottom: -300px;
  z-index: 2;
}

.video-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.video-one__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 250px 0px 250px;
  z-index: 1;
}

.video-one__inner .shape1 {
  position: absolute;
  top: 0;
  left: -55px;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

.video-one__inner .video-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-one__inner .video-box a {
  position: relative;
  display: inline-block;
  z-index: 5;
}

.video-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 25px;
  color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
}

.video-one__icon::before {
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  content: "";
}

.video-one__inner .video-box .border-animation {
  position: absolute;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  border: 1px solid rgba(255, 255, 255, 1);
  animation: squares 2.9s linear 0s infinite;
  -webkit-animation: squares 2.9s linear 0s infinite;
  -ms-animation: squares 2.9s linear 0s infinite;
  -o-animation: squares 2.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
  border-radius: 50%;
}

.video-one__inner .video-box .border-animation.border-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.video-one__inner .video-box .border-animation.border-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/***
=============================================
 Video Two
=============================================
***/
.services-details__video .img-box {
  position: relative;
  display: block;
}

.services-details__video .img-box img {
  width: 100%;
}

.services-details__video .video-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.services-details__video .video-box a {
  position: relative;
  display: inline-block;
}

.services-details__video-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.services-details__video-icon span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 25px;
}

.services-details__video-icon .ripple{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgb(0 0 0 / 60%);
  -o-box-shadow: 0 0 0 0 rgb(0 0 0 / 60%);
  -webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 60%);
  box-shadow: 0 0 0 0 rgb(0 0 0 / 60%);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}


/********************************
*******Social Icons**************
********************************/

.scd-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.scd-social-icons a {
  position: relative;
  height: 35px;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: grey;
  background-color: #ffffff;
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.scd-social-icons a:hover {
  color: #ffffff;
}

.scd-social-icons a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}
.scd-social-icons a svg{
  transition: all 200ms linear;
  transition-delay: 0.1s;
  width: 15px;
}

.scd-social-icons a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.scd-social-icons a+a {
  margin-left: 10px;
}

/***********************************
 * Footer Blog Widget
 * **********************************/


.footer-widget__single-blog {
    position: relative;
    display: block
}

.footer-widget__single-blog-list {
    position: relative;
    display: block
}

.footer-widget__single-blog-list li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 8px
}

.footer-widget__single-blog-list li:last-child {
    margin-bottom: 0
}

.footer-widget__single-blog-list li .img-box {
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden
}

.footer-widget__single-blog-list li .img-box img {
    width: 100%
}

.footer-widget__single-blog-list li .img-box .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    opacity: 0;
    transform: perspective(400px) scale(0);
    transform-origin: top;
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2
}

.footer-widget__single-blog-list li:hover .img-box .overlay-icon {
    opacity: .80;
    transform: perspective(400px) scale(1);
    transition: all 0.3s ease-in-out 0.3s
}

.footer-widget__single-blog-list li .img-box .overlay-icon a {
    color: #fff;
    font-size: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s
}

.footer-widget__single-blog-list li .text-box {
    position: relative;
    display: block;
    margin-left: 20px;
    flex: 1
}

.footer-widget__single-blog-list li .text-box span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400
}

.footer-widget__single-blog-list li .text-box p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600
}

.footer-widget__single-blog-list li .text-box p a {
    transition: all 200ms linear;
    transition-delay: 0.1s
}

/***********************************
*************Footer Form*************
************************************/


body .footer-form input, .footer-form select, .footer-form textarea {
  font-size: 10px !important;
  color:  #ffffff !important;
  background: transparent !important;
  border-radius: 0px !important;
  border-color:  rgb(255 255 255 / 10%) !important
}
.footer-form input::placeholder, .footer-form select::placeholder, .footer-form textarea::placeholder {
  color: #fff !important;
}


.footer-form input, .footer-form select {
   height: 35px !important;
}

.footer-form textarea {
  height: 65px !important;
}
.footer-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
  color: #fff !important;
  line-height: 0;
  width: 100%;
}

.footer-form span.wpcf7-spinner {
  position: absolute;
  right: 0;
  margin-top: 5px;
}
.footer-form div.wpcf7-validation-errors,
.footer-form div.wpcf7-acceptance-missing,
.footer-form div.wpcf7-mail-sent-ok,
.footer-form div.wpcf7-response-output{  
  color: #fff;
}

.footer-form  input:focus,.footer-form  select:focus,.footer-form  textarea:focus{
  border-color: rgba(255,255,255, .80) !important;
}

.footer-form select option{
  color: #878c8f;
}

/***********************************
*************Additional*************
************************************/
.team-details__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.team-details__contact-list h5 {
  margin-right: 5px;
  margin-bottom: 0px;
}
.team-details__contact-list li a{
  color: gray;
}

.btn-box>.thm-btn>.txt>i{
  padding-left: 2px;;
}
.odometer.odometer-auto-theme {
  margin-bottom: 0;
}
.faq-two .elementor-accordion-item{
  border-bottom: 1px solid #dcdfe2 !important;
}
.faq-two i{
  font-size:15px;
  margin-right: 10px;
}

.faq-two .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{
  width:15px;
  height:15px;
  margin-right: 10px;
}
.elementor-accordion .elementor-accordion-item {
    margin-bottom: 20px;
    box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
    border-right: 0px!important;
    border-left: 0px!important;
    border-top: 0px!important;
    border-bottom: 0px!important
}

.elementor-accordion .elementor-accordion-item i:before {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700
}
.portfolio-info {
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 20px 16px 20px;
}
.portfolio-info:hover div{
 	color:#ffffff;
}
.portfolio-info div{
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}