@import url("fonts.css");


.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body {
  font-family: 'OpenSansRegular', Arial;
  color: #666666;
  -webkit-font-smoothing: antialiased;
}
a {
  font-family: 'OpenSansRegular', Arial;
  -webkit-font-smoothing: antialiased;
}
div.content {
  text-align: justify;
  overflow: hidden ;
  font-size: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #666666;
}
header .navbar-default {
  background: #fdfefe;
  border: none;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .navbar-default ul.navbar-nav li a span:hover:after {
    left: 0;
    width: 100%;
}
header .navbar-default ul.navbar-nav li a span:after {
    content: "";
    position: absolute;
    bottom: 7px;
    border-bottom: 3px solid rgb(0, 152, 70);
    width: 0;
    left: 50%;
    transition: 1s;
}
/*header .navbar-default ul.navbar-nav li a:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}*/
header .navbar-default ul.navbar-nav li a:hover:after {
  background: #ffffff;
}
header .navbar-default ul.navbar-nav li a.getApp {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out; 
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a.getApp:after {
  display: none;
}
header .navbar-default ul.navbar-nav li a:focus {
  color: #009846;
}
header .navbar-default .navbar-brand {
  height: auto;
  padding: 0;
}
header .navbar-default.scrolled {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default.scrolled .navbar-brand {
  padding: 9px 7px;
}
header .navbar-default.scrolled .navbar-brand img {
  width: auto;
  max-height: 55px;
}
header .navbar-default.scrolled ul.navbar-nav {
  padding-top: 15px;
}

.book-banner {
   background: #fff;
    margin-top: -4px;
}

.carusel-caption {
  text-align: center;
    
}

.carusel-caption h5 {
    font-family: Virtec Decor UZ;
    font-size: 111px;
    font-weight: inherit;
    color: #006C2C;
  }

.tp-caption.small_light_white.sfb.hidden-xs p {
  color:#000;
}
.scrollpoint {
  opacity: 0;
}
.scrollpoint.active {
  opacity: 1 \0;
}
.hanging-phone {
  position: absolute;
  right: 0;
  z-index: 0;
  bottom: -70px;
}
.section-heading {
  margin: 10px 0 30px;
  text-align: center;
}
.section-heading h1 {
  display: inline-block;
  font-size: 55px;
  font-weight: 300;
  margin-bottom: 0;
  color: rgb(86, 167, 81);
}
.section-heading p {
    font-size: 20px;
    color: rgba(109, 109, 109, 0.92)
    font-weight: 300;
    text-align: justify;
}

.book-item .section-heading p {
    color: rgba(109, 109, 109, 0.92);
}

.book-title h2 {
    font-weight: 600;
    font-family: "OpenSans";
}
.section-heading .divider:after {
  content: "";
  position: relative;
  height: 4px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 13px auto;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
.section-heading.inverse h1,
.section-heading.inverse p {
    color: rgb(97, 152, 93);
}
.section-heading.inverse .divider:after {
  background: #ffffff;
}

header .tp-banner-container {
  background: rgb(253, 253, 253);
}
section#author .author-item, section#book .book-item {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}

section#author {
 background: rgba(158, 158, 158, 0.1);
}

.author-title h2 {
    font-weight: bold;
    font-family: OpenSans;
}

.author-post {
    width: 100%;
    display: inline-block;
}
section#features .media .media-heading {
  padding-top: 10px;
  font-weight: 300;
}
section#features .media .media-body {
  color: #999999;
}
section#features .media.feature {
    margin-top: 60px;
}
section#features .media.feature:first-child {
  margin-top: 0;
}
section#features img {
  margin: 0 auto 20px;
}

