@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1.6;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  margin: 0;
}

a, a:visited, a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/*---------------------*/
/** Breakpoints **/
/** Colors **/
html, body {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  line-height: 1;
  height: 100%;
}

body {
  color: #050505;
  font-weight: 400;
  background-color: #171622;
  overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
}

textarea {
  resize: none;
}

hr {
  border-bottom: 1px solid #e0e0e0;
  margin: 20px 0 30px;
}

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.ibg img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.item {
  height: 100%;
  display: block;
  position: relative;
}
.item__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

body.admin-bar header.header:not(.header-sticky, .header-static-fullwidth) {
  margin-top: 32px;
}
@media only screen and (max-width: 782px){
  body.admin-bar header.header:not(.header-sticky, .header-static-fullwidth) {
    margin-top: 46px;
  }
}

.container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1400px) {
  .container {
      width: 1370px;
  }
}

@media only screen and (min-width: 1900px) {
  .container {
      width: 1800px;
  }
}

@media only screen and (max-width: 576px) {
  .container {
    width: 540px;
  }
}

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

@media only screen and (max-width: 992px) {
  .container {
    width: 970px;
  }
}

@media only screen and (max-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
}

.overlay {
  position: relative;
}
.overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/** Back to Top Button **/
#toTop {
  display: inline-block;
  background-color: #171622;
  width: 45px;
  height: 50px;
  text-align: right;
  border-radius: 5px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  -o-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  -moz-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
}

#toTop:hover {
  cursor: pointer;
  background-color: #2C48AC;
}

#toTop:active {
  background-color: #2C48AC;
}

#toTop.show {
  opacity: 1;
  visibility: visible;
}

