@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,300&display=swap');

body{
  font-family: 'Open Sans', sans-serif !important;
}

.c-background{
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #FAFAFA;
  z-index: -2;
}

.e-con.e-child{
  padding-left: 0 !important;
  padding-right: 0 !important;
}


.e-con-inner{
  max-width: inherit !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding: 10px 60px 40px 60px !important;
} 

.elementor-heading-title{
  color: #0F4E8C !important;
  font-weight: 700 !important;
  -webkit-text-stroke: 1px #0F4E8C !important;
}

h1{
  line-height: 2 !important;
}

.c-container-top{
  width: 100%;
  height: 70vh;
  background: #0F4E8C;
  position: absolute;
  z-index: -1;
}

.c-container-top-page{
  width: 100%;
  height: 300px;
  background: #0F4E8C;
  position: absolute;
  z-index: -1;
}

.c-menu{
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  width: calc(100% - 320px);
  padding: 10px 0;
  margin: 50px 0px 30px 320px;
}

.menu-item>a{
  font-size: 1rem;
  color: #FFFFFF;
  text-decoration: none !important;
}

.c-logo{
  width: 200px;
  height: 200px;
  background: #FFFFFF;
  position: absolute;
  margin-top: 24px;
  margin-left: 100px;
  border-radius: 100%;
  padding: 15px;
  box-sizing: border-box;
  z-index: 999;
}

.c-box{
  width: 100%;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 40px 100px;
  box-sizing: border-box;
  box-shadow: 20px 10px 75px -10px rgba(0,0,0,0.2);
}

.c-box-standard{
  margin: 40px 0;
}

.c-box-first{
  padding-top: 100px !important;
  padding-bottom: 50px !important;
  margin-bottom: 120px !important;
  min-height: 100px;
}

.c-box-second{
  margin-top: 260px;
}

.c-content-second{
  margin-top: 60px;
}

a{
  color: #2E3192;
}

.c-box-photo{
  width: 55%;
  position: relative;
  margin-top: -165px;
}

.c-photo-top{
  width: 100%;
  border-radius: 20px;
}

.c-menu-mobile{
  margin-top: 20px;
}

.c-title{
  font-size: 80px;
  color: #0F4E8C;
  font-weight: 700;
  -webkit-text-stroke: 2px #0F4E8C;
}

.c-title-smaller{
  font-size: 60px;
  line-height: 80px;
}

.c-title-special{
  color: #0F4E8C;
  font-weight: 700;
}

.c-title-second{
  float: right;
  text-align: center;
  margin-top: -145px;
}

.c-subtitle{
  font-size: 28px;
  color: #0F4E8C;
  font-weight: 600;
  margin-bottom: 15px;
}

.c-subtitle-special{
  font-size: 20px;
  line-height: 42px;
  color: #000000;
}

.c-text{
  font-size: 16px;
  color: #000000;
}

.c-link{
  font-size: 20px;
  color: #0F4E8C;
  text-transform: capitalize;
}

.c-link:after{
  margin-left: 6px;
  content: url('../img/link.svg');
}

.c-map{
  position: relative;
  margin-top: -50px;
}

.c-marker{
  background: unset;
  content: url('../img/location.svg');
  width: 28px;
}

.c-map-details{
  width: 85%;
  float: right;
  background: #0F4E8C;
  color: #FFFFFF;
  border-radius: 20px;
  padding: 25px 35px;
  box-sizing: border-box;
  font-size: 18px;
}

.c-map-selected{
  content: url('../img/location_red.svg');
}

