@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Poppins:wght@400;600;700&display=swap");
body {
  font-family: 'Poppins', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Montserrat', sans-serif;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub_page .header_section {
  border-bottom: 1px solid #fe9900;
}

.header_section {
  background-color: #ffffff;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_section.ip_header {
  background: #303841;
}

.header_section.ip_header .custom_nav-container .contact_nav a {
  color: #ffffff;
}

.custom_nav-container .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: auto;
}

.custom_nav-container .contact_nav a {
  padding: 0px 5px;
  color: #000000;
  text-align: center;
}

.custom_nav2 {
  padding: 0;
}

.custom_nav2 .custom_nav-container {
  padding: 5px 0;
  background-color: #fe9900;
  -webkit-clip-path: polygon(0 0, 100% 0%, 95% 100%, 5% 100%);
          clip-path: polygon(0 0, 100% 0%, 95% 100%, 5% 100%);
}

.custom_nav2 .navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 10px 30px;
  color: #ffffff;
  text-align: center;
  position: relative;
}

.custom_nav2 #navbarSupportedContent {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navbar-brand {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-weight: bold;
  font-size: 28px;
  margin-right: 45px;
}

.navbar-brand span {
  color: #fe9900;
}

.navbar-brand:hover {
  color: inherit;
}

.custom_nav-container .nav_search-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  color: #ffffff;
  border: none;
}

.custom_nav-container .nav_search-btn:hover {
  color: #ffffff;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: auto;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

/*end header section*/
/* slider section */
.slider_section {
  min-height: 100vh;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.slider_section .slider_container {
  margin: auto 0;
  padding: 75px 0;
}

.slider_section #carouselExampleIndicators {
  width: 100%;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail-box h1 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #1f1e1e;
  text-transform: uppercase;
}

.slider_section .detail-box p {
  color: #1f1e1e;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 35px;
  margin: 35px -5px 0 -5px;
}

.slider_section .detail-box .btn-box a {
  width: 165px;
  text-align: center;
  margin: 5px;
}

.slider_section .detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 7px 0;
  background-color: #fe9900;
  color: #1f1e1e;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #fe9900;
}

.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: transparent;
  color: #1f1e1e;
}

.slider_section .detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 7px 0;
  background-color: #ffffff;
  color: #1f1e1e;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #fe9900;
}

.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: #fe9900;
  color: #1f1e1e;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 45px;
}

.slider_section .carousel-indicators li {
  width: 14px;
  height: 14px;
  opacity: 1;
  background-color: transparent;
  border: 2px solid #fe9900;
  border-radius: 100%;
}

.slider_section .carousel-indicators li.active {
  width: 18px;
  height: 18px;
  border: 3px solid #fe9900;
}

/* end slider section */
.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #fe9900;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #fe9900;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #fe9900;
}

.about_section ul {
  padding-left: 0;
  list-style-type: none;
}

.about_section ul li {
  margin-bottom: 10px;
}

.about_section ul i {
  color: #fe9900;
  margin-right: 5px;
}

.service_section {
  background: #ffffff;
  color: #1f1e1e;
}

.service_section .box {
  margin: 10px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 45px;
  border-radius: 5px;
  overflow: hidden;
}

.service_section .box .img-box img {
  width: 100%;
}

.service_section .box .detail-box {
  padding: 25px;
  background: #ffffff;
  color: #000000;
}

.service_section .box .detail-box h5 {
  font-weight: 600;
}

.service_section .box .detail-box a {
  color: #fe9900;
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #fe9900;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #fe9900;
}

.service_section .btn-box a:hover {
  background-color: transparent;
  color: #fe9900;
}

.team_section .box {
  color: #ffffff;
  text-align: center;
  margin-top: 45px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.team_section .box .img-box img {
  width: 100%;
}

.team_section .box .detail-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 15px 0 15px;
  background-color: rgba(48, 56, 65, 0.9);
  -webkit-transform: translateY(65px);
          transform: translateY(65px);
  min-height: 145px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.team_section .box .detail-box h5 {
  font-weight: 600;
}

.team_section .box .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
}

