body {
    min-height: 1000px;
    max-width: 100%;
    padding: 150px;
    background-color: papayawhip; 
  }
  .carousel-bg {
      background-color: none;
      margin-top: 40px;
      margin-bottom: 40px;
    }
    /* quote */
    .quote-image {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: auto;
      padding-top: 60px;
      width: 80px;
    }
    /* text-style */
    .testimonial-style .testimonial-caption-style {
      font-family: 'Poppins', sans-serif;
      font-weight: 400;
      font-size: 24px;
      color: #354052;
      line-height: 30px;
      bottom: 40%;
      text-shadow: none;
      top: 10%;
    }
    .testimonial-style .testimonial-authors {
      font-family: 'Poppins', sans-serif;      
      font-weight: 700;
      font-size: 20px;
      color: #354052;
      line-height: 30px;
      margin-top: 40px;
    }
    /* carousel-height-control */
    .testimonial-style .carousel-inner > .item {
      padding-top: auto;
      padding-bottom: auto;
      height: 380px;
    }
    /* carousel-left-right-control */
    .testimonial-style .carousel-control.left {
      background: none;
      box-shadow: none;
      text-shadow: none;
    }
    .testimonial-style .carousel-control.right {
      background: none;
      box-shadow: none;
      text-shadow: none;
    }
    .testimonial-style .carousel-control {
      color: #354052;
    }
    .testimonial-style .carousel-control:hover {
      color: #354052;
      text-decoration: none;
      transition: background-color 1s ease;
    }
    /* indicators */
    .testimonial-style .carousel-indicators .active {
      background-color: #fff;
      width: 14px;
      height: 14px;
      transition: background 1s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
    .testimonial-style .carousel-indicators li {
      border: 2px solid #354052;
      background-color: #354052;
    }
    /* Textimonial CSS Code End */
  .heading {
      text-align: center;
      color: #454343;
      font-size: 30px;
      font-weight: 700;
      position: relative;
      margin-bottom: 70px;
      text-transform: uppercase;
      z-index: 999;
  }
  .white-heading{
      color: #ffffff;
  }
  .heading:after {
      content: ' ';
      position: absolute;
      top: 100%;
      left: 50%;
      height: 40px;
      width: 180px;
      border-radius: 4px;
      transform: translateX(-50%);
      background: url(img/heading-line.png);
      background-repeat: no-repeat;
      background-position: center;
  }
  .white-heading:after {
      background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
      background-repeat: no-repeat;
      background-position: center;
  }
  
  .heading span {
      font-size: 18px;
      display: block;
      font-weight: 500;
  }
  .white-heading span {
      color: #ffffff;
  }
  /*-----Testimonial-------*/
  
  
  #portada{
    background-image: url(https://images.pexels.com/photos/7362886/pexels-photo-7362886.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
      padding: 100px 40px;
      text-align: center;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
  }
  #portada2{
    background-image: url(https://us.123rf.com/450wm/skdesign/skdesign1708/skdesign170800110/83938662-plantilla-art%C3%ADstica-efecto-azul-y-rosa-splash-efecto-sobre-fondo-blanco.jpg?ver=6);
      padding: 100px 90px;
      text-align: center;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
  }
  

  @media screen and (max-width: 650px) {
  
  #our-services{
    display: none;
  }

  }
  #portada:before {
  content:'';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0,138,193);
  background: linear-gradient(37deg, rgba(0,138,193,0.6875700963979341) 20%, rgba(255,158,0,0.5699230375744048) 100%);}
  
  #portada p {
  font-size: 60px;
  color: #fff;
  position: relative;
  }
  #portada h3 {
  color: #fff;
  position: relative;
  }
  #portada h1 {
    color: #fff;
    position: relative;
  }
  
  
  
  /* ------testimonial  close-------*/
  
  
  .services h1 {
    font-family: 'Poppins', sans-serif;    
    font-size: 36px;
    padding-top: 28px;
    text-align: center;
  }
  .services h2 {
    font-family: 'Poppins', sans-serif;    
    color: #3e529e;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 20px;
  }
  #content-1 {
    background: white;
  }

  #services_2 {
    background-color: white;
    padding: 40px;
}

.indent_1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.testimonial-thumb img {
    max-width: 180px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

.containert {
  max-width: 1170px;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.heading h1:after {
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  background: #BABABA;
  margin-top: 4px;
  
}

.clear-fix {
  clear: both;
}

.hidden {
  visibility: hidden !important;
}

/* end global */

/* start of our services section */

#our-services {
  background: #fff;
  min-height: 100vh;
  padding-top: 25vh;
  padding-bottom: 25vh;
}

/* OUR SEERVICES LEFT SIDE */

#our-services .desc {
  width: 33%;
  float: left;
}

#our-services .desc .heading h1 {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.4px;
  margin-bottom: 30px;
}

