
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
@import url(font_aws.css);
body {
  
  font-family: "Work Sans", Sans-serif;
  line-height: 1.8;
  font-size: 16px;
  background: #fff;
  color: #292828;
  /*font-weight: 300;*/
  overflow-x: hidden;
  margin:0px;
}
body.fh5co-offcanvas {
  overflow: hidden;
}
.center{
	text-align:center;
}
a {
  color: #3b3c3e;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none !important;
  color: #fff;
}

p, ul, ol {
  margin-bottom: 1.5em;
  font-size: 15px;
  color: #292828; 
  
  font-family: 'OpenSansRegular', sans-serif;
}
.footer h3,.footer p{
	color: #fff;
} 
h1, h2, h3, h4, h5, h6 { 
  color: #5a5a5a;  
  font-family: 'OpenSansRegular', sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

figure {
  margin-bottom: 2em;
}



#fh5co-header {
  position: relative;
  margin-bottom: 0;
  z-index: 9999999;
}
.margin-t20{
	margin-top:20px;
}
.margin-t30{
	margin-top:30px;
}
.margin-t-10{
	margin-top:10px;
	margin-bottom:10px;
}
.margin-b-10{
	margin-bottom:12px;
}

.fh5co-cover,
.fh5co-hero {
  position: relative;
  height: 120px; /* 550px*/
}
.fh5co-hero2 {
  position: relative;
  height: 100px;
  border-bottom: 3px solid #009064;
}
.bg-color-base{
background: #fff;
}

@media screen and (max-width: 768px) {
  .fh5co-cover,
  .fh5co-hero {
    height: 120px;
  }
}

.fh5co-cover.fh5co-hero-2,
.fh5co-hero.fh5co-hero-2 {
  height: 450px;
}
.fh5co-cover.fh5co-hero-3,
.fh5co-hero.fh5co-hero-3 {
  height: 400px;
  margin-bottom:25px;
}
.fh5co-cover.fh5co-hero-3 .fh5co-overlay,
.fh5co-cover.fh5co-hero-2 .fh5co-overlay,
.fh5co-hero.fh5co-hero-3 .fh5co-overlay,
.fh5co-hero.fh5co-hero-2 .fh5co-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(66, 64, 64, 0.2);
}
.text-box{
	padding-bottom:15px;
}
.text-box p{
	margin:0 0 10px 0;
}
.text-box h1 {
    position:relative;
    display:inline-block;
    padding:20px 0;
}

.text-box h1:after {
    content:"";
    position:absolute;
    bottom:10px;
    left:1%;
    display:inline-block;
    width:200px;
    margin-left:-11px;
    border-bottom: 2px solid #009064;
}
.fh5co-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(208, 208, 208, 0.1);
  
}

.fh5co-cover {
  background-size: cover;
  position: relative;
  /*border-radius: 0% 0% 50% 50%/0% 0% 10% 10%;*/
}
@media screen and (max-width: 768px) {
  .fh5co-cover {
    heifght: inherit;
    padding: 3em 0;
  }
}
.fh5co-cover .btn {
  padding: 0.6em 0.4em;
  opacity: .9;
  border-radius: 10px;
}
.fh5co-cover.fh5co-cover_2 {
  height: 450px;
}
.fh5co-cover.fh5co-cover_3 {
  height: 400px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 .fh5co-cover .desc{    left:0%;
}
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover_2 {
    heifght: inherit;
    padding: 3em 0;
  }
}
.fh5co-cover .desc {
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: -80px;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.fh5co-cover .desc h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .desc h2 {
    font-size: 40px;
  }
}
.fh5co-cover .desc span {
  display: block;
  margin-bottom: 30px;
  font-size: 28px;
  letter-spacing: 1px;
}
.fh5co-cover .desc span a {
  color: #00654f;
}
.fh5co-cover .desc span a:hover, .fh5co-cover .desc span a:focus {
  color: #fff !important;
}
.fh5co-cover .desc span a:hover.btn, .fh5co-cover .desc span a:focus.btn {
  border: 2px solid #fff !important;
}
.fh5co-cover .desc span a.fh5co-site-name {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* Superfish Override Menu */
.sf-menu {
  margin: 0 !important;
}

.sf-menu {
  float: right;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;  
  width:25em;
}

.sf-menu a {
  color: #fff;
  padding: 0.75em 0.9em !important;
  font-weight: normal;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 14px;
}
.sf-menu a:hover, .sf-menu a:focus {
  color: #fff;
background: #4367c4;
}

.sf-menu li.active a:hover, .sf-menu li.active a:focus {
  color: #cfd2b4 !important;
  font-weight:600;
  border-bottom: 2px solid #cfd2b4;
  
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: 0.25em 1em !important;
  letter-spacing: 1px;
}


.sf-menu ul li.sfHover a,
.sf-menu li.active a {
    color: #cfd2b4 !important;
}
.sf-menu li.active a {
  border-bottom: 2px solid #cfd2b4;
  font-weight:600;
}
.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 20%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}
.fh5co-sub-menu .head {
	color: red;
	font-size: 16px;
	padding-left:10px;
	font-weight:600;
}
.fh5co-sub-menu div .tittle{
	font-size: 13px;
	padding-left:15px;
}
.fh5co-sub-menu div .text{
	font-size: 12px;
	padding-left:15px;
}.fh5co-sub-menu .links a{
	font-size: 14px!important;
	padding:0 0 0 15px!important;
}
.fh5co-sub-menu div a{
	padding:0px !important;
}
.image-frame{
	margin-bottom:20px;
}
.image-frame img{
	width:100%;
}
#fh5co-header-section {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background:#fff;
}

.nav-header {
  position: relative;
  float: left;
  width: 100%;
   background: rgb(93,134,238);
background:linear-gradient(180deg, rgb(47, 148, 93) 0%, rgb(0, 152, 68) 38%, rgb(25, 123, 67) 100%);

	border-radius: 3px;
}

#fh5co-logo {
  position: relative;
  z-index: 1;
  font-size: 28px;
  text-transform: uppercase;
  margin: 15px 0 0 0;
  font-weight: 300;
  
}
.nameschool h1{
margin: 25px auto;
  color: #000;
  font-size: 38px;
  font-weight: 600;	
}
#fh5co-logo span {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #fh5co-logo {
    width: 100%;
    float: none;
    text-align: center;
  }
}
#fh5co-logo a {
  color: #1d1d1b;
}
#fh5co-logo a:hover, #fh5co-logo a:focus {
  color: #1d1d1b !important;
}

#fh5co-menu-wrap {
  position: relative;
  z-index: 2;
  display: block;
  float: right;
}
#fh5co-menu-wrap .sf-menu a {
  padding: 1em .75em;
}

#fh5co-primary-menu > li > ul li.active > a {
  color: #00654f !important;
}
#fh5co-primary-menu > li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: left;
  margin-right: -5px;
  top: 50%;
  margin-top: -7px;
  content: "\e922";
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-primary-menu > li > ul li {
  position: relative;
}
#fh5co-primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: left;
  margin-right: 10px;
  top: 30%;
  font-size: 14px;
  content: "\e924";
  color: rgba(0, 0, 0, 0.5);
}

