/*
  Theme Name: Dignity of Children
  Version: 2.0
*/

.load-more {
  text-align: center;
  margin-top: 30px;
}
.pagination a {
  padding: 10px;
  border: 0;
  margin-right: 20px;
  border-radius: 2px;
  background-color: #220f25;
  cursor: pointer;
  color: white;
  font-weight: 700;
  transition: all 200ms ease-in-out;
}
.alert {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  margin-top: 5px;
  display: block;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  transition: visibility 0s, opacity 0.5s linear;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-warning {
  color: black;
  font-size: 19px;
  margin-top: -40px;
  min-width:270px;
  background-color: #ED598F;
  text-align: center;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.show-alert {
  visibility: visible;
  opacity: 1;
  transition: 0.5s linear all;
}
.created {
  position: absolute;
  top: 5px;
  right: 10px;
}

.box {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}
.form-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.form-control {
  width: 47% !important;
  margin-left: 5px;
}
.entry-error {
  position: fixed;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 4px 1px rgba(255, 0, 0, 0.9);
  padding: 10px 100px;
  z-index: 9999;
  background-color: rgba(255, 0, 0, 0.5);
}
.entry-success {
  position: fixed;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 4px 1px rgba(0, 255, 0, 0.9);
  padding: 10px 100px;
  z-index: 9999;
  background-color: rgba(0, 255, 0, 0.5);
}
@media (min-width: 768px) {
  .box {
    padding: 0 40px;
  }
}
@media (min-width: 1250px) {
  .box {
    padding: 0 0;
  }
}

@media (max-width: 768px) {
  .content-area {
    margin-top: 0!important;
  }
  .no-found-image {
    flex-direction: column;
  }
  .no-found-image img {
    height: auto!important;
  }
  .no-found-image p {
    position: relative!important;
    font-size: 20px!important;
    bottom: 20px!important;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    /* margin-bottom: 20px; */
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: grayscale;
  background-color: #f5f7fa;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: "Barlow", sans-serif;
}
body.home {
  background-color: #fff;
}
body.overflow-hidden {
  overflow: hidden;
}
.form-signin {
  width: 100%;
  max-width: 660px;
  padding: 15px;
  text-align: center;
  margin: auto;
}
section.content-area input {
  margin-bottom: 10px;
}
section.content-area {
  margin: 83px 0;
  flex: 1 0 auto;
  width: 100%;
  overflow: hidden;
  font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
}

/* @media screen and (max-width: 1000px) {
    .content-area {
        margin-top: 0;
    }
    .content-area .buttons {
        margin-top: 22px;
    }
}
@media screen and (min-width: 1024px) {
    .content-area {
        margin-top: 5%;
    }
    .content-area .buttons {
        margin-top: 50px;
    }
}
@media screen and (min-width: 1400px) {
    .content-area {
        margin-top: 7%;
    }
}
@media screen and (min-width: 1920px) {
    .content-area {
        margin-top: 3%;
    }
} */

#wpadminbar {
  position: fixed !important;
  z-index: 1499 !important;
}

a {
  text-decoration: inherit;
  color: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

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

img {
  display: inline-block;
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

figure {
  margin: 0;
}

body.login {
  background-color: #f5f7fa;
  margin-top: 0;
}
body.login #login {
  width: 100%;
  max-width: 370px;
  font-family: "Barlow", sans-serif;
  padding: 0 20px 0 20px;
  margin-top: 50px;
  margin-bottom: 30px;
  border: 0;
}
@media (min-width: 768px) {
  body.login #login {
    margin-top: 8%;
  }
}
body.login #login h1 {
  margin-bottom: 35px;
  display: block;
}
body.login #login h1 a {
  background-image: url("images/logo.png");
}
body.login #login #login_error {
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.04), 0 0 3px 0 rgba(0, 0, 0, 0.05);
  border-left-color: #d10840;
  color: #73899c;
  font-size: 14px;
}
body.login #login .message {
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.04), 0 0 3px 0 rgba(0, 0, 0, 0.05);
  border-left-color: #f7633d;
  color: #73899c;
  font-size: 14px;
}
body.login #login #loginform,
body.login #login #lostpasswordform {
  padding: 0 0 0 0;
  background-color: #f5f7fa;
  box-shadow: 0 0 0;
  margin-top: 25px;
  border: 0;
}
body.login #login #loginform label,
body.login #login #lostpasswordform label {
  color: #73899c;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
}
body.login #login #loginform label br,
body.login #login #lostpasswordform label br {
  display: none;
}

