/********** Template CSS **********/
:root {
    --primary: #e57818;
    --secondary: #555555;
    --light: #000000;
    --dark: #ffffff;
}
*{
  font-family:"Roboto", sans-serif;
  font-weight:normal;
}


.btn-0{
  background-color:white;
  color:rgb(0, 0, 0);
  border: 4px solid #e57818;
  top:30%;
  right:0px;
  position: fixed;
  z-index: 11;
  font-size: small;
  padding: 10px;
  box-shadow: 0px 0px 15px gray;
  line-height: normal;
  height: 80px;
  width:80px;
}
.btn-3{
  background-color:white;
  color:rgb(0, 0, 0);
  border: 4px solid #e57818;
  top:42%;
  right:0px;
  position: fixed;
  z-index: 11;
  font-size: small;
  padding: 10px;
  box-shadow: 0px 0px 15px gray;
  line-height: normal;
  height: 80px;
  width:80px;
}

.btn-4{
  background-color:white;
  color:rgb(0, 0, 0);
  border: 4px solid #e57818;
  top:54%;
  right:0px;
  position: fixed;
  z-index: 11;
  font-size:smaller;
  padding: 10px;
   box-shadow: 0px 0px 15px gray;
   line-height: normal;
   height: 80px;
   width:80px;
   
}


.sticky-btn{
  position: fixed;
  display: none;
  right: 30px;
   top:40%;
  z-index: 99;
}

@media screen and (max-width: 900px) {
  .broucher{
    display: none;
  }
}


.logo_2{
  display: none;
}
/* h1{
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

} */
 .h1{
  font-weight: 600;
 }

.txt{
  color:#e57818;
}
.bg-c{
  background-color: #f1f1f1;
}
.bg-c1{
  background-color: #f8f8f8;
}
.read{
  color: #e57818;
}
.read:hover{
  color:black;
}
.icon1{
  transition: transform .2s;
}
.icon1:hover{
  transform: scale(1.5);
}

/* .btn-2{
  background-color: orange;
}
.btn-2:hover{
  background-color: black;
  transform: skewX(20deg);
  transition: all 1s ease;
} */

/* #outer {
  width: 364px;
  margin: 50px auto 0 auto;
  text-align: center;
} */





.zoom img {
  transition-duration: 4s;
  margin: 0 auto;
  display: block;
}
.zoom img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  z-index: 0;
}
.small img{
transition-duration: 4s;
  margin: 0 auto;
  display: block;
transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.small img:hover {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  z-index: 0;
}


.logo1{
height:80px;
width: 250px;
align-items: center;
text-align: center;
margin-left: 40%;

}

@media screen and (max-width: 900px) {
  .logo1{
    margin-left: 0;
  }
}


.web{
    margin-right: 100px;
}
.caro-1{
    height: 700px;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}

.header-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 1;
   
}



/*** Spinner ***/
/* #spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
 */

/*** Button ***/
/* .btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: white;
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
} */


/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Navbar ***/
/* .sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
 */

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
  position: relative;
  margin-left: 25px;
  padding: 25px 0;
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
  padding: 20px 0;
  color: black;
  
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary) !important;
}

.navbar-dark .navbar-brand img {
  max-height: 55px;
  transition: .5s;
}

.sticky-top.navbar-dark .navbar-brand .logo_1 {
  max-height: 55px;
  display: none;
  
}

.sticky-top.navbar-dark .navbar-brand .logo_2{
  max-height: 55px;
  display: block;
  
}

