.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-content {
  flex: 1;
}
.site-content-index {
  background: linear-gradient(rgba(255,255,255,.7), rgba(255, 255, 255,.7)), url(../images/40_fon.jpg) fixed;
}

.blog-container
{
  margin: 4%;
}
.carousel-indicators {
  bottom: 10px;
}
.h1 {
  border-bottom: 4px solid #50b32d;
}
.h4 {
  border-bottom: 2px solid #50b32d;
}

.blog-post
{
  width: 100%;
  max-width: 98rem;
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0 1.4rem 8rem rgba(0,0,0,.2);
  display: flex;
  align-items: center;
  border-radius: .8rem;
  margin-bottom: 2rem;
}

.blog-post__img
{
  /*transform: translateX(-5rem);*/
  position: relative;
}

.blog-post__img img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: .8rem;
}

.blog-post__img::before
{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background: linear-gradient(to right, rgba(79,172,254,.8), rgba(0,242,254, .8));*/
  box-shadow: .5rem, .5rem 3rem 1px rgba(0,0,0,.05);
  border-radius: .8rem;
}

.blog-post__date span
{
  /*display: block;*/
  color: rgba(0,0,0,.5);
  font-size: 1rem;
  font-weight: 600;
  margin: .5rem 0;
}

.blog-post__title
{
  font-size: 1.6rem;
  margin: .5rem 0 1rem;
  /*text-transform: uppercase;*/
  font-weight: 400;
  color: #50b32d;
}

.blog-post__text {
  margin-bottom: 1.2rem;
  font-size: 1.1rem;
  color: rgba(0,0,0,.7);
}

