/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 08 2025 | 11:31:17 */
/* icon box style seven */
.custom-icon-svg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	line-height: 51px;
    border-radius: 50%;
    border: 6px solid #F7FAFF;
    box-shadow: 2px 10px 50px 0px rgb(0 0 0 / 15%);
}
.custom-icon-svg-style-seven {
	background-color: #f16722;
}
.custom-icon-svg-style-seven svg {
	fill: #fff;
    width: 35px;
	height: 35px;
}

.custom-service-box-icon-svg {
	width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
	position: relative;
}
/* service box style three */
.custom-icon-svg-style-three {
    display: flex;
    text-align: center;
	align-items: center;
    background: #fff;
    height: 85px;
    width: 85px;
    line-height: 80px;
    border-radius: 50px 50px 0;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
    border: 8px solid #F1F6FC;
    transition: .5s;
}
.custom-icon-svg-style-three svg{
	width: 40px;
    height: 40px;
    fill: #F16722;
}
.custom-icon-svg-style-three:hover {
    background: #F16722;
}
.custom-icon-svg-style-three:hover svg {
    fill: #fff;
}

/* icon box style five  */

.custom-icon-box-icon-svg-style-five {
    font-size: 0px;
    color: #F16722;
	display: flex;
    align-items: center;
    justify-content: center;
/*     display: inline-block;
    text-align: center; */
    background: #fff;
    height: 85px;
    width: 85px;
    line-height: 80px;
    border-radius: 50px 50px 0;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
    transition: .5s;
}

.custom-icon-box-icon-svg-style-five svg {
	width: 50px;
	height: 50px;
    fill: #F16722;
}
.custom-icon-box-icon-svg-style-five:hover {
    background: #F16722;
}
.custom-icon-box-icon-svg-style-five:hover svg {
    fill: #fff;
}

/* icon box style four  */

.custom-icon-box-icon-svg-style-four {
    font-size: 0px;
    color: #F16722;
	display: flex;
    align-items: center;
    justify-content: center;
/*     display: inline-block;
    text-align: center; */
    background: #fff;
    height: 85px;
    width: 85px;
    line-height: 80px;
    border-radius: 50px 50px 50px 0px;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
    transition: .5s;
}

.custom-icon-box-icon-svg-style-four svg {
	width: 50px;
	height: 50px;
    fill: #F16722;
}
.custom-icon-box-icon-svg-style-four:hover {
    background: #F16722;
}
.custom-icon-box-icon-svg-style-four:hover svg {
    fill: #fff;
}

/* service box style ten */
.custom-service-box-icon-svg-style-ten {
	   z-index: 1;
    transition: all 500ms ease;
    background: linear-gradient(to top, #f27828 0%, #fb9f3d 100%);
    color: #F16722;
}
.custom-service-box-icon-svg-style-ten svg {
	fill: #fff;
    width: 40px;
	height: 40px;
}
.service-box.service-style-ten:hover .custom-service-box-icon-svg-style-ten {
	background: #fff;
}
.service-box.service-style-ten:hover .custom-service-box-icon-svg-style-ten svg {
	fill: #F16722;
}
/* service carousel icon box style one */
.custom-carousel-service-icon-box-style-one {
	
}
.custom-carousel-service-icon-box-style-one svg {
	width: 60px;
	height: 60px;
	margin-bottom: 20px;
    display: inline-block;
    fill: #F16722;
}

/* feature box style two */
.custom-feature-box-svg-style-two {
	display: flex;
	justify-content: center;
	align-items: center;
}
.custom-feature-box-svg-style-two svg {
	width: 60px;
	height: 60px;
    fill: #fff;
}

/* work process style three */
.custom-work-process-svg-style-three {
	background: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    height: 78px;
    line-height: 78px;
    width: 78px;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    display: flex;
	justify-content: center;
	align-items: center;
    text-align: center;
}
.custom-work-process-svg-style-three svg {
	width: 30px;
	height: 30px;
    fill: #fff;
}

/* service box style four */
.custom-service-box-icon-svg-style-four {
	position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
    background: #fff;
    box-shadow: 0 20px 50px 5px #e9eef7;
    color: #F16722;
    margin-top: -63px;
}

.custom-service-box-icon-svg-style-four svg {
    fill: #F16722;
	width: 65px;
	height: 65px;
}
.service-box.service-style-four:hover .custom-service-box-icon-svg-style-four{
	background: #F16722;
}
.service-box.service-style-four:hover .custom-service-box-icon-svg-style-four svg {
    fill: #fff;
}

/* Service box style two */

.custom-service-box-svg-style-two svg {
	width: 55px;
	height: 55px;
	fill: #F16722;
}
