/*
 Theme Name:   Braintech Child
 Theme URI:    http://keenitsolutions.com/products/wordpress/braintech/
 Description:  Unitek Child
 Author:       RS Theme
 Author URI:   http://rstheme.com
 Template:     braintech
 Version:      2.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

#rs-header.header-style8 .rs-full-menuarea, #scrollUp i {
    background-image: linear-gradient(90deg, #0a4e3d 10%, #33c0ac 100%);
}

span.dot1 {
  background: #fff !important;
}

.rs-heading .title-inner .title, h3.title{
	font-family: 'Inter', sans-serif;
}

/*WN SEARCH ADD START*/
.expand-search-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.expand-search-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #333;
    padding: 6px;
    z-index: 2;
}

.expand-search-form {
    position: absolute;
    right: 100%;
    max-width: 0;
    overflow: hidden;
    transition: max-width 0.4s ease;
    display: flex;
    align-items: center;
}

.expand-search-form input[type="search"] {
    width: 250px;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    outline: none;
    font-size: 14px;
}

.expand-search-box.active .expand-search-form {
    max-width: 250px;
    margin-right: 8px;
}
button.expand-search-btn {
    background: transparent;
	outline: none;
    box-shadow: none;
    border: none;
}
.menu-wrap-off .inner-offcan .nav-link-container .close-button span {
    background: #007565 !important;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li.current-menu-item a {
    background-image: linear-gradient(90deg, #0a4e3d 10%, #33c0ac 100%);
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li.current-menu-item a,
.bs-sidebar.dynamic-sidebar .service-singles .menu li a:hover {
    background-image: linear-gradient(90deg, #0a4e3d 10%, #33c0ac 100%);
}
/*WN SEARCH ADD END*/
/*WN ARROW ADD START*/
.portfolio-img {
  position: relative;
  overflow: hidden;
}
.portfolio-img .rs-arrow {
  display: none;
}
/*WN ARROW ADD END*/
/* Disable Hover TranslateY Behaviour */
.menu-area .navbar ul > li > a:hover span {
	transform:none;
}
@media (max-width: 768px) {
	.portfolio-img .rs-arrow {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none !important;
    border: none !important;
    color: #fff !important;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    z-index: 5;
    opacity: 0.9;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    transition: opacity 0.2s ease;
  }

  .portfolio-img .rs-arrow:hover,
  .portfolio-img .rs-arrow:focus {
    opacity: 1;
    outline: none !important;
    box-shadow: none !important;
  }

  .portfolio-img .rs-prev { left: 10px; }
  .portfolio-img .rs-next { right: 10px; }
}
@media (max-width: 480px) {
.expand-search-form input[type="search"] {
    width: 150px;
}
}
