/* prettier-ignore */

/*--------------------------------------------------------------
 CASES
--------------------------------------------------------------*/
#thanks {
	font-family: "Helvetica Neue", 'Montserrat', sans-serif;
}

#thankss h2, #thanks h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #1a7699;
}

#thanks h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: none;
	color: #444;
}

#thanks p {
	color: #444;
}

#thanks hr {
	background: #14288c;
}

#thanks a, #thanks ul {
	font-size: var(--agt-body-font-size);
}

#profile ul {
	padding: 0;
}

#profile .clients {
	list-style: none;
	padding: 0;
}

#achievement .nums {
	color: #1a7699;
}

#achievement .award-img {
	width: 100%;
	max-width: 180px;
	height: 100%;
	max-height: 180px;
}

#aboutus .logo-concept {
	width:160px;
	height: 68px;
}

/* Button */
.btn-thanks {
  padding: 1.0rem 0;
  color: #fff;
  background-color: #1a7699;
  border-color: #1a7699;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.btn-thanks:hover {
  color: #1a7699;
  background-color: #fff;
  border-color: #1a7699;
}
.btn-check:focus + .btn-thanks, .btn-thanks:focus {
  color: #fff;
  background-color: #1a7699;
  border-color: #1a7699;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 0.25rem rgba(58, 60, 61, 0.5);
  box-shadow: 0 0 0 transparent, 0 0 0 0.25rem rgba(58, 60, 61, 0.5);
}
.btn-check:checked + .btn-thanks, .btn-check:active + .btn-thanks, .btn-thanks:active, .btn-thanks.active, .show > .btn-thanks.dropdown-toggle {
  color: #fff;
  background-color: #1a7699;
  border-color: #1a7699;
}
.btn-check:checked + .btn-thanks:focus, .btn-check:active + .btn-thanks:focus, .btn-thanks:active:focus, .btn-thanks.active:focus, .show > .btn-thanks.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(58, 60, 61, 0.5);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(58, 60, 61, 0.5);
}
.btn-thanks:disabled, .btn-thanks.disabled {
  color: #fff;
  background-color: #1a7699;
  border-color: #1a7699;
}
.btn-thanks.hvr-sweep-collapseX, .btn-thanks.hvr-sweep-collapseY {
  background-color: #1a7699;
}
.btn-thanks.hvr-sweep-collapseX:after, .btn-thanks.hvr-sweep-collapseY:after {
  background-color: #fff;
}
.btn-thanks:after {
  background-color: #1a7699;
}
.btn-thanks[class*=hvr-]:hover, .btn-thanks[class*=hvr-]:focus {
  color: #1a7699;
}
.btn-thanks[class*=hvr-]:active {
  background-color: transparent !important;
  color: #fff !important;
}
/*# sourceMappingURL=thanks.css.map */
