
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');


:root {

    --brand-color: #f16d24;
    --brand-ultra-lite-color: ;
    --brand-gradient: linear-gradient(to left, #fdb514, #ed6e15);

}


.manager_info .manager_photo {
  width: 360px;
  float: right;
}

.managers_part {

}

.managers_part .col-md-9 {
  background-color: #f4f3f3c9 !important;
      border-radius: 20px 0 0 20px;
}

.managers_talk {
  padding: 2rem 1rem;
}

.position{
  font-weight: bold;
}

.managers_talk p + p {
  margin: 0;
  font-family: var(--rat);
  text-align: justify;
  line-height: 28px;
}

.managers_part .col-md-9 {
  position: relative;
}

.managers_part .col-md-9::before {
  content: '\f10e';
  font-family: fontAwesome;
  display: inline-block;
  position: absolute;
  right: 35px;
  top: 10px;
  opacity: 0.1;
  color: var(--brand-lite-color);
  font-size: 5rem;
  animation: testi 1.6s ease-in-out 1s infinite;
}

@keyframes testi {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(5deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

#quote {
  font-weight: bold;
}

.managers_part {
  margin-bottom: 3rem;
}

.counter_wrapper {
  margin-left: 10px;
}

.testimonial__body {
  margin-top: 0rem;
}

.managers_photo {
  overflow: hidden;
}


.managers_photo img {
    max-width: 100%;
    width: 100%;
    transition: 0.3s ease-in-out all;
}

.managers_part:hover img {
  transform: scale(1.1);
}

  .managers_photo::after {
      content: " ";
    position: absolute;
    bottom: calc(100% - 32px);
    left: 8%;
    top: 50%;
    margin-left: -25px;
    border-width: 25px;
    transform: rotate(90deg) translateX(-50%);
    border-style: solid;
    border-color: transparent transparent #f4f3f3 transparent;
  }

@media (max-width: 768px) {

  .managers_part .col-md-9::before {
    content: '\f10e';
    font-family: fontAwesome;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 20px;
    opacity: 0.1;
    color: var(--brand-lite-color);
    font-size: 3rem;
    animation: testi 1.6s ease-in-out 1s infinite;
    }

  @keyframes testi {
    0% {
      transform: translateY(0px) rotate(0deg);
    }
    50% {
      transform: translateY(-10px) rotate(5deg);
    }
    100% {
      transform: translateY(0px) rotate(0deg);
    }
  }

  .managers_photo::after {
    content: " ";
    position: absolute;
    bottom: calc(100% - 33px);
    top: auto;
    left: 50%;
    margin-left: -17px;
    border-width: 17px;
    transform: rotate(180deg);
    border-style: solid;
    border-color: transparent transparent #f4f3f3 transparent;
  }
}

.managers_part .row {
  border-radius: 50px !important;
  overflow: hidden;
}

.managers_talk p {
  font-family: var(--raleway);
}

@media (max-width: 768px) {
  .managers_part .row {
    border-radius: 10px !important;
    overflow: hidden;
  }

  .managers_talk p {
    font-family: var(--raleway);
    font-size: 1rem;
  }

  .managers_talk h4 {
    margin-bottom: 0.3rem;
  }

}

.main__wrapper {
  background: url('../img/an-bg02.png')
}

span.counter_wrapper {
  display: inline-block;
  font-size: 3rem !important;
}

span.counter_wrapper {
  font-size: 3rem !important;
}

.client_photo {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.client_photo img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #eee;
}

.footer .logo-container {
  background: white;
  display: inline-block;
  padding: 1em;
  margin-top: 50px;
  border-radius: 18px;
}

.partners img {
  opacity: 0.3
}
 .tp-bgimg {
    background: rgba(0,0,0,0.45);
    background-blend-mode: color-dodge;
 }


 /*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: url(../img/an-bg02.png);
  background-repeat: repeat;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #151515;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #ffc451;
}

.team .member .social a:hover {
  color: #fff;
  background: #ffc451;
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 20px 3px 20px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #151515;
}

.team .member .member-info span {
  display: block;
  font-size: 14.5px;
  font-weight: 400;
  color: #979595;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

.stregth {
/* background: #f5eefdab; */
    background: #c4cff042;
      padding-top: 4rem;
      padding-bottom: 2rem;
}


.protect-list{
  list-style: none;
  padding: 5px;
  margin-top: 1.5rem;
}
.protect-list li{
  font-size: 22px;
  margin-bottom: 13px;
  font-family: Poppins, sans-serif;
}
.protect-list li i {
  width: 50px;
  float: left;
  color: #f06e1f;
  font-size: 20px;
  text-align: center;
  margin-top: 4px;
}
.protect-list li p {
  overflow: hidden;
  font-weight: 500;
    color: #182635;
    font-size: 17px;
    font-family: var(--sans-pro)
}
.m-protect-yourself h2{
  margin-bottom: 1rem;
    font-family: var(--sans-pro);
    font-weight: 400;
    line-height: 1.5;
    font-size: 2.1rem;
}
@media (max-width: 991px){
  .m-protect-yourself {
    padding: 0rem 0;
  }
  .m-features-list {
    margin-top: 0;
  }
}
@media (max-width: 767px){
  .m-protect-yourself .col-md-5{
    margin-top: 30px;
  }
  .m-protect-yourself {
    margin-top: 0px;
  }
  .stylish_mission img {
    max-width: 100% !important;
  }
  .m-protect-yourself h2 {
    margin-bottom: 1rem;
    margin-left: 8px;
    font-family: var(--sans-pro);
    font-weight: 400;
    font-size: 1.9rem;
  }
  .protect-list li {
    font-size: 22px;
    margin-bottom: 7px !important;
  }
  .protect-list li p {
    overflow: hidden;
    color: #08294c;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .m-protect-yourself{
    padding: 0rem 0;
    background: url('../images/light_dott_pg.png');
    background-position: left;
  }

  .stregth .strength_Para {
    text-align: justify;
  }

  .stregth .strength_Para +  .strength_Para{
    margin-bottom: 1rem;
    font-size: 1.1rem;
  }

  .m-protect-yourself .cover .card {
    margin-top: 10px;
    margin-right: -52px;
  }

  .m-features .card-body {
    padding-bottom: 5px !important;
  }

  .sustain_head {
    margin-top: 0rem;
    line-height: 3rem !important;
  }

  .protect-list {
    margin: 0;
  }

  .main_title.section-title p {
    margin-bottom: 0 !important;
    font-size: 0.99rem;
  }

  .section-title-sub p {
    line-height: 1.9rem;
    font-size: 23px !important;
    font-family: 'Poppins', sans-serif;
    padding-inline: 25px;
  }

  .section-title-sub h2 {
    margin-inline: 25px !important;
  }

  .main_title.section-title h2 {
    font-size: 38px !important;
  }

  .masonry-filter {
    margin-bottom: 40px;
  }

  .masonry-filter a {
    font-size: 0.8rem;
    margin: 5px 5px !important;
  }

  .stylish_mission {
    padding-block: 2rem !important;
  }
}

.masonry-filter a {
  box-shadow: 1px 4px 10px rgba(0,0,0,0.09);
  margin: 11px 8px;
      padding: 10px 18px;
          display: inline-block;
              border-radius: 30px;
              font-family: 'Poppins', sans-serif;
              font-weight: 600;
}

.btn--button.btn--color {
  color: white !important;
}

.stregth .strength_Para {
  color: #182635;
}


.sustain_head {
  margin-top: 3rem;
  line-height: 3.4rem;
}

.bottom-padding {
  padding-bottom: 80px;
}


.main_title.section-title {
  text-align: center;
  padding-bottom: 15px;
}

.main_title.section-title h2 {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #222222;
}

.main_title.section-title h2::before, .main_title.section-title h2::after {
  content: '';
  width: 50px;
  height: 3px;
  background: var(--brand-gradient);
  display: inline-block;
}

.main_title.section-title h2::before {
  margin: 0 15px 10px 0;
}

.main_title.section-title h2::after {
  margin: 0 0 10px 15px;
}

.main_title.section-title p {
  margin: 15px 0 0 0;
  max-width: 650px;
  margin-inline: auto;
  width: 95%;
  margin-bottom: 2rem;
}


.section-title-sub {
  padding-bottom: 30px;
  padding-top: 3.2rem;
}

.section-title-sub h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 18px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title-sub h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #f38b74;
  margin: 4px 10px;
}

