@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,800,900&display=swap');

body{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 2;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
}
.text-primary {
    color: #0094da!important;
}
.bg-success {
    background-color: #89bc41!important;
}
.heading {
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px;
}
.heading:before {
    content: "";
    position: absolute;
    border-top: 2px solid #89bc41;
    width: 50%;
    right: 0;
    top: 0;
}
.heading:after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #0094da;
    width: 50%;
    left: 0;
    bottom: 0px;
}
header {
    padding: 20px 0;
}
nav.navbar {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0;
}
.navbar-light .navbar-nav .nav-link {
    color: #444;
    text-transform: uppercase;
    padding: 15px 19px !important;
    font-weight: 800;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    border-bottom: 3px solid #87bb3f;
    color: #87bb3f;
}
.testimonial_subtitle{
    color: #0aaa7a;
    font-size: 12px;
}
  .testimonial_btn{
    background-color: #373d4b !important;
    color: #fff !important;
 }
 .seprator {
    height: 2px;
    width: 56px;
    background-color: #0aaa7a;
    margin: 7px 0 10px 0;
}
footer {
    background-color: #8abc3f;
    color: #fff;
}
footer h4{
    color: #fff;
    border-bottom:2px solid #fff;
    padding-bottom: 17px;
    font-weight: 700;
}
footer a{
    color: #fff;
}
footer .nav li .nav-link{
    color: #fff;
}
footer .nav li .nav-link:hover{
    color: #000;
}
.footer-copy {
    background-color: #404040;
    color: #8d8d8d;
    padding: 10px 0;
}
.social a {
    color: #da752b;
    font-size: 19px;
    margin: 0 10px;
}
.social a:hover{
    color: #fff;
}
.emart {
    position: absolute;
    right: 30px;
    background: #ee1c25;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    padding: 23px 20px 29px;
    z-index: 9;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    animation-name: example;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
.emart a{
    color: #fff;
}
@keyframes example {
  to{
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
#demo {
  height:100%;
  position:relative;
  overflow:hidden;
}


.green{
  background-color:#6fb936;
}
        .thumb{
            margin-bottom: 30px;
        }
        
        .page-top{
            margin-top:85px;
        }

   
img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
    }
    .modal-footer{
      display:none;  
    }
.vertical-border{
    border-left: 2px solid gray; 
}
@media screen and (max-width: 800px){
    nav.navbar {
    background-color: #dedede !important;
}
}
.bg-overlay {
    background: linear-gradient(rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.68)), url(../images/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: auto;
}
.card{
    height: 210px;
}
.shop{
    background: linear-gradient(45deg, #9c0000, #920000);
    box-shadow: 1px 2px 4px 3px #000000;
    border: 2px solid white;
}