span.crafted_by {
    opacity: .0;
}
.title-bb {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.blog_con_micro {
    min-height: 130px;
}
@keyframes shsdfsadf {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.con-ani{transform: translateY(20px);
  animation: shsdfsadf 1s ease forwards;
  animation-delay: 2.5s;}
h1.number-counter.add-puls:before {
    content: "+";
}
.owl-prev {
    position: absolute;
        /*transform: rotate(180deg);*/
    background: #1a2a36;
    right: 14px;
    min-width: 35px;
    color: #fff;
    text-align: center;
    bottom: 29px;
}
.owl-next {
    position: absolute;
    background: #1a2a36;
    left: 14px;
    min-width: 35px;
    color: #fff;
    text-align: center;
    bottom: 29px;
}
.owl-carousel.testimonial-carousel-main .owl-prev
 {
    transform: rotate(180deg);
}
.owl-carousel.testimonial-carousel-main .owl-next
 {
    transform: rotate(180deg);
}
.testimonial-text{    min-height: 300px;}
.call-microprix-ss {
    transform: rotate(90deg);
}
.icon-spaces {
    min-width: 17px;
}
.owl-carousel .owl-item img.testimonial-box-size {
    height: 115px;
    width: 115px;
    border-radius: 90px;
    border: 5px solid #1a2a36;
    margin: auto;
}
.owl-carousel .owl-item img.card-three{ 
    height: 270px;
    margin-bottom: 10px;
    box-shadow: none;
    object-fit: contain;
    width: 100%;
    border: none;}
    .owl-carousel .owl-item img.card-four {
    height: 170px;
    transform: scale(.9);
    margin-bottom: 10px;
    box-shadow: none;
    object-fit: contain;
    width: 100%;
    border: none;
}
.back-top {
animation: showhojar 2s ease 0s 1 normal forwards;
}
@keyframes showhojar {
    0% {
        animation-timing-function: ease-in;
        opacity: 1;
        transform: translateY(45px);
    }

    24% {
        opacity: 1;
    }

    40% {
        animation-timing-function: ease-in;
        transform: translateY(24px);
    }

    65% {
        animation-timing-function: ease-in;
        transform: translateY(12px);
    }

    82% {
        animation-timing-function: ease-in;
        transform: translateY(6px);
    }

    93% {
        animation-timing-function: ease-in;
        transform: translateY(4px);
    }

    25%,
    55%,
    75%,
    87% {
        animation-timing-function: ease-out;
        transform: translateY(0px);
    }

    100% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: translateY(0px);
    }
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700);
body {
     font-family: 'Raleway', sans-serif;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 3s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 4s linear infinite;
}
@-webkit-keyframes blinker {
  0% {opacity: .7;}
  20% {opacity: .8;}
  40% {opacity: 1.0;}
  60% {opacity: 1.0;transform: translateY(3px);}
  80% {opacity: .9;}
  100% {opacity: 1.0;transform: scale(1.1);}
}
.blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}
.rol{animation: rol 3s ease 0s infinite normal forwards;}
@keyframes rol {
    0%,
    100% {
        transform: rotate(0deg);
        transform-origin: 50% 0;
    }

    10% {
        transform: rotate(2deg);
    }

    20%,
    40%,
    60% {
        transform: rotate(-4deg);
    }

    30%,
    50%,
    70% {
        transform: rotate(4deg);
    }

    80% {
        transform: rotate(-2deg);
    }

    90% {
        transform: rotate(2deg);
    }
}
.big-bang{animation: rrr 2s ease 1s infinite normal forwards;}
@keyframes rrr {
    0% {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(0.75, 1.25, 1);
    }

    40% {
        transform: scale3d(1.25, 0.75, 1);
    }

    50% {
        transform: scale3d(0.85, 1.15, 1);
    }

    65% {
        transform: scale3d(1.05, 0.95, 1);
    }

    75% {
        transform: scale3d(0.95, 1.05, 1);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}
.underlines {
  position: relative;
  display: inline-block;
}

.underlines::after {
  content: "";
  position: absolute;
  left: 0%; 
  bottom: -4px;
  height: 2px;
      background-color: rgb(27 94 32);
  animation: underlineAnim 2s infinite ease-in-out;
}

@keyframes underlineAnim {
  0%, 100% {
    width: 0;
    left: 50%;
  }
  50% {
    width: 50%;
    left: 25%;
  }
}

.process-box{
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    width: 95%;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
}
.process-left:after{
        content: "";
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0px #00000036;
    z-index: 1;
}
.process-right:after{
        content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0px #0000001a;
    z-index: 1;
}
.process-step{
    background: #1b5e20 ;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height: 60%;
    padding-top: 10px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -6px 8px 0px 0px #00000014;
}
.process-point-right{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #1b5e20 ;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 40px;
    left: -63px;
}
.process-point-right:before{
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(36deg);
    position: relative;
    left: -50px;
    top: -0px;
}
.process-point-left{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #1b5e20 ;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 40px;
    right: -63px;
}
.process-point-left:before {
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(-38deg);
    position: relative;
    left: 50px;
    top: 0px;

}

.process-last:before{
    display: none;
}
.process-box p{
    z-index: 9;
}
.process-step p{
    font-size: 55px;
    background: #1b5e20;
    transform: scale(.7) rotate(5deg);
    min-height: 90px;
    border-radius: 8px;
    animation: xcgf 5s ease 2s infinite normal forwards;
}
@keyframes xcgf {
    0% {
        transform: scale(.7) rotate(5deg);
    }

    20% {
        transform: scale(.7) rotate(4deg);
    }
     40% {
        transform: scale(.7) rotate(-5deg);
    }
     60% {
        transform: scale(.7) rotate(-5deg);
    }
    80% {
        transform: scale(.7) rotate(-5deg);
    }
     100% {
        transform: scale(.7) rotate(5deg);
    }
}
.process-step h2{
    font-size: 39px;
}
.process-step:after{
    content: "";
    border-top: 8px solid #04889800;
    border-bottom: 8px solid #1b5e20 ;
    border-left: 8px solid #04889800;
    border-right: 8px solid #1b5e20 ;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}
.process-step:before{
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid #1b5e20 ;
    border-left: 8px solid #1b5e20 ;
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}
.process-line-l{
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    right: -153px;
    top: 64px;
    z-index: 9;
}
.process-line-r{
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    left: -153px;
    top: 63px;
    z-index: 9;
}

a.links-social i {
    min-width: 20px;
    font-size: 20px;
    text-align: center;}
nav-social{
  position: fixed;
  width: 60px;
  margin-top: 50px;
  transition: all 0.3s linear;

}
.blue-black{color: #1a2a36 !important;}
nav-social li{
  height: 60px;
  position:relative;
}
nav-social li a{
  color: white;
  display: block;
  height: 95%;
  width: 100%;
  line-height: 60px;
  padding-left:45%;
  border-bottom: 1px solid rgba(0,0,0,.4);
  transition: all .3s linear;
}
nav-social li:nth-child(1) a.links-social{
        color: #fff;
  background: #19a6f5;
}
nav-social li:nth-child(2) a.links-social{
        color: #fff;
  background: #4267B2;
}
nav-social li:nth-child(3) a.links-social{
        color: #fff;
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}
nav-social li:nth-child(4) a.links-social{
        color: #fff;
  background: #25d366;
}
nav-social li:nth-child(5) a.links-social{
        color: #fff;
  background: #ff5d7d;
}
nav-social li:nth-child(6) a.links-social{
        color: #fff;
  background: #333;
}
nav-social li:nth-child(7) a.links-social{
        color: #fff;
  background: #ff0000;
}
nav-social li a i{
  position:absolute;
  top: 17px;
  left: 20px;
  font-size: 27px;
}
ul.ul-custome li a span{
  display: none;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
a.links-social:hover {
  z-index:1;
  width: 200px;
  text-decoration: none;
}
ul.ul-custome li:hover a span{
  padding-left: 30%;
  display: block;
}
.ul-custome{ list-style: none;    padding-left: 0rem;transition: .3s;}
.sd {
 height: 100vh;
    display: flex;
    z-index: 3;
    left: 0px;
    top: 0em;
    position: absolute;
    justify-content: start;
    align-items: center;
}

.typing {
  white-space: nowrap;
  overflow: hidden;
  font-size: calc(1.575rem + 2.2vw);
  border-right: 2px solid black;
  width: 0;
  animation: typingLoop 30s linear infinite, blink 6s step-end infinite;
}

@keyframes typingLoop {
  0%   { width: 0; }
  30%  { width: 30ch; }  
  60%  { width: 30ch; }  
  90%  { width: 0; }     
  100% { width: 0; }
}



    @keyframes blink {
      50% { border-color: transparent; }
    }
.playbtn {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  margin: 5px 0px 25px 0px;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ffffff0a;
  transition: 0.5s;
  font-weight: 600;
  letter-spacing: 3px;
  overflow: hidden;
}
.playbtn:hover {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 0 5px #fff, 0 0 25px #fff, 0 0 50px #fff, 0 0 100px #fff;
  -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
}

.playbtn span {
  position: absolute;
  display: block;
}

.playbtn span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, transparent, #fff);
  animation: animate1 4s linear infinite;
   animation-delay: 1s;
}

@keyframes animate1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}

.playbtn span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 10px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #fff);
  animation: animate2 4s linear infinite;
  animation-delay: 1s;
}

@keyframes animate2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}