.section-title-sub p {
  margin: 0;
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0f2f57;
}

.stylish_mission {
  text-align: center;
  padding-block: 3rem;
}

.stylish_mission img {
  max-width: 88%;
}

/*--------- projuct-area-img -----------*/
/* #product-photos {
  line-height: 0;
   
  -webkit-column-count: 3;
  -webkit-column-gap:   25px;
  -moz-column-count:    3;
  -moz-column-gap:      25px;
  column-count:         3;
  column-gap:           25px;  
}

.project-img-head {
  margin: 3rem 0 !important;
}

#product-photos img {
  max-width: 100% !important;
  height: auto !important;
      border: 1px solid #dadce0;
      box-shadow: 0 2px 10px rgba(0,0,0,.11);
}

@media (max-width: 1200px) {
  #product-photos {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #product-photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #product-photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #product-photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
} */

.img_gallery_wrapper {
  padding-block: 5rem;
}

.img_gallery_wrapper .container {
  max-width: 1250px;
}

.img_gallery_wrapper img {
  /* margin-top: 25px; */
}

@media (max-width: 768px) {
  .img_gallery_wrapper img {
    /* margin-top: 10px; */
    /* box-shadow: 0 2px 10px rgba(0,0,0,.11) !important; */
  }

  #team .col-lg-3 {
        padding-right: 35px;
    padding-left: 35px;
  }

  #product-photos {
    /* column-gap:           10px;   */
  }
}

