.banner-text {
  padding: 75px 50px 50px;
}
.ct {
  font-family: Oswald;
  color: #0e4677;
  font-weight: 700;
  font-size: 60px;
}
#hero h2 {
  display: flex;
  font-weight: 500;
  color: #0E0004;
}
.pr-7 {
  font-family: "Open Sauce";
  text-transform: uppercase;
  font-size: 22px;
  background-color: #faf8f5cc;
  margin-right: 75px;
  border-radius: 10px;
  padding: 0 20px 5px;
}
.pr-7-2 {
  /*padding: 0 90px;*/
}
.mrq-sec {
  /*border-top: 1px solid #0e4677;*/
  border-bottom: 2px solid #292628;
  background: #fff;
  text-align: center;
  padding: 5px;
}

.btn-now {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 4px 35px;
    border-radius: 50px;
    transition: ease-in-out 0.3s;
    color: #fff;
    background: #0e4677;
    text-transform: uppercase;
}
.mrq-sec .mrq-text::after{
  content: "";
  position: absolute;
    /*width: 2px;*/
    height: 18px;
    border: 1px solid #0d0a0a87;
    /*border-radius: 50%;*/
    margin-top: 5px;
    margin-left: 15px;
     font-weight: 300;
}
.mrq-sec span {
   margin-right: 30px;
   font-size: 20px;
   font-weight: 300;
   text-transform: uppercase;
}
.success-leftbg{
  width: 270%;
  transform: translate(85px, 65px);
}
.success-rightbg{
  width: 270%;
  transform: translate(-350px, 65px);
}

#watermark {
    text-align: right;
}
#watermark img {
    max-width: 100%;
}
#watermark p {
    font-family: "Oswald";
    text-transform: uppercase;
    color: #fff;
    font-size: 52px;
    font-weight: bolder;
    opacity: 80%;
    pointer-events: none;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #0e4677;
    stroke: #0e4677;
}
.founder-block {
  /*border: 1px solid #0e4677;
  border-radius: 10px;*/
}
.founder-block img {
    width: 80%;
    margin-left: 0px;
    margin-top: -110px;
 }
.founder-name {
    text-align: right;
    position: absolute;
    right: 10px;
    top: 50px;
}
.founder-block h2 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 0;
    text-align: right;
}

#footer .addrscity {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #0e4677;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.addrscity a {
  color: #000000;
  font-size: 18px;
  padding: 10px 50px;
  pointer-events: none;
}
.addrscity span {
  position: absolute;
   /* width: 3px;*/
    height: 18px;
    border: 1px solid #0000008a;
   /* border-radius: 50%;*/
    margin-top: 5px;
}
.footer-link {
  /*display: flex;*/
  padding: 0 120px;
}
.footer-link a{
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 0 15px;
}
.footer-link a:hover {
    color: #e5b64c;
}

.mview {
      display: none !important;
}
.dview {
      display: block !important;
}

      .slides {
        display: inline-flex;
        animation: 35s slide infinite linear;
        /*overflow: hidden;*/
    }
    .slides img {
        padding: 10px;
        height: 75px;
    }
    
    @keyframes slide {
        from
        {
            transform:  translateX(0);
        }
        to 
        {
            transform:  translateX(-100%);
        }        
    }
     @media screen and (max-width: 767px){
      .slides {
          animation: 15s slide infinite linear;
      }
      .slides img {          
        height: 50px;
      }
      
     @keyframes slide {
          from
          {
              transform:  translateX(0);
          }
          to 
          {
              transform:  translateX(-100%);
          }        
      }
    }

    .rslides {
        display: inline-flex;
        animation: 15s rslide infinite linear;
        /*overflow: hidden;*/
    }
    .rslides img {
        padding: 10px;
        height: 75px;
    }
    
    @keyframes rslide {
        from
        {
            transform:  translateX(-20%);
        }
        to 
        {
            transform:  translateX(0);
        }        
    }
     @media screen and (max-width: 767px){
      .rslides {
          animation: 15s rslide infinite linear;
      }

      .rslides img {
          padding: 10px;
          height: 50px;
      }
      
     @keyframes rslide {
          from
          {
              transform:  translateX(-50%);
          }
          to 
          {
              transform:  translateX(100%);
          }        
      }
    }

#sync .owl-prev {
      position: absolute;
      top: 45%;
      /*left: -30%;*/
}
#sync .owl-next {
      position: absolute;
      top: 45%;
      /*right: -32%;*/
}

.owl-prev {
      position: absolute;
      top: 42%;
}
.owl-next {
      position: absolute;
      top: 42%;
      right: 0;
}
.owl-prev img {
  width: 70%;
}
.owl-next img {
  width: 70%;
}

/*iframe {
    width: 70% !important;
    height: 415px;
    margin: auto;
    z-index: 99;
}*/

.border-left {
    display: inline-block;
    width: 0;
    height: 20em;
    border-left: 60px solid #654242;
    position: absolute;
    left: 120px;
    top: 12%;
    z-index: 9;
}
.border-right {
    display: inline-block;
    width: 0;
    height: 20em;
    border-left: 60px solid #654242;
    position: absolute;
    right: 120px;
    top: 12%;
    z-index: 9;
}

.animation-element {
  opacity: 0;
  position: relative;
}
/*animation element sliding left*/

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
/*animation slide left styled for testimonials*/

.animation-element.slide-left.testimonial {
  float: left;
  width: 47%;
  margin: 0% 1.5% 3% 1.5%;
  background: #F5F5F5;
  padding: 15px;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px #EAEAEA;
}
.animation-element.slide-left.testimonial:hover,
.animation-element.slide-left.testimonial:active{
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
}

.animation-element.slide-left.testimonial:nth-of-type(odd) {
  width: 48.5%;
  margin: 0% 1.5% 3.0% 0%;
}

.animation-element.slide-left.testimonial:nth-of-type(even) {
  width: 48.5%;
  margin: 0% 0% 3.0% 1.5%;
}

.animation-element.slide-left.testimonial .header{
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.animation-element.slide-left.testimonial .left{
  float: left;
  margin-right: 15px;
}
.animation-element.slide-left.testimonial .right{
  float: left;
}

.animation-element.slide-left.testimonial img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.5);
}

