:root {
    --elitecons-font: "Yantramanav", sans-serif;
    --elitecons-gray: #565969;
    --elitecons-gray-rgb: 86, 89, 105;
    --elitecons-white: #ffffff;
    --elitecons-white-rgb: 255, 255, 255;
    --elitecons-base: #ff5e14;
    --elitecons-theme: #0096dd;
    --elitecons-base-rgb: 255, 94, 20;
    --elitecons-black: #001659;
    --elitecons-black-rgb: 0, 22, 89;
    --elitecons-primary: #f3f3f3;
    --elitecons-primary-rgb: 243, 243, 243;
    --elitecons-bdr-color: #d0d0d0;
    --elitecons-bdr-rgb: 208, 208, 208;
}
.site-footer-three__social {
    margin-top: 30px;
}

.about-six__text {
    margin-bottom: 30px;
}
.about-six__text:last-child {
    margin-bottom: 0;
}
.main-menu-four__logo a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.main-menu-four__logo img {
    width: 50px;
    flex-shrink: 0;
}
.main-menu-four__logo h1 {
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    color: var(--elitecons-theme);
}
.main-menu-four__logo h1 span {
    display: block;
    font-size: 20px;
    color: var(--elitecons-base);
}
.services-details__content {
    margin-bottom: 30px;
}
.persentations-area .services-details__content {
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    padding: 32px 30px 30px;
}
.persentations-area .services-details__content p {
    margin-bottom: 10px;
    font-size: 18px;
}
.persentations-area .services-details__content p:last-child {
    margin-bottom: 0px;
}
.banner-img img {
    width: 100%;
}
.services-three.typ-home {
    padding: 70px 0 0;
}
.services-three.typ-home .services-three__single {
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .site-footer-three__bottom-text {
        font-size: 16px;
    }
    .page-header {
        padding: 50px 0 60px;
    }
    .page-header__inner h2 {
        margin-bottom: 5px;
    }
}
.services-three__single img{
	width:80%;
	margin-bottom:20px;
}