@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 90deg;
  inherits: false;
}

:root {
  --bg-background: #111827;
  --clr-card: #1f2937;
  --clr-1: #6420aa;
  --clr-2: #ff3ea5;
  --clr-3: #ff7ed4;
}
.portfolio-section-number {
    padding: 60px 0px;
}
span.counter {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #e35611;
    font-size: 70px;
    color: #e35611;
    font-weight: 700;
}
.portfolio-number-box {
    text-align: center;
}
.counter:after {
    content: "+";
}
.portfolio-number-box p {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}
/* benefi section  */
.benefit-list-inner {
    padding: 0 !important;
    box-shadow: 0 0 16px 5px rgb(147 147 147/20%);
    cursor: pointer;
    margin-bottom: 1.5rem !important;
    border: none;
}
.benefit-number {
    background: #e35611;
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.benefit-content {
    padding: 15px 20px 15px 7px;
}
.benefit-content h3 {
    color: #010101;
    font-weight: 600;
    font-size: 18px;
}
.card{
    width: 98% !important;
}
.benefit-list-scroll {
    height: 350px;
    overflow-y: scroll;
}
.benefit-list-scroll::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.benefit-list-scroll::-webkit-scrollbar{
	width: 6px;
	background-color: #F5F5F5;
}
.benefit-list-scroll::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #e35611;
}
.whychoose:after {
    background: #fff !important;
}
.faq-sec input[type=text],input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=week], textarea {
    background: #f8f8f8 !important;
}

.tool-tech-slider {
    text-align: center;
    margin-bottom: 60px;
}
.slide img{
    width: 45%;
    object-fit: contain;
}
.slide {
    height: 200px;
}
.why-choose-row{
    justify-content: center;
}
.serviceBox1.blue-1:before {
    background: linear-gradient(#008A61, #008A61, #2DC194, #2DC194);
}
.serviceBox1.blue-2:before {
    background: linear-gradient(#00A0B4, #00A0B4, #1D4E89, #1D4E89);
}
.serviceBox1.blue-3:before {
    background: linear-gradient(#8c1c13, #8c1c13, #CF9D9D, #CF9D9D);
}
.why-choose-row .col-md-3.col-sm-6 {
    margin-top: 50px;
}
.serviceBox_new.four, .serviceBox_new.one, .serviceBox_new.three, .serviceBox_new.two{
    margin-top: 80px !important;
}
.serviceBox_new p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #333;
}
.tech-slider{
    padding:0px;
}
.smt-btn {
    padding: 10px 2px;
    width: 320px !important;
}
.first-service .first-service-text{
width: 70% !important;
}
.first-service .first-service-btn {
    width: 29% !important;
}

/* work process css  */
.main-timeline{
    margin: 20px 0;
    position: relative;
}
.main-timeline:before{
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #ff794a;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.main-timeline .timeline{
    margin-bottom: 40px;
    position: relative;
}
.main-timeline .timeline:after{
    content: "";
    display: block;
    clear: both;
}
.main-timeline .icon{
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.main-timeline .icon:before,
.main-timeline .icon:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s;
}
.main-timeline .icon:before{
    background: #fff;
    border: 2px solid #00a79c;
    left: -3px;
}
.main-timeline .icon:after{
    border: 2px solid #ff794a;
    left: 3px;
}
.main-timeline .timeline:hover .icon:before{
    left: 3px;
}
.main-timeline .timeline:hover .icon:after{
    left: -3px;
}
.main-timeline .date-content{
    width: 50%;
    float: left;
    position: relative;
}
.main-timeline .date-content:before{
    content: "";
    width: 32.5%;
    height: 2px;
    background: #ff794a;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
}
.main-timeline .date-outer{
    width: 175px;
    height: 175px;
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: auto;
    z-index: 1;
}
.main-timeline .date-outer:before,
.main-timeline .date-outer:after{
    content: "";
    width: 175px;
    height: 175px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s;
}
.main-timeline .date-outer:before{
    background: #fff;
    border: 2px solid #00a79c;
    left: -6px;
}
.main-timeline .date-outer:after{
    border: 2px solid #ff794a;
    left: 6px;
}
.main-timeline .timeline:hover .date-outer:before{
    left: 6px;
}
.main-timeline .timeline:hover .date-outer:after{
    left: -6px;
}
.main-timeline .date{
    width: 100%;
    margin: auto;
    position: absolute;
    top: 33%;
    left: 0;
}
.main-timeline .month{
    font-size: 18px;
    font-weight: 700;
    color: #111;
}
.main-timeline .year{
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #111;
    line-height: 36px;
}
.main-timeline .timeline-content{
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right;
}
.main-timeline .title{
    font-size: 19px;
    font-weight: 700;
    color: #111;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.main-timeline .description{
    font-size: 14px;
    color: #787878;
    margin-bottom: 0;
}
.main-timeline .timeline:nth-child(2n) .date-content{
    float: right;
}
.main-timeline .timeline:nth-child(2n) .date-content:before{
    left: 10px;
}
.main-timeline .timeline:nth-child(2n) .timeline-content{
    padding: 20px 50px 20px 0;
    text-align: right;
}

@media (device-width: 1366px){
    .consultation{
        width: 314px !important;
    }

}
@media only screen and (max-width: 990px){
    .main-timeline .date-content:before{
        width: 22.5%;
    }
    .main-timeline .timeline-content{
        padding: 10px 0 10px 30px;
    }
    .main-timeline .title{ font-size: 17px; }
    .main-timeline .timeline:nth-child(2n) .timeline-content{
        padding: 10px 30px 10px 0;
    }
}
@media only screen and (max-width: 767px){
	.portfolio-number-box p {
		line-height: 20px;
	}
	span.counter{
		font-size: 40px;
	}
	.portfolio-section-number {
    padding: 0px 0px;
	}
	.first-service .first-service-btn {
    width: auto !important;
	}
    .main-timeline:before{
        margin: 0;
        left: 7px;
    }
    .main-timeline .timeline{
        margin-bottom: 20px;
    }
    .main-timeline .icon{
        margin: auto 0;
    }
    .main-timeline .date-content{
        width: 95%;
        float: right;
    }
    .main-timeline .date-content:before{
        display: none;
    }
    .main-timeline .date-outer,
    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after{
        width: 130px;
        height: 130px;
    }
    .main-timeline .date{
        top: 30%;
    }
    .main-timeline .year{
        font-size: 26px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content{
        width: 95%;
        text-align: center;
        padding: 10px 0;
    }
    .main-timeline .title{
        margin-bottom: 10px;
    }
}