@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

body {
   line-height: 1.8;
   color: #898fa1;
   font-size: 15px;
   font-family: 'Roboto', sans-serif;
   background-color: #FEFFDE;
}

h1,h2,h3,h4,h5,h6 {
   font-weight: 700;
   letter-spacing: 1px;
   text-transform: uppercase;
   color: #52734D;
}

.words  {
   font-size: 16px ;
}
.mainWords {
   font-size: 20px;
}

.title-sm {
   font-size: 16px;
   letter-spacing: 1px;
}

a {
   font-weight: 700;
   transition: all 0.4s ease;
   text-decoration: none;
}

img {
   width: 100%;
}

small {
   font-size: 12px;
   letter-spacing: 2px;
   font-weight: 700;
   text-transform: uppercase;
}

section {
   padding-top: 30px;
   padding-bottom: 30px;
}

.navbar {
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.logo-text {
   font-size: 26px;
   text-transform: uppercase;
   color: #52734D !important;
}
.navbar .nav-link {
   font-size: 12px;
   text-transform: uppercase;
   letter-spacing: 1px;
}

.navbar-light .navbar-nav .nav-link.active {
   color: #91C788;
}

#home {
   background: linear-gradient(rgba(17, 36, 90, 0.8), rgba(54, 90, 17, 0.8)), url(../image/hero_img.jpg);
   min-height: 100vh;
   background-size: cover;
   background-position: center;
   background-attachment: fixed;
   display: flex;
   align-items: center;
}

#home h1 {
   font-weight: 700;
}

#home p {
   max-width: 550px;
   margin: 18px auto;
}

.btn {
   font-weight: 700;
   font-size: 20px;
   text-transform: uppercase;
   padding: 12px 28px;
   border-radius: 0;
}

.btn-brand {
   background-color: #52734D;
   color: #fff;
}

.btn-brand:hover {
   background-color: #91C788;
   color: #fff;
}

.section-intro {
   text-align: center;
   margin-bottom: 60px;
}

.section-intro .hline {
   width: 120px;
   height: 2px;
   background-color: rgba(0, 0, 0, 0.1);
   margin: 10px auto 0 auto;
}

.icon-box {
   width: 60px;
   height: 60px;
   background-color: #91C788;
   color: #DDFFBC;
   border-radius: 4px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 32px;
   flex: none;
}

.portfolio-item {
   overflow: hidden;
   position: relative;
}

.portfolio-item img,
.portfolio-item  {
transition: all 0.4s ease;
}

.portfolio-item:hover {
   opacity: 1;
}

.portfolio-item:hover img {
   transform: scale(1.1);
}

.feature .icon-box {
   width: 34px;
   height: 34px;
   border-radius: 100px;
   font-size: 24px;
}

.certificatesblock {
   background-color: #52734D;
}

.certificatesblock.even {
   background-color: #91C788;
}

.certificatesblock .hline {
   width: 70px;
   height: 2px;
   margin: 16px auto;
   background-color: rgba(255, 255, 255, 0.445);
}

.certificatesblock .certificate-img img,
.certificatesblock .certificate-img .icon {
   transition: all 0.4s ease;
}

.certificatesblock .certificate-img {
   position: relative;
   overflow: hidden;
}

.certificatesblock .certificate-img .icon {
   width: 100%;
   height: 60px;
   background-color: #91C788;
   position: absolute;
   bottom: -60px;
   left: 0;
   display: flex;
   align-items: center;
   justify-content: center;
}

.certificatesblock .certificate-img .icon a {
   width: 40px;
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   border: 2px solid rgba(255, 255, 255, 0.5);
   font-size: 24px;
   color: #fff;
   border-radius: 100px;
   margin-left: 4px;
   margin-right: 4px;
}

.certificatesblock .certificate-img .icon a:hover {
   background-color: #fff;
}

.certificatesblock:hover .certificate-img .icon {
   bottom: 0;
}

.certificatesblock:hover img {
   transform: translateY(-60px);
}

.nav-pills .nav-link.active {
   background-color: transparent;
}

#clients img {
max-width: 100%;
}
#clients {
   background-color: #DDFFBC;
}
form .form-control {
   border-radius: 0;
}

form .form-control:focus {
   box-shadow: none;
}

#cta {
   background-color: #52734D;
}


.footer-top {
   padding-top: 80px;
   padding-bottom: 30px;
}

.footer-bottom {
   padding-top: 30px;
   padding-bottom: 30px;
   border-top: 1px solid rgba(0, 0, 0, 0.1);
}

footer .footer-links a,
footer .icon a {
   color: #898fa1;
}

footer .icon a {
   font-size: 24px;
}

footer .footer-links a {
   display: block;
   font-weight: 400;
}

footer .icon a:hover,
footer .footer-links a:hover {
   color: #52734D;
}