.feature h3 {
    color: rgba(52, 107, 48, 0.72);
}
section#reviews {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section#reviews .review-filtering {
  margin: 20px 0 100px 0;
}
section#reviews .review-filtering .review .review-person {
  width: 100%;
}
section#reviews .review-filtering .review .review-person img {
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 16%;
    
}
section#reviews .review-filtering .review .review-comment {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 40px 20px;
  position: relative;
}
section#reviews .review-filtering .review .review-comment h3 {
  margin-bottom: 15px;
}
section#reviews .review-filtering .review .review-comment p {
  font-size: 25px;
  color: rgba(109, 109, 109, 0.92)
}
.tp-caption.start p {
  font-size: 15px;
  line-height:1.8;
}
.tp-caption.start {
  font-size:44px;
     color: #009846;
}
section#reviews .review-filtering .review .review-comment p span {
  margin-left: 10px;
}
section#reviews .review-filtering .review .review-comment:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-width: 15px;
  margin-top: -10px;
}
section#reviews .review-filtering .review .review-person,
section#reviews .review-filtering .review .review-comment {
  float: left;
}
section#reviews .review-filtering .slick-dots {
  bottom: -80px;
}
section#reviews .review-filtering .slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section#reviews .review-filtering .slick-dots li button:before {
  display: none;
}
section#screens .slider {
  margin: 50px 0;
}
section#screens .slider div img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 10px;
  display: inline;
}
section#screens .slider div h4 {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}
section#screens .slider .slick-dots li button {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
section#screens .slick-prev,
section#screens .slick-next {
  width: 50px;
  height: 50px;
  top: 44%;
}
section#screens .slick-slide {
  text-align: center;
}
section#screens .slick-prev:before {
  content: "\f104";
}
section#screens .slick-next:before {
  content: "\f105";
}
section#screens .slick-prev:before,
section#screens .slick-next:before {
  font-size: 34px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  line-height: 45px;
  color: #CCC;
  border: 2px solid #CCC;
  width: 50px;
  display: inline-block;
  height: 50px;
  text-align: center;
}
section#screens .filter {
  text-align: center;
}
section#screens .filter a {
  display: inline-block;
  padding: 7px 20px;
  text-decoration: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  margin: 10px 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* demo video Section */
section#demo .video-container {
  padding: 20px;
  border: 1px solid #b3b3b3;
  min-height: 450px;
  overflow: hidden;
}
section#demo iframe {
  width: 100%;
  height: 100%;
  border: none;
}
/* Get app Section */
section#getApp {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 70px 0;
}
section#getApp .platforms {
  margin: 5px auto 120px auto;
  text-align: center;
}
section#getApp .platforms .btn {
  margin-right: 10px;
  margin-bottom: 20px;
}
/* support section */
section#support {
  padding: 0 0 150px 0;
}
section#support .media {
  margin-bottom: 10px;
}
section#support .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 1.9em;
  text-align: center;
}
section#support .media .media-heading {
  padding-top: 15px;
  font-weight: 300;
}
section#support .media .media-heading a {
  font-weight: 400;
}
/* footer section */
footer {
  padding: 20px 0;
  text-align: center;
}
footer a > img {
  width: 100px;
}
footer .social {
  display: block;
  margin-top: 30px;
}
footer .social a {
  margin: 0 8px;
  padding: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer .social a i {
  width: 1em;
}
footer .rights {
  margin-top: 30px;
}
footer .rights a {
  text-decoration: underline;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: bold;
}
footer .rights a:hover {
  text-decoration: none;
}
section {
  
    padding-top: 45px;
    padding-bottom: 45px;

}
/* Common style for pseudo-elements */
section::before,
section::after {
  position: absolute;
  content: '';
  pointer-events: none;
  overflow: hidden;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.tp-caption {
  font-family: 'OpenSansRegular', Arial !important;
  -webkit-font-smoothing: antialiased;
}
.tp-caption.large_white_bold {
  color: #ffffff;
  font-size: 65px;
  font-weight: 400;
}
.tp-caption.large_white_light {
  color: #ffffff;
  font-size: 65px;
  font-weight: 400;
  font-weight: 300;
}
.btn {
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 25px;
}
.btn.btn-primary {
  border: 2px solid #ffffff;
  background: none;
  color: #ffffff;
}
.btn.btn-primary:hover {
  color: #ffffff;
}
.btn.btn-default {
  border: none;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.btn.btn-lg {
  padding: 10px 25px;
}
.btn:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
form .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  height: 40px;
  line-height: 40px;
  padding: 10px 20px;
  color: #cfcfcf;
  border: 2px solid #cccccc;
  font-weight: 300;
}
form textarea.form-control {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  height: auto;
  line-height: normal;
}
@media screen and (max-width: 640px) {
  .logo {
    width: 100px;
    height: auto;
  }
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
  .contact-details {
    margin-top: 20px;
  }
  header .navbar-default {
    padding: 20px;
  }
  header .navbar-default .navbar-toggle {
    margin-top: 0px;
    margin-right: 0px;
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
  }
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none;
  }
  header .navbar-default ul.navbar-nav {
    padding-top: 0;
    margin: 0;
  }
  header .navbar-default ul.navbar-nav li a {
    padding: 10px;
    text-align: center;
  }
  header .navbar-default ul.navbar-nav li a.getApp {
    background: none !important;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    -ms-border-radius: 0em;
    -o-border-radius: 0em;
    border-radius: 0em;
  }
  header .navbar-default .navbar-collapse {
    border-color: transparent;
  }
  header .navbar-default.scrolled .navbar-collapse {
    border-color: transparent;
  }
  header .navbar-default.scrolled ul.navbar-nav {
    padding-top: 0;
    margin: 0;
  }
  header .navbar-default.scrolled .navbar-toggle {
    margin-top: 11px;
    margin-right: 20px;
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
  }
}
.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: none;
}
.pre-loader .load-con {
  margin: 20% auto;
  position: relative;
  text-align: center;
}
.spinner {
  margin: 50px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}