body.login #login #loginform .input,
body.login #login #lostpasswordform .input {
  margin: 0 0 10px 0;
  padding: 15px 18px;
  border-radius: 6px;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.04), 0 0 3px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  font-family: "Barlow", sans-serif;
  color: #143a52;
  font-size: 15px;
  font-weight: 500;
}
body.login #login #loginform .input:focus,
body.login #login #lostpasswordform .input:focus {
  border-color: #d10840;
}
body.login #login #loginform .forgetmenot,
body.login #login #lostpasswordform .forgetmenot {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  opacity: 0;
}
body.login #login #loginform .submit,
body.login #login #lostpasswordform .submit {
  margin-top: 15px;
  display: block;
  text-align: center;
  padding-bottom: 5px;
}
body.login #login #loginform .submit #wp-submit,
body.login #login #lostpasswordform .submit #wp-submit {
  font-family: "Barlow", sans-serif;
  color: #fff;
  font-weight: 300;
  text-shadow: 0 0 0;
  font-size: 14px;
  text-transform: uppercase;
  padding: 16px 45px;
  height: auto;
  border-radius: 23px;
  display: inline-block;
  float: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)), linear-gradient(255deg, #f7633d, #d10840);
  border: 0;
  box-shadow: 0 0 0;
  line-height: 14px;
}
body.login #login #loginform .submit #wp-submit:hover,
body.login #login #lostpasswordform .submit #wp-submit:hover {
  opacity: 0.92;
}
body.login #login #backtoblog {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  opacity: 0;
}
body.login #login #nav {
  text-align: center;
}
body.login #login #nav a {
  color: #73899c;
  font-size: 14px;
}
body.login #login #nav a:focus {
  outline: 0;
  box-shadow: 0 0 0;
}
body.login #login #nav a:hover {
  color: #143a52;
}

footer.main {
  background-color: #f5f7fa;
  border-top: 2px solid #d3dce9;
  padding: 28px 0;
}
.home footer.main {
  background-color: #fff;
}
footer.main .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
footer.main p {
  color: #73899c;
  font-size: 16px;
  line-height: 26px;
}
footer.main ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
@media (min-width: 768px) {
  footer.main ul {
    margin-top: 0;
  }
}
footer.main ul li {
  margin-left: 26px;
}
footer.main ul li:first-of-type {
  margin-left: 0;
}
footer.main ul li.current-menu-item a {
  color: #131313;
}
footer.main ul li a {
  color: #73899c;
  font-size: 16px;
  line-height: 26px;
}
footer.main ul li a:hover {
  color: #516272;
}
.admin-bar header.main {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar header.main {
    top: 32px;
  }
}

@media (min-width: 1650px) {
  .very-end {
    margin-left: auto;
  }
}

