
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
html, body{
    height: 100%;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}
*{
    margin: 0;
}
a {
	text-decoration: none;
}
.box-shadow{
  box-shadow: 0 1px 5px #999999;
}
:root {
    --primery_color: #1E398E;
    --flag_color: #29AD26;
    --gradient: linear-gradient(0deg, rgba(12,98,11,1) 0%, rgba(35,202,36,1) 100%);
    --secend_color: #231F20 ;
    --text_color: #231F20 ;
  }
.text-right{
  text-align: right;
}
.text-center{
  text-align: center;
}
a {
  text-decoration: none;
}
.section-padding {
	padding: 25px 0;
}


/* =======================
1.  Header Section
 ========================== */
 .header .navbar {
	display: inline-block;
	background-color: var(--primery_color) !important;
	color: #fff !important;
  width: 100%;
  border-bottom: 2px solid #FA1927;
}

.header-slider {
  position: relative;
}
.site-logo {
  position: absolute;
  top: 25%;
  z-index: 10;
  left: 4em;
}
.site-logo span {
  font-size: 34px;
  color: #fff;
  padding-top: 0px;
  display: inline-block;
  font-weight: 700;
}
.site-logo img {
  display: inline-block;
  margin-top: -12px;
}

.btn {
  margin: 0 4px;
  font-size: 12px;
  padding: 6px 10px;
  font-weight: 700;
  border-color: #fff;
}
.dropdown-menu {
	background-color: #1E398E;
}
.nav-menu ul li a {
  color: #fff !important;
}
.dropdown-item {
	color: #000 !important;
}
.nav-menu ul li a:hover {
  color: #ddd !important;
}
.dropdown-item:hover {
	background-color: transparent;
}
.navbar {
	padding: 0 10px;
}
.navbar {
	background-color: #1E398E !important;
	color: #fff !important;
}
.hotline a {
	color: #fff !important;
}
.gov-logo {
	display: flex;
}
/* =======================
2.  Owl Carusal Section
 ========================== */
 /*Owl Carousal*/


.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  font-size: 50px !important;
  color: var(--primery_color) !important;
  left: 30px;
  margin-top: -41px;
}
.owl-next {
  left: auto;
  right: 30px;
}


/* Feel free to change duration  */
.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index : 1
   }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index : 0
   }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }
  100% {
    opacity : 0   ;
  }
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }
  100% {
    opacity : 0   ;
  }
}

.owl-item.active .hero-slider-title {
 /* margin: ;
  margin-left: 0;
  transition: 2s;*/
  animation: fadeInLeft  ease 1s 3s both;

}
/*.hero-slider-title {
  transition: 2s;
   margin-left: -80px;
}*/
.owl-item.active .hero-slider-text {
   animation: fadeInUpBig ease 1s 3s both;
}
.owl-item.active .slider-overlay {
  animation: fadeInRightBig ease 1s 2s both;
}
/*.hero-slider-text {
  transition: 2s;
   margin-left: -80px;
}*/
/*.hero-slider-wrap img {
  margin-left: 100px;
  transition: 2s;
}*/
.owl-item.active img.img-fluid{
   animation: fadeInDownBig ease 1s 1s both;
}


/*Owl Carousal*/

/* =======================
2.  Sidebar Section
 ========================== */


.widget-title .card-body {
  padding: 0.5rem 1rem;
  background-color: var(--primery_color);
  color: #fff;
  font-weight: 700;
  border-radius: 0 !important;
}
.single-widget .widget-title .card-body{
  background-color: var(--secend_color) !important;
}
/* .widget-title {
  margin-bottom: 13px;
} */
.single-widget {
  margin-bottom: 20px;
}
.single-widget .card-title {
  font-size: 14px !important;
  font-weight: 700;
}
.single-widget .btn {
  width: 100%;
  margin-left: 0;
}
.newsticker-jcarousellite {
  margin: 20px;
  text-align: justify;
}
.newsticker-jcarousellite ul li {
  width: 100% !important;
}
.newsticker-jcarousellite {
  height: auto !important;
}

