@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:100,200,300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:100,200,300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:100,200,300,400,500,600,700,800,900");
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
}

body {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #5e686c;
}

p {
  font-size: 21px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 124%;
}

h1 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 70px;
  font-weight: 600;
  color: #123f5e;
}
@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 49px;
  font-weight: 600;
  color: #123f5e;
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #123f5e;
}

h4 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #27b4e5;
}
@media (max-width: 768px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #123f5e;
}

h6 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #123f5e;
}

a {
  color: #27b4e5;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #27b4e5;
  text-decoration: none;
}

.color-blue {
  color: #123f5e;
}

.color-lightblue {
  color: #27b4e5;
}

.color-text {
  color: #5e686c;
}

.color-gray {
  color: #869aa3;
}

.color-black {
  color: #000000;
}

section.footer-bg {
  background-color: rgba(203, 239, 246, 0.3);
  margin: 0 !important;
  padding-top: 80px;
  padding-bottom: 80px;
  border-radius: 210px 0px 0px 0px;
  box-shadow: 0px 420px 0px 210px rgba(203, 239, 246, 0.3);
}
@media (max-width: 992px) {
  section.footer-bg {
    box-shadow: none;
    border-radius: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  section.footer-bg {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

ul li {
  font-size: 20px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}
@media (max-width: 768px) {
  ul li {
    font-size: 18px;
  }
}

.page-anchor {
  padding-top: 150px;
  margin-top: -150px;
}
@media (max-width: 768px) {
  .page-anchor {
    padding-top: 100px;
    margin-top: -100px;
  }
}

/* Transitions */
@keyframes moveRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.move-right {
  display: inline-block;
  animation: moveRight 0.5s ease-in-out;
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5e686c;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5e686c;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #5e686c;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #5e686c;
}

body blockquote {
  margin: 50px auto;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 5px solid #123f5e;
  position: relative;
}
body blockquote p {
  color: #123f5e;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 53px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body blockquote {
    padding: 1.2em 0px 1.2em 50px;
    border-left: 3px solid #123f5e;
  }
  body blockquote p {
    font-size: 24px;
    line-height: 34px;
  }
}

body blockquote::before {
  font-family: Arial;
  content: "“";
  color: #123f5e;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}

body blockquote::after {
  content: "";
}

/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/* header start */
header {
  padding: 0;
}
header .navbar > .container,
header .navbar > .container-fluid,
header .navbar > .container-lg,
header .navbar > .container-md,
header .navbar > .container-sm,
header .navbar > .container-xl,
header .navbar > .container-xxl {
  max-width: 1553px;
}
header .main-nav {
  background: linear-gradient(90deg, #fff 19.52%, rgba(255, 255, 255, 0) 178.57%);
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header .main-nav .navbar-brand {
  margin: 10px 0;
  padding: 0;
}
header .main-nav .navbar-brand img {
  max-width: 268px;
  max-height: 98px;
}
@media (max-width: 768px) {
  header .main-nav .navbar-brand img {
    max-width: 150px;
    max-height: 45px;
  }
}
header .main-nav.sticky-fixed {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
  background: rgba(237, 245, 246, 0.968627451);
}
header #mobileMenu .offcanvas-body {
  overflow-x: hidden;
}
header .mobile .menu-item-has-children {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .mobile .submenu {
  position: relative;
  min-width: auto !important;
}
header .mobile > .menu-item {
  border-top: 1px solid #f9f7f2;
}
header .mobile > .menu-item > .nav-link:before {
  content: none;
}
header .mobile .main-link a.mm-nav-link {
  font-weight: 600;
  font-size: 19px;
  padding: 8px 0;
  display: block;
}
header .mobile .mm-sublink-wrapper {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 8px;
}
header .mobile .mm-sublink-wrapper a.mm-nav-link {
  font-size: 19px;
  padding: 4px 0;
}
header .mobile a {
  display: block;
  width: 100%;
}
header .mobile a:hover {
  color: #123f5e !important;
}
header .mobile .submenu a.nav-link {
  font-weight: 400;
  font-size: 17px;
  padding: 8px 0;
  display: block;
  color: #6a98ac;
}
header .menu-main-menu-container > ul > li > a {
  color: #123f5e;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  padding: 19px 0;
  margin-right: 40px;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  header .menu-main-menu-container > ul > li > a {
    color: #123f5e !important;
  }
}
header .menu-main-menu-container > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #27b4e5;
  transform-origin: left right;
  transition: transform 0.25s ease-out;
}
header .menu-main-menu-container > ul > li > a:hover {
  color: #27b4e5 !important;
}
header .menu-main-menu-container > ul > li > a:hover:before {
  transform: scaleX(1);
  transform-origin: left right;
}
header .menu-main-menu-container ul.dropdown-menu {
  border: 0;
  padding: 0;
  background-color: transparent;
  min-width: 230px;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0px 4px 9.2px 4px rgba(160, 195, 202, 0.33);
  padding: 0 14px;
}
@media (min-width: 1200px) {
  header .menu-main-menu-container ul.dropdown-menu > li:not(:last-of-type) {
    border-bottom: 2px solid #a0d4e6;
  }
}
header .menu-main-menu-container ul.dropdown-menu > li > a {
  color: #6a98ac;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  padding-top: 19px;
  padding-bottom: 19px;
  display: block;
  position: relative;
}
@media (min-width: 1200px) {
  header .menu-main-menu-container ul.dropdown-menu > li > a:hover {
    color: #123f5e !important;
  }
}
header .menu-main-menu-container ul.dropdown-menu > li > a.dropdown-toggle::after {
  float: right;
  transform: rotate(270deg);
  margin-top: 5px;
  color: #123f5e;
}
header .menu-main-menu-container ul.dropdown-menu > li > ul.dropdown-menu {
  border-left: 2px solid transparent;
}
header .navbar {
  padding: 0;
  /* Ensure submenu (level 2+) appears properly */
}
header .navbar .dropdown-menu .dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
}
header .navbar .dropdown-menu > .dropdown:hover > .dropdown-menu {
  display: block;
}
header .navbar .dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}
header .navbar .dropdown:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
header .navbar .dropdown-menu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
header .navbar .dropdown:hover > .dropdown-menu,
header .navbar .dropdown-submenu:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  header .dropdown:hover > .dropdown-menu {
    display: block;
  }
  header .dropdown-submenu:hover > .dropdown-menu {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
  }
}
header .submenu,
header .submenu-level2 {
  display: none;
}
header .submenu-toggle {
  border: none;
  background: none;
  font-size: 18px;
  cursor: pointer;
  padding: 0 10px;
}
@media (min-width: 1200px) {
  header .submenu-toggle {
    display: none;
  }
}
header #mobileMenu .dropdown-toggle::after {
  content: none;
}
@media (min-width: 1200px) {
  header .custom-button {
    border: 2px solid #27b4e5;
    border-radius: 50px;
  }
  header .custom-button:hover {
    background-color: transparent;
  }
  header .custom-button a {
    color: #123f5e !important;
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  header .custom-button a:before {
    content: none !important;
  }
}
header .search-container button {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
@media (max-width: 1199px) {
  header .search-container button svg {
    height: 38px;
    width: 38px;
  }
}
header .menu-wrapper button.btn {
  background-color: #123f5e;
  border-color: #123f5e;
}

#menu-main-menu > li.mega-menu-item > a.nav-link:before {
  content: none;
}
#menu-main-menu > li.mega-menu-item > a.nav-link::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
#menu-main-menu ul.mega-menu {
  background-color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  padding: 50px 40px;
}
#menu-main-menu ul.mega-menu .mega-menu-content {
  border-bottom: none;
}
#menu-main-menu ul.mega-menu .mega-menu-content:hover {
  background-color: transparent;
}
#menu-main-menu ul.mega-menu ul.mm-sublink-wrapper {
  list-style: none;
}
#menu-main-menu .main-link a.mm-nav-link {
  color: #27b4e5;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  border-bottom: 1px solid #6a98ac;
  padding: 14px 20px;
  width: 100%;
  display: block;
}
#menu-main-menu .main-link a.mm-nav-link:hover {
  background-color: #a0d4e6;
}
#menu-main-menu ul.mm-sublink-wrapper a.mm-nav-link {
  color: #27b4e5;
  font-family: "League Spartan";
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  border-bottom: 1px solid #f9f7f2;
  padding: 14px 20px;
  width: 100%;
  display: block;
}
#menu-main-menu ul.mm-sublink-wrapper a.mm-nav-link:hover {
  background-color: #a0d4e6;
}