.animation-element.slide-left.testimonial h3 {
  margin: 0px 0px 5px 0px;
}

.animation-element.slide-left.testimonial h4 {
  margin: 0px 0px 5px 0px;
}

.animation-element.slide-left.testimonial .content {
  float: left;
  width:100%;
  margin-bottom: 10px;
}

.animation-element.slide-left.testimonial i {
  color: #aaa;
  margin-right: 5px;
}

.careholder-box {
      text-align: center;
      padding: 20px 5px;
  }
  .careholder-box img{
      width: 100%;
  }
  .careholder-box h3 {
      padding-top: 10px;
      font-size: 18px;
      font-weight: 600;
  }
  .careholder-box p {
      font-size: 14px;
      height: 50px;
  }
  .careholder-box a {
      background: #0e4677;
      padding: 5px 6px;
      border-radius: 0 5px 0 10px;
      font-size: 18px;
      color: #fff;;
  }
  .careholder-box span {
    font-weight: 600;
    line-height: 40px;
  }
  .careholder-box .linkedin-icon {
    text-align: left;
    margin-top: -31px; 
  }


 .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }

  .icon-box:hover .flip-box-inner {
    transform: rotateY(180deg);
  }

  .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .flip-box-front {
    background-color: #000000;
    color: #E5B64C;
    border: 1px solid #0e4677;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .flip-box-back {
    background-color: #0e4677;
    color: white;
    transform: rotateY(180deg);
    /*border-radius: 50%;*/
    min-height: 230px;
    width: 230px;
    margin: -30px;
    display: grid;
    align-content: space-evenly;
  }
  .flip-box-back img {
    margin: auto;
    width: 75px;
  }
  
  .colorfill {
    transition: transform 0.3s;
  }
  .btn-counter a{
    color: #ffffff;
  }
  .pages-sidebar-item {
    max-width: 18rem !important;
  }

