/** page structure **/
.practice{height: 100vh;display: flex;
  align-items: center;
  justify-content: center;
}
.practice h1{font-size:35px;
  font-family: 'Mukta', sans-serif;
  text-align: center;
  margin-bottom:1px;
  text-transform: uppercase;
  font-weight:700;
  letter-spacing: -1px;
  position: relative;
  padding-bottom:1px;
  color:#00449f;
  margin-top: 80px;
  background: url(../img/tittle-img.png) bottom no-repeat;
}
.sectors{height: 100vh;display: flex;
  align-items: center;
  justify-content: center;
  background:#000 url("../img/sector-bg.jpg")  no-repeat center center ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.crsl-item a{
color: #000;
font-size: 13px;
font-weight: 700;
display: block;
}
.sect{padding-bottom: 20px;}
.sectors h1 {font-size:35px;
  font-family: 'Mukta', sans-serif;
  text-align: center;
  margin-bottom:1px;
  text-transform: uppercase;
  font-weight:700;
  letter-spacing: -1px;
  position: relative;
  padding-bottom:1px;
  color:#fff;
  margin-top: 80px;
  background: url(../img/tittle-img-white.png) bottom no-repeat;
}
.sect a{padding:20px}
.thumbnail h2{ position:absolute;
  bottom:-10px;
  padding: 10px 20px;
  font-size:20px;
  text-transform: uppercase;
  background: #00449f;
  width:100%;
  color: #fff;
  transition: 0.4s ease-in-out;
}
.thu-bg{background: #000;}
 .thumbnail img:hover  {
  width: 100%;

}
.crsl-item .thumbnail:hover h2 { top: 0;
  background-color: rgba(0, 68, 159, .7);
  transition: 0.4s ease-in-out;
  height:100%;
  box-sizing: border-box;
  padding-top:40px;
  font-size:25px;
}
.fwidth{
  max-width:100%;
  min-width: 300px;
  margin: 0 auto;
}
#w {
  max-width: 1144px;
  min-width: 300px;
  margin: 0 auto;
}
.fwidth{
  max-width:100% !important;
  min-width: 300px;
  margin: 0 auto;
}

/** posts slider widget **/
.crsl-items {
  display: block;
}

.crsl-item {
  background: #fff;
  background-color: #fff;
  -webkit-box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
  margin-bottom:80px;
}

.crsl-item .thumbnail {
  display: block;
  position: relative;
  cursor: pointer;
}
.crsl-item .thumbnail img {
  display: block; /* fix 1px image space http://stackoverflow.com/q/5804256/477958 */
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
}
.crsl-item h3 {
  font-family: 'Mukta', sans-serif;
  font-size:18px;
  margin-bottom:0px;
  font-weight:800;
  padding:20px 10px 2px 25px;
  text-transform: uppercase;

}
.crsl-item h3 a {
  text-decoration: none;
  color: #333;
}
.crsl-item h3 a:hover {
  text-decoration: underline;
}

.crsl-item .postdate {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
  font-size: 1.2em;
  font-weight: bold;
  background: #4e90da;
}

.crsl-item p {
  font-size:12px;
font-family: 'Mukta', sans-serif;
  margin-bottom: 5px;
  font-weight: 400;
  padding: 0 25px;
}

.crsl-item p.readmore a {
  display: block;
  float: right;
  color: #4e90da;
  padding: 3px 5px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.crsl-item p.readmore a:hover {
  background: #4b6caa;
  color: #fff;
}


/** posts slider nav **/
.slidernav {
  display: block;
  text-align:right;
  margin-bottom: 5px;
}

.slidernav a {
  display: inline-block;
  padding: 5px 8px;
  margin-right: 8px;
  font-size:14px;
  background:rgba(0,0,0,0.6);
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}
.slidernav a:active {
  -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}


/** media queries **/
@media screen and (max-width: 660px) {
  h1 { font-size: 2.4em; line-height: 1.2em; }

  .crsl-item h3 { font-size: 1.65em; }
}

/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
