body {
  background-color: #eee;
}

.carousel-caption {
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(8, 1, 1, 0.7);
  z-index: 1;
  /* border: 12px solid red; */
}

.header {
  height: auto;
  width: 100%;
  display: inline-block;
}

.list {
  list-style: none;
  /* display: inline-block; */

}

/* .carousel-caption { */
/* top: 50%; */
/* transform: translateY(-50%); */
/* } */
/* 
.carousel-content {
  max-width: 1200px; /* Adjust as needed */



*/
/* .content-main{
  margin-top: 250px;
}


@media screen and (min-width: 500px) {

  .content-main{
    margin-top: 50px !important;
  }
  
} */

.carousel-indicators {
  /* margin-top: 20px; */
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-item {
  @media screen and (max-width:768px) {
    height: 540px;
  }
}

.img-fluid {
  @media screen and (max-width:768px) {
    height: 100%;
    object-fit: cover;
  }
}

.carousel-item .carousel-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

ul.list {
  @media screen and (max-width: 768px) {
    width: 85%;
    padding: 0;
  }
}

a {
  text-decoration: none !important;
}

.section-title h2::after {
  @media screen and (max-width: 768px) {
    width: 200px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.why-us .content {
  padding: 30px;
  background: rgb(160, 143, 192);
  border-radius: 4px;
  color: #fff;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: white;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
  transition: 0.3s;
}

.why-us .icon-boxes .icon-box:hover {
  transform: translateY(-20px);
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #009970;
  margin-bottom: 30px;
}

/* .why-us.content {
   width: 100px;
  height: 100px; 
  background-color: red;
  animation-name: example;
  animation-duration: 4s;
}

@keyframes .why-us.content {
  from {background-color: red;}
  to {background-color: yellow;}
} */

.why-us .content {
  /* width: 100px;
  height: 100px; */
  background-color: rgb(160, 143, 192);
  animation-name: example;
  animation-duration: 4s;
}

@keyframes example {
  0% {
    background-color: rgb(160, 143, 192);
  }

  25% {
    background-color: skyblue
  }

  50% {
    background-color: grey
  }

  100% {
    background-color: orange
  }
}


.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.team {
  /* background: #fff; */
}

.team .member {
  background-color: white;
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.team .member:hover {
  transform: translateY(-15px);
}

.team .member .pic {
  overflow: hidden;
  width: 150px;
  border-radius: 50%;
  margin: 0 auto 20px auto;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #36343a;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {

  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: skyblue;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a8a5ae;
}

.team .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: rgb(160, 143, 192);
}

.team .member .social a+a {
  margin-left: 8px;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #009970;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}



.info i {
  margin: 10px;
}

/* .header-footer{
  margin-top: 25px;
  background-color: blueviolet;
  width: 100%;
  height: 450px;
  display: inline-block;
} */
/* 


.footer{
  background-color: red;
  height: 450px;
  width: 100%;
  display: inline-block;
} */

.footer-header {
  background-color: white;
  height: auto;
  width: 100%;
  display: inline-block;
}

.footer {
  background-color: white;
  height: auto;
  width: 100%;
  display: inline-block;
}


.main-footer {
  display: flex;
  justify-content: space-around;

}




/* html,body{
  width: 100%;
  height: 100%;
  background-color: black;
} */

/* div{
  height: 400px;
} */

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: grey;

}

::-webkit-scrollbar-thumb {
  background-color: rgb(160, 143, 192);
  border-radius: 20%;
}


.main-form {
  max-width: 600px;
  margin: 50px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
  text-align: center;
}

.form-group {
  margin-bottom: 20px;
}

label {
  font-weight: bold;
}

input[type="text"],
input[type="email"],
select {
  margin-top: 15px;
  padding: 15px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

input {
  margin-top: 15px;
  padding: 15px;
  border: 1px solid;
  padding: 0.3em;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
}

input[type="submit"] {

  padding: 10px;
  background-color: rgb(160, 143, 192);
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

input[type="submit"]:hover {
  background-color: rgb(160, 143, 192);
}

.button,
input,
optgroup,
select,
textarea {

  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 100%;
}

#ft-form {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15
}

#ft-form *,
#ft-form ::after,
#ft-form ::before {
  box-sizing: border-box
}

#ft-form input,
#ft-form select,
#ft-form textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

#ft-form select {
  text-transform: none
}

#ft-form [type=submit] {
  -webkit-appearance: button
}

#ft-form legend {
  padding: 0
}