.newsticker-jcarousellite .info h6 a {
  font-weight: 700;
  color: #0BA047 !important;
}
.newsticker-jcarousellite ul li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.marquee {
	height: 20px;
	overflow: hidden;
}
.marquee {
  position: relative;
}
.triker-title {
  position: absolute;
  left: 0;
  font-weight: 700;
}
.view-all {
  position: absolute;
  right: 0;
  font-weight: 700;
}


/*-----------------------------
  News Ticker
------------------------------*/
.acme-news-ticker {
  background: #fff;
  position: relative;
  height: 45px;
  /* margin-bottom: 13px; */
  /*border: 1px solid #1974d2;*/
  -webkit-box-shadow: 0px 7px 13px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 7px 13px -7px rgba(0,0,0,0.75);
box-shadow: 0px 7px 13px -7px rgba(0,0,0,0.75);  }
  @media (min-width: 768px) {
    .acme-news-ticker {
      margin-top: 0; } }
  .acme-news-ticker-label {
    background: var(--secend_color);
    padding: 10px;
    width: auto;
    float: left;
    margin-right: 15px;
    line-height: normal;
    height: 100%;
    color: #fff; }
    @media (max-width: 575px) {
      .acme-news-ticker-label {
        position: absolute; } }
  .acme-news-ticker-box {
    height: 100%;
    padding-top: 10px;
    overflow: hidden; }
    @media (max-width: 575px) {
      .acme-news-ticker-box {
        padding-left: 10px;
        padding-right: 120px; } }
    .acme-news-ticker-box ul {
      width: 100%;
      list-style-type: none !important;
      padding: 0;
      margin: 0; }
      .acme-news-ticker-box ul li a {
        text-decoration: none; }
  .acme-news-ticker-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0; }
    .acme-news-ticker-controls button {
      height: 100%;
      background: #f6f6f6;
      padding: 0;
      width: 40px;
      border-color: #eeeeee;
      border-style: solid;
      border-width: 0 0 0 1px;
      cursor: pointer;
      display: inline-block; }
      .acme-news-ticker-controls button:hover {
        background: #eeeeee; }
      .acme-news-ticker-controls button.acme-news-ticker-arrow {
        margin: 0;
        display: inline-block;
        position: relative; }
        .acme-news-ticker-controls button.acme-news-ticker-arrow:after {
          border-color: #999;
          border-bottom-style: solid;
          border-bottom-width: 2px;
          border-right-style: solid;
          border-right-width: 2px;
          content: '';
          display: inline-block;
          height: 8px;
          left: 50%;
          position: absolute;
          top: 50%;
          width: 8px; }
      .acme-news-ticker-controls button.acme-news-ticker-pause {
        position: relative;
        display: inline-block; }
        .acme-news-ticker-controls button.acme-news-ticker-pause:before {
          position: absolute;
          content: "";
          width: 10px;
          height: 10px;
          border-color: #999;
          border-style: solid;
          border-width: 0 2px 0;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          left: 50%;
          top: 50%; }
    .acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-prev:after {
      -webkit-transform: translate(-50%, -50%) rotate(135deg);
          -ms-transform: translate(-50%, -50%) rotate(135deg);
              transform: translate(-50%, -50%) rotate(135deg); }
    .acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-next:after {
      -webkit-transform: translate(-50%, -50%) rotate(315deg);
          -ms-transform: translate(-50%, -50%) rotate(315deg);
              transform: translate(-50%, -50%) rotate(315deg); }
    .acme-news-ticker-controls.acme-news-ticker-vertical-controls button.acme-news-ticker-prev:after {
      -webkit-transform: translate(-50%, -50%) rotate(225deg);
          -ms-transform: translate(-50%, -50%) rotate(225deg);
              transform: translate(-50%, -50%) rotate(225deg); }
    .acme-news-ticker-controls.acme-news-ticker-vertical-controls button.acme-news-ticker-next:after {
      -webkit-transform: translate(-50%, -50%) rotate(405deg);
          -ms-transform: translate(-50%, -50%) rotate(405deg);
              transform: translate(-50%, -50%) rotate(405deg); }

/*# sourceMappingURL=style.css.map */

/*custom price Triker Css*/

.my-news-ticker .name {
  font-weight: 700;
  margin-right: 10px;
  font-size: 13px;
}
.my-news-ticker .trdPrice {
  font-weight: 700;
  color: #71BF44;
}
.my-news-ticker .change {
  padding: 0 10px;
  color: #0BA047;
}
.my-news-ticker .up {
  color: #0BA047;
  padding-right: 10px;
}
.my-news-ticker .down {
  color: #CD1616;
  padding-right: 10px;
}
.my-news-ticker li {
  border-right: 1px solid #ddd;
}


.latest-news {
  background-color: #fff;
  height: 433px;
  overflow: hidden;
}

.top-10-today {
  padding: 15px;
}
.latest-news {
  padding: 15px;
}
.latest-news h5 {
  background-color: #0BA047;
  padding: 6px 13px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.newsticker-jcarousellite {
  margin: 20px;
  text-align: justify;
}
.newsticker-jcarousellite ul li {
  width: 100% !important;
}
.newsticker-jcarousellite {
  height: auto !important;
}

.newsticker-jcarousellite .info h6 a {
  font-weight: 700;
  color: #0BA047 !important;
}
.newsticker-jcarousellite ul li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
/*2. Price Triker*/

/* =======================
2.  Widgate Slider Section
 ========================== */

.side-bar img {
  height: 130px;
  width: 130px;
  display: block;
  margin: 0 auto;
  border: 1px solid #ddd;
  margin-top: 14px;
}
.side-bar .card-title {
  font-size: 12px !important;
  text-align: center;
}
.side-bar .widget-title {
  margin-bottom: 0 !important;
}
/* =======================
2.  widgate Slider Section
 ========================== */

/* =======================
2.  Hero Slider Section
 ========================== */
 .gov-logo img {
	height: 80px;
}

 .site-header {
  background: var(--gradient);
  padding: 14px;
  color: #fff;
}
.site-header h3 {
  display: inline-block;
  margin-left: 11px;
  font-weight: 700;
  padding-top: 14px;
}
/* .site-header .gov-logo img {
  margin-top: -10px;
} */
.disposal-stat {
  height: 100% !important;
}
.card.disposal-wrap {
  border: none;
}
 .single-hero-slider {
  width: 100%;
  height: 375px;
}
.hero-slider-wrap {
  vertical-align: middle;
  color: #fff;
}
.overlay {
  position: relative;
  z-index: 1;
}
.overlay:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: #000;
  z-index: -1;
  opacity: 0.4;
}
.hero-slider-title {
  padding: 11px 30px;
  position: relative;
  z-index: 1;
  font-size: 30px !important;
  font-weight: 700;
  border-radius: 10px;
  display: inline-block;
  font-size: 18px;
}

.hero-slider-title {
  margin-top: 100px;
}
.hero-slider-title:after, .hero-slider-text:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: var(--secend_color);
  z-index: -1;
  opacity: 0.4;
}
.hero-slider-text:after {
  border-radius: 0px 0px 0px 0px;
  background-color: #000;
}
.hero-slider-text {
  display: inline-block;
  width: 80%;
  position: relative;
  z-index: 1;
  padding: 10px 26px;
}
.single-hero-slider {
  background-size: cover;
  background-position: center top;
}

