@charset "UTF-8";
@font-face {
  font-family: "Montserrat-Regular";
  src: url("./font/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("./font/Muli-SemiBold.ttf");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("./font/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("./font/Muli-Light.ttf");
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("./font/Montserrat-Medium.ttf");
}
@font-face {
  font-family: "Montserrat-Italic";
  src: url("./font/Montserrat-Italic.ttf");
}
body {
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 400;
  color: #1f1f1f;
}

p {
  font-size: 1.1rem;
}

h2 {
  font-family: "Montserrat-Medium", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  color: #0a0d42;
}
h2 span {
  color: #6b6fd7;
}

.bg-grey {
  background-color: #eeeeee;
}

.bg-blue {
  background-color: #0b0d43;
}

.m-semiBold {
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 600;
}

.m-medium {
  font-family: "Montserrat-Medium", sans-serif;
  font-weight: 500;
}

.box-height {
  height: 520px;
}

h3 {
  font-family: "Montserrat-Medium", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
}

h4 {
  font-family: "Montserrat-Medium", sans-serif;
  font-weight: 500;
}
h4 a {
  color: #6b6fd7;
}
h4 a:hover {
  text-decoration: none;
}

.my-btn {
  color: #fff;
  background-color: #f1770a;
  font-size: 1.2rem;
  padding: 12px 20px;
}
.my-btn:hover {
  color: #fff;
}
.my-btn:focus {
  outline: none;
  box-shadow: none;
}

nav {
  height: 70px;
  padding: 35px;
  position: relative;
}
nav .navbar-nav {
  position: absolute;
  top: 0;
  right: 9%;
}
nav .navbar-nav .nav-item {
  padding: 15px;
  height: 80px;
  letter-spacing: 0.5px;
}
nav .navbar-nav .nav-item .nav-link {
  padding: 0.5rem 0;
  color: #1f1f1f;
  font-size: 15px;
  font-family: "Montserrat-Medium", sans-serif;
  font-weight: 500;
}
nav .navbar-nav .nav-item.active {
  background-color: #0b2a5b;
  z-index: 1;
}
nav .navbar-nav .nav-item.active .nav-link {
  color: #fff;
}

header .header-container {
  position: relative;
}
header .header-container h1 {
  font-size: 3rem;
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 700;
}
header .header-container .banner-header {
  position: absolute;
  top: 100px;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
header .header-container .header-text {
  position: absolute;
  bottom: 100px;
  left: 0;
  color: #fff;
}

.header-about p {
  font-size: 1.1rem;
  padding-bottom: 1rem;
}
.header-about .about-list {
  margin: 0;
  padding: 0;
  width: 100%;
}
.header-about .about-list li {
  width: 20%;
  float: left;
  display: inline;
  list-style: none;
}
.header-about .about-list li img {
  height: 100px;
}
.header-about .about-list li p {
  font-size: 1rem;
}

.mission-section p {
  font-family: "Montserrat-Medium", sans-serif;
  font-weight: 500;
  margin-bottom: 2rem;
}

.bg-blue ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.bg-blue ul li {
  padding: 1.5rem;
  width: 28%;
  float: left;
  display: inline;
  list-style: none;
  color: #fff;
}
.bg-blue ul li:nth-child(2) {
  width: 30%;
}
.bg-blue ul li:nth-child(1) {
  width: 22%;
}
.bg-blue ul li h3 {
  font-size: 1.3rem;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}
.bg-blue ul li p {
  color: #ccd6d9;
}

.testimonial-item {
  border: 1px solid #f1770a;
  padding: 60px 80px;
  width: 95%;
  position: relative;
}
.testimonial-item span {
  position: absolute;
  top: -45px;
}
.testimonial-item #testimonial .carousel-indicators {
  bottom: 0px;
}
.testimonial-item #testimonial .carousel-indicators li {
  margin-top: 20px;
  height: 7px;
  width: 7px;
  background-color: #d7d7d7;
  border-radius: 50%;
}
.testimonial-item #testimonial .carousel-indicators li:hover {
  cursor: pointer;
}
.testimonial-item #testimonial .carousel-indicators .active {
  background-color: #0b0e44;
}
.testimonial-item #testimonial .carousel-inner {
  padding-bottom: 25px;
}
.testimonial-item #testimonial .carousel-inner p {
  font-style: italic;
  font-size: 1.2rem;
}
.testimonial-item #testimonial .carousel-inner .client {
  font-size: 1.1rem;
  color: #6b6fd7;
}

