@charset "UTF-8";
* {
  font-family: "Balto", sans-serif;
}

*:active {
  outline: none;
}



@font-face {
  font-family: 'Balto';
  src: url("../fonts/balto-book.otf");
  font-weight: bold;
}

@font-face {
  font-family: 'Avenir';
  src: url("../fonts/avenir.otf");
  font-weight: bold;
}

.video_contain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

video {
  display: block;
  height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

button:focus {
  outline: none;
}

html, body {
  overflow-x: hidden !important;
}

.container, .container-fluid {
  padding: 0;
}

.valign {
  height: 100%;
  margin: auto;
}

h2, .h2 {
  font-family: "Avenir", serif;
  text-transform: uppercase;
}

p, ul {
  margin-bottom: 1.5rem;
}

ul li {
  margin: 0;
}

.modal-dialog {
  max-width: 100%;
  margin: 0;
  height: 100%;
}

.sticky-cta {
  position: fixed;
  right: 0;
  top: 60%;
  z-index: 100;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sticky-cta .animate.right {
  right: 0;
  top: 50%;
  -webkit-transform: translate(82%, 0);
          transform: translate(82%, 0);
  background-color: #d96648;
  color: #FFFFFF;
  padding: 0rem 1rem;
  padding-left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.sticky-cta .animate.right.move {
  right: 100%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.sticky-cta .fa-chevron-right:before {
  content: "\f054";
  border-right: 0px solid white;
  margin-right: 0;
  padding: 2rem 1rem;
  padding-left: 0rem;
  position: relative;
  bottom: -1.1rem;
}

.sticky-cta p {
  padding-left: 2rem;
  border-left: 2px solid white;
  margin: auto;
  padding: 1rem;
}

.sticky-cta a {
  color: #FFFFFF;
  text-decoration: none;
}

#parent {
  margin: 0 auto;
  border: 0px solid gray;
  padding: 0px 5px 3px;
  width: 50px;
}

span {
  display: inline;
  cursor: pointer;
  font-size: 30px;
  /*padding: .5rem;*/
  line-height: 3rem;
  position: relative;
}

.arrow:after {
  content: ' ← ';
  width: 10px;
  top: 2px;
  position: relative;
  display: inline-block;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  -webkit-transition: all 0.4s cubic-bezier(0.71, 0.49, 0.63, 0.84);
  transition: all 0.4s cubic-bezier(0.71, 0.49, 0.63, 0.84);
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 20px;
  line-height: 3.5rem !important;
}

.active .arrow:after {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  left: 10px;
}

.main-menu {
  border-bottom: 1px solid #d96648;
}

.main-menu .p-tb {
  padding: 2rem 0rem;
  padding-bottom: 1rem;
  border-left: 1px solid #d96648;
}

.main-menu .p-tb-1 {
  padding-top: 1.25rem;
  padding-left: 0;
}

.main-menu .bl-0 {
  border-left: none;
}

.main-menu .desktop-menu ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  padding: 0;
}

.main-menu .desktop-menu ul li {
  margin: 0rem 1rem;
}

.main-menu .desktop-menu ul li a {
  font-size: 18px;
  text-decoration: none;
  color: #0c1a7d;
  border-bottom: 1px solid transparent;
  padding-bottom: .25rem;
}

.main-menu .desktop-menu ul li a:hover {
  border-bottom: 1px solid #0c1a7d;
}

.main-menu .alt-menu ul li a {
  font-size: 16px !important;
  color: #d96648;
}

.main-menu .alt-menu ul li a:hover {
  border-bottom: 1px solid #d96648;
}

.main-menu .alt-menu ul li:last-child a {
  color: #FFFFFF;
  background: #d96648;
  padding: .75rem 1.25rem;
  border: 1px solid #d96648;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.main-menu .alt-menu ul li:last-child a:hover {
  border-color: #d96648;
  color: #d96648;
  background: #FFFFFF;
}

.main-menu .logo {
  width: 10.5rem;
}

.main-menu p, .main-menu ul {
  margin-bottom: 1rem;
}

.page-template-add-services .main-menu {
  background: #f0f0f0;
}

.arrow {
  padding: .5rem !important;
}

.mobile-menu {
  display: none;
  text-align: right;
}

.modal-content {
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.modal-content br {
  display: none;
}

.modal-content .modal-body ul {
  list-style: none;
  text-align: left;
}

.modal-content .modal-body ul li {
  margin-top: 1rem;
}

.modal-content .modal-dialog {
  max-width: 100% !important;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  padding: 0;
}

.modal-content .modal-header {
  border-bottom: none;
}

.modal-body ul li a {
  font-size: 18px;
  text-decoration: none;
  color: #d96648;
}

.btn-menu {
  color: #d96648;
}

.section-01 {
  background: #09041d;
}

.section-01 .carousel img {
  width: 80rem;
}

.section-01 .carousel .btn-primary {
  position: absolute;
  z-index: 10;
  top: 13rem;
  left: 45%;
}

.section-01 .content {
  position: relative;
  z-index: 10;
  margin: auto;
  margin-top: -15rem;
  text-align: center;
  color: #FFFFFF;
  text-transform: capitalize;
  margin-bottom: 5.4rem;
  width: 70%;
}

.section-01 .content h2 {
  text-transform: capitalize !important;
  font-family: "Avenir", serif;
}

.section-01 .content h3 {
  font-family: "Avenir", serif;
}

.btn-primary {
  color: #FFFFFF;
  background: #d96648;
  padding: .5rem 1.25rem;
  font-size: 16px !important;
  border-radius: 0;
  border-color: #d96648;
}

.btn-primary:hover {
  border-color: #d96648;
  color: #d96648;
  background: #FFFFFF;
}

.btn-outlined {
  color: #141b72;
  background: transparent;
  padding: .5rem 1.25rem;
  font-size: 16px !important;
  border-radius: 0;
  border-color: #141b72;
}

.btn-outlined:hover {
  background: #141b72;
  color: #FFFFFF;
}

.content {
  padding: 2rem;
}

.section-02 {
  background-color: #0c0d21;
  color: #c0d1dc;
  padding: 5rem 0rem;
  position: relative;
  z-index: 10;
}

.section-02 .content {
  width: 30rem;
}

.section-02 .content h2 {
  text-transform: uppercase;
  margin-bottom: 3rem;
  font-family: "Avenir", serif;
  letter-spacing: 2px;
  line-height: 3.25rem;
}

.section-02 .content p {
  font-size: 1.15rem;
  margin-bottom: 2rem;
}

.section-03 {
  padding: 7rem 0rem;
  background: url("../images/home-bg-01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.section-03 .content h2, .section-03 .content p {
  color: #141b72;
}

.section-03 .content .accordion-section {
  padding: 2rem 1rem;
}

.section-03 .content .accordion-section p {
  color: #141b72;
}

.accordion-button:not(.collapsed) {
  color: #d96648;
  background-color: transparent;
}

.accordion-button {
  background-color: transparent;
  border-bottom: 1px solid #d96648;
  color: #d96648;
  background-color: transparent;
  text-transform: uppercase;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #d96648 !important;
  font-size: 1.25rem;
}

.accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: none;
  border-bottom: 1px solid #d96648;
}

.accordion-collapse {
  border: none;
  border-width: 0 1px;
}

.accordion-body {
  padding-bottom: 2rem;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  content: ' - ';
  color: #d96648;
  font-size: 3rem;
  position: relative;
  top: -1.25rem;
}

.accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: ' + ';
  background-image: none;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  color: #d96648;
  font-size: 2rem;
  position: relative;
  top: -.7rem;
}

.section-04 {
  padding: 5rem 0rem;
  padding-bottom: 10rem;
  background: url("../images/home-bg-01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #e3e9f1;
}

.section-04 h2, .section-04 p {
  color: #141b72;
}

.section-05 {
  padding: 7rem 0rem;
  background: url("../images/blue-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #e3e9f1;
}

.section-05 h2, .section-05 p {
  color: #FFFFFF;
}

.section-05 .btn-outlined {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.section-05 .btn-outlined:hover {
  border-color: #141b72;
}

.section-05 .content {
  width: 25rem;
  margin: auto;
}

.footer {
  padding: 5rem 2rem;
  background-color: #0c0d21;
  color: #7a8897;
  position: relative;
}

.footer img {
  margin-bottom: 8rem;
}

.footer p {
  font-size: .9rem;
  color: #7a8897;
}

.footer .btn-outlined {
  border-color: #d96648;
  color: #d96648;
}

.footer .btn-outlined:hover {
  border-color: #d96648;
  background-color: #d96648;
  color: #FFFFFF;
}

.footer ul {
  padding: 0;
  list-style: none;
}

.footer ul li {
  margin-bottom: .65rem;
}

.footer ul li a {
  color: #7a8897;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-size: .9rem;
}

.footer ul li a:hover {
  color: #d96648;
}

.footer p, .footer ul {
  margin-bottom: 1rem;
}

.section-20 {
  background: url("../images/bg_03.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #060924;
  color: #c0cfdc;
  padding: 5rem 0rem;
  border-bottom: 1px solid #d96648;
}

.section-20 .header-img {
  position: absolute;
  right: 0;
  width: 45vh;
}

.section-20 .pg--title {
  text-transform: uppercase;
  font-family: "Avenir", serif;
  font-size: 4.5rem;
  line-height: 4.5rem;
  margin-bottom: 8rem;
  color: #c0cfdc;
  letter-spacing: 2px;
}

.section-20 .pg--title-alt {
  text-transform: uppercase;
  font-family: "Avenir", serif;
  font-size: 4.5rem;
  line-height: 4.5rem;
  margin-bottom: 4rem;
  margin-top: 2rem;
  color: #c0cfdc;
}

.section-20 .pg--subtitle {
  text-transform: none;
  font-family: "Avenir", serif;
  color: #d96648;
  font-size: 1.75rem;
  margin-bottom: 2rem;
}

.section-20 p {
  color: #c0cfdc;
}

.section-20 ul {
  padding-left: 0rem;
  list-style: none;
  padding: 1rem 0rem;
}

.section-20 ul li {
  color: #0c1a7d;
  font-size: 1.25rem;
}

.section-20 ul li:before {
  content: ' • ';
  color: #d96648;
  margin-right: .5rem;
}

.page-id-1014 .pg--title-alt {
  font-size: 5rem;
  margin-bottom: 4rem;
  margin-top: 2rem;
  letter-spacing: 2px;
  color: #c0cfdc;
}

.page-id-1014 .pg--info h2, .page-id-1014 .pg--info .bl h3 {
  color: #c0cfdc;
}

.alt-text {
  color: #d96648 !important;
  font-family: "Balto", sans-serif;
}

.section-20.reversed {
  background: url("../images/img-1.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #f2f3f8;
  color: #FFFFFF;
  padding: 5rem 0rem;
  border-bottom: none;
}

.section-20.reversed .header-img {
  position: absolute;
  left: 0;
  width: 45vh;
}

.section-20.reversed .pg--title {
  text-transform: uppercase;
  font-family: "Avenir", serif;
  font-size: 4.5rem;
  line-height: 4.5rem;
  margin-bottom: 8rem;
  color: #0c1a7d;
}

.section-20.reversed .pg--subtitle {
  text-transform: none;
  font-family: "Avenir", serif;
  color: #d96648;
  font-size: 1.75rem;
  margin-bottom: 2rem;
}

.section-20.reversed .pg--subtitle {
  text-transform: none;
  font-family: "Avenir", serif;
  color: #d96648;
  font-size: 5rem;
  margin-bottom: 2rem;
}

.section-20.reversed p {
  color: #0c1a7d;
  font-size: 1.25rem;
}

.section-20.reversed p span {
  font-size: 30px;
}

.section-20.reversed .img-01 {
  position: absolute;
  right: -1rem;
  width: 50vh;
}

/*
.height-01 {
    min-height: 125vw !important;
}
*/
.pg--info {
  margin-top: 5rem;
  color: #e3e9f1;
}

.pg--info h2 {
  text-transform: none;
  font-family: "Balto", sans-serif;
  color: #e3e9f1;
  padding-right: 4rem;
}

.pg--info .bl {
  border-left: 1px solid #FFFFFF;
  padding-left: 4rem;
}

.pg--info .bl h3 {
  color: #e3e9f1;
}

.pg--info .btn-outlined {
  border-color: #d96648;
  color: #d96648;
  margin-top: 1rem;
  font-size: 1.5rem !important;
}

.style-01 {
  padding-bottom: 8rem;
  min-height: auto;
  border-bottom: none;
}

.j-text {
  text-align: justify;
}

.blue-text {
  color: #2b56f5 !important;
}

.title-01 {
  margin-bottom: 4rem !important;
}

.job-modal .modal-dialog {
  max-width: 850px;
  margin: auto;
  height: auto;
}

.job-modal .job-info {
  height: 450px;
  overflow: scroll;
  padding: 2rem;
  margin-bottom: 2rem;
}

.job-modal .job-info h2 {
  color: #2b56f5;
}

.job-modal .job-info h3 {
  margin-top: 2rem;
  font-size: 1.5rem;
}

.job-modal .job-info h5 {
  color: #2b56f5;
}

.job-modal .job-info p {
  color: #141b72;
}

.job-modal .modal-footer {
  border-top: 1px solid #d96648;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
}

.job-modal .modal-header {
  padding: 2rem;
}

.job-modal .modal-body {
  padding: 0rem;
}

.job-modal .btn-primary:hover {
  background-color: #141b72;
  color: #FFFFFF;
  border-color: #141b72;
}

.job-modal .btn-outlined {
  border-color: #d96648;
  color: #d96648;
}

.job-modal .btn-outlined:hover {
  border-color: #141b72;
  color: #141b72;
  background-color: transparent;
}

.section-20 .content.pt-0 {
  margin-top: -3.5rem;
}

.section-50 {
  background-color: #2a2c45;
  color: #FFFFFF;
  padding: 5rem 2rem;
  position: relative;
}

.section-50 h2 {
  text-transform: none;
}

.section-50 ul {
  padding-left: 0rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-50 ul li {
  color: #fff;
  font-size: 1.1rem;
}

.section-50 ul li:before {
  content: ' • ';
  color: #d96648;
  margin-right: .5rem;
}

.section-50 .left p {
  margin: 2rem 0rem;
  font-size: 1.1rem;
}

.section-50 .left .btn-outlined {
  border-color: #d96648;
  color: #d96648;
  margin-top: 2rem;
}

.section-50 .left .btn-outlined:hover {
  background-color: #d96648;
  color: #FFFFFF;
}

.section-50 .right .btn-outlined {
  border-color: #fff;
  color: #fff;
  margin-top: 2rem;
}

.section-50 .right .btn-outlined:hover {
  background-color: #fff;
  color: #141b72;
}

.modal-content .logo {
  width: 12rem;
}

.page-id-1016 .section-20.reversed .header-img {
  margin-top: 4rem;
}

.page-id-1016 .section-20.reversed .pg--title {
  margin-bottom: 6rem;
}

.section-20 .content.pt-0 {
  margin-top: -4rem;
}

.page-id-1012 .section-20 p {
  font-size: 1.45rem;
}

#exampleSlider {
  position: relative;
  border: 1px solid black;
}

#exampleSlider .item h3 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 4rem;
  color: #2b56f5;
  font-family: "Avenir", serif;
}

#exampleSlider .item p {
  text-align: left;
  margin-bottom: 5rem;
  color: #141b72;
  text-align: justify;
}

#exampleSlider .item a {
  text-align: center;
  position: absolute;
  bottom: 3rem;
  left: 5.5rem;
  padding: .25rem 2rem;
  background: #2b56f5;
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

#exampleSlider .item a:hover {
  background: #d96648;
}

@media (max-width: 767px) {
  #exampleSlider {
    border-color: transparent;
  }
}

#exampleSlider .MS-content {
  margin: 15px 5%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: inline-flex;
}

@media (max-width: 767px) {
  #exampleSlider .MS-content {
    margin: 0;
  }
}

#exampleSlider .MS-content .item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  border: none;
  border-right: none;
  width: 20rem;
  padding: 4rem 2rem;
  background: #FFFFFF;
  border-radius: 2rem;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  margin: 1rem;
}

