/* font-famaly-hear */
@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&display=swap");
@font-face {
  font-family: "Rockwell";
  src: url("../fonts/webfont/Rockwell-Bold.woff2") format("woff2"), url("../fonts/webfont/Rockwell-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rockwell";
  src: url("../fonts/webfont/Rockwell.woff2") format("woff2"), url("../fonts/webfont/Rockwell.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* font-famaly-hear-end */
/* root */
:root {
  --arimo: "Arimo", sans-serif;
  --rockwell: "Rockwell", serif;
  --font-awesome-5: "font Awesome 5 Pro";
  --white-color: #fff;
  --black-color: #000;
  --primary: #2b5265;
  --secondary: #da6e40;
  --hover-colo: #000;
  --body-color: #393b36;
  --heading-color: #000;
  --title-color: #2b5265;
  --bgtransparent: transparent;
  --link-color: #236496;
  --red-color: #8a1e01;
  --gray-color: #efefef;
  --yellow-color: #f6a51f;
  --dark-green: #788129;
  --light-green: #AEBF43;
  --inherit-color: inherit;
  --overlay-color: #555;
}

/* root */
/* defaults-css-start */
html {
  font-size: 100%;
  box-sizing: border-box;
}

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

body {
  margin: 0;
  padding: 0;
  line-height: 20px;
  font-family: var(--arimo);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--body-color);
}

.text_red {
  color: var(--red-color);
}

.color-black {
  color: var(--black-color);
}

.title-color {
  color: var(--title-color);
}

.wrapper-safe {
  overflow: hidden;
}

.btn-safe a {
  background: var(--black-color);
  border: 1px solid var(--black-color);
  display: inline-block;
  padding: 13px 40px;
  text-decoration: none;
  color: var(--white-color);
  text-decoration: none;
}
.btn-safe a:hover {
  background: var(--white-color);
  color: var(--black-color);
}

a,
button {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

a:hover {
  opacity: 0.8;
}

a:focus,
button:focus,
.btn:focus {
  outline: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--rockwell);
  color: var(--heading-color);
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h2 {
  font-size: 36px;
  color: var(--title-color);
}
@media (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}

.mid-heading {
  font-size: 28px;
  font-weight: 700;
  font-family: var(--rockwell);
  color: var(--black-color);
}

.sm-heading-s {
  font-size: 20px;
  font-weight: 700;
  color: var(--black-color);
}

.readmore-link1 {
  color: var(--black-color);
  text-decoration: none;
  border: 1px solid var(--black-color);
  padding: 0;
  display: inline-block;
  text-align: center;
  min-width: 140px;
  padding: 4px;
  font-size: 14px;
  transition: 0.3s;
}
.readmore-link1:hover {
  opacity: 0.8;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

li {
  list-style: none;
}

.page-top-text {
  margin-top: 40px;
  margin-bottom: 50px;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  color: var(--body-color);
  margin-bottom: 15px;
}

label {
  color: var(--body-color);
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

*::-moz-selection {
  background: var(--secondary);
  color: var(--white-color);
  text-shadow: none;
}

::-moz-selection {
  background: var(--secondary);
  color: var(--white-color);
  text-shadow: none;
}

::selection {
  background: var(--secondary);
  color: var(--white-color);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--body-color);
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: var(--body-color);
  font-size: 16px;
  opacity: 1;
}

.text-primary {
  color: var(--primary) !important;
}

.swiper-slide {
  overflow: hidden;
}
.swiper-pagination {
  position: absolute;
  left: auto;
  bottom: 20px;
  z-index: 1;
  color: #fff;
  background: #2b5265;
  padding: 4px 14px;
  right: 0px;
}
@media (max-width: 1024px) {
  .swiper-pagination {
    right: 0px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    bottom: 0;
  }
}
.swiper-paginations div {
  width: 60px;
  height: 30px;
  background: #2b5265;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: absolute;
  left: 0px;
  top: 50%;
  color: #fff;
  z-index: 1;
  transform: translateY(-50%);
}
.swiper-paginations div:last-child {
  left: auto;
  right: 0px;
}
@media (max-width: 767px) {
  .swiper-paginations div {
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
}

.Nav {
  background: #2b5265;
  position: absolute;
  width: 252px;
  height: 100%;
  opacity: 0;
  z-index: 111;
  visibility: hidden;
}
.Nav__body {
  background: hsl(var(--theme-white));
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.Nav__body > * {
  min-width: 0;
}
.Script .Nav__body {
  margin-inline-start: auto;
  max-width: 25rem;
}
.Nav__header {
  align-items: center;
  background: hsl(var(--theme-white));
  display: flex;
  flex-shrink: 0;
  height: var(--header-height);
  justify-content: space-between;
  padding: 0.5rem 1rem;
  position: sticky;
  top: 0;
}
.Nav__heading {
  font-size: 1rem;
  margin: 0;
}
.Nav__main {
  align-items: start;
  background: hsl(var(--theme-white));
  box-shadow: 0 0 2rem hsla(var(--theme-dark), 0.2);
  display: flex;
  flex-grow: 1;
  overflow: hidden;
  scroll-behavior: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.Nav__main::-webkit-scrollbar {
  display: none;
}
.Nav__main > * {
  flex: 1 0 100%;
}
.Nav__menu {
  background: hsl(var(--theme-white));
  display: block;
  height: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0.5rem;
  position: relative;
  scroll-snap-align: start;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[dir=rtl] .Nav__menu {
  left: auto;
  right: 0;
}
.Nav__menu[aria-hidden=true] {
  display: none;
}
.Noscript .Nav__menu ~ .Nav__menu:not(:target) {
  display: none;
}
.Nav__item {
  margin: 0;
}
.Nav__item:not(:last-of-type) {
  border-bottom: 0.0625rem solid hsla(var(--theme-dark), 0.2);
}
.Nav__link {
  align-items: center;
  border-radius: 0.125rem;
  display: flex;
  padding: 0.5rem;
  text-decoration: none;
  font-weight: 400;
  color: #fff;
}
.Nav__link > * {
  display: block;
  flex-grow: 1;
}
.Nav__link[aria-controls] {
  font-weight: 600;
}
.Nav__link .Icon {
  flex-grow: 0;
  margin-inline: 0.5rem 0;
}
.Nav__link .Icon:first-child {
  margin-inline: 0 0.5rem;
}
[dir=rtl] .Nav__link .Icon {
  transform: scaleX(-1);
}
.Script .Nav {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.Script .Nav[aria-hidden=false] {
  display: flex;
}

.offcanvas {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(19px);
  -webkit-backdrop-filter: blur(19px);
}
.offcanvas-backdrop {
  background: rgba(1, 1, 1, 0.75);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(19px);
  -webkit-backdrop-filter: blur(19px);
}
.offcanvas-backdrop.show {
  opacity: 0.8 !important;
}
.offcanvas-link {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 12px 0px;
  border-bottom: 1px solid var(--primary);
  color: var(--primary);
}
.offcanvas-link:hover {
  color: #da6e40;
}

.breadcrumb {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-left: 10px;
  }
  .breadcrumb li.menu-offcanvas {
    margin-right: 20px;
  }
}
.breadcrumb-inner {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 49%;
  transform: translateY(-50%);
  color: #000;
}
@media screen and (max-width: 767px) {
  .breadcrumb-inner {
    left: 0px;
  }
}
.breadcrumb-item {
  color: #b0b0b1;
  text-decoration: none;
}
.breadcrumb-item a {
  color: #b0b0b1;
  text-decoration: none;
  font-weight: 500;
}
.breadcrumb-item::before {
  color: #b0b0b1;
}
.breadcrumb-item.active {
  color: #da6e40;
  font-weight: 500;
}

.sidebar-header h2 {
  color: #da6e40;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.article-header {
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: inherit;
  padding-bottom: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .article-header h2 {
    font-size: 26px;
  }
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

.header {
  padding: 20px 0px;
}
.header .header-bar button {
  border: 0;
  background: transparent;
}
.header .header-bar .fa-bars {
  font-size: 34px;
  color: #236496;
}
.header-logo img {
  max-width: 402px;
}
@media screen and (max-width: 767px) {
  .header-logo img {
    max-width: 185px;
  }
}
@media screen and (max-width: 319px) {
  .header-logo img {
    max-width: 165px;
  }
}
.header-search {
  max-width: 215px;
  width: 100%;
  position: relative;
}
.header-search.active input {
  opacity: 1;
  width: 280px;
}
@media (max-width: 767px) {
  .header-search.active input {
    width: 200px;
  }
}
.header-search.active button {
  color: #fff;
  background-color: #236496;
}
.header-search.active button .search-close {
  opacity: 1;
  display: block;
}
.header-search.active button .search-main {
  display: none;
  opacity: 0;
}
.header-search input {
  height: 100%;
  width: 0%;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 18px;
  border-radius: 50px;
  padding: 0 60px 0 20px;
  outline: none;
  height: 45px;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translateY(-51%);
  top: 50%;
  position: absolute;
  right: -3px;
  opacity: 0;
}
.header-search button {
  position: relative;
  color: #236496;
  background-color: transparent;
  font-size: 16px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: none;
  padding: 0px;
  line-height: 40px;
}
.header-search button .search-close {
  opacity: 0;
  display: none;
}
.header-search button .search-main {
  opacity: 1;
  display: block;
  background: #236496;
  color: #fff;
  border-radius: 50%;
}
.header-menu {
  flex: 0 0 auto;
}
@media (max-width: 480px) {
  .header-menu {
    gap: 0 !important;
  }
}
.header-bar span {
  cursor: pointer;
  font-size: 30px;
  display: inline-block;
  color: #236496;
}

/*Header Alert Home*/
.safe-alert {
  margin-bottom: 0;
  background: var(--red-color);
  color: #edeee9;
  border: 0;
  border-radius: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (max-width: 767px) {
  .safe-alert .alert-text {
    font-size: 12px;
  }
}
.safe-alert a {
  color: #ffcc33;
  text-decoration: none;
}
.safe-alert a:hover {
  opacity: 0.8;
}

/* .home .header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
} */

.hero-wrapper {
  padding-top: 12%;
  padding-bottom: 10%;
}
@media screen and (max-width: 575px) {
  .hero-wrapper {
    padding-bottom: 25%;
  }
}
.hero-content {
  text-align: end;
  margin-right: 100px;
}
@media screen and (max-width: 767px) {
  .hero-content {
    margin-right: 30px;
  }
}
.hero-content h1 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  letter-spacing: 5.5px;
  text-transform: capitalize;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .hero-content h1 {
    font-size: 32px;
    line-height: 1.3;
  }
}
.hero-img {
  transition-duration: 8s !important;
  animation: zoomIn 8s linear;
}
.hero-offer {
  height: 72px;
  /* position: absolute; */
  right: 0px;
  bottom: 0px;
  text-align: center;
  background: rgba(51, 102, 153, 0.9);
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.4;
  min-height: 75px;
  color: #fff;
  width: inherit;
  width: 100%;
  margin-top: -75px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .hero-offer {
    width: 100%;
    min-height: auto;
    height: auto;
    padding: 10px 15px;
    margin: 0;
    margin-top: -64px;
  }
}
.hero-offer a {
  color: #fff;
  text-decoration: none;
  line-height: 1.4;
  font-weight: 100 !important;
}
.hero-offer p {
  color: #fff;
  line-height: 1.4;
  margin-bottom: 0px;
  font-weight: bold;
}
.hero-offer::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid rgb(51, 102, 153);
  bottom: -20px;
  left: 42%;
}

.highlights-text-safe-mobile {
  display: none;
}

@media (max-width: 767px) {
  .highlights-text-safe .hero-offer {
    margin-top: 0;
    margin-bottom: 30px;
    background: rgb(51, 102, 153);
  }
  .highlights-text-safe-mobile {
    display: block;
  }
  .highlights-text-safe-desktop {
    display: none;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.cta {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0px;
  z-index: 1;
}
.cta::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
}
.cta-content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.cta-content h2 {
  color: #fff;
  margin-bottom: 20px;
}
.cta-content p {
  color: #fff;
  margin-bottom: 28px;
}

/*Footer*/
@media (max-width: 1023px) {
  footer .footer-cl {
    margin-top: 40px;
  }
}
footer {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}
footer .container {
  max-width: 1220px;
  width: 100%;
}
footer .container .row div h2 {
  color: #A9A9A9;
  font-size: 21px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 12px;
  font-family: var(--rockwell);
  margin-top: 0px;
  text-transform: none;
}
footer .container .row div ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
footer .container .row div ul li {
  font-weight: 400;
}
footer .container .row div ul li a {
  /* color: #236496;
  font-family: var(--arimo);
  display: block; */
  /* margin-bottom: 6px; */
  /* text-decoration: none; */
}
footer .container .row div ul li a:hover {
  cursor: pointer;
  text-decoration: none;
  color: #A9A9A9;
  opacity: 1;
}
footer .container .row .address {
  color: #236496;
  font-size: 16px;
  display: block;
  margin-bottom: 11px;
  line-height: 2;
}
footer .container .row .address a {
  text-decoration: none;
  color: #236496;
  font-weight: 400;
}
footer .container .row a {
  transition: 0.3s;
}
footer .custom-safe-social a {
  display: inline-block;
  text-align: center;
}
footer .custom-safe-social a i.fa-facebook-f {
  color: #A9A9A9;
  background: #3b5998;
}
footer .custom-safe-social a i.fa-facebook {
  color: #A9A9A9;
  background: #3b5998;
}
footer .custom-safe-social a i.fa-youtube {
  color: #A9A9A9;
  background: #FF0000;
}
footer .custom-safe-social a i.fa-linkedin {
  color: #A9A9A9;
  background: #0072b1;
}
footer .custom-safe-social a i.fa-instagram {
  color: #A9A9A9;
  background: #fa7e1e;
}
footer .custom-safe-social a i.fa-twitter {
  background-image: url(../imgs/icons/twitter-01.png) !important;
  background-size: contain;
  font-size: 0;
}
footer .custom-safe-social i {
  font-size: 20px;
  margin-right: 10px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 2;
  text-align: center;
}
footer .cutom-safe-another i {
  font-size: 25px;
  color: #236496;
  float: right;
  position: relative;
}
footer .cutom-safe-another i:after {
  position: absolute;
  content: "";
  top: 12px;
  left: -155px;
  width: 145px;
  height: 2px;
  background-color: #A9A9A9;
}
footer .cutom-safe-another h3 {
  color: #A9A9A9;
  font-size: 14px;
  margin-top: 42px;
  font-family: var(--rockwell);
  text-transform: none;
  color: #A9A9A9;
  font-size: 15px;
  margin-top: 42px;
  font-weight: 600;
}
footer .cutom-safe-another h4 {
  color: #e34b50;
  font-weight: 600;
  font-size: 20px;
  font-family: var(--rockwell);
}
footer .cutom-safe-another p {
  color: #A9A9A9;
}
footer .cutom-safe-another a {
  color: #236496;
  font-size: 16px;
}
footer .cutom-safe-another a:hover {
  text-decoration: none;
  cursor: pointer;
}
footer a:hover {
  color: var(--white-color);
}
footer .footer-text-widget p {
  color: #A9A9A9;
  color: #A9A9A9;
  font-weight: 400;
  font-weight: 400;
}

.fotter-bottom {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0px 20px 0px;
  margin-bottom: -6px;
}
.fotter-bottom .container {
  max-width: 1220px;
  width: 100%;
  padding: 18px 0px;
}
@media only screen and (max-width: 480px) {
  .fotter-bottom {
    padding: 10px 0px 10px 0px;
  }
  .fotter-bottom .copy-text-safe span {
    font-size: 0;
    display: block;
  }
}

.custom-safe-social {
  display: flex;
  align-items: flex-end;
}
.custom-safe-social > p > br {
  display: none;
}

.custom-safe-divider-1 {
  height: 1px;
  background: #444a52;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .custom-safe-divider-1 {
    margin-bottom: 0;
  }
}

section.fotter-bottom p {
  color: #236496;
  font-weight: 400;
  margin: 0px;
  font-family: var(--rockwell);
}

footer.footer-safe-area p {
  margin: 0;
  color: #A9A9A9;
  font-weight: 400;
  margin-bottom: 6px;
}
footer.footer-safe-area .address p {
  color: #236496;
  font-weight: 400;
  margin-bottom: 6px;
}
footer.footer-safe-area ul {
  color: #A9A9A9;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  footer {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0px;
  }
  footer .container {
    max-width: 1220px;
    width: 100%;
    padding: 18px 28px;
  }
  footer .container .row div h2 {
    color: #A9A9A9;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 13px;
    font-family: var(--rockwell);
  }
  footer .cutom-safe-another i {
    font-size: 25px;
    color: #236496;
    position: relative;
    margin-top: 35px;
    float: none !important;
  }
  footer .cutom-safe-another i:after {
    position: absolute;
    content: "";
    top: 8px;
    left: 26px;
    width: 145px;
    height: 2px;
    background-color: #A9A9A9;
  }
  footer .cutom-safe-another h3 {
    color: #A9A9A9;
    font-size: 15px;
    margin-top: 15px;
    font-weight: 600;
  }
}
.intro-text-area {
  margin-bottom: 40px;
}
.intro-text-area p {
  font-size: 18px;
  line-height: 28px;
}

@media (min-width: 991px) {
  .padding-right-1 {
    padding-right: 30px;
  }
}
.dep-widget {
  margin-bottom: 20px;
}

.home-title {
  font-size: 48px;
  text-align: center;
  font-family: var(--rockwell);
  font-weight: bold;
}

.home-title-line {
  width: 15%;
  margin: 0 auto 13px auto;
  background-color: var(--black-color);
  opacity: 1;
  height: 2px;
}

.tagline {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

#features .features-div {
  position: relative;
}
#features .features-absolute {
  width: 45%;
  background: white;
  padding: 17px 17px 10px;
  position: absolute;
  bottom: -30px;
  left: -50px;
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
}
#features .features-list {
  padding: 10px 0;
}
#features .features-list h5 {
  margin-bottom: 5px;
  margin-top: 20px;
}
#features .features-list p {
  margin-bottom: 0;
  margin-top: 5px;
}
#features .features-list p a {
  color: var(--link-color);
  text-decoration: none;
  transition: 0.3s;
}
#features .features-list p a:hover {
  opacity: 0.8;
}
#features .featuresRow .featuresRow-title {
  margin-top: 110px;
}

