

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-one .form-group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  margin: 0;
}

@media (min-width: 576px) {
  .form-one .form-group {
    grid-template-columns: 1fr 1fr;
  }
}

.form-one .form-control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
}

.form-one .form-control-full {
  grid-column-start: 1;
  grid-column-end: -1;
}

.form-one input[type=text],
.form-one input[type=email],
.form-one textarea {
  display: block;
  width: 100%;
  height: 73px;
  border-radius: 36.5px;
  background-color: #f1f1f1;
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 500;
  border: none;
  outline: none;
  padding-left: 30px;
}

.form-one textarea {
  border-radius: 30px;
  height: 195px;
  padding-top: 20px;
}

.form-one .thm-btn {
  padding: 24.5px 57.5px;
}

.form-one .thm-btn:hover {
  background-color: var(--thm-primary);
  color: #fff;
}





/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one__content {
  margin-top: 80px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .about-one__content {
    padding-top:  0px;
    margin-top: 30px;
  }
}

.about-one__content p {
  margin: 0;
  padding-right: 35px;
  text-align: justify;
}

.about-one__content .about-one__text {
  margin: 0;
  font-size: 24px;
  line-height: 36px;
  color: var(--thm-primary);
  margin-top: -10px;
  margin-bottom: 30px;
}

.feature-four__box-inner {
    position: relative;
}

.feature-four__box-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 4px);
    background-color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.feature-four__box-inner i:after {
    content: "";
    width: 68px;
    height: 68px;
    background-color: #eff2f6;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%);
}

.feature-four__box-inner i {
    font-size: 54px;
    color: var(--thm-base);
    position: relative;
    z-index: 10;
    transition: all .5s ease;
}

.feature-four__box-inner h3 {
    font-size: 22px;
}

.feature-four__box-icon{
  position: absolute;
  left: 0;
  top: 40px;
}

.feature-four__box-right {
    position: relative;
    padding-left:90px;    
    float: left;
}