.bg-captcha {
  background-color: #f5f5f5;
}
.bg-captcha h4 {
  font-size: 1.75rem;
  color: #0a0d42;
}
.bg-captcha p.m-medium {
  font-size: 1.5rem;
  font-style: italic;
}
.bg-captcha a {
  font-size: 1.5rem;
  text-decoration: none;
  color: #0a0d42;
}
.bg-captcha .captcha-item {
  border: 1px solid #f1770a;
}
.bg-captcha .captcha-item .box {
  width: 90%;
  margin: auto;
  padding: 10px;
}
.bg-captcha .captcha-item .box label {
  color: #6a6a6a;
  font-size: 1.1rem;
  padding: 10px 0 25px 10px;
}
.bg-captcha .captcha-item .box label span {
  color: #25b8ec;
  text-decoration: underline;
}
.bg-captcha .captcha-item .box label span:hover {
  cursor: pointer;
}
.bg-captcha .captcha-item .box .box-uploading, .bg-captcha .captcha-item .box .box-success, .bg-captcha .captcha-item .box .box-error {
  display: none;
}
.bg-captcha .captcha-item .box.has-advanced-upload {
  outline: 1px dashed #bebebe;
  outline-offset: -10px;
  -webkit-transition: outline-offset 1.5s ease-in-out, background-color 1.5s linear;
  transition: outline-offset 1.5s ease-in-out, background-color 1.5s linear;
}
.bg-captcha .captcha-item .box.is-dragover {
  background-color: grey;
}
.bg-captcha .captcha-item .g-recaptcha {
  transform-origin: left top;
  -webkit-transform-origin: left top;
}
.bg-captcha .captcha-item .g-recaptcha > div {
  margin: auto;
}

#accordian .card {
  border: none;
}
#accordian .card:last-child .card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#accordian .card .card-header {
  padding: 0;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  background: white;
}
#accordian .card .card-header:hover {
  cursor: pointer;
}
#accordian .card .card-header h2 {
  font-family: "Montserrat-Medium", sans-serif;
  font-weight: 500;
  padding: 25px 30px;
  font-size: 1.5rem;
  color: #6a70d7;
  text-decoration: none;
  transition: box-shadow 0.5s;
  box-shadow: 0 1px 25px #d2d2d2;
}
#accordian .card .card-header h2:after {
  content: "−";
  float: right;
  color: #f1770a;
  font-size: 1.8rem;
  font-weight: 400;
}
#accordian .card .card-header h2.collapsed {
  box-shadow: none;
}
#accordian .card .card-header h2.collapsed:after {
  content: "+";
  float: right;
  color: #f1770a;
  font-size: 1.8rem;
  font-weight: 400;
}
#accordian .card .card-body {
  padding: 25px 30px;
  background-color: #eeeeee;
  margin-bottom: 4px;
}
#accordian .card .card-body p {
  font-size: 0.95rem;
}
#accordian .card .card-body ul {
  margin: 0;
  padding: 0 18px 30px;
}
#accordian .card .card-body ul li p {
  margin-bottom: 0;
}
#accordian .card .card-body h3 {
  color: #f1770a;
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
}
#accordian .card .card-body h4 {
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

.light-grey {
  background-color: #f6f6f6 !important;
}