/*media queries for small devices*/
@media screen and (max-width: 678px){
  /*testimonials*/
  .animation-element.slide-left.testimonial,
  .animation-element.slide-left.testimonial:nth-of-type(odd),
  .animation-element.slide-left.testimonial:nth-of-type(even){
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .animation-element.slide-left.testimonial .right,
  .animation-element.slide-left.testimonial .left,
  .animation-element.slide-left.testimonial .content,
  .animation-element.slide-left.testimonial .rating{
    text-align: center;
    float: none;
  }
  .animation-element.slide-left.testimonial img{
    width: 85px;
    height: 85px;
    margin-bottom: 5px;
  }
  
}

/* about us css */
.about-text {
    padding-top: 30px;
}
.team-box{
    text-align: center;
    padding: 20px 5px;
  }
  .team-box img{
       width: 100%;
       border-radius: 10px;
       /*border: 1px solid #0e4677;*/
       padding-top: 5px;
  }
  .team-box h3{

      padding-top: 15px;
      font-size: 18px;
  }
  .team-box a {
    background: #0e4677;
    padding: 5px 5px;
    border-radius: 0 5px 0 10px;
    font-size: 18px;
    color: #fff;
  }
  .team-box .linkedin-icon {
    text-align: left;
    margin-top: -31px; 
  }
  .member2 {
    margin-left: 25%;
  }
  .member3 {
    margin-left: 12.5%;
  }
  .member5 {
    margin-left: 4.165%;
  }
  .plusminus {
    float: right;
      font-size: 23px;
      font-weight: 500;
      margin-top: -7px;
  }
  .accordion_head {
    border: 1px solid #0e4677;
      border-radius: 5px;
      padding: 10px 20px;
      margin-bottom: 10px;
  }
  .accordion_plus {
    font-weight: 600;
  }
  .accordion_body {
    padding: 5px 15px 0;
  }
  .page-heading {
    font-size: 62px;
  }
  .page-heading span {
    color: #0e4677;
    font-weight: 500;
  }
  .banner-img{
    width: 100%;
    /*margin-top: 29px;*/
    filter: brightness(0.8);
  }
  .social-links a {
    color: #bf0f08; 
    font-size: 20px;
    padding: 0 5px;
  }

  .bs-fullscreen {
    height: 100%;
    height: -moz-available;
  }
  .bs-fullscreen .carousel,
  .bs-fullscreen .item,
  .bs-fullscreen .active {
    height: 100%;
    height: -moz-available;
  }
  .bs-fullscreen .carousel-inner {
    height: 100%;
    height: -moz-available;
  }
  .carousel-bg .carousel-inner .item {
    background-color: darkslategrey;
    background-size: cover;
    background-position: center;
    min-height: 360px;
    filter: opacity(0.5);
  }
  .start-path {
    font-family: 'Oswald';
    padding-bottom: 20px;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #0e4677;
    stroke: #0e4677;
    font-size: 134px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
  }

  .founder-text-1 {
    padding: 0px 30px;
  }
  .founder-text-2 {
    color: #000;
    padding: 0px 30px;
  }
  .info-text {
    padding: 0 60px;
    font-family: 'Poppins' !important;
  }

  .thrive-logo {
    width: 330px;
    margin: auto;
  }
  .thrive-upper-box {
    background: #0e4677;
    height: 65px;
    border-radius: 10px 10px 0 0;
    position: relative;top: 50px;
  }
  .thrive-heading {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.5rem;
    text-align: center;
    color: #ffffff;
  }
  .thrive-item p {
    color: #fff;
    position: absolute;
    bottom: 150px;
    z-index: 9;
    width: 50%;
    margin-left: 25%;
    font-size: 18px;
  }
  .thrive-apply-btn {
    text-align: center;
  }
  .thrive-text {
    padding-top: 5px;
    border-left: 3px solid #000000;
    padding-left: 40px;
    min-height: 65px;
  }
  .thrive-10X-heading { 
    margin: auto;
    margin-top: 50px;
  }
  .thrive-10X-heading h1 {
    color: #0e4677;
    text-transform: uppercase;
    font-size: 62px;
    font-weight: 800;
  }
  .thrive-10X-heading h3 {
    color: #0e4677;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    padding: 30px;
  }
  .thrive-10X-heading p {
    font-weight: 600;
    font-size: 18px;
  }
  .banner-under-text h2 {
    text-align: center;
    text-transform: uppercase;
   /* color: #0e4677;*/
    padding: 25px 0;
  }
  .thrive-timeline {
    margin: 30px 0;
   /* transform: translate(10px, -500px); 
    margin-bottom: -500px;*/
  }
  .thrive-timeline h2 {
    font-family: 'Oswald';
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    font-size: 68px;
    font-weight: bolder;
    opacity: 80%;
    pointer-events: none;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #BE1E2D;
    stroke: #BE1E2D;
  }
  .thrive-timeline h2 span {
    background: #0e4677;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: 30px;
    border-radius: 50%;
  }
  .thrive-timeline h3 {
      font-size: 22px;
  }
  .thrive-timeline h4 {
      font-size: 20px;
  }
  .month-1 {
    transform: translate(10px, 160px);
  }
  .month-2 {
    transform: translate(10px, 20px);
  }
  .month-3 {
    transform: translate(10px, -100px);
  }
  .month-4 {
    transform: translate(10px, -230px);
  }
  .btn-thrive {
    background-color: #0e4677;
    color: #ffffff;
    font-weight: 600;
    border: 0;
    border-radius: 7px;
    margin: 0 7px;
    width: 150px;
    height: 50px;
    font-size: 15px;
  }
  .current .btn-thrive{
    background-color: #000000;
  }

  .error {
    color: red !important;
  }

  .btn-custom-whatapp {color: #ffffff;position: fixed;background: #0cc244;min-width: 60px;min-height:60px;display: flex;font-size: 35px;z-index: 99;bottom: 100px;right: 10px;border-radius: 100%;align-items: center;justify-content: center;box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);}

  .btn-custom-whatapp .icon-whatsapp{
      font-size: 50px !important;
  }

  .btn-custom-whatapp:hover, .btn-custom-whatapp:focus, .btn-custom-whatapp:active {color: #ffffff;text-decoration: none;}

  nav ul ul {
    display: none !important;
    position: absolute; 
    top: 40px; 
    background-color: #363636;
    left: 30px;
    min-width: 140px;
  }
  nav ul li:hover > ul {
    display:inherit !important;
  }
    
  nav ul ul li {
    float:none;
    display:list-item;
    position: relative;
  }
  .navbar-drop a, .navbar-drop a:focus {
      padding: 10px 10px 10px;
  } 
  .navbar-mobile ul ul {}

  .banner-sec {
    padding-top: 89px;
    padding-bottom: 0;
   /* background-color: #000000;*/
  }
  .contact-us-section .label {
    line-height: 2 !important;
    font-weight: 500
  }
  .mt-40 {
      margin-top: 40px !important;
  }
  .mb-40 {
    margin-bottom: 40px !important;
  }
  .ce-feature-box-52 .text-box.padd-1 {
    padding: 30px !important;
  }
  .img-media {
    height: 180px !important;
    width: 100% !important;
  }
  .header-inner {
    height: 400px !important;
  }
  .text-box h5 {
    font-weight: 500;
  }
  .thrive-with-mcat .label {
    line-height: 2 !important;
    font-weight: 600;
    padding: 5px !important;
  }
  .mt-100 {
      margin-top: 100px;
  }
  .mt-header{
    margin-top: 89px;
  }

  .thrive-form-height {
    height: 100;
  }
  .order-sm-first {
    order: unset !important;
  }
  .header-social-links a:hover {
    color: #8badbb !important;
  }

  .breadcrumb {
    margin-top: 25px;
  }
  .pages-sidebar-links li a {
    width: 96%;
  }
  .section-bgimg-9 {
     padding: 40px 0;
  }
  .pagenation-holder {
    padding: 25px 0 0px;
  }

#menuToggle
{
  display: block;
  position: absolute;
  top: 35px;
  right: 80px;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 10px 6px;
  border-radius: 5px;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  
  background: #fff;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  min-width: 400px;
  height: 110vh;
  overflow: hidden;
  overflow-y: scroll !important;
  margin: -100px 0 0 0;
  padding: 30px;
  padding-top: 125px;
  right: -80px;
  
  background: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ div
{
  transform: none;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #menu {
    transform: none;
    opacity: 0;

    transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .success-rightbg {
        width: 280%;
        transform: translate(-235px, 50px);
    }
    .success-leftbg {
        width: 280%;
        transform: translate(80px, 50px);
    }
    .mview {
        display: block !important;
    }
    .dview {
        display: none !important;
    }
    .carousel-bg .carousel-inner .item {
        min-height: 430px;
    }
    #watermark p {
        font-size: 52px;
        width: 80%;
        margin-left: auto;
        line-height: 56px;
    }
    .founder-name {
        right: 15px;
        top: 245px;
    }
    .founder-block img {
        width: 100%;
        margin-left: 0;
        margin-top: -70px;
    }
    .founder-block h2 {
        font-size: 48px;
    }
    .founder-text-1 {
        padding: 0px 0px;
    }
    .founder-text-2 {
        padding: 0px 0px;
    }
    .testimonials .testimonial-item:hover {
        margin-top: 65px;
    }
    .testimonials .testimonial-item {
        margin: 30px 10px;
    }
    .testimonials .testimonial-item .testimonial-img {
        margin: 20px auto;
    }
    .owl-next {
        top: 45%;
        right: -10px;
    }
    .owl-prev {
        top: 45%;
    }
    .page-heading {
        font-size: 56px;
    }

    iframe {
        width: 75% !important;
        height: 305px;
    }

    .border-left {
        height: 15em;
        left: 45px;
        top: 12%;
    }
    .border-right {
        height: 15em;
        right: 45px;
        top: 12%;
    }
    .start-path {
        font-size: 90px;
    }
    .addrscity a {        
        font-size: 24px;
        padding: 10px 25px;
    }
    .addrscity span {
        height: 24px;
    }
    
}
@media (min-width: 1200px) and (max-width: 1299px){
  #menuToggle {
    right: 25px;
    top: 30px;
  }
  #header {
    height: 85px;
  }
  #header .logo img {
    max-height: 65px;
  }
  .navbar a, .navbar a:focus {
      padding: 8px 10px 8px 10px;
      font-size: 14px;
  }
  nav ul ul {
    top: 40px;
    left: 10px;
  }
  .navbar-drop a, .navbar-drop a:focus {
      padding: 5px 10px 10px;
  }
 .services .icon-box {
      min-height: 140px;
  }
  .flip-box-back {
    min-height: 220px;
    width: 220px;
  }
  p {
        font-size: 14px;
  }
  .careholder-box p {
      font-size: 12px;
  }

}
@media (min-width: 992px) and (max-width: 1199px){
    #header {
      height: 75px;
    }
    #header .logo img {
      max-height: 48px;
    }
    #menuToggle {
      right: 25px;
      top: 25px;
    }
    .navbar a, .navbar a:focus {
        padding: 10px 5px 10px 5px;
        font-size: 12px;
    }
    nav ul ul {
      top: 60px;
      left: 0px;
    }
    .navbar-drop a, .navbar-drop a:focus {
        padding: 5px 10px 10px;
    }
    #watermark p {
      font-size: 44px;
    }
    .services .icon-box {
        min-height: 110px;
    }
    .flip-box-back {
      min-height: 190px;
      width: 190px;
    }
    .services .icon-box p {
        font-size: 12px;
    }
    .services .icon-box h4 {
        font-size: 18px;
    }
    .start-path {
        font-size: 96px;
    }
    #footer .social-links a {
        font-size: 14px;
        width: 25px;
        height: 25px;
    }
    #footer {
      font-size: 12px;
    }
    .footer-link a {
        font-size: 14px;
        padding: 0 12px;
    }
    .founder-block img {
        margin-left: -25px;
        margin-top: -90px;
    }
    .founder-name {
        top: 50px;
    }
    p {
        font-size: 12px;
    }
    
    .team-box h3 {
        font-size: 15px;
    }
    .careholder-box h3 {
        font-size: 16px;
    }
    .careholder-box p {
        font-size: 10px;
        height: 40px;
    }
    .careholder-box span {
        font-size: 14px;
    }
    .careholder-box a {
        padding: 5px 5px;
        font-size: 16px;
    }
    .careholder-box .linkedin-icon {
        margin-top: -28px; 
    }

    .thrive-timeline {
     /* transform: translate(10px, -400px) !important;
      margin-bottom: -400px !important;*/
    }
    .thrive-timeline h2 {
      font-size: 56px;
    }
    .thrive-timeline h3 {
      font-size: 20px;
    }
    .thrive-timeline ul {
      font-size: 13px;
    }
    .month-1 {
      transform: translate(10px, 110px);
    }
    .month-2 {
      transform: translate(10px, 0px);
    }
    .month-3 {
      transform: translate(10px, -110px);
    }
    .month-4 {
      transform: translate(10px, -220px);
    }
    .btn-thrive { 
      width: 125px;
      height: 40px;
      font-size: 12px;
    }
    .header-social-links {
        margin: 0 10px 0 0;
    }
}

  @media screen and (max-width: 767px){
    .member2 {
      margin-left: 0;
    }
    .member3 {
      margin-left: 0;
    }
    .member5 {
      margin-left: 0;
    }

    section {
      padding: 0px 0;
    }

    .pr-7 {
      margin-right: 20px;
      padding: 0 10px 5px;
    }

    .addrscity a {
        padding: 10px 18px;
    }
    .footer-link {
        padding: 25px 5px;
    }
    .footer-link a {
        padding-left: 2px;
    }
    .team-box {
        padding: 20px 20px;
    }
    .about-text {
        padding: 0 10px;
        padding-top: 20px;
        border-left: 0;
    }
    
    .ct {
      font-size: 32px;
      line-height: 40px;
    }
    #header {
      height: 70px;
    }
    #header .logo img {
      max-height: 60px;
    }
    #hero {
        /*height: calc(85vh - 70px);*/
        height: fit-content;
    }
    #hero .container {
        top: 20px;
        left: 0%;
    }
    nav ul li:hover > ul {
      position: relative;
      top: 0px;
    }
    .navbar-mobile .navbar-drop a, .navbar-mobile .navbar-drop a:focus {
      padding: 5px 15px 10px;
    }
    .navbar-mobile ul ul {
      padding: 0;
    }
    .banner-img{
      width: 100%;
      /*margin-top: 45px;*/
    }
    .banner-text {
        padding: 0px 20px;
    }
    .page-heading {
      font-size: 48px;
    }
    .success-leftbg{
        width: 60%;
        transform: translate(0px, 23px);
    }
    .success-rightbg{
        width: 60%;
        transform: translate(155px, -90px);
    }
    #sync {
        margin-top: -130px;
        margin-bottom: -90px;
    }
    #sync .owl-prev {
        top: 45%;
        left: 1%;
    }
    #sync .owl-next {
        right: -5%;
    }
    .owl-prev img {
        width: 50%;
    }
    .owl-next img {
        width: 50%;
    }

   /* iframe {
        width: 75% !important;
        height: 175px;
    }*/

    .border-left {
        height: 8em;
        border-left: 30px solid #654242;
        left: 20px;
        top: 12%;
    }
    .border-right {
        height: 8em;
        border-left: 30px solid #654242;
        right: 20px;
        top: 12%;
    }

    #watermark p {
        font-size: 36px;
        line-height: 40px;
        width: 100%;
        margin-left: auto;
    }
    .founder-name {
        right: 15px;
        top: 50px;
    }
    .founder-block img {
        width: 85%;
        margin-left: -25px;
        margin-top: -85px;
    }
    .founder-block h2 {
        font-size: 36px;
        font-weight: 500;
    }
    .founder-text-1 {
      padding: 0;
    }
    .founder-text-2 {
      padding: 10px 0px 0;
    }
    .testimonials .testimonial-item {
        padding: 25px;
        margin: 20px 20px;
    }
    .owl-next {
        top: 45%;
        right: -32px;
    }
    .owl-prev {
        top: 45%;
        left: -7px;
    }
    
    .pr-7 {
        font-size: 14px;
    }
    .pr-7-2 {
        padding: 0 10px;
    }
    .col-sm-6 {
      width: 50%;
    }

    .portfolio #portfolio-flters li {
        margin: 0 15px 15px 0;
        padding: 12px 25px;
        font-size: 16px;
    }
    .mview {
      display: block !important;
    }
    .dview {
      display: none !important;
    }
    .portfolio .portfolio-item {
        padding: 0 25px;
    }

    .careholder-box img{
        width: 85%;
    }
    .careholder-box h3 {
        font-size: 24px;
    }
    .careholder-box p {
        font-size: 16px;
    }
    .careholder-box .linkedin-icon {
      margin-left: 25px;
      margin-top: -31px; 
    }

    .btn-now {
        font-size: 16px;
        padding: 4px 25px;
    }
    .start-path {
      font-size: 42px;
    }
    .info-text {
      padding: 0 20px;
      font-size: 22px;
    }
    .flip-box-front {
      min-height: 150px;
    }
    .flip-box-back {
      min-height: 175px;
      width: 175px;
      margin: -15px;
    }
    .thrive-upper-box {
      height: 40px;
      top: 30px;
    }
    .thrive-heading {
      font-size: 0.75rem;
    }
    .thrive-apply-btn {
      text-align: center;
      position: relative;
      z-index: 9;
      bottom: 0px;
    }
    .thrive-item p {
      color: #000;
      position: relative;
      bottom: -5px;
      width: 100%;
      margin-left: 0%;
    }
    .thrive-apply-btn {
      bottom: 0px;
    }
    .thrive-logo {
      width: 330px;
      margin: auto;
    }
    .thrive-text {
      border-left: 0;
      border-top: 3px solid #000000;
      padding-left: 10px;
    }
    .banner-under-text h2 {
      font-size: 21px;
    }
    .thrive-timeline {
      transform: translate(0px, 0px); 
      margin-bottom: 0px;
    }
    .thrive-timeline h2 {
      font-size: 52px;
    }
    .month-1 {
      transform: translate(0px, 0px);
    }
    .month-2 {
      transform: translate(0px, 0px);
    }
    .month-3 {
      transform: translate(0px, 0px);
    }
    .month-4 {
      transform: translate(0px, 0px);
    }
    .mt-100 {
      margin-top: 0px;
    }
    .mt-header{
      margin-top: 69px;
    }
    .thrive-form-height {
      height: auto;
    }
    .thrive-with-mcat .label {
      line-height: 1.5 !important;
      padding: 0px !important;
      white-space: break-spaces;
    }
    .services .icon-box p {
      font-size: 12px;
      padding: 0 20px;
    }
  }

  .diffent-icon img {
      background: #0e4677;
      border-radius: 50%;
      width: 60px;
      padding: 2px;
      margin-bottom: 10px;
  }

  #features .card {
    background-color: #eededa96;
    transition: all 0.4s ease;
  }

  #features .card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 18px rgba(0,0,0,0.15);
  }

  .feature-icon {
    background-color: #0e4677;
    padding: 5px;
    border-radius: 10px;
  }

  .feature-card {
      background: #fff;
      border-radius: 12px;
      padding: 25px;
      text-align: center;
      transition: all 0.4s ease;
      box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    }
    .feature-card:hover {
      transform: translateY(-8px) scale(1.03);
      box-shadow: 0 20px 40px hsl(var(--primary) / .15);
    }
    .feature-card h5 {
      font-weight: 600;
      margin-top: 12px;
      color: #0e4677;
    }
    .feature-card p {
      font-size: 0.95rem;
      color: #444;
    }
    .btn-custom {
      border: 2px solid #0e4677;
      border-radius: 30px;
      padding: 10px 28px;
      color: #0e4677;
      font-weight: 600;
      transition: 0.3s;
    }
    .btn-custom:hover {
      background: #0e4677;
      color: #fff;
    }

    .portfolio-section {
      background: #f8f9fa;
      padding: 50px 0;
      overflow: hidden;
      position: relative;
    }
    .portfolio-track {
      display: flex;
      width: max-content;
      animation: scrollLeft 25s linear infinite;
    }
    .portfolio-card {
      flex: 0 0 auto;
     /* width: 150px;*/
      margin: 0 10px;
    }
    .portfolio-card img {
      width: 100%;
      height: 70px;
      object-fit: cover;
      border-radius: .5rem;
    }
    @keyframes scrollLeft {
      from { transform: translateX(0); }
      to   { transform: translateX(-55%); }
    }


    /* ------------------------------------
Together On A Platform
---------------------------------------*/
.one-platform {
  position: relative;
  /*margin-bottom: 20px;*/
}
.one-platform-bg {
  background-image: url(../../images/portfolio-bg.png);
  background-position: center top;
  margin-top: 30px;
  background-repeat: no-repeat; /* height: 774px; */
  margin-top: 80px;
  background-size: auto 100%;
  background-position: center;
}
.iphone {
  position: absolute;
  left: 15px;
  z-index: 99;
  left: 50%;
  height: 50%;
  bottom: 0%;
  transform: translate(-50%, -0%);
  padding: 10px;
}