.team_section .box .social_box a {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #fe9900;
  line-height: 30px;
  margin: 0 2.5px;
}

.team_section .box:hover .detail-box {
  border-radius: 15px 15px 0 0;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.team_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.team_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #fe9900;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #fe9900;
}

.team_section .btn-box a:hover {
  background-color: transparent;
  color: #fe9900;
}

.contact_section {
  position: relative;
}

.contact_section .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.contact_section .form_container {
  padding: 25px;
  background: #303841;
  color: #ffffff;
  border-radius: 5px;
}

.contact_section form {
  margin-top: 20px;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  background-color: #ffffff;
  outline: none;
  color: #000000;
  border: 1px solid #a5a5a5;
}

.contact_section input::-webkit-input-placeholder {
  color: #1c1b1b;
}

.contact_section input:-ms-input-placeholder {
  color: #1c1b1b;
}

.contact_section input::-ms-input-placeholder {
  color: #1c1b1b;
}

.contact_section input::placeholder {
  color: #1c1b1b;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  padding: 10px 65px;
  background-color: #fe9900;
  color: #ffffff;
  border-radius: 3px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #fe9900;
  color: #fff;
  margin-top: 10px;
}

.contact_section button:hover {
  background-color: transparent;
  color: #fe9900;
}

.contact_section .img-box {
  height: 100%;
}

.contact_section .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.contact_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 45px;
  }
  
  .contact_section .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #fe9900;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #fe9900;
    margin: 5px;
  }
  
 .contact_section .btn-box a:hover {
    background-color: transparent;
    color: #fe9900;
  }
/* client section start */
.client_section {
  position: relative;
}

.client_section .heading_container {
  margin-bottom: 30px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 105px;
  margin-bottom: -50px;
  margin-left: 25px;
  position: relative;
}

.client_section .box .img-box img {
  border-radius: 100%;
  width: 100%;
  border: 5px solid #ffffff;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.client_section .box .client_id .client_info h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.client_section .box .client_id .client_info p {
  margin-bottom: 0;
  font-size: 15px;
  font-size: 14px;
  margin-bottom: 10px;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  padding: 75px 25px 25px 25px;
  background-color: #303841;
  color: #ffffff;
  border-radius: 15px;
}

.client_section .box .detail-box i {
  color: #fe9900;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 55px;
  height: 55px;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  border-radius: 5px;
  margin: 0 15px;
  border: 1px solid #fe9900;
  background-color: #fe9900;
  color: #ffffff;
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  background-color: transparent;
  color: #fe9900;
}

/* client section end */
.map_section .map_container {
  height: 375px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}

.map_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.map_section .map_container .map #googleMap {
  height: 100%;
}

/* info section */
.info_section {
  background: #303841;
  color: #ffffff;
  padding: 75px 0 60px 0;
}

.info_section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Ensures proper spacing between columns */
  }
  .logo_container img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

.info_section .info_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}





.info_section .social_container {
  margin-top: 15px;
}

.info_section .social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  margin-top: 15px;
}

.info_section .social-box a {
  margin: 0 5px;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 45px;
  font-size: 22px;
  color: #ffffff;
}

.info_section .social-box a:hover {
  color: #fe9900;
}

.info_section .link-box {
    display: block;
    color: #ffffff;
    margin: 0px;
    text-decoration: none;
    
  }
  
  .info_section .link-box:hover {
    color: #fe9900;
  }

.social_container {
    text-align: center;
  }
  
  .social_container h2 {
    margin-bottom: 10px;
  }
  
  .social_container .social-box a {
    display: inline-block;
    margin: 5px;
  }
  .links_container {
    text-align: left; 
  }
  
  .links_container a {
    display: block;
    color: #ffffff;
    margin: 2px 0; /* Reduced gap between links */
    text-decoration: none;
    line-height: 0.5; /* Reduced line height */
  }
  
  .links_container a:hover {
    color: #fe9900;
  }
  /* Add responsiveness */
