
/* Single Page Footer Code Start */

.hiddd {
  display: none;
}

.page-id-641 header#maniheader {
  padding: 0;
  height: 10vh;
  display: flex;
position: relative;
}
.page-id-641 .wrapper{
padding-top:0px !important;
}
.page-id-641 footer.footer {
display: none;
}
.page-id-641 footer#single-page{
display:block !important;
background: #1A1D2A;
}
p.foo-texts a{
color:#fff;
transition:0.3s;
overflow:hidden;
}
p.foo-texts a:hover{
color:#899196;
}
footer .main-foo {
  width: 90%;
  margin: auto;
  height: 10vh;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
} 
.foo-secc {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
}
.thirr-coll {
  display: flex;
  gap: 24px;
  align-items: flex-end;
  justify-content: flex-end;
}
p.foo-texts {
  color: #899196;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
.logo-foo img {
  width: 165px;
}
p.foo-texts span {
  color: #A0A2DB;
  font-weight: 600;
}
.thirr-coll img {
opacity:1;
transition:0.3s;
}
.thirr-coll a:hover img {
  opacity: 0.6;
  transition:0.3s;
}
@media screen and (max-width: 1200px) {
footer .main-foo {
  width: 96%;
}
p.foo-texts {
  font-size: 15px;
  line-height: 1.4em;
}
.logo-foo img {
  width: 140px;
}
}
@media screen and (max-width: 850px) {
  .foo-secc {
    gap: 20px;
}
}
@media screen and (max-width: 790px) {
.logo-foo img {
  width: 110px;
}
p.foo-texts {
  font-size: 13px;
}
}
@media screen and (max-width: 670px) {
.page-id-641 footer#single-page{
  display:none !important;
}
}

/* Single Page Footer Code End */

.page-template-home .header {
	z-index: 99999 !important;
}

@media screen and (max-width: 1350px) {
  .page-template-services .services-map-holder svg {
    margin-left: 5% !important;
  }
}