section.modules {
  margin: 42px 0;
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  section.modules {
    margin: 120px 0 64px 0;
  }
}
section.modules .box {
  display: flex;
  flex-wrap: wrap;
}
section.modules .module {
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), linear-gradient(214deg, #f7633d, #d10840);
  padding: 26px 24px;
  border-radius: 6px;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
section.modules .module:nth-of-type(1) {
  margin-top: 0;
}
@media (min-width: 568px) and (max-width: 1023px) {
  section.modules .module {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  section.modules .module:nth-of-type(2n) {
    margin-right: 0;
  }
  section.modules .module:nth-of-type(-n + 2) {
    margin-top: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1249px) {
  section.modules .module {
    width: calc(33.33% - 20px);
    margin-right: 30px;
  }
  section.modules .module:nth-of-type(3n) {
    margin-right: 0;
  }
  section.modules .module:nth-of-type(-n + 3) {
    margin-top: 0;
  }
}
@media (min-width: 1250px) {
  section.modules .module {
    width: calc(25% - 23px);
    margin-right: 30px;
  }
  section.modules .module:nth-of-type(4n) {
    margin-right: 0;
  }
  section.modules .module:nth-of-type(-n + 4) {
    margin-top: 0;
  }
}
section.modules .module:after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -90px;
  width: 210px;
  height: 210px;
  background-color: #fff;
  opacity: 0.05;
  -webkit-transform: rotate(43deg);
  -moz-transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  transform: rotate(43deg);
  border-radius: 40px;
  z-index: 1;
}
section.modules .module .content {
  position: relative;
  z-index: 2;
}
section.modules .module .content h1 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
}
section.modules .module .content p {
  margin-top: 17px;
  font-size: 15px;
  line-height: 20px;
}
section.modules .module .content p:first-of-type {
  margin-top: 0;
}
section.modules .module .content p i {
  margin-right: 8px;
}
section.modules .module .content .progress {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
section.modules .module .content .progress span {
  display: inline-block;
  margin-right: 12px;
  font-size: 14px;
}
section.modules .module .content .progress .progress-bar {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
  overflow: hidden;
}
section.modules .module .content .progress .progress-bar .bar {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
section.modules .module .content a {
  display: inline-block;
  margin-top: 24px;
  padding: 11px 48px 11px 24px;
  background-color: #fff;
  border-radius: 18px;
  color: #73899c;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  box-shadow: 0 3px 8px 0 rgba(58, 46, 48, 0.12);
  float: right;
}
@media (min-width: 1024px) {
  section.modules .module .content a {
    float: left;
  }
}
section.modules .module .content a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.modules .module .content a:hover:after {
  right: 18px;
}

section.hero {
  padding: 0px 0 70px 0;
  background-color: #fff;
  text-align: center;
  background-image: url("images/slider-curve.png");
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (min-width: 768px) {
  section.hero {
    padding: 20px 0 100px 0;
  }
}
@media (min-width: 1024px) {
  section.hero {
    padding: 90px 0;
  }
}
section.hero .box {
  max-width: 770px;
}
section.hero h1 {
  color: #143a52;
  font-size: 31px;
  line-height: 40px;
  letter-spacing: -0.5px;
  font-weight: 300;
}
@media (min-width: 768px) {
  section.hero h1 {
    font-size: 40px;
    line-height: 49px;
  }
}
section.hero p {
  margin-top: 18px;
  font-size: 16px;
  line-height: 24px;
  color: #73899c;
}
@media (min-width: 768px) {
  section.hero p {
    font-size: 18px;
    line-height: 26px;
  }
}
section.hero h2 {
  font-size: 20px;
  color: #143a52;
  font-weight: 300;
  margin-top: 20px;
  line-height: 26px;
}
section.hero .buttons {
  margin-top: 20px;
  text-align: center;
}
section.hero .buttons .button {
  display: inline-block;
  padding: 16px 48px 16px 24px;
  border-radius: 23.5px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)), linear-gradient(255deg, #f7633d, #d10840);
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin-right: 20px;
  box-shadow: 0 3px 8px 0 rgba(58, 46, 48, 0.12);
  margin-top: 20px;
}
section.hero .buttons .button:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.hero .buttons .button:last-of-type {
  margin-right: 0;
}
section.hero .buttons .button:hover:after {
  right: 18px;
}

#edit-link {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
#edit-link i {
  color: #143a52;
  font-size: 20px;
}
@media (min-width: 1024px) {
  #edit-link {
    right: 40px;
    bottom: 50px;
  }
}

section.single .box {
  max-width: 770px;
  padding: 0 10px;
}
section.single .title {
  text-align: center;
}
section.single .title h1 {
  /* font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif; */
  font-size: 25px;
  color: #143a52;
}
section.single .title h2 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 32px;
  color: #73899c;
}
section.single .featured {
  width: 100%;
  height: 160px;
  border-radius: 6px;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.04), 0 0 3px 0 rgba(0, 0, 0, 0.05);
  margin-top: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  section.single .featured {
    height: 300px;
    margin-top: 40px;
  }
}
section.single .content {
  /* font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif; */
  position: relative;
  margin-top: 40px;
  border-radius: 6px;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.04), 0 0 3px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 30px 20px;
  color: #143a52;
}
.pdf_class {
  display: flex;
  justify-content: flex-end;
  margin-top: -30px;
  margin-bottom: 25px;
  position: relative;
}
.fa-file-pdf {
  color: #73899c;
  font-size: 42px;
  cursor: pointer;
}
section.single .content p {
  font-size: 16px;
  line-height: 26px;
}
.pdf-span[data-tooltip]:before {
  top: -42px;
  height: 30px;
}
.pdf-span[data-tooltip]::after {
  top: -8px;
}
section.single .content ul li {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  line-height: 26px;
}
section.single .content ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #d10840;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.single .content h1,
section.single .content h2,
section.single .content h3,
section.single .content h4 {
  font-weight: 600;
}
section.single .content h1,
section.single .content h2 {
  font-size: 32px;
  line-height: 42px;
}
section.single .content h3 {
  font-size: 27px;
  line-height: 37px;
}
section.single .content h4 {
  font-size: 22px;
  line-height: 32px;
}
@media (min-width: 768px) {
  section.single .content {
    padding: 44px 32px;
  }
}
section.single .content img {
  max-width: 100%;
  height: auto;
}
section.single .content .single * {
  margin-top: 25px;
}
section.single .content .single *:first-child {
  margin-top: 0;
}