.header-menu li.active a {
  background-color: #0BA047;
  color: #fff  !important;
  /*! font-size: 11px !important; */
}

.card.disposal-wrap {
  /* background-color: var(--primery_color); */
  height: 160px;
  padding: 15px 15px;
  font-size: 15px;
  border-radius: 0 !important;
}
.sat-data {
  padding: 7px 0px;
  /* color: #fff; */
  border-bottom: 1px solid #ddd;
  font-size: 13px;
 
}
.sat-data .ammount {
  float: right;
  /* display: inline-block;  */
  font-weight: 700;
}
.card.widget-title {
  border: none;
}
.nav-menu a {
  font-size: 16px;
  padding: 15;
  color: #fff;
}
.dropdown-menu a {
  padding: 3px 13px;
}

.navbar-brand-custom {
  padding-right: .5rem;
  font-size: 24px !important;
}
.navbar-brand-custom:hover {
  color: #ddd;
}

.border-btn {
  background-color: var(--primery_color);
  padding: 8px 14px;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 13px;
  transition: 0.4s;
}
.border-btn:hover {
  background-color: #fff;
  color: red;
}

.massage {
  background-color: #fff;
 /* height: 97%;*/
}
.massage .single-widget {
  padding: 17px;
}
.single-widget {
  overflow: hidden;
}

