@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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

html, body {
  height: 100%;
}

body {
  line-height: 1.74;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family: "Inter", sans-serif;
  color: #696969;
  position: relative;
  background-color: #ffffff;
}
body.no-overflow {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

h1 {
  font-size: 56px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  font-size: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h4 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h4 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 18px;
}

p:last-child {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input {
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a:hover {
  text-decoration: none;
  color: #086AD8;
}

button, input[type=submit] {
  cursor: pointer;
}

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

.form-messege.success,
.form-messege-2.success {
  color: green;
}
.form-messege.error,
.form-messege-2.error {
  color: red;
}

.mark, mark {
  padding: 0 0;
  background-color: transparent;
}

.font-weight--bold {
  font-weight: 800;
}

.font-weight--reguler {
  font-weight: 500;
}

.font-weight--normal {
  font-weight: 400;
}

.font-weight--light {
  font-weight: 300;
}

/*--
    Default Class
*/
.text-color-primary {
  color: #086AD8;
}

.text-color-secondary {
  color: #d2a98e;
}

.text-black {
  color: #333333 !important;
}

.bg-white {
  background: #ffffff;
}

.bg-black {
  background: #333;
}

.bg-gray {
  background: #F8F8F8;
}

.bg-gray-2 {
  background: #F6FAFE;
}

.bg-gray-3 {
  background: #f6f2ed;
}

.bg-theme-default {
  background: #086AD8;
}

.theme-bg-secondary {
  background: #d2a98e;
}

.bg-theme-three {
  background: #002FA6;
}

.sub-heading {
  color: #6d70a6;
}

.black-bg {
  background: #000000;
}

.border-radus-5 {
  border-radius: 5px;
}

.text-green {
  color: #d2a98e;
}

.bg-gradient {
  background: -webkit-linear-gradient(top, #FFF 0, #F5F5F5 100%);
}

/*-- Tab Content & Pane Fix --*/
select {
  padding: 3px 20px;
  height: 56px;
  max-width: 100%;
  width: 100%;
  outline: none;
  border: 1px solid #f8f8f8;
  border-radius: 5px;
  background: #f8f8f8 url("../images/icons/selector-icon.webp") no-repeat center right 20px;
  background-color: rgb(248, 248, 248);
  -moz-appearance: none;
  -webkit-appearance: none;
}
select:focus {
  background: #f8f8f8 url("../images/icons/selector-icon.webp") no-repeat center right 20px !important;
}

.fixed-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/*------- Defauld Class --------*/
.text-black {
  color: #333;
}

.box-shadow-top {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.border {
  border: 1px solid #ededed !important;
}

.border-top {
  border-top: 1px solid #ededed !important;
}

.border-right {
  border-right: 1px solid #ededed !important;
}

.border-bottom {
  border-bottom: 1px solid #ededed !important;
}

.border-left {
  border-left: 1px solid #ededed !important;
}

.border-top-dash {
  border-top: 1px dashed #ddd !important;
}

.border-bottom-dash {
  border-bottom: 1px dashed #ddd !important;
}

.border-top-thick {
  border-top: 2px solid #ededed !important;
}

.border-bottom-thick {
  border-bottom: 2px solid #ededed !important;
}

.border-top-drak {
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.border-bottom-drak {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.section-title mark {
  color: #38cb89;
  padding: 0em;
  background-color: transparent;
}

.section-sub-title {
  color: #ababab;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.43;
  margin-top: -5px;
}

.section-under-heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #333333;
}
.section-under-heading a {
  color: #086AD8;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.section-under-heading a::before {
  content: "";
  width: 0;
  height: 1px;
  bottom: -1px;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}
.section-under-heading a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.img-width {
  width: 100%;
}

.title-dec-text {
  text-align: center;
  max-width: 760px;
  margin: auto;
}

::-moz-selection {
  color: #ffffff;
  background-color: #086AD8;
}

::selection {
  color: #ffffff;
  background-color: #086AD8;
}


.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .small-mt__0 {
    margin-top: 0px;
  }
  .small-mt__10 {
    margin-top: 10px;
  }
  .small-mt__20 {
    margin-top: 20px;
  }
  .small-mt__30 {
    margin-top: 30px;
  }
  .small-mt__40 {
    margin-top: 40px;
  }
  .small-mt__50 {
    margin-top: 50px;
  }
  .small-mt__60 {
    margin-top: 60px;
  }
  .small-mb__30 {
    margin-bottom: 30px;
  }
  .small-mb__40 {
    margin-bottom: 40px;
  }
  .small-mb__50 {
    margin-bottom: 50px;
  }
  .small-mb__60 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tablet-mt__0 {
    margin-top: 0px;
  }
  .tablet-mt__30 {
    margin-top: 30px;
  }
  .tablet-mt__40 {
    margin-top: 40px;
  }
  .tablet-mt__50 {
    margin-top: 50px;
  }
  .tablet-mt__60 {
    margin-top: 60px;
  }
  .tablet-mb__30 {
    margin-bottom: 30px;
  }
  .tablet-mb__40 {
    margin-bottom: 40px;
  }
  .tablet-mb__50 {
    margin-bottom: 50px;
  }
  .tablet-mb__60 {
    margin-bottom: 60px;
  }
}
/*=====  End of spacing  ======*/
/*===========================================
=        03. Custom Animation Css
===========================================*/
@-webkit-keyframes moveVertical {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes moveVertical {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes moveHorizontal {
  to {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes moveHorizontal {
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.move-up {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.move-up.animate {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-animation: moveVertical 0.65s ease forwards;
  animation: moveVertical 0.65s ease forwards;
}

.move-up-x {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.move-up-x.animate {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-animation: moveHorizontal 0.65s ease forwards;
  animation: moveHorizontal 0.65s ease forwards;
}

/* ------------------------
    Custom Animation 01 
----------------------------*/
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}
/* --------------------------------------
    Custom Hide Animation
---------------------------------------*/
@-webkit-keyframes hide-animation {
  0% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(60px);
    opacity: 0;
  }
}
@keyframes hide-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
  }
}
/* --------------------------------------
    Custom Slide Show Animation
---------------------------------------*/
@-webkit-keyframes show-animation {
  0% {
    -webkit-transform: translateY(60px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes show-animation {
  0% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* --------------------------------------
    Custom Slide Out To Right
---------------------------------------*/
@-webkit-keyframes slide-out-to-right {
  0% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(40px);
    opacity: 0;
  }
}
@keyframes slide-out-to-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
    opacity: 0;
  }
}
/* --------------------------------------
    Custom Slide Out To Left
---------------------------------------*/
@-webkit-keyframes slide-in-to-left {
  0% {
    -webkit-transform: translateX(60px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-to-left {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/* ------------------------
    Brook Hover Effect 
---------------------------*/
.brook-transition {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.bk-hover a {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  color: #999;
}
.bk-hover a::after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}
.bk-hover a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
/* ------------------------
    Separator Bounce 
---------------------------*/
@-webkit-keyframes separator-bounce {
  0%, 80%, to {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes separator-bounce {
  0%, 80%, to {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*=============================================
=            04. container Css            =
=============================================*/
@media (min-width: 1600px) {
  .container-fluid--cp-150 {
    padding: 0 150px !important;
  }
}
@media (min-width: 1600px) and (max-width: 1664px) {
  .container-fluid--cp-150 {
    padding: 0 110px !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid--cp-150 {
    padding: 0 50px;
  }
}
@media (min-width: 1700px) {
  .container-fluid--cp-140 {
    padding: 0 140px !important;
  }
}
@media (min-width: 1700px) and (max-width: 1663px) {
  .container-fluid--cp-140 {
    padding: 0 100px !important;
  }
}
@media (min-width: 1600px) and (max-width: 1664px) {
  .container-fluid--cp-140 {
    padding: 0 30px !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid--cp-140 {
    padding: 0 30px;
  }
}
@media (min-width: 1600px) {
  .container-fluid--cp-120 {
    padding: 0 120px !important;
  }
}
@media (min-width: 1600px) and (max-width: 1664px) {
  .container-fluid--cp-120 {
    padding: 0 110px !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid--cp-120 {
    padding: 0 50px;
  }
}
@media (min-width: 1600px) {
  .container-fluid--cp-80 {
    padding: 0 80px !important;
  }
}
@media (min-width: 1600px) and (max-width: 1664px) {
  .container-fluid--cp-80 {
    padding: 0 30px !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid--cp-80 {
    padding: 0 30px;
  }
}
.container-fluid--cp-60 {
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .container-fluid--cp-60 {
    padding: 0 15px;
  }
}
.container-fluid--cp-30 {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .container-fluid--cp-30 {
    padding: 0 15px;
  }
}

@media (min-width: 1200px) {
  .page-content-double-sidebar .container {
    max-width: 1600px;
  }
}

@media (max-width: 1919px) {
  .container-fluid--cp-60 {
    padding: 0 30px;
  }
  .container-fluid--cp-80 {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1919px) and (max-width: 767px) {
  .container-fluid--cp-80 {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1919px) and (max-width: 575px) {
  .container-fluid--cp-80 {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.container_fl {
  padding-left: 15px;
  padding-right: 15px;
}

.col-06__left {
  width: 600px;
  max-width: 100%;
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .col-06__left {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

.col-06__right {
  width: 600px;
  max-width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .col-06__right {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.banner-image__content {
  width: 570px;
  max-width: 100%;
}

.row--35 {
  margin-left: -35px;
  margin-right: -35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--35 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--35 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--35 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--35 > [class*=col], .row--35 > [class*=col-] {
  padding-left: 35px;
  padding-right: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--35 > [class*=col], .row--35 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--35 > [class*=col], .row--35 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--35 > [class*=col], .row--35 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--30 {
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--30 > [class*=col], .row--30 > [class*=col-] {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--10 {
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--10 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--10 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .row--10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}
.row--10 > [class*=col], .row--10 > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--10 > [class*=col], .row--10 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--10 > [class*=col], .row--10 > [class*=col-] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--10 > [class*=col], .row--10 > [class*=col-] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/*=====  End of container  ======*/
/*=============================================
=              05. Header Css            =
=============================================*/
.header-area {
  position: relative;
  z-index: 9;
}
.header-area .is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
          animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  /* background-color: #fff; */
  background-color: #ddad21;
}
.header-area .is-sticky .navigation-menu--text_white > ul > li > a {
  color: #444;
}
.header-area .is-sticky .navigation-menu--text_white > ul > li > a > span:after {
  background-color: #444;
}
.header-area .is-sticky .navigation-menu--text_white > ul > li.active > a {
  color: #000000;
}
.header-area .is-sticky .navigation-menu--text_white > ul > li:hover > a:after, .header-area .is-sticky .navigation-menu--text_white > ul > li.active > a:after {
  color: #000000;
}
.header-area .is-sticky .navigation-menu--text_white > ul > li:hover > a > span, .header-area .is-sticky .navigation-menu--text_white > ul > li.active > a > span {
  color: #000000;
}
.header-area .is-sticky .header-search-form .search-form-top .style-02 {
  background-color: transparent;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.header-area .is-sticky .header-search-form .search-form-top.style-03 {
  background-color: transparent;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.header-area .is-sticky .header-search-form .search-form-top.style-03 input::-webkit-input-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-webkit-input-placeholder {
  color: #333;
}
.header-area .is-sticky .header-search-form .search-form-top.style-03 input::-moz-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-moz-placeholder {
  color: #333;
}
.header-area .is-sticky .header-search-form .search-form-top.style-03 input:-ms-input-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea:-ms-input-placeholder {
  color: #333;
}
.header-area .is-sticky .header-search-form .search-form-top.style-03 input::-ms-input-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-ms-input-placeholder {
  color: #333;
}
.header-area .is-sticky .header-search-form .search-form-top.style-03 input::placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::placeholder {
  color: #333;
}
.header-area .is-sticky .header-search-form .search-form-top .search-field {
  color: #000;
}
.header-area .is-sticky .header-search-form .search-form-top .search-submit {
  color: #333;
}
.header-area .is-sticky .header__logo .dark-logo {
  display: inherit;
}
.header-area .is-sticky .header__logo .light-logo {
  display: none;
}
.header-area .is-sticky .menu-style-four .navigation-menu > ul > li > a {
  color: #155986;
}
.header-area .is-sticky .menu-style-four .navigation-menu > ul > li:hover > a:after, .header-area .is-sticky .menu-style-four .navigation-menu > ul > li.active > a:after {
  color: #333;
}
.header-area .is-sticky .menu-style-four .navigation-menu > ul > li:hover > a > span, .header-area .is-sticky .menu-style-four .navigation-menu > ul > li.active > a > span {
  color: #333;
}
.header-area .is-sticky .menu-style-four .navigation-menu > ul > li:hover > a:before, .header-area .is-sticky .menu-style-four .navigation-menu > ul > li.active > a:before {
  width: 100%;
  left: 0;
}
.header-area .is-sticky .header-search-form-two.white-icon a {
  color: #333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-area.is-sticky.only-mobile-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
            animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 999;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-area.is-sticky.only-mobile-sticky .header-bottom-wrap.is-sticky {
    display: none !important;
  }
}
.header-area--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-area--absolute {
    position: static;
  }
}
.header-area--absolute__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.header-area--default {
  border-color: #E4E8F6;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* logo */
}
.header__logo {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  padding: 14px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.header__logo.top-logo {
  padding: 25px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header__logo {
    order: 1;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    padding: 0;
  }
  .header__logo a {
    position: unset !important;
    top: unset !important;
  }
  .header-btn-set {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    display: flex;
    justify-content: center;
    order: 2;
  }
  .header-right {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    order: 3;
  }
}
@media only screen and (max-width: 767px) {
  .header__logo {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    padding: 0;
  }
  .header__logo.top-logo {
    padding: 15px 0;
  }
}
.header__logo > a img {
  width: 160px;
}
.header__logo .dark-logo {
  display: none;
}
.header__logo .light-logo {
  display: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header__logo .dark-logo {
    display: inherit;
    width: 271px;
  }
  .header__logo .light-logo {
    display: none;
  }
}
.header.default-menu-style .header__logo {
  -webkit-flex-basis: 23.5%;
      -ms-flex-preferred-size: 23.5%;
          flex-basis: 23.5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header.default-menu-style .header__logo {
    -webkit-flex-basis: 13%;
        -ms-flex-preferred-size: 13%;
            flex-basis: 13%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header.default-menu-style .header__logo {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .header.default-menu-style .header__logo {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header.default-menu-style .header-midle-box {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header.default-menu-style .header-right-box {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: 23.5%;
      -ms-flex-preferred-size: 23.5%;
          flex-basis: 23.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header.default-menu-style .header-right-box {
    -webkit-flex-basis: 23%;
        -ms-flex-preferred-size: 23%;
            flex-basis: 23%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header.default-menu-style .header-right-box {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.default-menu-style .header-right-box {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .header.default-menu-style .header-right-box {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
.header.default-menu-style .header-right-box .header-right-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .header.default-menu-style .header-right-box .header-right-inner {
    margin: auto;
  }
}

/*======================
    - language 
=======================*/
.language-menu {
  padding-right: 25px;
}
.language-menu > ul > li {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 0 10px;
}
.language-menu > ul > li > a {
  padding: 0 10px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
}
.language-menu > ul > li > a span {
  margin-left: 10px;
}
.language-menu > ul > li > a::after {
  content: "\f078";
  font-size: 8px;
  border: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: FontAwesome;
  font-weight: 500;
}
.language-menu > ul > li ul {
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  padding: 0;
  margin: 0;
  list-style-type: none;
  z-index: 102;
  -webkit-box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.language-menu > ul > li ul li a {
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  padding: 10px;
  border: 0;
  background: #fff;
  color: #222;
  line-height: 1;
  text-transform: uppercase;
}
.language-menu > ul > li ul li a span {
  margin-left: 10px;
}
.language-menu > ul > li ul li a img {
  width: 24px;
  height: auto;
}
.language-menu > ul > li ul li a:hover {
  background: #EEEEEE;
}
.language-menu > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}

.header-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-right-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 0 12px;
}
@media only screen and (max-width: 767px) {
  .header-right-inner {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .header-right-inner.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    z-index: 999;
  }
}

@media only screen and (max-width: 767px) {
  .header-right-box .header-right-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (max-width: 575px) {
  .header-right-box .header-right-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header-top-info-slider-werap {
  overflow: hidden;
  max-width: 770px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top-info-slider-werap {
    max-width: 540px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-info-slider-werap {
    max-width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .header-top-info-slider-werap {
    max-width: 100%;
  }
}

.header-top-info-slider-werap {
  padding: 0 12px;
}
@media only screen and (max-width: 767px) {
  .header-top-info-slider-werap {
    padding: 0 0px;
  }
}

.header-top-info-inner .info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #ddd;
  padding-left: 19px;
}
.header-top-info-inner .info-item .info-icon {
  width: 41px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 30px;
  line-height: 1;
  color: #d2a98e;
}
.header-top-info-inner .info-item .info-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header-top-info-inner .info-item .info-content .info-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 6px;
}
.header-top-info-inner .info-item .info-content .info-sub-title {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .header-top-info-inner .info-item {
    padding-left: 0px;
    margin-top: 20px;
  }
}
.header-top-info-inner.default-color .info-item .info-icon {
  color: #086AD8;
}

.top-info-slider__container {
  cursor: w-resize;
}
.top-info-slider__container .swiper-slide-active .info-item {
  border-left: none;
}

.header-social-networks.style-icons a {
  display: inline-block;
  padding: 0 10px;
  font-size: 18px;
  margin-top: 10px;
}

.header-bottom-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-bottom-left-wrap {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header-search-form {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}
.header-search-form .search-form-top {
  position: relative;
  background-color: rgba(0, 47, 166, 0.3);
}
.header-search-form .search-form-top .search-field {
  width: 270px;
  border-radius: 0;
  border: 0 !important;
  background: 0 0 !important;
  min-height: 60px;
  padding-right: 50px;
  padding-left: 10px;
  color: #fff;
}
.header-search-form .search-form-top input::-webkit-input-placeholder, .header-search-form .search-form-top textarea::-webkit-input-placeholder {
  color: #333;
}
.header-search-form .search-form-top input::-moz-placeholder, .header-search-form .search-form-top textarea::-moz-placeholder {
  color: #333;
}
.header-search-form .search-form-top input:-ms-input-placeholder, .header-search-form .search-form-top textarea:-ms-input-placeholder {
  color: #333;
}
.header-search-form .search-form-top input::-ms-input-placeholder, .header-search-form .search-form-top textarea::-ms-input-placeholder {
  color: #333;
}
.header-search-form .search-form-top input::placeholder, .header-search-form .search-form-top textarea::placeholder {
  color: #333;
}
.header-search-form .search-form-top .search-submit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  font-size: 18px;
  background: 0 0;
  width: 48px;
  height: 48px;
  line-height: 50px;
  padding: 0;
  border: 0;
  color: #ffffff;
}
.header-search-form .search-form-top.style-02 {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
.header-search-form .search-form-top.style-02 .search-field {
  width: 232px;
  border-radius: 0;
  background: #fff !important;
  border: 0 !important;
  min-height: 60px;
  color: #333;
}
.header-search-form .search-form-top.style-02 .search-submit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  font-size: 18px;
  background: 0 0;
  width: 48px;
  height: 48px;
  line-height: 50px;
  padding: 0;
  border: 0;
  color: #000000;
}
.header-search-form .search-form-top.style-03 input::-webkit-input-placeholder {
  color: #ddd;
}
.header-search-form .search-form-top.style-03 input::-moz-placeholder {
  color: #ddd;
}
.header-search-form .search-form-top.style-03 input:-ms-input-placeholder {
  color: #ddd;
}
.header-search-form .search-form-top.style-03 input::-ms-input-placeholder {
  color: #ddd;
}
.header-search-form .search-form-top.style-03 input::placeholder {
  color: #ddd;
}
.header-search-form.default-search {
  height: 100%;
}
.header-search-form.default-search .search-form-top {
  background: transparent;
  border-left: 1px solid #eee;
  margin-right: 5px;
}
@media only screen and (max-width: 575px) {
  .header-search-form.default-search .search-form-top {
    margin-top: 15px;
    background: #eee;
  }
}
.header-search-form.default-search .search-form-top .search-field {
  max-width: 225px;
  color: #333;
  min-height: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-search-form.default-search .search-form-top .search-field {
    max-width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .header-search-form.default-search .search-form-top .search-field {
    min-height: 40px;
  }
}
.header-search-form.default-search .search-form-top .search-submit {
  color: #000000;
}
.header-search-form-two {
  padding-left: 24px;
  display: block;
}
.header-search-form-two a {
  line-height: 0;
  font-size: 18px;
}
.header-search-form-two a:hover {
  -webkit-transform: scale(1.15, 1.15);
      -ms-transform: scale(1.15, 1.15);
          transform: scale(1.15, 1.15);
}
.header-search-form-two.white-icon a {
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-search-form-two.white-icon a {
    color: #333;
  }
}

.top-bar-left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.top-bar-left .top-bar-text {
  font-size: 14px;
  line-height: 1.78;
}
.top-bar-left .top-bar-text .font-medium {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.top-bar-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
.top-bar-wrap .top-bar-right .top-bar-info .info-item {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  font-family: "Jost", sans-serif;
}
.top-bar-wrap .top-bar-right .top-bar-info .info-item:first-child {
  margin-left: 0;
}
.top-bar-wrap .top-bar-right .top-bar-info .info-item .info-icon {
  margin-right: 5px;
  font-size: 14px;
}

.top-message {
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.78;
}
.top-message a {
  color: #002FA6;
  font-weight: 500;
}
.top-message a:hover {
  color: #d2a98e;
}

/*============================== 
    - Navigation Menu Css
===============================*/
.navigation-menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.navigation-menu > ul > li {
  margin: 0 24px;
}
@media only screen and (min-width: 1500px) and (max-width: 1599px) {
  .navigation-menu > ul > li {
    margin: 0 22px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .navigation-menu > ul > li {
    margin: 0 15px;
  }
}
.navigation-menu > ul > li > a {
  display: block;
  color: #000000;
  padding: 21px 2px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.18;
  -webkit-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  font-family: "Jost", sans-serif;
}
.navigation-menu > ul > li > a:before {
  content: "";
  width: 0;
  height: 3px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: #086AD8;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation-menu > ul > li > a span {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation-menu > ul > li.has-children > a {
  position: relative;
}
.navigation-menu > ul > li.has-children > a:after {
  position: static;
  margin-left: 5px;
  font-family: FontAwesome;
  content: "\f107";
  font-weight: 600;
  font-size: 14px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation-menu > ul > li.has-children--multilevel-submenu {
  position: relative;
}
.navigation-menu > ul > li.has-children:hover .megamenu {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.navigation-menu > ul > li.has-children:hover .megamenu--home-variation__item {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.navigation-menu > ul > li.has-children:hover > .submenu {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.navigation-menu > ul > li:hover > a:after, .navigation-menu > ul > li.active > a:after {
  color: #086AD8;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation-menu > ul > li:hover > a span, .navigation-menu > ul > li.active > a span {
  color: #086AD8;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation-menu > ul > li:hover > a:before, .navigation-menu > ul > li.active > a:before {
  width: 100%;
  left: 0;
}
.navigation-menu.primary--menu > ul > li > a {
  padding: 31px 2px;
}
.navigation-menu--text_white > ul > li > a {
  color: rgba(255, 255, 255, 0.7);
}
.navigation-menu--text_white > ul > li > a:before {
  background-color: #ffffff;
}
.navigation-menu--text_white > ul > li.active > a {
  color: #ffffff;
}
.navigation-menu--text_white > ul > li:hover > a:after, .navigation-menu--text_white > ul > li.active > a:after {
  color: #ffffff;
}
.navigation-menu--text_white > ul > li:hover > a > span, .navigation-menu--text_white > ul > li.active > a > span {
  color: #ffffff;
}

.header-bottom-left-wrap .navigation-menu > ul > li:first-child {
  margin: 0 24px 0 0;
}

/*===================================
    - Multilevel Submenu Css
====================================*/
.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #086AD8;
  background-color: #ddad21;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  visibility: hidden;
  opacity: 0;
  min-width: 260px;
  padding: 20px 0;
  z-index: 9;
}
.submenu > li {
  position: relative;
}
.submenu > li > a {
  display: block;
  padding: 5px 30px;
  color: #165685;
  font-weight: 500;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  font-size: 17px;
  font-family: "Jost", sans-serif;
}
.submenu > li > a > span {
  position: relative;
}
.submenu > li > a > span:after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  background-color: #086AD8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.submenu > li > a:hover {
  color: #086AD8;
}
.submenu > li > a:hover > span:after {
  width: 100%;
  left: 0;
  right: auto;
}
.submenu > li:hover > .submenu {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
  z-index: 9;
}
.submenu > li.active > a {
  color: #086AD8;
}
.submenu > li.has-children > a {
  position: relative;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.submenu > li.has-children > a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: FontAwesome;
  font-weight: 600;
  content: "\f105";
  font-size: 14px;
  vertical-align: middle;
  color: #ababab;
}
.submenu > li.has-children > a:hover:after {
  color: #086AD8;
}
.submenu > li.has-children.active > a {
  color: #086AD8;
}
.submenu .submenu {
  top: 0px;
  left: 100%;
  right: auto;
}
.submenu .submenu.left {
  right: 100%;
  left: auto;
}
.submenu .submenu .submenu {
  top: 0;
  left: 100%;
  right: auto;
}
.submenu .submenu .submenu.left {
  right: 100%;
  left: auto;
}
.submenu .submenu .submenu .submenu {
  top: 0;
  left: 100%;
  right: auto;
}
.submenu .submenu .submenu .submenu.left {
  right: 100%;
  left: auto;
}
.submenu .submenu .submenu .submenu .submenu {
  top: 0;
  left: 100%;
  right: auto;
}
.submenu .submenu .submenu .submenu .submenu.left {
  right: 100%;
  left: auto;
}

.menu-style-three .navigation-menu > ul > li, .menu-style-four .navigation-menu > ul > li {
  padding-left: 24px;
  padding-right: 24px;
  margin: 0;
}
@media only screen and (min-width: 1500px) and (max-width: 1599px) {
  .menu-style-three .navigation-menu > ul > li, .menu-style-four .navigation-menu > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.menu-style-three .navigation-menu > ul > li:hover > a:before, .menu-style-three .navigation-menu > ul > li.active > a:before, .menu-style-four .navigation-menu > ul > li:hover > a:before, .menu-style-four .navigation-menu > ul > li.active > a:before {
  width: 0%;
  left: 0;
}
.menu-style-three .submenu.left, .menu-style-four .submenu.left {
  left: -100px;
}
.menu-style-three .submenu.left .submenu.left, .menu-style-four .submenu.left .submenu.left {
  right: 100%;
  left: auto;
}

.menu-style-four .navigation-menu > ul > li > a {
  color: #ddad21;
}
.menu-style-four .navigation-menu > ul > li > a:before {
  content: "";
  width: 0;
  height: 3px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: #155986;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header-area .is-sticky .menu-style-four .navigation-menu > ul > li.active > a:before {
  background-color: #333;
}
.menu-style-four .navigation-menu > ul > li:hover > a:after, .menu-style-four .navigation-menu > ul > li.active > a:after {
  color: #ffffff;
}
.menu-style-four .navigation-menu > ul > li:hover > a > span, .menu-style-four .navigation-menu > ul > li.active > a > span {
  color: #ffffff;
}
.menu-style-four .navigation-menu > ul > li:hover > a:before, .menu-style-four .navigation-menu > ul > li.active > a:before {
  width: 100%;
  left: 0;
}

/*=========================================
    - Mega Menu Css
===========================================*/
.megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #086AD8;
  background-color: #ffffff;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}
.megamenu--mega {
  min-width: 980px;
  width: 100%;
  padding: 35px 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .megamenu--mega {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .megamenu--mega {
    min-width: 700px;
  }
}
.megamenu--mega > li {
  -webkit-flex-basis: 22%;
      -ms-flex-preferred-size: 22%;
          flex-basis: 22%;
  padding-left: 15px;
  padding-right: 15px;
}
.megamenu--mega > li .page-list-title {
  font-size: 14px;
  margin-bottom: 20px;
  color: #333333;
}
.megamenu--mega > li > ul > li > a {
  padding: 10px 0;
  color: #ababab;
  line-height: 1.2;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.megamenu--mega > li > ul > li > a:hover {
  color: #086AD8;
}
.megamenu--mega > li > ul > li > a:hover span:after {
  width: 100%;
  left: 0;
  right: auto;
}
.megamenu--mega > li > ul > li > a > span {
  position: relative;
}
.megamenu--mega > li > ul > li > a > span:after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  background-color: #086AD8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.megamenu--mega > li > ul > li.active > a {
  color: #086AD8;
}

.container-fluid .megamenu--mega {
  padding: 35px 220px 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .container-fluid .megamenu--mega {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .container-fluid .megamenu--mega {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .container-fluid .megamenu--mega {
    min-width: 700px;
  }
}

/* Mobile Mavigation icon */
.mobile-navigation-icon {
  width: 24px;
  height: 25px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-left: 30px;
}
.mobile-navigation-icon:hover i {
  background-color: #086AD8;
}
.mobile-navigation-icon:hover i:before {
  width: 80%;
  background-color: #086AD8;
}
.mobile-navigation-icon:hover i:after {
  background-color: #086AD8;
  width: 60%;
}
.mobile-navigation-icon i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #165787;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-navigation-icon i:before {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #165787;
  content: "";
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-navigation-icon i:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #165787;
  content: "";
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mobile-navigation-icon.white-md-icon i {
    background-color: #fff;
  }
  .mobile-navigation-icon.white-md-icon i:before {
    background-color: #fff;
  }
  .mobile-navigation-icon.white-md-icon i:after {
    background-color: #fff;
  }
  .mobile-navigation-icon.white-md-icon:hover i {
    background-color: #086AD8;
  }
  .mobile-navigation-icon.white-md-icon:hover i:before {
    width: 80%;
    background-color: #086AD8;
  }
  .mobile-navigation-icon.white-md-icon:hover i:after {
    background-color: #086AD8;
    width: 60%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .is-sticky .white-md-icon i {
    background-color: #333;
  }
  .is-sticky .white-md-icon i:before {
    background-color: #333;
  }
  .is-sticky .white-md-icon i:after {
    background-color: #333;
  }
}

.page-open-off-sidebar:hover i {
  width: 100%;
}
.page-open-off-sidebar:hover i:before {
  width: 100%;
}
.page-open-off-sidebar:hover i:after {
  width: 100%;
}
.page-open-off-sidebar i {
  width: 100%;
  background-color: #333;
}
.page-open-off-sidebar i:before {
  width: 70%;
  background-color: #333;
}
.page-open-off-sidebar i:after {
  width: 70%;
  background-color: #333;
}

.hidden-icons-menu {
  margin-left: 15px;
}
.hidden-icons-menu a {
  color: #6D70A6;
  font-size: 20px;
}
.hidden-icons-menu a:hover {
  color: #086AD8;
}

/*================================ 
    - Mobile Menu Overlay Css
==================================*/
.mobile-menu-overlay, .page-oppen-off-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  overflow: auto;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  cursor: url(../images/icons/light-close.webp) 16 16, pointer;
  visibility: hidden;
  opacity: 0;
}
.mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
  -webkit-transform: translateX(120%);
      -ms-transform: translateX(120%);
          transform: translateX(120%);
  width: 400px;
  height: 100%;
  float: right;
  cursor: default;
  background: #ddad21;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow-y: auto;
}
@media only screen and (max-width: 479px) {
  .mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
    width: 300px;
  }
}
.mobile-menu-overlay.active, .page-oppen-off-sidebar.active {
  visibility: visible;
  opacity: 1;
}
.mobile-menu-overlay.active .mobile-menu-overlay__inner, .page-oppen-off-sidebar.active .mobile-menu-overlay__inner {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.mobile-menu-overlay__header, .page-oppen-off-sidebar__header {
  background-color: #ffffff;
  padding: 15px 0;
}
.mobile-menu-overlay__header .mobile-navigation-close-icon, .page-oppen-off-sidebar__header .mobile-navigation-close-icon {
  position: relative;
  cursor: pointer;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
}
.mobile-menu-overlay__header .mobile-navigation-close-icon:before, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:before {
  position: absolute;
  top: 23px;
  left: 8px;
  content: "";
  width: 24px;
  height: 3px;
  background: #333333;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__header .mobile-navigation-close-icon:after, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:after {
  position: absolute;
  top: 23px;
  left: 8px;
  content: "";
  width: 24px;
  height: 3px;
  background: #333333;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__header .mobile-navigation-close-icon:hover, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover {
  color: #086AD8;
}
.mobile-menu-overlay__header .mobile-navigation-close-icon:hover:before, .mobile-menu-overlay__header .mobile-navigation-close-icon:hover:after, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:before, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.mobile-menu-overlay__body, .page-oppen-off-sidebar__body {
  padding: 20px 20px 100px;
}
.mobile-menu-overlay__body .offcanvas-navigation, .page-oppen-off-sidebar__body .offcanvas-navigation {
  /* onepage style */
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li {
  border-bottom: 1px solid rgba(22, 86, 133, 0.15);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a {
  display: block;
  color: #155986;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-family: "Jost", sans-serif;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a:hover {
  color: #ffffff;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li:last-child, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li:last-child {
  border-bottom: 0;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children {
  position: relative;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children.active .menu-expand:before {
  content: "\f106";
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand {
  position: absolute;
  right: 0;
  top: 12px;
  width: 40px;
  height: 40px;
  background: rgba(22, 86, 133, 0.2);
  color: #155986;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand:hover {
  background: rgba(255, 255, 255, 0.2);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand:before {
  content: "\f107";
  font-size: 18px;
  font-family: FontAwesome;
  font-weight: 600;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu {
  padding: 12px 0 14px 10px;
  border-top: 1px solid rgba(22, 86, 133, 0.15);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li {
  border-bottom: 1px solid rgba(22, 86, 133, 0.15);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li a {
  display: block;
  font-size: 15px;
  color: #155986;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 0;
  font-family: "Jost", sans-serif;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover {
  color: #ffffff;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li:last-child, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li:last-child {
  border-bottom: 0;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children {
  position: relative;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children.active .menu-expand:before {
  content: "\f106";
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand {
  position: absolute;
  right: 0;
  top: 6px;
  width: 30px;
  height: 30px;
  background: rgba(22, 86, 133, 0.2);
  color: #155986;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:hover {
  background: rgba(255, 255, 255, 0.2);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:before {
  content: "\f107";
  font-size: 16px;
  font-family: FontAwesome;
  font-weight: 500;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children {
  position: relative;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before {
  content: "\f106";
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before {
  content: "\f107";
  font-size: 16px;
  font-family: FontAwesome;
  font-weight: 500;
}
.mobile-menu-overlay__body .offcanvas-navigation--onepage > ul > li.active > a, .page-oppen-off-sidebar__body .offcanvas-navigation--onepage > ul > li.active > a {
  font-weight: 700;
}
.header__logo a{
  position: absolute;
  top: 0;
}
.header__logo > a img {
  width: 325px;
}
.header-area .is-sticky .header__logo a{
  position: relative;
  top: 0;
}
.header-area .is-sticky .header__logo{
  padding: 0;
}
.header-right{
  justify-content: center;
}
.main-wrap{
  height: 900vh;
}
@media only screen and (max-width: 767px) {
  .header__logo a{
    position: inherit;
    top: inherit;
    padding: 0;
  }
  .header-btn-set{
    display: none;
  }
  }
.header-btn-set{
  padding: 14px 0;
}
  .hdr-btn-sw a{
    color: #ddad21;
    background-color: #165685;
    padding: 11px 21px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    /* font-size: 14px; */
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 14px 32px;
    border-radius: 50rem;
    font-family: "Jost", sans-serif;
  }
  .hdr-btn-sw a::before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 210%;
    height: 330%;
    content: "";
    top: 188%;
    left: 50%;
    background: #001f3f;
    -webkit-transform: translateX(-50%) rotate(-8deg);
    transform: translateX(-50%) rotate(-8deg);
    border-radius: 80%;
    z-index: -1;
  }
  .hdr-btn-sw a:hover::before {
    top: -118%;
  }
  .hdr-btn-sw a span{
    margin-left: 3px;
  }
  .hdr-btn-sw a:hover {
    color: #fff;
  }
  .hdr-btn-sw a span svg{
    fill: currentColor;
    stroke: none;
  }
  .hdr-btn-sw a span path:nth-of-type(1) {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
    -webkit-transition: opacity 0.18s ease-out, -webkit-transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93);
    transition: opacity 0.18s ease-out, -webkit-transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93);
    transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
    transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out, -webkit-transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93);
    -webkit-transition-delay: 0.15s, 0.15s;
    transition-delay: 0.15s, 0.15s;
    fill: #ddad21;
  }
  .hdr-btn-sw a span path:nth-of-type(2) {
    -webkit-transform: translateX(calc(-1 * 100%)) translateY(100%);
    transform: translateX(calc(-1 * 100%)) translateY(100%);
    opacity: 0.5;
    -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    -webkit-transition: opacity 0.18s ease-out, -webkit-transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93);
    transition: opacity 0.18s ease-out, -webkit-transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93);
    transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
    transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out, -webkit-transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93);
      transition-delay: 0s, 0s, 0s;
    -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
  }
  .hdr-btn-sw a:hover span path:nth-of-type(1) {
    -webkit-transform: translateX(110%) translateY(calc(-1 * 110%));
    transform: translateX(110%) translateY(calc(-1 * 110%));
    opacity: 0;
    -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
  }
  .hdr-btn-sw a:hover span path:nth-of-type(2) {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
    -webkit-transition-delay: 0.15s, 0.15s;
    transition-delay: 0.15s, 0.15s;
  }
@media (max-width: 1370px){
  .navigation-menu > ul > li.has-children:hover > .submenu{
    -webkit-transform: translateY(6%);
    -ms-transform: translateY(6%);
    transform: translateY(6%);
  }
}
@media (min-width: 1371px) and (max-width: 1800px){
  .navigation-menu > ul > li.has-children:hover > .submenu{
    -webkit-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transform: translateY(5%);
  }
}

#banner-slider {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.banner-slider-set img {
  height: 100vh;
  object-fit: cover;
}
#banner-slider .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: 0.35s;
  opacity: 1;
  position: absolute;
  top: 50%;
  padding: 0 30px;
  display: none;
}
#banner-slider .owl-nav .owl-prev,
#banner-slider .owl-nav .owl-next {
  width: 50px;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
  text-align: center;
  display: inline-block;
  border-radius: 80px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  background-color: #d9ecf0 !important;
  color: #001518 !important;
  height: 50px;
  margin: 0;
}
#banner-slider .owl-nav .owl-prev:hover,
#banner-slider .owl-nav .owl-next:hover {
  background: #174c66 !important;
  color: #fff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 5px -2px rgba(0, 0, 0, 0.16),
    0 1px 9px 0 rgba(0, 0, 0, 0.08);
}
#banner-slider .owl-dots {
  position: absolute;
  bottom: 2%;
  text-align: center;
  width: 100%;
}
#banner-slider .owl-dots .owl-dot span {
  background: rgba(30, 144, 255, 0.3);
  display: inline-block;
  margin: 0;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border: 5px solid #fff !important;
}
#banner-slider .owl-dots .owl-dot.active span,
#banner-slider .owl-dots .owl-dot:hover span {
  background: #238b82;
  transform: translate3d(0px, -50%, 0px) scale(0.6);
}
.banner-slider-set{
  position: relative;
}
.banner-slider-set::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.2;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.slider-banner-txt {
  position: absolute;
  z-index: 1;
  bottom: 15%;
  width: 90%;
  display: block;
  margin: auto;
  left: 5%;
  right: 5%;
  text-align: center;
}
.slider-banner-txt h1 {
  color: #fff;
  font-family: "Jost", sans-serif;
  text-shadow: 1px 1px 1px #333;
  font-weight: 600;
  letter-spacing: 1px;
}
.slider-banner-txt h3{
  color: #fff;
  text-align: center;
  font-family: "Jost", sans-serif;
  text-shadow: 1px 1px 1px #333;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 30px;
}
.line-icon{
  position: relative;
  padding: 20px;
}
.line-icon::before {
  content: "";
  width: 10%;
  height: 3px;
  top: 50%;
  position: absolute;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, 50%);
}
.about-us{
  padding: 120px 0;
  background: #fff8f3;
}
.abt-rd{
  color: #165685;
  background-color: #ddad21;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 50rem;
  font-family: "Jost", sans-serif;
}
.abt-txt h1{
  font-family: "Jost", sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 20px 0 10px 0;
  position: relative;
  padding-bottom: 10px;
  color: #212741;
}
.abt-txt h1::before {
  content: "";
  width: 10%;
  height: 3px;
  bottom: 0;
  position: absolute;
  background-color: #165685;
}
.abt-txt h4 {
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  font-family: "Jost", sans-serif;
  color: #165685;
  margin-bottom: 5px;
}
.abt-txt p{
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  color: #333;
}
.abt-txt a{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.18;
  padding-bottom: 3px;
  font-family: "Jost", sans-serif;
  color: #165685;
  position: relative;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.abt-txt a::before {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: #086ad7;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.abt-txt a:hover::before {
  width: 100%;
  left: 0;
}
.abt-txt a:hover{
  color: #086ad7;
}
.abt-img{
  border: 1px solid rgba(22, 86, 133, 1);
  background: rgba(22, 86, 133, 0.3);
  padding: 8px;
  border-radius: 4px;
}
.abt-img img{
  width: 100%;
}
img{
  max-width: 100%;
}
.abt-img-grp1{
  margin-bottom: 15px; 
}

.abt-img-grp2{

}

.abt-img-grp3{
  margin-bottom: 15px;
}

.abt-img-grp4{

}

.abt-img-grp1 img{
  height: 325px;
  border-radius: 25px;
  object-fit: cover;
  width: 100%;
}

.abt-img-grp2 img{
  height: 225px;
  border-radius: 25px;
  object-fit: cover;
  width: 100%;
}

.abt-img-grp3 img{
  height: 225px;
  border-radius: 25px;
  object-fit: cover;
  width: 100%;
}

.abt-img-grp4 img{
  height: 325px;
  border-radius: 25px;
  object-fit: cover;
  width: 100%;
}
.all-bui{
  text-align: center;
  margin-bottom: 50px;
}
.all-buildings{
  padding: 120px 0;
}
.all-bui h2 {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  margin-top: 20px;
}
.all-bui h2::before {
  content: "";
  width: 10%;
  height: 3px;
  bottom: 0;
  left: 50%;
  position: absolute;
  background-color: #165685;
  transform: translateX(-50%);
}
.abt-hvr-grp{
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}
.abt-hvr-grp::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  opacity: 0;
  background: #165685;
  opacity: 0;
  transition: 0.5s ease-in-out !important;
}
.abt-hvr-grp:hover::before {
  opacity: 0.3;
}
.abt-hvr-grp::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  margin: auto;
  overflow: hidden;
}
.abt-hvr-grp:hover::after{
  -webkit-animation: circle .75s;
  animation: circle .75s;
}
@-webkit-keyframes circle {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    100% {
      width: 100%;
      height: 100%;
      opacity: 0;
    }
  }
  @keyframes circle {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    100% {
      width: 100%;
      height: 100%;
      opacity: 0;
    }
  }

.sheds .sheds-inner {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  outline: 1px solid #fff;
  outline-offset: -18px;
  margin: 10px 0;
}
.sheds .sheds-inner::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.11;
    width: 100%;
    height: 100%;
}
.sheds .sheds-inner .img img{
  height: 475px;
  object-fit: cover;
}
.sheds .sheds-inner .title {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 15px 15px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  line-height: 1;
}
.sheds .sheds-inner .label {
  color: #fff;
  white-space: nowrap;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin: 5px 0;
  text-shadow: 0px 2px 3px #000;
  font-family: "Jost", sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.02em;
  position: relative;
}
.sheds .sheds-inner .sheds-str-srt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f8ff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 30px 30px 30px;
  -webkit-transition: all ease 0.7s;
  transition: all ease 0.7s;
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  opacity: 0;
  visibility: hidden;
  justify-content: center;
  outline: 1px solid #061138;
  outline-offset: -18px;
}
.sheds .sheds-inner .cruise-txt-heading {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  margin-bottom: 10px;
  -webkit-transform: translatex(80px);
  -ms-transform: translatex(80px);
  transform: translatex(80px);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
    transition-delay: 0s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
  visibility: hidden;
  line-height: 27px;
  font-family: "Jost", sans-serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.02em;
  position: relative;
  color: #212741;
}
.sheds .sheds-inner .cruise-txt-heading span{
  color: #017493;
  margin-left: 5px;
  margin-right: 5px;
}
.crt-brdr-lne-set {
  position: relative;
  height: 2px;
  background: rgba(22, 86, 133, 0.15);
  margin-top: 5px;
  margin-bottom: 5px;
}
.crt-brdr-lne-set::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 60px;
  background: #165685;
}
.sheds .sheds-inner .sheds-txt-para p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 33px;
  color: #333;
}
.sheds .sheds-inner .sheds-txt-para {
  -webkit-transform: translatex(80px);
  -ms-transform: translatex(80px);
  transform: translatex(80px);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
    transition-delay: 0s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
  visibility: hidden;
  font-family: 'Euclid Circular A', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  color: #6f7b91;
  margin-bottom: 10px;
}
.sheds .sheds-inner .sheds-txt-para.new-bx-ct p{
  color: #017493;
  background-color: #d9ecf0;
  padding: 5px;
  border: 1px solid #017493;
}
.sheds .sheds-inner:hover .cruise-txt-heading, 
.sheds .sheds-inner:hover .sheds-txt-para,
.sheds .sheds-inner:hover .sheds-str-srt,
.sheds.active .sheds-inner .cruise-txt-heading,
.sheds.active .sheds-inner .sheds-str-srt,
.sheds.active .sheds-inner  .sheds-txt-para{
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.why-us {
  padding: 70px 0;
  background: #fff;
  position: relative;
}
.why-slide {
  border: 1px solid rgba(22, 86, 133, 1);
  background: rgba(22, 86, 133, 0.3);
  padding: 8px;
  border-radius: 4px;
}
.why-slide2{
  margin-top: 20px;
  background: rgba(30, 144, 255, 0.1);
  border: 1px solid #88baec;
}
.why-head h2 {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  margin-top: 20px;
  font-size: 30px;
}
.why-slide .owl-nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  transition: 0.35s;
  opacity: 1;
  margin-top: 20px;
}
.why-slide .owl-nav .owl-prev, .why-slide .owl-nav .owl-next{
  width: 80px;
  transition: all 0.2s ease-in-out;
  transform: scale(1.0);
  text-align: center;
  display: inline-block;
  border-radius: 80px;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 500;
  background-color: #d9ecf0 !important;
  color: #001518 !important;
  height: 40px;
  font-family: "Jost", sans-serif !important;
  margin: 0;
}
.why-slide .owl-nav .owl-prev:hover, .why-slide .owl-nav .owl-next:hover{
  background: #174C66 !important;
  color: #fff !important;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.1),0 3px 5px -2px rgba(0,0,0,.16),0 1px 9px 0 rgba(0,0,0,.08);
}
.why-slider-set img{
  border-radius: 4px;
}
#why-slider2 .why-slider-set img {
  border-radius: 4px;
  height: 250px;
  object-fit: cover;
}
.accordion-item {
  margin-bottom: 10px;
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type{
  margin-bottom: 0;
}
.accordion-item:not(:first-of-type) {
  border-top: 1px solid #dee2e6;
}
.accordion-button, .accordion-button:focus{
  box-shadow: none;
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  color: #333;
}
.accordion-body {
  background: #eee;
  border-left: 6px solid #165685;
}
.accordion-body h5{
  font-size: 23px;
  font-weight: 600;
  line-height: 35px;
  font-family: "Jost", sans-serif;
  color: #165685;
  margin-bottom: 5px;
}
.accordion-body p{
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  color: #333;
}
.res-order-2 .abt-txt{
  margin-bottom: 10px;
}
/* footer starts */
.copy-sec__area {
  background: #D3D3D3;
}

.copy-sec__border {
  padding: 14px 0;
}
.text-md-start {
  text-align: left !important;
}

.copy-sec__text span strong {
  color: #243e61;
}
.m000 {
  margin: 0 !important;
}
.copy-sec__social-box {
  margin-left: 10px;
}
.copy-sec__social-box a:first-child {
  margin-left: 0;
}
.copy-sec__social-box a {
  color: #243e61;
  font-size: 14px;
  border-radius: 50%;
  border: 2px solid #003d4d;
  background-position: 100%;
  background-image: linear-gradient(-200deg, #243e61 50%, #fff 50%);
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-size: 500%;
  white-space: nowrap;
  margin-left: 20px;
}
.copy-sec__social-box a i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.copy-sec__social-box a:hover {
  background-position: 0%;
  color: #fff;
}
.copy-sec__social-box a i img{
  width: 25px;
  height: 25px;
}
.copy-sec__text a {
  margin: 0 10px;
  position: relative;
  padding-bottom: 10px;
    transition: all 0.5s ease;
}
.copy-sec__text a i {
  transition: all 0.5s ease;
  opacity: 1;
  margin-right: 5px;
  color: #212741;
}
.copy-sec__text a:hover strong{
  color: #243e61;
}
.copy-sec__text span {
  color: #505050;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.copy-sec__text a::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: #003d4d;
  width: 0%;
  height: 1px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.copy-sec__text a:hover::after {
  width: 100%;
  left: 0;
}
.copy-sec__text a:hover i {
  transform: translateX(0px);
  opacity: 1;
  color: #2c100d;
}
.copy-sec__text a:hover{
    color: #09926a;
  transform: translateX(0px);
}
.copy-sec__text a:hover span{
    color: #2c100d;
}
[tooltip] {
  position: relative; /* opinion 1 */
}
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: 15px; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 1;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent;
  z-index: 1001;
}
[tooltip]::after {
  content: attr(tooltip); 
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #243e61;
  color: #fff;
  z-index: 1000; 
}

[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #003d4d;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}
/* footer ends */

/* back to top button css starts */
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
  border: 2px solid #ddad21;
  background-color: #165685;
}
#return-to-top i {
color: #ddad21;
margin: 0;
position: relative;
left: 15px;
top: 10px;
font-size: 20px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#return-to-top:hover {
  border: 2px solid #165685;
  background-color: #ddad21;
}
#return-to-top:hover i {
  color: #165685;
  top: 5px;
}

.tp-copyright-5__social-box {
  margin-left: 10px;
}
.tp-copyright-5__social-box a {
  color: #ddad21;
  font-size: 14px;
  display: inline-block;
  transition: 0.3s;
  margin-left: 10px;
  border-radius: 50%;
  border: 2px solid #ddad21;
  background-color: #165685;
}
.tp-copyright-5__social-box a:first-child {
  margin-left: 0;
}
.tp-copyright-5__social-box a i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.tp-copyright-5__social-box a:hover {
  color: #165685;
  border: 2px solid #165685;
  background-color: #ddad21;
}

.text-set-res{
  text-align: center;
}
.review-head.all-bui h2{
  font-size: 35px;
}

.rev-slider{
  padding: 70px 0;
  background: #fff8f3;
  overflow: hidden;
}
.all-hvr-box{
  border: 1px solid #eee;
  border-radius: 7px;
  padding: 50px 30px 50px;
  transition: all 0.3s ease-in-out;
  position: relative;
  background-color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 483px;
}
.all-hvr-box::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #086ad7;
  border-radius: 7px;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.all-hvr-box:hover::before, .all-hvr-box.active::before {
  opacity: 1;
  visibility: visible;
  top: -10px;
  left: -10px;
}
.quote-icon{
  font-size: 70px;
  color: #086ad7;
  line-height: 1;
}
.user-star {
  font-size: 20px;
  color: #165685;
}
.user-txt p {
  font-style: italic;
  font-family: "Prompt", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  color: #333;
}
.user-txt a{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.18;
  padding-bottom: 3px;
  font-family: "Jost", sans-serif;
  color: #165685;
  position: relative;
}
.user-txt a::before {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: #086ad7;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.user-txt a:hover::before {
  width: 100%;
  left: 0;
}
.user-txt a:hover{
  color: #086ad7;
}
.user-info{
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.user-img img{
  border-radius: 50%;
  background-color: #eee;
  width: 70px !important;
  height: 70px !important;
  line-height: 70px !important;
  float: left;
  overflow: hidden;
  margin-right: 25px;
  object-fit: cover;
}
.user-name{
  overflow: auto;
}
.user-name h2{
  font-family: "Jost", sans-serif;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  /*margin-top: 20px;*/
  font-size: 25px;
}
.rev-slider-set .owl-stage-outer {
  padding: 0 10px;
  /* margin-right: -15px; */
  margin-right: 0;
}

#rev-full-slider .owl-dots, #banner-slider .owl-dots {
  margin-top: 10px;
  text-align: center;
}
#why-slider .owl-dots, #why-slider2 .owl-dots{
  text-align: center;
  position: absolute;
  bottom: 2%;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}
#rev-full-slider .owl-dots .owl-dot, #banner-slider .owl-dots .owl-dot, #why-slider .owl-dots .owl-dot, #why-slider2 .owl-dots .owl-dot  {
  border-width: 3px;
  border-color: transparent;
  border-style: solid;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  margin: 0px 5px;
  transition: all 0.3s ease-in-out;
  zoom: 1;
}

#rev-full-slider .owl-dots .owl-dot.active, #banner-slider .owl-dots .owl-dot.active, #why-slider .owl-dots .owl-dot.active, #why-slider2 .owl-dots .owl-dot.active {
  border-color: #086ad7;
}

#rev-full-slider .owl-dots .owl-dot span, #banner-slider .owl-dots .owl-dot span, #why-slider .owl-dots .owl-dot span, #why-slider2 .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  margin: 0;
  line-height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  margin-left: -5px;
  transition: all 0.3s ease-in-out;
}

#rev-full-slider .owl-dots .owl-dot:hover span, #banner-slider .owl-dots .owl-dot.hover span, #why-slider .owl-dots .owl-dot.hover span {
  background: #869791;
    background-color: rgb(134, 151, 145);
}

#rev-full-slider .owl-dots .owl-dot.active span, #banner-slider .owl-dots .owl-dot.active span, #why-slider .owl-dots .owl-dot.active span {
  background-color: #086ad7;
}


.rev-slider .hr {
  border-bottom: 1px solid #333;
  width: 90%;
  display: block;
  margin: auto;
  padding: 30px;
}
.abt-fir-set img{
    border-radius: 25px;
}

.modal-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.1;
  color: #212741;
  font-family: "Jost", sans-serif;
  letter-spacing: 1.25px;
}

.mdl-btn{
  font-size: 14px;
  padding: 8px 30px 8px 30px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  background-color: #05558c;
  border-color: #05558c;
  color: #fff;
  background-color: #165685;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  overflow: hidden;
  z-index: 1;
  font-family: "Jost", sans-serif;
  transition: all 0.5s ease 0s;
}


.mdl-btn::before {
  content: '';
  position: absolute;
  background-color: #343434;
  width: 0%;
  height: 100%;
  right: 0;
  left: auto;
  top: 0;
  -webkit-transition: .4s all ease-in-out;
  -o-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
  z-index: -1;
}


.mdl-btn:hover::before {
  right: auto;
  left: 0;
  width: 100%;
  background-color: #222d35;
}


.mdl-btn:hover{
  border-color: #222d35;
}
.mdl-btn2{
  background-color: #e8f4ff;
  color: #333;
}
.mdl-btn2:hover{
  color: #fff;
}
.form-srt {
  background: #1c2f36;
  text-align: left;
  padding: 0 15px;
  border-radius: 5px;
  position: relative;
  color: rgb(5, 44, 101);
  background: rgba(30, 144, 255, 0.1);
  border: 1px solid #88baec;
}

.form-srt h2 {
  line-height: 30px;
  color: #298c80;
  margin-bottom: 15px;
  border-bottom: 1px solid #298c80;
  width: fit-content;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 35px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  color: #05558c;
  font-family: "Jost", sans-serif;
}
.form-srt p {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75em;
  color: #000;
  margin-bottom: 10px;
  /* text-align: center; */
}
.form-srt p:first-of-type{
  margin-bottom: 3px;
}

.form-group {
  margin-bottom: 1rem;
}

.form-srt .contactForm .form-control {
  border: none;
  background: rgba(41, 140, 128, 0.15);
  padding: 20px;
  height: 50px;
  box-shadow: none;
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  color: #505050;
  line-height: 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.form-srt .contactForm .form-control:hover {
  border-radius: 5px;
  background: rgba(30, 144, 255, 0.1);
  border: 1px solid #88baec;
}

textarea.form-control {
  min-height: 140px !important;
}

.get-in {
  text-align: center;
  margin: 0;
  border: 1px solid #cba36b;
  background: #1c2f36;
  padding: 5px;
  border-radius: 5px;
  color: rgb(5, 44, 101);
  background: rgba(30, 144, 255, 0.1);
  border: 1px solid #88baec;
}

.get-in {
  position: sticky;
  top: 10px;
}

.get-in h2 {
  margin-top: 20px;
  line-height: 30px;
  color: #298c80;
  margin-bottom: 20px;
  border-bottom: 1px solid #298c80;
  width: fit-content;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 35px;
  margin-left: auto;
  margin-right: auto;
  color: #05558c;
  font-family: "Jost", sans-serif;
}

.get-in ul {
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
}

.get-in ul li {
  margin: 10px 0;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  text-align: left;
}

.get-in ul li a {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  color: #052c65;
  line-height: 30px;
}

.get-in ul li a i {
  color: #fff;
  font-size: 23px;
  height: 50px;
  width: 50px;
  box-shadow: 1px 1px 1px #000;
  text-align: center;
  line-height: 45px;
  margin-right: 10px;
  border-radius: 50px;
  border: 2px solid #f7f7f7;
  background: #05558c;
}

.get-in ul {
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
}

.javacod ul li {
  border: none;
  padding: 0;
  margin: 0;
  font-weight: 600;
  margin-left: 5px;
  font-size: 18px;
  display: block;
  text-align: left;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  color: #505050;
  line-height: 30px;
}

.get-in ul li a:hover {
  color: #343434;
  transition: 0.5s ease-in;
}

.get-in ul li a:hover i {
  background: #fff;
  color: #05558c;
  box-shadow: 1px 1px 1px #343434;
  border: 2px solid #05558c;
  transition: 0.5s ease-in;
}
.inner-page-header.header-area--absolute {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: #ddad21;
}
.inner-page-header .header__logo a {
  position: relative;
  top: 0;
}
.inner-page-header .navigation-menu > ul > li > a{
  padding: 21px 2px;
  color: #155986;
}
.inner-page-header .text-white {
  --bs-text-opacity: 1;
  color: #155986 !important;
}
.inner-page-header .header{
  height: 100px;
}
.header-area .is-sticky .header{
  height: auto;
}
.inner-page-header .menu-style-four .navigation-menu > ul > li.active > a::before {
  background-color: #333;
}
.inner-page-header .menu-style-four .navigation-menu > ul > li.active > a > span {
  color: #333;
}
.inner-page-header .menu-style-four .navigation-menu > ul > li.active > a::after {
  color: #333;
}
.submenu > li.active > a > span::after{
  width: 100%;
  left: 0;
  right: auto;
  background-color: #333;
}
.submenu > li.has-children.active > a::after{
  color: #333;
}
.submenu > li.has-children.active > a, .submenu > li.active > a {
  color: #333;
}


/* inner page css starts */
.main-inner-sec {
  padding: 50px 30px;
  background: #fff8f3;
}
.in-buil-in {
  border: 1px solid rgba(22, 86, 133, 1);
  background: rgba(22, 86, 133, 0.3);
  padding: 8px;
  margin: 15px 0;
  border-radius: 4px;
}
.in-buil-in .fotorama__nav-wrap {
  border-top: 2px solid rgba(22, 86, 133, 1);
  padding: 10px 0 0;
}
.in-buil-vid{
  margin: 15px 0;
}
.in-buil-vid video{
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid rgba(22, 86, 133, 1);
  background: rgba(22, 86, 133, 0.3);
  padding: 8px;
  border-radius: 4px;
}
.sticky-sec {
  position: sticky;
  top: 90px;
  padding: 15px 20px;
  background: #fff;
  border-radius: 4px;
  margin: 20px 0;
  border: 1px solid #ddd;
}
.photo-video{
  padding: 10px 20px;
  background: #fff;
  border-radius: 4px;
  margin: 20px 0;
  border: 1px solid #ddd;
  position: relative;
}
.sep-sec{
  padding: 10px 20px 20px;
  background: #fff;
  border-radius: 4px;
  margin: 20px 0;
  border: 1px solid #ddd;
  position: relative;
}
.inter-head h1{
  font-family: "Jost", sans-serif;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 20px 0 10px 0;
  position: relative;
  padding-bottom: 10px;
  color: #212741;
}
.inter-head h1::before {
  content: "";
  width: 10%;
  height: 3px;
  bottom: 0;
  position: absolute;
  background-color: #165685;
}
.inter-head p{
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  color: #333;
}

.inter-head h4 {
  background: #eee;
  padding: 15px 10px;
  border-bottom: 1px solid #003d4d;
  font-size: 23px;
  margin: 0 0 15px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
}
.inter-head ul {
  list-style-type: none;
  padding: 10px 0 0;
  margin: 0 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inter-head ul li {
  display: inline-block;
  list-style: none;
  padding: 10px;
  color: #333;
  font-size: 16px;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
  border-bottom: 1px solid #003d4d;
  margin: 5px;
}
.inter-head ul li i {
  color: #003d4d;
  margin-right: 5px;
}
.flx-btn .mdl-btn{
  padding: 15px 30px 15px 30px;
}
.mdl-btn:hover{
  color: #fff;
}
.flx-btn .mdl-btn:focus {
  color: #fff;
}
.flx-btn .mdl-btn.mdl-btn2:focus {
  color: #fff;
  background: #333;
}
.standard{
  padding: 10px 20px;
  background: #fff;
  border-radius: 4px;
  margin: 20px 0;
  border: 1px solid #ddd;
  position: sticky;
  top: 80px;
}
.standard h2{
  font-family: "Jost", sans-serif;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 20px 0 10px 0;
  position: relative;
  padding-bottom: 10px;
  color: #212741;
}
.standard h2::before {
  content: "";
  width: 15%;
  height: 3px;
  bottom: 0;
  position: absolute;
  background-color: #165685;
}
.std-img a {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(22, 86, 133, 1);
  background: rgba(22, 86, 133, 0.3);
  padding: 8px;
}

.std-img a::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #165685;
  opacity: 0;
  transition: 0.5s ease-in-out !important;
}

.std-img a::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  margin: auto;
  overflow: hidden;
}

.std-img a:hover::before {
  opacity: 0.3;
}

.std-img a:hover::after {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}
.std-img img {
  width: 100%;
  border-radius: 4px;
}
.span-list h4 {
  background: #eee;
  padding: 15px 10px;
  border-bottom: 1px solid #003d4d;
  font-size: 23px;
  margin: 20px 0 15px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
}
.span-list ul {
  border: 1px solid rgba(22, 86, 133, 1);
  background: rgba(22, 86, 133, 0.1);
  padding: 8px;
  padding-left: 30px;
  margin-bottom: 20px;
}
.span-list ul li span{
  color: #155584;
  font-weight: 600;
  border-bottom: 1px solid #155584;
}
.span-list ul li{
  font-size: 15px;
  font-weight: 500;
  line-height: 35px;
  color: #333;
  margin-bottom: 5px;
  font-family: "Jost", sans-serif;
  list-style: disc;
}
.span-list p {
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #333;
  margin-bottom: 10px;
}
.clrs h4 {
  background: #eee;
  padding: 15px 10px;
  border-bottom: 1px solid #003d4d;
  font-size: 23px;
  margin: 20px 0 15px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
}
.item a, .web2 a{
  position: relative;
  border-radius: 5px;
}
.web .clrss{
  display: none;
}
.clr-box-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: rgba(0,26,87,0.25); */
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
  transition: all .2s ease-in-out;
}
.item a:hover .clr-box-overlay, .web2 a:hover .clr-box-overlay {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.clr-box-overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #165685;
  opacity: 0;
  transition: 0.5s ease-in-out !important;
}
.clr-box-overlay:hover::before {
  opacity: 0.3;
}
.clr-box-overlay::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  margin: auto;
  overflow: hidden;
}
.clr-box-overlay:hover::after {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}
.clr-box-overlay i {
  width: 40px;
  height: 40px;
  background: #165685;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  border: 3px solid #ddad21;
  color: #fff;
  z-index: 2;
  transition: 0.5s ease-in-out;
}
.clr-box-overlay i:hover{
  border: 3px solid #165685;
  color: #165685;
  background: #ddad21;
}
.items, .web {
  padding: 10px 0 0;
  margin: 0 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item, .web2{
  -ms-flex: 0 0 8%;
  flex: 0 0 8%;
  max-width: 8%;
  margin: 5px;
  border-radius: 5px;
}
.item a img, .web a img {
  border-radius: 5px;
  height: 60px;
  object-fit: cover;
  width: 100%;
}
/* a.showMore {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  color: #0077c8;
  text-decoration: none;
} */
.clrss a {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  color: #155584;
  margin-top: 10px;
}
a.showMore::after {
  content: '+ View More';
}
a.showMore.showLess::after {
  content: '- View Less';
}

.clrss{
  width: 100%;
}
.clrss a::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: #003d4d;
  width: 0%;
  height: 1px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.clrss a:hover {
  color: #243e61;
}
.clrss a:hover::before {
  width: 100%;
  left: 0;
}
.clrs p {
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #333;
  margin-bottom: 10px;
}

.fancybox__caption {
  font-family: "Jost", sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}
.nice-select-mod{
  height: 50px;
}
.nice-select-mod .nice-select{
  width: 100%;
  background: rgba(41, 140, 128, 0.15);
  height: 50px;
  box-shadow: none;
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  color: #505050;
  line-height: 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.nice-select-mod .nice-select:hover{
  border-radius: 5px;
  background: rgba(30, 144, 255, 0.1);
  border: 1px solid #88baec;
}
.nice-select-mod .nice-select .list {
  width: 100%;
  background: #ddad21;
  overflow-y: scroll;
  max-height: 250px;
  scrollbar-width: thin;
  scrollbar-color: #165685 #e8f4ff;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #155986;
  color: #fff;
}
.nice-select-mod .nice-select .option.selected{
  font-weight: 500 !important;
}
.modal-content{
  overflow: hidden;
}
/*.mobile-menu-overlay, .page-oppen-off-sidebar{*/
/*  z-index: 5;*/
/*}*/

.some-building-slider .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  transition: 0.35s;
  opacity: 1;
  margin-top: 20px;
}

.some-building-slider .owl-nav .owl-prev, .some-building-slider .owl-nav .owl-next{
  width: 80px;
  transition: all 0.2s ease-in-out;
  transform: scale(1.0);
  text-align: center;
  display: inline-block;
  border-radius: 80px;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  background-color: #d9ecf0 !important;
  color: #001518 !important;
  height: 40px;
  font-family: "Jost", sans-serif !important;
  margin: 0;
}

.some-building-slider .owl-nav .owl-prev:hover, .some-building-slider .owl-nav .owl-next:hover{
  background: #165685 !important;
  color: #ddad21 !important;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.1),0 3px 5px -2px rgba(0,0,0,.16),0 1px 9px 0 rgba(0,0,0,.08);
}

.some-building-slider .owl-dots{
  text-align: center;
  position: absolute;
  bottom: 5px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}

.some-building-slider .owl-dots .owl-dot  {
  border-width: 3px;
  border-color: transparent;
  border-style: solid;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  margin: 0px 5px;
  transition: all 0.3s ease-in-out;
  zoom: 1;
}
.some-building-slider .owl-dots .owl-dot.active {
  border-color: #086ad7;
}

.some-building-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  margin: 0;
  line-height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  margin-left: -5px;
  transition: all 0.3s ease-in-out;
}

.some-building-slider .owl-dots .owl-dot.hover span {
  background: #869791;
    background-color: rgb(134, 151, 145);
}

.some-building-slider .owl-dots .owl-dot.active span {
  background-color: #086ad7;
}

.clr-hed h1 {
  font-family: "Jost", sans-serif;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 20px 0 10px 0;
  position: relative;
  padding-bottom: 10px;
  color: #212741;
}
.clr-hed h1::before {
  content: "";
  width: 10%;
  height: 3px;
  bottom: 0;
  position: absolute;
  background-color: #165685;
}
.clr-hed p {
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  color: #333;
}
.clr-met-wood {
  padding: 20px 20px;
  background: #fff;
  border-radius: 4px;
  margin: 20px 0;
  border: 1px solid #ddd;
  position: relative;
}
.clr-met-wood h2{
  background: #eee;
  padding: 15px 10px;
  border-bottom: 1px solid #003d4d;
  font-size: 23px;
  margin: 20px 0 15px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
}
.clr-met-wood h4{
  font-size: 23px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
  color: #185788;
}
.clr-met-wood h4 span{
  position: relative;
  padding-bottom: 5px;
}
.clr-met-wood h4 span::before {
  content: "";
  width: 50%;
  height: 2px;
  bottom: 0;
  position: absolute;
  background-color: #165685;
}
.clr-met-wood-list{
  margin: 20px 0;
  list-style: none;
  padding: 10px 0 0;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.clr-met-wood-list li {
  list-style: none;
  -ms-flex: 0 0 9%;
  flex: 0 0 9%;
  max-width: 9%;
  margin: 5px;
}
.clr-met-wood-list li a {
  position: relative;
  border-radius: 10px;
}
.clr-met-wood-list li a img{
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 10px;
}
.clr-met-wood-list li a:hover .clr-box-overlay {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.clr-met-wood-list li a .clr-box-overlay::before{
  border-radius: 10px;
}
.clr-met-wood p {
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #333;
  margin-bottom: 10px;
}
.why-slider-set .cover {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.11);
}
#why-slider .owl-item.active h4 {
  font-size: 23px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
  color: #fff;
  text-shadow: 2px 2px 2px #333;
  text-align: center;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.clr-met-wood-list.door-list li, .clr-met-wood-list.home-door li {
  list-style: none;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 23%;
  margin: 5px;
  text-align: center;
}
.clr-met-wood-list.door-list li a img, .clr-met-wood-list.home-door li a img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}
.clr-met-wood-list.door-list li h6, .clr-met-wood-list.home-door li h6{
  font-size: 23px;
  margin: 15px 0;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
}
.additional-list {
  padding-left: 15px;
  margin: 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.additional-list li {
  list-style: disc;
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  margin: 5px;
}
.additional-list li a {
  position: relative;
  padding-bottom: 5px;
  transition: all 0.5s ease;
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #165685;
  margin-bottom: 5px;
}
.additional-list li a::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: #165685;
  width: 100%;
  height: 1px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.additional-list li a:hover::after {
  width: 0;
  left: 0;
}

.additional-list li a:hover{
  color: #003d4d;
}
.accr-p-a{
  position: relative;
  color: #ddad21;
}
.accr-p-a::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: #165685;
  width: 100%;
  height: 1px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.accr-p-a:hover::after {
  width: 100%;
  left: 0;
}

.accr-p-a:hover{
  color: #003d4d;
}

.faq-srt {
  padding: 20px 20px;
  background: #fff;
  border-radius: 4px;
  margin: 20px 0;
  border: 1px solid #ddd;
  position: relative;
}
.spansvg{
  margin-right: 10px;
}
.accordion-button.collapsed .spansvg svg {
  width: 40px;
  border-radius: 50%;
  background: #ddad21;
  fill: #155584;
  padding: 5px;
}
.accordion-button .spansvg svg{
  width: 40px;
  border-radius: 50%;
  background: #165685;
  fill: #ddad21;
  padding: 5px;
}
.all-buid-hd-txt h1 {
  background: #eee;
  padding: 15px 10px;
  border-bottom: 1px solid #003d4d;
  font-size: 30px;
  margin: 15px 0;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.rew-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.content {
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  max-width: 32%;
  margin: 5px;
  display: none;
}
#loadMore{
  width: 150px;
  margin: 20px auto 20px;
  display: block;
  color: #ddad21;
  background-color: #165685;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 14px 32px;
  border-radius: 50rem;
  font-family: "Jost", sans-serif;
}

#loadMore::before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 330%;
  content: "";
  top: 188%;
  left: 50%;
  background: #001f3f;
  -webkit-transform: translateX(-50%) rotate(-8deg);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}

#loadMore:hover {
  color: #fff;
}

#loadMore:hover::before {
  top: -118%;
}
.noContent{
  color: #001f3f !important;
  background-color: transparent !important;
}
.noContent::before{
  content: unset !important;
}
.all-storage{
  padding: 50px 30px;
}
.card {
  height: 350px;
  position: relative;
}
.card .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.card .image img {
  width: 100%;
  transition: .5s;
  height: 350px;
  object-fit: cover;
}
.card:hover .image img {
  opacity: .5;
  transform: translateX(30%);/*100%*/
}
.card .details {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;/*100%*/
  height: 100%;
  background: #ddad21;
  transition: .5s;
  transform-origin: left;
  transform: perspective(2000px) rotateY(-90deg);
}
.card:hover .details {
  transform: perspective(2000px) rotateY(0deg);
}
.card .details .center {
  padding: 20px;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.card .details .center h1 {
  text-transform: capitalize;
  padding-bottom: 5px;
  margin-bottom: 15px;
  line-height: 27px;
  font-family: "Jost", sans-serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.02em;
  position: relative;
  color: #212741;
}
.card .details .center h1 span {
  font-size: 14px;
  color: #262626;
}
.card .details .center h1::before {
  content: "";
  width: 10%;
  height: 3px;
  bottom: 0;
  left: 50%;
  position: absolute;
  background-color: #165685;
  transform: translateX(-50%);
}
.card .details .center p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  color: #333;
  margin-bottom: 5px;
}
#same-building-slider .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  transition: 0.35s;
  opacity: 1;
  margin-top: 20px;
}

#same-building-slider .owl-nav .owl-prev , #same-building-slider .owl-nav .owl-next {
  width: 80px;
  transition: all 0.2s ease-in-out;
  transform: scale(1.0);
  text-align: center;
  display: inline-block;
  border-radius: 80px;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  height: 40px;
  font-family: "Jost", sans-serif !important;
  margin: 0;
  color: #ddad21 !important;
  background-color: #165685 !important;
}


#same-building-slider .owl-nav .owl-prev:hover, #same-building-slider .owl-nav .owl-next:hover {
  background: #ddad21 !important;
  color: #165685 !important;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.1),0 3px 5px -2px rgba(0,0,0,.16),0 1px 9px 0 rgba(0,0,0,.08);
}

.slide-abt{
    min-height: 350px !important;
}




@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1200px;
  }
}





@media (max-width: 767px){
    .inner-page-header .header__logo a {
      position: relative;
      top: 0;
    }
  #banner-slider, .banner-slider-set img {
    height: 250px;
  }
  .banner-slider-set::before{
      opacity: 0;
  }
  .slider-banner-txt, .line-icon{
    display: none;
  }
  #banner-slider .owl-nav .owl-prev, #banner-slider .owl-nav .owl-next{
      width: 35px;
      height: 35px;
      font-size: 15px;
  }
  .header-area--absolute{
    background: unset;
  }
  .res-order-1{
    order: 1;
    margin-bottom: 30px;
  }
  .res-order-2{
    order: 2;
  }
  .sheds .sheds-inner .img img {
    height: 350px;
    object-fit: cover;
  }
  .all-buildings, .about-us, .why-us{
    padding: 50px 0;
  }
  .abt-img-grp1 img, .abt-img-grp4 img{
    height: 225px;
  }
  .abt-img-grp2 img, .abt-img-grp3 img{
    height: 125px;
  }
  .why-slide{
    margin-bottom: 30px;
  }
  .text-set-res{
    text-align: left;
  }
  #banner-slider .owl-nav{
    display: flex;
  }
  #banner-slider .owl-dots{
    display: none;
  }
  .photo-video, .sep-sec{
    padding: 0px 20px 20px;
  }
  .main-inner-sec {
    padding: 50px 0;
    background: #fff8f3;
  }
  .inter-head ul li, .additional-list li{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .flx-btn{
    text-align: center;
  }
  .flx-btn .mdl-btn:first-child{
    margin-bottom: 10px;
  }
  .item, .web2, .clr-met-wood-list li {
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%;
    margin: 5px;
    border-radius: 5px;
  }
  .some-building-slider .owl-dots{
    display: none;
  }
  .clr-met-wood h4{
    line-height: 40px;
  }
  .clr-met-wood-list li a img {
    width: 65px;
    height: 65px;
  }
  .clr-met-wood-list.door-list li, .clr-met-wood-list.home-door li {
    list-style: none;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
    margin: 5px;
    text-align: center;
  }
  .clr-met-wood-list.home-door li a img{
    height: 165px;
  }
  .content {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .all-storage {
      padding: 50px 0;
    }
}

@media (min-width: 769px) and (max-width:999px){
  .form-srt{
    margin-bottom: 15px;
  }
  .content {
      -ms-flex: 0 0 47%;
      flex: 0 0 47%;
      max-width: 47%;
    }
}
.text-white {
  --bs-text-opacity: 1;
  color: #ddad21 !important;
}