@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Antic+Slab&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  overflow-x: hidden;
  background-color: #fff;
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
}

.btn:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}
.top-bar {
  background: #f26522;
}
.top-bar ul li a i {
  margin: 0 10px 0 0;
  animation: tada 2s 0.5s infinite;
}
.top-bar ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: Poppins;
}
.top-bar ul {
  display: flex;
  padding: 10px 0;
  justify-content: space-between;
}
header nav #navbarSupportedContent {
  justify-content: end;
}
header nav .navbar-brand {
  width: 25%;
}
header nav #navbarSupportedContent a {
  background: #f26522;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: Poppins;
  letter-spacing: 2px;
  display: block;
  width: 200px;
}
/* header nav #navbarSupportedContent form a isolation: {
        margin: 0 10px 0 0;
    animation: tada 2s 0.5s infinite;
} */

.sec-home-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  z-index: -1;
}
.sec-home-banner {
  background-image: url(../images/banner.jpg);
  padding: 100px 0;
  background-size: cover;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.sec-home-banner ul li i {
  color: #22c1c3;
  margin: 0 10px 0 0;
}
.sec-home-banner h2 {
  color: #fff;
  font-weight: 800;
  font-family: "Antic Slab";
  font-size: 42px;
  text-align: left;
  margin: 0 0 15px;
}
.sec-home-banner ul li {
  font-weight: 600;
  font-family: "Poppins";
  width: 22%;
  margin: 0 10px 10px;
  color: #fff;
  font-size: 16px;
}
.sec-home-banner ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0;
}
.sec-home-banner h5 {
  background: #000;
  margin: 0;
  display: block;
  padding: 15px 10px;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  font-family: "Poppins";
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* Modal Styling */
.modal-content {
  border-radius: 15px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
  overflow: hidden;
}

.modal-header {
  background: #000;
  color: #fff;
  border-bottom: none;
  padding: 20px 30px;
  border-radius: 0;
}

.modal-title {
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 24px;
}

.modal-header .btn-close {
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
  padding: 10px;
  margin-top: -5px;
}

.modal-body {
  padding: 30px;
}

.modal-body .custom-input input,
.modal-body .custom-input textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 15px;
  margin-bottom: 15px;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
}

.modal-body .custom-input input:focus,
.modal-body .custom-input textarea:focus {
  border-color: #000;
}

.modal-body .custom-input textarea {
  height: 100px;
  resize: none;
}

.modal-body button {
  width: 100%;
  background: #000;
  color: #fff;
  border: none;
  padding: 15px;
  border-radius: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.modal-body button:hover {
  background: #333;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.sec-home-banner p {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Poppins";
  text-align: left;
  margin: 20px 0;
  width: 100%;
}
.sec-home-banner .buttons a:nth-child(2) {
  background: #2bb741;
}
.sec-home-banner .buttons a i {
  margin: 0 10px 0 0;
  animation: tada 2s 0.5s infinite;
}
.sec-home-banner .buttons a {
  background: #f26522;
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  /* width: 30%; */
  padding: 0 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: Poppins;
  letter-spacing: 2px;
  margin: 0 20px 0 0;
}
.sec-home-banner .buttons {
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 25px 0 0;
}
.sec-home-banner .form-here {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: none;
}
.sec-home-banner .form-here .custom-input input,
.sec-home-banner .form-here .custom-input textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 15px;
  margin-bottom: 15px;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
  background: #fff;
  color: #000;
}
.sec-home-banner .form-here .custom-input input::placeholder,
.sec-home-banner .form-here .custom-input textarea::placeholder {
  color: #777;
}
.sec-home-banner .form-here .custom-input textarea {
  height: 100px;
  resize: none;
}
.sec-home-banner .form-here button {
  width: 100%;
  background: #000;
  color: #fff;
  border: none;
  padding: 15px;
  border-radius: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  cursor: pointer;
  height: auto;
  line-height: normal;
}
.sec-home-banner .form-here button:hover {
  background: #333;
  transform: translateY(-2px);
}
.premier-uni {
  padding: 100px 0;
  background: #fff;
  overflow: hidden;
}
.premier-uni h2 {
  color: #000;
  font-weight: 800;
  font-family: "Antic Slab";
  font-size: 42px;
  margin-bottom: 20px;
}
.premier-uni h2 span {
  color: #f26522;
}
.premier-uni p {
  color: #777;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 50px;
}
.uni-logo-container {
  position: relative;
  height: 500px;
  margin-top: 50px;
}
.uni-logo-box {
  position: absolute;
  width: 140px;
  height: 140px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  animation: floating 4s ease-in-out infinite;
}
.uni-logo-box:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
.uni-logo-box img {
    max-height: 100%;
    object-fit: contain;
}

@keyframes floating {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
  100% { transform: translateY(0px); }
}

