/******************************** SECTION 1 ***********************************/

body .section1 {
  position: relative;
}

/*body .section1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 450px;
  display: block;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(14,81,89,0) 0%, rgb(255 255 255) 100%);
  z-index: 99;
  pointer-events: none;
  opacity: 1;
}*/

body .section1 .slider-heading,
body .section1 .slider-btn {
  font-family: 'Manrope' !important;
}

body .section1 .slider-heading b {
  font-weight: 800 !important;
}

body .section1 i {
  font-size: 1.8rem !important;
  margin-left: .6rem !important;
}

body .section1 .sub-heading {
  font-family: 'Spy Agency' !important;
}

body .section1 .slider-text {
  font-family: 'Manrope' !important;
}


/********************************** SECTION 2 *********************************/

body .section2 {
  position: relative;
}

body .section2 .heading1 {
  margin-bottom: 1rem;
}

body .section2 .heading1 {
  font-size: 4.5rem !important;
  line-height: 1.3 !important;
}

body .section2 .text1 {
  font-size: 1.8rem !important;
  line-height: 1.4 !important;
}

body .section2 .banner-inner {
  font-size: 1.3rem !important;
  line-height: 1.4 !important;
}

body .section2 .heading1 h2 {
  padding-bottom: 2rem;
  position: relative;
  z-index: 2;
  display: inline-block;
}

body .section2 .heading1 h2:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.1rem;
  width: 60.5rem;
  height: 2.9rem;
  display: block;
  background-color: #eee;
  z-index: -1;
}

.section2 .text1 {
  max-width: 75rem;
}

body .section2 .row1 {
  max-width: 160rem;
  margin: 0 auto;
}

body .section2 .main-wrapp-img {
  position: relative;
}

body .section2 .main-wrapp-img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20rem;
  display: block;
  background: linear-gradient(180deg, rgba(14,81,89,0) 0%, rgba(6,7,7,1) 100%);
  transition: 0.5s;
}

body .section2 .banners:hover .main-wrapp-img:before {
  height: 100%;
}

body .section2 .banner-title {
  position: relative;
  display: inline-block;
  font-size: 2.2rem !important;
  line-height: 1.4 !important;
}

body .section2 .banner-inner {
  opacity: 0.6;
  transition: 0.5s;
}

body .section2 .banners:hover .banner-inner {
  opacity: 1;
}

/*body .section2 .banner-title:before {
  content: "";
  position: absolute;
  left: calc(100%);
  bottom: -5px;
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(/wp-content/uploads/2022/08/Arrow-red.svg);
  transform: rotate(-45deg) scale(0);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.5s;
  opacity: 0;
}

body .section2 .banners:hover .banner-title:before {
  opacity: 1;
  left: calc(100% + 7px);
  transform: rotate(-45deg) scale(1);
  bottom: 0px;
}*/

body .section2 .banner-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -.3rem;
  width: 0%;
  height: .3rem;
  display: block;
  background-color: #D71F27;
  transition: 0.5s;
  z-index: -1;
}

body .section2 .banners:hover .banner-title:after {
  width: 100%;
}

body .section2 .banners .banner-subtitle {
  font-family: 'Spy Agency';
}

@media (max-width: 991px) and (min-width: 768px) {

  body .section2 {
    padding: 0 12%;
  }

  .section2 .row1 .column1 {
    width: 100%;
  }

  .section2 .row1 .column2,
  .section2 .row1 .column3 {
    width: 50%;
  }
}

@media (max-width: 991px) {
  body .section2 .banner-title {
    font-size: 3.2rem !important;
  }

  body .section2 .banner-inner {
    font-size: 1.6rem !important;
  }
}

@media (max-width: 767px) {
  body .section2 {
    padding: 0 15px;
  }
}

@media (max-width: 550px) {
  body .section2 .heading1 {
    font-size: 3.7rem !important;
  }

  body .section2 .heading1 h2:before {
    width: calc(100% + 3rem);
  }
}

