:root {
  --bs-footer-heading-color: hsl(325, 65%, 30%);
}

body {
  background: linear-gradient(to bottom, hsl(75, 27%, 74%) 0%, hsl(80, 37%, 69%) 45%, hsl(80, 22%, 74%) 65%, hsl(75, 27%, 74%) 85%, hsla(90, 42%, 79%, 0.75) 100%);
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden !important;
  color: hsl(249, 23%, 36%);
}
body.modal-open {
  padding-right: 0px !important;
}
body.modal-open .navbar {
  padding-right: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.4;
}

.btn,
.btn:focus,
button,
button:focus {
  outline: none !important;
}

a {
  text-decoration: none !important;
  outline: none;
}

a:hover {
  color: #20ad96;
}

p {
  font-size: 15px;
  line-height: 25px;
}

html {
  scroll-padding-top: 110;
  /* height of sticky header */
  scroll-behavior: smooth;
}

.row > * {
  position: relative;
}

@media (max-width: 768px) {
  .align-items-center {
    display: inherit;
  }
  .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: hsl(249, 23%, 36%) !important;
    box-shadow: 0px 1px 4px hsla(0, 0%, 4%, 0.16);
    color: hsl(0, 0%, 100%) !important;
  }
  .navbar-toggler i {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: hsl(249, 23%, 36%);
  }
  .bg-home {
    height: auto;
  }
  .nav-sticky.navbar-custom .navbar-nav li a {
    color: hsl(0, 0%, 100%) !important;
  }
  .nav-sticky .logo {
    color: hsl(0, 0%, 100%) !important;
  }
  .navbar-custom > .container {
    width: 90%;
  }
  .clients-img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .clients-img {
    top: 76px;
  }
}
@media (max-height: 767px) {
  .clients-img {
    top: 7px;
  }
}
.text-color-background {
  color: hsl(75, 27%, 74%) !important;
}

.bg-color-background {
  background-color: hsl(75, 27%, 74%) !important;
}

.text-bg_navar_collapsed {
  color: hsl(75, 29%, 54%) !important;
}

.bg-bg_navar_collapsed {
  background-color: hsl(75, 29%, 54%) !important;
}

.text-bg_custom_1 {
  color: hsl(75, 30%, 54%) !important;
}

.bg-bg_custom_1 {
  background-color: hsl(75, 30%, 54%) !important;
}

.cursor-pointer {
  cursor: pointer;
}

.section {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative !important;
}

.para-p {
  max-width: 650px;
}

/*** ani-bg ***/
@keyframes ani-bg {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(200px);
  }
}
.box-shadow {
  box-shadow: 0px 1px 4px hsla(0, 0%, 4%, 0.16);
}

hr {
  border-top: 1px solid hsl(0, 0%, 66%);
  margin: 0;
}

.lh-1 {
  letter-spacing: 1px;
}

.f-12 {
  font-size: 12px;
}

.f-14 {
  font-size: 14px;
}

.f-16 {
  font-size: 16px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}

.f-21 {
  font-size: 21px;
}

.f-22 {
  font-size: 22px;
}

.f-23 {
  font-size: 23px;
}

.f-24 {
  font-size: 24px;
}

.f-26 {
  font-size: 26px;
}

.f-28 {
  font-size: 28px;
}

.f-30 {
  font-size: 30px;
}

.f-32 {
  font-size: 32px;
}

.f-34 {
  font-size: 34px;
}

.f-36 {
  font-size: 36px;
}

.avatar-xs {
  height: 2rem;
  width: 2rem;
}

.avatar-sm {
  height: 3rem;
  width: 3rem;
}

.avatar-md {
  height: 3.5rem;
  width: 3.5rem;
}

.avatar-lg {
  height: 4.5rem;
  width: 4.5rem;
}

.avatar-xl {
  height: 6rem;
  width: 6rem;
}

