html {
    box-sizing: border-box;
    font-size: 16px;
    background-color: #1F3E59;
}

a{
  color: #193045;
  border-bottom: 3px solid #21D380;
  text-decoration: none;
  font-weight: 500;
}

#footer a, .last_block a, .header a{
  border: 0;
  font-weight: 400;
}

.grecaptcha-badge{
  display: none;
}

.header .cta {
  display: inline-flex;
}

#footer a span{
  border-bottom: 3px solid transparent;
  transition: .3s border linear;
  line-height: 1.4;
}

#footer a span:hover{
  border-bottom-color: #21D380;
  color: #21D380;
  font-weight: 500;
}

section{
  background: #fff;
}

html,input,textarea{
  font-family: sculpin, sans-serif;
  font-style: normal;
  font-weight: 300;
}

*, *:before, *:after {
box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
margin: 0;
padding: 0;
font-weight: 600;
}

ol, ul {
list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}


.body_top_fix{
  margin-top: 100px;
}

.first{
  margin-top: 37px;
}
.first-extra{
  margin-top: 85px;
}


.article-h1{
  font-size: 2rem;
}

.article-content{
  max-width: 800px;
}


.wp-block-image {
  display: inline-block;
  width: 100%;
  padding: 30px 0;
  margin: 0;
}

.size-full {
  margin: 0 !important;
  width: 100%;
}

.wp-block-image img, .size-full img{
  width: 100%;
}

.wp-block-image img{
  padding: 0;
}
.wp-block-image figcaption, .wp-block-image figure{
  color: #777;
  padding: 10px 0;
  margin: 0;
  text-align: center;
}

.alignright figcaption{
  text-align: right !important;
}

.alignleft figcaption{
  text-align: left !important;
}

.single-bg{
  width: 100%;
  height: 500px;
  background-color: #ededed;
  background-size: cover;
  background-position: center;
}

.text-right{
    text-align: right !important;
}

.text-left{
    text-align: left !important;
}

.text-center{
    text-align: center !important;
}


.header{
  background: #1F3E59;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  padding: 0;
  margin: 0;
  transition: 1.5s all cubic-bezier(0.07, 0.33, 0, 1);
  border-bottom: 1px solid #fff;
}

.menu-item{
    display: inline-block;
}

.menu-item.current_page_ancestor{
  border: 0 !important;
}





#mobile_nav{
    height: 100%;
}

#menuToggle
{
  display: block;
  position: relative;
  top: 36%;
  right: 0;
  height: 100%;
  z-index: 1;
  float: right;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  transition: color 0.3s ease;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  right: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}


#menuToggle span
{
  display: block;
  width: 33px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #21D380;
  border-radius: 0;  
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
  
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-1px, -2px);

}


#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}


#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, 4px);
}


#menu
{
  position: absolute;
  width: 100vw;
  max-width: 400px;
  min-width: 300px;
  height: 100vh;
  top: 42px;
  padding: 95px 40px;
  text-align: left;
  background: #1f3e59;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

#menu > ul > li > ul > li:first-child{
  margin-top: 10px;
}

#menu > ul > li > ul > li{
  padding: 7px 0;
}

#menuToggle input:checked ~ ul
{
  transform: translate(-85%,0);
}

#menu li{
  position: relative;
}

#menu li.menu-item-has-children::after{
  content: '+';
  position: absolute;
  right: 0;
  color: #789FC1;
  z-index: 9999999999;
  width: 20px;
  height: 20px;
  top: 12px;
  font-weight: 400;
  font-size: 1.5rem;
}

#menu li.menu-item-has-children.opened::after{
  color: #21D380;
  content: '-';
}

#menu a:hover, #menu li.menu-item-has-children:hover > a{
  color: #21D380;
  cursor: pointer !important;
}

#menu a{
  font-weight: 500;
}

#menu .menu-item-has-children > ul li a{
  font-weight: 400;
  font-size: .8rem;
}
#menu .menu-item-has-children > ul{
  display: none;
}

#logo_mobile img{
    max-height: 40px;
    margin: 12px 0;
}

