/* ===================================================================================

* Theme Name: Biddut Child
* Theme URI: https://wp.hixstudio.net/biddut/
* Author: theme_pure 
* Author URI: https://themeforest.net/user/theme_pure
* Description: Biddut - Electricity Services WordPress Theme 
* Version: 1.0.0
* Template: biddut
* 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/

====================================================================================== */ 

.breadcrumb__height{
    padding-top: 350px;
    padding-bottom: 30px;
}

.breadcrumb__overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #565656;
    opacity: 0.702;
}
.tp-header-top-left-box ul li i {
    font-size: 16px;
    color: #FFF455;
    position: absolute;
    top: 4px;
    left: 0;
}
.tpoffcanvas__logo {
    margin-bottom: 60px;
    /* margin-top: 60px; */
    width: 180px;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.tp-testimonial-active .swiper-slide.swiper-slide-active .tp-testimonial-item::after {
    background-image: -moz-linear-gradient(-90deg, rgb(255 244 85) 0%, rgb(44 43 34) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(255 244 85) 0%, rgb(44 43 34) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(255 244 85) 0%, rgb(44 43 34) 100%);
    opacity: 100%;
}
.tp-testimonial-item::after {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 6px;
    position: absolute;
    background-image: -moz-linear-gradient(-90deg, rgb(255 244 85) 0%, rgb(44 43 34) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(255 244 85) 0%, rgb(44 43 34) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(255 244 85) 0%, rgb(44 43 34) 100%);
    opacity: 0.2;
}
.tp-header-main-menu nav ul li .submenu {
    
    border-top: 5px solid #FFF455;
   
}
.tp-header-main-menu nav ul li .submenu > li:hover > a {
    color: #FFF455;
}
.tp-choose-2-icon span {
    
    color: #ffffff;
    background-color: #2c2b22;
}
.tp-project-4-content {
    display: none;
}
.tp-project-content {
    display: none;
}
.dropdownform  {
    background-color: #eeeeee;
    border-style: none;
    border-radius: 0px;
    margin-bottom: 20px;
    width: 100%;
    line-height: 60px;
    height: 60px;
}
.dropdownform .list {
    
    background-color: #eeeeee;
    width: 100%;
    border-style: none;
    border-radius: 0px;
}
.tp-main-menu-mobile ul li > a:hover {
    color: #FFF455;
}
.tp-main-menu-mobile ul li > a {
    display: block;
    font-size: 16px;
    color: var(--tp-common-white);
    position: relative;
    padding: 10px 0;
    padding-right: 20px;
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover {
    background-color: var(--tp-theme-1);
    border-color: #ffe607;
    color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
    background-color: rgb(44 43 34);
    border-color: #fde400;
    color: rgb(44 43 34);
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded {
    color: #ffe604;
}