#fh5co-primary-menu .fh5co-sub-menu {
  padding: 10px 7px 10px;
  background: #fff;
  right: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#fh5co-primary-menu .fh5co-sub-menu > li > .fh5co-sub-menu {
  right: 100%;
  
}

#fh5co-primary-menu .fh5co-sub-menu:before {
  position: absolute;
  top: -9px;
  right: 20px;
  width: 0;
  height: 0;
  content: '';
  
}

#fh5co-primary-menu .fh5co-sub-menu:after {
  position: absolute;
  top: -8px;
  right: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  content: '';
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before {
  top: 6px;
  right: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after {
  top: 7px;
  left: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}
#fh5co-primary-menu .fh5co-sub-menu ul li{
	width:150px;
	
}
#fh5co-primary-menu .fh5co-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 14px;
  line-height: 24px;
  color: #575757 !important;
  text-transform: none;
  background: none;
  font-weight: 400;
}
#fh5co-primary-menu .fh5co-sub-menu a:hover {
  color: #224294 !important;
}

#fh5co-work-section,
#fh5co-services-section,
#fh5co-content-section,
.fh5co-content-section,
#fh5co-work-section_2,
#fh5co-blog-section {
  padding: 2em 0 0 0;
}
#fh5co-work-section1{
  padding: 0;
 
}
.elementor-container{
	padding: 35px 10px 38px 10px;
}
.elementor-row{
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;	
}
.elementor-element{
    width: 68.438%;
}
.elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 10px 0px 10px;
    padding: 10px 35px 10px 35px;
	border-radius: 5px 5px 5px 5px;
}
.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-widget-wrap {
    align-content: center;
    align-items: center;
	display: flex;
	position: relative;
	width: 100%;
	flex-wrap: wrap;
}
.elementor-widget-container {
    padding: 18px 0px 0px 10px;
}
.elementor-heading-title {
    color: #ffffff;
    font-family: "Work Sans", Sans-serif;
    font-size: 65px;
    font-weight: 900;
    line-height: 1.1em;
}
.elementor-icon-wrapper {
    text-align: left;
}
.elementor-icon {
    color: #FFFFFF;
    border-color: #FFFFFF;
}
.elementor-gray{
background-color: #677184;
width:100%;	
}.elementor-orange{
background-color: #bbb;
width:100%;	
}
@media screen and (max-width: 768px) {
  #fh5co-work-section,
  #fh5co-services-section,
  #fh5co-content-section,
  .fh5co-content-section,
  #fh5co-work-section_2,
  #fh5co-blog-section {
    padding: 4em 0 0 0;
  }
}
.subtittle{
	border-bottom: 3px solid #117bab;
	width:200px;
}
.subtittle h4{
	color: #117bab;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom:5px;
}
.fh5co-section-gray {
  background: rgba(0, 0, 0, 0.04);
}

.heading-section {
  padding-bottom: 1em;
  margin-bottom: 5em;
}
.heading-section:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 2px;
  background: #FCC72C;
}
.heading-section h3 {
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}

