@charset "UTF-8";
/*
Theme Name: CPS Theme
Description: For personal use
Author: Tapston Development
Author URI: https://tapston.com
Version: 2.12
*/
html, body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 1.5;
  color: #1F3666;
  font-size: 16px;
}

a {
  color: #F9407A;
}

a:hover{
  transition: .2s;
  color: #41C6F8;
}

textarea {
  resize: none;
}

svg{
  fill: currentColor;
}

svg:hover{
  fill: white;
}

.hide {
  display: none;
}

select {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  overflow: auto;
  border: 1px solid #e4e4e4;
  outline: none;
  border-radius: 5px;
  padding: 9px;
}

.input-full select{
  font-weight: normal;
  height: 49px;
}

.input-full.select label{
  color: #757575;
  font-size: 14px;
}

.input-full.select span{
  display: block;
  margin-top: 10px;
}

.legend, .wpcf7-acceptance .wpcf7-list-item-label{
  font-size: 12px;
}

.input-half {
  width: calc(50% - 10px);
  margin-bottom: 10px;
  float: left;
  margin-right: 10px;
}

.input-half:nth-child(even){
  margin-right: 0;
  margin-left: 10px;
}

.input-full{
  width: 100%;
  margin-bottom: 10px;
}

p {
	margin: 0 0 10px;
}


.none-margin {
  margin: 0;
}

body .visible {
  transition: .1s ease-in;
  opacity: 1;
  z-index: 1020;
}

body .hidden {
  transition: .2s ease-out;
  opacity: 0;
  z-index: -2;
}
.slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.slider.slick-initialized {
    visibility: visible;
    opacity: 1;    
}