.function-box-inner .box {
  padding: 45px 0;
  width: 50%;
  float: left;
  text-align: center;
  background-color: #eeeeee;
  border-bottom: 1px solid #fff;
}
.function-box-inner .box:nth-child(even) {
  border-right: 1px solid #fff;
}
.function-box-inner .box .img-contain img {
  height: 220px;
}
.function-box-inner .box h3 {
  font-size: 1.5rem;
  padding-top: 1rem;
}

.contact ul {
  margin: 0;
  padding: 0;
}
.contact ul li {
  height: 220px;
  list-style: none;
  width: 33.33%;
  float: left;
  text-align: center;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  padding: 30px 0;
}
.contact ul li:first-child {
  border-left: none;
}
.contact ul li p {
  padding-top: 15px;
  font-size: 0.9rem;
}
.contact ul li p a {
  color: #1f1f1f;
}
.contact ul li p a:hover {
  text-decoration: none;
  color: #1f1f1f;
}
.contact ul li i {
  color: #f1770a;
  font-size: 2rem;
}
.contact form ::placeholder {
  color: #8c8c8c;
  font-size: 0.9rem;
}
.contact form .form-control:focus {
  outline: none;
  box-shadow: none;
}
.contact form .my-btn {
  font-size: 1rem;
}

.bg-img {
  height: 720px;
  background: url(../img/Untitled-1.png) no-repeat center top;
  background-size: cover;
}

.col-box1, .col-box3 {
  width: 37%;
}
.col-box1 .search, .col-box3 .search {
  width: 97%;
  height: 55px;
  background: #fff;
  line-height: 55px;
}
.col-box1 .search p, .col-box3 .search p {
  display: inline-block;
  padding-right: 22px;
  font-size: 1.2rem;
  padding-left: 20px;
  color: #0b0d43;
  font-family: "Montserrat-Medium", sans-serif;
  font-weight: 500;
}
.col-box1 .search .search-img, .col-box3 .search .search-img {
  background: #0b0d43;
  float: right;
  padding: 0 15px;
}
.col-box1 .search .search-img img, .col-box3 .search .search-img img {
  height: 22px;
}
.col-box1 .text, .col-box3 .text {
  padding-top: 10px;
  font-size: 0.9rem;
  padding-left: 20px;
  color: #8c8c8c;
  padding-right: 60px;
}

.col-box2, .col-box4 {
  width: 35%;
}
.col-box2 .search, .col-box4 .search {
  height: 55px;
  background: #fff;
  line-height: 55px;
}
.col-box2 .search p, .col-box4 .search p {
  display: inline-block;
  padding-right: 0;
  font-size: 1.1rem;
  padding-left: 20px;
  color: #0b0d43;
  font-family: "Montserrat-Medium", sans-serif;
  font-weight: 500;
}
.col-box2 .search .search-img, .col-box4 .search .search-img {
  background: #f1770a;
  float: right;
  padding: 0 15px;
}
.col-box2 .search .search-img img, .col-box4 .search .search-img img {
  height: 22px;
}
.col-box2 .text, .col-box4 .text {
  padding-top: 10px;
  font-size: 0.9rem;
  padding-left: 20px;
  color: #8c8c8c;
  padding-right: 60px;
}

.col-box3 .search {
  width: 90%;
  margin-top: 100px;
  margin-bottom: 0;
}
.col-box3 .search .search-img {
  background: #f1770a;
}

.col-box4 .search {
  margin-top: 50px;
  width: 93%;
  margin-left: auto;
}
.col-box4 .search .search-img {
  background: #0b0d43;
}
.col-box4 .text {
  margin-left: auto;
  width: 90%;
}

footer.bg-blue ul li {
  width: 18% !important;
  padding: 1.5rem 0;
}
footer.bg-blue ul li:nth-child(3) {
  width: 28% !important;
}
footer.bg-blue ul li a {
  color: #a5a5b1;
  text-decoration: none;
}
footer.bg-blue h3 {
  padding-top: 1.5rem;
  color: #fff;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
}
footer.bg-blue p {
  display: inline-block;
  color: #0b0d43;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #6c6d8b;
  background-color: #6c6d8b;
  border-radius: 50%;
}