.float-1 { top: 0; left: 5%; animation-delay: 0s; }
.float-2 { top: 50px; left: 25%; animation-delay: 0.5s; width: 120px; height: 120px; }
.float-3 { top: 10%; left: 45%; animation-delay: 1s; width: 130px; height: 130px; }
.float-4 { top: 40px; left: 65%; animation-delay: 1.5s; }
.float-5 { top: 200px; left: 0%; animation-delay: 2s; width: 110px; height: 110px; }
.float-6 { top: 250px; left: 20%; animation-delay: 2.5s; }
.float-7 { top: 280px; left: 40%; animation-delay: 3s; width: 125px; height: 125px; }
.float-8 { top: 220px; left: 60%; animation-delay: 3.5s; width: 115px; height: 115px; }
.float-9 { top: 250px; left: 80%; animation-delay: 4s; }

@media (max-width: 991px) {
  .uni-logo-container {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .uni-logo-box {
    position: static;
    animation: none;
    width: 120px;
    height: 120px;
  }
  .premier-uni h2{
    font-size: 30px;
  }
}
.service .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0;
}
.service .buttons a i {
  margin: 0 10px 0 0;
  animation: tada 2s 0.5s infinite;
}
.service .buttons a:nth-child(2) {
  background: #2bb741;
}
.service .buttons a {
  background: #f26522;
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 17%;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: Poppins;
  letter-spacing: 2px;
  margin: 0 20px 0 0;
}
.about-sec {
  padding: 100px 0;
}
.about-sec p {
  color: #777;
  font-size: 16px;
  font-family: Poppins;
  line-height: 25px;
  margin: 0 0 40px;
}
.about-sec .buttons a:first-child {
  width: 33%;
}
.about-sec .buttons a i {
  margin: 0 10px 0 0;
  animation: tada 2s 0.5s infinite;
}
.about-sec .buttons a {
  background: #f26522;
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 30%;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: Poppins;
  letter-spacing: 2px;
  margin: 0 20px 0 0;
}
.about-sec .buttons a:nth-child(2) {
  background: #2bb741;
}
.about-sec .buttons {
  display: flex;
  justify-content: left;
  align-items: center;
}
.about-sec span {
  padding: 5px 15px;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  font-family: Poppins;
  font-size: 14px;
  letter-spacing: 2px;
  background: #f26522;
}
.about-sec h2 {
  color: #000;
  font-weight: 800;
  font-family: "Antic Slab";
  font-size: 42px;
  text-align: left;
  margin: 10px 0 15px;
}
.call-to-action {
  padding: 50px 0;
  background: #f26522;
}
.call-to-action p {
  color: #fff;
  font-weight: 300;
  font-family: Poppins;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  letter-spacing: 1px;
}
.call-to-action .buttons a:nth-child(2) {
  background: #2bb741;
}
.call-to-action .buttons a i {
  margin: 0 10px 0 0;
  animation: tada 2s 0.5s infinite;
}
.call-to-action .buttons a {
  background: #000;
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 30%;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: Poppins;
  letter-spacing: 2px;
  margin: 0 20px 0 0;
}
.call-to-action .buttons {
  display: flex;
  justify-content: left;
  align-items: center;
}

.call-to-action h2 {
  color: #fff;
  font-weight: 800;
  font-family: "Antic Slab";
  font-size: 32px;
  text-align: left;
  margin: 0 0 15px;
}
.quality-sec {
  padding: 100px 0;
}
.quality-sec p {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins";
  text-align: center;
  width: 85%;
  letter-spacing: 1px;
  margin: 0 auto 50px;
}
.quality-sec h2 {
  color: #000;
  font-weight: 800;
  font-family: "Antic Slab";
  font-size: 42px;
  text-align: center;
}
.quality-sec .gurantee-box img {
  border-radius: 10px;
}
.quality-sec .gurantee-box h3 {
  color: #000;
  font-weight: 800;
  font-family: "Antic Slab";
  font-size: 24px;
  text-align: left;
  margin: 15px 0;
  letter-spacing: 1px;
}
.quality-sec .gurantee-box a {
  background: #f26522;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 50%;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-family: Poppins;
  letter-spacing: 2px;
  margin: 10px 0 0;
}
.quality-sec .gurantee-box ul li i {
  margin: 0 10px 0 0;
  color: #f26522;
}
.quality-sec .gurantee-box ul li {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  font-family: Poppins;
  margin: 0 0 5px;
}
.quality-sec .gurantee-box {
  box-shadow: 0px 0px 10px 0px #ccc;
  padding: 15px;
  border-radius: 10px;
}
.testi .testi-slider .slick-slide {
  margin: 0 0 0 25px;
}
.testi .testimonial-box {
  position: relative;
  padding: 4px;
  overflow: hidden;
}
.testi .testimonial-box:hover:before {
  animation: border-transform 2s linear infinite;
}
.testi .testimonial-box .service-box:hover {
  background: #fff;
}
.testi .testimonial-box .service-box:hover h4 {
  color: #000;
}
.testi .testimonial-box .service-box:hover p {
  color: #777;
}
.testi .testimonial-box .service-box:hover .box-left {
  background: #f26522;
  animation: animName 2s linear infinite;
}
.testi .testimonial-box .service-box:hover .box-right {
  background: #f26522;
  animation: animName 2s linear infinite;
}

