.floating_btn {
  position: fixed;
  bottom: 0px;
  left: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:
    center;
  justify-content:
    center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  /* animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1); */
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.s3_text h3 {
  color: #181818;
  font-size: 36px;
  font-weight: 900;
}

.s3_text h3>span {
  color: var(--primary-color);
}

.s3_box h4 {
  font-size: 19px;
  color: #181818;
  margin: 20px 0 0 0;
}

.s3_box img {
  width: 90px;
}

.process-sect-heading {
  text-align: center;
  margin-bottom: 40px;
}


.process-content-part {
  text-align: center;
  margin-bottom: 25px;
}

.process-content-part h4 {
  font-weight: 600;
  padding: 0px 20px;
  margin-bottom: 10px;
}

/* Service Card Section Start */

.service-sect {
  padding: 100px 0px;
}

.service-sect-heading {
  text-align: center;
  margin-bottom: 35px;
}

.service-sect-heading h2 {
  font-weight: 600;
  margin-bottom: 10px;
}

.service-card {
  padding: 40px 20px 40px;
  background-color: var(--primary-color);
  color: #ffffff;
  border-radius: 10px;
}

.service-card:hover {
  background-color: #fff;
  color: #000;
  border: solid 1px var(--primary-color);
}

.service-card:hover .service-card-btn a {
  border: solid 1px var(--primary-color);
}

.service-card h3 {
  margin-bottom: 10px;
  font-weight: 600;
}

.service-card-btn {
  margin-top: 30px;
}

.service-card-btn a {
  color: #000;
  background-color: #fff;
  padding: 10px 14px;
  border-radius: 5px;
  border: solid 1px #fff;
}

.service-card-btn a:hover {
  background-color: #000;
  color: #fff;
}

/* Service Card Section End */

/* =============================== */

.testimonial-section {
  padding: 70px 0px;
  background-color: var(--primary-color);
  color: #fff;
}

.testimonial-heading {
  /* padding: 65px 25px; */
  border-radius: 5px;
  padding-top: 70px;
}

.testimonial-heading h2 {
  color: #fff;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
}

.testimonial-heading h2::after {
  content: '';
  position: absolute;
  width: 340px;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
}

.testimonial-section .testimonial-heading .main_btn:hover {
  border: solid 1px #ffffff;
}

.university-logo-section {
  padding: 50px 0px;
}

.university-logo-text {
  padding: 40px 20px 20px;
}

.university-logo-text h2 {
  font-weight: 600;
  margin-bottom: 20px;
}

.university-logo-text h2 span {
  color: var(--primary-color);
}

.university-logo-img {
    margin-top: 100px;
}

.university-logo-img {
  padding-top: 50px;
}

.horizontal-form {
  padding: 30px 0px 40px;
  background-color: var(--primary-color);
  color: #fff;
}

.horizontal-form-heading {
  text-align: center;
  margin-bottom: 35px;
}

.horizontal-form-heading h2 {
  font-weight: 600;
}

.horizontal-form-field input {
  padding: 20px 12px;
}

.horizontal-form-field button {
  height: 42px;
  transition: all .6s;
}

.horizontal-form-field button:hover {
  background-color: #000;
  color: #fff;
}

.choose-us-sect {
  padding: 100px 0px;
  background-image: url(../img/pattern-2.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.choose-us-content {
  padding: 50px 25px;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-top: 30px;
  border-radius: 8px;
}

.choose-us-content h5 {
  color: var(--primary-color);
  font-size: 18px;
}

.choose-us-content h3 {
  font-weight: 600;
  margin: 10px 0px;
}

.choose-us-box {
  background-color: #ffffff;
  padding: 35px 25px 50px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  margin-bottom: 25px;
  border: solid 1px var(--primary-color);
}

.choose-us-box:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}

.choose-us-box h4 {
  font-weight: 600;
  margin-bottom: 15px;
}

.choose-us-boxes {
    margin-top: 130px;
}

.choose-box-up {
  margin-top: -55px;
}

.br-wh {
  border: solid 1px #fff;
}


/* =============================== */

@media screen and (max-width: 768px) {
    .testimonial-heading h2::after {
        width: 245px;
    }
    .testimonial-screenshot {
        margin-top: 20px;
    }
    .float_wn {
        width: 100%;
        text-align: center;
    }
    .choose-box-up {
        margin-top: 0px; 
    }
    .horizontal-form-field input {
        margin-bottom: 10px;
    }
    .s2_left img {
        height: auto; 
    }
    .service-card {
        margin-bottom: 15px;
    }
    .navbar-inverse .navbar-collapse {
        border: solid 1px #fff;
        border-radius: 5px;
    }
    .head_top ul li a {
        font-size: 15px;
    }
    .head_mid .navbar-nav>li {
        margin-bottom: 5px;
    }
    .navbar-inverse .navbar-nav>li>a {
        padding: 8px 0;
    }
    .university-logo-text {
        padding: 20px 0px 20px;
    }
    .choose-us-content {
        padding: 30px 15px;
    }
    .testimonial-heading {
        padding-top: 0px;
        padding-bottom: 15px;
    }
    .h_sec7 .container {
        padding: 10px 10px 30px;
    }
    .ban_left p {
        padding: 0;
    }
    .head_bot {
        margin-top: 10px;
    }
    .ban_right {
        padding: 20px 10px 20px 10px;
    }
    .service-card {
        padding: 25px 12px;
    }
    .h_sec7 a.s7on {
        width: 100%;
    }
    .s2_left {
        margin-top: 0px;
    }
    .university-logo-img {
        margin-top: 0px;
    }
    .choose-us-boxes {
        margin-top: 0px;
    }
}