#ft-form h2,
#ft-form p {
  margin: 0
}

#ft-form fieldset {
  margin: 0;
  padding: 0
}

#ft-form html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5
}

#ft-form body {
  font-family: inherit;
  line-height: inherit
}

#ft-form *,
#ft-form ::after,
#ft-form ::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb
}

#ft-form textarea {
  resize: vertical
}

#ft-form input::-moz-placeholder,
#ft-form textarea::-moz-placeholder {
  color: #9ca3af
}

#ft-form input:-ms-input-placeholder,
#ft-form textarea:-ms-input-placeholder {
  color: #9ca3af
}

#ft-form input::placeholder,
#ft-form textarea::placeholder {
  color: #9ca3af
}

#ft-form h2 {
  font-size: inherit;
  font-weight: inherit
}

#ft-form input,
#ft-form select,
#ft-form textarea {
  padding: 0;
  line-height: inherit;
  color: inherit
}

#ft-form [type=date],
#ft-form [type=email],
#ft-form [type=tel],
#ft-form [type=text],
#ft-form select,
#ft-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0;
  padding-top: .5rem;
  padding-right: .75rem;
  padding-bottom: .5rem;
  padding-left: .75rem;
  font-size: 1rem;
  line-height: 1.5rem
}

#ft-form [type=date]:focus,
#ft-form [type=email]:focus,
#ft-form [type=tel]:focus,
#ft-form [type=text]:focus,
#ft-form select:focus,
#ft-form textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0 #fff, 0 0 0 3px rgba(199, 210, 254, .5), 0 0 #0000;
  border-color: #2563eb
}

#ft-form input::-moz-placeholder,
#ft-form textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1
}

#ft-form input:-ms-input-placeholder,
#ft-form textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1
}

#ft-form input::placeholder,
#ft-form textarea::placeholder {
  color: #6b7280;
  opacity: 1
}

#ft-form [type=checkbox],
#ft-form [type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px
}

#ft-form [type=checkbox] {
  border-radius: 0
}

#ft-form [type=radio] {
  border-radius: 100%
}

#ft-form [type=checkbox]:focus,
#ft-form [type=radio]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0 #fff, 0 0 0 3px rgba(199, 210, 254, .5), 0 0 #0000;
}

#ft-form [type=checkbox]:checked,
#ft-form [type=radio]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat
}

#ft-form [type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")
}

#ft-form [type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")
}

#ft-form [type=checkbox]:checked:focus,
#ft-form [type=checkbox]:checked:hover,
#ft-form [type=radio]:checked:focus,
#ft-form [type=radio]:checked:hover {
  border-color: transparent;
  background-color: currentColor
}

#ft-form [type=checkbox]:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat
}

#ft-form [type=checkbox]:indeterminate:focus,
#ft-form [type=checkbox]:indeterminate:hover {
  border-color: transparent;
  background-color: currentColor
}

#ft-form [type=file] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit
}

#ft-form [type=file]:focus {
  outline: 1px auto -webkit-focus-ring-color
}

#ft-form fieldset {
  font-size: 100%;
  margin-top: 3rem;
  margin-bottom: 1.5rem
}

#ft-form fieldset:first-child {
  margin-top: 0
}

#ft-form fieldset>* {
  display: block;
  margin-bottom: 1.5rem
}

#ft-form fieldset> :last-child {
  margin-bottom: 0
}

#ft-form fieldset>.two-cols>* {
  display: block;
  margin-bottom: 1.5rem
}

#ft-form fieldset>.two-cols> :last-child {
  margin-bottom: 0
}

@media only screen and (min-width:640px) {
  #ft-form fieldset>.two-cols {
    display: flex;
    align-items: flex-end
  }

  #ft-form fieldset>.two-cols>* {
    display: block;
    margin-right: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
    flex: 1
  }

  #ft-form fieldset>.two-cols> :last-child {
    margin-right: 0
  }
}

#ft-form fieldset div>label {
  display: inline-flex;
  align-items: flex-start;
  margin-top: .5rem;
  width: 100%
}

#ft-form fieldset div>label:last-child {
  margin: .5rem 0 0 0
}

