
				/*
Theme Name: QQWatch
Author: Mr. Morteza bakhshayeshi
Author URI: https://QQWatch.com
Version: 1
*/


/*
Start General CSS
*/
* {
  box-sizing: border-box;
}
:root {
	--color1: #002143; /* top menu text*/
	--color2: #00a652; /* top menu text hover*/
	--color3: #faf0e6; /* background3*/
	--color4: #faf0e6; /* top3*/
}


.container {
	margin-right: auto;
	margin-left: auto;
	max-width: 1166px;
}
a {
	text-decoration: none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	text-decoration: none;
	font-family:'Yekan';


}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	line-height: 1.6;
}

.row {

}
a {
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
a:hover   {
    color:#000000;
    text-decoration:none;
        }
a img {
  transition-property:all;
  transition-duration:0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover img {
  -ms-filter:"alpha(opacity=70)";
  filter:alpha(opacity=70);
  opacity:0.7;
}
@font-face {
	font-family: 'Yekan';
	src: url('../../../static/fonts/YekanBakhFaNum-Regular.woff') format('woff');
}
@font-face {
	font-family: 'farhang2';
	src: url('../../../static/fonts/Farhang2FaNum-medium.woff') format('woff');
}

/*
End General CSS
*/
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////   */
