body {
  font-family: "Work Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
  color: #152935;
  font-weight: 400;
  scroll-behavior: smooth;
}

a {
  color: #3d70b2;
}

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

a:focus {
  outline: 2px solid #3d70b2;
  outline-offset: 5px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}

.h5 {
  line-height: 2rem;
}

.h4 {
  line-height: 2rem;
}

.white-text {
  color: #fff;
  font-weight: 400;
}

.muted-text {
  color: #dee3e8;
  font-weight: 400;
  font-size: 18px;
}

.secondary__h3 {
  color: #3d70b2;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 2rem;
}

var,
kbd,
samp,
code,
pre {
  font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
  color: #fff;
}

pre {
  padding: 2.4rem 3.2rem 3.2rem;
  background: #0c2e4e;
}

code {
  font-size: 1.4rem;
  margin: 0 0.2rem;
  padding: 0.4rem 0.8rem;
  white-space: nowrap;
  background: #0c2e4e;
  color: #000000;
  width: 50%;
}

pre > code {
  display: block;
  white-space: pre;
  line-height: 2;
  padding: 0;
  margin: 0;
}

pre.prettyprint > code {
  border: none;
}

/*--------------------------------------------------------------
--------------------------------------------------------------*/
.map-canvas {
  height: 600px;
}

.map-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* Aspect ratio (16:9) - Adjust as needed */
  overflow: hidden;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.form-check-input {
  background-color: rgba(15, 98, 254, 0.07);
}

.progress {
	overflow: hidden;
	height: 32px;
	background-color: #E6EEFB;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	margin-bottom: 20px;
  border-radius: 100px;
}

.progress-bar {
	width: 0;
	height: 100%;
	color: #fff;
	text-align: center;
	background-color: #E41152;
  font-size: 16px;
  border-radius: 100px;
}

.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
}

.logo-img {
  height: 12rem;
}

.card {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
  padding: 3rem;
  cursor: default;
  font-weight: 500;
}

.card:hover{
   transform: scale(1.05);
   box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.card img{
position: absolute;
top: 20px;
right: 15px;
}

.card-1{
background-image: url("../img/pattern-3.svg");
background-repeat: no-repeat;
background-position: right;
}

.card-2 {
 background-image: url("../img/pattern-3.svg");
    background-repeat: no-repeat;
  background-position: top;
}

.card-3 {
 background-image: url("../img/pattern-1.svg");
    background-repeat: no-repeat;
    background-position-x: 10%;
    background-position-y: 80%;
}

.card-4 {
  align-items: center;
  display: block;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
  padding: 3rem;
  cursor: pointer;
  font-weight: 500;
 }

 .card-4:hover{
  transform: scale(1.05);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  border: 3px solid #58B3D2;
}

@media(max-width: 768px){
.card-4 {
  padding: 1rem;
 }
}

@media(max-width: 375px){
  .card-4 {
    padding: 3rem;
   }
  }

  @media(max-width: 667px){
    .card-4 {
      padding: 3rem;
     }
    }

.text-white {
  color: white;
}

.cta {
  background: #3D70B2;
  color: white;
  padding: 130px;
  background-image: url("../img/pattern-5.svg");
  background-position-x: 90%;
  background-position-y: 100%;
  background-repeat: no-repeat;
}

@media(max-width: 768px){
  .cta {
    padding: 1rem;
    padding-right: 0;
    padding-left: 0;
   }
  }

.btn-cta {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 1rem 2.75rem;
  margin-top: 25px;
  border-radius: 4px;
  color: #fff;
  background: #e41152;
  width: 100%;
}

.btn-cta:hover {
  background: #c1073e;
  color: white;
}

.training-card-1 {
  padding: 3rem;
  background-color: #fff;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  background-image: url("../img/agile-fund-banner.png");
  background-position-x: 120%;
  background-position-y: bottom;
  background-size: contain;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 25px;
  width: 100%;
}

.training-card-1:hover{
  transform: scale(1.05);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  border: 3px solid #58B3D2;
}

@media only screen and (max-width: 768px) {
  .training-card-1 {
    padding: 1rem;
  }
}

.project-card-1 {
  padding: 3rem;
  background-color: #fff;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  background-image: url("../img/product-card-epoch.webp");
  background-position-x: 128%;
  background-position-y: bottom;
  background-size: contain;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 25px;
  width: 100%;
}

.project-card-1:hover{
  transform: scale(1.05);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  border: 3px solid #58B3D2;
}

@media only screen and (max-width: 768px) {
  .project-card-1 {
    padding: 1rem;
  }
}

.project-card-2 {
  padding: 3rem;
  background-color: #fff;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  background-image: url("../img/product-card-fundani.webp");
  background-position-x: 128%;
  background-position-y: bottom;
  background-size: contain;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 25px;
  width: 100%;
}

.project-card-2:hover{
  transform: scale(1.05);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  border: 3px solid #58B3D2;
}

@media only screen and (max-width: 768px) {
  .project-card-2 {
    padding: 1rem;
  }
}

.project-card-3 {
  padding: 3rem;
  background-color: #fff;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  background-image: url("../img/product-card-ppt.webp");
  background-position-x: 128%;
  background-position-y: bottom;
  background-size: contain;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 25px;
  width: 100%;
}

.project-card-3:hover{
  transform: scale(1.05);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  border: 3px solid #58B3D2;
}

@media only screen and (max-width: 768px) {
  .project-card-3 {
    padding: 1rem;
  }
}

.project-content {
  width: 50%;
  background-color: rgba(255, 255, 255, 0.92);
  padding: 1rem;
  border-radius: 4px;

}

@media only screen and (max-width: 768px) {
  .project-content {
    width: 100%;
  }
}

.project-header {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  color: #000;
}





.cta-section {
  width: 100%;
  background: white;
  text-align: left;
  color: white;
  padding-bottom: 5rem;
}

.cta-section h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
  color: white;
}