@media (max-width: 1200px) {
  #exampleSlider .MS-content .item {
    width: 25%;
  }
}

@media (max-width: 992px) {
  #exampleSlider .MS-content .item {
    width: 33.3333%;
  }
}

@media (max-width: 767px) {
  #exampleSlider .MS-content .item {
    width: 50%;
  }
}

#exampleSlider .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 35px;
}

#exampleSlider .MS-controls button {
  position: relative;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 35px;
  left: 20px;
}

.MS-controls {
  margin: auto;
  position: relative;
  left: 43.5%;
}

#exampleSlider .MS-controls .MS-left {
  border: 1px solid #2b56f5;
  left: 0px;
  padding: 1rem;
  line-height: 0;
}

#exampleSlider .MS-controls .MS-left .fas {
  color: #2b56f5;
}

#exampleSlider .MS-controls .MS-right {
  border: 1px solid #2b56f5;
  left: 25px;
  padding: 1rem;
  line-height: 0;
}

#exampleSlider .MS-controls .MS-right .fas {
  color: #2b56f5;
}

#exampleSlider {
  border: none;
}

#exampleSlider .MS-content {
  overflow: hidden;
}

.page-id-1018 .section-20.reversed {
  padding-bottom: 10rem;
}

.page-id-1012 .section-20 .pg--subtitle {
  font-size: 1.65rem;
}

