@charset "utf-8";#st45{background-color:#ffffff;}.h-about {
      margin: 150px 0 100px;
}
.textEditor {
    clear: both;
    font-size: 15px;
    color: #2f2f2f;
    line-height: 1.8;
    margin-right: 80px;
}

.textEditor  em {
    font-size: 16px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    color: #0cb59b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 2px;
font-style: normal;
}

.textEditor  em:before {
    content: "";
    display: inline-block;
    width: 87px;
    height: 1px;
    background-color: #0cb59b;
    margin-right: 14px;
}

 .h-about h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    line-height: 44px;
    margin-top: 15px;
    letter-spacing: 2.5px;
}

 .h-about  h2 span {
    color: #0cb59b;
}
 .h-about p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    letter-spacing: 1px;
    margin-top: 20px;
}
@media (max-width: 767px) {
.h-about {
      margin: 50px 0 50px;
}
.textEditor {

    margin-right: 0px;
}
}#st43{background-color:#ffffff;}#st43 {
   background: url(../images/01-01.jpg);
   background-color: rgba(255, 255, 255, 0)!important;
	
}
#st43 .title {
        text-align: center;
    margin-top: 100px;
    width: 40%;
    margin: auto;
    padding: 20px 0 50px;


}
#st43 .title p{
    font-size: 2em;
    font-weight: 500;
    line-height: 1em;
	
}
#st43 .title h3{
  margin: 20px 0 10px;
 
    font-weight: 700;
    font-size: 2.5em;
    line-height: 1.5em;
	
}

@media (max-width: 767px) {
	#st43 .title {
    width: 80%;
 padding-top: 50px;
}
#st43 .title p {
    font-size: 1.2em;
 
}
#st43 .title h3 {
  
    font-size: 2em;
}
	}#st44{background-color:#ffffff;}#st44{
    background-color: #ffffff;
 position: relative;
}



#st44 .albums{
      border-radius: 16px;
    -webkit-box-shadow: 0 6px 20px 0 rgb(62 135 127 / 16%);
    box-shadow: 0 6px 20px 0 rgb(62 135 127 / 16%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
}

#st44 .albums .albums-box {
    padding: 30px;
}
#st44 .albums-box {
    border-right: solid 1px #dde0e0;
    border-bottom: none;
    width: 33.333%;
}

#st44 .albums-box:last-child {
    border-right: none;
}

#st44 .albums figcaption p {
    font-size: 16px;
    line-height: 2;
    text-align: left;
    overflow: hidden;
}
#st44  .albums .image-box{
      width: 50%;
    margin: 0 auto 50px;
}
#st44  .albums figcaption p {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    overflow: hidden;
}



@media (max-width: 767px) {
#st44 .albums-box {
    border-right: none;
    border-bottom: solid 1px #dde0e0;
    width: 100%;
}

#st44 .albums {
    width: calc(100% - 20px);
    display: block;
    display: block;
    display: block;
    margin: 20px 10px 50px;
}
}
#st41{background-color:#ffffff;}#st41 {
    position: relative;
	padding: 80px;
}



@media (max-width: 767px) {
#st41 {
    position: relative;
	padding: 0px;
}

}#st38{background-color:#ffffff;}#st38 {
    background-color: rgba(0, 0, 0, 0) !important;
    z-index: 10;
    position: relative;
}#st39{background-color:#ffffff;}#st39{
    position: relative;
height: calc(501px - 100px);
}
#st39:before{
content: "";
    background-image: url(/uploads/images/pexels.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 0;
        padding-bottom: 550px;
    top: -150px;
    position: absolute;
}
#st39:after{
    content: "";
   width: 100%;
    height: 20px;
    bottom: 0px;
    left: 0;
    position: absolute;
    z-index: 3;
}

#st39 .environment{
  z-index: 1000;
    padding: 50px;
    display: table;
    content: " ";
    width: 100%;
    float: left;
    opacity: .99;
    text-align: center;
    color: #fff;
 
}
#st39.environment h3 {
font-size: 32px;
    font-weight: 700;
}
#st39 .environment p{
margin: 0 0 50px;
}

#st39 .environment .mord a {
	position:relative;
	display:inline-block; 
	width:220px; 
	line-height:45px; 
	text-align:center; 
	color:#fff; 
	font-size:17px; 
	font-family:"Titillium Web"; 
	border:1px solid #fff;
	transform: perspective(1px) translateZ(0);
	transition-property: color;
	transition-duration: 0.3s;
	display: block;
    margin: 10px auto;
	}

#st39 .environment .mord a:hover {color:#fff;}

#st39 .environment .mord a:before{
	content:"";
	position:absolute;
	z-index:-1;
	top:0; left:0; right:0; bottom:0;
	background: #00BCD4;
	transform:scaleX(0);
	transform-origin: 50%;
	transition-property:transform;
	transition-duration: 0.3s;
	transition-timing-function:ease-out;

}

#st39 .environment .mord a:hover:before {
	transform:scaleX(1);

}
@media (max-width: 767px) {
#st39 .environment {
    padding: 50px 0;
    width: calc(100% - 0px);

}
}
