@charset "UTF-8";
/**
 * Stylesheet:  style.css
 * Theme:       Consaltip – Business Consulting HTML5 Template
 * Version:     1.0
 * Author:     	BoomDevs
 * 
 */
/* Table of contents
=========================
1. Preloader
2. Scrollup
3. Module CSS
4. Sidebar
5. Pages
Footer

===========================*/
/* Theme Default CSS */
* {
  margin: 0;
  border: 0;
  outline: none;
}

html,
body {
  height: 100%;
  font-size: 18px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  font-family: "helvetica_neue_roman", sans-serif;
  color: #575959;
  vertical-align: baseline;
  line-height: 30px;
}

p {
  margin: 0 0 15px;
}
p strong {
  font-family: "helvetica_neue_bold";
}

img {
  max-width: 100%;
  height: auto;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "helvetica_neue_bold", sans-serif;
  color: #00144e;
  font-style: normal;
  transition: all 0.5s ease-out;
}

h1 {
  font-size: 76px;
  line-height: 91px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 57px;
    line-height: 68px;
  }
}

h2 {
  font-size: 54px;
  line-height: 54px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 43px;
    line-height: 52px;
  }
}

h3 {
  font-size: 43px;
  line-height: 52px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 32px;
    line-height: 42px;
  }
}

h4 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 24px;
    line-height: 34px;
  }
}

h5 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media (max-width: 1199px) {
  h5 {
    font-size: 18px;
    line-height: 25px;
  }
}

h6 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  h6 {
    font-size: 16px;
    line-height: 25px;
  }
}