.fh5co-grid {
  height: 340px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background: #fff;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 5px;
    margin: 20px auto;    
    overflow: hidden;    
    float: left;
    display: inline-block;
    cursor: pointer;
      -webkit-box-shadow: 0px 5px 15px -1px rgba(180,180,180,1);
-moz-box-shadow: 0px 5px 15px -1px rgba(180,180,180,1);
box-shadow: 0px 5px 15px -1px rgba(180,180,180,1);

}
.fh5co-grid:hover {
  height: 340px;
  -webkit-box-shadow: 0px 10px 25px -1px rgba(145,145,145,1);
-moz-box-shadow: 0px 10px 25px -1px rgba(145,145,145,1);
box-shadow: 0px 10px 25px -1px rgba(145,145,145,1);
}
.fh5co-grid0 {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background: #fff;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 5px;
    margin: 20px auto;    
    overflow: hidden;    
    float: left;
    display: inline-block;
    cursor: pointer;
      -webkit-box-shadow: 0px 5px 15px -1px rgba(180,180,180,1);
-moz-box-shadow: 0px 5px 15px -1px rgba(180,180,180,1);
box-shadow: 0px 5px 15px -1px rgba(180,180,180,1);

}
.fh5co-grid0:hover {
  -webkit-box-shadow: 0px 10px 25px -1px rgba(145,145,145,1);
-moz-box-shadow: 0px 10px 25px -1px rgba(145,145,145,1);
box-shadow: 0px 10px 25px -1px rgba(145,145,145,1);
}
.fh5co-grid-sub { 
  height: 120px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background: #fff;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 5px;
    margin: 20px auto;    
    overflow: hidden;    
    float: left;
    display: inline-block;
    cursor: pointer;
      -webkit-box-shadow: 0px 5px 15px -1px rgba(180,180,180,1);
-moz-box-shadow: 0px 5px 15px -1px rgba(180,180,180,1);
box-shadow: 0px 5px 15px -1px rgba(180,180,180,1);

}
.fh5co-grid-sub:hover {
  height: 120px;
  -webkit-box-shadow: 0px 10px 25px -1px rgba(145,145,145,1);
-moz-box-shadow: 0px 10px 25px -1px rgba(145,145,145,1);
box-shadow: 0px 10px 25px -1px rgba(145,145,145,1);
border-bottom:5px solid #007aff;
}
.fh5co-grid-b { 
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background: #fff;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 5px;
    margin: 1px 0 0 0;
    overflow: hidden;    
    float: left;
    display: inline-block;
    cursor: pointer;
      -webkit-box-shadow: 0px 5px 15px -1px rgba(180,180,180,1);
-moz-box-shadow: 0px 5px 15px -1px rgba(180,180,180,1);
box-shadow: 0px 5px 15px -1px rgba(180,180,180,1);

}
.fh5co-grid-b:hover {
  height: 200px;
  -webkit-box-shadow: 0px 10px 25px -1px rgba(0,144,100,1);
-moz-box-shadow: 0px 10px 25px -1px rgba(0,144,100,1);
box-shadow: 0px 10px 25px -1px rgba(0,144,100,1);
}
.fh5co-grid-b.active {
  -webkit-box-shadow: 0px 10px 25px -1px rgba(0,144,100,1); 
-moz-box-shadow: 0px 10px 25px -1px rgba(0,144,100,1);
box-shadow: 0px 10px 25px -1px rgba(0,144,100,1);
border-bottom: 2px solid #009064;
}
.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    
}.childc {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    
}
.childb {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

    
}
.fh5co-grid:hover .child, .fh5co-grid:focus .child,.fh5co-grid:hover .childb, .fh5co-grid:focus .childb,.fh5co-grid0:hover .childb, .fh5co-grid0:focus .childb {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.fh5co-grid:hover .child:before, .fh5co-grid:focus .child:before.fh5co-grid:hover .childb:before, .fh5co-grid:focus .childb:before, .fh5co-grid0:focus .childb:before  {
    display: block;
} 

.fh5co-grid:hover a, .fh5co-grid:focus a {
    display: block;
}

.fh5co-grid-sub:hover .child, .fh5co-grid-sub:focus .child,.fh5co-grid-sub:hover .childb, .fh5co-grid-sub:focus .childb {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.fh5co-grid-sub:hover .child:before, .fh5co-grid-sub:focus .child:before.fh5co-grid-sub:hover .childb:before, .fh5co-grid-sub:focus .childb:before  {
    display: block;
} 

.fh5co-grid-sub:hover a, .fh5co-grid-sub:focus a {
    display: block;
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent linear-gradient(270deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.5) 100%) 0% 0% no-repeat;
}

.childb:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent linear-gradient(270deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.5) 100%) 0% 0% no-repeat;
}
@media screen and (max-width: 480px) {
  .fh5co-grid {
    height: 340px;
  }
  .fh5co-grid-sub {
    height: 120px;
  }
}
.fh5co-grid .image-popupb{
   color:#000;
   border: 1px solid #f4f3f3;
    width: 100%;
    background: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  position: absolute;
  text-align:left;
  top: 230px;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.fh5co-grid-sub .image-popupb {
   color:#000;
   border: 1px solid #f4f3f3;
    width: 100%;
	height:110px;
    background: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  text-align:center;
  padding:10px 5px;
  opacity: 1;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.fh5co-grid .image-popupc,.fh5co-grid-sub .image-popupc {
   color:#000;
   border: 1px solid #f4f3f3;
    width: 100%;
    background: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  text-align:left;
  top: 230px;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.fh5co-grid .image-popupd,.fh5co-grid-sub .image-popupd {
   color:#000;
   border: 1px solid #f4f3f3;
    width: 100%;
    background: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  text-align:left;
  top: 210px;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.fh5co-grid .image-popupc ul li{
  text-align: left;
  }
.fh5co-grid .image-popup,.fh5co-grid-sub .image-popup {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  position: absolute;
  text-align:left;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.fh5co-grid .image-popup .prod-title,.fh5co-grid-sub .image-popup .prod-title,.fh5co-grid-b .image-popup .prod-title {
  position: absolute;
  top: 20%;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin-top: -25px;
  text-decoration: none;
}
.fh5co-grid .image-popupb .prod-title,.fh5co-grid-sub .image-popupb .prod-title,.fh5co-grid-b .image-popupb .prod-title {
padding:0px 10px;
text-align: center;
}
.fh5co-grid .image-popupb .prod-title h3,.fh5co-grid-sub .image-popupb .prod-title h3,.fh5co-grid-b .image-popupb .prod-title h3 {
  font-size: 2.05rem;
line-height: 2.525rem;
font-weight: 600;
color: #535050;
margin-bottom: 10px;
  } 
  
.fh5co-grid .image-popup2 .prod-title h3
{
	  color:#fff;
	  
}
.fh5co-grid .image-popupb .prod-title span,.fh5co-grid-sub .image-popupb .prod-title span,.fh5co-grid-b .image-popupb .prod-title span {
  color: #42423f;
}
.fh5co-grid .image-popupc .prod-title,.fh5co-grid-sub .image-popupc .prod-title,.fh5co-grid-b .image-popupc .prod-title {
  padding: 20px;
text-align: center;
}
.fh5co-grid .image-popupc .prod-title h2,.fh5co-grid-sub .image-popupc .prod-title h2,.fh5co-grid-b .image-popupc .prod-title h2 {
  font-size: 2.25rem;
line-height: 2.525rem;
font-weight: 600;
color: #000;
margin-bottom: 10px;
  }
  .fh5co-grid .image-popupc .prod-title h3,.fh5co-grid-sub .image-popupc .prod-title h3,.fh5co-grid-b .image-popupc .prod-title h3 {
  font-size: 2.05rem;
line-height: 2.225rem;
font-weight: 400;
color: #000;
margin-bottom: 10px;
  }

.fh5co-grid .image-popupc .prod-title span,.fh5co-grid-sub .image-popupc .prod-title span,.fh5co-grid-b .image-popupc .prod-title span {
  color: #42423f;
}
.fh5co-grid .image-popupd .prod-title,.fh5co-grid-sub .image-popupd .prod-title,.fh5co-grid0 .image-popupd .prod-title {
  padding: 20px;
text-align: center;
}  
  .fh5co-grid .image-popupd .prod-title h3,.fh5co-grid0 .image-popupd .prod-title h3,.fh5co-grid-sub .image-popupd .prod-title h3 {
  font-size: 1.8rem;
line-height: 2.3rem;
font-weight: 400;
margin-bottom: 10px;
  }
.more{
  padding-left: 25px;
  color:#158015;
  font-weight: 600;
  font-size: 1.5rem;
  text-decoration: none;
  position: relative;
  text-align:center;
}
.more:hover{
  text-decoration: none;
  }
  .arrow-more {
    color: #005f42;
    display: inline-block;
    font-size: 1.875rem;
    font-weight: 600;
    padding-right: 0.8em;
    position: absolute;
    top:50%;
    text-decoration: underline;
}
.arrow-more::after {
    border-right: 2px solid 
#005f42;
border-top: 2px solid
    #005f42;
    content: '';
    height: 0.4em;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0.4em;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.fh5co-grid .image-popup .prod-title h3 {
  margin-bottom: 10px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.7rem ;
  font-weight: 400
}
.fh5co-grid .image-popup .prod-title span {
  color: #fff;
}

.fh5co-grid:hover .image-popup {
  opacity: 1;
}

.services {
  margin-bottom: 5em;
}
.services span {
  margin-bottom: 30px;
  display: block;
  width: 100%;
}
.services span i {
  font-size: 50px;
  color: #fcc72c;
}
.services h3 {
  font-size: 20px;
  font-weight: 400;
}

#fh5co-services, #fh5co-about, #fh5co-contact {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-services, #fh5co-about, #fh5co-contact {
    padding: 4em 0;
  }
}

#fh5co-services .fh5co-number {
  font-size: 30px;
  color: #1fb5f6;
  position: relative;
  padding-top: 10px;
  font-style: italic;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-services .fh5co-number:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: #1fb5f6;
}
#fh5co-services .fh5co-icon {
  margin-bottom: 30px;
  margin-top: 50px;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
@media screen and (max-width: 768px) {
  #fh5co-services .fh5co-icon {
    margin-top: 0px;
    float: none;
  }
}
#fh5co-services .fh5co-icon i {
  font-size: 200px;
  color: #FCC72C;
}
@media screen and (max-width: 768px) {
  #fh5co-services .fh5co-icon i {
    font-size: 100px;
  }
}

