@charset "utf-8";
/* CSS Document */
/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
  position: relative;
  display: block;
}

.team-details__top {
  padding: 0 0 120px;
}

.team-details-shape-1 {
  position: absolute;
  bottom: -270px;
  right: 0;
  opacity: 0.5;
  z-index: 2;
}
.team-details-shape-1 img {
  width: auto;
}

.team-details__top-left {
  position: relative;
  display: block;
  margin-right: 20px;
}

.team-details__top-img {
  position: relative;
  display: block;
  border-radius: 30px;
}
.team-details__top-img img {
  width: 100%;
  border-radius: 30px;
}

.team-details__big-text {
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  color: #eef0f6;
  letter-spacing: 0.35em;
  font-weight: 400;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 209px;
  left: -325px;
}

.team-details__top-right {
  position: relative;
  display: block;
  margin-left: 50px;
}
@media only screen and (max-width: 991px) {
  .team-details__top-right {
    margin-top: 70px;
    margin-left: 0;
  }
}

.team-details__top-content {
  position: relative;
  display: block;
  margin-top: -11px;
}

.team-details__top-name {
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 3px;
}

.team-details__top-title {
  font-size: 16px;
  color: var(--theme-color2);
}

.team-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 28px;
}
.team-details__social a {
  position: relative;
  height: 40px;
  width: 40px;
  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;
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
  font-size: 15px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-details__social a:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.team-details__social a + a {
  margin-left: 10px;
}

.team-details__top-text-1 {
  font-size: 30px;
  color: var(--theme-color1);
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 30px;
}

.team-details__top-text-2 {
  padding-top: 23px;
  padding-bottom: 35px;
}

.team-details__bottom {
  position: relative;
  display: block;
  border-top: 1px solid #e4e5ea;
  padding-top: 110px;
}

.team-details__bottom-left {
  position: relative;
  display: block;
  margin-right: 70px;
}

.team-details__bottom-left-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.team-details__bottom-left-text {
  padding-top: 30px;
}

.team-details__bottom-right {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 1px;
}
@media only screen and (max-width: 991px) {
  .team-details__bottom-right {
    margin-left: 0;
  }
}

.team-details__progress {
  position: relative;
  display: block;
  width: 100%;
}
.team-details__progress .bar {
  position: relative;
  width: 100%;
  height: 13px;
  background-color: #eef0f6;
  border-radius: 7px;
  margin-bottom: 22px;
}
.team-details__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 13px;
  border-radius: 7px;
  background-color: var(--theme-color1);
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}
.team-details__progress .count-text {
  position: absolute;
  right: 0px;
  bottom: 21px;
  color: var(--theme-color1);
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-details__progress .bar-inner.counted .count-text {
  opacity: 1;
}
.team-details__progress .bar.marb-0 {
  margin-bottom: 0;
}

.team-details__progress-single {
  position: relative;
  display: block;
}

.team-details__progress-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: var(--theme-color1);
  margin-bottom: 6px;
}