#logo img{
    max-height: 40px;
    display: inline-block;
    vertical-align: middle;
}
#nav-main{
    display: inline-block;
    vertical-align: middle;
}

#nav-main .current_page_item, #nav-main .current_page_ancestor{
  border-bottom: 3px solid #21D380;
  color: #21D380;
}



#menu li{
    display: block;
    line-height: .8;
}


.uc{
    text-transform: uppercase !important;
}

.btn{
  background: #21D380;
  color: white;
  display: inline-block;
  margin: auto;
  width: auto;
  border: 0;
  cursor: pointer;
  border-radius: 30px;
  font-weight: 400;
  text-decoration: none;
  font-size: .6rem;
  letter-spacing: 3px;
  padding-left: 25px !important;
  padding-right: 25px !important;
  min-width: 140px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 15px;
}



.container-stretch{
    max-width: 850px;
    margin: auto;
}


.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  position: relative;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 0;
  
}
.goToSlider{
  display: inline-block;
}


.swiper-slide::after {
  content: '';
  background-color: #fff;
  opacity: 1;
  
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}


.swiper-slide-active.slider-right.swiper-slide::after{
  background-color: #1F3E59 ;
  opacity: .78;
  
}

.swiper-slide-active .txtslider{
  text-decoration: underline;
}

.openpopup .swiper-slide::after{
  opacity: .5;
}




.current_page_item a{
  cursor: default;
}

.covervideoimage{
  position: relative;
  top: 0;
  overflow: hidden;
  height: 100vh;
  min-height: 600px;
  background-size: cover;
  background-position: center;
}

.covervideoimage .contentcvi{
  position: absolute;
  z-index: 2;
  top: 50%;
  color: #fff;
}

.covervideoimage::after{
  content: '';
  background-color: #1F3E59;
  opacity: .78;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.smallshortcover.shortCover::after{
  opacity: 0;
}


.shortCover{
  height: 500px;
  min-height: 500px;
}

.smallshortcover{
  height: 400px;
  min-height: 350px;
}

.shortCover .contentcvi h1{
  font-size: 3rem;
  max-width: 540px;
}


.contentcvi h5{
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 3px;
}

.shortCover #scrolltoexplore, .shortCover #p_logo_bg{
  display: none;
}

#p_logo_bg{
  position: absolute;
  z-index: 1;
  right: 5%;
  bottom: 5%;
  opacity: .38;
}


.contentcvi h1{
  font-family: sculpin, sans-serif;
  font-size: 5rem;
  font-weight: 500;
}

.contentcvi h4{
  font-size: 1.75rem;
  font-weight: 400;
  max-width: 500px;
}
.contentcvi h4 b{
  font-weight: bolder;
}


.txlf-imgr h5{
  font-size: .65rem;
  font-weight: 400;
  letter-spacing: 3px;
}

.txlf-imgr h2{
  line-height: 2rem;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 30px;
}


p{
  font-weight: 400;
}

.desc{
  margin-bottom: 30px;
}

.desc, .desc li{
  font-weight: 400;
  line-height: 1.8rem;
}

.blue ul, .green ul, .listStyle ul{
  list-style: none;
  margin-left: 20px;
}
.blue ul li::before, .listStyle ul li::before {
  content: "\25A0";
  color: #21D380;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -25px;
  vertical-align: middle;
}

.green ul li::before {
  content: "\25A0";
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -25px;
  vertical-align: middle;
}

.blue li{
  color: #789FC1;
  padding-left: 10px;
  margin-top: 20px;
}

.green li{
  color: #1F3E59;
  padding-left: 10px;
  margin-top: 20px;
}

.green li strong{
  color: #fff;
  margin-left: 10px;
  font-weight: 500;
}


.blue li strong,  .listStyle li strong{
  color: #fff;
  margin-left: 10px;
  font-weight: 500;
}

.listStyle.white li strong{
  color: #1F3E59;
}

.listStyle ul{
  margin-top: 20px;
}

.listStyle li{
  font-weight: 400;
  margin: 5px 0;
}

.listStyle.white li {
  padding-left: 10px;
  margin-top: 20px;
}