.avatar-xxl {
  height: 8rem;
  width: 8rem;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.border-radius {
  border-radius: 6px !important;
}

.title-border {
  width: 90px;
  height: 1px;
  background: linear-gradient(to right, transparent, hsl(168, 61%, 46%), transparent);
  margin: 0 auto;
}

.hero-sub {
  animation-name: moveInleft;
  animation-duration: 3s;
}

.hero-heading {
  animation-name: moveInRight;
  animation-duration: 3s;
}

@keyframes moveInleft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
#scroll-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  cursor: pointer;
  background: transparent;
  border-radius: 50%;
  border-color: hsla(0, 0%, 4%, 0.125);
  padding: 0px 5px;
  color: hsl(210, 8%, 75%);
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
}
.bg-overlay {
  background-color: rgba(74, 74, 74, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.align-items-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.btn-rounded {
  border-radius: 5px;
}

.btn {
  padding: 11px 28px;
  font-size: 13px;
  letter-spacing: 0.9px;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-sm {
  padding: 10px 22px;
}

.title-heading {
  font-weight: 700;
}

.title h1 {
  position: absolute;
  color: rgba(0, 0, 0, 0.1);
  left: 0px;
  right: 0px;
  top: -45px;
}

.btn-lg {
  padding: 14px 60px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.5s;
  border: 1px solid #20ad96;
  overflow: hidden;
  position: relative;
}

@media (max-width: 992px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.btn {
  padding: 12px 30px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.5s;
  border: 1px solid hsl(168, 61%, 46%);
  overflow: hidden;
  position: relative;
}

.btn-sm {
  padding: 8px 25px;
  font-size: 14px;
}

.btn-color-background {
  background: hsl(75, 27%, 74%);
  border-color: hsl(75, 27%, 74%) !important;
  color: hsl(0, 0%, 100%);
}
.btn-color-background:hover, .btn-color-background:focus, .btn-color-background:active, .btn-color-background.active, .btn-color-background.focus, .btn-color-background:not(:disabled):not(.disabled):active, .btn-color-background:not(:disabled):not(.disabled):active:focus,
.btn-color-background .open > .dropdown-toggle.btn-primary {
  background-color: hsl(249, 23%, 36%);
  border: 1px solid hsl(249, 23%, 36%) !important;
}

.btn-outline-color-background {
  color: hsl(75, 27%, 74%);
  border-color: hsl(75, 27%, 74%);
}
.btn-outline-color-background:hover, .btn-outline-color-background:focus, .btn-outline-color-background:active, .btn-outline-color-background.active, .btn-outline-color-background.focus, .btn-outline-color-background:not(:disabled):not(.disabled):active, .btn-outline-color-background:not(:disabled):not(.disabled):active:focus,
.btn-outline-color-background .open > .dropdown-toggle.btn-primary {
  background-color: hsl(249, 23%, 36%) !important;
  color: hsl(0, 0%, 100%);
  border-color: hsl(249, 23%, 36%);
}

.btn-bg_navar_collapsed {
  background: hsl(75, 29%, 54%);
  border-color: hsl(75, 29%, 54%) !important;
  color: hsl(0, 0%, 100%);
}
.btn-bg_navar_collapsed:hover, .btn-bg_navar_collapsed:focus, .btn-bg_navar_collapsed:active, .btn-bg_navar_collapsed.active, .btn-bg_navar_collapsed.focus, .btn-bg_navar_collapsed:not(:disabled):not(.disabled):active, .btn-bg_navar_collapsed:not(:disabled):not(.disabled):active:focus,
.btn-bg_navar_collapsed .open > .dropdown-toggle.btn-primary {
  background-color: hsl(249, 23%, 36%);
  border: 1px solid hsl(249, 23%, 36%) !important;
}

.btn-outline-bg_navar_collapsed {
  color: hsl(75, 29%, 54%);
  border-color: hsl(75, 29%, 54%);
}
.btn-outline-bg_navar_collapsed:hover, .btn-outline-bg_navar_collapsed:focus, .btn-outline-bg_navar_collapsed:active, .btn-outline-bg_navar_collapsed.active, .btn-outline-bg_navar_collapsed.focus, .btn-outline-bg_navar_collapsed:not(:disabled):not(.disabled):active, .btn-outline-bg_navar_collapsed:not(:disabled):not(.disabled):active:focus,
.btn-outline-bg_navar_collapsed .open > .dropdown-toggle.btn-primary {
  background-color: hsl(249, 23%, 36%) !important;
  color: hsl(0, 0%, 100%);
  border-color: hsl(249, 23%, 36%);
}

.btn-bg_custom_1 {
  background: hsl(75, 30%, 54%);
  border-color: hsl(75, 30%, 54%) !important;
  color: hsl(0, 0%, 100%);
}
.btn-bg_custom_1:hover, .btn-bg_custom_1:focus, .btn-bg_custom_1:active, .btn-bg_custom_1.active, .btn-bg_custom_1.focus, .btn-bg_custom_1:not(:disabled):not(.disabled):active, .btn-bg_custom_1:not(:disabled):not(.disabled):active:focus,
.btn-bg_custom_1 .open > .dropdown-toggle.btn-primary {
  background-color: hsl(249, 23%, 36%);
  border: 1px solid hsl(249, 23%, 36%) !important;
}

.btn-outline-bg_custom_1 {
  color: hsl(75, 30%, 54%);
  border-color: hsl(75, 30%, 54%);
}
.btn-outline-bg_custom_1:hover, .btn-outline-bg_custom_1:focus, .btn-outline-bg_custom_1:active, .btn-outline-bg_custom_1.active, .btn-outline-bg_custom_1.focus, .btn-outline-bg_custom_1:not(:disabled):not(.disabled):active, .btn-outline-bg_custom_1:not(:disabled):not(.disabled):active:focus,
.btn-outline-bg_custom_1 .open > .dropdown-toggle.btn-primary {
  background-color: hsl(249, 23%, 36%) !important;
  color: hsl(0, 0%, 100%);
  border-color: hsl(249, 23%, 36%);
}

.btn-white:hover {
  background: hsl(0, 0%, 100%) !important;
}

/**********************NAVBAR***********************/
.navbar {
  transition: all 0.15s ease;
  background-color: transparent;
  padding: 15px 0;
}
.navbar .navbar-nav .nav-link {
  color: rgba(10, 10, 10, 0.6);
  font-size: 13px;
  background-color: transparent;
  padding: 28px 20px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
  font-weight: 600;
}
.navbar .navbar-nav .nav-link:hover {
  color: hsl(325, 70%, 33%);
}
.navbar .navbar-nav .nav-link:active, .navbar .navbar-nav .nav-link.active {
  color: hsl(325, 82%, 43%);
  cursor: default;
}
.navbar .navbar-toggler {
  padding: 0;
  border: none;
  font-size: 24px;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .header-menu .header-item i,
.navbar .header-menu .Account i {
  color: hsl(0, 0%, 4%);
}
.navbar .logo {
  padding: 0;
}
.navbar .logo .logo-light {
  display: inline-block;
}
.navbar .logo .logo-dark {
  display: none;
}

.dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
  color: hsl(168, 61%, 46%);
  background-color: hsl(0, 0%, 100%);
}

.dropdown-menu-end[data-bs-popper] {
  right: -100px;
}

.nav-sticky.navbar {
  height: 60px;
  background: hsl(75, 29%, 54%);
  margin-top: 0;
  box-shadow: 0px 3px 10px 0px rgba(77, 71, 113, 0.08);
  padding: 0;
}
.nav-sticky .header-item {
  color: hsl(249, 23%, 36%);
}
.nav-sticky .header-menu .header-item i,
.nav-sticky .header-menu .Account i {
  color: hsl(0, 0%, 4%);
}

.arrow-down {
  display: inline-block;
}
.arrow-down:after {
  border-color: initial;
  border-style: solid;
  border-width: 0 0 1px 1px;
  content: "";
  height: 0.4em;
  display: inline-block;
  right: 5px;
  top: 50%;
  margin-left: 10px;
  transform: rotate(-45deg) translateY(-50%);
  transform-origin: top;
  transition: all 0.3s ease-out;
  width: 0.4em;
}
@media (max-width: 992px) {
  .arrow-down::after {
    right: 30px;
    position: absolute;
  }
}

@media (max-width: 768px) {
  .navbar {
    margin-top: 0;
  }
  .top-bar {
    display: none;
  }
}
@media (max-width: 992px) {
  .navbar {
    background-color: hsla(0, 0%, 100%, 0.9) !important;
    padding: 0;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 12px 15px;
  }
  .navbar-collapse {
    max-height: 400px;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 59px;
    background: hsl(0, 0%, 100%);
    box-shadow: 0px 8px 8px -6px rgba(77, 71, 113, 0.08);
  }
  .language {
    display: block;
  }
}
@media only screen and (min-width: 1600px) {
  .container-fluid {
    padding-right: 150px;
    padding-left: 150px;
  }
}
textarea.form-control {
  min-height: calc(3.5em + 1.75rem + 5px);
}

@media (min-width: 200px) and (max-width: 1024px) {
  .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px !important;
    color: hsl(0, 0%, 100%) !important;
    background: hsl(0, 0%, 100%);
  }
  .navbar-custom .navbar-nav {
    margin-left: 0px;
  }
  .navbar-custom .navbar-nav li.active {
    border-color: transparent;
  }
  .navbar-custom .navbar-nav li a {
    transition: all 0.4s;
    margin: 6px;
    color: hsl(249, 23%, 36%) !important;
    padding: 6px 0;
  }
  .navbar-custom > .container {
    width: 90%;
  }
  .home-title {
    font-size: 36px;
  }
  .navbar-white .navbar-toggler {
    color: hsl(249, 23%, 36%) !important;
  }
  .navbar-custom .navbar-nav li.active a,
  .navbar-custom .navbar-nav li a:hover,
  .navbar-custom .navbar-nav li a:active {
    color: hsl(168, 61%, 46%) !important;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .carousel-indicators {
    right: 0;
  }
  .logo .logo-light {
    display: none;
  }
  .logo .logo-dark {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}
@media (max-width: 768px) {
  .PageBackToWork-heading-itText {
    display: inline-block;
    font-size: 50px;
  }
}
#home {
  position: relative;
  display: flex;
  align-items: center;
  /*============================================================
     * animation image
     *============================================================*/
}
#home .home-content .title {
  font-size: 46px;
  font-weight: 900;
}
#home #home-animation {
  position: relative;
  width: 100%;
  background-image: url(../images/home/home-animation.php);
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
  padding: 20px;
}
#home #ani-round {
  position: relative;
  width: 100%;
  background-image: url(../images/home/round-h1.php);
  background-repeat: no-repeat;
  background-position: center;
  background-position: 60% 50%;
}

.get-link a {
  padding: 3px 0;
  position: relative;
  letter-spacing: 1px;
  text-decoration: none;
}

.get-link a:before,
.get-link a:after {
  position: absolute;
  transition: all 0.35s ease;
}

.get-link a:before {
  bottom: 0;
  display: block;
  height: 1px;
  width: 0%;
  content: "";
  background-color: hsl(168, 61%, 46%);
}

.get-link a:after {
  left: 0;
  top: 0;
  position: absolute;
  content: attr(data-hover);
  color: #ffffff;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}

.get-link a:hover:before,
.get-link .current a:before {
  opacity: 1;
  width: 100%;
}

.get-link a:hover:after,
.get-link .current a:after {
  max-width: 100%;
}

.modal .modal-content .form-control {
  padding: 0.7rem 0.75rem;
}

@media (max-width: 1200px) {
  .home #imgcontainer {
    left: -20px;
  }
  .home .demo-overlay {
    padding: 13em 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .home #imgcontainer {
    left: 0px !important;
  }
  .home .demo-overlay {
    padding: 20em 0 !important;
  }
}
.typewrite > .wrap {
  border-right: 0.08em solid hsl(0, 0%, 4%) !important;
}

.home-2 .card {
  position: relative;
  bottom: -50px;
}

.registration-form .form-control {
  padding: 0.5rem 0.75rem;
}

.gradient-bg {
  background: linear-gradient(to left, #bbe1dc 42%, #f5f5f7 42%);
}

.bg-home-4 {
  height: 100vh;
  background-image: url(../images/home/home-3.php);
  background-position: center;
  background-size: cover;
  display: flex;
}

.bg-home-4 .home-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
}

.serch-form {
  position: relative;
}
.serch-form input {
  font-size: 17px;
  width: 100%;
  padding: 14px 30px;
  border: 1px solid #f8f9fa;
  outline: none !important;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border-radius: 35px;
  padding-left: 35px;
  padding-right: 160px;
}
.serch-form button {
  position: absolute;
  top: 5px;
  right: 6px;
  font-size: 15px;
  border-radius: 35px;
  padding: 10px 30px;
}

.bg-overlay-image {
  background-image: url(../images/bg-1.php);
  opacity: 0.2;
  background-position: center;
  animation: ani-bg 3s infinite alternate;
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}

/*** ani-bg ***/
@keyframes ani-bg {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(200px);
  }
}
.per-content h2 {
  font-style: italic;
}