#our-services .desc .text {
  color: #BABABA;
}

/* OUR SERVICES RIGHT SIDE */

#our-services .services {
  width: 67%;
  float: left;
}

#our-services .services .column {
  float: left;
  margin-right: 60px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

#our-services .services .column .service {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: #008ac1;
  transition: all 0.1s ease;
  margin-bottom: 7px;
}

#our-services .services .column .service:hover {
  background: #28282e;
  color: #fff;
}

#our-services .services .column .service:hover .service-icon {
  color: #fff;
}

#our-services .services .column .service .service-desc {
  transform: rotate(-45deg);
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

#our-services .services .column .service .service-desc .service-icon  {
  font-size: 20px;
  margin-bottom: 5px;
  color: #f57469;
}

/* end of our services section */

/* media query */

@media all and (max-width: 967px) {
  #our-services {
      padding-top: 60px;
  }
  
  #our-services .desc {
      width: 100%;
      float: none;
      margin-bottom: 30px;
  }
  
  #our-services .services {
      width: 100%;
  }
  
  #our-services .services .column {
      transform: rotate(0deg);
      margin-right: 10px;
  }
  
  #our-services .services .column .service .service-desc {
      transform: rotate(0deg);
  }
}

.testimonial-title {
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    /*   margin: 1rem 0; */
    text-transform: uppercase;
}

@media screen and (max-width: 1099px) {
    .indent_1000 {
        margin: 0;
        padding: 0 4rem;
    }
} 