.all-important-links .col-lg-4 {
  margin-bottom: 35px;
}
.message-text {
  padding: 38px 0;
  padding-right: 20px;
  text-align: justify;
}
.card-title.commissioner-title {
	padding: 10px;
	text-align: center;
	font-size: 17px !important;
	background-color: var(--secend_color);
	color: #fff;
}

.card-title.commissioner-title {
  padding: 10px;
  text-align: center;
  font-size: 17px !important;
  background-color: var(--secend_color);
  color: #fff;
}
.message-text a {
  padding: 10px 30px;
  background-color: var(--primery_color);
  border: transparent;
  transition: 0.4s;
}
.message-text a:hover {
  background-color: var(--secend_color);
}
.single-slide-menu {
  overflow: hidden;
  padding: 10px;
  border-radius: 10px;
  transition: 0.4s;
}
.single-slide-menu .slide-menu-icon {
  color: var(--primery_color);
  font-size: 30px;
  float: left;
  transition: 0.4s;
}
/* .slide-menu-wrap .owl-stage-outer {
	padding: 10px;
} */
.single-slide-menu h6 {
  height: 100%;
  padding-left: 44px;
  font-size: 20px;
  margin-top: 10px;
}
.single-slide-menu a {
  color: var(--primery_color);
  font-weight: 700;
  transition: 0.4s;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 10px;
}
.single-slide-menu:hover a {
  background-color: var(--primery_color);
}
.single-slide-menu:hover a, .single-slide-menu:hover .slide-menu-icon {
  color: #fff;
}
/* =======================
2.  Hero Slider Section
 ========================== */

/* =======================
2.  Content page
 ========================== */
.content-title {
  background-color: var(--secend_color) !important;
  padding: 6px 14px;
  color: #fff;
}
.content-wrap .content_img {
  margin: 26px 0;
  padding: 0 20px;
}
.main-content {
  text-align: justify;
}

.main-content {
  padding: 0 20px;
  padding-bottom: 20px;
}
.content-wrap {
  height: 100%;
}

.breadcrumb-item a {
  color: #231F20;
}
.breadcrumb-item {
  font-weight: 700;
}
.breadcrumb-item::before {
	display: none;
}
.breadcrumb-item a:hover {
  color: #0E6A0D;
}

.main-content table {
  width: 100%;
}
.main-content table th, .main-content table td {
  border: 1px solid #ddd;
  padding: 9px;
  text-align: center;
}

.breadcrumb-section nav {
  padding: 60px 10px;
  height: 200px;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  background-attachment: fixed;
  z-index: 1;
  padding-left: 100px;
}
.breadcrumb-section nav:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  content: '';
  z-index: -1;
  opacity: 0.4;
}
.breadcrumb a {
  color: #ddd;
}
.breadcrumb-item {
  color: #fff !important;
}
/* =======================
2.   Content page
 ========================== */

 /* =======================
2.  Notice and Event Section
 ========================== */


