/* Fold 1 Responsive - 1024px */

@media (max-width: 1400px) {
	
	.team-fold .row-container {
 	   padding: 0px;
}
	
}

@media (max-width: 1024px) {
  .fold-1-content-inner {
    position: relative;
    z-index: 10;
    padding: 0;
    text-align: center;
    border: none;
    width: 100%;
  }

  .fold-1-content-outer {
    padding: 100px 0;
  }
	
	.fold-1-clock {
    opacity: .3;
}
	
	.content-fold-c .owl-dots {
 	   bottom: 20px;
}
	
}

@media (max-width: 767px) {

.fold-1-content-inner .subtitle {
    font-size: 36px;
    line-height: 44px;
}
  
}

@media (max-width: 540px) {

.fold-1-content-inner .subtitle {
    font-size: 32px;
    line-height: 40px;
}

  .module-fold-p.alt::before, .module-fold-p.alt::after {
    font-size: 100px;
}
  
}


/* Fold 2 and 3 Responsive - 1024px / 640px / 540px / 480px / 400px */

@media (max-width: 1250px) {
	
}

@media (max-width: 1024px) {
  .content-fold-c-img {
    width: 100%;
    position: relative;
  }
  .content-fold-c-img img {
    width: 100%;
    height: 440px;
    min-height: unset;
  }

  .content-fold-c-wrapper {
    padding: 50px 0px;
  }

  .content-fold-c-content {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .readmore {
    margin: 0 auto;
  }

  .flipped .content-fold-c-img {
    right: unset;
  }

  .left-border {
    border-left: none;
  }

.team-fold-item{
  background: #426699;
}

  .team-fold::before, .team-fold::after {
	  visibility: hidden;
	}
	
	.team-fold-wrapper {
 	   flex-direction: column;
}
  
}

@media (max-width: 640px) {
  .content-fold-c-content-inner .title {
    font-size: 44px;
  }
}

@media (max-width: 540px) {
  .team-fold-item {
    flex-direction: column !important;
    gap: 0px;
}

.team-fold-item-content {
    padding: 50px 20px !important;
    text-align: center;
}

.team-fold-item-content .subtitle {
    margin: 0px auto 20px auto;
}

.team-fold-item-img img {
    max-height: 400px;
}

.team-fold-item-img {
    justify-content: center;
}
}

@media (max-width: 480px) {
  .content-fold-c-content-inner .title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 400px) {
  .content-fold-c-img img {
    height: 375px;
  }
}

/* meet the team - responsive */
@media (max-width: 1024px) {
  .team-member-inner {
    flex-direction: column-reverse;
  }

  .team-member-content {
    width: 100%;
    box-sizing: border-box;
    padding: 50px;
  }

  .team-member-photo {
    margin: 0 auto;
  }

  .team-member-alt .team-member-inner {
    flex-direction: column-reverse;
  }

  .team-member-alt .team-member-content {
    width: 100%;
    box-sizing: border-box;
    padding: 50px;
  }

  .team-member-alt .team-member-photo {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .team-member-content {
    text-align: center;
  }
}


/*MODULE P SLIDER*/

@media (max-width: 1400px) {

.module-fold-p .owl-nav {
    right: -35px;
}

.alt.module-fold-p .owl-nav {
    left: -35px;
}

  .module-fold-p .row-container {
    padding-right: 40px;
}

.module-fold-p.alt .row-container {
    padding-right: 20px;
    padding-left: 40px;
}

.module-fold-p-slider-alt :is(.owl-stage, .owl-stage-outer, .owl-item) {
    display: flex;
}
  
}

@media (max-width: 1250px) {


.module-fold-p-header {    
  margin-right: 20px;    
  padding: 20px;    
  padding-left: 0px;
}
  .module-fold-p-wrapper {
    width: 75%;
  }
  
}

@media (max-width: 1024px) {

  .module-fold-p .module-fold-p-wrapper {
    width: 100%;
  }

  .module-fold-p-wrapper-alt {
    flex-direction: column;
    text-align: center;
}

  .module-fold-p .row-container {
    padding: 0px 20px;
}

.module-fold-p.alt .row-container {
    padding: 0px 20px;
}
  
  .module-fold-p .module-fold-p-container {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0px;
    text-align: center;
}

.module-fold-p.alt .module-fold-p-container {
    padding-bottom: 50px;
}

.module-fold-p-container .module-fold-p-header {
    margin: 0px;
    padding: 0px;
    border-right: unset;
    border-bottom: solid 1px #426699;
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

  .alt .module-fold-p-container .module-fold-p-header{
    border-bottom: solid 1px white;
    border-left: unset;
    text-align: center;
    align-items: center;
  }

.module-fold-p .owl-carousel button.owl-dot {
    background: #426699;
    width: 15px;
    height: 15px;
}

.alt .owl-dots {
    padding-bottom: 20px;
}

  .module-fold-p .owl-dots {
    display: flex;
    gap: 5px;
    justify-content: center;
  }

.module-fold-p.alt .owl-carousel .owl-dots button.owl-dot {
    background: white;
}

  
}