@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
body {
    color: #000;
}
h1, h2, h3, h4 {
    font-family: 'Roboto Slab', serif;
}
a {
    color: #707026;
}
a:hover {
    color: #707026;
    text-decoration: underline;
}
.language-picker.js-language-picker {
    position: absolute;
    top: 15px;
    right: 5px;
    z-index: 99999;
}
#hero-area {
    background: url(../img/header_large.png);
    background-size: cover;
    background-position: bottom;
}
#hero-area .contents .head-title {
    color: #000;
    text-transform: capitalize;
    font-size: 30px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    border-radius: 20px;
    font-family: 'Dancing Script', cursive;
}
.subtitles{
    font-family: 'Dancing Script', cursive;
    font-size: 28px;
}
/*IMGAES GRID*/
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}
.video-promo {
    position: relative;
    background: url(../img/Photo-PM.jpg);
    background-position: center;
}
.overlay {
    background: rgb(112 112 38 / 65%)
}
.skill-area ul {
    margin: 27px 0;
}
.skill-area ul li {
    margin: 20px 0;
    font-size: 20px;
}
.skill-area ul li i {
    color: #707026;
    color: #000;
    margin-right: 7px;
    position: relative;
    top: 3px;
}
.copyright .footer-logo img {
    width: 80%;
    margin-top: -20px;
}
@media (max-width: 767px){
    .copyright .float-right {
    float: none !important;
    }
}
div#clients {
    padding: 30px 0;
}
div#clients .section-header.text-center {
    margin-bottom: 5px;
}
div#clients img.img-fluid {
    width: 20%;
}



        
       