.page-id-1014 .section-04 .content h2 {
  color: #2b56f5;
  font-size: 3rem;
}

.page-id-1012 .section-20 .header-img {
  width: 40vw;
}

/* WordPress */
.widget {
  list-style: none;
  list-style-type: none;
}

.menu-item-has-children .sub-menu {
  display: none;
  padding: 1rem 1.5rem;
  position: absolute;
  z-index: 20;
  background: #FFFFFF;
  text-align: left;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.menu-item-has-children .sub-menu li {
  margin-left: 0;
}

.menu-item-has-children:hover .sub-menu {
  display: block;
}

#carouselExampleCaptions {
  margin-top: 5.5rem;
  width: 100%;
  margin: auto;
}

#carouselExampleCaptions .d-block {
  display: block !important;
  margin: auto;
  height: 42rem;
  width: 100%;
}

.slider-1 {
  background: url("images/banner.jpg");
  background-size: cover;
  background-position: center;
}

.carousel-caption {
  bottom: 10rem;
}

.carousel-caption .btn-primary, .carousel-caption .btn-outlined {
  font-size: 18px !important;
}

.carousel-caption h2 {
  text-transform: none;
  margin-bottom: 1rem;
}

.carousel-caption h3 {
  margin-bottom: 4rem;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel {
  width: 100%;
  overflow: hidden;
}

.carousel .carousel-inner {
  height: 100%;
}

.carousel .carousel-inner img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Five columns */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

span {
  line-height: initial;
}



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