.mega-menu-caret {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.submenu-indicator-chevron {
  height: 10px;
  width: 10px;
  display: block;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #5e686c #5e686c transparent;
  transform: rotate(45deg);
  transition: border 0.3s;
}

.submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

/*====================================================
    RESET. 
  ====================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

small {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  overflow-x: hidden;
  text-rendering: optimizeSpeed;
}

svg.custom-wrapper circle.zoom-circle {
  transition: fill 0.5s ease;
}
svg.custom-wrapper:hover circle.zoom-circle {
  fill: #123f5e;
}

/*====================================================
    Full width / Two column
  ====================================================*/
.full-width.small-width.padded,
.two-columns.small-width.padded {
  margin: 0;
  padding: 4rem 0 4rem 0;
}
.full-width.small-width .container,
.two-columns.small-width .container {
  max-width: 707px;
}
.full-width h1,
.full-width h2,
.full-width h3,
.full-width h4,
.full-width h5,
.full-width h6,
.two-columns h1,
.two-columns h2,
.two-columns h3,
.two-columns h4,
.two-columns h5,
.two-columns h6 {
  margin-bottom: 1rem;
}
.full-width img,
.two-columns img {
  max-width: 100%;
  height: auto;
}
.full-width ul,
.two-columns ul {
  padding-left: 20px;
}

.two-columns h3 {
  color: #123f5e !important;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 59px;
}
@media (max-width: 992px) {
  .two-columns h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

/*====================================================
    Three Columns Section
  ====================================================*/
@media (min-width: 1400px) {
  .three-columns .container {
    max-width: 1520px;
  }
}
.three-columns img {
  max-width: 100%;
  height: auto;
}
.three-columns .image {
  height: 250px;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 480px) {
  .three-columns .image {
    height: 210px;
  }
}
.three-columns .image.square {
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.three-columns .image.horizontal {
  width: 100%;
  height: 0;
  padding-top: 60%;
}
.three-columns .image.vertical {
  width: 100%;
  height: 0;
  padding-top: 130%;
}
.three-columns .call-to-action a.btn {
  color: #5e686c;
  background-color: #27b4e5;
  text-transform: unset;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 19px;
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
}
.three-columns .call-to-action a.btn:hover {
  color: #27b4e5;
  background-color: #5e686c;
}

/*====================================================
    BUTTONS.
  ====================================================*/
.theme-btn {
  display: inline-flex;
  padding-left: 34px;
  padding-right: 34px;
  justify-content: center;
  align-items: center;
  height: 52px;
  border-radius: 40px;
  color: #123f5e;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 500;
  border: 2px solid #27b4e5;
  line-height: normal;
}

.theme-btn:hover {
  box-shadow: inset 0 0 0 4px #27b4e5;
  color: #123f5e;
}

.theme-btn2 {
  display: inline-flex;
  padding-left: 34px;
  padding-right: 34px;
  justify-content: center;
  align-items: center;
  height: 52px;
  border-radius: 40px;
  color: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 500;
  border: 2px solid #27b4e5;
  background-color: #27b4e5;
  line-height: normal;
}

.theme-btn2:hover {
  background-color: #123f5e;
  border-color: #123f5e;
  color: #fff;
}

/*====================================================
    404 ERROR PAGE.
  ====================================================*/
.error-page-container {
  height: 900px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.error-page-container:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #fff, #fff);
  opacity: 0.9;
}

.ep-content {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ep-content h1 {
  font-size: 4rem;
  font-weight: 600;
  color: #27b4e5;
}
.ep-content h5 {
  color: #333;
}
.ep-content p {
  color: #808080;
  font-size: 16px;
}

/*====================================================
    SCROLLING TOP.
  ====================================================*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../img/cd-top-arrow.svg) no-repeat center 50%;
  background-color: #123f5e;
  visibility: hidden;
  border-radius: 50%;
  z-index: 4;
}
@media (max-width: 768px) {
  .cd-top {
    bottom: 20px;
  }
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}

.no-touch .cd-top:hover {
  background-color: #27b4e5;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
/*====================================================
    NEWS ARCHIVE
  ====================================================*/
.blog-container .post .post-thumb:hover img {
  transform: scale(1.2);
}
.blog-container .post .post-thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s;
}
.blog-container .post .post-thumb.first-row .post-desc {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  padding-top: 50px;
}
.blog-container .post .post-thumb.first-row .post-desc h2.the_title,
.blog-container .post .post-thumb.first-row .post-desc span.the_date,
.blog-container .post .post-thumb.first-row .post-desc p.description {
  color: #ffffff;
}
.blog-container .post .post-thumb.first-row::after {
  content: "";
  display: block;
  padding-bottom: 62%;
}
.blog-container .post .post-thumb::after {
  content: "";
  display: block;
  padding-bottom: 88%;
}
.blog-container .post h5.the_title a {
  color: #280f25;
}
.blog-container .post h5.the_title a:hover {
  color: #6a98ac;
}

.blog-sidebar {
  border-radius: 6px;
  background: rgba(28, 157, 216, 0.06);
  overflow: hidden;
}
.blog-sidebar .blog-widget.search {
  border-bottom: 1px solid #eeeeee;
}
.blog-sidebar .blog-widget.search button.search-submit {
  background-color: #27b4e5;
  color: #ffffff;
  border-color: #27b4e5;
}
.blog-sidebar .blog-widget.search button.search-submit:hover {
  background-color: #6a98ac;
  border-color: #6a98ac;
}
.blog-sidebar .blog-widget.related h5 {
  color: #280f25;
}
.blog-sidebar .blog-widget.related a {
  color: #280f25;
}
.blog-sidebar .blog-widget.related a:hover {
  color: #6a98ac;
}
.blog-sidebar .blog-widget.related ul.related-posts {
  list-style: none;
}
.blog-sidebar .blog-widget.related a.back-to-articles {
  font-weight: 500;
  color: #27b4e5;
}
.blog-sidebar .blog-widget.related a.back-to-articles:hover {
  color: #6a98ac;
}

.navigation.pagination {
  display: flex;
  justify-content: center !important;
  padding-bottom: 4px;
  margin-top: 65px;
}
.navigation.pagination .nav-links .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background: #edf4fa;
  color: #123f5e;
}
.navigation.pagination .nav-links .page-numbers + .page-numbers {
  margin-left: 7px;
}
.navigation.pagination .nav-links .page-numbers.current, .navigation.pagination .nav-links .page-numbers:hover {
  background: #27b4e5;
  color: #fff;
}
.navigation.pagination .nav-links .prev.page-numbers {
  margin-right: 9px;
}
.navigation.pagination .nav-links .next.page-numbers {
  margin-left: 9px;
}

/*====================================================
    BLOG SINGLE.
  ====================================================*/
.the_post_container .post-thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s;
}
.the_post_container .post-thumb .post-desc {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  padding-top: 50px;
}
.the_post_container .post-thumb .post-desc h2.the_title,
.the_post_container .post-thumb .post-desc span.the_date,
.the_post_container .post-thumb .post-desc p.description {
  color: #ffffff;
}
.the_post_container .post-thumb::after {
  content: "";
  display: block;
  padding-bottom: 62%;
}

/*====================================================
    NEWS PREVIEW.
  ====================================================*/
.blog-section .blog-section-header h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 0.48px;
}
@media (max-width: 768px) {
  .blog-section .blog-section-header h2 {
    font-size: 22px;
    line-height: normal;
    letter-spacing: normal;
  }
}
.blog-section .blog-card {
  box-shadow: none;
  border-radius: 15px;
  margin: 15px 0;
}
.blog-section .blog-card .the_post_thumbnail {
  border-radius: 8px;
  overflow: hidden;
}
.blog-section .blog-card .the_post_thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 320px;
  width: 100%;
}
.blog-section .blog-card .blog-card-body {
  position: relative;
}
.blog-section .blog-card .blog-card-body .the_title {
  line-height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .blog-section .blog-card .blog-card-body .the_title {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.blog-section .blog-card .blog-card-body .the_title > a {
  color: #f9f7f2;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2px;
}
@media (max-width: 768px) {
  .blog-section .blog-card .blog-card-body .the_title > a {
    font-size: 16px;
    letter-spacing: normal;
  }
}
.blog-section .blog-card .blog-card-body .the_title > a:hover {
  color: #6a98ac;
}
.blog-section .blog-card .blog-card-body .the_categories,
.blog-section .blog-card .blog-card-body .the_date,
.blog-section .blog-card .blog-card-body .the_time {
  color: #5e686c;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16px;
}
@media (max-width: 580px) {
  .blog-section .blog-card .blog-card-body {
    padding: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.blog-section .blog-carousel-nav {
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #27b4e5;
  cursor: pointer;
  transition: all 0.3s ease;
}
.blog-section .blog-carousel-nav + .blog-carousel-nav {
  margin-left: 24px;
}
.blog-section .blog-carousel-nav:hover {
  background: #6a98ac;
}
.blog-section .blog-carousel-nav i {
  font-size: 16px;
  color: #fff;
}
.blog-section .blog-carousel {
  margin-top: 15px;
}

/*====================================================
    ADMIN
  ====================================================*/
#wp-admin-bar {
  height: 0 !important;
}

/*====================================================
    Contact Form 7
  ====================================================*/
textarea.textarea-rows-2 {
  height: auto;
  line-height: 1.5em;
  min-height: 3.5em; /* 2 rows approx */
  max-height: 3.5em;
  overflow: auto;
  resize: vertical;
}

/*====================================================
    Text with Image
  ====================================================*/
@media (min-width: 993px) {
  section.text-with-image .text-wrapper {
    position: relative;
    display: inline-block;
    max-width: 700px;
  }
}
section.text-with-image .text-wrapper em {
  color: #27b4e5;
}
section.text-with-image .text-wrapper strong {
  color: #123f5e;
}
section.text-with-image .text-wrapper ul {
  padding-left: 22px;
}
section.text-with-image .text-wrapper ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.18px;
  color: #f9f7f2;
  margin-bottom: 20px;
}
section.text-with-image .text-wrapper ul li::marker {
  color: #6a98ac;
  font-size: 22px;
}
section.text-with-image .text-wrapper ul.lists {
  list-style: none;
  margin: revert;
}
section.text-with-image .text-wrapper ul.lists li {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  section.text-with-image .text-wrapper ul.lists li {
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
  }
}
section.text-with-image .text-wrapper ul.lists li .img-wrapper {
  border-right: 1px solid #eeeeee;
  padding-right: 12px;
  margin-right: 12px;
  min-width: 40px;
}
section.text-with-image .text-wrapper ul.lists li .img-wrapper img {
  max-width: 28px;
  max-height: 28px;
}
section.text-with-image .text-wrapper img {
  max-width: 100%;
  height: auto;
}
section.text-with-image .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  section.text-with-image .image-wrapper {
    height: 300px;
  }
}
@media (max-width: 768px) {
  section.text-with-image .image-wrapper {
    position: unset;
    height: auto;
    padding: 0;
  }
}
section.text-with-image .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  section.text-with-image .image-wrapper img {
    position: unset;
  }
}
section.text-with-image .image-wrapper.full-width {
  overflow: hidden;
  padding: 0;
}
@media (max-width: 992px) {
  section.text-with-image .image-wrapper.full-width {
    height: unset;
    padding: 0;
  }
}
section.text-with-image .image-wrapper.full-width img {
  height: unset;
  margin: auto;
  position: relative;
  display: inline-block;
}
section.text-with-image .theme-btn {
  color: #27b4e5;
}

