@font-face{font-family:"Noto Sans Bengali";src:url("../fonts/Noto Sans Bengali.ttf") format("opentype")}*

html,body{margin:0;font-family:Noto Sans Bengali,"Telenor","Helvetica Neue",Helvetica,Arial,Noto Sans Bengali,sans-serif,"Source Sans Pro","Helvetica Neue",Helvetica,Arial,Noto Sans Bengali,sans-serif;font-size:16px;color:#1A4252;letter-spacing:.03em;}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #ecf0f1;
  font-size: 16px;
  padding-top: 230px;
  -moz-transition: padding-top 0.5s ease;
  -o-transition: padding-top 0.5s ease;
  -webkit-transition: padding-top 0.5s ease;
  transition: padding-top 0.5s ease;
}

header {
  width: 100%;
  height: 220px;
  background-color: #3498db;
  text-align: center;
  position: relative;
  position: fixed;
  top: 0;
  overflow: hidden;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9999;
}
header h1 {
  font-size: 42px;
  color: #fff;
  line-height: 140px;
  text-transform: uppercase;
  font-weight: 100;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header nav {
  position: absolute;
  bottom: 0;
  height: 60px;
  line-height: 60px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
header nav ul li{
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  line-height: 1;
  text-decoration: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
header nav ul li a{
  color: #fff;
}
header nav li a:hover {
  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
}

h2 {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 2;
  color: #2c3e50;
}

p {
  margin: 0 0 0px;
  line-height: 2;
  color: #7f8c8d;
}

.wrapper {
  width: 800px;
  margin: 0 auto;
}

section {
  padding: 10px;
  margin-bottom: 40px;
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

/* Sticky Header Style */
/* ---------------------------------------- */
body.sticky-header {
  padding-top: 100px;
}
body.sticky-header header {
  height: 60px;
  background-color: rgba(52, 152, 219, 0.9);
}
body.sticky-header header h1 {
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}



/*  home Page*/

.wardBlock{
  color: #fff;
  border-radius: 0.125rem;
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;


}
.wardBlock a{
  text-decoration: none;
}
.wardBlock p{ text-align: center;padding: 15px;margin-bottom: 15px;}
.wardBlock:hover{
  background-color: #33b5e5 !important;
  color: #fff;
}
.wardBlock a:hover{
  color: #fff;
}
.wardBlock p:hover{
  color: #fff;
}
.recent_tab h2{ font-size: 20px;text-shadow: 1px 1px;border-left: 2px solid #33b5e5;padding-left: 5px }
.norm-jobs-wrapper {
  background: #FBFBFB;
  border: 1px solid #d5d5d5;
  cursor: pointer;
  padding: 5px 18px 15px 10px;
  margin: 5px 0 5px 0;
  border-radius: 8px;
  color: #656565;
}
.norm-jobs-wrapper .col-sm-pull-9 {
  right: 25%;
}
.norm-jobs-wrapper .col-sm-push-3 {
  left: 75%;
}
.comp-name-text {
  margin: 5px 0 5px 10px;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.locon-text {
  margin: 5px 0 0 10px;
}
.locon-text-d {
  margin: 0;
  word-break: break-all;
}
.edu-text {
  margin: 5px 0px -3px 10px;
}
.edu-text-d {
  margin: 0;
}
.job-title-text {
  color: #43A047;
  font-weight: 600;
  margin: 10px 0 0 10px;
  font-size: 18px;
}
.job-title-text a {
  text-decoration: none;
  color: #3498db;
}
.locon-text-d {
  margin: 0;
  word-break: break-all;
}
.locon-text-d img {
  width: 14px;
  height: 14px;
  margin-right: 7px;
  float: left;
  margin-top: 4px;
}
.edu-text-d img {
  width: 14px;
  height: 14px;
  vertical-align: top!important;
  float: left;
  margin-top: 3px;
}
.edu-text-d ul {
  list-style: none;
  padding-left: 20px;
}
.exp-text-d img {
  width: 12px;
  height: 12px;
  margin-top: 4px;
  margin-right: 7px;
  vertical-align: top!important;
  float: left;
}

.dead-text-s {
  float: left;
  margin: 0 0 0 0;
}
.dead-text-s {
  float: left;
  margin: 0 0 0 0;
}
.dead-text-s img {
  width: 14px;
  height: 14px;
  margin-right: 7px!important;
  vertical-align: text-top!important;
  float: left;
  margin-top: 3px;
}

@media (min-width:768px) and (max-width:991px){
header h1{ font-size: 20px}
}@media (max-width:767px){
  header h1{ font-size: 18px}
}