body {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  font-family: 'Epilogue', sans-serif;
}
a,
a:hover {
  text-decoration: none;
}
.logo img {
  height: 50px;
  width: auto;
}
a:focus {
  outline: none;
}
img {
  max-width: 100%;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 100%;
}
.privacy-content h3 {
  font-size: 35px;
}
.privacy-content {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 5px;
  padding: 25px;
}
.privacy-content h4 {
  font-size: 25px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.privacy-content p {
  line-height: 30px;
}
.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
p {
  margin: 0 0 10px 0;
}
p:last-child {
  margin-bottom: 0;
}
.mailus {
  padding-top: 25px;
  text-align: center;
}
.contact-form h4 {
  padding-bottom: 25px;
}
.nav-header {
  padding: 10px 20px;
}
.get-started {
  text-align: end;
}
.logo {
  padding-top: 5px;
}
/* .get-started {
  padding-top: 10px;
} */
.logo a h2 {
  color: #222;
  font-size: 30px;
  font-weight: 600;
}
.btn-start {
  border: 1px solid #eaeaea;

  padding: 0.7em 0.7em;
  font-size: 14px;
  font-weight: 500;
  background-color: #b80c09;
  color: #fff !important;

  color: #222;
  line-height: 1.5em;
}

.btn-start:hover {
  background-color: #191c2f;
  border-color: #191c2f;
  color: #fff;
}
.banner {
  position: relative;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  height: auto;
  background: url('../../assets/images/banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-content {
  text-align: center;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.navbar-nav .active {
  background-color: #b80c09;
  color: #fff !important;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-nav li {
  padding-right: 15px;
}
.navbar-nav li a {
  font-weight: 400;
  color: #222;
}
.navbar-light .navbar-nav .nav-link {
  color: #222;
}
.navbar-nav {
  margin: 0 auto;
}
.btn-save {
  color: #b80c09;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}
.banner-content {
  position: relative;
}
.banner-content h1 {
  font-size: 3.125em;
  font-weight: 700;
  padding-top: 20px;
  color: #000;
  line-height: 1.1em;
  margin-bottom: 10px;
}
.banner-content p {
  position: relative;
  color: #000;
  font-size: 1.125em;
  line-height: 1.8em;
  font-weight: 400;

  margin-bottom: 32px !important;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.btn-style-one {
  width: auto;
  height: auto;
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  text-decoration: none;
  outline: none;

  vertical-align: middle;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
}
.btn-red {
  background-color: #b80c09;
  border-color: #b80c09;
  color: #fff;
}
.btn-title {
  color: #fff;
}
.btn-red:hover {
  background-color: #191c2f;
  border-color: #191c2f;
  color: #fff;
}
.icon-text {
  text-align: center;
  padding: 20px;
  border: 2px solid #f7f7f7;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.icon-text img {
  text-align: center;
  height: 70px;
  width: auto;
}
.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.icon-text h3 {
  font-size: 18px;
  padding-top: 15px;
  font-weight: 600;
}
.icon-text p {
  color: #777;
  font-size: 15px;
}
.services {
  background: #fff;
}
.servie-1 {
  padding: 60px 40px;
  background-color: #191c2f;
  border-radius: 10px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.service-content {
  text-align: center;
}
.service-content h3,
.service-content p {
  color: #fff;
}
.what-can-do-content {
  text-align: center;
}
.what-can-do-content h3 {
  font-size: 30px;
  font-weight: 600;
}
.what-can-do-content p {
  color: #666;
}
.icon-with {
  padding-top: 50px;
}
.ourservices {
  background: #f1f1f1;
}
.sec-heading {
  text-align: center;
  position: relative;
}
.sec-heading h2 {
  font-size: 1.875rem;
  font-weight: 700;
}
.sec-heading ::before {
  position: absolute;
  width: 100px;
  height: 3px;
  text-align: center;
  content: '';
  background: #b80c09;
  top: 40px;
}
.ourservice-box {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  background: #f7fdff;
  border-radius: 5px;
  color: #000;
}
.ourservice-box h3 {
  font-size: 17px;
  padding: 12px 10px;
  text-align: center;
  color: #333;
}
.sec-heading p ::before {
  display: none !important;
}
.service-b-flex {
  display: flex;
  flex: 0 auto;
  justify-content: space-between;
}
.ser-main-f {
  margin-right: 10px;
  flex-shrink: 3;
  flex-grow: 4;
  flex-basis: auto;
}
.accordion {
  background-color: #191c2f;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #fff;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.accordion:hover {
  background-color: #191c2f;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 20px 18px;
  background-color: white;
  border: 2px solid #f1f1f1;
  display: none;
  overflow: hidden;
}
.panel p {
  color: #666;
}
.accounting-service {
  background: #f1f1f1;
}
.account-content h2 {
  color: #b80c09;
  font-size: 35px;
}
.account-iamge img {
  border-radius: 10px;
}
.account-content {
  padding-top: 15%;
}
.account-content p {
  color: #777;
  line-height: 30px;
  font-weight: 400;
}
.contact-form {
  padding-top: 5%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 35px;
  border-radius: 10px;
}
.contact-form label {
  font-weight: 500;
  padding-bottom: 8px;
  font-size: 15px;
  color: #191c2f;
}

.contact-form .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #999;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact-form .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #191c2f;
  outline: 0;
  box-shadow: none;
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}
.contact-form .form-group {
  padding-bottom: 20px;
}
.contact-form .form-check-input:checked {
  background-color: #b80c09;
  border-color: #b80c09;
}
.contact-form .form-check-input {
}
.form-check-input:focus {
  border-color: #b80c09;
  outline: 0;
  box-shadow: #b80c09 !important;
}
.btn-submit {
}
.submit {
  text-align: center;
}
.footer {
  background: #191c2f;
  padding-top: 10px;
}
.copyright {
  padding: 5px 10px;
}
.copyright a {
  color: #fff;
  font-size: 15px;
}
.copyright-link {
  text-align: end;
}
.copyright-link ul li {
  display: inline-block;
  margin-right: 25px;
}
.copyright-link li a {
  color: #fff;
  font-size: 15px;
}
.copyright-link li a:hover {
  color: #b80c09;
}
.copyright-link {
  padding: 5px 10px;
}
.light {
  background: #b80c09;
}
#cookiePopup {
  background: white;
  width: 30%;
  position: fixed;
  border-radius: 10px;
  left: 10px;
  bottom: 20px;
  box-shadow: 0px 0px 15px #cccccc;
  padding: 15px 10px;
}
#cookiePopup h4 {
  text-align: center;
}
#cookiePopup p {
  text-align: center;
  font-size: 15px;
  color: #4e4e4e;
}
#cookiePopup button {
  width: 100%;
  border: navajowhite;
  background: #b80c09;
  padding: 5px;
  border-radius: 10px;
  color: white;
}
/* book */
.product-center {
  padding-top: 50px;
  text-align: center;
  border: 1px solid #f1f1f1;
  margin-bottom: 50px;
}
.product-center img {
  height: 200px;
  width: auto;
}
.product-center h3 {
  font-size: 18px;
  padding-top: 10px;
}
.btnnn {
  margin-top: 20px;
  text-align: center;
}
.btnnn a {
  padding: 15px 30px;
  margin: 0 10px;
  background: #b80c09;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  border-radius: 100px;
  transition: all 300ms ease-in-out;
}
.btnnn a:hover {
  background: #000;
  transition-duration: 0.5s;
}
.icon-text {
  margin-bottom: 50px;
}
.main-section-solu {
  padding-top: 20px;
}
.service-s img {
  height: 350px;
  border-radius: 8px;
  width: auto;
}
.service-sol-po ul li {
  padding-bottom: 8px;
  list-style-type: circle;
  color: #666;
}
.pb-50 {
  padding-bottom: 50px;
}
.service-sol-po {
  margin-top: 30px;
}
.service-content ul {
  margin: 0;
  padding: 0;
}
.service-content ul li {
  color: #fff;
  padding-bottom: 10px;
  list-style-type: circle;
}
.service-content {
  margin-bottom: 20px;
}