.playbtn span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(270deg, transparent, #fff);
  animation: animate3 4s linear infinite;
  animation-delay: 1.75s;
}

@keyframes animate3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}

.playbtn span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 10px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #fff);
  animation: animate4 4s linear infinite;
  animation-delay: 2.75s;
}

@keyframes animate4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}

#hero-slider .owl-carousel-item {
    position: relative;
    height: 66.50vh;
    overflow: hidden;
}

.slider-bg {
    object-fit: cover;
    height: 80%;
}

.owl-carousel-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0.1));
    z-index: 1;
}

.owl-carousel-inner {
    z-index: 2;
    min-height: 70vh;
    padding: 50px 15px;
}

@media (max-width: 768px) {
    
    .nav-social li a{    transform: scale(.9);}
    .testimonial-text{    min-height: 400px;}
    .playbtn {
    padding: 15px 15px;}
    .footer .copyright {
    padding-bottom: 4em !important;}
    #hero-slider .owl-carousel-item {
    height: 67.50vh;}
    ul.ul-custome li a.links-social i {
    min-width: 20px;
    font-size: 20px;
    transform: scale(1.4) rotate(360deg);
    text-align: center;
    transition: .3s;
}
    ul.ul-custome li:hover a.links-social i {
    min-width: 20px;
    font-size: 20px;
    transform: scale(1.8) rotate(0deg);
    text-align: center;
    transition: .3s;
}
    ul.ul-custome li a span {
    display: none !important;}
    a.links-social:hover {
    z-index: 1;
    width: auto;
    text-decoration: none;
}
  .ul-custome {
    position: fixed;
        bottom: -22px;
        left: 0px;
        justify-content: center;
        display: flex;
        flex-direction: row;
        z-index: 1;
        width: 99%;
        transition: .3s;
        gap: 5px;
    }

    .ul-custome li {
        margin: 5px 0;
        width: 60px;
        transform: translateY(0px);
        transition: .3s;
    }
        .ul-custome li:hover {
        margin: 5px 0;
        width: 60px;
        transform: translateY(-2px);
        transition: .3s;
    }
    .links-social {
        min-width: 60px;
        padding: 3px 16px;
                box-shadow: 0px 0px 0px 5px #fff;
    }
  
    .header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 98% !important;
    top: 0;
    right: 9px !important;}
    a.back-top{left: 86.50vw !important;}
    .sd{align-items: end;}
    .typing {
    font-size: calc(1rem + 1.6vw);}
    .owl-carousel-inner h1 {
        font-size: 2rem;
    }

    .owl-carousel-inner h5 {
        font-size: 1rem;
    }
}

