/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url(header.css);
@import url(hero.css);
@import url(slider.css);
@import url(video-slider.css);
@import url(blog-card.css);
@import url(plan.css);
@import url(paralax.css);
@import url(breadcrumb.css);
@import url(blog-details.css);
@import url(sidebar.css);
@import url(service.css);
@import url(service-detail.css);
@import url(testimonial.css);
@import url(portfolio.css);
@import url(about.css);
@import url(team-member.css);
@import url(choose.css);
@import url(contact.css);
@import url(footer.css);
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.75rem;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --primary: #000000;
  --secondary: #e63a27;
  --btn-primary-bg: #e63a27;
  --btn-color: #f5f5f5;
  --btn-border-color: #e63a27;
  --btn-primary-hover: #000000;
  --btn-primary-border-hover: #000000;
  --btn-primary-border: #e63a27;
  --btn-border: 2px solid #e63a27;
  --btn-border-color: #e63a27;
  --btn-b-color: #e63a27;
  --link: #e63a27;
  --link-hover: #000000;
  --link-color: #141414;
  --icon-color: #e63a27;
  --text-color: #282828;
  --text-white: #ffffff;
  --icon-white: #ffffff;
  --icon-orange: #e63a27;
  --body-font-family: "Inter", sans-serif;
  --text-btn-font-family: "Inter", sans-serif;
  --top-title-color: #01234f;
  --title-color: #000000;
  --top-title: "Inter", sans-serif;
  --title: "Forum", serif;
  --line-height: 1.75rem;
}

body {
  font-family: var(--body-font-family);
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-color);
  line-height: var(--line-height);
  background: var(--backgroud);
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  font-family: var(--title);
  color: var(--title-color);
  margin-bottom: 0.5rem;
  margin-top: 0;
}

h1,
.h1 {
  font-size: 2.5rem;
  line-height: 1.2;
}

h2,
.h2 {
  font-size: 1.75rem;
  line-height: 1.3;
}

h3,
.h3 {
  font-size: 1.5rem;
  line-height: 1.3;
}

h4,
.h4 {
  font-size: 1.2rem;
  line-height: 1.4;
}

h5,
.h5 {
  font-size: 1.1rem;
  line-height: 1.4;
}

h6,
.h6 {
  font-size: 1rem;
  line-height: 1.5;
}

p {
  font-family: var(--body-font-family);
  color: var(--text-color);
  margin-bottom: 1rem;
  text-align: justify;
  font-size: 1rem;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i {
  font-size: 13px;
}

i,
span,
a {
  display: inline-block;
  text-decoration: none;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.top-title {
  font-family: var(--top-title);
  color: var(--top-title-color);
  font-size: 20px;
  margin-bottom: 16px;
}

.title {
  font-family: var(--title);
  color: var(--title-color);
  font-size: 64px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}/*# sourceMappingURL=main.css.map */