#fh5co-contact .contact-info {
  margin: 0;
  padding: 0;
}
#fh5co-contact .contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
#fh5co-contact .contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.3);
}
#fh5co-contact .contact-info li a {
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.3);
}
#fh5co-contact .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#fh5co-contact .form-control:focus, #fh5co-contact .form-control:active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#fh5co-contact input[type="text"] {
  height: 50px;
}
#fh5co-contact .form-group {
  margin-bottom: 30px;
}

.fh5co-testimonial {
  position: relative;
  background: #fff;
  padding: 4em 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 18px 88px -22px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 0px 18px 88px -22px rgba(0, 0, 0, 0.58);
  box-shadow: 0px 18px 88px -22px rgba(0, 0, 0, 0.58);
}
@media screen and (max-width: 768px) {
  .fh5co-testimonial {
    border-right: 0;
    margin-bottom: 80px;
  }
}
.fh5co-testimonial h2 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 50px;
}
.fh5co-testimonial figure {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -44px;
  margin-bottom: 20px;
  background-size: cover;
}
.fh5co-testimonial figure img {
  width: 88px;
  height: 88px;
  border: 10px solid #fff;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-testimonial blockquote {
  border: none;
  margin-bottom: 20px;
}
.fh5co-testimonial blockquote p {
  font-style: italic;
  font-size: 16px;
  line-height: 1.6em;
  color: #555555;
}
.fh5co-testimonial span {
  font-style: italic;
}

.fh5co-blog {
  margin-bottom: 10px;
  height:660px;
}
.fh5co-blog a img {
  margin-bottom: 30px;
  width: 100%;
  height: 300px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  .fh5co-blog {
    width: 100%;
  }
}
.fh5co-blog .image-popup {
  opacity: 1;
}
.fh5co-blog .image-popup span {
  display: inline-block;
  margin-bottom: 14px;
}
.fh5co-blog .image-popup span.posted_by {
  font-style: italic;
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
}
.fh5co-blog .image-popup span.comment {
  float: right;
  font-size: 14px;
}
.fh5co-blog .image-popup span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.fh5co-blog .image-popup span.comment a i {
  color: #FCC72C;
  padding-left: 7px;
}
.fh5co-blog .image-popup h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
.fh5co-blog .image-popup h3 a {
  color: rgba(0, 0, 0, 0.6);
}

#fh5co-start-project-section {
  padding: 7em 0;
  background: #F64E8B;
}
#fh5co-start-project-section h2 {
  color: white;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #fh5co-start-project-section h2 {
    font-size: 30px;
  }
}
#fh5co-start-project-section a:hover, #fh5co-start-project-section a:focus, #fh5co-start-project-section a:active {
  color: white !important;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.fh5co-social-icons > a {
  padding: 4px 10px;
  color: #FCC72C;
}
.fh5co-social-icons > a i {
  font-size: 26px;
}
.fh5co-social-icons > a:hover, .fh5co-social-icons > a:focus, .fh5co-social-icons > a:active {
  text-decoration: none;
  color: #5a5a5a;
}

#contactlist {
  border-bottom:3px solid #059244;
  padding: 5px 0 10px;
}

#footer {
  background: #5e5e5e;
  padding: 20px 0 10px;
 
}
#footer p {
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
   font-family: 'OpenSans', sans-serif;
}
#footer p a {
  color: rgba(255, 255, 255, 0.5);
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
p.btn{
	font-size:14px;
}
.btn.btn-primary {
  background: #059244;
  color: #fff;
  border: 2px solid #fff  !important;
  
  position:absolute;
  bottom:30px;
  left:20%;
}
.btn.btn-secondary {
  background: #059244;
  color: #fff;
  border: 2px solid #fff  !important;
  margin:5px;
  padding:5px 10px;
  
}
.btn.btn-secondary2 {
  box-shadow: none;
  background: #fff;
  border: 2px solid #059244;
  margin:5px;
  padding:5px 10px;
  
}
.inputs{
	font-weight:normal!important;
}
.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus,.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #fff;
  color: #059244 !important;
  border: 2px solid #059244  !important;
}
.btn:hover, .btn:active, .btn:focus {
  background: #fff !important;
  color: #059244;
  outline: none !important;
}


.js .animate-box {
  opacity: 0;
}

#fh5co-wrapper {
  overflow-x: hidden;
  position: relative;
}

.fh5co-offcanvas {
  overflow: hidden;
}
.fh5co-offcanvas #fh5co-wrapper {
  overflow: hidden !important;
}

#fh5co-page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  /*
  background-image: url('../../tmpl/images/background.jpg');
  background-repeat: no-repeat;
    background-attachment: fixed;
  background-size: cover;*/
}
.fh5co-offcanvas #fh5co-page {
  -moz-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
}

@media screen and (max-width: 768px) {
  #fh5co-menu-wrap {
    display: none;
  }
}