@media screen and (max-width: 900px) {
  .navbar-dark .navbar-brand .logo_1{
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .navbar-dark .navbar-brand .logo_2{
    display: block;
  }
}




@media (max-width: 991.98px) {
  .sticky-top.navbar-dark {
      position: relative;
      
  }

  .navbar-dark .navbar-collapse {
      margin-top: 15px;
      border-top: 1px solid rgba(255, 255, 255, .1)
  }

  .navbar-dark .navbar-nav .nav-link,
  .sticky-top.navbar-dark .navbar-nav .nav-link {
      padding: 10px 0;
      margin-left: 0;

  }
  
  .navbar-dark .navbar-brand img {
      max-height: 45px;
  }
}

@media (min-width: 992px) {
  .navbar-dark {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 999;
      background: transparent !important;
  }
  
  .sticky-top.navbar-dark {
      position: fixed;
      background: var(--dark) !important;
     
  }
}

@media screen and (max-width: 900px) {
  .navbar-dark .navbar-nav .nav-link{
  color:black;
 
  }
}





/*** Hero Header ***/
.hero-header {
  background: url(../img/main-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  
}
.hero-overlay{
  position: absolute;
  width: 100%;
  height:735px;
  top:0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  opacity: 2;
 
}
.Accessories{
  background: url(../img/asse.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height:450px;
}
.Acce-overlay1{
  position: absolute;
  width: 100%;
  height:500px;
  top:0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  opacity: 2;
 
}
@media screen and (max-width: 900px) {
  .Acce-overlay1 {
  
  top:auto;
    height:500px;
    bottom: 0px;
  }
}
.about {
  background: url(../img/about2.jpeg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height:600px;
}
.about-overlay{
  position: absolute;
  width: 100%;
  height:600px;
  top:0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  opacity: 9;
 
}
.quote{
  background: url(../img/quotation.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height:450px;
}
.quote-overlay{
  position: absolute;
  width: 100%;
  height:450px;
  top:0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  opacity: 9;
 
}
@media screen and (max-width: 900px) {
  .quote-overlay {
  
  top:auto;
    height:450px;
    bottom: 0px;
  }
}

@media screen and (max-width: 900px) {
  .about-overlay {
  
  top:auto;
    height:600px;
    bottom: 0px;
  }
}

.PEB {
  background: url(../img/peb\ \(2\).jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height:600px;
}
.peb-overlay{
  position: absolute;
  width: 100%;
  height:600px;
  top:0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  opacity: 9;
 
}
@media screen and (max-width: 900px) {
  .peb-overlay{
  
  top:auto;
    height:600px;
    bottom: 0px;
  }
}

.journey {
  background: url(../img/Picture3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height:600px;
}
.journey-overlay{
  position: absolute;
  width: 100%;
  height:600px;
  top:0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  opacity: 9;
 
}
@media screen and (max-width: 900px) {
  .journey-overlay{
  
  top:auto;
    height:600px;
    bottom: 0px;
  }
}
.Project {
  background: url(../img/projects.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height:600px;
}
.project-overlay{
  position: absolute;
  width: 100%;
  height:600px;
  top:0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  opacity: 9;
 
}
@media screen and (max-width: 900px) {
  .project-overlay{
    top:auto;
    height:600px;
    bottom: 0px;
  }
}

.info {
  background: url(../img/about-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height:600px;
}
.info-overlay{
  position: absolute;
  width: 100%;
  height:600px;
  top:0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  opacity: 9;
 
}
@media screen and (max-width: 900px) {
  .info-overlay{
    top:auto;
    height:600px;
    bottom: 0px;
  }
}

.mission{
  background-color:white;
  border:1px solid rgb(178, 178, 178);
  transition: transform 0.3s ease, background-color 0.3s ease;
  border-radius: 10px;
}
.mission:hover{
  box-shadow:none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transform: translateY(-10px);
  
}
.vision{
   background-color:white;
   border:1px solid rgb(178, 178, 178);
   transition: transform 0.3s ease, background-color 0.3s ease;
   border-radius: 10px;
  
}
.vision:hover{
  box-shadow:none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transform: translateY(-10px);
}







.hero-header img {
  animation: imgRotate 50s linear infinite;
}

@keyframes imgRotate { 
  100% { 
      transform: rotate(360deg); 
  } 
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, .5);
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
   height: 400px;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Features ***/
.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}
.color-icon{
    color: #be0606;
}


/*** About ***/
/* .about {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/about.jpg) left center no-repeat;
    background-size: cover;
} */

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.service-item .service-text {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
    transition: .5s;
    z-index: 2;
    padding: 5px;
}

.service-item:hover .service-text {
    top: -1.5rem;
}

.service-item .service-text h5 {
    transition: .5s;
}

.service-item:hover .service-text h5 {
    color: var(--primary);
}

.service-item .service-btn {
    position: absolute;
    width: 80%;
    height: 3rem;
    left: 10%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-btn {
    bottom: -1.5rem;
}


/*** Project ***/
.project-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.project-item .project-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    padding-top: 60px;
    transition: .5s;
}

.project-item:hover .project-overlay {
    opacity: 1;
    padding-top: 0;
}

.project-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .project-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .project-carousel .owl-nav .owl-prev,
    .project-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}


/*** Team ***/
.team-item {
    position: relative;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .team-social {
    position: absolute;
    padding: 0;
    top: 15px;
    left: 0;
    overflow: hidden;
}

.team-item .team-social li {
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social li {
    /* margin-left: 15px; */
    opacity: 1;
}

.team-item .team-social li .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 40px;
    transition: .5s;
}

.team-item .team-social li .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item .team-social li:nth-child(1) {
    transition-delay: .1s;
}

.team-item .team-social li:nth-child(2) {
    transition-delay: .2s;
}

.team-item .team-social li:nth-child(3) {
    transition-delay: .3s;
}

.team-item .team-social li:nth-child(4) {
    transition-delay: .4s;
}

.team-item .team-social li:nth-child(5) {
    transition-delay: .5s;
}
.t-height{
    height: 320px;
    width:100%;
}


/*** Testimonial ***/
/* .testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
}

.owl-item .testimonial-item,
.testimonial-item * {
    transition: .5s;
}

.owl-item.center .testimonial-item,
.testimonial-item:hover {
    background: var(--primary);
}

.owl-item.center .testimonial-item *,
.testimonial-item:hover * {
    color: #FFFFFF !important;
}

.testimonial-item img {
    width: 200px !important;
    height: 150px !important;
   
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .testimonial-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}
 */

/*** Footer ***/
.footer {
    color: #B0B9AE;
}

.ftrimg{
  background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/background.png) left center no-repeat;
  background-size: cover;
  display: flex;
justify-content: center;
align-items: center;
height: 500px;
}
.frp{
  position: relative;
  
}

.header-overlay2{
  position: absolute;
  width: 100%;
  height:500px;
 
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 9;
 
}

@media screen and (max-width:900px){
  .ftrimg{ 
    height: 1000px;
  }
  .header-overlay2{ 
    height: 1000px;
  }
}  

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: white;
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
}

.copyright {
    background: black;
}

.copyright a:hover {
    color: var(--primary) !important;
}



@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap");

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  --color: rgba(30, 30, 30);
  --bgColor: rgb(255, 255, 255);
  /* min-height: 100vh;
  display: grid;
  align-content: center;
  gap: 2rem;
  padding: 2rem; */
  /* font-family: "Poppins", sans-serif;  */
  color: var(--color);
  background: var(--bgColor);
}

h1 {
  text-align: center;
}

ul1 {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(60rem, 90%);
  margin-inline: auto;
}

/* line */
ul1::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
ul1 li1:not(:last-child) {
  margin-bottom: var(--row-gap);
}

/* card */
ul1 li1 {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

/* date */
ul1 li1 .date {
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);

  text-align: center;
  background-color: var(--accent-color);

  color: white;
  font-size: 1.25rem;
  font-weight: 700;

  display: grid;
  place-content: center;
  position: relative;

  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* date flap */
ul1 li1 .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;

  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

/* circle */
ul1 li1 .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;

  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* title descr */
ul1 li1 .title,
ul1 li1 .descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
}
ul1 li1 .title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 500;
}
ul1 li1 .descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
}

/* shadows */
ul1 li1 .title::before,
ul1 li1 .descr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
}
ul1 li1 .title::before {
  bottom: calc(100% + 0.125rem);
}

ul1 li1 .descr::before {
  z-index: -1;
  bottom: 0.25rem;
}

@media (min-width: 40rem) {
  ul1 {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }
  ul1::before {
    grid-column: 2;
  }
  ul1 li1:nth-child(odd) {
    grid-column: 1;
  }
  ul1 li1:nth-child(even) {
    grid-column: 3;
  }

  /* start second card */
  ul1 li1:nth-child(2) {
    grid-row: 2/4;
  }

  ul1 li1:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }

  ul1 li1:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  ul1 li1:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}

/* .credits {
  margin-top: 1rem;
  text-align: right;
}
.credits a {
  color: var(--color);
}
 */
/* .countercolor{
    background-color: rgb(247, 245, 245);
}

 .counter{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    width: 210px;
    min-height: 246px;
    padding: 25px 0 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.counter:after{
    content: '';
    background: linear-gradient(to right, #eff0f2, #fefefe);
    height: 152px;
    width: 152px;
    border-radius: 15px;
    border: 3px solid #fff;
    box-shadow: 5px 0 8px rgba(0, 0, 0, 0.2);
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    top: 25px;
    left: 50%;
    z-index: -1;
}
.counter .counter-value{
    background:#fe8c00;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
    width: 100%;
    padding: 10px 0 6px;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.6),0 0 0 2px #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.counter .counter-icon{
    background: linear-gradient(to right,#fe8c00,#f83600);
    font-size: 30px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
}
.counter h3{
    color: #f83600;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 22px;
    padding: 0 30px;
    margin: 0 0 15px;
}
.counter.green .counter-value{ background: #01c700; }
.counter.green .counter-icon{ background: linear-gradient(to right,#01c700,#019b01); }
.counter.green h3{ color: #019b01; }
.counter.blue .counter-value{ background: #28a9e2; }
.counter.blue .counter-icon{ background: linear-gradient(to right,#28a9e2,#0057c5); }
.counter.blue h3{ color: #0057c5; }
.counter.gray .counter-value{ background: #36474f; }
.counter.gray .counter-icon{ background: linear-gradient(to right,#36474f,#0d0e10); }
.counter.gray h3{ color: #0d0e10; }
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}    */

.services-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
   
    background: rgba(0, 0, 0, .5);
    opacity: 1;
   
}

