*,
figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input,
select {
  border: none;
  box-shadow: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus {
  text-decoration: none;
  outline: none;
  color: #1E1E1E;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #1E1E1E;
  line-height: 1.5;
  font-weight: 400;
  overflow-x: hidden;
  background: #fff;
}
@media screen and (max-width: 1440px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body.hiddenoverflow {
  overflow: hidden;
}

.objectfit {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container-fluid {
  padding: 0 30px;
}
@media screen and (max-width: 991px) {
  .container-fluid {
    padding: 0 15px;
  }
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 0;
  transition: all 0.5s ease;
  z-index: 99;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}
header .navbar {
  padding: 0;
}
header .navbar-brand {
  font-size: 16px;
  color: #1E1E1E;
  width: 215px;
}
@media screen and (max-width: 1440px) {
  header .navbar-brand {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  header .navbar-brand {
    width: 135px;
  }
}
header .navbar-brand img {
  max-width: 100%;
}
header .navbar-brand svg.withoutsticky {
  display: block;
}
header .navbar-brand svg.onsticky {
  display: none;
}
header .navbar-brand img.withoutsticky {
  display: block;
}
header .navbar-brand img.onsticky {
  display: none;
}
@media screen and (max-width: 991px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header .navbar-nav.mainlinks li {
  margin-right: 30px;
}
@media screen and (max-width: 1440px) {
  header .navbar-nav.mainlinks li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  header .navbar-nav.mainlinks li {
    margin-right: 12px;
  }
}
header .navbar-nav.mainlinks li a {
  position: relative;
  color: #000000;
  font-size: 18px;
}
@media screen and (max-width: 1440px) {
  header .navbar-nav.mainlinks li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  header .navbar-nav.mainlinks li a {
    font-size: 14px;
  }
}
header .navbar-nav.mainlinks li a {
  cursor: pointer;
}
header .navbar-nav.mainlinks li.active a {
  color: #44bac3 !important;
}
header .navbar-nav.mainlinks li.active a::after {
  border-color: #44bac3 !important;
  top: 18px;
  transform: rotate(-135deg);
}
@media screen and (max-width: 1440px) {
  header .navbar-nav.mainlinks li.active a::after {
    top: 14px;
  }
}
header .navbar-nav.mainlinks li.hasmenu {
  position: relative;
}
header .navbar-nav.mainlinks li.hasmenu > a {
  padding-right: 20px;
}
header .navbar-nav.mainlinks li.hasmenu > a::after {
  position: absolute;
  top: 14px;
  right: 0;
  width: 8px;
  height: 8px;
  content: "";
  transform: rotate(45deg);
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}
@media screen and (max-width: 1440px) {
  header .navbar-nav.mainlinks li.hasmenu > a::after {
    top: 10px;
  }
}
header .navbar-nav.mainlinks li.hasmenu ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 230px;
  background: #FFFFFF;
  display: none;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  border-radius: 0 0 5px 5px;
}
header .navbar-nav.mainlinks li.hasmenu ul li {
  display: block;
  margin-right: 0;
}
header .navbar-nav.mainlinks li.hasmenu ul li a {
  padding: 10px 15px;
  color: #000000;
  display: block;
  font-size: 16px;
}
header .navbar-nav.mainlinks li.hasmenu ul li a:hover {
  background: #2F296A;
  color: #FFFFFF;
}
header .navbar-nav.mainlinks li.hasmenu ul li a:hover::after {
  border-color: #FFFFFF;
}
header .navbar-nav.mainlinks li.hasmenu ul li ul {
  top: 0;
  left: 100%;
  display: none;
  border-radius: 0 0 5px 0;
}
header .navbar-nav.mainlinks li.hasmenu ul li ul li a:after {
  display: none;
}
header .navbar-nav.mainlinks li.hasmenu ul li.hasmenu a::after {
  transform: rotate(-45deg);
  right: 10px;
}
header .navbar-nav.mainlinks li.hasmenu ul li:hover > ul {
  display: block;
}
header .navbar-nav.mainlinks li.hasmenu:hover > ul {
  display: block;
}
@media screen and (max-width: 991px) {
  header .navbar-nav.mainmenu {
    margin-left: auto;
  }
}
header .navbar-nav.mainmenu li {
  margin-right: 20px;
}
@media screen and (max-width: 1199px) {
  header .navbar-nav.mainmenu li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  header .navbar-nav.mainmenu li {
    margin-right: 8px;
  }
}
header .navbar-nav.mainmenu li:last-child {
  margin-right: 0;
}
header .navbar-nav.mainmenu li a {
  position: relative;
  color: #1E1E1E;
  font-size: 1.4rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  header .navbar-nav.mainmenu li a {
    font-size: 12px;
  }
}
header .navbar-nav.mainmenu li a svg {
  width: 20px;
  fill: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  header .navbar-nav.mainmenu li a svg {
    width: 17px;
  }
}
@media screen and (max-width: 767px) {
  header .navbar-nav.mainmenu li a svg {
    width: 16px;
  }
}
header .navbar-nav.mainmenu li a.contact {
  background: #44bac3;
  border-radius: 20px;
  padding: 7px 20px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  header .navbar-nav.mainmenu li a.contact {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  header .navbar-nav.mainmenu li a.contact {
    display: none;
  }
}
header .navbar-nav.mainmenu li a.contact:hover {
  background: #44bac3;
  color: #FFFFFF;
}
header .navbar-nav.mainmenu li a.openmenu {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #44bac3;
  padding: 13px;
  display: block;
  border: 1px solid transparent;
}
@media screen and (max-width: 1440px) {
  header .navbar-nav.mainmenu li a.openmenu {
    width: 36px;
    height: 36px;
    padding: 12px 10px;
  }
}
@media screen and (max-width: 767px) {
  header .navbar-nav.mainmenu li a.openmenu {
    width: 32px;
    height: 32px;
    padding: 9px 7px;
  }
}
header .navbar-nav.mainmenu li a.openmenu span {
  position: relative;
  width: 15px;
  height: 12px;
  display: block;
  border-top: 2px solid #535356;
  border-bottom: 2px solid #535356;
}
@media screen and (max-width: 767px) {
  header .navbar-nav.mainmenu li a.openmenu span {
    width: 16px;
  }
}
header .navbar-nav.mainmenu li a.openmenu span small {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  top: 3px;
  background: #535356;
  transition: 0.2s ease-in-out;
  transform-origin: center center;
  transform: rotate(0);
}
header .navbar-nav.mainmenu li a.openmenu.opened {
  padding-top: 15px;
}
@media screen and (max-width: 1440px) {
  header .navbar-nav.mainmenu li a.openmenu.opened {
    padding-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  header .navbar-nav.mainmenu li a.openmenu.opened {
    padding-top: 11px;
  }
}
header .navbar-nav.mainmenu li a.openmenu.opened span {
  border: none;
}
header .navbar-nav.mainmenu li a.openmenu.opened span small {
  left: -1px;
}
header .navbar-nav.mainmenu li a.openmenu.opened span small.first {
  transform: rotate(-45deg);
}
header .navbar-nav.mainmenu li a.openmenu.opened span small.second {
  transform: rotate(45deg);
}
header.sticky {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
}

.linkmegamenu,
.linkmegamenusearve,
.mainmegamenu {
  position: fixed;
  display: flex;
  z-index: 98;
  background: #221E51;
  top: -100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 63px);
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 1440px) {
  .linkmegamenu,
  .linkmegamenusearve,
  .mainmegamenu {
    height: calc(100vh - 54px);
  }
}
@media screen and (max-width: 991px) {
  .linkmegamenu,
  .linkmegamenusearve,
  .mainmegamenu {
    height: calc(100vh - 53px);
  }
}
.linkmegamenu .megamenuicon,
.linkmegamenusearve .megamenuicon,
.mainmegamenu .megamenuicon {
  position: absolute;
  bottom: 0;
  left: 3%;
  width: 150px;
  z-index: 99;
}
@media screen and (max-width: 1440px) {
  .linkmegamenu .megamenuicon,
  .linkmegamenusearve .megamenuicon,
  .mainmegamenu .megamenuicon {
    width: 100px;
  }
}
.linkmegamenu .closelinkmenu,
.linkmegamenusearve .closelinkmenu,
.mainmegamenu .closelinkmenu {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  overflow: hidden;
}
.linkmegamenu .closelinkmenu svg,
.linkmegamenusearve .closelinkmenu svg,
.mainmegamenu .closelinkmenu svg {
  width: 40px;
}
@media screen and (max-width: 1440px) {
  .linkmegamenu .closelinkmenu svg,
  .linkmegamenusearve .closelinkmenu svg,
  .mainmegamenu .closelinkmenu svg {
    width: 33px;
  }
}
.linkmegamenu .closelinkmenu:hover,
.linkmegamenusearve .closelinkmenu:hover,
.mainmegamenu .closelinkmenu:hover {
  transform: rotate(180deg);
}
.linkmegamenu.opened,
.linkmegamenusearve.opened,
.mainmegamenu.opened {
  top: 63px;
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  .linkmegamenu.opened,
  .linkmegamenusearve.opened,
  .mainmegamenu.opened {
    top: 54px;
  }
}
@media screen and (max-width: 991px) {
  .linkmegamenu.opened,
  .linkmegamenusearve.opened,
  .mainmegamenu.opened {
    top: 53px;
  }
}

.linkmenuwraper {
  width: 100%;
  height: 100%;
  padding: 70px 40px 70px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .linkmenuwraper {
    padding: 30px 30px 30px 0;
  }
}
@media screen and (max-width: 991px) {
  .linkmenuwraper {
    width: 100%;
    padding: 0;
    height: calc(100vh - 80px);
    overflow: hidden;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 767px) {
  .linkmenuwraper {
    width: 100%;
  }
}
.linkmenuwraper ul {
  position: relative;
  width: 33.3%;
  padding-left: 40px;
  min-height: 500px;
  background: #221E51;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .linkmenuwraper ul {
    padding-left: 10px;
  }
}
@media screen and (max-width: 991px) {
  .linkmenuwraper ul {
    width: 100%;
    min-height: auto;
    padding: 0;
    border: none;
    height: calc(100vh - 55px);
  }
}
.linkmenuwraper ul li {
  display: block;
  padding: 7px 40px 0 7px;
  border-right: 1px solid #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .linkmenuwraper ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .linkmenuwraper ul li {
    display: flex;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #444068;
  }
}
.linkmenuwraper ul li span {
  position: relative;
  width: 50px;
  background: #2F296A;
}
@media screen and (min-width: 992px) {
  .linkmenuwraper ul li span {
    display: none;
  }
}
.linkmenuwraper ul li span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  transform: rotate(45deg) translate(-50%, 0);
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  content: "";
}
.linkmenuwraper ul li a {
  font-size: 18px;
  display: block;
  padding: 8px 40px 8px 20px;
  text-decoration: none;
  border-radius: 30px;
  background: transparent;
  color: #FFFFFF !important;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .linkmenuwraper ul li a {
    padding: 5px 40px 5px 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .linkmenuwraper ul li a {
    font-size: 16px;
    padding: 15px 30px 15px 15px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .linkmenuwraper ul li a {
    font-size: 15px;
  }
}
.linkmenuwraper ul li a::after {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg) translateY(-50%);
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  display: inline-block;
  content: "";
}
@media screen and (max-width: 991px) {
  .linkmenuwraper ul li a::after {
    display: none;
  }
}
.linkmenuwraper ul li a::before {
  position: absolute;
  top: 50%;
  right: -40px;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  content: "";
  z-index: -1;
  background: #FFFFFF;
  opacity: 0;
}
@media screen and (max-width: 1440px) {
  .linkmenuwraper ul li a::before {
    right: -20px;
  }
}
@media screen and (max-width: 991px) {
  .linkmenuwraper ul li a::before {
    display: none;
  }
}
.linkmenuwraper ul li a:hover {
  background: #44bac3;
}
.linkmenuwraper ul li a:hover::before {
  opacity: 1;
}
.linkmenuwraper ul li a.nomenulink::after, .linkmenuwraper ul li a.nomenulink::before {
  display: none;
}
.linkmenuwraper ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 991px) {
  .linkmenuwraper ul li ul {
    left: 100%;
  }
}
.linkmenuwraper ul li ul .backtoparent {
  height: 55px;
  line-height: 55px;
  color: #FFFFFF;
  padding-left: 50px;
  font-size: 16px;
  background: #44bac3;
  display: none;
  position: relative;
}
@media screen and (max-width: 991px) {
  .linkmenuwraper ul li ul .backtoparent {
    display: block;
  }
}
.linkmenuwraper ul li ul .backtoparent::after {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 15px;
  height: 15px;
  transform: translateY(-50%) rotate(45deg);
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  content: "";
  pointer-events: none;
}
.linkmenuwraper ul li ul li {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .linkmenuwraper ul li ul li {
    width: auto;
  }
}
.linkmenuwraper ul li ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .linkmenuwraper ul li ul li ul {
    left: 100%;
  }
}
.linkmenuwraper ul li ul li ul li {
  border-right: none;
}
.linkmenuwraper ul li ul li ul li a {
  display: inline-block;
}
.linkmenuwraper ul li ul li ul li a::after, .linkmenuwraper ul li ul li ul li a::before {
  display: none;
}
.linkmenuwraper ul li ul li.opened ul {
  left: 100%;
}
@media screen and (max-width: 991px) {
  .linkmenuwraper ul li ul li.opened ul {
    display: block;
    left: 0;
  }
}
.linkmenuwraper ul li ul.sociallinks {
  left: 0;
  display: block;
  opacity: 1;
  padding: 0;
  position: relative;
  min-height: auto;
}
@media screen and (max-width: 991px) {
  .linkmenuwraper ul li ul.sociallinks {
    display: none;
  }
}
.linkmenuwraper ul li ul.sociallinks li {
  display: inline-block;
  padding-right: 0;
  width: auto;
  border: none;
  padding: 0;
}
.linkmenuwraper ul li ul.sociallinks li a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 3px;
  display: block;
  text-align: center;
  background: transparent;
}
@media screen and (max-width: 1440px) {
  .linkmenuwraper ul li ul.sociallinks li a {
    padding: 6px 3px;
  }
}
@media screen and (max-width: 1199px) {
  .linkmenuwraper ul li ul.sociallinks li a {
    padding: 6px;
  }
}
.linkmenuwraper ul li ul.sociallinks li a::after, .linkmenuwraper ul li ul.sociallinks li a::before {
  display: none;
}
.linkmenuwraper ul li ul.sociallinks li a svg {
  width: 17px;
}
.linkmenuwraper ul li ul.sociallinks li a:hover {
  background: #ee4f16;
}
.linkmenuwraper ul li:hover > a {
  background: #44bac3;
}
.linkmenuwraper ul li:hover > a::before {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .linkmenuwraper ul li:hover > a {
    background: transparent;
  }
}
.linkmenuwraper ul li:hover > ul {
  display: block;
  z-index: 5;
}
.linkmenuwraper ul li.hasslinks:hover ul {
  left: 0;
}
.linkmenuwraper ul li.opened > ul {
  left: 0;
  opacity: 1;
  display: block;
}

