/*
Theme Name: Altiva
Author: Themes Daddy
Author URI: https://themesdaddy.com/
Theme URI: https://themesdaddy.com/themes/altiva-free/
Description: Lightning Fast Speed & Responsive Theme. Altiva is a responsive and fully customizable theme to create any kind of websites. The advanced admin panel will enable you to customize it without any technical knowledge. This theme is lightweight, it will enable you to create almost any type of website such a blog, portfolio, acting and shooting industry, total trendy news, newspaper, mega magazine, fashion, dark themes, petcare, animals wildlife, wooden architecture, plumbing contractor, painting estate, interior design, rooms furniture, home decoration, green floral nature, construction, corporate, multiple agency, business promotion, dark variation, industries, Beauty & spa salons, photography, gym, fitness, health, medical, startups, business agencies, law firms, travel, NGO, charity, yoga, kids education, training institute, university portal, restaurant, meta shop, quick magazines, mutual fund, finance, accounting, consulting ,travel agency website. Theme is fully compatible with popular WordPress plugins like Elementor Page Builder, Slider, Carousal, Beaver Builder, Brizy, Visual Composer, Divi, SiteOrigin, Gutenberg, Block-Enabled, WooCommerce, WPML, Yoast SEO, Shortcode, Jetpack, Contact Form 7, Mailchimp for WordPress, bbPress, Demo Importer, WPForms and more. Your WordPress website will never be let down with this theme. View the demo of Altiva Pro https://demo.themesdaddy.com/altiva-pro/
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-header, custom-menu, editor-style, featured-images, footer-widgets, post-formats, theme-options, threaded-comments, rtl-language-support, translation-ready, full-width-template, custom-logo, blog, e-commerce, portfolio
Version: 1.0.2
Tested up to: 6.8
Requires PHP: 5.4
License URI: http://www.gnu.org/licenses/gpl-2.0.html
License: GNU General Public License v2 or later
Text Domain: altiva
Slug: altiva
Template: abiz
*/


:root {
    --bs-primary: #fd5a23;
    --bs-primary-dark:#e85704;
    --bs-primary-light: #fb48481c;
    --bs-primary-shadow:rgb(0 123 255 / 0.5);
    --bs-secondary:#214462;
    --bs-secondary-dark: #000000; 
}
@media (min-width: 992px) {
    .altiva-theme .main-header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        border-top: 0;
        margin: 0 auto;
        z-index: 99;
        background: transparent;
    }
	 body.altiva-theme.admin-bar .main-header {
        top: 32px;
    }
	.altiva-theme .above-header {
        background: transparent;
    }
	.altiva-theme .above-header, .altiva-theme .navigation-wrapper {
		border-bottom: 1px solid #ffffff29;
	}
	.altiva-theme .main-navbar .main-menu > li.dropdown > a:before {
		color: var(--bs-white);
	}
	.altiva-theme .home-slider, .altiva-theme .home-slider .owl-item img {
        min-height: 700px;
        object-fit: cover;
    }
    .altiva-theme .main-slider div.main-content {
        margin-top: 5rem;
        margin-bottom: 0;
    }
	 .slider-section + .info-section-2 {
        margin-top: -3.55rem;
    }
	.altiva-theme .breadcrumb-area {
		min-height: 400px;
	}

	.altiva-theme .breadcrumb-center .breadcrumb-content {
		padding: 200px 0 0;
	}
}

@media (max-width: 768px) {
	.info-section-2 {
		margin-top: -1.55rem;
	}
}

.altiva-theme .above-header {
    border-bottom: 1px solid #ffffff29;
}

.altiva-theme .main-navbar .main-menu > li.menu-item:not(.focus):not(.active):not(:hover) > a:not(:focus):not(:hover) {
    color: var(--bs-white);
}

.altiva-theme .main-navigation.is-sticky-menu {
    background: var(--bs-secondary);
}

.info-section-2 {
    position: relative;
}

.info-section-2 .feature-bg-shape,
.service-section .service-inner-box-2 .feature-bg-shape{
    position: absolute;
    top: 0;
    width: 264px;
    height: 273px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-end: 0;
    background-position: top right;
    background-repeat: no-repeat;
}