section.welcome .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
section.welcome .box .content {
  width: 100%;
}
@media (min-width: 1024px) {
  section.welcome .box .content {
    width: 370px;
  }
}
section.welcome .box .content h1 {
  font-size: 40px;
  line-height: 44px;
  color: #143a52;
  font-weight: 600;
}
section.welcome .box .content p {
  margin-top: 16px;
  font-size: 20px;
  line-height: 26px;
  color: #73899c;
  font-weight: 500;
}
section.welcome .box .content .button {
  display: inline-block;
  padding: 16px 48px 16px 24px;
  border-radius: 23.5px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)), linear-gradient(255deg, #f7633d, #d10840);
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin-right: 20px;
  box-shadow: 0 3px 8px 0 rgba(58, 46, 48, 0.12);
  margin-top: 40px;
}
section.welcome .box .content .button:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.welcome .box .content .button:last-of-type {
  margin-right: 0;
}
section.welcome .box .content .button:hover:after {
  right: 18px;
}
section.welcome .box .video {
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  section.welcome .box .video {
    width: calc(100% - 500px);
    margin-top: 0;
  }
}
section.welcome .box .video a {
  display: block;
}
section.welcome .box .video a .image {
  width: 100%;
  height: 239px;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  background-blend-mode: multiply;
  background-color: #d10840;
  position: relative;
  box-shadow: 0 6px 24px 0 rgba(20, 58, 82, 0.36);
}
@media (min-width: 1024px) {
  section.welcome .box .video a .image {
    height: 459px;
  }
}
section.welcome .box .video a .image:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f04b";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 3px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 26px;
}

