/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@import "footer.css";
@import "header.css";
@import "about.css";
@import "intro.css";
@import "testimonial.css";

:root {
  --orange: #eab308;
  --darkorange: #b38907;
  --lightblue: #0d6efd;
  --blue: #1d1d1d;
  --white: #ffffff;
  --dark: #434343;
  --gray: gray;
  --lightgray: #ffffffb3;

  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--dark);
}

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

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1rem;
}

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

hr {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

body {
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--gray);
  line-height: 1.5;
}


.main-section {
  padding: 6em 0;
  position: relative;
}

.text-primary {
  color: var(--lightblue) !important;
}


.custom-btn {
  cursor: pointer;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: .8rem 2rem;
}

.custom-orange {
  background: var(--orange);
  border: 1px solid var(--orange);
  color: #fff;
}

.custom-blue {
  background: var(--lightblue);
  border: 1px solid var(--lightblue);
  color: #fff;
}

.custom-orange:hover,
.custom-orange:focus {
  border: 1px solid var(--darkorange);
  background: none;
  color: var(--darkorange);
}

.custom-blue:hover,
.custom-blue:focus {
  /* background: #3788ff; */
  background: none;
  border: 1px solid var(--lightblue);
  color: var(--lightblue);
}


.heading-section h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: capitalize;
}

.heading-white h2 {
  color: var(--white);
}


.services .boxes {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%;
  padding: 30px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: gray;
  text-decoration: none;
}

.services .text h3 {
  font-size: 20px;
  font-weight: 700;
}

.services .icon span {
  font-size: 50px;
  color: #3d6bff;
}

.services .boxes:hover {
  background: #3d6bff;
  -webkit-box-shadow: 0px 0px 27px -16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 27px -16px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 27px -16px rgba(0, 0, 0, 0.75);
  border: none;
}

.services .boxes:hover .text h3,
.services .boxes:hover .text p,
.services .boxes:hover .icon span {
  color: var(--white);
}

.consult {
  background: url(../images/bg_5.jpg);
}

.consult.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  z-index: 0;
}

.features {
  display: block;
  width: 100%;
  position: relative;
  background: #f0f9fd;
  padding: 20px 30px;
  margin-bottom: 30px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.features:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #fff transparent transparent;
}

.features .icon span {
  font-size: 50px;
  color: var(--lightblue);
}

.features .text h3 {
  font-weight: 700;
  font-size: 20px;
  color: #233e62;
}

.features:hover {
  background: var(--lightblue);
}

.features:hover .icon span, .features:hover .text h3, .features:hover .text {
  color: var(--white);
}


.bg::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  z-index: -1;
  opacity: 0.8;
  background: #233e62;
  background: #1566ad;
  background: -moz-linear-gradient(left, #1566ad 0%, #1b9de3 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #1566ad), color-stop(100%, #1b9de3));
  background: -webkit-linear-gradient(left, #1566ad 0%, #1b9de3 100%);
  background: -o-linear-gradient(left, #1566ad 0%, #1b9de3 100%);
  background: -ms-linear-gradient(left, #1566ad 0%, #1b9de3 100%);
  background: -webkit-gradient(linear, left top, right top, from(#1566ad), to(#1b9de3));
  background: linear-gradient(to right, #1566ad 0%, #1e40af 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1566ad', endColorstr='#1b9de3', GradientType=1);
}

.bread {
  font-weight: 900;
  color: #fff;
}

.breadcrumbs span, .breadcrumbs span a {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}


.img-border {
  border: 1px solid #d1ebf9;
  padding: 20px;
  border-radius: 4px;
}

.img-border img {
  margin-bottom: 25px;
}

.contact-section .icon, .contact-section .text, .contact-section a {
   color: var(--white);
}

.accordion-button:not(.collapsed) {
  background-color: #3d6bff;
  color: #fff;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.accordion-button {
  width: 100%;
  font-weight: 600;
  color: black;
  text-transform: capitalize;
  letter-spacing: 0;
  border-radius: 0 !important;
  margin-bottom: 10px;
  border-radius: 40px !important;
  -webkit-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
  -moz-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
  box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
  background: #f8f9fd;
    background-color: rgb(248, 249, 253);
}

.accordion-item {
  border: none;
}


@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}