/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 02 2022 | 09:00:57 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/*
Color div

*/

.colordiv img {
    width: 100%;
    height: auto;
}

.colordiv h3 {
    font-size: 25px;
    font-weight: 700;
}

.colordiv a.colorbtn {
    border: 1px solid #000;
    color: #000;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
    display: block;
    width: 120px;
    text-align: center;
}

.colordiv img {
    border-radius: 10px;
}

/*
* About Section
*/
.wd-title-section_l h2::after {
    content: " ";
    display: block;
    background-color: #017e37 ;
    height: 3px;
    width: 80px;
    margin: 15px 0 20px;
}
.wd-title-section_l h5 {
    font-size: 16px;
    color: #888;
    width: 600px;
    width: 100%;
}

/*
* Service Section
*/
.wd-text-icon-style1 {
    position: relative;
    margin: 10px;
}
.wd-text-icon-style1 .box-icon {
    position: relative;
    text-align: center;
    padding: 0;
    background: #fefefe;
}
.wd-text-icon-style1 .box-icon img, .wd-text-icon-style1 .box-icon i {
    background: transparent;
    border-radius: 0;
    width: 100%;
    height: auto;
    padding: 0;
	display:block;
}
.wd-text-icon-style1 .box-icon:after {
    transition: all .35s ease-in-out;
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}
.wd-text-icon-style1:hover .box-icon:after {
    background: rgba(0,0,0,0.35);
}
.wd-text-icon-style1 .box-description {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
}
.wd-text-icon-style1 .box-description h3 {
    font-size: 30px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    line-height: 35px;
    color: #FFF;
    font-weight: 400;
	text-transform: uppercase;
}

/*
* Project Section
*/

.wd-section-project .style-3 .column-block {
    padding: 0;
    margin: 0;
    background-size: cover;
    background-position: center;
    height: 500px;
	text-align:center;
}
.wd-section-project .style-3 .portfolio-item {
    position: relative;
    height: 100%;
}
.wd-section-project .style-3 .portfolio-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 70%;
    width: 100%;
    height: 30%;
    transition: all .45s ease-out;
    background: linear-gradient(0deg, rgba(0,0,0,0.569), transparent);
}
.wd-section-project .style-3 .portfolio-item .portfolio-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    transition: all 0.35s cubic-bezier(0.69, -0.04, 0.12, 1.1);
    justify-content: flex-end;
    padding: 30px;
    position: relative;
    z-index: 3;
}
.wd-section-project .style-3 .portfolio-item .portfolio-content h2 {
    font-size: 30px;
    margin: 0;
}
.wd-section-project .style-3 .portfolio-item .portfolio-content>* {
    z-index: 2;
}

.wd-section-project .style-3 .portfolio-item .portfolio-content .wd-portfolio-category {
    font-size: 16px;
    letter-spacing: .8px;
}
.wd-section-project .style-3 .portfolio-item .portfolio-content a {
    color: #fff;
}
.wd-section-project .style-3 .wd-portfolio-category {
    padding-right: 5px;
}
.wd-section-project .style-3 .portfolio-item:after {
    content: "";
    display: block;
    border: 1px solid #fff;
    position: absolute;
    top: 3%;
    width: 94%;
    height: 94%;
    bottom: 3%;
    opacity: 0;
    left: 3%;
    transition: all .35s ease-out;
    transform: scale(0.01);
    z-index: 1;
}
.wd-section-project .style-3 .portfolio-item:hover:before {
    background-color: rgba(0,0,0,0.5);
    top: 0;
    height: 100%;
}
.wd-section-project .style-3 .portfolio-item:hover .portfolio-content {
    transform: translateY(-140px);
}
.wd-section-project .style-3 .portfolio-item:hover:after {
    opacity: 1;
    transform: scale(1);
}

/*
* Testimonial Title
*/

.testimonial-item blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
   border: none;
	line-height: 1.6;
}

.testimonial-item p {
    margin-top: 0px;
    line-height: 1.714;
    color: inherit;
    text-align: left;
    font-style: italic;
    font-size: 18px;
    padding: 0px 30px;
    border-radius: 4px;
    margin-bottom: 12px;
    font-family: serif;
    position: relative;
	color:#fff;
}

.testimonial-item blockquote img {
    margin: 0 0px 0 20px;
    height: 70px !important;
    width: 70px !important ;
    border-radius: 50%;
    float: right;
    padding: 8px;
    border: 2px solid rgba(0,0,0,0.1);
}
.testimonial-item blockquote cite {
    text-align: right;
    padding-left: 0;
    font-size: 16px;
    color: #017e37;
    font-weight: 600;
    padding-top: 22px;
	display: block;
}
.testimonial-item blockquote cite::before {
    content: "";
}
.testimonial-item blockquote .job-title {
    color: #000000;
    font-size: 14px;
    text-align: center;
}
.testimonial-item blockquote i{
	color:#fff;
}
/*
* Section Title
*/
.wd-title-section_c {
    text-align: center;
    margin-bottom: 50px;
}
.wd-title-section_c h2::after {
    content: " ";
    display: block;
    background-color: #017e37;
    height: 3px;
    width: 80px;
    margin: 15px auto 15px;
}
.wd-title-section_c h5 {
    font-size: 16px;
  
    margin: 0 auto;
    font-weight: normal;
    
    padding-left: 15px;
    padding-right: 15px;
}
/*
* CONTACT FORM  Section
*/
.flex-container {
  display: flex;
  flex-wrap: wrap;
 
}
.flex-item-left {
  padding: 0px 10px;
  flex: 50%;
}

.flex-item-right {
  padding: 0px 10px;
  flex: 50%;
}
.flex-container2 {
  display: flex;
  flex-wrap: wrap;
	flex-direction: column;
 
}
.flex-item-first {
  padding: 0px 10px;
  flex: 50%;
}

.flex-item-last {
  padding: 0px 10px;
  flex: 50%;
}
@media (max-width: 600px) {
  .flex-container {
    flex-direction: column;
  }
}