.mainmenuwraper {
  width: 100%;
  height: 100%;
  padding: 70px 40px 70px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .mainmenuwraper {
    padding: 30px 30px 30px 0;
  }
}
@media screen and (max-width: 991px) {
  .mainmenuwraper {
    width: 100%;
    padding: 0;
    height: calc(100vh - 80px);
  }
}
@media screen and (max-width: 767px) {
  .mainmenuwraper {
    width: 100%;
  }
}
.mainmenuwraper ul {
  position: relative;
  width: 33.3%;
  padding-left: 40px;
  min-height: 500px;
  background: #221E51;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .mainmenuwraper ul {
    padding-left: 10px;
  }
}
@media screen and (max-width: 991px) {
  .mainmenuwraper ul {
    width: 100%;
    min-height: auto;
    padding: 0;
    border: none;
    height: calc(100vh - 55px);
  }
}
.mainmenuwraper ul li {
  display: block;
  padding: 7px 40px 0 7px;
  border-right: 1px solid #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .mainmenuwraper ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .mainmenuwraper ul li {
    display: flex;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #444068;
  }
}
.mainmenuwraper ul li span {
  position: relative;
  width: 50px;
  background: #2F296A;
}
@media screen and (min-width: 992px) {
  .mainmenuwraper ul li span {
    display: none;
  }
}
.mainmenuwraper ul li span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  transform: rotate(45deg) translate(-50%, 0);
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  content: "";
}
.mainmenuwraper ul li a {
  font-size: 18px;
  display: block;
  padding: 8px 40px 8px 20px;
  text-decoration: none;
  border-radius: 30px;
  background: transparent;
  color: #FFFFFF !important;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .mainmenuwraper ul li a {
    padding: 5px 40px 5px 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .mainmenuwraper ul li a {
    font-size: 16px;
    padding: 15px 30px 15px 15px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mainmenuwraper ul li a {
    font-size: 15px;
  }
}
.mainmenuwraper ul li a::after {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg) translateY(-50%);
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  display: inline-block;
  content: "";
}
@media screen and (max-width: 991px) {
  .mainmenuwraper ul li a::after {
    display: none;
  }
}
.mainmenuwraper ul li a::before {
  position: absolute;
  top: 50%;
  right: -40px;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  content: "";
  z-index: -1;
  background: #FFFFFF;
  opacity: 0;
}
@media screen and (max-width: 1440px) {
  .mainmenuwraper ul li a::before {
    right: -20px;
  }
}
@media screen and (max-width: 991px) {
  .mainmenuwraper ul li a::before {
    display: none;
  }
}
.mainmenuwraper ul li a:hover {
  background: #44bac3;
}
.mainmenuwraper ul li a:hover::before {
  opacity: 1;
}
.mainmenuwraper ul li a.nomenulink::after, .mainmenuwraper ul li a.nomenulink::before {
  display: none;
}
.mainmenuwraper ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 991px) {
  .mainmenuwraper ul li ul {
    left: 100%;
  }
}
.mainmenuwraper ul li ul .backtoparent {
  height: 55px;
  line-height: 55px;
  color: #FFFFFF;
  padding-left: 50px;
  font-size: 16px;
  background: #44bac3;
  display: none;
  position: relative;
}
@media screen and (max-width: 991px) {
  .mainmenuwraper ul li ul .backtoparent {
    display: block;
  }
}
.mainmenuwraper ul li ul .backtoparent::after {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 15px;
  height: 15px;
  transform: translateY(-50%) rotate(45deg);
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  content: "";
  pointer-events: none;
}
.mainmenuwraper ul li ul li {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .mainmenuwraper ul li ul li {
    width: auto;
  }
}
.mainmenuwraper ul li ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .mainmenuwraper ul li ul li ul {
    left: 100%;
  }
}
.mainmenuwraper ul li ul li ul li {
  border-right: none;
}
.mainmenuwraper ul li ul li ul li a {
  display: inline-block;
}
.mainmenuwraper ul li ul li ul li a::after, .mainmenuwraper ul li ul li ul li a::before {
  display: none;
}
.mainmenuwraper ul li ul li.opened ul {
  left: 100%;
}
@media screen and (max-width: 991px) {
  .mainmenuwraper ul li ul li.opened ul {
    display: block;
    left: 0;
  }
}
.mainmenuwraper ul li ul.sociallinks {
  left: 0;
  display: block;
  opacity: 1;
  padding: 0;
  position: relative;
  min-height: auto;
}
@media screen and (max-width: 991px) {
  .mainmenuwraper ul li ul.sociallinks {
    display: none;
  }
}
.mainmenuwraper ul li ul.sociallinks li {
  display: inline-block;
  padding-right: 0;
  width: auto;
  border: none;
  padding: 0;
}
.mainmenuwraper ul li ul.sociallinks li a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 3px;
  display: block;
  text-align: center;
  background: transparent;
}
@media screen and (max-width: 1440px) {
  .mainmenuwraper ul li ul.sociallinks li a {
    padding: 6px 3px;
  }
}
@media screen and (max-width: 1199px) {
  .mainmenuwraper ul li ul.sociallinks li a {
    padding: 6px;
  }
}
.mainmenuwraper ul li ul.sociallinks li a::after, .mainmenuwraper ul li ul.sociallinks li a::before {
  display: none;
}
.mainmenuwraper ul li ul.sociallinks li a svg {
  width: 17px;
}
.mainmenuwraper ul li ul.sociallinks li a:hover {
  background: #ee4f16;
}
.mainmenuwraper ul li:hover > a {
  background: #44bac3;
}
.mainmenuwraper ul li:hover > a::before {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .mainmenuwraper ul li:hover > a {
    background: transparent;
  }
}
.mainmenuwraper ul li:hover > ul {
  display: block;
  z-index: 5;
}
.mainmenuwraper ul li.hasslinks:hover ul {
  left: 0;
}
.mainmenuwraper ul li.opened > ul {
  left: 0;
  opacity: 1;
  display: block;
}

