/*!
Theme Name: ablsoft
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ablsoft
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ablsoft is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.vc_column_container>div.vc_column-inner {
    padding-left: 0px;
		padding-right: 0px;
}
div.vc_row {
	margin-left: 0px;
	margin-right: 0px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #D8000C;
    background-color: #FFBABA;
    border: 0;
    padding: 10px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #4F8A10;
    background-color: #e4f8e5;
    border: 0;
    padding: 10px;
}
div.wpcf7-mail-sent-ok:before,div.wpcf7-validation-errors:before {
    font: 26px/30px dashicons;
    margin-right: 16px;
    vertical-align: middle;
}
div.wpcf7-mail-sent-ok:before {
    content: "\f147";
}
div.wpcf7-validation-errors:before {
    content: "\f158";
}
div.wpcf7 .ajax-loader {
    background-image: url('./img/loader1.gif');
    background-position: center center;
    background-size: cover;
    margin: 20px 10px;
    width: 40px;
    height: 40px;
}
.hero_main .container a.button:hover, .cta .container .button:hover, .big_cta .container .button:hover {
   background: rgb(227, 248, 229);
   color: #27c229;
}
a.button {
    transition: background .3s, color .3s;
}





.who_we_are.second_style .container {
  width: 890px;
  display: flex;
  justify-content: space-between;
}
.who_we_are.second_style .container .description {
  text-align: left;
  margin: 0px 10px;
  
}
.who_we_are.second_style .team_item_memory_second {
  width: calc(33%);
  min-width: 300px;
  text-align: center;
  margin-bottom: 40px; 
}
.who_we_are.second_style .team_item_memory_second .photo {
  max-width: 255px;
  width: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid white;
  border-color: white;
  -webkit-box-shadow: 0px 3px 14px 0px #00000099;
  box-shadow: 0px 3px 14px 0px #00000099;
  margin: 0 auto;
  max-width: -webkit-fill-available;
  max-width: -moz-available;
  max-width: fill-available;
  margin-bottom: 24px; 
}
.who_we_are.second_style .team_item_memory_second .photo img {
  width: 100%;
  display: block; 
}
.who_we_are.second_style .team_item_memory_second .name {
  max-width: 255px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33em;
  letter-spacing: normal;
  text-align: center;
  color: #23272a;
  margin-bottom: 4px; 
}
.who_we_are.second_style .team_item_memory_second .position {
  max-width: 255px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #01bacb;
  margin-bottom: 8px; 
}
.who_we_are.second_style .team_item_memory_second .bio {
  max-width: 255px;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5em;
  letter-spacing: normal;
  text-align: center;
  color: #263744;
  margin-bottom: 8px; 
}
.who_we_are.second_style .team_item_memory_second .projects {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5em;
  letter-spacing: normal;
  text-align: center;
  color: #263744; 
}


@media screen and (max-width: 768px) {
  .who_we_are.second_style .container {
    flex-wrap: wrap;
  }
  .who_we_are.second_style .team_item_memory_second {
    margin: 20px auto;
  }
}