.top-nav {
    padding: 16px 0px;
    background-color: #0e9611;
}
  .top-nav ul, .top-nav li {
    list-style-type: none;
    margin: 0px;
    padding: 0px; }
  .top-nav li {
    color: white;
    float: left;
    padding: 0px 8px; }
    .top-nav li i {
      position: relative;
      top: 1px;
      margin-right: 6px;
      font-size: 20px;
      color: #acacaf; }

.bottom-nav {
    padding: 10px 0px;
    background-color: #efebeb;
    background-image: url('../img/Background.png');
}
  .bottom-nav .main-logo {
    margin-right: 10px;
    float: left; }
  .bottom-nav h4, .bottom-nav h5 {
    margin: 0px;
    color: white; }
  .bottom-nav h5 {
    margin-top: 25px; }
  .bottom-nav .search-input {
    border: none;
    outline: none;
    padding: 5px 10px;
    margin-top: 35px; }
.menuucun {
color:white;
}
.menuucun:hover {
color:white;
}
.menu-nav {
  background-color: #0e9611; }
  .menu-nav ul, .menu-nav li {
    margin: 0px;
    padding: 0px;
    list-style-type: none; }
  .menu-nav li {
    cursor: pointer;
    float: left;
    color: white;
    padding: 15px 10px;
    text-transform: uppercase; }
    .menu-nav li:hover {
        background-color: #71e973;
    }
  .menu-nav .has-drop-down:hover > .drop-down {
    display: block; }
  .menu-nav .drop-down {
    margin-top: 11px;
    margin-left: -10px;
    position: absolute;
    z-index: 100;
    background-color: #0e9611;
    display: none; }
    .menu-nav .drop-down li {
      float: none; }

.imtahan-bg {
  background: url(../img/header-bg.png);
  background-size: cover;
  height: 300px; }
  .imtahan-bg .text-slider {
    height: 100%;
    background-color: rgba(25, 25, 25, 0.9);
    position: absolute;
    z-index: 99;
    padding: 20px 25px; }
    .imtahan-bg .text-slider h3 {
      color: #ffd24d; }
    .imtahan-bg .text-slider p {
      color: white; }

.carousel-indicators {
  bottom: -15px; }

.carousel-indicators li {
  border-radius: 0px;
  border: none;
  background-color: white; }

.carousel-indicators .active {
  background-color: #ffd24d; }

.gallery img {
  width: 100%; }

.hr, .hr-sm {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin: 15px 0px; }

.news-section {
  margin-bottom: 15px;
  margin-top: 80px; }
  .news-section h4 {
    color: #007bb0;
    margin: 0px; }

.big-img-holder {
  height: 150px;
  overflow: hidden;
  margin-bottom: 12px; }

.small-img-holder {
  margin-bottom: 10px;
  height: 97px;
  overflow: hidden; }

.big-img-holder:last-child,
.small-img-holder:last-child {
  margin-bottom: 0px; }

.news-lent p {
  font-size: 13px;
  color: #929292; }
.news-lent h5 {
  margin-bottom: 3px;
  margin-top: 0px; }

.news-item {
  margin-bottom: 17px; }

.news-item:last-child {
  margin-bottom: 0px; }

.hr-sm {
  margin: 2px 0px; }

.ann-section {
  padding: 40px 0px; }
  .ann-section h4 {
    color: #007bb0;
    margin: 0px; }

.elanlar {
  background-color: #0e637c;
  padding: 30px;
  color: white; }
  .elanlar h3 {
    margin-top: 5px; }

.p-holder {
  padding: 11px 15px;
  background-color: #dddddd;
  margin-bottom: 10px; }
  .p-holder .p-main {
    font-size: 12px; }
  .p-holder .p-date-holder {
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: bold; }

.footer-top {
  margin-top: 20px;
  padding: 15px 0px;
  background-color: #ede9e9; }
  .footer-top p {
    color: #c1c1c1; }

.footer-bottom {
    padding: 15px 0px;
    background-color: #0e9611;
    color: rgba(255, 255, 255, 0.5);
}
  .footer-bottom p {
    margin: 0px; }

.bold-hr {
  width: 85px;
  height: 8px;
  background-color: #505058; }

.long-hr {
  height: 1px;
  width: 100%;
  background-color: #505058; }

.tags {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }
  .tags li {
    cursor: pointer;
    float: left;
    color: white;
    padding: 10px 7px;
    text-transform: uppercase;
    background-color: #0e9611;
    font-size: 11px;
    margin-right: 2px;
    margin-bottom: 2px; }

.footer-contact h5 {
  margin-top: 0px;
  color: #88888f; }

.footer-hr {
  margin-bottom: 15px; }

.text-input {
  width: 100%;
  background-color: #0e9611;
  margin-bottom: 15px;
  border: none;
  outline: none;
  color: white;
  padding: 10px 15px; }

.submit-input {
    border: none;
    outline: none;
    background-color: #207222;
    color: white;
    padding: 10px 15px;
}
#popback{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(25,25,25,0.8);
  z-index: 999;
  display: none;
}
.popup{
  position: fixed;
  padding: 25px 30px;
  background: #ffffff;
  z-index: 9999;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.paddingControl{
  padding-left: 0px;
}
.menu-icon{
  display: none;
  cursor: pointer;
}
.menu-icon i{
  color: white;
  font-size: 35px;
}
.scrollTop{
    width: 40px;
    position: absolute;
    line-height: 40px;
    color: #404048;
    left: 14px;
    top: -37px;
    border-radius: 100%;
    height: 40px;
    background: #ffffff;
    z-index: 99;
    text-align: center;
    cursor: pointer;
}
.marginTop{
  margin-top: 15px;
}
.content{
  padding: 50px 0px;
}
.contact{
  padding: 50px 0px;
}
.contact i{
  margin-right: 5px;
  color: #cccccc;
  font-size: 20px;
}
.input-first input{
  width: 100%;
  height: 35px;
  margin-bottom: 15px;
  padding: 5px 10px;
}
.contact-area textarea{
  height: 135px;
  width: 100%;
  padding: 5px 10px;
}
.adress-box{
  padding: 10px 15px;
  box-sizing: border-box;
  background-color: #007bb0;
  color: white;
  margin-bottom: 20px;
}
.map{
  height: 200px;
  background: red;
  margin-bottom: 20px;
}
.search-holder{
	position: relative;
}
.search-holder img{
	position: absolute;
	right: 5px;
    top: 40px;
}
.send-btn{
	background-color: #505058;
	border: none;
	outline: none;
	color: white;
	padding: 10px 15px;
}
@media (min-width: 250px) and (max-width: 992px) {
  .big-img-holder,
  .small-img-holder {
    height: auto;
    overflow: visible;
    margin-bottom: 10px;
  }
  .big-img-holder:last-child,
  .small-img-holder:last-child {
  margin-bottom: 10px; }
  .paddingControl{
    padding-left: 15px;
  }
  .ann-section h4 {
    margin-top: 15px;
  }
  .hidden-sm{
    display: none;
  }
  .menu-icon{
    display: block;
  }
}
@media (min-width: 250px) and (max-width: 767px) {
  .hide-on-xs{
    display: none;
  }
  .menu-nav li {
    float: none;
  }
  .menu-nav .drop-down {
    display: block;
    position: static;
    padding-left: 20px;
    font-size: 12px;
        background-color: transparent;
  }
  .menu-nav li:hover {
    background-color: transparent;
}
}
/*# sourceMappingURL=style.css.map */