.servicesimg{
    height: 380px;
    width:100%;
}
.simg{
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
   height: 400px;
    position: relative;
}
.stext{
    position: absolute;
    top:0;
   
}


.icons{
    height: 50px;
    width:50px;
}



/* services cards*/

.card-big-shadow {
    max-width: 320px;

    position: relative;
}

.coloured-cards .card {
    margin-top: 30px;
}

.card[data-radius="none"] {
    border-radius: 0px;
}
.card {
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
    background-color: #FFFFFF;
    color: #252422;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}


.card[data-background="image"] .title, .card[data-background="image"] .stats, .card[data-background="image"] .category, .card[data-background="image"] .description, .card[data-background="image"] .content, .card[data-background="image"] .card-footer, .card[data-background="image"] small, .card[data-background="image"] .content a, .card[data-background="color"] .title, .card[data-background="color"] .stats, .card[data-background="color"] .category, .card[data-background="color"] .description, .card[data-background="color"] .content, .card[data-background="color"] .card-footer, .card[data-background="color"] small, .card[data-background="color"] .content a {
    color: #FFFFFF;
}
.card.card-just-text .content {
    /* padding: 20px 25px; */
    height: 200px;
    text-align: center;
}
.card .content {
    padding: 20px 20px 10px 20px;
}
.card[data-color="blue"]  {
    color: #7a9e9f;
}

.card .category, .card .label {
    font-size: 20px;
    margin-bottom: 0px;
}
.card-big-shadow:before {
    background-image: url("http://static.tumblr.com/i21wc39/coTmrkw40/shadow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -12%;
    content: "";
    display: block;
    left: -12%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}


h4, .h4 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.2em;
}
h6, .h6 {
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
}
.card .description {
    font-size: 16px;
    color: #66615b;
    /* font-family:Arial, Helvetica, sans-serif; */
}
.content-card{
    margin-top:30px;    
}
a:hover, a:focus {
    text-decoration: none;
}

/*======== COLORS ===========*/
.card[data-color="blue"] {
    background: #b8d8d8;
}
.card[data-color="blue"] .description {
    color: black;
    
}

.card[data-color="green"] {
    background: #d5e5a3;
}
.card[data-color="green"] .description {
    color: black;
}
.card[data-color="green"] .category {
    color: #92ac56;
}

.card[data-color="yellow"] {
    background: #fae29a;
}
.card[data-color="yellow"] .description {
    color: black;
}
.card[data-color="yellow"] .category {
    color: #d88715;
}

.card[data-color="brown"] {
    background: #d6c1ab;
}
.card[data-color="brown"] .description {
    color: black;
}
.card[data-color="brown"] .category {
    color: #a47e65;
}

.card[data-color="purple"] {
    background: #d3c2d3;
}
.card[data-color="purple"] .description {
    color: black;
}
.card[data-color="purple"] .category {
    color: #5a283d;
}

.card[data-color="orange"] {
    background: #f89d76;
}
.card[data-color="orange"] .description {
    color: black;
}
.card[data-color="orange"] .category {
    color: #e95e37;
}
.card:hover{
    background-color:white;
}
.bgcolor{
    background-color: rgb(248, 233, 233);
}




.header-overlay1{
    position: absolute;
    width: 100%;
    height:600px;
   
    left: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 6;
   
}
.teamcolor{
    background-color: rgb(228, 238, 240);
}
.team-bg{
    background-color: white;
}


/*end of services cards*/


/* *,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #111111;
} */

.cards {
  position: relative;
  width: 350px;
  height: 120px;
  color: #fff;
  background: transparent;
  overflow: hidden;
  border-top: 1px solid rgba(255, 49, 49, 0.5);
  border-right: 1px solid rgba(0, 255, 255, 0.5);
  border-bottom: 1px solid rgba(57, 255, 20, 0.5);
  border-left: 1px solid rgba(255, 255, 113, 0.5);
  /* font-family: sans-serif; */
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 1em;
}

/* p {
  font-size: 0.25rem;
  text-align: center;
} */

.span1 {
  position: absolute;
  border-radius: 100vmax;
}

.top1 {
  top: 0;
  left: 0;
  width: 0;
  height: 5px;
  background: linear-gradient(
    90deg,
    transparent 50%,
    rgba(255, 49, 49, 0.5),
    rgb(255, 49, 49)
  );
}

.bottom1 {
  right: 0;
  bottom: 0;
  height: 5px;
  background: linear-gradient(
    90deg,
    rgb(57, 255, 20),
    rgba(57, 255, 20, 0.5),
    transparent 50%
  );
}

.right1 {
  top: 0;
  right: 0;
  width: 5px;
  height: 0;
  background: linear-gradient(
    180deg,
    transparent 30%,
    rgba(0, 255, 255, 0.5),
    rgb(0, 255, 255)
  );
}

.left1 {
  left: 0;
  bottom: 0;
  width: 5px;
  height: 0;
  background: linear-gradient(
    180deg,
    rgb(255, 255, 113),
    rgba(255, 255, 113, 0.5),
    transparent 70%
  );
}

.top1 {
  animation: animateTop 3s ease-in-out infinite;
}

.bottom1 {
  animation: animateBottom 3s ease-in-out infinite;
}

.right1 {
  animation: animateRight 3s ease-in-out infinite;
}

.left1 {
  animation: animateLeft 3s ease-in-out infinite;
}

@keyframes animateTop1 {
  25% {
    width: 100%;
    opacity: 1;
  }

  30%,
  100% {
    opacity: 0;
  }
}

@keyframes animateBottom1 {
  0%,
  50% {
    opacity: 0;
    width: 0;
  }

  75% {
    opacity: 1;
    width: 100%;
  }

  76%,
  100% {
    opacity: 0;
  }
}

@keyframes animateRight1 {
  0%,
  25% {
    opacity: 0;
    height: 0;
  }

  50% {
    opacity: 1;
    height: 100%;
  }

  55%,
  100% {
    height: 100%;
    opacity: 0;
  }
}

@keyframes animateLeft1 {
  0%,
  75% {
    opacity: 0;
    bottom: 0;
    height: 0;
  }

  100% {
    opacity: 1;
    height: 100%;
  }
}

.choose{
    height: 60px;
    width:60px;
   
}


.box-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  .box {
   width: 150px;
   height: 230px;
   border-radius: 25px;
   background: #ffffff;
   box-shadow: 20px 20px 60px #bebebe,
                 -20px -20px 60px #ffffff;
                 padding: 20px;
                
  }

  .box1 {
   width: 150px;
   height: 230px;
   border-radius: 25px;
   background: #ffffff;
   box-shadow: 20px 20px 60px #bebebe,
                 -20px -20px 60px #ffffff;
    margin-top: 20px;
    padding: 20px;
  }

  @media screen and (max-width:900px){
    .box{ width: 200px;
      height: 200px;
      /* border-radius: 15px;   */
    /* font-size: 10px; */
  
  margin-top: 20px;
}
  } 
  @media screen and (max-width:900px){
    .box1{ width: 200px;
      height: 200px;
      /* border-radius: 15px;  */
    /* font-size: 10px; */
    top:5px }
  } 

  @media screen and (max-width:900px){
    .box-container{ margin-top: 400px; 
    margin-bottom: 400px;}
  } 
 
  /* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} */

 /* ************new css************** */


.serv {
  width: 100%;
  height: 100%;
  background: #fff1f0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-box
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.service
{
  margin: 8px;
}

.flip-box {
  background-color: transparent;
  width: 180px;
  height: 180px;
  /* border: 1px solid #f1f1f1;   */
  border-radius: 10px;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-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;
  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flip-box-front {
  background-color: #fff;
  color: black;
  border-radius: 10px;
}

.flip-box-front img
{
  height: 50px;
  width: 50px;
}

.flip-box-back {
  background-color: #ffffff;
  color: #000;
  transform: rotateY(180deg);
  border-radius: 10px;
  /* padding: 16px; */
  font-size: smaller;
  text-align: left;
  
  
}

.Applications{
margin-right: -20px;
}

@media screen and (max-width:900px){
  .Applications{ margin-right: 0px;  }
} 

@media screen and (max-width:900px){
  .flip-box{  width: 100px;
    height: 100px;
  font-size: 8px; }
} 


.main{
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/main-1.jpg) left center no-repeat;
    background-size: cover;
    display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
}



/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 20px;
    border-bottom: 1px solid var(--primary);
}

.team-item .btn:hover {
    background: var(--primary);
    color: #FFFFFF;
}
.imgteam{
    height: 300px;
    width:100%;
}


/*** Testimonial ***/
/* .testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
} */




/* $green: #009e5f; */

#product-carousel-container {
  position: relative;
  width: 50%;
  margin: auto;
  
}

