*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
h1{
    padding:auto;
    margin:auto;
}
body{
    font-family: ____;
    color: #000000c7;
}
.navbar{
    display: flex;
    align-items: center;
    padding: 20px;
}
.logo{
    align-items: left;
}
nav{
    flex: 1;
    text-align: right;
}
nav ul{
    display: inline-block;
    list-style-type: none;
}
nav ul li{
    display: inline-block;
    margin-right: 20px;
}
a{
    text-decoration: none;
    color: #555;
}
p{
    color: #555;
}
.offer{
    background: #efffc4;
    padding: 30px 0; 
}
/*header*/
.container {
    max-width: 1300px;
    max-height: 150px;
    margin: -20px -20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
    background: #ffffff;
} 
/*footer*/
.container3 {
    max-width: 1300px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
} 
.container20 {
    max-width: 1300 px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
} 
.row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.col-2{
    flex-basis: 40%;
  
    min-width: 300px;
}
.col-10{
    flex-basis: 50%;
    min-width: 300px;
    align-items:center;
}
.col-2 img{
    max-width: 600px;
    padding: 50px 0;
}
.col-2 h1{
    font-size: 50px;
    line-height: 60px;
}
.col-2 p{
    font-size: 20px;
}
.btn{
    display: inline-block;
    background: #327900;
    color: #fff;
    padding: 8px 30px;
    margin: 10px 0;
    border-radius: 30px;
    transition: transform 0.5s;
}
button{
    display: inline-block;
    background: #327900;
    color: #fff;
    padding: 8px 30px;
    margin: 10px 0;
    border-radius: 30px;
    transition: transform 0.5s;
    margin-bottom: 20px;
}
form{
    margin-top:20px;
}
.btn:hover{
    background: #563434;
}
.header{
    background: #aff85b;
}
.header .row{
    margin-top: -10px;
}
.categories{
    margin: 70px 0;
}
.col-3
{
    flex-basis: 30%;
    min-width: 250px;
    margin-bottom: 30px;
}
.small-container{ 
    max-width: 1080px;
    margin: auto;
    padding-left: 25px;
    padding-right:25px;
    text-align: center;

}
.big-container{
    max-width: 1300px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
    background:rgb(238, 238, 238)
} 
.col-4{
    flex-basis: 25%;
    padding: 10px;
    min-width: 200px;
    margin-bottom: 50px;
    transition: transform 0.5s;
}
.col-4 img{
   width: 100%; 
}
.title{
    text-align: center;
    margin: 20px auto 40px;
    position: relative;
    line-height: 60px;
    color: #555;
}
.title::after{
    content: '';
    background: #e49287;
    width: 80px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    top: 60px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}



small{
    color:#555;
}

/*-------footer---------*/
.footer{
    background: #000;
    color: #8a8a8a;
    font-size: 14px;
    padding: 60px 0 20px;
    position: relative;
}
.footer p{
    color: #8a8a8a;
}
.footer h3{
    color: #fff;
    margin-bottom: 20px;
}
.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4{
    min-width: 250px;
    margin-bottom: 20px;
}

.footer-col-1{
    flex-basis:30%;
}
.footer-col-2{
    flex:1;
    text-align: center;
}
.footer-col-2 img{
    width: 180px;
    margin-bottom: 20px;
    text-align: left;

}
.footer-col-3, .footer-col-4{
    flex-basis: 12%;
    text-align: center;
}
.footer h4, .footer form{
    text-align: left;
    
}

ul{
    list-style-type: none;
}
.app-logo{
    margin-top: 20px;
}
.app-logo img{
    width: 140px;
}
.footer hr{
    border: none;
    background: #b5b5b5;
    height: 1px;
    margin: 20px 0;
}


*{box-sizing:border-box}
/*slideshow container*/
.slideshow-container{
    max-width: 1500px;
    position: relative;
    margin: auto;
}

/*hide images by default*/
.mySlides{
    display: none;
}
/*dots / bullets / indicators*/
.dot{
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    
}

.active, .dot:hover {
    background-color: #717171;
}
  
  /* Fading animation */
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: 8px;
}

.about-section {
  padding: 50px;
  text-align: center;
  background-color: #474e5d;
  color: white;
}

.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}
.chat{
    margin-top: 40px;
    margin-right: 100px;
    flex-basis: 40%;
    min-width: 300px;
}
label {
    display: block;
    }
    
input {
width: 90px;
height: 30px;
margin-left: 20px;
margin-top:10px;
}

h3 {
clear: both;
padding-top: 20px;
margin-top:10px;
}
.review{
    padding-top: 100px;
}
.review .col-3{
    text-align: center;
    padding: 40px 20px;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);
    transition: transform 0.5s;
}
.review .col-3 img{
    width: 50px;
    margin-top: 20px;
    border-radius: 50%;
}
.review .col-3:hover{
    transform: translateY(-10px);
}
.fa-fa-quote-left{
    font-size: 34px;
    color: #e49287;
}
.col-3 p{
    font-size: 12px;
    margin: 12px 0;
    color: #777;
}
.review .col-3 h3{
    font-weight: 600;
    color: #555;
    font-size: 16px;
}