.c-map-title{
  display: block;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.c-details-text{
  display: block;
  margin-left: 40px;
  margin-bottom: 15px;
}

.c-details-text::before{
  position: absolute;
  margin-left: -40px;
  margin-top: 5px;
}

.c-details-map:before{
  content: url('../img/details_map.svg');
}

.c-details-phone:before{
  margin-top: 12px;
  content: url('../img/details_phone.svg');
}

.c-details-email:before{
  margin-top: 0;
  content: url('../img/details_email.svg');
}

.c-details-site:before{
  margin-top: 0;
  content: url('../img/details_site.svg');
}

.c-post-photo{
  object-fit: cover;
  height: 200px;
  width: 100%;
  border-radius: 20px;
}

.c-read-more{
  color: #0F4E8C;
}

.c-link-older{
  color: #0F4E8C;
}

.c-link-older:after{
  position: relative;
  margin-left: 8px;
  bottom: -2px;
  content: url('../img/arrow_right.svg');
}

.c-contact-text{
  display: block;
  margin-left: 40px;
  margin-bottom: 15px;
}

.c-contact-text::before{
  position: absolute;
  margin-left: -40px;
  margin-top: 5px;
  width: 30px;
}

.c-contact-map:before{
  content: url('../img/contact_map.svg');
}

.c-contact-phone:before{
  margin-top: 12px;
  content: url('../img/contact_phone.svg');
}

.c-contact-email:before{
  margin-top: 0;
  content: url('../img/contact_email.svg');
}

.c-contact-general:before{
  margin-top: -5px;
  content: url('../img/contact_general.svg');
}

.c-contact-time:before{
  margin-top: -3px;
  content: url('../img/contact_time.svg');
}

.c-contact-first{
  margin-top: 5px;
}

.c-footer{
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.c-article-footer{
  margin-top: 60px;
  color: #0F4E8C;
}

.c-article-photo{
  width: 100%;
  border-radius: 20px;
  max-height: 300px;
  object-fit: cover;
}

.c-socials{
  padding: 10px 0;
  margin: 47px 0px 30px 16px;
  position: absolute;
  font-size: 25px;
}

.c-socials a{
  color: #FFF !important;
  margin-right: 6px;
}

@media (min-width: 960px) {

  .uk-h1, h1 {
    font-size: 3.425rem !important;
  }

}

@media (max-width: 960px) {

  .e-con-inner{
    padding: 20px 30px !important;
  } 

  .c-box{
    padding: 40px 50px;
  }

  .c-box-first{
    margin-bottom: 40px !important;
  }

  .c-box-standard{
    margin: 16px 0;
  }

  .c-box-first{
    padding-top: 100px;
    margin-top: 150px;
  }

  .c-logo{
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 20px;
  }

  .c-title-special{
    text-align: center;
    font-size: 3rem;
  }

  .c-subtitle-special{
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }

  .c-box-photo{
    width: 100%;
    margin-top: -100px
  }

  .c-box-second{
    margin-top: 130px;
  }

  .c-title-second{
    margin-top: -10px;
  }

  .c-title{
    font-size: 60px;
    -webkit-text-stroke: 1px #0F4E8C;
  }

  .c-subtitle{
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .c-title-smaller{
    font-size: 46px;
    line-height: 60px;
  }

  .c-map-details{
    width: calc(100%-40px);
    margin-top: 20px;
    float: unset;
    margin-left: 20px;
  }

.c-socials{
  margin:4px 0px 30px 4px;
  font-size: 26px;
}


  .c-box-map{
    padding: 40px 10px;
  }

  .c-details-text{
    font-size: 14px;
  }

  .c-map-title{
    font-size: 24px;
  }

  .c-details-text:before{
    transform: scale(.8);
    margin-left: -35px;
  }

  .c-details-text{
    margin-left: 35px;
  }

  .c-details-site:before{
    margin-top: -3px;
  }

  .c-marker{
    width: 25px;
  }

  .c-sponsor{
    margin: 5px 0;
  }

  .c-contact{
    margin-top: 40px;
  }

  .c-contact-text:before{
    transform: scale(.8);
    margin-left: -35px;
  }

  .c-contact-text{
    margin-left: 35px;
  }

  .c-footer{
    font-size: 14px;
  }

  .c-blog{
    margin-top: 30px;
  }

  .c-subtitle-blog{
    margin-top: 5px;
  }

  .c-post-photo{
    height: 150px;
  }

  .c-title-u-small{
    font-size: 38px;
  }
}