@media (max-width: 768px) {
    .info_section .row {
      flex-direction: column; /* Stack items vertically on smaller screens */
      text-align: center;
    }
  
    .links_container {
      text-align: center;
    }
    .social-box {
        display: flex;
        justify-content: center; /* Center-align icons horizontally */
        align-items: center; /* Center-align icons vertically if needed */
        text-align: center; /* Ensure the container aligns the content centrally */
        gap: 10px; /* Optional: Add space between icons */
      }
    
      .social-box a {
        margin: 0; /* Remove any margin that might affect alignment */
      }
  }
/* end info section */
/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}

.footer_section p {
  color: #252525;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */

/* Pricing Section Styles */
/* Pricing Section Styles */
.pricing_section {
    background-color: #fff;
    color: #ffffff;
    padding: 60px 0;
  }
  
  .heading_center h2 {
    color: #fe9900;
    margin-bottom: 40px;
  }
  
  .pricing-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    align-items: stretch; /* Ensure all children match the height of the tallest box */
  }
  
  .pricing-box {
    background-color: #16191d;
    color: #ffffff;
    border: 2px solid #fe9900;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 330px; /* Automatically stretches to match others */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .pricing-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    color: #16191d;
  }
  
  .pricing-box h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #fe9900;
  }
  
  .pricing-box .price {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .pricing-box ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
  }
  
  .pricing-box ul li {
    margin: 10px 0;
    font-size: 1rem;
  }
  
  .btn-pricing {
    background-color: #fe9900;
    color: #000000;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    transition: background-color 0.3s ease;
  }
  
  .btn-pricing:hover {
    background-color: #000000;
    color: #fe9900;
  }
  
  .trial-btn {
    background-color: #fe9900;
    color: #000000;
    padding: 10px 30px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 40px;
    display: inline-block;
    transition: background-color 0.3s ease;
  }
  
  .trial-btn:hover {
    background-color: #000000;
    color: #fe9900;
  }
  
  .pricing_section .btn-box {
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }
  
  .pricing_section .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #fe9900;
    color: #ffffff;
    border-radius: 5px;
    transition: all 0.3s;
    border: 1px solid #fe9900;
  }
  
  .pricing_section .btn-box a:hover {
    background-color: transparent;
    color: #fe9900;
  }

  /* Feature Comparison Styles */
/* Feature Comparison Styles */
.feature-comparison {
    background-color: #f4f4f4;
    padding: 60px 0;
  }
  
  .feature-comparison .heading_container h2 {
    color: #fe9900;
    margin-bottom: 40px;
  }
  
  .comparison-table-wrapper {
    overflow-x: auto; /* Enables horizontal scrolling */
  }
  
  .comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    text-align: center;
  }
  
  .comparison-table th, .comparison-table td {
    padding: 15px;
    border: 1px solid #ddd;
  }
  
  .comparison-table th {
    background-color: #16191d;
    color: #ffffff;
    font-size: 1.2rem;
  }
  
  .comparison-table td {
    background-color: #ffffff;
    color: #16191d;
  }
  
  .comparison-table .check {
    color: #28a745; /* Green for check */
    font-size: 1.5rem;
  }
  
  .comparison-table .cross {
    color: #dc3545; /* Red for cross */
    font-size: 1.5rem;
  }
  
  .comparison-table td, .comparison-table th {
    font-size: 1rem;
  }
  
  /* Styling for small screens */
  @media (max-width: 768px) {
    .comparison-table th, .comparison-table td {
      padding: 10px;
      font-size: 0.7rem; /* Reduce font size on smaller screens */
    }
  
    .comparison-table .check,
    .comparison-table .cross {
      font-size: 1.2rem; /* Slightly smaller check/cross on small screens */
    }
  }
  
  .feature-comparison .btn-box {
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }
  
  .feature-comparison .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #fe9900;
    color: #ffffff;
    border-radius: 5px;
    transition: all 0.3s;
    border: 1px solid #fe9900;
  }
  
  .feature-comparison .btn-box a:hover {
    background-color: transparent;
    color: #fe9900;
  }

  