@charset "UTF-8";

* {
  -webkit-font-smoothing: antialiased;
}

/***************************
        Button
****************************/
.btn {
  color: #fff;
  padding: 10px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;

  background: #6930c3;
  color: #fff;
}

.btn:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 8px 10px 0px rgba(44, 22, 146, 0.2);
  -moz-box-shadow: 0px 8px 10px 0px rgba(44, 22, 146, 0.2);
  box-shadow: 0px 8px 10px 0px rgba(44, 22, 146, 0.2);
}

.contact-single h4 i {
  margin-right: 6px;
}
.contact-single p a {
  color: #7400b8;
}

.contact-form textarea,
.contact-form input[type="email"],
.contact-form input[type="text"],
.contact-form input[type="number"] {
  color: #2b2f58;
}

.banner-3-content img {
  position: relative;
  bottom: 50px;
}

.navbar-expand-lg .container {
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-toggler {
  margin-right: -5px;
}

.logo {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 24px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  top: 2px;
}

.logo span {
  font-weight: 700;
  color: #7400b8;
}

.logo:hover {
  color: #ffffff;
}

.navcolor .logo {
  color: #2b2f58;
}

.navcolor .logo span {
  color: #7400b8;
}

.logo:hover span {
  color: #48bfe3;
}

.footer-menu {
  display: block;
  text-align: center;
}

.footer-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.footer-menu ul li {
  display: inline-block;
  margin: 5px 10px;
  color: #fff;
}

.footer-menu ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-menu ul li a:hover {
  color: #5e60ce;
  text-decoration: underline;
}

.breadcrumb-bnr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #5390d996;
}

.blog-sec,
.services {
  padding: 80px 0px;
}

.site-footer .container,
.contact .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-me .felipa-btn {
  margin-bottom: 50px;
}

.services .title {
  margin-bottom: 30px;
}

.page-detail {
  padding: 50px 0px;
}

.contact .container {
  max-width: 800px;
}

.content-text {
  overflow: hidden;
  font-size: 18px;
  line-height: 24px;
}

.content-text h1,
.content-text .h1,
.content-text h2,
.content-text .h2,
.content-text h3,
.content-text .h3,
.content-text h4,
.content-text .h4,
.content-text h5,
.content-text .h5,
.content-text h6,
.content-text .h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #445c7b !important;
}

.content-text h1 span,
.content-text .h1 span,
.content-text h2 span,
.content-text .h2 span,
.content-text h3 span,
.content-text .h3 span,
.content-text h4 span,
.content-text .h4 span,
.content-text h5 span,
.content-text .h5 span,
.content-text h6 span,
.content-text .h6 span {
  color: #5e60ce !important;
}

.content-text h1,
.content-text .h1 {
  font-size: 28px;
}

.content-text h2,
.content-text .h2 {
  font-size: 26px;
}

.content-text h3,
.content-text .h3 {
  font-size: 24px;
}

.content-text h4,
.content-text .h4 {
  font-size: 22px;
}

.content-text h5,
.content-text .h5 {
  font-size: 20px;
}

.content-text h6,
.content-text .h6 {
  font-size: 18px;
}

.content-text strong {
  font-weight: 600;
}

.content-text p {
  font-size: 16px !important;
  line-height: 24px;
  margin-bottom: 20px;
  color: #445c7b !important;
}

.content-text ol,
.content-text ul {
  margin: 0px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style: disc;
}

.content-text ol li,
.content-text ul li {
  color: #445c7b !important;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}

.content-text ol li a,
.content-text ul li a {
  color: #445c7b !important;
}

.content-text ol li a:hover,
.content-text ul li a:hover {
  border-bottom: 1px dotted #445c7b;
}

.content-text ol {
  list-style: decimal;
}

.content-text table {
  max-width: 100%;
  margin-bottom: 15px;
}

.content-text iframe {
  border: none;
  background: none;
  max-width: 100%;
  margin-bottom: 15px;
}

.content-text img {
  display: block;
  max-width: 100%;
  height: auto;
}

.content-text img.alignleft,
.content-text img.pull-left {
  margin-right: 15px;
  margin-bottom: 15px;
}

.content-text img.alignRight,
.content-text img.pull-right {
  margin-left: 15px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
  .banner-3-content img {
    max-width: 300px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-sec,
  .services {
    padding: 40px 0px;
  }

  .site-footer .container,
  .contact .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-me .felipa-btn {
    margin-bottom: 40px;
  }

  .about-me {
    text-align: center;
  }

  .about-me img {
    max-height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .logo {
    top: auto;
  }

  .site-footer ul li {
    display: block;
    margin: 10px 10px;
  }
}

@media only screen and (max-width: 575px) {
}

@media only screen and (max-width: 479px) {
}

@media only screen and (max-width: 374px) {
  .logo {
    font-size: 20px;
  }
}

/* @2x Images (Pixel Ratio of 1.25+) */

@media only screen and (-o-min-device-pixel-ratio: 5/4),
  only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (min-resolution: 1.25dppx) {
}

/* @3x Images (Pixel Ratio of 2.25+) */

@media only screen and (-o-min-device-pixel-ratio: 9/4),
  only screen and (-webkit-min-device-pixel-ratio: 2.25),
  only screen and (min-device-pixel-ratio: 2.25),
  only screen and (min-resolution: 2.25dppx) {
}

/* @4x Images (Pixel Ratio of 3.25+) */

@media only screen and (-o-min-device-pixel-ratio: 13/4),
  only screen and (-webkit-min-device-pixel-ratio: 3.25),
  only screen and (min-device-pixel-ratio: 3.25),
  only screen and (min-resolution: 3.25dppx) {
}
