/*!
Theme Name: TechPro
Theme URI: https://themes.feedbackget.com/wp-demo/techpro
Author: CodexUnicTheme
Author URI: https://www.templatemonster.com/authors/codexunictheme/
Description: TechPro – IT Solutions & Business Services Multipurpose WordPress Theme
Version: 1.0.4
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: techpro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

TechPro is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
:root {
    --primary-bg: linear-gradient(to left, #003333, #57C785);
}
.breadcrumb-section {
    padding-top: 120px;
    padding-bottom: 80px;
}
.preloader{
    background-color: var(--primary-color);
}
.ct-counter-section .ct-cs-full .counter-item:hover .icon img {
    transform: rotate(0deg) !important;
}
.ct-counter-section .ct-cs-full .counter-item h2 {
    display: none;
}
.why-choose-img .about-img img {
    max-width: 400px;
    margin: 0 auto;
	width:100%;
}
.why-choose-img .about-img {
    text-align: center;
}
.h-right-button {
    display: flex;
    align-items: center;
    gap: 15px;
}
.select-lang-current {
    position: relative;
}
.select-lang-current ul.multi-langpress-switcher {
    position: absolute;
    top: 35px;
    right: 0;
    display: grid;
    width: 150px;
    background: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0px 7px 31px 0px #8b888896;
    transition: all .3s ease;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}
.select-lang-current:hover ul.multi-langpress-switcher{
	opacity:1;
	visibility:visible;
	transform: translateY(0px);
}
.select-lang-current ul.multi-langpress-switcher button.lang-btn {
    padding: 0;
    font-weight: 500;
    color: #333;
    padding: 0px 3px;
    padding-left: 20px;
    font-size: 14px;
    position: relative;
}
.select-lang-current ul.multi-langpress-switcher li button.lang-btn:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 15px;
    height: 10px;
    background-position: center center;
    background-size: cover;
    top: 5px;
    left: 0px;
}
.select-lang-current ul.multi-langpress-switcher li.en button.lang-btn:after {
    background-image: url(https://www.bindoonext.com/wp-content/uploads/2025/06/en.png);
}
.select-lang-current ul.multi-langpress-switcher li.bd button.lang-btn:after,
.select-lang-current ul.multi-langpress-switcher li.bn button.lang-btn:after{
    background-image: url(https://www.bindoonext.com/wp-content/uploads/2025/06/bn.webp);
}
.select-lang-current ul.multi-langpress-switcher li.jp button.lang-btn:after,
.select-lang-current ul.multi-langpress-switcher li.ja button.lang-btn:after{
    background-image: url(https://www.bindoonext.com/wp-content/uploads/2025/06/ja.png);
}
.menu ul li a {
    font-size: 15px;
}
.select-lang-current {
    color: #fff;
}
.header.sticky-header.sticky .select-lang-current {
    color: var(--headding-color);
}
@media (max-width:991px){
	.h-right-button {
	padding-top: 26px;
}
}
@media (max-width: 576px) {
  .canvas_open_full {
    margin-right: 10px;
  }
	.header .button-1 {
    padding: 12px 12px;
    font-size: 13px;
		display:none;
  }
	.header.sticky-header.sticky {
	padding: 10px 0px;
}
}

@-webkit-keyframes ripple-blue-18 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(31, 103, 51, 0.3), 0 0 0 6px rgba(31, 103, 51, 0.3), 0 0 0 12px rgba(31, 103, 51, 0.3);
        box-shadow: 0 0 0 0 rgba(31, 103, 51, 0.3), 0 0 0 6px rgba(31, 103, 51, 0.3), 0 0 0 12px rgba(31, 103, 51, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 6px rgba(31, 103, 51, 0.3), 0 0 0 12px rgba(31, 103, 51, 0.3), 0 0 0 18px rgba(31, 103, 51, 0);
        box-shadow: 0 0 0 6px rgba(31, 103, 51, 0.3), 0 0 0 12px rgba(31, 103, 51, 0.3), 0 0 0 18px rgba(31, 103, 51, 0);
    }
}