.info-section-2 .info-box-inner {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(245, 245, 245);
    border-image: initial;
    padding: 10px 10px 10px;
    transition: 0.5s;
    border-radius: 8px;
	background: var(--bs-white);
}

.info-section-2 .info-box-inner2 {
    background: #f8f8f8;
    padding: 30px 10px;
    border-radius: 8px;
	position: relative;
}

.info-section-2 .info-box-inner2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bs-secondary);
    z-index: 0;
    transform: scale(0) skewY(10deg);
    border-radius: 8px;
    transition: all 0.5s ease-in-out 0s;
    opacity: 0.7;
}

.info-section-2 .info-box-inner2:hover:after {
    transform: scale(1);
}

.info-section-2 .info-box-inner .content-box {
    z-index: 1;
    position: relative;
}

.info-section-2 .featured-img {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .5s;
    opacity: 0;
    z-index: -1;
    overflow: hidden;
    border-radius: 8px;
}

.info-section-2 .featured-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.info-section-2 .info-box-inner2:hover .featured-img {
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    transition: all 0.5s ease-in-out 0s;
}

.info-section-2 .info-box-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: var(--bs-primary);
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
	margin-bottom: 2rem;
}

.info-section-2 .info-box-icon i {
    color: var(--bs-white);
    font-size: 40px;
    transition: all .3s ease;
    line-height: 80px;
}

.info-section-2 .info-box-title a {
    color: var(--bs-secondary);
    text-decoration: none;
}

.info-section-2 .info-content {
    margin-bottom: 1rem;
}

.info-section-2 .read-link {
    color: var(--bs-secondary);
    text-decoration: none;
	background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0 100% / 0 0.18rem no-repeat;
}


.info-section-2 .read-link:hover,
.info-section-2 .read-link:focus {
    letter-spacing: 0.03rem;
    background-size: 75% 2px;
	color: var(--bs-white);
}

.info-section-2 .read-link i {
    background: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 20px;
    margin-left: 5px;
	transition: all .3s ease;
	rotate: -40deg;
}

.info-section-2 .read-link:hover i,
.info-section-2 .read-link:focus i{
    background: var(--bs-white);
	color: var(--bs-primary);
	rotate: 0deg;
}

.info-section-2 .info-box-inner2:hover .info-box-title a,
.info-section-2 .info-box-inner2:hover .info-content,
.info-section-2 .info-box-inner2:hover .read-link{
    color: var(--bs-white);
}

.service-section .service-inner-box-2 {
    position: relative;
    box-shadow: 0 0px 15px rgba(0, 0, 0, .1);
    background-color: var(--bs-white);
}

.service-section .service-inner-box-2:hover .service-img img{
	 transform: scale(1.2);
}

.service-section .service-inner-box-2 .servive-wrap {
    position: relative;
}

.service-section .service-inner-box-2 .content-box {
    padding: 50px 16px 30px;
}

.service-section .service-inner-box-2 .service-icon {
    top: 0;
}

.service-section .service-inner-box-2 .service-title {
    position: relative;
    background: unset;
    box-shadow: none;
    top: 0;
}

.service-section .service-inner-box-2 .read-link {
	display: inline;
	font-size: inherit;
    color: var(--bs-secondary);
    text-decoration: none;
	background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0 100% / 0 0.18rem no-repeat;
}


.service-section .service-inner-box-2 .read-link:hover,
.service-section .service-inner-box-2 .read-link:focus {
    letter-spacing: 0.03rem;
    background-size: 75% 2px;
	color: var(--bs-primary);
}

.service-section .service-inner-box-2 .read-link i {
	font-size: inherit;
    background: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 20px;
    margin-left: 5px;
	transition: all .3s ease;
	rotate: -40deg;
}

.service-section .service-inner-box-2 .read-link:hover i,
.service-section .service-inner-box-2 .read-link:focus i{
    background: var(--bs-secondary);
	color: var(--bs-primary);
	rotate: 0deg;
}