/*Breakpoints */
/* Media Queries (Mixins) */
/* Font Sizes */
html {
  scroll-behavior: smooth;
}

.btn.btn-primary {
  background-color: #184785;
  border-radius: 50px;
  padding: 15px 40px;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
.btn.btn-primary.small-btn {
  padding: 8px 24px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: small;
}
@media (max-width: 640px) {
  .btn.btn-primary {
    padding: 15px 34px;
  }
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  background: url("/images/dexcel-network-home-background.png") no-repeat center center/cover;
  overflow: hidden;
  padding: 90px 0px 90px 0px;
}
.hero::before {
  opacity: 0.4;
}
.hero.sub-pages {
  padding: 40px 0px 40px 0px;
}
.hero.sub-pages p {
  width: 60%;
  margin: 0 auto;
  font-size: 1.2rem;
}
@media (max-width: 640px) {
  .hero.sub-pages p {
    width: 100%;
  }
}
.hero.sub-pages h2 {
  font-weight: 700;
}

.hero-content {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  z-index: 1;
  color: black;
}

.sub-text {
  font-size: 18px;
  width: 40%;
  margin: auto;
  line-height: 28px;
  padding: 10px 0;
}
@media (max-width: 640px) {
  .sub-text {
    font-size: 1rem;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .sub-text {
    font-size: 1rem;
    width: 90%;
  }
}

header .nav-link {
  color: #333;
  font-weight: 600;
  margin-right: 16px;
}
header .nav-link:hover {
  color: #184785;
}
header .nav-link.active {
  color: #184785 !important;
  font-weight: 600;
  border-bottom: 3px solid #184785;
}

#purposeNvision {
  padding: 60px 0;
}
@media (max-width: 640px) {
  #purposeNvision {
    padding: 24px;
  }
}
#purposeNvision .card {
  border: none;
}
#purposeNvision .card .card-body {
  text-align: left;
}
@media (max-width: 640px) {
  #purposeNvision .card .card-body {
    text-align: center;
  }
}
@media (max-width: 640px) {
  #purposeNvision .card .card-body .card-img-top {
    width: 25%;
    margin-bottom: 15px;
  }
}

#Passionsolutions {
  background-color: #184785;
  padding: 60px 0;
  color: #ffffff;
}

#tailoredServices {
  padding: 60px 0;
}
#tailoredServices img {
  width: 40%;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  #tailoredServices img {
    font-size: 1rem;
    width: 24%;
  }
}
@media (max-width: 768px) {
  #tailoredServices img {
    font-size: 1rem;
  }
}
#tailoredServices h5 {
  font-size: 18px;
}
@media (max-width: 640px) {
  #tailoredServices h5 {
    font-size: 1rem;
    margin-bottom: 36px;
  }
}
@media (max-width: 768px) {
  #tailoredServices h5 {
    font-size: 1rem;
  }
}

#serviceportfolio {
  background-color: #184785;
  padding: 60px 0;
  color: #ffffff;
}
#serviceportfolio ul {
  list-style-type: square;
}
#serviceportfolio ul li {
  margin-bottom: 5px;
}
#serviceportfolio ul li a {
  text-decoration: none;
  color: #ffffff;
}
#serviceportfolio ul .Monitoring {
  margin: 20px 0;
  padding: 0;
}
#serviceportfolio ul .Monitoring li {
  margin-left: 10%;
  opacity: 0.9;
}

#whydexcel {
  padding: 60px 0;
}
#whydexcel img {
  width: 40%;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  #whydexcel img {
    font-size: 1rem;
    width: 24%;
  }
}
@media (max-width: 768px) {
  #whydexcel img {
    font-size: 1rem;
  }
}
#whydexcel h5 {
  font-size: 18px;
}
@media (max-width: 640px) {
  #whydexcel h5 {
    font-size: 1rem;
    margin-bottom: 36px;
  }
}
@media (max-width: 768px) {
  #whydexcel h5 {
    font-size: 1rem;
  }
}

#reviews {
  background-color: #184785;
  padding: 60px 0;
  color: #ffffff;
}
#reviews .carousel-inner {
  margin: 2rem 0;
}
#reviews blockquote {
  margin: 0 auto;
  width: 50%;
}