.mmm{
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-fill-color: transparent;
}
a.back-top {
    background: #1b5e20;
    z-index: 1;
    color: #fff;
    line-height: 5px;
    position: fixed;
    padding: 13px 12px;
    box-shadow: 0px 0px 3px 1px #00000082;
    left: 7px;
    border: 4px solid #fff;
    border-radius: 0px 20px 0px 0px;
    bottom: 5px;
    transition: .3s;
    transform: translateY(3px);
}
a:hover.back-top {
    background: #00008bd6 ;
    color: #fff;
    line-height: 5px;
    position: fixed;
    padding: 13px 12px;
    box-shadow: 0px 0px 3px 1px #00000082;
    left: 7px;
    border: 4px solid #fff;
    border-radius: 25px 25px 0px 0px;
    bottom: 7px;
    transition: .4s;
    transform: translateY(0px);
}
.scroll-offset {
  scroll-margin-top: 60px; /* header height + margin */
}
.cc .service-item h6{color: #1a2a36 !important;transition: .3s;}
.cc:hover .service-item h6{color: #00008bd6  !important;transition: .3s;}
.career-box {
    border: 8px solid #1a2a36;
    border-radius: 20px;
     }
.fa-quote-left:before {
content: "\f10d";
    color: #ffffff !important;
    background: #1a2a36 !important;
    border: 7px solid #1a2a36;
    border-radius: 20px 21px 2px 2px;
}
.service-ss{min-height: 190px;}
.blue{color: #1a2a36  !important;}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.email-btn {
    position: fixed;
    bottom: 108px;
    right: 23px;
    transform: scale(.9);
    padding: 5px;
    z-index: 9999;
    height: 22px;
    border-radius: 16%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    
}
.email-btn:hover {animation: shake 0.5s; animation-iteration-count: infinite;}
@keyframes shake {
  0% { transform: translate(0px, 0px) rotate(0deg)scale(.9); }
  25% { transform: translate(0px, 0px) rotate(0deg)scale(.9); }
  50% { transform: translate(0px, 0px) rotate(0deg)scale(.9); }
  75% { transform: translate(0px, 0px) rotate(0deg)scale(.9); }
  100% { transform: translate(1px, 0px) rotate(-2deg)scale(.9); }
}
.email-btn {}
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}
.email-btn i {
  color: #fff;
  font-size: 26px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}
/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
 .footer-img{
    background: 
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
    url(../images/footer-img.png);
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay; 
    height: 100%;
        border-top: 2px solid #ffffffa1;
        border-style: dashed;
        animation: footer 30s ease 0s infinite normal forwards;
    width: 100%;
    background-repeat: no-repeat;
    color: #243f82 !important;
         border-bottom: none !important;
         border-right: none !important;
         border-left: none !important;
}
@keyframes footer {
    0%,{
        border-top: 2px solid #ffffffa1;
         border-style: dashed;
         border-bottom: none !important;
         border-right: none !important;
         border-left: none !important;
         background: 
 
    }

 
    100% {
        border-top: 2.1px solid #ffffffa1;
        border-bottom: none !important;
        border-right: none !important;
        border-left: none !important;
        border-style: dashed;
         
    }
}
.green{color:#1B5E20!important;}
h6.text-primary {
    font-size: 24px;
}
.number-counter{    color: #000000 !important;
    padding: 15px 0px 0px 0px;}
.number-text{color: #000 !important;}
:root {
    --primary: #1B5E20;
    --light: #F6F7F8;
    --dark: #1A2A36;
}
img.img-fluid.service-box-img {
    height: 230px;
    width: 100%;
    object-fit: cover;
}
.counterbox {
  
    border-radius: 0px !important;
   
   
    transform: scale(.9);
    transition: .3s;
}

.counterbox:hover {

    border-radius: 0px !important;
    border: 1px solid #ccc;

    transform: scale(1);
    transition: .3s;}

.fix-box {
    position: fixed;
    top: 7em;
    text-align: center;
    right: 0px;
    margin: auto;
}
i.icon-space {
    background: #243f82;
    padding: 6px;
    height: 26px;
    min-width: 25px;
    font-size: 14px;
        margin-right: 5px;
        border-radius: 5px 0px ;
    color: #fff;
    text-align: center;
}
.custome-cat {
    position: absolute;
    top: 8px;
    background: #fff;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 1px 7px;
    left: 19px;
}
.bg-custom-counter {
    font-size: 42px;
    width: 70px;
    min-width: 45px;
    height: 70px;
    box-shadow: 0px 0px 1px 10px #1B5E20;
    border: 4px solid #ffffff;
    background: #1B5E20;
    animation: myAnim 4s ease 0s infinite normal forwards;
    padding: 14px;
}
@keyframes myAnim {
    0%{}
    20%{background: #237f2a;border-radius: 0px 0px 0px 0px;}
    40%{background: #41b04a;border-radius: 0px 0px 0px 0px;}
    60%{background: #237f2a;border-radius: 0px 0px 20px 0px;}
    80%{background: #41b04a;box-shadow: 0px 0px 1px 20px #41b04a;border-radius: 0px 0px 0px 20px;}
    100%{background: #237f2a;border-radius: 0px 0px 0px 0px;}
}
p.deception-short {    min-height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}
.owl-carousel .owl-item img {
    height: 84.50vh;
}
.model-img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.display_1{display: block;}
.display_0{display: none;}
.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    left: 25px;
    bottom: 20px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: .5;
    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 {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}




.btn-lg-square {
     min-width: 40px;
    height: 40px;
    border-radius: 0px 13px !important;
    font-size: 14px;
   
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
        min-height: 105px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 9px;
    padding: 5px 15px;
    font-family: 'Raleway', sans-serif;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    outline: none;transition: .3s;
}
.navbar .navbar-nav .nav-link:hover {transition: .3s;color: var(--primary);}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #00008bd6;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
   
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {


    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 10px;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
        position: fixed;
        background: #fff;
        width: 100%;
        left: 0px;
    }

}

@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;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 99.99%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
       background: rgb(0 0 0 / 44%);
}

@media (max-width: 768px) {
    .navbar .navbar-brand, .navbar a.btn{    height: 106px;}
        @keyframes typingLoop {
      0% { width: 0; }
      30% { width: 27.50ch; }   /* typing in */
      60% { width: 27.50ch; }   /* pause full text */
      90% { width: 0; }      /* deleting */
      100% { width: 0; }
    }
    .career-box {
    border: 1px solid #1a2a36;
    border-radius: 0px;margin-bottom: 10px;}
    .header-carousel .owl-dots{justify-content: end;}
    .mobile-space{margin-left: 15px;}
    .mob-counter{font-size: 13px;}
     .counter-mobile {
        padding: 0px 5px;
        margin-bottom: -7px;
    }
        .p-4 {
    padding: 0.5rem !important;
    padding-bottom: 15px !important;
}
    h6.text-primary {
    font-size: 22px !important;
}

    .text-left-mobile{text-align: left !important;}
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 90%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 50px 0px;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(-5deg);
    padding: 3px;
    border-radius: 0px 50px;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot img:hover {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(0deg)scale(1.1);
    padding: 0px;
    border-radius: 0px;
    transition: .5s;
}
.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;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-icon {
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover .service-icon {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-img {
    position: relative;
}

.portfolio-img::before,
.portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: var(--dark);
    transition: .5s;
}

.portfolio-img::before {
    left: 50%;
}

.portfolio-img::after {
    right: 50%;
}

.portfolio-item:hover .portfolio-img::before {
    width: 51%;
    left: 0;
}

.portfolio-item:hover .portfolio-img::after {
    width: 51%;
    right: 0;
}

.portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    transition-delay: .3s;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    border-radius: 8px 60px 0 0;
    /*height: 250px;*/
    object-fit: cover;
}

.team-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #FFFFFF;
    transition: .5s;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
   
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
      
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
       
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    bottom: 35px;
    left: 90%;
    transform: translateX(-90%);
    display: flex;
    justify-content: space-between;
    opacity: 1;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 100%;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
   position: relative;
    color: #ffffff;
    padding: 0px 10px;
        bottom: -20px;
    font-size: 16px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #fff;
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    border: 4px solid #1a2a3600;
    margin-top: 10px;
    height: 100px;
    box-shadow: 0px 0px 1px 5px #1a2a36;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
        border: px solid #1a2a3663;
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    color: #9B9B9B;
    border: 1px solid #9B9B9B;
    border-radius: 38px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #9B9B9B;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: ">";
       
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #FFFFFF;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}
@media (min-width: 767px) and (max-width: 1024px){
        .ul-custome
 {
        position: fixed;
        bottom: -24px;
        left: 2px;
        justify-content: end;
        display: flex;
        flex-direction: row;
        z-index: 1;
        width: 34% !important;
        gap: 4px;
        transition: .3s;
    }
}