﻿@font-face {
    font-family: "yekan";
    src: url(/font/Yekan.eot);
    src: url(/font/Yekan.eot?#iefix) format("embedded-opentype"), url(/font/Yekan.woff) format("woff"), url(/font/Yekan.ttf) format("truetype"), url(/font/Yekan.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BMitraBold';
    src: url('/font/bmitrabd.eot');
    src: url('/font/bmitrabd.eot') format('embedded-opentype'), url('/font/bmitrabd.woff') format('woff'), url('/font/bmitrabd.ttf') format('truetype'), url('/font/bmitrabd.svg#BMitraBold') format('svg');
}

@font-face {
  font-family: 'BMitra';
  src: url('/font/BMitra.eot');
  src: url('/font/BMitra.eot?#') format('eot'), url('/font/BMitra.woff') format('woff'), url('/font/BMitra.ttf') format('truetype'); 
}

/*@font-face {
  font-family: 'IRMitBold';
  src: url('/font/IRMitraBold.eot');
  src: url('/font/IRMitraBold.eot?#') format('eot'), url('/font/IRMitBold.woff') format('woff'), url('/font/IRMitBold.ttf') format('truetype');
}*/

.font_bmitrabold, .font-bmitrabold {
    font-family: 'BMitraBold' !important;
    font-weight: normal !important;
    font-size: 11pt;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clear, .Clear {
    clear: both;
}

a, img {
    transition: all 0.6s ease-in-out 0s;
}

a {
    text-decoration: none;
    color: #00a5fb;
    outline:0;
}

    a:hover {
        text-decoration: none;
    }

     a, a:visited {
        outline:0 !important;
    }

ul {
    padding: 0;
    margin: 0;
}


.hidden {
    display: none;
}

.wrapper {
    margin: 0 auto;
}


.hover_color_red:hover {
    color: red !important;
}

.hover_color_blue:hover {
    color: blue !important;
}

.hover_color_darkgreen:hover {
    color: teal !important;
}

.hover_color_slategray:hover {
    color: slategray !important;
}

.hover_padding_right:hover {
    padding-right: 20px !important;
}

.hover_padding_left:hover {
    padding-left: 20px !important;
}

.hover_radius:hover {
    border-radius: 10px !important;
}

.hover_shadow:hover {
    box-shadow: 0 0 20px #808080 !important;
}
