@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600&family=STIX+Two+Math&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic");
@import url("https://fonts.googleapis.com/css2?family=STIX+Two+Math&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 {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  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;
}

/*---------------------*/

html, body {
  font-family: "Roboto Slab", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  background-color: #fff;
}

html.no-scroll{
  overflow-y: hidden;
}

body {
  color: #3e3e3e;
  font-weight: 400;
  height: 100%;
}

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

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

i {
  margin-right: 10px;
}

textarea {
  resize: none;
}

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

.ibg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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;
  overflow: hidden;
}
.item__image > img {
  position: absolute;
  object-fit: cover;
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

body.admin-bar header {
  margin-top: 32px;
}
@media only screen and (max-width: 783px){
  body.admin-bar header {
    margin-top: 46px;
  }
}

.container, .elementor-section.elementor-section-boxed>.elementor-container {
  position: relative;
  max-width: 100%!important;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 1;
}
@media only screen and (min-width: 576px) {
  .container, .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 540px!important;
  }
}
@media only screen and (min-width: 768px) {
  .container, .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 750px!important;
  }
}
@media only screen and (min-width: 992px) {
  .container, .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 970px!important;
  }
}
@media only screen and (min-width: 1200px) {
  .container, .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1170px!important;
  }
}
@media only screen and (min-width: 1500px) {
  .container, .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1450px!important;
  }
}
.container-fluid {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.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, .4);
  z-index: 1;
}
.overlay-blue::before{
  background-color: rgba(14, 21, 99, .4);
}

i {
  margin-right: 0;
}

/** Back to Top Button **/
#toTop {
  display: inline-block;
  background-color: #0E1563;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 998;
}
#toTop:hover {
  cursor: pointer;
  background-color: #06E1FE;
}
#toTop:active {
  background-color: #06E1FE;
}
#toTop.show {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 576px){
  #toTop{
    font-size: 1.6em;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

/** Other Main Styles **/
main{
  height: 100%;
}
main.page-wrapper{
  overflow-x: hidden;
  margin-bottom: 60px;
}
.section {
  position: relative;
  z-index: 0;
  padding-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 992px) {
  .section {
    padding-top: 30px;
  }
}
.section-heading {
  position: relative;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 300;
  color: #b3b3b3;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .section-heading {
    margin-bottom: 30px;
  }
}
.section-title {
  font-family: "STIX Two Math", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  color: #0E1563;
  padding-bottom: 0;
  margin: 60px 0 90px;
  position: relative;
}
.section-title::before {
  content: "";
  background-image: url(../images/divider-top.png);
  background-position: center;
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  bottom: 60px;
  width: 100%;
  height: 100%;
}
.section-title::after {
  content: "";
  background-image: url(../images/divider-bottom.png);
  background-position: center;
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  top: 60px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .section-title {
    font-size: 2.6rem;
  }
}
.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.6rem;
  margin-bottom: 25px;
}

.white {
  color: #fff;
}