/*** 

====================================================================
    Features Section Three
====================================================================

***/
.features-section-three {
  position: relative;
  padding: 120px 0 90px;
  z-index: 2;
  background-color: #fff;
}
.features-section-threea {
  position: relative;
  padding: 120px 0 90px;
  z-index: 2;
  background-color: var(--theme-color2);
}
.features-section-three.style-two {
  padding: 120px 0 75px;
}
.features-section-threea.style-two {
  padding: 120px 0 75px;
}
.features-section-three.style-two .feature-block-three .image img {
  max-width: 200px;
}
.features-section-threea.style-two .feature-block-three .image img {
  max-width: 200px;
}
.features-section-three .carousel-outer {
  padding: 0 45px;
}
.features-section-threea .carousel-outer {
  padding: 0 45px;
}
.features-section-three .features-carousel .feature-block-three {
  padding: 0px 15px 15px;
}
.features-section-threea .features-carousel .feature-block-three {
  padding: 0px 15px 15px;
}
.feature-block-three {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.feature-block-threea {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.feature-block-three .inner-box {
  position: relative;
  margin-top: 30px;
  height: 100%;
  padding: 35px 50px 25px;
  padding-left: 270px;
  background-color: #ffffff;
  min-height: 260px;
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  border-right: 6px solid var(--border-theme-color2);
}
.feature-block-threea .inner-box {
  position: relative;
  margin-top: 30px;
  height: 100%;
  padding: 35px 50px 25px;
  padding-left: 270px;
  background-color: #ffffff;
  min-height: 260px;
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  border-right: 6px solid var(--border-theme-color2);
}
.feature-block-three .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  background-image: url(../images/icons2/icon-lines-2.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  content: "";
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.feature-block-threea .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  background-image: url(../images/icons/icon-lines-2.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  content: "";
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.feature-block-three .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.feature-block-threea .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.feature-block-three .inner-box:hover .image:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.feature-block-threea .inner-box:hover .image:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.feature-block-three .inner-box:hover .image .icon {
  background-color: var(--bg-theme-color1);
  color: var(--theme-color2);
}
.feature-block-three .inner-box:hover .image .icon {
  background-color: var(--bg-theme-color1);
  color: var(--theme-color2);
}
.feature-block-three .inner-box:hover .title {
  color: var(--theme-color2);
}
.feature-block-threea .inner-box:hover .title {
  color: var(--theme-color2);
}
.feature-block-three .image {
  position: absolute;
  left: 30px;
  top: -30px;
  margin-bottom: 0px;
  overflow: hidden;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.feature-block-threea .image {
  position: absolute;
  left: 30px;
  top: -30px;
  margin-bottom: 0px;
  overflow: hidden;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.feature-block-three .image img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-threea .image img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-three .image:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.feature-block-threea .image:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.feature-block-three .image .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 75px;
  width: 75px;
  background-color: var(--bg-theme-color2);
  font-size: 30px;
  color: var(--theme-color1);
  font-weight: 700;
  text-align: center;
  line-height: 75px;
  border-radius: 50%;
  font-family: var(--title-font);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-threea .image .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 75px;
  width: 75px;
  background-color: var(--bg-theme-color2);
  font-size: 30px;
  color: var(--theme-color1);
  font-weight: 700;
  text-align: center;
  line-height: 75px;
  border-radius: 50%;
  font-family: var(--title-font);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-three .title {
  margin-bottom: 15px;
}
.feature-block-threea .title {
  margin-bottom: 15px;
	color: #fff;
}
.feature-block-three .text {
  position: relative;
  margin-bottom: 0;
}
.feature-block-three .text2 {
  position: relative;
  margin-bottom: 0;
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
	line-height: var(--body-line-height2);
}
.feature-block-threea .text {
  position: relative;
  margin-bottom: 0;
}
/*** 

====================================================================
    Why Choose Us Two
====================================================================

***/
.why-choose-us-two {
  position: relative;
  padding: 120px 0 70px;
}
.why-choose-us-two:before {
  position: absolute;
  left: -240px;
  top: -160px;
  height: 100%;
  width: 100%;
  background-image: url(../images/icons/pattern-7.webp);
  background-repeat: no-repeat;
  background-position: center left;
  content: "";
}
.why-choose-us-two .content-column {
  position: relative;
  margin-bottom: 50px;
}
.why-choose-us-two .content-column .inner-column {
  position: relative;
}
.why-choose-us-two .content-column .inner-column .sec-title h3 {
  font-size:36px;
}
.why-choose-us-two .content-column .info-box {
  position: relative;
  background-color: #f4f5f8;
  padding: 15px 30px;
  padding-left: 60px;
  margin-bottom: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.why-choose-us-two .content-column .info-box:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.why-choose-us-two .content-column .info-box .icon {
  position: absolute;
  left: 30px;
  top: 0;
  height: 60px;
  line-height: 60px;
  color: var(--theme-color2);
}
.why-choose-us-two .content-column .info-box .title {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 0;
}

.why-choose-us-two .image-column {
  position: relative;
  margin-bottom: 50px;
}
.why-choose-us-two .image-column .image-box {
  position: relative;
  padding-left: 100px;
  margin-right: -360px;
}
.why-choose-us-two .image-column .image-box a {
 color: var(--theme-color-white);
	font-size:16px;
}
.why-choose-us-two .image-column .image-box .image {
  position: relative;
  margin-bottom: 0;
}
.why-choose-us-two .image-column .image-box .image img {
  width: 100%;
}
.why-choose-us-two .image-column .image-box .play-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 150px;
  width: 200px;
  background-color: var(--bg-theme-color2a);
  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;
  color: var(--theme-color-white);
  font-size: 28px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.why-choose-us-two .image-column .image-box .play-btn a {
  color: var(--theme-color-white);
  font-size: 16px;
 
}
.why-choose-us-two .image-column .image-box .play-btn:hover {
  background-color: var(--bg-theme-color1);
  color: var(--theme-color2);
}

/*** 

====================================================================
    Features Section Two
====================================================================

***/
.features-section-two {
  position: relative;
  padding: 120px 0;
  z-index: 2;
}
.features-section-two.style-two:before {
  display: none;
}
.features-section-two.style-two .bottom-text {
  color: var(--theme-color4);
  font-weight: 400;
}
.features-section-two.style-two .bottom-text .theme-btn {
  padding: 8px 20px;
}
.features-section-two:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/icons2/pattern-6.webp);
  content: "";
}
.features-section-two .bottom-text {
  position: relative;
  text-align: center;
  font-size: 18px;
  color: #808287;
  font-weight: 500;
  margin-top: 10px;
}
.features-section-two .bottom-text .theme-btn {
  line-height: 20px;
  padding: 5px 20px;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 15px;
}

.features-section-style-two {
  background-color: #151618;
  position: relative;
  padding: 120px 0 90px;
  z-index: 2;
}
.features-section-style-two .title-column {
  position: relative;
  margin-bottom: 60px;
}
.features-section-style-two .title-column .inner-column .sec-title h3 {
  margin-bottom: 0;
	font-size:36px;
	color:var(--theme-color-white);
}

.features-section-style-two .title-column .inner-column .sub-title {
  margin-bottom: 20px;
	font-size:14px;
	color:var(--theme-color-white);
}
.features-section-style-two .title-column .inner-column .text {
  
	color:var(--theme-color-white);
}
.features-section-style-two .image-column {
  position: relative;
  margin-bottom: 60px;
}
.features-section-style-two .image-column .image-box {
  position: relative;
  padding-left: 70px;
  text-align: right;
}
.features-section-style-two .image-column .image-box .image {
  position: relative;
  margin-bottom: 0;
}
.features-section-style-two .image-column .image-box .image:before {
  position: absolute;
  left: -10px;
  top: 30px;
  bottom: 30px;
  background-color: var(--bg-theme-color2);
  width: 10px;
  content: "";
}
.features-section-style-two .image-column .image-box .image img {
  display: block;
}
.features-section-style-two.style-two {
  background-color: var(--bg-theme-color1);
}
.features-section-style-two.style-two:before {
  background-image: url(../images/icons2/pattern-22.webp);
}

.feature-block-two {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.feature-block-two .inner-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 30px 20px 25px;
  background-color: #ffffff;
  background-image: url(../images/icons2/shape-1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  min-height: 175px;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.feature-block-two .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.feature-block-two .inner-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.feature-block-two .inner-box:before {
  height: 0;
}
.feature-block-two .inner-box:hover:before {
  height: 0;
}
.feature-block-two .inner-box:hover .title {
  color: #ffffff;
}
.feature-block-two .icon {
  position: relative;
  display: block;
  font-size: 64px;
  color: var(--theme-color-white);
  font-weight: 900;
  line-height: 64px;
  margin-bottom: 30px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.feature-block-two .title {
  font-size: 16px;
  margin-bottom: 0;
color: var(--theme-color-white);
}
.feature-block-two .title:hover {
  color: var(--theme-color-white);
}
.feature-block-two .title  {
  color: inherit;
}

.feature-block-two.dark .inner-box {
  background-color: var(--bg-theme-color2);
  background-image: url(../images/icons/shape-1.webp);
}
.feature-block-two.dark .inner-box:before {
  background-color: var(--theme-color2);
}
.feature-block-two.dark .inner-box:hover .title {
  color: var(--theme-color-white);
}
.feature-block-two.dark .inner-box:hover .icon {
  color: var(--theme-color-white);
}
.feature-block-two.dark .inner-box .title h3 {
  color: #ffffff;
}
.feature-block-two.dark .inner-box h3 {
  color: #ffffff;
}
/*** 

====================================================================
		FAQ's Sectiom
====================================================================

***/
.faqs-section {
  position: relative;
}
.faqs-section .form-bg {
  position: absolute;
  right: 15px;
  left: -375px;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.faqs-section .faq-bg {
  position: absolute;
  left: 15px;
  right: -375px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.faqs-section.style-two:before {
  position: absolute;
  top: -300px;
  right: -480px;
  height: 100%;
  width: 100%;
  background-image: url(../images/icons2/pattern-21.webp);
  background-repeat: no-repeat;
  background-position: right top;
  content: "";
}
.faqs-section.style-two .faq-column .inner-column {
  padding-top: 70px;
}
.faqs-section.style-two .faq-column .inner-column .sec-title h3 {
  font-size:36px;
}
.faqs-section.style-two .image-column {
  position: relative;
  margin-bottom: 50px;
}
.faqs-section.style-two .image-column .inner-column {
  margin-left: -375px;
}
.faqs-section.style-two .image-column .inner-column .image {
  position: relative;
  margin-bottom: 10px;
}
.faqs-section.style-two .image-column .inner-column .image img {
  width: 100%;
}
.faqs-section.style-two .image-column .info-box {
  position: relative;
  padding: 45px 45px;
  background-color: var(--bg-theme-color2);
  background-image: url(../images/icons2/icon-lines-5.webp);
  background-repeat: no-repeat;
  background-position: left top;
}
.faqs-section.style-two .image-column .info-box:hover .icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-color: var(--bg-theme-color3);
  color: var(--theme-color1);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.faqs-section.style-two .image-column .info-box .inner {
  padding-right: 200px;
  position: relative;
  min-height: 140px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.faqs-section.style-two .image-column .info-box .title {
  margin-bottom: 0;
	color:var(--theme-color-white);
}
.faqs-section.style-two .image-column .info-box .icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  background-color: var(--bg-theme-color1);
  color: var(--theme-color-white);
  font-size: 78px;
  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;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
  position: relative;
  display: block;
background-image: url("../images/icons2/pattern-20.webp");

}

.team-details__top {
  padding: 0 0 120px;
}

.team-details-shape-1 {
  position: absolute;
  bottom: -270px;
  right: 0;
  opacity: 0.5;
  z-index: 2;
}
.team-details-shape-1 img {
  width: auto;
}

.team-details__top-left {
  position: relative;
  display: block;
  margin-right: 20px;
}

.team-details__top-img {
  position: relative;
  display: block;
  border-radius: 30px;
}
.team-details__top-img img {
  width: 100%;
  border-radius: 30px;
}

.team-details__big-text {
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  color: #eef0f6;
  letter-spacing: 0.35em;
  font-weight: 400;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 209px;
  left: -325px;
}

.team-details__top-right {
  position: relative;
  display: block;
  margin-left: 50px;
}
@media only screen and (max-width: 991px) {
  .team-details__top-right {
    margin-top: 70px;
    margin-left: 0;
  }
}

.team-details__top-content {
  position: relative;
  display: block;
  margin-top: 0px;
color: var(--theme-color2);
}

.team-details__top-name {
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 3px;
}

.team-details__top-title {
  font-size: 16px;
  color: var(--theme-color2);
}

.team-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 28px;
}
.team-details__social a {
  position: relative;
  height: 40px;
  width: 40px;
  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;
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
  font-size: 15px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-details__social a:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.team-details__social a + a {
  margin-left: 10px;
}

.team-details__top-text-1 {
  font-size: 30px;
  color: var(--theme-color1);
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 30px;
}

.team-details__top-text-2 {
  padding-top: 23px;
  padding-bottom: 35px;
}

.team-details__bottom {
  position: relative;
  display: block;
  border-top: 1px solid #e4e5ea;
  padding-top: 110px;
}

.team-details__bottom-left {
  position: relative;
  display: block;
  margin-right: 70px;
}

.team-details__bottom-left-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.team-details__bottom-left-text {
  padding-top: 30px;
}

.team-details__bottom-right {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 1px;
}
@media only screen and (max-width: 991px) {
  .team-details__bottom-right {
    margin-left: 0;
  }
}

.team-details__progress {
  position: relative;
  display: block;
  width: 100%;
}
.team-details__progress .bar {
  position: relative;
  width: 100%;
  height: 13px;
  background-color: #eef0f6;
  border-radius: 7px;
  margin-bottom: 22px;
}
.team-details__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 13px;
  border-radius: 7px;
  background-color: var(--theme-color1);
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}
.team-details__progress .count-text {
  position: absolute;
  right: 0px;
  bottom: 21px;
  color: var(--theme-color1);
  line-height: 24px;
  font-size: 14px;

  text-align: center;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-details__progress .bar-inner.counted .count-text {
  opacity: 1;
}
.team-details__progress .bar.marb-0 {
  margin-bottom: 0;
}

.team-details__progress-single {
  position: relative;
  display: block;
}

.team-details__progress-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: var(--theme-color1);
  margin-bottom: 6px;
}

.team-contact-form {
  background-color: #eef0f6;
}
.team-contact-form input[type=text],
.team-contact-form input[type=email] {
  background-color: #fff;
}
.team-contact-form textarea {
  background-color: #fff;
  height: 180px;
}
/***

====================================================================
    Why Choose Us six
====================================================================

***/
.why-choose-six {
  position: relative;
  padding: 120px 0 70px;
}
.why-choose-six .anim-icons {
  max-width: none;
}
.why-choose-six .shape-image1 {
  position: absolute;
  bottom: 0;
  left: 30px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.why-choose-six .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 3;
}
.why-choose-six .content-column .inner-column {
  position: relative;
  padding-right: 40px;
}
@media (max-width: 1199.98px) {
  .why-choose-six .content-column .inner-column {
    padding-right: 0;
  }
}
.why-choose-six .content-column .sec-title h3 {
  margin-bottom: 40px;
	font-size:36px;
}
.why-choose-six .content-column .sec-title .other-title {
  color: var(--theme-color2);
  margin-top: 30px;
}
.why-choose-six .content-column .sec-title .shape-image2 {
  position: absolute;
  right: -65px;
  bottom: -20px;
}
.why-choose-six .info-outer {
  position: relative;
  margin-right: -470px;
  border: 10px solid var(--theme-color1);
  background-color: #fff;
  padding: 40px 40px 10px;
}
@media (max-width: 991.98px) {
  .why-choose-six .info-outer {
    margin-right: 0;
  }
}
.why-choose-six .info-box {
  position: relative;
  margin-bottom: 30px;
}
.why-choose-six .info-box .inner {
  position: relative;
  padding-left: 90px;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 575.98px) {
  .why-choose-six .info-box .inner {
    padding-left: 0;
    text-align: center;
    padding-bottom: 10px;
  }
}
.why-choose-six .info-box .inner:hover .icon {
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
}
.why-choose-six .info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 70px;
  width: 70px;
  font-size: 32px;
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
  border-radius: 50%;
  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;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .why-choose-six .info-box .icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 auto 10px;
  }
}
.why-choose-six .info-box .title {
  margin-bottom: 0;
}
.why-choose-six .image-column {
  position: relative;
  margin-bottom: 50px;
}
.why-choose-six .image-column .image-box {
  position: relative;
  text-align: right;
}
.why-choose-six .image-column .image-box .image {
  margin-bottom: 0;
  max-width: 555px;
  max-height: 590px;
  margin-left: auto;
}
.why-choose-six .image-column .image-box .image img {
  width: 100%;
  height: 100%;
  max-height: 590px;
  -o-object-fit: cover;
     object-fit: cover;
}/***
====================================================================
    Why Choose Us
====================================================================

***/
/* Why Choose Us Four */
.why-choose-us-four {
  position: relative;
  padding: 123px 0 70px;
}

.why-choose-us-four .content-column,
.why-choose-us-four .image-column,
.why-choose-us-two .content-column,
.why-choose-us-two .image-column {
  position: relative;
  margin-bottom: 50px;
}

.why-choose-us-four .content-column {
  z-index: 1;
}

.why-choose-us-four .content-column .inner-column {
  position: relative;
  padding-left: 125px;
  padding-top: 2px;
}

.why-choose-us-four .content-column .sec-title {
  margin-bottom: 40px;
}

.why-choose-us-four .content-column .sec-title h2 {
  font-size: 36px;
  color: var(--theme-color4);
}

.why-choose-us-four .content-column .sec-title .text {
  margin-top: 25px;
}

.why-choose-us-four .content-column .btn-box {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.why-choose-us-four .image-column .inner-column {
  position: relative;
  margin-right: -10px;
}

.why-choose-us-four .image-column .image-box {
  position: relative;
}

.why-choose-us-four .image-column .image-box .bg-shape {
  background-image: url(../images/icons2/icon-dots2.webp);
  position: absolute;
  left: -150px;
  top: 40%;
  width: 493px;
  height: 100%;
  transform: translateY(-50%);
}

.why-choose-us-four .image-column .image-box .image-1,
.why-choose-us-four .image-column .image-box .image-2 {
  position: relative;
  overflow: hidden;
  max-width: 296.6px;
}

.why-choose-us-four .image-column .image-box .image-1 {
  margin-bottom: 20px;
}

.why-choose-us-four .image-column .image-box .image-2 {
  margin-bottom: 0;
}

.why-choose-us-four .image-column .image-box .image-1 img,
.why-choose-us-four .image-column .image-box .image-2 img,
.why-choose-us-four .image-column .image-box .image-3 img {
  width: 100%;
}

.why-choose-us-four .image-column .image-box .image-3 {
  position: absolute;
  right: -90px !important;
  top: 92px;
  margin-bottom: 0;
  max-width: 296.6px;
}
/* Why choose section image stack: reserve space so absolute image doesn't move text */
.why-choose-us-four .image-column .inner-column {
  min-height: 520px;
}

.why-choose-us-four .image-column .image-box {
  position: relative;
  min-height: 520px;
}

.why-choose-us-four .image-column .image-box .image-1,
.why-choose-us-four .image-column .image-box .image-2,
.why-choose-us-four .image-column .image-box .image-3 {
  display: block;
}

@media only screen and (max-width: 1199px) {
  .why-choose-us-four .image-column .image-box .image-3 {
    display: none;
  }
}
/* sc-website-design.php specific stability helpers */
.why-choose-us-four .image-column .image-box {
  min-height: 640px;
}

.why-choose-us-four .image-column .image-box figure {
  margin: 0;
}

.why-choose-us-four .image-column .image-box img,
.why-choose-us-two .image-column .image-box img {
  display: block;
}

@media only screen and (max-width: 1199px) {
  .why-choose-us-four .image-column .image-box {
    min-height: 560px;
  }
}

@media only screen and (max-width: 1023px) {
  .why-choose-us-four .image-column .image-box {
    min-height: 0;
  }
}@media only screen and (max-width: 1199px) {
  .why-choose-us-four .content-column .inner-column {
    padding-left: 0;
  }

  .why-choose-us-four .image-column .image-box,
  .why-choose-us-two .image-column .image-box {
    text-align: center;
    padding-left: 0;
	}}
@media only screen and (max-width: 1023px) {
  .header-top,
  .main-header .main-menu,
  .why-choose-us-four .image-column {
    display: none;
	}}