/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 07 2025 | 02:29:49 */
#work .gallery-image figcaption {
    display: flex;
    flex-direction: column-reverse;
    gap: 12px;
    padding: 50px;
}
.project-detail .project_banner {
    max-height: 440px;
    overflow: hidden;
    border-radius: 7px;
}
.project-detail .project_banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}
.project-detail .project_info {
    background-color: #f7f7f7;
    padding: 35px;
    border-radius: 7px;
    height: 100%;
    border: 1px solid #ddd;
}
.project-detail .lower-content {
    padding-top: 40px;
}
.project-detail .project_info h3 {
    position: relative;
    display: block;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
.project-detail .project_info ul {
    color: #000;
}
.project-detail .project_info ul li {
    padding: 18px 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
	gap: 20px;
	line-height: 1.5;
}
.project-detail .project_info li span {
    text-align: right;
    opacity: .6;
}
.project-detail .project_info li:last-child {
    border: none;
    padding-bottom: 0;
}
.project-detail .project_info li b {
    font-weight: 600;
}
.service-featured-image img {
    height: auto !important;
    max-height: 500px;
    overflow: hidden;
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
}
.service-featured-image {
    margin-bottom: 2em;
}
.service-detail h1 {
    color: var(--themecolor);
}
.service-detail p + h3, .service-detail ul + h3, .service-detail ol + h3,
.service-detail p + h4, .service-detail ul + h4, .service-detail ol + h4,
.service-detail p + h2, .service-detail ul + h2, .service-detail ol + h2{
    padding-top: 10px;
}
.service-detail ul,
.service-detail ol{
    margin-bottom: 15px;
}
.service-detail li:not(:last-child) {
    margin-bottom: 10px;
}
.service-detail li {
    position: relative;
    z-index: 1;
    padding-left: 25px;
}
.service-detail blockquote p:last-child {
    margin-bottom: 0;
}
.services-sidebar {
    height: 100%;
}
.services-sidebar .widget_text:last-child {
    position: sticky;
    top: 40px;
    background-color: #f3f4f8;
    padding: 38px;
    border-radius: 3px;
}
.services-sidebar .widget_text:last-child h3 {
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.services-sidebar .widget_text:last-child h3:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 6px;
    background-color: var(--themecolor);
    border-radius: 10px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
}
.service-detail li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 25px;
    color: var(--themecolor);
    content: "\f101";
    font-weight: 700;
    font-family: "Font Awesome 5 Pro";
}
.service-detail li strong {
    color: #333;
}
.service-detail{
	padding-left: 0 !important;
	padding-right: 30px;
}
.footer-cta img {
    max-height: 58px;
}
.footer-top-heiding .footer-cta ul {
    display: flex;
    align-items: center;
}
.footer-top-heiding .footer-cta li {
    flex: auto;
    width: auto;
}
.footer-top-heiding h2 {
    margin-bottom: 0;
}
.copyright-wrap .col-lg-6.col-sm-10 {
    order: -1;
}
.slider-content.s-slider-content .slider-btn {
    margin-bottom: 20px !important;
}
.single-slider.slider-bg {
    background-position: 50% 50%;
}
.services-area {
    background-color: #ffffffeb !important;
}
.services-content span {
    display: none;
}
.scrollbox__item {
    margin-right: 120px !important;
}
.portfolio_sec .why-choose>.container {
    display: none;
}
.portfolio_sec #work {
    padding-top: 0 !important;
}
.portfolio_sec .why-choose {
    padding-top: 30px ! IMPORTANT;
}
.contact-field textarea{
	color: #fff;
}
.footer-top-heiding .footer-cta li:first-child {
    display: none;
}
.footer-top-heiding .footer-cta li:first-child + li {
    border: none;
}
.footer-top .widget.widget_media_image {
    margin-top: 0;
    margin-bottom: 30px;
}
.footer-widget p {
    color: inherit;
}
.footer-top ul.menu {
    column-count: 2;
}
.footer-top {
    padding-bottom: 30px !important;
}
.services-area .col-lg-4.col-md-12:first-child {
    width: 66.666667%;
}
.services-area .col-lg-4.col-md-12:first-child .section-title {
    max-width: 700px;
}
.services-thumb img{
	height: 80px !important;
}
.services-sidebar .widget_nav_menu {
    background: #f3f4f8;
    padding: 40px;
    margin-bottom: 30px;
}
.services-sidebar .widget_nav_menu h2.widgettitle {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1;
    text-align: left;
    font-weight: 700;
    margin-bottom: 30px;
    border-left: 4px solid var(--themecolor);
    padding-left: 15px;
}
.services-sidebar .widget_nav_menu li {
    position: relative;
    border: 1px solid #e7e7e7;
    margin-bottom: 15px;
    z-index: 1;
}
.services-sidebar .widget_nav_menu li a {
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    padding: 13px 25px;
    display: block;
    overflow: hidden;
    transition: all 300ms ease;
    background: #fff;
}
.services-sidebar .widget_nav_menu li:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background-color: #30313d;
    content: "";
    opacity: 0;
    visibility: hidden;
}
.services-sidebar .widget_nav_menu li:hover:before,
.services-sidebar .widget_nav_menu li.current-menu-item:before{
    opacity: 1;
    visibility: visible;
    transition: all 300ms ease;
}
.services-sidebar .widget_nav_menu li:hover a,
.services-sidebar .widget_nav_menu li.current-menu-item a{
    color: #ffffff;
    background: var(--themecolor);
}
.services-sidebar .widget_nav_menu li a:before {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    line-height: 30px;
    color: #222222;
    font-weight: 700;
    content: "\f061";
    font-family: "Font Awesome 5 pro";
    transition: all 300ms ease;
	width: 50px;
	height: 100%;
	background: #E8EAEC;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.services-sidebar .widget_nav_menu li:hover a:before,
.services-sidebar .widget_nav_menu li.current-menu-item a:before{
    background: #1e2126;
    color: #fff;
}
.how-it-work-area a.icon-link {
    display: none;
}
.how-it-work-area h3 a {
    pointer-events: none;
}
.breadcrumb-area {
    position: relative;
    z-index: 1;
}
.breadcrumb-area:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #000000d9, transparent);
    z-index: -1;
    pointer-events: none;
}
.cusform form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cusform form>* {
    width: 100%;
}
.cusform form p label {
    display: block;
    width: 100%;
}
.cusform form p label .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    margin: 0;
}
.cusform form p label .wpcf7-form-control-wrap .wpcf7-form-control {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
    min-height: 46px;
    border-radius: 7px;
    color: #000;
    font-size: 16px;
    padding: 10px 16px;
    max-height: 80px;
}
.cusform form p input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    background-color: var(--themecolor);
    border: 1px solid var(--themecolor);
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 14px 15px;
    border-radius: 4px;
    cursor: pointer;
    transition: all .4s ease;
}
.cusform form p input.wpcf7-form-control.wpcf7-submit:hover {
    opacity: .8;
}
.cusform form p .wpcf7-spinner {
    position: absolute;
    margin: 0 6px;
}
@media screen and (max-width: 767px){
	.section-title h2 {
		font-size: 32px;
	}
	.header-two .logo img, .header .logo img {
		height: 55px;
		object-fit: contain;
		object-position: left;
	}
	.header-two .mean-container a.meanmenu-reveal {
        margin-top: -65px;
    }
	.slider-content.s-slider-content .slider-btn {
		margin-bottom: 0px !important;
		margin-top: 0px;
	}
	.slider-content {
		margin-top: 0px;
	}
	.about-accordion-item h2 {
        font-size: 36px;
        line-height: 1.5;
        margin-left: 20px;
        margin-right: 20px;
    }
	.s-about-img.p-relative {
        margin-bottom: 16px;
	}
	.about-accordion-item .s-about-content h4 {
		margin: 0;
	}
	.about-accordion-item .s-about-content a.btn {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.about-accordion-item .s-about-content .about-title {
		padding-bottom: 10px !important;
	}
	.about-accordion-item .accordion-body {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.footer-top-heiding .footer-cta ul {
		flex-direction: column;
		align-items: flex-start;
	}
	.footer-top-heiding .footer-cta ul li{
		margin: 0;
		padding: 13px 0;
	}
	.footer-top-heiding .container {
		padding: 30px 15px 40px;
	}
	.copyright-wrap .container .row .col-lg-2.col-sm-2 {
		display: none;
	}
	.copyright-wrap .col-lg-6.col-sm-10 {
		order: 1;
		text-align: center !important;
		padding-top: 10px;
	}
	section.how-it-work-area .section-title {
		margin-bottom: 20px;
		text-align: center !important;
	}
	section.how-it-work-area .services-item:before {
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	section.event.event03 .section-title {
		margin-bottom: 30px;
	}
	section.contact-home-area,
	section.how-it-work-area,
	section.event.event03,
	section.testimonial-area,
	section.blog-area,
	.counter-area,
	section.services-area,
	section.about-area.about-p,
	body:not(.home) #work{
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	.single-service .about-area5.about-p {
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.service-detail-contact {
		padding: 26px;
	}
	.service-detail-contact a {
		font-size: 28px;
	}
	.service-detail {
		padding-right: 0px;
	}
	.service-detail h1 {
		font-size: 32px;
	}
	.services-sidebar .widget_nav_menu {
		display: none;
	}
	.service-detail-contact h3,
	.services-sidebar .widget_text:last-child h3{
		font-size: 22px;
	}
	.services-sidebar .widget_text:last-child {
		padding: 25px 25px 15px;
		position: static;
	}
	section.testimonial-area .section-title,
	section.blog-area .section-title{
		margin-bottom: 30px;
	}
	.testimonial-active .testi-author .img {
		width: 60px;
	}
	.testimonial-active .slick-slide {
		margin: 0 3px;
	}
	section.contact-home-area .section-title h2,
	section.contact-home-area .section-title h5{
		text-align: left;
	}
	.contact-bg02 {
		padding: 0;
		margin-bottom: 0px;
	}
	.footer-social {
		margin-top: 0px;
	}
	.faq-wrap .card-header h2 button::after {
		border: none !important;
		top: 27px;
		width: 30px !important;
		height: 30px !important;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: normal !important;
		right: 14px;
		font-size: 15px !important;
	}
	.faq-wrap .card-body {
		padding: 18px;
	}
	.faq-btn {
		padding: 18px 48px 18px 18px;
		font-size: 15px;
	}
	.blog-content2 {
		padding: 20px 20px 20px;
	}
	.blog-content2 .b-meta ul li:nth-child(2) {
		width: 14px;
		margin: 0 auto !important;
	}
	.blog-content2 .b-meta ul {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-top: 20px;
	}
	.blog-content2 .b-meta ul li {
		margin: 0;
	}
	.blog-content2 h4 {
		font-size: 22px;
		margin-bottom: 20px !important;
	}
	#work .gallery-image figcaption {
		padding: 20px;
		bottom: 0;
		height: 100% !important;
		background: linear-gradient(0deg, var(--themecolor), transparent);
		gap: 6px;
	}
	.services-area .col-lg-4.col-md-12:first-child {
		width: 100%;
	}
	.services-area .col-lg-4.col-md-12:first-child .section-title {
		margin-bottom: 20px;
	}
	.why-choose-img {
		margin-bottom: 140px;
	}
	.why-choose-text {
		padding-left: 0;
	}
	#work .gallery-image img {
		min-height: 330px;
		object-fit: cover;
	}
	#work .gallery-image figcaption p {
		line-height: 1.4;
		font-size: 14px;
		font-weight: normal;
	}
	.services-item {
		padding: 20px;
	}
	.footer-top .widget.widget_media_image img {
		max-height: 80px;
		object-fit: contain;
		object-position: left;
	}
}
@media screen and (max-width: 575px){
	.footer-top-heiding .footer-cta ul li .call-box {
		display: flex;
	}
	.footer-top-heiding .footer-cta ul li .call-box .icon {
		min-width: 40px;
		margin-right: 4px !important;
	}
	.slider-content.s-slider-content .slider-btn a.btn {
		font-size: 15px;
		margin-right: 6px;
		margin-bottom: 5px;
		padding: 15px 16px;
	}
}
