
.service-area {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 120px 0;
    background-color: #f8f9fa;
/*    z-index: -2;*/
}
.shape-1 {
    position: absolute;
    width: 250px;
    height: 250px;
    top: -70px;
    left: -70px;
    border-radius: 50%;
    border: 40px solid #ed602d;
    z-index: 1;
}
.shape-2 {
    position: absolute;
    width: 400px;
    height: 400px;
    right: -120px;
    bottom: -120px;
    border-radius: 50%;
    border: 50px solid #ed602d;
}
.site-heading {
    margin-bottom: 50px;
    z-index: 2;
}
.site-title-tagline {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #ed602d;
    position: relative;
}
.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 40px;
    color: #051242;
    margin-top: 5px;
    margin-bottom: 0;

}
.heading-divider {
    display: inline-block;
    position: relative;
    height: 4px;
    background-color: #ed602d;
    width: 90px;
    overflow: hidden;
}
.heading-divider:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1.1px;
    height: 7px;
    width: 8px;
    background-color: #fff;
    -webkit-animation: heading-move 5s infinite linear;
    animation: heading-move 5s infinite linear;
}

@-webkit-keyframes heading-move{
    0%{
        transform:translateX(-1px)
    }
    50%{
        transform:translateX(85px)
    }
    100%{
        transform:translateX(-1px)
    }
}
@keyframes heading-move{
    0%{
        transform:translateX(-1px)
    }
    50%{
        transform:translateX(85px)
    }
    100%{
        transform:translateX(-1px)
    }
}

.service-item {
    text-align: center;
    margin-bottom: 25px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    position: relative;
    z-index: 1;
    min-height: 315px;
    transition: all .5s ease-in-out;
}
.service-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.service-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 75px;
    width: 100%;
    height: 4px;
    background: #ed602d;
    z-index: -1;
}
.service-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ed602d;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
}
.service-icon i {
    font-size: 45px;
    color: #fff;
}
.service-item h3 {
    font-size: 20px;
    
}

.about-area{
	padding: 120px 0;
	position: relative;
    display: block;
}
.about-left {
    position: relative;
    display: block;
    margin-right: 30px;
}
.about-img-2 {
    position: absolute;
    right: 0;
    bottom: -70px;
}

.about-left-content {
    position: absolute;
    background: #ed602d;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 20px 10px 10px;
    left: -20px;
    bottom: 50px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}


.about-left-icon {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.about-left-icon i{
	font-size: 25px;
}


.atf-section-padding {
    padding: 100px 0;
    background-color: #f8f9fa;
}

.atf-single-feature {
    position: relative;
    border: 1px solid #eeeeee;
    background: #ffffff;
    padding: 40px 25px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -webkit-box-shadow: 0 10px 40px -10px rgb(0 64 128 / 20%);
    box-shadow: 0 10px 40px -10px rgb(0 64 128 / 20%);
    min-height: 373px;
}
.atf-single-feature .atf-feature-icon i {
    font-size: 60px;
    color: #ed602d;
}


.mid-talk-section{
	background-image: url('../assets/images/mid-img.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0;
	position: relative;
	z-index: 9;
}
.mid-talk-section::before{
	content: "";
	position: absolute;
	background-color: #000000;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
}




.service-area3 .service-item {
    margin-bottom: 25px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    position: relative;
    z-index: 1;
    transition: all .5s ease-in-out;
}
.service-area3 .service-item:before {
	content: "";
    position: absolute;
    left: 0;
    top: 75px;
    width: 100%;
    height: 4px;
    background: #ed602d;
    z-index: -1;
    display: none;
}
.service-area3 .service-item {
    text-align: left;
}
.service-area3 .service-icon {
    margin-left: 0;
}



.pricing-area{
	padding: 100px 0px;
}
.pricing-item {
    background: #fff;
    text-align: center;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    transition: all .5s ease-in-out;
    padding: 30px 0px;
}
.pricing-amount strong {
    font-size: 60px;
    font-weight: 700;
    color: #022147;
}
.pricing-amount-type {
    position: relative;
    z-index: 1;
}
.pricing-amount-type::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    top: 22px;
    background: #ed602d;
    z-index: -1;
}
.pricing-amount-type span {
    background: #ed602d;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    border-radius: 50px;
}

@media only screen and (max-width:480px){
	.shape-1{
		width: 180px;
    	height: 180px;
	}
	.shape-2{
		width: 250px;
		height: 250px;
	}
}