@font-face {
  font-family: 'FontRegular';
  src: url('../fonts/TT\ Hoves\ Pro\ Trial\ Regular.ttf') format('truetype');
}

.bg-dark{
  background-color: #31282a !important;
}

.navbar {
  box-shadow: none !important;
  font-family: 'FontRegular', sans-serif;
  min-height: 50px !important;
}

nav li a:hover {
  color: #DC4C64 !important;
  transition: all 0.2 ease-in-out !important;
}

.text-color-1 {
  color: #FE4D4D !important;
}

.text-danger {
  color: #FE4D4D !important;
}

.bg-danger,
.btn-danger {
  background-color: #FE4D4D !important;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.form-check-input[type=checkbox]:checked {
  background-image: none;
  background-color: #FE4D4D;
}

.form-check-input[type=checkbox]:checked:focus {
  background-color: #FE4D4D;
}

.form-check-input:checked:focus {
  border-color: #FE4D4D;
}

.form-check-input:checked {
  border-color: #FE4D4D;
}

.text-color-2 {
  color: #ffffff !important;
}

.button-color-1 {
  background-color: #FE4D4D !important;
  color: #fff;
}

.button-color-1:hover {
  background-color: #FE4D4D !important;
  color: #ffffff;
}

.button-color-2 {
  background-color: #f1f1f1 !important;
  box-shadow: none;
  color: #FE4D4D;
}


.bg-light {
  background-color: rgba(247, 215, 215, 0.1) !important;
}

.bg-navbar {
  background-color: #ffffff !important;
}

ul.navbar-nav>li>a {
  line-height: 50px !important;
}

img.logo {
  padding-top: 10px;
  /* width: 200px; */
  height: auto;
}

.nav-link {
  font-size: 20px;
}

.toright-1 {
  margin-left: 10% !important;
}


.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
  color: #DC4C64;
}


#header {
  background-image: url('../img/bg-home.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

input.form-control,
select.form-select,
textarea.form-control {
    border-color: rgb(44, 44, 44);
    background-color: #f8f9fa;
}

.form-control:focus {
  border-color: #DC4C64;
  box-shadow: inset 0 0 0 1px #DC4C64;
}
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.services .icon-box::before {
  content: "";
  position: absolute;
  background: #d9f1f2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #FE4D4D;
  top: 0;
  border-radius: 0px;
}

.services .icon {
  margin-bottom: 15px;
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #FE4D4D;
  transition: all 0.3s ease-in-out;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon i {
  color: #fff;
}

.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #FE4D4D;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #ecc5c5;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #FE4D4D;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #FE4D4D;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #FE4D4D;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #FE4D4D;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #FE4D4D;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #FE4D4D;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}