header .navbar-default ul.navbar-nav li a {
  font-family: "Roboto-Bold";
  font-size: 18px;
  color: #009846;
  background: none;
  font-weight: 600;
  padding: 10px 0px;
  margin: 0 10px;
  display: inline-block;
}

header .navbar-default ul.navbar-nav li a.getApp:hover {
  color: #4081bf;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
  /*header .navbar-default ul.navbar-nav li a:hover {
        color: rgb(0, 152, 70);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }*/

header .navbar-default.scrolled {
      border-bottom: 3px solid #009846;
    }
header .navbar-default.scrolled ul.navbar-nav li a {
      color: rgba(52, 153, 51, 0.66);
       font-family: 'OpenSans';
}
header .navbar-default.scrolled ul.navbar-nav li a:hover {
  color: #11b93e;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover:after {
  background: #11b93e;
}

section .section-heading .divider:after {
  background: rgba(70, 158, 64, 0.71);
}


section#author .author-item img, section#book .book-item img {
  width: 100%;
}
section#book .book-item:hover h3 {
  color: #66cdcc;
}
section#features {

  background: #f6f6f6;
}
section#features header h1:after {
  background: #66cdcc;
}


section#reviews header {
  color: #ffffff;
}
section#reviews header h1:after {
  background: #ffffff;
}
section#reviews .review-filtering .review .review-person img {
  border: 3px solid #ffffff;
}
section#reviews .review-filtering .review .review-comment {
  background: #ffffff;
}
section#reviews .review-filtering .review .review-comment h3 {
  color: #66cdcc;
}
section#reviews .review-filtering .review .review-comment p span i {
  color: #66cdcc;
}
section#reviews .review-filtering .review .review-comment:after {
  border-right-color: #ffffff;
}
section#reviews .review-filtering .slick-dots li button {
  
    background: #ffffff;
    border: 2px solid #a6a6a6;

}
section#reviews .review-filtering .slick-dots li.slick-active button {
  background: #a6a6a6;
}
section#screens header h1:after {
  background: #66cdcc;
}
section#screens .slider div img {
  border: 2px solid #e5e5e5;
}
section#screens .slider div h4 {
  color: #999999;
}
section#screens .slider .slick-dots li button {
  background: #999999;
}
section#screens .slider .slick-dots li.slick-active button {
  background: #66cdcc;
}
section#screens .filter a {
  border: 2px solid #cccccc;
  color: #999999;
}
section#screens .filter a:hover {
  color: #ffffff;
  background: #66cdcc;
  border-color: #66cdcc;
}
section#screens .filter a.active {
  color: #ffffff;
  background: #66cdcc;
  border-color: #66cdcc;
}
/* demo video Section */
section#demo {
  background: #f6f6f6;
}
section#demo header h1:after {
  background: #66cdcc;
}
/* Get app Section */
section#getApp {
  background: #fff;
}
section#getApp header {
  color: #ffffff;
}
section#getApp header h1:after {
  background: #ffffff;
}
section#getApp .platforms .media {
  border: 2px solid #ffffff;
  color: #ffffff;
}
section#getApp .platforms .media a i {
  color: #ffffff;
}
section#getApp .platforms .media a div.media-body {
  color: #ffffff;
}
section#getApp .platforms .media:hover {
  background: #ffffff;
}
section#getApp .platforms .media:hover a i,
section#getApp .platforms .media:hover a div.media-body {
  color: #66cdcc;
}
/* support section */
section#support header h1:after {
  background: #66cdcc;
}
section#support .media i.fa {
  border: 2px solid #66cdcc;
  color: #66cdcc;
}
section#support .media a {
  color: #66cdcc;
}
section#support .media:hover i.fa {
  color: #ffffff;
  background: #66cdcc;
}
section#support .media:hover h3 {
  color: #66cdcc;
}
/* footer section */
footer {
   font-size: 18px;
  color: #fff;
  background: url(../img/footer.png);
  background-size: 100% 100%;
  
}