.container {
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
.container > .container-info-text > .title-info-text {
  padding: 25px 0;
}
.container > .container-info-text > .info-video {
  height: auto;
}
.container > .path-menu {
  border-top: 1px solid #e1e4e8;
  border-bottom: 1px solid #e1e4e8;
  padding: 12px 120px;
  margin-bottom: 80px;
  font-size: 14px;
  color: #1F3666;
}
.container > .path-menu > span {
  padding-left: 10px;
  padding-right: 20px;
  position: relative;
}
.container > .path-menu > span:first-child {
  padding-left: 0;
}
.container > .path-menu > span::after {
  content: "";
  position: absolute;
  right: 0;
  width: 8px;
  height: 20px;
  background-image: url("assets/icons/ArrowRightGray.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
.container > .path-menu > span.active-page,
.container > .path-menu > span.current-item {
  font-weight: 600;
}
.container > .path-menu > span.active-page::after,
.container > .path-menu > span.current-item::after {
  content: "";
  width: 0;
  height: 0;
}
.container > .container-section {
  padding: 0 120px;
}
.container > .container-section > .container-sort-menu {
  display: flex;
  align-items: flex-start;
  color: #1F3666;
}
.container > .container-section > .container-sort-menu > .sort-menu-item {
  border: 1px solid #e1e4e8;
  margin-right: 25px;
  border-radius: 6px;
  font-size: 13px;
  min-width: 165px;
  margin-bottom: 10px;
  cursor: pointer;
}
.container > .container-section > .container-sort-menu > .sort-menu-item > .sort-item {
  display: flex;
}
.container > .container-section > .container-sort-menu > .sort-menu-item > .sort-item > .sort-item-name {
  padding: 10px;
  width: 100%;
}
.container > .container-section > .container-sort-menu > .sort-menu-item > .sort-item > .sort-item-toggle {
  display: flex;
  align-items: center;
  padding: 12px;
  border-left: 1px solid #e1e4e8;
}
.container > .container-section > .container-sort-menu > .sort-menu-item > .sort-item > .sort-item-toggle img {
  width: 12px;
}
.container > .container-section > .container-sort-menu > .sort-menu-item > .sort-item > .toggle-image img {
  transform: rotate(180deg);
}
.container > .container-section > .container-sort-menu > .sort-menu-item > .sort-item-choice {
  display: none;
  flex-direction: column;
  border-top: 1px solid #e1e4e8;
}
.container > .container-section > .container-sort-menu > .sort-menu-item > .sort-item-choice span {
  padding: 10px;
  height: 100%;
}
.container > .container-section > .container-sort-menu > .sort-menu-item > .sort-item-choice span:hover {
  color: #41C6F8;
}
.container > .container-section > .container-sort-menu > .sort-menu-item > .active-choice {
  display: flex;
}
.container > .container-section > .container-sort-menu > .active-menu-item {
  height: 100%;
}
.container > .container-section > .container-list > .list-item {
  border-top: 1px solid #e1e4e8;
  padding: 10px 0;
}
.container > .slider {
  height: 450px;
  width: 100%;
  outline: none;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
.container > .slider .slide {
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center; 
}

.container > .slider .slide:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 3;
  background: rgba(27, 17, 83, 0.5);
}

.container > .slider .slide > .info-slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  z-index: 5;
}
.container > .slider .slide > .info-slider span {
  font-size: 38px;
  text-align: center;
  font-weight: bold;
  z-index: 5;
}
.container > .slider .slide > .info-slider > .button-slider {
  cursor: pointer;
  background-color: #41C6F8;
  color: white;
  border-radius: 26px;
  font-weight: 600;
  font-size: 14px;
  outline: none;
  border: 1px solid #41C6F8;
  z-index: 5;
  margin-top: 40px;
  padding: 16px 48px;
  text-transform: uppercase;
}
.container > .slider .slide > .info-slider > .button-slider:hover {
  transition: 0.2s;
  background-color: white;
  color: #41C6F8;
}
.container > .pre-footer {
  margin-top: 60px;
  display: flex;
  position: relative;
  width: 100%;
  min-height: 335px;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.container > .pre-footer:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 3;
  background: rgba(27, 17, 83, 0.5);
}
.container > .pre-footer > .title-pre {
  color: white;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  z-index: 5;
}
.container > .more-about-us {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
}
.container > .more-about-us > .info-span {
  text-align: center;
  margin: 30px 0;
}
.buttonH {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #41C6F8;
  border-radius: 26px;
  outline: none;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #41C6F8;
  padding: 16px 48px;
  text-transform: uppercase;
  z-index: 5;
  transition: 0.2s;
  font-family: "Open Sans", sans-serif;
}

.buttonH:hover {
  background-color: #41C6F8;
  color: white;
}
.container > .services-container {
  height: 100%;
  padding: 60px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container > #posts.services-container {
  display: block;
}

.container > .services-container > .services-button {
  cursor: pointer;
  background-color: white;
  color: #828c9e;
  border: 1px solid #e1e4e8;
  border-radius: 26px;
  font-weight: 600;
  height: 50px;
  line-height: 52px;
  font-size: 14px;
  outline: none;
  padding: 0 30px;
  text-transform: uppercase;
}
.container > .services-container > .services-button:hover {
  transition: 0.2s;
  background-color: #828c9e;
  border: 1px solid #828c9e;
  color: white;
}
.container .services-item-container {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.page-template .container .services-item-container {
  justify-content: flex-start;
}
.container .services-item-container > .services-item {
  width: 350px;
  margin: 15px;
  color: #1F3666;
}
.container .services-item-container > .services-item > .img-services {
  width: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
}
.container .services-item-container > .services-item > .info-services-item > .subtitle {
  color: #828c9e;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 0;
}
.container .services-item-container > .services-item > .info-services-item h3 {
  color: #293c5f;
}
.container .services-item-container > .services-item > .info-services-item > .info-text {
  width: 100%;
  text-align: left;
}
.container .services-item-container > .services-item > .info-services-item .btn {
  display: block;
  outline: none;
  border: none;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
}
.container .services-item-container > .services-item .block-info-item {
  padding: 22px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  min-height: 50px;
}
.container .services-item-container > .services-card{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.container .services-item-container > .services-card .btn{
  font-size: 14px;
  font-weight: 600;
  padding: 0 22px 22px;
  display: inline-block;
}

.container .services-item-container > .services-card .block-info-item{
  padding: 22px;
  border-radius: 3px;
  box-shadow: none;
  display: flex;
  align-items: center;
  min-height: 50px;
}
.container .services-item-container > .services-item > .height-img {
  width: 350px;
  height: 250px;
}
.container .services-item-container > .height-none {
  height: 100%;
  min-height: auto;
}
.container .last-container {
  padding-bottom: 45px;
}
.container #posts {
  padding-top: 0px;
}

.container #posts > .services-item {
  width: auto;
  margin: 0;
}
.container #posts > .services-item .img-services{
  min-width: 200px;
  display: inline-block;
  height: 200px;
  background-repeat: no-repeat;
  float: left;
  border-radius: 3px;
  margin-right: 20px;
  background-size: cover;
}
.container #posts.grid > .services-item .img-services {
  width: 100%;
}