.bg-home5 .home-content {
  z-index: 9999;
  position: relative;
}
.bg-home5 .carousel-box {
  height: 100vh;
  width: 100%;
  padding: 0;
}
.bg-home5 .home-center {
  display: table;
  width: 100%;
  height: 100%;
}
.bg-home5 .home-desc-center {
  display: table-cell;
  vertical-align: middle;
}
.bg-home5 .carousel-control-next-icon,
.bg-home5 .carousel-control-prev-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: hsl(168, 61%, 46%);
  background-size: 100% 40%;
  border-radius: 10%;
}
.bg-home5 .slidero {
  position: relative;
  z-index: 1;
}
.bg-home5 .play-icon .watch-video .video-play-icon {
  line-height: 3.5rem;
}

.bg-home6 {
  min-height: 100vh;
  align-items: center;
  display: flex;
  background-color: rgba(46, 189, 160, 0.5);
}

#ani-home {
  position: relative;
  width: 100%;
  background-image: url(../images/home/home-6.php);
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
}

@media (max-width: 992px) {
  .home {
    padding: 80px 0;
  }
  .gradient-bg {
    background: linear-gradient(to left, #bbe1dc 0%, #f5f5f7 50%);
  }
}
.bg-home-7 {
  min-height: 100vh;
  background-image: url(../images/home/index-7.php);
  background-position: center;
  background-size: cover;
  display: flex;
}
.bg-home-7 .carousel-indicators {
  bottom: -50px;
  left: 0;
  justify-content: left;
  margin-left: 0;
}
.bg-home-7 .carousel-indicators [data-bs-target] {
  background-color: hsl(0, 0%, 100%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 6px;
  border: 2px solid hsl(0, 0%, 4%);
}
.bg-home-7 .carousel-indicators .active {
  background-color: hsl(168, 61%, 46%);
  border: 2px solid hsl(168, 61%, 46%);
}
.bg-home-7 .carousel-inner .carousel-item h1 {
  font-size: 80px;
}

:root {
  --bs-footer-heading-color: hsl(325, 65%, 30%);
}

body {
  background: linear-gradient(to bottom, hsl(75, 27%, 74%) 0%, hsl(80, 37%, 69%) 45%, hsl(80, 22%, 74%) 65%, hsl(75, 27%, 74%) 85%, hsla(90, 42%, 79%, 0.75) 100%);
}

footer {
  --bs-heading-color: hsl(325, 65%, 30%);
  --footer-bg: hsl(75, 30%, 54%);
  background-color: var(--footer-bg);
  border-top: 1px solid var(--footer-bg);
}
footer p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 400;
}
footer .f-address {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}
footer .address-content,
footer .copyright {
  font-size: 0.875rem;
  color: rgba(10, 10, 10, 0.6) !important;
}
footer .address-content p,
footer .copyright p {
  color: rgba(10, 10, 10, 0.6) !important;
}
footer .address-content a,
footer .copyright a {
  color: var(--bs-footer-heading-color);
  transition: none;
}
footer .address-content a:hover,
footer .copyright a:hover {
  color: hsl(325, 82%, 43%);
}
footer .social-icon i {
  color: rgba(168, 168, 168, 0.7);
  transition: all 0.5s;
}
footer .social-icon i:hover {
  color: hsl(168, 61%, 46%);
}

.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}
.menu .menu-item {
  flex: 1 0 40%;
  margin-bottom: 12px;
  font-weight: 600;
}
.menu .menu-item a {
  color: rgba(10, 10, 10, 0.6);
  transition: all 0.4s;
  font-size: 14px !important;
}
.menu .menu-item a:hover {
  color: hsl(168, 61%, 46%);
  color: hsl(325, 82%, 43%);
}
.menu .menu-item.active a {
  color: hsl(168, 61%, 46%) !important;
}
.menu .info-item {
  margin-bottom: 12px;
  font-weight: 600;
}
.menu .info-item a {
  color: rgba(10, 10, 10, 0.6);
  transition: all 0.4s;
  font-size: 14px !important;
}
.menu .info-item a:hover {
  color: hsl(168, 61%, 46%);
}

.log-in {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.log-in .log-content input {
  padding: 12px 45px !important;
}
.log-in .log-content ::-moz-placeholder {
  font-size: 13px;
}
.log-in .log-content ::placeholder {
  font-size: 13px;
}

.sign-in {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.sign-in .log-content input {
  padding: 12px 45px !important;
}
.sign-in .log-content ::-moz-placeholder {
  font-size: 13px;
}
.sign-in .log-content ::placeholder {
  font-size: 13px;
}

@media (min-width: 992px) and (max-width: 1440px) {
  .sign-in {
    max-width: 220% !important;
  }
}
.committee-member-image img {
  min-width: 187px;
  min-height: 220px;
  max-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: hsla(0, 0%, 100%, 0.25);
  border: 1px solid hsl(0, 0%, 79%) !important;
  border-radius: 15px;
  box-shadow: 3px 6px 6px 0px hsla(0, 0%, 0%, 0.35);
}/*# sourceMappingURL=style.css.map */