/*====================================================
    Hero
  ====================================================*/
section.hero .hero-content {
  max-width: 660px;
}
section.hero .hero-content h1 {
  line-height: 104%;
}
section.hero .hero-content .row.checklist div {
  color: #123f5e;
  font-size: 21px;
  font-weight: 600;
  line-height: 124%;
}
section.hero .hero-content .row.counters {
  max-width: 500px;
}
@media (max-width: 768px) {
  section.hero .hero-content .row.counters {
    background-color: #27b4e5;
    padding: 14px 0;
  }
}
section.hero .hero-content .row.counters .counter-wrapper,
section.hero .hero-content .row.counters .counter-wrapper div {
  font-size: 35px;
  font-weight: 600;
  line-height: 124%;
  color: #123f5e;
}
@media (max-width: 768px) {
  section.hero .hero-content .row.counters .counter-wrapper,
  section.hero .hero-content .row.counters .counter-wrapper div {
    color: #fff;
  }
}
section.hero .hero-content .row.counters .caption {
  font-size: 20px;
  font-weight: 400;
  line-height: 128%;
  max-width: 102px;
  margin: auto;
}
@media (max-width: 768px) {
  section.hero .hero-content .row.counters .caption {
    color: #fff;
  }
}
section.hero .hero-content .row.counters > div:not(:last-of-type) {
  border-right: 2px solid #123f5e;
}