.middle-center{
  position: relative;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%,-50%);
    max-width: 490px;
    padding: 40px 0;
    color: #1F3E59;
}

.longleft .middle-center{
  max-width: 90%;
  padding: 100px 0;
}

.longleft .bgimg{
  height: auto;
  min-height: auto;
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
}



.slider-right{
  height: 550px;
  background-size: cover;
}


.slider-right img{
  width: 40px;
  max-height: 40px;
  z-index: 1;
  display: inline;
  padding-top: 9px;
}

.rightslider .swiper-slide-active img{
  filter: brightness(0) invert(1);
}



.rightslidercont .bgimg{
  position: relative;
}

.rightslidercont .bgimg{
  display: inline-flex;
  align-items: center;
}

.rightslidercont .bgimg::after{
  background: #21D380;
  content: '';
  position: absolute;
  right: 0;
  left: 30%;
  bottom: 0;
  top: 0;
}

.rightslider {
  height: 100vh;
  display: grid;
  align-content: center;
}


.rightslider .swiper-nav-buttons{
  bottom: 0;
  position: inherit;
  right: 0;
  width: 45vw;
  text-align: right;
  margin-top: 0px;
  top: 50px;
}

.rightslider .swiper-button-next, .rightslider .swiper-button-prev{
  color: white;
  position: relative;
  z-index: 1;
  float: right;
}
.rightslider .swiper-button-prev{
  width: 100px;
  transform: scale(0.6);
}

.rightslider .swiper-button-next:after{
  font-size: 25px;
}

.btn_outline{
  border: 1px solid #21D380;
  background: transparent;
  color: #21D380;
}

.desc .btn:first-child{
  margin-top: 40px;  
}

.longleft{
  background: #193045;
  color: #fff;
}

.longleft h5, .longleft h2, .longleft .desc{
  color: #fff;
}

.longleft .desc{
  margin-bottom: 40px;
}


.slider-right .txtslider{
  color: #1F3E59;
  position: absolute;
  z-index: 1;
  bottom: 40px;
  left: 40px;
  font-size: 2rem;
  text-align: left;
  font-weight: 500;
  max-width: 320px;
}


.swiper-slide-active .txtslider{
  color: #21D380;
}

.slider-right .txtslider{
  position: absolute;
  bottom: 40px;
}

.popupteam{
  background: rgb(31 62 89 / 95%);
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
}

.popupteam .close{
  width: 50px;
  height: 50px;
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
}

.popupteam .close:hover{
  fill: #21D380 !important;
}

.teammember{
  width: 80%;
  max-width: 700px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.teammember div{
  color: #fff;
}

.teammember h4{
  font-weight: 500;
  font-size: 1.7rem;
}

.teammember h5{
  color: #789FC1;
  font-size: 1rem;
  margin: 10px 0 20px 0;
  font-weight: 300;
}


.teammember .descpop{
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.5;
}

.teammember .descpop a{
  color: #fff;
  font-size: 1rem;
  margin: 10px 0;
  display: inline-block;
}


.slider-right .txtslider{
  text-decoration: none ;
}

.slider-right h4{
  content: '';
  display: block;
  text-decoration: none;
}

.slider-right h4 span{
  border-bottom: 3px solid #21D380;
}

.slider-right .descslider{
  font-weight: 400;
  font-size: .85rem;
  text-decoration: none;
}

video {
  position: absolute;
  top: 0;
  height: 102vh;
  width: 239.777778vh;
  min-width: 100%;
  min-height: 57.25vw;
  margin-top: -15px;
  left: 50%;
  transform: translateX(-50%);
}


.bi-chevron-down{
  fill: #fff;
  width: 40px;
  height: 40px;
}

#scrolltoexplore{
  color: #fff;
  position: absolute;
  left: 5%;
  bottom: 20px;
  z-index: 2;
  cursor: pointer;
  
}

#scrolltoexplore svg{
  animation: scrollexplore 1s cubic-bezier(.5, .5, .5, 1.2) infinite;
}

#scrolltoexplore svg{
  fill: #fff;
  display: block;
  text-align: center;
  width: auto;
  margin: auto;
  margin-top: 20px;
}