.testi .testi-slider .slick-prev {
  left: -2%;
}
.testi .testi-slider .slick-next {
  right: -3%;
}
.testi .testi-slider .slick-next:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
}
.testi .testi-slider .slick-prev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
}
.testi .testi-slider .slick-prev,
.testi .testi-slider .slick-next {
  width: 40px;
  height: 40px;
  background: #f26522;
  border-radius: 50%;
}
.testi {
  padding: 100px 0;
}
.testi span {
  padding: 5px 15px;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  font-family: Poppins;
  font-size: 14px;
  letter-spacing: 2px;
  background: #f26522;
  display: table;
  margin: 0 auto;
}
.testi h2 {
  color: #000;
  font-weight: 800;
  font-family: "Antic Slab";
  font-size: 42px;
  text-align: center;
  margin: 10px 0 50px;
}
.testi .service-box {
  height: 100%;
}
.testi .service-box h4 {
  color: #000;
  font-weight: 800;
  font-family: "Antic Slab";
  font-size: 24px;
  text-align: center;
  margin: 0 0 10px;
  letter-spacing: 1px;
}
.testi .service-box img {
  height: 60px;
  margin: 0 0 20px;
}
.testi .service-box p {
  font-size: 16px;
  font-weight: 400;
  color: #777;
  font-family: "Poppins";
  text-align: center;
  margin: 0 0 30px;
}
.testi .service-box .box-right {
  right: -3%;
  bottom: -5%;
  display: block;
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  cursor: pointer;
  transition: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background: #f26522;
  text-align: center;
  z-index: -1;
}
.testi .service-box:hover .box-left {
  background: #fff;
}
.testi .service-box:hover .box-right {
  background: #fff;
}
.testi .service-box .box-left {
  left: -3%;
  top: -5%;
  display: block;
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  cursor: pointer;
  transition: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background: #f26522;
  text-align: center;
  z-index: -1;
}
.testi .service-box:hover {
  background: #f26522;
}
.testi .service-box:hover p {
  color: #fff;
}
.testi .service-box:hover h4 {
  color: #fff;
}
.testi .service-box:hover img {
  filter: brightness(0) invert(1);
}
.testi .service-box {
  transition: 0.3s all ease-in-out;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 10px 0px #ccc;
  overflow: hidden;
  margin: 0 0 30px;
}
.testi .service-box {
  margin: 0;
  background: #fff;
  border: 5px solid #e9630f;
  box-shadow: inherit;
}

