
/* ===========================
    5.ABOUT css 
=========================== */


.welcome-2-form {
    padding: 1.2em !important;
    border-radius: var(--border-radius1);
    height: 100%;
}

#welcome-2 input {
    border-radius: var(--border-radius2);
    padding: 1.6em !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area {
    padding-top: 0;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .about-area {
    padding-top: 0;
    padding-bottom: 80px;
  }
}

.about-image {
  position: relative;
}

.about-image::before {
  position: absolute;
  content: '';
  width: 183px;
  height: 183px;
  background-image: url("../../../../demorb/images/dots.png");
  background-repeat: repeat;
  top: -50px;
  left: -50px;
  z-index: -1;
  -moz-animation: up-down 3s infinite;
  -o-animation: up-down 3s infinite;
  animation: up-down 3s infinite;
}

.about-image img {
  width: 100%;
  border-radius: var(--border-radius1);
}

@keyframes up-down {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.about-content .text {
  margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-content .text {
    margin-top: 10px;
  }
}

.about-content .about-form {
  position: relative;
  margin-top: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-content .about-form {
    margin-top: 25px;
  }
}

.about-content .about-form #form {
  border: 4px solid var(--color1);
  	border-radius: var(--border-radius1) !important;
}

.about-content .about-form .form-div {
  border: 4px solid var(--color1);
  	border-radius: var(--border-radius1) !important;
}

/* .about-content .about-form input {
  width: 100%;
  height: 65px;
  border: 2px solid var(--color1);
  padding: 0 30px;
  border-radius: 50px;
}

.about-content .about-form input::placeholder {
  opacity: 1;
  color: #56566a;
}

.about-content .about-form input::-ms-input-placeholder {
  opacity: 1;
  color: #56566a;
}

.about-content .about-form input::-moz-placeholder {
  opacity: 1;
  color: #56566a;
}

.about-content .about-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #56566a;
}

.about-content .about-form .main-btn {
  border-radius: 50px;
  position: absolute;
  top: 7px;
  right: 7px;
}

.about-content .about-form .main-btn:hover {
  -moz-box-shadow: 0px 11px 20px 0px rgba(4, 154, 229, 0.4);
  box-shadow: 0px 11px 20px 0px rgba(4, 154, 229, 0.4);
}

.about-content .about-form .main-btn::before {
  border-radius: 50px;
}

@media (max-width: 767px) {
  .about-content .about-form .main-btn {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    margin-top: 7px;
  }
} */

/* ==== INDEX 2 ==== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two-area {
    padding-top: 0px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .about-two-area {
    padding-top: 0px;
    padding-bottom: 80px;
  }
}

.about-two-image {
  margin-right: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two-image {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .about-two-image {
    margin-right: 0;
  }
}

.about-two-image img {
  padding: 6px;
  background-color: #fff;
  width: 100%;
  -moz-box-shadow: 0px 0px 20px 0px rgba(4, 154, 229, 0.35);
  box-shadow: 0px 0px 20px 0px rgba(4, 154, 229, 0.35);
}

.about-two-content > .text {
  margin-top: 25px;
}

.about-two-content .about-list {
  position: relative;
  margin-top: 20px;
}

.about-two-content .about-list .list-icon {
  position: absolute;
  top: 3px;
  left: 0;
}

.about-two-content .about-list .list-icon i {
  font-size: 18px;
  color: #049ae5;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-two-content .about-list .list-icon i {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .about-two-content .about-list .list-icon i {
    font-size: 16px;
  }
}

.about-two-content .about-list .list-content {
  padding-left: 25px;
}

.about-two-content .about-list .list-content p {
  font-size: 18px;
  color: #212849;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-two-content .about-list .list-content p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .about-two-content .about-list .list-content p {
    font-size: 16px;
  }
}