.doyouknow {
  width: 25%;
  background: #322E65;
  padding-top: 35px;
}
@media screen and (max-width: 1440px) {
  .doyouknow {
    padding-top: 28px;
  }
}
@media screen and (max-width: 991px) {
  .doyouknow {
    display: none;
  }
}
.doyouknow h3 {
  padding: 0 20px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #ee4f16;
}
@media screen and (max-width: 1440px) {
  .doyouknow h3 {
    margin-bottom: 20px;
  }
}

.doyouknowbox {
  height: calc(100vh - 140px);
}
.doyouknowbox ul {
  color: #FFFFFF;
}
.doyouknowbox ul li {
  position: relative;
  border-bottom: 1px solid #231F4B;
}
.doyouknowbox ul li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.doyouknowbox ul li p {
  font-size: 16px;
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .doyouknowbox ul li p {
    font-size: 14px;
  }
}
.doyouknowbox ul li a {
  padding: 20px 20px 10px 40px;
  display: block;
  font-size: 15px;
  color: #44bac3;
}
@media screen and (max-width: 1440px) {
  .doyouknowbox ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .doyouknowbox ul li a {
    padding: 15px;
  }
}
.doyouknowbox ul li a svg {
  width: 20px;
  fill: #44bac3;
}
.doyouknowbox ul li:hover {
  background: #44bac3;
}
.doyouknowbox ul li:hover a svg {
  left: 0px;
  position: relative;
  animation: movearrowright 1s linear infinite;
}
.doyouknowbox ul li:hover span {
  color: #ee4f16;
}
.doyouknowbox ul li:hover span svg {
  fill: #ee4f16;
}

