*,
*,
*:before,
*:after {
  box-sizing: border-box;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/roboto/Roboto-Regular.eot") format("embedded-opentype");
  src: url("../fonts/roboto/Roboto-Regular.woff") format("woff"),
    url("../fonts/roboto/Roboto-Regular.ttf") format("truetype"),
    url("../fonts/roboto/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/roboto/Roboto-Medium.eot") format("embedded-opentype");
  src: url("../fonts/roboto/Roboto-Medium.woff") format("woff"),
    url("../fonts/roboto/Roboto-Medium.ttf") format("truetype"),
    url("../fonts/roboto/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/roboto/Roboto-Light.eot") format("embedded-opentype");
  src: url("../fonts/roboto/Roboto-Light.woff") format("woff"),
    url("../fonts/roboto/Roboto-Light.ttf") format("truetype"),
    url("../fonts/roboto/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/roboto/Roboto-Bold.eot") format("embedded-opentype");
  src: url("../fonts/roboto/Roboto-Bold.woff") format("woff"),
    url("../fonts/roboto/Roboto-Bold.ttf") format("truetype"),
    url("../fonts/roboto/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0px;
  padding: 0px;
  position: relative;
  font-family: "Roboto-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
}
h1 {
  font-family: "Roboto-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 46px;
  color: #022236;
  margin-bottom: 20px;
}
h2 {
  font-family: "Roboto-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #022236;
  margin-bottom: 20px;
}
h3 {
  font-family: "Roboto-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 36px;
  color: #022236;
  margin-bottom: 20px;
}
h4 {
  font-family: "Roboto-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #aaa;
  margin-bottom: 10px;
}
h5 {
  font-family: "Roboto-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #022236;
  margin: 15px 0px;
}
ul {
  margin: 0;
  padding: 0px;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #005e97;
}
a:hover {
  text-decoration: none;
  outline: none;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  color: #00b0ff;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
p {
  font-family: "Roboto-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: rgba(2, 34, 54, 0.604308);
  width: 100%;
}
button:focus {
  outline: none;
}
.tbl {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.tbl-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.img-responsive {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}
.paddingtop {
  padding: 70px 0px;
}
.inline-block {
  float: left;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}
.container-inner {
  max-width: 90%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.text-center {
  text-align: center;
}
.bg-btn {
  background-color: #00b0ff;
  border-radius: 27px;
  padding: 17px 28px;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  display: inline-block;
  margin-top: 15px;
  font-family: "Roboto-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}
.bg-btn:hover {
  background: linear-gradient(90deg, #003f6a 0%, #03aff7 122.17%);
  color: #fff;
}
.brdr-btn {
  background: rgba(255, 255, 255, 0.0001);
  border: 1px solid #ffffff;
  box-sizing: border-box;
  backdrop-filter: blur(27.1828px);
  border-radius: 27px;
  padding: 17px 24px;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  display: inline-block;
  margin-top: 15px;
  font-family: "Roboto-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}
.orange-btn {
  border: 1px solid #ff8246;
  box-sizing: border-box;
  border-radius: 17.5px;
  font-family: "Roboto-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ff8246 !important;
  padding: 7px 18px 6px 18px;
  margin-right: 7px;
  display: block;
}
.orange-btn:hover {
  border: 1px solid #00b0ff;
  color: #00b0ff !important;
}
/*********** splash screen *********/
.popopen {
  overflow: hidden;
}
.hero-section {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999999;
  overflow: hidden;
  background: #1d3857;
}
.hero-section-image .herooverlay {
  display: block;
  z-index: 1;
  mix-blend-mode: normal;
  opacity: 0.28;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(
    270deg,
    #003f6a 2.53%,
    #0690c9 51.3%,
    #003f6a 100%
  );
}
.hero-section-wrap {
  height: 100vh;
}
.hero-section-option {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  mix-blend-mode: overlay;
  opacity: 0.11;
}
.hero-section-option img {
  mix-blend-mode: multiply;
  width: 100%;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.hero-section .container {
  z-index: 999999;
  position: relative;
  left: 50%;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 100%;
  display: inline-block;
}
.splash-inner h2 {
  font-size: 44px;
  line-height: 55px;
  margin-bottom: 10px;
  color: #fff;
}
.splash-inner p {
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #beeef7;
}
.splash-inner a {
  margin: 15px 10px;
}
.splash-btm {
  position: absolute;
  display: inline-block;
  width: 100%;
  bottom: 60px;
  top: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99999;
}
.hero-section .close-btn {
  position: absolute;
  top: 25px;
  right: 30px;
  z-index: 99;
}
.splash-inners {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.splash-bg {
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  background-position: center;
  height: 100%;
  width: 100%;
  z-index: 9999;
  position: relative;
}
/********** Header Section *********/
.header-section {
  float: left;
  width: 100%;
  /*position: fixed;
  z-index: 99999;*/
}
.header-top-sect {
  float: left;
  width: 100%;
  padding: 30px 0px 35px 0px;
  position: relative;
}
.header-logo {
  float: left;
  width: 250px;
}
.header-logo h1 {
  margin: 0;
  line-height: 0;
  font-size: 0;
}
.header-logo img {
  max-width: 100%;
  height: auto;
}
.header-top-sect .header-bg {
  position: absolute;
  top: 0;
  left: auto;
  right: 150px;
  bottom: 0;
  text-align: center;
  max-width: 60%;
  height: 100%;
}
.header-top-sect .header-bg img {
  height: 100%;
}
.top-rgh-sct {
  float: right;
  position: relative;
  z-index: 99;
}
.top-rgh-sct ul li {
  display: inline-block;
  padding-left: 20px;
  line-height: 30px;
}
.top-rgh-sct ul li a {
  font-family: "Roboto-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  color: #ffffff;
  padding-left: 40px;
  position: relative;
}
.top-rgh-sct ul li a:hover {
  color: #00b0ff;
}
.top-rgh-sct ul li.home a:before {
  content: url("../images/home-icon.svg");
  background: #1d3857;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  border-radius: 100%;
  right: 0;
  text-align: center;
  vertical-align: top;
  line-height: 36px;
}
.top-rgh-sct ul li.contact a:before {
  content: url("../images/mail-icon.svg");
  background: #1d3857;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  border-radius: 100%;
  right: 0;
  text-align: center;
  vertical-align: top;
  line-height: 36px;
}
.top-search-sect {
  margin-top: 20px;
  text-align: right;
}
.top-search-sect h3 {
  font-size: 28px;
  line-height: 40px;
  text-align: right;
  color: #ffffff;
  margin-bottom: 28px;
}
form.search-form {
  position: relative;
  width: 400px;
  float: right;
}
.top-search-sect input[type="text"] {
  width: 100%;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(40.7742px);
  border-radius: 25px;
  padding: 5px 25px;
  outline: none;
  height: 50px;
  color: #fff;
  font-family: "Roboto-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  border: none;
  outline: none;
}
.top-search-sect input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.top-search-sect input::-moz-placeholder {
  /*Firefox 19+*/
  color: #fff;
}
.top-search-sect input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.top-search-sect input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.top-search-sect input[type="submit"] {
  display: block;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  background: #ffffff;
  border-radius: 25px;
  background-position: center;
  width: 140px;
  cursor: pointer;
  height: 50px;
  font-family: "Roboto-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 16px;
  text-align: center;
  color: #026fa1;
  outline: none;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
}
.top-search-sect input[type="submit"]:hover {
  background: #00b0ff;
  border: 1px solid #00b0ff;
  color: #fff;
}
.header-nav {
  background: #1d3857;
}
.header-inner {
  float: left;
  width: 100%;
  text-align: center;
}
.responsive-menu {
  display: none;
}
.footer-sct {
  background: #003d69;
  padding: 45px 0px 70px 0px;
  position: relative;
  z-index: 999;
}
.footer-main h3 {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 15px;
}
.footer-main ul li {
  display: inline-block;
  width: 100%;
}
.footer-main ul li,
.footer-main ul li a {
  padding: 1px 0px;
  display: inline-block;
  font-family: "Roboto-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-main ul li a:hover {
  color: #00b0ff;
}
.footer-main.find-us > img {
  margin: 0px 15px;
  vertical-align: middle;
}
.footer-main .social-icons {
  margin-top: 45px;
  text-align: center;
}
.footer-main .social-icons ul li {
  display: inline-block;
  width: auto;
  padding-right: 15px;
}
.footer-main p {
  font-family: "Roboto-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-main.legal-sect a.btns {
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 22.5px;
  font-family: "Roboto-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  padding: 14px 27px;
  margin: 5px 0px 8px 0px;
}
.footer-sct .footer-inners {
  position: absolute;
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0;
  text-align: center;
  width: 76%;
  margin: 0 auto;
  z-index: -999;
}
.footer-sct .footer-inners .footer-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.footer-btm {
  mix-blend-mode: normal;
  border-top: 1px solid #beeef7;
  margin-top: 30px;
  padding-top: 12px;
}
.footer-btm .about-table {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-btm .about-table .footer-left,
.footer-btm .about-table .footer-rgt {
  flex: 0 0 auto;
  width: 23%;
}
.footer-btm .about-table .footer-mdl {
  flex: 1 1 auto;
  text-align: center;
}
.footer-btm p {
  font-family: "Roboto-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #55c6f7;
}
.footer-btm .about-table .footer-left p {
  text-align: left;
}
.footer-btm .about-table .footer-left a {
  color: #55c6f7;
}
.footer-btm .about-table .footer-left a:hover {
  color: #fff;
}
.footer-btm .about-table .footer-rgt {
  text-align: right;
}
.footer-btm ul li {
  display: inline-block;
}
.footer-btm ul li a {
  display: inline-block;
  font-family: "Roboto-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  text-align: right;
  color: #55c6f7;
  padding: 0px 12px;
}
.footer-btm ul li a:hover {
  color: #fff;
}
.footer-notice {
  margin-top: 25px;
}
.footer-notice p {
  margin: 0px;
  font-family: "Roboto-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  mix-blend-mode: normal;
  opacity: 0.7;
}
.about-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.common-listing {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 999;
  flex-wrap: wrap;
  margin-top: 42px;
}
.common-listing-inner {
  margin: 0px 50px 30px 0px;
  position: relative;
}

.common-sect h2 {
  font-size: 36px;
  line-height: 45px;
  color: #022236;
  mix-blend-mode: normal;
  opacity: 0.95;
}
.explore-section {
  background: #fff;
  position: relative;
  padding-bottom: 30px;
}
.explore-section .common-listing-inner {
  margin: 0px 25px 30px 0px;
  position: relative;
}
.explore-section .explore-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 315px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.0954484);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.explore-details {
  margin-top: 25px;
}
.explore-details .explore-cat {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #ff8246;
  font-family: "Roboto-Bold";
  font-style: normal;
  font-weight: bold;
}
.explore-details h3 {
  font-size: 22px;
  line-height: 28px;
  color: #1d3857;
  margin: 0 0 15px;
  transition: 0.5s ease all;
}
.explore-section .common-listing-inner:hover h3 {
  color: #ff8246;
}
.common-btn-sct {
  position: absolute;
  right: 30px;
  top: 0;
}
.shadow-btn {
  background: linear-gradient(90deg, #003f6a 0%, #03aff7 122.17%);
  border-radius: 24px;
  font-family: "Roboto-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  text-align: right;
  color: #ffffff;
  height: 48px;
  padding: 15px 60px 15px 24px;
  display: inline-block;
  position: relative;
}
.shadow-btn:after {
  content: url("../images/btn-arrow.svg");
  position: absolute;
  right: 23px;
  top: 17px;
  z-index: 999;
  width: 8px;
  height: 13px;
}
.latestnews-sect {
  padding: 50px 0px 30px 0px;
  position: relative;
}
.latestnewsbg {
  background: rgba(238, 236, 235, 0.451172);
  position: absolute;
  top: 0;
  width: 100%;
  height: 1100px;
  z-index: -1;
}
.latestnews-sect .container-inner {
  margin: 40px auto 0px auto;
}
.news-listing-inner {
  position: relative;
  overflow: hidden;
  display: flex;
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: 0px 14px 70px rgba(2, 34, 54, 0.0711051);
  border-radius: 28px;
}
.news-listing-inner .news-left {
  width: 100%;
  height: 100%;
}
.news-listing-inner .news-bg {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 250px;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
}
.news-listing-inner .news-bg:after,
.explore-section .explore-bg:after  {
  content: "";
  background: #005e97;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
}

.news-listing-inner:hover .news-bg:after,
.explore-section .common-listing-inner:hover .explore-bg:after {
  opacity: 0.2;
}
.news-listing-inner .news-details {
  padding: 32px 50px 0px 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 77%;
  flex: 0 0 77%;
  background: #fff;
  background: #fff;

}
.news-listing-section-inner .news-listing-inner .news-details {
  padding: 32px 40px 0px 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 74%;
  flex: 0 0 74%;
  background: #fff;
}
.news-listing-inner .news-details h3 {
  font-size: 24px !important;
  line-height: 30px !important;
  color: #022236;
  margin: 15px 0px 0px 0px !important;
}
.news-listing-inner .news-details h3 a {
  color: #022236;
  width: 100%;
  display: inline-block;
  font-size: 24px !important;
  line-height: 30px !important;
  transition: 0.5s ease-in-out all;
}
.news-listing-inner .news-details h3 a:hover {
  color: #00b0ff;
}
.news-listing-inner .news-details p {
  font-size: 16px;
  line-height: 25px;
  color: rgba(2, 34, 54, 0.604308);
}
.news-details-inner ul li {
  display: inline-block;
}
.news-details-inner ul li.news-date {
  font-family: "Roboto-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #ff8246;
  margin-right: 10px;
}
.news-details-inner ul li a.orange-btn {
  border: none;
  border-radius: 0px;
  padding: 0px 10px 0px 12px;
  border-left: 1px solid rgba(143, 143, 143, 0.6);
  margin-right: 0px;
}
.news-single-cates {
  margin: 0px 0px 15px 0px;
  display: inline-block;
  width: 100%;
}
.events-sect {
  padding-top: 30px;
}
.events-sect h2 {
  text-align: center;
}
.events-sect .owl-carousel .owl-stage-outer {
  padding: 45px 0px;
}
.event-listing {
  background: #ffffff;
  box-shadow: 0px 10px 20px rgba(26, 87, 120, 0.15);
  border-radius: 28px;
  position: relative;
}
.event-listing h3 {
  font-size: 22px;
  line-height: 28px;
  color: #022236;
  mix-blend-mode: normal;
  opacity: 0.9;
  display: inline-block;
  width: 100%;
  background: rgba(190, 238, 247, 0.45);
  padding: 20px 35px 20px 104px;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  margin-bottom: 0px;
  min-height: 95px;
}
.event-listing h3 a {
  color: #022236;
}
.event-listing h3 a:hover {
  color: #00b0ff;
}
.event-listing .event-date {
  background-image: url("../images/event-icon.svg");
  width: 84px;
  height: 114px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Roboto-Light";
  font-style: normal;
  font-weight: 300;
  font-size: 45px;
  text-align: center;
  letter-spacing: -1px;
  color: #ffffff;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
}
.event-listing .event-date .event-list {
  margin-top: 18px;
  display: inline-block;
  width: 100%;
}
.event-listing .event-date .event-month {
  font-family: "Roboto-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1.2px;
  color: #ffffff;
}
.event-listing .event-details {
  padding: 18px 40px 22px 40px;
  display: inline-block;
  width: 100%;
}
.event-listing .event-details ul.event-cats {
  margin-top: 20px;
  border-top: 1px solid rgba(161, 166, 172, 0.6);
  padding-top: 16px;
  mix-blend-mode: normal;
}
.event-listing .event-details p {
  font-size: 16px;
  line-height: 25px;
  color: rgba(2, 34, 54, 0.604308);
}
.event-listing .event-details .orange-btn {
  display: inline-block;
  margin-bottom: 0px;
  color: #ff8246;
  border: none;
  border-radius: 0px;
  padding: 0px;
}
.event-listing .event-details .orange-btn:hover {
  color: #00b0ff;
  border: none;
  border-radius: 0px;
}
.event-listing .event-details .event-host {
  float: right;
  margin-top: 10px;
}
.event-listing .event-details .event-host span {
  font-family: "Roboto-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  color: #005e97;
  padding-left: 17px;
  position: relative;
  float: right;
  margin: 10px 0px 0px 15px;
}
.event-listing .event-details .event-host span:before {
  content: url("../images/host-icon.svg");
  width: 10px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
}
#events-slider .owl-nav {
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
}
#events-slider .owl-nav span {
  display: none;
}
#events-slider .owl-nav .owl-prev {
  background-image: url("../images/left-arrow.svg");
  width: 98px;
  height: 98px;
  left: -90px;
  position: absolute;
}
#events-slider .owl-nav .owl-next {
  transform: rotate(180deg);
  right: -90px;
  background-image: url("../images/left-arrow.svg");
  width: 98px;
  height: 98px;
  position: absolute;
}
#events-slider .owl-dots {
  text-align: center;
  margin-top: 0px;
}
#events-slider .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  padding: 0px 6px !important;
}
#events-slider .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background-color: #beeef7;
  display: inline-block;
  border-radius: 100%;
  margin: 0px 2px;
}
#events-slider .owl-dots .owl-dot.active span {
  width: 8px;
  height: 8px;
  background-color: #ff8246;
  display: inline-block;
  border-radius: 100%;
}
.events-sect .common-btn-sct {
  position: inherit;
  margin-top: 27px;
  text-align: center;
  right: 0px;
}
.inner-section {
  height: 470px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: normal;
  position: relative;
  overflow: hidden;
}
.inner-section .banner-layer {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.0001) 0%,
    #ffffff 100%
  );
  mix-blend-mode: normal;
}
.inner-section .slider-content {
  float: right;
  width: 40%;
}
.inner-section .slider-content h2 {
  font-size: 45px;
  line-height: 54px;
  text-align: right;
  color: #1d3857;
}
.inner-section .slider-content p {
  font-size: 24px;
  line-height: 32px;
  text-align: right;
  color: #1d3857;
}
.community-bg {
  background: rgba(238, 236, 235, 0.451172);
}
.inner-page-section {
  background: #1d3857;
}
.inner-page-section .container {
  z-index: 999;
}
.inner-page-section .header-bgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.inner-page-section .header-bgs img {
  width: 100%;
  height: 100%;
}
.search .inner-page-section .header-bgs img {
  mix-blend-mode: overlay;
  opacity: 0.4;
}
.inner-page-section h2 {
  font-size: 44px;
  line-height: 45px;
  color: #ffffff;
  margin-bottom: 25px;
}
.breadcrums-sect ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  padding: 0px 0px 0px 30px;
  position: relative;
}
.breadcrums-sect ul li a {
  color: #fff;
}
.breadcrums-sect ul li a:hover {
  color: #00b0ff;
}
.breadcrums-sect ul li.home-menu:before {
  content: url(../images/home-icon.svg);
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 3px;
}
.breadcrums-sect ul li:before {
  content: url(../images/breadcrum-arrow.svg);
  width: 12px;
  height: 12px;
  position: absolute;
  left: 9px;
  top: 2px;
}
.inner-mdl-sect {
  padding: 40px 0px;
}
.inner-mdl-sect .sidebar-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26%;
  flex: 0 0 26%;
}
.inner-mdl-sect .sidebar-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 68%;
  flex: 0 0 68%;
}
.inner-mdl-sect .sidebar-left .sidebar-left-inner {
  background: #ffffff;
  box-shadow: 0px 14px 70px rgba(2, 34, 54, 0.0711051);
  border-radius: 15px;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
.inner-mdl-sect .sidebar-left .sidebar-left-inner h3 {
  background: #6fc2d0;
  box-shadow: 0px 14px 70px rgba(2, 34, 54, 0.0711051);
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  padding: 19px 30px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-bottom: 0px;
}
.inner-mdl-sect .sidebar-left .sidebar-left-inner ul {
  padding: 15px 30px;
  text-align: left;
}
.inner-mdl-sect .sidebar-left .sidebar-left-inner ul li {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 4px 0px 4px 20px;
}
.inner-mdl-sect .sidebar-left .sidebar-left-inner ul li a {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #022236;
  font-family: "Roboto-Light";
  display: inline-block;
  width: 100%;
  word-break: break-all;
}
.inner-mdl-sect .sidebar-left .sidebar-left-inner ul li a:hover,
.inner-mdl-sect .sidebar-left .sidebar-left-inner ul li.active a {
  color: #00b0ff;
}
.inner-mdl-sect .sidebar-left .sidebar-left-inner.pagelinks ul li:before {
  content: url(../images/sidebar-arrow.svg);
  position: absolute;
  left: 0px;
  top: 3px;
  width: 6px;
  height: 10px;
}
.inner-mdl-sect .sidebar-left .sidebar-left-inner.pagelinks ul li:hover:before,
.inner-mdl-sect
  .sidebar-left
  .sidebar-left-inner.pagelinks
  ul
  li.active:before {
  content: url(../images/sidebar-arrow-hover.svg);
  position: absolute;
  left: 0px;
  top: 4px;
  width: 6px;
  height: 10px;
}

.inner-mdl-sect .sidebar-left .sidebar-left-inner ul li.prints:before {
  content: url(../images/print.svg);
  width: 17px;
  height: 16px;
  position: absolute;
  left: -7px;
  top: 6px;
}
.inner-mdl-sect .sidebar-left .sidebar-left-inner ul li.calendar-icon:before {
  content: url(../images/calender-icon.svg);
  width: 15px;
  height: 15px;
  position: absolute;
  left: -7px;
  top: 4px;
}
.inner-mdl-sect .sidebar-left .helpsect h3 {
  background: #005e97;
  text-align: left;
}
.inner-mdl-sect .sidebar-left .helpsect {
  text-align: center;
}
.inner-mdl-sect .sidebar-left .helpsect .shadow-btn {
  margin: 20px 30px;
}
.inner-mdl-sect .sidebar-left .helpsect h4 {
  font-size: 16px;
  line-height: 24px;
  color: #022236;
  padding: 15px 30px 0px 30px;
  margin-bottom: 0px;
  text-align: left;
}
.inner-mdl-sect .sidebar-right .date {
  font-family: "Roboto-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: rgba(81, 82, 81, 0.5);
  margin-bottom: 10px;
}
.inner-mdl-sect .sidebar-right h2 {
  font-size: 36px;
  line-height: 45px;
  color: #022236;
  mix-blend-mode: normal;
  opacity: 0.95;
  margin-bottom: 20px;
}
.inner-mdl-sect .sidebar-right p {
  font-size: 16px;
  line-height: 25px;
  color: rgba(2, 34, 54, 0.604308);
  margin-bottom: 16px;
}
.inner-mdl-sect .sidebar-right ul {
  padding: 8px 0px 8px 25px;
  display: inline-block;
  width: 100%;
}
.inner-mdl-sect .sidebar-right ul li ul {
  padding-left: 0px;
}
.inner-mdl-sect .sidebar-right ul li,
.inner-mdl-sect .sidebar-right ol li {
  font-size: 16px;
  line-height: 25px;
  color: rgba(2, 34, 54, 0.604308);
  position: relative;
  vertical-align: middle;
  padding: 2px 0px 2px 22px;
}
.inner-mdl-sect .sidebar-right ul li:before {
  content: "";
  background: #00b0ff;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0px;
  top: 10px;
  border-radius: 100%;
}
.inner-mdl-sect .sidebar-right ol li {
  padding-left: 0px;
}
.inner-mdl-sect .sidebar-right ol li:before {
  content: none;
}
.inner-mdl-sect .sidebar-right img {
  max-width: 80%;
  height: auto;
  vertical-align: middle;
  margin-right: 30px;
  border-radius: 24px;
  margin: 15px 0px;
}
.inner-mdl-sect .sidebar-right figure {
  margin: 0px;
}
.inner-mdl-sect .sidebar-right figure .wp-caption-text {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  color: rgba(2, 34, 54, 0.604308);
  margin-bottom: 16px;
}
.inner-mdl-sect .sidebar-right h3 {
  font-size: 22px;
  line-height: 32px;
  color: #022236;
  mix-blend-mode: normal;
  opacity: 0.9;
  margin: 10px 0px;
  display: inline-block;
  width: 100%;
}
.inner-mdl-sect .sidebar-right a {
  color: #00b0ff;
  position: relative;
  word-break: break-word;
}
.inner-mdl-sect .sidebar-right a:hover {
  color: #005e97;
}
.inner-mdl-sect .sidebar-right .dropdown-anchor {
    font-size: 15px;
    font-family: "Roboto-Bold";
}
.sidebar-accordian {
  margin: 20px 0px;
}
.sidebar-accordian h3 {
  text-transform: uppercase;
  font-size: 22px !important;
  line-height: 28px !important;
  color: #022236;
  mix-blend-mode: normal;
  opacity: 0.9;
  margin: 0px 0px 15px 0px !important;
}
.referral-listing .sidebar-accordian h3 a {
  font-size: 22px !important;
  line-height: 28px !important;
}
.sidebar-accordian .accordian-list {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(161, 166, 172, 0.6);
}
.sidebar-accordian:last-child .accordian-list {
  border-bottom: none;
}
.referral-listing .sidebar-accordian {
  border-bottom: 1px solid rgba(161, 166, 172, 0.6);
}
.referral-listing .sidebar-accordian .accordian-list,
.referral-listing .sidebar-accordian:last-child {
  border-bottom: none;
}
.ref-search-list.referral-listing .sidebar-accordian {
  border-bottom: none;
  margin-bottom: 0px;
}
.ref-search-list.referral-listing .sidebar-accordian .accordian-list {
  padding-bottom: 0px;
}
.sidebar-accordian .faq-item {
  display: inline-block;
  width: 100%;
}
.sidebar-accordian .faq-sec {
  font-size: 20px;
  line-height: 26px;
  color: #1d3857;
  cursor: pointer;
  padding: 16px 30px 16px 58px;
  position: relative;
  border-bottom: 3px solid transparent;
}
.sidebar-accordian .faq-sec:hover {
  background: #ffffff;
  box-shadow: 0px 14px 70px rgba(2, 34, 54, 0.15);
  border-radius: 11px;
  color: #ff8246;
  border-bottom: 3px solid #ff8246;
}
.sidebar-accordian .faq-ans {
  display: none;
  padding: 15px 30px 15px 58px;
}
.sidebar-accordian .faq-ans h3 {
  margin: 15px 0px !important;
}
.sidebar-accordian .faq-ans h4 {
  margin: 0 0 10px !important;
  font-size: 18px;
  color: #ff8246;
}
.sidebar-accordian .faq-sec:before,
.sidebar-accordian .faq-sec:hover:before {
  content: url(../images/plus.svg);
  width: 15px;
  height: 14px;
  position: absolute;
  left: 25px;
}
.sidebar-accordian .faq-sec:hover:before {
  content: url(../images/plus-orange.svg);
  width: 15px;
  height: 14px;
  position: absolute;
  left: 25px;
}
.sidebar-accordian .faq-item.faq-item-bg {
  background: #ffffff;
  box-shadow: 0px 14px 50px rgba(2, 34, 54, 0.0831069);
  border-radius: 11px;
  margin-bottom: 20px;
}
.sidebar-accordian .faq-item.faq-item-bg .faq-sec {
  color: #ff8246;
  border-bottom: 3px solid #ff8246;
}
.sidebar-accordian .faq-sec.open:before {
  content: url(../images/minus.svg);
  width: 15px;
  height: 4px;
  position: absolute;
  left: 25px;
  top: 11px;
}
.sidebar-accordian .faq-ans p {
  margin: 0 0 15px;
  width: 100%;
}
.sidebar-accordian .faq-ans ul {
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0 0 15px;
}
.sidebar-accordian .faq-ans ul li a {
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #00b0ff;
  position: relative;
  font-family: "Roboto-Bold";
  padding-left: 25px;
}
.sidebar-right ul li.accordians {
  padding: 6px 0px 6px 0px;
}
/*.sidebar-right ul li.accordians:before,.sidebar-right ul li.accordians a:before {
  background: none !important;
  content: none !important;
}*/

.sidebar-right a {
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #00b0ff;
  position: relative;
  font-family: "Roboto-Bold";
  /*padding-left: 25px;*/
}

.sidebar-right table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0px;
  display: inline-table;
}
.sidebar-right table td {
  text-align: left;
  padding: 15px 30px 10px 30px;
  font-size: 16px;
  line-height: 25px;
  color: rgba(2, 34, 54, 0.604308);
}
.sidebar-right table td:first-child {
  border-top-left-radius: 10px;
  padding-left: 20px !important;
}
.sidebar-right thead th:first-child {
  padding-left: 20px !important;
}
.sidebar-right table td:last-child {
  border-top-right-radius: 10px;
  /*border-left: 1px solid rgba(161, 166, 172, 0.6);*/
}
.sidebar-right table td:first-child {
  border-bottom-left-radius: 10px;
}
.sidebar-right table td:last-child {
  border-bottom-right-radius: 10px;
}
.sidebar-right tr:nth-child(even) {
  background-color: #fff;
}
.sidebar-right tr:nth-child(odd) {
  background: #f7f6f6;
}
.sidebar-right table td h4,
.sidebar-right table td h3,
.sidebar-right table td h5,
.sidebar-right table td h2 {
  font-size: 20px;
  line-height: 26px;
  color: #1d3857;
  margin: 0px;
}
.sidebar-right table td p {
  font-size: 16px;
  line-height: 25px;
  color: rgba(2, 34, 54, 0.604308);
}
.sidebar-right table td ul {
  padding-left: 0px !important;
}
.sidebar-right table td ul li {
  padding: 3px 0px 3px 22px !important;
}
.sidebar-right table td ul li:before {
  top: 13px !important;
}
.sidebar-right table td ul li.call:before {
  content: url(../images/phone.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  left: -7px;
  top: 6px;
  background: none;
}
.sidebar-right table td ul li.link:before {
  content: url(../images/blue-external.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  left: -7px;
  top: 6px;
  background: none;
}
.sidebar-right table td ul li a {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #005e97 !important;
  font-family: "Roboto-Bold";
}
.sidebar-right table td ul li.link a {
  font-size: 15px;
  line-height: 18px;
  color: #00b0ff !important;
}
.sidebar-right table td ul li a:hover {
  color: #ff8246 !important;
}
.sidebar-right table td strong {
  font-family: "Roboto-Bold";
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
}
.subscribes-form h3 {
  font-size: 28px !important;
  line-height: 38px !important;
  margin-bottom: 5px !important;
}
.subscribes-form .common-form {
  background: #e1f7fb;
  box-shadow: 0px 14px 70px rgba(2, 34, 54, 0.0711051);
  border-radius: 28px;
  padding: 10px 50px;
}
.services-listing {
  margin-top: 15px;
}
.services-cats {
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(161, 166, 172, 0.6);
  padding-bottom: 25px;
}
.services-cats ul {
  padding-left: 0px !important;
}
.services-cats ul li {
  display: inline-block;
  padding: 0px 8px 20px 0px !important;
}
.services-cats ul li:before {
  background: none !important;
}
.services-cats ul li a {
  background: #ffffff;
  box-shadow: 0px 14px 50px rgba(2, 34, 54, 0.0831069);
  border-radius: 94px;
  display: inline-block;
  width: 100%;
  padding: 14px 15px 10px 15px;
  font-size: 16px;
  line-height: 25px;
  color: #022236 !important;
}
.services-cats ul li span {
  width: 36px;
  height: 36px;
  background: #eeeceb;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 100%;
  line-height: 48px;
  margin-right: 9px;
  margin-top: -5px;
}
.services-cats ul li a img {
  margin: 0px !important;
  border-radius: 0 !important;
  vertical-align: unset !important;
  max-width: 100% !important;
}
.services-cats ul li a:hover,
.services-cats ul li a.active {
  background: #00b0ff;
  color: #fff !important;
}
.service-list-inner {
  background: #ffffff;
  box-shadow: 0px 14px 70px rgba(26, 87, 120, 0.15);
  border-radius: 18px;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.service-list-inner h3 {
  font-size: 22px;
  line-height: 28px;
  color: #022236;
  mix-blend-mode: normal;
  opacity: 0.9;
  margin-bottom: 0px;
  padding: 20px 40px;
  background: #beeef7;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  margin: 0px !important;
}
.commissioned-sect .service-list-inner h3 a {
  color: #022236;
}
.service-list-inner .service-details {
  padding: 10px 40px 20px 40px;
}
.service-list-inner .service-details p {
  font-size: 16px;
  line-height: 25px;
  color: rgba(2, 34, 54, 0.604308);
}
.service-list-inner .service-btm {
  border-top: 1px solid rgba(161, 166, 172, 0.6);
  padding-top: 10px;
  display: inline-block;
  width: 100%;
}
.service-list-inner .service-btm .about-table {
  align-items: center;
}
.service-list-inner .service-btm .service-left a {
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #00b0ff;
  position: relative;
  padding-right: 22px;
  font-family: "Roboto-Bold";
}
.service-list-inner .service-btm .service-left a:after {
  content: url("../images/read-plus.svg");
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  right: 0px;
}
.service-list-inner .service-btm .service-left a:hover {
  color: #ff8246;
}
.service-list-inner .service-btm .service-left a:hover:after {
  content: url("../images/plus-hover.svg");
}
.service-list-inner .service-btm .service-left a.readLess:after {
  content: url("../images/read-minus.svg");
  width: 12px;
  height: 3px;
  position: absolute;
  top: -2px;
  right: 0px;
}
.service-list-inner .service-btm .service-left a.readLess:hover:after {
  content: url("../images/minus-hover.svg");
}
.service-list-inner .service-btm .service-right ul {
  padding-left: 0px;
}
.service-list-inner .service-btm .service-right ul li {
  display: inline-block;
  padding-left: 0px !important;
}
.service-list-inner .service-btm .service-right ul li:before {
  background: none !important;
}
.service-more .about-table {
  border-top: 1px solid rgba(161, 166, 172, 0.6);
  padding-top: 25px;
}
.service-more .about-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}
.service-more h4 {
  font-weight: bold;
  font-size: 13px !important;
  line-height: 20px !important;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #ff8246 !important;
}
.service-more p {
  font-size: 16px;
  line-height: 25px;
  color: rgba(2, 34, 54, 0.604308);
  margin: 0px 0px 10px 0px !important;
}
.service-more ul {
  padding-left: 0px !important;
}
.service-more ul li {
  padding: 2px 0px !important;
  font-size: 16px;
  line-height: 25px;
  color: rgba(2, 34, 54, 0.604308);
  list-style: disc inside;
}
.service-more ul li:before {
  background: none !important;
}
.service-more .about-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  margin-bottom: 20px;
}
.service-more a {
  color: rgba(2, 34, 54, 0.604308) !important;
}
.service-more a:hover {
  color: #00b0ff !important;
}
.events-search {
  background: #005e97;
  border-radius: 10px;
  padding: 27px 40px;
  margin-top: 20px;
}
.events-search h3 {
  color: #ffffff !important;
  margin: 0px 0px 20px 0px !important;
  width: 75% !important;
}
.events-search .clearbtn {
  display: inline-block;
  float: right;
  padding: 4px 15px 2px 15px;
  border: 1px solid #fff;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.events-search .clearbtn a {
  color: #fff !important;
}
.events-search .clearbtn a:hover {
  color: #00b0ff !important;
}
.events-search .search-form {
  width: 100%;
  float: left;
  position: relative;
}
.events-search .search-inputs-wrap {
  background: #ffffff;
  box-shadow: 0px 14px 70px rgba(2, 34, 54, 0.0711051);
  border-radius: 6px;
}
.events-search .category-search-wrap {
  width: 27%;
  float: left;
  font-family: "Roboto-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #515251;
  border-right: 1px solid rgba(81, 82, 81, 0.246801);
  padding-right: 15px;
}
.events-search .category-search-wrap .select2-container {
  width: 100% !important;
  float: left;
  padding-left: 20px;
}
.select2-selection__rendered {
  line-height: 60px !important;
}
.select2-container .select2-selection--single {
  height: 60px !important;
  border: 0 !important;
  outline: none;
  color: #515251 !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #515251 !important;
}
.select2-selection__arrow {
  height: 60px !important;
}
.search-datepiker {
  width: 28%;
  float: left;
  margin: 0px 15px 0px 0px;
  border-right: 1px solid rgba(81, 82, 81, 0.246801);
  position: relative;
}
.search-datepiker img {
  width: 18px;
  height: 18px !important;
  border-radius: 0px !important;
  margin: 0px !important;
  position: absolute;
  top: 21px;
  right: 15px;
  cursor: pointer;
}
.events-search .dateinput {
  height: 60px;
  background: none;
  position: relative;
  width: 100%;
  float: left;
  border: 0px;
  padding: 0px 40px 0px 20px;
  font-family: "Roboto-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #515251;
  outline: none;
}
.events-search .advanced-search {
  width: 40%;
  float: left;
}
.referral-search .advanced-search {
  width: 100%;
}
.events-search .searchinput {
  height: 60px;
  background: none;
  position: relative;
  border: 0px;
  font-family: "Roboto-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #515251;
  padding: 0px 58px 0px 8px;
  outline: none;
  width: 100%;
}
.search-form .search-btn {
  position: absolute;
  top: 10px;
  right: 25px;
  cursor: pointer;
}
.search-form .search-btn input[type="submit"] {
  background: url(../images/search-icon.svg);
  width: 27px;
  height: 27px;
  border: none !important;
  outline: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  font-size: 0px;
}
.events-listing-section {
  padding: 30px 0px;
}
.events-listing-section .event-listing {
  margin-bottom: 30px;
}
.events-listing-section .event-listing-inner h3 {
  margin: 15px 0px 40px 0px;
  font-size: 28px;
  line-height: 28px;
  color: #022236;
  mix-blend-mode: normal;
  opacity: 0.9;
}
.events-listing-section .events-inners {
  display: inline-block;
  width: 100%;
  background: rgba(190, 238, 247, 0.45);
  padding: 20px 35px 20px 104px;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
}
.events-listing-section .event-listing h4 {
  font-size: 22px;
  line-height: 28px;
  color: #022236;
  mix-blend-mode: normal;
  opacity: 0.9;
  margin-bottom: 5px;
}
.events-listing-section .event-listing .event-details p {
  margin: 15px 0px !important;
}
.events-listing-section .event-listing .events-time {
  font-family: "Roboto-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #515251;
}
.events-listing-section .event-listing:hover .events-inners {
  background: rgba(255, 130, 70, 0.35);
  mix-blend-mode: normal;
}
.events-listing-section .event-listing:hover .event-date {
  background-image: url(../images/event-icon-hover.svg);
}
.events-listing-section .event-listing .event-location {
  border-top: 1px solid rgba(161, 166, 172, 0.6);
  padding-top: 20px;
  mix-blend-mode: normal;
}
.events-listing-section .event-listing .event-cats {
  border: 0 !important;
  padding: 0px !important;
  margin-top: 15px !important;
  width: 58%;
  display: inline-block;
}
.events-listing-section .event-listing .event-cats li {
  display: inline-block;
  padding: 0px !important;
}
.events-listing-section .event-listing .event-cats li:before {
  background: none !important;
}
.events-listing-section .event-listing .event-location {
  font-family: "Roboto-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #515251;
}
.events-listing-section .event-listing .event-location span {
  font-family: "Roboto-Bold";
  font-weight: bold;
  color: #ff8246;
}
.events-listing-section .event-listing .event-details {
  padding: 18px 40px !important;
}
.events-listing-section .event-listing .event-details .event-host {
  margin-top: 32px;
}
.news-listing-section {
  padding-top: 50px;
}
.news-listing-section .news-details-inner ul,
.news-listing-section .news-details-inner ul li,
.news-single-cates ul,
.news-single-cates ul li,
.share-sect ul,
.share-sect ul li {
  padding: 0px !important;
}
.news-listing-section .news-details-inner ul li.news-date {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #ff8246;
}
.news-listing-section .news-details-inner ul li:before,
.news-single-cates ul li:before,
.share-sect ul li:before {
  background: none !important;
}
.news-single-cates ul li {
  display: inline-block;
}
.newspaginate {
  margin: 50px 0px;
  text-align: center;
}
.newspaginate .page-numbers {
  border: 1px solid #dcdcdc;
  padding: 10px 15px;
  margin: 0px -2px;
  border-right: none;
  font-size: 16px;
}
.newspaginate .page-numbers:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.newspaginate .page-numbers:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-right: 0px;
  border: 1px solid #dcdcdc;
}
.share-sect {
  margin: 15px 0px;
}
.share-sect ul li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px !important;
}
.share-sect ul li:first-child {
  font-family: "Roboto-Bold";
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #022236;
}
.share-sect ul li img {
  margin: 0px !important;
  border-radius: 0px !important;
}
.share-sect ul li:before {
  content: none !important;
}
.related-news-sect {
  border-top: 1px solid rgba(161, 166, 172, 0.6);
  margin-top: 5px;
  padding-top: 40px;
}
.related-news-sect h2 {
  font-size: 36px !important;
  line-height: 45px !important;
  color: #022236;
  mix-blend-mode: normal;
  opacity: 0.95;
  margin-bottom: 0px !important;
}
.related-news-sect .news-listing-section {
  padding-top: 40px;
}
.single-event-sect {
  padding: 0px 34px 30px 90px;
  position: relative;
}
.single-event-sect h2 {
  margin-bottom: 5px !important;
}
.single-event-sect span.event-host {
  font-family: "Roboto-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  color: #005e97;
  padding-left: 17px;
  position: relative;
}
.single-event-sect span.event-host:before {
  content: url(../images/host-icon.svg);
  width: 10px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
}
.single-event-sect .event-date {
  background-image: url(../images/single-event-icon.svg);
  width: 66px;
  height: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Roboto-Light";
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  text-align: center;
  letter-spacing: -0.785495px;
  color: #ffffff;
  line-height: 41px;
}
.single-event-sect .event-date .event-list {
  margin-top: 2px;
  display: inline-block;
  width: 100%;
}
.single-event-sect .event-date .event-month {
  font-family: "Roboto-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.942594px;
  color: #ffffff;
  vertical-align: top;
  text-transform: uppercase;
}
.single-event-list ul {
  margin-bottom: 16px !important;
}
.event-table ul {
  margin-bottom: 0px !important;
}
.sidebar-right .event-table td ul li {
  padding-left: 0px !important;
}
.single-event-list h4,
.single-event-list h5 {
  margin-bottom: 15px;
}
.custom-checklist {
  padding-left: 0px !important;
}
.custom-checklist li {
  padding-left: 30px !important;
}
.custom-checklist li:before {
  content: url("../images/checklist.svg") !important;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0px;
  background: none !important;
  top: 5px !important;
}
.common-form {
  margin: 25px 0px;
  border-radius: 30px;
}
.common-form h3 {
  background: #1d3857;
  opacity: 1 !important;
  box-shadow: 0px 14px 70px rgba(2, 34, 54, 0.0711051);
  font-size: 22px;
  line-height: 28px;
  color: #ffffff !important;
  display: inline-block;
  width: 100%;
  padding: 25px 40px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin: 0px !important;
}
.common-form-inner {
  background: rgba(190, 238, 247, 0.45);
  mix-blend-mode: normal;
  padding: 15px 50px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.common-form ul,
.gform_wrapper ul {
  padding: 0px !important;
}
.common-form ul li,
.gform_wrapper ul li {
  padding: 0px 16px 0px 0px !important;
}
.common-form ul li:before,
.gform_wrapper ul li:before {
  background: none !important;
}
.gform_wrapper .blue-form {
    margin: 25px 0px;
    border-radius: 30px;
    background: rgba(190, 238, 247, 0.45);
    mix-blend-mode: normal;
}
.gform_wrapper .blue-form .gform_heading {
    margin: 0;
}
.gform_wrapper .blue-form .gform_heading .gform_title {
    background: #005e97;
    box-shadow: 0px 14px 70px rgba(2, 34, 54, 0.0711051);
    font-size: 22px;
    line-height: 28px;
    color: #ffffff !important;
    display: inline-block;
    width: 100%;
    padding: 25px 40px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin: 0px !important;
    text-transform: uppercase;
}
.gform_wrapper .blue-form .gform_body {
    padding: 15px 50px;
}
.gform_wrapper .blue-form .gform_footer {
    padding: 20px 0 50px;
    margin: 0 auto !important;
}
.gform_wrapper .blue-form .gform_footer:after {
    top: 32px;
}
.gform_wrapper .blue-form .gfield_label {
    color: #005e97 !important;
}
.events-category {
  margin-top: 0px;
}
.event-tags.events-category {
  border-top: 1px solid rgba(161, 166, 172, 0.6);
  padding-top: 28px;
  mix-blend-mode: normal;
}
.events-category ul,
.events-category ul li {
  padding-left: 0px !important;
}
.events-category ul li {
  display: inline-block;
  font-size: 14px !important;
  line-height: 22px !important;
  color: #1d3857 !important;
  font-weight: bold;
  font-family: "Roboto-Bold";
}
.events-category ul li a {
  color: #00b0ff;
  font-weight: normal;
  font-family: "Roboto-Regular";
}
.events-category ul li:before {
  background: none !important;
}
.warning-btn {
  background: #ff8246;
  box-shadow: 0px 14px 70px rgba(2, 34, 54, 0.0711051);
  border-radius: 6px;
  display: inline-block;
  width: 100%;
  padding: 17px 0px;
  text-align: center;
  color: #fff !important;
  margin: 15px 0px;
}
.warning-btn p {
  margin: 0px !important;
  color: #fff !important;
  font-weight: bold;
  font-family: "Roboto-Bold";
}
.joinsect {
  padding: 50px 0px;
  background: rgba(238, 236, 235, 0.451172);
  z-index: 99;
}
.joinsect h2 {
  font-size: 36px;
  height: 46px;
  margin-bottom: 25px;
}
.joinsect p {
  font-family: "Roboto-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #515251;
}
.joinsect ul {
  column-count: 2;
  column-gap: 25px;
  padding: 10px 0px 25px 0px;
  border-bottom: 1px solid rgba(161, 166, 172, 0.6);
  margin-bottom: 28px;
}
.joinsect ul li {
  position: relative;
  padding: 2px 0px 2px 30px;
  font-family: "Roboto-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: rgba(2, 34, 54, 0.604308);
}
.joinsect ul li:before {
  content: url(../images/checklist.svg) !important;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0px;
  background: none !important;
  top: 5px !important;
}
.joinsect h5,
.joinsect h6 {
  font-family: "Roboto-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #1d3857;
  margin: 0px;
}
.joinsect h6 {
  font-family: "Roboto-Bold";
  font-style: normal;
  font-weight: bold;
}
.joinsect .common-form {
  margin-top: 45px;
  background: #e1f7fb;
  box-shadow: 0px 14px 70px rgba(2, 34, 54, 0.0711051);
  border-radius: 28px;
  padding: 50px 60px;
}
.joinsect .common-form h4 {
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  color: #022236;
  mix-blend-mode: normal;
  opacity: 0.9;
  margin-bottom: 18px;
}
.joinsect .common-form p {
  color: rgba(2, 34, 54, 0.604308);
}
.joinsect .latestnewsbg {
  background: #fff;
  height: 600px;
}
.contactform {
  margin-top: 30px;
}
.contactform .about-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  background: #003d69;
  border-radius: 28px 0px 0px 28px;
}
.contactform .about-left .contact-left-inner {
  padding: 40px 90px 40px 50px;
}
.contactform .about-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  background: #e1f7fb;
  box-shadow: 0px 14px 70px rgba(2, 34, 54, 0.0711051);
  border-radius: 0px 28px 28px 0px;
}
.contactform .about-right .contact-right-inner {
  padding: 40px 50px;
}
.contactform .about-left h3 {
  color: #fff !important;
  text-transform: uppercase;
  margin-bottom: 36px;
}
.contactform .tel {
  font-family: "Roboto-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 45px;
  color: #ffffff !important;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.officeinfo {
  display: inline-block;
  width: 100%;
  margin-bottom: 37px;
}
.officeinfo ul {
  padding-left: 0px !important;
}
.officeinfo ul li {
  padding: 5px 0px 5px 30px !important;
  font-size: 18px !important;
  line-height: 28px !important;
  color: #ffffff !important;
}
.officeinfo ul li a {
  color: #fff !important;
  padding-left: 0px !important;
}
.contactform .tel:hover,
.officeinfo ul li a:hover {
  color: #00b0ff !important;
}
.officeinfo ul li.mail:before {
  content: url("../images/email.svg") !important;
  width: 18px;
  height: 18px;
  background: none !important;
  top: 9px !important;
}
.officeinfo ul li.phone:before {
  content: url("../images/fax.svg") !important;
  width: 18px;
  height: 18px;
  background: none !important;
  top: 9px !important;
}
.officeinfo h5 {
  font-size: 20px;
  line-height: 26px;
  color: #55c6f7;
  margin-bottom: 10px;
}
.write-us.officeinfo ul li {
  font-size: 16px !important;
  padding: 3px 0px 3px 30px !important;
}
.officeinfo ul li.writeus:before {
  content: url("../images/mail.svg");
  width: 18px;
  height: 18px;
  background: none !important;
  top: 7px !important;
}
.officeinfo ul li.address:before {
  content: url("../images/location.svg");
  width: 18px;
  height: 18px;
  background: none !important;
  top: 9px !important;
}
.contactform .about-right h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contactform .about-right p {
  color: #1d3857;
}
hr {
  margin: 15px 0px;
  display: inline-block;
  width: 100%;
  border: 1px solid rgba(161, 166, 172, 0.6);
  font-size: 0px;
}
.about-sects img.img-responsive {
  margin: 40px 0px !important;
}
.about-sects .sidebar-accordian {
  border-bottom: 0;
}
.referral-search {
  background: #087ebc;
  margin: 0px 0px 35px 0px;
}
.referral-search .searchinput {
  padding: 0px 20px;
}
.sidebar-accordian h2 {
  font-size: 44px !important;
  line-height: 55px !important;
  color: #00b0ff !important;
}
.breakout-sect {
  margin: 10px 0px 25px 0px;
  background: #e1f7fb;
  box-shadow: 0px 14px 70px rgba(2, 34, 54, 0.0711051);
  border-radius: 28px;
  padding: 25px 40px;
}
.breakout-sect ul {
  padding-left: 0px !important;
}
.breakout-sect h3 {
  margin: 25px 0px;
}
.breakout-sect p,
.breakout-sect ul li {
  color: rgba(2, 34, 54, 0.795601) !important;
}
.breakout-sect .custom-links {
  margin-top: 25px;
}
.breakout-sect .custom-links li {
  padding: 2px 0px 2px 0px !important;
  font-weight: bold;
  font-family: "Roboto-Bold";
}
.breakout-sect .custom-links li:before {
  background: none !important;
}
#popup {
  display: none;
}
.parent-sect {
  padding: 60px 0px 50px 0px;
}
.parent-sect h2 {
  font-size: 36px;
  line-height: 46px;
}
.parent-sect .date {
    font-family: "Roboto-Medium";
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: rgba(81, 82, 81, 0.5);
    margin-bottom: 10px;
}
.parent-sect .parent-list {
  margin-top: 30px;
}
.parent-sect .parent-inner {
  background: #ffffff;
  box-shadow: 0px 14px 70px rgba(2, 34, 54, 0.0711051);
  border-radius: 10px;
  margin-bottom: 15px;
}
.parent-sect .parent-inner a {
  font-family: "Roboto-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #022236;
  padding: 30px 70px 30px 40px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.parent-sect .parent-inner a:hover {
  color: #00b0ff;
}
.parent-sect .parent-inner a:after {
  content: url("../images/parent-arrow.svg");
  width: 20px;
  height: 15px;
  position: absolute;
  right: 30px;
  top: 30px;
}
.gform_wrapper li.gfield.gfield_error {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  div.gfield_description,
.gform_wrapper div.validation_error {
  font-family: "Roboto-Regular" !important;
  font-style: normal;
  font-weight: 400;
}
.gform_wrapper .top_label .gfield_label {
  display: none !important;
  font-family: "Roboto-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #515251;
}
.gform_wrapper .top_label .show-label .gfield_label {
  display: block !important;
}
.gform_wrapper .gform_footer {
  display: block;
  text-align: center;
  max-width: 140px;
  margin: 16px auto 20px auto !important;
  position: relative;
}
.gform_wrapper .gform_footer:after {
  content: url(../images/btn-arrow.svg);
  width: 10px;
  height: 13px;
  position: absolute;
  right: 23px;
  top: 11px;
}
.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container select {
  background: #ffffff;
  box-shadow: 0px 14px 70px rgba(2, 34, 54, 0.0711051);
  border-radius: 6px !important;
  outline: none;
  padding: 0px 20px !important;
  margin-bottom: 0px;
  width: 100% !important;
  outline: none;
  font-size: 13px !important;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #515251;
  mix-blend-mode: normal;
  opacity: 0.8;
  border: 1px solid #fff !important;
  font-family: "Roboto-Medium" !important;
  font-weight: 500 !important;
  height: 54px;
  line-height: 54px;
}
.gform_wrapper .ginput_container input::-webkit-input-placeholder,
.gform_wrapper .ginput_container textarea::-webkit-input-placeholder,
.gform_wrapper .ginput_container select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #515251;
}
.gform_wrapper .ginput_container input::-moz-placeholder,
.gform_wrapper .ginput_container textarea::-moz-placeholder,
.gform_wrapper .ginput_container select::-moz-placeholder {
  color: #515251;
}
.gform_wrapper .ginput_container input:-ms-input-placeholder,
.gform_wrapper .ginput_container textarea:-ms-input-placeholder,
.gform_wrapper .ginput_container select:-ms-input-placeholder {
  /* IE 10+ */
  color: #515251;
}
.gform_wrapper .ginput_container input:-moz-placeholder,
.gform_wrapper .ginput_container textarea:-moz-placeholder,
.gform_wrapper .ginput_container select:-moz-placeholder {
  /* Firefox 18- */
  color: #515251;
}
.gform_wrapper input[type="submit"] {
  border: 0 !important;
  cursor: pointer;
  outline: none;
  background: linear-gradient(90deg, #003f6a 0%, #03aff7 122.17%);
  border-radius: 24px;
  font-family: "Roboto-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 15px !important;
  line-height: 18px !important;
  text-align: right;
  color: #ffffff;
  height: 48px;
  padding: 14px 25px !important;
  display: inline-block;
  position: relative;
  margin: 0px !important;
  width: 100% !important;
  text-align: left;
  transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  -ms-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
}
.gform_wrapper input[type="submit"]:hover {
  color: #00b0ff;
}
.gform_wrapper .gfield_html.gfield_html_formatted {
  font-family: "Roboto-Bold";
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #005e97;
  margin: 25px 0px 0 0px !important;
}
.gform_wrapper .field_description_below .gfield_description {
  padding-top: 10px !important;
}
.gfield_checkbox label {
  padding-left: 35px !important;
  line-height: 25px !important;
  font-size: 16px !important;
  color: rgba(2, 34, 54, 0.604308) !important;
}



.gform_wrapper input[type="checkbox"] {
  display: none !important;
}
.gform_wrapper input[type="checkbox"] label {
  position: relative;
  cursor: pointer;
}
.gform_wrapper input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  cursor: pointer;
  background: #ffffff;
  box-shadow: inset 0px 2px 3px rgba(81, 82, 81, 0.26);
  border-radius: 3px;
  position: absolute;
  left: 0px;
}
.gform_wrapper input[type="checkbox"]:checked + label {
  position: relative;
}
.gform_wrapper input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 22px;
  height: 22px;
  display: inline-block;
  cursor: pointer;
  background: #00b0ff;
  box-shadow: inset 0px 2px 3px rgba(81, 82, 81, 0.26);
  border-radius: 3px;
}
.gform_wrapper input[type="checkbox"]:checked + label:before {
  left: 7px;
  top: 0px;
  width: 8px;
  height: 13px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  margin-top: 3px;
  z-index: 999;
  background: transparent;
}