@media screen and (max-width: 320px) {
    .indent_1000 {
        margin: 0 2rem;
    }
}
  
  .splide img{
    margin:auto 0;
    height: 70px;
    text-align: center;
  }
  
  
  footer {
  padding: 2rem 0;
  background-color: #212529;
  }
  
  ul.social-buttons {
  margin-bottom: 0;
  }
  
  ul.social-buttons li a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  border-radius: 100%;
  outline: 0;
  }
  
  footer .quick-links {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Poppins', sans-serif;
  }
  
  .copyright {
  color: white;
  }
  
  .fa-ellipsis-h {
  color: white;
  padding: 2rem 0;
  }
  
  .swing {
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
    float:left;
  }
  .swing img {
    background-color: white;
    display: block;
  }
  .swing:after{
    content: '';
    position: absolute;  
    width: 50px; height: 60px;  
    border: 1px solid #999;
    top: -10px; left: 44%;
    z-index: 0;
    border-bottom: none;
    border-right: none;
    transform: rotate(45deg);
  }
  /* nail */
  .swing:before{
    content: '';
    position: absolute;
    width: 5px; height: 5px;
    top: -20px;left: 54%;
    z-index: 5;
    border-radius: 50% 50%;
    background: #000;
  }
  
  @keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
  }
  
  /* EFECTO PARALAX */
  
  .bg {
    animation:slide 2s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #7fca26 10%, rgba(9,100,121,1) 50%, #3e529e 100%);
    bottom:0;
    left:-50%;
    opacity:.5;
    position:fixed;
    right:-50%;
    top:0;
    z-index:-1;
  }
  
  .bg2 {
    animation-direction:alternate-reverse;
    animation-duration:4s;
  }
  
  .bg3 {
    animation-duration:5s;
  }
  
  .content {
    background-color:rgba(255,255,255,.8);
    border-radius:.25em;
    box-shadow:0 0 .25em rgba(0,0,0,.25);
    box-sizing:border-box;
    left:50%;
    padding:10vmin;
    position:fixed;
    text-align:center;
    top:50%;
    transform:translate(-50%, -50%);
  }
  
  h1 {
    font-family: 'Poppins', sans-serif;  }
  
  @keyframes slide {
    0% {
      transform:translateX(-25%);
    }
    100% {
      transform:translateX(25%);
    }
  }
  
  #testmonial1{
    background-image: url(https://images.pexels.com/photos/939328/pexels-photo-939328.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
      padding: 100px 100px;
      text-align: center;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
  }
  
  #testmonial1:before {
  content:'';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0,138,193);
  background: linear-gradient(37deg, rgba(0,138,193,0.6875700963979341) 20%, rgba(255,158,0,0.5699230375744048) 100%);}
  
  #testmonial1 p {
  font-size: 20px;
  color: #fff;
  position: relative;
  }
  #testmonial1 h3 {
  color: #fff;
  position: relative;
  }
  #testmonial1 h1 {
    color: #fff;
    position: relative;
  }

  .text{
    padding:0; 
    margin:0;    
    text-align: center;
    width: 100%;
  }
  .text h1{
    font-family: 'Poppins', sans-serif;
    font-size:38px;
    color:white;
   }
 
   /* diagonal content */
   
   section{padding: 90px 0px 0px 0px; color: #fff; }
   section .containert{background: #fff;}
   .thissection{background: #fff;}
   section h1{padding:0; margin:0;}
   .thissection .bottom {
       height: 240px; /*this will work like some padding bottom missing  at section */
       border-width: 0 0 180px 98.5vw;
       border-style: solid;
       border-color:  transparent  transparent #008ac1 #fff;
   }

   section{padding: 10px 0px 0px 0px; color: #fff; }
   section .container{background: #008ac1;}
   .thissection2{background: #008ac1; border:0px}
   section h1{padding:0; margin:0;}
   .thissection2 .bottom {
       height: 240px; /*this will work like some padding bottom missing  at section */
       border-width: 0 0 180px 98.5vw;
       border-style: solid;
       border-color:  transparent  transparent #fff #008ac1;
   }

   /* SCROLLING STYLE */
  .boxcss {
    margin:0 auto;
    text-align: center;
    padding-top: 20px;
    transform: translateX(400%);
    transition: transform 0.4s ease;
  }
  
  .boxcss:nth-of-type(even) {
    transform: translateX(-400%);
  }
  
  .boxcss.show {
    transform: translateX(0);
  }
  
  .boxcss h2 {
    font-size: 45px;
  }

  .counter{
    text-align: center;
    font-size: 100px;
  }
  

.frow {
  clear:both;
  padding:10px;
  text-align: center;
  margin: auto 0;
}



.frow .col {
float
display: block;
float:left;
margin: 1% 0 1% 1.6%;
background:#008ac1;
padding:2%;
}

.frow .col:first-child { margin-left: 0; }

.frow .col4 {
width: 23%;
}

.frow h2{
  padding:6px;
  font-size: 24px;
  font-family: 'Poppins', sans-serif;  
  
}

.card {
  box-shadow: 1px 8px 20px rgb(0, 0, 0);
}

#ser-cajas{
  display:flex;
}

.grid {
  display: grid;
 
  grid-template-rows: 1fr;
  grid-gap: 20px;
 
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 20px 20px;
}
.item {
  background: grey;
  display: flex;
}


.frow p{
  color:#000;
  font-family: 'Poppins', sans-serif;
}


@media only screen and (max-width: 480px) {
.col {  margin: 1% 0 1% 0%;  margin-left: 0 !important;}
.frow .col3, .frow .col4 { width: 100%; }
}

.home-features__grid-item{
  border: 1px solid white;
  padding:10px;
  height: 330px;
}

.home-features__grid-item:hover {
  box-shadow: 10px 5px 10px 5px rgba(228, 7, 7, 0.2); 
}
#float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:20px;
	right:20px;
	border-radius:10px;
	text-align:center;
  font-size:20px;
	box-shadow: 2px 2px 2px rgb(5, 5, 5);
  z-index:100;
}
@import "nib"

@import url(https://fonts.googleapis.com/css?family=Yanone\+Kaffeesatz)

bgBrown = #30261c
tileSize = 200px

duration = .05s
curve = linear

/* Body general styles */
body
  background: bgBrown
  font-family: "Yanone Kaffeesatz", sans-serif
  text-align: center
  width: 100%
  font-size: 45px
	
  /* Vertical centering */
  top: 50%
  position: absolute
  height: (tileSize / 2)
  margin-top: -(@height / 2)

/* Margin between tiles */
body > div + div
  margin-left: 50px

/* Style of every tile */
.tile
  display: inline-block

  width: tileSize
  height: (tileSize / 2)
  line-height: @height

  perspective: 300px

  /* Style for containing elements */
  > div, a
    width: 100%
    color: #30261c
    background-color: #e4ecb9
    text-align: center

  /* Style for the hidden link */
  > a
    display: block
    text-decoration: none
    background-color: #d88e8f



/* Flip effect */
.flip
  > div, a
    position: absolute
  > a
    transform: rotateX(-90deg)
  &:hover
    > div
      transform: rotateX(90deg)
    > a
      transform: rotateX(0deg)
  &:hover > div, > a
    transition: duration all curve 0
  &:hover > a, > div
    transition: duration all curve duration


/* Slide effect */
.slide
  overflow: hidden
  > div, a
    transition: duration*2 all curve
    position: absolute
  > a
    transform: translate(tileSize, 0)
  &:hover
    > div
      transform: translate(-(tileSize), 0)
    > a
      transform: translate(0, 0)
   

/* Shutter effect */
.shutter
  > div, a
    transition: duration*2 all curve
    position: absolute
  > div
    z-index: 10
    transform-origin: 0% 0%
    
  &:hover
    > div
      transform: rotateX(90deg)


/* Page effect */
.page
  > div, a
    transition: duration*4 all curve
    position: absolute
    z-index: 5
  > div
    z-index: 10
    transform-origin: 0% 0%
    
  &:hover
    > div
      transform: rotateX(360deg)
      z-index: 1