.blog-post__cta
{
  display: inline-block;
  padding: .5rem 2.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #fff;
  background-image: linear-gradient(to right, #56CCF2 0%, #2F80ED 100%);
  border-radius: .8rem;
  text-decoration: none;
  float: right;

}

.blog-post__cta:hover
{
  background-image: linear-gradient(to right, #2F80ED 0%, #56CCF2 100%);
}

.blog-post__info a
{
  text-decoration: none;
}

.breadcrumb {
  padding: 5px;
}
.navbar-light .navbar-toggler {
  color: rgba(255,255,255, 0.8);
  border-color: rgba(255,255,255, 0.1);
}
.navbar-light .navbar-brand {
  font-weight: bold;
  color: #fff;
  width: 460px;
  padding-bottom: 0;
  padding-top: 0;
  white-space: unset;
}
@media screen and (max-width: 868px)
{
  .navbar-light .navbar-brand {
    width: 350px;
  }
}
@media screen and (max-width: 425px)
{
  .navbar-light .navbar-brand {
    width: 222px;
    font-weight: 700;
  }
}
@media screen and (max-width: 320px)
{
  .navbar-light .navbar-brand {
    width: 210px;
    font-weight: 600;
  }
}
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  z-index: 1;
  font-size: small;
  padding: 0.2rem 0;
}
.dropdown-menu a {
  color: black;
  padding: 3px 8px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-menu a:hover {
  background-color: #f1f1f1;
  color: #3898ff;
}

/*Main Hero*/
.contained {
  margin: 0 auto;
  /*width: 90%;*/
}
@media (min-width: 500px) {
  .contained {
    /*width: 80%;*/
  }
}
@media (min-width: 600px) {
  .contained {
    /*width: 60%;*/
  }
}
main {
  /*padding: 1em 0;*/
  position: relative;
  /*background: #f5f5f5;*/
  /*box-shadow: 0px -10px 60px rgba(0, 0, 0, 0.25);*/
}
.header-img{
  overflow: hidden;
  padding-bottom: 60%;
}
@media (min-width: 420px) {
  .header-img{
    /*padding-bottom: 60%;*/
  }
  .header-img img {
    min-height: 50%;
  }
}
@media (min-width: 700px) {
  .header-img{
    /*padding-bottom: 45%;*/
  }
}

.header-img img {
  width: 100%;
  max-width: none;
  position: fixed;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -20px;
}

@media (max-width: 420px) {
  .header-img img {
  /*width: 100%;
  max-width: none;
  position: fixed;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);*/
  margin-top: 30px;
}
}

/*.zoom-me {
  vertical-align: middle;
}*/

/*Labs*/
.lab-content{
  padding: 30px;
  margin-bottom: 60px;
  background-color: white;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
.lab-side{
  margin-bottom: 60px;
  background-color: white;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
.lab-image{
  padding-bottom: 10px;
  margin: -30px -30px 0px -30px;
}
.lab-title{
  border-bottom: 1px solid steelblue;
}
.lab-desc{
  padding-top: 20px;
  font-size: 1.1rem;
}
.list-group-item {
  /*font-size: 1rem;*/
  font-weight: 600;
  padding: 0.75rem 0.9rem;
  font-style: italic;
}
.list-group-item-action:focus, .list-group-item-action:hover {
  color: #77e159;  
  background-color: #fff;
}

.dropdown-menu-lab{
  min-width: 270px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

/*.dropdown:hover .dropdown-menu {
  display: block;
}*/
@media screen and (max-width: 868px)
{
  .blog-post
  {
    max-width: 70rem;
  }
  .blog-post__title
{
  font-size: 1.2rem;
  margin: .5rem 0 1rem;
  /*text-transform: uppercase;*/
  color: #50b32d;
}
  
}

@media screen and (min-width: 768px)
{
  .admin-nav {
    margin-left: 250px;
}
}

@media screen and (max-width: 768px)
{
  .blog-post
  {
    padding: 2.5rem;
    flex-direction: column;
  }

  .blog-post__img
  {
    min-width: 100%;
    max-width: 100%;
    transform: translate(0, -1rem);
    position: relative;    
  }
  .h2, h2 {
    font-size: 1.7rem;
}
}
.navbar-brand img{
  height: 50px;
  background-size: contain; 
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 425px)
{
.navbar-brand {
  font-size: 0.84rem;
  font-weight: bold;
}
.navbar-brand img{
  padding: 0;
  margin: 0;
  height: 40px;}
.blog-container {
  margin: 4% 0;}
  .h2, h2 {
    font-size: 1.4rem;
}
}

/*Footer*/

.footer-wrap {
    background: #299950;
    border-top: 1px solid #77e159;
    padding: 10px;
    /*background-size: cover;*/
}

.footer-wrap h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding: 20px;
}

.footer-wrap p {
    /*font-size: 14px;*/
    /*line-height: 24px;*/
    color: #fff;
    margin-top: 15px;
}

.footer-wrap p a {
    color: #fff;
    text-decoration: underline;
    font-style: italic;
}

.footer-wrap p a:hover {
    text-decoration: none;
    color: #ff7800;
}

.footer-links li a {
    font-size: 14px;
    line-height: 26px;
    color: #b3b3b3;
    text-decoration: none;
}


.footer-links li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #b3b3b3;
}

.footer-category li a {
    font-size: 14px;
    line-height: 26px;
    color: #b3b3b3;
    text-decoration: none;
}

.footer-category li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #b3b3b3;
}

#goto {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 50px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #50b32d; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  border-radius: 20px; /* Rounded corners */
  font-size: 26px; /* Increase font size */
  width: 40px;
  height: 40px;
  text-align: center;
  transition: .5s;
  z-index: 1000; /* Make sure it does not overlap */
  -webkit-transform: translate3d(0, 0);
  -moz-transform: translate3d(0, 0);
  transform: translate3d(0, 0);
  transition-duration: 100ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

#goto:hover {
  background-color: #263a4e; /* Add a dark-grey background on hover */
}


.contact-icona {
  margin-bottom: 30px;
}
.contact-iconb {
  text-align: center;
  font-size: 46px;
  padding: 20px;
  color: green;
}

.media-body p{
  color: #6c6c6c;
}

.contact-icon {
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 7px;
  width: 30px;
  height: 30px;}

.contact-info a {
 
    color: #b3b3b3;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

.fa-phone:before {
    content: "\f095";
}

.contact-info a {
    color: #b3b3b3;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

.fa-fax:before {
    content: "\f1ac";
}

.address {    
    color: #b3b3b3;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    line-height: 30px;
}

.address:before {
    content: "\f277";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
}

/*.goto {
  color:#2ca0c9;
  font-size:38px;
  position:fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}*/



.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
    /*line-height: 14px*/
}
/*End Footer*/

.navbar-mobile {
  position: absolute;
}

/********** News CSS **********/
.news-header a{
  color: #295519;
}
.news-header a:hover {
  color: #50b32d;
}
.news {
    position: relative;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #50b32d;
}
.news:last-child {
  border-bottom: 0;
}
.news-title {
  color: #295519;
}
.news-date {
  padding: 20px 0;
  font-weight: 500;
  font-size: 0.9rem;
}

.news .news-img img {
    width: 70%;
    border-radius: 3px;
    height: auto;
}

.news .news-text h1 {
    position: relative;
    color: #00539C;
    font-size: 50px;
    margin-bottom: 15px;
}

.news .news-text h1 span {
    font-size: 120px;
}
.news .news-text h4:hover {
  color: #50b32d;
  transition:all 0.3s ease 0s;
}

.news .news-text p {
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.news .news-text a.btn {
    padding: 10px 15px;
    margin-top: 5px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    border: none;
    border-radius: 5px;
    background: #FFD662;
    transition: .3s;
}

.news .news-text a.btn:hover {
    color: #ffffff;
    background: #50b32d;
}

.news-single{
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.newsimage{
  margin: -30px -30px 20px -30px;
}
.news-desc{
  padding-top: 20px;
  font-size: 1.1rem;
}
.news-side{
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
div.a {
  overflow: hidden;
  text-overflow: clip;
  height: 80px;
}

.side-title{
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #111;
  position: relative;
}

.news-item {
  font-size: 15px;
  margin-bottom: 1.5rem;
  font-weight: 600;
  line-height: 1.2rem;
}
.news-item a{
  color: black;
  transition: 0.3s;
}

.news-item a:hover{
  color: #50b32d;
}

.about-desc{
  font-size: 1.1rem;
}

@media (max-width: 767.98px) {
    .news .news-img img {
        margin-bottom: 10px;
    }
}
article a {
  color: #000;
  font-weight: lighter;
}

/********** Books CSS **********/
.books-header a{
  color: #295519;
}
.books-header a:hover {
  color: #50b32d;
}
.books {
    position: relative;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #50b32d;
}
.books:last-child {
  border-bottom: 0;
}
.books-title {
  color: #295519;
}
.books-date {
  padding: 20px 0;
  font-weight: 500;
  font-size: 0.9rem;
}

.books .books-img img {
    width: 100%;
    border-radius: 5px;
    height: auto;
}

.books .books-text h1 {
    position: relative;
    color: #00539C;
    font-size: 50px;
    margin-bottom: 15px;
}

.books .books-text h1 span {
    font-size: 120px;
}
.books .books-text h4:hover {
  color: #50b32d;
  transition:all 0.3s ease 0s;
}

.books .books-text p {
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.books .books-text a.btn {
    padding: 10px 15px;
    margin-top: 5px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    border: none;
    border-radius: 5px;
    background: #FFD662;
    transition: .3s;
}

.books .books-text a.btn:hover {
    color: #ffffff;
    background: #50b32d;
}

.books-single{
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.booksimage{
  margin: -30px -30px 20px -30px;
}
.books-desc{
  padding-top: 20px;
  font-size: 1.1rem;
}
.books-side{
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
div.a {
  overflow: hidden;
  text-overflow: clip;
  height: 80px;
}

.side-title{
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #111;
  position: relative;
}

.books-item {
  font-size: 15px;
  margin-bottom: 1.5rem;
  font-weight: 600;
  line-height: 1.2rem;
}
.books-item a{
  color: black;
  transition: 0.3s;
}

.books-item a:hover{
  color: #50b32d;
}

.about-desc{
  font-size: 1.1rem;
}

@media (max-width: 767.98px) {
    .books .books-img img {
        margin-bottom: 10px;
    }
}

/*Contact us*/
input[type=text], select, textarea {
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

/* Style the container/contact section */


:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: 0.75rem;
}

/*Contact*/
.contact-content{
  padding: 20px;
  margin-bottom: 60px;
  /*background-color: white;*/
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
.contact-info{
  float: left;
}
.contact-form{
  float: left;
}

.bg-img {
  /* The image used */
  background-image: url("/images/map/tehmap.jpg");
  width: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  /* Needed to position the navbar */
  position: relative;
}
/*.container .contact {
  position: absolute;
  margin: 20px;
  width: auto;
}*/

.contact-card{
  left: 55%;
}
.card-signin {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.card-signin .card-title {
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 1.5rem;
}

.card-signin .card-body {
  padding: 2rem;
}

.form-signin {
  width: 100%;
}

.contact .container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 10px;
}

.column-right{
  float: right;
  width: 50%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
}
.g-captcha{
  /*float: left;*/
}

.contactbtn{
  width: 50%;
}

/* Create two columns that float next to eachother */
.column {
  float: left;
  width: 50%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
}

/* Clear floats after the columns */
.contact .row:after {
  content: "";
  display: table;
  clear: both;
}

.form-group{
  margin-top: 5px;
}

@media screen and (max-width: 1023px)
{
  .contact-card{
  left: 45%;
}
}

@media screen and (max-width: 767px)
{
  .contact-card{
  left: 0;
}
  .contactbtn{
  width: 100%;
}
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .contact-card{
  left: 0;
}
  .column, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

.form-label-group {
  position: relative;
  margin-bottom: 1.25rem;
}

.form-label-group>input,
.form-label-group>textarea,
.form-label-group>label {
  padding: var(--input-padding-y) var(--input-padding-x);
  height: auto;
  border-radius: 0.5rem;
}
.form-control:focus {
  box-shadow: none;
}

.form-label-group>textarea{
  min-height: 120px;
  max-height: 120px;
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  cursor: text;
  /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

.form-label-group textarea::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group textarea:-ms-input-placeholder {
  color: transparent;
}

.form-label-group textarea::-ms-input-placeholder {
  color: transparent;
}

.form-label-group textarea::-moz-placeholder {
  color: transparent;
}

.form-label-group textarea::placeholder {
  color: transparent;
}

.form-label-group textarea:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group textarea:not(:placeholder-shown)~label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}
.form-contact .btn {
  font-size: 80%;
  border-radius: 0.5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  transition: all 0.2s;
}

/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
  .form-label-group textarea::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
  .form-label-group textarea:-ms-input-placeholder {
    color: #777;
  }
}

/* Gallery*/
.gallery {
  text-align: center;
}

.gallery img {
  margin-bottom: 5px;
}
.gallery img:hover {
  opacity: 0.7;
}
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 120px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,1, .9);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 70px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.top-link {
  transition: all 0.25s ease-in-out;
  position: fixed;
  bottom: 0;
  right: 0;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin: 0 1.4em 1.4em 0;
  border-radius: 50%;
  padding: 0.25em;
  width: 46px;
  height: 46px;
  background-color: #f8f8f8;
  z-index: 999;
}
.top-link.show {
  visibility: visible;
  opacity: 1;
}
.top-link.hide {
  visibility: hidden;
  opacity: 0;
}
.top-link img {
  fill: #000;
  width: 50px;
  height: 50px;
}
.top-link:hover {
  background-color: #e8e8e8;
}
.top-link:hover img {
  fill: #000000;
  opacity: 0.7;
}

.screen-reader-text {
  position: absolute;
  clip-path: inset(50%);
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:focus {
  display: block;
  top: 5px;
  left: 5px;
  z-index: 100000;
  clip-path: none;
  background-color: #eee;
  padding: 15px 23px 14px;
  width: auto;
  height: auto;
  text-decoration: none;
  line-height: normal;
  color: #444;
  font-size: 1em;
  clip: auto !important;
}

/*about 3 main*/
.section_all {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 100vh;
}
.section-title {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.section-subtitle {
    letter-spacing: 0.4px;
    line-height: 28px;
    max-width: 550px;
}

.section-title-border {
    background-color: #000;
    height: 1 3px;
    width: 44px;
}

.section-title-border-white {
    background-color: #fff;
    height: 2px;
    width: 100px;
}
.text_custom {
    color: #00bd2a;
}

.about_icon_img {
    height: 85px;
    width: 85px;
    display: inline-block;
    background: #00ff570a;
    border-radius: 45px;
    box-shadow: 0 8px 20px -2px rgba(158, 152, 153, 0.5);
}

.about_icon.about_icon_img img {
  padding: 0;
  margin: 10px;
  display: inline-block;
}

.about_header_main .about_heading {
    max-width: 450px;
    font-size: 24px;
}

.about_icon span {
    position: relative;
    top: -10px;
}

.about_content_box_all {
    padding: 28px;
}

.about-btn a .btn {
  padding: 10px 15px;
    margin-top: 5px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    border: none;
    border-radius: 5px;
    background: #FFD662;
    transition: .3s;
}

/*about section 4 main*/
.about {
    padding: 130px 0;
}

.about .heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.about .heading h2 span {
    color: #F24259;
}

.about .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.about h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.about p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 15px;
    padding: 0;
}

.about h4 {
    font-size: 15px;
    font-weight: 500;
    margin: 8px 0;
}

.about h4 i {
    color: #F24259;
    margin-right: 10px;
}

.page-item.active .page-link {
    background-color: green;
    border-color: green;
}
.page-link {
    color: green;
    border: 1px solid green;
}
.page-link:hover {
    color: #299950;
    background-color: #e9ecef;
    border-color: yellowgreen;
}