.cta-section p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: white;
}

.cta-section .btn-get-started {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 1rem 2.75rem;
  margin-top: 25px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #e41152;
}

.cta-section .jumbotron {
  background-color: #0A2540;
  align-items: left;
  padding: 5rem;
}





.banner-agile {
  background: rgba(244, 247, 251, 0.42);
  background-image: url("../img/agile-banner.webp");
  background-position-x: 90%;
  background-position-y: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 6rem;
  height: 70vh;
  width: 100%;
}

.banner-agile h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 65px;
  color: #0a2540;
}

.banner-agile .btn-get-started {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
  padding: 1rem 2.75rem;
  margin-top: 25px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #e41152;
  width: 50%;
}

.banner-agile .btn-get-started:hover {
  opacity: 0.75;
}

@media only screen and (max-width: 768px) {
  .banner-agile {
    font-size: 32px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 768px) {
  .lead {
    font-size: 28px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .banner-agile {
    margin-top: 2rem;
  }
}

.banner-agile-content {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .banner-agile-content {
    width: 100%;
  }
}

.lead {
  font-size: 24px;
  line-height: 32px;
  margin-top: 1rem;
  font-weight: 400;
}

/* //'''''//' */

.highlight {
  color: #e41152;
  font-weight: 800;
}

.h2-big {
  font-size: 3rem;
  font-weight: 600;
  line-height: 52px;
}

@media(max-width: 768px){
  .h2-big {
    font-size: 2.25rem;
    line-height: 2.875rem;
   }
  }

.h3-big {
  font-size: 38px;
  font-weight: 600;
}

.hvr-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  text-transform: uppercase;
}

.hvr-backward:hover,
.hvr-backward:focus,
.hvr-backward:active {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.bold {
  font-weight: 600;
}

.twitter-share-button {
  vertical-align: bottom;
  margin-left: 10px;
}

.text-quote {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #152935;
  margin: 30px 0;
  border-left: 5px solid;
  border-color: #da1e28;
  padding-left: 30px;
}

.article-heading-h3 {
  font-size: 36px;
  font-weight: 300;
  line-height: 42px;
  color: #da1e28;
  margin-bottom: 1rem;
}

.image-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.article-img {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 4px;
  padding: 0px;
  margin: 0px;
}

.article-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.large-user-profile .username {
  margin-top: -3.8em;
  margin-left: 100px;
  color: #152935;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}

.large-user-profile .job {
  display: inline-block;
  margin-left: 100px;
  color: #152935;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.large-user-profile .linkedin {
  display: inline-block;
  margin-left: 100px;
  margin-top: -4rem;
  color: #152935;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.large-user-profile .bio {
  display: inline-block;
  margin-left: 100px;
  color: #152935;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.large-user-profile > img.avatar {
  height: 80px;
  width: 80px;
  border-radius: 18em;
}

/* new */

.user-profile .username {
  margin-top: -3em;
  margin-left: 70px;
  color: #152935;
  font-size: 18px;
  font-weight: 400;
}
.user-profile .bio {
  display: inline-block;
  margin-left: 70px;
  color: #152935;
  font-size: 14px;
  font-weight: bold;
  font-family: "Work Sans", sans-serif;
  line-height: 18px;
  text-transform: uppercase;
}

.user-profile .job {
  display: inline-block;
  margin-left: 70px;
  color: #152935;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.user-profile > img.avatar {
  height: 56px;
  width: 56px;
  border-radius: 18em;
}

.eyebrow {
  font-size: 16px;
  font-weight: 400;
  color: #152935;
  text-transform: uppercase;
}


.featured-article {
  padding: 1rem;
  background-color: #fff;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  background-image: url("../img/pattern-4.svg");
  background-size: cover;
  background-position-x: right;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 25px;
  width: 100%;
}

.featured-article:hover{
  transform: scale(1.05);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  border: 3px solid #58B3D2;
}

.featured-article-header {
  font-size: 3rem;
  font-weight: 600;
  line-height: 48px;
  color: #151F48;
}


.featured-article-content {
  width: 70%;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 1rem;
  border-radius: 4px;
}

@media only screen and (max-width: 768px) {
  .featured-article-content {
    width: 100%;
  }
}


.single-article {
  cursor: pointer;
  border-radius: 4px;
  width: 100%;
  column-gap: 3em;
}

.single-article-content {
  padding: 1rem 0px;
}

.article-user-profile .article-username {
  margin-top: -2.3em;
  margin-left: 50px;
  color: #152935;
  font-size: 18px;
  font-weight: 400;
}
.article-user-profile .article-bio {
  display: flex;
  margin-left: 50px;
  color: #151F48;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.article-user-profile > img.article-avatar {
  height: 36px;
  width: 36px;
  border-radius: 18em;
}



.article-card {
  background-color: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  background-position: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 25px;
  width: 100%;
}

.article-card img {
  transition: all linear 0.25s;
}

.article-card .article-name {
  position: absolute;
  left: 25px;
  right: 30px;
  bottom: 180px;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  transition: all linear 0.25s;
}

@media only screen and (min-width: 768px) {
  .article-name {
    font-size: 18px;
  }
}

.author-card-name {
  position: absolute;
  bottom: 70px;
  left: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all linear 0.25s;
}

.article-card .date {
  position: absolute;
  bottom: 25px;
  left: 30px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.article-card:hover img {
  filter: grayscale(100%);
}

.article-card:hover .article-name {
  bottom: 160px;
}

.article-share-btn {
  display: inline-flex;
  vertical-align: middle;
}

.accordion {
  max-width: 100%;
  max-height: 100%;
  margin: 4.2rem auto;
}
.accordion-item {
  background-color: #161b21;
  color: #fff;
  margin: 12px 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}
.accordion-item-header {
  padding: 12px;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}
.accordion-item-header.active::after {
  content: "\2212";
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  left: 10px;
  top: 10px;
  height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}
.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  height: 500px;
}

.speaker {
  text-transform: uppercase;
  font-size: 14px;
}

.time {
  text-transform: uppercase;
  font-size: 12px;
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
/*--------------------------------------------------------------*/
.audio {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  position: absolute;
  max-width: 96%;
  max-height: 100%;
  user-select: none;
  -moz-user-focus: normal;
  margin-top: 1rem;
}

.btn-primary {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
  padding: 1rem 2.75rem;
  margin-top: 25px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #e41152;
  width: 100%;
}

.btn-primary:hover {
  opacity: 0.75;
  background: #e41152;
}

.btn-primary:focus {
  outline: 2px solid #3d70b2;
  outline-offset: 5px;
}


.container-80 {
  max-width: 50%;
}

@media only screen and (max-width: 768px) {
  .container-80 {
    max-width: 100%;
  }
}

.inner-page {
  background: rgba(244, 247, 251, 0.71);
  background-image: url("../img/pattern-3.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 10%;
  background-position-y: 90%;
  color: #151F48;
  margin-top: 4rem;
}

.inner-page-header {
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
}

@media only screen and (max-width: 768px) {
  .inner-page-header {
    font-size: 32px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 768px) {
  .lead {
    font-size: 28px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .inner-page {
    margin-top: 2rem;
  }
}

.inner-page-content {
  width: 60%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  border-radius: 4px;
}

@media only screen and (max-width: 768px) {
  .inner-page-content {
    width: 100%;
  }
}

.lead {
  font-size: 24px;
  line-height: 32px;
  margin-top: 1rem;
  font-weight: 400;
}

.section-1 {
  padding-bottom: 300px;
  height: 100%;
  background-color: #f6f8fb;
}

.section-1 .row .col-md-6 .pray img {
  opacity: 0.9;
  width: 100%;
  border-radius: 0.2em;
  margin-bottom: 5rem;
}

.section-1 .row .col-md-6:last-child {
  position: relative;
}

.section-1 .row .col-md-6 .panel {
  position: absolute;
  top: 7vmin;
  left: -20vmin;
  background: #fff;
  border-radius: 0.2em;
  padding: 3rem;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  border: 1px solid rgba(216, 216, 216, 0.4);
  /* z-index: 1; */
}

@media only screen and (max-width: 768px) {
  .section-1 .row .col-md-6 .panel {
    position: initial;
    /* height: initial; */
    padding-bottom: 80px;
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .section-1 .row .col-md-6 .panel {
    position: initial;
    padding-bottom: 80px;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .section-1 .row .col-md-6 .panel {
    padding: 2rem;
  }
}

@media only screen and (max-width: 800px) {
  .section-1 {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 412px) {
  .section-1 {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 360px) {
  .section-1 {
    padding-bottom: 80px;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #3d70b2;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #e41152;
  color: #fff;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f3155a;
  border-top-color: #e2e5fe;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#navigation {
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: all 0.5s;
  z-index: 997;
  padding: 1rem 0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 1rem;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #152935;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}

.nav-menu a:hover,
.nav-menu li:hover > a {
  color: #1395c0;
  font-weight: 500;
}

.nav-menu .active > a {
  color: #e41152;
  font-weight: 600;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  color: #152935;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: #1395c0;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

.light-btn {
  background: #f1f3fc;
  color: #295185;
  border-radius: 5px;
  padding: 20px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.light-btn:hover {
  background: #e41152;
  color: #fff;
}

@media (max-width: 768px) {
  .light-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 18px;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #152935;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #2d405f;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #e41152;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(29, 41, 60, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  background: white;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.hero .container {
  padding-top: 70px;
}

.hero h1 {
  margin: 0;
  font-size: 70px;
  font-weight: 700;
  line-height: 74px;
  color: #152935;
  width: 80%;
}

.hero h2 {
  color: #152935;
  margin: 15px 0 0 0;
  font-size: 32px;
  line-height: 36px;
}

.hero .btn-get-started {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
  padding: 1rem 2.75rem;
  margin-top: 25px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #e41152;
}

.hero .btn-get-started:hover {
  opacity: 0.75;
}

.hero .hero-img {
  max-width: 50%;
  margin-top: 25px;
}

@media (max-width: 978px) {
  .hero h1 {
    font-size: 36px;
    line-height: 42px;
    width: 100%;
  }
  .hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .hero .hero-img {
    max-width: 90%;
  }
}

@media (min-width: 768px) {
  .hero {
    padding-top: 5rem;
  }
}

@media (max-width: 360px) {
  .hero {
    padding-top: 2rem;
  }
}

.btn-secondary {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 2.25rem;
  font-size: 18px;
  letter-spacing: 1px;
  display: block;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  border-color: #fff;
  background: #0a2540;
  width: 100%;
  border: solid 2px;
}

.btn-secondary:hover {
  background: #e41152;
  border-color: #e41152;
}

.btn-tertiary {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  display: block;
  border-radius: 12px;
  transition: 0.5s;
  color: #fff;
  background: #3d70b2;
}

.btn-tertiary:hover {
  color: #fff;
  opacity: 0.75;
}

.link-btn {
  display: inline-block;
  color: #3d70b2;
  font-weight: 500;
  border-radius: 50px;
  transition: 0.3s;
}

.link-btn {
  font-size: 16px;
}

.link-btn:hover {
  color: #e41152;
}

.code {
  margin-top: 4rem;
  margin-bottom: 0px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 100px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f8fb;
  padding: 3rem;
}

@media (max-width: 768px) {
  .section-bg {
    padding: 1rem;
  }
}

.section-title {
  text-align: center;
  padding-bottom: 10px;

}

.section-title h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 52px;
  color: #152935;
  margin-bottom: 25px;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f4f7fb;
  background-size: cover;
  padding: 60px 15px;
  position: relative;
  color: #152935;
  text-align: left;
}

.clients .content {
  padding: 30px 0px;
}

.clients .content h3 {
  font-weight: 600;
  font-size: 48px;
  line-height: 52px;
  color: #152935;
  margin-bottom: 30px;
}

.clients .content h4 {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

.clients .content .clients-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
  padding: 16px 16px;
  color: #3d70b2;
  font-weight: 500;
  border-radius: 50px;
  transition: 0.3s;
}

.clients .content .clients-btn i {
  font-size: 14px;
  margin-bottom: 25px;
  font-weight: 400;
}

.clients .content .clients-btn:hover {
  color: #e41152;
}

.clients .icon-boxes .icon-box {
  margin-top: 30px;
}

.clients .icon-boxes .icon-box i {
  font-size: 40px;
  color: #b6bdfc;
  margin-bottom: 10px;
}

.clients .icon-boxes .icon-box h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.clients .icon-boxes .icon-box p {
  font-size: 15px;
}

@media (max-width: 1200px) {
  .clients .content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .clients {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 60px;
  text-align: center;
  background-color: #f4f7fb;
  margin-top: -130px;
}

.clients img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  transform: scale(1.15);
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features-2 {
  background: #0A2540;
  background-image: url("../img/pattern-5.svg");
  background-repeat: no-repeat;
  background-size: fill;
  background-position-x: right;
  background-position-y: 65%;
  color: #fff;
  padding-bottom: 30px;
}

.features-1 {
  background: #0a2540;
  color: #fff;
  padding-bottom: 30px;
}

.features {
  padding-bottom: 100px;
}

.features .content + .content {
  margin-top: 80px;
}

.features .content h3 {
  font-weight: 400;
  font-size: 38px;
}

.features .content ul {
  list-style: none;
  padding: 10px 0 0px 0;
}

.features .content ul li {
  padding-bottom: 16px;
}

.features .content ul i {
  font-size: 20px;
  padding-right: 4px;
}

.features .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-top: 10px;
  background-image: url("../img/pattern-7.svg");
  background-position-x: 90%;
  background-position-y: 100%;
  background-repeat: no-repeat;
  background-size: 25rem;
}

.services .row {
  overflow: hidden;
}

.content-item a {
  font-weight: 500;
}

.services .content-item {
  padding: 50px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: -1px;
}

.services .content-item h4 {
  font-size: 28px;
  font-weight: 00;
  padding: 0;
  margin: 20px 0 80px 0;
  color: #152935;
}

@media (max-width: 768px) {
  .services .content-item {
    padding: 40px 0;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  background: #fff;
  padding-bottom: 80px;
}

.services .section-title h2,
.services .section-title p {
  color: #fff;
}

.services .section-title h2::after {
  background: rgba(255, 255, 255, 0.2);
}

.services .icon-box {
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s;
  border-radius: 5px;
  text-align: center;
}

.services .icon-box:hover {
  transform: scale(1.08);
}

.services .icon {
  margin-bottom: 15px;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #2d405f;
  transition: 0.3s;
}

.services .title a:hover {
  color: #4e6fa4;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: left;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #E41152;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(45, 64, 95, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(45, 64, 95, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #9da7fc;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}




/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 120px 0;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.pricing {
  padding: 120px;
}

.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}



.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2d405f;
}

.pricing .box h4 {
  font-size: 42px;
  color: #E41152;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #2d405f;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #3b4ef8;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 1rem 2.75rem;
  margin-top: 25px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #e41152;
}


.pricing .box .btn-buy:hover {
  opacity: 0.75;
  transform: scale(1.05);
  cursor: pointer;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  padding: 0 0 20px 25px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #3b4ef8;
  font-size: 18px;
  font-weight: 500;
}

.faq .faq-list i {
  font-size: 18px;
  position: absolute;
  left: -25px;
  top: 6px;
}

.faq .faq-list p {
  margin-bottom: 20px;
  font-size: 15px;
}

.faq .faq-list a.collapse {
  color: #3b4ef8;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #3b4ef8;
}

.faq .faq-list a.collapsed i::before {
  content: "\eab2" !important;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.form-label {
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
}

.contact .info-box {
  color: #152935;
  text-align: left;
  padding: 50px;
  background: #ffffff;
  border: 1px solid rgba(216, 216, 216, 0.4);
  box-sizing: border-box;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

@media (max-width: 992px) {
  .info-box {
    margin: 2rem;
  }
}

.contact .info-box h3 {
  font-size: 16px;
  line-height: 18px;
  color: #152935;
  font-weight: 400;
  text-transform: uppercase;
}

.contact .info-box p {
  line-height: 24px;
  font-size: 16px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 400;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  background-color: #f4f4f4;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  color: #152935;
  border-color: none;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #3d70b2;
}

.contact .php-email-form input {
  padding: 25px 15px;
}

.contact .php-email-form textarea {
  padding: 25px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #3d70b2;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
  border: 0;
  padding: 1rem 2.75rem;
  margin-top: 25px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #3d70b2;
  opacity: 0.75;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  margin-top: 70px;
  padding: 10px 0;
  box-shadow: 0px 2px 15px rgba(45, 64, 95, 0.06);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3d5782;
  content: "/";
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-carousel .owl-nav,
.portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #3b4ef8 !important;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2d405f;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #152935;
  font-size: 14px;
  font-weight: 300;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top {
  padding: 100px 0 100px 0;
  background: #fff;
}

#footer .footer-top {
  margin-bottom: 30px;
}

#footer .footer-top p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Work Sans", sans-serif;
  color: #152935;
}

#footer .footer-top {
  font-size: 14px;
  color: #152935;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  color: #152935;
  font-size: 14px;
  font-weight: 200;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #152935;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  font-weight: 300;
  color: #1395c0;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #2d405f;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid #9da7fc;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #3b4ef8;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #0a22f6;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

@media (max-width: 768px) {
  .credits {
    align-items: center;
  }
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #e7eafe;
  color: #3b4ef8;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #3b4ef8;
  color: #fff;
  text-decoration: none;
}

#footer .container .mr-md-auto{
  position: relative;
  top: 50%;
  left: 40%;
}

.divider-container{
  display: flex;
  justify-content: center;

}