.featuresRow-secondCol .featuresRow-secondCol-div {
  margin-bottom: 20px;
}
.featuresRow-secondCol .featuresRow-secondCol-title {
  margin-bottom: 14px;
}
.featuresRow-secondCol .featuresRow-secondCol-div-title {
  margin-bottom: 5px;
}
.featuresRow-secondCol .featuresRow-secondCol-div-text {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 22px;
}
.featuresRow-secondCol .featuresRow-secondCol-div-link {
  margin: 11px 0px 0px 0px;
}

/* #main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
} */
#main #faq {
  margin-bottom: 50px;
}
#main #faq .card {
  border: 0;
}
#main #faq .card .card-header {
  padding: 0;
  background-color: var(--bgtransparent);
  border-bottom: none;
}
#main #faq .card .card-header .btn-header-link {
  background-color: var(--bgtransparent);
  color: var(--red-color);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  padding-left: 0px;
  font-weight: 700;
  position: relative;
  padding-bottom: 2px;
  transition: border 0.1s ease-out;
  text-transform: uppercase;
  position: relative;
}
#main #faq .card .card-header .btn-header-link:focus {
  box-shadow: none;
}
#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: "Font Awesome 5 pro";
  font-weight: 900;
  float: right;
  position: absolute;
  right: 0;
  top: 15px;
}
#main #faq .card .card-header .btn-header-link.collapsed {
  color: var(--red-color);
}
#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}
#main #faq .card .card-body {
  padding: 0;
}
#main #faq .card .collapsing {
  background: transparent;
  line-height: 30px;
}
#main #faq .card .collapse {
  border: 0;
}
#main #faq .card .collapse.show {
  background: transparent;
  line-height: 30px;
  color: var(--black-color);
}