#product-carousel {
  height: 25vw;
 
  list-style: none;
  position: relative;

  li {
    position: absolute;
    left: 50%;
    top: 0;
    width: 30%;
    height: 100%;
    padding: 0;
    cursor: pointer;
    transition: transform 1.3s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;

    &.item-1 {
      z-index: 2;
      transform: translateX(-50%) scale(1) translate3d(0, 0, 0);
      
    }

    &.item-2 {
      z-index: 1;
      transform: translateX(-50%) scale(0.7) translate3d(240%, -10%, 0);
    }

    &.item-3 {
      z-index: 0;
      transform: translateX(-50%) scale(0.5) translate3d(180%, -31%, 0);
    }

    &.item-4 {
      z-index: 0;
      transform: translateX(-50%) scale(0.5) translate3d(-180%, -31%, 0);
    }

    &.item-5 {
      z-index: 1;
      transform: translateX(-50%) scale(0.7) translate3d(-240%, -10%, 0);
    }

    &:after {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 100%;
      height: 100%;
      /* background: url(https://www.7up.com/images/bottle-shadow.png) no-repeat 50% 85%; */
      background-size: 100% auto;
      transform: translateX(-50%);
      transition: .25s;
    }

    &:hover {
      img {
        transform: translateY(-15px);
      }

      &:after {
        width: 90%;
      }
    }

    &:not(:hover) {
      img {
        transition: transform .075s ease-out;
      }

      &:after {
        transittion: .075s;
      }
    }

    img {
      width: 100%;
      height: auto;
      margin-top: 30%;
      transition: transform .25s ease-in;
    }
  }
}


#product-carousel-nav {
  .carousel-nav {
    position: absolute;
    top: 45%;
    width: 20px;
    height: 20px;
    border-top: 3px solid #e57818;
    border-right: 3px solid #e57818;
   
    border-bottom: none;
    border-left: none;
    background-color: transparent;
    outline: 0;
    cursor: pointer;

    &.prev {
      left: -35%;
      transform: rotate(-135deg);
      
    }

    &.next {
      right: -35%;
      transform: rotate(45deg);
    }
  }
}


#carousel-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;

  

  ul {
    display: flex;
    justify-content: center;
    /* margin-bottom: 50px; */

    li {
      display: inline-block;
      margin: 0 15px;
      width: 10px;
      height: 10px;
      background-color: #e57818;
      border-radius: 100%;
      cursor: pointer;

      &.active {
        background-color: #e57818;
      }
    }
  }
}









/* .container1 {
    position:relative;
    width:auto;
    height:100%;
    background-color: gray;
    margin:0px auto 0;
    
 
}
@media screen and (max-width:900px){
  .container1{   width:100%;
    height:auto;
 }
}  */

/* @media screen and (max-width:900px){
  .container1 .box{   width:200px;
    height:150px;
 }
}  */