.loadmore{
  cursor: pointer;
}

.pagination li{
  display: inline-block;
}

.comment-box{
  display: block;
}

.formcontact input, .formcontact textarea{
  display: block;
  width: 100%;
}
.formcontact form{
  max-width: 400px;
  margin: auto;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
  padding: 0;
  margin: 0;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{
  margin: 0;
}


.wpcf7-spinner{
  display: none;
}

.invalid .wpcf7-spinner, .failed .wpcf7-spinner{
  display: block;
}

.wpcf7-form.submitting .wpcf7-spinner{
  margin: 20px auto !important;
  display: block;
}

.lz[data-loaded="true"]{-webkit-animation:fade-in 1s cubic-bezier(.215,.61,.355,1.000) both;animation:fade-in 1s cubic-bezier(.215,.61,.355,1.000) both}
@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}


#mapblock{
  height: 500px;
  width: 100%;
  background: #777;
}


.faq_question{
  cursor: pointer;
}

.faq_answer{
  display: none;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -webkit-animation:fade-in 1s cubic-bezier(.215,.61,.355,1.000) both;animation:fade-in 1s cubic-bezier(.215,.61,.355,1.000) both;
}

.a_q .faq_question::after{
  content: '+';
  position: absolute;
  right: 0;
  font-size: 2rem;
  font-weight: 400;
  top: 18px;
}

.a_q.open .faq_question::after{
  content: '-';
  /*background: url(../img/wm.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right;*/
}

.a_q.open .faq_answer{
  display: block;
  padding-bottom: 35px;
}

.a_q.open .faq_question{
  color: #21D380;
}

.a_q{
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.faq_section{
  color: #193045;
  background-color: #f5f5f5;
  padding-top: 70px !important;
}

.faq_answer{
  font-weight: 400;
  margin-top: 0;
}

.extratextfaq{
  font-weight: 400;
}



.a_q{
  border-top: 1px solid #d3d3d3;
}
.a_q:last-child{
  border-bottom: 1px solid #d3d3d3;
}



.faq_question{
  font-weight: 500;
  padding: 25px 0;
}

.faq_section h2{
  font-size: 2rem;
  font-weight: 500;
}


div.a2a_full_footer{
  display: none;
}
.a2a_menu,.a2a_mini{
  border-radius: 0 !important;
}

.content h1, .content h2, .content h3, .content h4, .content h5{
  margin: 20px 0;
}

#footer{
  background-color: #fff;
}

.normal_content h1{
  font-size: 2rem;
}

.relative{
  position: relative;
}

.faq_question{
  position: relative;
}

.nav-drop-item-inline{
  display: inline-block;
}

.nav-footer .nav-main-link{
  font-weight: bold;
}

.sub_footer {
  position: relative;
}

.sub_footer input[type="email"]{
  position: relative;
  width: 100%;
  padding: 12px 10px;
  border: 0;
}

.sub_footer input[type="submit"]{
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 7px 10px;
  border: 0;
}

.last_block{
  background-color: #f5f5f5;
}

.last_block a, .last_block{
  color: #676767;
  font-weight: 400;
  font-size: .8rem;
}


#aftercontent{
  margin-top: 20px;
}

#aftercontent .single-tag{
  margin-right: 10px;
}

.top_mega{
  color: #fff;
  font-size: .85rem;
  font-weight: 100;
  text-decoration: none;
  height: 82px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0 2px;
}

.top_mega .chevron-down{
  width: 10px;
  height: 10px;
  margin-left: 3px;
}

.top_mega:hover{
  color: #21D380;
}

.top_mega.active{
  border-bottom: 3px solid #21D380;
}


.megamenu{
  position: absolute;
  background: #1F3E59;
  min-height: 140px;
  display: none;
  top: 88px;
  animation: mega .5s cubic-bezier(0.165, 0.84, 0.44, 1) .2s 1 normal both;
  text-align: left;
  width: 100%;
}
.megamenu li{
  position: relative;
  z-index: 2;
}