#ft-form fieldset div.inline {
  padding: .55rem 0 0;
  width: 100%
}

#ft-form fieldset div.inline>label {
  width: auto;
  margin-right: .5rem
}

#ft-form fieldset div.inline>label:last-child {
  margin-right: 0
}

#ft-form fieldset>.two-cols div.inline {
  padding: .55rem 0
}

#ft-form fieldset>legend {
  font-weight: 700;
  font-size: 120%;
  margin-bottom: 1rem
}

#ft-form fieldset>p {
  margin: 0
}

#ft-form [type=file] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0;
  padding-top: .5rem;
  padding-right: .75rem;
  padding-bottom: .5rem;
  padding-left: .75rem;
  font-size: 1rem;
  line-height: 1.5rem
}

#ft-form [type=file]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0 #fff, 0 0 0 3px rgba(199, 210, 254, .5), 0 0 #0000;
  border-color: #2563eb
}

#ft-form [multiple],
#ft-form [type=date],
#ft-form [type=datetime-local],
#ft-form [type=email],
#ft-form [type=file],
#ft-form [type=month],
#ft-form [type=number],
#ft-form [type=password],
#ft-form [type=search],
#ft-form [type=tel],
#ft-form [type=text],
#ft-form [type=time],
#ft-form [type=url],
#ft-form [type=week],
#ft-form select,
#ft-form textarea {
  border-radius: .375rem;
  margin-top: .25rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, .05);
  border-color: #bbb;
  width: 100%
}

#ft-form [multiple] select,
#ft-form [type=date] select,
#ft-form [type=datetime-local] select,
#ft-form [type=email] select,
#ft-form [type=file] select,
#ft-form [type=month] select,
#ft-form [type=number] select,
#ft-form [type=password] select,
#ft-form [type=search] select,
#ft-form [type=tel] select,
#ft-form [type=text] select,
#ft-form [type=time] select,
#ft-form [type=url] select,
#ft-form [type=week] select,
#ft-form select select,
#ft-form textarea select {
  padding-right: 2.5rem
}

#ft-form [multiple]:focus,
#ft-form [type=date]:focus,
#ft-form [type=datetime-local]:focus,
#ft-form [type=email]:focus,
#ft-form [type=file]:focus,
#ft-form [type=month]:focus,
#ft-form [type=number]:focus,
#ft-form [type=password]:focus,
#ft-form [type=search]:focus,
#ft-form [type=tel]:focus,
#ft-form [type=text]:focus,
#ft-form [type=time]:focus,
#ft-form [type=url]:focus,
#ft-form [type=week]:focus,
#ft-form select:focus,
#ft-form textarea:focus {
  border-color: #bbb;
  box-shadow: 0 0 0 0 #fff, 0 0 0 3px rgba(199, 210, 254, .5), 0 0 #0000
}

#ft-form [type=checkbox],
#ft-form [type=radio] {
  color: #4f46e5;
  box-shadow: none;
  border-radius: .25rem;
  border-color: #bbb;
  margin-right: .5rem
}

#ft-form [type=checkbox]:focus,
#ft-form [type=radio]:focus {
  border-color: #bbb;
  box-shadow: 0 0 0 0 #fff, 0 0 0 3px rgba(199, 210, 254, .5), 0 0 #0000
}

#ft-form [type=radio] {
  border-radius: 100%
}

#ft-form .btns {
  text-align: right;
  margin-top: 3rem
}

#ft-form .btns>input[type=button],
#ft-form .btns>input[type=reset],
#ft-form .btns>input[type=submit] {
  display: inline-block;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, .05);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: .6rem;
  padding-bottom: .6rem;
  line-height: 1.25rem;
  border-width: 1px;
  border-radius: .375rem;
  border-color: #bbb;
  background-color: #fff;
  cursor: pointer;
  margin-left: .5rem;
  font-weight: 700
}

#ft-form .btns>input[type=button]:focus,
#ft-form .btns>input[type=reset]:focus,
#ft-form .btns>input[type=submit]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-color: #bbb;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(199, 210, 254, .5), 0 0 #0000
}

#ft-form .btns>input[type=submit] {
  background-color: #f3f4f5;
  transition: background-color .1s
}

#ft-form .btns>input[type=submit]:hover {
  background-color: #f8f9fa
}