.container1 .box {
    position:relative;
    width:calc(400px - 60px);
    height:calc(550px - 30px);
    background:#000;
    float:left;
    margin:15px;
    box-sizing:border-box;
    overflow:hidden;
    box-shadow:0 5px 10px rgba(0,0,0,.8);
}
.container1 .box:before {
    content:'';
    position:absolute;
    top:10px;
    left:10px;
    right:10px;
    bottom:10px;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    box-sizing:border-box;
    transition:0.5s;
    transform: scaleX(0);
    opacity:0;
}
.container1 .box:hover:before {
    transform:scaleX(1);
    opacity:1;
}
.container1 .box:after {
    content:'';
    position:absolute;
    top:10px;
    left:10px;
    right:10px;
    bottom:10px;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    box-sizing:border-box;
    transition:0.5s;
    transform: scaleY(0);
    opacity:0;
}
.container1 .box:hover:after {
    transform:scaleY(1);
    opacity:1;
}
.container1 .box .imgBox {
    position:relative;
}
.container1 .box .imgBox img {
    width:100%;
    transition:0.5s;
}
.container1 .box:hover .imgBox img {
    opacity:.2;
    transform:scale(1.2);
}
.container1 .box .content {
    position:absolute;
    width:100%;
    top:50%;
    transform:translateY(-50%);
    z-index:2;
    padding:20px;
    box-sizing:border-box;
    text-align:center;
}
.container1 .box .content h2 {
    margin: 0 0 10px;
    padding:0;
    color:#fff;
    transition:0.5s;
    transform:translateY(-50px);
    opacity:0;
    visibility:hidden;
}
.container1 .box .content p {
    margin:0;
    padding:0;
    color:#fff;
    transform:translateY(50px);
    opacity:0;
    visibility:hidden;
}
.container1 .box:hover .content h2,
.container1 .box:hover .content P {
    opacity:1;
    visibility:visible;
    transform:translateY(0px);
}



@import url('https://fonts.googleapis.com/css?family=Roboto');

/* body{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
} */

.section1{
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vH;
  background-color: #F5F5F5;
  /* font-family: Roboto; */
}

h1{
  font-size: 40pt;
  font-weight: 500;
  color: #363638;
}

.container2 {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}


.item1 {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  max-width: 410px;
  width: 100%;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
 
}



.item1:hover{
  cursor: pointer;
  background-color: white;
}

.item1 *{
  transition: all 0.35s ease-in-out;
}

img {
  max-width: 100%;
  vertical-align: top;
  height: 310px;
}

.item1:hover img {
  opacity: 0;
}

.text{
  width: 80%;
  height: 90%;
  position: absolute;
  top: -150px;
  left: 10%;
  color: #e57818;
}

.text h3{
  color: black;
}

.item1:hover .text{
  top: 20%;
}

.item1:hover .button{
  bottom: 20%;
}

.item1 .button{
  position: absolute;
  bottom: -100px;
  left: 25%;
  width: 50%;
  border: 3px solid black;
  padding: 15px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

.button{
  color:black;
}

.button:hover{
  background-color:#e57818;
  color: #F5F5F5;
}

/* Modal */

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #F5F5F5;
  margin: 5% auto;
  box-sizing: border-box;
  width: 700px;
  max-height: 714px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.scale{
  animation: scale 0.5s;
  animation-fill-mode: forwards;
}

@keyframes scale{
  from{transform: scale(0);}
  to{transform: scale(1);}
}

#img{
  width: 100%;
  height: 450px;
}

#details{
  padding: 25px;
  text-align: left;
  position: relative;
  height: 264px;
  box-sizing: border-box;
  border-top: 1px solid #363638;
}

#details *{
  transition: all .3s;
}

#title{
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#details .button{
  position: absolute;
  width: 30%;
  background-color: #e57818;
  color: #F5F5F5;
  text-align: center;
  left: 25px;
  bottom: 35px;
  padding: 15px;
}

#details i{
  position: absolute;
  bottom: 30px;
  right: 25px;
  font-size: 3rem;
  color:#e57818;
}




#details .button:hover,
i:hover{
  cursor: pointer;
  opacity: 0.8;
}

/* Close Button */
.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 10px;
}

.close:hover,
.close:focus {
  color: #363638;
  text-decoration: none;
  cursor: pointer;
}








/* ************About************ */
/* body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f0fff4;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
} */

.pricing-container {
  display: flex;
  gap: 20px;
  align-items: center;

}

.pricing-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
  width: 250px;
  border: 1px solid #d4edda;
  cursor: pointer;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.featured {
  transform: translateY(-30px);
  border: 2px solid #e57818;
  background: linear-gradient(135deg, #e8f5e9, #ffffff);
}

.featured:hover {
  transform: translateY(-40px);
}

.pricing-card.selected {
  border-color: #218838;
  transform: translateY(-15px) scale(1.05);
}

/* Typography */
/* h3 {
  margin: 0;
  font-size: 24px;
  color: #28a745;
} */

.price {
  font-size: 36px;
  /* margin: 10px 0; */
  color: #e57818;
}

/* List Styles */
/* ul {
  list-style: none;
  padding: 0;
 
}

ul li {

  
  color: #555;
} */

/* Button */
.btn1 {
  background: #e57818;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.btn1:hover {
  background: #e57818;
  transform: scale(1.05);
}




/*--------------------------------------------------------------
# Start Contact Section
--------------------------------------------------------------*/

:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #212529; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #37373f; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #e57818; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}
.contact .info-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
}

.contact .info-item .icon {
  color: var(--contrast-color);
  background-color: var(--accent-color);
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  margin-right: 15px;
}