.megamenu a{
  color: #fff;
  font-size: .85rem;
  padding: 10px 0 7px 0;
  border-bottom: 3px solid transparent;
  clear: both;
  float: left;
}
.megamenu a:hover{
  border-bottom-color: #21D380;
}

.megamenu::after{
  content: '';
  background: #1f3e59;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  transform: translate(-60%, 0%);
  width: 120vw;
  z-index: 1;
}

.mmvisible{
  display: block !important;
  animation:scale-in-center .5s cubic-bezier(.25,.46,.45,.94) both
}

@keyframes scale-in-center{0%{opacity:0;transform: translate(-100px);}100%{opacity:1;transform:translate(0)}}

.contentFixImg{
  font-weight: 400;  
  line-height: 1.8rem;
  background-color: #f5f5f5;
}

.contentFixImg h1{
  font-size: 3.4rem;
  font-weight: 500;
  margin-bottom: 50px;
  display: block;
  line-height: 1;
}

.contentFixImg h2{
  font-size: 1.5rem;
  margin-bottom: 40px;
}

.contentFixImg a{
  line-height: 3;
}


.blue{
  background-color: #1F3E59;
  color: #fff;
}

.blue a{
  color: #fff;
}

.blue .middle-center{
  color: #fff;
}

.blue .btn{
  background-color: #21D380;
  text-transform: uppercase;
  
}

.righttxtsliderarea{
  background-color: #fff;
}

.green{
  background-color: #21D380;
  color: #1F3E59;
}

.green .btn{
  background-color: #1F3E59;
  text-transform: uppercase;
  margin-bottom: 12px;
}



.lightgraybg{
  background-color: #f5f5f5;
}

.righttxtsliderarea{
  color: #1F3E59;
}

.bluelines > .row > div{
  background-image: url('../img/bluelines.svg');
  background-repeat: no-repeat;
  background-size: 400% 400%;
  background-position: center;
}

.shortCover.bluelines{
  background-image: url('../img/bluelines.svg');
  background-repeat: no-repeat;
  background-size: 550% 550%;
  background-position: center;
}

.bluelinesinner{
  background-image: url('../img/bluelines.svg');
  background-repeat: no-repeat;
  background-size: 350% 350% !important;
  background-position: center;
}

#bluebglogo{
  position: absolute;
  right: 50px;
  bottom: 100px;
}



.longleft.bluelines > .row > div:first-child{
  background-color: #1f3e59;
}

.longleft h2 span{
  color: #21D380;
}

.row > div.bgimg{
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}
.bgimgfx{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: translate3d(-50%, 0px, 0px);
  position: absolute;
  top: 0;
  left: 50%;
  will-change: transform;
}

.longleft > .row > div.bgimg{
  min-height: auto;
}


div.bgimg{
  overflow: hidden;
  position: relative;
}

.swipertxtslide, .swipertxtslide::after{
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.swipertxt{
  height: 100%;
  display: flex;
  
}

.rowiconsright{
  color: #5A7D9B;
  font-weight: 400;
}
.rowiconsright strong{
  color: #1F3E59;
}

.whiteIcons{
  background: #fff;
  color: #1F3E59;
}

.whiteIcons h5{
  color: #193045;
}


.swipertxtslide{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.7;
}


.swipertxtslide h4{
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1;
}


.swipertxtslide a{
  display: inline-block;
  margin: 10px 0 10px 0;
  text-decoration: none;
  color: #193045;
  border-bottom: 3px solid #21D380;
  font-weight: 500;
  line-height: 1;
}


.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #193045;
  opacity: 1;
  background: transparent;
  border: 1px solid transparent;
  font-weight: 500;
  margin: 5px 10px !important;
  display: block;
  pointer-events: all;
  transition: 1s border cubic-bezier(0.075, 0.82, 0.165, 1);
}
.swiper-pagination-bullet-active{
  border-color: #21D380;
}

.swiper-pagination-numbers{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  justify-content: center;
  pointer-events: none;
}



@keyframes mega {
  0% {
    opacity: 0;
    transform: translateY(-150px);
  }
  50% {
    opacity: 1;
  }

  100% {
    transform: translateY(0);
  }
}
@keyframes scrollexplore {
  0%,100% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0);
  }
}