.custom-btn {
  background: #06E1FE;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 15px 30px;
  line-height: 1;
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  color: #3e3e3e;
  outline: 0;
  cursor: pointer;
  border: 2px solid #06E1FE;
  border-radius: 30px;
  -webkit-transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
.custom-btn:hover {
  background: #fff;
  color: #0E1563;
}
@media only screen and (max-width: 992px) {
  .custom-btn {
    padding: 12px 24px;
    font-size: 1em;
  }
}

.img-hover-zoom {
  -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;
}
.image-hover-effect:hover .img-hover-zoom {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.img-hover-zoom--quick-zoom {
  -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;
}
.image-hover-effect:hover .img-hover-zoom--quick-zoom {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.img-hover-zoom--point-zoom {
  -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;
}
.image-hover-effect:hover .img-hover-zoom--point-zoom {
  -webkit-transform: scale(5);
  transform: scale(5);
}
.img-hover-zoom--zoom-n-rotate {
  -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;
}
.image-hover-effect:hover .img-hover-zoom--zoom-n-rotate {
  -webkit-transform: scale(2) rotate(25deg);
  transform: scale(2) rotate(25deg);
}
.img-hover-zoom--slowmo {
  -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%);
}
.image-hover-effect:hover .img-hover-zoom--slowmo {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transform: scale(3);
  transform: scale(3);
}
.img-hover-zoom--brightness {
  -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;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Brightness=80%";
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}
.image-hover-effect:hover .img-hover-zoom--brightness {
  -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 {
  -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);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.image-hover-effect:hover .img-hover-zoom--zoom-n-pan-h {
  -webkit-transform: scale(1.5) translateX(30%);
  transform: scale(1.5) translateX(30%);
}
.img-hover-zoom--zoom-n-pan-v {
  -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);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.image-hover-effect:hover .img-hover-zoom--zoom-n-pan-v {
  -webkit-transform: scale(1.25) translateY(-30%);
  transform: scale(1.25) translateY(-30%);
}
.img-hover-zoom--blur {
  -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);
}
.image-hover-effect:hover .img-hover-zoom--blur {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.img-hover-zoom--colorize {
  -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%);
}
.image-hover-effect:hover .img-hover-zoom--colorize {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

html::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}

html::-webkit-scrollbar-thumb {
  background: #0E1563;
  border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -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);
}

html::-webkit-scrollbar-track {
  background: linear-gradient(90deg, #fff, #fff 1px, #f1f1f1 0, #f1f1f1);
}

.owl-dots {
  position: relative !important;
  top: 30px !important;
  left: 0 !important;
  right: 0;
  text-align: center;
}
.owl-dot {
  width: 15px!important;
  height: 15px!important;
  background: rgba(6, 225, 254, 0.5) !important;
  border: transparent;
  border-radius: 10px;
  margin: 0!important;
}
.owl-dot:not(:last-child) {
  margin-right: 15px!important;
}
.owl-dot.active {
  background: #0E1563 !important;
  border: 2px solid #06E1FE !important;
}
.owl-theme .owl-dots .owl-dot span{
  margin: 0!important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot span{
  background: transparent;
}

.owl-nav{
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
}
.owl-prev, .owl-next{
  position: absolute;
  font-size: 80px !important;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-prev{
  left: 0;
}
.owl-next{
  right: 0;
}
.swiper-pagination-bullet{
  width: 10px !important;
  height: 10px !important;
}
.swiper-pagination-bullet-active{
  background: #0E1563 !important;
}

.parallax{
  background-position: 50% 268px;
  -o-transition: all 0.1s linear 0s !important;
  -moz-transition: all 0.1s linear 0s !important;
  -webkit-transition: all 0.1s linear 0s !important;
  transition: all 0.1s linear 0s !important;
  will-change: background-position;
}

/** Doctors Carousel **/
.doctor-card {
  text-align: center;
}
.doctor-card__image img {
  width: auto !important;
  height: 400px !important;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.doctor-card__name {
  font-size: 2em !important;
  margin: 15px 0 !important;
}
.doctor-card__desc {
  font-size: 1.25em;
  margin: 0 0 15px;
}
.doctor-card__phone {
  color: inherit;
  font-size: 1.1em;
}
.doctor-social {
  text-align: center;
  margin: 15px 0 0;
}
.doctor-social li {
  display: inline-block;
}
.doctor-social li:not(:last-child){
  margin-right: 5px;
}
.doctor-social li a {
  color: #0E1563;
  font-size: 2em;
}

/** Reviews Carousel **/
.owl-reviews-carousel .owl-nav {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 5em;
  color: #0E1563;
  left: -10px;
  right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.review {
  padding: 15px 30px;
}
.review__text {
  font-size: 1.25em;
  font-weight: 300;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 15px;
}

.review-author {
  text-align: right;
}
.review-author__name {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 5px;
}
.review-author__job {
  font-size: 1.25em;
  color: #0E1563;
}

/** Header **/

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header.scrolled {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 992px) {
  .header {
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
}

/** Header Top Line **/

.header-top {
  padding: 15px 0;
  overflow: hidden;
  -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-top i {
  margin-right: 0;
}
.header-top p, .header-top a {
  color: #3e3e3e;
  font-size: 1em;
  line-height: 1.6;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .header-top p, .header-top a {
    font-size: 1em;
  }
}
@media only screen and (max-width: 768px) {
  .header-top p, .header-top a {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 400px) {
  .header-top p, .header-top a {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 768px) {
  .header-top__address {
    margin-right: 10px !important;
  }
}
@media only screen and (max-width: 420px) {
  .header-top__address {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .header-top__email {
    display: none;
  }
}

/** Header Bottom Line **/

.header-bottom {
  background: #020D65;
  padding: 15px 0;
}
.header-bottom__logo {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 10%;
  flex: 0 1 10%;
}
.header-bottom__logo img{
  width: 10rem;
}
.header-bottom__logo h1 {
  color: #fff;
  font-size: 2em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "itc_tiffanymedium", "Times New Roman", sans-serif;
}
@media only screen and (max-width: 1500px) {
  .header-bottom__logo h1 {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 1200px) {
  .header-bottom__logo h1 {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 768px) {
  .header-bottom__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
  .header-bottom__logo h1 {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 576px) {
  .header-bottom__logo h1 {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 400px) {
  .header-bottom__logo h1 {
    font-size: 1em;
  }
}

.header-top__row, .header-bottom__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.phones__phone:first-child {
  margin-right: 15px;
}
@media only screen and (max-width: 992px) {
  .phones__phone:first-child {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 576px) {
  .phones__phone {
    display: block;
  }
}

/** Header Navigation Menu **/

.menu {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 70%;
  -moz-box-flex: 0 1 70%;
  flex: 0 1 70%;
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
    -ms-flex-pack: justify;
      justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu__list:after {
  content: "";
  display: table;
  clear: both;
}
.menu__list li:not(:last-child) {
  margin-right: 15px;
}
@media only screen and (max-width: 1500px) {
  .menu__list li:not(:last-child) {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 1200px) {
  .menu__list li:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .menu__list {
    padding-top: 90px;
    text-align: center;
  }
  .menu__list li {
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 1200px) {
  .menu__list {
    padding-top: 0;
  }
  .menu__list li {
    display: block;
  }
}
.menu__link {
  display: block;
  padding: 10px 15px;
  font-size: 1em;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  border: 1px solid transparent !important;
  -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__link:hover, .menu__list li.active .menu__link {
  border-color: #fff;
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
  color: #0E1563;
  -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__list li{
  -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__list li.active .menu__link{
  color: #0E1563;
}
.menu__btn {
/* 	injaro taghir dadam appoinmento pak kardam */
  display: none;
  margin: 0;
  font-size: 1em;
  -webkit-box-flex: 0;
  -moz-box-flex: 0 1 15%;
  -ms-flex: 0 1 15%;
  flex: 0 1 15%;
  border: 0;
  border-radius: 6px;
  color: #fff;
  padding: 15px 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .header-bottom__logo, .menu__btn {
    -webkit-box-flex: 0;
    -moz-box-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
  .menu{
    -webkit-box-flex: 0;
    -moz-box-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
@media only screen and (max-width: 992px) {
  .header-bottom{
    padding: 5px 0;
  }
  .menu__btn{
    font-size: 0.9em;
    padding: 15px 5px;
  }
}
@media only screen and (max-width: 768px) {
  .header-bottom{
    padding: 0;
  }
  .menu__btn {
    font-size: 0.7em;
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 490px) {
  .menu__btn {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .menu__body {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background-color: rgba(51, 51, 51, 0.75);
    padding: 10vh 0;
    z-index: 99;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .menu__body.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .menu__list {
    -moz-box-flex: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu__list li {
    margin: 0 0 5vh 0;
  }
  .menu__list li:last-child {
    margin: 0;
  }
  .menu__list li:after {
    display: block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    right: 50%;
    top: 40px;
    margin: 0 -2px 0 0;
  }
  .menu__link {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) and (max-height: 700px) {
  .menu__body{
    padding: 5vh 0;
  }
  .menu__list li {
    margin: 0 0 5vh 0;
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .icon-menu {
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
    margin: 0 auto;
    z-index: 100;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .icon-menu span {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .icon-menu span:first-child {
    top: 0;
  }
  .icon-menu span:last-child {
    top: auto;
    bottom: -5px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 576px) {
  .icon-menu span {
    height: 2px;
  }
}
@media only screen and (max-width: 1200px) {
  .icon-menu.active span {
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #fff;
  }
  .icon-menu.active span:first-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
  }
  .icon-menu.active span:last-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 8px;
  }
}
@media only screen and (max-width: 1200px) {
  .header.sticky .icon-menu {
    top: 48px;
  }
}
@media only screen and (max-width: 576px) {
  .menu__link {
    font-size: 20px;
  }
  .icon-menu {
    right: 0;
  }
}
@media screen and (max-width: 782px){
  html #wpadminbar {
    position: fixed;
  } 
}
@media only screen and (max-width: 490px) {
  .icon-menu{
    margin: 0 10px 0 auto;
  }
}

/* Submenu */
li.menu-item-has-children{
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px){
  li.menu-item-has-children{
    margin-left: 20px;
  }
}
span.caret {
  color: #fff;
  cursor: pointer;
  transform-origin: center;
  margin-left: 10px;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sub-menu{
  border: 1px solid #3e3e3e;
  border-radius: 5px;
  border-top-width: 0;
  position: absolute;
  top: 45px;
  left: 0;
  min-width: 150px;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sub-menu li{
  display: block;
}
.sub-menu li a{
  color: #020D65;
}
li.menu-item-has-children:hover .sub-menu{
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1200px){
  .sub-menu{
    top: 50px;
  }
  .sub-menu li{
    margin-bottom: 0;
  }
  .sub-menu li:not(:last-child){
    border-bottom: 1px solid rgba(62, 62, 62, .3);
  }
}

/** Section - About Us **/
.about__row {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about__row:nth-child(4) {
  margin-top: 210px;
}
@media only screen and (max-width: 992px) {
  .about__row:nth-child(4) {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .about__row:nth-child(4) {
    margin-top: 60px;
  }
}
.about__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  -moz-box-flex: 0 1 48%;
  flex: 0 1 48%;
}
.about__column.left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 59%;
  flex: 0 1 59%;
  padding-right: 30px;
}
@media only screen and (max-width: 992px) {
  .about__column.left {
    padding-right: 0;
  }
}
.about__column.right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 39%;
  flex: 0 1 39%;
}
@media only screen and (max-width: 992px) {
  .about__column.right .ibg {
    padding: 25% 50%;
  }
}
@media only screen and (max-width: 992px) {
  .about__column {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 100% !important;
    flex: 1 1 100% !important;
    padding: 0 !important;
  }
}
.about__column_small{
  -webkit-box-flex: 0;
  -ms-flex: 0 1 32%;
  -moz-box-flex: 0 1 32%;
  flex: 0 1 32%;
}
@media only screen and (max-width: 992px){
  .about__column_small{
    -webkit-box-flex: 0;
    -ms-flex: 0 1 47%;
    -moz-box-flex: 0 1 47%;
    flex: 0 1 47%;
  }
  .about__column_small{
    margin-bottom: 30px;
  }
  .about__column_small:nth-child(3n+3){
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px){
  .about__column_small{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .about__column_small:last-child{
    margin-bottom: 0;
  }
}
.about__title {
  font-size: 2.4em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .about__title {
    font-size: 2em;
  }
}
@media only screen and (max-width: 992px) {
  .about__title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }
}
.about__desc {
  font-size: 1em;
  line-height: 1.6;
}
.about__desc p:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  .about__desc {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 992px) {
  .about__desc {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .about__btn{
    margin-bottom: 30px;
    text-align: right;
  }
}
.about__cards {
  position: relative;
}
.about__cards .elementor-container{
  position: absolute!important;
  top: -60px;
  left: 50%;
  padding: 0!important;
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  background: #fff;
  -webkit-box-shadow: 0 15px 15px 0 rgba(34, 60, 80, 0.2);
  box-shadow: 0 15px 15px 0 rgba(34, 60, 80, 0.2);
}
@media only screen and (max-width: 1500px) {
  .about__cards .elementor-container {
    position: relative!important;
    top: 0;
    left: 0;
    right: 0;
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .elementor-22 .elementor-element.elementor-element-c32ae06{
    margin-top: 60px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .about__cards .elementor-container {
    top: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .about__cards .elementor-container {
    max-width: 100%!important;
    top: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.about p {
  line-height: 32px;
}
@media only screen and (max-width: 578px) {
  .about .btn {
    margin: 20px 0 30px 0;
  }
}

.about-line:nth-child(odd) .about__column.left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: right;
  padding-right: 0;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .about-line:nth-child(odd) .about__column.left {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    text-align: left;
  }
}
.about-line:nth-child(odd) .about__column.right {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media only screen and (max-width: 992px) {
  .about-line:nth-child(odd) .about__column.right {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.about-line h3 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 15px;
  color: #0E1563;
}
@media only screen and (max-width: 768px) {
  .about-line {
    -moz-box-flex: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .about-line:not(:first-child) {
    margin-bottom: 55%;
  }
}

.about-card {
  position: relative;
  padding: 50px;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  width: auto !important;
}
.about-card i {
  font-size: 2.5em;
  color: #0E1563;
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  .about-card i {
    font-size: 2em;
  }
}
@media only screen and (max-width: 768px) {
  .about-card i {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 576px) {
  .about-card i {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 400px) {
  .about-card i {
    font-size: 1.2em;
  }
}
.about-card:not(:last-child):after {
  content: "";
  height: 50%;
  border: 1px solid #efefef;
  position: absolute;
  right: 0;
  top: 25%;
}
@media only screen and (max-width: 576px) {
  .about-card:not(:last-child):after {
    border: none;
  }
}
@media only screen and (max-width: 576px) {
  .about-card:nth-child(2n+1):after {
    content: "";
    height: 50%;
    border: 1px solid #efefef;
    position: absolute;
    right: 0;
    top: 25%;
  }
}
@media only screen and (max-width: 400px) {
  .about-card:nth-child(2n+1):after {
    border: none;
  }
}
.about-card__title {
  font-size: 2em;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .about-card__title {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 992px) {
  .about-card__title {
    font-size: 1.2em;
    margin-top: 0;
  }
}
@media only screen and (max-width: 576зч) {
  .about-card__title {
    font-size: 1em;
  }
}
@media only screen and (max-width: 400px) {
  .about-card__title {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1200px) {
  .about-card {
    padding: 30px 10px;
  }
}
@media only screen and (max-width: 992px) {
  .about-card {
    padding: 15px;
    width: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .about-card {
    padding: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .about-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
@media only screen and (max-width: 400px) {
  .about-card {
    -webkit-box-flex: 0;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border-bottom: 1px solid #efefef;
  }
}

/** Section - Features **/
.features__row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .features__row {
    -moz-box-flex: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.features__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
@media only screen and (max-width: 992px) {
  .features__column {
    -webkit-box-flex: 0;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
/** See other styles in Unlimited Elements Plugin - Service Block Widget **/

/** Section - News **/
.news {
  padding-bottom: 45px;
}
section.news .owl-item{
  -webkit-box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
  -webkit-box-shadow: 0 5px 10px 2px rgb(34 60 80 / 20%);
  box-shadow: 0 5px 10px 2px rgb(34 60 80 / 20%);
}
section.news .owl-stage-outer{
  padding: 0 0 10px 10px;
  margin-right: -15px;
}
.uc_more_btn{
  -webkit-transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
}

.news-block {
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  -webkit-box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2);
  margin: 0 30px 15px 15px;
}
.news-block:last-child {
  margin: 0 15px 15px;
}
.news-block__wrapper-link {
  display: block;
  overflow: hidden;
}
.news-block__image {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-block__content {
  padding: 15px;
}
.news-block__date {
  font-size: 0.9em;
}
.news-block__title {
  font-size: 1.6em;
  line-height: 1.25;
  font-weight: 600;
  color: #0E1563;
  margin: 15px 0;
}
.news-block__excerpt {
  line-height: 1.6;
}
.news-block__read-more {
  margin-top: 15px;
  background: transparent;
  border: 2px solid #0E1563;
}
.news-block__read-more:hover {
  background: #06E1FE;
  border: 2px solid #06E1FE;
  color: #fff;
}

/** Section - Contacts **/
.contacts {
  padding-bottom: 60px;
  margin-bottom: 0;
}

.form-group {
  position: relative;
  margin-bottom: 1rem;
}
.form-group i {
  position: absolute;
  top: 19px;
  left: 10px;
  z-index: 1;
}
.form-control {
  display: block;
  background-clip: padding-box;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.contact-form__submit {
  color: #fff;
}
.contact-form__submit:hover {
  background: #0E1563;
  color: #fff;
}
.wpcf7-not-valid{
  border: 1px solid #dc3232 !important;
}
.wpcf7-not-valid-tip{
  margin-top: 10px;
  font-size: 1.1em;
}
.wpcf7 form .wpcf7-response-output{
  padding: 1em !important;
}
.wpcf7 form.sent .wpcf7-response-output{
  margin: 0 !important;
}
#contacts .wpcf7 form.sent .wpcf7-response-output{
  color: #fff;
}

/** See other styles in Unlimited Elements Plugin - Contact Us Widget **/

.contact-form__info {
  color: #FF0800;
  font-size: 1.25em;
  line-height: 1.6;
}

.success-mail, .error-mail {
  padding: 5px 10px;
  color: #FFFFFF;
  border-radius: 4px;
  font-size: 1.1em;
  margin-bottom: 15px;
}

.success-mail {
  background-color: #12CC1A;
  border: #0FA015 1px solid;
}

.error-mail {
  background-color: #FF0800;
  border: #8F0000 1px solid;
}

.google-map iframe {
  width: 100%;
}

/** Footer **/

.footer {
  background-color: #020D65;
  color: #fff;
}

.footer-top {
  padding: 30px 0;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  .footer-top {
    padding: 15px 0;
  }
}
.footer-top__row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-top__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
}
.footer-top__column_big {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
@media only screen and (max-width: 768px) {
  .footer-top__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .footer-top__column_big {
    order: 1;
    -webkit-box-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 5px 0 0;
  }
}
.footer-top__logo {
  color: #fff;
  font-size: 2em;
  font-weight: 600;
  text-transform: uppercase;
}
.footer-top__logo img{
  width: 8rem;
}
@media only screen and (max-width: 992px) {
  .footer-top__logo {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 768px) {
  .footer-top__logo {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 576px) {
  .footer-top__logo {
    font-size: 1.6em;
  }
}
.footer-top__address {
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .footer-top__address {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 768px) {
  .footer-top__address {
    font-size: 1em;
  }
}

.social {
  margin-bottom: 0;
  text-align: right;
}
.social li {
  display: inline-block;
}
.social li:not(:last-child){
  margin-right: 10px;
}
.social li a {
  font-size: 2em;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.social li a:hover {
  color: #06E1FE;
}
@media only screen and (max-width: 992px) {
  .social li a {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 768px) {
  .social li a {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 576px) {
  .social li a {
    font-size: 1.6em;
  }
}

.footer-bottom {
  padding: 15px 0;
  overflow: hidden;
}
.footer-bottom a {
  color: inherit;
}

.float-left {
  float: left !important;
}
@media only screen and (max-width: 576px) {
  .float-left {
    font-size: 0.8em;
  }
}

.float-right {
  float: right !important;
}
@media only screen and (max-width: 576px) {
  .float-right {
    font-size: 0.8em;
  }
}

/** Single Post **/
.page__breadcrumbs {
  background: #EEF4FB;
  padding: 24px 8px;
}

.breadcrumb {
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  background: none;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
  align-items: center;
  line-height: 1.6;
}

.breadcrumb-item {
  line-height: 1.6;
  margin-bottom: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  color: #949EA5;
  content: ">";
  font-size: 16px;
  line-height: 1;
  padding: 0 8px;
}

.breadcrumb a {
  color: #949EA5;
  font-size: 1em;
  line-height: 1;
  font-weight: 400;
}

.single-post__image, .archive__image {
  margin-bottom: 40px;
}
.single-post__header, .afterword__content {
  padding: 120px 15px;
}
.single-post__header{
  width: 75%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px){
  .single-post__header, .afterword__content{
    padding: 60px 15px;
    width: 90%;
  }
}
.single-post__header, .afterword__content, .archive__header {
  position: relative;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.single-post__title, .afterword__title {
  font-size: 2.4em;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 30px;
  color: #fff;
}
.single-post__text, .afterword__text {
  font-size: 1.25em;
  line-height: 1.6;
  font-style: italic;
}
.single-post__content p {
  color: #3B4855;
  font-size: 1em;
  line-height: 32px;
  font-weight: normal;
  margin-bottom: 15px;
}
.single-post__content p:last-child{
  margin-bottom: 0;
}

.single-post__content h2, .single-post__content h3, .single-post__content h4, .single-post__content h5, .single-post__content h6{
  font-weight: 600;
  margin: 15px 0;
}
.single-post__content h2{
  font-size: 2em;
}
.single-post__content h3{
  font-size: 1.8em;
}
.single-post__content h4{
  font-size: 1.6em;
}
.single-post__content h5{
  font-size: 1.25em;
}
.single-post__content h6{
  font-size: 1.1em;
}

@media only screen and (max-width: 768px){
  figure.alignleft, figure.alignleft img{
    width: 100%;
  }
  figure.alignleft{
    float: none !important;
  }
}

.single-post__content ul{
  padding-left: 30px;
  line-height: 1.6;
}
.single-post__content ul li{
  list-style: inside;
}

.single-post .post-navigation, .comments-area{
  padding-bottom: 40px;
}

.single-post .post-navigation .screen-reader-text, .comments-area .comment-reply-title{
  position: relative;
}

.single-post .post-navigation .screen-reader-text, .comments-area .comment-reply-title, .comments-title {
  font-size: 2em;
  display: block;
  color: #0E1563;
  font-weight: 600;
  line-height: 1.4;
}

.single-post .post-navigation .screen-reader-text::before, .comments-area .comment-reply-title::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 70%;
  background: #c7d2d8;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.single-post .post-navigation .nav-links {
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-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;
  align-items: center;
  padding: 30px 0 15px 0;
  font-size: 1.1em;
  color: inherit;
}

.single-post .post-navigation .nav-links .nav-previous, .single-post .post-navigation .nav-links .nav-next {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  line-height: 1.4;
}

.single-post .post-navigation .nav-links .nav-previous {
  text-align: left;
}

.single-post .post-navigation .nav-links .nav-next {
  text-align: right;
}

.single-post .post-navigation .nav-links a{
  color: #0E1563;
}

.single-post .post-navigation .nav-links > div:first-child{
  text-align: left;
}

.logged-in-as{
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 15px;
}

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

.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;
  font-weight: 500;
  letter-spacing: 2px;
  height: 180px;
  width: 100%;
  padding: 30px 50px;
  border-radius: 0;
  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;
  height: 50px;
  width: 100%;
  padding: 10px 30px 10px 25px;
  color: #3B4855;
  font-weight: 500;
  border-radius: 0;
  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: #0E1563;
  width: 100%;
  height: 60px;
  padding: 10px 20px;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  border-radius: 0;
  margin-top: 15px;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

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

.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;
}

.comment-body {
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 20px;
}

@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-author.vcard{
  margin-bottom: 15px;
}
.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;
}

/** Gutenberg **/

.wp-block-quote{
  position: relative;
  padding: 15px 15px 15px 30px;
  font-size: 1.25em;
  font-style: italic;
  background-color: rgba(6, 225, 254, .1);
  margin-bottom: 16px;
}
.wp-block-quote::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #06E1FE;
  border-radius: 10px;
}
.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;
}

/** Archive Page **/
.archive-wrapper {
  padding: 30px 0;
}
.post:first-child {
  margin-top: 30px;
}
.post:not(last-child) {
  margin-bottom: 30px;
}

.post__row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px){
  .post__row {
    -moz-box-flex: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.post__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
}

.post__column_big {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 70%;
  flex: 0 1 70%;
}

.post__content {
  position: relative;
  margin-left: 30px;
  padding: 15px 0;
}
@media only screen and (max-width: 768px){
  .post__content {
    margin-left: 0;
    margin-top: 250px;
  }
  .post__image .item__image{
    padding: 25%;
  }
}

.post__datetime {
  color: #BBBBBB;
  font-size: 0.9em;
  margin-bottom: 5px;
}

.post__category {
  display: block;
  font-size: 14px;
  color: #BBBBBB;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.post__title {
  color: #0E1563;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.post__excerpt {
  font-size: 1em;
  color: #3e3e3e;
  line-height: 1.6;
  margin: 0;
}

.read-more-btn{
  display: inline-block;
  padding: 15px 30px 15px 30px;
  border-radius: 30px;
  background-color: #00000000;
  color: #3E3E3E;
  margin-top: 20px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #0E1563;
  -o-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.read-more-btn:hover{
  background-color: #06E1FE;
  color: #ffffff;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #06E1FE;
}

/** Custom News Pagination **/
.news-all__pagination {
  text-align: center;
  margin: 30px 0;
}
.news-all__pagination .pagination {
  font-family: sans-serif;
  display: inline-block;
  height: 60px;
  padding: 0;
  margin: 0;
  border-radius: 35px;
  background-color: #eee;
}
@media only screen and (max-width: 1200px) {
  .news-all__pagination .pagination {
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .news-all__pagination .pagination {
    height: 40px;
  }
}
@media only screen and (max-width: 400px) {
  .news-all__pagination .pagination {
    height: 30px;
  }
}
.news-all__pagination .pagination-wrapper {
  margin: 0;
}
.news-all__pagination .pagination .page-numbers {
  font-size: 1.1em;
  line-height: 60px;
}
@media only screen and (max-width: 1200px) {
  .news-all__pagination .pagination .page-numbers {
    line-height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .news-all__pagination .pagination .page-numbers {
    font-size: 1em;
    line-height: 40px;
  }
}
@media only screen and (max-width: 400px) {
  .news-all__pagination .pagination .page-numbers {
    font-size: 0.8em;
    line-height: 30px;
  }
}
.news-all__pagination .pagination .page-numbers.current, .news-all__pagination .pagination .page-numbers:hover {
  background-color: #004A99;
}
.news-all__pagination .pagination .page-numbers.prev:hover, .news-all__pagination .pagination .page-numbers.next:hover {
  color: #fff;
}
.news-all__pagination .pagination .page-numbers:first-child {
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}
.news-all__pagination .pagination .page-numbers:last-child {
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}
.page-numbers {
  display: block;
  padding: 0 25px;
  float: left;
  transition: 400ms ease;
  color: #595959;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 70px;
}
.page-numbers:hover, .page-numbers.current {
  background-color: #86c023;
  color: #fff;
}

.main{
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 576px){
  .main__content_link{
    width: 100% !important;
    max-width: 100% !important;
  }
  .main__content_link a:last-child{
    margin-top: 15px;
  }
}
.main__video{
  overflow: hidden;
  margin-bottom: 0 !important;
}
.main__video .elementor-widget-container{
  height: 100%;
}
.main__video, .main__video video{
  height: 70vh;
}

/** Single Page **/
.page-main{
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 30vh;
  padding: 120px 0;
  color: #fff;
}
.page-main__header{
  text-align: center;
}
.page-main__title{
  font-size: 3.2em;
  font-weight: 600;
  margin-bottom: 15px;
}
.page-main__subtitle{
  font-size: 1.6em;
  line-height: 1.6;
}
@media only screen and (max-width: 992px){
  .page-main__title{
    font-size: 2.4em;
  }
  .page-main__subtitle{
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 576px){
  .page-main__title{
    font-size: 2em;
  }
  .page-main__subtitle{
    font-size: 1.1em;
  }
}
.page-content .elementor-container{
  padding: 0 !important;
}
.page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6{
  color: #3e3e3e;
  font-weight: 600;
  margin-bottom: 30px;
}
.page-content h2{
  font-size: 2em;
}
.page-content h3{
  font-size: 1.8em;
}
.page-content h4{
  font-size: 1.6em;
}
.page-content h5{
  font-size: 1.25em;
}
.page-content h5{
  font-size: 1.1em;
}
.page-content p{
  line-height: 1.6;
  text-indent: 15px;
}
.page-content p:not(:last-child){
  margin-bottom: 15px;
}
.page-content h2.elementor-heading-title{
  position: relative;
}
.page-content h2.elementor-heading-title:after{
  position: absolute;
  border-top: 1px solid black;
  display: block;
  height: 1px;
  content: " ";
  width: 100%;
  flex-grow: 1;
  bottom: -13px;
  opacity: 0.2;
}

/** Error 404 **/

.error-404{
  text-align: center;
}
.error-404__page-title{
  font-size: 10em;
  line-height: 1;
  margin-bottom: 15px;
}
.error-404__page-subtitle{
  font-size: 1.6em;
  margin-bottom: 15px;
}
.error-404 .search-form, .not-found .search-form{
  width: 50%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  margin-bottom: 30px;
}
.not-found .search-form {
  width: 55%;
  margin: 30px 0 0;
}
.error-404 .search-form label:first-child, .not-found .search-form label:first-child{
  -webkit-box-flex: 0;
  -ms-flex: 0 1 69%;
  -moz-box-flex: 0 1 69%;
  flex: 0 1 69%;
}
.error-404 .search-form .search-submit, .not-found .search-form .search-submit{
  -webkit-box-flex: 0;
  -ms-flex: 0 1 29%;
  -moz-box-flex: 0 1 29%;
  flex: 0 1 29%;
  padding: 15px;
  background: #020D65;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  -o-transition: background .3s ease 0s;
  -moz-transition: background .3s ease 0s;
  -webkit-transition: background .3s ease 0s;
  transition: background .3s ease 0s;
}
.error-404 .search-form .search-submit:hover, .not-found .search-form .search-submit:hover{
  background: #06E1FE;
}
.error-404 .search-form .search-field, .not-found .search-form .search-field{
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.4)
}
.error-404 .page-content h2{
  margin-bottom: 15px;
}
.widget_recent_entries ul li{
  line-height: 1.6;
}

/** Search Results **/
.search-page{
  padding-top: 60px;
}
.search-page__row{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 992px){
  .search-page__row{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.search-page__content{
  -webkit-box-flex: 0;
  -ms-flex: 0 1 79%;
  -moz-box-flex: 0 1 79%;
  flex: 0 1 79%;
}
.search-page__sidebar{
  -webkit-box-flex: 0;
  -ms-flex: 0 1 19%;
  -moz-box-flex: 0 1 19%;
  flex: 0 1 19%;
}
@media only screen and (max-width: 992px){
  .search-page__content, .search-page__sidebar{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.search-page__title, .not-found__title{
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 30px;
}
.search-page__sidebar{

}
.wp-block-search__label{
  display: none;
}

/** Sidebar **/
.sidebar .widget_block{
  margin-bottom: 30px;
}
.sidebar .widget_block h2{
  font-size: 1.25em;
  margin-bottom: 5px;
}
.sidebar .widget_block a, .sidebar .widget_block p, .sidebar ul.wp-block-latest-posts li{
  line-height: 1.6;
}

/** Elementor Styles **/
.elementor-container.elementor-column-gap-default, .elementor-container.elementor-column-gap-narrow, .elementor-container.elementor-column-gap-extended,
.elementor-container.elementor-column-gap-wide, .elementor-container.elementor-column-gap-wider{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 992px){
  .elementor-container.elementor-column-gap-no .elementor-column.elementor-col-33,
  .elementor-container.elementor-column-gap-no .elementor-column[data-col="33"]{
    -ms-flex: 0 1 33.333%;
    -moz-box-flex: 0 1 33.333%;
    -webkit-box-flex: 0;
    flex: 0 1 33.333%;
  }
  .elementor-container.elementor-column-gap-narrow .elementor-column.elementor-col-33,
  .elementor-container.elementor-column-gap-narrow .elementor-column[data-col="33"]{
    -ms-flex: 0 1 33%;
    -moz-box-flex: 0 1 33%;
    -webkit-box-flex: 0;
    flex: 0 1 33%;
  }
  .elementor-container.elementor-column-gap-extended .elementor-column.elementor-col-33,
  .elementor-container.elementor-column-gap-extended .elementor-column[data-col="33"]{
    -ms-flex: 0 1 32%;
    -moz-box-flex: 0 1 32%;
    -webkit-box-flex: 0;
    flex: 0 1 32%;
  }
  .elementor-container.elementor-column-gap-wide .elementor-column.elementor-col-33,
  .elementor-container.elementor-column-gap-wide .elementor-column[data-col="33"]{
    -ms-flex: 0 1 31%;
    -moz-box-flex: 0 1 31%;
    -webkit-box-flex: 0;
    flex: 0 1 31%;
  }
  .elementor-container.elementor-column-gap-wider .elementor-column.elementor-col-33,
  .elementor-container.elementor-column-gap-wider .elementor-column[data-col="33"]{
    -ms-flex: 0 1 30%;
    -moz-box-flex: 0 1 30%;
    -webkit-box-flex: 0;
    flex: 0 1 30%;
  }
}