@keyframes movearrowright {
  0% {
    left: 0;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 0px;
  }
}
.searchwraper {
  position: fixed;
  display: flex;
  z-index: 999;
  background: #221E51;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  opacity: 0;
}
.searchwraper .searchlogo {
  position: absolute;
  top: 18px;
  left: 30px;
  width: 215px;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .searchwraper .searchlogo {
    width: 160px;
    top: 25px;
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .searchwraper .searchlogo {
    width: 135px;
    top: 30px;
  }
}
.searchwraper .searchlogo svg {
  width: 100%;
}
.searchwraper .megamenuicon {
  position: absolute;
  bottom: 0;
  left: 3%;
  width: 150px;
  z-index: 99;
}
@media screen and (max-width: 1440px) {
  .searchwraper .megamenuicon {
    width: 100px;
  }
}
.searchwraper .closesearchmenu {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.searchwraper .closesearchmenu svg {
  width: 40px;
}
.searchwraper .closesearchmenu:hover {
  transform: rotate(180deg);
}
.searchwraper.opened {
  top: 0;
  opacity: 1;
}
.searchwraper .searchformwraper {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
}
.searchwraper .searchformwraper .container {
  max-width: 1080px;
}
@media screen and (max-width: 1440px) {
  .searchwraper .searchformwraper .container {
    max-width: 950px;
  }
}
.searchwraper .searchformwraper .search-form {
  max-width: 100%;
}
.searchwraper .searchformwraper h3 {
  font-size: 34px;
  color: #FFFFFF;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  .searchwraper .searchformwraper h3 {
    margin-bottom: 30px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .searchwraper .searchformwraper h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.searchwraper .searchformwraper input {
  padding: 27px 35px;
  border-radius: 50px;
  background: #FFFFFF;
  font-size: 22px;
  font-weight: 500;
  border: none;
  outline: none;
  box-shadow: none;
  color: #535356;
}
@media screen and (max-width: 1440px) {
  .searchwraper .searchformwraper input {
    padding: 12px 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .searchwraper .searchformwraper input {
    padding: 10px 20px;
  }
}
.searchwraper .searchformwraper input:focus, .searchwraper .searchformwraper input:hover {
  outline: none;
  box-shadow: none;
  border: none;
  z-index: 0;
}
.searchwraper .searchformwraper .btn {
  background: #44bac3;
  padding: 27px 30px;
  border-radius: 0;
  margin: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border: none;
}
@media screen and (max-width: 1440px) {
  .searchwraper .searchformwraper .btn {
    padding: 12px 30px;
  }
}
@media screen and (max-width: 767px) {
  .searchwraper .searchformwraper .btn {
    padding: 10px 20px;
  }
}
.searchwraper .searchformwraper .btn:focus, .searchwraper .searchformwraper .btn:hover {
  outline: none;
  box-shadow: none;
  border: none;
  margin-left: 0 !important;
}
.searchwraper .searchformwraper .btn svg {
  width: 30px;
  fill: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .searchwraper .searchformwraper .btn svg {
    width: 24px;
  }
}
.searchwraper .searchformwraper .input-group {
  padding-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .searchwraper .searchformwraper .input-group {
    padding-bottom: 10px;
  }
}
.searchwraper .searchformwraper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.searchwraper .searchformwraper ul li {
  margin-right: 20px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .searchwraper .searchformwraper ul li {
    margin-right: 10px;
    margin-top: 10px;
  }
}
.searchwraper .searchformwraper ul li a {
  display: block;
  border-radius: 40px;
  border: 1px solid #E6E6E6;
  color: #E6E6E6;
  padding: 15px 25px;
  font-size: 18px;
}
@media screen and (max-width: 1440px) {
  .searchwraper .searchformwraper ul li a {
    padding: 10px 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .searchwraper .searchformwraper ul li a {
    font-size: 12px;
    padding: 7px 10px;
  }
}
.searchwraper .searchformwraper ul li a:hover {
  background: #44bac3;
  border-color: #44bac3;
  color: #FFFFFF;
}

.homebanner {
  overflow: hidden;
}
.homebanner .carousel-inner,
.homebanner .carousel-item {
  height: 100%;
}
.homebanner .homecaption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 3;
}
.homebanner .homecaption .container-fluid {
  padding: 0 30px;
}
@media screen and (max-width: 991px) {
  .homebanner .homecaption .container-fluid {
    padding: 0 15px;
  }
}
.homebanner .homecaption h2 {
  color: #FFFFFF;
  font-size: 42px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  width: 50%;
  max-width: 900px;
}
@media screen and (max-width: 1440px) {
  .homebanner .homecaption h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .homebanner .homecaption h2 {
    font-size: 22px;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .homebanner .homecaption h2 {
    font-size: 20px;
    width: 90%;
  }
}
@media screen and (max-width: 374px) {
  .homebanner .homecaption h2 {
    font-size: 18px;
  }
}
.homebanner .homecaption h2 span {
  display: block;
}
.homebanner .homecaption .bannertitle {
  color: #FFFFFF;
  font-size: 14px;
  border-radius: 6px;
  margin-bottom: 8px;
  display: none;
}
@media screen and (max-width: 991px) {
  .homebanner .homecaption .bannertitle {
    display: inline-block;
    font-size: 12px;
  }
}
.homebanner .homecaption .bannerbtn {
  color: #FFFFFF;
  background: #44bac3;
  border-radius: 35px;
  padding: 17px 32px;
  font-weight: 500;
  font-size: 20px;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .homebanner .homecaption .bannerbtn {
    padding: 10px 24px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .homebanner .homecaption .bannerbtn {
    font-size: 14px;
  }
}
.homebanner .homecaption .bannerbtn::before {
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  content: "";
  transition: all 0.3s ease-in-out;
  z-index: 0;
  border-radius: 50px;
}
.homebanner .homecaption .bannerbtn span {
  position: relative;
  z-index: 2;
}
.homebanner .homecaption .bannerbtn:hover::before {
  left: 0;
}
.homebanner .homecaption .bannerbtn:hover span {
  color: #1E1E1E;
}
.homebanner .carousel .carousel-item {
  position: relative;
}
.homebanner .carousel .carousel-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: "";
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%) !important;
}
.homebanner .carousel .carousel-item img {
  width: 100%;
}
.homebanner .carousel-indicators {
  display: flex;
  width: 100%;
  max-width: 200px;
  margin-left: 0;
  width: 100%;
  justify-content: start;
  bottom: 30px;
  padding: 0 10px 0 30px;
}
.homebanner .carousel-indicators button {
  width: calc(16.6666666667% - 20px);
  height: auto;
  background: none;
  position: relative;
  display: block;
  text-align: left;
  flex: auto;
  border: none;
  text-indent: 0px;
  color: #FFFFFF;
  font-size: 15px;
  opacity: 1;
}
.homebanner .carousel-indicators button strong {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 0;
  padding-bottom: 5px;
  color: #B8B8B8;
  display: block;
}
@media screen and (max-width: 1440px) {
  .homebanner .carousel-indicators button strong {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .homebanner .carousel-indicators button strong {
    display: none;
  }
}
.homebanner .carousel-indicators button span {
  display: block;
  width: 100%;
  height: 4px;
  background: #B8B8B8;
  overflow: hidden;
  position: absolute;
  bottom: -4px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .homebanner .carousel-indicators button span {
    height: 3px;
  }
}
.homebanner .carousel-indicators button span::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  z-index: 2;
}
.homebanner .carousel-indicators button.active p {
  color: #FFFFFF;
}
.homebanner .carousel-indicators button.active span:after {
  background: #44bac3;
  width: 100%;
  animation: filloutline 5s linear;
}

@keyframes filloutline {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.arrowSection {
  position: absolute;
  bottom: 8rem;
  right: 1.8rem;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .arrowSection {
    bottom: 9rem;
    right: -0.5rem;
  }
}
@media screen and (max-width: 991px) {
  .arrowSection {
    bottom: 12rem;
  }
}

.arrowContainerP {
  position: relative;
}

.arrowSection > .arrowContainer {
  position: relative;
  right: 26px;
  display: inline-block;
  transform: translate(0, -50%);
  color: #fff;
  transition: opacity 0.3s;
}

.arrowSection .arrowContainer:hover {
  opacity: 0.5;
}

.arrowSection .arrowContainer span {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-left: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  transform: rotate(-45deg);
  animation: arrowDown 1s infinite;
  opacity: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .arrowSection .arrowContainer span {
    width: 16px;
    height: 16px;
  }
}

.arrowSection .arrowContainer span:nth-of-type(1) {
  animation-delay: 1s;
}

.arrowSection .arrowContainer span:nth-of-type(2) {
  top: 16px;
  animation-delay: 0.2s;
}

.arrowSection .arrowContainer span:nth-of-type(3) {
  top: 32px;
  animation-delay: 0.3s;
}

.arrowSection .arrowContainer span:nth-of-type(4) {
  top: 48px;
  animation-delay: 0.4s;
}
@keyframes arrowDown {
  from {
    opacity: 0;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
section {
  padding: 60px 0;
}
@media screen and (max-width: 1440px) {
  section {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1199px) {
  section {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 30px 0;
  }
}

.lets-build {
  position: relative;
}
.lets-build .letsbuildicon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
}

.colwhite {
  color: #FFFFFF;
}

.sectionheading {
  font-size: 38px;
  font-weight: 700;
  color: #1E1E1E;
  padding: 0 0 8px;
  margin-bottom: 20px;
  position: relative;
  font-family: "Raleway", sans-serif;
}
@media screen and (max-width: 1440px) {
  .sectionheading {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .sectionheading {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.sectionheading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  display: block;
  background: #1E1E1E;
  content: "";
}
@media screen and (max-width: 1440px) {
  .sectionheading::after {
    width: 50px;
  }
}
.sectionheading.text-center::after {
  left: 50%;
  transform: translateX(-50%);
}
.sectionheading.colwhite {
  color: #FFFFFF;
}
.sectionheading.colwhite::after {
  background: #FFFFFF;
}

#backtotop {
  position: fixed;
  bottom: -50px;
  right: 30px;
  width: 40px;
  height: 40px;
  background: #2F296A;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  display: block;
  cursor: pointer;
  z-index: 99;
}
#backtotop::after {
  position: absolute;
  top: 16px;
  left: 14px;
  content: "";
  width: 13px;
  height: 13px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: rotate(-45deg);
}
#backtotop.show {
  bottom: 30px;
}

footer {
  background: #2F296A;
  color: #FFFFFF;
  padding-top: 70px;
}
@media screen and (max-width: 1440px) {
  footer {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 50px;
  }
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  footer .qlinks {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
footer .qlinks li {
  display: block;
}
@media screen and (max-width: 767px) {
  footer .qlinks li {
    width: 50%;
  }
}
footer .qlinks li a {
  font-size: 15px;
  color: #FFFFFF;
  position: relative;
  display: block;
  padding: 0 0 7px 20px;
}
@media screen and (max-width: 1440px) {
  footer .qlinks li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer .qlinks li a {
    font-size: 13px;
    padding: 4px 0 4px 20px;
  }
}
footer .qlinks li a::after {
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  transform: rotate(45deg);
  content: "";
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1440px) {
  footer .qlinks li a::after {
    width: 6px;
    height: 6px;
    top: 7px;
  }
}
@media screen and (max-width: 767px) {
  footer .qlinks li a::after {
    top: 6px;
  }
}
footer .qlinks li a:hover::after {
  left: 5px;
}
footer .details li {
  padding-left: 30px;
  position: relative;
  font-size: 15px;
  color: #E6E6E6;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  footer .details li {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  footer .details li {
    font-size: 12px;
  }
}
footer .details li svg {
  width: 16px;
  fill: #FFFFFF;
  position: absolute;
  left: 0;
  top: 4px;
}
@media screen and (max-width: 1440px) {
  footer .details li svg {
    width: 14px;
    top: 2px;
  }
}
@media screen and (max-width: 991px) {
  footer .details li svg {
    top: 2px;
  }
}
footer .details li a {
  color: #FFFFFF;
  position: relative;
}
footer .details li a:after {
  position: absolute;
  bottom: 0;
  width: 0;
  background: #FFFFFF;
  height: 1px;
  left: 0;
  transition: all 0.2s ease-in-out;
  content: "";
}
footer .details li a:hover {
  color: #FFFFFF;
}
footer .details li a:hover:after {
  width: 100%;
}
footer h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  footer h3 {
    font-size: 18px;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  footer h3 {
    margin-top: 30px;
  }
}
footer .silverse-logo {
  text-align: end;
}
@media screen and (max-width: 991px) {
  footer .silverse-logo {
    text-align: center !important;
  }
}
footer .silverse-logo .inside-silverse {
  width: 155px;
}
@media screen and (max-width: 991px) {
  footer .silverse-logo .inside-silverse {
    width: 133px;
  }
}

.footerbottom {
  background: #231f54;
  padding: 20px 0;
  margin-top: 20px;
}
.footerbottom .isologos {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footerbottom .isologos {
    justify-content: center;
  }
}
.footerbottom .isologos img {
  margin-right: 20px;
  max-height: 60px;
}
@media screen and (max-width: 991px) {
  .footerbottom .isologos img {
    margin-right: 15px;
    max-height: 52px;
  }
}
@media screen and (max-width: 767px) {
  .footerbottom .isologos img {
    margin: 0 5px;
    max-height: 42px;
  }
}
.footerbottom .copyright {
  text-align: right;
  margin: 0;
  font-size: 14px;
}
@media screen and (max-width: 1440px) {
  .footerbottom .copyright {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .footerbottom .copyright {
    text-align: center;
    margin-top: 20px;
  }
}

.topfooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #535356;
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  .topfooter {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .topfooter {
    display: block;
    border: none;
    padding: 0;
    margin-bottom: 0;
  }
}

.flogo {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .flogo {
    width: 135px;
    display: inline-block;
    margin-bottom: 20px;
  }
}
.flogo img {
  max-width: 100%;
}

.sociallinks li {
  display: inline-block;
  margin: 0 5px;
}
.sociallinks li a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: block;
  padding: 4px 0;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .sociallinks li a {
    padding: 5px 0;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .sociallinks li a {
    width: 40px;
    height: 40px;
    padding: 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .sociallinks li a {
    width: 34px;
    height: 34px;
  }
}
.sociallinks li a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  fill: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .sociallinks li a svg {
    width: 18px;
  }
}
@media screen and (max-width: 767px) {
  .sociallinks li a svg {
    width: 14px;
  }
}
.sociallinks li a:hover {
  background: #ee4f16;
  border-color: #ee4f16;
}
.sociallinks li a:hover svg {
  fill: #1E1E1E;
}

.clkbtn {
  display: inline-block;
  border-radius: 50px;
  padding: 10px 28px;
  color: #1E1E1E;
  border: 1px solid #1E1E1E;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .clkbtn {
    padding: 8px 24px;
  }
}
.clkbtn::before {
  background: #44bac3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  content: "";
  transition: all 0.3s ease-in-out;
  z-index: 0;
  border-radius: 50px;
}
.clkbtn span {
  position: relative;
  z-index: 2;
}
.clkbtn.whitefill {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.clkbtn:hover {
  color: #FFFFFF;
  border-color: #44bac3;
}
.clkbtn:hover::before {
  left: 0;
}
.clkbtn.filled {
  background: #44bac3;
  color: #FFFFFF;
  border-color: #44bac3;
}
.clkbtn.filled::before {
  background: #FFFFFF;
}
.clkbtn.filled:hover {
  color: #1E1E1E;
  border-color: #1E1E1E;
}

.society {
  background: linear-gradient(90deg, #003A74 0%, #0D82AF 100%) 0% 0%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .society {
    padding-top: 0px;
  }
}
.society .societyimgwraper {
  padding-right: 70px;
}
@media screen and (max-width: 1440px) {
  .society .societyimgwraper {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .society .societyimgwraper {
    padding: 0px;
  }
}
.society::after {
  position: absolute;
  width: 480px;
  height: 480px;
  top: -240px;
  right: -240px;
  content: "";
  border: 75px solid #565F7D;
  opacity: 0.2;
  z-index: 1;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  .society::after {
    border-width: 30px;
    width: 260px;
    height: 260px;
    top: -130px;
    right: -130px;
  }
}
.society .container {
  z-index: 2;
  position: relative;
}
.society .societyimg {
  width: 140%;
  margin-left: -40%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  max-width: initial;
}
@media screen and (max-width: 991px) {
  .society .societyimg {
    width: 100%;
    margin-left: 0%;
    border-radius: 0px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .society .societyimg {
    margin-bottom: 50px;
  }
}

.societystats {
  text-align: center;
  margin-top: 30px;
  position: relative;
}
.societystats span {
  width: 70px;
  height: 70px;
  display: inline-block;
  position: relative;
  background: #FFFFFF;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  .societystats span {
    width: 60px;
    height: 60px;
  }
}
.societystats span svg {
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.societystats h3 {
  font-size: 30px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 10px 0 5px;
}
@media screen and (max-width: 1440px) {
  .societystats h3 {
    font-size: 20px;
  }
}
.societystats p {
  font-size: 16px;
  color: #FFFFFF;
  margin: 0;
}
@media screen and (max-width: 1440px) {
  .societystats p {
    font-size: 13px;
  }
}
.societystats::after {
  border: 1px dashed #FFFFFF;
  position: absolute;
  right: -8%;
  top: 0;
  height: 100%;
  transform: rotate(10deg);
  transform-origin: center center;
  content: "";
}
@media screen and (max-width: 767px) {
  .societystats::after {
    display: none;
  }
}
.societystats.lastchild::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .letsgrowimg {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .footermap {
    margin-top: 30px;
  }
}
.footermap {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .footermap img {
    width: 70% !important;
  }
}
@media screen and (max-width: 767px) {
  .footermap img {
    width: 100% !important;
  }
}

.bannercaption {
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .bannercaption {
    top: 55%;
  }
}
.bannercaption .bannertitle {
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 6px;
  margin-bottom: 15px;
  display: inline-block;
}
@media screen and (max-width: 1440px) {
  .bannercaption .bannertitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .bannercaption .bannertitle {
    font-size: 13px;
  }
}
.bannercaption h1 {
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  padding-bottom: 5px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .bannercaption h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .bannercaption h1 {
    font-size: 18px;
  }
}
.bannercaption h1::after {
  position: absolute;
  bottom: -5px;
  height: 2px;
  width: 60px;
  background: #FFFFFF;
  content: "";
  left: 0;
}
.bannercaption p {
  font-size: 18px;
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .bannercaption p {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .bannercaption p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .bannercaption p {
    font-size: 13px;
  }
}
.bannercaption .clkbtn {
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .bannercaption .clkbtn {
    margin-top: 0;
  }
}

.servicesbanner {
  position: relative;
}
.servicesbanner .bannercaption {
  max-width: 700px;
  top: 80%;
}
@media screen and (max-width: 1440px) {
  .servicesbanner .bannercaption {
    max-width: 530px;
  }
}
.servicesbanner .bannercaption h1 {
  margin-bottom: 0px;
}
.servicesbanner .bannercaption h1::after {
  display: none;
}
.servicesbanner .bannercaption p {
  font-size: 18px;
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .servicesbanner .bannercaption p {
    font-size: 15px;
  }
}
.servicesbanner .bannercaption .clkbtn {
  margin-top: 10px;
}

.graybg {
  background: #E6E6E6;
}

.blogbanner {
  height: 90px;
  background: transparent linear-gradient(90deg, #003A74 0%, #0D82AF 100%) 0% 0% no-repeat padding-box;
  position: relative;
}

.blogbannerpattern {
  background: transparent linear-gradient(90deg, #003A74 0%, #0D82AF 100%) 0% 0% no-repeat padding-box;
  position: relative;
}
.blogbannerpattern .featured-slider figure img {
  max-width: 100%;
}
.blogbannerpattern h2 {
  font-size: 42px;
  color: #FFFFFF;
  margin-bottom: 15px;
  width: 40%;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  .blogbannerpattern h2 {
    width: 60%;
    font-size: 28px;
  }
}
@media screen and (max-width: 1199px) {
  .blogbannerpattern h2 {
    width: 70%;
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .blogbannerpattern h2 {
    width: 70%;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .blogbannerpattern h2 {
    width: 100%;
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.blogbannerpattern p {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 20px;
  width: 40%;
}
@media screen and (max-width: 1440px) {
  .blogbannerpattern p {
    width: 60%;
  }
}
@media screen and (max-width: 1199px) {
  .blogbannerpattern p {
    width: 70%;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .blogbannerpattern p {
    width: 70%;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .blogbannerpattern p {
    width: 100%;
    font-size: 13px;
  }
}
.blogbannerpattern .blogbannerbox {
  overflow: hidden;
}
.blogbannerpattern .blogbannerbox img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .blogbannerpattern .blogbannerbox img {
    width: 150%;
    margin-left: -25%;
  }
}
@media screen and (max-width: 767px) {
  .blogbannerpattern .blogbannerbox img {
    width: 250%;
    margin-left: -75%;
  }
}
@media screen and (max-width: 379px) {
  .blogbannerpattern .blogbannerbox img {
    width: 300%;
    margin-left: -100%;
  }
}
.blogbannerpattern .blogbannerbox .blogcaption {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .blogbannerpattern .blogbannerbox .blogcaption {
    padding: 0 10%;
  }
}
@media screen and (max-width: 767px) {
  .blogbannerpattern .blogbannerbox .blogcaption {
    padding: 0;
  }
}

.graybg {
  background: #E6E6E6;
}

.package-info-list {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.package-info-list h4 {
  margin-bottom: 20px !important;
}
.package-info-list li {
  display: block;
  font-size: 16px;
  color: #000000;
}
.package-info-list li strong {
  font-weight: 700;
}
.package-info-list li strong span {
  font-size: 70%;
  font-weight: 400;
}
.package-info-list li small {
  text-decoration: line-through;
}

.hotel-facilities {
  list-style: none;
  padding-left: 0 !important;
  -moz-column-count: 2;
       column-count: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .hotel-facilities {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.hotel-facilities.singleview {
  -moz-column-count: 1;
       column-count: 1;
  margin-bottom: 0;
}
.hotel-facilities li {
  padding-left: 30px;
  display: block;
  font-size: 16px;
  color: #000000;
  background: url("../images/hotel_list_bg.gif") 0 5px no-repeat;
}

.cmscontainer {
  width: 100%;
  margin-top: -120px;
  background: #FFFFFF;
  border-radius: 15px 15px 0 0;
  z-index: 1;
  position: relative;
  min-height: 500px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .cmscontainer {
    margin-top: -90px;
  }
}
@media screen and (max-width: 767px) {
  .cmscontainer {
    margin-top: -60px;
    padding: 30px 15px;
  }
}
.cmscontainer.sidebarbox {
  background: transparent linear-gradient(180deg, #ffffff 0%, #ddd 100%) 0% 0% no-repeat padding-box;
  padding: 30px 20px;
  min-height: auto;
  margin-bottom: 30px;
}
.cmscontainer.sidebarbox.otherbox {
  margin: 0;
}
.cmscontainer.sidebarbox .getintouchwraper {
  background: none;
  padding: 0;
  margin: 0;
}
.cmscontainer.sidebarbox .getintouchwraper .wpcf7-form {
  margin: 0;
}
.cmscontainer.sidebarbox .getintouchwraper .form-control {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #B8B8B8;
  padding: 10px;
}
.cmscontainer.teampage {
  margin-top: -170px;
}
@media screen and (max-width: 991px) {
  .cmscontainer.teampage {
    margin-top: -120px;
  }
}
@media screen and (max-width: 767px) {
  .cmscontainer.teampage {
    margin-top: -80px;
  }
}
.cmscontainer p {
  font-size: 18px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
  .cmscontainer p {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .cmscontainer p {
    font-size: 14px;
  }
}
.cmscontainer h4 {
  font-size: 20px;
  color: #44bac3;
  margin-bottom: 15px;
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  .cmscontainer h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .cmscontainer h4 {
    font-size: 17px;
  }
}
.cmscontainer .intro-head-main {
  font-size: 25px !important;
  color: #44bac3;
  margin-bottom: 15px;
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  .cmscontainer .intro-head-main {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cmscontainer .intro-head-main {
    font-size: 18px;
  }
}
.cmscontainer .conclu {
  font-size: 18px !important;
  color: #44bac3;
  margin-bottom: 15px;
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  .cmscontainer .conclu {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .cmscontainer .conclu {
    font-size: 15px;
  }
}
.cmscontainer ul {
  padding-left: 20px;
  list-style-type: disc;
}
.cmscontainer ul.searchedlist {
  padding-left: 0;
}
.cmscontainer ul li {
  font-size: 18px;
  margin-bottom: 15px;
  list-style: inherit;
}
@media screen and (max-width: 1440px) {
  .cmscontainer ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .cmscontainer ul li {
    font-size: 14px;
  }
}
.cmscontainer ul li ul {
  list-style-type: disc;
}

.clverblurb {
  width: 300px;
  padding: 20px;
  border-radius: 10px;
  background: #2b2c6c;
  float: left;
  margin-right: 30px;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .clverblurb {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.clverblurb.rightside {
  float: right;
  margin-left: 30px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .clverblurb.rightside {
    margin-left: 0;
  }
}
.clverblurb p {
  color: #FFFFFF;
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  .clverblurb p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .clverblurb p {
    font-size: 13px;
  }
}
.clverblurb p:last-child {
  margin-bottom: 0;
}

.articleimage-kit {
  width: calc(100% - 330px);
  display: inline-block;
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .articleimage-kit {
    display: block;
    width: 100%;
  }
}
.articleimage-kit img {
  max-width: 100%;
}

.articleimg {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.searchedlist li {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #B8B8B8;
}
.searchedlist li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.searchedlist li p a {
  color: #44bac3;
  font-weight: 500;
}
.searchedlist li p a svg {
  width: 20px;
  fill: #44bac3;
  position: relative;
}
.searchedlist li:hover p a svg {
  animation: movearrowright 1s linear infinite;
}

.oppspage {
  height: 100vh;
  text-align: center;
  position: relative;
  background: transparent linear-gradient(0deg, #365FB5 0%, #0E2965 60%, #0E2965 100%) 0% 0% no-repeat padding-box;
}
.oppspage .oppscontent {
  width: 90%;
  max-width: 600px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  line-height: 1;
  padding-top: 3%;
}
.oppspage .oppscontent h3 {
  font-size: 30px;
  color: #FFFFFF;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .oppspage .oppscontent h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .oppspage .oppscontent h3 {
    font-size: 22px;
  }
}
.oppspage .oppscontent h1 {
  font-size: 250px;
  color: #44bac3;
  font-weight: 700;
  line-height: 230px;
}
@media screen and (max-width: 1440px) {
  .oppspage .oppscontent h1 {
    font-size: 180px;
    line-height: 170px;
  }
}
@media screen and (max-width: 991px) {
  .oppspage .oppscontent h1 {
    font-size: 150px;
    line-height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .oppspage .oppscontent h1 {
    font-size: 100px;
    line-height: 90px;
  }
}
.oppspage .oppscontent h2 {
  font-size: 40px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .oppspage .oppscontent h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .oppspage .oppscontent h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.oppspage .oppscontent p {
  font-size: 18px;
  margin-bottom: 40px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .oppspage .oppscontent p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.oppspage .oppscontent a {
  margin: 0 15px;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .oppspage .oppscontent a {
    margin: 0 5px;
  }
}
.oppspage .oppscontent a:hover {
  border-color: #44bac3;
}

.stepheading {
  background: #2F296A;
  padding: 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}

.cmsbanner {
  background: transparent linear-gradient(180deg, #ffffff 0%, #ddd 100%) 0% 0% no-repeat padding-box;
  position: relative;
  padding: 140px 0;
}
@media screen and (max-width: 1440px) {
  .cmsbanner {
    padding: 120px 0;
  }
}
@media screen and (max-width: 991px) {
  .cmsbanner {
    padding: 90px 0;
  }
}
@media screen and (max-width: 767px) {
  .cmsbanner {
    padding: 60px 0;
  }
}
.cmsbanner.packagesbnr {
  padding-bottom: 50px;
}
.cmsbanner.packagesbnr p {
  color: #000000;
}
.cmsbanner .bannercaption {
  top: 0;
  position: relative;
  transform: translate(0);
}
.cmsbanner .bannercaption h1 {
  margin-bottom: 30px;
  color: #000000;
}
.cmsbanner .bannercaption h1::after {
  background: #000000;
}

.trending-hotels .expertise-card {
  height: 100%;
}
.trending-hotels .expertise-card h3 {
  min-height: auto;
}

.getinouch {
  position: relative;
  background: #F5F5F5;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .getinouch {
    padding: 70px 0 !important;
  }
}
.getinouch .getintouchicon {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .getinouch .getintouchicon {
    display: none;
  }
}
.getinouch .container {
  position: relative;
  z-index: 2;
}

.getintouchwraper {
  border-radius: 10px;
  background: #FFFFFF;
  padding: 60px 50px;
  margin-top: 45px;
}
@media screen and (max-width: 991px) {
  .getintouchwraper {
    padding: 30px 15px;
  }
}
.getintouchwraper.contact-form-wraper {
  margin-top: -400px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .getintouchwraper.contact-form-wraper {
    margin-top: -300px;
  }
}
@media screen and (max-width: 991px) {
  .getintouchwraper.contact-form-wraper {
    margin-top: -80px;
  }
}
.getintouchwraper .wpcf7-form {
  margin-top: 40px;
}
.getintouchwraper label {
  font-size: 16px;
  color: #1E1E1E;
  margin: 0;
}
.getintouchwraper .wpcf7-response-output {
  font-size: 14px;
}
.getintouchwraper .wpcf7-not-valid-tip {
  font-size: 12px;
}
.getintouchwraper .form-control,
.getintouchwraper .form-select {
  padding: 0;
  margin: 0 0 10px;
  height: 40px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #B8B8B8;
}
@media screen and (max-width: 991px) {
  .getintouchwraper .form-control,
  .getintouchwraper .form-select {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .getintouchwraper .form-control,
  .getintouchwraper .form-select {
    font-size: 14px;
  }
}
.getintouchwraper .form-control:focus,
.getintouchwraper .form-select:focus {
  outline: none;
  box-shadow: none;
}
.getintouchwraper textarea.form-control {
  height: 75px;
}
.getintouchwraper .wpcf7-acceptance label {
  display: flex;
  font-size: 16px;
}
.getintouchwraper .wpcf7-acceptance label input {
  min-width: 25px;
  margin-right: 10px;
  border: 2px solid #535356;
}
.getintouchwraper .wpcf7-acceptance label input::after {
  left: 7px;
  top: 3px;
}
.getintouchwraper .wpcf7-acceptance label input:focus {
  outline: none;
  box-shadow: none;
}
.getintouchwraper .getintouchsubmit {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .getintouchwraper .getintouchsubmit {
    text-align: center;
    padding-top: 20px;
  }
}
.getintouchwraper .getintouchsubmit .clkbtn {
  width: 150px;
  background: #44bac3 !important;
  color: #FFFFFF !important;
}
.getintouchwraper .getintouchsubmit .clkbtn:hover {
  color: #1E1E1E !important;
}
@media screen and (max-width: 1440px) {
  .getintouchwraper .getintouchsubmit .clkbtn {
    width: 120px;
  }
}

#servicen {
  display: none !important;
}

.form-check-input:checked {
  background-color: #44bac3;
  border-color: #44bac3;
}

.blog-thumb {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #c6c6c6;
  display: inline-block;
  color: #000;
}

.blog-thumb:hover {
  color: #000;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.blog-thumb .blogcaption {
  padding: 0 10px;
  height: 128px;
  overflow: hidden;
  margin: 10px 0 20px 0;
}

.blog-thumb span {
  display: block;
}

.blog-thumb span.title {
  border-bottom: 1px solid #dbdbdb;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 0px 10px 0px;
  line-height: 20px;
  color: #2F296A;
}

.blog-thumb span.des {
  display: block;
  padding: 10px 0px;
  font-size: 16px;
  line-height: 20px;
}

.blog-thumb span.user img {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  border: 1px solid #bfbfbf;
  display: inline-block;
}

.blog-thumb span.user {
  padding: 5px 10px 10px 10px;
  display: flex;
}

.blog-thumb span.user .userinfo {
  width: calc(100% - 45px);
  font-size: 10px;
  font-weight: 600;
  display: inline-block;
  line-height: 16px;
  color: #888888;
}

.sidebar-element {
  border: 1px solid #E6E6E6;
}

.sidebar-element {
  margin-bottom: 30px;
}
.sidebar-element .elementresponsive {
  padding: 0 15px;
}
.sidebar-element h2 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  background: #44bac3;
  padding: 10px;
}
.sidebar-element p {
  color: #000;
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.3;
}
.sidebar-element ul {
  list-style: none;
  padding: 0px;
  margin-top: 15px;
}
.sidebar-element ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 7px 0;
  font-weight: normal;
}
.sidebar-element ul li a {
  font-size: 16px;
  color: #000000;
}
@media screen and (max-width: 1440px) {
  .sidebar-element ul li a {
    font-size: 14px;
  }
}
.sidebar-element ul li a:hover {
  color: #000000;
}

.sidebar-element ul li:last-child {
  border-bottom: none;
}

.sidebar-element .form-group {
  margin-bottom: 0px;
  margin-top: 10px;
}

.sidebar-element .form-control {
  border: 1px solid #c3c3c3;
  padding: 0px 10px;
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  border-radius: 0;
}

.sidebar-element .btn,
.sidebar-element .btn:hover {
  background: #44bac3;
  font-size: 14px;
  color: #000;
  border-radius: 0px;
  margin-top: 20px;
  border: none;
  padding: 10px 25px;
}

.sidebar-element h2.newsletter {
  border-bottom: none;
  padding-bottom: 0px;
}

.sidebar-element ul.arrowlist li {
  background: url(../images/blog-list-arrow.png) 0px 18px no-repeat;
  padding-left: 25px;
}
@media screen and (max-width: 1440px) {
  .sidebar-element ul.arrowlist li {
    background: url(../images/blog-list-arrow.png) 0px 13px no-repeat;
  }
}

.userdet {
  padding: 20px 10px 30px 0px;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  display: flex;
  align-items: center;
}

.userdet img {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  border: 1px solid #bfbfbf;
  display: inline-block;
}

.userdet .userinfo {
  width: calc(100% - 45px);
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 16px;
  color: #010101;
}

.userdet .userinfo span {
  color: #44bac3;
  font-weight: normal;
  text-transform: uppercase;
  margin-left: 15px;
}

.contentwraper article {
  font-size: 16px;
  color: #000;
  font-weight: normal;
}
.contentwraper article p {
  margin-bottom: 15px;
  text-align: justify;
}
.contentwraper article h4 {
  font-weight: 600;
  font-size: 18px;
  color: #44bac3;
  padding-top: 10px;
}
.contentwraper article ul {
  list-style: none;
  padding: 10px 0;
}
.contentwraper article ul li {
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
  text-align: justify;
}
.contentwraper article ul li::after {
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  content: "";
}

.contentwraper h1 {
  font-size: 32px;
  color: #2F296A;
}

.blogbanner {
  height: 100px;
}

.blogdetailpage {
  background: #2F296A;
  height: 99px;
}
@media screen and (max-width: 1440px) {
  .blogdetailpage {
    height: 82px;
  }
}
@media screen and (max-width: 767px) {
  .blogdetailpage {
    height: 75px;
  }
}

.ss-inline-share-wrapper {
  display: none;
}

.bloginfo {
  display: flex;
  margin-top: 15px;
}
.bloginfo span {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .bloginfo span {
    display: block;
  }
}
.bloginfo svg {
  fill: #FFFFFF;
  width: 20px;
  min-width: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 1440px) {
  .bloginfo svg {
    width: 18px;
    min-width: 18px;
  }
}
@media screen and (max-width: 767px) {
  .bloginfo svg {
    width: 16px;
    min-width: 16px;
  }
}

.bloglistsection h2 {
  color: #2F296A;
  padding-top: 20px;
  padding-bottom: 5px;
}
.bloglistsection ul {
  padding: 5px 0 15px;
}
.bloglistsection ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  .bloglistsection ul li {
    margin-bottom: 8px;
  }
}
.bloglistsection ul li::after {
  position: absolute;
  top: 12px;
  left: 0;
  border-top: 2px solid #535356;
  border-right: 2px solid #535356;
  content: "";
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
@media screen and (max-width: 1440px) {
  .bloglistsection ul li::after {
    top: 8px;
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 767px) {
  .bloglistsection ul li::after {
    width: 7px;
    height: 7px;
  }
}

.loadmorebtn {
  margin-top: 70px;
}
@media screen and (max-width: 1199px) {
  .loadmorebtn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .loadmorebtn {
    margin-top: 40px;
  }
}

.bloglistmview {
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #EEEFF2;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding-bottom: 15px;
  height: 100%;
  text-decoration: none;
}
.bloglistmview figure {
  overflow: hidden;
}
.bloglistmview figure img {
  width: 100%;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}
.bloglistmview .blistcaption {
  padding: 10px 15px;
  line-height: 1.5;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.bloglistmview .blist_date {
  font-weight: bold !important;
}
.bloglistmview h3 {
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  color: #2F296A;
}
@media screen and (max-width: 767px) {
  .bloglistmview h3 {
    font-size: 16px;
  }
}
.bloglistmview p {
  font-size: 13px;
  color: #4a493f;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .bloglistmview p {
    font-size: 12px;
  }
}
.bloglistmview .readarticle {
  white-space: nowrap;
  display: inline-block;
  background: #44bac3;
  color: #FFFFFF;
  padding: 6px 15px;
  line-height: 1.5;
  font-size: 13px;
  text-transform: uppercase;
  background: #44bac3;
  transition: all 0.2s ease-in-out;
  border-radius: 30px;
}
.bloglistmview:hover figure img {
  transform: scale(1.15);
}
.bloglistmview.relblogitem {
  background: #FFFFFF;
}
.bloglistmview.relblogitem .blistcaption {
  position: relative;
  padding-bottom: 40px;
  height: 207px;
  overflow: hidden;
}
.bloglistmview.relblogitem .blistcaption .readarticle {
  position: absolute;
  bottom: 0px;
  z-index: 2;
}
.bloglistmview.relblogitem .blistcaption::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  z-index: 1;
  content: "";
}

.bloglistview {
  display: block;
  height: 380px;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.bloglistview figure {
  height: 38%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bloglistview figure {
    height: auto;
  }
}
.bloglistview figure img {
  width: 100%;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}
.bloglistview::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  content: "";
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
.bloglistview .blistcaption {
  position: absolute;
  height: 100%;
  top: 40%;
  width: 100%;
  padding: 10px 15px;
  line-height: 1.5;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bloglistview .blistcaption {
    top: 0;
    position: relative;
  }
}
.bloglistview h3 {
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  color: #2F296A;
}
@media screen and (max-width: 767px) {
  .bloglistview h3 {
    font-size: 16px;
  }
}
.bloglistview p {
  font-size: 13px;
  color: #4a493f;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .bloglistview p {
    font-size: 12px;
  }
}
.bloglistview .readarticle {
  position: absolute;
  z-index: 3;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  display: inline-block;
  background: #44bac3;
  color: #FFFFFF;
  padding: 6px 15px;
  line-height: 1.5;
  font-size: 13px;
  text-transform: uppercase;
  background: #44bac3;
  transition: all 0.2s ease-in-out;
  border-radius: 30px;
}
.bloglistview:hover {
  color: #000;
  background: #44bac3;
}
.bloglistview:hover .readarticle {
  background: #FFFFFF;
  color: #2F296A;
  border: 1px solid #FFFFFF;
}
.bloglistview:hover h3,
.bloglistview:hover p {
  color: #FFFFFF;
}
.bloglistview:hover::after {
  background: #44bac3;
}
.bloglistview:hover figure img {
  transform: scale(1.15);
}

.replywraper h2 {
  border-top: 1px solid #535356;
  margin-top: 30px;
}

.relatedwraper {
  background: #f9f9f9;
}

.relatedblog-slider .carousel-control {
  position: absolute;
  top: 10px;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #2F296A;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  .relatedblog-slider .carousel-control {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .relatedblog-slider .carousel-control {
    display: none;
  }
}
.relatedblog-slider .carousel-control svg {
  width: 10px;
  fill: #2F296A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.relatedblog-slider .carousel-control.carousel-control-left {
  right: 50px;
}
.relatedblog-slider .swiper-slide {
  padding: 15px;
}

.featured-slider {
  position: relative;
}
.featured-slider .carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 9;
}
@media screen and (max-width: 1440px) {
  .featured-slider .carousel-control {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .featured-slider .carousel-control {
    display: none;
  }
}
.featured-slider .carousel-control svg {
  width: 20px;
  fill: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.featured-slider .carousel-control.carousel-control-left {
  left: 50px;
}
.featured-slider .carousel-control.carousel-control-right {
  right: 50px;
}
.featured-slider .swiper-pagination {
  bottom: 30px;
}
.featured-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #44bac3;
  opacity: 0.8;
}
.featured-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFFFFF;
}

.trending-slider, .team-expert-slider, .hotels-slider {
  position: relative;
}
.trending-slider .carousel-control, .team-expert-slider .carousel-control, .hotels-slider .carousel-control {
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 50%;
  z-index: 9;
}
@media screen and (max-width: 1440px) {
  .trending-slider .carousel-control, .team-expert-slider .carousel-control, .hotels-slider .carousel-control {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .trending-slider .carousel-control, .team-expert-slider .carousel-control, .hotels-slider .carousel-control {
    display: none;
  }
}
.trending-slider .carousel-control svg, .team-expert-slider .carousel-control svg, .hotels-slider .carousel-control svg {
  width: 12px;
  fill: #ee4f16;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.trending-slider .carousel-control.carousel-control-left, .team-expert-slider .carousel-control.carousel-control-left, .hotels-slider .carousel-control.carousel-control-left {
  right: 50px;
}
.trending-slider .carousel-control.carousel-control-right, .team-expert-slider .carousel-control.carousel-control-right, .hotels-slider .carousel-control.carousel-control-right {
  right: 0;
}

.blogfilter {
  margin-bottom: 30px;
}
.blogfilter .clkbtn {
  padding: 8px 30px;
  font-size: 16px;
}

.hotels-slider {
  margin-bottom: 70px;
}

.selectwraper {
  position: relative;
  border-bottom: 1px solid #b5b5b5;
}
.selectwraper select {
  border: none;
  font-size: 16px;
  padding: 6px 25px 11px 2px;
  width: 100%;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .selectwraper select {
    font-size: 14px;
  }
}
.selectwraper select:focus {
  outline: none;
  border: none;
}

.servicel3box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #FFFFFF;
  padding-bottom: 20px;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.servicel3box h2 {
  height: 78px;
  display: flex;
  align-items: center;
  background: linear-gradient(270deg, #003A74 0%, #0D82AF 100%);
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 5px 15px;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .servicel3box h2 {
    font-size: 14px;
    height: 65px;
  }
}
.servicel3box p {
  margin: 15px 0;
  height: 170px;
  padding: 0px 15px;
  font-size: 16px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .servicel3box p {
    margin: 10px 0;
    height: 138px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .servicel3box p {
    height: 120px;
  }
}
@media screen and (max-width: 991px) {
  .servicel3box p {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .servicel3box p {
    height: auto;
  }
}
.servicel3box a {
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
  color: #2F296A;
}
@media screen and (max-width: 1440px) {
  .servicel3box a {
    font-size: 13px;
  }
}
.servicel3box a svg {
  fill: #2F296A;
  width: 20px;
  position: relative;
  left: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .servicel3box a svg {
    width: 16px;
  }
}
.servicel3box:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.servicel3box:hover h2 {
  background: linear-gradient(270deg, #0D82AF 0%, #0D82AF 100%);
}
.servicel3box:hover a svg {
  left: 10px;
}

.subscribe {
  margin-top: 0px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .subscribe {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .subscribe {
    margin-top: 0px;
  }
}
.subscribe .wpcf7-form-control-wrap {
  width: calc(100% - 100px);
}
.subscribe .wpcf7-not-valid-tip {
  font-size: 12px !important;
  display: block;
  color: #ff3939;
}
.subscribe .wpcf7-response-output {
  margin: 0 0 8px 0 !important;
  border: none !important;
  padding: 0 !important;
  color: #FFFFFF;
  font-size: 12px;
}
.subscribe .wpcf7-text {
  background: transparent;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 15px;
  padding: 10px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background: transparent;
  padding-right: 95px;
}
.subscribe .wpcf7-text:focus {
  outline: none;
  color: #FFFFFF;
  background: none;
  box-shadow: none;
}
.subscribe .input-group-append {
  position: absolute;
  top: 0;
  right: 0;
  width: 93px;
}
.subscribe .wpcf7-submit {
  background: #FFFFFF;
  color: #2F296A;
  border: 1px solid #FFFFFF;
  border-radius: 0;
  padding: 11px 9px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.subscribe .wpcf7-submit:focus {
  outline: none;
  box-shadow: none;
}
.subscribe .wpcf7-submit:hover {
  color: #44bac3;
  border-color: #E6E6E6;
  background: #E6E6E6;
}
.subscribe .wpcf7-spinner {
  display: none !important;
}
.subscribe .input-group p {
  width: 100%;
}

.mCustomScrollbar {
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
  transition: all 0s ease-in-out;
}

.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
@media screen and (max-width: 767px) {
  .mCSB_outside + .mCSB_scrollTools {
    right: -10px;
  }
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0;
  border-radius: 5px;
  width: 20px;
}
@media screen and (max-width: 1199px) {
  .mCSB_scrollTools a + .mCSB_draggerContainer {
    width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mCSB_scrollTools a + .mCSB_draggerContainer {
    width: 6px;
  }
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}
@media screen and (max-width: 1199px) {
  .mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
  }
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}

/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 3px;
  background-color: transparent;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
  .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
  }
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
  background-color: #cccccc;
  border-radius: 0px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 3px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 3px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #cccccc;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #cccccc;
}

.carousel-inner .carousel-item {
  transition: transform 0.4s ease;
}

.scrollpara .mCSB_outside + .mCSB_scrollTools {
  right: 0;
}

.screen-reader-response {
  display: none;
}

/* ---------- PARALLAX ---------- */
.parallax-bg {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

/* ---------- VISUAL BREAK ---------- */
.visual-break {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-image: url(../images/promise.jpg);
}

.vb-overlay {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.72);
}

.vb-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 40px;
  max-width: 1024px;
}
.vb-content p {
  color: #FFFFFF;
}

.vb-eyebrow {
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.vb-headline {
  font-family: "Raleway", sans-serif;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 400;
  font-style: italic;
  color: #FFFFFF;
  line-height: 1.3;
  margin-bottom: 24px;
}

.vb-sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 16px;
}

/* ---------- EXPERTISE ---------- */
.expertise-section {
  background: #EEEFF2;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.expertise-card {
  background: #FFFFFF;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
}

.expertise-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.ec-img {
  position: relative;
  height: 260px;
  overflow: hidden;
}

.ec-img img {
  transition: transform 0.7s ease;
}

.expertise-card:hover .ec-img img {
  transform: scale(1.08);
}

.ec-number {
  position: absolute;
  top: 16px;
  left: 20px;
  font-family: "Raleway", sans-serif;
  font-size: 64px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.15);
  line-height: 1;
}

.ec-body {
  padding: 30px 15px 20px;
  border-bottom: 3px solid transparent;
  transition: border-color 0.3s;
}

.expertise-card:hover .ec-body {
  border-color: #2F296A;
}

.ec-body h3 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  min-height: 60px;
  margin-bottom: 0px;
}

.ec-body p {
  font-size: 15px;
  line-height: 1.75;
  color: #535356;
  margin-bottom: 10px;
}

.ec-link {
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2F296A;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s;
}

.ec-link:hover {
  gap: 14px;
}

/* ---------- STATS BAND ---------- */
.stats-band {
  background: #000000;
  padding: 80px 0;
}

.viewall {
  margin: 0;
}
.viewall a {
  font-size: 20px;
  line-height: 47px;
  font-weight: 700;
  color: #2C2D67;
  position: relative;
  padding-right: 15px;
  display: inline-block;
  margin-top: 10px;
}
.viewall a::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #ee4f16;
  border-right: 2px solid #ee4f16;
  content: "";
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stat-num {
  font-family: "Raleway", sans-serif;
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 700;
  color: #2F296A;
  line-height: 1;
}

.stat-suffix {
  font-family: "Raleway", sans-serif;
  font-size: 36px;
  color: #2F296A;
  font-weight: 700;
  margin-left: 2px;
}

.stat-label {
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 12px;
}

/* ---------- PHILOSOPHY ---------- */
.philosophy-section {
  background: #FFFFFF;
}

.identity-matrix {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .identity-matrix {
    display: block;
  }
}

.identity-col {
  flex: 1;
  padding: 15px;
}
.identity-col ul {
  list-style-type: disc;
  margin-left: 0;
}
.identity-col.we-are {
  background: #000000;
}
.identity-col.we-are ul li {
  color: #FFFFFF;
}
.identity-col.we-are-not {
  background: #EEEFF2;
}

.maincontentquick {
  display: none;
}
@media screen and (max-width: 991px) {
  .maincontentquick {
    display: block;
  }
}

.sidebarquick {
  display: block;
}
@media screen and (max-width: 991px) {
  .sidebarquick {
    display: none;
  }
}

.identity-divider {
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #FFFFFF;
  border-left: 1px solid rgba(191, 164, 111, 0.2);
  border-right: 1px solid rgba(191, 164, 111, 0.2);
}
@media screen and (max-width: 767px) {
  .identity-divider {
    border: none;
    width: 100%;
  }
}

.id-gold-line {
  flex: 1;
  width: 1px;
  background: #2F296A;
}

.id-vs {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #2F296A;
  letter-spacing: 0.05em;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 80px;
}

.pillar-card {
  background: #EEEFF2;
  padding: 48px 36px;
  text-align: center;
  border-top: 3px solid transparent;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

.pillar-card:hover {
  border-color: #2F296A;
  transform: translateY(-6px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.pillar-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #2F296A;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 22px;
  color: #2F296A;
  transition: all 0.3s;
}

.pillar-card:hover .pillar-icon {
  background: #2F296A;
  color: #000000;
}

.pillar-card h4 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 16px;
}

.pillar-card p {
  font-size: 15px;
  line-height: 1.75;
  color: #535356;
}

.philosophy-closing {
  text-align: center;
  padding: 60px;
  background: #000000;
}

.philosophy-closing blockquote {
  font-family: "Raleway", sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-style: italic;
  color: #2F296A;
  margin-bottom: 16px;
}

.philosophy-closing p {
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

/* ---------- GALLERY ---------- */
.gallery-section {
  background: #EEEFF2;
  padding-bottom: 0;
}

.gallery-strip {
  display: flex;
  gap: 0;
  height: 520px;
  overflow: hidden;
  margin-top: 40px;
}

.gallery-item {
  flex: 1;
  position: relative;
  overflow: hidden;
  transition: flex 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

.gallery-item:hover {
  flex: 3;
}

.gallery-item img {
  transition: transform 0.6s ease;
  filter: brightness(0.75);
}

.gallery-item:hover img {
  transform: scale(1.05);
  filter: brightness(0.9);
}

.gallery-caption {
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
  background: rgba(17, 17, 17, 0.6);
  padding: 6px 14px;
  backdrop-filter: blur(4px);
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- JOURNAL ---------- */
.journal-section {
  background: #FFFFFF;
}

.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.journal-card {
  overflow: hidden;
  transition: transform 0.4s ease;
}

.journal-card:hover {
  transform: translateY(-6px);
}

.jc-img {
  position: relative;
  overflow: hidden;
}

.jc-img img {
  transition: transform 0.6s ease;
}

.journal-card:hover .jc-img img {
  transform: scale(1.06);
}

.jc-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #2F296A;
  color: #000000;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 5px 14px;
}

.jc-body {
  padding: 10px 0 0;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  margin-top: 0;
}

.jc-date {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2F296A;
  margin-bottom: 12px;
}

.jc-body h3 {
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 14px;
  line-height: 1.35;
}

.jc-body p {
  font-size: 14px;
  line-height: 1.75;
  color: #535356;
  margin-bottom: 10px;
}

.jc-read {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2F296A;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s;
}

.jc-read:hover {
  gap: 14px;
}

.faqaccordian {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  overflow: hidden;
  background: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .faqaccordian {
    margin-top: 30px;
  }
}
.faqaccordian li {
  border-bottom: 2px solid #E8E8E8;
  padding: 0px 30px 0 60px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .faqaccordian li {
    padding: 0px 15px 0 40px;
  }
}
.faqaccordian li:last-child {
  border: none;
  margin: 0;
}
.faqaccordian li h4 {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 30px 0;
  position: relative;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .faqaccordian li h4 {
    font-size: 1.6rem;
    padding: 20px 0;
  }
}
.faqaccordian li h4::after {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  background: url("../images/faq-plus.png") center center no-repeat;
}
@media screen and (max-width: 767px) {
  .faqaccordian li h4::after {
    background-size: 14px;
    left: -30px;
  }
}
.faqaccordian li .faxbodycontent {
  display: none;
}
.faqaccordian li .faxbodycontent p {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .faqaccordian li .faxbodycontent p {
    font-size: 1.4rem;
  }
}
.faqaccordian li.opened h4:after {
  background: url("../images/faq-minus.png") center center no-repeat;
}
@media screen and (max-width: 767px) {
  .faqaccordian li.opened h4:after {
    background-size: 14px;
  }
}

.search-sec {
  margin-top: 50px;
}

.search-content {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  justify-content: center;
}
.search-content li {
  padding: 5px;
}
.search-content li a {
  color: #ee4f16;
  padding: 7px 15px;
  font-size: 14px;
  border: 1px solid #D9D9E8;
  border-radius: 60px;
  display: inline-block;
}

.view-aminities {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #fff;
  padding: 15px;
}
.view-aminities img {
  text-align: center;
  display: inline-block;
}
.view-aminities h2 {
  margin: 15px 0;
  font-size: 25px;
  font-weight: bold;
}
.view-aminities p {
  margin: 0;
  font-size: 16px;
}/*# sourceMappingURL=stylesheet.css.map */