.testimonial .middle-center h2::before{
  content: '“' ;
  font-size: 3.5rem;
  display: block;
}
.testimonial h4{
  font-size: .65rem;
  font-weight: 400;
  letter-spacing: 3px;
}


.longleft{
  background-size: 75% 100%;
}

.extratext{
  font-weight: 400;
  font-size: .9rem;
  position: absolute;
  bottom: 30px;
  color: #777;
  text-align: center;
  max-width: 80%;
}

.footer-heading {
  color: #1F3E59;
  font-weight: 300;
  font-size: .9rem;
  margin-bottom: 10px;
}

.nav-footer .nav-drop{
    font-size: .9rem;
    font-weight: 300;
}

.nav-footer .nav-drop a{
  text-decoration: none;
  color: #1F3E59;
  padding: 10px 0;
  display: inline-block;
}


.pretFI{
  letter-spacing: 3px;
  font-weight: 400;
  font-size: .65rem;
  text-transform: uppercase;
}

.blue div.goToSlider, .green div.goToSlider{
  background-color: transparent;
  border: 1px solid #21D380;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.goToSlider.active, .goToSlider:hover,
.blue .goToSlider:hover{
  background-color: #21D380;
}

.goToSlider svg{
  display: none;
  height: 9px;
}

.goToSlider.active svg, .goToSlider:hover svg{
  display: inline-block;
}

.SectionFixedBg{
  margin-top: 65px;
}

.single .SectionFixedBg{
  margin-top: 0;
}
.single-careers .SectionFixedBg{
  margin-top: 65px;
}


.wp-block-separator{
  margin: 60px 0;
}

.bgFixed{
  height: 100vh;
  position: sticky;
  top: 0;
  background-size: cover;
  background-position: center;
}

.mobile_from_fixed{
  background-color: #f5f5f5;
  width: 100%;
  color: #1F3E59;
  padding: 10%;
}

.mobile_from_fixed h2{
  font-size: 2rem;
  font-weight: 500;
}

.content{
  min-height: 2000px;
}

.gotquestions{
  padding: 40px;
  margin: 70px 0;
  background-image: url('../img/bluelines.svg');
  background-position: center;
  background-size: 300%;
  position: relative;
}

#p_logo_gq{
  position: absolute;
  right: 20px;
  top: 20px;
  width: 35px;
  height: 35px;
  opacity: 1;
}

.gotquestions h5{
  font-weight: 400;
  letter-spacing: 3px;
  font-size: .65rem;
  margin-bottom: 20px;
}

.gotquestions a{
  color: #fff;
}

.gotquestions h3{
  font-weight: 500;
  font-size: 1.4rem;
  max-width: 79%;
  margin-bottom: 20px;
}

.numbergq {
  font-weight: 400;
  font-size: 1rem;
}
.emailgq{
  font-weight: 400;
  font-size: 1rem;
}


.descslider{
  color: #fff;
  position: relative;
  z-index: 9;
}


.blueNavResources {
  background: #193045;
  color: #fff;
}

.blueNavResources a{
  color: #fff;
  display: inline-block;
  margin: 30px 15px;
  border-bottom: 3px solid transparent;
  transition: .4s all ease-in-out;
}

.pagination .prev.btn,  .pagination .next.btn{
  padding: 16px;
  font-family: sculpin, sans-serif;
  text-transform: uppercase;
  border: 1px solid #21D380
}

.pagination .prev.btn svg,  .pagination .next.btn svg{
  vertical-align: middle;
}

.pagination .next.btn{
  float: right;
}

.pagination .disabled{
  background-color: #fff;
  color: #21D380;
}


.blogsection{
  background: #f5f5f5;
}

.blogsection h1{
  color: #1F3E59;
  font-size: 2rem;
  font-weight: 500;
  margin: 40px 0 30px;
}

.contarticle{
  background-color: #fff;
  height: 100%;
  border: 1px solid #D3D3D3;
  border-top: 0;
}