@media screen and (max-width: 1199px) {
  h2 {
    font-size: 2rem;
  }

  .mission-section p {
    margin-bottom: 1.6rem;
  }

  header .header-container .banner-header {
    top: 40px;
  }

  footer.bg-blue ul li:nth-child(1) {
    width: 20%;
  }
  footer.bg-blue ul li:nth-child(2) {
    width: 20%;
  }

  .bg-blue ul li {
    padding: 1rem 0;
  }

  .col-box1 .search p, .col-box2 .search p, .col-box3 .search p, .col-box4 .search p {
    padding-right: 0;
    font-size: 1rem;
    padding-left: 16px;
  }
  .col-box1 .search .search-img, .col-box2 .search .search-img, .col-box3 .search .search-img, .col-box4 .search .search-img {
    padding: 0 16px;
  }
  .col-box1 .search .search-img img, .col-box2 .search .search-img img, .col-box3 .search .search-img img, .col-box4 .search .search-img img {
    height: 20px;
  }
  .col-box1 .text, .col-box2 .text, .col-box3 .text, .col-box4 .text {
    font-size: 0.85rem;
    padding-right: 38px;
    padding-left: 16px;
  }

  .col-box4 .search p {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  p {
    font-size: 0.95rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  h4 {
    font-size: 1.3rem;
  }

  .my-btn {
    font-size: 1rem;
    padding: 8px 15px;
  }

  h3 {
    font-size: 2rem;
  }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    background-color: #f1770a;
    padding-top: 50px;
    transition: 0.5s;
  }
  .sidenav a {
    padding: 10px 8px 10px 32px;
    text-decoration: none;
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  .sidenav a:hover {
    color: #fff;
    text-decoration: none;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 2rem;
    margin-left: 50px;
  }

  header .header-container h1 {
    font-size: 2.6rem;
  }
  header .header-container .header-text {
    bottom: 40px;
  }

  .header-about .about-list li p {
    font-size: 0.95rem;
  }
  .header-about p {
    font-size: 0.95rem;
    padding-bottom: 0;
  }

  .mission-section p {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
  }

  .menu-icon .menu-bar {
    height: 3px;
    width: 25px;
    margin: 5px;
    background-color: #f1770a;
  }

  .box-height {
    height: auto;
  }
  .box-height:first-child {
    padding: 50px;
  }

  .bg-blue ul li:nth-child(1) {
    width: 25%;
  }
  .bg-blue ul li:nth-child(2) {
    width: 38%;
  }
  .bg-blue ul li:nth-child(3) {
    width: 28%;
  }

  footer.bg-blue ul li:nth-child(1) {
    width: 20%;
  }
  footer.bg-blue ul li:nth-child(2) {
    width: 20%;
  }

  .bg-img {
    height: auto;
    background: #eeeeee;
  }
  .bg-img .col-box1, .bg-img .col-box2, .bg-img .col-box3, .bg-img .col-box4 {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 1rem;
  }
  .bg-img .col-box1 .search, .bg-img .col-box2 .search, .bg-img .col-box3 .search, .bg-img .col-box4 .search {
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
  .bg-img .col-box4 .search {
    margin-top: 0;
  }
  .bg-img .col-box4 .text {
    width: 100%;
  }
  .bg-img .col-box3, .bg-img .col-box1 {
    padding: 0 15px !important;
  }
  .bg-img .col-box3 .search, .bg-img .col-box1 .search {
    margin-top: 0;
  }
  .bg-img .col-box3 .search .search-img {
    background: #0b0d43;
  }
  .bg-img .col-box4 .search .search-img {
    background: #f1770a;
  }

  .testimonial-item {
    padding: 55px 40px 35px;
    width: 100%;
  }
  .testimonial-item span {
    top: -35px;
  }
  .testimonial-item span img {
    height: 50px;
  }
  .testimonial-item #testimonial .carousel-inner p {
    font-size: 0.95rem;
  }
  .testimonial-item #testimonial .carousel-inner .client {
    font-size: 0.95rem;
  }
  .testimonial-item #testimonial .carousel-indicators {
    bottom: 10px;
  }

  .bg-captcha h4 {
    font-size: 1.6rem;
  }
  .bg-captcha a {
    font-size: 1.4rem;
  }
  .bg-captcha p.m-medium {
    font-size: 1.4rem;
  }

  footer.bg-blue ul li {
    padding: 1rem 0;
  }
  footer.bg-blue h3 {
    padding-top: 1rem;
  }

  .function-box-inner .box {
    padding: 40px 0;
  }

  #accordian .card .card-header h2 {
    font-size: 1.4rem;
  }
  #accordian .card .card-body p {
    font-size: 0.9rem;
  }
  #accordian .card .card-body h3 {
    font-size: 1.1rem;
  }
  #accordian .card .card-body h4 {
    font-size: 0.95rem;
  }

  .contact ul li {
    height: 190px;
  }
  .contact ul li:nth-child(1) {
    width: 36.33%;
  }
  .contact ul li:nth-child(2) {
    width: 31.33%;
  }
  .contact ul li:nth-child(3) {
    width: 31.33%;
  }
  .contact ul li p {
    font-size: 0.85rem !important;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.5rem;
  }

  header .header-container h1 {
    font-size: 2.4rem;
  }
  header .header-container .header-text {
    bottom: 50px;
  }

  .header-about .about-list li {
    width: 50%;
  }
  .header-about .about-list li:last-child {
    width: 100%;
    text-align: center;
  }

  footer.bg-blue ul li {
    width: 50%;
  }
  footer.bg-blue ul li:last-child {
    width: 100%;
    text-align: center;
  }

  .bg-blue ul li:nth-child(1) {
    width: 100% !important;
    display: block;
  }
  .bg-blue ul li:nth-child(2) {
    width: 100% !important;
    display: block;
  }
  .bg-blue ul li:nth-child(3) {
    width: 100% !important;
    display: block;
  }

  .bg-captcha h4 {
    font-size: 1.4rem;
  }
  .bg-captcha a {
    font-size: 1.2rem;
  }
  .bg-captcha p.m-medium {
    font-size: 1.2rem;
  }

  .col-box1 .search, .col-box2 .search, .col-box3 .search, .col-box4 .search {
    height: 50px;
    line-height: 50px;
  }

  .testimonial-item {
    padding: 30px 20px 30px;
  }
  .testimonial-item span {
    top: -30px;
  }
  .testimonial-item span img {
    height: 40px;
  }

  footer.bg-blue ul li {
    width: 100% !important;
    text-align: center;
    padding: 0.5rem 0;
  }
  footer.bg-blue ul li:nth-child(3) {
    width: 100% !important;
  }
  footer.bg-blue ul li a {
    font-size: 0.9rem;
  }
  footer.bg-blue h3 {
    font-size: 1.5rem;
  }

  .function-box-inner .box {
    padding: 25px 0;
  }
  .function-box-inner .box .img-contain img {
    height: 180px;
  }
  .function-box-inner .box h3 {
    font-size: 1.2rem;
  }

  #accordian .card .card-header h2 {
    padding: 25px 20px;
  }
  #accordian .card .card-body {
    padding: 25px 20px;
  }
  #accordian .card .card-body h3 {
    font-size: 1rem;
  }
  #accordian .card .card-body ul {
    padding: 0 15px 20px;
  }

  .contact ul li {
    height: auto;
    padding: 20px 0;
    width: 100% !important;
    border: none;
    border-top: 1px solid #eeeeee;
  }
  .contact ul li:last-child {
    border-bottom: 1px solid #eeeeee;
  }
}
@media screen and (max-width: 575px) {
  .my-btn {
    font-size: 0.9rem;
  }

  .navbar .container {
    margin-right: auto;
    margin-left: 0;
    width: auto;
  }

  header .header-container h1 {
    font-size: 2.2rem;
  }
  header .header-container .header-text {
    padding: 15px;
  }

  .col-box1, .col-box2, .col-box3, .col-box4 {
    margin-bottom: 1.3rem;
  }
  .col-box1 .search, .col-box2 .search, .col-box3 .search, .col-box4 .search {
    height: 45px;
    line-height: 45px;
  }
  .col-box1 .search p, .col-box2 .search p, .col-box3 .search p, .col-box4 .search p {
    font-size: 1rem;
  }
  .col-box1 .search .search-img img, .col-box2 .search .search-img img, .col-box3 .search .search-img img, .col-box4 .search .search-img img {
    height: 18px;
  }
  .col-box1 .text, .col-box2 .text, .col-box3 .text, .col-box4 .text {
    font-size: 0.84rem;
    margin-bottom: 0;
    padding-right: 0;
  }

  .function-box-inner .box {
    padding: 25px 0;
    width: 100%;
  }
  .function-box-inner .box .img-contain img {
    height: 160px;
  }
  .function-box-inner .box h3 {
    font-size: 1.1rem;
  }

  #accordian .card .card-header h2 {
    font-size: 1.2rem;
  }
  #accordian .card .card-body h3 {
    font-size: 1rem;
  }
  #accordian .card .card-body p {
    font-size: 0.85rem;
  }
  #accordian .card .card-body h4 {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 399px) {
  h2 {
    font-size: 1.2rem;
  }

  h4 {
    font-size: 1.1rem;
  }

  h2 {
    margin-bottom: 1rem;
  }

  header .header-container .banner-header {
    top: 20px;
  }
  header .header-container .banner-header h1 {
    font-size: 2rem;
  }
  header .header-container .header-text {
    padding: 15px;
    bottom: 0;
  }

  .header-about .about-list li {
    width: 100%;
  }

  .col-box1 .search, .col-box2 .search, .col-box3 .search, .col-box4 .search {
    height: 40px;
    line-height: 40px;
  }
  .col-box1 .search p, .col-box2 .search p, .col-box3 .search p, .col-box4 .search p {
    font-size: 0.9rem;
  }
  .col-box1 .search .search-img, .col-box2 .search .search-img, .col-box3 .search .search-img, .col-box4 .search .search-img {
    padding: 0 10px;
  }
  .col-box1 .search .search-img img, .col-box2 .search .search-img img, .col-box3 .search .search-img img, .col-box4 .search .search-img img {
    height: 15px;
  }

  .col-box4 .search p {
    padding-left: 15px;
  }

  .testimonial-item {
    padding: 30px 15px 25px;
  }
  .testimonial-item #testimonial .carousel-inner p {
    font-size: 0.9rem;
  }

  .bg-blue ul li {
    width: 100%;
  }

  .bg-captcha .captcha-item .box label {
    font-size: 0.95rem;
  }

  .file-upload {
    overflow: hidden;
  }

  footer.bg-blue h3 {
    font-size: 1.4rem;
  }
  footer.bg-blue p {
    margin: 0 10px;
  }

  #accordian .card .card-header h2 {
    font-size: 1rem;
    padding: 18px;
  }
  #accordian .card .card-header h2:after, #accordian .card .card-header h2.collapsed:after {
    font-size: 1.3rem;
  }
  #accordian .card .card-body {
    padding: 15px;
  }
  #accordian .card .card-body h3 {
    font-size: 0.95rem;
  }
  #accordian .card .card-body p {
    font-size: 0.845rem;
  }
  #accordian .card .card-body h4 {
    font-size: 0.85rem;
  }
  #accordian .card .card-body ul {
    padding: 0 15px 15px;
  }
}

/*# sourceMappingURL=main.css.map */