footer h3 {
    color: #fff;
}
footer .social a {
  border: 2px solid #ffffff;
}
footer .social a i {
  color: #ffffff;
}
footer .social a:hover {
  background: #ffffff;
}
footer .social a:hover i {
  color: #66cdcc;
}
footer .rights {
    color: #ffffff;
    clear: both;
    float: right;
}
footer .rights a {
  color: #ffffff;
  font-weight: 300;
  text-decoration: none;
}

.statistic {
    margin-top: 60px;
}
footer .contact span {
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-left: 19px;
}

footer .contact span h4 {
    width: 30%;
    display: inline-block;
}

.info {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
column-gap: 50px;
}
.navbar-toggle {
  background-color: #CCC;
  border: 1px solid rgba(0, 0, 0, 0);
}
.btn.btn-primary {
  color: #66cdcc;
  border-color: #66cdcc;
}
.btn.btn-primary:hover {
  color: #ffffff;
  background: #009846;
  border-color: #009846;
}
.btn.btn-primary.inverse {
  color: #009846;
  border-color: #009846;
}
.btn.btn-primary.inverse:hover {
  color: #ffffff;
  background: #009846;
  border-color: #009846;
}
.btn.btn-default {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #336799;
}
.btn.btn-default:hover {
  color: #336799;
}
form .form-control:focus {
  border-color: #66cdcc;
  color: #999999;
}
@media screen and (max-width: 640px) {
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none;
  }
  header .navbar-default ul.navbar-nav li a {
    color: #ffffff;
    border-bottom: 1px solid #376fa4;
  }
  header .navbar-default ul.navbar-nav li a.getApp {
    color: #ffffff;
  }
  header .navbar-default ul.navbar-nav li a:after {
    display: none;
  }
  header .navbar-default .navbar-collapse {
    background: #336799;
  }
  header .navbar-default.scrolled {
    background: #336799;
  }
  header .navbar-default.scrolled ul.navbar-nav li a {
    color: #ffffff;
  }
  header .navbar-default.scrolled ul.navbar-nav li a:hover {
    color: #66cdcc;
  }
}
.pre-loader {
  background: #336799;
}
.tp-caption.app.start {
    left:647.5px;
    } 

.navbar-brand>img {
    padding-top: 3px;
    max-width: 100%;
    margin-left: 17px;
}