/********************************* SECTION 3 **********************************/

body .section3 .text-holder {
  margin-top: -10.1rem;
}

#text-roller {
  position: relative;
  white-space: nowrap;
}

#text-roller span {
  font-size: 7.5rem;
  color: #D71F27;
  font-family: 'Spy Agency Outline';
  font-weight: 100;
  position: relative !important;
}

.section3 .promo-banner .wrapper-content-banner {
  position: relative;
  background-color: #eee;
  border-bottom: .4rem solid #D71F27;
  display: flex;
  align-items: center;
}

.section3 .title1 h2 {
  font-family: 'Manrope';
  font-size: 1.3rem;
  line-height: 1.2;
  color: rgb(215, 31, 39);
  font-weight: 600;
  letter-spacing: 0.15rem;
}

.section3 .heading1 {
  position: relative;
  padding-bottom: 3.5rem;
  font-size: 2.8rem !important;
  line-height: 1.4 !important;
  margin-bottom: 6rem;
}

.section3 .text1 {
  margin-bottom: 6rem;
  font-size: 1.5rem !important;
  line-height: 1.4 !important;
}

.section3 .banner-inner {
  font-size: 1.4rem !important;
  line-height: 1.4 !important;
}

.section3 .heading1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 16rem;
  height: .1rem;
  display: block;
  border: .2rem dashed #ddd;
}

.section3 .arrows-holder .wpb_wrapper {
  display: flex;
}

.section3 .arrows-holder img {
  width: 4.5rem;
  cursor: pointer;
}

.section3 .arrows-holder img.prev {
  transform: scaleX(-1);
  margin-right: 2.3rem;
}

body .section3 h4.banner-title {
  font-weight: 600;
  position: relative;
  text-indent: 2.5rem;
}

body .section3 h4.banner-title:before {
  content: "";
  position: absolute;
  left: .4rem;
  top: .6rem;
  width: .9rem;
  height: 1.9rem;
  display: block;
  background-color: #D71F27;
  transform: skewX(-17deg);
}

body .section3 .banner-image {
  position: relative;
}

body .section3 .banner-image:before {
  content: "";
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  width: 6.5rem;
  height: 6.5rem;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  background-size: 4.5rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  pointer-events: none;
}

body .section3 .banner1 .banner-image:before {
  background-image: url('/wp-content/uploads/2022/08/pei-icon.svg');
}

body .section3 .banner2 .banner-image:before {
  background-image: url('/wp-content/uploads/2022/08/ananewsh-diplwmatos-icon.svg');
}

body .section3 .banner3 .banner-image:before {
  background-image: url('/wp-content/uploads/2022/08/taxi-icon.svg');
}

body .section3 .banner4 .banner-image:before {
  background-image: url('/wp-content/uploads/2022/08/epektasi-diplwmatos-icon.svg');
  background-size: 3.5rem;
}

body .section3 .banner5 .banner-image:before {
  background-image: url('/wp-content/uploads/2022/08/antikatastasi-icon.svg');
}

body .section3 .banner6 .banner-image:before {
  background-image: url('/wp-content/uploads/2022/08/mathimata-icon.svg');
}

body .section3 .banner7 .banner-image:before {
  background-image: url('/wp-content/uploads/2022/08/mathimata-icon.svg');
  background-size: 5rem;
}

body .section3 .banner8 .banner-image:before {
  background-image: url('/wp-content/uploads/2022/08/retraining-icon.svg');
}

body .section3 .banner9 .banner-image:before {
  background-image: url('/wp-content/uploads/2022/08/motorbike-icon.svg');
}

body .section3 .banner-title {
  font-size: 2.2rem !important;
  line-height: 3rem !important;
}

@media (min-width: 992px) {
  .section3 .row1 .column1 .vc_column-inner {
    padding: 0 11%;
    max-width: 55rem;
    margin: 0 auto;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  body .section3 {
    padding: 0 12%;
  }
}

@media (max-width: 767px) {
  #text-roller span {
    font-size: 6.5rem;
  }

  body .section3 {
    padding: 0 25px;
  }
}