/* #product-photos .row .col-md-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #eee;
  border: 1px solid var(--brand-color);
} */

.flex_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.flex_wrapper > .sing-award {
    width: calc(100% / 3 - 60px / 3);
    display: flex;
    justify-content: center;
    align-items: center;
background-color: #fffdfc;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%234dc1db' stroke-width='84.1' stroke-opacity='0.05' %3E%3Ccircle fill='%23fffdfc' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%23fcfaf9' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%23f9f7f7' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%23f6f5f4' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%23f4f2f1' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%23f1efef' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%23eeedec' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%23ebeae9' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%23e8e7e7' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%23e5e4e4' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%23e3e2e1' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%23e0dfdf' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%23dddcdc' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%23dadad9' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%23d7d7d7' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%23d5d4d4' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%23d2d2d2' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%23cfcfcf' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
    border: 1.5px solid #dee2e6;
    border-radius: 5px;
    box-shadow: 1px 1px 15px rgba(0 0 0 / 10%)

}

 @media(max-width: 768px) {

  .flex_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .flex_wrapper > .sing-award {
    width: calc(100% / 2 - 10px / 2);
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1)
  }

  .intro__design .feature {
    margin-top: 10px;
  }

  .intro__design .col-sm-4 {
    padding-inline: 10px !important;
  }

  .intro__design .feature__title {
    white-space: nowrap;
    margin-top: 10px;
    font-size: 0.9rem;
    color: #262626;
  }

  .project-1__description-holder {
    border-radius:  0 0 150px 0;
  }

  .home__projects {
    padding-bottom: 70px;
  }

  .statistic-wrap {
      padding: 60px 0;
  }

  .statistic-wrap .statistic__number {
      font-size: 60px;
  }

  span.counter_wrapper {
    margin-left: 5px;
  }

  .statistic__title {
    line-height: 23px;
  }

  .cta-btn {
    padding: 1rem 2rem;
    margin-top: 2rem !important;
    border-radius: 30px;
    background: var(--brand-gradient);
  }

}

.cta-btn {
  padding: 1rem 2rem;
  margin-top: 3rem;
  border-radius: 30px;
  background: var(--brand-gradient);
}

.cta-btn i {
  margin-left: 7px;
}






/*==== phone-change-header ====*/

.nav__phone-text {
  display: inline-block;
  width: 27px;
  height: 27px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 7px;
  background: #f16d24; 
  color: white;
}

.nav__phone-text i {
  font-size: 0.95rem;
}

.nav__phone-number {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
}

.tp-caption.hero-text {
  max-width: 350px !important;
}

.feature {

}

.feature__icon {
    font-weight: 500;
    color: #f16d24;
    padding-left: 20px;
}

/* .feature {
  transition: 0.3s ease-in-out all;
}

.feature .feature__icon {
  transition: 0.3s ease-in-out all;
  transform: scale(1);
}

.feature:hover .feature__icon {
  transition: 0.3s ease-in-out all;
  display: inline-block;
  transform: scale(1.1);
} */

.managers_talk h4 {
  margin-bottom: 5px;
}




/*=========== slider ===============*/

/* Hero  */
.hero img {
  width: 100%;
  height: 100vh;
  object-fit: cover;

}

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.hero-info {
  position: absolute;
  top: 35%;
  z-index: 100;
  left: 75px;
  /* transform: translateY(-50%); */


/*  top: 0;
  bottom: 0;   => inganeyum kodukkan
  display: flex;
  flex-direction: column;
  justify-content: center; */
}

