

.services-content .service-box {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    transition: all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -moz-transition: all ease-in 400ms;
}

.services-content.services-carousel .service-box {
    margin-bottom: 30px;
}

.services-content .service-box .img-thumb img {
    min-height: 320px;
    width: 100%;
}

.services-content .service-box .content {
    bottom: 0;
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1;
}

.services-content .service-box .content .title {
    background-color: #6aaf08;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 40px;
    padding: 12px 0;
    position: relative;
    text-transform: uppercase;
    transition: all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -moz-transition: all ease-in 400ms;
}

.services-content .service-box .content .title:before {
    background-color: #6aaf08;
    bottom: 0;
    content: "";
    height: 101%;
    left: -25px;
    position: absolute;
    transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    width: 50px;
    transition: all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -moz-transition: all ease-in 400ms;
}

.services-content .service-box .content .title:after {
    background-color: #fe60fc;
    bottom: 0;
    content: "";
    height: 101%;
    position: absolute;
    right: -25px;
    transform: skewX(40deg);
    -webkit-transform: skewX(40deg);
    width: 50px;
    transition: all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -moz-transition: all ease-in 400ms;
}

.services-content .service-box:hover .content .title {
    background-color: #1c1c1c;
}

.services-content .service-box:hover .content .title:before {
    background-color: #1c1c1c;
}

.services-content .service-box:hover .content .title:after {
    background-color: #1c1c1c;
}

.services-content .service-box .content .title a {
    color: #fff;
    position: relative;
    z-index: 9999;
}

.services-content .service-box .overlay {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 100vh;
    display: inline-block;
    left: 0;
    padding: 50px 30px 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -100%;
    height: 100%;
    transition: all ease-in 500ms;
    -webkit-transition: all ease-in 500ms;
    -moz-transition: all ease-in 500ms;
    z-index: 0;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.services-content .service-box:hover .overlay {
    top: 0;
}

.services-content .service-box .overlay::before {
    background-color: rgba(0, 255, 251, 0.9);
    bottom: -50px;
    content: "";
    height: 50px;
    left: -25px;
    position: absolute;
    transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    width: 40px;
}

.services-content .service-box .overlay::after {
    background-color: rgba(0, 255, 229, 0.9);
    bottom: -50px;
    content: "";
    height: 50px;
    right: -25px;
    position: absolute;
    transform: skewX(40deg);
    -webkit-transform: skewX(40deg);
    width: 40px;
}

.services-content .service-box .overlay p {
    color: #1c1c1c;
    font-family: 'Montserrat', sans-serif;
    line-height: 22px;
}

.services-content .service-box .overlay .value {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    width: 100%;
}

.services-content .service-box .overlay .value .service-price {
    color: #f4d03f;
    font-size: 22px;
}

.services-content .service-box .overlay .btn-link {
    color: #053636;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
}

.services-content .service-box .overlay .btn-link:hover {
    text-decoration: none;
}


/*services-carousel*/

.page-header {
    /* background: linear-gradient(#f1f1f1bf, rgba(196, 255, 255, 0.75)), url(/img/bag.jpg) center center no-repeat; */
    background: linear-gradient(#f1f1f1bf, rgba(196, 255, 255, 0.75)), url(/img/bag.jpg) center center no-repeat;
    background-size: cover;
    /* width: 1520px;
    height: 700px; */
}
.img1 {
    transform: scale(0.7,0.7);
    transition:transform 0.2s linear;
   
  }
  .img1:hover {
    transform: scale(1,1);
    
  }
  .card:hover.overlay{
    opacity: 1;
  }

  /* # Services */
--------------------------------------------------------------*/
.services-icon {
  color: #444;
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;

}

.section-headline.services-head>h2 {
  margin-bottom: 25px;
}

.services-details {
  padding-top: 40px;
  transition: all 0.5s ease 0s;
}

.services-details:hover h4,
.services-details:hover .services-icon {
  color: #3EC1D5;
}

.row.second-row {
  margin-top: 40px;
}

.section-head>h2 {
  color: #333;
}

.single-services>h4 {
  color: #444;
  font-size: 24px;
  font-weight: 500;
}

.single-services>p {
  color: #333;
  font-size: 14px;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
* {
   box-sizing: border-box; 
}
 .co{   
    
   background-image: url(/img/back2.jpg);
   opacity: 0.6;
   color: #fff;
   font-family: 'Roboto Mono',sans-serif;
   display: flex;
   align-items: center;
   justify-content: center;
   overflow: hidden;
   margin: 0;
} 
.counter-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 30px 50px;
}

.counter{
    font-size: 60px;
    margin-top: 10px;
    color: #23a6d5;
}


@media(max-width: 500px){
    .co{
        flex-direction: column;
    }
}

.page::before {
    content: "";
    position: fixed;
    width: 300%;
    height: 100%;
    top: 45%;
    left: 50%;
    background: linear-gradient(to right, rgb(255, 161, 208), rgb(123, 228, 207), rgb(255, 157, 206));
    padding: 10px;
    border-radius: 50%;
    transform: translateX(-50%) skew(0, -10deg);
    animation: wave 7s ease-in-out infinite alternate;
    -webkit-animation: wave 4s ease-in-out infinite alternate;
    z-index: -1;
}
@keyframes wave {
    from {
        transform: translateX(-50%) skew(0, -10deg);
    }
    to {
        transform: translateX(-30%) skew(10deg, 0);
        -webkit-transform: translateX(-30%) skew(10deg, 0);
        -moz-transform: translateX(-30%) skew(10deg, 0);
        -ms-transform: translateX(-30%) skew(10deg, 0);
        -o-transform: translateX(-30%) skew(10deg, 0);
}
}

.logoo{
    height: 100px;
    width: 165px;
    }
    .colo
{
    color: #226ab3;
}