@media (max-width: 550px) {
  .section3 .promo-banner .wrapper-content-banner {
    padding: 15px 30px;
  }
}

/********************************* SECTION 4 **********************************/

body .section4>.wpb_column>.vc_column-inner {
  position: relative;
}

/*body .section4>.wpb_column>.vc_column-inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000;
  opacity: 0.2;
}*/

body .section4 .row1 {
  background-color: #fff;
  max-width: 75rem;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

body .section4 .row1 .vc_column-inner {
  padding: 6rem;
}

body .section4 .heading1 {
  font-size: 4.5rem !important;
  line-height: 4.5 !important;
}

body .section4 .btn1 {
  border-color: #D71F27;
  background-color: transparent;
  font-family: 'Manrope';
  font-weight: 700;
  color: #D71F27;
  position: relative;
  z-index: 2;
  transition: 0.5s;
  font-size: 1.3rem;
  border-width: .2rem;
}

body .section4 .btn1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 100%;
  display: block;
  background-color: #D71F27;
  transition: 0.5s;
  z-index: -1;
}

body .section4 .btn1:hover {
  color: #fff;
}

body .section4 .btn1:hover:before {
  width: 100%;
}

/********************************* SECTION 5 **********************************/

body .section5 .wd-entry-meta,
body .section5 .hovered-social-icons,
body .section5 .meta-categories-wrapp,
body .section5 .read-more-section a:after,
body .section5 .post-image-mask span,
body .section5 .post-image-mask:before,
body .section5 .post-image-mask:after {
  display: none;
}


body .section5 .post-image-mask {
  background-image: url(/wp-content/uploads/2022/08/Arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 9.1rem;
  height: 100%;
  display: block;
  transform: translate(-50%, -50%);
  margin: 0px;
  transition: 0.5s;
  opacity: 0;
}

body .section5 article:hover .post-image-mask {
  opacity: 1;
  pointer-events: none;
}

.section5 .blog-design-masonry.has-post-thumbnail .post-date {
  display: none;
}

.section5 .blog-design-masonry.blog-style-shadow .article-body-container{
  text-align: left;
}

.section5 .blog-design-masonry .post-title {
  color: #060707;
  font-size: 2.4rem;
  font-weight: 600;
}

body .section5 article .entry-content {
  color: #444;
  font-family: 'Manrope';
  font-size: 1.3rem;
}

.section5 .blog-design-masonry.blog-style-shadow .article-inner,
.section5 .blog-design-masonry.blog-style-shadow:hover .article-inner {
  box-shadow: none;
}

body .section5 .heading1 {
  font-size: 4.5rem !important;
  line-height: 1.4 !important;
}

body .section5 .text1 {
  font-size: 1.8rem !important;
  line-height: 1.4 !important;
}

body .section5 .btn1 {
  border-color: #D71F27;
  background-color: transparent;
  font-family: 'Manrope';
  font-weight: 700;
  color: #D71F27;
  position: relative;
  z-index: 2;
  transition: 0.5s;
  font-size: 1.3rem;
  border-width: 0.2rem;
}

body .section5 .btn1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 100%;
  display: block;
  background-color: #D71F27;
  transition: 0.5s;
  z-index: -1;
}

body .section5 .btn1:hover {
  color: #fff;
}

body .section5 .btn1:hover:before {
  width: 100%;
}

body .section5 .read-more-section a {
  position: relative;
  padding: 1.2rem;
  background-color: #D71F27;
  color: #fff;
  font-family: 'Manrope';
  font-weight: 600;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  body .section5 .woodmart-button-wrapper {
    text-align: left;
    margin-top: 3.5rem;
  }
}


/*** COPYRIGHTS BOTTOM ***/

footer .copyrights-wrapper {
  display: none !important;
}