#offcanvas-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #222;
  right: -240px;
  width: 240px;
  padding: 20px;
  overflow-y: scroll !important;
}
#offcanvas-menu ul {
  padding: 0;
  margin: 0;
}
#offcanvas-menu ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#offcanvas-menu ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
}
#offcanvas-menu ul li a:hover {
  color: #FCC72C;
}
#offcanvas-menu ul li > .fh5co-sub-menu {
  margin-top: 9px;
  padding-left: 20px;
}
#offcanvas-menu ul li > .fh5co-sub-menu  {
  margin-top: 9px;
  padding-left: 20px;
}
#offcanvas-menu ul li.active > a {
  color: #FCC72C;
}
#offcanvas-menu ul .fh5co-sub-menu {
  display: block !important;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #004890;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #004890;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #004890;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
    top: 0px;
    margin-top: 2em;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-top-padded-lg {
  padding-top: 7em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-lg {
    padding-top: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-top-padded-md {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-md {
    padding-top: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.row-top-padded-sm {
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-sm {
    padding-top: 2em;
  }
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
  line-height: 1.8;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/hourglass.svg) center no-repeat #222222;
}

/*# sourceMappingURL=style.css.map */
.checklabel{
	font-weight:100;
}

.form-group-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size:14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Create a custom checkbox */
.form-group-check input[type="checkbox"] {
  position: relative;
  width: 1.5em;
  height: 1.5em;
  color: red;
  border: 1px solid blue;
  border-radius: 4px;
  appearance: none;
  outline: 0;
  cursor: pointer;
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}
.form-group-check input[type="checkbox"]:before {
    position: absolute;
    content: '';
    display: block;
    top: 2px;
    left: 7px;
    width: 8px;
    height: 14px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
  }
.form-group-check input[type="checkbox"]:checked {
    color: #fff;
    border-color: green;
    background: green;
   
  }



/* On mouse-over, add a grey background color */
.form-group-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.form-group-check input:checked ~ .checkmark {
  background-color: #158015;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.form-group-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.form-group-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-group-checked{
  margin: auto;
  padding: 0px 0px 5px 0px;
  font-size: 14px;
}

.form-group-checked input[type="checkbox"] { display: none; }

.form-group-checked input[type="checkbox"] + label {
  display: inline;
  position: relative;
  padding-left: 35px;
  
  margin-bottom: 20px;
  cursor: pointer;
  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.form-group-checked input[type="checkbox"] + label:last-child { margin-bottom: 0; }

.form-group-checked input[type="checkbox"] + label:before {
  content: '';
  display: inline;
  width: 20px;
  height: 20px;
  border: 1px solid #009064;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.form-group-checked input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 750px;
    min-height: 100px;
    vertical-align: middle;
	text-align:justify;
    width: 60%;
	font-size:12px;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.hover_bkgr_fricc p{
	
}
.hover_bkgr_fricc > span{
	text-align:justify;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
}
.formstatus_1 {
	padding:15px;
	background:#fff;
	border: 2px solid #009064;
	color: #158015;
	font-size:16px;
	text-align:center;
}
/*--------------SPECIAL BOXES----------*/
.text-box h3{
margin-bottom:10px;
}
.text-box ul{
	width:100%;
	  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.text-box ul li{
width: 45%;
/*height:110px;*/
margin:5px 5px;
padding:25px 15px;
text-align:center;
background-size: cover;
background-position: center center;
background: #fff;
position: relative;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
border-radius: 5px;
overflow: hidden;
display: inline-block;
cursor: pointer;
-webkit-box-shadow: 0px 5px 15px -3px rgba(180,180,180,1);
-moz-box-shadow: 0px 5px 15px -3px rgba(180,180,180,1);
box-shadow: 0px 5px 15px -3px rgba(180,180,180,1);
border-bottom:2px solid #009064;
border-top:1px solid #e3e2e2;
}

.text-box ul li:hover{	
	
}

ul.speciallink li{
	padding:0px 20px;
}
.activlink li {
	padding:0px!important;
}
.activlink li a:hover{
	color: #fff;
}
.activlink li a{
	display:block;
	padding:25px 15px;
	margin:0px;
	color: #292828;
	
}
.activlink li:hover{
	
		background-image: url('/tmpl/images/bg_square.jpg');
	border-bottom: 2px solid #c2a81c;
	color:#fff;
}
ul.zero {
	 list-style-type: circle;
}
ul.zero li{
	border:none;
	background:none;
	width:100%;
	box-shadow:none;
	padding:0px;
	margin:0px;
	overflow: auto;
	 display: inline-block;
}
ul.zero li:hover{
	border:none;
	background:none;
}
ul.long-list{
 width:100%;
 display: block;
 list-style: none;
 margin: 0;
 padding: 0;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 -ms-border-radius: 5px;
 border-radius: 5px;
 border:1px solid #d8d8d8;
 box-shadow: 0 15px 20px 0 rgba(0,0,0,0.1);
}
ul.long-list li{
width: 100%;
margin:0px;
padding:20px;
text-align:left;
background-size: cover;
background-position: center center;
background: #f4f4f4;
position: relative;
-webkit-border-radius: 0px; 
-moz-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;
overflow: hidden;
display: block;
cursor: pointer;
box-shadow: none;
border:1px solid #d8d8d8;
color: #1d1d1b;
font-size: 1.5rem;

}
ul.long-list li:hover{
background: #fff;
color: #009064;
}
 .lb-container{
	 margin-top:50px;
 }
 /****************** FLIP BOX ******************/
 
 .flip-box { 
  background-color: transparent;
  height: 77px;
  margin-bottom: 5px;
    vertical-align: middle;
  perspective: 1000px;
  transform-style: preserve-3d;
}
 .flip-box h3{ 
 color: #292828;
 font-size:16px;
 vertical-align:middle;
 padding-top:30px;
 } 
.flip-box-inner {
	border-radius:5px;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;

}

.flip-box:hover .flip-box-inner {
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  box-shadow: 0px 5px 15px -3px rgba(180,180,180,1);
border-bottom: 2px solid #009064;
border-top: 1px solid #e3e2e2;  
}

.flip-box-back {
  background-image: url('/tmpl/images/bg_square.jpg');
	border-bottom: 2px solid #c2a81c;
	color:#292828;
 
  padding-top:5px;
  
}
.flip-box-back p{ 
	font-size:14px;
}
.flip-box:hover .flip-box-back {
	transform: rotateY(0deg);
}
.flip-box:hover .flip-box-front {
    transform: rotateY(180deg);
} 

/* hide back of pane during swap */
.flip-box-front, .flip-box-back  {
	backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
}

/*  UPDATED! front pane, placed above back */
.flip-box-front {
	z-index: 2;
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.flip-box-back {
	transform: rotateY(-180deg);
}



/*********** END Flip Box ****************/
@media screen and (max-width: 500px) {
 .fh5co-cover,
 .fh5co-hero { height: 222px; padding-top:90px;}
 .fh5co-cover .desc{margin-top:10px; top:10%;}
 .fh5co-cover .desc span{display:none}
 .fh5co-cover .desc h2 {font-size: 20px;}
 #fh5co-work-section{padding: 1em 0;}
 .text-box ul{padding:0px;}
  .text-box ul li{width:100%;
 }
 #footer p{
	 font-size:11px;
	 text-align:center;
 }
 .example-image-link img,.image-responsive{
	 width:100%;
 }
 .lb-container{
	 margin-top:200px;
 }
}
/*********** Button of Forms ****************/
.box {
  width: 250px;
  height: 250px;
  margin: 10px auto;
  background: rgba(23,153,100,1);
  padding: 35px;
  border: 2px solid #ccc;
  border-radius: 125px;
  text-align: center;
  
}
.box p{
	color:#fff;
	font-size:18px;
	margin: 15px 0px;
}
.box span{
	padding-top: 15px;
}
.button {
  font-size: 1em;
  padding: 10px;
  color: rgb(23,153,100);
  background:#fff;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #d2cece;
}
/*********** Box of Forms ****************/


.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
   z-index:2;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {  
  margin: 100px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 45%;
  position: relative;
  transition: all 5s ease-in-out;
  overflow-y:scroll;
  max-height:740px;
}

.popup .close {
  position: absolute;
  right: 30px;
  transition: all 200ms;
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
/***************Search field *****************/
#wrap {
  margin: 10px 10px 0 40px;
  display: inline-block;
  position: relative;
  height: 35px;
  float: right;
  padding: 0;
  position: relative;
}

#wrap input[type="text"] {
  height: 35px;
  font-size: 24px;
  display: inline-block;
  font-family: "Lato";
  font-weight: 100;
  border: none;
  outline: none;
  color: #555;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

#wrap input[type="text"]:focus:hover {
  border-bottom: 1px solid #BBB;
  background:#fff;;
}

#wrap input[type="text"]:focus {
  width: 700px;
  z-index: 1;
  border-bottom: 1px solid #BBB;
  cursor: text;
   background:#fff;
}
#wrap input[type="submit"] {
  height: 35px;
  width: 34px;
  display: inline-block;
  color:red;
  float: right;
  background: url('../images/search_white.png') center center no-repeat;
  background-size: cover;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.8;
  cursor: pointer;
  transition: opacity .4s ease;
}

#wrap input[type="submit"]:hover {
  background: url('../images/search_blue.png') center center no-repeat;
  background-size: cover;
}
/*-----------------------------------------------------*/
/*    Rotate news
/*-----------------------------------------------------*/
.rot-news-left{
	background: url('../images/rot1bg.png') repeat-x;
	height: 300px;
	float: left;
	padding: 15px 15px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rot-news-left a{
	color:#fff;
}
.rot-news-left h3{
	font-size:20px;
	margin: 5px 0 10px 0;
}
.posted_date{
	color:#fff;
	font-size:12px;
}
.posted_add{
	color:#fff;
	font-size:14px;
}
.rot-news-right{
	padding-left:0px;
	padding-right:0px;
}
/*-----------------------------------------------------*/
/*    Rest news
/*-----------------------------------------------------*/
.no-padding{
 padding:0px;
}
.rest_news{
	background:#d1d2d0;
	border-radius:5px;
}
.rest_news h3{
	font-size:18px;
	margin: 10px auto 10px 15px;
}
.rest_news span{
 font-size:14px;	
 margin:5px 0 0 0;
}
.rest_news .date{
	font-weight:600;
}
.rest_news span a:hover{
	color:#000;
	text-decoration:underline!important;
	font-weight:600;
}
.rightsite_ads{
 margin-top: 8px;
}
.rightsite_ads img{
	width:100%;
	margin-bottom:3px;
}
/*-----------------------------------------------------*/
/*    Leasing form
/*-----------------------------------------------------*/
.form-control { 
    border-bottom: 1px solid #ddd;
    border-top: none;
    border-left: none;
	
	display: inline;
    border-right: none;
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .3s, -webkit-box-shadow ease-in-out .3s;
    transition: border-color ease-in-out .3s, box-shadow ease-in-out .3s;
}
#slider{
	margin:10px;
	background:#23c423;
}

.ui-slider .ui-slider-handle{
	height:1.8em!important;
	width:1.4em!important;
	padding:0 0 0 4px;
}
#custom-handle{
	margin-top:-4px;
	/*background:#fff;*/
	border:1px solid #2fa22f;
	background:#2fa22f;
	font-size:18px;
	color:#fff;
}

.reserve-input {
    width: 46%;
    line-height: 32px;
    padding: 0 20px;
    border: none;
    margin-bottom: 15px;
    float: left;
    margin-right: 2%;
} 
 
#leasingform{
width:100%;
height:100%;
opacity:.95;
top:0;
left:0;
display:none;
position:fixed;
background-color:#313131;
overflow:auto
}
#leasingform img#close {
position:absolute;
right:-14px;
top:-14px;
cursor:pointer
}
#leasingform div#popupContact {
position:absolute;
left:50%;
top:17%;
margin-left:-202px;
font-family:'Raleway',sans-serif
}
#leasingform form {
max-width:360px;
min-width:250px;
padding:10px 50px;
border:2px solid gray;
border-radius:10px;
font-family:raleway;
background-color:#fff
}
#leasingform p {
margin-top:20px;
text-align:left;
}
#leasingform h3 {
background-color:#fff;
padding:20px 35px;
margin:-10px -50px;
text-align:center;
border-radius:10px 10px 0 0
}
#leasingform hr {
margin:10px -50px;
border:0;
border-top:1px solid #ccc
}
#leasingform input[type=text] {
width:100%;
padding:10px;
margin-top:10px;
border:1px solid #ccc;
padding-left:10px;
font-size:16px;
font-family:raleway
}
#leasingform #name {
background-image:url(../images/name.jpg);
background-repeat:no-repeat;
background-position:5px 7px
}
#leasingform #email {
background-image:url(../images/email.png);
background-repeat:no-repeat;
background-position:5px 7px
}
#leasingform textarea {
background-image:url(../images/msg.png);
background-repeat:no-repeat;
background-position:5px 7px;
width:100%;
height:95px;
padding:10px;
resize:none;
margin-top:10px;
border:1px solid #ccc;
padding-left:10px;
font-size:16px;
font-family:raleway;
margin-bottom:30px
}
#leasingform #submit {
text-decoration:none;
width:100%;
text-align:center;
display:block;
background-color:#038c63;
color:#fff;
border:1px solid #034431;
padding:10px 0;
font-size:20px;
cursor:pointer;
border-radius:5px
}
#leasingform span {
color:red;
font-weight:700
}
#leasingform button {
width:10%;
height:45px;
border-radius:3px;
background-color:#038c63;
color:#fff;
font-family:'Raleway',sans-serif;
font-size:18px;
cursor:pointer
}
.post-detail-right {
    float:right;
    text-align:right;
}
.post-detail-right p{
    margin:0px;
}
.post-detail-right h2, .post-detail-right h2:before{
    line-height: 2em;
font-size: 28px;
 text-align:right;
 margin:0px;
 background:none;
}
.toright{
	margin-left:15%;
}
@media screen and (max-width: 420px){
 .fh5co-cover.fh5co-cover_2{
    height:200px;
 }
 .fh5co-cover.fh5co-hero-2, .fh5co-hero.fh5co-hero-2 {
    height: 200px;
 }
 .popup {
    width: 100%;
	max-height:600px;
	margin: 10px auto;
}	
 .fh5co-cover .desc {
    margin-top: 30px;
 }
 .text-box ul li {
    margin-left:0px!important;
}
.button {
    font-size: 0.90em;
}
#wklad_disp,#timefinanse_disp{
	width:50px!important;
}
.toright{
	margin-left:0px;
}
}
@media screen and (max-height: 800px){
.popup {
	max-height:600px;
}	
}

