.company-culture .list-features li .icon {
    float: left;
    margin-right: 15px;
    padding-top: 5px;
}

.company-culture .list-features li {
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
}

.other_link {
  color: #5fbf85;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

.link {
  color: #ffffff;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

.link--arrowed {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
}
.link--arrowed .arrow-icon {
  position: relative;
  top: -1px;
  transition: transform 0.3s ease;
  vertical-align: middle;
}
.link--arrowed .arrow-icon--circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}
.link--arrowed:hover {
	color: #ffffff;
}
.other_link:hover {
	color: #5fbf85;
}
.link--arrowed:hover .arrow-icon {
  transform: translate3d(5px, 0, 0);
}
.link--arrowed:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}

.quote {
	padding-left: 40px;
}

blockquote {
	font-weight: 700;
	max-width: 600px;
	line-height: 1.4;
	position: relative;
	margin: 0;
	padding: .5rem;
}

blockquote:before,
blockquote:after {
	position: absolute;
	color: #f1efe6;
	font-size: 8rem;
	width: 4rem;
	height: 4rem;
}

blockquote:before {
	content: '“';
	left: -5rem;
	top: -2rem;
}

cite {
	line-height: 3;
	text-align: left;
}

.partners form {
  padding: 11px;
  max-width: 600px;
  margin: auto;
}


.partners .header {
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 5px;
}


.partners .description {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.3em;
  margin: auto;
}


.partners .input {
  display: flex;
  align-items: center;
  color: white;
}


.partners .button {
  height: 44px;
  border: none;
}

  
#email {
  width: 75%;
  background: #FDFCFB;
  font-family: inherit;
  color: #737373;
  letter-spacing: 1px;
  text-indent: 5%;
  border-radius: 5px 0 0 5px;
}


#submit {
  width: 25%;
  height: 46px;
  background: #53b57a;
  color: white;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  letter-spacing: 1px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  transition: background .3s ease-in-out;
}
  

#submit:hover {
  background: #edce67;
}
  

input:focus {
  outline: none;
  outline: 2px solid #a2edc1;
  box-shadow: 0 0 2px #a2edc1;
}

.proccess {
  margin: auto;
  padding: 15px;
}

.proccess p {
  border-top: 2px dashed;
  border-color: white !important;
  margin:0; padding: 30px;
  counter-increment: section;
  position: relative;
}



.proccess p:nth-child(even):before {
  content: counter(section);
  right: 100%; 
  margin-right: -20px;
  position: absolute;
  border-radius: 50%;
  padding: 8px;
  height: 40px;
  width: 40px;
  background-color: #2f9e5d;
  text-align:center;
  color: white;
  font-size: 110%;
  margin-top: -10px;
}

.proccess p:nth-child(odd):before {
  content: counter(section);
  left: 100%; 
  margin-left: -20px;
  position: absolute;
  border-radius: 50%;
  padding: 8px;
  height: 40px;
  width: 40px;
  background-color: #2f9e5d;
  text-align:center;
  color: white;
  font-size: 110%;
  margin-top: -10px;
}



.proccess p:nth-child(even) {
  border-left: 2px dashed;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 30px; 
  padding-right: 0;
}

.proccess p:nth-child(odd) {
  border-right: 2px dashed;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: 30px; 
  padding-left: 0;
}

.proccess p:first-child {
  border-top: 0;
  border-top-right-radius:0;
  border-top-left-radius:0;
}

.proccess p:last-child {
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}


.company-culture .main h3.title {
	font-size: 38px;
	color: black;
	padding-bottom: 10px;
	padding-top: 20px;
}

.section .post h2.title {
	margin-bottom: 20px;
	color: black;
}

.xleaders {
	background: #55b77c;
	color: white;
}

.xleaders .main h3.title {
	font-size: 38px;
	color: black;
	padding-bottom: 10px;
}

.xleaders h2 {
	color: black;
}

.xleaders .services ul li:after {
    background: #ff5b45;
}

.ventures {
	background: white;
}

.ventures .leaf {
    position: absolute;
    top: 0;
    left: 0;
}


.portfolios {
	padding: 0px;
}

.ventures h2 {
	color: #5fbf85;
}

.ventures h3 {
	color: #5fbf85;
}

.ventures {
	padding-bottom: 10px;
}

.partners .main .partners-list li .border {
	border: 0px;
}

.portfolios h3 {
	color: #5fbf85;
}

.introduce .title {
	font-family: "ihb sofia pro light",sans-serif;
	color: #5fbf85;
	font-size: 48px;
	margin-bottom: 30px;
	height: 60px;
	text-align: center;
}

.introduce .images {
    margin-top: 0px;
}

.intro h3 {
	font-size: 38px;
	padding-bottom: 10px;
	color: #5fbf85;
}

.introduce h3 {
	font-size: 38px;
	padding-bottom: 10px;
	color: #5fbf85;
}

.title {
    font-family: "ihb sofia pro",sans-serif !important;
 }
 
.contact .main > h2.title {
    color: black;
}


.contact .info-contact span.company {
    font-size: 2.2rem;
    margin-bottom: 10px;
    line-height: 3rem;
}

.top-section article h1 {
	font-size: 48px;
}

.top-section article span {
    text-transform: uppercase;
    color: #000000;
    font-family: "ihb sofia pro light", sans-serif;
    font-size: 33px;
}

@media screen and (max-width: 767px){
	.news .main > h2.title, .company-culture .main > h2.title, .partners .main > h2.title, .contact .main > h2.title {
	    font-size: 48px !important;
	}
}

body {
    font-size: 16px;
}

.company-culture .main .other-images {
    width: 310px;
    height: 310px;
    text-align: center;
    margin: 0 auto;
    -moz-border-radius: 50%;
}