@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
*,
*:focus {
  outline: none !important;
}

body {
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  width: 100%;
  background-color: #f1f1f1;
  font-weight: 400;
  letter-spacing: 1px;
}

section {
  min-height: 80%;
}

@media all and (max-width: 991.9px) {
  header .container, .container {
    max-width: 100%;
  }
}

.white {
  background-color: #fff;
}

.h-30 {
  width: 100%;
  height: 30px;
}

/* Links 
===========================*/
a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
}

/* Lists  
===========================*/
ul,
li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

/*Images
===========================*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Forms
===========================*/
.form-group {
  position: relative;
  margin: 0 0 20px 0;
}

.form-group label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px 0;
  text-align: left;
  color: #010101;
}

.form-group label sup {
  color: #dc3545;
}

.form-group .form-control {
  width: 100%;
  color: #010101;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
  font-size: 13px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 500;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.form-group .form-control:hover {
  outline: 0;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group textarea.form-control {
  height: 120px !important;
  resize: none;
  overflow-x: hidden;
  line-height: 30px;
}

/* Header
=======================*/
header {
  background-color: #fff;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
}

header .logo {
  float: left;
  width: 160px;
  padding: 15px 0 0;
}

@media all and (max-width: 576px) {
  header .logo {
    width: 140px;
    padding-top: 17px;
  }
}

header button {
  float: right;
  border: 0;
  background-color: transparent;
  margin: 10px 0 10px auto;
  height: 30px;
  text-transform: uppercase;
}

header button i {
  vertical-align: unset;
  margin-right: 5px;
  display: inline-block;
}

header button:hover {
  color: #c7665a;
}

.pure_header a {
  height: 60px;
  width: auto;
  margin: auto;
  float: none;
  display: block;
  padding: 10px;
}

.pure_header a img {
  height: 100%;
}

@media all and (max-width: 576px) {
  .pure_header a {
    width: 140px;
    height: auto;
    padding-top: 17px;
  }
  .pure_header a img {
    height: auto;
  }
}

.page_head {
  background-color: #fff;
  padding: 15px 0;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
}

.page_head h3 {
  text-transform: uppercase;
  display: inline-block;
  color: #ea897c;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  letter-spacing: 2px;
}

.page_head h3 a {
  color: #010101;
}

.page_head .main_btn {
  float: right;
  margin: 5px 0 5px auto;
  line-height: 30px;
}

.page_head form {
  float: right;
  max-width: 270px;
  width: 100%;
  position: relative;
  margin: 0;
}

.page_head form .form-group {
  margin: 0;
}

.page_head form .form-group .form-control {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.page_head form button {
  border: none;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0;
  background-color: #c7665a;
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.3s background-color linear;
  -webkit-transition: 0.3s background-color linear;
  -moz-transition: 0.3s background-color linear;
  -ms-transition: 0.3s background-color linear;
  -o-transition: 0.3s background-color linear;
  top: 0;
  right: 0;
  border: 0;
  position: absolute;
}

.page_head form button i {
  margin: 0 2px;
  vertical-align: middle;
}

.page_head form button:hover {
  background-color: #010101;
  color: #ffffff;
}

@media all and (max-width: 576px) {
  .page_head {
    text-align: center;
  }
  .page_head h3 {
    display: block;
  }
  .page_head .main_btn {
    float: none;
  }
  .page_head form {
    margin-top: 5px;
    float: none;
  }
}

.project_item {
  text-transform: capitalize;
  margin: 25px auto 0;
  border: 1px solid #f1f1f1;
  display: block;
  text-align: center;
  padding: 25px;
  font-weight: 700;
  color: #010101;
  background-color: #fff;
}

.project_item i {
  display: block;
  font-size: 120px;
  color: #ea897c;
  margin-bottom: 10px;
}

.project_item:hover {
  background-color: #ffffff98;
  color: #c7665a;
}

.main_btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: none;
  margin-bottom: 15px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 0 25px;
  background-color: #c7665a;
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  transition: 0.3s background-color linear;
  -webkit-transition: 0.3s background-color linear;
  -moz-transition: 0.3s background-color linear;
  -ms-transition: 0.3s background-color linear;
  -o-transition: 0.3s background-color linear;
}

.main_btn i {
  margin: 0 2px;
  vertical-align: middle;
}

.main_btn:hover {
  background-color: #010101;
  color: #ffffff;
}

.copyrights {
  width: 100%;
  color: #010101;
  padding: 5px 0;
  line-height: 20px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #fff;
}

@media all and (max-width: 767.9px) {
  .project .container > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

aside {
  background-color: #fff;
  margin: 25px auto;
}

aside .title {
  background-color: #c7665a;
  color: #fff;
  display: block;
  line-height: 50px;
  padding: 0 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}

aside ul {
  border: 1px solid #f1f1f1;
}

aside ul a {
  display: block;
  border-bottom: 1px solid #f1f1f1;
  padding: 0 15px;
  line-height: 55px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  color: #010101;
  z-index: 99;
  position: relative;
}

aside ul a:hover {
  color: #c7665a;
}

aside ul a i {
  font-size: 14px;
  color: #c7665a;
  margin-right: 5px;
}

aside ul li:last-child a {
  border-bottom: 0;
}

aside ul li.active a {
  background-color: #fff5f3;
}

.widget {
  margin: 25px auto;
  background-color: #fff;
}

.widget .widget_title {
  line-height: 50px;
  border-bottom: 1px solid #f1f1f1;
  padding: 0 15px;
  color: #c7665a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
}

.widget .widget_content {
  padding: 15px;
}

.data_item {
  margin: 10px 0;
  padding: 15px;
  border: 1px solid #f1f1f1;
  font-size: 14px;
}

.data_item span {
  display: block;
  color: #c7665a;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 12px;
}

.table {
  font-size: 1px;
  color: #010101;
  margin: 15px auto;
  text-transform: capitalize;
}

.table tr {
  font-size: 1px;
}

.table tr th {
  font-size: 12px;
  text-transform: uppercase;
  border-width: 1px;
}

.table tr td {
  font-size: 13px;
}

.login_wrap {
  background-color: #fff;
}

.login_wrap .wel_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  max-width: 480px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  margin: auto;
}

.login_wrap .wel_text img {
  margin: 0 0 25px 0;
}

.login_wrap .wel_text h1 {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15;
  margin: 0;
}

.login_wrap .wel_text h3 {
  font-size: 15px;
  text-transform: lowercase;
  margin: 10px 0 25px 0;
  line-height: 25px;
}

.login_wrap .wel_text p {
  font-weight: 300;
  font-size: 11px;
  margin: 60px 0 0 0;
  color: #777;
}

.login_wrap .wel_text .main_btn {
  margin: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.login_wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  max-width: 390px;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.login_wrap form img {
  margin: 25px auto;
}

.login_wrap form .form-group {
  width: 100%;
}

.login_wrap form .form-group .form-control {
  padding-left: 35px;
  height: 50px;
  line-height: 50px;
}

.login_wrap form .form-group i {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 50px;
  height: 50px;
  width: 35px;
  color: #010101;
  opacity: 0.8;
  text-align: center;
  font-size: 14px;
}

.login_wrap form .main_btn {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.login_wrap form p {
  display: block;
  width: 100%;
  text-align: left;
  font-weight: 300;
  font-size: 11px;
  margin: 30px 0 0 0;
  color: #777;
}

.login_wrap .side_img {
  position: relative;
  min-height: 100vh;
  width: 100%;
  padding: 0;
  background: url(../images/bc.png) bottom no-repeat;
  background-size: cover;
}

@media all and (max-width: 767.9px) {
  .login_wrap .side_img {
    display: none;
  }
}

.appointment {
  padding-bottom: 70px;
  background-color: #fff;
}

.appointment h3 {
  text-transform: uppercase;
  display: inline-block;
  color: #c7665a;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  margin: 25px 0;
  letter-spacing: 2px;
}
/*# sourceMappingURL=style.css.map */