.swiper-slide .hero-info > * {
  transition: 0.8s ease-in-out all;
}

.swiper-slide .hero-info > h1, .swiper-slide .hero-info > p {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-70px);
}

.swiper-slide.swiper-slide-active .hero-info > h1,
.swiper-slide.swiper-slide-active .hero-info > p {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.swiper-slide .hero-info > .ctn-btn {
  visibility: hidden;
  opacity: 0;
  transform: translateY(70px);
}

.swiper-slide.swiper-slide-active .hero-info > .ctn-btn {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

@media (max-width: 978px) {
  .hero-info {
  }
}

.hero-info {
 
}

.hero-info > h1 {
  color: white;
  font-size: 2.4rem;
  line-height: 55px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  margin-bottom: 25px;
  max-width: 950px;
}

.hero-info p {
  font-size: 1.2rem;
  color: white;
  max-width: 600px;
}

.hero-info span {
  font-weight: 300;
}

.ctn-btn {
  color: white;
  background: var(--brand-gradient);
  padding: 0.8rem 1.5rem;
  display: inline-block;
  border-radius: 2rem;
  margin-top: 1rem;
  transition: 0.25s ease-in-out all;
  margin-top: 2rem;
}

.ctn-btn:hover {
  color: white;
  transform: scale(1.1);
}
 
@media (max-width: 768px) {
  .hero-info > h1 {
     font-size: 2rem;
  }
}

header.nav {
  background: white;
    width: 100%;
    position: absolute;
}

/* .swiper-pagination-bullet {
  background: transparent;
  border: 3px solid #fff;
  width: 26px;
  height: 26px;
}

.swiper-pagination {
  width: 100%;
  text-align: right;
  padding-right: 75px;
  z-index: 9999;
}

.swiper-button-prev, .swiper-button-next{
    background: white;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    top: 55%;
    -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 50%);
    box-shadow: 1px 1px 15px rgb(0 0 0 / 50%);
    opacity: 0.7;
    transition: 0.3s ease all;
}

.swiper-button-prev::after, .swiper-button-next::after {
  color: #626262;
    font-size: 1rem;
    font-weight: bold;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: 1
}

@media (max-width: 768px) {
  .hero-info > h1 {
    font-size: 1.5rem;
    line-height: 30px;
    font-family: sans-serif;
  }

  .hero-info {
    left: 0px;
  }

  .swiper-button-prev, .swiper-button-next {
    width: 25px;
    height: 25px;
  }

  .swiper-button-prev::after, .swiper-button-next::after {
    font-size: 0.6rem;
  }

  .hero-info > h1,.hero-info p {
    max-width: 85%;
    margin-inline: auto;
    text-align: center;
  }

  .hero-info > h1 {
     margin-bottom: 15px;
  }

  .hero-info p {
    font-size: 1rem;
    color: whitesmoke;
  }

  .swiper-slide .hero-info > .ctn-btn {
     margin-top: 0.3rem;
     padding: 0.7rem 1.3rem;
  }

  .swiper-pagination {
    padding-right: 15px;
  }
}
 */



 .owl-carousel {
    width: 100%;
    height: 100vh;
}

.slide {
    width: 100%;
    height: 100vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: left;
    align-items: center;
}

.slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}

.slide-1 {
    background-image: url('../img/revolution/home-1/1.jpg');
}

.slide-2 {
    background-image: url('../img/revolution/home-1/2.jpg');
}

.slide-3 {
    background-image: url('../img/revolution/home-1/3.jpg');
}

.slide-content {
    text-align: left;
  /*   position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto; */
    color: #fff;
    margin-top: 4rem;
    padding-inline: 2%;
}

.slide-content h1 {
    font-size: 45px;
    line-height: 55px;
    font-family: 'Barlow' sans-serif;
    margin-bottom: 20px;
}

.slide-content p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    max-width: 850px;
}

.slide-content button {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 10px 25px;
    border: none;
}

.owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 1%;
}

.owl-dots span {
    width: 20px !important;
    height: 20px !important;
}

.owl-dots button {
    border: none !important;
    outline: none !important;
}

.owl-nav button {
    border: none !important;
    outline: none !important;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 65px !important;
    font-weight: bolder !important;
    background:none !important;
}

.owl-prev {
    left: 1%;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: white !important;
}