@media screen and (max-height: 720px){
.popup {
	margin-top:25px;
	max-height:550px;
}	
	
}
@media screen and (min-width: 450px){
	.mobile-pos{
		position:relative;
	}
	.mobile-first{
		float:right!important;
	}
	.mobile-second{
		float:left!important;
	}
	
}
.breadcrumbbg{
background-color: #f5f5f5;	
margin-bottom: 20px;
}
.breadcrumb span{
	font-weight:normal;
}
.content1 a{
	color:#059244;
	font-weight:600;
}
.news_list ul{
padding-left:0px;
}

ul li.news_caption{
  list-style-type: none;
margin:7px 0px;
font-size:16px;
}
ul li.news_caption a:hover{
color:#059244;
text-decoration:underline;
}
ul li.news_caption a:hover i{
color:#bbb;
}
.section-text p{
	margin:0px;
}
 .elementor-row-swipper{
 position:absolute;
 bottom:1%;
 left:0%;
 width: 100%;
 }
.elementor-column-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.elementor-element-populated {
    margin: 0px 10px 0px 10px;
    padding: 10px 35px 10px 35px;
	border-radius: 5px 5px 5px 5px;
}
.elementor-background-overlay{
background-color: #bbb;
opacity: 0.7;
border-radius: 5px 5px 5px 5px;
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
padding:15px;
}
.elementor-heading-title-l2 {
    color: #ffffff;
    font-family: "Work Sans", Sans-serif;
    font-size: 45px;
    font-weight: 900;
    line-height: 1.1em;
	opacity:1;
}
.elementor-heading-read {
	margin-top:25px;
    line-height: 1.1em;
	opacity:1;
}
.elementor-heading-read a{ 
  color: #ffffff;
    font-family: "Work Sans", Sans-serif;
    font-size: 20px;
    font-weight: 900;
}
.scale_image_container {
    -webkit-backface-visibility: hidden;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}
