/*
 * Copyright (c) 2012-2013 Thibaut Courouble
 * http://www.cssflow.com
 *
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

/* CSS From Index html Start */

html,
body {
  width: auto !important;
  /*overflow-x: hidden !important*/
}

@font-face {
  font-family: "SolaimanLipi";
  src: url("SolaimanLipi.eot");
  src: url("SolaimanLipi.eot?#iefix") format("embedded-opentype"),
    url("SolaimanLipi.svg#SolaimanLipi") format("svg"),
    url("SolaimanLipi.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.bg-theme-color-2,
.line-bottom::after,
.line-bottom-center::after {
  background: #cfc66e !important;
}

.bg-theme-colored {
  background-color: #269d2d !important;
}

.top-content {
  margin: 0px;
  padding: 0px 0px 10px 0px;
}

.widget {
  margin-bottom: 0px !important;
  padding-top: 0px !important;
}
.navbar-nav > li > a {
  padding-top: 0px;
  padding-bottom: 3px;
}
.navbar-nav > li > a {
  padding-top: 5px !important;
}
.mt-5 {
  color: #3c3838 !important;
  font-weight: bold;
  padding-top: 3px;
}
.m-0 {
  margin: -5px -14px -7px 0px !important;
}
.footer-mt-5 {
  color: #3c3838 !important;
  font-weight: normal !important;
}

.pb-20 {
  padding: 5px 0px !important;
  vertical-align: middle;
}

h1 {
  font-family: SolaimanLipi;
}

.bg-theme-colored {
  background-color: #202c45 !important;
}

.navigation-cont {
  padding-left: 10px;
}

.container {
  padding-right: 15px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

.menuzord-menu > li {
  padding: 1px 0;
  background-color: #333333;
}

.menuzord-menu > li > a {
  padding: 8px 22px;
  font-family: SolaimanLipi !important;
  font-size: 19px;
  color: #fff;
}

.menuzord-menu ul.dropdown {
  top: 44px;
}

.menuzord-menu ul.dropdown li > a {
  font-family: SolaimanLipi !important;
  font-size: 16px;
}

.menuzord-menu ul.dropdown li:hover > a {
  /*background: #1154DF none repeat scroll 0 0;*/
  /*background: #fff none repeat scroll 0 0;*/
  /*color: #1154DF;*/
  color: #fff;
  background-color: #1154df;
}

.menuzord-menu ul.dropdown li a {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 25px 10px 22px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  transition: padding 0.2s linear;
  background-color: #202c45;
}

.widget {
  margin-bottom: 10px;
  padding-top: 10px;
}

.widget.dark .tags a:hover,
.title-dots span {
  background-color: #0f3f55;
}

#demo {
  font-size: 14px;
  /*font-weight: bold;*/
  font-family: sans-serif;
}

#demonew {
  font-size: 14px;
  /*font-weight: bold;*/
  font-family: sans-serif;
}

.text-theme-color-2,
.widget .twitter-feed li::after,
.work-gallery .gallery-bottom-part .title {
  color: #fff;
}

.styled-icons a {
  /*color: #ooo;*/
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  background-color: #fcf8e3;
}

.table_head {
  text-align: center !important;
}

.navbar-nav > li > a {
  padding-top: 1px;
  padding-bottom: 7px;
  background-color: #202c45;
  color: #fff;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: green;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: green;
  border-color: #337ab7;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: green;
}

.navbar-nav {
  margin: 7px 0px;
}

/* <!-- Carosaul CSS Section --> */

.col-centered {
  float: none;
  margin: 0 auto;
}

.carousel-control {
  width: 8%;
  width: 0px;
}

.carousel-control.left,
.carousel-control.right {
  margin-right: 40px;
  margin-left: 32px;
  background-image: none;
  opacity: 0.1;
}

.carousel-control > a > span {
  color: white;
  font-size: 29px !important;
}

.carousel-col {
  position: relative;
  min-height: 1px;
  padding: 5px;
  float: left;
}

.active > div {
  display: none;
}

.active > div:first-child {
  display: block;
}
.footer-top {
  padding-top: 12px;
}

/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left {
    left: -50%;
  }

  .carousel-inner .active.right {
    left: 50%;
  }

  .carousel-inner .next {
    left: 50%;
  }

  .carousel-inner .prev {
    left: -50%;
  }

  .carousel-col {
    width: 50%;
  }

  .active > div:first-child + div {
    display: block;
  }

  .col-xs-12 .col-sm-12 .col-md-3 .col-lg-3 {
    text-align: center !important;
  }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left {
    left: -50%;
  }

  .carousel-inner .active.right {
    left: 50%;
  }

  .carousel-inner .next {
    left: 50%;
  }

  .carousel-inner .prev {
    left: -50%;
  }

  .carousel-col {
    width: 50%;
  }

  .active > div:first-child + div {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -45px;
    font-size: 30px;
  }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left {
    left: -33%;
  }

  .carousel-inner .active.right {
    left: 33%;
  }

  .carousel-inner .next {
    left: 33%;
  }

  .carousel-inner .prev {
    left: -33%;
  }

  .carousel-col {
    width: 33%;
  }

  .active > div:first-child + div {
    display: block;
  }

  .active > div:first-child + div + div {
    display: block;
  }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left {
    left: -25%;
  }

  .carousel-inner .active.right {
    left: 25%;
  }

  .carousel-inner .next {
    left: 25%;
  }

  .carousel-inner .prev {
    left: -25%;
  }

  .carousel-col {
    width: 25%;
  }

  .active > div:first-child + div {
    display: block;
  }

  .active > div:first-child + div + div {
    display: block;
  }

  .active > div:first-child + div + div + div {
    display: block;
  }
}