.news-event ul {
  height: 266px;
  overflow: auto;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.news-event li a img {
  width: 100px;
  float: left;
  border-radius: 3px;
}
.news-event ul li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.news-event ul li a {
  color: var(--primery_color);
  font-weight: 700;
  font-size: 15px;
  transition: 0.4s;
}
.news-event ul li a:hover {
  color: red;
}
.monthly-rev ul,
.notice-board-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.notice-board-wrap {
  padding: 16px;
}
.monthly-rev ul li,
.notice-board-wrap ul li {
  font-size: 15px;
  padding: 5px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.monthly-rev ul li a,
.notice-board-wrap ul li a {
  color: var(--secend_color);
  font-weight: 600;
  transition: 0.4s;
}
.news-title {
  font-size: 15px;
  padding-left: 110px;
}
.monthly-rev ul li a:hover,
.notice-board-wrap ul li a:hover {
  color: red;
}
.monthly-rev ul li a span, .notice-board-wrap ul li a span {
	color: var(--primery_color);
	margin-right: 10px;
}
.text-btn {
  /*! float: right; */
  font-weight: 700;
  text-transform: capitalize;
  color: var(--primery_color);
  transition: 0.4s;
  font-size: 14px;
}

.text-btn:hover {
  color: var(--primery_color);
}
.monthly-rev a.text-btn.right,
.notice-board-wrap a.text-btn.right {
  float: right;
  margin-top: 20px;
}


.accordion-button.collapsed {
  background: #fff !important;
  color: var(--primery_color) !important;
}
.accordion-button {
  background: var(--secend_color) !important;
  color: #fff !important;
}

.single-widget.box-shadow.single img {
  height: 656px;
  padding: 30px;
}

.single-widget.box-shadow.single img {
  height: 656px;
  padding: 30px;
}
.accordion-button {
  padding: 10px 16px;
}


.widgate-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widgate-menu ul a {
  padding: 5px 15px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ddd;
  color: var(--secend_color);
  transition: 0.4s;
}
.widgate-menu ul a span {
  margin-right: 10px;
  color: var(--flag_color);
}
.widgate-menu ul a:hover {
  color: red;
}

.footer-section {
  background: var(--primery_color);
}
.footer-wrap {
  /* background: var(--flag_color); */
  padding: 8px;
  color: #fff;
}
.divider {
  background-color: var(--secend_color);
  height: 5px;
}
.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}
.footer-menu ul li {
  display: inline-block;
}
/* .footer-menu ul li a {
  background: #fff;
  padding: 5px 10px;
  display: inline-block;
  transition: 0.4s;
  color: var(--secend_color);
  border-radius: 7px;
} */
.footer-menu ul li a {
  color: #ddd;
  padding: 10px;
  display: inline-block;
}
.footer-menu ul li a:hover {
  color: #fff;
}

.last-update {
  font-size: 14px;
}

.hotline-slider img {
  height: 100px;
  width: auto;
  display: block;
  text-align: center;
  /*! padding: 14px; */
  border: 1px solid #ddd;
  border-radius: 10px;
}
.hotline-slider {
  margin-top: 25px;
}

.single-widget .btn {
  background-color: var(--primery_color);
}
.single-widget .btn:hover{
  background-color: var(--secend_color);
}

.top-footer {
  background-color: #fff;
  text-align: center;
}
.important_link {
  margin: 0;
  padding: 0;
  padding: 5px;
}
.important_link li {
  display: inline-block;
  border-right: 1px solid #dfdfdf;
}
.important_link li a, .important_link li {
  color: #231F20;
  padding: 6px 10px;
}
.important_link li a:hover {
  color: var(--primery_color);
}


/* =======================
3.  Partnar Section
 ========================== */

 .top-header-top {
  background: var(--primery_color);
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
  margin-bottom: 4px;
}
.hotline {
  padding-right: 15px;
}
.lang a {
  background-color: #fff;
  display: inline-block;
  padding: 0px 9px;
  color: red;
  font-weight: 700;
  transition: 0.4s;
}
.lang a:hover {
  background-color: var(--primery_color);
  color: #fff;
}
.middel-header {
  margin-bottom: 25px;
}
.nav-item.dropdown:hover dropdown-menu {
  display: block;
  visibility: visible;
}
.nav-item:hover .dropdown-menu {
  display: block !important;
  visibility: visible;
}

/* =======================
3.  biography Section
 ========================== */

.biography-box img {
  border: 1px solid #ddd;
  padding: 10px !important;
}
.biography h2 {
  /*! display: inline-block; */
  color: #0E6A0D;
  font-size: 28px;
  font-weight: 700;
}
.bio-img img {
	/*height: 250px;*/
}

.bio-content {
  padding: 90px 0;
}
.biography .main-content {
	padding: 0;
}

/* =======================
4.  Officer section
 ========================== */

 .width-100 {
  width: 100%;
}
.width-50 {
  width: 50%;
}

.tabs-section .width-50 table {
  background-color: #ddd;
  width: 100%;
}
.tabs-section .width-50 table tr td {
  border: 1px solid #fff;
  padding: 5px 12px;
}
.tabs-section tr td {
  border: 1px solid #ddd;
  padding: 5px;
}
.tabs-section tr td .width-100 {
  background-color: #ddd;
}
.officer-img {
  text-align: center;
  width: 130px !important;
  padding-top: 27px !important;
}
.officer-img img {
  height: 100px;
  width: 100px !important;
}
.tabs-section {
  padding: 16px 40px;
}
.tabs-section #pills-tab {
  border-bottom: 1px solid #ddd;
}
.tabs-section ul li button, .tabs-section ul li a {
  color: #0E6A0D;
  font-weight: 700;
}
.tabs-section ul li button.active {
  background-color: #0E6A0D !important;
}