.imgblock{
  height: 200px;
  width: 100%;
  background-color: #777;
  background-position: center;
  display: block;
  border: 0;
  background-size: cover;
}


.content-tease{
  padding: 45px 30px;
  color: #5A7D9B;
  font-size: 0.85rem;
  line-height: 1.5;
}

.content-tease h2 a{
  text-decoration: none;
  border-bottom: 0;
  font-size: 1rem;
  color: #1F3E59;
}
.content-tease .read-more{
  margin-top: 30px;
  display: table;
  color: #1F3E59;
}


.datepost{
  text-transform: uppercase;
  font-size: .65rem;
  letter-spacing: 3px;
}
.content-tease .read-more:hover{
    color: #21D380;
}
.content-tease h2 a:hover{
  color: #21D380 !important;
}


.txtbeforeapply{
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 30px;
  display: block;
}


.content-flc{
  font-weight: 400;
  color: #1F3E59;
  background-color: #f5f5f5;
}

.preformtxt{
  margin: 40px 0 40px 0;
  display: block;
}

.wpcf7-list-item{
  margin-left: 0;
}

.formContact{
  font-size: .8rem;
}

.formContact div{
  margin: 25px 0;
}

.formContact div label{
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.preformtxt{
  font-size: .65rem;
  letter-spacing: 3px;
  color: #1F3E59;
}



.formContact input, .formContact select, .formContact textarea{
  padding: 10px;
  border: 1px solid #789FC1;
  width: 100%;
  font-family: sculpin, sans-serif;
}

input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline-color: #21D380;
}

.formContact input[type="checkbox"]{
  width: auto;
}
.formContact input[type="submit"]{
  width: auto;
  border: 0;
  padding: 15px !important;
  text-transform: uppercase;
}

.home .header{
 transition: .5s all ease-in; 
}




.careersblock .cont{
  max-width: 90%;
  margin: auto;
}

.career-s-block{
  background: #fff;
  border: 1px solid #D3D3D3;
  color: #1F3E59;
  height: 100%;
}

.careersblock h2{
  color: #1F3E59;
  font-weight: 500;
  font-size: 2rem;
}


.career-s-block a{
  color: #1F3E59;
}

.careersblock .ptt{
  font-size: .65rem;
  letter-spacing: 3px;
  font-weight: 400;
}

.careersblock .tt{
  font-size: 1rem;
  margin-top: 15px;
  margin-bottom: 10px;
  display: block;
  border: 0;
}

.careersblock .prevb{
  color: #5A7D9B;
  font-weight: 400;
  margin-bottom: 40px;
}

.blueNavResources a.active{
  border-bottom: 3px solid #21D380;
}


.blueNavResources a:hover{
  border-bottom-color: #21D380;
}

.home .transparent.header{
  background-color: rgb(31 62 89 / 0%);
}

.header.headerfill{
  background: #1F3E59 !important;
  opacity: 1 !important;
}



#menu .cta{
  color: #fff !important;
  margin-left: 0 !important;
  padding: 16px !important;
  width: 100%;
  max-width: 300px;
  font-size: .65rem;
  font-weight: 400;
  margin-top: 100px;
}

.swiper-autoheight .swiper-slide{
  min-height: 400px;
}


.swiper {
  width: 100%;
  height: 100%;
}


.btn {
  position: relative;
  overflow: hidden;
  display: inline-table;
}

.effct .originalBtn{
  position: relative;
  left: 0;
  top: 0;
  transition: .7s top cubic-bezier(0.19, 1, 0.55, 1);
}

.effct .hoverBtn{
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  transition: 1s top cubic-bezier(0.175, 0.885, 0.32, 1);
}


.btn:hover .effct .originalBtn{
  top: -40px;
}

.btn:hover .effct .hoverBtn{
  top: 16px;
}

.goToSlider.active{
  background-color: #21D380 !important;
}


.circleiconslide{
  width: 60px;
  height: 60px;
  border: 1px solid #21D380;
  border-radius: 50%;
  display: block;
  z-index: 9999999;
  position: absolute;
  top: 30px;
  left: 41px;
  text-align: center;
  padding: 7px;
}


