.navbar .circlenav,
.navbar .circlenav:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #47b2e4;
  font-weight: 600;
}

.navbar .circlenav:hover,
.navbar .circlenav:focus:hover {
  color: #fff;
  background: #31a9e1;
}

.navbar-mobile .circlenav,
.navbar-mobile .circlenav:focus {
  margin: 15px;
  color: #37517e;
}


.case-study .content {
  padding: 60px 100px 0 100px;
}

.case-study .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}

.case-study .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.case-study .content p {
  font-size: 15px;
  color: #848484;
}

.case-study .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.case-study .accordion-list {
  padding: 0 100px 60px 100px;
}

.case-study .accordion-list ul {
  padding: 0;
  list-style: none;
}

.case-study .accordion-list li+li {
  margin-top: 15px;
}

.case-study .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.case-study .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.case-study .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.case-study .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.case-study .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.case-study .accordion-list .icon-show {
  display: none;
}

.case-study .accordion-list a.collapsed {
  color: #343a40;
}

.case-study .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.case-study .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.case-study .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .case-study .content,
  .case-study .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .case-study .img {
    min-height: 400px;
  }

  .case-study .content {
    padding-top: 30px;
  }

  .case-study .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .case-study .img {
    min-height: 200px;
  }
}

.feature2 .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #37517e;
  font-family: "Poppins", sans-serif;
}

.feature2 .content ul {
  list-style: none;
  padding: 0;
}

.feature2 .content ul li {
  padding-bottom: 10px;
}

.feature2 .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #47b2e4;
}

.feature2 .content p:last-child {
  margin-bottom: 0;
}

.feature2 .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.feature2 .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #37517e;
}

.feature2 .progress .skill .val {
  float: right;
  font-style: normal;
}

.feature2 .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.feature2 .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #4668a2;
}


section.contact {
  background: #f3f5fa !important;
}

#footer h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}
#footer .footer-top {
  padding: 30px 0 10px 0;
}

.portfolio-img {
	border: 1px solid #bcbcbc;
	filter: drop-shadow(6px 6px 5px #bcbcbc);
}
.contact .php-email-form .error-message {
	background: #be1616;
}
.contact .php-email-form .sent-message {
	background: #518aa6;
}
#hero {
  max-height: 800px;
}