#trustedPatneres {
  padding: 60px 0;
}
#trustedPatneres .carousel-inner {
  margin: 2rem 0;
}
#trustedPatneres img {
  width: 15%;
  margin-right: 1%;
}
@media (max-width: 640px) {
  #trustedPatneres img {
    width: 48%;
  }
}
@media (max-width: 768px) {
  #trustedPatneres img {
    font-size: 1rem;
  }
}
#trustedPatneres .carousel-control-prev {
  display: none;
  left: -10%;
}
#trustedPatneres .carousel-control-prev .carousel-control-prev-icon {
  background-color: #184785;
  border-radius: 50%;
}
#trustedPatneres .carousel-control-next {
  display: none;
  right: -10%;
}
#trustedPatneres .carousel-control-next .carousel-control-next-icon {
  background-color: #184785;
  border-radius: 50%;
}

#answers {
  padding: 60px 0;
}
#answers a {
  text-decoration: none;
}
#answers .box {
  background-color: #f5f6fa;
  padding: 50px;
}
#answers .box .bi-chat,
#answers .box .bi-hand-thumbs-up {
  font-size: 32px;
  color: #184785;
  margin-right: 30px;
}
#answers .sub-text {
  font-size: 18px;
  width: 52%;
  margin: auto;
  line-height: 28px;
  padding: 10px 0;
}
@media (max-width: 640px) {
  #answers .sub-text {
    font-size: 1rem;
    width: 90%;
  }
}
@media (max-width: 768px) {
  #answers .sub-text {
    font-size: 1rem;
    width: 90%;
  }
}

footer .footer-text {
  color: #484848;
  line-height: 30px;
}
footer .bi.bi-headphones, footer .bi.bi-envolope, footer .bi.bi-geo-alt {
  font-size: 20px;
  font-weight: 800;
}
footer .list-unstyled li {
  margin-bottom: 8px;
}
footer .list-unstyled li a {
  text-decoration: none;
  color: #484848;
  margin-bottom: 20px;
}
footer .list-unstyled li a:hover {
  color: blue;
}

.hero-1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  background-color: #184785;
  overflow: hidden;
  padding: 90px 0px 90px 0px;
}
.hero-1::before {
  opacity: 0.4;
}

.hero-content-1 {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  z-index: 1;
  color: white;
}
.hero-content-1 .white {
  background-color: white !important;
  color: #184785 !important;
}

.text-left {
  text-align: left;
}

#contact {
  background-color: #184785;
  color: white;
}
#contact a {
  text-decoration: none;
  color: #ffffff;
}
@media (max-width: 640px) {
  #contact span {
    display: block;
    text-align: center;
  }
}
@media (max-width: 640px) {
  #contact .text-right {
    text-align: center !important;
  }
}

#about {
  background-color: #184785;
}

#ourvalues {
  padding: 60px 0;
}
@media (max-width: 640px) {
  #ourvalues {
    padding: 24px;
  }
}
#ourvalues img {
  width: 18%;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  #ourvalues img {
    font-size: 1rem;
    width: 24%;
  }
}
@media (max-width: 768px) {
  #ourvalues img {
    font-size: 1rem;
  }
}
#ourvalues h3 {
  font-size: 1.5rem;
}
@media (max-width: 640px) {
  #ourvalues h3 {
    font-size: 1rem;
    margin-bottom: 36px;
  }
}
@media (max-width: 768px) {
  #ourvalues h3 {
    font-size: 1rem;
  }
}
#ourvalues p {
  font-size: 18px;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  #ourvalues p {
    font-size: 1rem;
    margin-bottom: 36px;
  }
}
@media (max-width: 768px) {
  #ourvalues p {
    font-size: 1rem;
  }
}

#about-section-2 {
  padding: 60px 0;
}
@media (max-width: 640px) {
  #about-section-2 {
    padding: 24px;
  }
}
#about-section-2 h2 {
  font-weight: 700;
  border-left: 6px solid #f1592a;
  padding-left: 3%;
  line-height: 50px;
}
#about-section-2 p {
  padding: 20px 0;
  line-height: 42px;
  font-size: 1.1rem;
}