/** Other Main Styles **/
@media screen and (max-width: 600px){
  #wpadminbar {
    position: fixed;
  }
}
.section {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .section {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 992px) {
  .section {
    padding: 30px 0;
  }
}
.section__header-block {
  position: relative;
  width: 75% !important;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .section__header-block {
    width: 100%;
  }
}
.section__heading {
  position: relative !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content !important;
  margin: 0 auto 30px auto;
  z-index: 10;
}
.section__heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 100%;
  height: 5px;
  background-color: #E000CF;
  border-radius: 50px;
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.elementor-divider-separator{
  border-radius: 50px;
}
@media only screen and (max-width: 992px) {
  .section__heading {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 768px) {
  .section__heading {
    margin-bottom: 30px;
  }
}
.section__title {
  position: relative;
  font-family: "Oswald", Sans-serif;
  font-size: 42px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .section__title {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 992px) {
  .section__title {
    font-size: 2rem;
  }
}
.section__title span {
  font-weight: 100;
}
@media only screen and (max-width: 992px) {
  .section__title span {
    display: block;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.section__subtitle {
  text-align: center;
  font-size: 1.25em;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  font-weight: 300;
  color: #fff;
  padding-top: 30px;
}
@media only screen and (max-width: 992px) {
  .section__subtitle {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 768px) {
  .section__subtitle {
    font-size: 1.1em;
  }
}

.creative-btn {
  position: relative;
  width: 160px;
  height: 60px;
  display: block;
  margin: 30px auto 0 auto;
  text-align: center;
}
.creative-btn:before, .creative-btn:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #f00;
  -o-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: linear-gradient(45deg, #2C48AC, #171622, #E000CF);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#2C48AC, endColorstr=#E000CF, GradientType=0 );
}
.creative-btn:hover:before {
  inset: -3px;
}
.creative-btn:hover:after {
  inset: -3px;
  -ms-filter: blur(10px);
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.creative-btn span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #171622;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .2);
}
.creative-btn span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.03);
  -webkit-transform: skewX(25deg);
  transform: skewX(25deg);
}

.custom-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 19px 28px;
  line-height: 1;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center !important;
  text-decoration: none !important;
  text-shadow: none !important;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #4f4a37;
  border: 2px solid #2C48AC;
  border-radius: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  cursor: pointer;
  -o-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
.custom-btn:hover {
  background-color: #2C48AC;
}
@media only screen and (max-width: 992px) {
  .custom-btn {
    padding: 12px 24px;
    font-size: 1em;
  }
}

summary {
  cursor: pointer;
}

/** Webkit Scrollbar **/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background: #171622;
  -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25);
}

::-webkit-scrollbar-track {
  background: linear-gradient(90deg, rgba(23, 27, 39, 0.8), rgba(33, 37, 49, 0.8) 1px, rgba(38, 37, 49, 0.8) 0, rgba(43, 47, 59, 0.8));
}

.circles {
  position: relative;
}

.circle-before, .circle-after {
  position: absolute;
  border-radius: 50%;
  -o-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: -1;
}

.circle-before {
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#2C48AC), to(#E000CF));
  background: linear-gradient(#2C48AC, #E000CF);
  -o-transform: translate(15%, -5px);
  -ms-transform: translate(15%, -5px);
  -moz-transform: translate(15%, -5px);
  -webkit-transform: translate(15%, -5px);
  transform: translate(15%, -5px);
}
@media only screen and (max-width: 992px) {
  .circle-before {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .circle-before {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (max-width: 576px) {
  .circle-before {
    width: 150px;
    height: 150px;
  }
}

.circle-after {
  bottom: 0;
  right: 0;
  width: 600px;
  height: 600px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E000CF), to(#171622));
  background: linear-gradient(#E000CF, #171622);
  -o-transform: translate(25%, -5px);
  -ms-transform: translate(25%, -5px);
  -moz-transform: translate(25%, -5px);
  -webkit-transform: translate(25%, -5px);
  transform: translate(25%, -5px);
}
@media only screen and (max-width: 992px) {
  .circle-after {
    width: 500px;
    height: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .circle-after {
    width: 400px;
    height: 400px;
  }
}
@media only screen and (max-width: 576px) {
  .circle-after {
    width: 300px;
    height: 300px;
  }
}

.jarallax{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.jarallax {
  position: relative;
  z-index: 0;
  min-height: 500px;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .jarallax {
    min-height: 350px !important;
  }
}
@media only screen and (max-width: 576px) {
  .jarallax {
    min-height: 250px !important;
  }
}

.img-hover-zoom, .img-hover-zoom--quick-zoom, .img-hover-zoom--point-zoom, .img-hover-zoom--zoom-n-rotate, 
.img-hover-zoom--slowmo, .img-hover-zoom--brightness, .img-hover-zoom--zoom-n-pan-h, .img-hover-zoom--zoom-n-pan-v, 
.img-hover-zoom--blur, .img-hover-zoom--colorize{
  overflow: hidden;
}
.img-hover-zoom img, .img-hover-zoom .ibg {
  -webkit-transition: transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.img-hover-zoom:hover img, .img-hover-zoom:hover .ibg {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.img-hover-zoom--quick-zoom img, .img-hover-zoom--quick-zoom .ibg {
  -webkit-transition: transform 0.25s, visibility 0.25s ease-in;
  -webkit-transition: visibility 0.25s ease-in, -webkit-transform 0.25s;
  transition: visibility 0.25s ease-in, -webkit-transform 0.25s;
  transition: transform 0.25s, visibility 0.25s ease-in;
  transition: transform 0.25s, visibility 0.25s ease-in, -webkit-transform 0.25s;
}
.img-hover-zoom--quick-zoom:hover img, .img-hover-zoom--quick-zoom:hover .ibg {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.img-hover-zoom--point-zoom img, .img-hover-zoom--point-zoom .ibg {
  -webkit-transform-origin: 65% 75%;
  transform-origin: 65% 75%;
  -webkit-transition: transform 0.1s, filter 0.5s ease-out;
  -webkit-transition: -webkit-transform 1s, -webkit-filter 0.5s ease-out;
  transition: -webkit-transform 1s, -webkit-filter 0.5s ease-out;
  transition: transform 1s, filter 0.5s ease-out;
  transition: transform 1s, filter 0.5s ease-out, -webkit-transform 1s, -webkit-filter 0.5s ease-out;
}
.img-hover-zoom--point-zoom:hover img, .img-hover-zoom--point-zoom:hover .ibg {
  -webkit-transform: scale(5);
  transform: scale(5);
}
.img-hover-zoom--zoom-n-rotate img, .img-hover-zoom--zoom-n-rotate .ibg {
  -webkit-transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.img-hover-zoom--zoom-n-rotate:hover img, .img-hover-zoom--zoom-n-rotate:hover .ibg {
  -webkit-transform: scale(2) rotate(25deg);
  transform: scale(2) rotate(25deg);
}
.img-hover-zoom--slowmo img, .img-hover-zoom--slowmo .ibg {
  -webkit-transform-origin: 50% 65%;
  transform-origin: 50% 65%;
  -webkit-transition: transform 5s, filter 3s ease-in-out;
  -webkit-transition: -webkit-transform 5s, -webkit-filter 3s ease-in-out;
  transition: -webkit-transform 5s, -webkit-filter 3s ease-in-out;
  transition: transform 5s, filter 3s ease-in-out;
  transition: transform 5s, filter 3s ease-in-out, -webkit-transform 5s, -webkit-filter 3s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Brightness=150%";
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}
.img-hover-zoom--slowmo:hover img, .img-hover-zoom--slowmo:hover .ibg {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transform: scale(3);
  transform: scale(3);
}
.img-hover-zoom--brightness img, .img-hover-zoom--brightness .ibg {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: transform 1.5s, filter 1s ease-in-out;
  -webkit-transition: -webkit-transform 1.5s, -webkit-filter 1s ease-in-out;
  transition: -webkit-transform 1.5s, -webkit-filter 1s ease-in-out;
  transition: transform 1.5s, filter 1s ease-in-out;
  transition: transform 1.5s, filter 1s ease-in-out, -webkit-transform 1.5s, -webkit-filter 1s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Brightness=70%";
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}
.img-hover-zoom--brightness:hover img, .img-hover-zoom--brightness:hover .ibg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Brightness=100%";
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.img-hover-zoom--zoom-n-pan-h img, .img-hover-zoom--zoom-n-pan-h .ibg {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.img-hover-zoom--zoom-n-pan-h:hover img, .img-hover-zoom--zoom-n-pan-h:hover .ibg {
  -webkit-transform: scale(1.5) translateX(30%);
  transform: scale(1.5) translateX(30%);
}
.img-hover-zoom--zoom-n-pan-v img, .img-hover-zoom--zoom-n-pan-v .ibg {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.img-hover-zoom--zoom-n-pan-v:hover img, .img-hover-zoom--zoom-n-pan-v:hover .ibg {
  -webkit-transform: scale(1.25) translateY(-30%);
  transform: scale(1.25) translateY(-30%);
}
.img-hover-zoom--blur img, .img-hover-zoom--blur .ibg {
  -webkit-transition: transform 1s, filter 2s ease-in-out;
  -webkit-transition: -webkit-transform 1s, -webkit-filter 2s ease-in-out;
  transition: -webkit-transform 1s, -webkit-filter 2s ease-in-out;
  transition: transform 1s, filter 2s ease-in-out;
  transition: transform 1s, filter 2s ease-in-out, -webkit-transform 1s, -webkit-filter 2s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Blur=2px";
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.img-hover-zoom--blur:hover img, .img-hover-zoom--blur:hover .ibg {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.img-hover-zoom--colorize img, .img-hover-zoom--colorize .ibg {
  -webkit-transition: transform 0.5s, filter 1.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s, -webkit-filter 1.5s ease-in-out;
  transition: -webkit-transform 0.5s, -webkit-filter 1.5s ease-in-out;
  transition: transform 0.5s, filter 1.5s ease-in-out;
  transition: transform 0.5s, filter 1.5s ease-in-out, -webkit-transform 0.5s, -webkit-filter 1.5s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Grayscale=100%";
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.img-hover-zoom--colorize:hover img, .img-hover-zoom--colorize:hover .ibg {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #171622;
  z-index: 999;
}

#loader, .preloader__image {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
}
#loader{
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #9370DB;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #BA55D3;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FF00FF;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.header {
  font-family: Helvetica, Arial, sans-serif;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 0 30px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  z-index: 999;
  -o-transition: border-radius 0.1s linear 0s;
  -moz-transition: border-radius 0.1s linear 0s;
  -webkit-transition: border-radius 0.1s linear 0s;
  transition: border-radius 0.1s linear 0s;
}
.header.header-sticky {
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 100%;
  margin-top: 15px;
  border-radius: 50px;
}
@media only screen and (min-width: 576px) {
  .header.header-sticky {
    width: 540px;
  }
}
@media only screen and (min-width: 768px) {
  .header.header-sticky {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .header.header-sticky {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .header.header-sticky {
    width: 1170px;
  }
}
@media only screen and (max-width: 576px) {
  .header.header-sticky {
    width: 100%;
  }
}
.header.header-sticky-fullwidth {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
  margin-top: 0;
  border-radius: 0;
}
.header.header-static-fullwidth{
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 100%;
  margin-top: 0;
  border-radius: 0;
}
.header__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo {
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__logo img {
  width: 100px;
}
@media only screen and (max-width: 992px) {
  .header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
@media only screen and (max-width: 992px) {
  .header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.menu {
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.menu__list li {
  margin: 0 15px;
  cursor: pointer;
}
.menu__list li:last-child {
  margin: 0 0 0 15px;
}
.menu__list li:hover, .menu__list li:hover > a, .menu__list li.active > a, .menu__list li.active .caret {
  color: #E000CF;
}
.menu__list li a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 992px) {
  .menu__list li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
  .menu__list li:first-child {
    border-top: 1px solid #eee;
  }
  .menu__list li:last-child {
    margin: 0;
  }
  .menu__list li.sub-menu__item {
    border-bottom: none;
  }
  .menu__list li.sub-menu__item:first-child {
    border-top: none;
  }
  .menu__list li a {
    line-height: 50px;
    padding: 0;
    border: none;
    background: #fff;
    color: #050505;
  }
}
@media only screen and (max-width: 992px) {
  .menu {
    -webkit-box-flex: 0;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .menu__body {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background-color: #fff;
    text-align: center;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    z-index: 99;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .menu__body.active {
    max-height: 350px;
  }
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu__link {
    font-size: 24px;
  }
}

.mobile-toggle {
  display: none;
}
@media only screen and (max-width: 992px) {
  .mobile-toggle {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

.menu-trigger {
  cursor: pointer;
  position: relative;
  width: 32px;
  height: 32px;
  text-indent: -9999em;
  margin: 0 0 0 auto;
  z-index: 99;
  display: none;
}
.menu-trigger span, .menu-trigger span:before, .menu-trigger span:after {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3b566e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}
.menu-trigger span:before, .menu-trigger span:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
  background-color: #3b566e;
  -o-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.menu-trigger span {
  top: 16px;
}
.menu-trigger span:before {
  -webkit-transform-origin: 33% 100%;
          transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}
.menu-trigger span:after {
  -webkit-transform-origin: 33% 0;
          transform-origin: 33% 0;
  top: 10px;
}
.menu-trigger.active span, .menu-trigger.active span:before, .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}
.menu-trigger.active span:before {
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
          transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #3b566e;
}
.menu-trigger.active span:after {
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
          transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #3b566e;
}
@media only screen and (max-width: 992px) {
  .menu-trigger {
    display: block;
  }
}

/** Submenu **/
.sub-menu {
  position: fixed;
  height: auto;
  margin-top: 1.75rem;
  padding: 15px 30px;
  opacity: 0;
  visibility: hidden;
  border-top: 3px solid transparent;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -o-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.sub-menu li {
  padding: 0;
  margin-left: 0;
}
.sub-menu li:last-child {
  margin: 15px 0 0 0;
}
@media only screen and (max-width: 992px) {
  .sub-menu li:last-child {
    margin: 0;
  }
}
.sub-menu li:first-child {
  margin: 0;
}
.sub-menu li a {
  line-height: 1.25;
}
@media only screen and (min-width: 992px) {
  .sub-menu {
    position: absolute;
    margin-top: 20px;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    z-index: 500;
    background-color: #fff;
  }
  .sub-menu li {
    display: block;
    margin: 15px 0 0;
    font-size: 1.2rem;
    line-height: 21px;
  }
  .sub-menu li:first-child {
    margin: 0;
  }
  .sub-menu li a {
    color: #333;
  }
}
@media only screen and (max-width: 992px) {
  .sub-menu {
    position: relative;
    min-width: 200px;
    width: 50%;
    height: 0;
    margin: 0 auto;
    padding: 0;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .sub-menu li {
    padding: 0;
  }
  .sub-menu li a {
    line-height: 0;
  }
}

li.menu-item.has-submenu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
li.menu-item.has-submenu:hover .submenu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.menu li.menu-item-has-children:hover > .sub-menu {
  margin-top: 0.5rem;
  opacity: 1;
  visibility: visible;
  border-top: 3px solid #E000CF;
}
@media only screen and (max-width: 992px) {
  .menu li.menu-item-has-children:hover > .sub-menu {
    display: block;
    margin-top: 0;
    height: auto;
  }
  .menu li.menu-item-has-children:hover > .sub-menu li {
    padding: 15px 0;
    margin: 0;
  }
  .menu li.menu-item-has-children:hover > .sub-menu li a {
    line-height: 1.25;
  }
}
.menu li.menu-item-has-children > a {
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  .menu li.menu-item-has-children {
    margin-right: 0;
    padding-right: 0;
  }
}

.caret {
  cursor: pointer;
  margin-left: 7px;
  -o-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media only screen and (max-width: 992px) {
  .caret {
    font-size: 16px;
  }
}

/** SubMenu - End **/

::-moz-selection {
  color: #fff;
  background: #E000CF;
}
::selection {
  color: #fff;
  background: #E000CF;
}

/** Slider Section **/

/* You can find all styles in "/wp-content/uploads/ac-assets/camera_slideshow/css/camera.css" and widget settings */

/** Slider Section - End **/

/** About Section **/
.about {
  padding-bottom: 60px;
}
.about__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0;
}
@media only screen and (max-width: 768px) {
  .about__row {
    padding-top: 0;
  }
}
.about__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
}
@media only screen and (max-width: 768px) {
  .about__column {
    -webkit-box-flex: 0;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .about__column:not(:last-child) {
    padding-bottom: 30px;
  }
}

.card {
  -o-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.card:hover > .elementor-widget-container {
  -webkit-box-shadow: 0 0 15px 0 #2C48AC;
  box-shadow: 0 0 15px 0 #2C48AC;
  background: rgba(23, 22, 34, 0.5);
  cursor: pointer;
}
.card:hover i {
  -o-animation: 0.8s rotateIn;
  -moz-animation: 0.8s rotateIn;
  -webkit-animation: 0.8s rotateIn;
  animation: 0.8s rotateIn;
}
.card a {
  color: #fff;
}
.card__icon {
  font-size: 2.5em;
}
.card__icon i {
  -o-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.card__title {
  font-size: 1.6em;
  margin: 15px 0;
  text-transform: capitalize;
}
.card__description {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.6;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .card {
    margin-top: 0;
  }
}
@media only screen and (max-width: 576px) {
  .card {
    width: 75%;
    margin: 0 auto;
  }
}

/** About Section - End **/

/** Team Members **/

.swiper-slide {
  background-position: center;
  background-size: cover;
}
.swiper-button-next,
.swiper-button-prev {
  background-image: none !important;
}

/* You can find all styles in "/wp-content/uploads/ac-assets/team_member_carousel/css/team_member_carousel.css" and widget settings */

/** Team Members - End **/

/** Section About - End **/

/** Projects Section **/

/* You can find all styles in "/wp-content/uploads/ac-assets/projects_gallery/css/projects_gallery.css" and widget settings */

/** Projects Section - End **/

/** Pricing Section **/

.pricing__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}
.price-card {
  overflow: hidden;
  -o-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.price-card:hover {
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.price-card__title span.elementor-icon {
  background: linear-gradient(-45deg, #E000CF, #2C48AC, #171622) !important;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.price-card.featured .price-card__title span.elementor-icon {
  background: linear-gradient(-45deg, #ffec61, #f321d7) !important;
}
.price-card__title h2 {
  position: relative;
  margin: 20px 0 0;
  padding: 0;
  color: #fff;
  font-size: 28px;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .price-card__title h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .price-card__title h2 {
    margin: 10px 0 0;
  }
}
.price-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgba(27, 26, 40, 0.1);
  z-index: 1;
  -o-transform: skewY(-5deg) scale(1.5);
  -ms-transform: skewY(-5deg) scale(1.5);
  -moz-transform: skewY(-5deg) scale(1.5);
  -webkit-transform: skewY(-5deg) scale(1.5);
  transform: skewY(-5deg) scale(1.5);
}
.price-card__price, .price-card__option {
  position: relative;
  z-index: 2;
}
.price-card__price {
  margin: 0;
  color: #fff;
  font-size: 60px;
}
@media only screen and (max-width: 1200px) {
  .price-card__price {
    font-size: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .price-card__price {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .price-card__price {
    font-size: 30px;
    padding: 0;
  }
}
.price-card__option li {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 16px;
}
.price-card__option li:last-child {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .price-card__option li {
    font-size: 14px;
  }
}
.price-card a {
  position: relative;
  z-index: 2;
}
.price-card a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .price-card a {
    margin: 0;
  }
}
@media only screen and (max-width: 500px) {
  .price-card a {
    -webkit-box-flex: 0;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .price-card {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .price-card:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .price-card {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/** Pricing Section - End **/

/** Testimonials Section **/

/* You can find all styles in "/wp-content/uploads/ac-assets/r_testimonials_slider/css/r_testimonials_slider.css" and widget settings */

/** Testmonials Section - End **/

/** Blog Section **/
.news .eael-grid-post{
  padding: 0 0 15px 0 !important;
}
.news .eael-grid-post:last-child{
  padding: 0 !important;
}
.news .eael-grid-post-holder-inner {
  height: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .news .eael-grid-post-holder-inner {
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.news .eael-entry-media {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  overflow: hidden;
  opacity: 0.6;
  -o-transition: opacity 300ms ease-in-out 0s;
  -moz-transition: opacity 300ms ease-in-out 0s;
  -webkit-transition: opacity 300ms ease-in-out 0s;
  transition: opacity 300ms ease-in-out 0s;
}
.news .eael-entry-media::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .news .eael-entry-media {
    -webkit-box-flex: 0;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.news .eael-grid-post-holder:hover .eael-entry-media {
  opacity: 1;
}
.eael-entry-wrapper{
  position: relative;
}
.news .eael-entry-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
  padding: 15px 15px 15px 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .news .eael-entry-wrapper {
    height: 100%;
    padding: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.news-block__title {
  display: block;
  color: #2C48AC;
  margin: 0 0 5px;
}
.news-block__title h3 {
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
.news .eael-entry-meta span.eael-posted-on{
  color: #fff;
  letter-spacing: 0.6px;
  font-size: 12px;
  padding-left: 2px !important;
  margin-bottom: 15px;
}
.news .eael-grid-post-excerpt {
  border-top: 1px solid #3a3939;
  max-height: 135px;
  overflow-y: auto;
}
@media only screen and (max-width: 768px) {
  .news-block__text {
    margin: 15px 0 60px;
  }
}
.elementor-23 .elementor-element.elementor-element-9fe6dc4 .eael-post-elements-readmore-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.news-block__more {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.post-carousel-categories{
  width: auto;
}
.post-carousel-categories li a {
  font-size: 18px;
  font-weight: 600;
}

/** Blog Section - End **/
/** Contacts Section **/
.contacts__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contacts__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 32%;
  flex: 0 1 32%;
}
.contacts__column_big {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 65%;
  flex: 0 1 65%;
}
@media only screen and (max-width: 768px) {
  .contacts__column {
    -webkit-box-flex: 0;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

.contact-boxes, .contact-form {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.contact-box:not(:last-child), .contact-box__title {
  margin-bottom: 15px;
}
.contact-box__title {
  position: relative;
  border-radius: 24px;
  background: linear-gradient(135deg, #E000CF 5%, #2C48AC 55%, #E000CF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#2C48AC, endColorstr=#E000CF, GradientType=0 );
}
.contact-box__title .elementor-icon-box-icon{
  position: absolute;
}
.contact-box__title:before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  display: block;
  border: 7px solid;
  border-color: #2C48AC transparent transparent transparent;
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.contact-box__icon-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.contact-box__content {
  font-size: 1em;
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
}
.contact-box__socials li {
  display: inline-block;
}
.contact-box__socials li:not(:last-child) {
  margin-right: 15px;
}
.contact-box__socials li a {
  display: inline-block;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  -o-transition: color 0.3s ease-in-out 0s;
  -moz-transition: color 0.3s ease-in-out 0s;
  -webkit-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
}
.contact-box__socials li a:hover {
  color: #2C48AC;
}

.contact-form {
  height: 100%;
}
.contact-form__row {
  position: relative;
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.contact-form__column {
  position: relative;
  width: 100%;
  padding: 0 10px;
  margin: 30px 0 15px;
}
.contact-form__input-box {
  position: relative;
  width: 100%;
  height: 40px;
  color: #fff;
}
.contact-form__input-box > span.wpcf7-form-control-wrap{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.contact-form__input-box input, .contact-form__input-box textarea {
  position: absolute;
  width: 100%;
  height: 100% !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  outline: none;
  font-size: 15px;
  padding: 0 15px;
  z-index: 1;
  color: transparent;
  -o-transition: color 0.3s ease-in-out 0s;
  -moz-transition: color 0.3s ease-in-out 0s;
  -webkit-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
}

/** Hide placeholder in text inputs and textarea **/
input.placeholderHide::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
input.placeholderHide:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
input.placeholderHide::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
input.placeholderHide:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}
input.placeholderHide::placeholder {
  color: transparent;
}
textarea.placeholderHide::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
textarea.placeholderHide:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
textarea.placeholderHide::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
textarea.placeholderHide:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}
textarea.placeholderHide::placeholder {
  color: transparent;
}

.contact-form__input-box.textarea {
  position: relative;
  width: 100%;
  height: 100px;
  padding: 15px 0;
}
.contact-form__text {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
  font-size: 18px;
  padding: 0 15px;
  display: block;
  pointer-events: none;
  -o-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.contact-form__line {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  pointer-events: none;
  -o-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.contact-form__input-box input:focus, 
.contact-form__input-box input:valid, 
.contact-form__input-box textarea:focus, 
.contact-form__input-box textarea:valid {
  color: #050505;
}
.contact-form__input-box input:focus + .contact-form__text, 
.contact-form__input-box input:valid + .contact-form__text, 
.contact-form__input-box textarea:focus + .contact-form__text, 
.contact-form__input-box textarea:valid + .contact-form__text {
  top: -35px;
  left: -10px;
}
.contact-form__input-box input:focus ~ .contact-form__line, 
.contact-form__input-box input:valid ~ .contact-form__line, 
.contact-form__input-box textarea:focus ~ .contact-form__line, 
.contact-form__input-box textarea:valid ~ .contact-form__line {
  height: 100%;
}
.contact-form__input-box input:not(:required), 
.contact-form__input-box input:not(:required):empty, 
.contact-form__input-box textarea:not(:required), 
.contact-form__input-box textarea:not(:required):empty {
  color: transparent;
}
.contact-form__input-box input:not(:required) + .contact-form__text, 
.contact-form__input-box input:not(:required):empty + .contact-form__text, 
.contact-form__input-box textarea:not(:required) + .contact-form__text, 
.contact-form__input-box textarea:not(:required):empty + .contact-form__text {
  top: 0;
  left: 0;
}
.contact-form__input-box input:not(:required) ~ .contact-form__line, 
.contact-form__input-box input:not(:required):empty ~ .contact-form__line, 
.contact-form__input-box textarea:not(:required) ~ .contact-form__line, 
.contact-form__input-box textarea:not(:required):empty ~ .contact-form__line {
  height: 2px;
}
.contact-form__input-box input:not(:required):focus, 
.contact-form__input-box input:not(:required).focus, 
.contact-form__input-box textarea:not(:required):focus, 
.contact-form__input-box textarea:not(:required).focus {
  color: #050505;
}
.contact-form__input-box input:not(:required):focus + .contact-form__text, 
.contact-form__input-box input:not(:required).focus + .contact-form__text, 
.contact-form__input-box textarea:not(:required):focus + .contact-form__text, 
.contact-form__input-box textarea:not(:required).focus + .contact-form__text {
  top: -35px;
  left: -10px;
}
.contact-form__input-box input:not(:required):focus ~ .contact-form__line, 
.contact-form__input-box input:not(:required).focus ~ .contact-form__line, 
.contact-form__input-box textarea:not(:required):focus ~ .contact-form__line, 
.contact-form__input-box textarea:not(:required).focus ~ .contact-form__line {
  height: 100%;
}

.contact-form__submit {
  cursor: pointer;
  outline: none;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-form__submit:hover {
  background: #fff;
  color: #050505;
}

.wpcf7-response-output{
  margin: 1em 0.5em 1em !important;
  padding: 1.5em 1em !important;
  color: #fff;
}

/** Contacts Section - End **/
/** Footer **/
.footer {
  text-align: center;
  background: #1b1a28;
  padding: 30px 0;
  color: #fff;
}
.footer__logo {
  display: block;
  width: 200px;
  margin: 0 auto;
}
@media only screen and (max-width: 576px) {
  .footer__logo {
    width: 150px;
  }
}
.footer__copyright {
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 576px) {
  .footer__copyright {
    font-size: 0.8em;
  }
}

/** Footer - End **/

/** About Us Page **/
.elementor-progress-wrapper{
  overflow: visible !important;
}
.elementor-progress-bar {
  position: relative;
  background: linear-gradient(30deg, #2C48AC 30%, #E000CF 100%);
}
.elementor-progress-percentage{
  display: block;
  position: absolute;
  top: -18px;
  font-size: 12px;
  padding: 2px 3px 2px 4px;
  right: -1.4em;
  border-radius: 2px;
  color: #fff;
  font-weight: 300;
}

/** Page **/
.page-heading {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.page-heading__title {
  position: relative;
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .page-heading__title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .page-heading__title {
    font-size: 28px;
  }
}
.page-heading__archive-description{
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.25;
}
.not-elementor{
  padding: 60px 15px;
  color: #fff;
}
.not-elementor p{
  line-height: 1.6;
}
.not-elementor .sidebar{
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .not-elementor{
    padding: 30px 15px;
  }
}
.page-content__row{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-content__row.sidebar-left{
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.page-content ul{
  padding-left: 15px;
}
.page-content ul li{
  list-style: inside;
}
.content-box{
  -webkit-box-flex: 0;
  -ms-flex: 0 1 66%;
  flex: 0 1 66%;
}
.content-box-fullwidth, .content-box.sidebar-none{
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.sidebar{
  -webkit-box-flex: 0;
  -ms-flex: 0 1 31%;
  flex: 0 1 31%;
  padding: 60px 0;
}
.sidebar.sidebar-none{
  display: none;
}
@media only screen and (max-width: 768px){
  .content-box, .sidebar{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .sidebar{
    padding: 30px 0;
  }
}

/** Blog Item **/
.blog-item{
  border-bottom: 1px solid #1D1B28;
  padding: 60px 0;
}
.blog-item:last-child{
  border-bottom: none;
}
@media only screen and (max-width: 768px){
  .blog-item{
    padding: 30px 0;
  }
}
.blog-item-heading__title{
  position: relative;
  font-weight: 500;
  font-size: 28px;
  margin: 7px 0;
}
.blog-item-heading__title, .blog-item-heading__title a{
  color: #fff;
}
.blog-item-heading__title span {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #E000CF;
  margin-bottom: 5px;
  margin-right: 8px;
  border-radius: 10px;
}
.blog-item-heading__meta{
  margin-bottom: 15px;
}
.blog-item-heading__meta, .blog-item-heading__meta a{
  color: #fff;
}
.blog-item-content{
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  opacity: .8;
  line-height: 1.6;
}
.blog-item-content__btn{
  color: #fff;
  margin: 15px 0 0;
  width: auto;
}
@media only screen and (max-width: 992px){
  .blog-item-heading__title{
    font-size: 20px;
  }
  .blog-item-heading__meta, .blog-item-heading__meta a{
    font-size: 12px;
  }
  .blog-item-content{
    font-size: 14px;
  }
}

/** Post Typography **/
.blog-item-content h2, .blog-item-content h3, .blog-item-content h4, .blog-item-content h5, .blog-item-content h6{
  font-weight: 600;
  margin: 30px 0 15px;
}
.blog-item-content h2:first-child, .blog-item-content h3:first-child,
.blog-item-content h4:first-child, .blog-item-content h5:first-child, 
.blog-item-content h6:first-child{
  margin: 0 0 15px;
}
.blog-item-content h2{
  font-size: 24px;
}
.blog-item-content h3{
  font-size: 20px;
}
.blog-item-content h4{
  font-size: 18px;
}
.blog-item-content h5{
  font-size: 17px;
}
.blog-item-content h6{
  font-size: 16px;
}
.blog-item-content p{
  margin-bottom: 15px;
}
.blog-item-content ul ul{
  padding-left: 30px;
  line-height: 1.6;
}
.blog-item-content ul li{
  list-style: inside;
  padding-left: 15px;
}
.blog-item-content .wp-block-image{
  margin: 15px 0;
}
.blog-item-content .wp-block-columns{
  margin: 15px 0;
}
.blog-item-content .wp-block-columns .wp-block-image{
  margin: 0;
}
@media (min-width: 782px){
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
    margin-left: var(--wp--style--block-gap, 15px);
  }
}

/** Gutenberg **/

.wp-block-quote{
  position: relative;
  padding: 15px 15px 15px 30px;
  font-size: 1.25em;
  font-style: italic;
  background-color: #1B1A28;
  margin-bottom: 16px;
}
.wp-block-quote::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #E000CF;
  border-radius: 10px;
}
.wp-block-quote p:last-child{
  margin-bottom: 0;
}
.wp-block-pullquote{
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
}
.wp-block-pullquote blockquote p:first-child{
  font-size: 1.25em;
  font-weight: 600;
}
.wp-block-table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td, .wp-block-table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.wp-block-table tr:first-child{
  background-color: #020D65 !important;
  color: #fff;
  font-weight: 600;
}

.wp-block-table tr:not(:first-child):hover {background-color: #ddd;}

.wp-block-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}

/** Nav Lnks **/
.post-navigation{
  padding: 30px 0;
}
.post-navigation .nav-links{
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-navigation .nav-links a{
  color: #fff;
}
.nav-subtitle{
  display: block;
  font-size: 14px;
  font-weight: normal;
  opacity: .8;
  line-height: 1.6;
}
.nav-title{
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}
.nav-previous .nav-subtitle,
.nav-previous .nav-title{
  text-align: left;
}
.nav-next .nav-subtitle,
.nav-next .nav-title{
  text-align: right;
}
.nav-previous, .nav-next{
  -webkit-box-flex: 0;
  -ms-flex: 0 1 49%;
  flex: 0 1 49%;
}
.nav-previous a, .nav-next a{
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-previous a{
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.nav-next a{
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.nav-previous i, .nav-next i{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: solid 1px #eaeaea;
  background-color: transparent;
  text-align: center;
  margin-top: 5px;
  -o-transition: background-color .3s ease 0s;
  -moz-transition: background-color .3s ease 0s;
  -webkit-transition: background-color .3s ease 0s;
  transition: background-color .3s ease 0s;
}
.nav-previous .nav-content{
  margin-left: 15px;
}
.nav-next .nav-content{
  margin-right: 15px;
}
.nav-links a:hover i{
  background-color: #eaeaea;
  color: #050505;
}
@media only screen and (max-width: 992px){
  .nav-title{
    font-size: 16px;
  }
  .nav-previous i, .nav-next i{
    height: 30px;
    width: 30px;
  }
}

/** Comment Form **/
.comment-reply-title{
  color: #fff;
  font-weight: 600;
  font-size: 28px;
}
p.comment-notes{
  display: none;
}
p.comment-form-author, p.comment-form-email, p.comment-form-url, p.comment-form-comment{
  text-align: center;
}
.comment-form label{
  color: #fff;
}
@media only screen and (max-width: 576px){
  p.comment-form-author, p.comment-form-email, p.comment-form-url, p.comment-form-comment{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0;
  }
}

.comment-form {
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 60px;
}

@media only screen and (max-width: 768px){
  .comment-form {
    padding: 30px 0;
  }
}

.comment-form p{
  margin-bottom: 15px;
}

.comment-notes, .comment-form-comment, .form-submit {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.comment-form-comment, .form-submit {
  order: 1;
}

.comment-form textarea {
  color: #3B4855;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  height: 180px;
  width: 100%;
  padding: 15px;
  margin-top: 7px;
  resize: none;
}

.comment-form-author, .comment-form-email, .comment-form-url {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.33333%;
  flex: 0 1 33.33333%;
}

.comment-form-author {
  padding: 0 15px 0 0;
}

.comment-form input:not([type='checkbox']) {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  height: 50px;
  width: 100%;
  padding: 15px;
  color: #3B4855;
  font-weight: 500;
  margin-top: 5px;
}

.comment-form-email {
    padding: 0 15px;
}

.comment-form-url {
    padding: 0 0 0 15px;
}

.comment-form .form-submit input[type='submit'] {
  background: #2C48AC;
  width: 100%;
  height: 60px;
  padding: 10px 20px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  margin-top: 15px;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.form-submit{
  margin-bottom: 0 !important;
}

.comment-form .form-submit input[type='submit']:hover{
  background: #E000CF;
}

.comments-title{
  margin-bottom: 15px;
}

.comment-list .comment {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.comments-title{
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.comment-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 576px){
  .comment-body{
    -moz-box-flex: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .comment-metadata{
    margin-bottom: 15px
  }
  .comment-body .reply{
    margin-top: 15px;
  }
}
.comment-body a{
  color: #fff;
}
.comment-meta{
  -webkit-box-flex: 0;
  -ms-flex: 0 1 27%;
  flex: 0 1 27%;
}
.comment-content{
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
}
.reply{
  -webkit-box-flex: 0;
  -ms-flex: 0 1 10%;
  flex: 0 1 10%;
  text-align: right;
  align-self: flex-end;
}

.comment-author.vcard{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  margin-bottom: 7px;
}
.comment-author.vcard a.url,
.comment-author.vcard span.says{
  margin-left: 7px;
}
.comment-author.vcard img{
  margin-right: 7px;
}
.comment-author.vcard img, .comment-author.vcard .fn{
  vertical-align: middle;
}
.comment-author.vcard .fn a{
  color: inherit;
}
.comment-content{
  line-height: 1.6;
  padding: 0 15px;
  color: #fff;
}
.logged-in-as{
  color: #fff;
}
.logged-in-as a{
  color: #2C48AC;
}
.required-field-message{
  color: #fff;
  font-weight: 600;
}

/** Breadcrumbs **/
.breadcrumbs-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumb{
  list-style: none;
  font-size: 18px;
  text-decoration: none;
  line-height: 1.25;
}
.breadcrumb, .breadcrumb a{
  color: #fff;
}
.breadcrumb + .breadcrumb {
  padding-left: 7px;
}
.breadcrumb + .breadcrumb::before {
  content: "/";
  display: inline-block;
  padding-right: 7px;
  color: #6c757d;
}
.breadcrumb + .breadcrumb::before {
  color: #fff;
}
.breadcrumb__end_link{
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 16px;
  }
}

/* Pagination */
.pagination-block{
  margin-top: 30px;
}
.pagination-content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px){
  .pagination-content{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    padding-bottom: 30px;
  }
}
.pagination-item{
  color: #fff;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  border: solid 1px #2c48ac;
  -o-transition: background-color .3s ease 0s;
  -moz-transition: background-color .3s ease 0s;
  -webkit-transition: background-color .3s ease 0s;
  transition: background-color .3s ease 0s;
}
.pagination-item.current, .pagination-item:hover{
  background-color: #2c48ac;
}

/** Sidebar and Widgets **/
@media only screen and (max-width: 768px){
  .sidebar{
    margin-top: 30px;
    text-align: center;
  }
}
.widget:not(:last-child){
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px){
  .widget:not(:last-child){
    margin-bottom: 15px;
  }
}
.widget:first-child{
  padding-top: 0;
}
.widget, .widget a{
  color: #fff;
}
.wp-block-search__label{
  display: none;
}
.wp-block-search__input, .search-field{
  position: relative;
  border-radius: 10px 0 0 10px;
  border: solid 0.5px #E000CF;
  padding: 15px;
}
.wp-block-search__button, .search-submit{
  border: solid 1px #E000CF;
  border-radius: 0 10px 10px 0;
  background-color: #E000CF;
  color: #FFFFFF;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
}
.wp-block-group__inner-container h2{
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px){
  .wp-block-group__inner-container h2{
    margin-bottom: 15px;
  }
}
.wp-block-latest-posts.wp-block-latest-posts__list{
  overflow: hidden;
}
.wp-block-latest-posts.wp-block-latest-posts__list li{
  overflow: hidden;
  list-style: none;
}
.wp-block-latest-posts.wp-block-latest-posts__list li:not(:last-child){
  margin-bottom: 15px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li, .wp-block-latest-posts.wp-block-latest-posts__list a{
  color: #fff;
}
.wp-block-latest-posts.wp-block-latest-posts__list li a{
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 7px;
}
.wp-block-latest-posts__featured-image.alignleft{
  margin-right: 15px !important;
}
@media only screen and (max-width: 1200px){
  .wp-block-latest-posts.wp-block-latest-posts__list li a{
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px){
  .wp-block-latest-posts.wp-block-latest-posts__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
  }
  .wp-block-latest-posts.wp-block-latest-posts__list li,
  .wp-block-latest-posts.wp-block-latest-posts__list li:not(:last-child){
    padding: 0 7px;
    margin-bottom: 30px;
  }
  .wp-block-latest-posts__featured-image.alignleft{
    float: none;
    margin-right: 0 !important;
  }
  .wp-block-latest-posts.wp-block-latest-posts__list li a{
    margin-top: 7px;
  }
}
.tag-cloud-link{
  display: inline-block;
  font-size: 14px !important;
  padding: 7px 15px 7px 15px;
  border: solid 1px #2c48ac;
  background-color: transparent;
  border-radius: 15px;
  margin-right: 0;
  margin-top: 5px;
  cursor: pointer;
  -o-transition: background-color .3s ease 0s;
  -moz-transition: background-color .3s ease 0s;
  -webkit-transition: background-color .3s ease 0s;
  transition: background-color .3s ease 0s;
}
.tag-cloud-link:hover{
  background-color: #2c48ac;
}
.wp-block-categories-list li{
  font-size: 14px;
  line-height: 1.6;
  list-style: inside;
}
.wp-block-archives-list li{
  line-height: 1.6;
}

/** No-Results Page **/
.not-found__content{
  padding: 60px 0;
}
@media only screen and (max-width: 768px){
  .not-found__content{
    padding: 30px 0;
  }
}
.no-results .page-content{
  padding: 0;
}
.no-results .page-title{
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.no-results p, .error-404-page p{
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.6;
}
.error-404-page p{
  margin-top: 60px;
}
@media only screen and (max-width: 768px){
  .error-404-page p{
    margin-top: 30px;
  }
}
.search-form{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}
.search-form label, .search-form input{
  width: 100%;
}
.search-form label{
  -webkit-box-flex: 0;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
}
.search-form .search-submit{
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
}
.search-submit{
  cursor: pointer;
}