@charset "UTF-8";
/* =======================================================================
Template Name: NET-Builder Landing Page
======================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;400;700&display=swap");
:root {
  --color-font: #808291;
  --color-primary: #3ed2a7;
  --color-secondary: #ffb09f;
  --color-link: #a7a9b8;
  --color-link-hover: #181b31;
  --color-gradient-start: #4fda91;
  --color-gradient-stop: #34dbc5;
  --color-img-holder: #efefef;
  --color-hover: #07c;
  --color-active: #005999;
}

* {
  margin: 0px;
  padding: 0px;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  outline: none;
  color: #444;
}
a:hover {
  color: #444;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

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

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.cp {
  cursor: pointer;
}

html, body {
  height: 100%;
}

p {
  width: 100%;
}

.no-padding {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

.hid {
  display: none;
}

.top-mar {
  margin-top: 15px;
}

.h-100 {
  height: 100%;
}

::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: 0.5 !important;
}

.container-fluid {
  padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", "Open Sans", sans-serif;
}

strong {
  font-family: inherit;
}

body {
  background-color: #ecedf1 !important;
  font-family: "Nunito", sans-serif;
  color: #6A6A6A;
  overflow-x: hidden;
}

.session-title {
  padding: 30px;
  margin: 0px;
}
.session-title h2 {
  width: 100%;
  text-align: center;
  font-weight: 600;
}
.session-title p {
  max-width: 900px;
  text-align: center;
  float: none;
  margin: auto;
}
.session-title span {
  float: right;
  font-style: italic;
}

.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccccccc4;
  display: block;
  padding-right: 0px;
}
.inner-title h2 {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #863dd9;
  padding-bottom: 10px;
  margin-bottom: 0px;
  width: 300px;
}
.inner-title p {
  width: 100%;
  text-align: center;
}
.inner-title .btn {
  float: right;
  margin-top: -38px;
  font-weight: 600;
  font-size: 0.8rem;
}

.page-nav {
  padding: 40px;
  text-align: center;
  padding-top: 160px;
}
.page-nav ul {
  float: none;
  margin: auto;
}
@media screen and (max-width: 576px) {
  .page-nav {
    padding-top: 186px;
  }
}
@media screen and (max-width: 356px) {
  .page-nav {
    padding-top: 206px;
  }
}
.page-nav h2 {
  font-size: 36px;
  width: 100%;
  color: #444;
}
@media screen and (max-width: 575.98px) {
  .page-nav h2 {
    font-size: 26px;
  }
}
.page-nav ul li {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 16px;
}
.page-nav ul li i {
  width: 30px;
  text-align: center;
  color: #444;
}
.page-nav ul li a {
  color: #444;
}

.btn-success {
  background-color: #223d50;
  border-color: #223d50;
}
.btn-success:hover {
  background-color: #13222c !important;
  border-color: #13222c !important;
}
.btn-success:active {
  background-color: #13222c !important;
  border-color: #13222c !important;
}
.btn-success:focus {
  background-color: #13222c !important;
  border-color: #13222c !important;
  box-shadow: none !important;
}

.btn-primary {
  background-color: #07c;
  border-color: #07c;
}
.btn-primary:hover {
  background-color: #005999 !important;
  border-color: #005999 !important;
}
.btn-primary:active {
  background-color: #005999 !important;
  border-color: #005999 !important;
}
.btn-primary:focus {
  background-color: #005999 !important;
  border-color: #005999 !important;
  box-shadow: none !important;
}

.btn {
  border-radius: 50px;
  font-weight: 600;
  padding-right: 30px;
  padding-left: 30px;
}

.form-control {
  background-color: #F8F8F8;
  margin-bottom: 20px;
}
.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #07c !important;
}

.btn-light {
  background-color: #FFF;
  color: #3F3F3F;
}

.collapse.show {
  display: block !important;
}

.container {
  max-width: 1170px;
}
@media screen and (max-width: 575.98px) {
  .container {
    padding: 10px 15px;
  }
}

.header-cover {
  padding-top: 5px;
}

header {
  z-index: 1111;
  top: 0px;
  padding: 10px !important;
}
header .logo {
  display: flex;
}
header .logo img {
  margin-top: 6px;
  margin-bottom: 7px;
}
header .hamburger {
  display: flex;
  width: 0;
}
header .nav {
  margin: auto;
}
@media screen and (max-width: 858px) {
  header .nav {
    display: block;
    background: white;
    box-shadow: 0px 0px 20px 1px #aaa8;
  }
}
@media screen and (max-width: 858px) {
  header .nav ul {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  header .nav ul {
    width: 100%;
  }
}
header .nav ul li {
  float: left;
  padding: 20px;
}
header .nav ul li a {
  font-weight: 700;
  color: #676464;
  font-size: 0.9rem;
  text-transform: uppercase;
}
header .nav ul li a:hover {
  color: #07c;
}
@media screen and (max-width: 858px) {
  header .nav ul li {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  header .nav ul li {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #cccccc75;
    padding-left: 20px;
  }
}
header .download {
  text-align: center;
  margin: auto;
}
header .download .btn {
  box-shadow: none;
  border-radius: 50px;
  font-weight: 600;
}

.small-menu {
  float: right;
  color: #2a3274;
  font-size: 2rem;
  margin-right: 2px;
  padding-top: 20px;
}

.scroll-to-fixed-fixed {
  background-color: #FFF;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  padding-bottom: 5px !important;
  padding-top: 10px !important;
}

@media (min-width: 768px) {
  .header-scrolling {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-color: #f8f9fa !important;
  }
}
@media (max-width: 768px) {
  .header-scrolling {
    position: static;
  }
}

.slider {
  padding-top: 100px;
  background: url(./bg.jpg) no-repeat scroll center bottom;
  background-size: cover;
}
.slider .detail {
  padding-bottom: 34px;
  text-align: center;
}
.slider .detail h2 {
  margin-bottom: 30px;
  font-size: 4rem;
}
@media screen and (max-width: 575px) {
  .slider .detail h2 {
    font-weight: 2rem;
  }
}
.slider .detail p {
  margin-bottom: 40px;
  font-size: 1.5rem;
  font-weight: 300;
}
.slider .detail .btn {
  box-shadow: none;
  font-weight: 500;
  border-radius: 50px;
  padding-right: 30px;
  padding-left: 30px;
}
.slider .detail .img-cover {
  margin-top: 30px;
  margin-bottom: -30px;
}
.slider .detail .img-cover img {
  max-width: 250px;
  margin-top: 30px;
}
.slider .image {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .slider .image {
    padding-top: 0px;
  }
}

.key-features {
  padding: 50px;
  background: #fff;
}
@media screen and (max-width: 940px) {
  .key-features {
    padding: 30px 10px;
  }
}
.key-features .serv-row .serv-col {
  background-color: #FFF;
  padding: 15px;
  display: flex;
  margin-bottom: 30px;
}
.key-features .serv-row .serv-col .icon {
  font-size: 2.5rem;
  padding: 10px;
  margin: auto;
  color: #07c;
}
.key-features .serv-row .serv-col .icon i {
  width: 45px;
  text-align: center;
}
.key-features .serv-row .serv-col .detail {
  padding: 10px;
}
.key-features .serv-row .serv-col .detail h4 {
  font-weight: 600;
  font-size: 1.2rem;
}

.features {
  padding: 50px;
  background: #f8fbfd;
}
@media screen and (max-width: 940px) {
  .features {
    padding: 30px 10px;
  }
}
.features .ker-featur-row {
  margin-top: 20px;
}
.features .featurecol .single-feature {
  margin-bottom: 40px;
  display: flex;
}
.features .featurecol .single-feature .icon {
  color: #07c;
}
.features .featurecol .single-feature .icon i {
  font-size: 2rem;
}
.features .featurecol .single-feature h6 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 1.2rem;
}
.features .featurecol .single-feature p {
  font-weight: 300;
  color: #000;
}
.features .feature-left .single-feature {
  text-align: left;
  display: flex;
}
.features .featur-image {
  text-align: center;
}
.features .icon {
  padding: 20px;
}
.features .icon i {
  width: 30px;
  text-align: center;
}

.our-products {
  padding: 50px;
}
@media screen and (max-width: 940px) {
  .our-products {
    padding: 30px 10px;
  }
}
.our-products .product-row {
  margin-top: 30px;
}
.our-products .product-row .product-cover {
  background-color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 30px;
}
.our-products .product-row .product-detail {
  text-align: center;
}
.our-products .product-row .product-detail h4 {
  font-size: 1.2rem;
  margin-bottom: 0px;
  color: #07c;
}
.our-products .product-row .product-detail p {
  margin-bottom: 20px;
}
.our-products .product-row .product-detail h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #ff1900;
}
.our-products .product-row .product-detail .btn {
  margin-bottom: 30px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 50px;
}

.courses {
  padding: 50px;
}
@media screen and (max-width: 940px) {
  .courses {
    padding: 30px 10px;
  }
}
.courses .cours-ro {
  margin-top: 20px;
}
.courses .cord-div .cours-card {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  background-color: #FFF;
  margin-bottom: 30px;
}
.courses .cord-div .cours-card .cours-name {
  background-color: #51be78;
  padding: 10px;
}
.courses .cord-div .cours-card .cours-name h2 {
  font-size: 1.2rem;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 0px;
}
.courses .cord-div .cours-card .course-detail {
  padding: 20px;
  text-align: center;
  min-height: 410px;
}
.courses .cord-div .cours-card .course-detail h5 {
  text-align: left;
  font-weight: 500;
  font-size: 1rem;
}
.courses .cord-div .cours-card .course-detail .star {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.courses .cord-div .cours-card .course-detail .star i {
  font-size: 0.8rem;
  color: #f89d13;
}
.courses .cord-div .cours-card .course-detail .star b {
  font-size: 0.9rem;
}
.courses .cord-div .cours-card .course-detail .star span {
  font-size: 0.85rem;
}
.courses .cord-div .cours-card .course-detail .reicc {
  font-size: 0.85rem;
  text-align: left;
}
.courses .cord-div .cours-card .course-detail .reicc b {
  font-size: 1.1rem;
}
.courses .cord-div .cours-card .course-detail .reicc .btn {
  float: right;
  margin-top: -5px;
  box-shadow: none;
  font-weight: 600;
}
.courses .cord-div .cours-card .course-detail button {
  margin-top: 20px;
}

.customer-serv {
  padding: 45px;
  background-color: #fdfdfd;
  padding-bottom: 120px;
}
@media screen and (max-width: 991.89px) {
  .customer-serv {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .customer-serv {
    padding: 30px 10px !important;
  }
}
.customer-serv .ro-clo {
  padding: 40px 0px;
  padding-top: 25px;
}
.customer-serv .card-b {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 20px;
  text-align: center;
  font-size: 0.85rem;
  position: relative;
}
.customer-serv .card-b::before {
  content: "”";
  font-family: "Times New Roman", Times, serif;
  font-size: 4rem;
  line-height: 1;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 4px;
  bottom: 4px;
  color: lightgray;
}
.customer-serv .card-b::after {
  content: "";
  box-sizing: border-box;
  background-color: #FFF;
  position: absolute;
  z-index: 100;
  height: 25px;
  left: 35px;
  bottom: -5px;
  transform: rotate(135deg);
  width: 25px;
}
@media screen and (max-width: 991px) {
  .customer-serv .card-b::after {
    display: none;
    margin-top: 20px;
  }
}
.customer-serv .card-b p {
  font-size: 0.95rem;
  margin-bottom: 0;
}
.customer-serv .an-mtc {
  padding-top: 23px;
}
.customer-serv .stars {
  padding-top: 33px;
}
.customer-serv .stars li {
  list-style: none;
  color: lightgray;
  float: right;
  font-size: 13px;
  margin-left: 4px;
}
.customer-serv .stars[data-stars="1"] li:nth-child(n+5) {
  color: #fb4;
}
.customer-serv .stars[data-stars="2"] li:nth-child(n+4) {
  color: #fb4;
}
.customer-serv .stars[data-stars="3"] li:nth-child(n+3) {
  color: #fb4;
}
.customer-serv .stars[data-stars="4"] li:nth-child(n+2) {
  color: #fb4;
}
.customer-serv .stars[data-stars="5"] li:nth-child(n+1) {
  color: #fb4;
}
.customer-serv .img-circl {
  margin-top: 20px;
  text-align: center;
}
.customer-serv .img-circl img {
  width: 80%;
  border-radius: 50%;
}
.customer-serv .star-par {
  padding-left: 0px;
}
@media screen and (max-width: 1013px) {
  .customer-serv .stars li {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .customer-serv .col-12 {
    margin-top: 20px;
  }
}

.our-team {
  background: #f8fbfd;
  padding: 50px;
}
@media screen and (max-width: 940px) {
  .our-team {
    padding: 50px 10px;
  }
}
.our-team .team-row {
  margin-top: 20px;
}
.our-team .team-row .single-usr {
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
  margin-bottom: 20px;
}
.our-team .team-row .single-usr img {
  width: 100%;
}
.our-team .team-row .single-usr .det-o {
  padding: 20px;
  background-color: #ffffff;
}
.our-team .team-row .single-usr .det-o h4 {
  margin-bottom: 0px;
  font-size: 1.2rem;
}

.faq {
  padding: 50px;
}
@media screen and (max-width: 940px) {
  .faq {
    padding: 30px 10px;
  }
}
.faq .faq-row .facc {
  padding: 20px;
  margin-bottom: 20px;
}

.tab-menu .b-tab {
  position: relative;
  padding: 1rem 0.75rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 500;
  --text-opacity: 1;
  color: #83888c;
  color: rgba(131, 136, 140, var(--text-opacity));
  --border-opacity: 1;
  border-color: #e7ebf0;
  border-color: rgba(231, 235, 240, var(--border-opacity));
  text-align: center;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-duration: 0.14s;
  transition-timing-function: ease;
}
@media (max-width: 576px) {
  .tab-menu .b-tab {
    font-size: 0.75rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
.tab-menu .b-tab.is-active, .tab-menu .b-tab:active {
  color: var(--color-active);
  border-color: var(--color-active);
}
.tab-menu .b-tab:hover {
  color: var(--color-hover);
  border-color: var(--color-hover);
}
.tab-menu .b-tab.line-b {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

.blog {
  background-color: #f7f7f7;
  padding: 50px;
}
@media screen and (max-width: 940px) {
  .blog {
    padding: 30px 10px;
  }
}
.blog .blog-row .blog-col {
  height: 500px;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35);
  margin-bottom: 30px;
}
.blog .blog-row .blog-col img {
  display: block;
  width: auto;
  height: 240px;
  margin: 0 auto 20px;
}
.blog .blog-row .blog-col span {
  color: #a09f9f;
  font-size: 0.83rem;
}
.blog .blog-row .blog-col h4 {
  margin-top: 15px;
  font-weight: 400;
  font-size: 1.2rem;
  margin-bottom: 15px;
  line-height: 26px;
}
.blog .blog-row .blog-col .blog-short {
  font-weight: 500;
  line-height: 25px;
  height: 130px;
  overflow: hidden;
}

.daily-quote {
  background: #f8fbfd;
  padding: 50px;
}
@media screen and (max-width: 940px) {
  .daily-quote {
    padding: 30px 10px;
  }
}
.daily-quote h2 {
  font-family: "Caveat", cursive;
}
.daily-quote h2 .icon {
  color: #07c;
}
.daily-quote .author {
  font-style: italic;
}
.daily-quote .author:before {
  content: "―";
}

.contact-us-single {
  padding: 50px;
}
@media screen and (max-width: 940px) {
  .contact-us-single {
    padding: 30px 10px;
  }
}

.particles-logo {
  height: 400px;
}
.particles-logo .shining-frame {
  box-shadow: 0 0 5px 0 white;
}

.footer-above {
  padding: 30px;
  background-color: #07c;
  color: #FFF;
  font-size: 1.5rem;
}
.footer-above .btn {
  float: right;
}
.footer-above p {
  margin-bottom: 0;
}

footer {
  padding: 80px 50px;
  background-color: #555;
  color: #FFF;
}
@media screen and (max-width: 940px) {
  footer {
    padding: 50px 10px;
  }
}
footer h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
footer .about p {
  font-size: 0.9em;
}
footer .about p .foot-address {
  display: flex;
}
footer .about p .foot-address .icon {
  padding: 20px 10px;
}
footer .about p .foot-address .addet {
  font-size: 0.9rem;
  margin: auto 0px;
}
footer .footblog .blohjb {
  margin-bottom: 10px;
}
footer .footblog .blohjb .blohjb p {
  font-size: 0.9rem;
}
footer .footblog .blohjb .blohjb span {
  font-size: 0.9rem;
}
footer .glink ul li {
  padding: 10px;
}
footer .glink ul li i {
  margin-right: 10px;
}
footer .glink ul li a {
  color: #FFF;
}
footer .tags ul li {
  float: left;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid #CCC;
}

.copy {
  padding: 20px;
  background-color: #333;
  color: #FFF;
}
.copy a {
  color: #FFF;
}
.copy span {
  float: right;
}
.copy span a {
  display: inline-flex;
  width: 26px;
  height: 26px;
  margin: 0 10px;
  justify-content: center;
  align-items: center;
}
.copy span a:hover {
  background-color: #8888;
  border-radius: 50%;
}

.cop-ck {
  padding: 20px;
  background-color: #ffffffbd;
}
.cop-ck h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

html {
  scroll-behavior: smooth;
}

.scroll-container {
  scroll-padding: 50px 0 0 50px;
}

.shadow-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.shadow-2 {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
}

.shadow-3 {
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
}

.shadow-4 {
  box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35);
}

.shadow-5 {
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
}

.border-round {
  border: 1px solid;
  border-radius: 50%;
}
.border-round-2 {
  border: 2px solid;
  border-radius: 50%;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.error {
  color: red;
  margin: 10px 0;
  font-style: italic;
}

.success {
  color: green;
  margin: 10px 0;
  font-style: italic;
}

.icon .num {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 1.6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.link-dark {
  color: #ccc;
}
.link-dark:hover {
  color: #fff;
}

.ul-classic {
  list-style: disc;
  padding-left: 2rem;
}

.input-captcha {
  display: inline-block;
  max-width: 150px;
  margin-left: 0.5rem;
}

[data-bs-toggle]:after {
  --size: 12px;
  content: "";
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'><path fill='%23fff' stroke='%23fff' stroke-width='1' stroke-linejoin='round' d='M5,3 l2,-2 l8,8 l-8,8 l-2,-2 l6,-6,z'/></svg>");
  width: var(--size);
  height: var(--size);
  margin-inline-start: 1rem;
  display: inline-block;
}
[data-bs-toggle]:not(.collapsed):after {
  transform: rotate(90deg);
}