.contact .info-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px 0;
  /* font-family: var(--default-font); */
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .info-item .social-links a {
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  margin: 4px 6px 0 0;
  transition: 0.3s;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.contact .info-item .social-links a:hover {
  color: var(--accent-color);
}

.contact .php-email-form {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-top: 30px;
}

@media (max-width: 575px) {
  .contact .php-email-form {
    padding: 20px;
  }
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  color: var(--default-color);
  background-color: color-mix(in srgb, var(--surface-color), transparent 50%);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background-color: black;
}

/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/
.starter-section {
  /* Add your styles here */
}





.card-container {
  width: 100%;
  position: relative;
  background: url(https://lipsum.app/id/90/1600x900);
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 455px;
  margin: 20px 0;
}
.card-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.card-container .card {
  margin: -20px 20px;
  width: 300px;
}
.card-container .card .face {
  width: 100%;
  height: 200px;
  transition: 0.5s;
  background: #fff;
  overflow: hidden;
}
.card-container .card .face-1 {
  position: relative;
  z-index: 2;
  transform: translateY(50px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 16px 20px rgba(0, 0, 0, 0.2);
}
.card-container .card:hover .face-1 {
  transform: translateY(0);
}
.card-container .card .face-1 img {
  filter: brightness(0.8);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.card-container .card:hover .face-1 img {
  filter: brightness(1);
}
.card-container .card .face-1 h3 {
  padding: 10px 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  color: #fff;
  text-align: center;
  /* font-family: "Roboto", sans-serif; */
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
}
.card-container .card .face-2 {
  position: relative;
  z-index: 1;
  opacity: 0;
  background: #fff;
  padding: 20px 20px 10px;
  box-sizing: border-box;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 16px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-100px);
  height: 100px;
  transition: 0.5s;
}
.card-container .card:hover .face-2 {
  transform: translateY(0);
  opacity: 1;
}
.card-container .card:nth-child(1):hover .face-2 {
  height: var(--face_height_1);
}
.card-container .card:nth-child(2):hover .face-2 {
  height: var(--face_height_2);
}
.card-container .card:nth-child(3):hover .face-2 {
  height: var(--face_height_3);
}
.card-container .card .face-2 p {
  margin: 0;
  padding: 0 0 10px;
  font-size: 15px;
  line-height: 1.3;
  /* font-family: Verdana, sans-serif; */
}
@media screen and (max-width: 696px) {
  .card-container {
    margin: 140px 0;
  }
}




@font-face {
  /* font-family: Exo;
  src: url(./fonts/Exo2.0-Medium.otf); */
}
.main1{
  
  flex-wrap:wrap;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color:  #e57818;
}

@media screen and (max-width: 900px) {
  .main1 {
   height: 950px;
   
   
  }
}
@media screen and (max-width: 900px) {
  .cd-1 {
    margin-top: 50px;
    
     }
  .cd-2 {
 margin-top: 50px;
  }
  .cd-3 {
    margin-top: 50px;
     }
}

.profile-card{
  position: relative;
  /* font-family: sans-serif; */
  width: 230px;
  height: 230px;
  background: #fff;
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0 0 22px #3336;
  transition: .6s;
  margin: 0 25px;
}
.profile-card:hover{
  border-radius: 10px;
  height: 300px;
}
.profile-card .img1{
  position: relative;
  width: 100%;
  height: 100%;
  transition: .6s;
  z-index: 99;
}
.profile-card:hover .img1{
  transform: translateY(-60px);
 
}
.img1 img{
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 0 22px #3336;
  transition: .6s;
 
}
.profile-card:hover img{
  border-radius: 10px;
}
.caption{
  text-align: center;
  transform: translateY(-125px);
  opacity: 0;
  transition: .6s;
}
.profile-card:hover .caption{
  opacity: 1;
}
.caption h3{
  font-size: 21px;
  /* font-family: sans-serif; */
}
.caption p{
  font-size: 15px;
  color: #0c52a1;
  /* font-family: sans-serif; */
  margin: 2px 0 9px 0;
}
.caption .social-links a{
  color: #333;
  margin-right: 15px;
  font-size: 21px;
  transition: .6s;
}
.social-links a:hover{
  color: #0c52a1;
}








nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 20px 30px 20px;
  display: flex;
  align-items: center;
  transition: 0.3s ease-out;
  backdrop-filter: blur(8px) brightness(1.2);
  -webkit-backdrop-filter: blur(8px) brightness(1.2);
  /* text-shadow: 0 0 5px rgba(0,0,0,0.5); */
  color: white;
  font-size: 20px;
  &.mask {
    top: 150px;
    mask-image: linear-gradient(black 70%, transparent);
    -webkit-mask-image: linear-gradient(black 70%, transparent);
  }
  &.mask-pattern {
    top: 300px;
    mask-image: url("data:image/svg+xml, %3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12.21 10.57%27%3E%3Cpath fill=%27%23ffffff%27 d=%27M6.1 0h6.11L9.16 5.29 6.1 10.57 3.05 5.29 0 0h6.1z%27/%3E%3C/svg%3E"), linear-gradient(black calc(100% - 30px), transparent calc(100% - 30px));
    mask-size: auto 30px, 100% 100%;
    mask-repeat: repeat-x, no-repeat;
    mask-position: left bottom, top left;
    
    -webkit-mask-image: url("data:image/svg+xml, %3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12.21 10.57%27%3E%3Cpath fill=%27%23ffffff%27 d=%27M6.1 0h6.11L9.16 5.29 6.1 10.57 3.05 5.29 0 0h6.1z%27/%3E%3C/svg%3E"), linear-gradient(black calc(100% - 30px), transparent calc(100% - 30px));
    -webkit-mask-size: auto 30px, 100% 100%;
    -webkit-mask-repeat: repeat-x, no-repeat;
    -webkit-mask-position: left bottom, top left;
  }

  @media (min-width: 640px) {
    padding: 16px 50px 30px 50px;
  }
}
nav.is-hidden {
  transform: translateY(-100%);
}








@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

.services {
  /* font-family: 'Poppins', sans-serif; */
  /* background-color: #f0f0f0; */
  color: #fff;
  padding: 2rem;
  text-align: center;

  &__title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #ffa500;
    font-weight: 600; /* Bold title */
  }

  &__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
  }

  .service {
    background-color: white;
    padding: 1.5rem;
    border-radius: 10px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    height: 250px;
    width:270px;
    border: 1px solid rgb(187, 187, 187);

    i.icon {
      font-size: 2rem;
      margin-bottom: 0.5rem;
      display: block;
    }

    h3 {
      font-size: 1.25rem;
      margin-bottom: 0.5rem;
      color: black;
      font-weight: 600; /* Semi-bold headings */
    }

    p {
      font-size: 0.9rem;
      color: black;
      font-weight: 400; /* Regular weight for text */
      
    }

    &:hover {
      background-color: white;
      transform: translateY(-10px);
      color: #e57818;
      box-shadow: 2px 2px 5px 2px gray;

      h3, p {
        color: #1a1a1a;
      }
    }

    &.active {
      background-color: #ffa500;
      color: #1a1a1a;

      h3, p {
        color: #1a1a1a;
      }
    }
  }
}



.services__grid{
  display: flex;
  flex-wrap: nowrap;
}






@import url("https://fonts.googleapis.com/css?family=Montserrat");

/* * {
  box-sizing: border-box;
}

body {
  background-color: #eee;
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  padding: 10px;
} */