.sections {
  padding: 20px 0 50px 0;
}
@media (min-width: 768px) {
  .sections {
    padding: 100px 0 170px 0;
  }
}
.sections section {
  position: relative;
  padding-top: 75px;
}
@media (min-width: 768px) {
  .sections section {
    padding-top: 170px;
  }
}
.sections section:first-of-type {
  padding-top: 0;
}
.sections section:nth-of-type(2n + 1):after {
  content: "";
  position: absolute;
  top: 50%;
  left: -100px;
  width: 330px;
  height: 330px;
  background-color: #f5f7fa;
  border-radius: 80px;
  -webkit-transform: rotate(-43deg) translateY(-50%);
  -moz-transform: rotate(-43deg) translateY(-50%);
  -ms-transform: rotate(-43deg) translateY(-50%);
  transform: rotate(-43deg) translateY(-50%);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
@media (min-width: 768px) {
  .sections section:nth-of-type(2n + 1):after {
    width: 670px;
    height: 670px;
    border-radius: 130px;
  }
}

@media (max-width: 768px) {
  .pdf_class {
    margin-top: -7px!important;
  }
  .pdf-span[data-tooltip]:before {
    display: none;
  }
  .pdf-span[data-tooltip]::after {
    display: none;
  }
}

@media (max-width: 1330px) {
  section.single {
    margin-top: 44px!important;
  }
}

.hidden-link {
  display: none;
}

/* @media (min-width: 768px) and (max-width: 980px) {
  section.single {
    margin-top: 130px !important;
  }
} */
.sections section:nth-of-type(4n + 1):after {
  left: auto;
  right: -100px;
  -webkit-transform: rotate(43deg) translateY(-50%);
  -moz-transform: rotate(43deg) translateY(-50%);
  -ms-transform: rotate(43deg) translateY(-50%);
  transform: rotate(43deg) translateY(-50%);
}
.sections section.testimonial .owl-carousel {
  width: 100%;
}
.sections section.testimonial .owl-carousel .item {
  width: 100%;
}
.sections section.testimonial .owl-carousel .item .content {
  margin: 0 auto;
  max-width: 770px;
  text-align: center;
}
.sections section.testimonial .owl-carousel .item .content .profile {
  width: 71px;
  height: 71px;
  border-radius: 50%;
  background-color: #bdc6cf;
  display: inline-block;
  margin-bottom: 31px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sections section.testimonial .owl-carousel .item .content .quote h1 {
  font-size: 16px;
  line-height: 24px;
  color: #143a52;
  font-weight: 300;
}
@media (min-width: 768px) {
  .sections section.testimonial .owl-carousel .item .content .quote h1 {
    font-size: 18px;
    line-height: 26px;
  }
}
.sections section.testimonial .owl-carousel .item .content .quote h1:before {
  content: open-quote;
}
.sections section.testimonial .owl-carousel .item .content .quote h1:after {
  content: close-quote;
}
.sections section.testimonial .owl-carousel .item .content .quote p {
  position: relative;
  padding-top: 15px;
  margin-top: 15px;
  font-size: 20px;
  color: #143a52;
  font-weight: 300;
  margin-top: 20px;
  line-height: 26px;
}
.sections section.testimonial .owl-carousel .item .content .quote p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background-color: #73899c;
}
.sections section.testimonial .owl-carousel .owl-dots {
  width: 100%;
  text-align: center;
  margin-top: 28px;
}
.sections section.testimonial .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bdc6cf;
  margin-right: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sections section.testimonial .owl-carousel .owl-dots .owl-dot:focus {
  outline: 0;
}
.sections section.testimonial .owl-carousel .owl-dots .owl-dot:last-of-type {
  margin-right: 0;
}
.sections section.testimonial .owl-carousel .owl-dots .owl-dot:hover {
  opacity: 0.6;
}
.sections section.testimonial .owl-carousel .owl-dots .owl-dot.active {
  background-color: #73899c;
}
.sections section.testimonial .owl-carousel .owl-dots .owl-dot.active:hover {
  opacity: 1;
}
.sections section.video .content {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
}
.sections section.video .content .text {
  width: 100%;
  order: 2;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .sections section.video .content .text {
    width: 43%;
    margin-top: 0;
    order: 1;
  }
}
.sections section.video .content .text .title {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
  color: #143a52;
  font-weight: 300;
}
.sections section.video .content .text .title:after {
  content: "";
  width: 70px;
  height: 4px;
  background-color: #bdc6cf;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sections section.video .content .text ul li {
  margin-top: 15px;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  line-height: 26px;
  color: #143a52;
  font-weight: 300;
}
.sections section.video .content .text ul li:first-of-type {
  margin-top: 0;
}
.sections section.video .content .text ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-image: linear-gradient(225deg, #f7633d, #d10840);
  position: absolute;
  top: 8px;
  left: 0;
}
.sections section.video .content .video {
  width: 100%;
  order: 1;
  box-shadow: 0 6px 24px 0 rgba(20, 58, 82, 0.36);
}
@media (min-width: 1024px) {
  .sections section.video .content .video {
    width: 52%;
    margin-top: 0;
    margin-left: 4%;
    order: 2;
  }
}
.sections section.video .content .video a {
  display: block;
}
.sections section.video .content .video a .image {
  width: 100%;
  height: 239px;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  background-blend-mode: multiply;
  background-color: #d10840;
  position: relative;
}
@media (min-width: 1024px) {
  .sections section.video .content .video a .image {
    height: 459px;
  }
}
.sections section.video .content .video a .image:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f04b";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 3px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 26px;
}
.sections section.content .content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) {
  .sections section.content .content.image-left .image {
    order: 1;
  }
  .sections section.content .content.image-left .text {
    order: 2;
  }
}
.sections section.content .content .image {
  order: 2;
  width: 100%;
  height: 241px;
  background-color: blue;
  border-radius: 6px;
  box-shadow: 0 6px 24px 0 rgba(20, 58, 82, 0.36);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .sections section.content .content .image {
    height: 321px;
  }
}
@media (min-width: 1024px) {
  .sections section.content .content .image {
    margin-top: 0;
    width: 400px;
  }
}
.sections section.content .content .text {
  order: 1;
  width: 100%;
}
@media (min-width: 1024px) {
  .sections section.content .content .text {
    width: calc(100% - 500px);
  }
}
.sections section.content .content .text h1 {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
  color: #143a52;
  font-weight: 300;
}
.sections section.content .content .text h1:after {
  content: "";
  width: 70px;
  height: 4px;
  background-color: #bdc6cf;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.sections section.content .content .text h2 {
  color: #143a52;
  font-size: 20px;
  font-weight: 300px;
  line-height: 30px;
  margin-bottom: 15px;
}
.sections section.content .content .text p {
  font-size: 16px;
  line-height: 26px;
  color: #73899c;
  font-weight: 300;
}
.sections section.content .content .text a {
  display: inline-block;
  padding: 16px 48px 16px 24px;
  border-radius: 23.5px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)), linear-gradient(255deg, #f7633d, #d10840);
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin-right: 20px;
  box-shadow: 0 3px 8px 0 rgba(58, 46, 48, 0.12);
  margin-top: 25px;
}
.sections section.content .content .text a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sections section.content .content .text a:last-of-type {
  margin-right: 0;
}
.sections section.content .content .text a:hover:after {
  right: 18px;
}