.container #posts > .services-item > .info-services-item > .subtitle {
  color: #828c9e;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 0;
}

.container #posts > .services-item > .info-services-item .btn {
  display: block;
  outline: none;
  border: none;
  text-transform: uppercase;
  background-color: transparent;
  color: #41C6F8;
  cursor: pointer;
  padding: 0;
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
}

.container #posts > .services-item .info-services-item button {
  margin: 0;
  margin-top: 10px;
}
.container > .color-container {
  background-color: #f7faff;
}
.container > .height-none {
  min-height: auto;
}
.container > .border-active {
  border-top: 1px solid #e1e4e8;
}

.subtitle-info-text {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.fill-form-main .form-block .textarea-container {
  position: relative;
  height: 100%;
  display: inline-block;
  line-height: 1;
  width: 100%;
  margin-bottom: 10px;
}
.fill-form-main .form-block .textarea-container textarea {
  font-size: 14px;
  font-weight: 600;
  overflow: auto;
  border: 1px solid #e4e4e4;
  outline: none;
  border-radius: 5px;
  padding: 9px;
}
.fill-form-main .form-block .input-container input {
  padding: 14px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
}

.fill-form-main .form-block .textarea-container textarea,
.fill-form-main .form-block .input-container input,
.container > .fill-form-main .form-block .input-container input {
  font-family: "Open Sans", sans-serif;
  padding: 14px;
  font-weight: normal;
  width: calc(100% - 30px);
}

.fill-form-main .form-block .input-container input:active,
.fill-form-main .form-block .input-container input:focus,
.fill-form-main .form-block .textarea-container textarea:active,
.fill-form-main .form-block .textarea-container textarea:focus {
  border-color: #41C6F8;
  border-radius: 5px;
  outline: none;
}

.fill-form-main .form-block .input-container .textarea-control span.wpcf7-not-valid-tip {
  bottom: 15px;
}

.wpcf7-validation-errors, .wpcf7-acceptance-missing {
  border: none!important;
  padding: 0!important;
  margin: 20px 0 0!important;
}

.fill-form-main .form-block .input-container span.wpcf7-not-valid-tip {
  font-size: 10px;
  opacity: 0.75;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.form-control {
  margin-top: 10px;
}

.popUp-block div.wpcf7 .screen-reader-response {
  font-size: 12px;
  text-align: center;
  margin: 10px 0;
}

.fill-form-main > .buttonH {
  border: 1px solid #41C6F8;
}
.title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  color: #1F3666;
  text-transform: capitalize;
}
.title span {
  position: relative;
}
.title span:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  left: -42px;
  top: 8px;
  background-image: url("assets/arrowLeft.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
.title span:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  right: -42px;
  top: 8px;
  background-image: url("assets/arrowRight.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}

.title-main {
  text-align: left;
  padding: 0 40px;
  font-size: 34px;
}

.header {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 1000;
  min-height: 62px;
  padding: 20px 0;
  background-color: white;
}
.shadow-header{
  box-shadow: 0 0 8px #d2d8e2;
}
.header .logo {
  display: block;
  height: 55px;
  width: 200px;
  background-image: url("assets/image/Logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -99999px;
}
.header .container {
  padding-top: 0;
}
.header ul {
  display: flex;
  align-items: center;
  list-style: none;
  flex-direction: row;
  margin: 0;
}

.header ul li.buttonH a{
  font-weight: 600;
  font-size: 14px;
  padding: 0;
  text-align: center;
  line-height: 52px;
  color: #41C6F8;
  padding: 0 30px;
  text-transform: uppercase;
}

.header ul li.buttonH {
  cursor: pointer;
  background-color: #fff;
  color: #41C6F8;
  border: 1px solid #41C6F8;
  border-radius: 26px;
  outline: none;
  height: 50px;
  margin-left: 40px;
}

.header ul li.buttonH:hover {
  transition: 0.2s;
  background-color: #41C6F8;
}

.header ul li.buttonH:hover a{
  transition: 0.2s;
  color: #fff;
}

.footer > .navbar {
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  box-shadow: none;
  height: 100%;
}
.footer > .navbar > .container > .info-footer > .head-navbar-menu {
  display: flex;
  height: 100%;
  align-items: center;
  width: 50%;
}
.footer > .navbar > .container > .info-footer > .head-navbar-menu > .ul-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer > .navbar > .container > .info-footer > .head-navbar-menu > .ul-menu li {
  padding-left: 14px;
  padding-right: 14px;
}
.footer > .navbar > .container > .info-footer > .head-navbar-menu > .ul-menu a {
  display: block;
  text-decoration: none;
  color: #293c5f;
  font-weight: 500;
  font-style: normal;
}
.footer > .navbar > .container > .info-footer > .head-navbar-menu > .ul-menu a:hover {
  color: #41C6F8;
}
.footer > .navbar > .container > .info-footer > .social-icon {
  display: flex;
  width: 50%;
  padding: 0;
  justify-content: flex-end;
  align-items: center;
}
.footer > .navbar > .container > .info-footer > .social-icon > .linkedin {
  cursor: pointer;
  width: 37px;
  height: 34px;
  background: url("assets/icons/linkedin.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 5px;
}
.footer > .navbar > .container > .info-footer > .social-icon > .linkedin:hover {
  transition: 0.2s;
  background: url("assets/icons/linkedinActive.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 5px;
}
.footer > .navbar > .container > .info-footer > .social-icon > .youtube {
  cursor: pointer;
  width: 37px;
  height: 34px;
  background: url("assets/icons/YouTube.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 5px;
}
.footer > .navbar > .container > .info-footer > .social-icon > .youtube:hover {
  transition: 0.2s;
  background: url("assets/icons/YouTubeActive.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 5px;
}
.footer > .navbar > .container > .info-footer > .social-icon > .twitter {
  cursor: pointer;
  width: 37px;
  height: 34px;
  background: url("assets/icons/Twitter.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 5px;
}
.footer > .navbar > .container > .info-footer > .social-icon > .twitter:hover {
  transition: 0.2s;
  background: url("assets/icons/TwitterActive.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 5px;
}
.footer > .navbar > .container > .info-footer > .social-icon > .facebook {
  cursor: pointer;
  width: 37px;
  height: 34px;
  background: url("assets/icons/Facebook.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 5px;
}
.footer > .navbar > .container > .info-footer > .social-icon > .facebook:hover {
  transition: 0.2s;
  background: url("assets/icons/FacebookActive.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 5px;
}
.footer > .navbar > .container > .info-footer > .social-icon > .instagram {
  cursor: pointer;
  width: 37px;
  height: 34px;
  background: url("assets/icons/Instagram.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 5px;
}
.footer > .navbar > .container > .info-footer > .social-icon > .instagram:hover {
  transition: 0.2s;
  background: url("assets/icons/InstagramActive.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 5px;
}
.footer > .navbar > .container > .border {
  max-width: 90%;
  margin: 0 auto;
  border-top: 1px solid #e5e7ec;
  color: #cfd3da;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  text-align: center;
  padding: 25px;
}

.popUp-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(1, 1, 1, 0.5);
  z-index: 1020;
}
.popUp-container > .popUp-block {
  position: fixed;
  right: 0;
  left: 0;
  top: 50px;
  width: 440px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
  background: white;
}
.popUp-container > .popUp-block > .popUp-info-container {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 30px;
}
.popUp-container > .popUp-block > .popUp-info-container .fill-form-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0;
}
.popUp-container > .popUp-block > .popUp-info-container .fill-form-main > .form-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px 0;
}
.popUp-container > .popUp-block > .popUp-info-container .fill-form-main > .form-block span {
  margin: auto;
}
.popUp-container > .popUp-block .popUp-close-container {
  width: 40px;
  height: 40px;
  background: white;
  position: absolute;
  top: -20px;
  right: -50px;
  border-radius: 100%;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popUp-container .form-info {
  font-size: 12px;
}

.button-cont {
  margin-top: 20px;
  text-align: center;
}

.container > .more-about-us > .info-span {
  color: #1F3666;
  text-align: center;
  max-width: 900px;
  line-height: 1.5;
}

.popUp-container > .popUp-block > .popUp-info-container {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 40px;
}
.popUp-container > .popUp-block > .popUp-info-container .fill-form-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0;
}
.popUp-container > .popUp-block > .popUp-info-container .fill-form-main .form-block {
  display: flex;
  flex-direction: column;
}
.popUp-container > .popUp-block .popUp-close-container img {
  width: 100%;
  height: 15px;
  opacity: 0.9;
}
.span.wpcf7-not-valid-tip {
  font-size: 10px;
  opacity: 0.75;
}

.form-block .wpcf7 .screen-reader-response {
  margin: 15px 0 20px;
}

.header ul {
  display: flex;
  align-items: normal;
  flex-direction: column;
}
.header ul li{
  position: relative;
  padding: 10px 15px 0 0;
}

.header ul.sub-class li {
  padding: 0 15px 0 0;
}

.header ul ul {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  background: #fff;
  width: 100%;
  min-width: 200px;
  z-index: 1200;
}

.header ul ul li{
  text-align: right;
}

.header ul li:hover > ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  left: 0;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}
.header ul li a {
  display: block;
  padding: 10px 0;
}

.header ul.sub-menu {
  padding-bottom: 10px;
}

body .sub-menu li.menu-item a {
  text-align: left;
  font-size: 12px;
  padding-bottom: 0;
}

.posts-options {
  margin: 20px 0;
}

.posts-options .sort-view.hide{
  display: none;
}

.posts-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.posts-options .switch-view {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.posts-options .sort-view {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.posts-options .sort {
  display: flex;
  flex-direction: column;
}

.posts-options .sort span {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 600;
}

.posts-options .sort select {
  font-size: 13px;
  border: 1px solid #1F3666;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #1F3666;
  height: 30px;
}

.switch-view span,
.sort-view span {
  display: block;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #41C6F8;
  border-radius: 24px;
  outline: none;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  color: #41C6F8;
  padding: 8px 24px;
  text-transform: uppercase;
  z-index: 5;
  font-family: "Open Sans", sans-serif;
  transition: 0.2s;
}

.switch-view span:first-child,
.sort-view span:first-child {
  margin-right: 10px;
}

.switch-view span:hover,
.sort-view span:hover {
  background-color: #41C6F8;
  color: white;
}

.switch-view > .list:before,
.switch-view > .grid:before,
.sort-view > .asc:before,
.sort-view > .desc:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background-size: contain; 
}

.switch-view > .list:before{
  background-image: url('./assets/icons/list.svg'); 
}

.switch-view > .grid:before {
  background-image: url('./assets/icons/grid.svg'); 
}

.sort-view > .asc:before {
  background-image: url('./assets/icons/asc.svg'); 
}
.sort-view > .desc:before {
  background-image: url('./assets/icons/desc.svg'); 
}

.switch-view .list.active,
.switch-view .grid.active,
.sort-view .asc.active,
.sort-view .desc.active {
  background-color: #41C6F8;
  color: white;
}

.switch-view .list:hover:before,
.switch-view .list.active:before {
  background-image: url('./assets/icons/list-white.svg'); 
}

.switch-view .grid:hover:before,
.switch-view .grid.active:before{
  background-image: url('./assets/icons/grid-white.svg'); 
}

.sort-view .asc:hover:before,
.sort-view .asc.active:before {
  background-image: url('./assets/icons/asc-white.svg'); 
}

.sort-view .desc:hover:before,
.sort-view .desc.active:before {
  background-image: url('./assets/icons/desc-white.svg'); 
}

.container #posts.list > .services-item .img-services,
.container #posts.list > .services-item .info-text{
  display: none;
}


.container {
  padding-left: 15px;
  padding-right: 15px;
}
.container > .path-menu {
  padding: 12px 6px;
  margin-bottom: 60px;
}
.container > .container-section {
  padding: 0;
}
.container > .container-section > .container-sort-menu > .sort-menu-item {
  margin-right: 0;
}
.container > .services-container {
  height: 100%;
  padding: 20px 0;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .services-item-container > .services-item {
  width: 100%;
  margin: 15px 0;
}

.services-item-container.grid .info-text p {
  max-width: 95%;
}
.container #posts {
  padding-bottom: 30px;
  float: none;
  width: 100%;
  display: inline-block;
}
.container #posts > .services-item {
  width: auto;
  padding: 20px 0;
  border-top: 1px solid #e1e4e8;
}

.container #posts.list .services-item {
  display: block;
  width: 100%;
}

.container #posts.grid .services-item {
  display: block;
  width: calc(25% - 20px);
  float: left;
  margin-right: 25px;
}

.container #posts.grid .services-item:nth-child(4n+4){
  margin-right: 0;
}

.container #posts.grid .services-item

.container #posts > .services-item .info-services-item {
  margin: 0px;
}
.container > .pre-footer > .title-pre {
  text-align: center;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.fill-form-main .form-block .input-container {
  width: 100%;
  margin-bottom: 10px;
}

ul {
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer > .navbar > .container > .info-footer > .head-navbar-menu > .ul-menu {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}
.footer > .navbar > .container > .info-footer > .head-navbar-menu > .ul-menu li {
  padding: 14px;
}

.footer .info-footer {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}
.footer .info-footer .social-icon {
  padding: 10px;
}

.video {
  width: 100%;
}

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

@media screen and (min-width: 620px) {
  .container {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
  .container > .slider .slide > .info-slider span {
    font-size: 38px;
    text-align: center;
    font-weight: bold;
  }
  .header ul li {
    padding-left: 0;
  }
  .footer > .navbar > .container > .info-footer > .head-navbar-menu > .ul-menu {
    font-size: 14px;
    display: flex;
    flex-direction: row;
  }
  .footer .info-footer {
    display: flex;
    flex-direction: row;
    padding: 30px 45px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 960px;
  }
  .header ul li {
    padding-left: 15px;
  }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .container > .container-section > .container-sort-menu {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
  }
  .container > .container-section > .container-sort-menu > .sort-menu-item {
    margin-right: 25px;
  }
  .container .column-position > .services-item {
    display: flex;
    flex-direction: row;
    width: auto;
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #e1e4e8;
  }
  .container .column-position > .services-item .info-services-item {
    margin-left: 25px;
  }
  .container > .fill-form-main .form-block .textarea-container {
    width: 100%;
    max-width: 40%;
  }
  .container > .fill-form-main .form-block .input-container {
    display: flex;
    width: 100%;
    margin: 0;
    margin-left: 25px;
  }
  .container > .fill-form-main .form-block .input-container input {
    padding: 14px;
    font-size: 14px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
  }

  .footer > .navbar > .container > .info-footer > .head-navbar-menu > .ul-menu {
    font-size: 16px;
  }

  .header ul {
    padding: 0;
    align-items: center;
    flex-direction: row;
  }
  .header ul li a {
    position: relative;
    display: block;
    padding: 10px 15px;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-right {
    float: right !important;
  }

  .navbar-nav {
    float: left;
  }

  .navbar-header {
    float: left;
  }

  .navbar-toggle {
    display: none;
  }

  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .footer .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 620px) and (max-width: 1199px) {
  .container > .slider .slide > .info-slider span {
    font-size: 32px;
    max-width: 95%;
  }
  .container > .services-container {
    padding: 40px 0;
  }
  .container > .services-container > .services-button {
    margin-bottom: 20px;
  }
  .footer > .navbar > .container > .info-footer > .social-icon {
    justify-content: flex-end;
  }
  .page-template .container .services-item-container {
    justify-content: space-between;
    width: 100%;
  }
  .container .services-item-container > .services-item {
    width: calc(50% - 30px);
    margin: 15px;
  }
  .container .services-item-container > .services-item > .height-img {
    width: 100%;
  }
  .container .services-item-container > .services-item .block-info-item {
    min-height: 100px;
  }
  .blog .container .services-item-container > .services-item {
    width: 100%;
    margin: 0;
    padding: 30px 0;
  }
  .blog .container .column-position {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1140px;
  }
  .container > .services-container {
    height: 100%;
    padding: 60px;
    display: flex;
    align-items: center;
  }
  .container .services-item-container > .services-item {
    width: 350px;
    margin: 15px;
  }
  .container .column-position {
    justify-content: normal;
    padding-top: 0px;
    flex-direction: column;
  }
  .container .column-position > .services-item {
    display: flex;
    width: auto;
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #e1e4e8;
  }
  .container .column-position > .services-item .info-services-item {
    margin-left: 25px;
  }

  ul {
    padding: 0;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    width: 1320px;
  }

  ul {
    padding: 0;
  }
}
.navbar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-default button.navbar-toggle:active,
.navbar-default button.navbar-toggle:hover,
.navbar-default button.navbar-toggle:focus {
  background-color: transparent;
  background: transparent;
  outline: none;
}

.navbar-default {
  background: white;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  box-shadow: none;
}

.container > .navbar-collapse,
.container > .navbar-header {
  color: #293c5f;
}

.navbar-toggle {
  position: relative;
  float: right;
  background-color: transparent;
  border: none;
  padding: 0;
  margin-top: -10px;
}

.navbar-toggle .icon-bar {
  position: relative;
  transition: all 500ms ease-in-out;
}

.navbar-toggle .icon-bar {
  margin-top: 4px;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #41C6F8;
  display: block;
  width: 36px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
  top: 12px;
  transform: rotate(45deg);
}

.navbar-toggle .icon-bar {
  margin-top: 7px;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
  top: -6px;
  transform: rotate(-45deg);
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  top: 2px;
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
  background-color: transparent;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
  top: 1px;
}

a {
  text-decoration: none;
}

.navbar-collapse {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.navbar-collapse.in {
  overflow-y: auto;
}

.nav > li {
  position: relative;
  display: block;
  margin: 0 15px;
}

.navbar-default .navbar-nav li a {
  font-size: 14px;
  color: #293c5f;
}
.navbar-default .navbar-nav li a:hover {
  color: #41C6F8;
}

.navbar-default .navbar-nav li.current-menu-item > a,
.navbar-default .navbar-nav li.current-menu-parent > a{
  color: #41C6F8;
}

.navbar-default .navbar-nav > li > a {
  text-shadow: none;
}

.navbar-nav > li > a {
  line-height: 20px;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.page-header{
  text-align: center;
  margin: 60px 0;
}

.page-title{
  font-size: 42px;
}

.not-found{
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  .container > .slider .slide > .info-slider span {
    font-size: 28px;
    max-width: 90%;
  }
  .popUp-container > .popUp-block {
    width: 70vw;
  }
  .container #posts > .services-item .img-services{
    width: 100%;
  }
  .input-half, .input-half:nth-child(even) {
    width: 100%;
    margin-left: 0;
  }
  .footer > .navbar > .container > .info-footer > .social-icon {
    width: 100%;
    margin: 14px auto 30px;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .footer .info-footer {
    padding: 30px 0;
  }
  .footer > .navbar > .container > .info-footer > .head-navbar-menu > .ul-menu li,
  .footer .info-footer .social-icon,
  .footer > .navbar > .container > .info-footer > .social-icon > .youtube {
    padding-left: 0;
  }
  .header ul li.buttonH {
    margin-left: 0;
    margin-top: 8px;
    height: auto;
    padding: 16px 0;
    max-width: 65%;
  }
  .header ul li.buttonH a {
    line-height: 100%;
  }

  .header ul.sub-menu {
    position: unset;
    box-shadow: none;
    margin-left: 10px;
    padding-top: 0;
    font-size: 16px;
  }

  .header ul li:hover > ul{
    box-shadow: none;
  }

  body .sub-menu li.menu-item a {
    font-size: 14px;
  }
  .title span {
    font-size: 28px;
  }
  .title span:before,
  .title span:after {
    width: 24px;
    height: 24px;
  }
  .container .services-item-container {
    margin: 20px 0;
  }
  .container .services-item-container > .services-item > .height-img {
    width: 100%;
    height: 180px;
  }
  .container > .services-container {
    padding: 30px 15px 15px;
    margin-bottom: 30px;
  }
  .container .services-item-container {
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
  }
  .container .services-item-container > .services-item {
    width: 100%;
  }
  .container .services-item-container > .services-item .block-info-item h3 {
    font-size: 16px;
  }
  .container > .pre-footer > .title-pre {
    padding-left: 0;
    padding-right: 0;
    max-width: 80%;
  }
  .footer > .navbar > .container > .info-footer > .head-navbar-menu > .ul-menu {
    font-size: 16px;
  }
  .footer .info-footer {
    padding-top: 30px;
  }
  .navbar-default .navbar-nav li a {
    font-size: 16px;
  }
  .container > .services-container > .services-button {
    margin-bottom: 20px;
  }
  .container > .container-section > .container-sort-menu > .sort-menu-item {
    margin-top: 20px;
  }
  .container .services-item-container > .services-item > .info-services-item h3 {
    font-size: 18px;
    margin-top: 4px;
  }
  .container .services-item-container > .services-item > .info-services-item > .subtitle {
    font-size: 14px;
    display: block;
    margin-top: 6px;
  }
  .container .column-position {
    padding-bottom: 0;
  }
  .header ul.sub-menu li:hover > ul {
    padding-top: 0;
  }
  .posts-options {
    display: none;
  }
  .footer > .navbar > .container > .info-footer > .head-navbar-menu {
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .container #posts.grid {
    flex-direction: column;
  }
}


blockquote{
  font-size: 1.4em;
  width:60%;
  margin:50px auto;
  font-family:Open Sans;
  font-style:italic;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #41C6F8 ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#41C6F8;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}