.downloads {
  padding: 0 20px;
}
.downloads table td, .downloads table th {
  border: 1px solid #ddd;
}
.downloads table th {
  background-color: #1E398E;
  color: #fff;
  text-align: center;
}

.downloads tr td a {
  font-weight: 700;
  color: #0E6A0D;
}
.downloads tr td a:hover {
  color: #1E398E;
}
.faq-page {
	padding: 10px 20px;
}
.faq-page .accordion-button.collapsed {
  background-color: #231F20 !important;
  color: #fff !important;
  font-weight: 700;
}
.faq-page .accordion-button.collapsed:after {
  color: #fff !important;
}
.accordion-button {
  background-color: var(--primery_color) !important;
}
.faq-page .accordion-button:focus{
  box-shadow: none;
}


/* =======================
4.  Mision Vision -serve
 ========================== */
 .mis-vis-box .bio-content {
	padding: 40px 0px;
}

.mis-vis-box {
  padding: 28px 0;
}
.mis-vis-box h2 {
	color: var(--primery_color);
}

/* =======================
4.  Gallery  section
 ========================== */

 .gallery-section .content-wrap {
  padding: 20px;
}
.single-gallery {
  height: 227px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.4s;
}
.single-gallery:after {
  position: absolute;
  left: 0;
}
.gallery-img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  transition: 0.4s;
}
.gallery-img img {
  height: 100%;
  width: 100%;
  transition: 0.4s;
}
.gallery-btn {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.gallery-btn a {
  color: #fff;
  font-size: 30px;
  display: inline-block;
  padding-top: 90px;
}
.gallery-btn:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: #000;
  z-index: -1;
  opacity: 0.5;
}
.gallery-btn {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.single-gallery:hover img {
  transform: scale(1.1);
}
.single-gallery:hover .gallery-btn {
  visibility: visible;
  opacity: 1;
}
.gallery-btn a:hover {
  color: var(--primery_color);
}

.gallery-caption {
  position: absolute;
  bottom: 0;
  padding: 10px;
  display: inline-block;
  width: 100%;
  color: #fff;
  font-weight: 700;
  z-index: 1;
}
.gallery-caption:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: var(--primery_color);
  z-index: -1;
  opacity: 0.7;
}

