/* ===================================================================================

* Theme Name: Bixola Child
* Theme URI: https://twinkletheme.com/themeforest/wp/elementor/bixola/
* Author: TwinkleTheme
* Author URI: https://themeforest.net/user/twinkletheme/portfolio
* Description: Bixola - Multipurpose Business Service WordPress Theme
* Version: 1.0.3
* Template: bixola
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.main-menu-two__logo img, .main-menu-three__logo img, .main-menu-four__logo img, .main-menu-five__logo img  {
  max-height: 60px;
}
.main-menu-three__logo {
  padding: 10px 0;
}
.main-slider .item {
  padding-top: 65px;
  padding-bottom: 65px;
}
.footer-widget__logo img,.footer-widget-two__logo img {
  max-height: 90px;
}
.page-header {padding: 120px 0 120px;}
.services-one__content.has_left_icon {
  margin-left: 0;
}
.services-one__single-hover-bg::before {background: linear-gradient(208deg, #dfc917 0%, rgba(15, 35, 65, 0.77) 100%);}
.thm-breadcrumb{color:#fff;}
.thm-breadcrumb a:hover {
  color: #fbbf20;
}

/*--------------------------------------------------------------
# product Three
--------------------------------------------------------------*/

.product-three {
    position: relative;
    display: block;
    background-color: var(--bixola-primary);
    padding: 0 0 90px;
    z-index: 1;
}

.product-three__shape-1 {
    position: absolute;
    bottom: 178px;
    left: 104px;
    z-index: -1;
}

.product-three__shape-1 img {
    width: auto;
}

.product-three__shape-2 {
    position: absolute;
    bottom: 55px;
    right: 14px;
    z-index: -1;
}

.product-three__shape-2 img {
    width: auto;
}

.product-three__filter-box {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.product-three__filter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.product-three__filter.style1 li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product-three__filter.style1 li+li {
    margin-left: 10px;
}

.product-three__filter.style1 li .filter-text {
    position: relative;
    display: inline-block;
    color: var(--bixola-black);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.4s ease;
    border-radius: 5px;
    padding: 4px 25px 4px;
    background-color: var(--bixola-white);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.08);
    transition: all 0.4s ease;
    z-index: 1;
}

.product-three__filter.style1 li:hover .filter-text,
.product-three__filter.style1 li.active .filter-text {
    color: var(--bixola-white);
    background-color: var(--bixola-base);
}

.product-three__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.product-three__img-box {
    position: relative;
    display: block;
}

.product-three__img {
    position: relative;
    display: block;
    border-radius: var(--bixola-bdr-radius);
    overflow: hidden;
    z-index: 1;
}

.product-three__img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: var(--bixola-bdr-radius);
    background-color: rgba(var(--bixola-black-rgb), .40);
    visibility: hidden;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    z-index: 1;
}

.product-three__single:hover .product-three__img:before {
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
}

.product-three__img img {
    width: 100%;
    border-radius: var(--bixola-bdr-radius);
    transition: all 500ms ease;
    transform: scale(1);
}

.product-three__single:hover .product-three__img img {
    transform: scale(1.05);
}

.product-three__content {
    position: relative;
    display: block;
    text-align: center;
    border-radius: var(--bixola-bdr-radius);
    background-color: var(--bixola-white);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.08);
    padding: 22px 20px 23px;
    margin-top: -52px;
    margin-left: 30px;
    margin-right: 30px;
    z-index: 2;
}

.product-three__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: var(--bixola-bdr-radius);
    background-color: var(--bixola-base);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.08);
    background-position: bottom left;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    z-index: -1;
}

.portfolio-three__single:hover .portfolio-three__content::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.portfolio-three__sub-title {
    font-size: 16px;
    line-height: 26px;
    color: var(--bixola-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-three__single:hover .portfolio-three__sub-title {
    color: var(--bixola-white);
}

.portfolio-three__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 1px;
}

.portfolio-three__title a {
    color: #101828;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-three__single:hover .portfolio-three__title a {
    color: var(--bixola-white);
}
.thm-breadcrumb a:hover {
  color: #fbbf20;
}
.product-three__single {
	border: 2px solid #fbbf20;
	border-radius: 10px 10px 15px 15px;
	border-bottom: 0 !important;
}
.product-three__content {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	background:#fbbf20;
	border-radius: 0px 0px 15px 15px;
}
.product-three__title{
	color:#fbbf20;
	font-size: 20px;
}
.about-two__right {
  margin-left: 0;
  margin-right: 0;
}