.block {
  width: 250px;
  height: 200px;
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
  display: none;
}

/* <!-- Carosaul CSS Section --> */

/* CSS From Index html END */

/* calendar style here */
.picker-container {
  position: absolute;
  z-index: 99;
}

.cal {
  background-color: white;
  display: block;
  width: 216px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  border-collapse: collapse;
  border-spacing: 0;
}

.cal a {
  text-decoration: none;
}

.cal tr,
.cal th,
.cal td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.cal caption {
  line-height: 32px;
  font-weight: bold;
  color: #e2e2e2;
  text-align: center;
  text-shadow: 0 -1px black;
  background: #333;
  /* background: rgba(0, 0, 0, 0.35); */
  border-top: 1px solid #333;
  border-bottom: 1px solid #313131;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
  width: 100% !important;
}
.cal caption a {
  display: block;
  line-height: 32px;
  padding: 0 10px;
  font-size: 15px;
  color: #e2e2e2;
}
.cal caption a:hover {
  color: white;
}
.cal caption .prev {
  float: left;
}
.cal caption .next {
  float: right;
}
.cal th,
.cal td {
  width: 30px;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
}
.cal th:first-child,
.cal td:first-child {
  border-left: 0;
}
.cal th {
  line-height: 20px;
  font-size: 8px;
  color: #696969;
  text-transform: uppercase;
  background: #f3f3f3;
  border-left: 1px solid #f3f3f3;
}
.cal td {
  font-size: 11px;
  font-weight: bold;
  border-top: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
}
.cal td a {
  clear: both;
  display: block;
  position: relative;
  width: 30px;
  line-height: 28px;
  color: #666;
  background-image: -webkit-linear-gradient(top, #eaeaea, #e5e5e5 60%, #d9d9d9);
  background-image: -moz-linear-gradient(top, #eaeaea, #e5e5e5 60%, #d9d9d9);
  background-image: -o-linear-gradient(top, #eaeaea, #e5e5e5 60%, #d9d9d9);
  background-image: linear-gradient(to bottom, #eaeaea, #e5e5e5 60%, #d9d9d9);
  -webkit-box-shadow: inset 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px rgba(255, 255, 255, 0.5);
}
.cal td a:hover,
.cal td.off a {
  background: #f3f3f3;
}
.cal td.off a {
  color: #b3b3b3;
}
.cal td.active a,
.cal td a:active {
  margin: -1px;
  color: #f3f3f3;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  background: #6dafbf;
  border: 1px solid #598b94;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}
.cal td.active:first-child a,
.cal td:first-child a:active {
  border-left: 0;
  margin-left: 0;
}
.cal td.active:last-child a,
.cal td:last-child a:active {
  border-right: 0;
  margin-right: 0;
}
.cal tr:last-child td.active a,
.cal tr:last-child td a:active {
  border-bottom: 0;
  margin-bottom: 0;
}