section.archive {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  section.archive {
    margin-bottom: 50px;
  }
}
section.archive .posts {
  display: flex;
  flex-wrap: wrap;
}
section.archive .posts .post {
  display: inline-block;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.04), 0 0 3px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  color: #143a52;
  margin-top: 40px;
  position: relative;
}
section.archive .posts .post:first-of-type {
  margin-top: 0;
}
@media (min-width: 568px) and (max-width: 1023px) {
  section.archive .posts .post {
    width: 48%;
    margin-right: 4%;
  }
  section.archive .posts .post:nth-of-type(2n) {
    margin-right: 0;
  }
  section.archive .posts .post:nth-of-type(-n + 2) {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  section.archive .posts .post {
    width: 31%;
    margin-right: 3%;
    margin-top: 60px;
  }
  section.archive .posts .post:nth-of-type(3n) {
    margin-right: 0;
  }
  section.archive .posts .post:nth-of-type(-n + 3) {
    margin-top: 0;
  }
}
section.archive .posts .post .image {
  width: 100%;
  height: 140px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-position: center;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
section.archive .posts .post .content {
  padding: 0 22px 29px 22px;
  /* position: relative; */
  overflow: hidden;
}
@media (min-width: 768px) {
  section.archive .posts .post .content {
    padding: 0 32px 44px 32px;
  }
}
section.archive .posts .post .content:after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -90px;
  width: 210px;
  height: 210px;
  background-color: #143a52;
  opacity: 0.02;
  -webkit-transform: rotate(43deg);
  -moz-transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  transform: rotate(43deg);
  border-radius: 40px;
  z-index: 1;
}
section.archive .posts .post .content h1 {
  font-size: 22px;
  line-height: 26px;
}
section.archive .posts .post .content p {
  font-size: 15px;
  line-height: 20px;
  margin-top: 20px;
}
section.archive .pagination {
  margin-top: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
}

section.archive .pagination ul li {
  margin: 0 5px;
}

.current-page {
  padding: 14px!important;
  background-color: #37183c!important;
}

section.archive .pagination a:hover {
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.7);
}

section.archive .pagination a:last-of-type {
  margin-right: 0;
}

#goToTop {
  position: fixed;
  border-radius: 2px;
  bottom: 40px;
  right: 40px;
  font-size: 22px;
  color: #737373;
  width: 40px;
  height: 40px;
  border: 0.5px solid;
  background-color: #37183c;
  z-index: 10;
  cursor: pointer;
  display: none;
}

button:focus {
  border: none;
  outline: none;
}

.favorites-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 25px;
  cursor: pointer;
  z-index: 9;
}
.fas {
  color: #cc0000;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltiptext {
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  font-size: 13px;

  opacity: 0;
  transition: opacity 0.3s;
}
.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.favorites-icon:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.favorites {
  position: absolute;
  right: -50px;
  font-size: 30px;
}
/* Tooltip text */

