﻿/* 
Author: Start Bootstrap - http://startbootstrap.com
'SB Admin' HTML Template by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* ATTN: This is mobile first CSS - to update 786px and up screen width use the media query near the bottom of the document! */

/* Global Styles */
@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'mitra';
    src: url('fonts/BMitra.eot');
    src: url('fonts/BMitra.eot@#iefix') format('embedded-opentype'),
         url('fonts/BMitra.woff') format('woff'),
         url('fonts/BMitra.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	

}
@font-face {
    font-family: 'yekan';
    src: url('fonts/BYekan.eot');
    src: url('fonts/BYekan.eot@#iefix') format('embedded-opentype'),
         url('fonts/BYekan.woff') format('woff'),
         url('fonts/BYekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	
}

body {

  font-family: 'mitra';
  font-size:16px;
 
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
  font-family: "yekan",Helvetica,Arial,sans-serif;
  font-weight: 500;
  line-height: 1;
  color: inherit;
  font-size:16px;
}
#page-wrapper {
  width: 100%;
  padding: 5px 15px;
}
 .row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 2px;
  padding-left: 2px;;
}
body{
	/*background-image:url('../img/bg.jpg');*/
        background-color:#f6f6f6;

}
.ts{
	padding-bottom:2px;
}
.ts{
	padding-bottom:2px;
}