.scale_image {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	vertical-align: top;
	max-width: 100%;
width:340px;
height:200px;	
}
.caption_type_1 {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.caption_type_1 .caption_inner {
    color: #fff;
    font-size: 13px;
    text-align: left;
}
.caption_inner {
    background-image: linear-gradient(to top,rgba(0,0,0,.9) 0,rgba(117, 117, 117, 0.6) 50%,rgba(0,0,0,0) 95%);
    padding: 17px 20px 20px;
}
.caption_type_1 .caption_inner h2, .caption_type_1 .caption_inner h3 {
    padding-top: 10px;
    color: #fefeff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.05em !important;
	margin:0;
}
.padding0{
padding:0px;
}
.whitebg{
background:#fff;
text-align:center;
}
.event_date{
color:#fff;
 font-size: 16px;
 font-family: FiraSans-L,serif;
}
.news_list{
padding-top:35px;
}
.elementor-block{
border-style: solid;
border-width: 3px 3px 3px 3px;
border-color: rgba(140, 153, 170, 0.47058823529411764);
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
margin: 0px 10px 0px 10px;
padding: 0px 20px 0px 20px;
height: 180px;
}
.elementor-block.elementor-icon{
color: #bbb;
border-color: #bbb;
}
.elementor-block .elementor-icon-wrapper{
text-align:center;
    color: #bbb;
    border-color: #bbb;

}
.elementor-block .elementor-icon-wrapper .elementor-icon{
text-align:center;
    color: #bbb;
    border-color: #bbb;
	font-size:24px;

}
.elementor-block .elementor-widget-container{
margin: 33px 0px 0px 0px;
padding: 18px 0px 0px 0px;
width:100%;
}
.elementor-block .elementor-widget-container2{
margin: 13px 0px 0px 0px;
width:100%;
text-align:center;
}
.elementor-block .elwico5{
margin: 3px 0px 0px 0px;
width:100%;
text-align:center;
}
.elementor-size-default{
font-size: 21px;
}
.elementor-widget-wrap a:hover{
    color: #bbb;
    border-color: #bbb;
}
.elementor-widget-wrap a{
    color: #fff;
    border-color: #fff;
}
.elementor-block:hover{
	background: rgba(255,255,255,0.2);
}
.elementor-heading-title {
    color: #2D1D54;
    font-family: "Work Sans", Sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2em;
    letter-spacing: 1.6px;
	margin-left:25px;
}
.elementor-heading-title3 {
    color: #bbb;
    font-family: "Work Sans", Sans-serif;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.2em;
	letter-spacing: 0.5px;
	
}
.elementor-heading-title2 {
    color: #ffffff;
    font-family: "Work Sans", Sans-serif;
    font-size: 33px;
    font-weight: 900;
    line-height: 1.2em;
    letter-spacing: 0.5px;
	margin-left:25px;
}
.elementor-show-more{
position:absolute;
bottom:-30px;
right:15%;
background:#fff;
border-radius:5px;
box-shadow: 0px -4px 31px 3px rgba(0,0,0,0.21);
padding: 5px 25px 0px 35px;
}
.elementor-show-more a{
color: #2d1d54;
font-family: "Work Sans", Sans-serif;
font-size: 13px;
font-weight: 900;
line-height: 19px;
letter-spacing: 1.5px;
}
.elementor-show-more-element{
margin: 0% 0% 0% 0%;
padding: 22px 0px 22px 0px;
background-color: #ffffff;
}
.elementor-show-more-element i{
float:right;
font-size:25px;
}
.elementor-link{
position: absolute;
top: 0;
left: 20px;
width: 87%;
height: 100%;
}
.col-md-17{
padding-left:0px;
padding-right:0px;
}
.elementor-gray{
 background-color: #677184;
}
.elementor-gray h6.elementor-heading-title{
 color: #bbb;
 font-family: "Work Sans", Sans-serif;
 font-size: 11px;
 font-weight: 900;
 text-transform: uppercase;
 line-height: 1.2em;
 letter-spacing: 2.6px;
}
.elementor-gray h3.elementor-heading-title {
 color: #ffffff;
 font-family: "Work Sans", Sans-serif;
 font-size: 34px;
 font-weight: 900;
 line-height: 41px;
 letter-spacing: 0.5px;
}
.news_important .news_img{
 box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
 border-radius: 5px 5px 5px 5px;
 margin: 0px 50px 30px 0px;
}.news_important .news_img img{
 width:100%;
 border-radius:5px;
}
.news_important h3{
 font-family: "Work Sans", Sans-serif;
 font-size: 20px;
 line-height: 28px;
 font-weight: 900;
 text-align: left;
 margin: 0px 0px 3px 0px;
}
.news_important p{
 color: rgba(108, 131, 162, 0.96);
 cursor: pointer;
 line-height: 1;
 font-family: "Work Sans", Sans-serif;
 font-size: 13px;
 text-transform: uppercase;
 margin-bottom: 15px;
}
.news_important span{
 color: #36475E;
 font-family: "Work Sans", Sans-serif;
 font-size: 16px;
 line-height: 1.6em;
 margin: -13px 0px 35px 0px;
}
.news_important h3 a{
 color: #2D1D54;
}

.elementor-element-populated2a {
    border-style: solid;
    border-width: 10px 0px 0px 0px;
    border-color: #bbb;
    box-shadow: 0px -4px 31px 3px rgba(0,0,0,0.21);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: -106px 11px 0px 20px;
    padding: 28px 0px 0px 0px;
	border-radius: 5px 5px 5px 5px;
	background:#fff;
}
.populate_count elementor-widget-container {
padding: 30px 0px 0px 0px;
}
.populate_count .elementor-heading-title {
    color: #36475E;
    font-family: "Work Sans", Sans-serif;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 1px;
	margin:0 0 15px 0;
}
.elementor-element-100{
width:100%;
}
.populate_count .separator{
border-top:5px solid #bbb;
text-align:center;
width:50px;
margin:0px auto;
}
.populate_count .separator p{
margin-bottom:0px;
font-size:2px;
}
.populate_count .elementor-counter{
color: #36475E;
font-family: "Work Sans", Sans-serif;
font-size: 16px;
line-height: 1.6em;
font-weight: 400;
}
.populate_count .elementor-counter-number-wrapper {
    color: #2d1d54;
    font-family: "Work Sans", Sans-serif;
    font-size: 47px;
    font-weight: 900;
    line-height: 0.8em;
}
.populate_count .elementor-counter-title {
color: rgba(45,29,84,0.64);
font-family: "Work Sans", Sans-serif;
font-size: 17px;
font-weight: 500;
margin-top:15px;
}
.populate_count .elementor-counter-description {
color: #36475E;
font-family: "Work Sans", Sans-serif;
font-size: 16px;
line-height:1.6rem;
font-weight: 400;
margin:15px 30px 30px;
}
.elementor-contact{
background-image: url("/tmpl_2/images/bg_contact.jpg");
background-position: center center;
}
.elementor-contact .form{
background-color: #F7F6F9;
margin:0px;
}
.elementor-contact .imed{
background-color: #677184;
margin:0px;
}
.elementor-contact .elementor-element-populated {
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #ffffff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 70px 50px 70px;
	border-radius:0px;
}

.elementor-contact .form .elementor-heading-title h3{
    color: #2D1D54;
    font-family: "Work Sans", Sans-serif;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.2em;
}
.elementor-contact .imed .elementor-heading-title h3{
    color: #fff;
    font-family: "Work Sans", Sans-serif;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.2em;
}
.elementor-contact .imed .elementor-element{
 background-color: rgba(255, 255, 255, 0.058823529411764705);
 transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
margin-top: 0px;
margin-bottom: 4px;
padding: 15px 33px 15px 15px;
}
.elementor-contact-item{
background-color: rgba(255, 255, 255, 0.058823529411764705);
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
margin-top: 0px;
margin-bottom: 4px;
padding: 15px 33px 15px 15px;
    width: 100%;

}
.elementor-contact-item img{
border-radius:5px;
}
.elementor-contact-item a{
color:#fff;
font-weight:900;
font-size:17px;
line-height:23px;
margin-top:15px;
font-family: "Work Sans", Sans-serif;
}
.elementor-contact-item:hover{
background:#bbb;
}

.team-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  align-items: start; /* <-- to dodajemy */
}
    .person-card {
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 8px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }
    .person-card img {
      width: 100%;
      height: auto;
      display: block;
    }
    .accordion-header {
      cursor: pointer;
      padding: 12px;
      background: #dda147;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: bold;
    }
    .accordion-content {
      display: none;
      padding: 12px;
      border-top: 1px solid #ccc;
      background: #fafafa;
    }
    .accordion-content.open {
      display: block;
    }
    @media (max-width: 768px) {
      .team-container {
        grid-template-columns: 1fr;
      }
    }
	