a.post-link {
    line-height: 1.1;
    float: right;
    text-decoration: none;
    color: rgb(97, 97, 97);
    font-size: 24px;
    background: rgba(255, 255, 255, 0.62);
    padding: 10px 25px;
    border: 2px solid rgb(101, 101, 101);
    border-radius: 31px;
    background: rgb(255, 255, 255);
}
a.post-link:active, a.post-link:focus, a.post-link:hover {
    color: rgba(0, 0, 0, 0.47);
    outline: 0;
    text-decoration: none;
    background: rgba(224, 224, 224, 0.4);
}
}

.review-comment h2 {
    font-size: 35px;
    color: #6E6E6E;
    text-align: center;
}
.post-title {
    text-align: center;
     font-family: 'OpenSansRegular', serif;

}

.post-title h1 {
    font-family: 'OpenSans', serif;
    font-weight: bold;
}
.new-post img {
    width: 100%;
    float: none;
}

.top-post img {
    width: 100%;
}

.top-post-title h2 {
    font-size: 25px;
    text-align: center;
}

.top-post .post-link {
  font-size: 21px;
  padding: 5px 18px;
  margin-bottom: 15px;

}

.new-post a {
  text-decoration: none;
  color: #6E6E6E;
}

.new-post a:hover {
color: #9E9E9E;
}

.short-post {
text-align: justify;
}

/*.book-banner .item.mobile {

  background: url(../img/banne.png) no-repeat 0 0;
      background-size: 100% 100%;
}*/

.banner-img {
    position: absolute;
    top: 82%;
    right: 0%;
    width: 56%;
}

.banner-img a img {
    margin-right: 11px;
    display: inline-block;
    width: 20%;
}
.banner-image img {
    width: 100%;
}
.carusel-img img {
    max-width: 100%;
    margin-bottom: 20px;
}

.book .carusel-caption {
    position: absolute;
    z-index: 11;
    left: 25%;
}
.carusel-img img {
    max-width: 100%;
    margin-bottom: 20px;
}

span.mobile {
    font-style: italic;
    font-size: 42px;
    font-weight: 600;
    color: #6E6E6E;
}

p.author {
    font-size: 28px;
    font-family: OpenSans;
    color: #006c2c;
    font-weight: bold;
}

.short-post p {
    font-size: 18px;
}

.slick-next {
    right: 25px;
}

.slick-prev {
    left: 10px;
}

.slick-prev, .slick-next {
    top: 34%;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #009846;
    background-color: transparent;
}

.footer-logo {
  text-align: left;
  font-size: 25px;
}

.footer-logo img {
    margin-bottom: 25px;
}
.navbar-brand h5 {
    font-family: Virtec Decor UZ;
    font-size: 26px;
    font-weight: bold;
    color: #006C2C;
    margin-top: 5px;
}

img.post-item {
    width: 100%;
}

.post-item .section-heading.scrollpoint.sp-effect3.col-sm-6.col-xs-6.active.animated.fadeInDown {
    margin-top: 15px;
}

.smalls {
    text-align: left;
}

.statistic img {

  height: auto;
  width:30%;
}

.img-sm img {
    width: 50%;
}
.img-sm {
    text-align: center;
}
img.post-item-image {
    width: 100%;
}

.post-item {
    display: inline-block;
    margin-bottom: 27px;
}

.slick-slider {
    margin-bottom: 0px;
}

.post-item img {
    width: 100%;
}
img.from-author {
    width: 100%;
}

img.banner-slide {
    width: 100%;
}
.slick-slider {
    margin-bottom: 0px;
}

.arabic-title {
  font-family: "Mcs Swer Al_Quran 2"; 
}

.arbic-content {
  text-align: right;
}

h5.title_uz span, h5.title_uz a {
    font-size: 18px;
    font-family: "Academic UZ Bold";
    color: #009846;
    text-align: center;
}
.arabic-content p {
    color: #666666;
    font-family: "me_quran2";
    font-size: 20px;
    line-height: 2.5;
    text-align: center;
}
.uz-content p {
    font-family: "Academic UZ Bold";
    color: #009846;
    font-weight: 600;
    font-size: 18px;
}
.container.sura {
    position: relative;
}