/* =======================
5.  About Page
 ========================== */

/* Blog Section  */

.b-feature-img img {
  width: 100%;
}
.s-blog {
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  margin-bottom: 30px;
}
.b-feature-img {
  height: 220px;
  overflow: hidden;
}
.b-feature-img img {
  height: 100%;
  transition: 0.4s;
}
.s-blog:hover img {
  transform: scale(1.3);
}
.post-tag {
  overflow: hidden;
}
.cat {
  float: right;
}

.s-blog-desc {
  padding: 20px;
}
.s-blog h3 {
  font-size: 20px;
  padding-bottom: 20px;
  color: var(--primery_color);
  border-bottom: 1px solid #ddd;
  margin-bottom: 22px;
}
.biography-box.news-box {
	padding: 24px 0;
}
.read-more {
  float: right;
}
.post-tag span svg {
  color: var(--secend_color);
  margin-right: 8px;
}
.read-more a {
  font-weight: 600;
  color: var(--primery_color);
  text-transform: uppercase;
  font-size: 15px;
}
/* Blog Section  */


/* =======================
5.  What we Do Page
 ========================== */



  /* =======================
5.  Schope
 ========================== */


  /* =======================
5.  machineries
 ========================== */

    /* =======================
5.  Contact Page
 ========================== */

 .contact-form {
  padding: 21px;
}
.contact-form .form-group label {
  margin-bottom: 10px;
}
.contact-form .form-group {
  margin-bottom: 10px;
}
.contact-btn {
	background-color: #231F20;
	font-size: 15px;
	border: none;
	padding: 10px 20px;
	margin-top: 20px;
}
.copyright a {
	color: #fff;
	font-weight: 700;
}



/* Contact page */
.s-contact-info {
  padding: 17px;
  /* border: 1px solid #ddd; */
  height: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}
.s-contact-info span {
  font-size: 27px;
  margin-bottom: 10px;
  display: inline-block;
  color: var(--secend_color);
}
.s-contact-info h5 {
  color: var(--primery_color);
}

.contact-form, .contact-img {
  padding-top: 50px;
}
.contact-form input, .contact-form textarea {
  width: 100%;
  border: 1px solid #ececec;
  padding: 8px;
  margin-top: 7px;
  background-color: #F5F5F5;
  border-radius: 5px;
}
.contact-form input:focus, .contact-form textarea:focus{
  outline: none;
}
.contact-form .form-group {
  margin-bottom: 11px;
}
.contact-form span {
  font-size: 18px;
  color: var(--primery_color);
}
.contact-form h2 {
  margin-bottom: 20px;
}
.contact-btn {
  margin: 0;
  padding: 13px 25px;
  border: none;
  color: #fff;
  background-color: var(--primery_color);
  border-radius: 5px;
  transition: 0.4s;
}
.contact-btn:hover {
  background-color: var(--secend_color);
}

.contact-img img {
  height: 100%;
}
.content-page .content-wrap {
  padding: 24px;
}

.maps {
  margin-top: 64px;
}
.contact-form h4 {
	color: var(--primery_color);
	margin-bottom: 20px;
}

/* Contact page */
    /* =======================
5.  Single  Page
 ========================== */


/* =======================
5.  Footer CTA Section
 ========================== */



/* =======================
5.  Footer Section
 ========================== */

  .site-header h3 {
    display: inline-block;
    margin-left: 11px;
    font-weight: 700;
    padding-top: 14px;
font-size: 22px;}
a.btn.btn-primary {
    text-transform: capitalize;
}




.ex_td_leftalign_10px {
    text-align: left !important;
    padding-left: 20px !important;
}
.download-btn {
	font-size: 26px;
	line-height: 0;
    color: #9B2727;
}
