@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
.color-white {
  color: #ffffff !important;
}

.color-dark {
  color: #3D474A !important;
}

.color-primary {
  color: #0B71BA !important;
}

header .navBar_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
header .navBar_content .logoMain {
  float: left;
}
header .navBar_content ul {
  overflow: hidden;
  display: flex;
}
header .navBar_content ul li {
  display: inline-block;
  margin-left: 4em;
}
header .navBar_content ul li a {
  font-size: 16px;
  display: block;
  color: #3D474A;
}
header .navBar_content ul li a.active {
  color: #0B71BA;
}
header .navBar_content ul li a:not(.active):hover {
  color: #000000;
}

@media (min-width: 768px) {
  header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
  }
  header .navBar_content {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .triggered {
    overflow: hidden;
  }
  .triggered .navBar_content ul {
    display: flex;
  }
  .triggered:before {
    content: "";
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .toggle-menu {
    font-size: 24px;
    color: #3D474A;
  }
  header .navBar_content ul {
    display: none;
    flex-direction: column;
    position: fixed;
    width: 250px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #3D474A;
    padding: 15px;
  }
  header .navBar_content ul li {
    margin: 0;
  }
  header .navBar_content ul li a,
  header .navBar_content ul li a:not(.active):hover {
    color: #ffffff;
    padding: 15px 0;
  }
  header .navBar_content ul li a.active,
  header .navBar_content ul li a:not(.active):hover.active {
    font-weight: 700;
    color: #ffffff;
  }
  header .navBar_content ul li.toggle-close {
    color: #ffffff;
    font-size: 24px;
    text-align: right;
  }
}
.faq-question {
  background-color: #FCFEFF;
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: solid 1px #dcdcdc;
  border-radius: 5px;
  margin-top: 0.5rem;
}

.faq-question h2 {
  margin: 0;
  font-size: 1rem;
  color: #0B71BA;
}

.faq-answer {
  padding: 10px;
  display: none;
}

.wraper {
  padding-top: 6rem;
}

.banner {
  background: #FCFEFF;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 3.5em;
}
.banner_content {
  color: #3D474A;
}
.banner_content h4 {
  margin-bottom: 5px;
}
.banner_content h2 {
  margin-bottom: 1rem;
  font-size: 36px;
}
.banner_content h3 {
  margin-bottom: 2.5rem;
}
.banner_content p {
  margin-bottom: 2.5rem;
}

@media (max-width: 767px) {
  .banner_content p {
    margin-top: 1rem;
  }
}
.services {
  padding: 3.5em 0;
}
.services_content h3 {
  margin-bottom: 2.5rem;
}
.services_content p {
  margin-bottom: 2.5rem;
  height: 50px;
  font-size: 16px;
  line-height: 30px;
}
.services_content .services_item {
  background: #ffffff;
  padding: 40px;
  text-align: center;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
  transition: background 0.2s ease-in;
  cursor: default;
}
.services_content .services_item i {
  font-size: 42px;
  color: #0B71BA;
}
.services_content .services_item span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin: 15px 0;
}
.services_content .services_item:hover {
  background: #19A8E0;
}
.services_content .services_item:hover span,
.services_content .services_item:hover i,
.services_content .services_item:hover p {
  color: #ffffff;
}

@media (max-width: 767px) {
  .services_content .services_item {
    margin-bottom: 25px;
  }
}
.about {
  padding: 3.5em 0 0 0;
}
.about_content .about_info h3 {
  margin-bottom: 1.75rem;
}
.about_content .about_info p {
  font-size: 16px;
  line-height: 30px;
}
.about_facts {
  background-size: cover;
  padding: 3.5em 0;
}
.about_facts h3 {
  margin-bottom: 1.75rem;
}
.about_facts p {
  font-size: 16px;
  line-height: 30px;
}
.about_facts .about_item {
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 15px;
  text-align: center;
}

@media (max-width: 767px) {
  .about {
    padding: 0;
  }
  .about_item {
    margin-bottom: 25px;
  }
  .about_facts {
    padding-bottom: 0;
  }
  .about_info p {
    margin-bottom: 1.5rem;
  }
}
.contact {
  background: #ffffff;
  padding: 3.5em 0;
}
.contact_content h3 {
  margin-bottom: 2.5rem;
}
.contact_content .map {
  margin-bottom: 1.75rem;
}
.contact_content .map:hover {
  filter: brightness(0.9);
}
.contact_content .contact_info {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 50px;
  color: #3D474A;
}
.contact_content .contact_info > div {
  display: flex;
  align-items: flex-start;
}
.contact_content .contact_info i {
  font-size: 32px;
  margin-right: 15px;
}
.contact_content .contact_info span,
.contact_content .contact_info a {
  display: block;
  font-size: 16px;
  color: #3D474A;
}

@media (max-width: 767px) {
  .contact_content .contact_info {
    grid-template-columns: none;
    row-gap: 25px;
  }
  .contact_content .contact_info span,
  .contact_content .contact_info a {
    font-size: 14px;
  }
  .contact_content .contact_info > div {
    align-items: center;
  }
}
footer {
  background: #0B71BA;
  text-align: center;
  padding: 15px;
}
footer p {
  color: #ffffff;
  font-size: 14px;
}

@media (max-width: 767px) {
  footer p {
    font-size: 12px;
  }
}
/*RESET STYLES*/
* {
  margin: 0;
  padding: 0;
}

body {
  background: #ffffff;
  font-size: 14px;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul {
  list-style-type: none;
  margin: 0;
}

h2 {
  font-size: 46px;
  font-weight: 700;
}

h3 {
  font-size: 28px;
  font-weight: 700;
}

h4 {
  font-size: 28px;
  font-weight: 500;
}

h6 {
  font-size: 14px;
  font-weight: 400;
  color: #676767;
}

p {
  font-size: 18px;
  line-height: 35px;
}

strong {
  font-weight: 500;
}

.btn-custom {
  background: transparent;
  color: #0B71BA;
  font-weight: 500;
  transition: background 0.2s ease-in;
  border-radius: 5px;
  border: solid 1px #0B71BA;
}
.btn-custom:hover {
  color: #ffffff;
  background: #0a62a2;
}

.git-button {
  color: #3D474A;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
}
.git-button i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0B71BA;
  margin-right: 15px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 36px;
    font-weight: 700;
  }
  h3 {
    font-size: 22px;
    font-weight: 700;
  }
  h4 {
    font-size: 22px;
    font-weight: 500;
  }
  h6 {
    font-size: 14px;
    font-weight: 400;
    color: #676767;
  }
  p {
    font-size: 16px;
    line-height: 30px;
  }
}

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