﻿@charset "UTF-8";
/* CSS Document */
@import url(../css/font-awesome.min.css);
@import url(magnific-popup.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:500,600,800);

/* Gallery Sass */
.masonry-filter {
  margin-bottom: 50px; }
  .masonry-filter li {
    padding-right: 0; }
  .masonry-filter a {
    border: 1px solid #eeeeee;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    float: none;
    line-height: 40px;
    margin-bottom: 10px;
    outline: medium none;
    padding: 0 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .masonry-filter a.active, .masonry-filter a:active, .masonry-filter a:hover, .masonry-filter a:focus {
      color: #ffffff;
      background-color: #ff2c00 }

.photostack-back p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  margin: 0; }

.isotope-item .gallery-thumb {
  overflow: hidden;
  position: relative; }
.isotope-item .details {
  padding: 0 9px; }
  .isotope-item .details h5 {
    margin-bottom: 0; }

.masonry-gallery .isotope-item {
  overflow: hidden;
  width: 25%; }
  .masonry-gallery .isotope-item .thumb {
    position: relative;
    overflow: hidden; }
    .masonry-gallery .isotope-item .thumb .photo {
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: all 1200ms ease 0s;
      -o-transition: all 1200ms ease 0s;
      transition: all 1200ms ease 0s; }


.lbox-caption {
  display: table;
  height: 100%;
  width: 100%; }
  .lbox-caption a {
    border: 1px solid #ffffff;
    border-radius: 5px;
    display: inline-block;
    font-size: 20px;
    padding: 10px 20px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .lbox-caption a:hover {
      background-color: #ffffff; }
      .lbox-caption a:hover span {
        color: #333333; }
  .lbox-caption span {
    color: #ffffff; }

.lbox-details {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }
  .lbox-details h4,
  .lbox-details h5,
  .lbox-details p {
    color: #ffffff;
    margin-bottom: 20px; }

.fancybox-gallery-slider .gs-thumb {
  border-radius: 25px;
  position: relative;
  overflow: hidden; }
.fancybox-gallery-slider .item:hover {
  cursor: pointer; }
  .fancybox-gallery-slider .item:hover .gallery-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
.fancybox-gallery-slider .owl-next {
  left: 80px;
  top: -70px; }
.fancybox-gallery-slider .owl-prev {
  left: 10px;
  top: -70px; }
.fancybox-gallery-slider .owl-next,
.fancybox-gallery-slider .owl-prev {
  background-color: transparent !important;
  border: 1px solid;
  font-size: 24px !important;
  padding: 5px 15px !important;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .fancybox-gallery-slider .owl-next:hover,
  .fancybox-gallery-slider .owl-prev:hover {
    color: #ffffff !important; }

.gallery-overlay {
  border-radius: 25px;
  bottom: 10px;
  left: 10px;
  position: absolute;
  right: 10px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 10px; }
  .gallery-overlay .lbox-caption a {
    border: none;
    font-size: 24px; }

.lbox-caption {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0; }

.gallery-thumb:hover .overlayer {
  opacity: 1; }
.gallery-thumb:hover .thumb .photo {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
.gallery-thumb .overlayer {
  bottom: 0;
  height: 96%;
  left: 0;
  margin: auto;
  opacity: 0.005;
  position: absolute;
  right: 0;
  top: 0;
  width: 96%;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .gallery-thumb .overlayer:before {
    border: 1px solid #ffffff;
    border-radius: 20px;
    bottom: 0;
    content: "";
    height: 90%;
    left: 5%;
    position: absolute;
    right: 5%;
    top: 5%;
    width: 90%; }
  .gallery-thumb .overlayer h3,
  .gallery-thumb .overlayer h4,
  .gallery-thumb .overlayer h5,
  .gallery-thumb .overlayer p {
    color: #ffffff; }
  .gallery-thumb .overlayer i {
    color: #ffffff;
    font-size: 30px;
    left: 0;
    line-height: 45px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 45%; }
.gallery-thumb.style2 .overlayer .lbox-caption {
  top: 50%; }

/* Gallery Style Twelve End */
.gallery_thirteen {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .gallery_thirteen img {
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .gallery_thirteen .gthrtn_details {
    background-color: black, 0.1;
    bottom: 0;
    left: 0;
    padding-top: 35%;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s; }
    .gallery_thirteen .gthrtn_details:before {
      border: 1px solid #ffffff;
      border-radius: 20px;
      bottom: 30px;
      content: '';
      left: 30px;
      position: absolute;
      right: 30px;
      top: 30px; }
  .gallery_thirteen h3 {
    color: #ffffff;
    margin: 0;
    opacity: 0;
    text-transform: uppercase;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  .gallery_thirteen a {
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 20px 5px 0;
    position: relative;
    width: 35px;
    z-index: 1;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }

.gallery_thirteen a.link i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.gallery_thirteen .gthrtn_details::before,
.gallery_thirteen a {
  opacity: 0;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0); }

.gallery_thirteen:hover h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.gallery_thirteen:hover .gthrtn_details::before,
.gallery_thirteen:hover h3,
.gallery_thirteen:hover a {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.gallery_thirteen:hover .gthrtn_details {
  background-color: rgba(0, 0, 0, 0.5); }

.gallery_thirteen:hover img {
  opacity: 0.4; }

.welcm-header-middle > p {
  margin-bottom: 0; }

/* Main Sass */
.img-whp {
  width: 100% !important;
}
.tab-content .img-whp {
  width: 100% !important;
  height: 185px;
}

.color-white {
  color: #ffffff !important;
  background-color: #fc7845; }

.color-lightgray {
  color: #D3D3D3; }

.color-gray {
  color: gray; }

.color-black {
  color: #000; }

.color-black11 {
  color: #111111 !important; }

.color-black22 {
  color: #222222; }

.color-black33 {
  color: #333333; }

.color-black31 {
  color: #303030; }

.color-black44 {
  color: #434343; }

.color-black55 {
  color: #555555; }

.color-black66 {
  color: #676767; }

.color-primary {
  color: #337ab7; }

.color-success {
  color: #5cb85c; }

.color-info {
  color: #5bc0de; }

.color-warning {
  color: #f0ad4e; }

.color-danger {
  color: #d9534f; }

.color-green {
  color: #28B928; }

.color-yellow {
  color: #FFFF00; }

.color-yellow2 {
  color: #F0C900; }

.color-darkblue {
  color: #004274; }

.text-thm {
  color: #021B79 !important; }

.bgc-thm1 {
  background-color: #021B79; }

.bgc-thm {
  background-color: #021B79; }

.color-fb {
  color: #fc7845; }

.bgc-fb {
  background-color: #fc7845; }

.hvr-bgc-fb:hover {
  background-color: #fc7845; }

.hvr-color-fb:hover {
  color: #fc7845; }

.hvr-bgc-fb:hover,
.hvr-bgc-twtr:hover,
.hvr-bgc-inst:hover,
.hvr-bgc-lnkdn:hover,
.hvr-bgc-pint:hover,
.hvr-bgc-skyp:hover,
.hvr-bgc-drbl:hover,
.hvr-bgc-behnc:hover,
.hvr-bgc-utube:hover,
.hvr-bgc-gogle:hover {
  color: #ffffff !important; }

.color-twtr {
  color: #1DA1F2; }

.bgc-twtr {
  background-color: #1DA1F2; }

.hvr-bgc-twtr:hover {
  background-color: #1DA1F2; }

.hvr-color-twtr:hover {
  color: #1DA1F2; }

.color-inst {
  color: #D31A77; }

.bgc-inst {
  background-color: #D31A77; }

.hvr-bgc-inst:hover {
  background-color: #D31A77; }

.hvr-color-inst:hover {
  color: #D31A77; }

.color-lnkdn {
  color: #007BB6; }

.bgc-lnkdn {
  background-color: #007BB6; }

.hvr-bgc-lnkdn:hover {
  background-color: #007BB6; }

.hvr-color-lnkdn:hover {
  color: #007BB6; }

.color-pint {
  color: #CB2027; }

.bgc-pint {
  background-color: #CB2027; }

.hvr-bgc-pint:hover {
  background-color: #CB2027; }

.hvr-color-pint:hover {
  color: #CB2027; }

.color-skyp {
  color: #00AFF0; }

.bgc-skyp {
  background-color: #00AFF0; }

.hvr-bgc-skyp:hover {
  background-color: #00AFF0; }

.hvr-color-skyp:hover {
  color: #00AFF0; }

.color-drbl {
  color: #EA4C89; }

.bgc-drbl {
  background-color: #EA4C89; }

.hvr-bgc-drbl:hover {
  background-color: #EA4C89; }

.hvr-color-drbl:hover {
  color: #EA4C89; }

.color-behnc {
  color: #0B7BFF; }

.bgc-behnc {
  background-color: #0B7BFF; }

.hvr-bgc-behnc:hover {
  background-color: #0B7BFF; }

.hvr-color-behnc:hover {
  color: #0B7BFF; }

.color-utube {
  color: #FF0000; }

.bgc-utube {
  background-color: #FF0000; }

.hvr-bgc-utube:hover {
  background-color: #FF0000; }

.hvr-color-utube:hover {
  color: #FF0000; }

.color-gogle {
  color: #EA4335; }

.bgc-gogle {
  background-color: #EA4335; }

.hvr-bgc-gogle:hover {
  background-color: #EA4335; }

.hvr-color-gogle:hover {
  color: #EA4335; }

.color-gold {
  color: #fec42d; }

.bgc-gold {
  background-color: #fec42d; }

.hvr-bgc-gold:hover {
  background-color: #fec42d; }

.hvr-color-gold:hover {
  color: #fec42d; }

.bgc-black11 {
  background-color: #111111; }

.bgc-black22 {
  background-color: #222222; }

.bgc-black33 {
  background-color: #333333; }

.bgc-black44 {
  background-color: #434343; }

.bgc-black55 {
  background-color: #555555; }

.bgc-black66 {
  background-color: #676767; }

.bgc-black99 {
  background-color: #999999; }

.bgc-lightgray {
  background-color: #D3D3D3; }

.bgc-snowshade {
  background-color: #f9f9f9; }

.bgc-snowshade2 {
  background-color: #fafafa; }

.bgc-white {
  background-color: #ffffff !important; }

.bgc-whitef0 {
  background-color: #f0f0f0; }

.bgc-whitef1 {
  background-color: #f1f1f1; }

.bgc-whitef2 {
  background-color: #f2f2f2; }

.bgc-whitef3 {
  background-color: #f3f3f3; }

.bgc-whitef4 {
  background-color: #f4f4f4; }

.bgc-whitef5 {
  background-color: #f5f5f5 !important; }

.bgc-whitef6 {
  background-color: #f6f6f6; }

.bgc-whitef7 {
  background-color: #f7f7f7; }

.bgc-whitef8 {
  background-color: #f8f8f8; }

.bgc-primary {
  background-color: #337ab7; }

.bgc-primary2 {
  background-color: #145892; }

.bgc-success {
  background-color: #5cb85c; }

.bgc-info {
  background-color: #5bc0de; }

.bgc-warning {
  background-color: #f0ad4e; }

.bgc-danger {
  background-color: #d9534f; }

.bgc-transparent {
  background-color: transparent !important; }

.bgc-darkcyan {
  background-color: darkcyan; }

.bgc-darkblue {
  background-color: #004274; }

.bgc-green {
  background-color: #28B928; }

.bgc-yellow {
  background-color: #FFFF00; }

.bgc-yellow2 {
  background-color: #F0C900; }

.bdrs0 {
  border-radius: 0; }

.bdrs5 {
  border-radius: 5px; }

.bdrs10 {
  border-radius: 10px; }

.bdrs20 {
  border-radius: 20px; }

.bdrs50 {
  border-radius: 50%; }

.tdu {
  text-decoration: underline; }

.hvr-tdu:hover {
  cursor: pointer;
  text-decoration: underline; }

.all-body-content {
  background-color: #ffffff;
  margin-bottom: 860px;
  position: relative;
  z-index: 9; }

.zi0 {
  z-index: 0; }

.btn-default {
  font-size: 14px;
  padding: 8px 15px; }

.fz5 {
  font-size: 5px; }

.fz8 {
  font-size: 8px; }

.fz9 {
  font-size: 9px; }

.fz10 {
  font-size: 10px; }

.fz11 {
  font-size: 11px; }

.fz12 {
  font-size: 12px; }

.fz13 {
  font-size: 13px; }

.fz14 {
  font-size: 14px; }

.fz15 {
  font-size: 15px; }

.fz16 {
  font-size: 16px; }

.fz18 {
  font-size: 18px; }

.fz20 {
  font-size: 20px; }

.fz24 {
  font-size: 24px; }

.fz30 {
  font-size: 30px; }

.fz40 {
  font-size: 40px; }

.fz45 {
  font-size: 45px; }

.fz48 {
  font-size: 48px !important; }

.fz60 {
  font-size: 60px; }

.fz72 {
  font-size: 72px; }

.fz100 {
  font-size: 100px !important; }

.lh30 {
  line-height: 30px; }

.h05 {
  height: 5px !important; }

.h10 {
  height: 10px; }

.h20 {
  height: 20px; }

.h25 {
  height: 25px; }

.h30 {
  height: 30px; }

.h35 {
  height: 35px; }

.h40 {
  height: 40px; }

.h45 {
  height: 45px; }

.h50 {
  height: 50px; }

.h60 {
  height: 60px; }

.h70 {
  height: 70px; }

.h80 {
  height: 80px; }

.h90 {
  height: 90px; }

.h100 {
  height: 100px; }

.h120 {
  height: 120px; }

.h150 {
  height: 150px; }

.h200 {
  height: 200px; }

.h250 {
  height: 250px; }

.h300 {
  height: 300px; }

.h320 {
  height: 320px; }

.h350 {
  height: 350px; }

.h400 {
  height: 400px; }

.h450 {
  height: 450px; }

.h500 {
  height: 500px; }

.h550 {
  height: 550px; }

.h600 {
  height: 600px; }

.h650 {
  height: 650px; }

.h700 {
  height: 700px; }

.h750 {
  height: 750px; }

.h800 {
  height: 800px; }

.h850 {
  height: 850px; }

.h900 {
  height: 900px; }

.w05 {
  width: 5px !important; }

.w10 {
  width: 10px; }

.w20 {
  width: 20px; }

.w25 {
  width: 25px; }

.w30 {
  width: 30px; }

.w35 {
  width: 35px; }

.w40 {
  width: 40px; }

.w45 {
  width: 45px; }

.w50 {
  width: 50px; }

.w55 {
  width: 55px; }

.w60 {
  width: 60px; }

.w70 {
  width: 70px; }

.w80 {
  width: 80px; }

.w90 {
  width: 90px; }

.w100 {
  width: 100px; }

.w120 {
  width: 120px; }

.w150 {
  width: 150px; }

.w200 {
  width: 200px; }

.w250 {
  width: 250px; }

.w300 {
  width: 300px; }

.w320 {
  width: 320px; }

.w350 {
  width: 350px; }

.w400 {
  width: 400px; }

.w450 {
  width: 450px; }

.h500 {
  height: 500px; }

.w550 {
  width: 550px; }

.w600 {
  width: 600px; }

.w650 {
  width: 650px; }

.w700 {
  width: 700px; }

.w750 {
  width: 750px; }

.w800 {
  width: 800px; }

.w850 {
  width: 850px; }

.w900 {
  width: 900px; }

.wa {
  width: auto; }

.fw300 {
  font-weight: 300 !important; }

.fw400 {
  font-weight: 400; }

.fw500 {
  font-weight: 500; }

.fw600 {
  font-weight: 600; }

.fw700 {
  font-weight: 700; }

.fw800 {
  font-weight: 800; }

.fw900 {
  font-weight: 900; }

.fwb {
  font-weight: bold; }

.db {
  display: block !important; }

.dib {
  display: inline-block; }

.dif {
  display: inline-flex; }

.dfr {
  display: flow-root; }

.dn {
  display: none; }

.posa {
  position: absolute; }

.posr {
  position: relative; }

.center_top_mt {
  background-color: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0 5px 30px rgba(17, 17, 17, 0.2);
  box-shadow: 0 5px 30px rgba(17, 17, 17, 0.2);
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
  z-index: 9; }

.center_top_spacing {
  background-color: #f7f7f7;
  border-radius: 60px;
  -webkit-box-shadow: 1px 1px 5px 2px rgba(55, 100, 235, 0.1);
  box-shadow: 1px 1px 5px 2px rgba(55, 100, 235, 0.1);
  margin-bottom: 80px;
  margin-top: -175px;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative; }

.center_top_spacing2 {
  background-color: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0 5px 30px rgba(17, 17, 17, 0.2);
  box-shadow: 0 5px 30px rgba(17, 17, 17, 0.2);
  margin-bottom: 40px;
  margin-top: -300px;
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative; }

.center_top_spacing3 {
  background-color: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0 5px 30px rgba(17, 17, 17, 0.2);
  box-shadow: 0 5px 30px rgba(17, 17, 17, 0.2);
  margin-bottom: 40px;
  margin-top: -100px;
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative; }


.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}


.gallery_tab {
  border: 1px solid #c2c0c0;
  padding: 5px;
  width: 552px;
  margin: 0 auto;
  border-radius: 30px;
  margin-bottom: 45px;
}
.btn.btn-default.filter-button {
  margin-bottom: 0;
}
.filter-button {
  font-size: 18px;
  border: 1px solid #FF2C00;
  border-radius: 5px;
  text-align: center;
  color: #FF2C00;
  margin-bottom: 30px;
}
.filter-button:hover {
  font-size: 18px;
  border: 1px solid #FF2C00;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #FF2C00;
}
.btn.btn-default.filter-button {
  color: #333;
  background-color: transparent;
  border-color: transparent;
  border-radius: 24px;
  padding: 9px 40px;
  font-size: 20px;
}
.padd0 {
  padding:0;
}
.title {
  color: #cff !important;
  font-size: 25px;
  text-decoration: underline;
}
.fa.fa-facebook {
  color: #fff;
}

.fa.fa-twitter {
  color: #fff;
}

.visitor {
  background-image: url(../img/visitor_bg.png);
  background-size: cover;
  padding-top: 53px;
}
.counter {
  padding-left: 89px;
  width: 68%;
}
.visitor {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.visitor2 {
  background-image: url(../img/visitor_bg2.png);
  background-size: cover;
  padding-top: 53px;
  padding-bottom: 43px;
}
.counter2 {
  padding-left: 89px;
  width: 68%;
}
.logo.logo-display {
  width: 203px;
}
.logo.logo-scrolled {
  width: 203px;
}
.link {
  padding-top: 50px !important;
}
.ulockd-inner-home {
  background-image: url("../img/inner-pagebg.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow-x: hidden;
  padding: 50px 0;
  position: relative;
  z-index: 00;
  display:none;

}
.inner-conraimer-details h1::before {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  bottom: 0;
  content: "";
  height: 87px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 97%;
}
.inner-conraimer-details h1 {
  color: #000 !important;
  line-height: 87px;
  position: relative;
  z-index: 9;
}
.inner-conraimer-details h1::after {
  border: 1px solid #ffffff;
  border-radius: 5px;
  bottom: -15px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -15px;
}
.inner-conraimer-details {
  width: 100%;
}

.thead-dark th {
  background-color: #000;
  color: #fff;
  text-align: center;
}
.minutes li {
  padding: 5px 0;
  font-size: 18px;
}

.minutes td {font-size: 14px;}


.minutes li a {
  color: #0044cc;
}
.swach-bharat {
  padding: 0 !important;
  width: 166px;
}

.panel-heading li {
  float: left;
  width: 20%;
  padding-right: 30px;
}
.btn.btn-lg.ulockd-btn-ghostwhite {
  width: 100%;
  background-color: #ff2c00;
  color: #fff;
}
.panel-heading li:nth-child(5) {
  padding-right: 0;
}
.panel-heading {
  padding-bottom: 35.1px;
}
.xdsoft_timepicker.active {
  display: none !important;
}
.image_g h3 {
  background-color: #ff2c00;
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 17px;
}
.padd-bo {padding-bottom: 30px;}


.box-container {
  position: fixed; 
  top: 50%;
  left: 0;
  width: 45px;
  transform: translateY(-50%);
  z-index: 9999 !important;
}

.box-container ul {
  list-style: none;
}

.news h3 {
    margin: 0;
    padding: 13px;
    color: #fff;
    text-align: center;

}
.compo img {
  height: 250px;
}
.box-container .icon {
  width: 100%;
  display: block;
  color: #fff;
  padding: 15px 23px;
  border-radius: 0 5% 5% 0;
  font-size: 18px;
}


.modal-dialog {
    padding-top: 5%;
}


#mixedSlider {
  position: relative;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 33.3333%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
#mixedSlider .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 95px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}
#basicSlider { position: relative; }

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
  background-color: #fff;
  margin-left: 5px;
}
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}

