.navbar-brand .navbar-brand-item {
    height: 65px;
    display: block;
    width: auto;
}
.navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-nav .nav-link {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 65px;
    padding-top: 0;
    padding-bottom: 0;
}
header.navbar-sticky-on .navbar-brand .navbar-brand-item {
    height: 50px;
}
.display-6{
	font-size:22px;
}
.display-4{
	font-size:32px;
}
.display-7 {
    font-size: 32px;
}
.display-5 {
    font-size: 45px;
}	

.our-service .service-box{
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 44px 30px 48px 50px;
    overflow: hidden;
    height: 400px;
}
.our-service .service-icon-box{
    position: absolute;
    bottom: 10px;
    right: 24px;
    z-index: 1;
    line-height: 1;
}
.our-service .service-icon-box i{
    opacity: .8;
}

.our-service .service-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
    opacity: 0;
    -webkit-transform: scale(1.4);
    -khtml-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
	
	background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.our-service .service-image:before{
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 4, 4, 0.582);
    position: absolute;
}
.our-service .service-box:hover .service-image{
    opacity: 1;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.our-service .service-box:hover .service-list a , .our-service .service-box:hover .line-draw-inner h5 a{
    color: white;
}
.our-service .service-box:hover .service-list a , .our-service .service-box:hover .line-draw-inner h4 a{
    color: white;
}
.our-service .service-list, .our-service .service-list a{
    list-style: none;
    margin-bottom: 0;
    color: #000000;
}
.service-box .line-draw-inner p{
    color: black;
}
.our-service .service-box:hover .line-draw-inner p{
    color: white;
}
.our-service .service-list li{
    padding-left: 36px;
    position: relative;
}
.our-service .service-list li+li{
    margin-top: 1px;
}
.our-service .service-list li:before{
    content: '';
    width: 11px;
    height: 1px;
    background-color: #d0d4d9;
    background-image: -webkit-gradient(linear,left top,right top,from(#d0d4d9),to(#d0d4d9));
    background-image: -webkit-linear-gradient(left,#d0d4d9,#d0d4d9);
    background-image: -moz-linear-gradient(left,#d0d4d9,#d0d4d9);
    background-image: -ms-linear-gradient(left,#d0d4d9,#d0d4d9);
    background-image: -o-linear-gradient(left,#d0d4d9,#d0d4d9);
    background-image: linear-gradient(left,#d0d4d9,#d0d4d9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d0d4d9',endColorStr='#d0d4d9',gradientType='1');
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.our-service .service-readmore a{
    position: absolute;
    top: 40px;
    /* right: 40px; */
    /* left:45%; */
    right: 10%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    /* background-color: #2f2f2f; */
    background: transparent;
    text-align: center;
    color: #d0d4d9;
    font-size: 16px;
    z-index: 1;
    /* -webkit-border-radius: 32px;
    -khtml-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px; */
}
.our-service .service-box:hover .service-readmore a:before{
    opacity: 1;
}
.our-service .service-readmore a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: inherit;
    -khtml-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
    border-radius: inherit;
    z-index: -1;
    background-image: linear-gradient(90deg,#d0d4d9 0%,#d0d4d9 50%,#d0d4d9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
    background-size: 200%,1px;
    background-position: 0;
    opacity: 0;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
}
.our-service .service-box:hover .service-readmore a{
    color: #000;
}
.our-service .service-line{
    width: 3px;
    height: 136px;
    background-color: #d0d4d9;
    background-image: -webkit-gradient(linear,left top,right top,from(#d0d4d9),to(#d0d4d9));
    background-image: -webkit-linear-gradient(left,#d0d4d9,#d0d4d9);
    background-image: -moz-linear-gradient(left,#d0d4d9,#d0d4d9);
    background-image: -ms-linear-gradient(left,#d0d4d9,#d0d4d9);
    background-image: -o-linear-gradient(left,#d0d4d9,#d0d4d9);
    background-image: linear-gradient(left,#d0d4d9,#d0d4d9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d0d4d9',endColorStr='#d0d4d9',gradientType='1');
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0,-50%)scaleY(0);
    -khtml-transform: translate(0,-50%)scaleY(0);
    -moz-transform: translate(0,-50%)scaleY(0);
    -ms-transform: translate(0,-50%)scaleY(0);
    -o-transform: translate(0,-50%)scaleY(0);
    transform: translate(0,-50%)scaleY(0);
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
}
.our-service .service-box:hover .service-line{
    -webkit-transform: translate(0,-50%)scaleY(1);
    -khtml-transform: translate(0,-50%)scaleY(1);
    -moz-transform: translate(0,-50%)scaleY(1);
    -ms-transform: translate(0,-50%)scaleY(1);
    -o-transform: translate(0,-50%)scaleY(1);
    transform: translate(0,-50%)scaleY(1);
}
.our-service .service-line:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 3px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-color: transparent transparent transparent #d0d4d9;
    border-style: solid;
}
.custom-footer .text-primary-hover a:hover, .custom-footer a.text-primary-hover:hover, .custom-footer button.text-primary-hover:hover  {
    color: #ffffff !important;
}
.portfolio-item{
    position: relative;
}
.portfolio-item img{
    display: block;
    width: 100%;
    height: 100%;
}
.portfolio-item .overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(14, 14, 14, 0.544);
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: 0.3s ease;
}
.portfolio-item:hover .overlay{
    transform: scale(1);
}
.button {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .portfolio-item .overlay button{
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 200px;
    padding: 20px 50px;
    background: transparent;
    border: 2px solid rgb(255, 255, 255);
  }
  .portfolio-item .overlay button:hover{
    background:rgba(0, 0, 0, 0.562) ;
  }
  .text-justify{
    text-align: justify;
    font-size: 15px;
  }
 .service-content li{
    list-style: none;
    font-size: 17px;
 }
 .card span{
    font-size: 100px;
 }
 .tab-pane a{
    border: 1px solid black;
    /* border-radius: 50px; */
    padding: 10px 20px !important;
 }
 .our-service .icon-box{
    height: 200px!important;
 }
 .service-heading{
    font-size: 40px;
    font-weight: bolder;
 }
 .footer-link a{
    color:#a1a1a8;
 }
.item .card-image img{
    height: 600px;
    width: 100%;
    object-fit: fill;
}
.grid-item .card-image img{
    height: 525px;
    width: 100%;
    object-fit: fill; 
}
.grid-item .card-image iframe{
    height: 525px;
    width: 100%;
    object-fit: fill; 
}

.icon-box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-box .line-draw-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-img-text{
    display: block;
    padding: 0;
    margin: 0;
    margin-top: -60px;
    padding:10px 0px;
    text-align: center;
    border:2px solid #e61e2b;
    background-color: #e61e2b;
}
.about-img-text span{
    font-size: 22px;
    font-weight: 500;
    /* font-family: 'Times New Roman', Times, serif; */
}
.bg-dark-overlay-4:before {
    content: " ";
    background: #ffffff00;
    opacity: 0.5;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.next-project:before{
    background: #000000;
}
.client-section img{
    width: 350px;
    height: 150px;
    object-fit: contain;
}
.bg-primary-end:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #e61e2b;
    z-index: -1;
}
.slider-btn{
    position: absolute;
    left: -30px;
    bottom: 50px;
}
.slider-btn a{
    transform: rotate(-90deg);

}
.reveal-animation.reveal-primary::before {
    background: rgb(0 0 0 / 0%);
}
.arrow-dark [data-controls] {
    background: #e61e2b;
    color: #fff;
}
/* .counter-1{
    width: 250px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #e61e2b;
    border-radius: 50%;
}
.counter-2{
    width: 250px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #01981c;
    border-radius: 50%;
}
.counter-3{
    width: 250px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #3d0356;
    border-radius: 50%;
}
.counter-4{
    width: 250px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #1282ea;
    border-radius: 50%;
} */
.counter-home{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    transition: all .8s ease-in-out;
}
.counter-home h2{
    padding-top:20px;
}
.counter-1,.counter-3{
    animation: count 20s ease infinite;

}
.counter-2,.counter-4{
    animation: count-2 20s ease infinite;

}
.about-btn{
    background-color: black !important;
    color: white;
}

@keyframes count{
    0%{
        background-color: #ef5e67;
        transform: translate(0px, -50px);
        box-shadow: 3px 3px 30px 0 rgb(232, 88, 167);


    }
    25%{
        background-color: blueviolet;
        transform: translate(0px, 70px);

    }
    50%{
        background-color: coral;
        transform: translate(0px, -50px);
        box-shadow: 3px 3px 30px 0 rgb(255, 107, 107);

    }
    75%{
        background-color: pink;
        transform: translate(0px, 70px);
        color: black !important;

    }
    100%{
        background-color: lightcoral;
        transform: translate(0px, -50px);
        box-shadow: 3px 3px 30px 0 rgb(215, 88, 232);


    }
}

@keyframes count-2{
    0%{
        background-color: #e44751;
        transform: translate(0px, 70px);
        box-shadow: 3px 3px 30px 0 rgb(255, 62, 162);


    }
    25%{
        background-color: blueviolet;
        transform: translate(0px, -50px);

    }
    50%{
        background-color: coral;
        transform: translate(0px, 70px);
        box-shadow: 3px 3px 30px 0 rgb(239, 228, 80);


    }
    75%{
        background-color: pink;
        transform: translate(0px, -50px);
        color: white !important;

    }
    100%{
        background-color: lightcoral;
        transform: translate(0px, 70px);
        box-shadow: 3px 3px 30px 0 rgb(129, 94, 241);


    }
}