#counter {
  background: #fff2d9;
  padding: 20px;
}
#counter .counter-title {
  margin-bottom: 20px;
}

.counter {
  padding: 0 0 20px 0;
  border-radius: 5px;
}

.count-title {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  font-size: 60px;
  font-weight: 400;
  font-family: var(--rockwell);
  margin: 0;
  line-height: 60px;
}

.count-text {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: var(--black-color);
}

.counter1 {
  padding: 20px 0;
  border-radius: 5px;
}
.counter1 .count-title {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  font-size: 26px;
  color: var(--black-color);
  font-weight: 400;
  font-family: var(--rockwell);
  margin: 0;
  line-height: 35px;
}
.counter1 .count-text {
  font-size: 18px;
  font-weight: normal;
  margin-top: 0;
  color: var(--black-color);
  margin-bottom: 0;
  text-align: center;
}
.counter1 .count-link {
  color: #b47530;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 16px;
  display: block;
  margin-top: 5px;
  transition: 0.3s;
}
.counter1 .count-link:hover {
  opacity: 0.8;
}

#counter1 {
  margin-top: 50px;
}
#counter1 .counter1-title {
  text-align: center;
  color: var(--black-color);
}

img.profile-image-circle {
  border-radius: 50%;
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 5px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  #features .features-div {
    position: relative;
    margin-bottom: 25px;
  }
  #features .features-img-div {
    float: left;
  }
  #features .features-img-div .features-img {
    border-radius: 15px 15px 0px 0px;
  }
  #features .features-absolute {
    width: 100%;
    background: white;
    padding: 17px;
    position: revert;
    top: 55%;
    left: -7%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
  }
  .featuresRow-secondCol {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  #features .features-img-div .features-img {
    border-radius: 15px 15px 0px 0px;
  }
  #features .features-absolute {
    width: 100%;
    background: white;
    padding: 17px;
    position: revert;
    top: 55%;
    left: -7%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0px 0px 15px 15px;
  }
}
/* Style focused elements when the show-focus class is added to the body */
.show-focus a:focus,
.show-focus button:focus,
.show-focus input:focus,
.show-focus select:focus,
.show-focus textarea:focus,
.show-focus [tabindex]:focus:not([tabindex="-1"]) {
  outline: 5px solid red; /* Change 'blue' to the desired border color */
}

/* Style focused elements when the user is tabbing */
.user-is-tabbing :focus {
  outline: 2px dotted red; /* Change 'blue' to the desired border color */
}

