/**
Theme Name: Win Holding
Author: I Am Fahad
Author URI: https://iamfahad.com
Description: WIN Holding is about innovation, uniqueness, and perfection, We harness the future: providing straight forward, workable solutions to often complex problems; shaping great ideas into exceptional outcomes for today, and all the tomorrows.

Our WIN family empowers emerging talent from around the globe, unleashing the full potential of a dynamic community of technology, music and artistic pioneers. This is our mission, and this is what we enjoy doing… every day.”
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: win-holding
Template: astra
*/
/* total width */
/* Scrollbar Code Start */
body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #3B3B3A;
	margin-left:-10px!important;
}

body::-webkit-scrollbar
{
	width: 7px;
	margin-left:-10px;
	background-color: #3B3B3A!important;
}

body::-webkit-scrollbar-thumb
{
	border-radius: 12px;
	background-color: #BB9221;
	background-image: #BB9221;
}
/* Scrollbar Code End */
/* Logo Slider Start */
.swiper-wrapper {
  transition-timing-function: linear !important; 
}
/*Loogo Slider End*/
/*Text Over line*/
  .overline{text-decoration: overline;
	  text-decoration-color: #BB9221;
		text-decoration-thickness: 5px;
}

/*Text Over line end*/
.underline{text-decoration: underline;
	  text-decoration-color: #BB9221;
	text-decoration-thickness: 5px;
}
.uline{text-decoration: underline;
	  text-decoration-color: #BB9221;
	text-decoration-thickness: 5px;

}
.textcr{
	color: #BB9221;
	font-family: "Times New Roman";
font-weight: 600;
	font-style: italic;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 15px;
}