.feature-four__box-right p
{
  margin-bottom: 30px;
}
@media (max-width: 425px) {
  .about-one__content .about-one__text {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.about-one__form {
  
  position: relative;
  z-index: 10;
  margin-left: 0px;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

@media (max-width: 1199px) {
  .about-one__form {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .about-one__form {
    margin-top: 40px;
  }
}

.about-one__form-content {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom:60px;
  padding-top: 30px;
}

@media (max-width: 425px) {
  .about-one__form-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.about-one__form-content p {
  margin: 0;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  align-items: center;
}

@media (max-width: 1199px)
{
  .about-one__form-content p
  {
    font-size: 18px;
  }
}

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

@media (max-width: 425px)
{
  .about-one__form-content p
  {
    display: block;
    text-align: center;
  }
}

.about-one__form-content p span {
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 767px)
{
   .about-one__form-content p span
  {
    font-size: 14px;
  }
}

@media (max-width: 490px)
{
  .about-one__form-content p span
  {
    max-width: 100px;
  }
}

.about-one__form-content p i {
  font-style: normal;
}

.about-one__form-content p b {
  font-weight: 400;
  color: var(--thm-black);
  line-height: 1;
  display: block;
}

@media (max-width: 425px)
{
  .about-one__form-content p b
  {
    margin-top: 10px;
  }
}
.about-one__form-content p + p {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e6eaef;
}

.about-one__form h3 {
 
    text-align: center;
    margin: 0;
    font-size: 30px;
    color: #fff;
    background-color: #f99032;
    font-weight: 700;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-top: 42px;
    padding-bottom: 52px;
    position: relative;

}

@media (max-width: 375px) {
  .about-one__form h3 {
    font-size: 24px;
  }
}

.about-one__form h3::after {
  content: "";
  width: 100%;
  height: 10px;
  background-image: url(../images/shapes/about-form-shape-1-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-one__form .thm-btn {
  width: 100%;
  margin-top: 35px;
  padding-top: 17.5px;
  padding-bottom: 17.5px;
}

.about-one__form .thm-btn:hover {
  background-color: var(--thm-black);
  color: #fff;
}

.about-one__form .noUi-horizontal {
  height: 7px;
  border-radius: 4px;
  background-color: #eff2f6;
  border: none;
  box-shadow: none;
}

.about-one__form .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  border: 4px solid #fff;
  background: var(--thm-base);
  border-radius: 50%;
  outline: none !important;
  box-shadow: none;
}

.about-one__form .noUi-horizontal .noUi-handle::before, .about-one__form .noUi-horizontal .noUi-handle::after {
  display: none;
}

.about-one__form .noUi-tooltip {
  border: none;
  padding: 0;
  color: var(--thm-color);
  font-size: 15px;
  background-color: none;
  box-shadow: none;
}

.about-one__form .noUi-horizontal .noUi-tooltip {
  bottom: 185%;
  font-weight: 500;
}

.about-one__form .noUi-connect {
  background-color: var(--thm-base);
  border-radius: 4px;
}

.about-one__form .input-box {
  margin-bottom: 30px;
}

.about-one__form .input-box__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  color: var(--thm-color);
  margin-bottom: 10px;
}

.input-box__top span
{
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 1199px)
{
  .input-box__top span
  {
    font-size: 18px;
  }
}

@media (max-width: 767px)
{
  .input-box__top span
  {
    font-size: 16px;
  }
}

.about-two {
  position: relative;
  padding: 100px 0;
}

@media (max-width: 991px)
{
  .about-two
  {
    padding: 80px 0;
  }
}

@media (max-width: 767px)
{
  .about-two
  {
    padding: 60px 0;
  }
}

.about-two__content {
    margin-left: 70px;
}
.about-two .about-two__content
{
  margin-top: 15px;
}

@media (max-width: 991px)
{
  .about-two__content
  {
    margin-left: 0;
  }
}

.about-two__shape-1 {
  position: absolute;
  left: 200px;
  bottom: 450px;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}

.about-two__shape-2 {
  position: absolute;
  top: 50px;
  right: 300px;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}

.about-two__shape-3 {
  position: absolute;
  right: 250px;
  bottom: 200px;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.about-two .container {
  position: relative;
}

.about-two__image {
  position: relative;
}

.about-two__image::before {
  content: "";
  width: 20px;
  height: 338px;
  background-color: var(--thm-base);
  position: absolute;
  top: 0;
  left: -50px;
  border-radius: 4px;
}

.about-two__image > img {
  border-radius: 4px;
}

@media (max-width: 1199px) {
  .about-two__image > img {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .about-two__content {
    margin-top: 50px;
  }
}

.about-two__content > P {
  margin-top: 25px;
  margin-bottom: 40px;
}

.about-two__content .block-title h2 {
  line-height: 1.08;
}

.about-two__content .thm-btn:hover {
  background-color: var(--thm-black);
  color: #fff;
}

.about-two__box {
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    width: 100%;
    max-width: 250px;
    border-radius: 4px;
    padding: 45px 20px 45px 40px;
    position: absolute;
    bottom: 30px;
    left: -50px;
}

@media (max-width: 667px) {
  .about-two__box {
    left: 30px;
  }
}

.about-two__box > i {
  position: relative;
  font-size: 60px;
  color: var(--thm-base);
  position: relative;
}

.about-two__box > i::before {
  position: relative;
  z-index: 10;
}

.about-two__box > i::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #eff2f6;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.about-two__box h3 {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: var(--thm-black);
  margin-top: 10px;
}

.about-two__list {
  margin-bottom: 0;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}

.about-two__list li {
  color: var(--thm-black);
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8em;
}

@media (max-width: 1199px) {
  .about-two__list li {
    display: flex;
    line-height: 1.4;
  }

  .about-two__list i
  {
    position: relative;
    top: -10px;
  }
}

@media (max-width: 991px)
{
  .about-two__list i
  {
    top: 0;
  }
}

@media (max-width: 1199px) {
  .about-two__list li + li {
    margin-top: 10px;
  }
}

.about-two__list li > i {
  color: var(--thm-base);
  margin-right: 10px;
}

.about-two .button-wrap {
  display: flex;
  align-items: center;
}

@media (max-width: 480px) {
  .about-two .button-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

.about-two .main-header__info-phone {
  align-items: center;
  margin-left: 20px;
}

@media (max-width: 480px) {
  .about-two .main-header__info-phone {
    margin-left: 0;
    margin-top: 20px;
  }
}

.about-two .main-header__info-phone > i {
  width: 67px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #eff2f6;
  border-radius: 50%;
}

.about-three {
  padding-top: 100px;
  padding-bottom: 60px;
}

.about-three .block-title h2
{
  max-width: 580px;
}

@media (max-width: 991px)
{
  .about-three
  {
    padding: 80px 0 30px;
  }
}

@media (max-width: 425px)
{
  .about-three
  {
    padding: 60px 0 40px;
  }
}


.about-three .block-title {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .about-three .block-text {
    margin-left: 40px;
  }
}

@media (max-width: 991px) {
  .about-three .block-text {
    margin-top: 0;
  }
}

.about-three__image {
  border-radius: 4px;
  margin-bottom: 60px;
}

@media (max-width: 1199px) {
  .about-three__image {
    position: relative;
  }
}

.about-three__image > img {
  width: 100%;
}

.about-three__image-text {
  width: 333px;
  text-align: center;
  background-color: var(--thm-base);
  line-height: 76px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.2em;
  font-weight: 400;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  transform: rotate(-90deg) translate(95.5%, -91px);
  transform-origin: top right;
}

@media (max-width: 1199px) {
  .about-three__image-text {
    transform: rotate(0) translate(0, 0);
    width: 100%;
    bottom: 0;
    transform-origin: bottom center;
  }
}

.aboutus-why-choose__content {
  padding-top:0px;
  margin-left: 0px;
}

@media (max-width: 1199px) {
  .aboutus-why-choose__content {
    margin-left: 0;
  }
}

@media (max-width: 425px) {
  .aboutus-why-choose__content {
    padding-top: 50px;
  }
}

.aboutus-why-choose__content .block-title {
  margin-bottom: 20px;
}

.aboutus-why-choose__content > p {
  margin-bottom: 40px;
  color: #555c63;
}

@media (max-width: 991px)
{
  .aboutus-why-choose__content > p
  {
    margin-bottom: 30px;
  }
}