#accreditations {
  padding: 60px 0;
}
@media (max-width: 640px) {
  #accreditations {
    padding: 24px;
  }
}
#accreditations h4 {
  font-weight: 700;
  border-left: 6px solid #f1592a;
  padding-left: 1%;
  line-height: 40px;
  margin-bottom: 30px;
  margin-left: 10px;
}
@media (max-width: 640px) {
  #accreditations h4 {
    padding-left: 3%;
  }
}
#accreditations p {
  padding: 20px 0;
  line-height: 42px;
  font-size: 1.1rem;
}
#accreditations ul {
  list-style: none;
}
#accreditations li {
  margin-bottom: 15px;
  padding-left: 1em;
}
#accreditations i::before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 0.8em;
  width: 0.43em;
  border-bottom: 0.15em solid #184785;
  border-right: 0.15em solid #184785;
  margin-right: 1em;
}
#accreditations .item {
  font-size: large;
}

#ouraccreditions {
  padding: 60px 0;
}
@media (max-width: 640px) {
  #ouraccreditions {
    padding: 24px;
  }
}
#ouraccreditions img {
  width: 50%;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  #ouraccreditions img {
    font-size: 1rem;
    width: 24%;
  }
}
@media (max-width: 768px) {
  #ouraccreditions img {
    font-size: 1rem;
  }
}
#ouraccreditions h5 {
  font-size: 1.2rem;
  font-weight: 700;
}
@media (max-width: 640px) {
  #ouraccreditions h5 {
    font-size: 1rem;
    margin-bottom: 36px;
  }
}
@media (max-width: 768px) {
  #ouraccreditions h5 {
    font-size: 1rem;
  }
}
#ouraccreditions p {
  font-size: large;
  margin-bottom: 5px;
  color: #184785;
  font-weight: 600;
}
@media (max-width: 640px) {
  #ouraccreditions p {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  #ouraccreditions p {
    font-size: 1rem;
  }
}

#it-services {
  padding: 60px 0;
}
@media (max-width: 640px) {
  #it-services {
    padding: 24px;
  }
}
#it-services h4 {
  font-weight: 700;
  border-left: 6px solid #f1592a;
  padding-left: 1%;
  line-height: 40px;
  margin-bottom: 30px;
  margin-left: 10px;
}
@media (max-width: 640px) {
  #it-services h4 {
    padding-left: 3%;
  }
}
#it-services p {
  padding: 20px 0;
  line-height: 42px;
  font-size: 1.1rem;
}
#it-services ul {
  list-style: none;
}
#it-services li {
  margin-bottom: 15px;
  padding-left: 1em;
}
#it-services .item {
  font-size: large;
}
#it-services i::before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 0.8em;
  width: 0.43em;
  border-bottom: 0.15em solid #184785;
  border-right: 0.15em solid #184785;
  margin-right: 1.2em;
}
#it-services.siem p {
  padding: 0;
  line-height: 25px;
}

#contactus h2 {
  font-size: xx-large;
  font-weight: 700;
}
#contactus .sub-text {
  width: 60%;
  margin: 0;
}
@media (max-width: 640px) {
  #contactus .sub-text {
    width: 100%;
  }
}
#contactus h5 {
  font-weight: 700;
}
#contactus .bi-geo-alt::before {
  content: "\f3e8";
  color: #0d6efd;
  font-size: xx-large;
}
#contactus .bi-headphones::before {
  content: "\f413";
  color: #0d6efd;
  font-size: xx-large;
}
#contactus .bi-envelope::before {
  content: "\f32f";
  color: #0d6efd;
  font-size: xx-large;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 16px;
  z-index: 99;
  font-size: 44px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #fe5636;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

.form-text {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.form-box {
  width: 320px;
  display: block;
  position: fixed;
  bottom: 85px;
  right: 20px;
  background: #f3f3f3;
  padding: 20px;
  border-radius: 16px;
  /* box-shadow: 3px 3px 3px #cacdcc; */
  z-index: 10000;
}

#myDIV {
  display: none;
}

.whatsapp {
  position: fixed;
  right: 90px;
  bottom: 25px;
  z-index: 10000;
}

.call {
  position: fixed;
  right: 150px;
  bottom: 25px;
  z-index: 10000;
}/*# sourceMappingURL=main.css.map */