.pin-spacer{
  margin: 0px 0px 75px !important;
}
/* ------------------------------------
.circle-block
---------------------------------------*/
.circle-border {
  position: relative;
}
.circle-block {
  position: absolute !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.circle-block {
  position: relative;
  margin-top: 15px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: auto;
  margin-right: auto;
  z-index: 99;
}
.item-select i {
  font-size: 2rem;
}
.iphone img {
  /*height: 100%;*/
  border-radius: 20px;
  /*box-shadow: 1px 9px 9px 0px #bfbfbf;*/
  width: 200px;
}
.circle-block .item-select {
  width: 150px;
  border-radius: 50%;
  height: 95px;
  float: left;
  position: absolute;
  text-align: center;
  /* border: 2px solid #2d6bd2; */
  /*background: #ebebeb;*/
  color: #5c5c5c;
  padding: 18px;
  /*--animation: 30s lk-rotate1 infinite alternate;--*/
  display: flex;
  animation: 30s lk-rotate1 0s infinite;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.circle-block .item-select img {
  width: 115px;
}
.rotated-circle {
  width: 500px;
  height: 500px;
  /*--animation:30s lk-rotate infinite;--*/
  animation: 30s lk-rotate 0s infinite;
}
.circle-block .select-item amp-img {
  width: 100px;
}
.circle-block h3 span:nth-child(1) {
  display: block;
  font-size: 18px;
}
.circle-block .item-select:nth-child(1) {
  margin-top: 65%;
  margin-left: -34px;
  /*background: #e5dbff;*/
}
.circle-block .item-select:nth-child(2) {
  left: 43%;
  margin-top: -40px;
  /*background: #d2daffff;*/
}
.circle-block .item-select:nth-child(3) {
  top: 75%;
  right: 0%;
  /*background: #f7c3c3;*/
}
.circle-block .item-select:nth-child(4) {
  top: 0%;
  left: 7%;
  /*background: #f7c3c3;*/
}
.circle-block .item-select:nth-child(5) {
  bottom: -3%;
  right: 58%;
  /*background: #84e38d;*/
}
.circle-block .item-select:nth-child(6) {
  bottom: 5%;
  right: 8%;
  /*background: #84e38d;*/
}
.circle-block h3 span:nth-child(1) {
  font-size: 26px;
  color: #fff;
  line-height: 42px;
  margin-top: 0;
  font-family: Galada-Regular;
  letter-spacing: 1px;
  font-weight: 400;
}
.circle-block:hover .rotated-circle,
.circle-block:hover .item-select {
  animation-play-state: paused;
}
.circle-block .item-select amp-img {
  animation: 25s lk-rotate1 0s infinite;
}
.circle-block:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  animation: auto;
  border: 2px solid #e2e2e2;
}
.rotated-cr-blk .rf {
  padding-top: 36px;
  position: relative;
  padding-bottom: 51px;
}
.rotated-cr-blk .rf:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 52%;
  height: 100%;
  background: linear-gradient(200deg, #e6e6e6, #e9e9e9, #fff);
}
@keyframes lk-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lk-rotate1 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.circle-cont {
  position: absolute;
  top: 34px;
  width: 84%;
  left: 41px;
  padding: 51px 29px;
  text-align: center;
}
.circle-cont p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  height: 154px;
  margin-bottom: 0;
}
.circle-block,
.rotated-circle {
  width: 420px;
  height: 420px;
}
.circle-block .item-select p {
  font-size: 15px;
  line-height: 29px;
  text-align: center;
  font-weight: bold;
  display: flex;
  cursor: pointer;
  margin-bottom: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.circle-block .item-select:nth-child(1) p {
  color: #8d62ff;
}
.circle-block .item-select:nth-child(1) p span {
  color: white;
}
.circle-block .item-select:nth-child(2) p {
  color: #6b84ff;
}
.circle-block .item-select:nth-child(2) p span {
  color: white;
}
.circle-block .item-select:nth-child(3) p {
  color: #b0432b;
}
.circle-block .item-select:nth-child(3) p span {
  color: white;
}
.circle-block .item-select:nth-child(4) p {
  color: #ff8b42;
}
.circle-block .item-select:nth-child(4) p span {
  color: white;
}
.circle-block .item-select:nth-child(5) p {
  color: #358718;
}
.circle-block .item-select:nth-child(5) p span {
  color: white;
}
/* ------------------------------------
.circle-block-1
---------------------------------------*/
.circle-block-1 {
  position: relative;
  margin-top: 15px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: auto;
  margin-right: auto;
}
.circle-block-1 .item-select {
  width: 80px;
  border-radius: 50%;
  height: 80px;
  float: left;
  position: absolute;
  text-align: center;
  border: 2px solid #2d6bd2;
  background: #ebebeb;
  display: flex;
  color: #5c5c5c;
  /*--animation: 30s lk-rotate1 infinite alternate;--*/
  animation: 30s lk-rotate1 0s infinite;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.rotated-circle-1 {
  /* --animation: 30s lk-rotate infinite;--*/
  animation: 30s lk-rotate infinite;
}
.circle-block-1 .select-item amp-img {
  width: 100px;
}
.item-select i {
  font-size: 1.8rem;
}
.circle-block-1 .item-select img {
  width: 100px;
}
.circle-block-1 .item-select:nth-child(1) {
  margin-top: -37px;
  right: 40%;
}
.circle-block-1 .item-select:nth-child(2) {
  right: 18%;
  margin-top: 7px;
}
.circle-block-1 .item-select:nth-child(3) {
  top: 18%;
  right: 1%;
}
.circle-block-1 .item-select:nth-child(4) {
  top: 42%;
  right: -6%;
}
.circle-block-1 .item-select:nth-child(5) {
  top: 67%;
  right: -1%;
}
.circle-block-1 .item-select:nth-child(6) {
  margin-top: 86%;
  right: 113px;
}
.circle-block-1 .item-select:nth-child(7) {
  bottom: -6%;
  left: 47%;
}
.circle-block-1 .item-select:nth-child(8) {
  bottom: 1%;
  left: 18%;
}
.circle-block-1 .item-select:nth-child(9) {
  bottom: 22%;
  left: -1%;
}
.circle-block-1 .item-select:nth-child(10) {
  top: 40%;
  left: -6%;
}
.circle-block-1 .item-select:nth-child(11) {
  top: 14%;
  left: 4%;
}
.circle-block-1 .item-select:nth-child(12) {
  top: -1%;
  left: 24%;
}
.circle-block-1:hover .rotated-circle-1,
.circle-block-1:hover .item-select {
  animation-play-state: paused;
}
.circle-block:hover {
  animation-play-state: paused;
}
.circle-block-1 h3 span:nth-child(1) {
  display: block;
  font-size: 18px;
}
.circle-block-1 h3 span:nth-child(1) {
  font-size: 26px;
  color: #fff;
  line-height: 42px;
  margin-top: 0;
  font-family: Galada-Regular;
  letter-spacing: 1px;
  font-weight: 400;
}
.circle-block-1 .item-select amp-img {
  animation: 25s lk-rotate1 infinite;
}
.circle-block-1:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute; /* background:#e8e8e882; */
  border-radius: 50%;
  animation: auto;
  border: 2px solid #e2e2e2;
}
.rotated-cr-blk .rf {
  padding-top: 36px;
  position: relative;
  padding-bottom: 51px;
}
.rotated-cr-blk .rf:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 52%;
  height: 100%;
  background: linear-gradient(200deg, #e6e6e6, #e9e9e9, #fff);
}
@keyframes lk-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lk-rotate1 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.circle-block-1,
.rotated-circle-1 {
  width: 660px;
  height: 660px;
}
.circle-block-1 .item-select p {
  font-size: 11px;
  text-align: center; /* font-weight: bold; */
  cursor: pointer;
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  7.18 project css start
/*----------------------------------------*/
.tp-line-content span {
  font-size: 180px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -8px;
  text-transform: uppercase;
  color: #DCDDDF;
  font-family: var(--tp-ff-marcellus);
}
@media (max-width: 767px) {
  .tp-line-content span {
    font-size: 65px;
  }
}

.tp-line-text-wrap .swiper-wrapper {
  transition-timing-function: linear;
}
.tp-line-text-wrap .swiper-slide {
  width: auto;
}
.tp-line-text-wrap .swiper, .tp-line-text-wrap .swiper-container {
  direction: rtl;
}

.tp-line-text-wrap-2 .swiper, .tp-line-text-wrap-2 .swiper-container {
  direction: ltr;
}

.tp-project-textline {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .tp-project-textline {
    margin-bottom: 60px;
  }
}
.tp-project-textline-1 {
  margin-right: 50px;
}
.tp-project-textline span {
  font-weight: 400;
  font-size: 200px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-textline span {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .tp-project-textline span {
    font-size: 70px;
  }
}
.tp-project-textline span img {
  margin: 0 50px;
  transform: translateY(-15px);
  animation: rotate2 15s linear infinite;
  margin-top: -40px;
}
.tp-project-textline span.textline-1 {
  margin-right: 50px;
  flex: 0 0 auto;
  font-family: var(--tp-ff-gallery);
}
@media (max-width: 767px) {
  .tp-project-textline span.textline-1 {
    margin-right: 20px;
  }
}
.tp-project-textline span.textline-2 {
  margin-right: 50px;
}
.tp-project-left-wrap {
  padding-right: 100px;
  margin-top: 190px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-left-wrap {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-left-wrap {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .tp-project-left-wrap {
    padding-right: 0px;
    margin-top: 0;
  }
}
.tp-project-right-wrap {
  padding-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-right-wrap {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-right-wrap {
    padding-left: 0px;
  }
}
.tp-project-mr {
  margin-right: 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-mr {
    margin-right: 0;
  }
}
.tp-project-ml {
  margin-left: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-ml {
    margin-left: 0;
  }
}
.tp-project-img {
  overflow: hidden;
  position: relative;
  height: 100%;
  display: inline-block;
}
.tp-project-img.height-1 {
  height: 450px;
  width: 100%;
}
@media (max-width: 767px) {
  .tp-project-img.height-1 {
    height: 300px;
    width: 100%;
  }
}
.tp-project-img.height-2 {
  height: 580px;
}
@media (max-width: 767px) {
  .tp-project-img.height-2 {
    height: 300px;
    width: 100%;
  }
}
.tp-project-img.height-3 {
  height: 820px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-img.height-3 {
    height: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-img.height-3 {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .tp-project-img.height-3 {
    height: 300px;
    width: 100%;
  }
}
.tp-project-img.height-4 {
  height: 830px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-img.height-4 {
    height: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-img.height-4 {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .tp-project-img.height-4 {
    height: 300px;
    width: 100%;
  }
}
.tp-project-img.height-5 {
  height: 400px;
}
@media (max-width: 767px) {
  .tp-project-img.height-5 {
    height: 300px;
    width: 100%;
  }
}
.tp-project-img.height-6 {
  height: 450px;
  width: 100%;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .tp-project-img.height-6 {
    height: 300px;
    width: 100%;
    margin-top: 0;
  }
}
.tp-project-img img {
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}
@media (max-width: 767px) {
  .tp-project-img img {
    width: 100%;
  }
}
.tp-project-img:hover .tp-project-content span {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}
.tp-project-img:hover .tp-project-content .tp-project-title-sm {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}
.tp-project-full-img-wrap {
  height: 100vh;
}
.tp-project-full-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  background-position: top;
  background-repeat: no-repeat;
  object-fit: cover;
}
.tp-project-content span {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  display: inline-block;
  transform: translateX(20px);
  transition: all 0.5s ease-out 0s;
  transition-delay: 0.2s;
}
.tp-project-title-sm {
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-gallery);
  margin-bottom: 0;
  color: var(--tp-common-black);
  transform: translateX(20px);
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.2s;
}
.tp-project-btn {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .tp-project-item {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .panels-container {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .panels-container .panel {
    width: 100%;
  }
}

.tp-project-2-area {
  margin: 0px -15px;
  transition: 0.3s;
}
.tp-project-2-area.addclass {
  background-color: var(--tp-common-black);
}
.tp-project-2-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-2-content {
    padding: 0 50px;
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-project-2-content {
    padding: 30px;
  }
}
.tp-project-2-content span {
  color: var(--tp-common-white);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
}
.tp-project-2-title-sm {
  color: var(--tp-common-white);
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.8px;
  margin-bottom: 0;
}
.tp-project-2-title-sm a {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  display: inline;
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
}
.tp-project-2-title-sm a:hover {
  background-size: 0% 2px, 100% 2px;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-project-2-title-sm {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-2-thumb {
    width: 100%;
  }
}
.tp-project-2-thumb img {
  border-radius: 12px;
  max-width: inherit;
  object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-2-thumb img {
    width: 100%;
    height: 100%;
  }
}
.tp-project-2-item {
  padding: 0px 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-2-item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.tp-project-3-title-box .tp-section-title-200 {
  margin-bottom: 40px;
}
.tp-project-3-btn-box {
  position: absolute;
  right: 26%;
  top: 25px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-project-3-btn-box {
    right: 22%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-project-3-btn-box {
    right: 25%;
    top: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-3-btn-box {
    right: -6%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-3-btn-box {
    position: static;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-3-btn-box {
    right: 18%;
    top: 0;
  }
}
@media (max-width: 767px) {
  .tp-project-3-btn-box {
    position: static;
  }
}
.tp-project-3-wrap {
  margin-bottom: 220px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-3-wrap {
    margin-bottom: 130px;
  }
}
@media (max-width: 767px) {
  .tp-project-3-wrap {
    margin-bottom: 100px;
  }
}
.tp-project-3-thumb img {
  border-radius: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .tp-project-3-thumb.pro-img-1 {
    margin-bottom: 0px;
  }
}
.tp-project-3-thumb.pro-img-1 img {
  transform-origin: bottom left;
  transform: rotate(-2deg);
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-3-thumb.pro-img-1 img {
    transform: rotate(0);
  }
}
.tp-project-3-thumb.pro-img-2 img {
  transform-origin: bottom right;
  transform: rotate(2deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-3-thumb.pro-img-2 img {
    transform: rotate(0);
  }
}
.tp-project-3-meta {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--tp-ff-marcellus);
  margin-bottom: 120px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-3-meta {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-3-meta {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-project-3-meta {
    margin-bottom: 25px;
  }
}
.tp-project-3-title-sm {
  font-size: 90px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.9px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-3-title-sm {
    font-size: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-3-title-sm {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .tp-project-3-title-sm {
    font-size: 40px;
  }
}
.tp-project-3-content {
  margin-bottom: 105px;
  margin-top: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-3-content {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-3-content {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .tp-project-3-content {
    margin-bottom: 60px;
  }
}
.tp-project-3-border span {
  width: 240px;
  height: 20px;
  border-radius: 100px;
  background: linear-gradient(90deg, rgb(82 123 158 / 88%) 0%, rgb(14 70 119) 33.33%, rgb(0 72 135) 66.67%, rgba(253, 239, 249, 0.7) 100%);
  display: inline-block;
}
.tp-project-3-border.color-2 span {
  background: linear-gradient(90deg, rgba(26, 42, 108, 0.7) 0%, rgba(178, 31, 31, 0.7) 50%, rgba(253, 187, 45, 0.7) 100%);
}
.tp-project-3-border.color-3 span {
  background: linear-gradient(90deg, rgba(255, 75, 31, 0.7) 0%, rgba(31, 221, 255, 0.7) 100%);
}

.tp-reveal-line-2 {
  overflow: hidden;
  padding-bottom: 40px;
}

.tp_img_reveal {
  visibility: hidden;
  overflow: hidden;
}

.tp_img_reveal img {
  transform-origin: left;
  overflow: hidden;
}

@media (max-width: 767px) {
  .tp-project-4-area {
    padding-bottom: 90px;
  }
}
.tp-project-4-bg {
  position: relative;
  height: 950px;
  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;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-4-bg {
    height: 850px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-4-bg {
    height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-4-bg {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .tp-project-4-bg {
    height: 300px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-4-bg a {
    height: 100%;
  }
}
.tp-project-4-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tp-project-4-thumb {
  overflow: hidden;
  height: 100%;
}
.tp-project-4-overlay {
  position: relative;
  overflow: hidden;
}
.tp-project-4-overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 9, 11, 0.2);
  content: "";
  z-index: 2;
}
.tp-project-4-content {
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  display: inline-block;
}
.tp-project-4-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 11px;
  color: var(--tp-common-white);
}
.tp-project-4-title {
  font-size: 300px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -12px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-4-title {
    font-size: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-4-title {
    font-size: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-4-title {
    font-size: 170px;
  }
}
@media (max-width: 767px) {
  .tp-project-4-title {
    font-size: 90px;
  }
}
.tp-project-4-title span {
  color: #FFF;
  text-align: center;
  font-family: Marcellus;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 125% */
}

.tp-project-5-wrap {
  margin-right: -3%;
}
@media (max-width: 767px) {
  .tp-project-5-wrap {
    flex-wrap: wrap;
    margin-right: 0;
  }
}
.tp-project-5-text {
  line-height: 0;
  flex: 0 0 auto;
}
.tp-project-5-text span {
  color: #5D5D63;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  margin-right: 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-project-5-text span {
    font-size: 16px;
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .tp-project-5-text span {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-project-5-thumb-wrap {
    flex-wrap: wrap;
  }
}
.tp-project-5-thumb {
  flex: 0 0 auto;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .tp-project-5-thumb {
    flex: initial;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-project-5-thumb {
    width: 100%;
  }
}
.tp-project-5-thumb img {
  display: inline-block;
  flex: 0 0 auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-project-5-thumb img {
    width: 100%;
    margin-right: 0;
  }
}

.tp-project-5-2-title {
  font-size: 190px;
  font-weight: 600;
  letter-spacing: -5.6px;
  color: rgba(245, 247, 245, 0.0784313725);
  white-space: nowrap;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-5-2-title {
    font-size: 210px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-5-2-title {
    font-size: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-5-2-title {
    font-size: 140px;
  }
}
@media (max-width: 767px) {
  .tp-project-5-2-title {
    font-size: 85px;
  }
}
.tp-project-5-2-thumb {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-5-2-thumb {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tp-project-5-2-thumb {
    margin-bottom: 30px;
  }
}
.tp-project-5-2-thumb img {
  width: 100%;
}
.tp-project-5-2-category {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 40px;
}
.tp-project-5-2-category span {
  font-size: 18px;
  font-weight: 400;
  line-height: 13px;
  color: var(--tp-common-white);
}
.tp-project-5-2-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  z-index: 2;
}
.tp-project-5-2-meta {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--tp-common-white);
  z-index: 2;
}
.tp-project-5-2-title-sm {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.8px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-5-2-title-sm {
    font-size: 30px;
  }
}


.max-w-3xl {
    max-width: 48rem;
}
.font-heading {
  color: #0e4677;
}