.testi .service-box:hover img {
  filter: inherit;
}
.testi .service-box img {
  width: 25%;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.news-letter {
  background: #fafafa;
  padding: 50px 0;
}
.news-letter h2 {
  color: #777;
  font-weight: 800;
  font-family: "Antic Slab";
  font-size: 36px;
  text-align: center;
}
.news-letter h4 {
  color: #000;
  font-weight: 800;
  font-family: "Antic Slab";
  font-size: 20px;
  text-align: center;
}
.news-letter .btn-anchor {
  background: #f26522;
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 30%;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: Poppins;
  letter-spacing: 2px;
  margin: 0 auto;
}
.news-letter img {
  display: table;
  margin: 0 auto;
}
.news-letter .buttons {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 30px 0 0;
}
.news-letter .buttons a i {
  margin: 0 10px 0 0;
  animation: tada 2s 0.5s infinite;
}
.news-letter .buttons a:nth-child(2) {
  background: #2bb741;
}
.news-letter .buttons a {
  background: #f26522;
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 50%;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: Poppins;
  letter-spacing: 2px;
  margin: 0 auto 15px;
}
.border-set-here {
  border-right: 1px solid #7777774d;
}
@keyframes animName {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bottom-bar p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins";
  letter-spacing: 1px;
}
.bottom-bar ul li:last-child {
  margin: 0;
}
.bottom-bar ul {
  text-align: right;
}
.bottom-bar ul li {
  display: inline-block;
  margin: 0 30px 0 0;
}
.bottom-bar ul li a {
  color: #fff;
  font-size: 16px;
  margin: 0 0 0;
  font-weight: 400;
  font-family: "Poppins";
  letter-spacing: 1px;
}
.bottom-bar {
  background: #f26522;
  padding: 10px 0;
}
footer .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0;
}
footer .buttons a i {
  margin: 0 10px 0 0;
  animation: tada 2s 0.5s infinite;
}
footer .buttons a:nth-child(2) {
  background: #2bb741;
}
footer .buttons a {
  background: #f26522;
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 17%;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: Poppins;
  letter-spacing: 2px;
  margin: 0 20px 0 0;
}
footer h2 {
  color: #fff;
  font-weight: 800;
  font-family: "Antic Slab";
  font-size: 42px;
  text-align: center;
}
footer {
  padding: 50px 0;
  background: #000;
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {
}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sec-home-banner .buttons a {
    width: 22%;
  }
  .call-to-action .buttons a {
    font-size: 12px;
  }
  .service .buttons a {
    width: 22%;
  }
  footer .buttons a {
    width: 22%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
  .top-bar ul {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  header nav .navbar-brand {
    width: 100%;
  }
  .navbar > .container,
  .navbar > .container-fluid,
  .navbar > .container-sm,
  .navbar > .container-md,
  .navbar > .container-lg,
  .navbar > .container-xl,
  .navbar > .container-xxl {
    justify-content: center;
  }
  .sec-home-banner {
    padding: 50px 0;
  }
  .sec-home-banner h2 {
    font-size: 22px;
  }
  .sec-home-banner p {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }
  .sec-home-banner h5 {
    font-size: 18px;
  }
  .sec-home-banner .form-here {
    flex-direction: column;
  }
  .sec-home-banner .form-here .custom-input {
    width: 100%;
    margin: 0 0 15px;
  }
  .sec-home-banner .form-here button {
    width: 100%;
  }
  .sec-home-banner .buttons a {
    width: 100%;
    margin: 0 0 15px;
  }
  .sec-home-banner .buttons {
    flex-direction: column;
  }
  .about-sec {
    padding: 50px 0;
  }
  .about-sec span {
    text-align: center;
    display: block;
  }
  .about-sec h2 {
    font-size: 22px;
    text-align: center;
  }
  .about-sec p {
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    margin: 0 0 20px;
  }
  .about-sec .buttons a:first-child {
    width: 100%;
    margin: 0 0 15px;
    height: 40px;
    line-height: 40px;
  }
  .call-to-action {
    padding: 30px 0;
  }
  .call-to-action h2 {
    text-align: center;
    font-size: 20px;
  }
  .call-to-action p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .call-to-action .buttons a {
    width: 100%;
    margin: 0 0 15px;
  }
  .call-to-action .buttons {
    flex-direction: column;
    margin: 0 0 15px;
  }
  .service {
    padding: 50px 0;
  }
  .service h2 {
    font-size: 22px;
    margin: 10px 0 30px;
  }
  .service .service-box p {
    font-size: 14px;
  }
  .service .buttons {
    margin: 15px 0 0;
    flex-direction: column;
  }
  .service .buttons a {
    width: 100%;
    margin: 0 0 15px;
  }
  .quality-sec {
    padding: 50px 0;
  }
  .quality-sec h2 {
    font-size: 22px;
  }
  .quality-sec p {
    width: 100%;
    font-size: 14px;
  }
  .quality-sec .gurantee-box {
    margin: 0 0 20px;
  }
  .news-letter {
    padding: 30px 0;
  }
  .news-letter h2 {
    font-size: 22px;
  }
  .news-letter .btn-anchor {
    width: 100%;
    margin: 15px 0;
  }
  .news-letter .buttons a {
    width: 100%;
  }
  footer {
    padding: 30px 0;
  }
  footer h2 {
    font-size: 22px;
  }
  footer .buttons {
    flex-direction: column;
    margin: 15px 0 0;
  }
  footer .buttons a {
    width: 100%;
    margin: 0 0 15px;
  }
  .bottom-bar p {
    font-size: 14px;
    text-align: center;
  }
  .bottom-bar ul {
    text-align: center;
  }
  .bottom-bar ul li {
    margin: 0;
  }
  .bottom-bar ul li a {
    font-size: 14px;
  }
  .service .service-box {
    padding: 15px;
  }
  .service .service-box h4 {
    font-size: 18px;
  }
  .testi .service-box img {
    width: 40%;
  }
  .testi .testi-slider .slick-slide {
    margin: 0;
  }
  .testi .testi-slider .slick-prev,
  .testi .testi-slider .slick-next {
    z-index: 99;
  }
  .testi .testi-slider .slick-prev,
  .testi .testi-slider .slick-next {
    width: 25px;
    height: 25px;
  }
  .testi .testi-slider .slick-prev {
    left: 0;
  }
  .testi .testi-slider .slick-next {
    right: 0;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 16px;
    opacity: 1;
  }
}