@media screen and (max-width: 1200px) {
  .page-template-services .services-banner-holder {
    flex-direction: column;
  }

  .page-template-services .services-map-holder svg {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
  }

  .page-template-services .services-map-holder {
    width: 100% !important;
  }

  .page-template-services .services-caption-area {
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-template-services .address-info-col {
    width: 40% !important;
  }

  .services-banner-holder {
    margin-left: auto !important;
  }
}

@media screen and (max-width: 560px) {
  .page-template-services .services-caption-area {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding: 0 !important;
  }

  .page-template-services .address-info-row {
    flex-direction: column;
  }

  .page-template-services .address-info-col {
    width: 100% !important;
  }
}

@media screen and (max-width: 991px) {
	.page-template-home .services-banner-holder .services-map-holder svg{
		margin-left:0 !important;
		width:100% !important;
		overflow:hidden !important;
	}
	.page-template-home .services-map-holder {
		margin:auto !important;
	}
}
@media screen and (max-width: 600px) {
	.page-template-home .services-banner-holder .services-map-holder svg{
		padding:0 !important;
		width:300px !important;
		height:auto !important;
	}
  .page-id-641 .header .container {
    height: 10dvh !important;
    min-height: 10dvh !important;
    max-height: 10dvh !important;
}
}



@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon-arrow';
  src: url("../fonts/icomoon-arrow.woff") format("woff"), url("../fonts/icomoon-arrow.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevrons-right-regular:before {
  content: "\e914";
}

.icon-chevron-up-light:before {
  content: "\e915";
}

.icon-chevron-right-sharp-solid:before {
  content: "\e916";
}

.icon-chevron-right-light:before {
  content: "\e901";
}

.icon-arrow-light:before {
  content: "\e902";
}

.icon-arrowarrow-light2:before {
  content: "\e900";
  font-family: 'icomoon-arrow' !important;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.header {
  position: relative;
  padding: 41px 0 39px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1439px) {
  .header {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 10px 0;
  }
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1462px;
}
.sticky-header .header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  padding: 20px 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.sticky-header .wrapper {
  padding-top: 106px;
}

.nav-drop {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 37px;
  padding: 0 10px 0 0;
}


@media (max-width: 991.98px) {
  .header-btns {
    padding: 0 35px;
  }
}

@media (max-width: 459.98px) {
  .header-btns {
    display: block;
  }
}

@media (max-width: 459.98px) {
  .header-btns .btn-primary {
    margin-bottom: 30px;
    margin-right: 40px;
  }
}

/** @define nav-opener **/
.menu-opener {
  width: 26px;
  height: 26px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 3px;
  background: none;
  position: absolute;
  right: 15px;
  top: 30px;
  z-index: 99;
  display: none;
}
@media (max-width: 991.98px) {
  .menu-opener {
    display: block;
  }
}
.menu-active .menu-opener {
  border-top: 0;
}
.menu-opener span {
  display: block;
}
.menu-opener span:before {
  width: 26px;
  height: 2px;
  background: #2A2B68;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
}
.menu-active .menu-opener span:before {
  opacity: 0;
  visibility: hidden;
}
.menu-opener:after, .menu-opener:before {
  width: 26px;
  height: 2px;
  background: #2A2B68;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
}
.menu-active .menu-opener:after, .menu-active .menu-opener:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-opener:before {
  top: 19px;
}
.menu-active .menu-opener:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 13px;
}

/** @define nav-drop **/
@media (max-width: 991.98px) {
  .nav-drop {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding: 0;
    max-height: 0;
    opacity: 1;
    visibility: visible;
    z-index: 99;
    overflow-y: auto;
  }
  .menu-active .nav-drop {
    max-height: 4000px;
  }
}

/** @define nav-area **/
@media (max-width: 991.98px) {
  .nav-area {
    background: #EEE;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    padding-bottom: 40px;
    display: block;
  }
  .menu-active .nav-area {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sticky-header .menu {
  /* opacity: 0;
  visibility: hidden; */
}
@media (max-width: 991.98px) {
  .menu {
    display: block;
    margin: 0 0 20px;
    width: 100%;
  }
}
.menu li {
  padding: 0 29px 0 15px;
}
@media (max-width: 1199.98px) {
  .menu li {
    padding: 0 10px;
  }
}
@media (max-width: 991.98px) {
  .menu li {
    padding: 0;
  }
}
.menu a {
  color: #1E1E1E;
  display: block;
  position: relative;
}
@media (max-width: 991.98px) {
  .menu a {
    padding: 20px 35px;
    display: block;
  }
}
.menu a:hover {
  color: #A0A2DB;
}
@media (max-width: 991.98px) {
  .menu a:hover {
    color: #A0A2DB;
  }
}

.menu-active {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.about-page .header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

.banner-text-block h1,
.dedication-section h2,
.federal-detail-holder h2,
.mission-text-holder h2,
.banner-caption h1,
.bottom-info-text-block h2,
.success-text-block h2,
.legacy-text-block h2,
.work-detail-area h2,
.hiring-heading-area h2,
.career-apply-holder h2,
.services-heading-area h1,
.services-heading-wrap h2 {
  font-size: 52px;
  line-height: 1.154;
  font-weight: 600;
  letter-spacing: 2px;
  color: #1A1D2A;
}
@media (max-width: 1499px) {
  .banner-text-block h1,
  .dedication-section h2,
  .federal-detail-holder h2,
  .mission-text-holder h2,
  .banner-caption h1,
  .bottom-info-text-block h2,
  .success-text-block h2,
  .legacy-text-block h2,
  .work-detail-area h2,
  .hiring-heading-area h2,
  .career-apply-holder h2,
  .services-heading-area h1,
  .services-heading-wrap h2 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .banner-text-block h1,
  .dedication-section h2,
  .federal-detail-holder h2,
  .mission-text-holder h2,
  .banner-caption h1,
  .bottom-info-text-block h2,
  .success-text-block h2,
  .legacy-text-block h2,
  .work-detail-area h2,
  .hiring-heading-area h2,
  .career-apply-holder h2,
  .services-heading-area h1,
  .services-heading-wrap h2 {
    letter-spacing: 1px;
    font-size: 40px;
  }
  .banner-text-block h1 br,
  .dedication-section h2 br,
  .federal-detail-holder h2 br,
  .mission-text-holder h2 br,
  .banner-caption h1 br,
  .bottom-info-text-block h2 br,
  .success-text-block h2 br,
  .legacy-text-block h2 br,
  .work-detail-area h2 br,
  .hiring-heading-area h2 br,
  .career-apply-holder h2 br,
  .services-heading-area h1 br,
  .services-heading-wrap h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner-text-block h1,
  .dedication-section h2,
  .federal-detail-holder h2,
  .mission-text-holder h2,
  .banner-caption h1,
  .bottom-info-text-block h2,
  .success-text-block h2,
  .legacy-text-block h2,
  .work-detail-area h2,
  .hiring-heading-area h2,
  .career-apply-holder h2,
  .services-heading-area h1,
  .services-heading-wrap h2 {
    letter-spacing: 0;
    font-size: 36px;
  }
}

.banner-text-block,
.dedication-block,
.federal-info-block,
.mission-text-holder,
.banner-caption,
.team-block,
.bottom-info-text-block,
.success-text-block,
.legacy-text-block,
.work-info-block,
.hiring-heading-area,
.hire-text-wrap,
.career-apply-holder,
.services-heading-area,
.services-heading-wrap {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .banner-text-block,
  .dedication-block,
  .federal-info-block,
  .mission-text-holder,
  .banner-caption,
  .team-block,
  .bottom-info-text-block,
  .success-text-block,
  .legacy-text-block,
  .work-info-block,
  .hiring-heading-area,
  .hire-text-wrap,
  .career-apply-holder,
  .services-heading-area,
  .services-heading-wrap {
    font-size: 16px;
  }
}

.about-banner-area {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 160px 0 0;
  min-height: 800px;
}
@media (max-width: 1499px) {
  .about-banner-area {
    padding: 100px 0 0;
    min-height: 600px;
  }
}
@media (max-width: 1199px) {
  .about-banner-area {
    padding: 80px 0 0;
    min-height: 530px;
  }
}
@media (max-width: 991px) {
  .about-banner-area {
    background-image: none !important;
    background: #e0e0e0;
    min-height: inherit;
    padding: 100px 0 30px;
  }
}
@media (max-width: 767px) {
  .about-banner-area {
    padding: 80px 0 15px;
  }
}

.about-banner-holder {
  position: relative;
}
.about-banner-holder .image-holder {
  position: relative;
  max-width: 500px;
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  .about-banner-holder .image-holder {
    margin: 20px auto 0;
    max-width: 450px;
  }
}
.about-banner-holder .image-holder img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-text-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 62px 18px 0 0;
}
@media (max-width: 1499px) {
  .banner-text-area {
    padding: 45px 0 0;
  }
}
@media (max-width: 991px) {
  .banner-text-area {
    padding: 0;
  }
}

.banner-text-block {
  position: relative;
  max-width: 455px;
}
@media (max-width: 1199px) {
  .banner-text-block {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .banner-text-block {
    max-width: 100%;
  }
}
.banner-text-block .title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #2A2B68;
  display: block;
  letter-spacing: 2px;
  margin: 0 0 10px;
}
@media (max-width: 1199px) {
  .banner-text-block .title {
    letter-spacing: 1px;
    font-size: 18px;
    margin: 0 0 8px;
  }
}
@media (max-width: 767px) {
  .banner-text-block .title {
    letter-spacing: 0;
  }
}
.banner-text-block h1 {
  margin: 0 0 20px;
}
@media (max-width: 1199px) {
  .banner-text-block h1 {
    margin: 0 0 14px;
  }
}
.banner-text-block p {
  margin: 0;
}

.dedication-section {
  position: relative;
  padding: 137px 0 178px;
  background: #1A1D2A;
}
@media (max-width: 1499px) {
  .dedication-section {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .dedication-section {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .dedication-section {
    padding: 55px 0 40px;
  }
}
@media (max-width: 767px) {
  .dedication-section {
    padding: 40px 0 30px;
  }
}
.dedication-section .container {
  max-width: 1420px;
}
.dedication-section .heading-wrap {
  position: relative;
  margin: 0 0 47px;
}
@media (max-width: 1499px) {
  .dedication-section .heading-wrap {
    margin: 0 0 35px;
  }
}
@media (max-width: 1199px) {
  .dedication-section .heading-wrap {
    margin: 0 0 28px;
  }
}
@media (max-width: 767px) {
  .dedication-section .heading-wrap {
    margin: 0 0 18px;
  }
}
.dedication-section h2 {
  max-width: 750px;
  color: #fff;
  letter-spacing: 0;
  margin: 0;
}
@media (max-width: 1499px) {
  .dedication-section h2 {
    max-width: 660px;
  }
}
@media (max-width: 1199px) {
  .dedication-section h2 {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .dedication-section h2 {
    font-size: 26px;
  }
}
.dedication-section h2 span {
  font-weight: 300;
}

.dedication-holder {
  position: relative;
}
@media (max-width: 1799px) {
  .dedication-holder {
    padding: 0 0 0 110px;
  }
}
@media (max-width: 1199px) {
  .dedication-holder {
    padding: 0 0 0 60px;
  }
}
@media (max-width: 767px) {
  .dedication-holder {
    padding: 0;
  }
}

.dedication-slider-holder {
  position: relative;
  margin-right: calc((100vw - 1390px) / -2);
}
@media (max-width: 1499px) {
  .dedication-slider-holder {
    margin-right: -30px;
  }
}
.dedication-slider-holder .slick-list {
  padding: 20px 23% 0 0;
}
@media (max-width: 1499px) {
  .dedication-slider-holder .slick-list {
    padding: 20px 18% 0 0;
  }
}
@media (max-width: 1199px) {
  .dedication-slider-holder .slick-list {
    padding: 15px 50px 0 0;
  }
}
@media (max-width: 991px) {
  .dedication-slider-holder .slick-list {
    padding: 15px 150px 0 0;
  }
}
@media (max-width: 767px) {
  .dedication-slider-holder .slick-list {
    padding: 15px 40px 0 0;
  }
}
.dedication-slider-holder .slide.slick-current .dedication-block h3,
.dedication-slider-holder .slide.slick-current .dedication-block p {
  opacity: 1;
}
.dedication-slider-holder .slide.slick-current .dedication-block-holder .circle {
  opacity: 1;
}

.dedication-block-holder {
  position: relative;
  padding: 0 18% 0 0;
}
@media (max-width: 1799px) {
  .dedication-block-holder {
    padding: 0 15% 0 0;
  }
}
@media (max-width: 1499px) {
  .dedication-block-holder {
    padding: 0 10% 0 0;
  }
}
@media (max-width: 1199px) {
  .dedication-block-holder {
    padding: 0 100px 0 0;
  }
}
@media (max-width: 767px) {
  .dedication-block-holder {
    padding: 0 20px 0 0;
  }
}
.dedication-block-holder:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-top: 1px dashed #A0A2DB;
  height: 1px;
}
.dedication-block-holder .circle {
  position: absolute;
  left: 0;
  top: -9px;
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #a0a2db;
  border-radius: 50%;
  opacity: 0.5;
}
.dedication-block-holder .circle:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2A2B68;
  margin: -4px 0 0 -4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.dedication-block {
  position: relative;
  color: #fff;
  padding: 50px 0 0;
  max-width: 520px;
}
@media (max-width: 1199px) {
  .dedication-block {
    padding: 35px 0 0;
  }
}
.dedication-block h3 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0 0 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.5;
}
@media (max-width: 1799px) {
  .dedication-block h3 {
    letter-spacing: 1px;
    font-size: 44px;
  }
}
@media (max-width: 1499px) {
  .dedication-block h3 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .dedication-block h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .dedication-block h3 {
    font-size: 24px;
  }
}
.dedication-block p {
  opacity: 0.5;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1499px) {
  .dedication-block p br {
    display: none;
  }
}

.dedication-slider-arrows {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 50px 0 0;
}
@media (max-width: 1499px) {
  .dedication-slider-arrows {
    padding: 35px 0 0;
  }
}
@media (max-width: 1199px) {
  .dedication-slider-arrows {
    padding: 20px 0 0;
  }
}
.dedication-slider-arrows .slick-arrow {
  background: none;
  width: 50px;
  height: 50px;
  border-radius: 0;
  border: none;
  font-size: 30px;
  line-height: 1;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dedication-slider-arrows .slick-arrow:hover {
  background: #2A2B68;
}
.dedication-slider-arrows .slick-arrow i {
  position: relative;
  display: block;
  transform: rotate(0);
}
.dedication-slider-arrows .slick-next i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dedication-lines,
.banner-lines {
  position: absolute;
  left: 0;
  top: 50%;
  width: 172px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1799px) {
  .dedication-lines,
  .banner-lines {
    width: 140px;
  }
}
@media (max-width: 1499px) {
  .dedication-lines,
  .banner-lines {
    width: 120px;
  }
}
@media (max-width: 1199px) {
  .dedication-lines,
  .banner-lines {
    width: 75px;
  }
}
@media (max-width: 991px) {
  .dedication-lines,
  .banner-lines {
    display: none;
  }
}
.dedication-lines img,
.banner-lines img {
  width: 100%;
  height: auto;
  display: block;
}

.federal-detail-section {
  position: relative;
  padding: 187px 0 165px;
}
@media (max-width: 1499px) {
  .federal-detail-section {
    padding: 120px 0 80px;
  }
}
@media (max-width: 1199px) {
  .federal-detail-section {
    padding: 90px 0 60px;
  }
}
@media (max-width: 767px) {
  .federal-detail-section {
    padding: 50px 0 30px;
  }
}

.federal-detail-holder {
  position: relative;
  margin: 0 -12px 0 -8px;
}
@media (max-width: 1499px) {
  .federal-detail-holder {
    margin: 0;
  }
}
.federal-detail-holder .heading-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.federal-detail-holder h2 {
  padding: 0 0 28px 5px;
  margin: 0;
}
@media (max-width: 1499px) {
  .federal-detail-holder h2 {
    padding: 0;
  }
}
.federal-detail-holder .row {
  margin: 0 -13px;
}
.federal-detail-holder .col-12 {
  padding: 0 13px;
  margin: 0 0 30px;
}
@media (max-width: 1199px) {
  .federal-detail-holder .col-12 {
    margin: 0 0 25px;
  }
}

.federal-info-block {
  position: relative;
  border: 1px solid #899196;
  overflow: hidden;
  padding: 40px 55px 54px 80px;
  color: #1A1D2A;
  height: 100%;
}
@media (max-width: 1499px) {
  .federal-info-block {
    padding: 35px 25px;
  }
}
@media (max-width: 1199px) {
  .federal-info-block {
    padding: 30px 22px;
  }
}
.federal-info-block .ico-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 68px;
  margin: 0 0 35px;
}
@media (max-width: 1499px) {
  .federal-info-block .ico-holder {
    margin: 0 0 28px;
  }
}
@media (max-width: 1199px) {
  .federal-info-block .ico-holder {
    margin: 0 0 24px;
  }
}
.federal-info-block .ico-holder img {
  display: block;
  height: auto;
  max-width: 100%;
}
.federal-info-block .description {
  position: relative;
}
.federal-info-block .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  display: block;
  color: #2A2B68;
  margin: 0 0 16px;
}
@media (max-width: 1199px) {
  .federal-info-block .title {
    font-size: 22px;
    margin: 0 0 14px;
  }
}
.federal-info-block p {
  margin: 0;
}
@media (max-width: 1199px) {
  .federal-info-block br {
    display: none;
  }
}

.mission-info-section {
  position: relative;
  background: #eee;
  overflow: hidden;
  padding: 137px 0 124px;
}
@media (max-width: 1499px) {
  .mission-info-section {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .mission-info-section {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .mission-info-section {
    padding: 50px 0;
  }
}

.mission-text-holder {
  position: relative;
  text-align: center;
  max-width: 938px;
  margin: 0 auto;
  color: #1A1D2A;
  z-index: 5;
}
.mission-text-holder h2 {
  margin: 0 0 21px;
}

.mission-text-holder h2 span {
  color: #2A2B68;
}

.mission-text-holder .subhead {
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #2A2B68;
  margin: 0 0 30px;
}

@media (max-width: 1499px) {
  .mission-text-holder h2 {
    margin: 0 0 18px;
  }
}
@media (max-width: 767px) {
  .mission-text-holder h2 {
    margin: 0 0 12px;
  }
}
.mission-text-holder p {
  margin: 0 0 30px;
}

.mission-text-holder p a {
  color: #1A1D2A;
  text-decoration: underline;
}

.mission-text-holder p a:hover {
  text-decoration: none;
}

.mission-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -55px;
  opacity: 0.55;
  z-index: 2;
}
@media (max-width: 1199px) {
  .mission-bg {
    bottom: -35px;
  }
}
@media (max-width: 767px) {
  .mission-bg {
    bottom: -10px;
  }
}
.mission-bg img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-banner-section {
  position: relative;
}
.team-banner-section .container {
  max-width: 1428px;
}

.team-banner-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1799px) {
  .team-banner-holder {
    padding: 0 0 0 110px;
  }
}
@media (max-width: 1199px) {
  .team-banner-holder {
    padding: 0 0 0 60px;
  }
}
@media (max-width: 991px) {
  .team-banner-holder {
    padding: 0;
  }

  .team-banner-section {
    padding-top: 30px;
  }
}

.banner-caption-holder {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px 0 0;
}
@media (max-width: 991px) {
  .banner-caption-holder {
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
    min-width: inherit;
    display: block;
    padding: 0;
  }
}

.banner-caption {
  position: relative;
  max-width: 416px;
  padding: 0 0 30px;
  color: #1E1E1E;
}
@media (max-width: 1799px) {
  .banner-caption {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .banner-caption {
    max-width: 100%;
  }
}
.banner-caption h1 {
  letter-spacing: 0;
  margin: 0 0 19px;
}
@media (max-width: 991px) {
  .banner-caption h1 {
    margin: 0 0 14px;
  }
}
.banner-caption .title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #2A2B68;
  display: block;
  letter-spacing: 3px;
  margin: 0;
}
@media (max-width: 1199px) {
  .banner-caption .title {
    letter-spacing: 1px;
    font-size: 18px;
    margin: 0 0 8px;
  }
}
@media (max-width: 767px) {
  .banner-caption .title {
    letter-spacing: 0;
  }
}
.banner-caption p {
  margin: 0;
}

.banner-image {
  position: relative;
  width: 58.7%;
}
@media (max-width: 1499px) {
  .banner-image {
    width: 57%;
  }
}
@media (max-width: 991px) {
  .banner-image {
    width: 100%;
    margin: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .banner-image {
    margin: 25px 0 0;
  }
}
.banner-image img {
  width: 100%;
  height: auto;
  display: block;
}

.team-detail-area {
  position: relative;
  padding: 125px 0 116px;
}
@media (max-width: 1499px) {
  .team-detail-area {
    padding: 90px 0 70px;
  }
}
@media (max-width: 1199px) {
  .team-detail-area {
    padding: 70px 0 60px;
  }
}
@media (max-width: 991px) {
  .team-detail-area {
    padding: 55px 0 40px;
  }
}
@media (max-width: 767px) {
  .team-detail-area {
    padding: 40px 0 25px;
  }
}
.team-detail-area .container {
  max-width: 1428px;
}

.team-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .team-row {
    margin: 0 -8px;
  }
}

.team-col {
  position: relative;
  padding: 0 15px;
  margin: 0 0 54px;
}
@media (max-width: 1199px) {
  .team-col {
    width: 33.333%;
    margin: 0 0 30px;
  }
}
@media (max-width: 991px) {
  .team-col {
    padding: 0 8px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .team-col {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .team-col {
    width: 100%;
  }
}

.team-block {
  position: relative;
  color: #1E1E1E;
  width: 350px;
}
@media (max-width: 1199px) {
  .team-block {
    width: 100%;
  }
}
.team-block .image-holder {
  position: relative;
  overflow: hidden;
}
.team-block .image-holder img {
  width: 100%;
  height: auto;
  display: block;
}
.team-block .description {
  position: relative;
  padding: 34px 0 0;
}
@media (max-width: 1499px) {
  .team-block .description {
    padding: 28px 0 0;
  }
}
@media (max-width: 991px) {
  .team-block .description {
    padding: 22px 0 0;
  }
}
@media (max-width: 767px) {
  .team-block .description {
    padding: 20px 0 0;
  }
}
.team-block .name {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  display: block;
}
@media (max-width: 991px) {
  .team-block .name {
    font-size: 20px;
  }
}
.team-block .desination {
  font-size: 20px;
  line-height: 1.1;
  display: block;
  font-weight: 400;
  padding: 12px 0;
}
@media (max-width: 1499px) {
  .team-block .desination {
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  .team-block .desination {
    font-size: 18px;
    padding: 8px 0;
  }
}
@media (max-width: 767px) {
  .team-block .desination {
    padding: 6px 0;
  }
}
.team-block p {
  margin: 0;
}

.team-bottom-info-area {
  position: relative;
  background: #eee;
  padding: 128px 0;
}
@media (max-width: 1499px) {
  .team-bottom-info-area {
    padding: 90px 0;
  }
}
@media (max-width: 1199px) {
  .team-bottom-info-area {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .team-bottom-info-area {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .team-bottom-info-area {
    padding: 30px 0;
  }
}

.bottom-info-text-block {
  position: relative;
  text-align: center;
  max-width: 665px;
  color: #1E1E1E;
  margin: 0 auto;
}
.bottom-info-text-block h2 {
  margin: 0 -60px 20px;
}
@media (max-width: 767px) {
  .bottom-info-text-block h2 {
    margin: 0 0 15px;
  }
}
.bottom-info-text-block p {
  margin: 0 0 22px;
}
@media (max-width: 767px) {
  .bottom-info-text-block p {
    margin: 0 0 15px;
  }
}
.bottom-info-text-block .info-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  display: block;
  color: #2A2B68;
  margin: 0 0 42px;
}
@media (max-width: 1199px) {
  .bottom-info-text-block .info-text {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .bottom-info-text-block .info-text {
    font-size: 18px;
    margin: 0 0 22px;
  }
}
.bottom-info-text-block .btn-wrap {
  display: block;
}
.bottom-info-text-block .btn {
  padding: 9px 44px;
  height: auto;
}
@media (max-width: 1199px) {
  .bottom-info-text-block .btn {
    padding: 9px 30px;
  }
}

.career-banner-section {
  position: relative;
  margin: -27px 0 0;
}
@media (max-width: 1199px) {
  .career-banner-section {
    margin: 0;
  }
}

.career-banner-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: calc((100vw - 1390px) / -2);
}
@media (max-width: 1799px) {
  .career-banner-holder {
    padding: 0 0 0 110px;
  }
}
@media (max-width: 1499px) {
  .career-banner-holder {
    margin-right: -30px;
  }
}
@media (max-width: 1199px) {
  .career-banner-holder {
    padding: 0 0 0 60px;
  }
}
@media (max-width: 991px) {
  .career-banner-holder {
    margin-right: 0;
    padding: 0;
  }
}
.career-banner-holder .banner-image {
  width: 66.7%;
}
@media (max-width: 1199px) {
  .career-banner-holder .banner-image {
    width: 65%;
  }
}
@media (max-width: 991px) {
  .career-banner-holder .banner-image {
    width: 100%;
  }
}
.career-banner-holder .banner-caption {
  max-width: 392px;
  padding: 0 0 45px;
}
@media (max-width: 1799px) {
  .career-banner-holder .banner-caption {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .career-banner-holder .banner-caption {
    max-width: 100%;
  }
}

.success-info-area {
  background: #1a1d2a;
  position: relative;
  color: #fff;
  padding: 153px 0;
}
@media (max-width: 1499px) {
  .success-info-area {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .success-info-area {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .success-info-area {
    padding: 40px 0;
  }
  .career-banner-section {
    padding-top: 30px;
  }
}

.success-text-block {
  position: relative;
  max-width: 670px;
  text-align: center;
  margin: 0 auto;
}
.success-text-block h2 {
  letter-spacing: 0;
  color: #fff;
  margin: 0 -15px 35px;
}
@media (max-width: 1499px) {
  .success-text-block h2 {
    margin: 0 -15px 24px;
  }
}
@media (max-width: 767px) {
  .success-text-block h2 {
    margin: 0 -10px 18px;
  }
}
.success-text-block h2 span {
  color: #A0A2DB;
}
.success-text-block p {
  margin: 0;
}

.legacy-info-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #eee;
  overflow: hidden;
}
.legacy-info-area .image-holder {
  position: relative;
  width: 50.5%;
}
@media (max-width: 991px) {
  .legacy-info-area .image-holder {
    width: 100%;
  }
}
.legacy-info-area .image-holder img {
  width: 100%;
  height: auto;
  display: block;
}
.legacy-info-area .legacy-text-area {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5% 0 8.9%;
}
@media (max-width: 1499px) {
  .legacy-info-area .legacy-text-area {
    padding: 0 6%;
  }
}
@media (max-width: 991px) {
  .legacy-info-area .legacy-text-area {
    display: block;
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
    min-width: inherit;
    padding: 30px 33px;
  }
}
.legacy-info-area .legacy-text-area h2 {
  letter-spacing: 0;
  margin: 0 0 30px;
}
@media (max-width: 1499px) {
  .legacy-info-area .legacy-text-area h2 {
    margin: 0 0 20px;
  }
}
.legacy-info-area .sub-text {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #A0A2DB;
  font-size: 350px;
  font-style: italic;
  font-weight: 700;
  line-height: 0.8057;
  pointer-events: none;
  opacity: 0.08;
}
@media (max-width: 1499px) {
  .legacy-info-area .sub-text {
    font-size: 250px;
  }
}
@media (max-width: 1199px) {
  .legacy-info-area .sub-text {
    font-size: 170px;
  }
}

.legacy-text-block {
  position: relative;
  max-width: 475px;
  padding: 0 0 20px;
  color: #1E1E1E;
}
@media (max-width: 1499px) {
  .legacy-text-block {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .legacy-text-block {
    max-width: 100%;
  }
}
.legacy-text-block p {
  margin: 0 0 25px;
}

.work-detail-area {
  position: relative;
  padding: 176px 0 0;
  z-index: 5;
}
@media (max-width: 1499px) {
  .work-detail-area {
    padding: 110px 0 0;
  }
}
@media (max-width: 991px) {
  .work-detail-area {
    padding: 70px 0 0;
  }
}
@media (max-width: 767px) {
  .work-detail-area {
    padding: 45px 0 0;
  }
}
.work-detail-area .container {
  max-width: 1428px;
}
.work-detail-area h2 {
  letter-spacing: 0;
  margin: 0 0 57px;
}
@media (max-width: 1499px) {
  .work-detail-area h2 {
    margin: 0 0 40px;
  }
}
@media (max-width: 991px) {
  .work-detail-area h2 {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .work-detail-area h2 {
    margin: 0 0 24px;
  }
}
.work-detail-area .col-12 {
  margin: 0 0 25px;
}

.work-info-block {
  position: relative;
  background: #2A2B68;
  padding: 65px 75px 57px 70px;
  color: #fff;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1499px) {
  .work-info-block {
    padding: 60px 40px 55px 25px;
  }
}
@media (max-width: 767px) {
  .work-info-block {
    padding: 45px 30px 45px 20px;
  }
}
.work-info-block:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 301px;
  background: url(../images/right-line.png) no-repeat;
  background-size: cover;
}
@media (max-width: 1499px) {
  .work-info-block:before {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .work-info-block:before {
    width: 20px;
    height: 200px;
  }
}
.work-info-block .ico-holder {
  position: relative;
  min-height: 65px;
  display: block;
  margin: 0 0 44px;
}
@media (max-width: 1199px) {
  .work-info-block .ico-holder {
    margin: 0 0 30px;
  }
}
.work-info-block .ico-holder img {
  max-width: 100%;
  height: auto;
  display: block;
}
.work-info-block h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 15px;
}
.work-info-block p {
  margin: 0;
}

.hiring-info-area {
  position: relative;
  padding: 80px 0 140px;
}
@media (max-width: 1499px) {
  .hiring-info-area {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .hiring-info-area {
    padding: 60px 0 70px;
  }
}
@media (max-width: 991px) {
  .hiring-info-area {
    padding: 40px 0 50px;
  }
}
@media (max-width: 767px) {
  .hiring-info-area {
    padding: 20px 0 35px;
  }
}
.hiring-info-area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -226px;
  bottom: 0;
  background: #eee;
}
@media (max-width: 1499px) {
  .hiring-info-area:before {
    top: -175px;
  }
}
.hiring-info-area .container {
  position: relative;
  max-width: 1428px;
}

.hiring-heading-area {
  position: relative;
  max-width: 900px;
  padding: 0 0 56px;
}
@media (max-width: 1499px) {
  .hiring-heading-area {
    padding: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .hiring-heading-area {
    padding: 0 0 30px;
  }
}
.hiring-heading-area h2 {
  letter-spacing: 0;
  margin: 0 0 20px;
}
@media (max-width: 1199px) {
  .hiring-heading-area h2 {
    margin: 0 0 15px;
  }
}
.hiring-heading-area p {
  margin: 0;
}

.hiring-info-row {
  position: relative;
}

.hiring-info-block {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #899196;
  padding: 0 28px;
  margin: 0 0 10px;
}
@media (max-width: 1199px) {
  .hiring-info-block {
    padding: 0 20px;
  }
}
.hiring-info-block .title-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding: 17px 0;
}
@media (max-width: 767px) {
  .hiring-info-block .title-holder {
    padding: 14px 0;
  }
}
.hiring-info-block .title {
  display: block;
  color: #1A1D2A;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
}
.hiring-info-block .btn-holder {
  display: block;
}
.hiring-info-block .btn {
  padding: 9px 44px;
  height: auto;
}
.hiring-info-block .hire-text-wrap {
  position: relative;
  padding: 27px 0;
}
@media (max-width: 1199px) {
  .hiring-info-block .hire-text-wrap {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .hiring-info-block .hire-text-wrap {
    padding: 20px 0;
  }
}
.hiring-info-block .hire-text-wrap:before {
  background: #899196;
  content: "";
  position: absolute;
  left: -99px;
  right: -99px;
  top: 0;
  height: 1px;
}
.hiring-info-block .hire-text-wrap p {
  margin: 0;
}

.career-apply-area {
  position: relative;
  padding: 143px 0 100px;
  color: #fff;
  background: #2A2B68;
}
@media (max-width: 1499px) {
  .career-apply-area {
    padding: 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .career-apply-area {
    padding: 120px 0 40px;
  }
}
@media (max-width: 991px) {
  .career-apply-area {
    padding: 120px 0 40px;
  }
}
@media (max-width: 767px) {
  .career-apply-area {
    padding: 35px 0;
  }
}

.career-apply-holder {
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 450px;
}
.career-apply-holder h2 {
  letter-spacing: 0;
  color: #fff;
  margin: 0 0 20px;
}
@media (max-width: 1199px) {
  .career-apply-holder h2 {
    margin: 0 0 15px;
  }
}
.career-apply-holder p {
  margin: 0 0 42px;
}
@media (max-width: 1199px) {
  .career-apply-holder p {
    margin: 0 0 30px;
  }
}
@media (max-width: 991px) {
  .career-apply-holder p {
    margin: 0 0 24px;
  }
}
@media (max-width: 767px) {
  .career-apply-holder p {
    margin: 0 0 18px;
  }
  .career-apply-holder p br {
    display: none;
  }
}
.career-apply-holder .btn-holder {
  display: block;
}
.career-apply-holder .btn-secondary {
  background: #fff !important;
  padding: 11px 46px;
  color: #2A2B68 !important;
  height: auto;
}
@media (max-width: 767px) {
  .career-apply-holder .btn-secondary {
    padding: 11px 32px;
  }
}
.career-apply-holder .btn-secondary:hover,
.career-apply-holder .btn-secondary:focus {
  background: #fff !important;
  color: #2A2B68 !important;
  opacity: 0.8;
}

.services-banner-area {
  position: relative;
  padding: 28px 0 0;
}
@media (max-width: 991px) {
  .services-banner-area {
    padding: 15px 0 0;
  }
}

.services-banner-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: calc((100vw - 1390px) / -2);
}

.home .services-banner-holder {
  margin-left: 0;
}

.home .services-map-holder {
  width: 100%;
}

.home .services-map-holder svg {
  width: 100%;
  height: auto;
}

@media (max-width: 1499px) {
  .services-banner-holder {
    margin-left: -35px;
  }
}
/* @media (max-width: 991px) {
  .services-banner-holder {
    margin: 0;
  }
} */

.services-map-holder {
  position: relative;
  width: 52.7%;
}
@media (max-width: 1499px) {
  .services-map-holder {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .services-map-holder {
    width: 42%;
  }
}
@media (max-width: 991px) {
  .services-map-holder {
    width: inherit;
    margin: 0 -33px;
  }
}
.services-map-holder img {
  width: 100%;
  height: auto;
  display: block;
}

.services-caption-area {
  position: relative;
  padding: 98px 0 0;
  width: 610px;
}
@media (max-width: 1499px) {
  .services-caption-area {
    width: 530px;
    padding: 60px 0 0;
  }
}
@media (max-width: 1199px) {
  .services-caption-area {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .services-caption-area {
    width: 100%;
    padding: 30px 0 0;
  }
}

.services-heading-area {
  position: relative;
  max-width: 505px;
  margin: 0 0 51px;
}
@media (max-width: 1499px) {
  .services-heading-area {
    margin: 0 0 40px;
  }
}
@media (max-width: 991px) {
  .services-heading-area {
    max-width: inherit;
  }
}
.services-heading-area h1 {
  letter-spacing: 0;
  margin: 0 0 20px;
}
@media (max-width: 1499px) {
  .services-heading-area h1 {
    margin: 0 0 15px;
  }
}
.services-heading-area p {
  margin: 0;
}

.address-info-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media (max-width: 767px) {
  .address-info-row {
    gap: 0;
  }
}

.address-info-col {
  position: relative;
  width: 275px;
}
@media (max-width: 1499px) {
  .address-info-col {
    width: 245px;
  }
}
@media (max-width: 767px) {
  .address-info-col {
    width: 100%;
  }
}

.address-info-block {
  position: relative;
  border-bottom: 1px solid #899196;
}
.address-info-block.active .address-opener-holder {
  font-weight: 700;
}
.address-info-block.active .address-opener-holder .address-icon:before {
  opacity: 0;
  visibility: hidden;
}

.address-opener-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 0;
  overflow: hidden;
}
.address-opener-holder .text {
  width: 85%;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  display: block;
  color: #2A2B68;
}

.hidden-address {
  display: block;
}

@media (max-width: 991px) {
  .hidden-address {
    display: none;
  }
}

@media (max-width: 1499px) {
  .address-opener-holder .text {
    font-size: 16px;
  }
}
.address-opener-holder .address-icon {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.address-opener-holder .address-icon:before {
  background: #2A2B68;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 2px;
  height: 10px;
  margin: 0 0 0 -1px;
}
.address-opener-holder .address-icon:after {
  background: #2A2B68;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 10px;
  height: 2px;
  margin: -1px 0 0;
}
.address-opener-holder .address-opener {
  cursor: pointer;
}

.address-slide {
  display: none;
  transition:  0.3s all !important;
}

/* When the 'active' class is added */
.address-slide.active {
  display: block;
  transition:  0.3s all !important;
}

.address-text {
  position: relative;
  color: #2A2B68;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding: 16px 0 42px;
}
@media (max-width: 1499px) {
  .address-text {
    font-size: 16px;
    padding: 15px 0 30px;
  }
}
.address-text a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #2A2B68;
}
.address-text a:hover {
  color: #000;
}
.address-text .number {
  display: block;
  margin: 0;
}
.address-text .mail {
  font-style: italic;
  display: block;
}

.services-detail-area {
  position: relative;
  padding: 115px 0 138px;
}
@media (max-width: 1499px) {
  .services-detail-area {
    padding: 90px 0;
  }
}
@media (max-width: 1199px) {
  .services-detail-area {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .services-detail-area {
    padding: 40px 0;
  }
}

.services-heading-wrap {
  position: relative;
  max-width: 765px;
  text-align: center;
  margin: 0 auto 50px;
}
@media (max-width: 991px) {
  .services-heading-wrap {
    margin: 0 auto 35px;
  }
}
.services-heading-wrap h2 {
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .services-heading-wrap h2 {
    margin: 0 0 15px;
  }
}
.services-heading-wrap p {
  margin: 0;
}

.services-list-area {
  position: relative;
  overflow: hidden;
  padding: 20px 0 0;
  margin: 0 0 0 -6px;
}
@media (max-width: 1499px) {
  .services-list-area {
    margin: 0;
  }
}

.services-list-col {
  padding: 0 10px;
  width: 15%;
}

.services-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.services-list li {
  position: relative;
  margin: 0;
}
.services-list span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #2A2B68;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .services-list span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .services-list-col {
    width: 33.333%;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .services-list-col {
    width: 33.333%;
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .services-list-col {
    width: 50%;
  }
}


.services-list a:hover {
  color: #000;
}

.services-bottom-info-area {
  position: relative;
  background: #2a2b68;
  color: #fff;
  overflow: hidden;
}

.services-info-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 70px 0 83px;
}
@media (max-width: 1499px) {
  .services-info-row {
    padding: 60px 0;
  }
}
@media (max-width: 1199px) {
  .services-info-row {
    padding: 45px 0;
  }
}
@media (max-width: 991px) {
  .services-info-row {
    padding: 35px 0;
  }
}
@media (max-width: 767px) {
  .services-info-row {
    padding: 0;
  }
}

.services-info-col {
  position: relative;
  width: 33.333%;
}
@media (max-width: 991px) {
  .services-info-col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .services-info-col {
    width: 100%;
  }
}
.services-info-col:before {
  content: "";
  position: absolute;
  background: #fff;
}
@media (max-width: 767px) {
  .services-info-col:before {
    display: none !important;
  }
}
.services-info-col:nth-child(1):before {
  bottom: 0;
  left: -9999px;
  right: -9999px;
  height: 1px;
}
.services-info-col:nth-child(2):before, .services-info-col:nth-child(3):before {
  bottom: -9999px;
  top: -9999px;
  left: 0;
  width: 1px;
}
@media (max-width: 991px) {
  .services-info-col:nth-child(3):before {
    display: none;
  }
}
.services-info-col:nth-child(4):before {
  bottom: 0;
  left: -9999px;
  right: -9999px;
  height: 1px;
  display: none;
}
@media (max-width: 991px) {
  .services-info-col:nth-child(4):before {
    display: block;
  }
}

.services-info-block {
  position: relative;
  text-align: center;
  padding: 42px 15px 54px 15px;
}
@media (max-width: 1199px) {
  .services-info-block {
    padding: 35px 15px;
  }
}
@media (max-width: 767px) {
  .services-info-block {
    padding: 30px 0;
    border-bottom: 1px solid #fff;
  }

  .services-info-col:last-child .services-info-block {
    border-bottom: 0;
  }
}
.services-info-block .image-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 52px;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .services-info-block .image-holder {
    min-height: inherit;
    margin: 0 0 15px;
  }
}
.services-info-block .image-holder img {
  max-width: 100%;
  height: auto;
  display: block;
}
.services-info-block .num {
  font-size: 52px;
  line-height: 1;
  font-weight: 600;
  display: block;
  margin: 0 0 2px;
}
@media (max-width: 1199px) {
  .services-info-block .num {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .services-info-block .num {
    font-size: 34px;
  }
}
.services-info-block .text {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  display: block;
}
@media (max-width: 1199px) {
  .services-info-block .text {
    font-size: 16px;
    line-height: 20px;
  }
}

.products-banner {
  background: #1A1D2A;
  position: relative;
}
.products-banner:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  background: url(../images/product-banner-bg.png) no-repeat;
  width: 183px;
  height: 301px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1499px) {
  .products-banner:before {
    display: none;
  }
}
.products-banner .image img {
  width: 100%;
  height: auto;
  display: block;
}
.products-banner .description {
  padding: 0 13.3% 20px;
  color: #fff;
  max-width: 740px;
}

@media (min-width: 2200px) {
  .products-banner .description {
    padding: 0 7%;
  }
}


@media (max-width: 1799px) {
  .products-banner .description {
    padding: 0 7%;
    max-width: 590px;
  }
}
@media (max-width: 991px) {
  .products-banner .description {
    padding: 25px;
  }
}
.products-banner h1 {
  color: #fff;
}
.products-banner .title {
  display: block;
  font-weight: 500;
  color: #A0A2DB;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 3px;
}
@media (max-width: 991px) {
  .products-banner p br {
    display: none;
  }
}

.products-area {
  padding: 116px 0 144px;
}
@media (max-width: 1439px) {
  .products-area {
    padding: 60px 0;
  }
}
.products-area h2 {
  text-align: center;
  margin: 0 0 59px;
}
.products-area .holder {
  margin: 0 7px;
}
@media (max-width: 767px) {
  .products-area .holder {
    margin: 0;
  }
}

.products-row {
  border: 1px solid #899196;
  margin: 0 0 27px;
}
.products-row a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 49px 83px;
}
@media (max-width: 1499px) {
  .products-row a {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .products-row a {
    padding: 20px;
  }
}
.products-row a:hover {
  background: #EEE;
}
@media (max-width: 767px) {
  .products-row a {
    display: block;
  }
}
.products-row .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding: 17px 2.6% 0 3.7%;
  color: #585858;
}
@media (max-width: 767px) {
  .products-row .description {
    padding: 18px 0 0;
  }
}
.products-row .title {
  display: block;
  font-size: 24px;
  line-height: 28px;
  color: #1A1D2A;
  margin: 0 0 8px;
}
.products-row .image {
  position: relative;
}
@media (max-width: 991px) {
  .products-row .image {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .products-row .image {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .products-row .image img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.addon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1A1D2A;
  margin: 135px 6px 0;
}
@media (max-width: 1499px) {
  .addon-box {
    margin: 65px 0 0;
  }
}
.addon-box .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  color: #fff;
  padding: 10px 7%;
}
@media (max-width: 1499px) {
  .addon-box .description {
    padding: 10px 3%;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .addon-box .description {
    padding: 25px;
  }
}
.addon-box .title {
  display: block;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  margin: 0 0 20px;
}
@media (max-width: 1499px) {
  .addon-box .title {
    margin: 0 0 8px;
  }
}
@media (max-width: 991px) {
  .addon-box .title {
    font-size: 20px;
  }
}
@media (max-width: 1499px) {
  .addon-box .image {
    width: 24%;
  }
}
@media (max-width: 767px) {
  .addon-box .image {
    width: 50%;
  }
}
@media (max-width: 1499px) {
  .addon-box .image img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.addon-box .btn-primary {
  background: #fff;
  padding: 11px 42px;
  color: #1A1D2A !important;
}
.addon-box .btn-primary:hover {
  background: #A0A2DB !important;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 21px 0 40px 9px;
  font-size: 16px;
  line-height: 1.5;
}
.breadcrumbs li {
  padding-right: 15px;
  position: relative;
  color: #899196;
}
.breadcrumbs li + li {
  padding: 0 15px;
}
.breadcrumbs li + li:before {
  font-family: "icomoon" !important;
  position: absolute;
  left: -3px;
  top: 5px;
  content: "\e916";
  font-size: 14px;
  line-height: 1;
  color: #899196;
}
.breadcrumbs a {
  color: #899196;
}
.breadcrumbs a:hover {
  color: #1E1E1E;
}

.details-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 6px 126px;
}
@media (max-width: 991px) {
  .details-wrap {
    display: block;
    padding: 0 0 50px;
  }
}
.details-wrap .details-area {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding: 15px 2.6% 0 7.4%;
}
@media (max-width: 991px) {
  .details-wrap .details-area {
    padding: 0;
  }
}
.details-wrap h1 {
  margin: 0 0 3px;
  color: #1A1D2A;
}
.details-wrap .cap {
  display: block;
  color: #2A2B68;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 28px;
}
@media (max-width: 991px) {
  .details-wrap .cap {
    font-size: 18px;
  }
}
.details-wrap .head {
  padding: 0 0 35px;
  border-bottom: 1px solid #899196;
  margin: 0 0 38px;
  line-height: 1.35;
}
.details-wrap .head p {
  margin: 0 0 35px;
  letter-spacing: 0.4px;
}

.details-wrap .head p a {
  text-decoration: underline;
  color: #1E1E1E;
}

.details-wrap .head p a:hover {
  text-decoration: none;
  color: #000;
}

.banner-text-block p a {
  text-decoration: underline;
  color: #1E1E1E;
}

.banner-text-block p a:hover {
  text-decoration: none;
  color: #000;
}

.details-wrap .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 21px;
}
.details-wrap .btn-holder .btn-primary {
  padding: 11px 22px;
}
.details-wrap .text-wrap {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.4;
  padding-right: 40px;
  letter-spacing: 0.3px;
}
@media (max-width: 991px) {
  .details-wrap .text-wrap {
    padding-right: 0;
  }
}
.details-wrap .title {
  display: block;
  font-size: 18px;
  margin: 0 0 4px;
}
.details-wrap .m-text {
  font-size: 14px;
  font-style: italic;
}

.product-box {
  width: 52%;
}

.product-box-wrap {
  background: #EEE;
  padding: 91px 0 68px 76px;
}
@media (max-width: 991px) {
  .product-box-wrap {
    width: 100%;
    margin: 0 0 50px;
    padding: 50px 0 50px 50px;
  }

  .product-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-box-wrap {
    padding: 40px 0 40px 40px;
  }
}
.product-box img {
  width: 100%;
  height: auto;
  display: block;
}

.how-it-works {
  background: #EEE;
  padding: 116px 0 144px;
}
@media (max-width: 991px) {
  .how-it-works {
    padding: 80px 0 70px;
  }
}
.how-it-works h2 {
  text-align: center;
  margin: 0 0 63px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .how-it-works h2 {
    margin: 0;
  }
}

.steps-holder {
  max-width: 1330px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 1439px) {
  .steps-holder {
    max-width: 1200px;
  }
}
@media (max-width: 1199px) {
  .steps-holder {
    max-width: 990px;
  }
}
.steps-holder:before {
  position: absolute;
  left: 9.2%;
  right: 11.2%;
  top: 9px;
  border: 1px dashed #A0A2DB;
  content: "";
}
@media (max-width: 1439px) {
  .steps-holder:before {
    left: 10.4%;
    right: 12.6%;
  }
}
@media (max-width: 1199px) {
  .steps-holder:before {
    left: 13.8%;
    right: 15.6%;
  }
}
@media (max-width: 767px) {
  .steps-holder:before {
    display: none;
  }
}
.steps-holder .step {
  width: 360px;
  text-align: center;
  color: #1A1D2A;
}
@media (max-width: 991px) {
  .steps-holder .step {
    width: 240px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .steps-holder .step {
    width: 100% !important;
  }
}
.steps-holder .step:first-child {
  width: 260px;
}
@media (max-width: 991px) {
  .steps-holder .step:first-child {
    width: 220px;
  }
}
.steps-holder .step:nth-child(2) {
  position: relative;
  left: 30px;
}
@media (max-width: 1439px) {
  .steps-holder .step:nth-child(2) {
    left: 0;
  }
}
.steps-holder .step:last-child {
  width: 316px;
}
@media (max-width: 991px) {
  .steps-holder .step:last-child {
    width: 220px;
  }
}
.steps-holder .number {
  position: relative;
  display: block;
  font-size: 113px;
  line-height: 1;
  color: #2A2B68;
  font-weight: 300;
  padding: 33px 0 16px;
}
.steps-holder .number:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  width: 19px;
  height: 19px;
  background: #A0A2DB;
  border-radius: 100%;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .steps-holder .number:before {
    display: none;
  }
}
.steps-holder .number:after {
  position: absolute;
  left: 50%;
  top: 5px;
  content: "";
  width: 8px;
  height: 8px;
  background: #2A2B68;
  border-radius: 100%;
  margin-left: -4px;
}
@media (max-width: 767px) {
  .steps-holder .number:after {
    display: none;
  }
}
.steps-holder .title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 12px;
  color: #2A2B68;
}
@media (max-width: 991px) {
  .steps-holder .title {
    font-size: 18px;
    line-height: 22px;
  }
}

.products-content {
  padding: 0 0 85px;
}
.products-content h1 {
  margin: 0 0 3px;
  color: #1A1D2A;
}
.products-content .cap {
  display: block;
  color: #2A2B68;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 28px;
}
@media (max-width: 991px) {
  .products-content .cap {
    font-size: 18px;
  }
}
.products-content .head {
  padding: 0 0 35px;
  line-height: 1.35;
}
.products-content .head p {
  margin: 0 0 35px;
  letter-spacing: 0.4px;
}
.products-content .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 21px;
}
@media (max-width: 1439px) {
  .products-content .btn-holder {
    gap: 15px;
  }
}
.products-content .btn-holder .btn-primary {
  padding: 11px 22px;
}
.products-content .title {
  display: block;
  font-size: 18px;
  margin: 0 0 4px;
}
.products-content .m-text {
  font-size: 14px;
  font-style: italic;
}
.products-content .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .products-content .holder {
    display: block;
  }
}
@media (max-width: 1439px) {
  .products-content .holder .image {
    width: 200px;
  }
}
@media (max-width: 575px) {
  .products-content .holder .image {
    width: 100%;
  }
}
@media (max-width: 1439px) {
  .products-content .holder .image img {
    width: 100%;
    height: auto;
  }
}
.products-content .product-col {
  width: 48%;
  margin: 0 0 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1439px) {
  .products-content .product-col {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 1199px) {
  .products-content .product-col {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .products-content .product-col {
    display: block;
    margin: 0 0 40px;
  }
}
.products-content .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding: 0 0 0 33px;
}
@media (max-width: 767px) {
  .products-content .description {
    padding: 30px 0 0;
  }
}
.products-content .description .title {
  font-size: 24px;
  font-weight: 700;
  color: #1A1D2A;
}

.blog-banner {
  position: relative;
}
.blog-banner .caption {
  position: absolute;
  top: 59%;
  left: 57.5%;
  font-size: 24px;
  line-height: 31px;
}
@media (max-width: 1199px) {
  .blog-banner .caption {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .blog-banner .caption {
    font-size: 12px;
    line-height: 18px;
    left: 62%;
  }
}
@media (max-width: 575px) {
  .blog-banner .caption {
    font-size: 10px;
    line-height: 16px;
  }
}
.blog-banner img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .blog-banner img {
    position: relative;
    width: 800px;
    left: 50%;
    max-width: inherit;
    margin-left: -400px;
  }
}
@media (max-width: 575px) {
  .blog-banner img {
    width: 600px;
    margin-left: -300px;
  }
}

.blog-posts {
  padding: 124px 0 90px;
}
@media (max-width: 767px) {
  .blog-posts {
    padding: 60px 0;
  }
}

.blog-post-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
  margin: 0 0 48px;
  position: relative;
}
@media (max-width: 1199px) {
  .blog-post-row {
    gap: 34px;
  }
}
@media (max-width: 767px) {
  .blog-post-row {
    display: block;
  }
}
.blog-post-row .image {
  width: 220px;
}
@media (max-width: 767px) {
  .blog-post-row .image {
    margin: 0 0 30px;
  }
}
@media (max-width: 575px) {
  .blog-post-row .image {
    width: 100%;
  }
}
.blog-post-row .image img {
  display: block;
  width: 100%;
  height: auto;
}
.blog-post-row .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  font-size: 16px;
}
.blog-post-row .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  font-weight: 300;
  color: #2A2B68;
}
@media (max-width: 767px) {
  .blog-post-row .date {
    position: static;
  }
}
.blog-post-row .title {
  display: block;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 18px;
}

.pagination {
  padding: 80px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 36px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  color: #1A1D2A;
}
@media (max-width: 767px) {
  .pagination {
    padding: 40px 0 0;
  }
}
.pagination li.active a {
  background: #EEE;
}
.pagination li:first-child .icon-chevron-right-sharp-solid1 {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  display: block;
}
.pagination a {
  color: #1A1D2A;
  display: block;
  width: 48px;
  height: 48px;
  text-align: center;
  padding: 10px;
}
.pagination a:hover {
  background: #EEE;
}

.faq-area {
  padding: 146px 0;
}
@media (max-width: 1199px) {
  .faq-area {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .faq-area {
    padding: 50px 0 30px;
  }
}

.faq-area h1 {
  text-align: center;
  margin: 0 0 106px;
}
@media (max-width: 1199px) {
  .faq-area h1 {
    margin: 0 0 50px;
  }
}
.faq-area .title {
  display: block;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #2A2B68;
  margin: 0 0 20px;
}
.faq-area .faq-wrap {
  margin: 0 -7px 55px 7px;
}
@media (max-width: 1199px) {
  .faq-area .faq-wrap {
    margin: 0 0 40px;
  }
}

.faq-list li {
  border: 1px solid #899196;
  margin: 0 0 22px;
}
.faq-list li.active .opener .icon:before {
  opacity: 0;
}
.faq-list .opener {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  padding: 29px 61px 29px;
  color: #1A1D2A;
  position: relative;
}
@media (max-width: 1199px) {
  .faq-list .opener {
    padding: 29px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .faq-list .opener {
    font-size: 18px;
    padding: 15px;
    padding-right: 40px;
  }
}
.faq-list .opener .icon {
  position: absolute;
  right: 47px;
  top: 50%;
  margin-top: -6px;
}
@media (max-width: 1199px) {
  .faq-list .opener .icon {
    right: 25px;
  }
}
.faq-list .opener .icon:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 2px;
  height: 12px;
  background: #A0A2DB;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq-list .opener .icon:after {
  position: absolute;
  right: -5px;
  top: 5px;
  content: "";
  width: 12px;
  height: 2px;
  background: #A0A2DB;
}
.faq-list .text-holder {
  padding: 29px 61px;
  color: #1A1D2A;
  color: #1E1E1E;
  border-top: 1px solid #899196;
}
.faq-list .text-holder p {
  margin: 0;
}

@media (max-width: 767px) {
  .faq-list .text-holder {
    padding: 15px;
  }
}

.empty-page {
  position: relative;
  padding: 0 0 75px;
}
.empty-page h1 {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 89px;
  color: #2A2B68;
  line-height: 1.05;
  font-size: 100px;
}
@media (max-width: 1439px) {
  .empty-page h1 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .empty-page h1 {
    top: 30px;
  }
}
.empty-page h1 span {
  display: block;
  color: #1A1D2A;
  font-size: 60px;
}
@media (max-width: 1439px) {
  .empty-page h1 span {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .empty-page h1 span {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .empty-page h1 span {
    font-size: 26px;
  }
}
.empty-page img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .empty-page img {
    max-width: inherit;
    position: relative;
    left: 50%;
    width: 800px;
    margin-left: -400px;
  }
}
@media (max-width: 575px) {
  .empty-page img {
    width: 600px;
    margin-left: -300px;
  }
}

.contact-banner {
  background: #2A2B68;
  padding: 45px 0 0;
}
.contact-banner .description {
  color: #fff;
  padding: 103px 0 0 10px;
  max-width: 524px;
  letter-spacing: 0.4px;
}
@media (max-width: 1199px) {
  .contact-banner .description {
    padding: 0 0 40px;
  }
}
.contact-banner .title {
  font-weight: 500;
  color: #A0A2DB;
  letter-spacing: 3.8px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contact-banner .title {
    letter-spacing: 2px;
  }
}
.contact-banner h1 {
  color: #fff;
}
.contact-banner p {
  margin: 0 0 44px;
}
.contact-banner .tell {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .contact-banner .tell {
    font-size: 16px;
  }
}
.contact-banner .tell a {
  color: #A0A2DB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.contact-banner .tell a:hover {
  color: #fff;
}
.contact-banner .email {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.4px;
}
@media (max-width: 767px) {
  .contact-banner .email {
    font-size: 16px;
  }
}
.contact-banner .email a {
  color: #A0A2DB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.contact-banner .email a:hover {
  color: #fff;
}

.form-box {
  background: #fff;
  padding: 56px 55px 49px;
  border: 1px solid #899196;
  margin-bottom: -80px;
  margin-left: -24px;
}
@media (max-width: 1199px) {
  .form-box {
    margin-left: 0;
    margin-bottom: -40px;
  }
}
.form-box p {
  color: #2A2B68;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 30px;
}
.form-box img {
  display: block;
  width: 100%;
  height: auto;
}

.intro-area.add {
  padding-top: 257px;
  padding-bottom: 130px;
}
@media (max-width: 1199px) {
  .intro-area.add {
    padding: 160px 0 100px;
  }
}
@media (max-width: 767px) {
  .intro-area.add {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

.internal-banner {
  background: #EEE;
  position: relative;
}
.internal-banner:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  background: url(../images/internal-banner-bg.png) no-repeat;
  width: 183px;
  height: 301px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1499px) {
  .internal-banner:before {
    display: none;
  }
}
.internal-banner .image img {
  width: 100%;
  height: auto;
  display: block;
}
.internal-banner .description {
  padding: 35px 12.3% 0 11.3%;
  color: #1A1D2A;
  max-width: 740px;
}
@media (max-width: 1799px) {
  .internal-banner .description {
    padding: 0 7%;
    max-width: 590px;
  }
}
@media (max-width: 991px) {
  .internal-banner .description {
    padding: 25px;
  }
}
.internal-banner h1 {
  color: #1A1D2A;
  letter-spacing: 0;
}
.internal-banner .title {
  display: block;
  font-weight: 500;
  color: #A0A2DB;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 3px;
}
@media (max-width: 991px) {
  .internal-banner p br {
    display: none;
  }
}

.blog-content {
  padding: 73px 0;
}

@media (max-width: 1199px) {
  .blog-content {
    padding: 50px 10px;
  }
}

.blog-content .container {
  max-width: 1144px;
}
.blog-content .wrap {
  padding-bottom: 23px;
  letter-spacing: 0.4px;
  line-height: 1.3;
}
.blog-content .wrap + .wrap {
  padding: 46px 0;
  border-top: 1px solid #a0a2db;
}
.blog-content .wrap:last-child {
  padding-bottom: 0;
}
.blog-content .wrap .title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  display: block;
  margin: 0 0 10px;
}
.blog-content .wrap .title.add {
  text-decoration: underline;
  color: #2A2B68;
}
.blog-content .wrap p {
  margin: 0 0 20px;
}
.blog-content .wrap p:empty {
  display: none;
}
.blog-content .wrap a {
  color: #2A2B68;
  text-decoration: underline;
}
.blog-content .wrap a:hover {
  color: #A0A2DB;
  text-decoration: none;
}

.how-it-works.blog-sec {
  padding-bottom: 110px;
}
.how-it-works.blog-sec .steps-holder {
  padding-bottom: 0;
}

.footer {
  background: #1a1d2a;
  padding: 110px 0 60px;
}
@media (max-width: 767px) {
  .footer {
    padding: 50px 0;
  }
}
.footer a {
  color: #fff;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-content .logo-holder {
  width: 196px;
  margin: 0 0 0 7px;
}
@media (max-width: 991px) {
  .footer-content .logo-holder {
    width: 100%;
    margin: 0 0 50px;
  }
}

.footer-info {
  width: 269px;
}

@media (max-width: 1499px) {
  .footer-info {
    width: 300px;
  }
}

@media (max-width: 1199px) {
  .footer-info {
    width: 246px;
  }
}

@media (max-width: 767px) {
  .footer-info {
    width: 100%;
    padding-top: 40px;
  }
}
.footer-info .title {
  color: #A0A2DB;
  display: block;
}
.footer-info .wrap {
  margin: 0 0 38px;
}

.footer-info .wrap.nobr {
  margin: 0 0 26px;
}

.footer-info .wrap:last-child .title {
  font-size: 16px;
}

@media (max-width: 1199px) {
  .footer-info .wrap {
    font-size: 16px;
  }
}
.footer-info .wrap .text {
  display: block;
  color: #899196;
}
.footer-info .wrap a {
  color: #A0A2DB;
}
.footer-info .wrap a:hover,
.footer-info .wrap a:focus {
  color: #fff;
}

.footer-info .wrap address {
  display: block;
  line-height: 1.2;
}
.footer-info .wrap address a {
  color: #899196;
}
.footer-info .wrap address a:hover,
.footer-info .wrap address a:focus {
  color: #fff;
}

.footer-info p:empty {
  display: none;
}

.footer-nav-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 8%;
}
@media (max-width: 1199px) {
  .footer-nav-holder {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .footer-nav-holder {
    width: 100%;
    display: block;
  }
}
.footer-nav-holder .footer-links:nth-child(2) {
  width: 170px;
}
@media (max-width: 1199px) {
  .footer-nav-holder .footer-links:nth-child(2) {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .footer-nav-holder .footer-links:nth-child(2) {
    width: 100%;
  }
}
.footer-nav-holder .footer-links:nth-child(1) {
  width: 258px;
}
@media (max-width: 1199px) {
  .footer-nav-holder .footer-links:nth-child(1) {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .footer-nav-holder .footer-links:nth-child(1) {
    width: 100%;
  }
}
.footer-nav-holder .footer-links:nth-child(3) {
  width: 144px;
}
@media (max-width: 767px) {
  .footer-nav-holder .footer-links:nth-child(3) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer-nav-holder .footer-links.active .opener:before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.footer-nav-holder .opener {
  pointer-events: none;
}
@media (max-width: 767px) {
  .footer-nav-holder .opener {
    display: block;
    pointer-events: inherit;
    padding: 15px 0;
    position: relative;
  }
}
@media (max-width: 767px) {
  .footer-nav-holder .opener:before {
    font-family: "icomoon" !important;
    position: absolute;
    right: 15px;
    top: 22px;
    content: "\e916";
    font-size: 14px;
    line-height: 1;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
.footer-nav-holder h3 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 17px;
}
@media (max-width: 767px) {
  .footer-nav-holder h3 {
    margin: 0;
  }
}
.footer-nav-holder .footer-nav {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .footer-nav-holder .footer-nav {
    font-size: 16px;
  }
}
.footer-nav-holder .footer-nav li {
  margin: 0 0 8px;
}
.footer-nav-holder .footer-nav a {
  color: #899196;
}
.footer-nav-holder .footer-nav a:hover {
  color: #fff;
}
.footer-nav-holder h4 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .footer-nav-holder h4 {
    padding-top: 17px;
  }
}
.footer-nav-holder h4 a {
  color: #fff;
}
.footer-nav-holder h4 a:hover {
  color: #899196;
}

.copy {
  margin: -64px 0 0 10px;
  color: #899196;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 991px) {
  .copy {
    margin: 0;
  }
}

body {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  color: #1E1E1E;
  font-size: 18px;
  line-height: 1.5;
  min-width: 360px;
}
@media (max-width: 1439px) {
  body {
    font-size: 18px;
    line-height: 1.3888;
  }
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 991px) {
  .wrapper:before {
    position: fixed;
    left: 0;
    top: 100px;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(26, 29, 42, 0.9);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
  }
  .menu-active .wrapper:before {
    opacity: 1;
    visibility: visible;
  }
}

a {
  text-decoration: none;
  outline: none;
}

.main {
  position: relative;
}

.container {
  max-width: 1440px;
  padding: 0 15px;
}

.container-xl {
  max-width: 1530px;
  padding: 0 15px;
}

.row {
  margin: 0 -15px;
}

.row > * {
  padding: 0 15px;
}

h1,
.h1 {
  font-size: 52px;
  line-height: 1.1538;
  font-weight: 600;
  margin: 0 0 27px;
  color: #1A1D2A;
}
@media (max-width: 1439px) {
  h1,
  .h1 {
    font-size: 44px;
    line-height: 1.05;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 1.05;
  }

  .container {
    padding: 0 25px;
  }
}

h2,
.h2 {
  font-size: 42px;
  line-height: 1.16667;
  font-weight: 600;
  color: #1A1D2A;
}
@media (max-width: 1439px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 26px;
    line-height: 1.07;
  }
}

h3,
.h3 {
  font-size: 30px;
  line-height: 1.16667;
  font-weight: 700;
}
@media (max-width: 1439px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}

a,
button {
  -webkit-transition: color 0.4s ease, background 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}

.btn {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  border: 2px solid transparent;
  height: 44px;
  text-align: center;
  padding: 10px 30px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: 16px;
    line-height: 19px;
  }
}

.btn-primary {
  background: #2A2B68;
  border-color: #2A2B68;
  color: #fff !important;
  text-decoration: none !important;
}
.btn-primary:hover, .btn-primary:active {
  border-color: #2A2B68 !important;
  color: #2A2B68 !important;
  background: transparent !important;
}

.btn-secondary {
  background: transparent;
  border-color: #2A2B68;
  color: #2A2B68 !important;
  text-decoration: none !important;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  border-color: #2A2B68 !important;
  color: #fff !important;
  background: #2A2B68 !important;
}

.main-banner {
  min-height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1499px) {
  .main-banner {
    min-height: 500px;
  }
}
@media (max-width: 1439px) {
  .main-banner {
    min-height: 450px;
  }
}
@media (max-width: 767px) {
  .main-banner {
    min-height: 300px;
  }
}
@media (max-width: 1199px) {
  .main-banner svg {
    width: 1400px !important;
    left: 50%;
    position: relative;
    margin-left: -700px;
  }
}
@media (max-width: 767px) {
  .main-banner svg {
    width: 800px !important;
    margin-left: -400px;
  }
}
@media (max-width: 479px) {
  .main-banner svg {
    width: 550px !important;
    margin-left: -275px;
  }
}
.main-banner .holder {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  z-index: 2;
  padding: 0;
}
@media (max-width: 767px) {
  .main-banner .holder {
    font-size: 14px;
    max-width: 250px;
    line-height: 18px;
  }
}
@media (max-width: 479px) {
  .main-banner .holder {
    max-width: 200px;
    font-size: 12px;
  }
}
.main-banner .holder p {
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .main-banner .holder p {
    margin: 0 0 20px;
  }

  .main-banner .holder p br {
    display: none;
  }
}

.main-banner .holder .btn-primary {
  padding: 10px 40px;
}
@media (max-width: 479px) {
  .main-banner .holder .btn-primary {
    padding: 11px 14px;
  }
}
.main-banner .lottie-area {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.main-banner h1 {
  margin: 0 0 14px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .main-banner h1 {
    font-size: 30px;
    line-height: 1.3;
  }
}

.intro-area {
  padding: 196px 0 126px;
}
@media (max-width: 1439px) {
  .intro-area {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .intro-area {
    padding: 80px 0 40px;
  }
}
@media (max-width: 767px) {
  .intro-area {
    padding: 50px 0 40px;
  }
}
.intro-area video {
  width: 100% !important;
}
@media (max-width: 1439px) {
  .intro-area video {
    height: auto;
  }
}
.intro-area h2 {
  margin: 0 0 25px;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .intro-area h2 {
    letter-spacing: -1px;
  }
}
.intro-area .description {
  padding: 28 33px 0 86px;
  line-height: 1.3;
}
@media (max-width: 1439px) {
  .intro-area .description {
    padding: 0 28px 20px;
  }
}
@media (max-width: 991px) {
  .intro-area .description {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 0 20px;
  }
}
.intro-area .description .btn .text strong {
  color: #fff;
}
.intro-area .description p {
  margin: 0 0 35px;
}

.home .intro-area .description strong {
  color: #1E1E1E;
}

.features-area {
  background: #EEE;
  padding: 140px 0 176px;
}
@media (max-width: 991px) {
  .features-area {
    padding: 70px 0;
  }
}
.features-area .head {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 50px;
}
.features-area .head h2 {
  letter-spacing: 0;
  position: relative;
  left: 9px;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .features-area .head h2 {
    letter-spacing: 0;
    left: 0;
  }
}

.features-item {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #2A2B68;
  position: relative;
  left: 11px;
}
@media (max-width: 767px) {
  .features-item {
    left: 0;
  }
}
.features-item:before {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  content: "";
  height: 1px;
  background: #2A2B68;
}
@media (max-width: 1199px) {
  .features-item:before {
    left: 4%;
    right: 4%;
  }
}
@media (max-width: 767px) {
  .features-item:before {
    display: none;
  }
}
.features-item li {
  width: 33.333%;
  text-align: center;
  padding: 52px 30px 23px;
  border: 1px solid #2A2B68;
  border-bottom: 0;
  border-right: 0;
}
@media (max-width: 767px) {
  .features-item li {
    width: 50%;
    padding: 20px !important;
    border: none !important;
    border-top: 1px solid #2A2B68 !important;
  }
}
@media (max-width: 767px) {
  .features-item li:nth-child(even) {
    border-left: 1px solid #2A2B68 !important;
  }
}
.features-item li:nth-child(1), .features-item li:nth-child(2) {
  border-top: 0 !important;
}
.features-item li:nth-child(1), .features-item li:nth-child(4), .features-item li:nth-child(7) {
  border-left: 0;
}
.features-item li:nth-child(1n+1) {
  border-top: 0;
}
.features-item li:nth-child(1n+4) {
  border-bottom: 0;
  padding-top: 62px;
}
.features-item li:nth-child(1n+7) {
  border-top: 1px solid #2A2B68;
}
.features-item .ico-box {
  min-height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 24px;
}
.features-item .count {
  display: block;
  text-align: center;
  margin: 0;
  color: #2A2B68;
}
@media (max-width: 991px) {
  .features-item .count {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .features-item .count {
    font-size: 20px;
  }
}
.features-item .text {
  display: block;
}
@media (max-width: 991px) {
  .features-item .text {
    font-size: 14px;
  }
}

.features-slider-area {
  padding: 192px 0 132px;
  position: relative;
}
@media (max-width: 1199px) {
  .features-slider-area {
    padding: 70px 0;
  }
}
.features-slider-area:before, .features-slider-area:after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  background: url("../images/bg-pattern.png") no-repeat;
  width: 173px;
  height: 301px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1499px) {
  .features-slider-area:before, .features-slider-area:after {
    display: none;
  }
}
.features-slider-area:after {
  left: auto;
  right: 0;
}
.features-slider-area .h1 {
  text-align: center;
  margin: 0 0 52px;
  letter-spacing: 0;
}
.features-slider-area .h1 br {
  display: none;
}
@media (max-width: 767px) {
  .features-slider-area .h1 br {
    display: block;
  }
}

.features-slider {
  margin: 0 -37px 0 -26px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1439px) {
  .features-slider {
    margin: 0;
  }
}
.features-slider .slide {
  padding: 0 10px;
  height: auto;
}
.features-slider .holder {
  background: #2A2B68;
  padding: 46px 50px 20px;
  height: 100%;
  color: #fff;
  line-height: 1.4;
}
.features-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.features-slider .slick-track:before, .features-slider .slick-track:after {
  display: none;
}
.features-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 79px 0 0;
  margin: 0;
  list-style: none;
  gap: 13px;
}
.features-slider .slick-dots .slick-active button {
  opacity: 1;
}
.features-slider .slick-dots button {
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 0;
  background: #2A2B68;
  opacity: 0.4;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.features-slider .slick-dots button:hover {
  opacity: 1;
}
.features-slider .ico-box {
  margin: 0 0 20px -7px;
  min-height: 69px;
}
.features-slider .title {
  display: block;
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 28px;
}

.solutions-area {
  position: relative;
  padding: 113px 0 77px;
}

@media (max-width: 1199px) {
  .solutions-area .col-lg-3 {
    width: 50%;
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .solutions-area .col-lg-3 {
    width: 100%;
  }

  .features-slider .slide {
    padding: 0;
  }

  .features-slider .holder {
    padding: 46px 30px 20px;
  }

  .features-slider .slick-dots {
    padding-top: 30px;
  }
}


@media (max-width: 991px) {
  .solutions-area {
    padding: 60px 0 20px;
  }
}
.solutions-area:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50%;
  background: #2A2B68;
  content: "";
}
.solutions-area .container {
  position: relative;
  z-index: 9;
}
.solutions-area .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 107px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .solutions-area .head {
    display: block;
  }
}
.solutions-area .testimonial-box {
  width: 59.6%;
  background: #A0A2DB;
  padding: 38px 38px 24px 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .solutions-area .testimonial-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .solutions-area .testimonial-box {
    display: block;
    padding: 38px 30px 24px;
  }
}
.solutions-area .testimonial-box .text-holder {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 0;
}
@media (max-width: 767px) {
  .solutions-area .testimonial-box .text-holder {
    padding: 0 0 30px;
  }
}
.solutions-area h2 {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #fff;
  letter-spacing: 0.4px;
  line-height: 1.4;
  margin: 0;
  font-size: 52px;
  padding-left: 7px;
}
@media (max-width: 1199px) {
  .solutions-area h2 {
    margin: 0 0 30px;
    font-size: 38px;
    line-height: 1.15;
  }
}
.solutions-area blockquote {
  margin: 0;
}
.solutions-area blockquote q {
  display: block;
  quotes: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #1A1D2A;
  margin: 0 0 15px;
}
.solutions-area blockquote cite {
  font-size: 18px;
  font-weight: 400;
  color: #1A1D2A;
}
.solutions-area blockquote cite .name {
  font-weight: 600;
}
@media (max-width: 991px) {
  .solutions-area .col-lg-3 {
    margin-bottom: 30px;
  }
}
.solutions-area .box-holder {
  border: 1px solid #899196;
  background: #fff;
  padding: 37px 0 84px;
  position: relative;
  height: 100%;
}
.solutions-area .box-holder .image {
  min-height: 219px;
  margin: 0 0 9px;
}
@media (max-width: 767px) {
  .solutions-area .box-holder .image {
    min-height: inherit;
  }

  .solutions-area .head {
    margin: 0 0 50px;
  }
}
.solutions-area .box-holder img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.solutions-area .box-holder .description {
  padding: 0 26px;
  text-align: center;
  line-height: 1.3;
}
.solutions-area .box-holder .btn-primary {
  position: absolute;
  left: 50%;
  bottom: 40px;
  min-width: 200px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.solutions-area .box-holder .title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1E1E1E;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 14px;
  min-height: 48px;
}

@media (max-width: 575px) {
  .solutions-area .box-holder .title { 
    min-height: inherit;
    display: block;
  }

  .solutions-area .box-holder .btn-primary {
    position: static;
    transform : none;
  }

  .solutions-area .box-holder {
    padding-bottom: 40px;
  }
}

.locations-area {
  padding: 0 0 146px;
}
@media (max-width: 991px) {
  .locations-area {
    padding: 0;
  }
}
.locations-area .description {
  max-width: 450px;
  margin: 0;
  position: relative;
  left: 27px;
  padding-bottom: 61px;
}
@media (max-width: 991px) {
  .locations-area .description {
    left: 0;
    padding-bottom: 60px;
    padding-top: 20px;
  }
}
.locations-area .description p {
  margin: 0 0 27px;
  line-height: 1.3;
}
.locations-area .description h2 {
  margin: 0 0 25px;
}
.locations-area .map {
  margin-right: -54px;
}

.locations-area .map img {
  display: block;
  margin: 0 0 0 25px;
  max-width: 100%;
}

@media (max-width: 1600px) {
  .locations-area .map {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .locations-area .map img {
    margin: 0 auto;
  }
}

.info-area {
  position: relative;
  background: #eee;
  padding: 110px 0 0;
}
.info-area .container {
  position: relative;
  z-index: 2;
}
.info-area .col-lg-4 {
  position: relative;
}
.info-area .image {
  position: absolute;
  bottom: 0;
  left: 77px;
}
@media (max-width: 991px) {
  .info-area .image {
    position: static;
  }
}
@media (max-width: 991px) {
  .info-area .image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
.info-area .mission-bg {
  overflow: hidden;
  top: 0;
  bottom: 0;
}
.info-area .description {
  color: #000;
  max-width: 294px;
}
@media (max-width: 991px) {
  .info-area .description {
    max-width: 100%;
  }
}
.info-area .description h2 {
  letter-spacing: 0;
  margin: 0 0 26px;
}
.info-area .description h2 span {
  display: block;
  color: #2A2B68;
}
.info-area .description p {
  line-height: 1.3;
}
.info-area blockquote {
  position: relative;
  margin: 0 -64px 68px -7px;
}
@media (max-width: 991px) {
  .info-area blockquote {
    margin: 0 0 40px;
  }
}
.info-area blockquote:before {
  position: absolute;
  left: -62px;
  top: 0;
  bottom: 0;
  content: "";
  background: #2A2B68;
  width: 2px;
}
.info-area blockquote img {
  display: block;
  max-width: 100%;
  margin: 5px auto 9px;
}
.info-area blockquote q {
  quotes: none;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  display: block;
  margin: 0 0 18px;
  color: #2A2B68;
}
.info-area blockquote cite {
  display: block;
  text-align: center;
  font-weight: 700;
  color: #2A2B68;
}

.cta-section {
  background: #1a1d2a;
  padding: 90px 0 105px;
  position: relative;
  border-bottom: 1px solid #A0A2DB;
}
.cta-section.animated:before {
  left: 0;
}
@media (max-width: 1499px) {
  .cta-section.animated:before {
    left: -100px;
  }
}
@media (max-width: 1439px) {
  .cta-section.animated:before {
    left: -150px;
  }
}
@media (max-width: 1199px) {
  .cta-section.animated:before {
    left: -250px;
  }
}
@media (max-width: 991px) {
  .cta-section.animated:before {
    left: -340px;
  }
}
.cta-section.animated:after {
  right: 0;
}
@media (max-width: 1499px) {
  .cta-section.animated:after {
    right: -100px;
  }
}
@media (max-width: 1439px) {
  .cta-section.animated:after {
    right: -150px;
  }
}
@media (max-width: 1199px) {
  .cta-section.animated:after {
    right: -250px;
  }
}
@media (max-width: 991px) {
  .cta-section.animated:after {
    right: -340px;
  }
}
.cta-section:before {
  position: absolute;
  left: -500px;
  top: -38px;
  content: "";
  background: url("../images/cta-image1.png") no-repeat;
  width: 530px;
  height: 463px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .cta-section:before {
    display: none;
  }

  .info-area blockquote q {
    font-size: 18px;
    line-height: 24px;
  }
}
.cta-section:after {
  position: absolute;
  right: -500px;
  top: -38px;
  content: "";
  background: url("../images/cta-image2.png") no-repeat;
  width: 521px;
  height: 463px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .cta-section:after {
    display: none;
  }
}
.cta-section .holder {
  max-width: 432px;
  margin: 0 auto;
  text-align: center;
}
.cta-section h2 {
  color: #fff;
  margin: 0 0 21px;
  letter-spacing: 2px;
  line-height: 1.1;
}

.cta-section .btn {
  letter-spacing: 0.5;
}

@media (max-width: 767px) {
  .cta-section h2 {
    font-size: 30px;
  }

  .form-box {
    padding: 30px;
  }

  .intro-area.add {
    padding-top: 100px;
  }
}
.cta-section .btn-primary {
  background: #A0A2DB;
  color: #2A2B68 !important;
  border-color: #A0A2DB !important;
}
.cta-section .btn-primary:hover {
  background: #fff !important;
  border-color: #fff !important;
}
.nobr br {
  display: none
}

.form-box .gform_required_legend {
  display: none !important;
}

.gfield_label.gform-field-label {
  display: none !important;
}

.form-box .note {
  display: block;
  color: #899196;
  font-size: 16px;
  line-height: 24px;
}

.form-box .note a {
  color: #899196;
  text-decoration: underline;
}

.form-box .note a:hover {
  text-decoration: none;
  color: #1E1E1E !important;
}

.gform_button {
  display: block !important;
  background: #2A2B68 !important;
  width: 100% !important; 
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 29px !important;
  font-weight: 700 !important;
  height: 43px !important;
  padding: 5px 10px !important;
  text-align: center !important;
  border: 2px solid #2A2B68 !important;
  outline: none !important;
  cursor: pointer !important;
  transition: all 0.4s ease !important;
}

.gform_button:hover {
  background: none !important;
  color: #2A2B68 !important;
}

.form-box input[type=text],
.form-box input[type=tel],
.form-box input[type=email] {
  width: 100% !important;
  height: 60px !important;
  border: 0 !important;
  background: #EEE !important;
  padding: 15px !important;
  font-size: 16px !important;
  line-height: 30px !important;
  color: #1E1E1E !important;
  outline: none !important;
  display: block !important;
  border-radius: 0 !important;
}

.form-box textarea {
  width: 100% !important;
  height: 139px !important;
  border: 0 !important;
  background: #EEE !important;
  padding: 15px !important;
  font-size: 16px !important;
  line-height: 30px !important;
  color: #1E1E1E !important;
  outline: none !important;
  display: block !important;
  resize: none !important;
}

.gform-loader {
  display: none !important;
}

.gform_validation_errors {
  display: none !important;
}

.form-box ::-webkit-input-placeholder {
  color: #899196;
  opacity: 1;
}

.form-box :-ms-input-placeholder {
  color: #899196;
  opacity: 1;
}

.form-box ::-ms-input-placeholder {
  color: #899196;
  opacity: 1;
}

.form-box ::placeholder {
  color: #899196;
  opacity: 1;
}

.menu li {
  padding-bottom: 19px;
  margin-bottom: -19px;
}

.menu .sub-menu {
  font-size: 16px;
  line-height: 20px;
  background: none;
  font-weight: 300;
  text-transform: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  border: none;
  margin: 0;
}

@media (min-width: 992px) {
  .menu .sub-menu:before {
    position: absolute;
    left: 30px;
    top: -8px;
    content: '';
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #899196;
    transform: rotate(45deg);
    border-radius: ;
    border-right: 0;
    border-bottom: 0;
  }
}

@media (min-width: 992px) {
  .menu .sub-menu {
    display: block !important;
    position: absolute !important;
    padding: 15px 20px 15px !important;
    top: 100% !important;
    left: -8px !important;
    visibility: hidden;
    min-width: 204px;
    display: block;
    -webkit-transform-origin: 50% 0 !important;
            transform-origin: 50% 0 !important;
    -webkit-transform: scaleY(0) translateZ(0) !important;
            transform: scaleY(0) translateZ(0) !important;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease , visibility 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease , visibility 0.4s ease, -webkit-transform 0.4s ease;
    transition: transform 0.4s ease, opacity 0.4s ease , visibility 0.4s ease;
    transition: transform 0.4s ease, opacity 0.4s ease , visibility 0.4s ease, -webkit-transform 0.4s ease;
    background: #fff;
    z-index: 999;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #899196;
  }
}

@media (max-width: 991.98px) {
  .menu .sub-menu {
    -webkit-transform: none !important;
            transform: none !important;
    position: relative !important;
    background: #fff;
    margin: 0 -38px;
    padding: 0 35px !important;
    font-size: 16px;
    min-width: inherit;
    float: none;
    width: auto;
    min-width: inherit;
  }
}

.menu li {
  position: relative;
}

@media (min-width: 992px) {
  .menu li:hover .sub-menu {
    -webkit-transform: scaleY(1) translateZ(0) !important;
            transform: scaleY(1) translateZ(0) !important;
    opacity: 1;
    visibility: visible;
  }
}

.menu .sub-menu li {
  margin: 0;
  padding: 0;
}

.menu .sub-menu li:after {
  display: none;
}

.menu .sub-menu li:last-child {
  border: none;
}

.menu .sub-menu a {
  max-width: inherit;
  padding: 10px 0;
  color: #899196 !important;
}

.menu .sub-menu a:hover {
  color: #1A1D2A !important;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .menu .sub-menu a:hover {
    color: #1A1D2A !important;
  }
}

.menu .sub-menu a:after,
.menu .sub-menu a:before {
  display: none;
}

.sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sub-menu.open {
    display: block;
}

.dropdown-toggle {
    background: none;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    margin-left: 10px;
}
.menu .dropdown-toggle {
  display: none;
}

@media (max-width: 991.98px) {
  
  .menu .dropdown-toggle {
      background: none;
      border: none;
      font-size: 30px;
      line-height: 1;
      cursor: pointer;
      margin-left: 10px;
      display: block;
      width: 50px;
      position: absolute;
      right: 0;
      top: 14px;
  }

  .menu li .dropdown-toggle:after {
    display: none;
  }
  .menu .sub-menu a {
    padding: 15px 35px;
  }
}

.footer-links .current-menu-item a {
  color: #fff !important;
}

#gform_wrapper_3 {
  position: relative;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  #gform_wrapper_3 {
    padding-bottom: 70px;
  }
}

@media (max-width: 462.98px) {
  #gform_wrapper_3 {
    padding-bottom: 100px;
  }

  .form-box .note {
    font-size: 15px;
  }
}

#field_3_6 {
  position: absolute;
  bottom: 0;
}
#gform_wrapper_3.gform-theme--foundation .gform_fields {
  grid-row-gap: 25px !important;
}
#gform_wrapper_3.gform-theme--foundation .gform_footer,#gform_wrapper_3 .gform-theme--foundation .gform_page_footer {
  margin-block-start: 30px !important
}

.map-marker-btn {
  position: relative;
  padding: 10px 22px;
}

.map-marker-btn .text {
  display: inline-flex;
}

.map-marker-btn:hover .text {
  opacity: 0;
}

.map-marker-btn .hover-text {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  transition: all 0s ease;
}

.map-marker-btn:hover .hover-text {
  opacity: 1;
}

.map-marker-btn .ico-box img {
  margin: -7px 8px 0 -4px;
}


@media (max-width: 459.98px) {
  
}

@media (max-width: 1199.98px) {
  
  .header-btns {
    gap: 18px;
  }
}


.step-subheading:empty {
  display: none
}

.prod-addon-sec {
  padding-top: 146px;
}

.prod-addon-sec .h1 {
  margin: 0 0 62px;
}

.prod-addon-sec .holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 44px 41px;
  border: 1px solid #899196;
  height: 100%;
}

.prod-addon-sec .image {
  margin-right: 31px;
}

.prod-addon-sec .col-lg-6 {
  margin-bottom: 31px;
}

.prod-addon-sec .description {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  color: #585858;
}

.prod-addon-sec .description .title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #1A1D2A;
  display: block;
  margin: 0 0 15px;
}

@media (max-width: 1199.98px) {
  .prod-addon-sec .image {
    width: 100%;
    margin-bottom: 20px;
  }

  .prod-addon-sec {
    padding-top: 80px;
  }
}

@media (max-width: 575.98px) {
  .prod-addon-sec .holder {
    padding: 30px;
  }

  .prod-addon-sec {
    padding-top: 46px;
  }
}

.addon-thumb {
  padding-top: 50px;
}

.addon-thumb .title {
  display: block;
  color: #1A1D2A;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 20px;
}

.addon-thumb-img {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.addon-thumb-img li {
  padding: 0 10px;
  width: 25%;
}

.addon-thumb-img img {
  max-width: 100%;
  height: auto;
  transition: all 0.4s ease;
}

.addon-thumb-img img:hover {
  opacity: 0.85;
}

@media (max-width: 1199.98px) {
  .address-opener-holder .address-icon {
    margin-right: 15px;
  }
}

@media (max-width: 991.98px) {
  .addon-thumb-img {
    margin-bottom: 40PX;
  }

  .addon-thumb {
    padding: 0;
  }

  
}

@media (max-width: 575.98px) {
  .addon-thumb-img li {
    width: 50%;
    margin-bottom: 20px;
  }
}

.pagination a {
  width: auto;
  height: auto;
}

.pagination .page-numbers {
  color: #1A1D2A;
  display: block;
  width: auto;
  height: auto;
  text-align: center;
  padding: 10px;
  min-width: 48px;
}

.pagination {
  gap: 12px;
}

.page-numbers.current {
  background: #eee;
}

@media (max-width: 575.98px) {
  .pagination {
    font-size: 16px;
    gap: 0;
  }

  .pagination .page-numbers {
    min-width: 30px;
    padding: 3px 10px;    
  }
}

@media (max-width: 991px) {
  .intro-area video {
    margin-top: -63px;
  }
}

@media (max-width: 600px) {
  .services-banner-area .services-map-holder {
    display: block !important;
    margin: 0 !important;
  }

  .services-map-holder svg {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
  }

  .home .services-map-holder svg {
    padding: 0 !important;
  }

  .home .services-map-holder {
    margin: 0;
  }
}


.hiring-info-block .title span {
  display: inline-block;
  display: inline-block;
  font-weight: 400;
  padding-left: 25px;
}

@media (max-width: 1199px) {
  .hiring-info-block .title span {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .hiring-info-block .title span {
    font-size: 18px;
    display: block;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 0;
  }
}

@media (min-width: 1440px) {
  .main-banner h1 {
    font-size: 90px;
    line-height: 94px;
  }

  .main-banner .holder {
    max-width: 510px;
  }
}

.product-box-slider {
  position: relative;
  padding: 0;
  min-height: 628px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px;
  padding-right: 0;
  margin-bottom: 50px;
}

.product-box-slider .slide {
  display: flex;
  justify-content: flex-end;
}

.product-box .product-box-slider img {
  width: auto;
  max-width: 100%;
}

.product-box-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 15px;
  bottom: -50px;
}

.product-box-slider .slick-dots button {
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 0;
  background: #2A2B68;
  opacity: 0.4;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product-box-slider .slick-dots .slick-active button {
  opacity: 1;
}

.product-box-slider .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2A2B68;
  color: #fff;
  box-shadow: none;
  padding: 0;
  border: 0;
  z-index: 4;
}

.product-box-slider .slick-arrow i {
  transform: rotate(180deg);
}

.product-box-slider .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.product-box-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
}

.product-box-slider .slick-arrow.slick-next i {
  transform: none;
}

.product-box-slider .slick-arrow:hover {
  background: #000;
}

@media (max-width: 991px) {
  .product-box-slider {
    margin-bottom: 100px;
  }
}

@media (max-width: 1199px) {
  .product-box-slider {
    min-height: 530px;
  }
}

@media (max-width: 767px) {
  .product-box-slider {
    min-height: 430px;
  }
}

.product-box-slider-text {
  margin: 0 0 15px;
}

.product-box-slider-text .slide strong,
.product-box-slider-text .slide p {
  color: #899196;
  transition: all 0.4s ease;
}

.product-box-slider-text .slide p {
  margin: 0 0 20px;
}

.product-box-slider-text .slide.slick-current strong,
.product-box-slider-text .slide.slick-current p {
  color: #585858;
}

.product-box-slider-text .slide {
  position: static !important;
  opacity: 1 !important;
}

.product-box-slider-text .slick-track,
.product-box-slider-text .slick-list {
  height: auto !important;
}

.dedication-section h2 span {
  transform: rotate(-180deg);
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0 12px;
  font-size: 30px;
}

@media (max-width: 767px) {
  .dedication-section h2 span {
    margin: 4px 0 0 3px;
    font-size: 20px;
    line-height: 1;
  }
}


.services-banner-area {
  padding-bottom: 100px;
}

.services-locations-area {
  background: #eee;
  padding: 119px 0 103px;
}
@media (max-width: 767px) {
  .services-locations-area {
    padding: 60px 0;
  }
}
.services-locations-area .head {
  text-align: center;
  max-width: 712px;
  margin: 0 auto 91px;
}
@media (max-width: 767px) {
  .services-locations-area .head {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.services-locations-area .head .h1 {
  margin: 0 0 18px;
}
.services-locations-area .holder {
  position: relative;
  overflow: hidden;
}
.services-locations-area .services-locations {
  margin: 0 0 -1px -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.services-locations-area .services-locations li {
  width: 25%;
  text-align: center;
  padding: 62px 15px 48px;
  border-bottom: 1px solid #2a2b68;
  border-left: 1px solid #2a2b68;
}
@media (max-width: 991px) {
  .services-locations-area .services-locations li {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .services-locations-area .services-locations li {
    width: 50%;
    padding: 30px 10px;
  }
}
.services-locations-area .services-locations .title {
  display: block;
  text-align: center;
  color: #2A2B68;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 7px;
}
@media (max-width: 767px) {
  .services-locations-area .services-locations .title {
    font-size: 16px;
  }
}
.services-locations-area .services-locations .email {
  display: block;
}
.services-locations-area .services-locations .email a {
  color: #1A1D2A;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
  word-break: break-all;
}
@media (max-width: 1199px) {
  .services-locations-area .services-locations .email a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .services-locations-area .services-locations .email a {
    font-size: 12px;
    line-height: 15px;
  }
}
.services-locations-area .services-locations .email a:hover {
  color: #2A2B68;
}
.services-locations-area .services-locations .tel {
  display: block;
}
.services-locations-area .services-locations .tel a {
  color: #1A1D2A;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .services-locations-area .services-locations .tel a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .services-locations-area .services-locations .tel a {
    font-size: 12px;
  }
}
.services-locations-area .services-locations .tel a:hover {
  color: #2A2B68;
}


.services-list-col .title {
  color: #2A2B68;
}

.services-list-col ul li {
  color: #2A2B68;
}

@media (min-width: 1600px) {
  .services-caption-area {
    padding: 98px 14px 0 80px;
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    width: auto;
  }

  .services-heading-area {
    max-width: 100%;
    margin: 0 0 38px;
  }

  .address-info-col {
    width: 46.4%;
  }

  .address-text {
    font-size: 16px;
  }
}
.header .logo img {
  width: 140px;
  height: auto;
  margin-right: 10px;
}
.footer .logo img {
  width: 194px;
  height: auto;
}

@media (max-width: 767px) {
  .header .logo img {
    width: 120px;
  }
  .footer .logo img {
    width: 154px;
    height: auto;
  }
}