/*====================================================
    Testimonials
  ====================================================*/
.testimony-section {
  background-color: #f9f7f2;
  padding: 90px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .testimony-section {
    padding: 40px 0;
  }
}
.testimony-section .overflow-right {
  overflow-x: visible;
  position: relative;
  margin-right: -100vh;
}
@media (max-width: 768px) {
  .testimony-section .overflow-right {
    margin-right: unset;
  }
}
.testimony-section .testimony .owl-prev,
.testimony-section .testimony .owl-next {
  font-size: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #123f5e;
  transition: all 0.3s ease;
}
.testimony-section .testimony .owl-prev:hover,
.testimony-section .testimony .owl-next:hover {
  color: #27b4e5;
}
@media (max-width: 580px) {
  .testimony-section .testimony .owl-prev,
  .testimony-section .testimony .owl-next {
    font-size: 40px;
    position: absolute;
    top: 0;
    transform: translateY(-20px);
  }
}
.testimony-section .testimony .owl-prev {
  left: -100px;
}
.testimony-section .testimony .owl-prev:active {
  padding-right: 2px;
}
@media (max-width: 580px) {
  .testimony-section .testimony .owl-prev {
    left: 10px;
  }
}
.testimony-section .testimony .owl-next {
  right: -100px;
}
.testimony-section .testimony .owl-next:active {
  padding-left: 2px;
}
@media (max-width: 580px) {
  .testimony-section .testimony .owl-next {
    right: 10px;
  }
}
.testimony-section .testimony .owl-stage {
  display: flex;
  align-items: stretch;
}
.testimony-section .reviewer {
  margin-bottom: 28px;
}
@media (max-width: 580px) {
  .testimony-section .reviewer {
    margin-bottom: 10px;
  }
}
.testimony-section .testimony-item {
  padding: 38px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 2px 13px 24.5px 0px rgba(229, 218, 191, 0.42);
  max-width: 515px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimony-section .testimony-item .testimony-header {
  margin-top: -30px;
  margin-bottom: 22px;
}
@media (max-width: 580px) {
  .testimony-section .testimony-item .testimony-header {
    margin-bottom: 10px;
  }
}
.testimony-section .testimony-item > h2 {
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
  color: #123f5e;
  margin-bottom: 17px;
}
.testimony-section .testimony-item > h2 > p {
  font-size: 16px;
  line-height: 25px;
  color: #454d5d;
}
@media (max-width: 580px) {
  .testimony-section .testimony-item > h2 {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .testimony-section .testimony-item {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}
.testimony-section .reviewer-photo {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
}
.testimony-section .reviewer-photo + i {
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border-radius: 100%;
  background: #27b4e5;
  color: #fff;
}
.testimony-section .reviewer-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: auto;
  -o-object-position: center center;
     object-position: center center;
}
.testimony-section .reviewer-detail > h2 {
  font-size: 20px;
  font-weight: 700;
  color: #123f5e;
  line-height: inherit;
}
.testimony-section .reviewer-detail > p {
  font-size: 14px;
  color: #27b4e5;
}
.testimony-section .the_ratings i {
  font-size: 21px;
  color: #ffba59;
  display: inline-block;
}
.testimony-section .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.testimony-section .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
}
.testimony-section .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  display: block;
  background: #ccc;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.testimony-section .owl-dots .owl-dot.active span,
.testimony-section .owl-dots .owl-dot:hover span {
  background: #333;
  transform: scale(1.3);
}

/*====================================================
    TEAM
  ====================================================*/
.team-section .single-team {
  background: #f9f7f2;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.team-section .single-team i.fa-circle-info {
  font-size: 31px;
  color: #6a98ac;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin-bottom: 15px;
  display: none;
}
.team-section .single-team a:hover i.fa-circle-info {
  display: inline-block;
}
.team-section .single-team .img-holder:before {
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(11, 55, 96, 0) 48.5%, #27b4e5 100%);
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.team-section .single-team .img-holder:hover:before {
  background: linear-gradient(180deg, rgba(11, 55, 96, 0) 10%, #0b3760 100%);
}
.team-section .single-team .img-holder img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s;
}
.team-section .single-team .img-holder:after {
  content: "";
  display: block;
  padding-bottom: 123%;
}
.team-section .single-team .img-holder .title-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.team-section .single-team .img-holder .title-wrapper h4,
.team-section .single-team .img-holder .title-wrapper p {
  color: #ffffff;
}
.team-section .modal .button-close-wrapper {
  position: absolute;
  right: 14px;
  top: 14px;
}
@media (max-width: 992px) {
  .team-section .modal .button-close-wrapper {
    right: -28px;
    top: -28px;
  }
}
@media (max-width: 768px) {
  .team-section .modal .button-close-wrapper {
    right: -8px;
    top: -8px;
  }
}
.team-section .modal .button-close-wrapper button.btn-close {
  background: none;
  width: 52px;
  height: 52px;
  background-color: #f9f7f2;
  border-radius: 50%;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .team-section .modal .button-close-wrapper button.btn-close {
    width: 32px;
    height: 32px;
  }
}
.team-section .modal .button-close-wrapper button.btn-close i.fa-xmark {
  color: #27b4e5;
  font-size: 34px;
}
@media (max-width: 768px) {
  .team-section .modal .button-close-wrapper button.btn-close i.fa-xmark {
    font-size: 26px;
  }
}
.team-section .modal .button-close-wrapper button.btn-close:hover i.fa-xmark {
  color: #6a98ac;
}
.team-section .modal .linkedin-wrapper > a {
  display: flex;
  align-items: center;
  gap: 11px;
}
.team-section .modal .linkedin-wrapper > a:hover span {
  color: #123f5e;
}
.team-section .modal .linkedin-wrapper > a:hover .icon-wrapper {
  background-color: #123f5e;
}
.team-section .modal .linkedin-wrapper > a span {
  font-size: 18px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}
.team-section .modal .linkedin-wrapper .icon-wrapper {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-color: #27b4e5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

/*====================================================
    Contact
  ====================================================*/
.contact-area .section-header {
  padding-bottom: 50px;
}
.contact-area .section-header h2 {
  color: #123f5e;
}
.contact-area #gMap {
  height: 580px;
  width: 100%;
}
@media (max-width: 768px) {
  .contact-area #gMap {
    height: 400px;
  }
}
.contact-area #gMap iframe {
  width: 100%;
  height: 100%;
}
.contact-area .bg-blue:after {
  content: "";
  background: rgba(28, 157, 216, 0.06);
  height: 100%;
  position: absolute;
  right: 0;
  left: -100vw;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.contact-area .contact-info p,
.contact-area .contact-info a {
  color: #000;
  font-size: 18px;
}
.contact-area .contact-info p.invoice-mail {
  color: #27b4e5;
}
.contact-area .contact-info a:hover {
  color: #6a98ac;
}
.contact-area .contact-social a {
  width: 40px;
  height: 40px;
  line-height: 42px;
  display: inline-block;
  margin-right: 13px;
  text-align: center;
  border-radius: 5px;
  background: rgba(196, 196, 196, 0.15);
  transition: all 0.5s ease;
}
.contact-area .contact-social a:hover {
  box-shadow: inset 0 0 0 30px #123f5e;
}
.contact-area .contact-social a:hover i {
  color: #ffffff;
}
.contact-area .contact-social a i {
  font-size: 20px;
  color: #959595;
}

.gform_footer.top_label .theme-btn {
  margin: auto;
}

/*====================================================
    CTA
  ====================================================*/
.cta-section .title h2 {
  font-size: 56px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .cta-section .title h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .cta-section .title h2 {
    font-size: 22px;
  }
}
.cta-section p.description {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.18px;
  color: #5e686c;
}
@media (max-width: 768px) {
  .cta-section p.description {
    font-size: 14px;
    line-height: normal;
  }
}

/*====================================================
    FAQ
  ====================================================*/
section.faq .accordion-item {
  border-radius: 4px;
  border: 1px solid #cbeff6 !important;
  margin-bottom: 6px;
}
section.faq .accordion {
  -moz-columns: 2;
       columns: 2;
}
section.faq .accordion .accordion-item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
section.faq .faq-wrapper {
  max-width: 580px;
  margin: auto;
}
section.faq .container.content {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
section.faq .accordion-button {
  color: #27b4e5;
  font-family: "League Spartan";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 24px 20px;
}
section.faq .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  outline: none;
}
section.faq .accordion-button:not(.collapsed)::before {
  background-color: #6a98ac;
}
section.faq .accordion-button span.question {
  color: #123f5e;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 41px;
  font-weight: 500;
  line-height: 22px;
  margin-right: 12px;
}
section.faq .accordion-body {
  color: #5e686c;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding-left: 65px;
}

/*====================================================
    NUMBER INFO
  ====================================================*/
section.number-info button.owl-dot {
  border: 0;
  background-color: transparent;
  padding: 10px 4px;
}
section.number-info button.owl-dot.active span {
  background-color: #27b4e5;
}
section.number-info button.owl-dot:hover span {
  background-color: #6a98ac;
}
section.number-info button.owl-dot span {
  background-color: #f9f7f2;
  border: 0;
  height: 8px;
  width: 8px !important;
  border-radius: 50%;
  min-width: 8px;
  display: block;
}
section.number-info h2.title {
  color: #27b4e5;
}
@media (max-width: 768px) {
  section.number-info .main-counter {
    gap: 24px !important;
  }
}
section.number-info .main-counter .icon-container {
  width: 46%;
  max-width: 150px;
}
section.number-info .main-counter .icon-container img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
section.number-info .main-counter .text-wrapper .counter-wrapper,
section.number-info .main-counter .text-wrapper .counter-wrapper .counter {
  color: #27b4e5;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 99px;
}
@media (max-width: 768px) {
  section.number-info .main-counter .text-wrapper .counter-wrapper,
  section.number-info .main-counter .text-wrapper .counter-wrapper .counter {
    font-size: 60px;
    line-height: 50px;
  }
}
section.number-info .main-counter .text-wrapper p {
  color: #000000;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 21px;
  max-width: 340px;
}
@media (max-width: 768px) {
  section.number-info .main-counter .text-wrapper p {
    font-size: 21px;
    line-height: 21px;
  }
}
section.number-info .sub-counter .icon-container {
  height: 90px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  section.number-info .sub-counter .icon-container {
    height: 44px;
  }
}
section.number-info .sub-counter .icon-container img {
  height: 100%;
  width: auto;
}
section.number-info .sub-counter .counter-wrapper,
section.number-info .sub-counter .counter-wrapper .counter {
  color: #27b4e5;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 99px;
}
@media (max-width: 768px) {
  section.number-info .sub-counter .counter-wrapper,
  section.number-info .sub-counter .counter-wrapper .counter {
    font-size: 40px;
    line-height: 38px;
  }
}
section.number-info .sub-counter p {
  color: var(--black, #000);
  font-family: "League Spartan";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  max-width: 280px;
}
@media (max-width: 768px) {
  section.number-info .sub-counter p {
    font-size: 16px;
    line-height: 19px;
  }
}

/*====================================================
    Image Carousel
  ====================================================*/
section.image-slider .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}
@media (max-width: 992px) {
  section.image-slider .owl-item {
    height: 80px;
  }
}
@media (max-width: 768px) {
  section.image-slider .owl-item {
    height: 70px;
  }
}
section.image-slider .owl-item .icon-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.image-slider .owl-item .icon-container img {
  max-height: 100%;
  max-width: 100%;
}

/*====================================================
    News Carousel
  ====================================================*/
@media (min-width: 993px) {
  section.news-slider .content-container {
    max-width: 450px;
  }
}
section.news-slider .image-wrapper {
  border-radius: 10px;
}
section.news-slider .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
section.news-slider .image-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 76%;
}
section.news-slider .owl-dots {
  position: absolute;
  top: 0px;
}
section.news-slider .owl-dots button.owl-dot {
  background-color: #f9f7f2;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin-right: 10px;
}
section.news-slider .owl-dots button.owl-dot.active {
  background-color: #27b4e5;
}
section.news-slider button#next,
section.news-slider button#prev {
  width: 65px;
  height: 65px;
  border: none;
  border-radius: 50%;
  opacity: 0.8;
  background-color: #123f5e;
  color: #f9f7f2;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
