/* Generated by less 3.11.1 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-59U.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meKCM.ttf) format('truetype');
}
/*Reset css*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  margin: 0px;
  padding: 0px;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #484848;
  font-weight: 400;
}
a {
  transition: all ease 0.3s;
  color: #404040;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.line-height-0 {
  line-height: 0;
}
p {
  color: #1D4161;
  margin-bottom: 10px;
}
p strong {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  color: #1D4161 !important;
}
a:hover {
  color: #1D4161;
}
h1{
  font-size: 30px;
  line-height: normal;
}
h2 {
  text-align: center;
  font-size: 55px;
  line-height: 70px;
  position: relative;
  padding: 10px 8px;
  display: inline-block;
  margin: 0 auto 40px auto;
}
h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #EFF1F4;
  height: 5px;
  width: 100%;
  bottom: 0;
}
h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 15px;
}
h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
h5{
  font-size: 20px;
  margin-bottom: 20px;
}
.blue-btn {
  background: #1D4161;
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  display: inline-block;
  border: none;
  padding: 12px 30px;
  text-transform: uppercase;
}
.blue-btn:hover {
  background: #484848;
  color: #fff;
}
header {
  padding: 15px 0px;
  background: #F7F8F9;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .top-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .top-right .social-icons {
  display: flex;
}
header .top-right .social-icons li {
  margin-right: 30px;
}
header .top-right .social-icons li a {
  color: #484848;
  font-size: 18px;
  display: inline-block;
}
header .top-right .social-icons li a:hover {
  color: #1D4161;
  transform: translateY(-10px);
}
header .top-right .for-question {
  color: #484848;
  font-size: 15px;
  border-left: #B2B2B2 solid 1px;
  padding-left: 30px;
}
header .top-right .for-question a {
  display: block;
  margin-top: 5px;
}
nav {
  position: sticky;
  left: 0;
  top: 0;
  background: #1D4161;
  padding: 10px 0px;
  z-index: 999;
}
nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .container ul {
  display: flex;
}
nav .container ul li {
  margin-right: 40px;
}
nav .container ul li a {
  color: #fff;
}
nav .container ul li a:hover {
  color: #5cb1f9;
}
.menu-icon{
  display: none !important;
}
nav .white-btn {
  background: #fff;
  color: #1D4161;
  display: inline-block;
  padding: 10px 30px;
  text-transform: uppercase;
  border: none;
  letter-spacing: 1px;
  font-size: 18px;
}
nav .white-btn:hover {
  background: #5cb1f9;
  color: #fff;
}
.banner-section {
  min-height: 685px;
  background-size: cover;
  position: relative;
}
.banner-section:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #14324B;
  opacity: 0.39;
}
.banner-section .container {
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
}
.banner-section .caption {
  top: 45%;
  text-align: right;
  position: absolute;
  transform: translateY(-50%);
  max-width: 730px;
  right: 0;
}
.banner-section p {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}
.banner-section h1 {
  color: #fff !important;
  font-size: 55px !important;
  margin-bottom: 20px;
  line-height: 70px;
}
.banner-thumbs {
  position: relative;
  z-index: 3;
  margin-top: -125px;
}
.banner-thumbs .thumb-block {
  overflow: hidden;
  line-height: 0;
  background: #1D4161;
  width: 100%;
  height: 100%;
}
.banner-thumbs .thumb-block img {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.35);
  transition: all ease 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-thumbs .thumb-block:hover img {
  transform: scale(1.1);
  opacity: 0.6;
}
.who-we-are {
  padding: 80px 0px;
}
.who-we-are img{
  width: 100%;
}
.who-we-are p {
  font-size: 18px;
}
.research-section {
  padding: 80px 0px;
  background: rgba(29, 65, 97, 0.07);
}
.research-section .research-block {
  text-align: center;
}
.research-section .research-block h3 {
  font-size: 36px;
  color: #1D4161;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 15px;
}
.research-section .research-block p {
  text-align: left;
  font-size: 18px;
  line-height: 22px;
}
.what-we-do {
  padding: 80px 0px;
}
.what-we-do p {
  margin-bottom: 15px;
  line-height: 22px;
  font-size: 18px;
}
.get-involved {
  padding: 80px 0px;
  background: rgba(29, 65, 97, 0.07);
}
.get-involved h2:after {
  background: #e0e5e8;
}
.get-involved .loop-block {
  max-width: 430px;
  padding: 20px 0px;
  margin: 0 auto;
  text-align: center;
}
.get-involved .loop-block p {
  font-size: 18px;
  margin-bottom: 30px;
}
.latest-news {
  padding: 80px 0px;
}
.latest-news .news-block {
  margin-top: 30px;
}
.latest-news .news-block img {
  width: 100%;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.35);
  object-fit: cover;
  transition: all ease 0.3s;
}
.latest-news .news-block .img-holder {
  overflow: hidden;
  background: #1D4161;
}
.latest-news .news-block h4 {
  font-size: 24px;
  font-weight: normal;
  margin: 20px 0;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.latest-news .news-block p {
  line-height: 22px;
  font-size: 16px;
}
.latest-news .news-block:hover .img-holder img {
  transform: scale(1.1);
  opacity: 0.8;
}
.latest-news .info {
  margin-top: 15px;
  border-top: #909090 solid 1px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.latest-news .info p {
  font-size: 14px;
  color: #909090;
}
.tribe-events-nav-pagination{
  background: #eff1f4;
}
.tribe-events-nav-pagination ul li a{
  font-size: 12px;
}
.tribe-events-nav-pagination .tribe-events-nav-previous{
  padding: 0 10px;
}
.tribe-events-footer .tribe-events-nav-pagination{
  background: #e8e8e8;
}
.nav-links{
  display: flex;
  justify-content: space-between;
}
.nav-links .nav-previous a{
  padding-left: 10px;
  color: #fff;
}
.nav-links .nav-next a{
  padding-right: 10px;
  color: #fff;
}
.elementor-193 .elementor-element.elementor-element-7292ba0 {
    border: 2px solid #333333;
    padding: 25px;
}
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    background: #ffffff !important;
    border: 1px solid #333 !important;
}
.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    width: 180px!important;
    height: auto!important;
}
.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
    background: #5cb1f9!important;
    color: #fff!important;
}
footer {
  padding-top: 30px;
  background: #F7F8F9;
}
footer p,
footer a {
  color: #747474;
  font-size: 14px;
}
footer .ct-links li {
  margin-bottom: 6px;
}
footer .ct-links li a{
  color: #747474;
}
footer .ct-links li:last-child {
  margin-bottom: 0;
}
footer .ft-links li a {
  display: inline-block;
  margin-bottom: 6px;
}
footer .ft-links li .fas{
  color: #1d4161;
}
footer .ft-links li a:hover {
  color: #1D4161;
  padding-left: 5px;
}
footer h2 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: normal;
}
footer .under-line {
  text-decoration: underline;
  clear: both;
}
footer .copyright {
  background: #1D4161;
  padding: 15px 0px;
  margin-top: 30px;
}
footer .copyright p {
  color: #fff;
}
.copyright .footer-para2 a:hover {
  color: #5cb1f9 !important;
}

@media only screen and (max-width: 1199px) {
  nav .container ul li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    max-width: 100%;
  }
  .banner-thumbs {
    margin-top: 30px;
  }
  .banner-thumbs .thumb-block img {
    display: block;
    margin: 0 auto 30px auto;
  }
  .banner-section {
    min-height: 575px;
  }
  .who-we-are {
    text-align: center;
  }
  .who-we-are img {
    display: block;
    margin: 0 auto 20px auto;
  }
  .research-section .research-block {
    margin-bottom: 30px;
  }
  .research-section .research-block p {
    text-align: center;
  }
  .what-we-do {
    text-align: center;
  }
  .what-we-do .blue-btn {
    margin-bottom: 30px;
  }
  .get-involved .wrapper {
    flex-direction: column;
  }
  .get-involved .wrapper .loop-block {
    margin-bottom: 30px;
    margin: 0 auto;
  }
  .get-involved .wrapper:after {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  header .container {
    flex-direction: column;
  }
  header .top-right .for-question {
    margin-left: 5px;
    padding-left: 5px;
  }
  header .top-right .social-icons li {
    margin-right: 5px;
  }
  header .top-right {
    margin-top: 10px;
  }
  nav .container ul {
    display: none;
    position: absolute;
    background: #1d4161;
    left: 0;
    width: 100%;
    top: 60px;
    padding: 15px;
  }
  nav .container ul li {
    margin-bottom: 10px;
  }
  .menu-icon {
    display: inline-block !important;
    background: #fff;
    color: #1D4161;
    padding: 10px 13px;
  }
  .banner-section h1 {
    font-size: 26px;
    line-height: normal;
  }
  .banner-section p {
    font-size: 18px;
  }
  .banner-section .caption {
    padding: 0px 15px;
    text-align: center;
  }
  .who-we-are {
    padding: 30px 0px;
  }
  h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .research-section {
    padding: 30px 0px;
  }
  .what-we-do p {
    font-size: 16px;
  }
  .latest-news {
    padding: 30px 0px;
  }
}