.testimonial-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 2rem;
  background-color: #ffffff;
  color: #333;
  border-radius: 15px;
  margin: 20px auto;
  padding: 50px 80px;
  width: 100%;
  min-height: 430px;
  position: relative;
}

.stars {
  font-size: 14px;
}

.testimonial {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 900;
  height: 100%;
  line-height: 28px;
  margin: 0;
  background-color: white;
}

.user {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 300px;
  width:300px;
}

.user .user-image {
  /* border-radius: 50%; */
  height: auto;
  width: auto;
 
}

.user .user-details {
  text-align: center;
}

.user .username {
  margin: 0;
  font-size: 14px;
}

.user .role {
  margin: 0;
  font-size: 12px;
}

.progress-dots {
  display: flex;
  gap: 5px;
}

.progress-dot {
  width: 10px;
  height: 10px;
  background-color: #000000;
  border-radius: 50%;
}

.progress-dot.active {
  background-color: #e57818;
}

.btnt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  font-size: 15px;
  cursor: pointer;
  transition: 0.1s ease;
  border-radius: 50%;
  
}

.btnt:hover {
  background-color:  #e8e8e8;
}

#btnt-prev {
  left: 25px;
}

#btnt-next {
  right: 25px;
}



@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800;900&display=swap');
  
 




/* .container{
  margin-top:100px;
} */

.counter-box {
display: block;
background: #ffffff;
padding:5px;
text-align: center;
box-shadow: 20px 20px 60px #bebebe,
-20px -20px 60px #ffffff;
border-radius: 10%;
height: 250px;
width:170px;
font-size: small;


}

.counter-box p {
margin: 5px 0 0;
padding: 0;
color: #000000;
font-size: 15px;
font-weight: 500

}

.counter-box i {
font-size: 60px;
margin: 0 0 15px;
color: #000000

}

.counter { 
display: block;
font-size:20px;
font-weight: 700;
color: #000000;
line-height: 28px

}
.four{
  margin-left: -5px;
}
.box-1{
  margin-top: -10px;
}

@media screen and (max-width: 900px) {
  .q-1 {
    margin-top: 20px;
   
  }
  /* .four{
    margin-left: 50px;
  } */
}

/* .counter-box.colored {
  box-shadow: 20px 20px 60px #bebebe,
  -20px -20px 60px #ffffff;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
color: #fff
} */



/* 
.testimonial_section {
  display: block;
  overflow: hidden;
}
.testimonial_section:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content {
  background-color: black;
  padding-top: 77px;
  padding-right: 210px;
  padding-bottom: 62px;
  position: relative;
}
.testimonial_section .about_content .background_layer {
  background-color: black;
  width: auto;
  margin-left: -200px;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .about_content .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .about_content .layer_content .section_title {
  margin-bottom: 24px;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content .layer_content .section_title h5 {
  color: #fff;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #818a8f;
  margin-top: -5px;
  margin-bottom: 6px;
}
.testimonial_section .about_content .layer_content .section_title h2 {
  font-family: "Titillium Web";
  font-weight: 300;
  font-size: 45px;
  line-height: 50px;
  padding-bottom: 51px;
  margin-bottom: 0px;
  color: #fff;
}
.testimonial_section .about_content .layer_content .section_title h2 strong {
  font-weight: 600 !important;
  width: 100%;
  display: block;
}
.testimonial_section .about_content .layer_content .section_title .heading_line {
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span {
  transition: all 0.5s ease-in-out 0s;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span:after {
  content: "";
  right: auto;
  left: 69px;
  position: absolute;
  bottom: 28px;
  width: 17px;
  margin-left: 0;
  border-bottom-width: 3px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
}
.testimonial_section .about_content .layer_content .section_title .heading_line:after {
  content: "";
  left: 1%;
  margin-left: 0;
  position: absolute;
  bottom: 28px;
  width: 59px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #e57818;
}
.testimonial_section .about_content .layer_content .section_title p {
  color: #fff;
  margin: 0 0 15px;
}
.testimonial_section .about_content .layer_content a {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.testimonial_section .about_content .layer_content a i {
  font-size: 18px;
  vertical-align: middle;
}
.testimonial_section .about_content .layer_content a:hover {
  color: #e57818;
}
.testimonial_section .testimonial_box {
  margin-top: 60px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container {
  background-color: #e57818;
  margin-left: -170px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .background_layer {
  background-color: #e57818;
  width: auto;
  margin-right: -200px;
  right: 0;
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
  display: block;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
  margin: 10px 0 10px 0;
  padding: 62px 0px 72px 50px;
  position: relative;
  text-align: center;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
  margin-left: 150px;
  margin-top: 69px;
  padding: 45px 40px 45px 40px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
  margin-bottom: 15px;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
  content: "";
  width: 30px;
  display: block;
  height: 2px;
  text-align: center;
  left: 46%;
  margin-top: 6px;
  background-color: #e57818;
  position: absolute;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
  padding-top: 0;
  margin-bottom: -5px;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  color: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
  font-size: 12px;
  color: #9f9f9f;
  margin: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #5d6576;
  font-style: italic;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
  border: none;
  position: absolute;
  top: 0;
  left: 55px;
  top: 80px;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
  border: 5px solid #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  width: 35%;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
  position: absolute;
  top: 165px;
  right: 42px;
  border-radius: 0;
  background: #e57818;
  display: block;
  outline: 0;
  width: 34px;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
  background: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
  position: absolute;
  top: 165px;
  right: 5px;
  border-radius: 0;
  display: block;
  background: #e57818;
  outline: 0;
  width: 34px;
  text-align: center;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
  background: black;
}

@media all and (max-width: 991px) {
  .testimonial_section .about_content {
    padding-right: 15px !important;
  }
  .testimonial_section .about_content .background_layer {
    width: 200% !important;
  }
  .testimonial_section .testimonial_box {
    margin-top: 0 !important;
  }
  .testimonial_section .testimonial_box .background_layer {
    width: 200% !important;
    margin-left: -200px;
  }
  .testimonial_section .testimonial_box .about_content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 28% !important;
  }
  .testimonial_section .testimonial_box .testimonial_container {
    margin-left: -15px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials {
    margin: 0px 0 20px 0;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
    margin-left: -36px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
    display: none;
  }
} */