section.news-slider button#next:hover,
section.news-slider button#prev:hover {
  opacity: 1;
}
@media (max-width: 1199px) {
  section.news-slider button#next,
  section.news-slider button#prev {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}
section.news-slider button#next {
  right: -32.5px;
}
@media (max-width: 1199px) {
  section.news-slider button#next {
    right: -22.5px;
  }
}
@media (max-width: 768px) {
  section.news-slider button#next {
    right: 8px;
  }
}
section.news-slider button#prev {
  left: -32.5px;
}
@media (max-width: 1199px) {
  section.news-slider button#prev {
    left: -22.5px;
  }
}
@media (max-width: 768px) {
  section.news-slider button#prev {
    left: 8px;
  }
}

/*====================================================
    Text with Image Slider
  ====================================================*/
section.text-image-slider .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
section.text-image-slider .img-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
section.text-image-slider .btn-wrapper {
  margin-top: -32.5px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1199px) {
  section.text-image-slider .btn-wrapper {
    margin-top: -22.5px;
  }
}
section.text-image-slider a.theme-btn {
  width: -moz-fit-content;
  width: fit-content;
}
section.text-image-slider .content {
  max-width: 475px;
}
section.text-image-slider button#next,
section.text-image-slider button#prev {
  width: 65px;
  height: 65px;
  border: none;
  border-radius: 50%;
  opacity: 0.8;
  background-color: #123f5e;
  color: #f9f7f2;
  color: #cbeff6;
  font-size: 30px;
  align-items: center;
  justify-content: center;
  z-index: 1;
  display: inline-flex;
  margin: 0 8px;
}
section.text-image-slider button#next:hover,
section.text-image-slider button#prev:hover {
  opacity: 1;
}
@media (max-width: 1199px) {
  section.text-image-slider button#next,
  section.text-image-slider button#prev {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}

/*====================================================
    Text with Icon
  ====================================================*/
section.text-icon .single-icon .content {
  max-width: 290px;
}
section.text-icon .single-icon .content .icon-wrapper {
  height: 87px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  section.text-icon .single-icon .content .icon-wrapper {
    height: 60px;
  }
}
section.text-icon .single-icon .content .icon-wrapper img {
  max-width: 100%;
  max-height: 100%;
}

/*====================================================
    Service Slider
  ====================================================*/
@media (max-width: 768px) {
  section.service-slider h2.title {
    text-align: center;
  }
}
section.service-slider .custom-dots {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding-left: 14px;
}
@media (max-width: 992px) {
  section.service-slider .custom-dots {
    flex-direction: row;
    margin-bottom: 25px;
  }
  section.service-slider .custom-dots button.custom-dot span {
    display: none;
  }
}
@media (max-width: 768px) {
  section.service-slider .custom-dots {
    justify-content: space-between;
    gap: 0;
    padding-left: 0px;
    margin-left: 16px;
    margin-right: 16px;
  }
}
section.service-slider .custom-dots::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 5px;
  width: 2px;
  height: 90%;
  background-color: #c2ecef;
  z-index: 0;
}
@media (max-width: 768px) {
  section.service-slider .custom-dots::before {
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0;
  }
}
section.service-slider .custom-dot {
  position: relative;
  background: none;
  border: none;
  padding-left: 20px;
  cursor: pointer;
  z-index: 1;
  color: #838b8e;
  font-size: 23px;
  font-weight: 400;
}
@media (max-width: 768px) {
  section.service-slider .custom-dot {
    padding-left: 0px;
  }
}
section.service-slider .custom-dot.active {
  color: #123f5e;
  font-weight: 700;
}
section.service-slider .custom-dot.active span {
  font-weight: 700;
}
section.service-slider .custom-dot.active::before {
  background-color: #27b4e5;
  width: 18px;
  height: 18px;
  left: -17px;
}
section.service-slider .custom-dot:hover {
  color: #123f5e;
  font-weight: 700;
}
section.service-slider .custom-dot:hover span {
  font-weight: 700;
}
section.service-slider .custom-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #c2ecef;
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 768px) {
  section.service-slider .custom-dot::before {
    left: 0px;
  }
}
@media (max-width: 768px) {
  section.service-slider .img-wrapper {
    margin-bottom: 30px;
  }
}
section.service-slider .img-wrapper:before {
  border-radius: 10px;
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
section.service-slider .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 14px;
}
section.service-slider .img-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
section.service-slider .owl-carousel .owl-item {
  transition: none !important;
}
section.service-slider .owl-carousel .owl-animated-out {
  animation-duration: 0.6s;
}
section.service-slider .owl-carousel .owl-animated-in {
  animation-duration: 0.6s;
}
@keyframes slideOutDownCustom {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes slideInUpCustom {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
section.service-slider .slideOutDownCustom {
  animation-name: slideOutDownCustom;
}
section.service-slider .slideInUpCustom {
  animation-name: slideInUpCustom;
}

/*====================================================
    Text with Image V2
  ====================================================*/
@media (max-width: 768px) {
  section.text-image-v2 {
    margin-top: 0 !important;
  }
}
section.text-image-v2 .w-bg {
  border-radius: 45px;
  overflow: hidden;
}
@media (max-width: 768px) {
  section.text-image-v2 .w-bg {
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  section.text-image-v2 .text {
    text-align: center;
  }
}
section.text-image-v2 .content {
  max-width: 820px;
}

/*====================================================
    Footer Contact
  ====================================================*/
section.footer-contact {
  padding: 100px 0;
}
section.footer-contact .container-lg {
  max-width: 1094px;
}
section.footer-contact .container-lg h2.title {
  font-size: 77px;
  font-weight: 300;
  line-height: 100.512%;
}
@media (max-width: 768px) {
  section.footer-contact .container-lg h2.title {
    font-size: 64px;
    text-align: center;
  }
}
section.footer-contact .container-lg h2.title span {
  color: #27b4e5;
}
section.footer-contact p.description {
  max-width: 448px;
}
section.footer-contact .form-container {
  border-radius: 19px;
  background: #f9f7f2;
  width: 471px;
  padding: 50px 24px 50px 42px;
  margin-left: auto;
}
@media (max-width: 992px) {
  section.footer-contact .form-container {
    margin-left: unset;
    margin: auto;
  }
}
@media (max-width: 768px) {
  section.footer-contact .form-container {
    width: 100%;
    padding: 30px 16px;
  }
}
section.footer-contact .form-container .radio-toggle {
  display: inline-flex;
  border: 3px solid #084068;
  border-radius: 999px;
  overflow: hidden;
  background-color: #084068;
}
section.footer-contact .form-container .radio-toggle input[type=radio] {
  display: none;
}
section.footer-contact .form-container .radio-toggle label {
  padding: 8px 26px;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 100.512%;
  color: white;
  background-color: transparent;
  border-radius: 100px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
section.footer-contact .form-container .radio-toggle input[type=radio]:checked + label {
  background-color: white;
  color: #084068;
}
section.footer-contact .form-container .form-check-input:checked + .form-check-label i {
  color: #27b4e5;
}
section.footer-contact .form-container .form-check {
  padding-left: 0;
}
section.footer-contact .form-container .form-check input[type=checkbox] {
  display: none;
}
section.footer-contact .form-container .form-check label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #0a4761;
  line-height: 266%;
}
section.footer-contact .form-container .form-check label i {
  color: #bbccd3;
  font-size: 20px;
}
section.footer-contact .form-container .button-wrapper {
  text-align: end;
  margin-right: 20px;
}
section.footer-contact .form-container button.button-next {
  border: none;
  background-color: transparent;
  color: #084068;
  font-size: 17px;
  font-weight: 600;
  line-height: 247%;
}
@media (max-width: 992px) {
  section.footer-contact {
    padding-bottom: 0;
    padding-top: 50px;
  }
  section.footer-contact .content {
    text-align: center;
    margin-bottom: 40px;
  }
}

/*====================================================
    Contact
  ====================================================*/
section.contact {
  overflow: hidden;
}
section.contact p.description {
  max-width: 572px;
}
section.contact h2.title {
  font-size: 70px;
  font-weight: 600;
  line-height: 104%;
}
@media (max-width: 768px) {
  section.contact h2.title {
    font-size: 40px;
  }
}
section.contact .contact-form-container {
  display: flex;
}
section.contact .contact-form-container .image-wrapper {
  margin-right: -25%;
}
@media (max-width: 992px) {
  section.contact .contact-form-container .image-wrapper {
    margin-right: unset;
    display: none;
  }
}
section.contact .contact-form-container .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: auto;
  margin-left: -19px;
}
section.contact .form-container {
  border-radius: 19px;
  background: #f9f7f2;
  width: 471px;
  padding: 50px 24px 50px 42px;
  min-width: 471px;
  z-index: 1;
}
@media (max-width: 992px) {
  section.contact .form-container {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  section.contact .form-container {
    width: 100%;
    border-radius: 0;
  }
}
section.contact .form-container .radio-toggle {
  display: inline-flex;
  border: 3px solid #084068;
  border-radius: 999px;
  overflow: hidden;
  background-color: #084068;
}
section.contact .form-container .radio-toggle input[type=radio] {
  display: none;
}
section.contact .form-container .radio-toggle label {
  padding: 8px 26px;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 100.512%;
  color: white;
  background-color: transparent;
  border-radius: 100px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
section.contact .form-container .radio-toggle input[type=radio]:checked + label {
  background-color: white;
  color: #084068;
}
section.contact .form-container .form-check-input:checked + .form-check-label i {
  color: #27b4e5;
}
section.contact .form-container .form-check {
  padding-left: 0;
}
section.contact .form-container .form-check input[type=checkbox] {
  display: none;
}
section.contact .form-container .form-check label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #0a4761;
  line-height: 266%;
}
section.contact .form-container .form-check label i {
  color: #bbccd3;
  font-size: 20px;
}
section.contact .form-container .button-wrapper {
  text-align: end;
  margin-right: 20px;
}
section.contact .form-container button.button-next {
  border: none;
  background-color: transparent;
  color: #084068;
  font-size: 17px;
  font-weight: 600;
  line-height: 247%;
}
section.contact .content .content-wrapper,
section.contact .content .content-wrapper a {
  font-size: 21px;
  color: #123f5e;
  font-weight: 600;
  line-height: 182%;
}
@media (max-width: 768px) {
  section.contact .content .content-wrapper,
  section.contact .content .content-wrapper a {
    font-size: 18px;
  }
}
section.contact .content .icon-wrapper {
  width: 22px;
  text-align: center;
  margin-right: 14px;
}
section.contact .content .icon-wrapper i {
  font-size: 21px;
  color: #27b4e5;
}
@media (max-width: 768px) {
  section.contact .content .icon-wrapper i {
    font-size: 19px;
  }
}
section.contact .embed-map-wrapper iframe {
  width: 100%;
  margin-bottom: -7px;
}

/*====================================================
    Contact Forms
  ====================================================*/
section.contact-forms {
  overflow: hidden;
}
section.contact-forms p.description {
  max-width: 572px;
}
section.contact-forms h2.title {
  font-size: 70px;
  font-weight: 600;
  line-height: 104%;
}
@media (max-width: 768px) {
  section.contact-forms h2.title {
    font-size: 40px;
  }
}
section.contact-forms .contact-form-container {
  display: flex;
}
section.contact-forms .contact-form-container .image-wrapper {
  margin-right: -25%;
}
section.contact-forms .contact-form-container .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: auto;
  margin-left: -19px;
}
section.contact-forms .form-container {
  border-radius: 19px;
  background: #f9f7f2;
  width: 100%;
  padding: 50px 24px 50px 42px;
  z-index: 1;
}
@media (max-width: 768px) {
  section.contact-forms .form-container {
    padding: 30px 5px;
  }
}
@media (max-width: 768px) {
  section.contact-forms .content {
    margin-bottom: 30px;
  }
}
section.contact-forms .content .content-wrapper,
section.contact-forms .content .content-wrapper a {
  font-size: 21px;
  color: #123f5e;
  font-weight: 600;
  line-height: 182%;
}
@media (max-width: 768px) {
  section.contact-forms .content .content-wrapper,
  section.contact-forms .content .content-wrapper a {
    font-size: 18px;
  }
}
section.contact-forms .content .icon-wrapper {
  width: 22px;
  text-align: center;
  margin-right: 14px;
}
section.contact-forms .content .icon-wrapper i {
  font-size: 21px;
  color: #27b4e5;
}
section.contact-forms .embed-map-wrapper iframe {
  width: 100%;
  margin-bottom: -7px;
}

/*====================================================
    Banner
  ====================================================*/
section.banner {
  height: 436px;
  background-size: cover;
}
@media (max-width: 768px) {
  section.banner {
    height: 120px;
  }
}

/*====================================================
    Client Feature slider
  ====================================================*/
@media (max-width: 768px) {
  section.client-feature-slider {
    padding-left: 30px;
    padding-right: 30px;
  }
  section.client-feature-slider svg.custom-wrapper {
    height: 278px;
    width: 100%;
  }
  section.client-feature-slider h2.title {
    text-align: center;
  }
}
@media (max-width: 992px) {
  section.client-feature-slider button.owl-prev {
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    color: #27b4e5 !important;
    font-size: 40px !important;
    opacity: 0.9;
  }
  section.client-feature-slider button.owl-next {
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    color: #27b4e5 !important;
    font-size: 40px !important;
  }
}

.main-content section {
  margin: 7rem auto 7rem auto;
}
@media (max-width: 992px) {
  .main-content section {
    margin: 5rem auto 5rem auto;
  }
}
@media (max-width: 768px) {
  .main-content section {
    margin: 3rem auto 3rem auto;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1553px;
  }
}
main.main-content {
  margin-top: 118px;
}
@media (max-width: 768px) {
  main.main-content {
    margin-top: 80px;
    overflow-x: hidden;
  }
}

.video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-wrap video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.column-2 {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

footer .copyright-container {
  background-color: #0a4761;
  padding: 11px 0;
}
footer .copyright-container p {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 768px) {
  footer .copyright-container p {
    font-size: 14px;
  }
}/*# sourceMappingURL=main.css.map */