/* Owl Slider CSS*/
/*  Numbers */
@media (min-width: 576px) {
  .banner-slider .owl-dots, .banner-slider .owl-nav {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .banner-slider .owl-dots, .banner-slider .owl-nav {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .banner-slider .owl-dots, .banner-slider .owl-nav {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .banner-slider .owl-dots, .banner-slider .owl-nav {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .banner-slider .owl-dots, .banner-slider .owl-nav {
    max-width: 1230px;
  }
}

.main-banner {
  position: relative;
  margin-bottom: 128px;
}
@media (max-width: 767px) {
  .main-banner {
    margin-bottom: 50px;
  }
}
.main-banner .banner-slider .owl-dots, .main-banner .banner-slider .owl-nav {
  margin: auto;
  text-align: left;
  margin-top: -100px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1250px) {
  .main-banner .banner-slider .owl-dots, .main-banner .banner-slider .owl-nav {
    margin-top: -30px;
  }
}
@media (max-width: 991px) {
  .main-banner .banner-slider .owl-dots,
  .main-banner .banner-slider .owl-nav {
    margin-top: 0;
  }
}
.main-banner .banner-slider .owl-nav {
  position: relative;
  top: -63px;
  right: -100px;
  z-index: 999 !important;
}
.main-banner .banner-slider .owl-nav [class*=owl-]:hover {
  background: transparent;
}
.main-banner .banner-slider .owl-dots {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .main-banner .banner-slider .owl-dots {
    justify-content: center;
  }
}
.main-banner .banner-slider .owl-dots .owl-dot {
  width: 35px;
}
.main-banner .banner-slider .owl-dots .owl-dot span {
  width: 0;
  height: 0;
  border-radius: 30px;
  position: absolute;
  top: 0;
  margin-left: 1px;
}
.main-banner .banner-slider .owl-nav button.owl-next img {
  width: 40px;
}
@media (max-width: 767px) {
  .main-banner .banner-slider .owl-dots {
    margin-left: 0;
  }
}
.main-banner .banner-slider .owl-dots button {
  border: 0;
  background: transparent;
}
.main-banner .banner-slider .owl-dots .owl-dot.active button {
  font-size: 22px;
  transition: none;
  font-weight: 600;
  color: var(--red-color);
}
@media (max-width: 1250px) {
  .main-banner .banner-slider .owl-nav {
    position: relative;
    top: 8px;
    right: -100px;
    z-index: 999;
  }
}
@media (max-width: 991px) {
  .main-banner .banner-slider .owl-nav {
    position: relative;
    top: 36px;
    right: -116px;
    display: none;
  }
}
.main-banner .banner-inner {
  position: relative;
  width: 100%;
}
.main-banner .banner-slider .banner-inner img {
  display: block;
  width: 100%;
  width: 80%;
  margin-left: auto;
  -o-object-position: right;
     object-position: right;
}
@media (max-width: 767px) {
  .main-banner .banner-slider .banner-inner img {
    width: 100%;
  }
}
.main-banner .banner-content {
  position: absolute;
  top: 180px;
}
@media (max-width: 1199px) {
  .main-banner .banner-content {
    top: 130px;
  }
}
@media (max-width: 991px) {
  .main-banner .banner-content {
    top: 80px;
    position: static;
    margin-top: -20px;
    text-align: center;
  }
  .main-banner .banner-content h1 {
    font-size: 22px;
  }
}

.banner-on-right {
  position: absolute;
  right: 0;
  left: 0;
  top: 100px;
  z-index: 99;
  width: 50%;
  left: 50%;
  left: calc(50% - 50px);
}
@media (min-width: 1400px) {
  .banner-on-right {
    width: 615px;
    left: 50%;
  }
}
@media (min-width: 1200px) {
  .banner-on-right {
    width: 585px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .banner-on-right {
    display: none;
  }
}
.banner-on-right .safe-news-items {
  margin-left: auto;
  width: 200px;
  padding: 15px;
  background: var(--black-color);
}
.banner-on-right .safe-news-items .safe-news-item {
  margin-bottom: 15px;
}
.banner-on-right .safe-news-items .safe-news-item.active-news {
  position: relative;
  z-index: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.banner-on-right .safe-news-items .safe-news-item.active-news::before {
  content: "";
  position: absolute;
  left: -45px;
  top: 0;
  bottom: 0;
  right: -15px;
  background: var(--yellow-color);
  z-index: -1;
}
.banner-on-right .safe-news-items .safe-news-item a {
  color: var(--white-color);
  transition: 0.3s;
  text-decoration: none;
}
.banner-on-right .safe-news-items .safe-news-item a:hover {
  opacity: 0.8;
}

.voice-area {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .voice-area {
    margin-top: 50px;
  }
}

.voice-banner {
  background: var(--gray-color);
  padding: 30px;
  border-radius: 15px;
}
.voice-banner .voice-banner-content {
  max-width: 280px;
}
.voice-banner .voice-banner-content h3 {
  color: var(--dark-green);
}

.voice-items {
  width: 1200px;
  margin-left: -280px;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .voice-items {
    margin-left: -150px;
  }
}
@media (max-width: 991px) {
  .voice-items {
    width: auto;
    margin-left: 15px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .voice-items {
    margin-left: 10px;
    margin-top: -30px;
  }
}
.voice-items .voice-item {
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 3px 4px var(--gray-color);
  margin: 10px;
}
.voice-items .voice-item .voice-item-inner {
  max-width: 150%;
  background: var(--white-color);
  min-height: 100px;
  padding: 10px;
  display: flex;
  align-items: center;
}
.voice-items .voice-item .voice-item-inner h5 {
  font-family: var(--arimo);
  font-weight: 400;
}
.voice-items .voice-item .voice-item-inner h5 a {
  display: block;
  color: var(--dark-green);
  font-size: 16px;
  text-decoration: none;
  margin-top: 5px;
}
.voice-items .voice-item .voice-item-inner h5 a:hover {
  opacity: 0.8;
}

.notes-area {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .notes-area {
    margin-top: 0;
  }
}

.notes-content {
  float: right;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .notes-content {
    float: none;
    margin-left: 30px;
  }
}
.notes-content p {
  font-size: 18px;
}
.notes-content p a {
  color: var(--primary);
  transition: 0.3s;
  text-decoration: none;
}
.notes-content p a:hover {
  opacity: 0.8;
}

.note-items .note-item {
  box-shadow: 0 1px 8px 5px var(--gray-color);
  border-radius: 10px;
  padding: 15px;
  margin: 15px;
}
.note-items .note-item .note-icon img {
  width: 20px;
}
.note-items .note-item .note-icon i {
  font-size: 30px;
  color: var(--yellow-color);
}
.note-items .note-item .note-client {
  display: flex;
  align-items: center;
}
.note-items .note-item .note-client .note-client-img {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
}
.note-items .note-item .note-client .note-client-img img {
  display: block;
  width: 100%;
}
.note-items .note-item .note-client-text {
  margin-left: 15px;
}
.note-items .owl-theme .owl-nav {
  left: -100px;
  bottom: 70px;
  position: absolute;
  font-size: 22px;
}
@media (max-width: 767px) {
  .note-items .owl-theme .owl-nav {
    position: static;
    margin-top: -15px;
  }
}
.note-items .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: var(--yellow-color);
}

.reg-area h3 {
  color: var(--light-green);
  font-weight: 400;
}
.reg-area .text_sm {
  font-size: 14px;
}
.reg-area fieldset {
  border: 1px solid;
  padding: 10px 20px 30px;
  position: relative;
  border-radius: 5px;
}
.reg-area fieldset legend {
  float: none;
  width: auto;
  padding: 0 10px;
  color: #AEBF43;
  font-weight: bold;
}
.reg-area .form_middle_arror {
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -25px;
  margin-left: 2px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .reg-area .form_middle_arror {
    bottom: -24px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.reg-area .hot-topics {
  display: flex;
  margin-top: 15px;
}
.reg-area .hot-topics .hot-text {
  flex: 0 0 50px;
}
.reg-area .hot-topics ul {
  margin-left: 10px;
}
.reg-area .hot-topics ul li {
  margin: 0 5px;
  display: inline-block;
}
.reg-area .hot-topics ul li a {
  display: block;
  font-size: 14px;
  position: relative;
  color: var(--red-color);
  transition: 0.3s;
  text-decoration: none;
}
.reg-area .hot-topics ul li a::after {
  content: "";
  position: absolute;
  left: -6px;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background: var(--red-color);
}
.reg-area .hot-topics ul li a:hover {
  opacity: 0.8;
}
.reg-area .welcome-img {
  margin-top: -20px;
}
@media (max-width: 991px) {
  .reg-area .welcome-img {
    margin-top: 10px;
  }
}

.glad_ask {
  background-image: url(../imgs/glad_ask_bg.jpg);
  background-repeat: no-repeat;
  background-color: var(--black-color);
  background-position: center center;
  color: var(--white-color);
  padding: 20px 0;
}
@media (max-width: 991px) {
  .glad_ask {
    background-image: none;
    padding: 30px 0;
  }
}

.red_sm_title {
  color: var(--red-color);
  font-size: 15px;
  font-weight: 600;
}

.glad_ask .title, .glad_ask p {
  color: var(--white-color);
}
.glad_ask a {
  color: var(--white-color);
  text-decoration: none;
}
.glad_ask a:hover {
  opacity: 0.8;
}
.glad_ask a span {
  color: var(--red-color);
}
.glad_ask .sqr_box {
  height: 250px;
  padding: 20px;
  border-radius: 0;
  border: 0;
  position: relative;
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: #83836B;
  color: #fff;
}
.glad_ask .sqr_box.active {
  background-color: #B7675C;
}
.glad_ask .sqr_box h4 {
  color: var(--white-color);
  font-family: var(--arimo);
}
.glad_ask .sqr_box .plus_link {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 20px;
  color: #fff;
}

.glad_ask .sqr_box {
  position: relative;
}
.glad_ask .sqr_box .over_layer {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--dark-green);
  padding: 30px;
  padding-bottom: 0;
  overflow-y: auto;
  display: none;
}
.glad_ask .sqr_box .over_layer .read-more-safe {
  text-align: right;
}
.glad_ask .sqr_box .over_layer .read-more-safe a:hover {
  opacity: 0.8;
}
.glad_ask .sqr_box .over_layer .close_btn {
  cursor: pointer;
  color: var(--white-color);
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 21px;
  line-height: 1;
  border-radius: 100%;
  opacity: 0.7;
  transition: 0.3s;
}
.glad_ask .sqr_box .over_layer .close_btn:hover {
  opacity: 1;
}

.explore-area {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .explore-area {
    padding-bottom: 0 !important;
  }
}

.exp_commun .title_green {
  color: var(--dark-green);
  font-size: 36px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .exp_commun .title_green {
    font-size: calc(1.3rem + 0.6vw);
    margin-bottom: 15px;
  }
}
.exp_commun .card {
  transition: 0.5s;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 16px 0px img;
  box-shadow-border-radius: 0 !important;
}
.exp_commun .card .col_cont {
  transition: 0.5s;
}
@media (max-width: 767px) {
  .exp_commun .card .col_cont {
    opacity: 1;
  }
}
.exp_commun .card.active .col_cont, .exp_commun .card:hover .col_cont {
  opacity: 1;
}
.exp_commun p {
  margin: 0;
}
.exp_commun .col_cont a {
  font-size: 50px;
  opacity: 0.6;
}
.exp_commun .col_cont a:hover {
  opacity: 1;
}

.active-item-safe .card {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 7px 17px 12px;
}

@media (max-width: 767px) {
  .card-item-safe {
    margin-bottom: 30px;
  }
}

.title_bg_img {
  position: relative;
  margin-bottom: -25px;
  display: inline-block;
}
.title_bg_img:before {
  content: "";
  position: absolute;
  left: 0;
  right: 28px;
  bottom: 0;
  height: 125px;
  background: var(--white-color);
}
@media (max-width: 767px) {
  .title_bg_img:before {
    right: 10px;
    height: 140px;
  }
}
@media (max-width: 448px) {
  .title_bg_img:before {
    height: 160px;
    right: 5px;
  }
}
.title_bg_img .title_bg_img_t {
  position: absolute;
  bottom: 0;
  max-width: 85%;
  /* font-size: 37px; */
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .title_bg_img .title_bg_img_t {
    margin-top: -39px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .title_bg_img .title_bg_img_t {
    max-width: 95%;
  }
}

.council-item img {
  margin-bottom: 10px;
  max-width: 30px;
}
.council-item p {
  margin-bottom: 5px;
}
.council-item a {
  color: var(--dark-green);
  transition: 0.3s;
  text-decoration: none;
  display: block;
}
.council-item a:hover {
  opacity: 0.8;
}

.carousel-4 .owl-nav button.owl-prev {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .carousel-4 .owl-nav button.owl-prev {
    position: static;
  }
}
.carousel-4 .owl-nav button.owl-prev:hover {
  background: transparent;
  color: var(--dark-green);
}
.carousel-4 .owl-nav button.owl-prev::before {
  content: "";
  position: absolute;
  right: -5px;
  height: 40px;
  width: 1px;
  background: var(--dark-green);
  top: -7px;
}
.carousel-4 .owl-nav button.owl-next {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .carousel-4 .owl-nav button.owl-next {
    position: static;
  }
}
.carousel-4 .owl-nav button.owl-next:hover {
  background: transparent;
  color: var(--dark-green);
}
.carousel-4 .owl-nav button.owl-next::before {
  content: "";
  position: absolute;
  left: -5px;
  height: 40px;
  width: 1px;
  background: var(--dark-green);
  top: -7px;
}

.out_n_about img {
  width: 100%;
}

.title_bigop {
  color: #cccccc;
  font-size: 87px;
  margin: 0;
  padding: 0;
  margin-bottom: -29px;
  font-weight: lighter;
}
@media (max-width: 991px) {
  .title_bigop {
    font-size: 44px;
    margin-bottom: -15px;
  }
}
@media (max-width: 320px) {
  .title_bigop {
    font-size: 30px;
    margin-bottom: -11px;
  }
}

.right-social {
  position: absolute;
  right: -40px;
  top: 10px;
}
.right-social ul li {
  max-width: 35px;
  margin-bottom: 10px;
}
.right-social ul li a:hover {
  opacity: 0.8;
}

.out-about-area {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .out-about-area {
    margin-right: 60px;
  }
}
@media (max-width: 767px) {
  .out-about-area {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.out-about-area .custom-safe-social {
  position: absolute;
  right: -60px;
  top: 10px;
  display: block;
}
@media (max-width: 767px) {
  .out-about-area .custom-safe-social {
    display: none;
  }
}
.out-about-area .custom-safe-social li {
  margin-bottom: 15px;
}
.out-about-area .custom-safe-social li:nth-child(2) {
  margin-top: -15px;
}
.out-about-area .custom-safe-social a {
  display: block;
  text-align: center;
}
.out-about-area .custom-safe-social a:hover {
  opacity: 0.8;
}
.out-about-area .custom-safe-social a i.fa-facebook-f {
  color: #fff;
  background: #3b5998;
}
.out-about-area .custom-safe-social a i.fa-facebook {
  color: #fff;
  background: #3b5998;
}
.out-about-area .custom-safe-social a i.fa-youtube {
  color: #fff;
  background: #FF0000;
}
.out-about-area .custom-safe-social a i.fa-linkedin {
  color: #fff;
  background: #0072b1;
}
.out-about-area .custom-safe-social a i.fa-instagram {
  color: #fff;
  background: #fa7e1e;
}
.out-about-area .custom-safe-social a i.fa-twitter {
  background-image: url(../imgs/icons/twitter-01.png) !important;
  background-size: contain;
  font-size: 0;
}
.out-about-area .custom-safe-social i {
  font-size: 20px;
  margin-right: 10px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 2;
  text-align: center;
}

.gall-items .gall-item {
  margin-bottom: 25px;
}

.team-member-area {
  margin-bottom: 50px;
}

.team-member {
  margin-top: 7px;
  padding-bottom: 7px;
}
.team-member h4 {
  font-size: 22px;
  margin-bottom: 0px;
}
.team-member a {
  text-decoration: none;
}
.team-member .social {
  margin: 0px;
}
.team-member .social:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.team-member .social li {
  float: left;
  list-style: none;
}
.team-member .social li a {
  font-size: 11px;
  margin: 0px 8px;
}
.team-member .social li:first-child a {
  margin-left: 0px;
}
.team-member .social li:after {
  content: " / ";
  font-size: 11px;
}
.team-member .social li:last-child:after {
  content: " ";
}
.team-member .nectar_team_bio_img {
  display: none;
}
.team-member .nectar_team_bio {
  display: none;
}

.team-member[data-style=bio_fullscreen] {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 0;
  position: relative;
}
.team-member[data-style=bio_fullscreen] a {
  display: block;
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
}
.team-member[data-style=bio_fullscreen] img {
  line-height: 0;
  max-width: none;
  max-height: none;
  width: 100% !important;
  margin-bottom: 0;
}
.team-member[data-style=bio_fullscreen] .team-member-overlay {
  background-color: var(--overlay-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.45;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  backface-visibility: hidden;
  transform: translateZ(0);
}
.team-member[data-style=bio_fullscreen] .team-member-image {
  z-index: 2;
  width: 100%;
}
.team-member[data-style=bio_fullscreen]:hover .team-member-overlay {
  opacity: 0.4;
}
.team-member[data-style=bio_fullscreen]:hover .team-meta .arrow-line {
  opacity: 1;
  transform: translateX(0) translateY(-50%);
}
.team-member[data-style=bio_fullscreen]:hover .team-meta .arrow-end {
  opacity: 1;
  transform: translateX(0) translateY(-50%);
}
.team-member[data-style=bio_fullscreen]:hover .team-meta h3 {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
}
.team-member[data-style=bio_fullscreen]:hover .team-meta p {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
}
.team-member[data-style=bio_fullscreen] .team-meta {
  position: absolute;
  z-index: 10;
  bottom: 40px;
  width: 100%;
  text-align: center;
  padding-left: 25px;
  margin-bottom: 25px;
  left: 0;
  bottom: 0;
  text-align: left;
}
.team-member[data-style=bio_fullscreen] .team-meta h3 {
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transition: opacity 0.95s cubic-bezier(0.2, 1, 0.2, 1), transform 0.95s cubic-bezier(0.2, 1, 0.2, 1);
  -webkit-transition: opacity 0.95s cubic-bezier(0.2, 1, 0.2, 1), -webkit-transform 0.95s cubic-bezier(0.2, 1, 0.2, 1);
  opacity: 1;
  font-family: var(--rockwell);
  color: var(--white-color);
}
.team-member[data-style=bio_fullscreen] .team-meta p {
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transition: opacity 0.95s cubic-bezier(0.2, 1, 0.2, 1), transform 0.95s cubic-bezier(0.2, 1, 0.2, 1);
  -webkit-transition: opacity 0.95s cubic-bezier(0.2, 1, 0.2, 1), -webkit-transform 0.95s cubic-bezier(0.2, 1, 0.2, 1);
  opacity: 1;
  color: var(--gray-color);
  padding: 7px 0 0 0;
}
.team-member[data-style=bio_fullscreen] .team-meta .arrow-end {
  display: inline-block;
  font-family: var(--font-awesome-5);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 50px;
  height: 50px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  content: "\f105";
  margin-left: 15px;
  position: absolute;
  right: 0;
  top: 53%;
  transform: translateY(-50%) translateZ(0);
  font-size: 25px;
  transition: opacity 0.25s cubic-bezier(0.12, 0.75, 0.4, 1), transform 0.25s cubic-bezier(0.12, 0.75, 0.4, 1);
  -webkit-transition: opacity 0.25s cubic-bezier(0.12, 0.75, 0.4, 1), -webkit-transform 0.25s cubic-bezier(0.12, 0.75, 0.4, 1);
}
.team-member[data-style=bio_fullscreen] .team-meta .arrow-line {
  backface-visibility: hidden;
  letter-spacing: 0;
  display: block;
  content: " ";
  z-index: 100;
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: var(--black-color);
  top: 53%;
  opacity: 0;
  right: -10px;
  cursor: pointer;
  transform: translateY(-50%) translateX(-20px) translateZ(0);
  -webkit-transform: translateY(-50%) translateX(-20px) translateZ(0);
  transition: opacity 0.25s cubic-bezier(0.12, 0.75, 0.4, 1), transform 0.25s cubic-bezier(0.12, 0.75, 0.4, 1);
  -webkit-transition: opacity 0.25s cubic-bezier(0.12, 0.75, 0.4, 1), -webkit-transform 0.25s cubic-bezier(0.12, 0.75, 0.4, 1);
  top: 53%;
}

.team-member[data-style=meta_overlaid] {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 0;
  position: relative;
}
.team-member[data-style=meta_overlaid] a {
  display: block;
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
}
.team-member[data-style=meta_overlaid] img {
  line-height: 0;
  max-width: none;
  max-height: none;
  width: 100% !important;
  margin-bottom: 0;
}
.team-member[data-style=meta_overlaid] .team-member-overlay {
  background-color: var(--overlay-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.45;
  transition: opacity 0.3s ease 0s;
}
.team-member[data-style=meta_overlaid] .team-member-image {
  z-index: 2;
  height: 300px;
  width: 100%;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.team-member[data-style=meta_overlaid]:hover .team-member-overlay {
  opacity: 0;
}
.team-member[data-style=meta_overlaid] .team-meta {
  position: absolute;
  z-index: 10;
  bottom: 40px;
  width: 100%;
  text-align: center;
}
.team-member[data-style=meta_overlaid] .team-meta h3 {
  color: var(--white-color);
}
.team-member[data-style=meta_overlaid] .team-meta p {
  color: var(--gray-color);
  padding: 7px 0 0 0;
}

.team-member[data-style=meta_overlaid_alt] {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.team-member[data-style=meta_overlaid_alt] a {
  display: block;
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
}
.team-member[data-style=meta_overlaid_alt] img {
  line-height: 0;
  max-width: none;
  max-height: none;
  width: 100% !important;
  margin-bottom: 0;
}
.team-member[data-style=meta_overlaid_alt] .team-member-image {
  z-index: 2;
  height: 300px;
  width: 100%;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-color: var(--overlay-color);
}
.team-member[data-style=meta_overlaid_alt] .team-meta {
  position: absolute;
  z-index: 10;
  bottom: 40px;
  width: 100%;
  text-align: center;
  text-align: left;
  left: 25px;
  bottom: 40px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  opacity: 0;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}
.team-member[data-style=meta_overlaid_alt] .team-meta h3 {
  color: var(--white-color);
}
.team-member[data-style=meta_overlaid_alt] .team-meta p {
  color: var(--gray-color);
  padding: 7px 0 0 0;
}
.team-member[data-style=meta_overlaid_alt]:after {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: " ";
  opacity: 0;
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: linear-gradient(to top, rgb(51, 51, 51) 0%, rgba(51, 51, 51, 0.8) 20%, rgba(51, 51, 51, 0) 100%);
  background: -webkit-linear-gradient(to top, rgb(51, 51, 51) 0%, rgba(51, 51, 51, 0.8) 20%, rgba(51, 51, 51, 0) 100%);
}
.team-member[data-style=meta_overlaid_alt]:hover:after {
  opacity: 1;
}
.team-member[data-style=meta_overlaid_alt]:hover .team-meta {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
}

body .team-member[data-style=bio_fullscreen] .team-meta p {
  display: block;
  line-height: 16px;
  padding-top: 0;
}
body .team-member[data-style=bio_fullscreen] .team-meta .arrow-end {
  color: var(--white-color);
  right: 25px;
  opacity: 0;
  width: auto;
  transform: translateX(-8px) translateY(-50%);
}
body .team-member[data-style=bio_fullscreen] .team-meta .arrow-line {
  background-color: var(--white-color);
  right: 27px;
}

.team-member .team-member-image-inner .nectar-lazy {
  display: block;
  transition: opacity 0.5s ease;
  opacity: 0;
  width: 100%;
}
.team-member .team-member-image-inner .nectar-lazy.loaded {
  opacity: 1;
}

.team-member[data-style=bio_fullscreen_alt] h5 {
  margin-bottom: 5px;
  line-height: 1em;
}

.team-member[data-style=bio_fullscreen_alt] {
  cursor: pointer;
}
.team-member[data-style=bio_fullscreen_alt] .team-member-image {
  line-height: 0;
  overflow: hidden;
  margin-bottom: 30px;
  transition: transform 0.8s cubic-bezier(0.05, 0.2, 0.1, 1);
}
.team-member[data-style=bio_fullscreen_alt] .team-member-image img {
  margin-bottom: 0;
}
.team-member[data-style=bio_fullscreen_alt] h3 {
  margin-bottom: 10px;
}
.team-member[data-style=bio_fullscreen_alt] .team-meta p {
  padding-bottom: 10px;
}
.team-member[data-style=bio_fullscreen_alt] .team-member-image-inner {
  transition: transform 0.8s cubic-bezier(0.05, 0.2, 0.1, 1);
}
.team-member[data-style=bio_fullscreen_alt]:hover .team-member-image-inner {
  transform: scale(1.15);
}
.team-member[data-style=bio_fullscreen_alt]:hover .team-member-image {
  transform: scale(0.95);
}

.light .team-member[data-style=bio_fullscreen_alt] svg {
  color: var(--white-color);
}
.light .team-member[data-style=bio_fullscreen_alt] .line {
  background-color: var(--white-color) !important;
}
.light .team-member[data-style=bio_fullscreen_alt] p {
  opacity: 0.6;
}

.nectar_team_member_overlay {
  height: 100%;
  width: 100%;
  background-color: var(--gray-color);
  color: var(--overlay-color);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1100;
  transform: translateX(100%);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.nectar_team_member_overlay .inner-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}
.nectar_team_member_overlay .team_member_picture {
  height: 100%;
  width: 50%;
  position: fixed;
  right: 0;
  top: 0;
  background-color: var(--black-color);
}
.nectar_team_member_overlay .team_member_picture .team_member_image_bg_cover {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1001;
  left: -2px;
  top: 0;
  transform: scaleX(1);
  transform-origin: left;
  background-color: var(--gray-color);
  transition: transform 1s cubic-bezier(0.25, 1, 0.2, 1);
}
.nectar_team_member_overlay .team_member_image {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  transition: transform 15s cubic-bezier(0.15, 0, 0.7, 1), opacity 0.3s;
  transform: scale(1.11);
  opacity: 0;
  background-position: center top;
}
.nectar_team_member_overlay .bottom_meta a {
  display: inline-block;
  color: var(--inherit-color);
  padding: 30px 30px 30px 0;
}
.nectar_team_member_overlay .bottom_meta a i {
  height: auto;
  width: auto;
  font-size: 28px;
  transition: color 0.2s ease;
}
.nectar_team_member_overlay .bottom_meta a:not(:hover) i {
  color: var(--inherit-color);
}
.nectar_team_member_overlay .team_member_details {
  width: 50%;
  left: 0;
  position: relative;
  padding: 3% 10%;
  margin: auto 0;
  max-height: 100vh;
  overflow-y: scroll;
}
.nectar_team_member_overlay .team_member_details .bio-inner {
  height: 100%;
}
.nectar_team_member_overlay .team_member_details .title {
  line-height: 20px;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 1.1s cubic-bezier(0.2, 1, 0.2, 1) 0.4s;
  transition: all 1.1s cubic-bezier(0.2, 1, 0.2, 1) 0.55s;
}
.nectar_team_member_overlay .team_member_details h2 {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1.1s cubic-bezier(0.2, 1, 0.2, 1) 0.4s;
}
.nectar_team_member_overlay .team_member_details .mobile-close {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1.1s cubic-bezier(0.2, 1, 0.2, 1) 0.4s;
}
.nectar_team_member_overlay .team_member_details .team-desc {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1.1s cubic-bezier(0.2, 1, 0.2, 1) 0.4s;
  transition: all 1.1s cubic-bezier(0.2, 1, 0.2, 1) 0.7s;
}
.nectar_team_member_overlay .team_member_details .team-desc a {
  text-decoration: none;
}
.nectar_team_member_overlay .team_member_details .team-desc .bottom_meta a {
  text-decoration: none;
  opacity: 0;
  transform: translateY(40px);
  transition: all 1.1s cubic-bezier(0.2, 1, 0.2, 1) 0.4s;
}
.nectar_team_member_overlay .team_member_details .team-desc .bottom_meta a:nth-child(1) {
  transition: all 1.1s cubic-bezier(0.2, 1, 0.2, 1) 0.85s;
}
.nectar_team_member_overlay .team_member_details .team-desc .bottom_meta a:nth-child(2) {
  transition: all 1.1s cubic-bezier(0.2, 1, 0.2, 1) 0.9s;
}
.nectar_team_member_overlay .team_member_details .team-desc .bottom_meta a:nth-child(3) {
  transition: all 1.1s cubic-bezier(0.2, 1, 0.2, 1) 0.95s;
}
.nectar_team_member_overlay .team_member_details .team-desc .bottom_meta a:nth-child(4) {
  transition: all 1.1s cubic-bezier(0.2, 1, 0.2, 1) 1s;
}
.nectar_team_member_overlay .team_member_details .team-desc p:empty {
  display: block;
}

.nectar_team_member_overlay.in-boxed {
  z-index: 10010;
}
.nectar_team_member_overlay.in-boxed .inner-wrap {
  top: 0 !important;
}

.nectar-close-indicator.in-boxed {
  z-index: 10020;
}

.nectar_team_member_overlay.open {
  transform: translateX(0%);
}
.nectar_team_member_overlay.open:not(.animating) .team_member_image {
  transform: scale(1);
}
.nectar_team_member_overlay.open .team_member_details .mobile-close {
  opacity: 1;
  transform: translateY(0px);
}
.nectar_team_member_overlay.open .team_member_details h2 {
  opacity: 1;
  transform: translateY(0px);
}
.nectar_team_member_overlay.open .team_member_details .title {
  opacity: 1;
  transform: translateY(0px);
}
.nectar_team_member_overlay.open .team_member_details .team-desc {
  opacity: 1;
  transform: translateY(0px);
}
.nectar_team_member_overlay.open .team_member_details .team-desc .bottom_meta a {
  text-decoration: none;
  opacity: 1;
  transform: translateY(0px);
}
.nectar_team_member_overlay.open .team_member_picture .team_member_image_bg_cover {
  transform: scaleX(0);
}

.nectar_team_member_overlay.open.on-mobile {
  cursor: pointer;
}

.team_member_picture_wrap {
  overflow: hidden;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
}

.using-mobile-browser .nectar_team_member_overlay .team_member_details {
  height: 100vh;
  overflow: scroll;
}

.nectar-close-indicator {
  left: -45px;
  position: fixed;
  top: -45px;
  pointer-events: none;
  display: block;
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 88px;
  font-size: 24px;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.3s;
  will-change: transform, opacity;
  mix-blend-mode: difference;
}
.nectar-close-indicator .inner {
  border: 2px solid var(--white-color);
  height: 90px;
  width: 90px;
  line-height: 88px;
  opacity: 0;
  font-size: 24px;
  border-radius: 100px;
  transition: opacity 0.2s;
}
.nectar-close-indicator .inner:before {
  font-family: var(--font-awesome-5);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\f00d";
  color: var(--white-color);
  font-size: 24px;
  display: block;
}
.nectar-close-indicator .inner.visible {
  opacity: 1;
}

.nectar-close-indicator.visible {
  opacity: 1;
}

body.nectar-no-scrolling {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
body.nectar-no-scrolling .nectar_team_member_overlay .team_member_details {
  margin: 0;
  overflow: visible;
}
body.nectar-no-scrolling .nectar_team_member_overlay .team_member_details .bio-inner {
  height: auto;
}
body.nectar-no-scrolling .nectar_team_member_overlay .inner-wrap {
  height: auto;
}

html.nectar-no-scrolling {
  overflow: hidden;
  height: 100vh;
}

@media only screen and (max-width: 690px) {
  .nectar_team_member_overlay .team_member_details {
    padding: 10% 10%;
  }
}
@media only screen and (min-width: 690px) and (max-width: 999px) {
  .nectar_team_member_overlay .team_member_picture {
    width: 35%;
  }
  .nectar_team_member_overlay .team_member_details {
    width: 65%;
  }
  .team-member[data-style=meta_overlaid] .team-member-image {
    height: 500px;
  }
  .one-fourths .team-member[data-style=meta_overlaid] .team-member-image {
    height: 350px;
  }
  .wpb_row:not(.full-width-content) .vc_span3.one-fourths .team-member[data-style=meta_overlaid] .team-member-image {
    height: 250px;
  }
  .wpb_row:not(.full-width-content) .vc_col-sm-3.one-fourths .team-member[data-style=meta_overlaid] .team-member-image {
    height: 250px;
  }
}
@media only screen and (max-width: 690px) {
  .nectar_team_member_overlay {
    overflow-y: auto;
  }
  .nectar_team_member_overlay .team_member_details {
    width: 100%;
  }
  .nectar_team_member_overlay .team_member_picture {
    display: none;
  }
  .nectar_team_member_overlay .inner-wrap {
    overflow: visible;
  }
}
@media only screen and (min-width: 1px) and (max-width: 999px) {
  .nectar-close-indicator {
    display: none;
  }
  .nectar_team_member_overlay .team_member_details .bio-inner .mobile-close {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 50px;
    transform-origin: center;
    margin-bottom: 10px;
    cursor: pointer;
    border: 2px solid;
  }
  .nectar_team_member_overlay .team_member_details .bio-inner .mobile-close:before {
    position: absolute;
    display: block;
    height: 2px;
    width: 16px;
    left: 6px;
    top: 13px;
    content: " ";
    background: #000;
  }
  .nectar_team_member_overlay .team_member_details .bio-inner .mobile-close:after {
    position: absolute;
    display: block;
    height: 16px;
    width: 2px;
    left: 13px;
    top: 6px;
    content: " ";
    background: #000;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1300px) {
  .team-member[data-style=meta_overlaid] .team-meta {
    bottom: 30px;
  }
}
@media only screen and (min-width: 690px) {
  body.nectar-no-scrolling .nectar_team_member_overlay .team_member_details {
    overflow-y: scroll;
  }
}
.big-title h2 {
  font-size: 105px;
  font-family: var(--arimo);
  line-height: 1;
}

.board {
  max-width: 205px;
  float: right;
}
@media (max-width: 767px) {
  .board {
    max-width: 300px;
    float: none;
    margin-bottom: 30px;
    margin-top: 20px;
    margin-left: 15px;
  }
}
.board h2 {
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.board ul {
  margin: 0;
  padding: 20px 0;
  list-style: none;
  padding-bottom: 30px;
  background: var(--black-color);
}
.board ul li {
  padding: 5px 10px;
}
.board ul li:last-child {
  background: #ffd200;
  margin-left: -22px;
  margin-top: 10px;
}
.board ul li:last-child a {
  color: var(--black-color);
  font-weight: 600;
}
.board ul li a {
  color: var(--white-color);
  transition: 0.3s;
  text-decoration: none;
}
.board ul li a:hover {
  opacity: 0.8;
}

.block-x-area .divider,
.block-y-area .divider,
.block-z-area .divider {
  height: 2px;
  background: var(--title-color);
}
.block-x-area .divider2,
.block-y-area .divider2,
.block-z-area .divider2 {
  height: 6px;
}
.block-x-area .divider-bold,
.block-y-area .divider-bold,
.block-z-area .divider-bold {
  height: 4px;
  background: #60707d;
}
.block-x-area .left-right-border,
.block-y-area .left-right-border,
.block-z-area .left-right-border {
  border-left: 2px solid;
  border-right: 2px solid;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .block-x-area .left-right-border,
  .block-y-area .left-right-border,
  .block-z-area .left-right-border {
    padding-left: 15px;
  }
}
.block-x-area .block-content strong,
.block-y-area .block-content strong,
.block-z-area .block-content strong {
  text-decoration: underline;
  display: block;
  font-size: 72px;
}
@media (max-width: 767px) {
  .block-x-area .block-content strong,
  .block-y-area .block-content strong,
  .block-z-area .block-content strong {
    font-size: 48px;
  }
}
.block-x-area .block-content span,
.block-y-area .block-content span,
.block-z-area .block-content span {
  font-weight: 700;
  display: block;
  margin-top: -16px;
}
.block-x-area .block-part-x1 strong,
.block-y-area .block-part-x1 strong,
.block-z-area .block-part-x1 strong {
  font-size: inherit;
  display: inline;
  text-decoration: none;
}
.block-x-area .block-part-x1 span,
.block-y-area .block-part-x1 span,
.block-z-area .block-part-x1 span {
  display: inline;
}

.font-family-x {
  font-family: var(--rockwell);
}

.block-part-x {
  margin-top: 30px;
  margin-bottom: 30px;
}
.block-part-x ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.block-part-x2 .block-content span {
  font-size: 30px;
}

.block-part-x3 .block-content {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .block-part-x3 .block-content {
    padding-left: 0;
  }
}
.block-part-x3 .block-content span {
  font-size: 30px;
}

.border-right-y {
  border-right: 2px solid;
  padding-right: 30px;
}

.block-part-y1 .block-content {
  padding-left: 40px;
}
.block-part-y1 .block-content strong {
  font-size: 25px;
  text-decoration: none;
}
.block-part-y1 .block-content span {
  text-decoration: underline;
  font-size: 72px;
  display: block;
  margin-bottom: 10px;
}

.block-part-y {
  margin-top: 40px;
  margin-bottom: 40px;
}

.block-part-y2 .block-content span {
  font-size: 32px;
  margin-top: -16px;
}

.block-part-z {
  margin-top: 30px;
  margin-bottom: 30px;
}

.block-part-z1 .block-content strong {
  text-decoration: underline;
  font-size: 72px;
  display: block;
  margin-bottom: 7px;
}
.block-part-z1 .block-content span {
  text-decoration: underline;
  font-size: 72px;
  margin-bottom: -15px;
  margin-top: -20px;
}
.block-part-z1 h2 {
  position: relative;
}
.block-part-z1 h2:before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--title-color);
}

.block-z-area {
  margin-bottom: 100px;
}

.border-left-z {
  border-left: 2px solid;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .border-left-z {
    padding-left: 15px;
  }
}

.block-part-z2 img {
  display: block;
  width: 100%;
}
.block-part-z2 h3 {
  font-size: 58px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  font-family: var(--rockwell);
  font-weight: normal;
}
.block-part-z2 h3:before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #60707d;
}
.block-part-z2 p.underline-p {
  margin-top: 10px;
  position: relative;
  padding-bottom: 20px;
}
.block-part-z2 p.underline-p:before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #60707d;
}
.block-part-z2 p {
  margin-top: 10px;
}
.block-part-z2 strong {
  font-size: 72px;
  float: left;
  line-height: 1;
  border-bottom: 6px solid;
  margin-right: 16px;
  display: block;
  margin-bottom: 10px;
}

.block-content.bg-1 {
  background-color: var(--yellow-color);
  color: var(--white-color);
  padding: 30px;
  margin-bottom: 15px;
}

@media (max-width: 1000px) {
  .big-title h2 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .big-title h2 {
    font-size: 32px;
  }
  .block-x-inner h2 {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .block-part-x2 .block-content strong {
    font-size: 48px;
  }
  .block-part-x3 .block-content strong {
    font-size: 48px;
  }
  .block-part-y1 .block-content span {
    font-size: 48px;
  }
  .block-part-y2 .block-content strong {
    font-size: 48px;
  }
  .block-part-z2 strong {
    font-size: 62px;
  }
  .block-part-z1 .block-content span {
    font-size: 48px;
  }
  .block-part-z1 .block-content strong {
    font-size: 48px;
  }
}
.widget-safe-1-a {
  margin-bottom: 20px;
}

.widget-safe-1 h3 {
  margin-bottom: 15px;
}
.widget-safe-1 img {
  display: block;
  width: 100%;
}
.widget-safe-1 span {
  display: block;
  margin-top: 10px;
}
.widget-safe-1 p {
  margin-bottom: 30px;
  margin-top: 15px;
}

.divider {
  height: 3px;
  background: var(--gray-color);
}

.widget-safe-1-b {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .right-sidebar {
    margin-top: 50px;
  }
}
.resources {
  text-align: center;
  margin-top: 35px;
}
.resources .resources-inner {
  background: var(--gray-color);
  padding-top: 28px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.resources h3 {
  margin-bottom: 30px;
}
.resources .icon-list a {
  text-decoration: none;
  display: block;
}
.resources .icon-list h4 {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--title-color);
}
.resources .icon-list img {
  height: 40px;
  width: auto;
}
.resources .row {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.icon-list {
  max-width: 270px;
  margin: auto;
  margin-bottom: 30px;
}

.about-main-content {
  margin-bottom: 70px;
  margin-top: 50px;
}

.about-first-content {
  padding-right: 30px;
}
.about-first-content .btn-safe {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .about-first-content {
    padding-right: 0;
  }
}

.about-middle-content {
  margin-top: 70px;
  padding-left: 20px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .about-middle-content {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}

.box-img-safe figure {
  margin-bottom: 0;
}
.box-img-safe figure img {
  display: block;
  width: 100%;
}
.box-img-safe figure figcaption {
  color: var(--title-color);
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
}
.box-img-safe .about-img-sub-title p {
  margin-top: -5px;
}

.about-main-all {
  position: relative;
}
.about-main-all .welcome-text {
  position: absolute;
  top: 50%;
  opacity: 0.05;
}
@media (max-width: 991px) {
  .about-main-all .welcome-text {
    display: none;
  }
}
.about-main-all .welcome-text h2 {
  font-size: 206px;
  margin: -13% 9% 0% 0%;
}

.video-popup-are {
  background-attachment: fixed;
  min-height: 700px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .video-popup-are {
    min-height: 320px;
  }
}

.qode_video_box {
  text-align: center;
}
.qode_video_box .qode_video_image {
  position: relative;
  display: inline-block;
}
.qode_video_box .qode_video_image::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  z-index: 33;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
}
.qode_video_box .qode_video_image:hover::after {
  opacity: 1;
}
.qode_video_box .qode_video_image:hover img {
  transform: scale(1.05) rotate(0.01deg);
  -webkit-transform: scale(1.05) rotate(0.01deg);
}
.qode_video_box .qode_video_image:hover .video-box-button {
  background-color: var(--link-color);
}
.qode_video_box .qode_video_image:hover .video-box-button-arrow {
  border-left-color: var(--white-color);
}
.qode_video_box .qode_video_image img {
  display: block;
  position: relative;
  max-width: 100%;
  z-index: 22;
  transition: transform 0.2s ease-out;
  -webkit-backface-visibility: hidden;
}
.qode_video_box .qode_video_image .video-box-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 44;
}
.qode_video_box .qode_video_image .video-box-button {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 158px;
  width: 158px;
  background-color: var(--black-color);
  overflow: hidden;
  border-radius: 50%;
  box-sizing: border-box;
  transition: background-color 0.15s ease-out;
  -webkit-transition: background-color 0.15s ease-out;
}
@media (max-width: 991px) {
  .qode_video_box .qode_video_image .video-box-button {
    height: 120px;
    width: 120px;
  }
}
.qode_video_box .qode_video_image .video-box-button-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-48%, -50%);
  -webkit-transform: translate(-48%, -50%);
  border-top: 12px solid transparent;
  border-left: 18px solid var(--white-color);
  border-bottom: 12px solid transparent;
  box-sizing: border-box;
}

.special-moment {
  margin-top: 70px;
  margin-bottom: 30px;
}
.special-moment .special-moment-item {
  margin-bottom: 30px;
}
.special-moment h3 {
  margin-bottom: 50px;
  margin-right: 50px;
}
@media (max-width: 991px) {
  .special-moment h3 {
    margin-right: auto;
  }
}

.quote-safe-area {
  background: var(--black-color);
  padding-top: 100px;
  padding-bottom: 100px;
}

.carousel-quote.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: var(--yellow-color);
}

.quote-item-safe-01 {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .quote-item-safe-01 {
    display: block;
  }
}
.quote-item-safe-01 .quote-left {
  max-width: 180px;
  flex: 0 0 180px;
  margin-right: 30px;
  margin-bottom: 15px;
}
.quote-item-safe-01 .quote-left img {
  max-width: 100%;
  border-radius: 50%;
}
.quote-item-safe-01 .quote-right {
  max-width: 700px;
}
.quote-item-safe-01 .quote-right h3 {
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--arimo);
  font-weight: 500;
}
.quote-item-safe-01 .quote-right h4 {
  color: var(--white-color);
  font-family: var(--arimo);
  font-weight: 500;
  font-size: 20px;
  margin-top: 20px;
}
.quote-item-safe-01 .quote-right h4 span {
  display: block;
  color: var(--overlay-color);
}

.showcase-area {
  margin-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1200px) {
  .showcase-area {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.showcase-area .col-5cl {
  flex: 0 0 auto;
  width: 20%;
}
@media (max-width: 991px) {
  .showcase-area .col-5cl {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .showcase-area .col-5cl {
    width: 100%;
  }
}
.showcase-area .big-text-end {
  font-size: 170px;
  font-weight: 700;
  text-align: right;
  opacity: 0.05;
  margin-bottom: -46px;
  line-height: 1;
  position: relative;
  z-index: -1;
}
@media (max-width: 1500px) {
  .showcase-area .big-text-end {
    font-size: 110px;
    margin-bottom: -30px;
  }
}
@media (max-width: 1199px) {
  .showcase-area .big-text-end {
    font-size: 100px;
    margin-bottom: -25px;
  }
}
@media (max-width: 991px) {
  .showcase-area .big-text-end {
    font-size: 60px;
    margin-bottom: -20px;
  }
}

.showcase-item .showcase-item-img {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.showcase-item .showcase-item-img img {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  width: 100%;
}
.showcase-item .showcase-item-img:hover img {
  transform: scale(1.1);
}
.showcase-item .showcase-item-img:hover::before {
  opacity: 0.7;
  transform: scale(1.5);
}
.showcase-item .showcase-item-img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--black-color);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  z-index: 1;
  opacity: 0;
}
.showcase-item .showcase-item-content a {
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  display: block;
}
.showcase-item .showcase-item-content a:hover {
  opacity: 0.8;
}
.showcase-item .showcase-item-content h4 {
  font-size: 18px;
  margin-top: 20px;
}

.awards-area {
  padding-top: 100px;
  padding-bottom: 60px;
  background: var(--gray-color);
}
@media (min-width: 0px) {
  .awards-area .col-lg-safe-3 {
    flex: 0 0 auto;
    width: 100%;
  }
  .awards-area .col-lg-safe-4-5 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 480px) {
  .awards-area .col-lg-safe-4-5 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .awards-area .col-lg-safe-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .awards-area .col-lg-safe-4-5 {
    flex: 0 0 auto;
    width: 37.5%;
  }
}
@media (max-width: 767px) {
  .awards-area {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .awards-area .col-lg-safe-3 {
    margin-bottom: 20px;
  }
}

.award-item {
  margin-bottom: 50px;
}
.award-item h4 {
  font-size: 18px;
}
.award-item h4 span {
  display: block;
  font-weight: 400;
  font-size: 16px;
}

.quote-item-safe-02 {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .quote-item-safe-02 {
    display: block;
  }
}
.quote-item-safe-02 .quote-left {
  flex: 0 0 250px;
  max-width: 250px;
  margin-right: 30px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .quote-item-safe-02 .quote-left {
    flex: 0 0 180px;
    margin: auto;
    margin-bottom: 10px;
  }
}
.quote-item-safe-02 .quote-left img {
  max-width: 100%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .quote-item-safe-02 .quote-right {
    text-align: center;
  }
}

.conntecting-area {
  margin-top: 50px;
  margin-bottom: 80px;
}

.conntecting .conntecting-header {
  text-align: center;
  margin-bottom: 25px;
}
.conntecting img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.connecting-content {
  margin-bottom: 70px;
}
.connecting-content .connecting-text {
  margin-bottom: 30px;
}

/*News*/
/*News Medium*/
.news-big .row [class*=col-] {
  padding: 0;
}

.news-big-inner .news-big-img img {
  display: block;
  width: 100%;
}
.news-big-inner .news-big-content {
  padding: 0 30px;
}
.news-big-inner .news-big-content h3 {
  text-transform: uppercase;
  color: var(--overlay-color);
}
.news-big-inner .news-big-content h3 > span {
  color: var(--red-color);
}
.news-big-inner .news-big-content a {
  transition: 0.3s;
  text-decoration: none;
}
.news-big-inner .news-big-content a:hover {
  opacity: 0.8;
}
.news-big-inner .news-big-content h2 {
  text-transform: uppercase;
  color: var(--body-color);
}

.news-medium .row {
  align-items: center;
}
.news-medium .row [class*=col-] {
  padding: 0;
}

.news-medium-inner .news-medium-img img {
  display: block;
  width: 100%;
}
.news-medium-inner .news-medium-content {
  padding: 0 30px;
}
.news-medium-inner .news-medium-content .meta {
  text-transform: uppercase;
  color: var(--overlay-color);
  font-weight: 700;
  margin-bottom: 10px;
}
.news-medium-inner .news-medium-content a {
  transition: 0.3s;
  text-decoration: none;
}
.news-medium-inner .news-medium-content a:hover {
  opacity: 0.8;
}
.news-divider-sm {
  width: 30px;
  height: 3px;
  background: #C02F44;
}

.news-quotes-area {
  margin-bottom: 100px;
}
.news-quotes-area .news-quotes-bg-gray {
  background: #F7F7F7;
}

.news-quote-simple {
  display: flex;
  align-items: center;
  padding: 40px;
}
.news-quote-simple p {
  margin-bottom: 10px;
}
.news-quote-simple h4 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
}
.news-quote-simple .news-quote-simple-left {
  flex: 0 0 130px;
  margin-right: 20px;
}
.news-quote-simple .news-quote-simple-left img {
  display: block;
  width: 100%;
}

.quote-big-bg {
  background: #C02F44;
  padding: 100px 50px;
}

.quote-big-content .quote-big-content-icon i {
  display: block;
  font-size: 100px;
}
.quote-big-content .quote-big-content-text {
  letter-spacing: 3px;
  color: var(--white-color);
  margin-top: 15px;
  font-weight: 500;
}
.quote-big-content .quote-big-content-title {
  margin-top: 15px;
  text-transform: uppercase;
  color: var(--white-color);
}

@media (max-width: 1024px) {
  .news-big-inner .news-big-content h3 {
    font-size: 28px;
  }
  .news-big-inner .news-big-content h4 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .news-big-inner .news-big-content {
    margin-bottom: 35px;
    margin-top: 15px;
  }
  .news-big-inner .news-big-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .news-big-inner .news-big-content h4 {
    font-size: 22px;
  }
  .news-medium .row [class*=col-] {
    align-items: flex-start;
    padding: 0 15px;
  }
  .news-medium-inner .news-medium-content {
    margin-bottom: 35px;
    margin-top: 0;
    padding: 0;
  }
  .news-medium-inner .news-medium-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .news-medium-inner .news-medium-content h4 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .news-medium .row {
    align-items: flex-start;
  }
  .news-medium-inner .news-medium-content h3 {
    font-size: 14px;
  }
  .news-medium-inner .news-medium-content h4 {
    font-size: 16px;
  }
  .news-quote-simple {
    display: block;
    padding: 30px 20px;
  }
  .news-quote-simple .news-quote-simple-left {
    margin-bottom: 15px;
    max-width: 120px;
  }
  .quote-big-content .quote-big-content-icon i {
    font-size: 60px;
  }
  .quote-big-bg {
    padding: 45px 30px;
  }
}
@media (max-width: 320px) {
  .news-medium .row [class*=col-] {
    padding: 0 10px;
  }
}
@media (max-width: 280px) {
  .news-medium .row [class*=col-] {
    padding: 0 5px;
  }
  .news-medium-inner .news-medium-content .meta {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=main.css.map */