label {
  color: #575959;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

button {
  cursor: pointer;
  transition: all 0.5s ease-out;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
}

a,
button {
  color: #00144e;
  outline: medium none;
  transition: all 0.5s ease-out;
  text-decoration: none;
}
a:hover,
button:hover {
  color: #0057b7;
  transition: all 0.5s ease-out;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus {
  color: #00144e;
  text-decoration: none;
  transition: all 0.5s ease-out;
}

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

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

::-moz-selection {
  background: #0057b7;
  text-shadow: none;
  color: #fff;
}

::selection {
  background: #0057b7;
  text-shadow: none;
  color: #fff;
}

textarea:focus,
input:focus {
  outline: none;
}

.background-black {
  background-color: #0057b7;
}

.background-blue {
  background-color: #003869;
}

.background-skye {
  background-color: #1eae98;
}

.background-gray {
  background-color: #eef5f8;
}

.page-bg {
  background-color: #020a27;
}

.background-primary {
  background-color: #f8f8f1;
}

.page-area {
  padding-top: 111px;
  padding-bottom: 100px;
}

.blog-area {
  padding-top: 120px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .page-area,
  .blog-area {
    padding-top: 100px;
    padding-bottom: 52px;
  }
}
@media (max-width: 767px) {
  .page-area,
  .blog-area {
    padding-top: 70px;
    padding-bottom: 22px;
  }
}
.page-area .page-links,
.blog-area .page-links {
  margin-bottom: 20px;
}

.theme-btn,
.wp-block-loginout a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 15.5px 32px;
  border: 1px solid #c58b68;
  text-align: center;
  border-radius: 4px;
  background: #c58b68;
  text-transform: capitalize;
  font-family: "helvetica_neue_md";
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  gap: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .theme-btn,
  .wp-block-loginout a {
    padding: 10px 15px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-btn,
  .wp-block-loginout a {
    padding: 12px 20px;
    font-size: 16px;
  }
}
.theme-btn:hover,
.wp-block-loginout a:hover {
  background: #00144e;
  color: #fff;
  border-color: #00144e;
}
.theme-btn.style-two,
.wp-block-loginout a.style-two {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
}
.theme-btn.style-two:hover,
.wp-block-loginout a.style-two:hover {
  background: #c58b68;
  color: #00144e;
  border-color: #c58b68;
}
.theme-btn.style-three,
.wp-block-loginout a.style-three {
  border: 1px solid #575959;
  color: #00144e;
  background: transparent;
  padding: 16px 24px;
  line-height: 170%;
  font-size: 16px;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .theme-btn.style-three,
  .wp-block-loginout a.style-three {
    padding: 12px 24px;
  }
}
.theme-btn.style-three:hover,
.wp-block-loginout a.style-three:hover {
  background: #c58b68;
  color: #00144e;
  border-color: transparent;
}
.theme-btn.style-four,
.wp-block-loginout a.style-four {
  border: 1px solid transparent;
}
.theme-btn.style-four:hover,
.wp-block-loginout a.style-four:hover {
  background: transparent;
  border-color: #ffffff;
}

.theme-transparant-btn {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.theme-transparant-btn:hover {
  background: #c58b68;
  color: #00144e;
  border-color: transparent;
}

.background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.pl-312 {
  padding-left: 312px;
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-lg-64 {
    margin-top: 64px;
  }
}

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

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

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

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

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

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

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

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

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

.custom-container {
  max-width: 1728px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #0057b7;
}
@media (max-width: 1800px) {
  .custom-container {
    background-size: cover;
  }
}

.breadcrumb-shape {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  top: 0;
  left: 0;
}

.custom-container-60 {
  width: 100%;
  overflow: hidden;
  padding-right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .custom-container-60 {
    padding: 0 12px;
    width: 100%;
  }
}

.certified {
  z-index: 5;
  position: absolute;
  top: 31px;
  left: 0;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(224, 247, 128, 0.5);
  width: 135px;
  height: 135px;
  border-radius: 100px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .certified {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .certified {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .certified {
    width: 100px;
    height: 100px;
  }
}
.certified i {
  color: #00144e;
  font-size: 34px;
  position: absolute;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .certified i {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .certified i {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .certified i {
    font-size: 20px;
  }
}
.certified .rounded-text {
  width: 115px;
  height: 115px;
  text-transform: uppercase;
  transform: rotate(-106deg);
  color: #fff;
  font-weight: 400;
  z-index: 10;
  font-family: "helvetica_neue_bold", sans-serif;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .certified .rounded-text {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .certified .rounded-text {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .certified .rounded-text {
    width: 90px;
    height: 90px;
  }
}
@keyframes rotating {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.certified .rotating {
  animation: rotating 12s linear infinite;
}

.bg-icon {
  background-color: #0057b7 !important;
}

.bg-gray {
  background-color: #f8f8f1 !important;
}

.bg-tertiary {
  background-color: #101e48 !important;
}

.bg-dark-blue {
  background-color: #131a48 !important;
}

.text-brand {
  color: #c58b68 !important;
}

.text-capitalize {
  text-transform: capitalize;
}

.upDown {
  animation: MoveUpDown 2s linear infinite alternate;
}

.custom-section.dark p {
  color: #575959 !important;
}

.sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh; /* Set the height to control when the sticky effect should end */
}

.sticky-image {
  width: 100%;
  background-color: lightblue; /* For demonstration */
}

.scrollable-content {
  overflow-y: auto;
}

/* Deafult Margin & Padding */
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.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-35 {
  margin-top: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.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-35 {
  margin-bottom: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-21 {
  padding-top: 21px;
}

.pt-22 {
  padding-top: 22px;
}

.pt-23 {
  padding-top: 23px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-86 {
  padding-top: 85px;
}

.pt-87 {
  padding-top: 85px;
}

.pt-88 {
  padding-top: 85px;
}

.pt-89 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-250 {
  padding-top: 250px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-21 {
  padding-bottom: 21px;
}

.pb-22 {
  padding-bottom: 22px;
}

.pb-23 {
  padding-bottom: 23px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 35px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-0 {
  padding-right: 0px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/** padding top & bottom **/
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.py-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-105 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.py-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.py-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.py-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.py-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.py-135 {
  padding-top: 135px;
  padding-bottom: 135px;
}

.py-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.py-145 {
  padding-top: 145px;
  padding-bottom: 145px;
}

.py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.py-155 {
  padding-top: 155px;
  padding-bottom: 155px;
}

.py-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.py-165 {
  padding-top: 165px;
  padding-bottom: 165px;
}

.py-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.py-175 {
  padding-top: 175px;
  padding-bottom: 175px;
}

.py-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.py-185 {
  padding-top: 185px;
  padding-bottom: 185px;
}

.py-190 {
  padding-top: 190px;
  padding-bottom: 190px;
}

.py-195 {
  padding-top: 195px;
  padding-bottom: 195px;
}

.py-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.py-205 {
  padding-top: 205px;
  padding-bottom: 205px;
}

.py-210 {
  padding-top: 210px;
  padding-bottom: 210px;
}

.py-215 {
  padding-top: 215px;
  padding-bottom: 215px;
}

.py-220 {
  padding-top: 220px;
  padding-bottom: 220px;
}

.py-225 {
  padding-top: 225px;
  padding-bottom: 225px;
}

.py-230 {
  padding-top: 230px;
  padding-bottom: 230px;
}

.py-235 {
  padding-top: 235px;
  padding-bottom: 235px;
}

.py-240 {
  padding-top: 240px;
  padding-bottom: 240px;
}

.py-250 {
  padding-top: 250px;
  padding-bottom: 250px;
}

.py-260 {
  padding-top: 260px;
  padding-bottom: 260px;
}

.py-270 {
  padding-top: 270px;
  padding-bottom: 270px;
}

.py-280 {
  padding-top: 280px;
  padding-bottom: 280px;
}

.py-290 {
  padding-top: 290px;
  padding-bottom: 290px;
}

.py-300 {
  padding-top: 300px;
  padding-bottom: 300px;
}

.py-310 {
  padding-top: 310px;
  padding-bottom: 310px;
}

.py-320 {
  padding-top: 320px;
  padding-bottom: 320px;
}

.py-330 {
  padding-top: 330px;
  padding-bottom: 330px;
}

.py-340 {
  padding-top: 340px;
  padding-bottom: 340px;
}

.py-350 {
  padding-top: 350px;
  padding-bottom: 350px;
}

/** padding left & right **/
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.px-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.px-65 {
  padding-left: 65px;
  padding-right: 65px;
}

.px-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.px-75 {
  padding-left: 75px;
  padding-right: 75px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.px-85 {
  padding-left: 85px;
  padding-right: 85px;
}

.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.px-95 {
  padding-left: 95px;
  padding-right: 95px;
}

.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.px-105 {
  padding-left: 105px;
  padding-right: 105px;
}

.px-110 {
  padding-left: 110px;
  padding-right: 110px;
}

.px-115 {
  padding-left: 115px;
  padding-right: 115px;
}

.px-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.px-125 {
  padding-left: 125px;
  padding-right: 125px;
}

.px-130 {
  padding-left: 130px;
  padding-right: 130px;
}

.px-135 {
  padding-left: 135px;
  padding-right: 135px;
}

.px-140 {
  padding-left: 140px;
  padding-right: 140px;
}

.px-145 {
  padding-left: 145px;
  padding-right: 145px;
}

.px-150 {
  padding-left: 150px;
  padding-right: 150px;
}

.px-155 {
  padding-left: 155px;
  padding-right: 155px;
}

.px-160 {
  padding-left: 160px;
  padding-right: 160px;
}

.px-165 {
  padding-left: 165px;
  padding-right: 165px;
}

.px-170 {
  padding-left: 170px;
  padding-right: 170px;
}

.px-175 {
  padding-left: 175px;
  padding-right: 175px;
}

.px-180 {
  padding-left: 180px;
  padding-right: 180px;
}

.px-185 {
  padding-left: 185px;
  padding-right: 185px;
}

.px-190 {
  padding-left: 190px;
  padding-right: 190px;
}

.px-195 {
  padding-left: 195px;
  padding-right: 195px;
}

.px-200 {
  padding-left: 200px;
  padding-right: 200px;
}

.px-205 {
  padding-left: 205px;
  padding-right: 205px;
}

.px-210 {
  padding-left: 210px;
  padding-right: 210px;
}

.px-215 {
  padding-left: 215px;
  padding-right: 215px;
}

.px-220 {
  padding-left: 220px;
  padding-right: 220px;
}

.px-225 {
  padding-left: 225px;
  padding-right: 225px;
}

.px-230 {
  padding-left: 230px;
  padding-right: 230px;
}

.px-235 {
  padding-left: 235px;
  padding-right: 235px;
}

.px-240 {
  padding-left: 240px;
  padding-right: 240px;
}

.px-250 {
  padding-left: 250px;
  padding-right: 250px;
}

.px-260 {
  padding-left: 260px;
  padding-right: 260px;
}

.px-270 {
  padding-left: 270px;
  padding-right: 270px;
}

.px-280 {
  padding-left: 280px;
  padding-right: 280px;
}

.px-290 {
  padding-left: 290px;
  padding-right: 290px;
}

.px-300 {
  padding-left: 300px;
  padding-right: 300px;
}

.px-310 {
  padding-left: 310px;
  padding-right: 310px;
}

.px-320 {
  padding-left: 320px;
  padding-right: 320px;
}

.px-330 {
  padding-left: 330px;
  padding-right: 330px;
}

.px-340 {
  padding-left: 340px;
  padding-right: 340px;
}

.px-350 {
  padding-left: 350px;
  padding-right: 350px;
}

/* WordPress Core
===================*/
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 25px;
}

ol {
  padding-left: 20px;
}

ul {
  list-style: disc;
  padding-left: 20px;
}

/* Protected Post Type */
.post-password-form label {
  width: 100%;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
.post-password-form input[type=password] {
  font-size: 1.2rem;
  line-height: 20px;
  padding: 12px 20px;
  border: 1px solid #E4E4F2;
  width: 100%;
}
.post-password-form input[type=submit] {
  background-color: #0057b7;
  border: none;
  padding: 10px 40px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.5s ease-out;
}
.post-password-form input[type=submit]:hover {
  background-color: #0057b7;
}

/* Table */
table {
  margin-bottom: 20px;
  width: 100%;
}
table caption {
  border: 1px solid #dfe2e9;
  padding: 6px 10px;
  border-top: 0;
  color: #575959;
}
table th,
table td {
  background-color: transparent;
  border: 1px solid #dfe2e9;
  padding: 8px;
  transition: 0.3s;
  line-height: normal;
}
table th p,
table td p {
  margin: 0;
}
table th ul,
table td ul {
  margin: 10px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  table th,
  table td {
    padding: 5px;
  }
}
table th#today,
table td#today {
  background: #0057b7;
  color: #ffffff;
}
table th#today a,
table td#today a {
  color: #ffffff;
}

.page-content .size-full.alignright {
  margin-bottom: 15px;
  margin-top: 20px;
}
.page-content figure.wp-caption.aligncenter {
  margin-top: 40px;
}
.page-content dl, .page-content ol, .page-content ul {
  margin-bottom: 11px;
}
.page-content .custom-comment-respond {
  margin-top: 78px;
  margin-bottom: 20px;
}
.page-content .latest-comments .comment-respond {
  margin-bottom: 40px;
}
.page-content .post-comments {
  margin-top: 80px;
}
.page-content .comment-respond .contacts-message {
  margin-top: 60px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .page-content .comment-respond .contacts-message {
    margin-top: 40px;
    margin-bottom: 0px;
  }
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*
 Caption
============================*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 14px;
  font-style: italic;
}

.wp-caption-text {
  text-align: center;
}

/*
 Galleries
============================*/
.gallery {
  margin-bottom: 10px;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-right: 5px !important;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.size-thumbnail {
  margin-bottom: 20px;
}

img.emoji {
  width: 15px;
  height: 15px;
}

/*
 Alignments
============================*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em !important;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em !important;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

/*
 Block Unit Test Widget
============================*/
.wp-block-search__input {
  border: 1px solid #dfe2e9 !important;
}

.wp-block-search__button {
  margin-left: 0 !important;
}

.wp-block-social-links {
  padding-left: 0 !important;
}
.wp-block-social-links li {
  padding-top: 0 !important;
}

.single-post-item {
  margin-bottom: 40px;
}
.single-post-item.format-quote blockquote {
  padding: 45px;
}
@media (max-width: 767px) {
  .single-post-item.format-quote blockquote {
    padding: 35px;
  }
}

blockquote {
  overflow: hidden;
  margin: 48px 0;
  position: relative;
  z-index: 1;
  padding-left: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  blockquote {
    padding-left: 16px;
  }
}
blockquote p {
  font-size: 18px;
  font-family: "helvetica_neue_roman", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin-top: 0 !important;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  blockquote p {
    font-size: 16px;
    line-height: 28px;
  }
}
blockquote p a {
  color: #0057b7;
  text-decoration: underline;
}
blockquote footer {
  font-size: 18px;
  font-family: "helvetica_neue_bold", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.36px;
  color: #0057b7;
  margin-top: 16px;
}

.wp-block-quote, blockquote {
  border-left: solid 5px #0057b7;
}

.wp-block-pullquote {
  border-top: 5px solid #0057b7 !important;
  border-bottom: 5px solid #0057b7 !important;
  background-color: #ffffff;
}

.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
  margin-top: 10px;
  display: block;
}

.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
  margin-left: 10px;
}

.wp-block-column:not(:last-child) {
  margin-right: 10px;
}

.wp-block-column:nth-child(2n+1) {
  margin-right: 10px;
}

.post-content > .alignwide {
  margin-left: 0;
  margin-right: 0;
  width: calc(100% + 20px);
  max-width: calc(100% + 20px);
}

.post-content h2.has-small-font-size {
  line-height: 24px;
}
.post-content h2.has-medium-font-size {
  line-height: 32px;
}
.post-content h2.has-large-font-size {
  line-height: 48px;
}
.post-content p.has-large-font-size {
  font-size: 36px;
  line-height: 1.2;
}
.post-content .wp-block-search {
  margin-bottom: 15px;
}
.post-content .wp-block-file {
  margin-top: 20px;
  margin-bottom: 20px;
}
.post-content .wp-block-group__inner-container p {
  margin-top: 0 !important;
}
.post-content ul {
  padding-left: 0;
}

.has-very-light-gray-color.has-very-light-gray-color {
  color: #fff;
  background: #0057b7 !important;
}

.wp-block-button {
  margin-bottom: 10px;
}

.wp-block-archives select,
.wp-block-categories select {
  height: 50px;
  width: 200px;
  border: 1px solid #ddd;
  padding: 0 10px;
  margin-bottom: 10px;
}

.wp-block-latest-comments {
  padding-left: 0 !important;
}

.wp-block-cover p.wp-block-cover-text,
.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #fff !important;
}

.wp-block-cover-text a {
  color: #fff;
}

.wp-block-rss {
  padding-left: 0 !important;
}

.widget .wp-block-archives-dropdown,
.widget .wp-block-categories-dropdown,
.widget .wp-block-loginout,
.widget .wp-block-social-links,
.widget.widget_archive select,
.widget.widget_categories select,
.widget.widget_text select,
.widget.widget_tag_cloud .tagcloud,
.widget .wp-block-tag-cloud {
  margin-bottom: 6px;
  border-color: #dfe2e9;
}

.wp-block-latest-posts .wp-block-latest-posts__post-title {
  display: inline-block;
  width: 100%;
}

nav.wp-calendar-nav {
  justify-content: space-between;
  display: flex;
}
nav.wp-calendar-nav a {
  color: #575959;
}
nav.wp-calendar-nav a:hover {
  color: #0057b7;
}

/*
 Media
============================*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
  width: 100%;
}

.comment-respond.style-two .wpcf7-form .wpcf7-not-valid-tip {
  color: #dc3232 !important;
}
.comment-respond .wpcf7-form .wpcf7-not-valid {
  border-color: #dc3232 !important;
}
.comment-respond .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 16px;
  margin-top: 5px;
}
.comment-respond .wpcf7-form.sent .wpcf7-response-output {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.01em;
  color: #72DC60;
  padding: 15px 20px;
  text-align: center;
  position: relative;
  background: #F4FFF5;
  border: 1px solid #CDF5C8 !important;
  border-radius: 10px;
}
.comment-respond .wpcf7-form.invalid .wpcf7-response-output {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.01em;
  color: #dc3232;
  padding: 15px 20px;
  text-align: center;
  position: relative;
  background: #FFF7F7;
  border: 1px solid #FED8D8 !important;
  border-radius: 10px;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  width: 22px !important;
  height: 22px !important;
  border-color: rgb(223, 226, 233);
  border-radius: 3px !important;
  background-color: transparent !important;
  transform: scale(1);
  transition: 0.3s;
  position: relative !important;
  padding: 0 !important;
  cursor: pointer;
  margin-top: 0 !important;
  display: flex;
  align-self: center;
  flex-shrink: 0;
  box-shadow: none !important;
}

input[type=radio]::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  transition: 0.3s;
  transform: scale(0);
  background-color: #0057b7;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

input[type=checkbox]::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.44899 7.76355C3.36328 7.84971 3.24641 7.89784 3.12495 7.89784C3.00349 7.89784 2.88662 7.84971 2.80091 7.76355L0.213156 5.17534C-0.0554271 4.90676 -0.0554271 4.47134 0.213156 4.20321L0.537198 3.87917C0.805781 3.61059 1.24074 3.61059 1.50932 3.87917L3.12495 5.4948L7.49057 1.12917C7.75916 0.860589 8.19457 0.860589 8.4627 1.12917L8.78674 1.45321C9.05532 1.7218 9.05532 2.15721 8.78674 2.42534L3.44899 7.76355Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  height: 100%;
  width: 100%;
  transition: 0.3s;
  transform: scale(0);
  background-color: #0057b7;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

input[type=checkbox]:checked::before,
input[type=radio]:checked::before {
  transform: scale(1);
  box-sizing: inherit !important;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  border-color: #0057b7 !important;
}

.wpcf7-form-control {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form-control .wpcf7-list-item label {
  display: flex;
  align-content: center;
  margin: 0;
  gap: 10px;
}
.wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 400;
}

.logged-in .comment-respond textarea {
  margin-bottom: 12px;
}

.zoom-instagram-widget p {
  color: #ffffff;
}
.zoom-instagram-widget p a {
  color: #ff6731;
}
.zoom-instagram-widget ul {
  list-style: none;
}
.zoom-instagram-widget ul li {
  color: #ffffff;
}

body.admin-bar .header-menu-area.sticky_menu {
  top: 30px;
}
@media (max-width: 600px) {
  body.admin-bar .header-menu-area.sticky_menu {
    top: 0;
  }
}

.page-template-default.page-id-146 .page-content p:last-child {
  margin-bottom: 10px;
}
.page-template-default.page-id-1133 .page-content .comment-respond {
  margin-top: 78px;
  display: inline-block;
  width: 100%;
}
.page-template-default.page-id-3 .page-area {
  padding-top: 104px;
}

.post-template-default.postid-163 .blog-details-wrapper .single-post-item .post-content {
  margin-bottom: 34px;
}
.post-template-default.postid-150 .blog-details-wrapper .single-post-item .post-content {
  margin-bottom: 34px;
}
.post-template-default.postid-150 .blog-details-wrapper .single-post-item .post-content .wp-block-group.is-layout-constrained:last-child {
  border: 1px solid #000;
}
.post-template-default.postid-51 .blog-details-wrapper .single-post-item .post-content {
  margin-bottom: 25px;
}
.post-template-default.postid-51 .blog-details-wrapper .single-post-item .post-content p:last-child {
  margin-bottom: 0;
}
.post-template-default.postid-1163 .blog-details-wrapper .single-post-item .post-content .wp-caption, .post-template-default.postid-568 .blog-details-wrapper .single-post-item .post-content .wp-caption {
  margin-top: 20px;
}
.post-template-default.postid-1785 .blog-details-wrapper .single-post-item .post-content .wp-block-button__link {
  color: #ffffff !important;
  background-color: #00144e;
}
.post-template-default.postid-1149 .blog-details-wrapper .latest-comments li .comments-box .comments-text p {
  margin-bottom: 0;
}
.post-template-default.postid-555 .blog-details-wrapper .single-post-item .post-content .gallery {
  margin-top: 20px;
}
.post-template-default.postid-1786 .single-post-item .post-title {
  margin-bottom: 30px;
}

.error-404.not-found {
  margin-top: -20px;
  margin-bottom: 40px;
}
.error-404.not-found .error-content .error-btn-bh {
  margin-top: 20px;
}

@keyframes MovefadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.MovefadeUp {
  -webkit-animation-name: MovefadeUp;
  animation-name: MovefadeUp;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes animatelinebar {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
}
@keyframes animatelinebar {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
}
@-webkit-keyframes slideUpIn {
  0% {
    -webkit-transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(40px);
  }
}
@keyframes slideUpIn {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(40px);
  }
}
@-webkit-keyframes MoveLeftRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10px);
  }
}
@keyframes MoveLeftRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10px);
  }
}
@-webkit-keyframes MoveUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes MoveUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
@-webkit-keyframes MoveUpDownCorner {
  0% {
    transform: translate(-30%, 10%);
  }
  100% {
    transform: translate(-50%, 15%);
  }
}
@keyframes MoveUpDownCorner {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-50%, 15%);
  }
}
@keyframes CustomMoveUpDown {
  0% {
    transform: translate(-50%, 50%);
  }
  100% {
    transform: translate(-50%, 40%);
  }
}
@-webkit-keyframes Animated3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes Animated3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@-webkit-keyframes Animated4 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10px);
  }
}
@keyframes Animated4 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10px);
  }
}
@keyframes Rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes Rotating-reverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* 1. Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999999;
  right: 0;
  bottom: 0;
}

#preloader-status {
  height: 210px;
  width: 210px;
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  position: absolute;
  left: 50%;
  top: 50%;
}

/* 2. Scrollup */
.scrollup-wrapper {
  position: fixed;
  right: 40px;
  bottom: 20px;
  z-index: 9999;
}

.scrollup-btn {
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 22px;
  color: #ffffff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  background-color: #0057b7;
  border-radius: 50px;
  padding-top: 3px;
  border: 2px solid;
  align-items: center;
  cursor: pointer;
}
.scrollup-btn i {
  margin-top: -3px;
  display: block;
}

/* 3. Partials */
.header-area {
  /*  position: fixed;*/
  width: 100%;
  z-index: 999;
  transition: all 0.5s ease-out;
}

.header-top {
  background-color: #0057b7;
  padding-right: 96px;
  padding-left: 96px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1399px) {
  .header-top {
    padding: 0 28px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-top {
    padding: 0 16px;
  }
}
.header-top .header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header-top .header-top-wrapper {
    flex-direction: column;
    padding: 16px 0;
    align-items: start;
  }
}
.header-top .header-top-info {
  display: flex;
  gap: 0 24px;
}
@media (max-width: 1199px) {
  .header-top .header-top-info {
    justify-content: space-between;
    width: 100%;
  }
}
.header-top .header-contact-info {
  display: flex;
  align-items: center;
  gap: 0 24px;
  padding: 13px 0;
  flex-wrap: wrap;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-top .header-contact-info {
    padding-top: 0;
  }
}
.header-top .header-contact-info span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  font-family: "helvetica_neue_roman", sans-serif;
}
.header-top .header-contact-info span.contact-info-item {
  gap: 0 10px !important;
}
.header-top .header-contact-info span a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: "helvetica_neue_roman", sans-serif;
}
.header-top .header-contact-info span a i {
  color: #c58b68;
  font-size: 16px;
}
.header-top .header-contact-info span i {
  font-size: 16px;
  color: #c58b68;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-top .header-top-btn {
    display: none;
  }
}
.header-top .header-top-btn a {
  position: relative;
  padding: 12px 46px;
  font-size: 18px;
  font-family: "helvetica_neue_bold", sans-serif;
  color: #ffffff;
  margin-bottom: -100px;
  display: inline-block;
  font-weight: 700;
  z-index: 2;
}
.header-top .header-top-btn a:before {
  position: absolute;
  content: "";
  border-radius: 0 0 10px 10px;
  background-color: #ff6731;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.header-top .social-profile {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: flex-end;
}
.header-top .social-profile a {
  font-size: 16px;
  color: #ffffff;
  transition: 0.3s;
  transform: scale(1);
  width: 24px;
  height: 24px;
  border: 1px solid #c58b68;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-top .social-profile a i {
  font-size: 13px;
  line-height: 14px;
  color: #ffffff;
}
.header-top .social-profile a:hover {
  transition: all 0.5s ease-out;
  transform: scale(1.4);
  color: #1eae98;
}

.header-menu-area {
  width: 100%;
  z-index: 999;
  transition: all 0.4s ease 0s;
  position: relative;
  padding-right: 96px;
  padding-left: 96px;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-menu-area {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu-area {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu-area {
    padding: 0 16px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .header-menu-area {
    padding: 0 28px;
  }
}
.header-menu-area.sticky-header {
  width: 100%;
  z-index: 999;
  transition: all 0.4s ease 0s;
}
.header-menu-area.sticky_menu {
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
  box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.03);
}
.header-menu-area.sticky_menu .logo {
  height: 90px;
}
@media (max-width: 991px) {
  .header-menu-area.sticky_menu .logo {
    height: 80px;
  }
}
.header-menu-area.sticky_menu .logo .standard-logo {
  display: none;
}
.header-menu-area.sticky_menu .logo .sticky-logo {
  display: block;
}
.header-menu-area.sticky_menu .logo .sticky-logo img {
  width: 170px;
  transition: all 0.5s ease-out;
}
.header-menu-area.sticky_menu .main-menu ul li a {
  padding: 31px 26px;
  transition: all 0.5s ease-out;
}
.header-menu-area.sticky_menu .main-menu ul li a:before {
  right: 8px;
}
.header-menu-area.sticky_menu .main-menu ul li ul li a {
  padding: 10px 20px;
}
.header-menu-area .logo {
  height: 112px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header-menu-area .logo {
    height: 80px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-menu-area .logo {
    width: 180px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-menu-area .logo .standard-logo {
    display: none;
  }
}
.header-menu-area .logo .standard-logo img {
  transition: all 0.5s ease-out;
}
.header-menu-area .logo .sticky-logo {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header-menu-area .logo .sticky-logo {
    width: 170px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-menu-area .logo .sticky-logo {
    display: block;
  }
}
.header-menu-area .logo .sticky-logo img {
  transition: all 0.5s ease-out;
}
.header-menu-area .logo .retina-logo {
  display: none;
}

.main-menu ul {
  margin: 0;
  padding: 0;
  position: relative;
}
.main-menu ul li {
  display: inline-block;
  padding: 0;
  position: relative;
  flex-shrink: 0;
}
.main-menu ul li.active {
  position: relative;
}
.main-menu ul li.active > a {
  color: #c58b68;
}
.main-menu ul li.active > a:before {
  border-color: #c58b68;
}
.main-menu ul li.dropdown > a {
  padding-right: 30px;
}
.main-menu ul li.dropdown > a:before {
  visibility: visible;
  border-color: #ffffff;
}
.main-menu ul li.dropdown .dropdown > a:before {
  visibility: visible;
  right: 15px;
  transform: rotate(-45deg);
}
.main-menu ul li a {
  position: relative;
  padding-right: 15px;
}
.main-menu ul li a:before {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  margin: auto;
  top: 45%;
  right: 0;
}
.main-menu ul li ul.submenu li.active > a {
  position: relative;
  z-index: 2;
  color: #00144e;
}
.main-menu ul li ul.submenu li.active > a:before {
  border-color: #ffffff;
}
.main-menu ul li ul.submenu li.active > a:after {
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0;
  z-index: -1;
}
.main-menu ul li a {
  display: block;
  padding: 42.5px 24px;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.5s ease-out;
  position: relative;
  color: #ffffff;
  font-family: "helvetica_neue_md", sans-serif;
  font-size: 16px;
  line-height: 170%;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.main-menu ul li a:before {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  border: solid #0057b7;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  margin-top: -6px;
  top: 50%;
  right: 15px;
  visibility: hidden;
}
.main-menu ul li a:hover {
  color: #c58b68;
}
.main-menu ul li a:hover:before {
  border-color: #c58b68;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li a {
    padding: 18px 24px;
  }
}
.main-menu ul li:hover > ul {
  visibility: visible;
  transition: all 0.5s ease-out;
  opacity: 1;
  transform: scaleY(1);
}
.main-menu ul li ul li:hover ul {
  visibility: visible;
  top: -2px;
}
.main-menu ul ul {
  background-color: #ffffff;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  visibility: hidden;
  z-index: 99999;
  transition: all 0.5s ease-out;
  border-top: 2px solid #c58b68;
  box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
  transform-origin: top;
  transform: scaleY(0);
  border-radius: 0 0 4px 4px;
}
.main-menu ul ul li {
  float: none;
  width: 210px;
}
.main-menu ul ul li ul {
  visibility: hidden;
}
.main-menu ul ul li i {
  float: right;
}
.main-menu ul ul li a {
  line-height: 120%;
  padding: 10px 20px;
  color: #00144e;
  border-bottom: 1px solid #f5f5f5;
  margin-left: 0;
  width: 100%;
}
.main-menu ul ul li a:hover {
  background-color: #c58b68;
  color: #00144e;
}
.main-menu ul ul li a:hover:before {
  border-color: #ffffff;
}
.main-menu ul ul li:last-child a {
  border-bottom: 0px;
}
.main-menu ul ul ul {
  left: 100%;
  transition: all 0.3s ease 0s;
  opacity: 0;
  border-top: 0px;
  border-top: 2px solid #00144e;
}

.animation {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slideUpIn {
  -webkit-animation-name: slideUpIn;
  animation-name: slideUpIn;
}

.header-btn a {
  background: #ffffff;
  color: #00144e;
  padding: 8px 18px 8px 8px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  font-family: "helvetica_neue_bold";
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .header-btn a {
    padding: 5px 8px 5px 8px;
    font-size: 14px;
  }
}
.header-btn i {
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #0057b7;
  color: #ffffff;
  padding: 11px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 1199px) {
  .header-btn i {
    display: none;
  }
}
.header-btn:hover a {
  border-color: #c58b68;
}
.header-btn:hover i {
  background: #c58b68;
}
.header-btn.style-two a {
  background: #0057b7;
  border-radius: 4px;
  padding: 16px 24px;
  color: #ffffff;
  font-family: "helvetica_neue_roman", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
}
.header-btn.style-two:hover a {
  background: #c58b68;
  color: #00144e;
}
.header-btn.style-two:hover i {
  background: #00144e;
}
.header-btn.style-three {
  transition: all 0.5s ease-out;
}
.header-btn.style-three a {
  background: #0057b7;
  color: #ffffff;
  border-radius: 50px;
  transition: all 0.5s ease-out;
}
.header-btn.style-three i {
  color: #00144e;
}
.header-btn.style-three:hover a {
  background: #f8f8f1;
  color: #00144e;
}
.header-btn.style-three:hover i {
  background: #c58b68;
}

.header-area.style-two .header-top .header-top-btn a {
  margin-bottom: inherit;
  padding: 6px 46px;
}
.header-area.style-two .header-top .header-top-btn a:before {
  border-radius: 0;
  transform: skewX(-20deg);
}
.header-area.style-two .header-menu-area .logo {
  height: 107px;
}
@media (max-width: 991px) {
  .header-area.style-two .header-menu-area .logo {
    height: 80px;
  }
}
.header-area.style-two .header-menu-area .main-menu ul ul {
  border-color: #00144e;
}
.header-area.style-two .header-menu-area .main-menu ul li a {
  color: #00144e;
  padding: 39.5px 24px;
}
.header-area.style-two .header-menu-area .main-menu ul li a:before {
  border-color: #00144e;
  right: 8px;
}
.header-area.style-two .header-menu-area .main-menu ul li a:hover:before {
  border-color: #00144e;
}
.header-area.style-two .header-menu-area .main-menu ul li.active a:before {
  border-color: #00144e;
}
.header-area.style-two .header-menu-area .main-menu ul li ul li a {
  padding: 10px 20px;
}

.header-area.style-three {
  position: unset;
}
.header-area.style-three .header-top .header-top-btn a {
  margin-bottom: inherit;
  padding: 6px 46px;
}
.header-area.style-three .header-top .header-top-btn a:before {
  border-radius: 0;
  transform: skewX(-20deg);
}
.header-area.style-three .header-menu-area .logo {
  height: 107px;
}
@media (max-width: 991px) {
  .header-area.style-three .header-menu-area .logo {
    height: 80px;
  }
}
.header-area.style-three .header-menu-area .main-menu ul ul {
  border-color: #00144e;
}
.header-area.style-three .header-menu-area .main-menu ul li a {
  color: #00144e;
  padding: 39.5px 24px;
}
.header-area.style-three .header-menu-area .main-menu ul li a:before {
  border-color: #00144e;
  right: 8px;
}
.header-area.style-three .header-menu-area .main-menu ul li a:hover:before {
  border-color: #00144e;
}
.header-area.style-three .header-menu-area .main-menu ul li.active a:before {
  border-color: #00144e;
}
.header-area.style-three .header-menu-area .main-menu ul li ul li a {
  padding: 10px 20px;
}

/* 3. Module CSS */
/*!
MeanMenu 2.0.8 -------- To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/) 
*/
.mean-bar .meanmenu-reveal {
  display: none !important;
}

a.meanmenu-reveal {
  display: none;
}

.mobile-nav-menu.mean-container {
  width: 100%;
  padding: 0;
}

.mean-container .mean-bar {
  width: 100%;
  position: relative;
  z-index: 999999;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px;
  border-radius: 4px;
  position: absolute;
  right: 0;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  display: block;
  font-weight: 700;
  margin-right: 15px;
  margin-top: -77px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mean-container a.meanmenu-reveal {
    margin-top: -65px;
  }
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #0057b7;
  height: 2px;
  margin-top: 5px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #fff;
  overflow-x: hidden;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  padding: 10px 30px;
  margin: 0;
  text-align: left;
  color: #575959;
  border-top: 1px solid #ebecee;
  text-decoration: none;
  text-transform: capitalize;
  width: 100%;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 10px 60px;
  border-top: 1px solid #ebecee;
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: 0;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding-left: 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding-left: 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding-left: 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #2c2e3d;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  width: 48px;
  height: 50px;
  padding: 0 !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #ebecee;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #0057b7;
  color: #fff;
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

@media (min-width: 767px) {
  .right-aside {
    padding-left: 30px;
  }
}

.icon-card {
  background: #ffffff;
  padding: 63px 38px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: 24px;
  height: 450px;
  overflow: hidden;
}
.icon-card.filler {
  overflow: hidden;
  padding: 0;
}
.icon-card.filler img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.icon-card.filler:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.icon-card.halfCaff {
  margin-top: 0px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card {
    margin-top: 24px;
    padding: 48px 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .icon-card {
    margin-top: 24px;
    padding: 48px 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon-card {
    padding: 32px 26px;
  }
}
.icon-card .icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 1px solid #0057b7;
  color: #0057b7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 5;
  transform: rotateY(-360deg);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card .icon {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .icon-card .icon {
    width: 80px;
    height: 80px;
  }
}
.icon-card .icon svg path {
  fill: #0057b7;
}
.icon-card .icon i,
.icon-card .icon img,
.icon-card .icon svg {
  font-size: 35px;
  line-height: 35px;
  z-index: 10;
  position: relative;
}
.icon-card .icon .icon-color {
  width: 26px;
  height: 26px;
  background-color: #c58b68;
  border-radius: 50px;
  position: absolute;
  top: 20px;
  left: 38px;
}
.icon-card .content {
  display: flex;
  gap: 16px;
  flex-direction: column;
  position: relative;
  z-index: 5;
  align-items: center;
  text-align: center;
}
.icon-card .content .title {
  color: #00144e;
  margin-bottom: 0;
}
.icon-card .content .desc {
  font-family: "helvetica_neue_roman", sans-serif;
  font-weight: 400;
  color: #575959;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card .content .desc {
    padding: 0;
    font-size: 14px;
  }
  .icon-card .content .desc br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .icon-card .content .desc {
    padding: 0;
    font-size: 14px;
  }
  .icon-card .content .desc br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon-card .content .desc {
    padding: 0;
    font-size: 14px;
  }
}
.icon-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c58b68;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  transition: all 0.5s ease-out;
}
.icon-card:hover .icon {
  transition: all 0.5s ease-out;
  transform: rotateY(0deg);
}
.icon-card:hover:after {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-out;
}
.icon-card:hover .desc {
  color: #ffffff !important;
}

.common-card-wrapper {
  background: #4566d4;
  padding: 100px 50px;
}

.icon-card-wrapper-two {
  padding: 70px;
  border-radius: 8px;
  overflow: hidden;
  background: #2c3236;
}

.icon-card.style-two {
  flex-direction: row;
  align-items: center;
  padding: 36px 40px;
  border-radius: 8px;
  justify-content: start;
}
.icon-card.style-two .icon {
  background: #c58b68;
  width: 80px;
  height: 80px;
  align-self: start;
}
.icon-card.style-two .icon i {
  font-size: 48px;
  font-weight: 500;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card.style-two .icon {
    align-self: center;
  }
}
.icon-card.style-two .content .title {
  text-align: start;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card.style-two .content .title {
    text-align: center;
    font-size: 24px;
  }
}
.icon-card.style-two .content .desc {
  text-align: start;
  font-size: 18px;
  line-height: 31px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card.style-two .content .desc {
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card.style-two {
    flex-direction: column;
    justify-content: center;
  }
}

.icon-card.style-three {
  flex-direction: row;
  background: #f8f8f1;
  padding: 40px 40px 40px 32px;
}
.icon-card.style-three .icon .icon-color {
  width: 39px;
  height: 39px;
  top: 0;
  left: unset;
  transform: translate(0, 50%);
}
.icon-card.style-three .content {
  gap: 8px;
  align-items: flex-start;
  text-align: left;
}
@media (max-width: 767px) {
  .icon-card.style-three .content {
    align-items: center;
    text-align: center;
  }
}
.icon-card.style-three .content .desc {
  padding: 0;
  margin-bottom: 0;
  font-family: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card.style-three {
    flex-direction: column;
  }
  .icon-card.style-three .icon {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon-card.style-three {
    padding: 24px;
  }
  .icon-card.style-three .icon {
    width: 80px;
    height: 80px;
  }
}

.icon-card.style-four {
  flex-direction: column;
  padding: 78px 28px;
  margin-top: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card.style-four {
    padding: 48px 12px;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .icon-card.style-four {
    padding: 48px 12px;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon-card.style-four {
    padding: 48px 12px;
    margin-bottom: 24px;
  }
}
.icon-card.style-four .icon {
  background: #c58b68;
  width: 80px;
  height: 80px;
  border: none;
  border: 1px solid transparent;
  transition: all 0.5s ease-out;
}
.icon-card.style-four .icon i {
  font-size: 48px;
  font-weight: 500;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card.style-four .icon {
    align-self: center;
  }
}
.icon-card.style-four .content .desc {
  font-size: 18px;
}
.icon-card.style-four .content .title {
  font-size: 24px;
}
.icon-card.style-four:hover .icon {
  background: #c58b68 !important;
  border-color: #0057b7;
}

.icon-card.style-five {
  flex-direction: row;
  align-items: start;
  padding: 0;
  justify-content: start;
  gap: 16px;
}
.icon-card.style-five .icon {
  background: #c58b68;
  width: 64px;
  height: 64px;
  border: none;
}
.icon-card.style-five .icon i {
  font-size: 24px;
  color: #000;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card.style-five .icon i {
    font-size: 18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card.style-five .icon {
    width: 48px;
    height: 48px;
  }
}
.icon-card.style-five .content {
  gap: 4px;
  align-items: flex-start;
}
.icon-card.style-five .content .title {
  text-align: start;
}
.icon-card.style-five .content .desc {
  text-align: start;
  padding: 0;
}
.icon-card.style-five:hover .icon {
  transform: rotateY(-360deg) !important;
}
.icon-card.style-five:hover:after {
  display: none;
}

.icon-card.style-six {
  background: #f8f8f1;
  padding: 55px 38px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon-card.style-six {
    padding: 30px 16px;
  }
}
.icon-card.style-six .content .desc {
  padding: 0;
}

.icon-card.style-seven {
  background-color: #f8f8f1;
  flex-direction: row;
  padding: 26px 0;
  gap: 16px;
  margin-top: 54px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .icon-card.style-seven {
    justify-content: start;
    padding: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon-card.style-seven {
    padding: 16px 12px;
  }
}
.icon-card.style-seven .icon {
  background: #c58b68;
  width: 80px;
  height: 80px;
  border: transparent;
}
.icon-card.style-seven .icon i {
  color: #0057b7;
}
.icon-card.style-seven .content .title {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #00144e;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card.style-seven .content {
    flex-direction: column;
  }
}
.icon-card.style-seven.slick-current {
  background-color: #0057b7;
  border-color: transparent;
}
.icon-card.style-seven.slick-current .content .title {
  color: #ffffff;
}
.icon-card.style-seven:hover:after {
  display: none;
}

.video-popup-card {
  position: relative;
}
.video-popup-card .video-popup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-popup-card .video-popup-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.video-popup-card .video-popup-btn a {
  width: 86px;
  height: 86px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  background: rgba(224, 247, 128, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  animation: ripple 3s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-popup-card .video-popup-btn a {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-popup-card .video-popup-btn a {
    width: 60px;
    height: 60px;
  }
}
.video-popup-card .video-popup-btn a i {
  color: #0057b7;
  font-size: 24px;
}
.video-popup-card .video-popup-btn a:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}
.video-popup-card.style-two {
  padding: 0;
  box-shadow: none;
}
.video-popup-card.style-two .video-popup-btn a {
  width: 100px;
  height: 100px;
  background-color: transparent;
  backdrop-filter: none;
  background-image: none;
  border: 2px solid #ffffff;
}
.video-popup-card.style-two .video-popup-btn a i {
  color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-popup-card.style-two .video-popup-btn a {
    width: 80px;
    height: 80px;
  }
}
.video-popup-card.style-three {
  overflow: visible;
  padding: 0;
  box-shadow: none;
}
.video-popup-card.style-three .video-popup-image {
  border-radius: 12px;
  overflow: hidden;
}
.video-popup-card.style-three .video-popup-btn {
  left: 0;
}
@media (max-width: 1199px) {
  .video-popup-card.style-three .video-popup-btn {
    left: 50%;
  }
}
.video-popup-card.style-three .video-popup-btn a {
  background: rgb(227, 0, 8);
  background: linear-gradient(65deg, rgb(227, 0, 8) 0%, rgb(250, 174, 0) 100%);
}

.counter-card {
  padding-top: 63px;
  z-index: 1;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 48px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .counter-card:before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-card {
    padding: 0;
  }
}
.counter-card .counter-item {
  padding: 72px 0;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-card .counter-item {
    padding: 35px 0;
    gap: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-card .counter-item {
    padding: 35px 0;
    gap: 14px;
  }
}
@media (max-width: 991px) {
  .counter-card .counter-item.style-two:before {
    display: none;
  }
}
.counter-card .counter-item:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 80px;
  background: #c58b68;
  left: -24px;
}
.counter-card .counter-item:first-child:before {
  display: none;
}
@media (max-width: 991px) {
  .counter-card .counter-item:nth-child(3):before {
    display: none;
  }
}
.counter-card .counter-item .counter-title {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
  flex-direction: column;
}
.counter-card .counter-item .number {
  text-align: center;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-card .counter-item .number {
    font-size: 48px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-card .counter-item .number {
    font-size: 32px;
    line-height: 40px;
  }
}
.counter-card .counter-item .text {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-card .counter-item .text {
    font-size: 14px;
  }
}

.process-wrapper-two {
  background: #393d48;
  padding: 50px;
}

.process-step-slider-wrapper {
  position: relative;
}
@media (min-width: 1440px) {
  .process-step-slider-wrapper .process-step-sketch {
    position: absolute;
    width: 188px;
    height: 188px;
    bottom: -30px;
    left: -94px;
    top: unset;
    z-index: 1;
    animation: MoveUpDown 2s linear infinite alternate;
  }
}

.process-step {
  display: flex !important;
  position: relative;
}
@media (min-width: 1440px) {
  .process-step .process-step-sketch {
    position: absolute;
    width: 188px;
    height: 188px;
    bottom: -30px;
    left: -94px;
    top: unset;
    z-index: 1;
    animation: MoveUpDown 2s linear infinite alternate;
  }
}
.process-step .image {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.process-step .image img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.process-step .image img:hover {
  transform: scale(1.03);
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .process-step .image {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-step .image {
    width: 100%;
  }
}
.process-step .content-wrapper {
  width: 50%;
  padding: 95px 111px 96px 133px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  background: #f8f8f1;
}
.process-step .content-wrapper .content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.process-step .content-wrapper .content .icon {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #c58b68;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-step .content-wrapper .content .icon i {
  font-size: 48px;
  line-height: 48px;
  color: #0057b7;
}
.process-step .content-wrapper .content .title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .process-step .content-wrapper .content .title-wrapper h4 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .process-step .content-wrapper {
    width: 100%;
    padding: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-step .content-wrapper {
    width: 100%;
    padding: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .process-step .content-wrapper {
    padding: 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .process-step {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-step {
    flex-direction: column;
  }
}

.process-step-slider-tab .slick-list {
  padding: 0 !important;
  margin: 0 -12px;
}
@media only screen and (min-width: 992px) and (max-width: 2560px) {
  .process-step-slider-tab .slick-list .slick-track {
    transform: none !important;
  }
}
.process-step-slider-tab .slick-list .slick-track .slick-slide {
  margin: 0 12px;
}
@media (max-width: 991px) {
  .process-step-slider-tab .slick-list .slick-track .slick-slide .content .title {
    text-align: left;
  }
}

.testimonial-cards {
  background: #eef5f8;
  padding: 50px 0;
}

.testimonial-card {
  display: flex;
  flex-direction: row;
  gap: 32px;
  padding: 32px 10px 30px 30px;
  background: #ffffff;
}
.testimonial-card .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.testimonial-card .content-wrapper .icon {
  display: flex;
  gap: 4px;
  align-items: center;
}
.testimonial-card .content-wrapper .content .text {
  font-size: 18px;
  line-height: 31px;
  color: #575959;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-card .content-wrapper .content .text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-card .content-wrapper .content .text {
    font-size: 14px;
  }
}
.testimonial-card .content-wrapper .meta-user .user-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.testimonial-card .content-wrapper .meta-user .user-info .image {
  width: 88px;
  height: 88px;
  border-radius: 50px;
  overflow: hidden;
}
.testimonial-card .content-wrapper .meta-user .user-info .info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.testimonial-card .content-wrapper .meta-user .user-info .info h6,
.testimonial-card .content-wrapper .meta-user .user-info .info p {
  margin-bottom: 0;
}

.testimonial-card.style-two {
  margin-top: 64px;
  background: transparent;
  padding: 0;
  gap: 0;
}
.testimonial-card.style-two .image-wrapper {
  overflow: hidden;
  max-width: 50%;
  width: 100%;
  padding-right: 134px;
  position: relative;
}
.testimonial-card.style-two .image-wrapper .image img {
  width: 100%;
  height: 100%;
  border-radius: 0 0 220px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-card.style-two .image-wrapper .image img {
    border-radius: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-card.style-two .image-wrapper {
    max-width: 100%;
    padding-right: 0;
    overflow: visible;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-card.style-two .image-wrapper {
    max-width: 100%;
    padding-right: 0;
    overflow: visible;
  }
}
.testimonial-card.style-two .content-wrapper {
  gap: 48px;
  justify-content: end;
  max-width: 50%;
  width: 100%;
  padding-right: 45px;
  position: relative;
}
.testimonial-card.style-two .content-wrapper .count {
  width: 66px;
  height: 66px;
  border-radius: 50px;
  background: #c58b68;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-card.style-two .content-wrapper .count p {
  color: #0057b7;
  font-size: 34px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-card.style-two .content-wrapper .count p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-card.style-two .content-wrapper .count {
    width: 45px;
    height: 45px;
  }
}
.testimonial-card.style-two .content-wrapper .icon {
  display: none;
}
.testimonial-card.style-two .content-wrapper .content .text {
  color: #ffffff;
  font-family: "helvetica_neue_bold", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-card.style-two .content-wrapper .content .text {
    font-size: 18px;
    font-weight: 500;
  }
}
.testimonial-card.style-two .content-wrapper .meta-user .user-info .image {
  display: none;
}
.testimonial-card.style-two .content-wrapper .meta-user .user-info .info h6 {
  color: #c58b68;
}
.testimonial-card.style-two .content-wrapper .meta-user .user-info .info p {
  color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-card.style-two .content-wrapper {
    max-width: 100%;
    margin-top: 48px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-card.style-two .content-wrapper {
    max-width: 100%;
    margin-top: 48px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-card.style-two {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-card.style-two {
    flex-direction: column;
  }
}

.testimonial-card.style-three .content-wrapper {
  gap: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-card.style-three .content-wrapper {
    align-items: center;
  }
}
.testimonial-card.style-three .content .text {
  font-family: "helvetica_neue_bold", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #00144e;
}
@media (max-width: 767px) {
  .testimonial-card.style-three .content .text {
    font-size: 18px;
    text-align: center;
  }
}
.testimonial-card.style-three .meta-user {
  margin-top: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-card.style-three .meta-user .user-info .info {
    align-items: center;
  }
}
.testimonial-card.style-three .meta-user .user-info .image {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-card.style-three .meta-user {
    margin-top: 0;
  }
}

.testimonial-slider-wrapper {
  position: relative;
}
.testimonial-slider-wrapper .slick-list {
  overflow: visible;
}
.testimonial-slider-wrapper .slick-list .slick-slide {
  margin: 0 12px;
  border-radius: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.testimonial-slider-wrapper .slick-list .slick-slide.slick-active {
  transition: all 0.5s ease-out;
  box-shadow: 1px 8px 44px rgba(20, 20, 43, 0.03);
  visibility: visible;
  opacity: 1;
}
.testimonial-slider-wrapper .slick-dots {
  display: flex;
  gap: 20px;
  flex-direction: column;
  position: absolute;
  top: 50%;
  right: -65px;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 991px) {
  .testimonial-slider-wrapper .slick-dots {
    position: unset;
    right: unset;
    top: unset;
    transform: inherit;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
  }
}
.testimonial-slider-wrapper .slick-dots li {
  display: inline-block;
  line-height: 0;
  outline: 2px solid transparent;
  border: 4px solid transparent;
  border-radius: 50px;
  transition: all 0.5s ease-out;
}
.testimonial-slider-wrapper .slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 17px;
  height: 17px;
  background-color: #b2bacb;
  background-color: #b2bacb;
  border-radius: 50px;
  position: relative;
  transition: all 0.5s ease-out;
}
.testimonial-slider-wrapper .slick-dots li.slick-active {
  transition: all 0.5s ease-out;
  outline: 2px solid #ff6731;
}
.testimonial-slider-wrapper .slick-dots li.slick-active button {
  transition: all 0.5s ease-out;
}
.testimonial-slider-wrapper button.testimonial-arrow-btn {
  display: none !important;
}
.testimonial-slider-wrapper button.testimonial-arrow-btn.prev-btn {
  left: 30px;
}
.testimonial-slider-wrapper button.testimonial-arrow-btn.next-btn {
  right: 30px;
}
.testimonial-slider-wrapper:before, .testimonial-slider-wrapper:after {
  background: #f3f7fc;
}

button.testimonial-arrow-btn {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 99;
  background-color: transparent;
  border: 1px solid #dfe2e9;
  cursor: pointer;
  bottom: 0;
  overflow: hidden;
}
button.testimonial-arrow-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #c58b68;
  font-size: 21px;
  transition: all 0.5s ease-out;
}
button.testimonial-arrow-btn:hover {
  transition: all 0.5s ease-out;
  background: rgb(227, 0, 8);
  background: linear-gradient(65deg, rgb(227, 0, 8) 0%, rgb(250, 174, 0) 100%);
  border-color: #ff6731;
}
button.testimonial-arrow-btn:hover i {
  color: #ffffff;
  transition: all 0.5s ease-out;
}

.testimonial-slider-arrow {
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 991px) {
  .testimonial-slider-arrow {
    display: none;
  }
}

.testimonial-slider-wrapper.style-three:before, .testimonial-slider-wrapper.style-three:after {
  display: none;
}
.testimonial-slider-wrapper.style-three .slick-list {
  overflow: hidden;
}
.testimonial-slider-wrapper.style-three .slick-list .slick-slide {
  border-radius: 0;
}
.testimonial-slider-wrapper.style-three .slick-list .slick-slide.slick-active {
  box-shadow: none;
}
.testimonial-slider-wrapper.style-three .slick-dots {
  margin-top: 20px;
  position: unset;
  padding-left: 0;
  flex-direction: row;
  justify-content: center;
}

.testimonial-slider-wrapper.has-backgorund-slider:before, .testimonial-slider-wrapper.has-backgorund-slider:after {
  display: none;
}
.testimonial-slider-wrapper.has-backgorund-slider .slick-dots {
  margin-top: 65px;
  margin-bottom: 0;
  position: unset;
  padding-left: 0;
  flex-direction: row;
  justify-content: center;
}

.custom-slider-btn {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 767px) {
  .custom-slider-btn {
    justify-content: center;
  }
}
.custom-slider-btn a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 99;
  background-color: transparent;
  border: 1px solid #ffffff;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .custom-slider-btn a {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-slider-btn a {
    width: 45px;
    height: 45px;
  }
}
.custom-slider-btn a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 21px;
  transition: all 0.5s ease-out;
}
.custom-slider-btn a:hover {
  background: #c58b68;
  border-color: transparent;
}
.custom-slider-btn a:hover i {
  color: #00144e;
  transition: all 0.5s ease-out;
}
.custom-slider-btn.style-two {
  margin-top: 0;
}
.custom-slider-btn.style-two a {
  border: 1px solid #828282;
}
.custom-slider-btn.style-two a i {
  color: #00144e;
}
.custom-slider-btn.style-two a:hover {
  border-color: transparent;
}

.slider-container {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-container {
    padding: 0 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-container {
    padding: 0 12px;
  }
}

.slider-area {
  position: relative;
}
@media (min-width: 1440px) {
  .slider-area .shape-one {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 270px;
    right: 55px;
    transform: rotate(180deg);
    animation: Rotating-reverse 9s linear infinite;
    transform-origin: top left;
  }
}
@media (min-width: 1440px) {
  .slider-area .shape-two {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 271px;
    left: 42px;
    transform: rotate(0deg);
    animation: Rotating 5s linear infinite;
    transform-origin: bottom left;
  }
}
.slider-area .slider-wrapper .slick-active .slider-short-title,
.slider-area .slider-wrapper .slick-active .slider-title,
.slider-area .slider-wrapper .slick-active .slider-short-desc,
.slider-area .slider-wrapper .slick-active .slider-btn-wrapper {
  -webkit-animation-name: MovefadeUp;
  animation-name: MovefadeUp;
  -webkit-animation-fill-mode: both;
}
.slider-area .slider-wrapper .slick-active .slider-short-title {
  animation-delay: 0.3s;
  animation-duration: 0.3s;
}
.slider-area .slider-wrapper .slick-active .slider-title {
  animation-delay: 0.5s;
  animation-duration: 0.5s;
}
.slider-area .slider-wrapper .slick-active .slider-short-desc {
  animation-delay: 0.7s;
  animation-duration: 0.7s;
}
.slider-area .slider-wrapper .slick-active .slider-btn-wrapper {
  animation-delay: 0.9s;
  animation-duration: 0.9s;
}
.slider-area .slider-wrapper .slick-dots {
  display: flex;
  gap: 0;
  position: absolute;
  bottom: 0;
  right: 96px;
  transform: translateY(-50%);
  z-index: 2;
  flex-direction: row;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .slider-wrapper .slick-dots {
    display: none !important;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    right: 70px;
    transform: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .slider-wrapper .slick-dots {
    right: 12px;
  }
}
.slider-area .slider-wrapper .slick-dots li {
  line-height: 0;
  border: 3px solid transparent;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: -5px;
  transition: all 0.5s ease-out;
  position: relative;
}
.slider-area .slider-wrapper .slick-dots li:before, .slider-area .slider-wrapper .slick-dots li:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
}
.slider-area .slider-wrapper .slick-dots li:before {
  border: 3px solid transparent;
}
.slider-area .slider-wrapper .slick-dots li:hover:before {
  border-top-color: #c58b68;
  border-right-color: #c58b68;
  border-bottom-color: #c58b68;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.slider-area .slider-wrapper .slick-dots li:after {
  border: 0 solid transparent;
}
.slider-area .slider-wrapper .slick-dots li:hover:after {
  border-top: 3px solid #c58b68;
  border-left-width: 3px;
  border-right-width: 3px;
  transform: rotate(270deg);
}
.slider-area .slider-wrapper .slick-dots li button {
  font-size: 0;
  line-height: 14px;
  padding: 0;
  width: 12px;
  height: 12px;
  background-color: #c3e4de;
  color: #ffffff;
  border-radius: 50px;
  position: relative;
  transition: all 0.5s ease-out;
}
.slider-area .slider-wrapper .slick-dots li.slick-active {
  transition: all 0.5s ease-out;
  border-color: #c58b68;
}
.slider-area .slider-wrapper .slick-dots li.slick-active:before, .slider-area .slider-wrapper .slick-dots li.slick-active:after {
  display: none;
}
.slider-area .slider-wrapper .slick-dots li.slick-active button {
  font-size: 16px;
  background: transparent;
  transition: all 0.5s ease-out;
}
.slider-area button.slider-arrow-btn {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 99;
  background-color: transparent;
  border: 1px solid #ffffff;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  display: none !important;
}
@media (max-width: 1650px) {
  .slider-area button.slider-arrow-btn {
    width: 44px;
    height: 44px;
    bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  .slider-area button.slider-arrow-btn {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1650px) {
  .slider-area button.slider-arrow-btn {
    bottom: 0;
    top: unset;
    display: none !important;
  }
}
.slider-area button.slider-arrow-btn.prev-btn {
  margin-left: 30px;
  left: 0;
}
@media (max-width: 1650px) {
  .slider-area button.slider-arrow-btn.prev-btn {
    left: 50%;
    margin-left: -50px;
  }
}
.slider-area button.slider-arrow-btn.next-btn {
  margin-right: 30px;
  right: 0;
}
@media (max-width: 1650px) {
  .slider-area button.slider-arrow-btn.next-btn {
    right: 50%;
    margin-right: -50px;
  }
}
.slider-area button.slider-arrow-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 21px;
  transition: all 0.5s ease-out;
}
.slider-area button.slider-arrow-btn:hover {
  transition: all 0.5s ease-out;
  background-color: #c58b68;
}
.slider-area button.slider-arrow-btn:hover i {
  color: #00144e;
  transition: all 0.5s ease-out;
}
.slider-area .single-slider {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
  padding: 0 48px 64px 48px;
  height: 817px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider {
    padding: 50px 0 64px 0;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .single-slider {
    height: 700px;
    padding: 0 32px 64px 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .single-slider {
    height: 700px;
    padding: 0 24px 64px 24px;
  }
}
.slider-area .single-slider .slider-content-wrapper {
  position: relative;
  z-index: 99;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-content-wrapper {
    padding: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .single-slider .slider-content-wrapper {
    padding: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content {
    text-align: center;
    position: relative;
    z-index: 5;
  }
}
.slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-title {
  font-family: "helvetica_neue_bold", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  z-index: 99;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-title {
    font-size: 18px;
  }
}
.slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
  font-family: "helvetica_neue_bold", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 76px;
  line-height: 91px;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.slider-area .single-slider .slider-content-wrapper .slider-content .slider-title span.styled {
  text-transform: uppercase;
  font-size: 97px;
  line-height: 0;
}
.slider-area .single-slider .slider-content-wrapper .slider-content .slider-title span.styled.style-1 {
  color: #e7b78a !important;
}
.slider-area .single-slider .slider-content-wrapper .slider-content .slider-title span.styled.style-2 {
  color: #c58b68 !important;
}
.slider-area .single-slider .slider-content-wrapper .slider-content .slider-title span.styled.style-3 {
  text-transform: none;
  font-family: "Oranges and Lemons Script";
  font-size: 156px;
  line-height: 86px;
  font-weight: 100;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 60px;
    line-height: 64px;
  }
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title span.styled {
    font-size: 60px;
  }
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title span.styled.style-3 {
    font-size: 130px;
    line-height: 72px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 48px;
    line-height: 56px;
  }
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title span.styled {
    font-size: 48px;
  }
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title span.styled.style-3 {
    font-size: 98px;
    line-height: 66px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 36px;
    line-height: 52px;
  }
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title span.styled {
    font-size: 36px;
  }
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title span.styled.style-3 {
    font-size: 72px;
    line-height: 56px;
    display: block;
  }
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title br {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 36px;
    line-height: 44px;
  }
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title span.styled {
    font-size: 36px;
  }
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title span.styled.style-3 {
    font-size: 72px;
    line-height: 56px;
    display: block;
  }
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title br {
    display: none;
  }
}
.slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc {
  font-family: "helvetica_neue_md";
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc {
    font-size: 18px;
    line-height: 32px;
  }
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc {
    font-size: 18px;
    line-height: 32px;
  }
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc br {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc {
    font-size: 18px;
    line-height: 32px;
  }
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc br {
    display: none;
  }
}
.slider-area .single-slider .slider-image {
  position: relative;
  z-index: 2;
  right: 0;
  top: 0;
  height: 100%;
}
.slider-area .single-slider .slider-image img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
}
.slider-area .single-slider .slider-image img.super {
  position: absolute;
  width: 60% !important;
  height: auto !important;
  top: -55px;
  right: -10px;
}
@media (min-width: 1440px) {
  .slider-area .single-slider .slider-image .sketch {
    width: 109px;
    height: 109px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 115px;
    left: 6px;
    animation: MoveUpDown 2s linear infinite alternate;
  }
}
@media (min-width: 1440px) {
  .slider-area .single-slider .slider-image .brush-sketch {
    width: 122px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 40px;
    right: 0px;
    transform: translate(50%, 50%);
    animation: MoveUpDown 2s linear infinite alternate;
    z-index: 8;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-image {
    animation: none;
    margin: 0 auto;
    text-align: center;
    width: 300px;
    justify-content: center;
  }
  .slider-area .single-slider .slider-image img {
    margin-top: 10px;
  }
  .slider-area .single-slider .slider-image img.super {
    top: -45px;
  }
}

.slider-btn-wrapper {
  margin-top: 48px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-btn-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.slider-btn-wrapper .slider-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15.5px 32px;
  text-align: center;
  border-radius: 4px;
  text-transform: capitalize;
  font-family: "helvetica_neue_md", sans-serif;
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-btn-wrapper .slider-btn {
    padding: 8px 16px;
    font-size: 14px;
  }
}
.slider-btn-wrapper .slider-btn.active {
  background: #101e48;
  color: #ffffff;
  border: 1px solid transparent;
}
.slider-btn-wrapper .slider-btn.active:hover {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.slider-btn-wrapper .slider-btn:hover {
  background: #c58b68;
  color: #00144e;
  border-color: transparent;
}
.slider-btn-wrapper.style-two {
  justify-content: center;
}
@media (min-width: 768px) {
  .slider-btn-wrapper.style-two {
    justify-content: start;
  }
}
.slider-btn-wrapper.style-two .slider-btn {
  border-color: #575959;
  color: #00144e;
}
.slider-btn-wrapper.style-two .slider-btn.active {
  border-color: transparent;
}
.slider-btn-wrapper.style-two .slider-btn.active:hover {
  border-color: #575959;
  color: #00144e;
}
.slider-btn-wrapper.style-two .slider-btn:hover {
  border-color: transparent;
}

.slider-area.style-2 {
  position: relative;
}
@media (min-width: 1440px) {
  .slider-area.style-2 .sketch-one {
    width: 230px;
    height: 230px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 40px;
    left: 0;
    animation: MoveUpDown 2s linear infinite alternate;
  }
}
@media (max-width: 991px) {
  .slider-area.style-2 .social-share {
    display: none;
  }
}
.slider-area.style-2 .single-slider {
  padding-top: 94px;
  height: 840px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-2 .single-slider {
    padding: 50px 12px 150px 12px;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-2 .single-slider {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-2 .single-slider {
    padding-top: 0;
    height: 786px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area.style-2 .single-slider {
    padding-top: 0;
  }
}
.slider-area.style-2 .slider-wrapper .container {
  position: relative;
}
.slider-area.style-2 .slider-wrapper .slider-content-wrapper {
  position: relative;
  z-index: 1;
}
.slider-area.style-2 .slider-wrapper .slider-content-wrapper:after {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-2 .slider-wrapper .slider-content-wrapper {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-2 .slider-wrapper .slider-content-wrapper {
    padding: 0;
    margin-top: 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-2 .slider-wrapper .slider-content-wrapper .slider-content {
    text-align: center;
  }
}
.slider-area.style-2 .slider-wrapper .slider-content-wrapper .slider-content .slider-short-title {
  font-family: "helvetica_neue_bold", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-2 .slider-wrapper .slider-content-wrapper .slider-content .slider-short-title {
    font-size: 18px;
  }
}
.slider-area.style-2 .slider-wrapper .slider-content-wrapper .slider-content .slider-title {
  color: #00144e;
}
.slider-area.style-2 .slider-wrapper .slider-content-wrapper .slider-content .slider-title .under-line img {
  right: unset;
  left: 0;
  width: 339px;
}
.slider-area.style-2 .slider-wrapper .slider-content-wrapper .slider-content .slider-short-desc {
  color: #575959;
}
.slider-area.style-2 .slider-wrapper .slider-image {
  position: relative;
  border-radius: 0 0 100px 0;
  overflow: visible;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-2 .slider-wrapper .slider-image {
    border-radius: 4px;
    width: 300px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-2 .slider-wrapper .slider-image {
    border-radius: 4px;
  }
}
.slider-area.style-2 .slider-wrapper .slider-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #00144e;
  border-radius: 0 0 100px 0;
  margin: 24px 0 0 24px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-2 .slider-wrapper .slider-image:before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-2 .slider-wrapper .slider-image:before {
    display: none;
  }
}
.slider-area.style-2 .slider-wrapper .slider-image img {
  border-radius: 0 0 100px 0;
  position: relative;
  z-index: 3;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-2 .slider-wrapper .slider-image img {
    border-radius: 0 0 80px 0;
    z-index: -1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-2 .slider-wrapper .slider-image img {
    border-radius: 0 0 80px 0;
    z-index: -1;
  }
}
.slider-area.style-2 .slider-wrapper .slick-dots {
  display: none !important;
}
.slider-area.style-2 button.slider-arrow-btn {
  display: block !important;
  border: 1px solid #828282;
}
.slider-area.style-2 button.slider-arrow-btn i {
  color: #00144e;
}
.slider-area.style-2 button.slider-arrow-btn:hover {
  border-color: transparent;
}

.accordion-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.accordion-wrapper .accordion-list-item {
  background: #ffffff;
  position: relative;
}
.accordion-wrapper .accordion-list-item .accordion-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  cursor: pointer;
  flex-direction: row;
  position: relative;
  padding: 10px 10px 10px 0px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion-wrapper .accordion-list-item .accordion-head {
    padding: 10px 10px 10px 0px;
    gap: 8px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .accordion-wrapper .accordion-list-item .accordion-head {
    padding: 10px 10px 10px 0px;
    gap: 8px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .accordion-wrapper .accordion-list-item .accordion-head {
    padding: 10px 10px 10px 0px;
  }
}
.accordion-wrapper .accordion-list-item .accordion-head:after {
  position: relative;
  content: "\e913";
  font-family: "icomoon";
  color: #00144e;
  font-size: 18px;
  font-weight: 700;
}
.accordion-wrapper .accordion-list-item .accordion-head.collapsed:after {
  position: relative;
  content: "\e922";
  font-family: "icomoon";
  color: #00144e;
  font-size: 18px;
  font-weight: 700;
}
.accordion-wrapper .accordion-list-item .accordion-head .accordion-title {
  font-family: "helvetica_neue_bold", sans-serif;
  font-size: 24px;
  line-height: 34px;
  color: #00144e;
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion-wrapper .accordion-list-item .accordion-head .accordion-title {
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .accordion-wrapper .accordion-list-item .accordion-head .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.accordion-wrapper .accordion-list-item .accordion-item-body {
  color: #575959;
  padding: 0;
  position: relative;
  text-align: left;
}
.accordion-wrapper .accordion-list-item .accordion-item-body:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: -20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .accordion-wrapper .accordion-list-item .accordion-item-body:before {
    top: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accordion-wrapper .accordion-list-item .accordion-item-body:before {
    top: -10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion-wrapper .accordion-list-item .accordion-item-body:before {
    top: -20px;
  }
}
.accordion-wrapper .accordion-list-item .accordion-item-body p {
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion-wrapper .accordion-list-item .accordion-item-body p {
    font-size: 14px;
  }
}

.accordion-wrapper-two {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: start;
  justify-content: space-between;
  height: 100%;
}
.accordion-wrapper-two .accordion-list-item {
  width: 100%;
  background: #ffffff;
  position: relative;
  transition: all 0.5s ease-out;
  overflow: hidden;
  z-index: 2;
}
.accordion-wrapper-two .accordion-list-item:hover .accordion-head .icon {
  position: relative;
  border-color: #0057b7;
  z-index: 5;
}
.accordion-wrapper-two .accordion-list-item:hover .accordion-head .icon:after {
  opacity: 0.5;
}
.accordion-wrapper-two .accordion-list-item .accordion-head {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  position: relative;
  justify-content: start;
  align-items: start;
  gap: 24px;
  padding: 36px 40px;
  padding-bottom: 0;
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion-wrapper-two .accordion-list-item .accordion-head {
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .accordion-wrapper-two .accordion-list-item .accordion-head {
    padding: 40px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .accordion-wrapper-two .accordion-list-item .accordion-head {
    padding: 20px 30px 0 30px;
  }
}
.accordion-wrapper-two .accordion-list-item .accordion-head.collapsed {
  padding-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .accordion-wrapper-two .accordion-list-item .accordion-head.collapsed {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion-wrapper-two .accordion-list-item .accordion-head.collapsed .accordion-title {
    margin-top: 0;
  }
}
.accordion-wrapper-two .accordion-list-item .accordion-head .icon {
  width: 80px;
  height: 80px;
  background-color: #c58b68;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50px;
  font-size: 48px;
  line-height: 48px;
  transition: all 0.5s ease-out;
  border: 1px solid transparent;
  color: #0057b7;
}
.accordion-wrapper-two .accordion-list-item .accordion-head .icon i {
  position: relative;
  z-index: 3;
}
.accordion-wrapper-two .accordion-list-item .accordion-head .accordion-title {
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #00144e;
  position: relative;
  z-index: 5;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.accordion-wrapper-two .accordion-list-item .accordion-head .accordion-title .toggle-icon {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-left: auto;
  transition: transform 0.3s ease;
  color: #c58b68;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion-wrapper-two .accordion-list-item .accordion-head .accordion-title {
    font-size: 28px;
  }
}
@media (max-width: 430px) {
  .accordion-wrapper-two .accordion-list-item .accordion-head .accordion-title {
    font-size: 24px !important;
    line-height: 34px;
  }
}
.accordion-wrapper-two .accordion-list-item .accordion-item-body {
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  color: #575959;
  position: relative;
  z-index: 5;
  padding-left: 40px;
  padding-right: 118px;
  padding-bottom: 20px;
  padding-top: 10px;
  top: 0;
  position: relative;
  transition: all 0.5s ease-out;
}
.accordion-wrapper-two .accordion-list-item .accordion-item-body p {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .accordion-wrapper-two .accordion-list-item .accordion-item-body {
    padding-right: 60px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion-wrapper-two .accordion-list-item .accordion-item-body {
    padding: 20px 40px 40px 40px;
  }
}
.accordion-wrapper-two .accordion-list-item .accordion-collapse.show .accordion-item-body {
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion-wrapper-two .accordion-list-item .accordion-collapse.show .accordion-item-body {
    top: unset;
  }
}

.client-logo-wrapper {
  padding: 0 40px;
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .client-logo-wrapper {
    padding: 0 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-logo-wrapper {
    padding: 0 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.client-logo {
  padding-top: 20px;
  padding-bottom: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.client-logo img {
  transition: all 0.5s ease-out;
}
.client-logo svg path {
  fill: #ffffff;
  transition: all 0.5s ease-out;
}
.client-logo:hover {
  transform: scale(1.05);
}
.client-logo:hover svg path {
  fill: #c58b68;
}

.client-logo-wrapper {
  gap: 0 48px;
}

.client-logo.style-two {
  filter: brightness(0);
}

.client-logo-wrapper .client-logo.style-three {
  filter: brightness(0);
  padding: 24px 0;
}

.post-card-one {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 507px;
  justify-content: space-evenly;
  background: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card-one {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-card-one {
    margin-bottom: 24px;
  }
}
.post-card-one .spotLogo {
  padding: 15px 0 0px 0;
}
.post-card-one .post-image {
  overflow: hidden;
}
.post-card-one .post-image img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.post-card-one .content-wrapper {
  background: #ffffff;
  padding: 35px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card-one .content-wrapper {
    padding: 24px;
    gap: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-card-one .content-wrapper {
    gap: 24px;
  }
}
.post-card-one .content-wrapper .post-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.post-card-one .content-wrapper .post-content .post-meta {
  display: flex;
  gap: 16px;
  align-items: center;
}
.post-card-one .content-wrapper .post-content .post-meta .meta-info {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.post-card-one .content-wrapper .post-content .post-meta .meta-info span, .post-card-one .content-wrapper .post-content .post-meta .meta-info a {
  line-height: 21px;
  font-size: 14px;
  color: #575959;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: capitalize;
}
.post-card-one .content-wrapper .post-content .post-meta .meta-info span i, .post-card-one .content-wrapper .post-content .post-meta .meta-info a i {
  color: #00144e;
  font-size: 16px;
}
.post-card-one .content-wrapper .post-content .post-meta .meta-info p {
  font-size: 14px;
  line-height: 21px;
}
.post-card-one .content-wrapper .post-content .title {
  margin-bottom: 0;
}
.post-card-one .content-wrapper .post-content .title a:hover {
  color: #020a27;
  text-decoration: underline;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card-one .content-wrapper .post-content .title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-card-one .content-wrapper .post-content .title {
    font-size: 28px;
  }
}
.post-card-one .content-wrapper button {
  flex-shrink: 0;
}
.post-card-one:hover .post-image img {
  transform: scale(1.03);
  transition: all 0.5s ease-out;
}

.post-card-one.horizontal-layout {
  height: auto;
}
.post-card-one.horizontal-layout .content-wrapper {
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
}
.post-card-one.horizontal-layout .content-wrapper .logo-column {
  flex: 0 0 120px;
}
.post-card-one.horizontal-layout .content-wrapper .logo-column img.spotLogo {
  width: 100%;
  height: auto;
  padding: 0;
  display: block;
}
.post-card-one.horizontal-layout .content-wrapper .text-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.post-card-one.horizontal-layout .content-wrapper .text-column h5,
.post-card-one.horizontal-layout .content-wrapper .text-column span,
.post-card-one.horizontal-layout .content-wrapper .text-column a,
.post-card-one.horizontal-layout .content-wrapper .text-column div {
  margin: 0;
}

.masonry-grid {
  column-count: 2;
  column-gap: 30px;
  padding: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .masonry-grid {
    column-count: 2;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .masonry-grid {
    column-count: 1;
  }
}
.masonry-grid .post-card-one {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  height: auto !important;
}

.post-card-one.style-two {
  overflow: hidden;
}
.post-card-one.style-two .post-image {
  overflow: hidden;
}
.post-card-one.style-two .post-image img {
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.post-card-one.style-two .content-wrapper {
  overflow: hidden;
  background: #f8f8f1;
  padding: 24px 25px 32px 24px;
  gap: 32px;
}
.post-card-one.style-two .content-wrapper .post-content {
  gap: 8px;
}
.post-card-one.style-two .content-wrapper .post-content .post-meta {
  gap: 0 20px;
  flex-wrap: wrap;
}
.post-card-one.style-two .content-wrapper .post-content .post-meta .meta-info a {
  padding: 4px 8px 4px 0;
  font-size: 16px;
  line-height: 27px;
  font-family: "helvetica_neue_roman", sans-serif;
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card-one.style-two .content-wrapper .post-content .post-meta .meta-info a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-card-one.style-two .content-wrapper .post-content .post-meta .meta-info a {
    font-size: 14px;
  }
}
.post-card-one.style-two .content-wrapper .post-content .post-meta .meta-info a i {
  font-weight: 600;
}
.post-card-one.style-two .content-wrapper .post-content .title {
  font-size: 24px;
  line-height: 34px;
  height: 70px;
  overflow: hidden;
}
.post-card-one.style-two .content-wrapper .post-card-btn {
  border: 1px solid #828282;
  background: transparent;
}
.post-card-one.style-two .content-wrapper .post-card-btn:hover {
  color: #00144e;
  background: #c58b68;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-card-one.style-two .content-wrapper {
    padding: 24px 20px 32px 20px;
  }
}
.post-card-one.style-two:hover .post-image img {
  transform: scale(1.03);
  transition: all 0.5s ease-out;
}

.cta-wrapper {
  background: #0057b7;
  position: relative;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 1440px) {
  .cta-wrapper .sketch {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    left: 47%;
    bottom: 125px;
    width: 109px;
    height: 109px;
    z-index: 10;
    animation: MoveUpDown 2s linear infinite alternate;
  }
}
.cta-wrapper .free-cta-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  height: 100%;
  z-index: 3;
  position: relative;
  padding-left: 56px;
  padding-right: 50px;
}
.cta-wrapper .free-cta-text .button-wrapper {
  display: flex;
  justify-content: start;
  gap: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-wrapper .free-cta-text .button-wrapper {
    gap: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-wrapper .free-cta-text {
    padding: 50px 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-wrapper .free-cta-text {
    padding: 50px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-wrapper .free-cta-text {
    padding: 50px 40px;
  }
}
.cta-wrapper .cta-img img {
  width: 100%;
}
.cta-wrapper .cta-img {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.cta-wrapper .cta-img img {
  transition: all 0.5s ease-out;
}
.cta-wrapper .cta-img:hover img {
  transform: scale(1.03);
  transition: all 0.5s ease-out;
}

.price-card-switch {
  margin: 48px 0;
  text-align: center;
}
.price-card-switch ul {
  padding: 0;
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
  flex-wrap: wrap;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  padding: 10px;
}
.price-card-switch ul li {
  list-style: none;
  padding: 14px 20px;
  display: inline-block;
  color: #080f10;
  cursor: pointer;
  position: relative;
  z-index: 2;
  font-size: 16px;
}
.price-card-switch ul li:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s ease-out;
  border-radius: 50px;
}
.price-card-switch ul li.active {
  color: #fff;
}
.price-card-switch ul li.active:before {
  background-color: #0057b7;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
}

.price-card-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .price-card-wrapper {
    margin-bottom: 24px;
  }
}
.price-card-wrapper .price-card {
  background: #f8f8f1;
  padding: 64px 38px 44px 36px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .price-card-wrapper .price-card {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .price-card-wrapper .price-card {
    padding: 45px 25px 35px 25px;
  }
}
.price-card-wrapper .price-card .card-title .sub-title {
  font-family: "helvetica_neue_bold", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #00144e;
}
.price-card-wrapper .price-card .price {
  margin-top: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .price-card-wrapper .price-card .price {
    margin-top: 24px;
  }
}
.price-card-wrapper .price-card .price .price-heading {
  display: flex;
  align-items: center;
  transition: all 0.5s ease-out;
}
.price-card-wrapper .price-card .price .price-heading .duration {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
}
.price-card-wrapper .price-card .price .price-desc {
  margin-top: 32px;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  color: #575959;
}
.price-card-wrapper .price-card .divider {
  position: relative;
  margin-top: 20px;
}
.price-card-wrapper .price-card .divider:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
}
.price-card-wrapper .price-card .list-title {
  font-family: "helvetica_neue_bold", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  margin: 24px 0;
}
.price-card-wrapper .price-card .list-wrapper {
  display: flex;
  flex-direction: column;
}
.price-card-wrapper .price-card .list-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 0;
  margin-bottom: 0;
}
.price-card-wrapper .price-card .list-wrapper li {
  display: inline-flex;
  gap: 16px;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .price-card-wrapper .price-card .list-wrapper li {
    font-size: 14px;
  }
}
.price-card-wrapper .price-card .list-wrapper li:before {
  content: "\e90c";
  font-family: "icomoon";
  color: #0057b7;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 50px;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
  font-size: 16px;
}
.price-card-wrapper .price-card .list-wrapper .price-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 76px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .price-card-wrapper .price-card .list-wrapper .price-btn {
    margin-top: 44px;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .price-card-wrapper .price-card .list-wrapper .price-btn {
    margin-top: 44px;
  }
}
.price-card-wrapper .price-card .list-wrapper .price-btn a {
  padding: 15.5px 64px;
  border: 1px solid #575959;
  border-radius: 4px;
  font-family: "helvetica_neue_roman", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  text-align: center;
  color: #00144e;
}
.price-card-wrapper .price-card .list-wrapper .price-btn a:hover {
  background: #0057b7;
  color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .price-card-wrapper .price-card .list-wrapper .price-btn a {
    padding: 14px 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .price-card-wrapper .price-card .list-wrapper .price-btn a {
    padding: 14px 52px;
  }
}
.price-card-wrapper .price-header {
  opacity: 0;
  overflow: hidden;
  background: #c58b68;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0057b7;
  padding: 16px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .price-card-wrapper .price-header {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .price-card-wrapper .price-header {
    display: none;
  }
}
.price-card-wrapper .price-header .title {
  margin-bottom: 0;
}
.price-card-wrapper.active .price-header {
  opacity: 1;
  overflow: visible;
}
.price-card-wrapper.active .price-header p {
  color: #ffffff;
}
.price-card-wrapper.active .price-card {
  background: #c58b68;
}
.price-card-wrapper.active .price-card .divider:before {
  background: #ffffff;
}
.price-card-wrapper.active .list-wrapper .price-btn a {
  background: #0057b7;
  color: #ffffff;
}
.price-card-wrapper.active .list-wrapper .price-btn:hover a {
  background: transparent;
  color: #00144e;
}
.price-card-wrapper.active .list-wrapper li:before {
  background: #0057b7;
  color: #ffffff;
}
.price-card-wrapper.reverse .price-header {
  background: #c58b68;
}
.price-card-wrapper.reverse .price-header p {
  color: #00144e;
}
.price-card-wrapper.reverse .price-card {
  background: #0057b7;
}
.price-card-wrapper.reverse .price-card .card-title .sub-title {
  color: #ffffff;
}
.price-card-wrapper.reverse .price-card .price .price-heading {
  color: #ffffff;
}
.price-card-wrapper.reverse .price-card .price .price-heading .duration {
  color: #ffffff;
}
.price-card-wrapper.reverse .price-card .list-title {
  color: #ffffff;
}
.price-card-wrapper.reverse .price-card .list-wrapper .price-list-item .icon i {
  color: #ffffff;
}
.price-card-wrapper.reverse .price-card .list-wrapper .price-list-item .text {
  color: #ffffff;
}
.price-card-wrapper.reverse .price-card .list-wrapper .price-btn a {
  border-color: #ffffff;
  color: #ffffff;
}
.price-card-wrapper.reverse .price-card .list-wrapper .price-btn a:hover {
  background: #c58b68;
  color: #00144e;
  border-color: transparent;
}

.icon-info:before {
  content: "\ea0c";
}

.list-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 20px 0;
}
.list-item-wrapper.style-two {
  gap: 8px;
}
.list-item-wrapper ul {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.list-item-wrapper ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  color: #00144e;
  margin: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .list-item-wrapper ul li {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .list-item-wrapper ul li {
    font-size: 18px;
    line-height: 28px;
  }
}
.list-item-wrapper ul li:before {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #c58b68;
  color: #0057b7;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\e90c";
  font-family: "icomoon";
}

.list-item {
  display: flex;
  align-items: normal;
  flex-direction: row;
  gap: 16px;
}
.list-item .icon {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  background: #c58b68;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.list-item .icon i {
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .list-item .icon i {
    font-size: 14px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .list-item .icon {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .list-item .icon {
    width: 28px;
    height: 28px;
  }
}
.list-item .text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #00144e;
  margin: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .list-item .text {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .list-item .text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .list-item {
    gap: 10px;
  }
}
.list-item.style-two .icon {
  width: 24px;
  height: 24px;
}
.list-item.style-two .icon i {
  font-size: 12px;
  line-height: 7px;
}

.about-info-card {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-info-card {
    margin-top: 24px;
  }
}
.about-info-card .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about-info-card .content-wrapper .content .title {
  margin-bottom: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-info-card .content-wrapper .content .title {
    margin-top: 24px;
    font-size: 32px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-info-card .content-wrapper .content .title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-info-card .content-wrapper .content .title {
    font-size: 48px;
    line-height: 56px;
  }
}
.about-info-card .content-wrapper .content .desc {
  font-size: 16px;
  line-height: 31px;
  color: #575959;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-info-card .content-wrapper .content .desc {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-info-card .content-wrapper .content .desc {
    font-size: 16px;
    line-height: 28px;
  }
}
.about-info-card .content-wrapper .about-counter-card {
  display: flex;
  gap: 32px;
  margin-top: 0 !important;
}
.about-info-card .content-wrapper .about-counter-card .counter-item {
  text-align: center;
}
.about-info-card .content-wrapper .about-counter-card .counter-item .counter-title {
  text-align: center;
}
.about-info-card .content-wrapper .about-counter-card .counter-item .counter-title .number {
  font-size: 43px;
  line-height: 52px;
  letter-spacing: 0.02em;
  color: #0057b7;
  display: flex;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-info-card .content-wrapper .about-counter-card .counter-item .counter-title .number {
    font-size: 32px;
    line-height: 44px;
  }
}
.about-info-card .content-wrapper .about-counter-card .counter-item .counter-title .number span {
  flex-shrink: 0;
}
.about-info-card .content-wrapper .about-counter-card .counter-item .counter-content .text {
  font-size: 18px;
  line-height: 31px;
  color: #080f10;
  margin-top: 8px;
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-info-card .content-wrapper .about-counter-card .counter-item .counter-content .text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-info-card .content-wrapper .about-counter-card .counter-item .counter-content .text {
    font-size: 16px;
  }
}

.portfolio-card-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 1199px) {
  .portfolio-card-wrapper {
    margin-bottom: 24px;
  }
}

.portfolio-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  overflow: hidden;
}
.portfolio-card .portfolio-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.portfolio-card .portfolio-image img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.portfolio-card .portfolio-image:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.portfolio-card .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  margin-top: 32px;
}
@media (max-width: 1399px) {
  .portfolio-card .content br {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-card .content {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-card .content {
    margin-top: 24px;
  }
}
.portfolio-card .content .icon {
  display: none;
  position: absolute;
  top: 0;
  right: 40px;
  transform: translateY(-50%) rotateY(-360deg);
  width: 64px;
  height: 64px;
  border-radius: 50px;
  background: #c58b68;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-out;
}
.portfolio-card .content .icon i {
  font-size: 21px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-card .content .icon {
    right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-card .content .icon {
    right: 20px;
  }
}
.portfolio-card .content h4,
.portfolio-card .content p {
  color: #ffffff;
}
.portfolio-card .content h4 {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #00144e;
}
.portfolio-card .content h4 a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: transparent;
  margin-bottom: 0;
  transition: all 0.5s ease-out;
}
.portfolio-card .content h4 a:hover {
  color: #ffffff;
  text-decoration-color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-card .content h4 a {
    font-size: 26px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-card .content h4 a {
    font-size: 26px;
    line-height: 38px;
  }
}
.portfolio-card .content p {
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-card .content p {
    font-size: 14px;
  }
  .portfolio-card .content p br {
    display: none;
  }
}
.portfolio-card:hover .content .icon {
  transform: translateY(-50%) rotateY(0deg);
  transition: all 0.5s ease-out;
}
.portfolio-card:hover .portfolio-image img {
  transform: scale(1.03);
}

.portfolio-card.style-two {
  gap: 0;
  overflow: hidden;
}
.portfolio-card.style-two .content {
  padding: 64px 40px;
  background: #f8f8f1;
  margin-top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-card.style-two .content {
    padding: 40px 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-card.style-two .content {
    padding: 40px 26px;
  }
}
.portfolio-card.style-two .content .icon {
  display: flex;
}
.portfolio-card.style-two .content h4 a {
  color: #00144e;
  transition: all 0.5s ease-out;
}
.portfolio-card.style-two .content h4 a:hover {
  color: #0057b7;
  text-decoration: underline;
  -webkit-text-decoration-color: #0057b7;
  text-decoration-color: #0057b7;
  transition: all 0.5s ease-out;
}
.portfolio-card.style-two .content p {
  color: #575959;
}
.portfolio-card.style-two:hover .portfolio-image img {
  transform: scale(1.03);
  filter: unset;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-card.style-two {
    margin-top: 24px;
  }
}

.portfolio-card.style-three {
  gap: 0;
  overflow: visible;
}
.portfolio-card.style-three .content {
  background: #ffffff;
  padding: 44px 48px;
  margin-top: 0;
  overflow: visible;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-card.style-three .content {
    padding: 40px 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .portfolio-card.style-three .content {
    padding: 44px 40px;
  }
}
@media (max-width: 991px) {
  .portfolio-card.style-three .content {
    padding: 24px;
  }
}
.portfolio-card.style-three .content .icon {
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: #0057b7;
  bottom: unset;
  right: 50px;
  top: 0;
  transition: all 0.5s ease-out;
}
.portfolio-card.style-three .content .icon i {
  color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-card.style-three .content .icon {
    width: 48px;
    height: 48px;
    right: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-card.style-three .content .icon {
    width: 48px;
    height: 48px;
    right: 24px;
  }
}
.portfolio-card.style-three .content .icon:hover {
  background: #c58b68;
}
.portfolio-card.style-three .content .icon:hover i {
  color: #00144e;
}
.portfolio-card.style-three .content h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
}
.portfolio-card.style-three .content h4,
.portfolio-card.style-three .content p {
  color: #00144e;
}
@media (max-width: 991px) {
  .portfolio-card.style-three .content p {
    font-size: 14px;
  }
}

.portfolio_card_wrapper {
  position: relative;
}
.portfolio_card_wrapper .slick-list {
  margin: 0 -12px;
}
.portfolio_card_wrapper .slick-list .slick-slide {
  margin: 0 12px;
  transition: all 0.5s ease-out;
}
.portfolio_card_wrapper .slick-list .slick-slide.slick-active {
  transition: all 0.5s ease-out;
}

.custom-card-wrapper {
  display: flex;
  flex-direction: column;
}

.custom-card {
  display: flex;
  align-items: center;
}
.custom-card .content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.custom-card .content .title {
  position: relative;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
  font-size: 43px;
  line-height: 53px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .custom-card .content .title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-card .content .title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-card .content .title {
    font-size: 48px;
  }
}
.custom-card .content .desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .custom-card .content .desc {
    font-size: 16px;
    line-height: 28px;
  }
}
.custom-card .content .title-wrapper .text,
.custom-card .content .title-wrapper .desc {
  margin-bottom: 0;
}
.custom-card .custom-card-btn span {
  font-family: "helvetica_neue_roman", sans-serif;
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
}
.custom-card.large-title .content .title-wrapper .title {
  font-size: 57px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 1.14px;
}
@media (max-width: 991px) {
  .custom-card.large-title .content .title-wrapper .title {
    font-size: 42px;
  }
}

.image-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.image-card-wrapper .image-card:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .image-card-wrapper .image-card:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
.image-card-wrapper .image-card:nth-child(odd) .image {
  padding-right: 20px;
}
@media (max-width: 991px) {
  .image-card-wrapper .image-card:nth-child(odd) .image {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .image-card-wrapper .image-card:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.image-card-wrapper .image-card:nth-child(even) .image {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .image-card-wrapper .image-card:nth-child(even) .image {
    padding-left: 0;
  }
}
.image-card-wrapper .image-card .image-inner {
  overflow: hidden;
}

.image-card {
  display: flex;
  align-items: center;
  gap: 64px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-card {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .image-card {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
.image-card .content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .image-card .content {
    gap: 32px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-card .content {
    width: 100%;
    padding-right: 0;
    gap: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .image-card .content {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .image-card .content {
    width: 100%;
    padding-right: 0;
    gap: 28px;
  }
}
.image-card .content .title {
  position: relative;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
  font-size: 43px;
  line-height: 53px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-card .content .title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .image-card .content .title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .image-card .content .title {
    font-size: 48px;
  }
}
.image-card .content .subtitle {
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  margin-top: 0.5rem;
  margin-bottom: -18px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-card .content .subtitle {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .image-card .content .subtitle {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .image-card .content .subtitle {
    font-size: 24px;
  }
}
.image-card .content .desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-card .content .desc {
    font-size: 16px;
    line-height: 28px;
  }
}
.image-card .content .title-wrapper .text {
  margin-bottom: 0;
}
.image-card .image-card-btn span {
  font-family: "helvetica_neue_roman", sans-serif;
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
}
.image-card .image {
  width: 50%;
  height: 100%;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
.image-card .image .image-wrapper {
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-card .image {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .image-card .image {
    width: 100%;
    padding: 0;
  }
}
.image-card .image:hover img {
  transform: scale(1.03);
}
.image-card .image .image-card-sketch {
  animation: MoveUpDown 2s linear infinite alternate;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  width: 79px;
  height: 91px;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 576px) {
  .image-card .image .image-card-sketch {
    display: none;
  }
}
.image-card .image .image-card-sketch.style-two {
  top: unset;
  bottom: -60px;
  left: unset;
  right: -30px;
  z-index: 3;
}
.image-card .image .image-card-sketch.style-three {
  position: absolute;
  width: 188px;
  height: 188px;
  top: unset;
  bottom: -87px;
  left: -84px;
}
.image-card .image .image-card-sketch.style-four {
  top: 0;
  right: 0;
  left: unset;
  bottom: unset;
}
.image-card .image img {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.image-card.image-card-spacing {
  gap: 80px;
}
@media (max-width: 1199px) {
  .image-card.image-card-spacing {
    gap: 30px;
  }
}
.image-card.image-card-spacing .content {
  gap: 24px;
}
.image-card.image-card-spacing .content .theme-btn-wrapper {
  margin-top: 24px;
}
.image-card.large-title .content .title-wrapper .title {
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 1.14px;
}
@media (max-width: 991px) {
  .image-card.large-title .content .title-wrapper .title {
    font-size: 42px;
  }
}

.image-card.style-two {
  flex-direction: row-reverse;
}
.image-card.style-two .content .title {
  font-size: 43px;
  line-height: 53px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-card.style-two .content .title {
    font-size: 30px;
    line-height: 52px;
  }
}
.image-card.style-two .image {
  overflow: visible;
  padding-left: unset;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-card.style-two {
    flex-direction: column-reverse;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .image-card.style-two {
    flex-direction: column-reverse;
    padding: 0;
  }
}

.image-card.style-three {
  flex-direction: row-reverse;
  gap: 64px;
  z-index: 5;
  position: relative;
}
.image-card.style-three .content {
  padding-right: 30px;
}
.image-card.style-three .content .title {
  font-size: 43px;
  line-height: 52px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-card.style-three .content .title {
    font-size: 38px;
  }
  .image-card.style-three .content .title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .image-card.style-three .content .title {
    font-size: 38px;
  }
  .image-card.style-three .content .title br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .image-card.style-three .content .title {
    font-size: 38px;
  }
  .image-card.style-three .content .title br {
    display: none;
  }
}
.image-card.style-three .content .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-card.style-three {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .image-card.style-three {
    flex-direction: column-reverse;
  }
}

.image-card.style-smimg .content {
  gap: 24px;
  width: 80% !important;
}
.image-card.style-smimg .image {
  padding-left: 0 !important;
  padding-right: 20px !important;
  width: 20% !important;
}
.image-card.not-reversed {
  flex-direction: row-reverse !important;
}

.section-title {
  display: flex;
  gap: 16px;
  flex-direction: column;
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title {
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    gap: 28px;
  }
}
.section-title .short-title {
  font-size: 24px;
  font-weight: 700;
  font-family: "helvetica_neue_bold", sans-serif;
  color: #ff6731;
}
.section-title .title {
  font-size: 40px;
  font-weight: 600;
  font-family: "helvetica_neue_bold", sans-serif;
  color: #00144e;
  line-height: 48px;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title .title {
    font-size: 32px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 46px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .title {
    font-size: 46px;
  }
}
.section-title .desc {
  font-family: "helvetica_neue_roman", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  color: #575959;
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title .desc {
    font-size: 14px;
    line-height: 28px;
  }
  .section-title .desc br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .desc {
    font-size: 16px;
    line-height: 28px;
  }
  .section-title .desc br {
    display: none;
  }
}
.section-title .text {
  margin-bottom: 0;
}
.section-title .divider {
  width: 72px;
  height: 6px;
  background-color: #0057b7;
}
.section-title.style-two {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title.style-two {
    flex-direction: column;
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title.style-two {
    flex-direction: column;
    gap: 48px;
  }
}
.section-title.style-two div {
  width: 50%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title.style-two div {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title.style-two div {
    width: 100%;
  }
}
.section-title.style-two .title {
  color: #00144e;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title.style-two .title {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title.style-two .title {
    width: 100%;
  }
}
.section-title.style-two .desc {
  color: #575959;
  padding-left: 100px;
  width: 50%;
  text-align: start;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title.style-two .desc {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title.style-two .desc {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title.style-two .desc {
    width: 50%;
    padding-left: 0;
  }
}
.section-title.style-three {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 64px;
}
.section-title.style-three .title {
  color: #0057b7;
}
.section-title.style-three .desc {
  color: #575959;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title.style-three {
    flex-direction: column;
    justify-content: center;
    gap: 36px;
  }
  .section-title.style-three .title {
    text-align: center;
  }
}
.section-title.style-four {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title.style-four {
    flex-direction: column;
  }
}

.under-line {
  position: relative;
}
.under-line.style-2 img {
  width: 329px;
}
.under-line img {
  position: absolute;
  width: 271px;
  height: 12px;
  bottom: -12px;
  right: 0;
}

.page-breadcrumb-sec .sketch {
  position: absolute;
  top: 153px;
  left: 11px;
  background-position: center;
  background-repeat: no-repeat;
  width: 169px;
  height: 169px;
  animation: MoveUpDown 2s linear infinite alternate;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-breadcrumb-sec .sketch {
    display: none;
  }
}

.page-breadcrumb-sec {
  padding: 30px 20px;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-breadcrumb-sec {
    min-height: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-breadcrumb-sec {
    min-height: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-breadcrumb-sec {
    min-height: 500px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .page-breadcrumb-sec {
    min-height: 500px;
  }
}

.page-overlay {
  background: linear-gradient(0deg, rgba(58, 79, 156, 0.7), rgba(58, 79, 156, 0.7));
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.page-heading {
  position: relative;
  margin-top: 16px;
}
.page-heading h1,
.page-heading .page-title {
  font-family: "helvetica_neue_bold", sans-serif;
  font-weight: 600;
  font-size: 57px;
  line-height: 68px;
  text-align: center;
  color: #ffffff;
  padding: 0 400px;
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-heading h1 br,
  .page-heading .page-title br {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-heading h1,
  .page-heading .page-title {
    font-size: 36px;
    line-height: 54px;
    padding: 0 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-heading h1,
  .page-heading .page-title {
    font-size: 48px;
    line-height: 62px;
    padding: 0 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-heading h1,
  .page-heading .page-title {
    font-size: 48px;
    line-height: 62px;
    padding: 0 136px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .page-heading h1,
  .page-heading .page-title {
    padding: 0 300px;
  }
}

.breadcrumb-wrapper {
  padding: 0;
  position: relative;
  z-index: 5;
}

.breadcrumb-list {
  text-align: center;
}
.breadcrumb-list ul {
  margin-bottom: 0;
  padding-left: 0;
  display: inline-flex;
  gap: 0 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.breadcrumb-list ul li {
  display: inline-flex;
  gap: 8px;
  position: relative;
  color: #ffffff;
}
.breadcrumb-list ul li:last-child {
  color: #c58b68;
}
.breadcrumb-list ul li:last-child a {
  color: #c58b68;
}
.breadcrumb-list ul li.active {
  color: #c58b68;
  font-family: "helvetica_neue_roman", sans-serif;
  font-size: 18px;
  text-align: center;
  text-transform: capitalize;
  line-height: 28px;
  font-weight: 400;
}
.breadcrumb-list ul li.active:hover {
  color: #FFFFFF;
  transition: all 0.5s ease-out;
}
.breadcrumb-list ul li.active a {
  color: #ffffff;
}
.breadcrumb-list ul li.active a:hover {
  color: #FFFFFF;
  transition: all 0.5s ease-out;
}
.breadcrumb-list ul li a {
  font-family: "helvetica_neue_roman", sans-serif;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
  transition: all 0.5s ease-out;
}
.breadcrumb-list ul li a:hover {
  transition: all 0.5s ease-out;
  color: #c58b68;
}
.breadcrumb-list ul li:before {
  content: "\f054";
  font-size: 12px;
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  display: inline-flex;
}
.breadcrumb-list ul li:first-child:before {
  display: none;
}

.single-post-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
  margin-top: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-meta {
    gap: 4px;
    width: 100%;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-post-meta {
    gap: 4px;
  }
}
.single-post-meta .post-type {
  background-color: #c58b68;
  border-radius: 4px;
  color: #00144e;
}
.single-post-meta span {
  font-size: 16px;
  line-height: 170%;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-meta span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-post-meta span {
    font-size: 14px;
    padding: 4px 12px;
  }
}
.single-post-meta span i {
  color: #c58b68;
  font-size: 16px;
  line-height: 18px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-meta span i {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-post-meta span i {
    font-size: 16px;
  }
}
.single-post-meta span a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  transition: all 0.5s ease-out;
}

.custom-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  text-align: center;
}
.custom-section p.desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 0;
}
.custom-section.style-1 {
  background-color: #0057b7;
}
.custom-section.style-1 p.desc {
  color: #ffffff;
}
.custom-section.compact {
  padding-top: 52px !important;
  padding-bottom: 57px !important;
}
.custom-section.compact-1 {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

.wp-block-query-pagination,
.navigation.posts-navigation,
.comment-navigation {
  display: flex;
  align-items: center;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers,
.navigation.posts-navigation .wp-block-query-pagination-numbers,
.comment-navigation .wp-block-query-pagination-numbers {
  width: inherit;
}
.wp-block-query-pagination .nav-links,
.navigation.posts-navigation .nav-links,
.comment-navigation .nav-links {
  display: flex;
  gap: 20px;
}
.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .nav-next a,
.wp-block-query-pagination .nav-previous a,
.navigation.posts-navigation .wp-block-query-pagination-previous,
.navigation.posts-navigation .wp-block-query-pagination-next,
.navigation.posts-navigation .nav-next a,
.navigation.posts-navigation .nav-previous a,
.comment-navigation .wp-block-query-pagination-previous,
.comment-navigation .wp-block-query-pagination-next,
.comment-navigation .nav-next a,
.comment-navigation .nav-previous a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00144e;
  background-color: #ffffff;
  border-radius: 6px;
  height: 53px;
  padding: 0 20px;
  transition: all 0.5s ease-out;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .wp-block-query-pagination .wp-block-query-pagination-previous,
  .wp-block-query-pagination .wp-block-query-pagination-next,
  .wp-block-query-pagination .nav-next a,
  .wp-block-query-pagination .nav-previous a,
  .navigation.posts-navigation .wp-block-query-pagination-previous,
  .navigation.posts-navigation .wp-block-query-pagination-next,
  .navigation.posts-navigation .nav-next a,
  .navigation.posts-navigation .nav-previous a,
  .comment-navigation .wp-block-query-pagination-previous,
  .comment-navigation .wp-block-query-pagination-next,
  .comment-navigation .nav-next a,
  .comment-navigation .nav-previous a {
    height: 40px;
  }
}
.wp-block-query-pagination .wp-block-query-pagination-previous:hover,
.wp-block-query-pagination .wp-block-query-pagination-next:hover,
.wp-block-query-pagination .nav-next a:hover,
.wp-block-query-pagination .nav-previous a:hover,
.navigation.posts-navigation .wp-block-query-pagination-previous:hover,
.navigation.posts-navigation .wp-block-query-pagination-next:hover,
.navigation.posts-navigation .nav-next a:hover,
.navigation.posts-navigation .nav-previous a:hover,
.comment-navigation .wp-block-query-pagination-previous:hover,
.comment-navigation .wp-block-query-pagination-next:hover,
.comment-navigation .nav-next a:hover,
.comment-navigation .nav-previous a:hover {
  background: #00144e !important;
  color: #ffffff;
  transition: all 0.5s ease-out;
}

.basic-pagination,
.page-links,
.wp-block-query-pagination-numbers {
  display: inline-flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.basic-pagination ul,
.page-links ul,
.wp-block-query-pagination-numbers ul {
  display: inline-flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.basic-pagination ul li,
.page-links ul li,
.wp-block-query-pagination-numbers ul li {
  padding-top: 0;
  padding-bottom: 0;
}
.basic-pagination ul .prev span,
.basic-pagination ul .next span,
.page-links ul .prev span,
.page-links ul .next span,
.wp-block-query-pagination-numbers ul .prev span,
.wp-block-query-pagination-numbers ul .next span {
  display: none;
}
.basic-pagination .post-page-numbers,
.page-links .post-page-numbers,
.wp-block-query-pagination-numbers .post-page-numbers {
  background-color: rgba(71, 112, 247, 0.1);
}
.basic-pagination .page-numbers,
.basic-pagination .post-page-numbers,
.page-links .page-numbers,
.page-links .post-page-numbers,
.wp-block-query-pagination-numbers .page-numbers,
.wp-block-query-pagination-numbers .post-page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00144e;
  background-color: #f8f8f1;
  border-radius: 4px;
  height: 53px;
  width: 53px;
  transition: all 0.5s ease-out;
  font-size: 18px;
  font-weight: 500;
}
.basic-pagination .page-numbers:hover,
.basic-pagination .post-page-numbers:hover,
.page-links .page-numbers:hover,
.page-links .post-page-numbers:hover,
.wp-block-query-pagination-numbers .page-numbers:hover,
.wp-block-query-pagination-numbers .post-page-numbers:hover {
  background: #00144e !important;
  color: #ffffff;
  transition: all 0.5s ease-out;
}
.basic-pagination .page-numbers.current,
.basic-pagination .post-page-numbers.current,
.page-links .page-numbers.current,
.page-links .post-page-numbers.current,
.wp-block-query-pagination-numbers .page-numbers.current,
.wp-block-query-pagination-numbers .post-page-numbers.current {
  background: #c58b68 !important;
  color: #00144e;
  border-color: #ff6731;
  transition: all 0.5s ease-out;
}

.service-area.style-3 {
  background: #f8f8f1;
  padding-top: 104px;
  padding-bottom: 120px;
  position: relative;
}
.service-area.style-3.icon-bg {
  background: #0057b7;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-area.style-3 {
    padding-top: 67px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-area.style-3 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
.service-area.style-3 .sketch {
  position: absolute;
  right: 32px;
  bottom: 368px;
  background-position: center;
  background-repeat: no-repeat;
  width: 169px;
  height: 169px;
  animation: MoveUpDown 2s linear infinite alternate;
}
@media (max-width: 1199px) {
  .service-area.style-3 .sketch {
    display: none;
  }
}
.service-area.style-3 .shape-one {
  position: absolute;
  left: 33px;
  bottom: 609px;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  transform: rotate(0deg);
  animation: Rotating-reverse 9s linear infinite;
  transform-origin: top left;
}
@media (max-width: 1199px) {
  .service-area.style-3 .shape-one {
    display: none;
  }
}
.service-area.style-3 .shape-two {
  position: absolute;
  right: 55px;
  top: 201px;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  transform: rotate(0deg);
  animation: Rotating-reverse 9s linear infinite;
  transform-origin: bottom right;
}
@media (max-width: 1199px) {
  .service-area.style-3 .shape-two {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .why-choose-us-area.style-3 .section-title .desc {
    padding-left: 90px;
  }
}
.why-choose-us-area.style-3 .image-card {
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why-choose-us-area.style-3 .image-card .content .title {
    font-size: 32px;
    line-height: 32px;
  }
}

.pricing-area.style-2 {
  background-color: #F8F8F1;
  padding-top: 104px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pricing-area.style-2 {
    padding-top: 67px;
    padding-bottom: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-area.style-2 {
    padding-top: 90px;
    padding-bottom: 76px;
  }
}
.pricing-area.style-2 .price-card-wrapper .price-card {
  background-color: #FFFFFF;
}
.pricing-area.style-2 .price-card-wrapper.active .price-card {
  background-color: #f6b332;
}

.faq-area.style-2 {
  padding-top: 104px;
  padding-bottom: 120px;
  position: relative;
  background-color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .faq-area.style-2 {
    padding-top: 67px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-area.style-2 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
.faq-area.style-2 .accordion-wrapper .accordion-list-item {
  background-color: #F8F8F1;
}

.pricing-card-wrapper {
  background: #eef5f8;
}

.why-choose-card-wrapper {
  padding-left: 110px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .why-choose-card-wrapper {
    padding-left: 0;
  }
}

.accordion-section {
  padding: 200px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion-section {
    padding: 70px 0;
  }
}

.pricing-accordion-wrapper {
  padding-left: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pricing-accordion-wrapper {
    padding-left: 0;
    margin-top: 30px;
  }
}

.faq-tab {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-tab .faq-single-tab {
  border-radius: 6px;
  padding: 26px 35px;
  background: #eef5f8;
  transition: all 0.5s ease-out;
}
.faq-tab .faq-single-tab a h3 {
  margin: 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #0057b7;
}
.faq-tab .faq-single-tab:hover {
  background: #ff6731;
}
.faq-tab .faq-single-tab:hover a h3 {
  color: #ffffff;
}

.blog-main-wrapper {
  padding: 120px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-main-wrapper {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-main-wrapper {
    padding: 100px 0;
  }
}

.blog-load-btn {
  padding: 20px 35px;
  background: #ff6731;
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  border-radius: 6px;
}

.blog-details-area {
  padding: 120px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-details-area {
    padding: 80px 0;
  }
}
.blog-details-area .related-post-area.style-1 {
  padding-top: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-details-area .related-post-area.style-1 {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-area .related-post-area.style-1 {
    padding-top: 100px;
  }
}

.blog-coment-title h2,
.blog-coment-title .wp-block-comments-title,
.wp-block-comments h2,
.wp-block-comments .wp-block-comments-title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
}

/* Block Comment Start */
.wp-block-comments .wp-block-comment-template {
  padding-left: 0;
}
.wp-block-comments .wp-block-comment-template .wp-block-comment-reply-link {
  margin-top: 15px;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns {
  padding: 50px;
  border: 1px solid #dfe2e9;
  border-radius: 8px;
  margin-bottom: 24px;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-column:first-child {
  flex-basis: 80px !important;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-avatar {
  width: 100px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-avatar img {
  width: 100%;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-author-name a {
  font-size: 21px;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: "helvetica_neue_bold", sans-serif;
  color: #0057b7;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-edit-link a {
  color: #0057b7;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-date a,
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-edit-link a {
  color: #9ba8c3;
  font-size: 16px;
  font-weight: 400;
  font-family: "helvetica_neue_roman", sans-serif;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-reply-link a {
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #0057b7;
  border: 1px solid #ff6731;
  padding: 4px 26px;
  display: inline-block;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-reply-link a:hover {
  background-color: #ff6731;
  color: #ffffff;
  transition: all 0.5s ease-out;
}

.latest-comments li .children .comments-box {
  margin-left: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-comments li .children .comments-box {
    margin-left: 0;
  }
}
.latest-comments li .children .children .comments-box {
  margin-left: 100px;
  border-top: 1px solid #d2d2d2;
}
.latest-comments li .comments-box {
  padding: 50px;
  border: 1px solid #dfe2e9;
  border-radius: 8px;
  margin-bottom: 24px;
}
.latest-comments li .comments-box .comments-avatar {
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-comments li .comments-box .comments-avatar {
    float: inherit;
    margin-bottom: 20px;
  }
}
.latest-comments li .comments-box .comments-avatar img {
  margin-right: 30px;
  width: 100px;
  border-radius: 50px;
}
.latest-comments li .comments-box .comments-text {
  overflow: hidden;
}
.latest-comments li .comments-box .comments-text p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #575959;
}
.latest-comments li .comments-box .comments-text .avatar-name {
  margin-bottom: 10px;
  position: relative;
}
.latest-comments li .comments-box .comments-text .avatar-name h5 {
  font-size: 21px;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: "helvetica_neue_bold", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.latest-comments li .comments-box .comments-text .avatar-name span {
  color: #0057b7;
  font-size: 16px;
  font-weight: 400;
  font-family: "helvetica_neue_roman", sans-serif;
}
.latest-comments li .comments-box .comments-text .comment-reply-link {
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #0057b7;
  border: 1px solid #0057b7;
  padding: 4px 26px;
  gap: 8px;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-comments li .comments-box .comments-text .comment-reply-link {
    position: unset;
    margin-top: 10px;
  }
}
.latest-comments li .comments-box .comments-text .comment-reply-link:hover {
  background-color: #c58b68;
  color: #00144e;
  border-color: #c58b68;
  transition: all 0.5s ease-out;
}

.post-comments .latest-comments > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.comments-text > ul,
.comments-text > ol {
  margin-bottom: 20px;
}

ul.children {
  list-style: none;
}

/*Comment Input Filed*/
.post-comments-form.style-two {
  padding: 0;
  background: transparent;
}

.post-comments-title .sub-title {
  font-family: "helvetica_neue_roman", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.post-comments-title h2 {
  font-size: 36px;
  line-height: 28px;
  font-weight: 700;
  color: #00144e;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-comments-title h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.post-comments-title h2 small {
  font-size: 16px;
  font-family: "helvetica_neue_roman", sans-serif;
  color: #ff6731;
}
.post-comments-title h2 small:hover {
  color: #c58b68;
}
.post-comments-title.style-two h5 {
  color: #00144e;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.64px;
  margin-bottom: 48px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-comments-title.style-two h5 {
    margin-bottom: 28px;
  }
}
.post-comments-title .sub-title {
  color: #ffffff;
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
}
.post-comments-title h5 {
  color: #00144e;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-comments-title h5 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.post-comments-title h5 small {
  font-size: 16px;
  font-family: "helvetica_neue_roman", sans-serif;
  color: #0057b7;
}

.comment-respond {
  position: relative;
}
.comment-respond .wpcf7-spinner {
  position: absolute;
  right: 0;
}
.comment-respond .theme-btn.style-four {
  justify-content: center;
  border-color: #c58b68;
  background-color: #c58b68;
  color: #0057b7;
  height: 64px;
  font-size: 18px;
  transition: all 0.5s ease-out;
}
.comment-respond .theme-btn.style-four:hover {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
  transition: all 0.5s ease-out;
}
.comment-respond .contacts-email,
.comment-respond .contacts-name,
.comment-respond .single-input-field,
.comment-respond .contacts-message {
  margin-bottom: 24px;
}
.comment-respond .single-input-field .nice-select {
  color: #c3d1d2;
}
.comment-respond .single-input-field .nice-select:after {
  width: 10px;
  height: 10px;
}
.comment-respond label {
  display: block;
  font-family: "helvetica_neue_roman";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #00144e;
  margin-bottom: 8px;
}
.comment-respond .checkbox-field-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  padding: 15px 0;
}
.comment-respond .checkbox-field-wrapper .single-checkbox-field {
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 400;
  font-family: "helvetica_neue_roman", sans-serif;
}
.comment-respond .checkbox-field-wrapper .single-checkbox-field .form-check-input {
  margin: 0 !important;
  width: 18px;
  height: 18px;
  padding: 0;
}
.comment-respond .comment-form-cookies-consent {
  display: none;
}
.comment-respond .comment-form .terms-condition-wrapper .terms-condition {
  height: 100%;
  width: auto;
  display: inline-block;
  margin-right: 8px;
}
.comment-respond input,
.comment-respond select {
  padding: 0 16px;
  height: 60px;
  width: 100%;
  color: #828282;
  border: 1px solid #828282;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  font-family: "helvetica_neue_roman", sans-serif !important;
  border-radius: 3px !important;
}
.comment-respond *::-webkit-input-placeholder {
  color: #828282;
}
.comment-respond *:-moz-placeholder {
  color: #828282;
  opacity: 1;
}
.comment-respond *::-moz-placeholder {
  color: #828282;
  opacity: 1;
}
.comment-respond *:-ms-input-placeholder {
  color: #828282;
}
.comment-respond *::-ms-input-placeholder {
  color: #828282;
}
.comment-respond *::placeholder {
  color: #828282;
}
.comment-respond textarea {
  resize: vertical;
  padding: 16px;
  width: 100%;
  color: #828282;
  border: 1px solid #828282;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  font-family: "helvetica_neue_roman", sans-serif !important;
  height: 142px;
  border-radius: 3px !important;
}
.comment-respond textarea.style-two {
  color: #00144e !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .comment-respond textarea {
    height: 90px;
  }
}
.comment-respond p {
  margin: 0;
}
.comment-respond p a {
  color: #0057b7;
}
.comment-respond input:focus,
.comment-respond textarea:focus,
.comment-respond .form-select:focus,
.comment-respond .nice-select {
  outline: none !important;
  box-shadow: none;
  border-color: #828282;
  transition: all 0.4s ease 0s;
  color: #828282;
}
.comment-respond.style-two input {
  padding: 16px;
  height: auto;
  color: #828282;
  border: 1px solid #828282;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "helvetica_neue_roman", sans-serif !important;
  line-height: 150%;
}
.comment-respond.style-two ::placeholder {
  color: #828282;
  opacity: 1; /* Firefox */
}
.comment-respond.style-two :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #828282;
}
.comment-respond.style-two ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #828282;
}
.comment-respond.style-two textarea {
  border-color: #828282;
  color: #828282 !important;
}
.comment-respond.style-two .contacts-checkbox {
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 4px;
  margin-right: 8px;
}
.comment-respond.style-two .form-check-input:checked {
  background-color: #0057b7;
  border-color: #0057b7;
}

.comment-respond.style-two {
  background: transparent;
  padding: 0;
}
.comment-respond.style-two label {
  color: #020a27;
}
.comment-respond.style-two input[type=submit] {
  display: inline-block;
  width: unset;
  background-color: #c58b68;
  border-color: #c58b68;
  padding: 17px 24px;
  color: #00144e;
  border-radius: 4px;
  font-size: 16px;
  transition: all 0.5s ease-out;
}
.comment-respond.style-two input[type=submit]:hover {
  background-color: #00144e;
  color: #ffffff;
  border-color: #00144e;
  transition: all 0.5s ease-out;
}
.comment-respond.style-two .single-input-field {
  margin-bottom: 30px;
}
.comment-respond.style-two .single-input-field input,
.comment-respond.style-two .single-input-field select {
  background-color: transparent;
  border-color: #828282 !important;
  color: #00144e !important;
  height: 53px;
}
.comment-respond.style-two .single-input-field .nice-select {
  color: #00144e;
}
.comment-respond.style-two .single-input-field textarea {
  border-color: #828282;
  height: 142px;
  margin-bottom: 40px;
}
.comment-respond.style-two .single-input-field *::-webkit-input-placeholder {
  color: #828282;
}
.comment-respond.style-two .single-input-field *:-moz-placeholder {
  color: #828282;
  opacity: 1;
}
.comment-respond.style-two .single-input-field *::-moz-placeholder {
  color: #828282;
  opacity: 1;
}
.comment-respond.style-two .single-input-field *:-ms-input-placeholder {
  color: #828282;
}
.comment-respond.style-two .single-input-field *::-ms-input-placeholder {
  color: #828282;
}
.comment-respond.style-two .single-input-field *::placeholder {
  color: #828282;
}
.comment-respond.style-two .checkbox-field-wrapper .single-checkbox-field .form-check-input {
  background-color: transparent;
  border-color: #828282;
}
.comment-respond.style-two input:focus,
.comment-respond.style-two textarea:focus,
.comment-respond.style-two .form-select:focus,
.comment-respond.style-two .nice-select {
  border-color: #828282;
}

.team-page {
  padding-top: 104px;
  padding-bottom: 68px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-page {
    padding-top: 67px;
    padding-bottom: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-page {
    padding-top: 90px;
    padding-bottom: 48px;
  }
}

.modal-dialog {
  margin-top: 150px;
}

.team-member-card {
  position: relative;
  cursor: pointer;
}
.team-member-card .image {
  background-color: #f8f8f1;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  position: relative;
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.team-member-card .image img {
  width: 100%;
  height: 100%;
}
.team-member-card .image .image-content-wrapper {
  padding: 43px 0 44px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  transition: all 0.5s ease-out;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
.team-member-card .image .image-content-wrapper .user-info h4 {
  margin-bottom: 4px;
  color: #ffffff;
}
.team-member-card .image .image-content-wrapper .user-info h4 a:hover {
  color: #c58b68;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-member-card .image .image-content-wrapper .user-info h4 {
    font-size: 26px;
  }
}
.team-member-card .image .image-content-wrapper .user-info p {
  text-align: center;
  color: #ffffff;
}
.team-member-card .image .image-content-wrapper .social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 27px;
  width: 100%;
}
.team-member-card .image .image-content-wrapper .social a {
  line-height: 18px;
}
.team-member-card .image .image-content-wrapper .social a i {
  color: #ffffff;
  font-size: 24px;
}
.team-member-card .content-wrapper {
  padding: 48px 10px 48px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  position: relative;
  transition: all 0.5s ease-out;
}
.team-member-card .content-wrapper .user-info h4 {
  margin-bottom: 4px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-member-card .content-wrapper .user-info h4 {
    font-size: 26px;
  }
}
.team-member-card .content-wrapper .user-info p {
  text-align: center;
}
.team-member-card .content-wrapper .social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 27px;
  width: 100%;
}
.team-member-card .content-wrapper .social a {
  line-height: 18px;
}
.team-member-card .content-wrapper .social a i {
  color: #0057b7;
  font-size: 24px;
}
.team-member-card .image-content-wrapper .social a i {
  z-index: 10;
  position: relative;
  transition: all 0.5s ease-out;
}
.team-member-card .image-content-wrapper .social a i:hover {
  color: #c58b68;
}
.team-member-card:hover .image {
  transform: scale(1.03);
}
.team-member-card:hover .content-wrapper {
  position: relative;
  visibility: hidden;
  opacity: 0;
}
.team-member-card:hover .image-content-wrapper {
  background: rgba(58, 79, 156, 0.8);
  backdrop-filter: blur(10px);
  visibility: visible;
  opacity: 1;
  z-index: 3;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-member-card {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-member-card {
    margin-bottom: 50px;
  }
}

.team-member-card.style-two .image {
  border-radius: 0 0 500px 500px;
  overflow: hidden;
}
.team-member-card.style-two .content-wrapper {
  padding: 24px 0 0 0;
}
.team-member-card.style-two .content-wrapper .user-info h4 {
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-member-card.style-two .content-wrapper .user-info h4 {
    font-size: 28px;
    line-height: 32px;
  }
}
.team-member-card.style-two .content-wrapper .user-info p {
  font-size: 18px;
  line-height: 31px;
}
.team-member-card.style-two .content-wrapper .social {
  display: none;
}
.team-member-card.style-two:hover .content-wrapper {
  background: none;
  backdrop-filter: blur(0);
  top: 0;
}
.team-member-card.style-two:hover .content-wrapper .user-info h4 {
  color: #080f10;
}
.team-member-card.style-two:hover .content-wrapper .user-info p {
  color: unset;
}

/* 4.Sidebar */
.sidebar {
  padding-left: 8px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .sidebar {
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 48px;
    margin-bottom: 0;
  }
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}

.page-sidebar {
  margin-bottom: 50px;
  padding-left: 18px;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
}
.body-overlay.active {
  opacity: 1;
  visibility: visible;
}
.body-overlay:hover {
  cursor: pointer;
}

/* Widget */
.widget {
  background-color: #f8f8f1;
  padding: 40px 40px 33px 40px;
  border-radius: 4px;
  margin-bottom: 32px;
  /* Widget Title */
  /* Social Widget Block */
  /* Recent Comment List Block Widget & Latest Post Widget Block */
  /* Social Widget */
  /* Select Option  */
  /* Login Widget */
  /* Search Widget */
  /* Tagcloud Widget */
  /* Default Widget */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .widget {
    padding: 30px 30px 24px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget {
    padding: 30px 30px 24px 30px;
  }
}
.widget ol,
.widget ul {
  margin-bottom: 0;
}
.widget.widget_search {
  padding: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget.widget_search {
    padding: 30px;
  }
}
.widget .wp-block-heading,
.widget .widget-title {
  display: block;
  font-family: "helvetica_neue_bold", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #00144e;
  margin-bottom: 30px;
  position: relative;
  margin-top: -10px;
}
.widget .wp-block-heading:before,
.widget .widget-title:before {
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  margin-right: 6px;
  color: #1eae98;
  display: none;
}
.widget .wp-block-social-links .wp-social-link {
  padding: 0;
  margin: 0;
  line-height: 0;
}
.widget .wp-block-social-links .wp-social-link a {
  width: 44px;
  height: 44px;
  padding: 0;
  display: flex;
  justify-content: center;
}
.widget .has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.widget .has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  font-weight: 500;
}
.widget .has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author,
.widget .has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link,
.widget .has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author,
.widget .has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link {
  font-weight: 500;
}
.widget .wp-block-latest-comments li.wp-block-latest-comments__comment,
.widget .wp-block-latest-posts li.wp-block-latest-comments__comment {
  margin-bottom: 8px;
}
.widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta,
.widget .wp-block-latest-comments li .wp-block-latest-posts__post-title,
.widget .wp-block-latest-posts li .wp-block-latest-comments__comment-meta,
.widget .wp-block-latest-posts li .wp-block-latest-posts__post-title {
  line-height: 28px;
  font-weight: 400;
}
.widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date,
.widget .wp-block-latest-comments li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date,
.widget .wp-block-latest-posts li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date,
.widget .wp-block-latest-posts li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date {
  font-size: 14px !important;
  margin-bottom: 10px;
  position: relative;
}
.widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date:before,
.widget .wp-block-latest-comments li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date:before,
.widget .wp-block-latest-posts li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date:before,
.widget .wp-block-latest-posts li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date:before {
  content: "\f274";
  font-family: "Font Awesome 6 Pro";
  padding-right: 8px;
}
.widget .wp-block-latest-comments li a,
.widget .wp-block-latest-posts li a {
  color: #00144e;
}
.widget .wp-block-latest-comments li a.wp-block-latest-comments__comment-author, .widget .wp-block-latest-comments li a.wp-block-latest-comments__comment-link,
.widget .wp-block-latest-posts li a.wp-block-latest-comments__comment-author,
.widget .wp-block-latest-posts li a.wp-block-latest-comments__comment-link {
  display: inline !important;
  text-transform: capitalize;
  line-height: 28px;
  font-weight: 400;
}
.widget .wp-block-latest-comments li a:hover,
.widget .wp-block-latest-posts li a:hover {
  color: #0057b7;
}
.widget .wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p,
.widget .wp-block-latest-posts li .wp-block-latest-comments__comment-excerpt p {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.widget .social-profile {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
}
.widget .social-profile a {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  color: #00144e;
  transition: all 0.5s ease-out;
  border-radius: 50px;
  flex-shrink: 0;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .widget .social-profile a {
    width: 40px;
    height: 40px;
  }
}
.widget .social-profile a:hover {
  color: #0057b7;
  transition: all 0.5s ease-out;
  background-color: #c58b68;
}
.widget select {
  max-width: 100%;
  height: 50px;
  width: 100%;
  border: 1px solid #31373f;
  padding: 0 10px;
  border-radius: 5px;
  color: #575959;
  margin-bottom: 0;
}
.widget .has-login-form .login-username label,
.widget .has-login-form .login-password label {
  margin-bottom: 10px;
}
.widget .has-login-form .login-username input,
.widget .has-login-form .login-password input {
  max-width: 100%;
  height: 50px;
  width: 100%;
  border: 1px solid #dfe2e9;
  padding: 0 10px;
  border-radius: 5px;
  color: #575959;
}
.widget .has-login-form .login-remember input {
  border: 1px solid #dfe2e9;
}
.widget .has-login-form .login-remember label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.widget .has-login-form .login-submit {
  margin-bottom: 0;
}
.widget .has-login-form .login-submit input.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #00144e;
  padding: 15.5px 32px;
  border: 1px solid #c58b68;
  text-align: center;
  border-radius: 4px;
  background: #c58b68;
  text-transform: capitalize;
  font-family: "helvetica_neue_roman", sans-serif;
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.widget .search-form {
  display: flex !important;
}
.widget .search-form button {
  width: 62px;
  flex-shrink: 0;
}
.widget .wp-block-search__no-button.wp-block-search input {
  border-radius: 10px;
}
.widget .wp-block-search {
  margin-bottom: -2px;
}
.widget .wp-block-search,
.widget .search-form {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.widget .wp-block-search .wp-block-search__inside-wrapper,
.widget .search-form .wp-block-search__inside-wrapper {
  display: flex;
  padding: 0 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget .wp-block-search .wp-block-search__inside-wrapper,
  .widget .search-form .wp-block-search__inside-wrapper {
    flex-direction: column;
    gap: 12px;
  }
  .widget .wp-block-search .wp-block-search__inside-wrapper button,
  .widget .search-form .wp-block-search__inside-wrapper button {
    padding: 8px 24px;
  }
}
.widget .wp-block-search label,
.widget .search-form label {
  font-size: 24px;
  display: block;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #0057b7;
  font-family: "helvetica_neue_bold", sans-serif;
}
.widget .wp-block-search input,
.widget .search-form input {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 0 25px;
  height: 60px;
  width: 100%;
  color: #575959;
  font-family: "helvetica_neue_roman", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #575959;
  margin-right: 8px;
}
.widget .wp-block-search button,
.widget .search-form button {
  color: #00144e;
  padding: 0 24px;
  position: relative;
  right: 0;
  background: #c58b68;
  top: 0;
  height: auto;
  border-radius: 4px;
  line-height: 30px;
  border-color: transparent;
}
.widget .widget_tag_cloud .wp-block-heading {
  margin-bottom: 30px;
}
.widget .tagcloud,
.widget .wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.widget .tagcloud a,
.widget .wp-block-tag-cloud a {
  color: #00144e;
  display: inline-block;
  font-size: 16px;
  line-height: 170%;
  padding: 8px 16px;
  border-radius: 8px;
  background: #ffffff;
  transition: all 0.5s ease-out;
}
.widget .tagcloud a:hover,
.widget .wp-block-tag-cloud a:hover {
  color: #00144e;
  background: #c58b68;
  border-color: #c58b68;
  transition: all 0.5s ease-out;
}
.widget ul,
.widget ol {
  padding-left: 0;
  /* Tag Cloud Widget */
}
.widget ul li,
.widget ol li {
  display: block;
  border-bottom: 1px solid #e0e0e0;
  /* Recent Comment Widget */
}
.widget ul li:first-child,
.widget ol li:first-child {
  padding-top: 0;
  margin-top: -8px;
}
.widget ul li:last-child,
.widget ol li:last-child {
  margin-bottom: 0 !important;
  border-bottom: none;
  padding-bottom: 0;
}
.widget ul li.recentcomments .comment-author-link a:before,
.widget ol li.recentcomments .comment-author-link a:before {
  display: block;
}
.widget ul li.recentcomments a,
.widget ol li.recentcomments a {
  padding-left: 0;
  display: inline;
}
.widget ul li.recentcomments a:before,
.widget ol li.recentcomments a:before {
  display: none;
}
.widget ul li a,
.widget ol li a {
  color: #00144e;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  transition: all 0.5s ease-out;
  /* RSS Widget */
}
.widget ul li a:hover,
.widget ol li a:hover {
  color: #0057b7;
  transition: all 0.5s ease-out;
}
.widget ul li a.rsswidget,
.widget ol li a.rsswidget {
  padding-left: 0;
  font-weight: 500;
  display: block;
}
.widget ul li a.rsswidget:before,
.widget ol li a.rsswidget:before {
  display: none;
}
.widget ul li ul,
.widget ol li ul {
  padding-left: 25px;
  padding-top: 10px;
}
.widget ul.wp-tag-cloud li,
.widget ol.wp-tag-cloud li {
  display: inline-block;
  padding: 0;
  border: 0;
}
.widget ul.wp-tag-cloud li a:before,
.widget ol.wp-tag-cloud li a:before {
  display: none;
}
.widget.widget_search .wp-block-search {
  overflow: visible;
  margin-top: -6px;
}
.widget.widget_categories ul li, .widget.widget_archive ul li {
  text-align: right;
  display: inline-block;
  width: 100%;
}
.widget.widget_categories ul li.cat-item, .widget.widget_archive ul li.cat-item {
  text-align: right;
  display: inline-block;
  width: 100%;
  color: #00144e;
}
.widget.widget_categories ul li a, .widget.widget_archive ul li a {
  float: left;
}
.widget.widget_categories ul li:last-child, .widget.widget_archive ul li:last-child {
  margin-bottom: 0;
}
.widget.widget_categories .wp-block-archives,
.widget.widget_categories .wp-block-categories, .widget.widget_archive .wp-block-archives,
.widget.widget_archive .wp-block-categories {
  margin-bottom: 0;
}
.widget.widget_social_profile {
  padding: 32px 24px;
}
.widget.widget_rss ul li,
.widget.widget_rss ol li {
  padding: 25px 0;
}
.widget.widget_rss ul li:last-child,
.widget.widget_rss ol li:last-child {
  padding-bottom: 0;
}
.widget.widget_rss ul li:first-child,
.widget.widget_rss ol li:first-child {
  padding-top: 0;
}
.widget.widget_recent_comments .wp-block-latest-comments li {
  padding: 25px 0;
}
.widget.widget_recent_comments .wp-block-latest-comments li:last-child {
  padding-bottom: 0;
}
.widget.widget_recent_comments .wp-block-latest-comments li:first-child {
  padding-top: 0;
}
.widget.widget_recent_entries .wp-block-latest-posts li {
  padding: 25px 0;
}
.widget.widget_recent_entries .wp-block-latest-posts li:last-child {
  padding-bottom: 0;
}
.widget.widget_recent_entries .wp-block-latest-posts li:first-child {
  padding-top: 0;
}
.widget.widget_text select {
  margin-bottom: 0;
}
.widget.widget_tag_cloud .tagcloud {
  margin-bottom: 0;
}

/* About Info Widget*/
.widget-about-info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.widget-about-info .about-desc {
  text-align: left;
}
.widget-about-info .about-desc .about-title {
  font-size: 20px;
}
.widget-about-info .about-image {
  width: 140px;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.widget-about-info .social-profile {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 30px;
  border-top: 1px solid #dfe2e9;
  width: 100%;
  margin-top: 10px;
}
.widget-about-info .social-profile a {
  transition: all 0.5s ease-out;
  width: 44px;
  height: 44px;
  background-color: #f3f4f8;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0057b7;
  transition: all 0.5s ease-out;
}
.widget-about-info .social-profile a:hover {
  color: #ffffff;
  transition: all 0.5s ease-out;
  background-color: #0057b7;
}

/* Latest Post Widget*/
.has-dates.has-author.wp-block-latest-posts .wp-block-latest-posts__post-title {
  display: inline-block;
  width: 100%;
  font-weight: 500;
}

.wp-block-latest-posts .wp-block-rss__item-title,
.wp-block-rss .wp-block-rss__item-title,
.widget_rss .wp-block-rss__item-title {
  display: inline-block;
  width: 100%;
  font-weight: 500;
}
.wp-block-latest-posts .wp-block-latest-posts__post-author,
.wp-block-latest-posts .wp-block-rss__item-publish-date,
.wp-block-rss .wp-block-latest-posts__post-author,
.wp-block-rss .wp-block-rss__item-publish-date,
.widget_rss .wp-block-latest-posts__post-author,
.widget_rss .wp-block-rss__item-publish-date {
  margin-right: 10px;
}
.wp-block-latest-posts .wp-block-latest-posts__post-author,
.wp-block-latest-posts .wp-block-latest-posts__post-date,
.wp-block-latest-posts .wp-block-rss__item-publish-date,
.wp-block-latest-posts .wp-block-rss__item-author,
.wp-block-latest-posts .rss-date,
.wp-block-rss .wp-block-latest-posts__post-author,
.wp-block-rss .wp-block-latest-posts__post-date,
.wp-block-rss .wp-block-rss__item-publish-date,
.wp-block-rss .wp-block-rss__item-author,
.wp-block-rss .rss-date,
.widget_rss .wp-block-latest-posts__post-author,
.widget_rss .wp-block-latest-posts__post-date,
.widget_rss .wp-block-rss__item-publish-date,
.widget_rss .wp-block-rss__item-author,
.widget_rss .rss-date {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
}
.wp-block-latest-posts .wp-block-latest-posts__post-date:before,
.wp-block-latest-posts .wp-block-rss__item-publish-date:before,
.wp-block-latest-posts .rss-date:before,
.wp-block-rss .wp-block-latest-posts__post-date:before,
.wp-block-rss .wp-block-rss__item-publish-date:before,
.wp-block-rss .rss-date:before,
.widget_rss .wp-block-latest-posts__post-date:before,
.widget_rss .wp-block-rss__item-publish-date:before,
.widget_rss .rss-date:before {
  content: "\f274";
  font-family: "Font Awesome 6 Pro";
  padding-right: 8px;
}
.wp-block-latest-posts .wp-block-latest-posts__post-author:before,
.wp-block-latest-posts .wp-block-rss__item-author:before,
.wp-block-rss .wp-block-latest-posts__post-author:before,
.wp-block-rss .wp-block-rss__item-author:before,
.widget_rss .wp-block-latest-posts__post-author:before,
.widget_rss .wp-block-rss__item-author:before {
  content: "\f007";
  font-family: "Font Awesome 6 Pro";
  padding-right: 8px;
}
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts .wp-block-rss__item-excerpt,
.wp-block-latest-posts .rssSummary,
.wp-block-rss .wp-block-latest-posts__post-excerpt,
.wp-block-rss .wp-block-rss__item-excerpt,
.wp-block-rss .rssSummary,
.widget_rss .wp-block-latest-posts__post-excerpt,
.widget_rss .wp-block-rss__item-excerpt,
.widget_rss .rssSummary {
  margin-top: 10px;
  margin-bottom: 0;
}

.widget_latest_post ul li {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  align-items: start;
}
.widget_latest_post ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget_latest_post ul li a {
  padding-left: 0;
}
.widget_latest_post ul li a:before {
  display: none;
}
.widget_latest_post ul li .latest-post-thumb {
  flex-shrink: 0;
  overflow: hidden;
}
.widget_latest_post ul li .latest-post-thumb img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.widget_latest_post ul li .latest-post-thumb:hover img {
  transform: scale(1.03);
}
.widget_latest_post ul li .latest-post-desc .latest-post-type,
.widget_latest_post ul li .latest-post-desc .news-tag,
.widget_latest_post ul li .latest-post-desc .post-type a {
  padding: 4px 16px;
  font-size: 16px;
  font-family: "helvetica_neue_roman", sans-serif;
  line-height: 170%;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  margin-bottom: 16px;
  display: inline-block;
}
.widget_latest_post ul li .latest-post-desc .latest-post-title {
  margin-bottom: 8px;
  font-size: 18px;
  font-family: "helvetica_neue_bold", sans-serif;
  font-weight: 500;
  line-height: 140%;
}
.widget_latest_post ul li .latest-post-desc .latest-post-title a {
  color: #00144e;
  font-size: 18px;
  font-family: "helvetica_neue_bold", sans-serif;
  font-weight: 500;
  line-height: 140%;
  transition: all 0.5s ease-out;
}
.widget_latest_post ul li .latest-post-desc .latest-post-title a:hover {
  color: #00144e;
  transition: all 0.5s ease-out;
}
.widget_latest_post ul li .latest-post-desc .latest-post-meta {
  font-size: 14px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #00144e;
}

.widget-instagram-feed {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.widget-instagram-feed .single-instagram-feed {
  border-radius: 5px;
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.widget-instagram-feed .single-instagram-feed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.widget_promotion {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-color: #020a27;
}
.widget_promotion .wp-block-heading {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 10px;
}
.widget_promotion .secondary-btn {
  display: inline-block;
  background: #ff6731;
  color: #0057b7;
  padding: 12px 104px;
  font-weight: 600;
  font-family: "helvetica_neue_roman", sans-serif;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-out;
  font-size: 16px;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
}
.widget_promotion .secondary-btn i {
  color: #fff;
  font-size: 16px;
}
.widget_promotion .secondary-btn:hover {
  transition: all 0.5s ease-out;
  background-color: #ffffff;
  border-color: #ffffff;
}
.widget_promotion p {
  color: rgba(255, 255, 255, 0.53);
  margin-bottom: 32px;
}

.slide-down {
  position: absolute;
  right: 91px; /* Adjust according to your layout */
  top: 15px;
  transition: transform 0.35s ease, opacity 0.35s ease;
  width: 400px;
  height: 450px;
  font-weight: 600;
  transform: scale(0);
  transform-origin: top right;
  opacity: 0; /* Start with the div being transparent */
  z-index: 9;
}
@media only screen and (max-width: 1199px) {
  .slide-down {
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.slide-down #closeButton {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  color: #101e48;
  font-size: 1.5rem;
  cursor: pointer;
}

.slide-down.active {
  transform: scale(1);
  opacity: 1; /* Fully visible when active */
}

.login-box {
  padding: 30px 40px 40px 40px;
  border-radius: 10px;
  background-color: #fff;
}
.login-box .heading, .login-box label, .login-box a {
  color: #575959;
  font-weight: 600;
}
.login-box input {
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid #575959;
  right: 0;
  height: 35px;
  padding: 35px 0 25px 0;
  margin-top: 10px;
}
.login-box .submit-group, .login-box .form-group, .login-box .forgot-password {
  display: block;
  width: 100%;
}

.notification-slide {
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: #fff; /* Same as login box */
  border-left: 22px solid #c58b68; /* Same as login box */
  border-radius: 0; /* Same as login box */
  transform: translateY(100%); /* Initially slide out of view */
  transition: transform 0.5s ease-in-out; /* Smooth transition */
  width: 400px;
  color: #101e48;
  font-weight: 400;
  z-index: 999;
  padding: 40px 20px;
  text-align: center;
}
.notification-slide strong {
  font-weight: 700;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  color: #101e48;
  font-size: 1.5rem;
  cursor: pointer;
}

.notification-slide.show {
  transform: translateY(0); /* Slide into view */
}

.mobile-menu-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu-bar a i {
  color: #0057b7;
  font-size: 22px;
}

.menu-sidebar-area {
  position: fixed;
  right: -485px;
  top: 0;
  width: 465px;
  height: 100%;
  background-color: #ffffff;
  overflow-y: scroll;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 9999;
}
@media (max-width: 560px) {
  .menu-sidebar-area {
    width: 375px;
  }
}
.menu-sidebar-area .menu-sidebar-logo {
  display: inline-block;
  width: 180px;
}
.menu-sidebar-area .menu-sidebar-wrapper {
  position: relative;
  padding: 40px;
}
.menu-sidebar-area.active {
  right: 0;
}
.menu-sidebar-area .menu-sidebar-close {
  position: absolute;
  top: 35px;
  right: 45px;
}
.menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 45px;
  width: 45px;
  background-color: #0057b7;
  color: #ffffff;
  border-radius: 50%;
}
.menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn:hover {
  background-color: #c58b68;
}
.menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn:hover i {
  color: #00144e;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget {
  display: inline-block;
  margin-top: 20px;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .menu-sidebar-title {
  margin-bottom: 5px;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info {
  display: flex;
  align-items: center;
  gap: 0 24px;
  padding: 6px 0;
  flex-wrap: wrap;
  flex-direction: column;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #0057b7;
  font-size: 16px;
  font-weight: 400;
  font-family: "helvetica_neue_roman", sans-serif;
  width: 100%;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span.contact-info-item {
  gap: 0 10px !important;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0057b7;
  font-size: 16px;
  font-weight: 400;
  font-family: "helvetica_neue_roman", sans-serif;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span a:hover {
  color: #0057b7;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .social-profile a {
  color: #0057b7;
  font-size: 22px;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .social-profile a:hover {
  color: #0057b7;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
}
.body-overlay.active {
  opacity: 1;
  visibility: visible;
}
.body-overlay:hover {
  cursor: pointer;
}

.mean-container .mean-nav {
  margin-top: 48px;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul:first-child {
  display: block !important;
}

.about-us-area.style-1 {
  padding-top: 180px;
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 767px) {
  .about-us-area.style-1 {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area.style-1 {
    padding-top: 100px;
  }
}
.about-us-area.style-1 .scrolldown-btn-wrapper {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100px;
  display: block;
}
@media (max-width: 991px) {
  .about-us-area.style-1 .scrolldown-btn-wrapper {
    display: none;
  }
}
.about-us-area.style-1 .scrolldown-btn-wrapper .scrolldown-btn {
  margin: 100px 72px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c58b68;
  width: 135px;
  height: 135px;
  border-radius: 100px;
  position: relative;
}
.about-us-area.style-1 .scrolldown-btn-wrapper .scrolldown-btn i {
  color: #00144e;
  font-size: 34px;
  position: absolute;
}
.about-us-area.style-1 .scrolldown-btn-wrapper .rounded-text {
  width: 110px;
  height: 110px;
  text-transform: uppercase;
  transform: rotate(-103deg);
  color: #fff;
  font-weight: bold;
  font-family: "helvetica_neue_roman", sans-serif;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.about-us-area.style-1 .scrolldown-btn-wrapper .rotating {
  animation: rotating 12s linear infinite;
}
.about-us-area.style-1 .about-info-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .about-us-area.style-1 .about-info-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.about-us-area.style-1 .about-info-wrapper .about-info-card-image,
.about-us-area.style-1 .about-info-wrapper .about-info-card {
  width: 50%;
}
@media (max-width: 991px) {
  .about-us-area.style-1 .about-info-wrapper .about-info-card-image,
  .about-us-area.style-1 .about-info-wrapper .about-info-card {
    width: 100%;
  }
}
.about-us-area.style-1 .about-info-wrapper .about-info-card {
  padding-left: 110px;
}
@media (max-width: 991px) {
  .about-us-area.style-1 .about-info-wrapper .about-info-card {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-area.style-1 .about-info-wrapper .about-info-card {
    padding-left: 30px;
    gap: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-us-area.style-1 .about-info-wrapper .about-info-card {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-area.style-1 .about-info-wrapper .about-info-card .about-counter-card {
    margin-top: 0;
  }
}
.about-us-area.style-1 .about-info-wrapper .about-info-card-image {
  padding-right: 24px;
}
@media (max-width: 991px) {
  .about-us-area.style-1 .about-info-wrapper .about-info-card-image {
    padding-right: 0;
  }
}
.about-us-area.style-1 .about-info-card-image {
  position: relative;
}
.about-us-area.style-1 .about-info-card-image .image-wrapper {
  overflow: hidden;
}
.about-us-area.style-1 .about-info-card-image img {
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.about-us-area.style-1 .about-info-card-image:hover .image-wrapper img {
  transform: scale(1.03);
}
.about-us-area.style-1 .about-info-card-image .sketch-one {
  width: 109px;
  height: 109px;
  position: absolute;
  top: -30px;
  left: -45px;
  z-index: 3;
  animation: MoveUpDown 2s linear infinite alternate;
}
@media (max-width: 576px) {
  .about-us-area.style-1 .about-info-card-image .sketch-one {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-us-area.style-1 .sketch-two {
    width: 109px;
    height: 109px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 65px;
    right: 160px;
    z-index: 3;
    animation: MoveUpDown 2s linear infinite alternate;
  }
}

.why-choose-us-area.style-1 {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .why-choose-us-area.style-1 {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-us-area.style-1 {
    padding-bottom: 100px;
  }
}
.why-choose-us-area.style-1 .image-card {
  gap: 0;
}
.why-choose-us-area.style-1 .image-card .image {
  overflow: visible;
}
.why-choose-us-area.style-1 .image-card .content {
  padding-right: 110px;
}
@media (max-width: 991px) {
  .why-choose-us-area.style-1 .image-card .content {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why-choose-us-area.style-1 .image-card .content {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .why-choose-us-area.style-1 .image-card .content {
    padding-right: 40px;
  }
}
.why-choose-us-area.style-1 .image-card .image-inner {
  padding-left: 24px;
}
@media (max-width: 991px) {
  .why-choose-us-area.style-1 .image-card .image-inner {
    padding-left: 0;
    margin-bottom: 40px;
  }
}

.service-slider-area.style-1 {
  padding-top: 104px;
  padding-bottom: 120px;
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media (max-width: 767px) {
  .service-slider-area.style-1 {
    padding-top: 67px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-slider-area.style-1 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
.service-slider-area.style-1 .sketch {
  width: 79px;
  height: 91px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 64px;
  bottom: 128px;
  animation: MoveUpDown 2s linear infinite alternate;
}
.service-slider-area.style-1 .service-slider .slick-slide {
  margin: 0 12px;
}

.work-process-area.style-1 {
  padding: 104px 0 111px 0;
  background-color: #f8f8f1;
  position: relative;
}
@media (max-width: 767px) {
  .work-process-area.style-1 {
    padding-top: 67px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-process-area.style-1 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1440px) {
  .work-process-area.style-1 .sketch {
    width: 169px;
    height: 169px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);
    z-index: 10;
    animation: CustomMoveUpDown 2s linear infinite alternate;
  }
}
@media (min-width: 1440px) {
  .work-process-area.style-1 .shape-one {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 270px;
    right: 55px;
    transform: rotate(0deg);
    animation: Rotating 9s linear infinite;
    transform-origin: bottom right;
  }
}
@media (min-width: 1440px) {
  .work-process-area.style-1 .shape-two {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 271px;
    left: 42px;
    transform: rotate(0deg);
    animation: Rotating 5s linear infinite;
    transform-origin: bottom right;
  }
}
.work-process-area.style-1 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
.work-process-area.style-1 .image-wrapper .image-inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  min-height: 500px;
}
.work-process-area.style-1 .image-wrapper .image-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-process-area.style-1 .image-wrapper .image-inner img {
    width: 100%;
  }
}
.work-process-area.style-1 .image-wrapper:hover img {
  transform: scale(1.03);
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .work-process-area.style-1 .image-wrapper .sketch {
    width: 109px;
    height: 109px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -20px;
    left: -43px;
    z-index: 3;
    animation: MoveUpDown 2s linear infinite alternate;
  }
}
.work-process-area.style-1 .accordion-wrapper-two {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}
@media (max-width: 991px) {
  .work-process-area.style-1 .mb-80 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .work-process-area.style-1 .image-wrapper {
    margin-bottom: 40px;
  }
  .work-process-area.style-1 .image-inner img {
    width: 100%;
  }
}
.work-process-area.compact {
  padding: 60px 0 60px 0 !important;
}

.cta-area.style-1 {
  padding-bottom: 120px;
  margin-top: -116px;
}
@media (max-width: 767px) {
  .cta-area.style-1 {
    padding: 80px 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area.style-1 {
    padding: 100px 0;
    margin-top: 0;
  }
}

.home-one-testimonial-area {
  padding: 145px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-one-testimonial-area {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-one-testimonial-area {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .home-one-testimonial-area {
    padding: 100px 0;
  }
}

.section-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00144e;
  left: 0;
  top: 0;
}

.icon-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card-wrapper {
    gap: 0;
    margin-top: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .icon-card-wrapper {
    gap: 0;
    margin-top: 32px;
  }
}

.portfolio-slider-area.style-1 {
  background: #0057b7;
  padding: 104px 0 244px 0;
  position: relative;
}
@media (max-width: 767px) {
  .portfolio-slider-area.style-1 {
    padding: 67px 0 160px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-slider-area.style-1 {
    padding: 90px 0 175px 0;
  }
}
@media (min-width: 1440px) {
  .portfolio-slider-area.style-1 .sketch {
    width: 188px;
    height: 188px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 20px;
    right: 82px;
    animation: MoveUpDown 2s linear infinite alternate;
  }
}
@media (max-width: 991px) {
  .portfolio-slider-area.style-1 .section-title.style-three {
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-slider-wrapper {
    padding: 0 48px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-slider-wrapper {
    padding: 0 48px;
  }
}
.portfolio-slider-wrapper .portfolio-card {
  margin: 0 24px;
  width: 636px;
}
.portfolio-slider-wrapper button.case-arrow-btn {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 99;
  background-color: transparent;
  border: 1px solid #ffffff;
  cursor: pointer;
  bottom: -124px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .portfolio-slider-wrapper button.case-arrow-btn {
    top: unset;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-slider-wrapper button.case-arrow-btn {
    bottom: -76px;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-slider-wrapper button.case-arrow-btn {
    bottom: -76px;
    width: 45px;
    height: 45px;
  }
}
.portfolio-slider-wrapper button.case-arrow-btn.prev-btn {
  right: 50%;
  margin-right: 8px;
}
.portfolio-slider-wrapper button.case-arrow-btn.next-btn {
  left: 50%;
  margin-left: 8px;
}
.portfolio-slider-wrapper button.case-arrow-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 21px;
  transition: all 0.5s ease-out;
}
.portfolio-slider-wrapper button.case-arrow-btn:hover {
  background: #c58b68;
  border-color: transparent;
}
.portfolio-slider-wrapper button.case-arrow-btn:hover i {
  color: #00144e;
  transition: all 0.5s ease-out;
}

.testimonial-slider-area.style-1 {
  padding-top: 104px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .testimonial-slider-area.style-1 {
    padding: 67px 0 145px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-area.style-1 {
    padding: 90px 0 180px 0;
  }
}
@media (max-width: 991px) {
  .testimonial-slider-area.style-1 .section-title.style-three {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .testimonial-slider-area.style-1 .section-title.style-three .title {
    text-align: center !important;
  }
}
.testimonial-slider-area.style-1 .review-card {
  display: flex !important;
  align-items: center;
  gap: 73px;
}
@media (max-width: 991px) {
  .testimonial-slider-area.style-1 .review-card {
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-1 .review-card {
    gap: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-area.style-1 .review-card {
    gap: 32px;
  }
}
.testimonial-slider-area.style-1 .review-card .image-wrapper {
  flex-shrink: 0;
  display: flex;
  width: 40%;
  justify-content: end;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-1 .review-card .image-wrapper {
    width: 100%;
    justify-content: center;
  }
}
.testimonial-slider-area.style-1 .review-card .image-wrapper .image {
  position: relative;
  border-radius: 200px;
  overflow: hidden;
  z-index: 10;
  background-color: #f8f8f1;
}
@media (max-width: 470px) {
  .testimonial-slider-area.style-1 .review-card .image-wrapper .image {
    width: 300px;
  }
}
.testimonial-slider-area.style-1 .review-card .review-content {
  width: 50%;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-1 .review-card .review-content {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .testimonial-slider-area.style-1 .review-card .review-content .content-wrapper {
    justify-content: center;
    align-items: center;
  }
}
.testimonial-slider-area.style-1 .review-card .review-content .testimonial-card {
  justify-content: end;
}
.testimonial-slider-area.style-1 .testimonial-slider button.review-arrow-btn {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 99;
  background-color: transparent;
  border: 1px solid #828282;
  cursor: pointer;
  top: -174px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .testimonial-slider-area.style-1 .testimonial-slider button.review-arrow-btn {
    top: unset;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-1 .testimonial-slider button.review-arrow-btn {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-area.style-1 .testimonial-slider button.review-arrow-btn {
    width: 50px;
    height: 50px;
  }
}
.testimonial-slider-area.style-1 .testimonial-slider button.review-arrow-btn.prev-btn {
  right: 74px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-1 .testimonial-slider button.review-arrow-btn.prev-btn {
    bottom: -50px;
    right: 50%;
    margin-right: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-area.style-1 .testimonial-slider button.review-arrow-btn.prev-btn {
    bottom: -64px;
    right: 50%;
    margin-right: 8px;
  }
}
.testimonial-slider-area.style-1 .testimonial-slider button.review-arrow-btn.next-btn {
  right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-1 .testimonial-slider button.review-arrow-btn.next-btn {
    bottom: -50px;
    left: 50%;
    margin-left: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-area.style-1 .testimonial-slider button.review-arrow-btn.next-btn {
    bottom: -64px;
    left: 50%;
    margin-left: 8px;
  }
}
.testimonial-slider-area.style-1 .testimonial-slider button.review-arrow-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #00144e;
  font-size: 21px;
  transition: all 0.5s ease-out;
}
.testimonial-slider-area.style-1 .testimonial-slider button.review-arrow-btn:hover {
  background: #c58b68;
  border-color: transparent;
}
.testimonial-slider-area.style-1 .testimonial-slider button.review-arrow-btn:hover i {
  color: #00144e;
  transition: all 0.5s ease-out;
}

.latest-posts-area.style-1 {
  padding-top: 104px;
  padding-bottom: 120px;
  background-color: #0057b7;
  position: relative;
}
@media (max-width: 767px) {
  .latest-posts-area.style-1 {
    padding-top: 67px;
    padding-bottom: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-posts-area.style-1 {
    padding-top: 90px;
    padding-bottom: 76px;
  }
}
@media (min-width: 1440px) {
  .latest-posts-area.style-1 .sketch {
    width: 109px;
    height: 109px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 72px;
    right: 176px;
    animation: MoveUpDown 2s linear infinite alternate;
  }
}

.team-slider-area.style-1 {
  padding-top: 104px;
  padding-bottom: 120px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-slider-area.style-1 {
    padding-top: 67px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-slider-area.style-1 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
.team-slider-area.style-1 .sketch {
  width: 188px;
  height: 188px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 240px;
  right: 300px;
  animation: MoveUpDown 2s linear infinite alternate;
}
@media (max-width: 767px) {
  .team-slider-area.style-1 .sketch {
    display: none;
  }
}
.team-slider-area.style-1 .team-slider {
  position: relative;
}
.team-slider-area.style-1 .team-slider .slick-arrow {
  display: none !important;
}
.team-slider-area.style-1 .team-slider .slick-list {
  overflow: visible !important;
  margin: 0 -12px;
  padding: 0 100px;
}
@media (max-width: 1399px) {
  .team-slider-area.style-1 .team-slider .slick-list {
    padding: 0;
    overflow: hidden !important;
  }
}
.team-slider-area.style-1 .team-slider .slick-list .slick-slide {
  margin: 0 12px;
  transition: all 0.5s ease-out;
}
.team-slider-area.style-1 .team-slider .slick-list .slick-slide.slick-active {
  transition: all 0.5s ease-out;
}
.team-slider-area.style-1 .team-slider button.team-arrow-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 99;
  background-color: transparent;
  border: 1px solid #828282;
  cursor: pointer;
  top: -164px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .team-slider-area.style-1 .team-slider button.team-arrow-btn {
    top: unset;
    bottom: -80px;
  }
}
.team-slider-area.style-1 .team-slider button.team-arrow-btn.prev-btn {
  right: 72px;
}
@media (max-width: 767px) {
  .team-slider-area.style-1 .team-slider button.team-arrow-btn.prev-btn {
    right: unset;
    left: 30px;
  }
}
.team-slider-area.style-1 .team-slider button.team-arrow-btn.next-btn {
  right: 0;
}
@media (max-width: 767px) {
  .team-slider-area.style-1 .team-slider button.team-arrow-btn.next-btn {
    right: 30px;
    left: unset;
  }
}
.team-slider-area.style-1 .team-slider button.team-arrow-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #00144e;
  font-size: 21px;
  transition: all 0.5s ease-out;
}
.team-slider-area.style-1 .team-slider button.team-arrow-btn:hover {
  background: #c58b68;
}
.team-slider-area.style-1 .team-slider button.team-arrow-btn:hover i {
  color: #00144e;
  transition: all 0.5s ease-out;
}
.team-slider-area.style-1 .team-slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 64px;
  list-style: none;
}
.team-slider-area.style-1 .team-slider .slick-dots li {
  line-height: 0;
}
.team-slider-area.style-1 .team-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  font-size: 0;
  border-radius: 50px;
  padding: unset;
  background-color: #bdbdbd;
}
.team-slider-area.style-1 .team-slider .slick-dots li.slick-active button {
  background: #00144e;
}

.brand-slider-area.style-1 {
  position: relative;
  padding: 82px 0 72px 0;
  background-color: #0057b7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .brand-slider-area.style-1 {
    padding: 60px 0;
  }
}
.brand-slider-area.style-1 .brand-slider {
  position: relative;
  z-index: 5;
}
.brand-slider-area.style-1 .brand-slider .slick-dots {
  display: none !important;
}

.about-us-area.style-2 {
  padding: 120px 0;
  background: #ffffff;
  position: relative;
}
@media (max-width: 767px) {
  .about-us-area.style-2 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area.style-2 {
    padding: 100px 0;
  }
}
@media (min-width: 1440px) {
  .about-us-area.style-2 .sketch-one {
    width: 230px;
    height: 230px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 114px;
    right: 0;
    animation: MoveUpDown 2s linear infinite alternate;
  }
}
@media (min-width: 991px) {
  .about-us-area.style-2 .about-us-image-gallery .about-image-three {
    margin-top: 70px;
  }
}
.about-us-area.style-2 .about-us-image-gallery .image-wrapper {
  overflow: hidden;
}
.about-us-area.style-2 .about-us-image-gallery .image-wrapper img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-out;
  transform: scale(1);
}
.about-us-area.style-2 .about-us-image-gallery .image-wrapper:hover img {
  transform: scale(1.03);
  transition: all 0.5s ease-out;
}

.service-area.style-1 {
  background: #f8f8f1;
  padding-top: 96px;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 767px) {
  .service-area.style-1 {
    padding-top: 44px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-area.style-1 {
    padding-top: 76px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1440px) {
  .service-area.style-1 .sketch-one {
    width: 140px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 65px;
    left: 44px;
    animation: MoveUpDown 2s linear infinite alternate;
  }
}
.service-area.style-1 .section-title {
  margin-top: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-area.style-1 .icon-card {
    padding: 30px 20px;
  }
  .service-area.style-1 .icon-card .content .title {
    font-size: 22px;
  }
}

.counter-up-area.style-1 {
  padding: 104px 0 104px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 767px) {
  .counter-up-area.style-1 {
    padding: 67px 0 45px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-up-area.style-1 {
    padding: 90px 0 65px 0;
  }
}
.counter-up-area.style-1 .section-title .title .under-line img {
  right: 40px;
}
@media (min-width: 1440px) {
  .counter-up-area.style-1 .counter-sketch {
    animation: MoveUpDown 2s linear infinite alternate;
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: 246px;
    right: 104px;
    z-index: 2;
  }
}
.counter-up-area.style-1 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(58, 79, 156, 0.8), rgba(58, 79, 156, 0.8));
}

.why-choose-us-area.style-2 {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .why-choose-us-area.style-2 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-us-area.style-2 {
    padding: 100px 0;
  }
}

.brand-slider-area.style-2 {
  background: #f8f8f1;
  padding: 120px 0;
  position: relative;
}
@media (max-width: 767px) {
  .brand-slider-area.style-2 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-slider-area.style-2 {
    padding: 100px 0;
  }
}
@media (min-width: 1440px) {
  .brand-slider-area.style-2 .sketch {
    position: absolute;
    width: 188px;
    height: 188px;
    bottom: 18px;
    right: 46px;
    background-position: center;
    background-repeat: no-repeat;
    animation: MoveUpDown 2s linear infinite alternate;
  }
}
.brand-slider-area.style-2 .brand-slider-wrapper {
  margin-top: 64px;
}
.brand-slider-area.style-2 .brand-slider-wrapper .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 64px;
  margin-bottom: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .brand-slider-area.style-2 .brand-slider-wrapper .slick-dots {
    margin-top: 40px;
  }
}
.brand-slider-area.style-2 .brand-slider-wrapper .slick-dots li {
  line-height: 0;
}
.brand-slider-area.style-2 .brand-slider-wrapper .slick-dots li button {
  width: 14px;
  height: 14px;
  font-size: 0;
  border-radius: 50px;
  padding: unset;
  background-color: #bdbdbd;
}
.brand-slider-area.style-2 .brand-slider-wrapper .slick-dots li.slick-active button {
  background: #00144e;
}

.process-step-slider-area.style-1 {
  padding-top: 104px;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 767px) {
  .process-step-slider-area.style-1 {
    padding-top: 67px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-step-slider-area.style-1 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
.process-step-slider-area.style-1 .section-title {
  margin-bottom: 55px;
}
.process-step-slider-area.style-1 .icon-card .icon i {
  font-size: 48px;
}

.home-two-process-slider .slick-slide {
  margin: 24px 50px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-two-process-slider .slick-slide {
    margin: 10px 0px;
  }
}
.home-two-process-slider .process-arrow-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 99;
  background-color: #ffffff;
  border: 1px solid transparent;
  cursor: pointer;
  top: 50%;
  overflow: hidden;
  box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.03);
}
.home-two-process-slider .process-arrow-btn.active {
  background: #c58b68;
  border-color: transparent;
}
.home-two-process-slider .process-arrow-btn.prev-btn {
  left: 20px;
}
@media (max-width: 767px) {
  .home-two-process-slider .process-arrow-btn.prev-btn {
    right: unset;
    left: 30px;
  }
}
.home-two-process-slider .process-arrow-btn.next-btn {
  right: 20px;
}
@media (max-width: 767px) {
  .home-two-process-slider .process-arrow-btn.next-btn {
    right: 30px;
    left: unset;
  }
}
.home-two-process-slider .process-arrow-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #00144e;
  font-size: 21px;
  transition: all 0.5s ease-out;
}
.home-two-process-slider .process-arrow-btn:hover {
  background: #c58b68;
}
.home-two-process-slider .process-arrow-btn:hover i {
  color: #00144e;
  transition: all 0.5s ease-out;
}
.home-two-process-slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 64px;
  list-style: none;
}
.home-two-process-slider .slick-dots li {
  line-height: 0;
}
.home-two-process-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  font-size: 0;
  border-radius: 50px;
  padding: unset;
  background-color: #bdbdbd;
  border: 1px solid #ffffff;
}
.home-two-process-slider .slick-dots li.slick-active button {
  background: #00144e;
}

.portfolio-area.style-1 {
  padding-top: 104px;
  padding-bottom: 120px;
  background-color: #0057b7;
  position: relative;
}
@media (max-width: 767px) {
  .portfolio-area.style-1 {
    padding-top: 67px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-area.style-1 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
.portfolio-area.style-1 .sketch {
  position: absolute;
  width: 188px;
  height: 188px;
  bottom: 192px;
  right: 68px;
  animation: MoveUpDown 2s linear infinite alternate;
}

.team-slider-area.style-2 {
  padding-top: 104px;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 767px) {
  .team-slider-area.style-2 {
    padding-top: 67px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-slider-area.style-2 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1440px) {
  .team-slider-area.style-2 .sketch {
    position: absolute;
    width: 188px;
    height: 188px;
    bottom: 192px;
    right: 68px;
    animation: MoveUpDown 2s linear infinite alternate;
  }
}
@media (max-width: 767px) {
  .team-slider-area.style-2 .section-title .title {
    text-align: center !important;
  }
}

.testimonial-slider-area.style-2 {
  padding-top: 104px;
  padding-bottom: 120px;
  background-color: #0057b7;
  position: relative;
}
@media (max-width: 767px) {
  .testimonial-slider-area.style-2 {
    padding-top: 67px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-area.style-2 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1440px) {
  .testimonial-slider-area.style-2 .sketch {
    width: 109px;
    height: 109px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 138px;
    left: 254px;
    animation: MoveUpDown 2s linear infinite alternate;
  }
}
@media (min-width: 1440px) {
  .testimonial-slider-area.style-2 .shape-one {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 210px;
    left: 42px;
    transform: rotate(0deg);
    animation: Rotating 5s linear infinite;
    transform-origin: bottom left;
  }
}
@media (min-width: 1440px) {
  .testimonial-slider-area.style-2 .shape-two {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 266px;
    right: 55px;
    rotate: 90deg;
    transform: rotate(0deg);
    animation: Rotating 5s linear infinite;
    transform-origin: top left;
  }
}
.testimonial-slider-area.style-2 .home-two-testimonial-card-slider .slick-slide {
  display: flex;
  align-items: center;
  margin: 64px 50px 0 50px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-2 .home-two-testimonial-card-slider .slick-slide {
    margin: 50px 60px 0 60px;
  }
}
.testimonial-slider-area.style-2 .home-two-testimonial-card-slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 64px;
  list-style: none;
  margin-left: 36px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .testimonial-slider-area.style-2 .home-two-testimonial-card-slider .slick-dots {
    margin-left: 0;
    padding-left: 0;
  }
}
.testimonial-slider-area.style-2 .home-two-testimonial-card-slider .slick-dots li {
  line-height: 0;
}
.testimonial-slider-area.style-2 .home-two-testimonial-card-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  font-size: 0;
  border-radius: 50px;
  padding: unset;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.testimonial-slider-area.style-2 .home-two-testimonial-card-slider .slick-dots li.slick-active button {
  background: #c58b68;
}
.testimonial-slider-area.style-2 .home-two-testimonial-container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slider-area.style-2 .home-two-testimonial-container {
    max-width: 1420px;
    width: 100%;
  }
}

.latest-posts-area.style-2 {
  padding-top: 104px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .latest-posts-area.style-2 {
    padding-top: 67px;
    padding-bottom: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-posts-area.style-2 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1440px) {
  .latest-posts-area.style-2 .sketch {
    position: absolute;
    width: 188px;
    height: 188px;
    bottom: 40px;
    right: 102px;
    animation: MoveUpDown 2s linear infinite alternate;
  }
}
@media (max-width: 1199px) {
  .latest-posts-area.style-2 .post-card-one.style-two {
    margin-bottom: 24px;
  }
}

.banner-area.style-1 {
  padding-top: 97px;
  position: relative;
}
.banner-area.style-1 .shape-one {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 49px;
  transform: rotate(0deg);
  animation: Rotating-reverse 9s linear infinite;
  transform-origin: top left;
}
@media (max-width: 991px) {
  .banner-area.style-1 .shape-one {
    display: none;
  }
}
.banner-area.style-1 .shape-two {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 220px;
  right: 70px;
  transform: rotate(0deg);
  animation: Rotating-reverse 9s linear infinite;
  transform-origin: bottom right;
}
@media (max-width: 1199px) {
  .banner-area.style-1 .shape-two {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .banner-area.style-1 {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.style-1 {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-area.style-1 {
    padding-top: 148px;
  }
}
.banner-area.style-1 .banner-container {
  padding: 0 12px;
}
@media (min-width: 1200px) {
  .banner-area.style-1 .banner-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 90px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .banner-area.style-1 .banner-container .section-title .slider-title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.style-1 .banner-container .section-title .slider-title {
    font-size: 62px;
    line-height: 68px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-area.style-1 .banner-container .section-title .slider-title {
    font-size: 62px;
    line-height: 68px;
  }
}
@media (max-width: 1399px) {
  .banner-area.style-1 .banner-container .section-title .desc br {
    display: none;
  }
}

.home-three-btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.hero-image-wrapper {
  display: none;
}
@media (min-width: 1200px) {
  .hero-image-wrapper {
    height: 100%;
    position: relative;
    margin-top: 98px;
    display: block;
  }
}
.hero-image-wrapper .sketch {
  width: 88px;
  height: 88px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -30px;
  left: -40px;
  z-index: 10;
  animation: MoveUpDown 2s linear infinite alternate;
}
.hero-image-wrapper .left-hero-image {
  position: absolute;
}
.hero-image-wrapper .left-hero-image:before {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #BDBDBD;
  content: "";
  border-radius: 0 0 125px 125px;
  margin-top: 16px;
}
.hero-image-wrapper .left-hero-image img {
  width: 100%;
  height: 100%;
  border-radius: 0 0 125px 125px;
  position: relative;
  z-index: 3;
  margin-left: 16px;
  transform: scale(1.01);
  transition: all 0.5s ease-out;
}
.hero-image-wrapper .left-hero-image:hover img {
  transform: scale(1.03);
}
.hero-image-wrapper .right-hero-image {
  position: absolute;
}
@media (max-width: 1199px) {
  .hero-image-wrapper .right-hero-image {
    display: none;
  }
}
.hero-image-wrapper .right-hero-image .sketch-bottom {
  width: 124px;
  height: 124px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -100px;
  right: -60px;
  z-index: 5;
  animation: MoveUpDown 2s linear infinite alternate;
}
.hero-image-wrapper .right-hero-image:before {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #BDBDBD;
  content: "";
  border-radius: 0 0 125px 125px;
  margin-left: 16px;
  left: 0;
}
.hero-image-wrapper .right-hero-image img {
  width: 100%;
  height: 100%;
  border-radius: 0 0 125px 125px;
  position: relative;
  z-index: 3;
  margin-top: 16px;
  transform: scale(1.01);
  transition: all 0.5s ease-out;
}
.hero-image-wrapper .right-hero-image:hover img {
  transform: scale(1.03);
}

.home-three-hero-main-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-three-hero-main-img img {
  width: 100%;
  height: 100%;
}

.brand-slider-area.style-3 {
  background-color: #0057b7;
  position: relative;
  padding-top: 104px;
  padding-bottom: 120px;
}
@media (min-width: 1440px) {
  .brand-slider-area.style-3 .shape-one {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 165px;
    left: 49px;
    transform: rotate(0deg);
    animation: Rotating-reverse 9s linear infinite;
    transform-origin: bottom right;
  }
}
.brand-slider-area.style-3 .brand-slider-three .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 64px;
  margin-bottom: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .brand-slider-area.style-3 .brand-slider-three .slick-dots {
    margin-top: 30px;
  }
}
.brand-slider-area.style-3 .brand-slider-three .slick-dots li {
  line-height: 0;
}
.brand-slider-area.style-3 .brand-slider-three .slick-dots li button {
  width: 14px;
  height: 14px;
  font-size: 0;
  border-radius: 50px;
  padding: unset;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.brand-slider-area.style-3 .brand-slider-three .slick-dots li.slick-active button {
  background: #c58b68;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .brand-slider-area.style-3 {
    padding-top: 67px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-slider-area.style-3 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}

.why-choose-us-area.style-3 {
  padding-top: 104px;
  padding-bottom: 120px;
}
.why-choose-us-area.style-3 .home-three-about-image {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 40px;
}
.why-choose-us-area.style-3 .home-three-about-image img {
  width: 100%;
  height: 100%;
}
@media (min-width: 1440px) {
  .why-choose-us-area.style-3 .home-three-about-image .sketch {
    width: 109px;
    height: 109px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);
    z-index: 3;
    animation: CustomMoveUpDown 2s linear infinite alternate;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .why-choose-us-area.style-3 .home-three-about-image {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-us-area.style-3 .home-three-about-image {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why-choose-us-area.style-3 .home-three-about-image {
    padding-right: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .why-choose-us-area.style-3 {
    padding-top: 67px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-us-area.style-3 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
.why-choose-us-area.style-3 .section-title.style-two {
  flex-direction: row;
}
@media (max-width: 550px) {
  .why-choose-us-area.style-3 .section-title.style-two .title {
    text-align: center;
  }
}
@media (max-width: 550px) {
  .why-choose-us-area.style-3 .section-title.style-two {
    flex-direction: column;
    justify-content: center;
  }
}
.why-choose-us-area.style-3 .section-title.style-two .btn-wrapper {
  flex-shrink: 0;
}
.why-choose-us-area.style-3 .icon-card-wrapper {
  gap: 40px;
}
@media (max-width: 991px) {
  .why-choose-us-area.style-3 .icon-card-wrapper {
    gap: 20px;
  }
}
.why-choose-us-area.style-3 .icon-card-wrapper .icon-card.style-three {
  margin-top: 0;
}

.service-slider-area.style-2 {
  padding-top: 104px;
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (min-width: 1440px) {
  .service-slider-area.style-2 .sketch {
    width: 169px;
    height: 169px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 70px;
    left: 60px;
    animation: MoveLeftRight 2s linear infinite alternate;
  }
}
.service-slider-area.style-2 .overlay {
  background: linear-gradient(0deg, rgba(58, 79, 156, 0.8), rgba(58, 79, 156, 0.8));
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.service-slider-area.style-2 .slider-area-wrapper {
  margin-left: calc((100% - 1320px) / 2);
  padding-left: 26px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-slider-area.style-2 .slider-area-wrapper {
    margin-left: calc((100% - 1140px) / 2);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-slider-area.style-2 .slider-area-wrapper {
    margin-left: calc((100% - 960px) / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-slider-area.style-2 .slider-area-wrapper {
    margin-left: calc((100% - 720px) / 2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-slider-area.style-2 .slider-area-wrapper {
    width: 100%;
    margin: 0 auto;
    padding-right: 26px;
  }
}
.service-slider-area.style-2 .service-slider-two .slick-list {
  margin: 0 -12px;
}
.service-slider-area.style-2 .service-slider-two .slick-slide {
  margin: 0 12px;
  display: flex;
}
.service-slider-area.style-2 .service-slider-two .home-three-service-arrow-btn {
  display: none !important;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-slider-area.style-2 {
    padding-top: 67px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-slider-area.style-2 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .service-slider-area.style-2 .btn-wrapper {
    text-align: center;
  }
}
.service-slider-area.style-2 .icon-card {
  width: 389px;
}

.work-process-area.style-2 {
  padding-top: 104px;
  padding-bottom: 402px;
  background-color: #f8f8f1;
  position: relative;
}
@media (min-width: 1440px) {
  .work-process-area.style-2 .shape-one {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 165px;
    left: 49px;
    transform: rotate(0deg);
    animation: Rotating-reverse 9s linear infinite;
    transform-origin: bottom right;
  }
}
@media (min-width: 1440px) {
  .work-process-area.style-2 .shape-two {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 347px;
    right: 48px;
    transform: rotate(0deg);
    animation: Rotating-reverse 9s linear infinite;
    transform-origin: bottom right;
  }
}
@media (min-width: 1440px) {
  .work-process-area.style-2 .sketch {
    width: 109px;
    height: 109px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 88px;
    bottom: 276px;
    animation: CustomMoveUpDown 2s linear infinite alternate;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .work-process-area.style-2 {
    padding-top: 67px;
    padding-bottom: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-process-area.style-2 {
    padding-top: 90px;
    padding-bottom: 76px;
  }
}

.portfolio-slider-area.style-2 {
  background-color: #0057b7;
  padding-top: 104px;
  padding-bottom: 115px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .portfolio-slider-area.style-2 .section-title.style-three {
    flex-direction: column;
  }
}
@media (min-width: 1440px) {
  .portfolio-slider-area.style-2 .sketch {
    width: 169px;
    height: 169px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 75px;
    left: 42px;
    animation: MoveUpDown 2s linear infinite alternate;
  }
}
.portfolio-slider-area.style-2 button.portfolio-card-arrow-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 99;
  background-color: transparent;
  border: 1px solid #ffffff;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
@media (max-width: 767px) {
  .portfolio-slider-area.style-2 button.portfolio-card-arrow-btn {
    width: 40px;
    height: 40px;
  }
}
.portfolio-slider-area.style-2 button.portfolio-card-arrow-btn.prev-btn {
  display: none !important;
}
.portfolio-slider-area.style-2 button.portfolio-card-arrow-btn.next-btn {
  left: -45px;
  background-color: #c58b68;
  border-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-slider-area.style-2 button.portfolio-card-arrow-btn.next-btn {
    left: -20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .portfolio-slider-area.style-2 button.portfolio-card-arrow-btn.next-btn {
    left: -20px;
  }
}
@media (max-width: 767px) {
  .portfolio-slider-area.style-2 button.portfolio-card-arrow-btn.next-btn {
    display: none !important;
  }
}
.portfolio-slider-area.style-2 button.portfolio-card-arrow-btn.next-btn i {
  color: #00144e;
  transition: all 0.5s ease-out;
}
.portfolio-slider-area.style-2 button.portfolio-card-arrow-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 21px;
  transition: all 0.5s ease-out;
}
.portfolio-slider-area.style-2 button.portfolio-card-arrow-btn:hover {
  background-color: #c58b68;
}
.portfolio-slider-area.style-2 button.portfolio-card-arrow-btn:hover i {
  color: #00144e;
  transition: all 0.5s ease-out;
}
.portfolio-slider-area.style-2 button.portfolio-card-arrow-btn.active {
  background-color: #c58b68;
  border-color: transparent;
}
.portfolio-slider-area.style-2 button.portfolio-card-arrow-btn.active i {
  color: #00144e;
  transition: all 0.5s ease-out;
}
.portfolio-slider-area.style-2 .portfolio-slider-area-wrapper {
  margin-left: calc((100% - 1370px) / 2);
  padding-left: 50px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .portfolio-slider-area.style-2 .portfolio-slider-area-wrapper {
    margin-left: calc((100% - 1280px) / 2);
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-slider-area.style-2 .portfolio-slider-area-wrapper {
    margin-left: calc((100% - 1024px) / 2);
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-slider-area.style-2 .portfolio-slider-area-wrapper {
    margin-left: calc((100% - 768px) / 2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-slider-area.style-2 .portfolio-slider-area-wrapper {
    width: 100%;
    margin: 0 auto;
    padding-left: 26px;
    padding-right: 26px;
  }
}
.portfolio-slider-area.style-2 .portfolio-slider-three {
  position: relative;
}
.portfolio-slider-area.style-2 .portfolio-slider-three .portfolio-card {
  width: 644px;
}
.portfolio-slider-area.style-2 .portfolio-slider-three .slick-list {
  margin: 0 -12px;
  position: relative;
}
.portfolio-slider-area.style-2 .portfolio-slider-three .slick-list .slick-slide {
  margin: 0 12px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-slider-area.style-2 {
    padding-top: 67px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-slider-area.style-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.pricing-area.style-1 {
  position: relative;
  padding-top: 104px;
  padding-bottom: 120px;
  background-color: #f8f8f1;
}
.pricing-area.style-1 .sketch {
  position: absolute;
  right: 93px;
  bottom: 93px;
  background-position: center;
  background-repeat: no-repeat;
  width: 169px;
  height: 169px;
  animation: MoveUpDown 2s linear infinite alternate;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pricing-area.style-1 .sketch {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-area.style-1 .sketch {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-area.style-1 .sketch {
    display: none;
  }
}
.pricing-area.style-1 .shape-one {
  position: absolute;
  left: 42px;
  bottom: 507px;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pricing-area.style-1 .shape-one {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-area.style-1 .shape-one {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-area.style-1 .shape-one {
    display: none;
  }
}
.pricing-area.style-1 .shape-two {
  position: absolute;
  right: 55px;
  top: 201px;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pricing-area.style-1 .shape-two {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-area.style-1 .shape-two {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-area.style-1 .shape-two {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pricing-area.style-1 {
    padding-top: 67px;
    padding-bottom: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-area.style-1 {
    padding-top: 90px;
    padding-bottom: 76px;
  }
}

.faq-area.style-1 {
  padding-top: 104px;
  padding-bottom: 120px;
  background: #f8f8f1;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .faq-area.style-1 {
    padding-top: 67px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-area.style-1 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1440px) {
  .faq-area.style-1 .shape-one {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 49px;
    transform: rotate(0deg);
    animation: Rotating-reverse 9s linear infinite;
    transform-origin: top left;
  }
}
@media (min-width: 1440px) {
  .faq-area.style-1 .shape-two {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 347px;
    right: 48px;
    transform: rotate(0deg);
    animation: Rotating-reverse 9s linear infinite;
    transform-origin: bottom right;
  }
}
@media (min-width: 1440px) {
  .faq-area.style-1 .sketch {
    position: absolute;
    left: 30px;
    bottom: 201px;
    background-position: center;
    background-repeat: no-repeat;
    width: 169px;
    height: 169px;
    animation: MoveUpDown 2s linear infinite alternate;
  }
}
.faq-area.style-1 .video-popup-card.style-three {
  margin-left: 160px;
}
@media (max-width: 1199px) {
  .faq-area.style-1 .video-popup-card.style-three {
    margin-left: 0;
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  .faq-area.style-1 .post-comments-form {
    margin-top: 40px;
  }
}
.faq-area .theme-btn-wrapper {
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .faq-area .accordion-wrapper {
    margin-bottom: 16px;
  }
}
.faq-area .comment-respond {
  padding: 38px 49px;
  background: #0057b7;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .faq-area .comment-respond {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-area .comment-respond {
    padding: 25px 30px;
  }
}
.faq-area .comment-respond .post-comments-title h5 {
  color: #ffffff;
}
.faq-area .comment-respond input,
.faq-area .comment-respond select {
  color: #C3D1D2;
  border: 1px solid #C3D1D2;
  border-radius: 3px;
}
.faq-area .comment-respond *::-webkit-input-placeholder {
  color: #C3D1D2;
}
.faq-area .comment-respond *:-moz-placeholder {
  color: #C3D1D2;
  opacity: 1;
}
.faq-area .comment-respond *::-moz-placeholder {
  color: #C3D1D2;
  opacity: 1;
}
.faq-area .comment-respond *:-ms-input-placeholder {
  color: #C3D1D2;
}
.faq-area .comment-respond *::-ms-input-placeholder {
  color: #C3D1D2;
}
.faq-area .comment-respond *::placeholder {
  color: #C3D1D2;
}
.faq-area .comment-respond textarea {
  color: #C3D1D2;
  border: 1px solid #C3D1D2;
  height: 200px;
  border-radius: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-area .comment-respond textarea {
    height: 90px;
  }
}
.faq-area .comment-respond input:focus,
.faq-area .comment-respond textarea:focus,
.faq-area .comment-respond .form-select:focus,
.faq-area .comment-respond .nice-select {
  border-color: #C3D1D2;
  color: #C3D1D2;
}

.team-slider-area.style-2 {
  padding-top: 104px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-slider-area.style-2 {
    padding-top: 67px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-slider-area.style-2 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1440px) {
  .team-slider-area.style-2 .sketch {
    position: absolute;
    right: 32px;
    bottom: 79px;
    background-position: center;
    background-repeat: no-repeat;
    width: 169px;
    height: 169px;
    animation: MoveUpDown 2s linear infinite alternate;
  }
}
@media (max-width: 767px) {
  .team-slider-area.style-2 .slick-dots {
    margin-top: 0;
  }
}

.testimonial-slider-area.style-3 {
  padding-top: 104px;
  padding-bottom: 120px;
  background-color: #f8f8f1;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .testimonial-slider-area.style-3 .shape-one {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 232px;
    left: 42px;
    z-index: 1;
    transform: rotate(0deg);
    animation: Rotating-reverse 9s linear infinite;
    transform-origin: bottom right;
  }
}
@media (min-width: 1440px) {
  .testimonial-slider-area.style-3 .shape-two {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 115px;
    right: 58px;
    z-index: 1;
    transform: rotate(0deg);
    animation: Rotating-reverse 9s linear infinite;
    transform-origin: bottom right;
  }
}
.testimonial-slider-area.style-3 .home-three-review-slider .slick-list {
  overflow: visible;
  position: relative;
}
.testimonial-slider-area.style-3 .home-three-review-slider .slick-list:before {
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  content: "";
  background: #f8f8f1;
  z-index: 10;
  transform: translate(-100%, 0);
}
.testimonial-slider-area.style-3 .home-three-review-slider .slick-list .slick-slide {
  margin: 0 12px;
}
.testimonial-slider-area.style-3 .home-three-review-slider .home-three-review-arrow-btn {
  display: none !important;
}
.testimonial-slider-area.style-3 .home-three-review-slider .slick-dots {
  display: flex;
  padding-left: 12px;
  align-items: center;
  gap: 8px;
  margin-top: 64px;
  list-style: none;
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-3 .home-three-review-slider .slick-dots {
    justify-content: center;
  }
}
.testimonial-slider-area.style-3 .home-three-review-slider .slick-dots li {
  line-height: 0;
}
.testimonial-slider-area.style-3 .home-three-review-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  font-size: 0;
  border-radius: 50px;
  padding: unset;
  background-color: #bdbdbd;
}
.testimonial-slider-area.style-3 .home-three-review-slider .slick-dots li.slick-active button {
  background: #0057b7;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-3 {
    padding-top: 67px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-area.style-3 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}

.cta-area.style-2 {
  padding-top: 104px;
  padding-bottom: 120px;
  background-color: #0057b7;
  position: relative;
}
@media (min-width: 1440px) {
  .cta-area.style-2 .shape-one {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 323px;
    left: 49px;
    transform: rotate(0deg);
    animation: Rotating-reverse 9s linear infinite;
    transform-origin: bottom left;
  }
}
@media (min-width: 1440px) {
  .cta-area.style-2 .shape-two {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 347px;
    right: 48px;
    transform: rotate(0deg);
    animation: Rotating-reverse 9s linear infinite;
    transform-origin: bottom right;
  }
}
@media (min-width: 1440px) {
  .cta-area.style-2 .sketch {
    position: absolute;
    right: 32px;
    bottom: 79px;
    background-position: center;
    background-repeat: no-repeat;
    width: 169px;
    height: 169px;
    animation: MoveUpDown 2s linear infinite alternate;
  }
}
@media (max-width: 991px) {
  .cta-area.style-2 .contact-image-wrapper {
    margin-top: 24px;
  }
}
.cta-area.style-2 .contact-image-wrapper:last-child .contact-image img, .cta-area.style-2 .contact-image-wrapper:first-child .contact-image img {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cta-area.style-2 .contact-image-wrapper:last-child .contact-image img, .cta-area.style-2 .contact-image-wrapper:first-child .contact-image img {
    padding-top: inherit;
  }
}
.cta-area.style-2 .contact-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cta-area.style-2 .contact-image img {
  transform: scale(1);
  transition: all 0.5s ease-out;
  width: 100%;
  padding-top: 0;
  margin-top: -40px;
}
@media (max-width: 991px) {
  .cta-area.style-2 .contact-image img {
    padding-top: inherit;
    margin-top: inherit;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-area.style-2 .contact-image img {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area.style-2 .contact-image img {
    padding-top: 0;
  }
}
.cta-area.style-2 .contact-image:hover img {
  transform: scale(1.03);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-area.style-2 .section-title .title br {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-area.style-2 {
    padding-top: 67px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area.style-2 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}

.latest-posts-area.style-2 {
  position: relative;
  padding-top: 104px;
  padding-bottom: 120px;
  background: #ffffff;
}
@media (min-width: 1440px) {
  .latest-posts-area.style-2 .sketch {
    position: absolute;
    right: 32px;
    bottom: 79px;
    background-position: center;
    background-repeat: no-repeat;
    width: 169px;
    height: 169px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-posts-area.style-2 {
    padding-top: 67px;
    padding-bottom: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-posts-area.style-2 {
    padding-top: 90px;
    padding-bottom: 76px;
  }
}
.latest-posts-area.style-2 .theme-btn-wrapper {
  flex-shrink: 0;
}

.video-popup-area.style-1 {
  padding-bottom: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-popup-area.style-1 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-popup-area.style-1 {
    padding: 100px 0;
  }
}
.video-popup-area.style-1 .video-popup-card {
  margin-top: -320px;
}
@media (max-width: 991px) {
  .video-popup-area.style-1 .video-popup-card {
    margin-top: 0;
  }
}

.project-filter-area.style-1 {
  padding-top: 120px;
  padding-bottom: 56px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-filter-area.style-1 {
    padding-top: 80px;
    padding-bottom: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-filter-area.style-1 {
    padding-top: 100px;
    padding-bottom: 76px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-filter-area.style-1 {
    padding-bottom: 96px;
  }
}
.project-filter-area.style-1 .project-view-type {
  display: flex;
  justify-content: end;
  gap: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-filter-area.style-1 .project-view-type {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-filter-area.style-1 .project-view-type {
    flex-wrap: wrap;
  }
}
.project-filter-area.style-1 .project-view-type button {
  padding: 16px 24px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-family: "helvetica_neue_bold", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #00144e;
  background-color: #ffffff;
}
.project-filter-area.style-1 .project-view-type button.active {
  background-color: #0057b7;
  border-color: #0057b7;
  color: #ffffff;
}
.project-filter-area.style-1 .project-view-type button:hover {
  background-color: #0057b7;
  border-color: #0057b7;
  color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-filter-area.style-1 .project-view-type button {
    padding: 12px 18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-filter-area.style-1 .project-view-type button {
    flex-wrap: wrap;
  }
}
.project-filter-area.style-1 .sketch {
  position: absolute;
  left: 83px;
  top: 84px;
  background-position: center;
  background-repeat: no-repeat;
  width: 169px;
  height: 169px;
  animation: MoveUpDown 2s linear infinite alternate;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-filter-area.style-1 .sketch {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-filter-area.style-1 .sketch {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-filter-area.style-1 .sketch {
    display: none;
  }
}

.project-details-area {
  padding: 120px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-details-area {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-details-area {
    padding: 100px 0;
  }
}

.project-details-info {
  padding-top: 120px;
  padding-bottom: 100px;
  background: #f8f8f1;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-details-info {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-details-info {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.project-info-widget-wrapper {
  padding-right: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-info-widget-wrapper {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-info-widget-wrapper {
    padding-right: 0;
  }
}
.project-info-widget-wrapper .project-info-widget {
  background: #c58b68;
  padding: 60px 48px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-info-widget-wrapper .project-info-widget {
    padding: 40px 38px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-info-widget-wrapper .project-info-widget {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.project-info-widget-wrapper .project-info-widget .project-info-sketch {
  position: absolute;
  width: 109px;
  height: 109px;
  top: 0;
  left: 0;
  transform: translate(-72%, -72%);
  background-repeat: no-repeat;
  background-position: center;
  animation: CustomMoveUpDown2 2s linear infinite alternate;
}
@keyframes CustomMoveUpDown2 {
  0% {
    transform: translate(-72%, -72%);
  }
  100% {
    transform: translate(-72%, -82%);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-info-widget-wrapper .project-info-widget .project-info-sketch {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-info-widget-wrapper .project-info-widget .project-info-sketch {
    display: none;
  }
}
.project-info-widget-wrapper .project-info-widget .info-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-info-widget-wrapper .project-info-widget .info-item h5 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-info-widget-wrapper .project-info-widget .info-item h5 {
    font-size: 20px;
  }
}
.project-info-widget-wrapper .project-info-widget .info-item p {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #575959;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-info-widget-wrapper .project-info-widget .info-item p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-info-widget-wrapper .project-info-widget .info-item p {
    font-size: 18px;
  }
}

.project-banner {
  padding: 29px;
  border-left: 5px solid #0057b7;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-banner {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-banner {
    padding: 20px;
  }
}
.project-banner p {
  font-family: "helvetica_neue_bold", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #00144e;
}
.project-banner.style-two {
  padding-right: 30px;
}
.project-banner.style-two p {
  font-size: 24px;
  line-height: 34px;
}

.project-details-gallery {
  margin-top: 117px;
}

.color-card-section {
  margin-top: 24px;
}
.color-card-section .color-card-one,
.color-card-section .color-card-two,
.color-card-section .color-card-three,
.color-card-section .color-card-four {
  height: 250px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .color-card-section .color-card-one,
  .color-card-section .color-card-two,
  .color-card-section .color-card-three,
  .color-card-section .color-card-four {
    height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .color-card-section .color-card-one,
  .color-card-section .color-card-two,
  .color-card-section .color-card-three,
  .color-card-section .color-card-four {
    height: 100px;
  }
}
.color-card-section .color-card-one {
  background-color: #000;
}
.color-card-section .color-card-two {
  background-color: #c58b68;
}
.color-card-section .color-card-three {
  background-color: #0057b7;
}
.color-card-section .color-card-four {
  background-color: #f8f8f1;
}

.project-text-banner {
  padding: 0 76px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-text-banner {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-text-banner {
    padding: 0;
  }
}
.project-text-banner p {
  font-family: "helvetica_neue_bold", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.02em;
  color: #00144e;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-text-banner p {
    font-size: 20px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-text-banner p {
    font-size: 20px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-text-banner {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-text-banner {
    padding: 0 20px;
  }
}

.video-banner {
  margin-top: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-banner {
    margin-top: 64px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-banner {
    margin-top: 64px;
  }
}

.project-details-about-us {
  padding-top: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-details-about-us {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-details-about-us {
    padding-top: 100px;
  }
}

.number-card-wrapper .number-card {
  padding: 76px 0 77px 0;
  background-color: #0057b7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.number-card-wrapper .number-card h4 {
  color: #ffffff;
}
.number-card-wrapper .number-card p {
  font-size: 18px;
  line-height: 31px;
  color: #ffffff;
}

.project-image-gallery {
  margin-bottom: 50px;
}
.project-image-gallery .single-image {
  overflow: hidden;
}
@media (max-width: 991px) {
  .project-image-gallery .single-image {
    margin-bottom: 30px;
  }
}
.project-image-gallery .single-image:last-child {
  margin-bottom: 0;
}
.project-image-gallery img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-out;
  transform: scale(1);
}
.project-image-gallery img:hover {
  transform: scale(1.03);
  transition: all 0.5s ease-out;
}

.related-case-studies-area .section-title.style-three .title {
  text-align: left;
}

.related-case-slider .slick-list {
  margin: 0 -12px;
}
.related-case-slider .slick-list .slick-slide {
  margin: 0 24px;
}
.related-case-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 64px;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .related-case-slider .slick-dots {
    margin-top: 50px;
  }
}
.related-case-slider .slick-dots li {
  line-height: 0;
}
.related-case-slider .slick-dots li button {
  width: 14px;
  height: 14px;
  font-size: 0;
  border-radius: 50px;
  padding: unset;
  background-color: #bdbdbd;
}
.related-case-slider .slick-dots li.slick-active button {
  background-color: #0057b7;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-details-offer .title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-offer .title {
    font-size: 28px;
  }
}
.service-details-offer .desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  color: #00144e;
  margin-top: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-details-offer .desc {
    font-size: 16px;
  }
}

.service-details-area {
  padding-top: 104px;
}
.service-details-area .service-details-image {
  overflow: hidden;
}
.service-details-area .service-details-image img {
  transform: scale(1.01);
  transition: all 0.5s ease-out;
}
.service-details-area .service-details-image img:hover {
  transform: scale(1.03);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-details-area {
    padding-top: 67px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-area {
    padding-top: 90px;
  }
}

.service-details-offer-area {
  padding-bottom: 115px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-details-offer-area {
    padding-bottom: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-offer-area {
    padding-bottom: 95px;
  }
}

.why-choose-us-area.style-4 {
  padding: 120px 0;
  background-color: #0057b7;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .why-choose-us-area.style-4 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-us-area.style-4 {
    padding: 100px 0;
  }
}
.why-choose-us-area.style-4 .service-details-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.why-choose-us-area.style-4 .image-card .image {
  overflow: visible;
}
.why-choose-us-area.style-4 .certified {
  top: -76px;
  width: 155px;
  height: 155px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .why-choose-us-area.style-4 .certified {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-us-area.style-4 .certified {
    top: -48px;
    width: 100px;
    height: 100px;
  }
}

.contact-page-contact-info {
  padding: 120px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-page-contact-info {
    padding: 80px 0;
  }
}

.widget-contact p {
  color: #c7cdda;
}
.widget-contact .contact ul {
  list-style: none;
}
.widget-contact .contact ul li {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
}
.widget-contact .contact ul li:last-child {
  margin-bottom: 0;
}
.widget-contact .contact ul li .contact-icon {
  color: #0057b7;
  border-radius: 50px;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid #0057b7;
  text-align: center;
  transition: all 0.5s ease-out;
}
.widget-contact .contact ul li .contact-text a,
.widget-contact .contact ul li .contact-text span {
  color: #575959;
  font-weight: 400;
  font-size: 16px;
}
.widget-contact .contact ul li .contact-text a strong,
.widget-contact .contact ul li .contact-text span strong {
  font-family: "helvetica_neue_bold";
}
.widget-contact .contact ul li:hover .contact-icon {
  background-color: #c58b68;
  border-color: transparent;
}
.widget-contact .contact ul li:hover .contact-icon i {
  color: #0057b7;
}

.contact-info-card-wrapper {
  display: flex;
  align-items: center;
  gap: 64px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-info-card-wrapper {
    flex-direction: column;
    gap: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info-card-wrapper {
    flex-direction: column;
    align-items: start;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info-card-wrapper {
    gap: 24px;
    margin-left: 28px;
  }
}
.contact-info-card-wrapper .image-wrapper {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info-card-wrapper .image-wrapper {
    width: 50%;
  }
}
.contact-info-card-wrapper .image-wrapper .project-info-sketch {
  position: absolute;
  width: 109px;
  height: 109px;
  top: -30px;
  left: -46px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 5;
  animation: MoveUpDown 2s linear infinite alternate;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-info-card-wrapper .image-wrapper .project-info-sketch {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info-card-wrapper .image-wrapper .project-info-sketch {
    display: none;
  }
}
.contact-info-card-wrapper .contact-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-info-card-wrapper .contact-list-wrapper {
    gap: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info-card-wrapper .contact-list-wrapper {
    gap: 12px;
  }
}
@media (min-width: 1024px) {
  .contact-info-card-wrapper .contact-list-wrapper {
    margin-top: 48px;
  }
}

.contact-form-area {
  padding-top: 104px;
  padding-bottom: 120px;
  background-color: #0057b7;
  color: #ffffff;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-form-area {
    padding-top: 67px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-area {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1440px) {
  .contact-form-area .sketch {
    width: 169px;
    height: 169px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 19px;
    right: 78px;
    animation: MoveUpDown 2s linear infinite alternate;
  }
}
.contact-form-area .section-title {
  padding-right: 100px;
}
.contact-form-area .section-title .title .under-line img {
  right: unset;
  left: 0;
}
@media (max-width: 1399px) {
  .contact-form-area .section-title {
    padding-right: 0;
  }
}
.contact-form-area .section-title .mt-48 {
  margin-top: 16px;
}
.contact-form-area .comment-respond.style-custom {
  background: transparent;
  padding: 0;
}
.contact-form-area .comment-respond.style-custom label {
  color: #020a27;
}
.contact-form-area .comment-respond.style-custom input[type=submit] {
  display: inline-block;
  width: unset;
  background-color: #c58b68;
  border-color: #c58b68;
  padding: 17px 24px;
  color: #ffffff;
  border-radius: 4px;
  font-size: 16px;
  transition: all 0.5s ease-out;
}
.contact-form-area .comment-respond.style-custom input[type=submit]:hover {
  background-color: #00144e;
  color: #ffffff;
  border-color: #00144e;
  transition: all 0.5s ease-out;
}
.contact-form-area .comment-respond.style-custom .single-input-field {
  margin-bottom: 30px;
}
.contact-form-area .comment-respond.style-custom .single-input-field input,
.contact-form-area .comment-respond.style-custom .single-input-field select {
  background-color: transparent;
  border-color: #bfc5cb !important;
  color: #ffffff !important;
  height: 53px;
}
.contact-form-area .comment-respond.style-custom .single-input-field .nice-select {
  color: #ffffff;
}
.contact-form-area .comment-respond.style-custom .single-input-field textarea {
  border-color: #bfc5cb;
  height: 142px;
  margin-bottom: 40px;
}
.contact-form-area .comment-respond.style-custom .single-input-field *::-webkit-input-placeholder {
  color: #ffffff;
}
.contact-form-area .comment-respond.style-custom .single-input-field *:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.contact-form-area .comment-respond.style-custom .single-input-field *::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.contact-form-area .comment-respond.style-custom .single-input-field *:-ms-input-placeholder {
  color: #ffffff;
}
.contact-form-area .comment-respond.style-custom .single-input-field *::-ms-input-placeholder {
  color: #ffffff;
}
.contact-form-area .comment-respond.style-custom .single-input-field *::placeholder {
  color: #ffffff;
}
.contact-form-area .comment-respond.style-custom .checkbox-field-wrapper .single-checkbox-field .form-check-input {
  background-color: transparent;
  border-color: #bfc5cb;
}
.contact-form-area .comment-respond.style-custom input:focus,
.contact-form-area .comment-respond.style-custom textarea:focus,
.contact-form-area .comment-respond.style-custom .form-select:focus,
.contact-form-area .comment-respond.style-custom .nice-select {
  border-color: #bfc5cb;
}

.contackt-faq-btn-wrapper {
  display: flex;
  align-items: center;
}
.contackt-faq-btn-wrapper .contact-faq-btn {
  padding: 16px 24px;
  border-radius: 4px;
  border: 1px solid #575959;
}
.contackt-faq-btn-wrapper .contact-faq-btn span {
  font-family: "helvetica_neue_roman", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: #00144e;
}

.about-us-area.style-3 {
  padding: 120px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-us-area.style-3 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area.style-3 {
    padding: 100px 0;
  }
}
.about-us-area.style-3 .image-card {
  gap: 144px;
}
.about-us-area.style-3 .image-card .content .title-wrapper .title .under-line img {
  width: 198px;
}
@media (max-width: 1399px) {
  .about-us-area.style-3 .image-card {
    gap: 40px;
  }
}
.about-us-area.style-3 .image-card .image {
  overflow: visible;
}
.about-us-area.style-3 .image-card-sketch.style-four {
  top: -25px;
  left: unset;
  right: -15px;
  z-index: 3;
}

.service-area.style-2 {
  padding-top: 104px;
  padding-bottom: 120px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-area.style-2 {
    padding-top: 67px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-area.style-2 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1400px) {
  .service-area.style-2 .sketch {
    position: absolute;
    left: 40px;
    bottom: 48px;
    background-position: center;
    background-repeat: no-repeat;
    width: 169px;
    height: 169px;
    animation: MoveUpDown 2s linear infinite alternate;
  }
}
.service-area.style-2 .section-title {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .service-area.style-2 .section-title {
    gap: 24px;
  }
}
.service-area.style-2 .section-title .title .under-line img {
  right: 30px;
  width: 340px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-area.style-2 .section-title .title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .service-area.style-2 .section-title .title {
    text-align: center !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-area.style-2 .section-title .desc {
    padding-left: 90px;
  }
}

.location-slider-ara.style-1 {
  background-color: #0057b7;
  padding-top: 104px;
  padding-bottom: 120px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .location-slider-ara.style-1 {
    padding-top: 67px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .location-slider-ara.style-1 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1440px) {
  .location-slider-ara.style-1 .sketch {
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: 9px;
    left: 27px;
    z-index: 2;
    animation: MoveUpDown 2s linear infinite alternate;
  }
}
.location-slider-ara.style-1 .section-title .title .under-line img {
  right: unset;
  left: 0;
}
.location-slider-ara.style-1 .portfolio-card-arrow-btn {
  display: none !important;
}
.location-slider-ara.style-1 .slider-area-wrapper {
  margin-left: calc((100% - 1320px) / 2);
  padding-left: 26px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .location-slider-ara.style-1 .slider-area-wrapper {
    margin-left: calc((100% - 1140px) / 2);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .location-slider-ara.style-1 .slider-area-wrapper {
    margin-left: calc((100% - 960px) / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .location-slider-ara.style-1 .slider-area-wrapper {
    margin-left: calc((100% - 720px) / 2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .location-slider-ara.style-1 .slider-area-wrapper {
    width: 100%;
    margin: 0 auto;
    padding-right: 26px;
  }
}

.team-slider {
  position: relative;
}
.team-slider .slick-list .slick-slide {
  margin: 0 12px;
  transition: all 0.5s ease-out;
}
.team-slider .slick-list .slick-slide.slick-active {
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-slider .slick-list .slick-slide {
    margin: 0 16px;
  }
}
.team-slider button.team-card-arrow-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 99;
  background-color: transparent;
  border: 1px solid #828282;
  cursor: pointer;
  top: -164px;
  overflow: hidden;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-slider button.team-card-arrow-btn {
    bottom: 28px;
    top: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-slider button.team-card-arrow-btn {
    top: unset;
    bottom: 28px;
  }
}
.team-slider button.team-card-arrow-btn.prev-btn {
  right: 88px;
}
@media (max-width: 991px) {
  .team-slider button.team-card-arrow-btn.prev-btn {
    display: none !important;
  }
}
.team-slider button.team-card-arrow-btn.next-btn {
  right: 12px;
}
@media (max-width: 991px) {
  .team-slider button.team-card-arrow-btn.next-btn {
    display: none !important;
  }
}
.team-slider button.team-card-arrow-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #00144e;
  font-size: 21px;
  transition: all 0.5s ease-out;
}
.team-slider button.team-card-arrow-btn:hover {
  background: #c58b68;
  border-color: transparent;
}
.team-slider button.team-card-arrow-btn:hover i {
  color: #00144e;
  transition: all 0.5s ease-out;
}
.team-slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 64px;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .team-slider .slick-dots {
    margin-top: 20px;
  }
}
.team-slider .slick-dots li {
  line-height: 0;
}
.team-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  font-size: 0;
  border-radius: 50px;
  padding: unset;
  background-color: #bdbdbd;
}
.team-slider .slick-dots li.slick-active button {
  background: #00144e;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-slider .slick-dots {
    margin-top: 40px;
  }
}

/* Footer */
.footer.style-1 .footer-sec {
  padding-top: 104px;
  padding-bottom: 64px;
}
@media (max-width: 991px) {
  .footer.style-1 .footer-sec {
    padding: 80px 0;
  }
}
.footer .footer-bottom-menu {
  text-align: right;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer .footer-bottom-menu {
    text-align: start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-bottom-menu {
    text-align: start;
  }
}
.footer .footer-bottom-menu ul {
  margin-bottom: 0;
  padding-left: 0;
}
.footer .footer-bottom-menu ul li {
  display: inline-block;
  margin-top: 0;
}
.footer .footer-bottom-menu ul li:last-child a {
  margin-right: 0;
}
.footer .footer-bottom-menu ul li a {
  display: block;
  font-size: 14px;
  color: #575959;
  margin-right: 15px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.5s ease-out;
}
.footer .footer-bottom-menu ul li a:hover {
  text-decoration-color: #575959;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer .footer-bottom-menu ul li a {
    margin-right: 4px;
  }
}
.footer .copyright-text p {
  margin: 0;
  font-size: 14px;
}
.footer .copyright-text a {
  color: #0057b7;
}
.footer .copyright-text a:hover {
  text-decoration: underline;
}
.footer .footer-widget-title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #00144e;
  margin-bottom: 24px;
}
.footer .footer-widget.widget_nav_menu {
  padding-left: 50px;
}
@media (max-width: 1199px) {
  .footer .footer-widget.widget_nav_menu {
    padding-left: 0;
  }
}
.footer .footer-widget .widget-subscribe {
  background: #0057b7;
  padding: 24px;
  margin-top: -24px;
}
@media (max-width: 991px) {
  .footer .footer-widget .widget-subscribe {
    margin: 0;
  }
}
.footer .footer-widget .widget-subscribe h2.footer-widget-title {
  margin-bottom: 24px;
  color: #ffffff;
}
.footer .footer-widget .widget-subscribe p {
  margin-bottom: 16px;
  color: #ffffff;
}
.footer .footer-widget .widget-subscribe .subs form input {
  width: 100%;
  height: 56px;
  padding: 8px;
  border-radius: 5px;
  margin-bottom: 16px;
  border: 1px solid #e0e0e0;
  background: transparent;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .footer .footer-widget .widget-subscribe .subs form input {
    width: 100%;
  }
}
.footer .footer-widget .widget-subscribe .subs form input[type=submit] {
  background-color: #c58b68;
  border-color: #c58b68;
  height: 64px;
  color: #00144e;
  transition: all 0.5s ease-out;
}
.footer .footer-widget .widget-subscribe .subs form input[type=submit]:hover {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
  transition: all 0.5s ease-out;
}
.footer .footer-widget ul {
  padding-left: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer .footer-widget .footer-widget-info {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-widget .footer-widget-info {
    margin-bottom: 25px;
  }
}
.footer .footer-widget .footer-widget-info .footer-logo {
  margin-bottom: 35px;
  display: inline-block;
}
.footer .footer-widget .footer-widget-info .info-form-and-social-icon {
  display: flex;
  align-items: center;
  gap: 50px;
}
.footer .footer-widget .footer-widget-info .info-form-and-social-icon .subscribe-form-widget {
  border-radius: 6px;
}
.footer .footer-widget .footer-widget-info .info-form-and-social-icon .subscribe-form-widget .single-field input {
  height: 60px;
}
.footer .footer-widget .footer-widget-info .info-form-and-social-icon .social-profile {
  margin-top: 0;
}
.footer .footer-widget .footer-widget-info .social-profile {
  gap: 16px;
  margin-top: 30px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer .footer-widget .footer-widget-info .info-form-and-social-icon {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
}
.footer .footer-widget.widget_nav_menu.two-menu,
.footer .footer-widget .footer-widget-menu.two-menu {
  display: flex;
  justify-content: space-between;
}
.footer .footer-widget.widget_nav_menu ul,
.footer .footer-widget .footer-widget-menu ul {
  margin-top: -5px;
  padding-left: 0;
}
.footer .footer-widget.widget_nav_menu li,
.footer .footer-widget .footer-widget-menu li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 8px;
  line-height: 27px;
}
.footer .footer-widget.widget_nav_menu li:last-child,
.footer .footer-widget .footer-widget-menu li:last-child {
  padding-top: 0px;
}
.footer .footer-widget.widget_nav_menu li a,
.footer .footer-widget .footer-widget-menu li a {
  color: #575959;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 27px;
  transition: all 0.5s ease-out;
  position: relative;
}
.footer .footer-widget.widget_nav_menu li a:hover,
.footer .footer-widget .footer-widget-menu li a:hover {
  transition: all 0.5s ease-out;
  margin-left: 2px;
  color: #00144e;
}
.footer .footer-widget.widget_nav_menu li a::before,
.footer .footer-widget .footer-widget-menu li a::before {
  content: "\f054";
  font-size: 12px;
  margin-right: 10px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
}
.footer .footer-widget .footer-widget-contact p {
  color: #c7cdda;
}
.footer .footer-widget .footer-widget-contact .footer-contact ul {
  list-style: none;
}
.footer .footer-widget .footer-widget-contact .footer-contact ul li {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer .footer-widget .footer-widget-contact .footer-contact ul li:last-child {
  margin-bottom: 0;
}
.footer .footer-widget .footer-widget-contact .footer-contact ul li .contact-icon {
  color: #0057b7;
  border-radius: 50px;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid #0057b7;
  text-align: center;
  transition: all 0.5s ease-out;
}
.footer .footer-widget .footer-widget-contact .footer-contact ul li .contact-text a,
.footer .footer-widget .footer-widget-contact .footer-contact ul li .contact-text span {
  color: #575959;
  font-weight: 400;
  font-size: 16px;
}
.footer .footer-widget .footer-widget-contact .footer-contact ul li .contact-text a strong,
.footer .footer-widget .footer-widget-contact .footer-contact ul li .contact-text span strong {
  font-family: "helvetica_neue_bold";
}
.footer .footer-widget .footer-widget-contact .footer-contact ul li:hover .contact-icon {
  background-color: #c58b68;
  border-color: transparent;
}
.footer .footer-widget .footer-widget-contact .footer-contact ul li:hover .contact-icon i {
  color: #0057b7;
}
.footer .footer-widget .social-profile {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .footer-widget .social-profile a {
  color: #00144e;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-out;
  background: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  flex-shrink: 0;
}
.footer .footer-widget .social-profile a:hover {
  transition: all 0.5s ease-out;
  background: #c58b68;
}
.footer .footer-widget.widget_nav_menu ul {
  list-style: none;
}
.footer .footer-widget.widget_nav_menu ul li a {
  color: #575959;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 27px;
  transition: all 0.5s ease-out;
  position: relative;
}
.footer .footer-widget.widget_nav_menu ul li a:hover {
  transition: all 0.5s ease-out;
  margin-left: 2px;
  color: #00144e;
}
.footer .footer-widget.widget_nav_menu ul li a::before {
  content: "\f054";
  font-size: 12px;
  margin-right: 10px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
}
.footer .subscribe-area {
  padding-bottom: 65px;
  z-index: 2;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #085a65;
  margin-bottom: 80px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer .subscribe-area {
    padding-bottom: 48px;
    margin-bottom: 48px;
  }
}
.footer .subscribe-area .subscribe-inner-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.footer .subscribe-area .subscribe-inner-area .content-wrapper {
  flex-grow: 1;
  width: 100%;
}
.footer .subscribe-area .subscribe-inner-area .content-wrapper .subscribe-title {
  color: #ffffff;
  margin-bottom: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer .subscribe-area .subscribe-inner-area .content-wrapper .subscribe-title {
    font-size: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .subscribe-area .subscribe-inner-area .content-wrapper .subscribe-title {
    font-size: 48px;
  }
}
.footer .subscribe-area .subscribe-inner-area .content-wrapper .text {
  font-size: 20px;
  line-height: 34px;
  color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer .subscribe-area .subscribe-inner-area .content-wrapper .text {
    font-size: 16px;
  }
}
.footer .subscribe-area .subscribe-inner-area .subscribe-form-wrapper {
  width: 100%;
}
.footer .subscribe-area .subscribe-inner-area .subscribe-form-widget .mc4wp-form-fields {
  display: flex;
  background-color: transparent;
  overflow: hidden;
  gap: 16px;
  justify-content: end;
}
@media (max-width: 450px) {
  .footer .subscribe-area .subscribe-inner-area .subscribe-form-widget .mc4wp-form-fields {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer .subscribe-area .subscribe-inner-area .subscribe-form-widget .mc4wp-form-fields {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .subscribe-area .subscribe-inner-area .subscribe-form-widget .mc4wp-form-fields {
    justify-content: flex-start;
  }
}
.footer .subscribe-area .subscribe-inner-area .subscribe-form-widget .mc4wp-form-fields .submit-btn {
  padding: 12px 16px;
  font-size: 16px;
  font-family: Inter;
  line-height: 150%;
  background: #c58b68;
  border-radius: 4px;
}
@media (max-width: 450px) {
  .footer .subscribe-area .subscribe-inner-area .subscribe-form-widget .mc4wp-form-fields .submit-btn {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer .subscribe-area .subscribe-inner-area .subscribe-form-widget .single-field {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .subscribe-area .subscribe-inner-area .subscribe-form-widget .single-field {
    width: 100%;
  }
}
.footer .subscribe-area .subscribe-inner-area .subscribe-form-widget .single-field input {
  color: #778196;
  height: 48px;
  padding: 0 30px;
  font-size: 16px;
  width: 100%;
  border-radius: 4px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer .subscribe-area .subscribe-inner-area .subscribe-form-widget .single-field input {
    height: 56px;
    padding: 0px 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .subscribe-area .subscribe-inner-area .subscribe-form-widget .single-field input {
    height: 56px;
    padding: 0px 12px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer .subscribe-area .subscribe-inner-area {
    flex-direction: column;
    align-items: start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .subscribe-area .subscribe-inner-area {
    flex-direction: column;
    align-items: start;
  }
}
.footer .footer-bottom-area {
  padding: 19px 0;
}

.footer.style-two .footer-sec {
  padding-top: 80px;
}
.footer.style-two .footer-sec .footer-bottom-border {
  border-bottom: 1px solid #085a65;
  padding-bottom: 40px;
}
.footer.style-two .footer-bottom-area {
  padding: 28px 0;
}
.footer.style-two .subscribe-area .content-wrapper h3 {
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer.style-two .subscribe-form-wrapper {
    width: 100%;
  }
}
.footer.style-two .subscribe-form-wrapper .single-field p {
  color: #c7cdda;
  margin-bottom: 35px;
}
.footer.style-two .subscribe-form-wrapper .subscribe-form-widget {
  border-radius: 4px;
}
.footer.style-two .subscribe-form-wrapper .subscribe-form-widget input[type=email] {
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 4px;
  height: 56px;
  width: 357px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer.style-two .subscribe-form-wrapper .subscribe-form-widget input[type=email] {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer.style-two .subscribe-form-wrapper .subscribe-form-widget input[type=email] {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer.style-two .subscribe-form-wrapper .subscribe-form-widget input[type=email] {
    width: unset;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer.style-two .subscribe-form-wrapper .subscribe-form-widget input[type=email] {
    width: unset;
  }
}
@media (max-width: 450px) {
  .footer.style-two .subscribe-form-wrapper .subscribe-form-widget input[type=email] {
    width: 100%;
  }
}
.footer.style-two .subscribe-form-wrapper .subscribe-form-widget input.theme-btn {
  align-self: stretch;
  padding: 11px 20px;
  width: unset !important;
  transition: all 0.5s ease-out;
}
@media (max-width: 450px) {
  .footer.style-two .subscribe-form-wrapper .subscribe-form-widget input.theme-btn {
    width: 100% !important;
  }
}
.footer.style-two .subscribe-form-wrapper .subscribe-form-widget input.theme-btn:hover {
  background-color: transparent;
  border-color: #ffffff;
  transition: all 0.5s ease-out;
}
.footer.style-two .footer-widget-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #f8f8f1;
}
.footer.style-two .footer-widget .footer-widget-menu li {
  line-height: 34px;
}
.footer.style-two .footer-widget .footer-widget-menu li a {
  color: #ffffff;
}
.footer.style-two .footer-widget .footer-widget-menu li a:hover {
  color: #c58b68 !important;
}
.footer.style-two .footer-widget .footer-widget-contact .footer-contact ul li .contact-text a {
  color: #ffffff;
}
.footer.style-two .footer-widget .footer-widget-contact .footer-contact ul li .contact-icon {
  border-color: #ffffff;
  flex-shrink: 0;
  transition: all 0.5s ease-out;
}
.footer.style-two .footer-widget .footer-widget-contact .footer-contact ul li .contact-icon i {
  color: #c58b68;
}
.footer.style-two .footer-widget .footer-widget-contact .footer-contact ul li:hover .contact-icon {
  border-color: transparent;
}
.footer.style-two .footer-widget .footer-widget-contact .footer-contact ul li:hover .contact-icon i {
  color: #00144e;
}
.footer.style-two .footer-widget.widget_boomdevs_about_info_widget .footer-widget-info p {
  color: #ffffff;
}
.footer.style-two .footer-widget.widget_nav_menu ul li a {
  color: #ffffff;
  transition: all 0.5s ease-out;
}
.footer.style-two .footer-widget.widget_nav_menu ul li a:hover {
  color: #c58b68;
  transition: all 0.5s ease-out;
}
.footer.style-two .footer-widget.widget_boomdevs-latest-posts-footer .widget_latest_post ul li {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 10px;
  border: 0;
  align-items: center;
}
.footer.style-two .footer-widget.widget_boomdevs-latest-posts-footer .widget_latest_post ul li:hover .latest-post-thumb img {
  transform: scale(1.2);
  transition: all 0.5s ease-out;
}
.footer.style-two .footer-widget.widget_boomdevs-latest-posts-footer .widget_latest_post ul li:last-child {
  margin-bottom: 0;
}
.footer.style-two .footer-widget.widget_boomdevs-latest-posts-footer .widget_latest_post ul li a {
  padding-left: 0;
}
.footer.style-two .footer-widget.widget_boomdevs-latest-posts-footer .widget_latest_post ul li a:before {
  display: none;
}
.footer.style-two .footer-widget.widget_boomdevs-latest-posts-footer .widget_latest_post ul li .latest-post-thumb {
  flex-shrink: 0;
  overflow: hidden;
  width: 84px;
  height: 84px;
}
.footer.style-two .footer-widget.widget_boomdevs-latest-posts-footer .widget_latest_post ul li .latest-post-thumb img {
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.footer.style-two .footer-widget.widget_boomdevs-latest-posts-footer .widget_latest_post ul li .latest-post-desc .latest-post-title {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-family: "helvetica_neue_bold", sans-serif;
}
.footer.style-two .footer-widget.widget_boomdevs-latest-posts-footer .widget_latest_post ul li .latest-post-desc .latest-post-title a {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  position: relative;
  text-transform: capitalize;
  transition: all 0.5s ease-out;
  font-family: "helvetica_neue_bold", sans-serif;
}
.footer.style-two .footer-widget.widget_boomdevs-latest-posts-footer .widget_latest_post ul li .latest-post-desc .latest-post-title a:hover {
  color: #c58b68;
  transition: all 0.5s ease-out;
}
.footer.style-two .footer-widget.widget_boomdevs-latest-posts-footer .widget_latest_post ul li .latest-post-desc .latest-post-meta {
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 400;
  gap: 8px;
  color: #e7e7e7;
  margin-bottom: 10px;
}
.footer.style-two .copyright-text p {
  color: #ffffff;
  font-size: 14px;
}
.footer.style-two .copyright-text p a {
  color: #c58b68;
}
.footer.style-two .footer-bottom-menu ul li a {
  color: #ffffff;
  font-size: 14px;
}
.footer.style-two .footer-bottom-menu ul li a:hover {
  color: #c58b68;
  text-decoration-color: #c58b68;
}

.commSpot .post-card-one {
  border: 1px solid #e5e5e5;
  height: 425px;
  margin-bottom: 30px;
}

.postSpot .post-card-one .post-content {
  height: 150px;
}

.post-meta i {
  margin-right: 10px;
}

.post-thumbnail {
  margin-bottom: 20px;
}

.readyButton {
  margin-top: -80px;
  width: 100%;
  text-align: right;
}

.readyButton a {
  padding: 5px 14px;
}

@media screen and (max-width: 768px) {
  .readyButton {
    margin-top: -20px;
    margin-bottom: 50px;
  }
  .readyButton a {
    padding: 5px 10px;
  }
}
.new-badge {
  position: relative;
}

.new-badge::after {
  content: "NEW";
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: red;
  color: white;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  z-index: 99999;
}

a:focus, button:focus, input:focus, textarea:focus, select:focus {
  outline: 2px solid yellow; /* Add a visible focus outline */
}

.max-w-7xl {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

.way-top img {
  height: 30px !important;
  padding-left: 96px;
  width: auto !important;
  max-width: unset !important;
}
@media only screen and (max-width: 1199px) {
  .way-top img {
    padding-left: 0;
    width: 90% !important;
    height: auto !important;
  }
}

/*# sourceMappingURL=style.css.map */