.testimonial {
  border-right: 4px solid black;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  /* padding: 30px 30px 30px 130px; */
  padding:10px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
  height: 200px;
 
}
.testimonial:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -17px;
  border-top: 25px solid #e57818;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(45deg);
}
.testimonial:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  border-top: 25px solid #e57818;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(135deg);
}
.testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 115px;
  left: 20px;
 border: #e57818 solid 3px;
  /* box-shadow: gray 2px 2px 3px 2px; */
}
.testimonial .pic img {
  width: 100%;
  height:auto;
}
.testimonial .description {
  font-size: 15px;
  letter-spacing: 1px;
  color: #333333;
  line-height: 25px;
  margin-bottom: 15px;
}
.testimonial .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #e57818;
  margin: 0;
}
.testimonial .post {
  display: inline-block;
  font-size: 17px;
  color: #e57818;
  font-style: italic;
}
.owl-theme .owl-controls .owl-page span {
  border: 2px solid black;
  background: #fff !important;
  border-radius: 0 !important;
  opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
  background: #e57818 !important;
  border-color: #e57818;
}
@media only screen and (max-width: 767px) {
  .testimonial {
    padding: 20px;
    text-align: center;
  }
  .testimonial .pic {
    display: block;
    position: static;
    margin: 0 auto 15px;
  }
}


.sd{
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.form-check-label{
  color:gray;
}

.form-1{
 background-color: rgb(247, 247, 247);
 border: none;
 height:50px;
 box-shadow:  3px 3px rgba(0, 0, 0, 0.1);
}
.form-select{
  background-color:  rgb(247, 247, 247);
  border: none;
  height:50px;
  box-shadow:  3px 3px rgba(0, 0, 0, 0.1);
}

.form-check{
   margin-bottom: 20px;
    }
.form-check-input{
  height: 18px;
  width:18px;
  
}



@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");

/* Reseteo básico */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /*outline: solid 1px red;*/
}

/* Estilos generales */
body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: #f7f9fc;
  color: #333333;
  font-family: "Montserrat", sans-serif;
}
h2 {
  margin: 1.25rem;

  text-align: center;
}

footer {
  margin: 1.25rem 0;
  text-align: center;
}

/* Bento Grid */
.grid-item1 {
  background-image: url(../img/access.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: rgb(152, 152, 152);
  /* border: 1px solid #e0e0e0; */
  height: 500px;
  /* border-radius: 0.5rem;
  padding-block-end: 2.5rem; */
  text-align: center;
  display: grid;
  justify-content: center;
  /* padding-top: 2rem; */
  position: relative;
}

/* Estilo del contenedor del carrusel */
.carousel-container1 {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Contenido del carrusel */
.carousel-content1 {
  display: flex;
  animation: scroll 20s linear infinite;
}

/* Cada elemento del carrusel */
.carousel-item1 {
  min-width: 200px;
  height: 250px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-item1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/* Animación para el scroll automático */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

section-1 {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  place-items: center;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  opacity: 1;
  /* mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgb(0, 0, 0) 12.5%,
    rgb(0, 0, 0) 87.5%,
    rgba(0, 0, 0, 0) 100%
  ); */
  overflow: hidden;
}

.a-text{
  margin-top: 60px;
}






*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}
body{
  background:#f2f2f2;
}
@keyframes slide{
  from{
    transform:translateX(0) ;
    
  }
  to{
    transform:translateX(-100%) ;
  
  }
}
.logos{
  overflow:hidden;
  padding:40px 0 ;
  background:rgb(241, 241, 241);
  white-space:nowrap;
  position:relative;
}


/* .logos:before,
.logos:after{
  content:"";
  position:absolute;
  top:0; 
  width:250px;
  height:100%;
  z-index:2;
}
.logos:before{
  left:0;
  background:linear-gradient(to left, rgba(255,255,255,0), white);
}
.logos:after{
  right:0;
  background:linear-gradient(to right, rgba(255,255,255,0), white);
} */


.logos:hover .logos-slide{
  animation-play-state:paused;
  
  
}
.logos-slide{
  display:inline-block;
  animation: 35s slide infinite linear;
}
.logos-slide img{
  height:100px;
  margin: 0 20px;
}
.slogo img{
  max-width:200px !important;
}





@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400&display=swap');
.design-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  min-height: 100vh;
  padding: 100px 0;
  font-family: Jost;
}
.tl{
  background-image: linear-gradient(45deg,#e57818,#e57818, #1b191b);
   color:white;
   padding: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #4d4d4d;
}

.design {
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline {
  width: 90%;
  height: auto;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.timeline-content {
  padding: 20px;
  background: white;
  -webkit-box-shadow: 1px 1px 3px #4d4d4d, -1px -1px 3px #686868;
          box-shadow: 1px 1px 3px #4d4d4d, -1px -1px 3px #686868;
  border-radius: 5px;
  color: black;
  padding: 1.75rem;
  transition: 0.4s ease;
  overflow-wrap: break-word !important;
  margin: 1rem;
  margin-bottom: 20px;
  border-radius: 6px;
}

.timeline-component {
  margin: 0px 20px 20px 20px;
}

@media screen and (min-width: 768px) {
  .timeline {
    display: grid;
    grid-template-columns: 1fr 3px 1fr;
  }
  .timeline-middle {
    position: relative;
    background-image: linear-gradient(45deg, #e57818, #e57818, #1b191b);
    width: 3px;
    height: 100%;
  }
  .main-middle {
    opacity: 0;
  }
  .timeline-circle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-image: linear-gradient(45deg, #e57818, #e57818, #1b191b);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}





/* html,body{
  width: 100%;
  height: 100%;
}

.container{
  padding: 75px 0;
  margin: 0 auto;
  width: 1140px;
} */

/* h1{
  position: relative;
  margin-bottom: 45px;
  font-family: 'Oswald', sans-serif;
  font-size: 44px;
  text-transform: uppercase;
  color: #424242;
} */

.gallery-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 70vh;
}

.item0 {
  flex: 1;
  height: 80%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: flex 0.8s ease;
  
  &:hover{
    flex: 7;
  }
}

.item-01 { 
  background-image: url('../img/Picture2.jpg');
}

.item-02 { 
  background-image: url('../img/Picture1.jpg');
}

.item-03 { 
  background-image: url('../img/Pct.jpg');
}

.item-04 { 
  background-image: url('../img/Picture3.jpg');
}

.item-05 { 
  background-image: url('../img/main1.jpeg');
}

.item-06 { 
  background-image: url('../img/Picture4.jpg');
}
.social{
  position: absolute;
  right: 35px;
  bottom: 0;
  
  img{
    display: block;
    width: 50px;
  }
}



.o-video {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 40%; /* 9 / 16 * 100 */
}
.o-video > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 0;
}