@media screen and (max-width: 400px) {
 .elementor-block .elwico1{margin:12px 0 0 0;}
 .elementor-row-swipper{width:90%;left:0%;}	
 table{width:100%!important;}
 .tresc_strony{margin:5px;}
}
@media screen and (max-width: 420px) {
	
 img{max-width:100%;}
 #fh5co-logo img{max-width:90%;}
 .toline>div{float:left}
 .clear{margin:0px;}
 .fh5co-nav-toggle{margin-top:1em;margin-right:1em;}
 .elementor-element-populated{padding:10px 5px;margin:0px 5px;}
 .elementor-heading-title-l2{font-size:24px;}
 .news_list{padding-top:5px;padding-left: 15px;}
 .btn.btn-secondary{font-size:13px;}
 .elementor-row{display: block;}
 .elementor-gray h6.elementor-heading-title{margin:15px 0 10px 25px;}
 .elementor-element-populated2{margin-top:10px;}
 .elementor-element-populated2a{margin-top:10px;}
 .elementor-contact .elementor-element-populated{padding:20px 10px 20px 10px;}
 .elementor-contact .imed .elementor-heading-title h3{font-size:22px}
 .elementor-contact-item a{font-size:15px;}
 .elementor-contact-item h3{margin:0px;}
 .elementor-block{margin:0 5px 5px 5px; padding:0 10px;}
 table{width:90%!important;}
 .tresc_strony{margin:5px;}
}

.form_correct{
	color:#fff;
}
.topbar{
	background: #059244;
padding: 1px 10px;
  padding-top: 1px;
  padding-right: 10px;
  padding-bottom: 1px;
  padding-left: 10px;
}


[class^="fontawesome-"]:before {
 font-family: 'FontAwesome', sans-serif;
}

#social-sidebar {
 left: 0;
 position: fixed;
 top: 30%;
 padding-left:0px;
 z-index:1001;
}
#social-sidebar li:first-child a { border-top-right-radius: 5px; }
#social-sidebar li:last-child a { border-bottom-right-radius: 5px; }
 
#social-sidebar a {
 background: rgba(19, 57, 132, 0.9);
 color: #fff;
    text-decoration: none;
 display: block;
 height: 50px;
 width: 50px;  
 font-size: 24px;
 line-height: 50px;
 position: relative;
 text-align: center;
    cursor: pointer;
}
#social-sidebar a:hover span {
 left: 120%;
 opacity: 1;
}
#social-sidebar a span {
  font: 12px "Open Sans", sans-serif;
  text-transform: uppercase;
 border-radius: 3px;
 line-height: 24px;
 left: -100%;
 margin-top: -16px;
 opacity: 0;
 padding: 4px 8px;
 position: absolute;
 transition: opacity .3s, left .4s;
 top: 50%;
 z-index: -1;
}
 
#social-sidebar a span:before {
 content: "";
 display: block;
 height: 8px;
  width: 8px;
 left: -4px;
 margin-top: -4px;
 position: absolute;
 top: 50%;
 transform: rotate(45deg);
}
.form_uncorrect{
	color:#fff;
	margin-left:10px;
	}.form_correct{
	color:#fff;
	margin-left:10px;
	}
.tresc{
font-family: "Work Sans", Sans-serif;
}	
#social-sidebar a[class*="eye-open"]:hover,
#social-sidebar a[class*="eye-open"] span,
#social-sidebar a[class*="eye-open"] span:before {background: #00aced;}
 
#social-sidebar a[class*="fontawesome-adjust"]:hover,
#social-sidebar a[class*="facebook"] span,
#social-sidebar a[class*="facebook"] span:before {background: #3B5998;}
 
#social-sidebar a[class*="adjust"]:hover,
#social-sidebar a[class*="adjust"] span,
#social-sidebar a[class*="adjust"] span:before {background: #E34429;}
 
#social-sidebar a[class*="text-height"]:hover,
#social-sidebar a[class*="text-height"] span,
#social-sidebar a[class*="text-height"] span:before {background: #ea4c89;}
 
#social-sidebar a[class*="underline"]:hover,
#social-sidebar a[class*="underline"] span,
#social-sidebar a[class*="underline"] span:before {background: #8DC5F2;}
 
#social-sidebar a[class*="text-width"]:hover,
#social-sidebar a[class*="text-width"] span,
#social-sidebar a[class*="text-width"] span:before {background: #9C7A5B;}
 
#social-sidebar a[class*="evernote"]:hover,
#social-sidebar a[class*="evernote"] span,
#social-sidebar a[class*="evernote"] span:before {background: #6BB130;}