.container {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #343434;
}
.container h1 {
  font-size: 160px;
  margin: 0;
  font-weight: 900;
  letter-spacing: 20px;
}

.container a {
  text-decoration: none;
  background: #e55039aa;
  color: #fff;
  padding: 12px 24px;
  display: inline-block;
  font-size: 14px;
  border-radius: 25px;
  text-transform: uppercase;
  transition: 0.4s;
  margin-top: 10px;
}
.container a:hover {
  background: #e55039;
}

.container-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
}
@media screen and (max-width: 800px) {
  .container {
    padding: 0;
  }
  .container-box nav {
    padding: 0;
  }
}

input:focus {
  outline: none;
}

.item .post {
  display: inline-block;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.04), 0 0 3px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  color: #143a52;
  margin-top: 40px;
  position: relative;
}
.item .post:first-of-type {
  margin-top: 0;
}
@media (min-width: 568px) and (max-width: 1023px) {
  .item .post {
    /* width: 48%; */
    margin-right: 4%;
  }
  .item .post:nth-of-type(2n) {
    margin-right: 0;
  }
  .item .post:nth-of-type(-n + 2) {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .item .post {
    /* width: 31%; */
    margin-right: 3%;
    margin-top: 60px;
  }
  .item .post:nth-of-type(3n) {
    margin-right: 0;
  }
  .item .post:nth-of-type(-n + 3) {
    margin-top: 0;
  }
}
.item .post .image {
  width: 100%;
  height: 140px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-position: center;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.item .post .content {
  padding: 0 22px 29px 22px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .item .post .content {
    padding: 0 32px 44px 32px;
  }
}
.item .post .content:after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -90px;
  width: 210px;
  height: 210px;
  background-color: #143a52;
  opacity: 0.02;
  -webkit-transform: rotate(43deg);
  -moz-transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  transform: rotate(43deg);
  border-radius: 40px;
  z-index: 1;
}
.item .post .content h1 {
  font-size: 22px;
  line-height: 26px;
}
.item .post .content p {
  font-size: 15px;
  line-height: 20px;
  margin-top: 20px;
}

.owl-carousel .owl-item img {
  display: block;
  width: 50% !important;
}

.item .post .image {
  justify-content: center;
  display: flex;
}

.related-posts {
  max-width: 1400px;
  margin: 50px auto;
}

.cookie {
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  z-index: 9;
  left: 0;
  background-color: rgba(55, 24, 60, 0.93);
  width: 100%;
  color: #fff;
  display: none;
}

.active-cookie {
  display: block;
}

.cookie .cookie-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.cookie .cookie-wrapper .info .info-title {
  color: #737373;
}

.cookie .cookie-wrapper .accept-btn a {
  border: 1px solid #737373;
  padding: 4px 5px;
  border-radius: 3px;
  color: #737373;
  transition: all 0.2s ease-in-out;
}

.cookie .cookie-wrapper .accept-btn a:hover {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .cookie .cookie-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .cookie .cookie-wrapper .accept-btn {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 680px) {
  .float {
    width: 40px!important;
    height: 40px!important;
    bottom: 15px!important;
    left: 15px!important;
  }
  .float .my-float {
    margin-top: -9px!important;
    font-size: 24px;
  }
}
.overlay-mobile-ad {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 999;
  background: rgba(0,0,0,0.4);
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-in-out;
}
.show-overlay-mobile-ad {
  opacity: 1;
  visibility: visible;
}
.wrapper-mobile-ad {
  background-color: #fff;
  padding: 10px 50px 80px 50px;
  border-radius: 4px;
  position: relative;
  text-align: center;
}
.x-icon {
  display: flex;
  flex-direction: row-reverse;
}
.x-icon .fa {
  margin-right: -30px;
  cursor: pointer;
}
.wrapper-mobile-ad h1 {
  margin-top: 50px;
  font-size: 20px;  
  font-weight: 400;
}

@media only screen and (max-width: 382px) {
  /* .wrapper-mobile-ad {
    padding: 100px 5px;
  } */
  .store-icons {
    flex-direction: column;
  }
}