@charset "utf-8";
/* CSS Document */

/*** 
====================================================================
  FAQ's Section Two
====================================================================
***/
.faqs-section-two {
  position: relative;
  padding: 120px 0 50px;
background-image: url("../images/icons2/pattern-20.webp");
}
.faqs-section-two .sec-title h2{font-size:36px;}


.faqs-section-two:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 29.8%;
  background-color: var(--bg-theme-color4);
  content: "";
}
.faqs-section-two .icon-object-2 {
  top: 155px;
  left: -375px;
}
.faqs-section-two .icon-object-3 {
  top: 290px;
  right: -350px;
  max-width: 325px;
}
.faqs-section-two.style-two {
  padding: 0;
}
.faqs-section-two.style-two::before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 370px;
  background-image: url(../images/icons2/icon-dots-2.webp);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: right center;
  content: "";
}
.faqs-section-two.style-two .faq-column {
  padding: 120px 0 100px;
  margin-bottom: 0;
}
.faqs-section-two.style-two .faq-column .inner-column {
  padding-left: 80px;
  padding-right: 0;
}
.faqs-section-two .faq-column {
  position: relative;
  margin-bottom: 50px;
}
.faqs-section-two .faq-column .inner-column {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 991.98px) {
  .faqs-section-two .faq-column .inner-column {
    padding-right: 0;
  }
}
.faqs-section-two .content-column {
  position: relative;
  margin-bottom: 20px;
}
.faqs-section-two .form-column {
  position: relative;
}
.faqs-section-two .form-column .inner-column {
  position: relative;
  padding: 120px 70px 120px;
  padding-left: 0;
}
.faqs-section-two .form-column .inner-column .sec-title .sub-title {
  color: #ffffff;
}
.faqs-section-two .form-column .inner-column .sec-title .sub-title:before {
  color: #ffffff;
}
.faqs-section-two .form-column .form-bg {
  position: absolute;
  right: 15px;
  left: -375px;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.faqs-section-two .form-column .form-bg:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--gradient-2);
  opacity: 0.9;
  content: "";
}
.faqs-section-two .accordion-box.style-two {
  position: relative;
}
.faqs-section-two .accordion-box.style-two .block {
  position: relative;
  background-color: transparent;
  margin-bottom: 20px;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faqs-section-two .accordion-box.style-two .block.active-block {
  -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #ecf0f4;
}
.faqs-section-two .accordion-box.style-two .block .acc-btn {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  background-color: #F3F3F3;
  color: var(--theme-color1);
  font-weight: 700;
  cursor: pointer;
  padding: 22px 20px;
  padding-right: 70px;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.faqs-section-two .accordion-box.style-two .block .acc-btn .icon {
  position: absolute;
  right: 20px;
  top: 16px;
  height: 40px;
  width: 40px;
  font-size: 14px;
  line-height: 40px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  color: var(--theme-color1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.faqs-section-two .accordion-box.style-two .block .acc-btn.active {
  background-color: #ffffff;
}
.faqs-section-two .accordion-box.style-two .block .acc-btn.active .icon {
  color: #ffffff;
  background-color: var(--bg-theme-color2);
}
.faqs-section-two .accordion-box.style-two .block .acc-btn.active .icon:before {
  content: "\f107";
}
.faqs-section-two .accordion-box.style-two .block .acc-content {
  position: relative;
  display: none;
}
.faqs-section-two .accordion-box.style-two .block .acc-content .content {
  position: relative;
  padding: 30px 20px 30px;
}
.faqs-section-two .accordion-box.style-two .block .acc-content .content .text {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #808287;
  margin-bottom: 0;
}
.faqs-section-two .accordion-box.style-two .block .acc-content.current {
  display: block;
}
.faqs-section-two .banner-box-one {
  position: relative;
  background-color: var(--theme-color2);
  padding: 50px 80px;
  margin-bottom: 0;
	color:var(--theme-color-white);
}
.faqs-section-two .banner-box-one title
{color:var(--theme-color-white);}

@media (max-width: 991.98px) {
  .faqs-section-two .banner-box-one {
    padding-left: 50px;
  }
}
@media (max-width: 575.98px) {
  .faqs-section-two .banner-box-one {
    padding: 30px 15px;
  }
}
.faqs-section-two .banner-box-one:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/icons2/shape-15.webp);
  background-repeat: no-repeat;
  background-position: right top;
  content: "";
}
.faqs-section-two .banner-box-one .icon {
  display: block;
  font-size: 72px;
  color: var(--theme-color4);
  margin-bottom: 20px;
}
.faqs-section-two .banner-box-one .title {
  font-size: 30px;
  color: var(--theme-color4);
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .faqs-section-two .banner-box-one .title {
    font-size: 20px;
  }
}
.faqs-section-two .banner-box-two {
  position: relative;
  margin-bottom: 30px;
}
.faqs-section-two .banner-box-two .image {
  position: relative;
  margin-bottom: 0;
}
.faqs-section-two .banner-box-two .image img {
  width: 100%;
}
.faqs-section-two .banner-box-two .caption a{
  position: absolute;
  left: 0;
  bottom: 40px;
  line-height: 24px;
  padding: 20px 30px;
  background-color: #ffffff;
  margin-bottom: 0;
}


.offer-section-two {
  position: relative;
  overflow: hidden;
}
.offer-section-two:before {
  position: absolute;
  left: 0;
  top: 100px;
  bottom: 0;
  width: 100%;
  background-color: var(--bg-theme-color2);
  content: "";
}
.offer-section-two:after {
  position: absolute;
  background-image: url(../images/icons2/pattern-8.webp);
  left: 0;
  top: 175px;
  width: 421px;
  height: 560px;
  content: "";
}

.offer-section-two .content-column {
  position: relative;
}
.offer-section-two .content-column .inner-column {
  position: relative;
  padding: 200px 0 75px;
}
.offer-section-two .content-column .sec-title h3 {
  font-size: 28px;
	  color: var(--text-color2);
}
.offer-section-two .content-column .sec-title .sub-title {
  color: var(--text-color2);
}
.offer-section-two .content-column .sec-title .sub-title:before {
  background-color: var(--bg-theme-color1);
}
.offer-section-two .content-column .sec-title .text {
  font-size: 16px;
  line-height: 30px;
	 color: var(--text-color2);
}
.offer-section-two .content-column .info-box {
  position: relative;
  padding-left: 80px;
  min-height: 64px;
  margin-bottom: 45px;
}
.offer-section-two .content-column .info-box .count {
  position: absolute;
  left: 0;
  top: 0;
  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;
  height: 64px;
  width: 64px;
  background-color: var(--bg-theme-color1);
  line-height: 1em;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.offer-section-two .content-column .info-box .text {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  color: var(--theme-color1);
  font-weight: 400;
  max-width: 400px;
}
.offer-section-two .content-column .info-box:hover .count {
  -webkit-transform: rotate(180deg) scale(-1);
          transform: rotate(180deg) scale(-1);
  background-color: #fff;
  color: var(--theme-color1);
}

.offer-section-two .image-column {
  position: relative;
  z-index: 1;
}
.offer-section-two .image-column .inner-column {
  position: relative;
  padding-left: 20px;
}
.offer-section-two .image-column .image-box {
  position: relative;
  margin-right: -175px;
}
.offer-section-two .image-column .image-box .image {
  position: relative;
  margin-bottom: 0;
  width: 100%;
}
.offer-section-two .image-column .image-box .image:before {
  position: absolute;
  left: 0;
  bottom: 0;
  border-right: 50px solid transparent;
  border-bottom: 50px solid var(--border-theme-color2);
  content: "";
}
.offer-section-two .image-column .image-box .image img {
  width: 100%;
  min-height: 610px;
  -o-object-fit: cover;
     object-fit: cover;
}
.offer-section-two .image-column .video-box {
  position: absolute;
  left: -140px;
  top: 0;
}
.offer-section-two .image-column .video-box .play-btn {
  position: absolute;
  left: 0;
  top: 0;
  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;
  height: 140px;
  width: 140px;
  background-color: var(--bg-theme-color1);
  color: #fff;
  font-size: 24px;
}
.offer-section-two .image-column .video-box .arrow-icon {
  position: absolute;
  right: 100%;
  margin-right: 45px;
  top: 45px;
}
.offer-section-two .image-column .video-box .title {
  right: 100%;
  margin-right: 130px;
  top: 0;
  color: var(--theme-color1);
  margin-bottom: 0;
  font-weight: 500;
}




.fact-counter-one {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 170px;
  width: 170px;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.fact-counter-one:before {
  position: absolute;
  left: 42px;
  bottom: 2px;
  height: 15px;
  width: 15px;
  background: #fff;
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
  content: "";
}
.fact-counter-one .count-box {
  position: relative;
  font-size: 40px;
  color: var(--theme-color1);
  line-height: 1em;
  font-weight: 700;
}
.fact-counter-one .counter-title {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #767676;
}





/*** 
====================================================================
    Process Section Two
====================================================================

***/
.process-section-two {
  position: relative;
  padding: 120px 0 80px;
	background-color: var(--theme-color-white);
}
.process-section-two .sec-title h3 {
  font-family: var(--title-font);
	color: var(--text-color);
	font-size:28px;
}
.process-section-two .sub-title{color: var(--text-color);}
.process-block-two {
  position: relative;
  margin-bottom: 40px;
}
.process-block-two:last-child .image-box:before {
  display: none;
}
.process-block-two .inner-box {
  position: relative;
}
.process-block-two .inner-box:hover .info-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}
.process-block-two .inner-box:hover .icon {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}
.process-block-two .inner-box:hover .icon:after {
  height: 136px;
  width: 136px;
}
.process-block-two .icon-box {
  position: relative;
  padding-top: 60px;
}
.process-block-two .icon-box::before {
  position: absolute;
  left: 60px;
  top: 0;
  width: 190px;
  height: 146px;
  background-image: url(../images/icons2/process-arrow.webp);
  content: "";
}
.process-block-two .icon-box .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;
  height: 136px;
  width: 136px;
  border-radius: 50%;
  margin-bottom: 50px;
  color: var(--theme-color2);
  font-size: 72px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block-two .icon-box .icon:after {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 160px;
  width: 160px;
  display: block;
	 background-color: var(--theme-color2);
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  content: "";
}
.process-block-two .icon-box .count {
  position: absolute;
  left: 140px;
  top: -10px;
  font-size: 36px;
  line-height: 1;
  font-family: var(--title-font);
  color: var(--theme-color2);
  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;
  font-weight: 800;
  z-index: 2;
  opacity: 0.9;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.process-block-two .title  {
  z-index: 2;
  margin-bottom: 15px;
color: var(--text-color);	
}
/***
==================================================================
    Offer Section
==================================================================

***/
.offer-section {
  position: relative;
  background-color: var(--theme-color-black);
}

.offer-section .content-column {
  position: relative;
}
.offer-section .content-column .inner-column {
  position: relative;
  padding: 144px 0 100px;
  padding-right: 40px;
}
.offer-section .content-column .sec-title h3 {
  margin-bottom: 25px;
	color: var(--theme-color-white);
	font-size:32px;
}
.offer-section .content-column .sec-title .text {
  font-size: 16px;
  line-height: 30px;
color: var(--theme-color-white);
}
.offer-section .content-column .text {
  font-size: 16px;
  line-height: 30px;
	padding-bottom: 10px;
color: var(--theme-color-white);
}
.offer-section .content-column .info-box {
  position: relative;
  padding-left: 0px;
  min-height: 0px;
  margin-bottom: 10px;
}
.offer-section .content-column .info-box:hover .icon {
  color: #fff;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.offer-section .content-column .info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  font-size: 72px;
  color: var(--theme-color2);
  line-height: 1em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.offer-section .content-column .info-box .title {
  line-height: 34px;
  margin-bottom: 0;
  color: #fff;
}
.offer-section .content-column .list-style-two li {
  color: var(--theme-color-white);
  font-size: 16px;
}

.offer-section .image-column {
  position: relative;
}
.offer-section .image-column .inner-column {
  position: relative;
}
.offer-section .image-column .image-box {
  position: relative;
  margin-right: -305px;
}
.offer-section .image-column .image-box .image {
  position: relative;
  margin-bottom: 0;
  width: 100%;
}
.offer-section .image-column .image-box .image img {
  width: 100%;
  max-height: 736px;
  -o-object-fit: cover;
     object-fit: cover;
}
.offer-section .image-column .caption-box {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  max-width: 200px;
  background-color: var(--bg-theme-color2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 25px 45px 30px;
}
.offer-section .image-column .caption-box .icon-box {
  position: relative;
  margin-bottom: 20px;
}
.offer-section .image-column .caption-box .title {
  color: var(--theme-color4);
  font-weight: 600;
  margin-bottom: 0;
}

.fact-counter-one {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 170px;
  width: 170px;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.fact-counter-one:before {
  position: absolute;
  left: 42px;
  bottom: 2px;
  height: 15px;
  width: 15px;
  background: #fff;
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
  content: "";
}
.fact-counter-one .count-box {
  position: relative;
  font-size: 40px;
  color: var(--theme-color1);
  line-height: 1em;
  font-weight: 700;
}
.fact-counter-one .counter-title {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #767676;
}

/*--------------------------------------------------------------
# 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;
}

/*** 

====================================================================
    Video Section Two
====================================================================

***/
.offer-section .image-column .video-section-two {
  position: static;
  z-index: 9;
}
.offer-section .image-column .video-section-two .video-box {
  position: static;
  min-height: 560px;
  margin-top: 100px;
  border-radius: 10px 10px 0px 0px;
}
.offer-section .image-column .video-section-two .video-box .bg-image {
  border-radius: 10px 10px 0px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.offer-section .image-column .video-section-two .video-box .bg-image::before {
  border-radius: 10px 10px 0px 0px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.offer-section .image-column .video-section-two .video-box .content {
  padding: 215px 0 95px;
  text-align: center;
}
.offer-section .image-column .video-section-two .video-box .content .title {
  position: relative;
  color: #fff;
  font-size: 60px;
  margin-bottom: 0;
  margin-top: 60px;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
.offer-section .image-column .video-section-two .video-box .content .title {
    margin-bottom: 30px;
    font-size: 32px;
  }
}
.offer-section .image-column  .video-section-two .video-box .content .play-now {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.offer-section .image-column .video-section-two .video-box .content .play-now .icon {
  color: var(--theme-color-white);
  font-size: 30px;
  background-color: var(--theme-color2);
}
.offer-section .image-column  .video-section-two .play-now .icon {
  width: 128px;
  height: 128px;
  line-height: 128px;
}/*** 


/*** 

====================================================================
    Video Section Two
====================================================================

***/
.video-section-two {
  position: relative;
  z-index: 9;
}
.video-section-two .video-box {
  position: relative;
  min-height: 560px;
  margin-top: 20px;
  border-radius: 10px 10px 0px 0px;
}
.video-section-two .video-box .bg-image {
  border-radius: 10px 10px 0px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.video-section-two .video-box .bg-image::before {
  border-radius: 10px 10px 0px 0px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.video-section-two .video-box .content {
  padding: 215px 0 95px;
  text-align: center;
}
.video-section-two .video-box .content .title {
  position: relative;
  color: #fff;
  font-size: 60px;
  margin-bottom: 0;
  margin-top: 60px;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .video-section-two .video-box .content .title {
    margin-bottom: 30px;
    font-size: 32px;
  }
}
.video-section-two .video-box .content .play-now {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.video-section-two .video-box .content .play-now .icon {
  color: var(--theme-color1);
  font-size: 30px;
  background-color: var(--theme-color2);
}
.video-section-two .play-now .icon {
  width: 128px;
  height: 128px;
  line-height: 128px;
}
.faqs-section.style-four {
  padding: 120px 0 110px;
	position: relative;
  display: block;
background-color: #f6f6f6;
}

.faqs-section.style-four .faq-column .inner-column {
  padding: 0px 70px 0;
}
@media (max-width: 991.98px) {
  .faqs-section.style-four .faq-column .inner-column {
    padding: 0;
  }
}
.faqs-section.style-four .content-column {
  position: relative;
}
.faqs-section.style-four .content-column .inner-column {
  position: relative;
}
.faqs-section.style-four .content-column .inner-column h3 {
  font-size:24px;
}
.faqs-section.style-four .content-column .inner-column .sec-title h3 {
  font-size:36px;
}
.faqs-section.style-four .graph-box-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faqs-section.style-four .pie-graph {
  position: relative;
  margin-bottom: 25px;
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575.98px) {
  .faqs-section.style-four .pie-graph {
    border: none;
  }
}
.faqs-section.style-four .pie-graph:last-child {
  margin-right: 0;
}
.faqs-section.style-four .pie-graph .graph-outer {
  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;
  margin-bottom: 0;
}
.faqs-section.style-four .pie-graph .graph-outer .inner-text {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  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;
  font-size: 24px;
  color: var(--theme-color1);
  font-weight: 400;
  line-height: 1em;
}
.faqs-section.style-four .pie-graph .title {
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 0;
  margin-left: 20px;
}.faqs-section .faq-column {
  position: relative;
}
.faqs-section .faq-column .inner-column {
  position: relative;
  padding: 120px 70px 110px;
  padding-right: 0;
}

.faqs-section .form-column {
  position: relative;
}
.faqs-section .form-column .inner-column {
  position: relative;
  padding: 120px 70px 110px;
  padding-left: 0;
}

.accordion-box {
  position: relative;
}
.accordion-box .block {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}
.accordion-box .block .acc-btn {
  position: relative;
  font-size: 18px;
  line-height: 25px;
  color: var(--theme-color1);
  font-weight: 700;
  cursor: pointer;
  padding: 20px 30px;
  padding-right: 70px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom: 1px solid var(--border-theme-color3);
}
.accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 30px;
  top: 20px;
  height: 35px;
  font-size: 14px;
  line-height: 25px;
  color: var(--theme-color1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active {
  color: var(--theme-color-white);
  background-color: var(--bg-theme-color2);
}
.accordion-box .block .acc-btn.active .icon {
  color: var(--bg-theme-color1);
}
.accordion-box .block .acc-btn.active .icon:before {
  content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect x='5' y='11' width='18' height='3'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
}
.fa-plus::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect x='11' y='5' width='2' height='14'/><rect x='5' y='11' width='14' height='2'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .acc-content .content {
  position: relative;
  padding: 25px 30px;
}
.accordion-box .block .acc-content .content .text {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #808287;
  margin-bottom: 0;
}
.accordion-box .block .acc-content.current {
  display: block;
}
.faqs-section.style-four .graph-box-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faqs-section.style-four .pie-graph {
  position: relative;
  margin-bottom: 25px;
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575.98px) {
  .faqs-section.style-four .pie-graph {
    border: none;
  }
}
.faqs-section.style-four .pie-graph:last-child {
  margin-right: 0;
}
.faqs-section.style-four .pie-graph .graph-outer {
  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;
  margin-bottom: 0;
}
.faqs-section.style-four .pie-graph .graph-outer .inner-text {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  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;
  font-size: 24px;
  color: var(--theme-color1);
  font-weight: 400;
  line-height: 1em;
}
.faqs-section.style-four .pie-graph .title {
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 0;
  margin-left: 20px;
}