a.sura-titleuz, .sura-number {
    color: rgba(68, 68, 68, 1);
    font-weight: bold;
    text-decoration: none;
}

.sura-description {
  margin-bottom: 15px;
  font-family: "Academic UZ Bold"
}

.sura-sidebar {
    position: fixed;
    top: 75px;
    bottom: 0;
    left: 91px;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    border-right: 1px solid #eee;
    transition: 0.3s;
    background: #fff;
  }

  p.p3, p.p6, p.p4 {
    margin: 0.0px 0.0px 0.0px 0.0px;
    text-align: justify;
    text-indent: 15.8px;
    line-height: 20px !important;
    font-size: 18px;
}
p.p11 {
    text-align: center;
    font-size: 20px;
}

.oyat-content {
    margin-bottom: 50px;
}

span.for-sidebar-button {
    position: relative;
    width: 30px;
    height: 30px;
    border: 3px solid rgb(0, 152, 70);
    display: inline-block;
    border-radius: 5px;
    background: #fff;
    z-index: 123123;
    top: -225px;
    left: 0;
    cursor: pointer;
    transition: 0.3s;
}
span.for-sidebar-button.open {
  left: 250px;
  transition: 0.3s;
}
span.for-sidebar-button.open:after {
    transform: rotate(-45deg);
    bottom: 11px;
}

span.for-sidebar-button.open:before {
    transform: rotate(45deg);
    top: 12px;
}

span.for-sidebar-button:after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  border-bottom: 1px solid #009846;
  bottom: 35%;
  transition: 0.3s;
}

span.for-sidebar-button:before {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    border-bottom: 1px solid #009846;
    top: 35%;
    transition: 0.3s;
}
span.sura-number {
    display: inline-block;
    width: 50px !important;
    background: url(../img/ic_ornament.png) no-repeat 0px -2px;
    height: 49px;
    background-size: 100%;
    padding-top: 15px;
    margin-right: 6px;
}

p.breadcrumb {
    font-size: 18px;
    font-weight: 900;
    color: #379e6e;
    font-family: "Academic UZ Bold";
    text-align: center;
}

.arabic-content {
    background: rgba(246, 246, 246, 0.35);
    padding: 10px;
}

.scrollToTop:hover, .scrollToTop:focus {
    background-color: rgba(0, 153, 204, 0.26);
    color: #FFFFFF !important;
    text-decoration: none;
    outline: none;
}

.scrollToTop {
    background: none repeat scroll 0 0 #4CAF50;
    border: 1px solid #FFFFFF;
    bottom: 105px;
    color: #FFFFFF;
    display: none;
    font-size: 32px;
    font-weight: bold;
    height: 50px;
    position: fixed;
    right: 11px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 9999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.right-sidebar-image img {
    width: 80%;
}

.col-md-4.right-sidebar {
    padding: 25px;
    margin-top: 25%;
}

.right-sidebar-item {
  margin-bottom: 50px;
  font-size: 16px;
}

.right-sidebar-title a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-family: "Roboto-Bold";
    margin-bottom: 10px;
    margin-top: 10px;
}

.right-sidebar-title a:hover {
  color: #777;
}

h4.right-sidebar-item-title {
    text-align: center;
    background: #006c2c;
    padding: 10px;
    color: #fff;
}

.right-sidebar-image {
    text-align: center;
}

.col-md-8.col-sm-8.post-content {
    background: rgba(204, 204, 204, 0.2);
    padding-top: 20px;
}

.slick-slider {
    margin-bottom: 0px !important; 
}

.app-description {
    font-size: 16px;
    padding-left: 35px;
}

.apps-view .clearboth {
    width: 100%;
    border: 1px solid #cccc;
    clear: both;
    border-bottom: 5px dotted #ccc;
    margin-bottom: 20px;
    padding-top: 10px;
}

.banner-img a:nth-child(3) img {
    width: 22%;
}

.banner-img a:last-child img {
    width: 25%;
}