.owl-next {
    right: 1%;
}

.owl-item .slide-content {
    transition: 0.6s ease-in-out all 0.3s;
    transform: scale(0.6);
    opacity: 0;
/*     max-width: 80%;
    margin-inline: auto; */
    max-width: 1140px;
}

.slide-content {

}

.owl-item.active .slide-content {
    transform: scale(1);
    opacity: 1;
}   

.slide-content h1 {
  color: white;
  font-family: 'Barlow', sans-serif;
}

.slide-content p {
  color: whitesmoke;
  font-family: sans-serif;
}

.slide-content .btn--color {
  padding: 8px 20px;
  background: var(--brand-gradient);
  border-radius: 5px
}

@media (max-width: 768px) {
  .slide-content {
    padding-inline: 8%;
  }

  .slide-content h1 {
    font-family: 'Barlow', sans-serif;
    font-size: 25px;
    line-height: 32px;
    margin-top: 50px;
  }

  .slide-content p {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}

.slider_btn {

}

.slide-content .btn--color {
  margin-top: 1rem;
}

.remodal {
  border-left: 8px solid transparent;
  border-image-source: linear-gradient(to left, #fdb514, #ed6e15);
  border-image-slice: 1;
  z-index: 10;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  padding-bottom: 9px;
}

.lightbox {
  z-index: 99999 !important;
}

.lightboxOverlay {
  z-index: 99999 !important;
}

@media(min-width: 768px) {
  .slide-content p {

  }
}

@media only screen and (min-width: 641px) {
  .remodal {
    padding-left: 50px;
      max-width: 1220px !important;
  }
}

.project__featured-img {
  margin-top: 25px;
  margin-bottom: 0;
  border-radius: 5px;
}

.project_single_gallery {
  border-radius: 10px;
  margin-top: 35px;
  background: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
  padding: 35px 25px 25px 25px;
}

.project_single_gallery h3 {
  color: var(--brand-color);
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}

.project_single_gallery h3::after {
  content: '';
  display: block;
  width: 30px;
  margin: 10px auto 20px auto;
  border-radius: 30px;
  height: 3px;
  background: linear-gradient(to left, #fdb514, #ed6e15);
}


.remodal-close {
  left: auto;
  right: 15px;
  top: 12px;
  padding: 0 !important;
  width: 40px;
  height: 40px;
  background: var(--brand-gradient);
  color: white;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.15s ease-in-out all;
  z-index: 999;
}

.remodal-close:before {
  font-size: 2.3rem;
  top: 3px;
  left: 2px;
  color: white;
  z-index: 99999;
}

.remodal-close:active,.remodal-close:hover {
  transform: scale(1.1);
}

.remodal-close:focus {
  outline: none !important;
}

.project__details {
  text-align: left;
}

.project_detail .project__info {
  text-align: left;
  padding-left: 0;
}

.project_detail .project__info h1 {
  font-family: var(--poppins);
  color: #262626;
  font-size: 3.2rem;
  margin-bottom: 0.3em;
}

@media(max-width: 768px) {

  .project_detail .project__info {
    padding-left: 11px;
    padding-right: 11px;
  }

  .project__details {
    padding-left: 11px;
    padding-right: 11px;
  }

  .remodal {
    padding: 30px 15px 0px;
          border-left: 8px solid transparent;
      border-image-source: linear-gradient(to left, #fdb514, #ed6e15);
      border-image-slice: 1;
  }

  .project__meta-value {
      font-size: 14px;
  }

  .project_single_gallery [class^='col-'] {
    padding: 5px;
  }

  .project_single_gallery {
    padding: 18px 20px 10px 20px ;
    /* box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.3); */
    margin-top: 25px;
  }

  .project_single_gallery h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }

  .project__featured-img {
    margin-top: 0px;
  }

  .project_detail .project__info h1 {
    font-size: 1.8rem !important;
    margin-bottom: 1rem !important;
    text-transform: uppercase;
    display: inline-block;
  }

  .project__info p {
    text-align: justify;
  }

  .project__meta-item {
    margin-bottom: 10px;
  }

  .project__meta {
    display: flex;
    flex-wrap: wrap;
  }

  .project__meta > * {
    width: 50% !important;
    padding-left: 10px;
    height: 50%;
    padding-top: 9px;
    padding-bottom: 9px;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.07);
    margin: 0;
  }
}

.remodal-wrapper {
    padding: 15px 10px;
}


.auth_logo {
  display: none;
}