.gfield_radio label {
    padding-left: 35px !important;
    line-height: 25px !important;
    font-size: 16px !important;
    color: rgba(2, 34, 54, 0.604308) !important;
    margin: 0 !important;
}
.gform_wrapper input[type="radio"] {
    display: none !important;
}
.gform_wrapper input[type="radio"] label {
    position: relative;
    cursor: pointer;
}
.gform_wrapper input[type="radio"] + label:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    cursor: pointer;
    background: #ffffff;
    box-shadow: inset 0px 2px 3px rgba(81, 82, 81, 0.26);
    border-radius: 100%;
    position: absolute;
    left: 0px;
}
.gform_wrapper input[type="radio"]:checked + label {
    position: relative;
}
.gform_wrapper input[type="radio"]:checked + label:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 22px;
    height: 22px;
    display: inline-block;
    cursor: pointer;
    background: #00b0ff;
    box-shadow: inset 0px 2px 3px rgba(81, 82, 81, 0.26);
    border-radius: 100%;
}
.gform_wrapper input[type="radio"]:checked + label:before {
    left: 2px;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    position: absolute;
    z-index: 999;
    background: transparent;
}

.event-from-descr {
  border-top: 1px solid rgba(161, 166, 172, 0.6);
  padding-top: 20px;
  margin-top: 10px;
}
.event-from-descr p {
  font-family: "Roboto-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
  line-height: 16px !important;
  color: rgba(2, 34, 54, 0.604308) !important;
}
.event-from-descr p strong {
  display: inline-block;
  width: auto !important;
}
.sidebar-right .nhsd-widget {
  margin-top: 30px;
}
.sidebar-right .nhsd-widget iframe {
  width: 100%;
}
.contactform .about-right .gform_wrapper {
  margin-top: 25px !important;
}
.contactform .about-right .gform_wrapper .gform_footer {
  margin: 16px 0px !important;
}
.ui-widget-content {
  background: #ffffff;
  font-family: "Roboto-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #515251;
  padding: 10px 0px;
}
.ui-menu .ui-menu-item a {
  padding: 7px 17px;
  margin: 0px !important;
}
.ui-widget-content .ui-state-focus {
  background: none;
  color: #00b0ff;
  border: none;
}
.section-heading {
  font-size: 40px;
  line-height: 50px;
}
.search-section h2 {
  margin-bottom: 15px !important;
}
.search-section h3 {
  text-transform: uppercase;
  margin-bottom: 0px !important;
}
.search-results-inner {
  margin-top: 20px;
  border-bottom: 1px solid rgba(161, 166, 172, 0.6);
  padding-bottom: 15px;
}
.search-inners h3 {
  font-size: 20px !important;
  text-transform: inherit !important;
}
.search-inners h3 a {
  color: #022236 !important;
}
.search-inners h3 a:hover {
  color: #00b0ff !important;
}
.inner-mdl-sect .submenus {
  display: none;
}
.video-container {
  margin: 30px 0px 15px 0px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 80%;
  width: 100%;
  height: 100%;
}
.mobile-version {
  display: none;
}
.sidebar-left-inner .modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(2, 14, 24, 0.87);
  mix-blend-mode: normal;
}
.sidebar-left-inner .modal-content {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 14px 40px rgba(2, 34, 54, 0.07);
  border-radius: 30px;
  margin: auto;
  padding: 50px 100px 15px 100px;
  width: 56%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  text-align: center;
}
.sidebar-left-inner .modal-body {
  display: inline-block;
  width: 100%;
}
.sidebar-left-inner .modal-body h4 {
  padding: 0px !important;
  text-align: center !important;
  font-family: "Roboto-Bold" !important;
  font-weight: bold;
  font-size: 28px !important;
  line-height: 28px !important;
  color: #022236 !important;
  mix-blend-mode: normal;
  opacity: 0.9;
  margin-bottom: 30px !important;
}
.sidebar-left-inner .modal-body p {
  margin-bottom: 0px !important;
}
.sidebar-left-inner .modal-content span {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.sidebar-left-inner .modal-content .gform_wrapper .gform_footer:after {
  top: 32px;
}
.inner-mdl-sect .helplinks ul li.internallinks:before {
  content: url(../images/internal-link.svg);
  width: 8px;
  height: 4px;
  position: absolute;
  left: -7px;
  top: 6px;
}
@-webkit-keyframes animatetop {
  from {
    top: -500px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -500px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.modal-open,
.menuopen {
  overflow: hidden;
}
.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
}
.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
}
.referrals-sects .breakout-sect,
.referrals-sects .accordion-items,
.referrals-sects .warning-btn,
.referrals-sects .subscribes-form {
  display: none;
}
.single-referrals .sidebar-accordian {
  margin: 10px 0px;
}
.single-referrals .sidebar-accordian .faq-item.faq-item-bg .faq-sec {
  color: #1d3857;
}
#map {
  height: 400px;
  width: 100%;
  border-radius: 30px;
  margin: 20px 0px;
  display: inline-block;
}
@media (min-width: 992px) {
  .common-listing-inner {
    width: -webkit-calc((100% - (50px * 2)) / 3);
    width: -moz-calc((100% - (50px * 2)) / 3);
    width: calc((100% - (50px * 2)) / 3);
  }
  .common-listing-inner:nth-child(3n) {
    margin-right: -1px;
  }
  .explore-section .common-listing-inner {
    width: -webkit-calc((100% - (25px * 3)) / 4);
    width: -moz-calc((100% - (25px * 3)) / 4);
    width: calc((100% - (25px * 3)) / 4);
  }
  .explore-section .common-listing-inner:nth-child(3n) {
    margin-right: 25px;
  }
  .explore-section .common-listing-inner:nth-child(4n) {
    margin-right: -1px;
  }
  .inner-mdl-sect .sidebar-left {
    width: 26%;
  }
}
@media screen and (min-width: 1200px) {
  .header-cover-section {
    position: relative;
    padding: 55px 0px 25px 0px;
  }
  .home .header-cover-section {
    position: relative;
    padding: 55px 0px 0px 0px;
  }
  .nav .has-mega-menu {
    position: static !important;
  }
  .nav li.has-mega-menu > .sub-menu {
    width: 100vw;
    margin-left: calc(-50vw + 50% - 10px);
    position: absolute;
    left: 0;
    right: 0px;
    background: #ffffff;
    box-shadow: 0px 90px 90px rgba(0, 0, 0, 0.25);
    top: 69px;
    z-index: 9999;
  }
  .nav li.has-mega-menu.open > .sub-menu {
    display: block;
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    padding: 30px 110px 12px 110px;
  }
  .nav li.mega-menu-column {
    max-width: 100%;
    min-height: 1px;
    padding: 0px 90px 15px 0px;
    width: 100%;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    overflow: hidden;
  }
  .nav li.mega-menu-column a {
    padding: 15px 0px 20px 48px;
    text-transform: inherit;
    position: relative;
    text-align: left;
    font-family: "Roboto-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 26px;
    color: #1d3857;
  }
  .nav li.mega-menu-column.noicon a {
    padding-left: 0px;
  }
  .nav li.mega-menu-column > a {
    border-bottom: 1px solid #00b0ff;
    padding-bottom: 12px;
    margin-bottom: 12px;
    position: relative;
    cursor: default;
  }
  .nav li.mega-menu-column > a:hover {
    color: #1d3857 !important;
  }
  .nav li.mega-menu-column > a img {
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 9px;
  }
  .nav li.has-mega-menu.menu-item-has-children > a {
    position: relative;
    padding-right: 55px;
  }

  .nav li li .sub-menu {
    display: block;
  }
  .nav .sub-menu li li a {
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: rgba(2, 34, 54, 0.604308);
    padding: 2px 0px;
  }
  .nav li.mega-menu-column a:hover,
  .nav li.mega-menu-column.current-menu-item > a,
  .nav .sub-menu li li.current-menu-item a {
    color: #00b0ff;
  }
  .nav > .current-menu-ancestor a {
    color: #00b0ff;
  }
  .footer-iner .footer-main {
    display: inline-block;
    width: 20%;
    vertical-align: top;
  }
  .footer-main.find-us {
    width: 29%;
    text-align: center;
  }
  .footer-main.newsletter-sect {
    width: 16%;
  }
  .footer-main.legal-sect {
    width: 17%;
    float: right;
  }
  .splash-inners {
    padding: 120px 130px 0px 130px;
  }
}
@media (min-width: 1250px) and (max-width: 1350px) {
  .nav > li > a {
    padding: 24px 16px 20px 16px !important;
  }
  .footer-sct .footer-inners {
    width: 100%;
  }
}
@media (min-width: 1201px) and (max-width: 1250px) {
  .nav > li > a {
    padding: 24px 12px 20px 12px !important;
  }
  .footer-sct .footer-inners {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .events-search {
    padding: 27px;
  }
  .events-search .category-search-wrap .select2-container {
    width: 100% !important;
    float: left;
    padding-left: 5px;
  }
  .search-datepiker {
    margin: 0px 5px;
  }
  .events-search .dateinput {
    padding-left: 10px;
  }
}
@media (max-width: 1199px) {
  .header-section.desktop-version {
    display: none;
  }
  .header-section.mobile-version {
    display: block;
    position: fixed;
    z-index: 99999;
  }
  .header-top-sect {
    padding: 10px 0px;
  }
  .mobile-header-sect {
    background: #1d3857;
    padding: 5px 0px;
  }
  .header-logo {
    width: 150px;
  }
  .menu-top-rgh-sct {
    float: right;
    position: relative;
  }
  .menu-toggle {
    cursor: pointer;
    z-index: 99999;
    position: absolute;
    top: 37px;
    right: 0px;
    width: 24px;
    height: 20px;
  }
  .menu-toggle img {
    cursor: pointer;
  }
  .bodyoverlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(29, 56, 87, 0.6);
    backdrop-filter: blur(8.15485px);
  }
  .menuopen {
    overflow: hidden;
  }
  .menuopen .bodyoverlay {
    display: block;
  }
  .menuopen .mobile-header-sect {
    display: none;
  }
  .slide-menu {
    position: fixed;
    width: 300px;
    max-width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    display: none;
    overflow: hidden;
    box-sizing: border-box;
    transform: translateX(100%);
    overflow-y: auto;
    z-index: 99999;
    background-color: #1d3857;
    box-shadow: 0px 2px 15px rgba(29, 56, 87, 0.25368);
  }
  .slide-menu,
  .slide-menu .slide-menu__slider {
    transition: transform 0.3s ease-in-out;
    will-change: transform;
  }
  .slide-menu .slide-menu__slider {
    width: 100%;
    transform: translateX(0);
    display: inline-block;
  }
  .slide-menu ul {
    position: relative;
    width: 100%;
    margin: 0;
    padding-left: 0;
    list-style: none;
  }
  .slide-menu ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
  }
  .slide-menu ul a {
    display: block;
    cursor: pointer;
    padding: 17px 22px;
    border-bottom: 0.5px solid rgba(238, 236, 235, 0.3);
    text-decoration: none;
    font-family: "Roboto-Bold";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
  }

  .slide-menu a:hover {
    background-color: #00b0ff;
  }
  .slide-menu ul li a img {
    display: none;
  }
  .slide-menu ul li span.menuicon:after {
    content: url("../images/menuicon.svg");
    width: 9px;
    height: 5px;
    position: absolute;
    right: 20px;
  }
  .backicon:before {
    content: url("../images/backicon.svg");
    width: 9px;
    height: 5px;
  }
  .slide-menu .controls {
    display: block;
    margin: 15px 25px 10px 25px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
  }
  .menu-top-rgh-sct .top-rgh-sct {
    float: left;
    width: 100%;
    margin-top: 50px;
  }
  .menu-top-rgh-sct .top-rgh-sct.hide,
  .menu-top-rgh-sct .top-search-sect.hide {
    display: none;
  }
  .menu-top-rgh-sct .top-rgh-sct ul li {
    display: inline-block;
    width: 100%;
  }
  .menu-top-rgh-sct .top-rgh-sct ul li a {
    font-family: "Roboto-Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 18px;
    color: #ffffff;
    border-bottom: none;
    padding: 5px 40px;
    text-transform: inherit;
  }
  .mega-menu-column a {
    text-transform: inherit !important;
    position: relative;
    text-align: left;
    font-family: "Roboto-Regular" !important;
    font-style: normal;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 24px;
    color: #1d3857;
    background: rgba(255, 255, 255, 0.08) !important;
  }
  .slide-menu .slide-menu__backlink {
    background: #1d3857 !important;
    font-family: "Roboto-Bold" !important;
    font-style: normal;
    font-weight: normal !important;
    font-size: 15px !important;
    padding: 17px 66px 17px 22px;
  }
  .parentsmenu span,
  .parentsmenusec span {
    display: none;
  }
  .slide-menu .top-search-sect {
    position: relative;
    z-index: 9999;
    padding: 0px 20px 35px 20px;
    width: 100%;
    margin: 45px 0px 0px 0px;
    border-bottom: 0.5px solid rgba(238, 236, 235, 0.3);
  }
  .slide-menu .top-search-sect h3 {
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    margin-bottom: 22px;
    text-align: left;
  }
  .slide-menu .top-search-sect input[type="text"] {
    height: 36px;
    font-size: 11.5px;
    line-height: 16px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(40.7742px);
    border-radius: 25px;
    padding-left: 15px;
  }
  .slide-menu .top-search-sect input[type="submit"] {
    width: 90px;
    height: 36px;
    font-size: 11.5px;
    line-height: 16px;
  }
  .slide-menu .search-form {
    width: 100%;
  }
  .slide-menu .slide-menu__decorator {
    float: right;
  }
  .footer-iner .footer-main {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    margin-bottom: 25px;
  }
  .footer-btm {
    margin-top: 0px;
  }
  .header-cover-section {
    padding: 195px 0px 20px 0px !important;
  }
  .footer-sct .footer-inners {
    width: 100%;
  }
  .home .header-cover-section {
    padding-bottom: 0px !important;
  }
}
@media (max-width: 1024px) {
  .common-sect h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .explore-details h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 10px;
  }
  .explore-section .explore-bg {
    height: 220px;
  }
  .events-sect {
    padding-bottom: 40px;
  }
  .events-sect .container-inner {
    max-width: 80%;
  }
  .latestnews-sect .container-inner {
    max-width: 100%;
    padding: 0px;
  }
  .footer-sct {
    padding: 45px 0px;
  }
  .inner-mdl-sect .sidebar-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
  .inner-mdl-sect .sidebar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
  }
  .inner-page-section h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .inner-mdl-sect .sidebar-right h2,
  .parent-sect h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .inner-mdl-sect .sidebar-right img {
    max-width: 100%;
  }
  .inner-mdl-sect .sidebar-right h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .sidebar-accordian h3 {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 10px !important;
  }
  .sidebar-accordian .faq-sec {
    font-size: 17px;
    line-height: 27px;
    padding: 12px 30px 12px 58px;
  }
  .sidebar-accordian .accordian-list {
    padding-bottom: 10px;
  }
  .sidebar-accordian {
    margin: 20px 0px 5px;
  }
  .inner-mdl-sect .sidebar-right h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .subscribes-form h3 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .inner-mdl-sect .sidebar-left .sidebar-left-inner h3 {
    font-size: 18px;
    line-height: 28px;
    padding: 15px 30px;
  }
  .common-form {
    margin: 15px 0px;
  }
  .subscribes-form .common-form {
    padding: 10px 30px;
  }
  .inner-section .slider-content {
    text-align: center;
    width: 100%;
  }
  .inner-section .slider-content h2 {
    font-size: 26px;
    line-height: 36px;
    text-align: center;
  }
  .inner-section .slider-content p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .splash-inner h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .splash-inner p {
    font-size: 16px;
    line-height: 24px;
  }
  .events-listing-section .event-listing .event-cats {
    width: 50%;
  }
  .events-search {
    padding: 25px 20px;
  }
  .search-datepiker {
    margin: 0px 5px;
  }
  .events-search .category-search-wrap .select2-container {
    padding-left: 5px;
  }
  .events-search .dateinput {
    padding: 0px 10px;
  }
  .search-datepiker img {
    right: 10px;
  }
  .events-listing-section .event-listing-inner h3 {
    margin: 5px 0px 25px 0px;
  }
  .related-news-sect h2 {
    font-size: 28px !important;
    line-height: 38px !important;
  }
  .news-listing-section .news-listing-inner .news-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    padding: 25px 35px 0px 35px;
  }
  .news-listing-section .news-listing-inner .news-details h3 {
    font-size: 20px !important;
    margin-top: 15px !important;
  }
  .news-listing-section .news-listing-inner .news-details h3 a {
    font-size: 20px !important;
  }
  .news-listing-section .news-listing-inner .news-details p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 80px;
  }
  .newspaginate {
    margin: 20px 0px 10px;
  }
  .news-single-cates {
    margin: 5px 0px;
  }
  .inner-mdl-sect .sidebar-right ul li,
  .inner-mdl-sect .sidebar-right p {
    font-size: 15px;
  }
  .inner-mdl-sect .sidebar-left .sidebar-left-inner ul li a {
    font-size: 15px;
  }
  .parent-sect .parent-inner a {
    font-size: 22px;
    line-height: 28px;
    padding: 15px 40px 15px 20px;
  }
  .parent-sect {
    padding: 40px 0px 50px 0px;
  }
  .parent-sect .parent-inner a:after {
    top: 17px;
  }
  .contactform .about-left .contact-left-inner,
  .contactform .about-right .contact-right-inner {
    padding: 40px 90px 40px 50px;
  }
  .contactform .tel {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 30px;
  }
  .contactform .about-left h3 {
    margin-bottom: 15px;
  }
  .officeinfo ul li,
  .write-us.officeinfo ul li {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .officeinfo h5 {
    font-size: 18px;
  }
  .referral-search {
    margin-top: 20px;
  }
  .splash-inners {
    padding: 50px 50px 0px 50px;
  }
  .sidebar-left-inner .modal-content {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .explore-section .common-listing-inner {
    width: -webkit-calc((100% - 25px) / 2);
    width: -moz-calc((100% - 25px) / 2);
    width: calc((100% - 25px) / 2);
  }
  .explore-section .common-listing-inner:nth-child(2n) {
    margin-right: 0px;
  }
  .explore-section .explore-bg {
    height: 236px;
  }
  .common-listing {
    margin-top: 30px;
    justify-content: center;
  }
  .news-listing-inner .news-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    padding: 25px 35px 0px 35px;
  }
  .news-listing-inner .news-details h3,
  .news-listing-inner .news-details h3,
  .news-listing-inner .news-details h3 a,
  .news-listing-inner .news-details h3 a {
    font-size: 18px !important;
    margin-top: 0px !important;
  }
  .news-listing-inner .news-details p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 80px;
  }
  .container-inner {
    max-width: 100% !important;
    padding: 0px !important;
  }
  .news-details-inner ul li.news-date {
    margin-left: 0px;
  }
  .inner-mdl-sect {
    padding-top: 0px;
  }
  .inner-mdl-sect .submenus {
    margin-bottom: 35px;
    display: block;
  }
  .inner-mdl-sect .submenus span {
    display: inline-block;
    width: 100%;
    padding: 12px 10px 8px 60px;
    background: #eeeceb;
    font-family: "Roboto-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #515251;
    position: relative;
  }
  .inner-mdl-sect .submenus span.opens {
    background: #6fc2d0;
    color: #fff;
  }
  .inner-mdl-sect .submenus span:before {
    content: url(../images/menu-plus.svg);
    width: 10px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 0;
    background: #6fc2d0;
    display: inline-table;
    padding: 12px 16px 7px 16px;
  }
  .inner-mdl-sect .submenus span.opens:before {
    content: url(../images/menu-minus.svg);
    width: 10px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 0;
    background: #6fc2d0;
    display: inline-table;
    padding: 9px 16px 10px 16px;
  }
  .inner-mdl-sect .about-table {
    display: block;
  }
  .service-list-inner .service-btm .about-table {
    display: flex;
  }
  .inner-mdl-sect .sidebar-right ul {
    padding-left: 0px;
  }
  .breadcrums-sect {
    display: none;
  }
  .inner-page-section h2 {
    margin-bottom: 18px;
    text-align: center;
  }
  .inner-page-section h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .inner-mdl-sect .sidebar-left .sidebar-left-inner ul li a {
    font-size: 14px;
    line-height: 20px;
  }
  .inner-mdl-sect .sidebar-right h2,
  .parent-sect h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .inner-mdl-sect .sidebar-right p,
  .inner-mdl-sect .sidebar-right ul li {
    font-size: 15px;
  }
  .sidebar-accordian h3 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .sidebar-accordian .faq-sec {
    font-size: 16px;
    line-height: 24px;
  }
  .sidebar-accordian .faq-ans {
    padding: 5px 20px 10px 20px;
  }
  .sidebar-accordian .faq-ans ul li a {
    font-size: 14px;
    line-height: 20px;
  }
  .inner-mdl-sect .sidebar-left {
    padding: 0px 100px;
    display: none;
    margin-bottom: 25px;
  }
  .container {
    padding: 0px 20px;
  }
  .events-listing-section .event-listing .events-time {
    font-size: 12px;
  }
  .related-news-sect h2 {
    font-size: 24px !important;
    line-height: 34px !important;
  }
  .related-news-sect {
    margin-top: 20px;
  }
  .parent-sect .parent-inner a {
    font-size: 20px;
    line-height: 28px;
    padding: 15px 40px 15px 20px;
  }
  .parent-sect .parent-list {
    margin-top: 15px;
  }
  .contactform .about-left,
  .contactform .about-right {
    border-radius: 0px;
  }
  .contactform .about-left .contact-left-inner,
  .contactform .about-right .contact-right-inner {
    padding: 20px 25px;
  }
  .contactform .about-left {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .contactform .about-right {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .contactform .tel {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 26px;
  }
  .hero-section-option img {
    display: none;
  }
  .footer-sct .footer-inners .footer-bg {
    height: 700px;
  }
  .sidebar-left-inner .modal-content {
    width: 85%;
  }
  .splash-inner h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .splash-inner p {
    font-size: 16px;
    line-height: 26px;
  }
  .splash-inner a {
    margin: 0px 10px;
    padding: 12px 25px;
  }
  .splash-btm {
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .header-top-sect .header-bg {
    right: 0px;
    max-width: 66%;
  }
  .explore-section h2 {
    text-align: center;
  }
  .common-btn-sct {
    position: inherit;
    margin: 15px 0px 25px 0px;
    text-align: center;
    right: 0px;
  }
  .events-sect .owl-carousel .owl-stage-outer {
    padding-top: 25px;
  }
  .event-listing .event-details,
  .events-listing-section .event-listing .event-details {
    padding: 18px 25px 22px 25px !important;
  }
  .event-listing h3 {
    font-size: 18px;
  }
  .orange-btn {
    padding: 7px 14px 6px 14px;
    font-size: 12px;
  }
  .inner-page-section h2,
  .parent-sect h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .inner-mdl-sect .sidebar-right h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .inner-mdl-sect .sidebar-right h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .inner-mdl-sect .sidebar-right p {
    font-size: 15px;
    margin-top: 8px;
  }
  .inner-mdl-sect .sidebar-right ul li {
    font-size: 15px;
  }
  .sidebar-accordian h3 {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .sidebar-accordian .faq-sec,
  .inner-mdl-sect .sidebar-left .helpsect h4,
  .inner-mdl-sect .sidebar-right h4 {
    font-size: 17px;
    line-height: 24px;
  }
  .events-listing-section .event-listing h4,
  .single-event-list h4,
  .single-event-list h5 {
    font-size: 17px;
    line-height: 26px;
  }
  .splash-inner h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .splash-inner p {
    font-size: 15px;
    line-height: 25px;
  }
  .splash-inner a {
    margin: 0px 10px;
    padding: 12px 25px;
    font-size: 14px;
    line-height: 17px;
  }
  .splash-btm {
    bottom: 30px;
  }
  .splash-btm img {
    max-width: 115px;
    height: auto;
  }
  .sidebar-right table td {
    padding: 15px 20px 10px 20px;
  }
  .sidebar-right table td ul li.link a {
    font-size: 14px;
  }
  .event-listing .event-details .orange-btn {
    margin-bottom: 5px;
  }
  .event-tags.events-category {
    padding-top: 0px;
  }
  .events-category,
  .share-sect {
    margin: 0px;
  }
  .parent-sect .parent-inner a {
    font-size: 17px;
    line-height: 27px;
    padding: 15px 40px 15px 20px;
  }
  .sidebar-left-inner .modal-content {
    padding: 50px 50px 15px 50px;
  }
  .events-search .category-search-wrap {
    width: 48%;
  }
  .search-datepiker {
    margin: 0px 5px;
    width: 48%;
    border: none;
  }
  .events-search .advanced-search {
    width: 100%;
    border-top: 1px solid rgba(81, 82, 81, 0.246801);
  }
  .search-form .search-btn {
    top: 70px;
    right: 15px;
  }
}
@media (max-width: 639px) {
  .top-rgh-sct ul li {
    display: inline-block;
    padding-left: 10px;
  }
  .top-rgh-sct ul li a {
    font-size: 13px;
    line-height: 19px;
    vertical-align: text-top;
    padding-left: 34px;
  }
  .header-cover-section {
    padding: 150px 0px 12px 0px !important;
  }
  .home .header-cover-section {
    padding-bottom: 0px !important;
  }
  .header-logo {
    width: 100px;
  }
  .menu-toggle {
    top: 26px;
  }
  .news-details-inner {
    display: none;
  }
  .news-listing-inner .news-details h3 {
    margin-top: 0px !important;
  }
  .events-sect .owl-carousel .owl-stage-outer {
    padding-top: 15px;
  }

  .footer-iner .footer-main.find-us {
    text-align: center;
    width: 100%;
  }
  .footer-iner .footer-main {
    width: 48%;
  }
  .footer-btm .about-table {
    display: block;
    text-align: center;
  }
  .footer-btm .about-table .footer-left,
  .footer-btm .about-table .footer-rgt,
  .footer-btm .about-table .footer-mdl {
    display: inline-block;
    vertical-align: top;
    padding: 0px 20px;
    width: auto;
  }
  .inner-mdl-sect .sidebar-left {
    padding: 0px 35px;
  }
  .newspaginate {
    margin: 40px 0px 10px;
  }
  .inner-mdl-sect .sidebar-right img {
    display: block;
  }
  .services-cats ul li a img {
    display: inherit !important;
  }
  .footer-sct .footer-inners .footer-bg {
    height: 500px;
  }
}
@media (max-width: 500px) {
  .top-rgh-sct ul li {
    display: inline-block;
    padding-left: 10px;
  }
  .top-rgh-sct ul li a {
    font-size: 9px;
    line-height: 16px;
    vertical-align: text-top;
    padding-left: 34px;
  }
  .common-sect h2 {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }
  .explore-section .explore-bg {
    height: 180px;
  }
  .explore-details .explore-cat {
    font-size: 10px;
    line-height: 18px;
  }
  .explore-details {
    margin-top: 20px;
  }
  .explore-details h3 {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px !important;
  }
  .explore-section .common-listing-inner {
    margin-bottom: 20px;
  }
  .latestnews-sect {
    padding-top: 30px;
  }
  .shadow-btn {
    height: 36px;
    padding: 9px 39px 9px 16px;
    font-size: 12px;
  }
  .shadow-btn:after {
    right: 16px;
    top: 12px;
  }
  .news-listing-inner {
    display: inline-block;
    width: 46%;
    vertical-align: top;
    margin-right: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .news-listing-inner:nth-child(2n) {
    margin-right: 0px;
  }
  .news-listing-inner .news-details,
  .news-listing-section .news-listing-inner .news-details {
    padding: 15px;
  }
  .news-listing-inner .news-bg {
    height: 150px;
    min-height: 150px;
  }
  .news-listing-inner .news-details h3,
  .news-listing-section .news-listing-inner .news-details h3,
  .news-listing-section .news-listing-inner .news-details h3 a,
  .news-listing-section .news-listing-inner .news-details h3 a {
    font-size: 14px !important;
    line-height: 18px !important;
    margin-top: 0px !important;
  }
  .news-listing-inner .news-details p,
  .news-listing-section .news-listing-inner .news-details p {
    display: none;
  }
  .events-sect .common-btn-sct {
    margin-bottom: 0px;
  }
  .footer-main h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .footer-main ul li,
  .footer-main ul li a,
  .footer-main.legal-sect a.btns {
    font-size: 12px;
    line-height: 22px;
  }
  .footer-main.legal-sect a.btns {
    padding: 9px 20px;
  }
  .footer-main.find-us > img {
    margin: 0px 6px;
  }
  .breakout-sect {
    padding: 15px 20px;
  }
  .splash-inner a {
    margin: 10px 0px;
  }
  .events-search .category-search-wrap,
  .search-datepiker,
  .events-search .advanced-search {
    width: 100%;
    margin: 0px;
  }
  .search-datepiker {
    border-top: 1px solid rgba(81, 82, 81, 0.246801);
    border-bottom: 1px solid rgba(81, 82, 81, 0.246801);
  }
  .events-search .advanced-search {
    border-top: 0px;
  }
  .search-form .search-btn {
    top: 135px;
    right: 10px;
  }
  .referral-search .search-form .search-btn {
    top: 13px;
  }
  .events-listing-section .event-listing .event-cats {
    width: 100%;
    margin-top: 10px !important;
  }
  .events-listing-section .event-listing .event-details .event-host {
    margin-top: 10px;
  }
  .event-listing .event-date {
    font-size: 24px;
  }
  .event-listing .event-date .event-month {
    font-size: 16px;
  }
  .sidebar-right table tbody,
  .sidebar-right table tr {
    width: 100% !important;
    display: block;
  }
  .sidebar-right table td {
    padding: 15px 20px 10px 20px;
    display: block;
    width: 100% !important;
  }
  .sidebar-right table td:last-child {
    border-bottom-right-radius: 10px;
    border-top: 1px solid rgba(161, 166, 172, 0.6);
    border-left: none;
    border-top-right-radius: 0px;
  }
  .sidebar-right table td ul {
    padding: 0px 13px !important;
  }
  .sidebar-accordian .faq-sec,
  .inner-mdl-sect .sidebar-left .helpsect h4,
  .inner-mdl-sect .sidebar-right h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .sidebar-left-inner .modal-body h4 {
    font-size: 22px !important;
    line-height: 32px !important;
    margin-bottom: 20px !important;
  }
  .service-list-inner .service-btm .about-table {
    display: block;
  }
  .splash-inner h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .inner-mdl-sect .sidebar-left {
    padding: 0px 15px;
  }
  .inner-mdl-sect .sidebar-left .sidebar-left-inner h3,
  .inner-mdl-sect .sidebar-left .sidebar-left-inner ul {
    padding: 15px 20px;
  }
  .footer-main.find-us > img {
    max-width: 90%;
  }
  .header-top-sect {
    padding: 10px 0px 3px;
  }
  .sidebar-left-inner .modal-content {
    padding: 50px 20px 15px 20px;
  }
  #map {
    height: 300px;
  }
}
@media (max-width: 359px) {
  .top-rgh-sct ul li a {
    padding-left: 25px;
    font-size: 9px;
  }
  .top-rgh-sct ul li {
    padding-left: 0px;
  }
  .top-rgh-sct ul li.contact a:before {
    line-height: 40px;
  }
  .explore-section .explore-bg {
    height: 150px;
  }
  .news-listing-inner {
    width: 45%;
  }
  .news-listing-inner .news-bg {
    height: 140px;
    min-height: 140px;
  }
  .news-listing-inner .news-details h3,
  .news-listing-inner .news-details h3 a {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .footer-main.legal-sect a.btns {
    padding: 9px 16px;
  }
  .footer-btm p {
    margin: 0px;
  }
  .footer-main.find-us > img {
    margin: 0px 1px;
    max-width: 50%;
  }
  .common-btn-sct {
    position: inherit;
    text-align: center;
    right: 0px;
  }
}
.sidebar-accordian .faq-item .faq-ans img {
  width: auto;
}
