@charset "utf-8";
/* CSS Document */
/*
@font-face {
    font-family: 'ION';
    src: url('fonts/ION-Regular v1004.otf');
}
@font-face {
  font-family: 'SourceSansPro';
  src: url('fonts/SourceSansPro-Regular.otf');
}
@font-face {
  font-family: 'SourceSansProBold';
  src: url('fonts/SourceSansPro-Bold.otf');
}
*/
*{
    margin:0;
    padding:0;
    list-style:none;
    border:none;
    outline:none;
    /*-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;*/
}

html {
    /* -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
    -webkit-text-stroke: rgba(255,255,255,0.01) 0.1px;
    -webkit-text-stroke-width: 0.1px; */
}

body{
    width:100%;
    color: #001437;
    font-size:18px;
    line-height: 30px;
    font-family: 'SourceSansPro';
}

@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1250px !important;
    }
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    outline:none !important;
}


/* Headings */
h1{
    font-size: 56px;
    font-family: 'ION';
}
h2{
    font-size: 46px;
    font-family: 'ION';
}
h3{
    font-size: 24px;
    font-family: 'SourceSansProBold';
}

body.home #header {
    position: absolute;
    width: 100%;
    background: rgba(10,32,50,0.9);
    z-index: 2;
}
.header-topbar {
    background: #001437;
}
.header-topbar *,
.header-topbar a{
    font-size: 14px;
    color: #fff;
}
.header-topbar a:hover{ color: #fff; }
/*
.header-topbar p.header-left-text {
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  padding: 5px 0;
}
*/
.header-topbar p.header-left-text a {
    color: #fff;
    text-decoration: underline;
}
.sale-btn a {
    font-size: 14px !important;
    color: #001437 !important;
    padding: 5px 15px;
    line-height: 20px;
    float: right;
    border: 1px solid rgba(0,0,0,0.1);
}

#header {
    background: transparent;
    padding: 30px 0;
    position: absolute;
    width: 100%;
}

#logo a.custom-logo-link img.img-fluid{
    max-width: 100%;
    height: auto;
    width:200px;
    padding-top:5px;
}
.navbar button.navbar-toggler {
    width: 40px;
    height: 36px;
    padding: 3px 8px;
    border: none;
    margin-top: -32px;
    border-radius: 0;
    background-color: #001437;
}
.navbar button.navbar-toggler .icon-bar {
    width: 24px;
    height: 2px;
    background: #fff;
    margin: 3px 0px;
    float: left;
}
.nav-bar-sec .navbar-collapse {
    margin-top: 0px;
}
.navbar ul li {
    position: relative;
    cursor: pointer;
    padding: 5px 5px;
}
/*
.nav-bar-sec .navbar ul.navbar-nav > li > a.nav-link {
  display: block;
  padding: 7px 15px 3px 15px;
  font-size: 15px;
  color: #fff !important;
  font-family: 'ION';
  border-radius: 20px;
}
*/
.nav-bar-sec .navbar ul.navbar-nav > li > a.nav-link::before {
    background-color: #fff !important;
}

.nav-bar-sec .navbar ul.navbar-nav > li.has-mega-menu:hover > a.nav-link,
.nav-bar-sec .navbar ul.navbar-nav > li > a.nav-link:hover,
.nav-bar-sec .navbar ul.navbar-nav > li.current-menu-item > a.nav-link{
    color: #fff;
}
.nav-bar-sec .navbar ul.navbar-nav > li.Login-btn a.nav-link:hover{
    background-color: inherit;
    color: inherit;
}
.navbar ul.navbar-nav > li.Login-btn a {
    position: relative;
    padding-right: 40px !important;
}

.navbar ul.navbar-nav > li.Login-btn a:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 9px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #707070;
    display: inline-block;
    opacity: 30%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.navbar ul.navbar-nav > li.Login-btn a:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/arrow.png) no-repeat center;
    top: 11px;
    right: 7px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-size: contain;
}
.navbar ul.navbar-nav > li.Login-btn a:hover:before {
    transform: scale(0.7);
    border: 3px solid #00AF96;
    opacity: 1;
}
.navbar ul.navbar-nav > li.Login-btn a:hover:after {
    right: -7px;
}


#home-banner{
    padding: 150px 0 85px 0;
    min-height: 82vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#home-banner h1 {
    font-size: 72px;
}

.text-gradient{
    background: -webkit-linear-gradient(360deg, #00b5ad, #feb75d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#home-banner .content-para {
    max-width: 940px;
    margin: auto;
    color: #001437;
    font-size: 24px;
}
.content-para{
    color: #586884;
    font-size: 20px;
    line-height: 30px;
}
.content-para {
    max-width: 500px;
}

.notification-box {
    -webkit-animation: mover 3s infinite  alternate;
    animation: mover 3s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}

.notification-inner {
    border: 1px solid rgb(13 31 65 / 15%);
    border-radius: 20px;
    padding: 22px 30px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 20px 40px rgb(13 31 65 / 10%);
}
.notification-ball {
    position: absolute;
    top: -27px;
    left: 0px;
    width: 38px;
    height: 38px;
}
.notification-ball .ball-snooz {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.notification-inner:hover .notification-ball > svg{
    opacity: 0;
}
.notification-inner:hover .notification-ball .ball-snooz{
    opacity: 1;
}
.notification-badge {
    display: inline-block;
    background: rgb(13 31 65 / 5%);
    padding: 5px 16px;
    font-size: 14px;
    border-radius: 30px;
    font-family: 'SourceSansProBold';
    line-height: 20px;
}
.notification-header {
    display: flex;
    justify-content: space-between;
}
.notification-date {
    color: #0D1F41;
    font-family: 'SourceSansProBold';
    font-size: 18px;
}
.notification-body{
    font-size: 20px;
    line-height: 1.5;
    padding: 10px 0px;
}
.notification-location {
    font-size: 14px;
    font-family: 'SourceSansProBold';
}

.scroll {
    width: 100%;
    text-align: center;
}
.scroll img {
    width: 28px;
    height: 28px;
    display: inline-block;
}
.what-are-you{
    background-color: #ffffff;
    padding: 120px 0 100px;
}

.tab-pill-menu ul{
    padding-left: 0;
    margin-bottom: 0;
    text-align: right;
}
.tab-pill-menu ul li{
    display: inline-block;
    padding: 8px;
}
.tab-pill-menu ul li a {
    color: #001437;
    border-radius: 30px;
    font-size: 15px;
    font-family: 'ION';
    line-height: 20px;
    padding: 12px 27px 8px;
    display: block;
    transition: all ease-in-out 300ms;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}
.tab-pill-menu ul li a:hover {
    background: linear-gradient(30deg, #FFCC00, #00B194);
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
.tab-pill-menu ul li a:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #001437;
    border-radius: 30px;
}
.tab-pill-menu ul li a:hover:before{
    opacity: 0;
}
.nav-tabs {
    border-bottom: none !important;
    text-align: center !important;
    justify-content: center;
}
.nav-tabs li button,
.nav-tabs li button:hover {
    background: transparent;
    color: rgba(255,255,255,0.8);
    border-radius: 10px 10px 0 0 !important;
    padding: 12px 20px;
    border-width: 0 0 6px !important;
    border-style: solid;
    border-color: transparent !important;
    position: relative;
    font-family: 'SourceSansPro';
    font-size: 18px;
    letter-spacing: 1px;
}
.nav-tabs li button.active {
    background: rgb(0 175 150 / 10%) !important;
    color: #fff !important;
    font-family: 'SourceSansProBold';
}
.nav-tabs li button.active:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    background: linear-gradient(to left, #FEB131, #00AF96);
    height: 6px;
}
.tab-content{
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    min-height: 150px;
    background-color: #fff;
}
.tab-content .tab-pane {
    background: linear-gradient(335deg, #FEB131, #00AF96);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    padding-bottom: 6px;
    min-height: 150px;
}
.tab-content .tab-body {
    background: #fff;
    border-radius: 20px;
    min-height: 150px;
    height: 100%;
}

.key-summarize {
    padding: 250px 0 85px;
}
.key-summarize-img{
    max-width: 500px;
}
.owl-carousel-vertical h2{
    line-height: 1.25;
    margin-bottom: 30px;
}
.slide-content{
    font-size: 20px;
    line-height: 1.5;
    color: #586884;
    max-width: 400px;
    display: list-item;
    padding-bottom: 8px;
}
.outline-btn {
    font-family: 'ION';
    font-size: 15px;
    color: #001437;
    border: 2px solid #001437;
    border-radius: 20px;
    padding: 10px 25px 6px 25px;
    display: inline-block;
    line-height: 20px;
    min-width: 155px;
    text-align: center;
}
.outline-btn:hover{
    background: #00B194;
    border-color: #00B194;
    color: #fff;
}
.fill-btn{
    font-family: 'ION';
    font-size: 15px;
    color: #fff;
    border: 2px solid #001437;
    border-radius: 20px;
    padding: 10px 25px 6px 25px;
    display: inline-block;
    line-height: 20px;
    min-width: 155px;
    background: #001437;
    text-align: center;
}
.fill-btn:hover{
    background: #00AF96;
    border-color: #00AF96;
    color: #fff;
}

.owl-carousel-vertical .owl-controls .owl-dots {
    position: absolute;
    width: 26px;
    left: -40px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    align-content: center;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 2px 2px;
}
.owl-theme .owl-dots .owl-dot:nth-child(1) {
    transform: scale(1) !important;
}
.owl-theme .owl-dots .owl-dot:nth-child(2) {
    transform: scale(0.8) !important;
}
.owl-theme .owl-dots .owl-dot.owl-dot:nth-child(3) {
    transform: scale(0.65) !important;
}
.owl-theme .owl-dots .owl-dot:nth-child(n) {
    transform: scale(0.5);
}
.owl-theme .owl-dots .owl-dot span{
    background: #00B194;
    opacity: 0.3;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #00B194;
    opacity: 1;
}
.owl-carousel-vertical .owl-controls .owl-nav {
    text-align: left;
}
#testimonial-slider.owl-theme .owl-controls .owl-nav [class*=owl-],
#testimonial-slider.owl-theme .owl-controls .owl-nav [class*=owl-]:hover,
#testimonial-slider.owl-theme .owl-controls .owl-nav [class*=owl-]:focus{
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background-color: rgb(13 31 65 / 10%);
    background-image: url(../images/arrowUp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
#testimonial-slider.owl-theme .owl-controls .owl-nav .owl-prev{
    left: -10px;
    transform: rotate(270deg);
}
#testimonial-slider.owl-theme .owl-controls .owl-nav .owl-next {
    right: -10px;
    transform: rotate(90deg);
}
.owl-carousel-vertical.owl-theme .owl-controls .owl-nav .owl-next{
    transform: rotate(180deg);
}
.owl-carousel-vertical.owl-theme .owl-controls .owl-nav [class*=owl-],
.owl-carousel-vertical.owl-theme .owl-controls .owl-nav [class*=owl-]:hover,
.owl-carousel-vertical.owl-theme .owl-controls .owl-nav [class*=owl-]:focus{
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background-color: rgb(0 20 55 / 10%);
    background-image: url('../images/arrowUp.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    font-size: 0;
}

.owl-carousel-vertical.owl-theme .owl-controls .owl-nav .owl-next{
    transform: rotate(180deg);
}

.faq {
    padding: 100px 0 50px;
}
.faq-content{
    font-size: 24px;
}
.accordion-button {
    font-size: 24px;
    font-family: 'SourceSansProBold';
    color: #001437 !important;
    padding: 20px 0;
    background-color: transparent;
}
.accordion .accordion-item {
    border-width: 0 0 1px 0 !important;
    background: transparent;
    border-radius: 0 !important;
}
.img-rounded{
    border-radius: 20px;
}
.accordion-body {
    padding: 0 0 20px 0;
}
.accordion-body h4{
    color: #001437;
}
.accordion-item .accordion-button:focus {
    background-color: inherit !important;
    outline: none !important;
    box-shadow: none;
}
.text-link{
    color: #00A5E6;
    font-weight: 20px;
    font-family: 'SourceSansProBold';
    text-decoration: underline !important;
}
.faq .accordion {
    padding-left: 40px;
}
.accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
    color: #000 !important;
}
marquee ul li {
    display: inline-block !important;
    padding: 5px 15px;
    color: #0D1F41;
    font-size: 16px;
    opacity: 0.5;
}
marquee ul {padding-left: 0;}
.tab-pane h4 {
    font-size: 24px;
    font-family: 'SourceSansProBold';
    margin-bottom: 20px;
}
.hm-tabs .tab-pane p {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 32px;
}
.tab-pane-inner{
    padding: 55px 75px 40px 75px;
}

.resources{
    padding: 120px 0px 65px;
}
.testimonials-section{
    padding: 120px 0px 130px;
    background-image: url('../images/web.png');
    background-size: 100% auto;
    background-position: bottom center;
    margin-bottom: -35px;
    background-repeat: no-repeat;
}
.resources .fill-btn{
    min-width: 136px;
}
.resource-file a.fill-btn{
    border: 2px solid #001437;
    background: #001437;
    color: white;
    padding: 10px 25px 6px 25px;
}
.resources p {
    font-size: 20px;
    color: #586884;
    max-width: 320px;
    margin-bottom: 24px;
}
.card-badge {
    display: inline-flex;
    background: rgb(13 31 65 / 5%);
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 14px;
    font-family: 'SourceSansProBold';
    line-height: 1.45;
    align-items: center;
}
.card-badge span.icon {
    display: inline-flex;
    vertical-align: middle;
    margin-right: 5px;
}
.card-layout-inner {
    border: 1px solid rgb(13 31 65 / 15%);
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 10px 40px rgba(0,0,0,0.05);
}
.card-layout-top {
    padding: 25px 20px;
    min-height: 175px;
}
.card-layout-btm {
    min-height: 100px;
    background: #F2F3F5;
    height: 210px;
}
.card-layout-btm img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.card-title {
    display: block;
}
.card-title h4 {
    font-size: 24px;
    line-height: 1.25;
    color: #001437;
}
.dark-arch{
    background: url('../images/dark-arch.png') no-repeat top center;
    width: 100%;
    background-size: cover;
    min-height: 190px;
}
.bg-gray{
    background-color: #F2F3F5;
}
.card-layout2 .card-body {
    min-height: 350px;
    padding: 90px 70px 55px;
}

.card-layout2 {
    border-radius: 20px;
}

.form-card{
    padding-top: 20px;
    margin-bottom: -10px;
    min-height: auto;
}
.form-card .container .card.card-layout2 {
    display: inline-block;
    width: 100%;
}
.page-template-page-about-php .row.align-items-center div.row{
    padding-top: 30px;
}
.global-cta .col-12.col-md-8.col-lg-9.text-center.text-md-start.mb-4.mb-0 p{
    color: #fff;
}
.global-cta .col-12.col-md-8.col-lg-10.text-center.text-md-start.mb-4.mb-0 p{
    color: #fff;
}
.global-cta .col-12.col-md-8.col-lg-10{
    display: flex;
    column-gap:25px;
}
#frm_field_8167_container{
    display: none;
}

/* Footer */
#footer-top{
    background: #0C1F41;
    padding: 120px 0 120px;
}
.footer-text{
    font-size: 24px;
    line-height: 1.35;
    font-family: 'SourceSansPro';
}
#footer-slider .owl-item {
    border-radius: 20px;
    padding: 50px 30px;
}
#footer-slider .owl-item.active {
    border: 1px solid rgba(255,255,255,0.2);
    background-color: rgba(255,255,255,0.05);
}
#footer-slider .owl-item.active + .owl-item.active {
    background: transparent;
    border-color: transparent;
}
#footer-slider .owl-stage {
    padding-left: 0 !important;
}
#footer-slider {
    margin-top: 0px;
}
.slider-card img {
    width: auto !important;
    margin-bottom: 20px;
}
.slider-card .content {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
}
#footer-slider .owl-controls {
    text-align: left;
    margin-top: 22px;
}
#footer-slider.owl-theme .owl-dots .owl-dot span{
    background: #fff;
    opacity: 0.3;
}
#footer-slider.owl-theme .owl-dots .owl-dot.active span,
#footer-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    opacity: 1;
}
.footer-socials a.wp-block-social-link-anchor {
    height: 30px !important;
    width: 30px !important;
}
.has-black-color.has-white-background-color.wp-block-social-link{
    width: auto;
}
#home-signup{
    margin-top: 100px;
    padding-bottom: 150px;
    padding-top: 150px;
}
#footer .footer-container figure.wp-block-image.size-large img{
    width: 160px;
}

#home-signup div#frm_field_8189_container button.frm_button_submit.frm_final_submit{
    font-family: 'ION';
    font-size: 15px;
    color: #001437;
    border: 2px solid #001437;
    border-radius: 20px;
    padding: 10px 25px 6px 25px;
    display: inline-block;
    line-height: 20px;
    min-width: 155px;
    background:none;
}
#home-signup div#frm_field_8189_container button.frm_button_submit.frm_final_submit:hover{
    background: #00B194;
    border-color: #00B194;
    color: #fff;
}
#frm_field_8187_container{
    display:none;
}

.animate-bg {
    background: url('../images/arch-gradient.png') no-repeat top center;
    background-size: cover;
    padding: 130px 0;
    /* background-size: 300% 300%; */
    /* background: repeating-linear-gradient(138deg, #00163a, #0cb5a8 100%); */
    /* animation: gradient 35s ease infinite;
    background: linear-gradient(129deg, #051c46, #001642, #044759, #2ac39e);
  border-radius: 50% 50% 0 0 / 60px 60px 0 0; */
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.vertical-tabs .nav-tabs li.nav-item {
    width: 100%;
    padding: 5px 0;
}
.vertical-tabs .nav-tabs button.nav-link {
    text-align: left !important;
    padding: 15px 10px 15px 20px;
    border-bottom: 0;
    font-family: 'SourceSansPro';
    border-radius: 0;
    border-left: 5px solid transparent !important;
    width: 100%;
}
.vertical-tabs .nav-tabs button.nav-link.active {
    background: rgb(5 164 229 / 10%) !important;
    color: #05A4E5 !important;
    border-color: #05A4E5 !important;
    text-decoration: underline;
    border-radius: 0 !important;
}
.vertical-tabs .nav-tabs button.nav-link.active:after {
    display: none;
}
.vertical-tabs .tab-content {
    height: 100%;
}
.vertical-tabs .tab-content .tab-pane {
    height: 100%;
}
.vertical-tabs .nav-tabs {
    padding-top: 50px;
    padding-bottom: 35px;
}
.vertical-tabs .tab-content .tab-body {
    padding: 70px 50px;
}
.overview-content h4 {
    font-family: 'SourceSansPro';
    margin-bottom: 25px;
}
.overview-content p {
    font-size: 20px;
    color: #586884;
    line-height: 1.5;
}
.overview-content p:last-child {
    margin-bottom: 10px;
}
.hero-space{
    padding-top: 100px;
    padding-bottom: 100px;
}
.hero-heading h1 p {
    margin-bottom: 0;
}
.hero-heading h1 {
    margin-bottom: 15px;
}
.hero-content p {
    font-size: 20px;
    color: #586884;
}
.overview-link-list ul li{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.overview-link-list ul li span.icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgb(13 31 65 / 10%);
    display: inline-flex;
    padding: 5px;
    align-items: center;
    justify-content: center;
}
.overview-link-list ul li a{
    font-family: 'SourceSansProBold';
    font-size: 20px;
    color: #05A4E5;
    text-decoration: underline
}
.resource-file .icon-circle img {
    width: 20px;
}

.resource-file .icon-circle {
    width: 24px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgb(0 20 55 / 10%);
}
.resource-file a {
    border-radius: 50px;
    display: inline-flex;
    background: #fff;
    padding: 8px 24px 8px 8px;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 1.25;
    color: rgb(0 20 55 / 80%);
    font-weight: bold;
}

div.db-buttons a{ border: 1px solid #fff; margin-left: 5px; margin-right: 5px; width: 230px; }
div.db-buttons a:hover {
    background: #00AF96;
    border-color: #00AF96;
    color: #fff;
}

.resource-btn-wrap{ padding-left: 44px; }
.resource-btn-wrap .icon-circle{ position: relative; }
.resource-btn-wrap .icon-circle img{
    width: 21px;
    position: absolute;
    top: -4px;
    left: -30px;
}

.poster-content-section{
    background-image: url('../images/grey-arch.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 140px 0;
    position: relative;
}
.poster-content-section:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/web.png') no-repeat center bottom;
    background-size: cover;
}

.poster-content-figure{
    border-radius: 20px;
    box-shadow: 0 20px 40px rgb(13 31 65 / 10%);
    min-height: 400px;
    overflow: hidden;
    position: relative;
    object-fit: cover;
    display: flex;
    background-color: #fff;
}
.poster-content-figure img{

}
.resource-info-card .card {
    width: 140%;
    border: 1px solid rgb(13 31 65 / 15%);
    border-radius: 20px;
    min-height: 100px;
    box-shadow: 0 10px 40px rgb(13 31 65 / 10%);
}
.resource-info-card .card .card-body {
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgb(13 31 65 / 15%);
}
.gradient-card{
    background: rgb(254,177,49);
    background: -moz-linear-gradient(205deg, rgba(254,177,49,1) 44%, rgba(0,175,150,1) 100%);
    background: -webkit-linear-gradient(205deg, rgba(254,177,49,1) 44%, rgba(0,175,150,1) 100%);
    background: linear-gradient(205deg, rgba(254,177,49,1) 44%, rgba(0,175,150,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#feb131",endColorstr="#00af96",GradientType=1);
    padding: 0px 0px 6px;
    border: none !important;
}
.gradient-card .card-body{
    background-color: #fff;
}
.gradient-card .card-cotnent h4 {
    font-size: 24px;
    color: #001437;
}
.gradient-card .card-cotnent {
    margin-top: 10px;
    margin-bottom: 28px;
}

/* Global CTA */
.global-cta{
    background: url('../images/gradient-strip.png') no-repeat center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}
.global-cta h3{
    font-family: 'SourceSansPro';
}
.global-cta a.btn {
    border: 2px solid #001437;
    background: #001437;
    border-radius: 20px;
    color: #fff;
    font-family: 'ION';
    font-size: 15px;
    padding: 7px 25px 4px 25px;
    line-height: 25px;
    min-width: 155px;
}
.global-cta a.btn:hover {
    background: #fff;
    color: #001437;
}

#footer{
    background-color: #001437;
    padding: 60px 0 20px;
}
.footer-left-col .widget_text {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.footer-left-col .widget_text p{
    font-size: 14px;
    color: #fff;
}
.footer-left-col .widget_text p a{
    color: #fff;
    text-decoration: underline;
}
.footer-col-menu h3.widget-title {
    font-family: 'SourceSansPro';
    font-size: 18px;
    color: #8793aa;
}
.footer-col-menu ul {
    padding-left: 0;
    margin-bottom: 0;
}
.footer-col-menu ul li a {
    color: #fff;
    font-size: 15px;
}
.footer-col-menu ul li {
    display: inline-block;
    width: 100%;
    padding: 3px 0;
}
.footer-col-menu ul li a:hover {
    color: #00a5e6;
}
.footer-btm-menu-social .menu-footer-menu-container ul {
    padding-left: 0;
    margin-bottom: 0;
}
.footer-btm-menu-social .menu-footer-menu-container ul li a {
    color: #fff;
    font-size: 15px;
}
.footer-btm-menu-social .menu-footer-menu-container ul li a:hover {
    color: #00a5e6;
}
.footer-btm-menu-social .menu-footer-menu-container ul li {
    display: inline-block;
    padding: 3px 5px;
}
.footer-btm-menu-social .menu-footer-menu-container ul li:not(:last-child) {
    margin-right: 35px;
}
.footer-btm-menu-social {
    border-width: 1px 0;
    border-style: solid;
    border-color: rgba(135,147,170,.2) transparent;
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.footer-btm-menu-social ul{
    margin-bottom: 0;
}
.copyright {
    color: #8793aa;
    font-size: 15px;
    padding-top: 20px;
}
.copyright-right{
    text-align: right;
}
.copyright .wp-block-code{
    margin-bottom: 0;
}
.copyright code {
    font-family: 'SourceSansPro';
    color: rgba(255,255,255,0.6);
}
.copyright code a {
    color: rgba(255,255,255,0.6);
    text-decoration: underline;
}
.footer-btn-menu .menu li {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    text-align: right;
}
.footer-btn-menu .menu li a {
    background: #ccc;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    padding: 10px 25px;
    line-height: 26px;
    background-color: hsla(0,0%,100%,.1);
}
.footer-btn-menu .menu li a:hover {
    opacity: 1;
    background-color: hsla(0,0%,100%,.2);
}
.footer-btn-menu .menu li.gradient-menu-btn a{
    background-image: -webkit-gradient(linear,left top,right top,from(#FEB131),to(#00AF96));
    background-image: linear-gradient(90deg,#FEB131,#00AF96);
    opacity: .9;
    position: relative;
}
.footer-btn-menu .menu li.gradient-menu-btn a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 25px;
    background-color: transparent;
    z-index: -1;
}
.footer-btn-menu .menu li.gradient-menu-btn a:hover:after {
    background-color: rgba(0,0,0,.3);
}
.marquee{
    width: 100%;
    overflow: hidden;
}
.footer-btn-menu .menu {
    padding-left: 0;
}
.card-slider .owl-nav {
    text-align: left;
}

.card-slider .owl-nav .owl-prev, .card-slider .owl-nav .owl-next {
    background: linear-gradient(145deg, #57DA40, #00B194) !important;
    border-radius: 50% !important;
    font-size: 0 !important;
    width: 30px;
    height: 30px;
    position: relative;
}
.card-slider .owl-nav .owl-next{
    margin-left: 30px !important;
}
.card-slider .owl-nav .owl-prev:before, .card-slider .owl-nav .owl-next:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    top: 3px;
    left: 3px;
}
.card-slider .owl-nav .owl-prev:hover:before, .card-slider .owl-nav .owl-next:hover:before {
    transform: scale(0);
}
.card-slider .owl-nav .owl-prev:after, .card-slider .owl-nav .owl-next:after {
    content: '';
    width:26px;
    height: 20px;
    background: url('../images/ArrowLeft.png') no-repeat center;
    position: absolute;
    background-size: contain;
    top: 5px;
    left: -5px;
}
.card-slider .owl-nav .owl-prev:after{
    right: -5px;
    left: inherit;
}
.card-slider .owl-nav .owl-next:after{
    left: -5px;
    transform: rotate(180deg);
}
.card-slider .owl-nav .owl-next:hover:after{
    left: 15px;
}
.card-slider .owl-nav .owl-prev:hover:after{
    right: 15px;
}
.card-slider .owl-nav .owl-prev, .card-slider .owl-nav .owl-next,
.card-slider .owl-nav .owl-prev:before, .card-slider .owl-nav .owl-next:before,
.card-slider .owl-nav .owl-prev:after, .card-slider .owl-nav .owl-next:after{
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
}
.inner-banner-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.inner-banner-bg .row {
    height: 100%;
}
.hero-right-corner-bg {
    max-height: 400px;
    height: 100%;
    border-radius: 20px 0 0 20px;
}
#inner-banner .container {
    position: relative;
    z-index: 1;
}
#inner-banner .hero-content {
    max-width: 720px;
}
#inner-banner a.fill-btn {
    background: #001437;
    border-color: #001437;
    min-width: 300px;
    margin-top: 10px;
}
.img-content-fields {
    padding: 58px 0;
}
#inner-banner .resource-file {
    margin-top: 38px;
}
.content-field {
    padding: 5%;
}
.services {
    padding-bottom: 90px;
}
.indices {
    padding-top: 80px;
    padding-bottom: 40px;
}
.indices-category{
    padding: 20px 0;
    border-top: 1px solid #d4d4d4;
    margin-bottom: 10px;
    margin-top:35px;
}
.indices-blurb {
    padding-top: 35px;
    padding-bottom: 10px;
    color: rgb(88 104 132 / 85%);
    font-size: 20px;
    line-height: 1.5;
}
.indices-blurb h3{
    color: #001437;
    font-size: 24px;
    font-family: 'SourceSansPro';
}
.indices-blurb h3 a.indice-link{
    color: #001437;
}
.indices-blurb h3 a.indice-link:hover{
    color: rgb(88 104 132 / 60%);
}

#home-key .hm-key-content p{
    color: #fff;
}
.custom-fund-finder-search .media-left {
    padding-right: 10px;
    color: #fff;
}
.custom-fund-finder-search .media-body {
    display: table-cell;
    vertical-align: top;
    width: 10000px;
}
.custom-fund-finder-search .media-body h3.media-heading {
    color: #fff;
    padding-top: 4px;
    margin-top: 0;
    margin-bottom: 0;
}
.custom-fund-finder-search{
    background-image: url('../images/gradient-arch-web.png');
    padding-top: 35px;
    padding-bottom: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 200px;
    display:none;
}

.custom-fund-finder-search aside.widget-search-form.search-form-front-page div.row div.entry-form form div.media{
    display: flex;
}
.custom-fund-finder-search aside.widget-search-form.search-form-front-page div.row div.entry-heading div.media{
    display: flex;
    color: #fff;
}
.custom-fund-finder-search aside.widget-search-form.search-form-front-page div.row div.entry-heading{
    margin-left: 4em;
}
.custom-fund-finder-search aside.widget-search-form.search-form-front-page div.row div.entry-form form div.media div.media-left label{
    width: 110px;
    padding-top: 4px;
}
.custom-fund-finder-search aside.widget-search-form.search-form-front-page div.row div.entry-form form div.media div.media-body div.input-group input#search_name.form-control{
    color: #000;
}
.custom-fund-finder-search aside.widget-search-form.search-form-front-page div.entry-form form div.media div.media-body div.input-group div.input-group-btn button.btn{
    background: #00AF96;
    margin-left: -3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    color:#fff;
}
#cta_home{
    margin-top: 3em;
    margin-bottom: 12em;
}
#home-key.key-summarize.arch-bg div.container div.row div.col-12.col-md-6.hm-key-content h2{
    color: #fff;
}
#cta_home.container div.cta_home.page-center div.row div.col-lg-4 img.img-fluid{
    width: 70%;
}
.cta_home{
    background-image: url('../images/gradient-arch-web.png');
    padding-top: 20px;
    padding-bottom: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 200px;
}
.cta_home .cta_content h3{
    font-size: 24px;
    color: #fff;
}
.cta_home .cta_content{
    padding: 30px 60px;
}
.cta_home a.fill-btn{
    border: 1px solid #00AF96;
    margin: 0px 60px;
}
.cta_home a.fill-btn:hover{
    background: #00B194;
    border-color: #00B194;
    color: #fff;
}
#home-insights{
    padding-top: 100px;
    display: none;
}
#home-insights div.insights-grid div.masonry-grid{
    display: flex;
    gap:15px;
}
#home-insights div.card-layout-inner div.card-layout-top div.card-title.pb-2 a h4{
    font-size: 20px;
}
#home-insights div.card-layout-inner div.card-layout-top div.card-title.pb-2 a .post-date{
    font-size: 15px;
}

#home-banner .content-para p{
    color: #fff;
}
#home-banner .tab-pill-menu-banner{
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}

#home-banner .tab-pill-menu-banner ul{
    padding-left: 0;
    margin-bottom: 0;
}
#home-banner li{
    display: inline-block;
    padding: 0 5px;
}
#home-banner .fill-btn { border: 1px solid #fff; }
#home-banner .fill-btn:hover{ border: 1px solid #00AF96; }
.benefits {
    padding-top: 135px;
    padding-bottom: 135px;
}
.badge {
    background: rgb(13 31 65 / 10%);
    border: 1px solid rgb(13 31 65 / 80%);
    border-radius: 20px;
    color: rgb(13 31 65 / 80%);
    font-family: 'SourceSansPro';
    font-weight: normal;
    padding: 6px 15px;
    font-size: 15px;
    line-height: 19px;
}
.benefit-cagegory-badge {
    padding: 20px 0;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 10px;
}
.benefit-blurb {
    padding-top: 10px;
    padding-bottom: 10px;
}
.benefit-blurb h3{
    color: #001437;
    font-size: 24px;
    font-family: 'SourceSansPro';
}
.benefit-blurb .content p {
    color: rgb(88 104 132 / 60%);
    font-size: 20px;
    line-height: 1.5;
}
.benefit-blurb h3 span.icon img {
    width: 17px;
    height: auto !important;
}
.benefit-blurb h3 {
    display: flex;
    gap: 10px;
}
.benefit-blurb h3 span.icon {
    display: block;
    align-items: flex-start;
}
.page-template-page-databases div.right-arch-bg div.row.h-100.align-items-center h1{
    text-align: center;
}
.db-content-title{
    font-size: 35px;
    line-height: 1.3em;
    text-align: center;
}
.database {
    padding-top: 135px;
    padding-bottom: 45px;
}
.inner-pg-hero {

    padding: 300px 0 100px;
    min-height: 450px;
}

.badge-database {
    background: rgb(13 31 65 / 10%);
    border: 1px solid rgb(13 31 65 / 80%);
    border-radius: 20px;
    color: rgb(13 31 65 / 80%);
    font-family: 'SourceSansPro';
    font-weight: normal;
    padding: 6px 15px;
    font-size: 15px;
    line-height: 19px;
}
.database-cagegory-badge {
    padding: 10px 0;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 10px;
    display: flex;
}
.database-blurb {
    padding-top: 10px;
    padding-bottom: 10px;
}
.database-category .database-cagegory-badge .title{
    font-weight: bolder;
}
.database-cagegory-badge .content p{
    line-height: 1.5;
    font-weight: lighter;
    padding-left: 15px;
}

.database-blurb h3{
    color: #001437;
    font-size: 24px;
    font-family: 'SourceSansPro';
}
.database-blurb .content p {
    color: rgb(88 104 132 / 60%);
    font-size: 20px;
    line-height: 1.5;
}
.database-blurb h3 span.icon img {
    width: 17px;
    height: auto !important;
}
.database-blurb h3 {
    display: flex;
    gap: 10px;
}
.database-blurb h3 span.icon {
    display: block;
    align-items: flex-start;
}
.database-feature-details{
    display: flex;
    margin-bottom: 5px;
    padding-left: 5px;
}
#index{
    padding-top: 25px;
}
.database-feature-details:nth-child(even) {
    background-color: #e1e1e1;
}
.list-choice{
    display: flex;
}
div.db-buttons{
    display: flex;
    margin: auto;
    text-align: center;
    justify-content: center;
    margin-top: 20px;
}
div.db-buttons .col-lg-6{
    margin: auto;
}

div.db-buttons div.col-lg-6 div.resource-file, div.db-buttons div.col-lg-6 a.fill-btn{
    margin-top: 20px !important;
}
.database-list div.container div.row div.col-12.col-md-6.col-lg-12 table.table.table-striped tbody tr td{
    /*display: inline-flex;*/
}
.database-list div.container div.row div.col-12.col-md-6.col-lg-12 table.table.table-striped tbody tr{
    /*display: inline-flex;*/
}
.f-box{
    display: table;
    width: 100%;
}
.f-box > div{
    display: table-row;
    width: 100%;
}
div.f-box div.f-box-top div{
    display: table-cell;
}
div.f-box div.f-box-top div.col-lg-2 div{
    display: block
}
div.f-box div.f-box-container div.choice-pro span, div.f-box div.f-box-container div.choice-enhanced span{
    display: block;
    text-align: center;
}
div.f-box div.f-box-bottom div.col-lg-2 div{
    text-align: center;
}

div.f-box-top div.col-lg-8{
    width: 80%;
}
div.f-box-top div.col-lg-2{
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div.col-12.col-md-6.col-lg-12 div.f-box div.f-box-container:nth-child(even){
    background-color: #DEE0E4;
}
div.f-box div.f-box-container div.f-box-title{
    width: 80%;
    padding: 10px 10px;
}
div.f-box div.f-box-container{
    display: table-row;
}
div.f-box div.f-box-container div.choice-pro,div.f-box div.f-box-container div.choice-enhanced{
    display: table-cell;
    width: 20%;
    padding: 10px 10px;
}
div.f-box-container div.f-box-title{
    width: 80%;
}
div.f-box-container div.choice-pro, div.f-box-container div.choice-enhanced,
div.f-box-container div.choice-pro-empty,div.f-box-container div.choice-enhanced-empty {
    width: 20%;
    display: table-cell;
}
div.f-box div.f-box-container div.color-pro-empty,div.f-box div.f-box-container div.enhanced-pro-empty{
    width: 20%;
    display: table-cell;
}
div.f-box div.f-box-bottom div.col-lg-8,div.f-box div.f-box-bottom div.col-lg-2{
    display: table-cell;
}

#db-main-cta{
    margin-top: 8em;
    margin-bottom: 8em;
}
.db-main-cta div.row div.col-12.col-md-8.col-lg-8.text-center.text-md-start.mb-4.mb-0{
    color: #fff;
    padding-left: 1.4em;
}
.db-main-cta {
    background-image: url(../images/gradient-arch-web.png);
    padding-top: 20px;
    padding-bottom: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 250px;
}
.db-main-cta a.fill-btn {
    border: 1px solid #00AF96;
}

.db-main-cta div.row div.col-12.col-md-8.col-lg-8 div.col-12.col-md-8.col-lg-5{
    margin-bottom: 10px;
}

div.f-box div.f-box-container div.row{
    display: table-row;
}
div.f-box div.f-container div{
    display: table-cell;
}
div.f-box div.f-box-container div.row div.f-box-title{
    width: 80%;
    display: table-cell;
}
div.f-box div.f-box-container div.row div.choice-pro,div.f-box div.f-box-container div.row div.choice-enhance{
    width: 20%;
    display: table-cell;
}

.lower-content-section{
    background-image: url(../images/web.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 50px 0 50px 0;
    position: relative;
    left: 0;
    top: 60px;
}
.cta-solutions{
    margin-top: 150px;
    margin-bottom: 100px;
}
.dblist-section{
    background-image: url(../images/web.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 100px 0 150px 0;
    position: relative;
    left: 0;
    top: 60px;
}
.inner-pg-arch-banner {
    width: 100%;
    padding: 130px 0px;
    background-size: cover !important;
    background-position: center !important;
    background-image: url(../images/_ion-inner-banner.png);
    height: 500px;
    display: flex;
    align-items: flex-end;
}
.toc-listtable {
    position: sticky;
    top: 0;
}
.toc-listtable ul {
    padding-left: 0;
}
.toc-listtable ul li:not(:last-child) {
    border-bottom: 1px solid #9AA1AF;
}
.toc-listtable ul li a {
    padding: 12px 0;
    display: inline-block;
    padding-right: 20px;
    font-size: 20px;
    color: #001437;
    line-height: 1.75;
    position: relative;
}
.toc-listtable ul li a .arrow {
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
}
.toc-listtable ul li a .arrow:before {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    right: 7px;
    top: 3px;
    bottom: 0;
    margin: auto;
}
.toc-listtable ul li a .arrow:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 3px;
    bottom: 0;
    margin: auto;
}

.inner-pg-hero-bottom-arch {
    no-repeat top center;
    background-size: 100% auto;
    margin-top: -50px;
    position: relative;
    min-height: 100px;
    padding-top: 100px;
    padding-bottom: 25px;
}
.service-content-block .item {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}
.service-content-block .item h4 {
    font-size: 24px;
    font-family: 'SourceSansProBold';
    margin-bottom: 12px;
}
.service-content-block .item li,
.default-content li{ list-style: disc; }
.pg-parent {
    background: rgb(0 165 230 / 10%);
    border: 1px solid rgb(0 165 230 / 50%);
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    padding: 5px 20px;
    min-width: 145px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    margin-bottom: 20px;
    font-family: 'SourceSansProBold';
}
/*.choice-pro{
  position: relative;
  right: 10%;
}
.choice-enhanced{
  position: absolute;
  right: 24%;
}
.choice-pro-empty{
  position: absolute;
  right: 24%;
  width: 100px;
}
.choice-enhanced-empty{
  position: absolute;
  right: 24%;
  width: 100px;
}*/
#blog-banner {
    padding: 95px 0 110px 0;
    background-color: #fff;
    color: #fff;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.play-btn img {
    width: 100%;
}
.resource-info-card {
    position: relative;
    z-index: 1;
}

.grid-sizer,
.grid-item {
    width: 33.33%;
    padding: 15px;
}

.footer-top-border {
    height: 15px;
    width: 100%;
    background: linear-gradient(36deg,  #00a6dd, #96C869)
}

/*
nav.navbar ul#menu-primary-menu.menu.navbar-nav.nav li.menu-item-has-children.nav-item ul.sub-menu{
  display: none;
}


.navbar ul li.menu-item-has-children .sub-menu{
 padding-left: 0; 
}
.navbar ul li.menu-item-has-children > .sub-menu li.menu-item {
  margin: 0 auto;
  padding: 0;
}

.navbar ul li.menu-item-has-children > .sub-menu li.menu-item:hover{
  background: rgb(13 31 65 / 10%);
  text-align: center;
  width: inherit;
}
.navbar ul li.menu-item-has-children > .sub-menu li.menu-item > a.nav-link {
  color: #001437;
  font-size: 16px;
  padding: 10px 40px;
}
.navbar ul li.menu-item-has-children > .sub-menu li.menu-item > a.nav-link {
  color: #001437;
  font-size: 18px;
}
.navbar ul li.menu-item-has-children > .sub-menu li.menu-item li {
  padding: 0px;
}
.navbar ul li.menu-item-has-children > .sub-menu li.menu-item li a.nav-link {
  font-size: 20px;
  color: #001437;
  padding: 12px 40px;
}
.navbar ul li.menu-item-has-children > .sub-menu li.menu-item li a.nav-link {
  font-size: 18px;
  display: block;
  color: #586884;
  line-height: 1.25;
  margin-top: 3px;
  opacity: 0.6;
}
.navbar ul li.menu-item-has-children > .sub-menu li.menu-item li a.nav-link:hover {
  background: rgb(13 31 65 / 10%);
}
.navbar ul li.menu-item-has-children ul.sub-menu:before {content: '';position: absolute;height: 45px;top: -15px;width: 100%;}

.navbar-nav.nav {
  position: relative;
}
@media screen and (min-width: 767px){
  .navbar ul li.menu-item-has-children > .sub-menu {
    width: 100%;
    width: 435px;
    position: absolute;
    top: 100%;
    z-index: 100;
    left: 0px;
    right: 0px;
    background: #ffffff;
    padding: 20px 0;
    display: none;
    border-radius: 35px;
    box-shadow: 1px 1px 25px rgb(13 31 65 / 10%);
    margin-top: 15px;
    left: -30px;
  }
  .navbar ul li.menu-item-has-children > .sub-menu {
    width: 360px !important;
    transform: translate(-50%, 0);
    left: 50%;
  }


  .navbar ul li.menu-item-has-children:hover > .sub-menu{
    display: block;
  }
  .navbar ul li.menu-item-has-children:hover>.sub-menu{

      display: flex;
      flex-wrap: wrap;

      display: grid;
      grid-template-columns: repeat(auto-fit,minmax(50%, 1fr));   
  }
}

@media screen and (min-width: 992px){
  .navbar ul li.menu-item-has-children:hover>.sub-menu{grid-template-columns: repeat(auto-fit,minmax(33.3333%, 1fr)); }
}
@media screen and (min-width: 1200px){
  .navbar ul li.menu-item-has-children:hover>.sub-menu{grid-template-columns: repeat(auto-fit,minmax(25%, 1fr)); display: flex; }
}

@media screen and (min-width: 767px){
  .navbar ul li ul li.mega-menu-column {
      width: 100%;
      max-width: 100%;
      min-height: 1px;
      padding: 10px 25px;
      flex: 1 0 calc(50%);
  }
}
@media screen and (min-width: 992px){
  .navbar ul li ul li.mega-menu-column {flex: 1 0 calc(33.333%);}
}
@media screen and (min-width: 1200px){
  .navbar ul li ul li.mega-menu-column {flex: 1 0 calc(25%);}
}
*/

.right-arch-bg{
    background-image: url('../images/right-corner-bg.png');
    background-repeat: no-repeat;
    background-position: top right;
}
.resource-page{
    padding-top: 90px;
}
.resources-wrapper{
    padding-top: 70px;
}
.resource-page .poster-content-section {
    margin-top: -80px;
}
.resource-page-inner {
    background-image: url('../images/bottom-left-gradient.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 50% auto;
    padding-bottom: 120px;
}
.white-bg-tabs .tab-content {
    box-shadow: 0 20px 40px rgb(13 31 65 / 20%);
}
.key-summarize .outline-btn {
    border-color: #fff;
    color: #fff;
    background: transparent;
}
.hm-tabs .container {
    margin-bottom: -120px;
}
.white-bg-tabs .nav-tabs li button{
    color: #001437 !important;
}
.white-bg-tabs .nav-tabs li button.active{
    color: #001437 !important;
}
.resources-cards .card-item {
    padding: 20px 15px !important;
}

/* Filter Sidebar */
.filter-search {
    margin-bottom: 20px;
}
.filter-header {
    border-bottom: 1px solid rgb(112 112 112 / 20%);
    padding: 20px 0;
}
.filter-header .filter-title img {
    width: 22px;
}
.filter-title span.text {
    color: #001437;
    font-size: 24px;
}
.reset-btn {
    background: rgb(13 31 65 / 5%) url(../images/refresh.png) no-repeat 17px center;
    border-radius: 25px;
    display: inline-block;
    padding: 5px 20px 5px 34px;
    font-size: 14px;
    color: #001437;
    background-size: 11px;
}
.filter-title {
    display: flex;
    gap: 10px;
}
.filter-nav ul {
    padding-left: 0;
    margin-left: -7px;
    margin-right: -7px;
}
.filter-nav ul li {
    display: inline-block;
    padding: 5px 7px;
}
.filter-nav ul li a,
.filter-nav ul li label {
    border: 2px solid #001437;
    border-radius: 20px;
    color: #001437;
    font-size: 15px;
    font-family: 'ION';
    padding: 8px 17px 4px 17px;
    line-height: 24px;
    display: inline-block;
    opacity: 0.3;
    position: relative;
    cursor: pointer;
    background: #fff;
}
.filter-nav ul li a.active,
.filter-nav ul li label.active{
    opacity: 1;
}
.filter-nav ul li label input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.filter-search form input[type="text"] {
    background: rgb(13 31 65 / 5%) url('../images/search.png') no-repeat 20px center;
    background-size: 15px;
    padding: 10px 15px 10px 45px;
    border-radius: 25px;
    font-size: 18px !important;
    color: #001437;
    width: 100%;
}
.filter-search input#searchsubmit {
    height: 0;
    display: block;
}
.filter-search {
    margin-bottom: 20px;
}
.filter-body h3 {
    color: #001437;
    font-size: 24px;
    font-family: 'SourceSansPro';
}
.filter-body {
    padding: 15px 0;
}
.filter-area {
    padding-right: 50px;
}
.filter-selectbox select {
    background: rgb(13 31 65 / 5%);
    width: 100%;
    padding: 8px 15px;
    color: #001437;
    font-size: 18px;
    display: inline-block;
    border-bottom: 2px solid rgb(45 48 57 / 20%);
}
.filter-footer {
    border-top: 1px solid rgb(112 112 112 / 20%);
    padding: 20px 0;
    margin-top: 10px;
}
.filter-footer button.fill-btn {
    min-width: 125px;
}
.home .faq {
    background: url(../images/gradient-left-corner.png);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
}
.resource-detail-pg{
    padding: 90px 0;
}
.resource-key-capacity{
    padding-top: 60px;
    padding-bottom: 225px;
    background-image: url('../images/web.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
section.resource-download {
    padding: 125px 0 120px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    margin-top: -80px;
}
.resource-img {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.resource-img.video iframe {
    width: 100% !important;
    height: 290px;
    border-radius: 20px;
}
.resource-detail-pg h1 {
    margin-bottom: 25px;
    min-height: auto;
}
.content-fleid li span.icon img {
    width: 22px;
}
.content-fleid li {position: relative;padding: 5px 5px 5px 33px;}
.content-fleid li span.icon {
    position: absolute;
    left: 0;
    top: 5px;
}
.resource-download .left-column h2 {
    max-width: 550px;
    margin-bottom: 20px;
}
.resource-download .fill-btn,
.resource-download .fill-btn:hover{
    background: #fff;
    color: #001437;
    border-color: #001437;
}
.resource-download .right-column p{
    font-size: 20px;
    line-height: 1.4;
}
.full-w-popup .modal-dialog {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    overflow: auto;
    padding-top: 120px;
    padding-bottom: 50px;
}
.modal-open header#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.full-w-popup {
    padding-top: 120px;
    /* height: calc(100% - 120px); */
    background: #fff;
}
.full-w-popup .modal-content, .full-w-popup .modal-content .modal-header {
    border: none;
}
.full-w-popup .modal-content {
    border-radius: 0;
    background: transparent;
    height: 100%;
    overflow: auto;
}
.frm_style_formidable-style.with_frm_style .form-field input{
    border-width: 0 0 1px 0 !important;
    box-shadow: none;
    background: transparent !important
}

div#data .frm_style_formidable-style.with_frm_style .form-field input{
    border-width: 0 0 1px 0 !important;
    box-shadow: none;
    background: transparent !important;
    padding-left:0;
    height: 50px;
}

div#data .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    background: #ffffff;
    border-color: #001437;
    color: #001437;
}
div#data .frm_style_formidable-style.with_frm_style .frm_submit button {
    background: #001437;
    border-color: #001437;
    color: #fff;
}

.frm_style_formidable-style.with_frm_style .form-field select {
    box-shadow: none;
    background: transparent !important
}

.frm_style_formidable-style.with_frm_style .form-field input:focus,
.frm_style_formidable-style.with_frm_style .form-field select {
    box-shadow: none !important;
}
.frm_style_formidable-style.with_frm_style .form-field label {
    font-family: 'SourceSansProBold';
    font-size: 16px;
    top: 35px;
}

div#data .with_frm_style .frm_checkbox input[type="checkbox"]::before {
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    border-radius: 0;
}

div#data .with_frm_style .frm_checkbox input[type="checkbox"]:checked::before {
    transform: scale(1);
}

div#data .frm_style_formidable-style.with_frm_style .form-field.frm_label_float_top > label{
    top: 5px;
}

div#data .frm_style_formidable-style.with_frm_style .form-field label {
    font-family: 'SourceSansProBold';
    font-size: 16px;
    top: 25px;
    padding-left: 0 !important;
}
div#data .frm_style_formidable-style.with_frm_style .form-field .frm_checkbox{
    margin-left: 10px !important;
}

div#frm_checkbox_7267-1.frm_checkbox label{
    font-family: SourceSansPro !important;
    padding-bottom: 15px;
}

div#data .with_frm_style .frm_required{
    color: #ff0062;
}

div#data .frm_style_formidable-style.with_frm_style .form-field{
    width: 95%;
}

div#data .with_frm_style .frm_checkbox input[type="checkbox"]::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 10px 10px var(--text-color);
    display: block;
}
div#datadiv .frm_style_formidable-style.with_frm_style .form-field input{
    border-width: 0 0 1px 0 !important;
    box-shadow: none;
    background: transparent !important;
    height: 52px;
    padding-left: 0;
}
div#data .frm_style_formidable-style.with_frm_style .form-field input:focus,
.frm_style_formidable-style.with_frm_style .form-field select {
    box-shadow: none !important;
    height: 50px;
}

.frm_style_formidable-style.with_frm_style .frm_inside_container.frm_label_float_top > label{
    top: 10px;
}
.frm_combo_inputs_container,
.frm_grid_container,
.frm_form_fields .frm_section_heading,
.frm_form_fields .frm_fields_container {
    grid-gap: 0 6%;
    column-gap: 6%;
}
button.frm_button_submit {
    font-family: 'ION';
    padding: 12px 22px 9px 22px !important;
    border-radius: 20px !important;
}
.frm_form_field.frm_html_container.form-field p {
    color: #001437;
}
.frm_form_field.frm_html_container.form-field p a{
    color: #05A4E5;
    text-decoration: underline;
}
.thankyou-pg{
    padding-top: 135px;
    padding-bottom: 135px;
    min-height: 700px;
}
.thank-text p{
    font-size: 28px;
    color: #0D1F41;
    line-height: 1.25;
}
.default-content {
    padding-top: 100px;
    padding-bottom: 100px;
}
.default-content p {
    margin-bottom: 15px;
    font-size: 24px;
    max-width: 500px;
}

.about-second-section {
    background: url('../images/about-green-bg-backstop.png') top center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 120px 0 100px !important;
}

.about-second-section ul{
    padding-left: 0;
    margin-left: 20px;
}
.about-second-section ul li{
    padding-bottom: 10px;
    list-style: disc;
    color:#000;
}

.about-second-img a.outline-btn{
    margin-top: 50px;
}
.about-second-img img{
    margin-top: 40px;
}
.dropdown-selectbox {
    margin-top: 30px;
}
.checkbox-btn .frm_checkbox label {
    background: #00a5e6;
    border-radius: 24px;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    font-size: 16px !important;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.checkbox-btn .frm_checkbox {
    width: 23% !important;
    float: left !important;
    margin: 1% 1% !important;
}
.checkbox-btn .frm_checkbox label input[type="checkbox"] {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}
#testimonial-slider .item {
    border-radius: 6px;
    padding: 15px;
    min-height: 235px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: linear-gradient(71deg, #00AF96, #FEB131);
    position: relative;box-shadow: 0 3px 12px rgb(13 31 65 / 10%);
    margin: 10px;
}
#testimonial-slider .item img {
    width: auto;
    display: block;
    margin: auto;
}
#testimonial-slider .item .testimonail-content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: linear-gradient(71deg, #00AF96, #FEB131);
    padding: 30px;
    opacity: 0;
}
#testimonial-slider .item:hover .testimonail-content-wrap{
    opacity: 1;
}
#testimonial-slider .item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 10px;
    background: #fff;
}
.testimonial-text {
    font-size: 14px;
    line-height: 1.45;
    color: #fff;
    max-height: 165px;
    overflow: auto;
}
h5.testimonial-by {
    font-size: 18px;
    font-family: 'SourceSansProBold';
    color: #fff !important;
    margin-bottom: 5px;
}
.testimonial-from {
    font-size: 13px;
    color: rgba(255,255,255,0.60);
    line-height: 1.25;
}
#testimonial-slider .item .testimonail-content-wrap:after{
    content: '';
    width: 35px;
    height: 25px;
    background: url('../images/qoute.png') no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 37px;
    right: 27px;
}
.testimonail-content-inner {
    position: relative;
    z-index: 1;
}
#testimonial-slider {
    margin-top: 50px;
    padding: 0 40px;
}
.card-grid .card-item .card-layout1,
.card-grid .card-item .card-layout1 .card-layout-inner {
    height: 100%;
}

.left-cornder-gradient{
    background: url('../images/left-corner-gradient.png') no-repeat top left;
    background-size: contain;
}
.overview-section {
    margin-top: -80px;
}
.client-key-summarize {
    padding: 150px 0 150px;
}
.client-key-summarize .outline-btn {
    border-color: #001437;
    color: #001437;
}
.client-key-summarize .outline-btn:hover {
    color: #fff;
    border-color: #00B194;
}
.slide-content h3 {
    color: #001437;
    margin-bottom: 20px;
}
.slide-content h4 {
    color: #001437;
}
.arch-bg .slide-content h3,
.arch-bg .slide-content h4 {
    color: #fff;
}
.grey-arch-top-img {
    background: url('../images/bottom-right-gradient.png') no-repeat bottom right;
    background-size: 60%;
    padding-bottom: 150px;
    margin-bottom: -80px;
}
.client-hero-section{
    padding-bottom: 180px;
}
.key-summarize-img img {
    border-radius: 20px;
}
.resources-cards .card-layout1:hover {
    transform: translate(0px, -20px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    border-radius: 20px;
}
#load-more-button[disabled] {
    opacity: 0.5;
    cursor: no-drop;
}
.fill-btn[disabled]:hover{
    border-color: #001437;
    background: #001437;
    color: #ffffff;
}
.arch-bg .slide-content h4 {
    margin-bottom: 15px;
}
.key-summarize .outline-btn:hover{
    background: #00B194;
    border-color: #00B194;
    color: #fff;
}
.resources .card-item {
    padding: 8px;
}
#footer-slider .owl-stage-outer {
    overflow: unset;
}
#footer-top{
    overflow: hidden;
}
#footer-slider .owl-stage .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0s;
}
#footer-slider .owl-stage .owl-item.active, #footer-slider .owl-stage .owl-item.active ~ .owl-item {
    opacity: 1;
    visibility: visible;
}
.footer-right-block {
    position: relative;
}

.footer-right-block:before {
    content: '';
    background: #0c1f41;
    width: 200%;
    position: absolute;
    right: 100%;
    top: -100px;
    bottom: 0;
    z-index: 11;
}
.footer-left-block {
    position: relative;
    z-index: 12;
}
.external-icon .nav-link:before {
    position: relative;
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 8px;
    background: url('../images/external-link.png') no-repeat center;
    top: 3px;
}
.navbar button.navbar-toggler[aria-expanded="true"] .icon-bar:last-child {
    display: none;
}

.navbar button.navbar-toggler[aria-expanded="true"] .icon-bar:first-child {
    transform: rotate(45deg);
}

.navbar button.navbar-toggler[aria-expanded="true"] span.icon-bar {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.navbar button.navbar-toggler{
    position: relative;
}

.navbar button.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(2) {
    transform: rotate(-45deg);
}
.filter-nav ul li a:hover:after, .filter-nav ul li label:hover:after {
    background: linear-gradient(195deg, #FEB131, #00AF96);
    opacity: 1;
    color: #fff;
    content: '';
    position: absolute;
    top: -2px;
    display: inline-block;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    left: -2px;
    border-radius: 20px;
    z-index: 1;
}

.filter-nav ul li a *, .filter-nav ul li label * {
    position: relative;
    z-index: 4 !important;
}

.filter-nav ul li a:hover, .filter-nav ul li label:hover {
    opacity: 1;
    color: #fff;
    border-color: transparent;
}
.navbar ul li.btn-link {
    text-decoration: none !important;
}
.resource-blog{
    padding-top: 105px;
    padding-bottom: 50px;
}
.author_details {
    font-size: 16px;
    color: #001437;
    border-top: 1px solid rgb(13 31 65 / 20%);
    border-bottom: 1px solid rgb(13 31 65 / 20%);
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0;
}
.single-blog-content h1,
.single-blog-content h2,
.single-blog-content h3 {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.single-blog-content img {
    margin: 20px 0;
}
.newsletter-card-inner {
    padding: 40px 30px;
}
.newsletter-card {
    box-shadow: 0px 20px 40px 0px rgb(13 31 65 / 10%);
    border-radius: 20px;
    margin-top: 80px;
    max-width: 300px;
    margin-left: auto;
}
.newsletter-card .card-body {
    border-radius: 20px 20px 20px 20px;
    padding: 0;
}
.newsletter-card-inner p {
    font-size: 20px;
    color: #586884;
    max-width: 190px;
    display: inline-block;
    width: 100%;
    padding: 20px 0 5px;
}
.newsletter-card-inner .fill-btn {
    min-width: 136px;
}
.resource-blog-content-area .post-date {
    font-size: 14px;
    font-family: 'SourceSansProBold';
}
.share ul li {
    display: inline-block;
    padding: 2px 2px 2px 8px;
}

/* talk to sales form */
.frm_opt_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: max-content;
    grid-gap: 0 2.5%;
}
.deal-details-form div, .deal-details-form label {
    color: #001437!important;
}
/* .page-id-18 .frm_form_field .frm_checkbox {
    margin-top: 7px;
    margin-bottom: 20px!important;
    width: 100%!important;
    background-color: rgba(239,243,235,.5)!important;
    border-radius: 40px!important;
    text-align: center!important;
    padding: 0 10px!important;
    -webkit-transition: .3s!important;
    transition: .3s!important;
    background-color: #e5e7eb!important;
    cursor: pointer!important;
}
.page-id-18 .frm_form_field .frm_checkbox label {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    width: 100%!important;
    height: 50px!important;
    color: #001437!important;
    padding-left: 0!important;
    font-size: 14px;
    line-height: 26px;
    position: relative;
    text-indent: 0;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif !important;
}
.page-id-18 .frm_form_field .frm_checkbox input {
    visibility: hidden!important;
}
.page-id-18 .with_frm_style .frm_checkbox input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--bg-color);
    flex: none;
    display: inline-block !important;
    margin: 0 5px 0 0;
    color: var(--border-color);
    width: 18px;
    min-width: 18px;
    height: 18px;
    border: 1px solid currentColor;
    border-color: var(--border-color);
    vertical-align: middle;
    position: initial;
    padding: 0;
    height: 40px!important;
}
.page-id-18 .frm_opt_container .frm_checkbox input {
    position: absolute !important;
    top: 3px;
    left: 0;
}
.page-id-18 .frm_style_formidable-style.with_frm_style .form-field .frm_checkbox label{top:0;}
.page-id-18 .frm_form_field .frm_checkbox:hover {
    background-color: #ccd0d7!important;
}
.page-id-18 .frm_checkbox.active, .page-id-18 .frm_checkbox.active:hover {
    background-color: #00af96!important;
} */
.page-id-18 .frm_style_formidable-style select{padding:6px 10px;}
.page-id-18 .frm_style_formidable-style .custom-select{padding-top:25px;}
.page-id-18 .frm_checkbox.active label{color:#fff !important;}
.form-field p{max-width:100%;}
.page-id-18 .frm_style_formidable-style .frm_primary_label {
    color: #001437!important;
    font-weight: 700!important;
}
.page-id-18 .frm_style_formidable-style .frm_button_submit{width:200px !important;}
.frm_style_formidable-style h1{color:#001437;}
.page-id-18 .frm_style_formidable-style h4 {
    margin-top: 50px;
    color: #001437;
    font-weight: 700;
    font-size:24px;
    line-height:32px;
}
@media (max-width: 767px){
    .page-id-18 .frm_opt_container, .page-id-18 .frm_opt_container {
        grid-template-columns: repeat(2, 1fr);
    }
    /* .page-id-18 .frm_form_field .frm_checkbox {
        padding: 14px 20px !important;
    } */
    #page.site div.site-inner header#header.clearfix{
        background: #001437 !important;
        padding-bottom: 30px;
    }
    .custom-logo-link {
        display: block !important;
    }
    #cta_home{
        margin-bottom:16em;
    }
    div.cta_home.page-center div.row div.col-lg-4{
        display: block;
        text-align: center;
    }
    #home-banner li{
        margin-bottom: 15px;
    }
    .hm-key-content{
        margin-bottom: 35px;
    }
    .inner-pg-hero-bottom-arch section div.container div.service-grid div.row.justify-content-between{
        flex-direction: column-reverse;
    }
    main div.inner-pg-arch-banner{
        height: 300px;
    }
    section.global-cta div.container div.row div.col-12.col-md-8.col-lg-10.text-center{
        flex-wrap: inherit;
    }
    .f-box > div{
        display: inherit;
    }
    div.f-box div.f-box-container{
        display: inherit;
    }
    .footer-left-col #block-57{
        width: 60% !important;
    }
    h1 {
        font-size: 38px !important;
    }
    div.db-buttons{
        display: block;
    }
    div.db-buttons a {
        margin-bottom: 15px;
    }
    .inner-pg-hero {
        padding: 240px 0 100px;
    }
}
@media (min-width:768px) and (max-width: 992px) {
    .nav-bar-sec .navbar ul.navbar-nav > li > a.nav-link {
        padding:5px 4px 3px 4px !important;
        font-size: 13px !important;
    }
    li > a.nav-link {
        padding:7px 5px 3px 5px;
    }
    .talk-to-btn.menu-item.nav-item a.nav-link{
        padding:5px 10px 5px 10px !important;
    }
    .nav-bar-sec .navbar ul.navbar-nav > li.request-demo-btn > a.nav-link{
        min-width: 80px;
    }
    .navbar-nav.nav{
        width: 100%;
    }
    #logo a.custom-logo-link img.img-fluid{
        padding-top: 8px;
    }
}
@media (min-width:992px) and (max-width: 1024px) {
    .nav-bar-sec .navbar ul.navbar-nav > li > a.nav-link {
        padding:5px 8px 3px 8px !important;
        font-size: 14px !important;
    }
    li > a.nav-link {
        padding:7px 5px 3px 5px;
    }
    .talk-to-btn.menu-item.nav-item a.nav-link{
        padding:5px 10px 5px 10px !important;
    }
    .nav-bar-sec .navbar ul.navbar-nav > li.request-demo-btn > a.nav-link{
        min-width: 100px;
    }
    .navbar-nav.nav{
        width: 100%;
    }
    #logo a.custom-logo-link img.img-fluid{
        padding-top: 8px;
        width: 200px;
    }
    .custom-logo-link{
        max-width: 100% !important;
    }
}
@media screen and (min-width:1280px) {
    .nav-bar-sec .navbar ul.navbar-nav > li > a.nav-link {
        display: block;
        padding:7px 8px 3px 8px;
    }
}

header#header{
    z-index: 99999 !important;
}
/**************/
#testimonial-slider .item .testimonail-content-wrap,
.global-cta a.btn,
.fill-btn,
.outline-btn,
.tab-pill-menu ul li a,
.resources-cards .card-layout1{
    -webkit-transition: all ease-in-out 350ms;
    -moz-transition: all ease-in-out 350ms;
    -ms-transition: all ease-in-out 350ms;
    -o-transition: all ease-in-out 350ms;
    transition: all ease-in-out 350ms;
}

.fliter-dropdown {
    width: 100% !important;
}

.fliter-dropdown .dropdown-toggle {
    width: 100%;
    border-radius: 0;
    text-align: left;
    background: #f1f4f5;
    color: #000;
    font-size: 18px;
    padding: 5px 25px 5px 15px;
    border: none;
}

.fliter-dropdown .dropdown-toggle::after {
    right: 10px;
    position: absolute;
    top: 18px;
}

.fliter-dropdown ul.dropdown-menu {
    width: 100%;
    border-radius: 0 0 10px 10px;
    border-color: #f2f2f2;
}

.fliter-dropdown .dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
    border-color: transparent;
}
#search-suggestions {
    width: 100%;
    max-height: 194px;
    overflow: auto;
    background: #fafafa;
    border-radius: 10px;
    padding: 2px 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
}

#search-suggestions a {
    font-size: 14px;
    color: #000;
    display: inline-block;
    width: 100%;
    padding: 3px 15px;
    line-height: 18px;
    border-bottom: 1px solid #dedede;
}

form#searchform {
    position: relative;
}
footer p{color: #fff;font-size: 15px;}

/*****************/

.card-slider-wrapper .item {
    padding: 15px;
}
.card-slider-wrapper .poster-content-figure {
    box-shadow: 0px 6px 10px rgb(13 31 65 / 3%);
}
.card-slider-wrapper .card.gradient-card {
    box-shadow: 0 10px 30px rgb(13 31 65 / 5%);
}
.poster-content-figure{
    height: 460px;
}
.resource-info-card .card .card-body {
    padding: 30px 40px;
}
.gradient-card .card-cotnent h4 {
    height: 58px;
    overflow: hidden;
}
#testimonial-slider.owl-theme .owl-dots .owl-dot span,
#testimonial-slider.owl-theme .owl-dots .owl-dot.active span,
#testimonial-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #001437;
}
.hm-key-content{
    padding-top: 40px;
}



/*custom*/
.mb-3{
    margin-bottom:3px !important;
}
.frm_form_field p,.frm_style_formidable-style.with_frm_style .form-field .frm_checkbox label{
    font-size:16px !important;
}
div#data .frm_form_field p,.frm_style_formidable-style.with_frm_style .form-field .frm_checkbox label{
    font-size:16px !important;
}

div#data .frm_form_field p{line-height:30px;}
div#data .frm_html_container h5{
    color: #001437!important;
    font-weight: 700;
    font-size: 16px;
    margin: 30px 0;
}
div#data .frm_style_formidable-style.with_frm_style .form-field input[type="checkbox"] {
    margin: 0 9px 0 -10px !important;
    border: 1px solid #000 !important;
    display: inline-block !important;
    position: initial !important;
    padding: 0;
    height: 23px;
}
div#data .frm_style_formidable-style h4 {
    margin-top: 50px;
    color: #001437;
    font-weight: 700;
    font-size:24px;
    line-height:32px;
}
#frm_field_7229_container{
    display: none;
}
#frm_field_7239_container{
    margin-bottom: 0;
}
#frm_checkbox_7240-0 label{
    top:15px !important;
    font-family: 'SourceSansPro' !important;
}

.frm_form_field p{line-height:30px;}
.frm_html_container h5{
    color: #001437!important;
    font-weight: 700;
    font-size: 16px;
    margin: 30px 0;
    font-family: 'SourceSansPro';
}
.frm_style_formidable-style.with_frm_style .form-field input[type="checkbox"] {
    margin: 0 9px 0 -10px !important;
}
#post-main ul li{list-style:disc;}
.navbar-toggler:focus{box-shadow:none;}

.benefit-blurb h3 span.icon{margin-right:10px;}
.benefit-blurb h3{gap:0;}
ol li{
    list-style-type: auto;
}
.page-template-default p {
    font-size: 18px;
    max-width: 100%;
}
footer a,.global-cta a,.global-cta a:hover{
    color:#fff;
}
footer a:hover{
    color: #00a5e6;
}
body.home .key-summarize h2,body.home  .key-summarize h3{
    color:#fff;
}
#frm_form_2_container {
    max-width: 85%;
}
.owl-carousel-vertical .owl-controls .owl-dots{
    top:-184px;
}
.frm_style_formidable-style select {
    padding: 6px 10px;
}
.round-border{border-radius: 20px;}
#footer-slider .slider-card p{
    min-height:150px;
}

@media (min-width: 1400px){
    .footer-container{
        max-width: 1500px !important;
    }
}
.hm-tabs .tab-pane p {
    font-size: 24px;
}
.hm-key-content .owl-controls {
    margin-top: 30px;
}
.page-template-page-services #inner-banner .hero-content {
    max-width: 500px;
}
.filter-nav ul li a span, .filter-nav ul li label span{
    position: relative;
    z-index: 1;
}
.footer-btn-menu .menu li a{
    -webkit-transition: all ease-in-out 350ms;
    -moz-transition: all ease-in-out 350ms;
    -ms-transition: all ease-in-out 350ms;
    -o-transition: all ease-in-out 350ms;
    transition: all ease-in-out 350ms;
}
.footer-btn-menu .menu li.gradient-menu-btn a:hover {
    opacity: 1;
    background-image: -webkit-gradient(linear,left top,right top,from(#05A5E6),to(#127CC2));
    background-image: linear-gradient(90deg,#05A5E6,#127CC2);
}
.footer-btn-menu .menu li.gradient-menu-btn a:after{
    display: none;
}
footer#footer p{font-size:15px;}

@media(max-width: 767px){
    .owl-carousel-vertical .owl-controls .owl-dots {
        top: 92px;
        bottom: auto;
    }
    .form-card{
        display: none;
    }
    .overview-section .col-md-12.text-center {
        text-align: left !important;
    }
    #menu-footer-menu li{
        width: auto;
        margin-right: 8px !important;
    }
    #menu-footer-menu li a{
        font-size:12px;
    }
    .footer-btm-menu-social .widget_block {
        min-width: auto;
        margin-top: -104px;
    }
    .footer-col-menu h3.widget-title {
        border-bottom: 1px solid;
        border-color: rgba(135,147,170,.2) transparent;
        color: #fff;
        padding: 16px 0;
    }
    #frm_form_2_container {
        max-width: 96%;
    }

}





@media (max-width : 768px) {

    #footer .widget_nav_menu h3,#footer .address-widget h3 {
        cursor: pointer;
    }
    .widget_nav_menu ul,.address-widget .widget .wp-widget-group__inner-blocks {
        max-height: 0;
        overflow:hidden;
        transition: max-height 1s ease-out; }

    .widget_nav_menu h3:after, .address-widget .widget h3:after {
        content: '';
        width: 25px;
        float: right;
        height: 10px;
        width: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(135deg);
        transition: all ease-in-out 300ms;
    }
    .widget_nav_menu.open h3:after,.address-widget .widget.open h3:after {
        content: '';
        transform: rotate(-45deg);
    }

    .widget_nav_menu.open ul,.address-widget .widget.open .wp-widget-group__inner-blocks {
        height:auto;
        max-height: 500px;
        transition: max-height 1s ease-in !important; }
    #menu-footer-button-menu,#menu-footer-menu{max-height:inherit;}
}


.more-share ul {
    position: absolute;
    width: 40px;
    background: #f2f2f2;
    padding: 5px;
    border-radius: 20px;
    left: 3px;
    bottom: 100%;
    border: 1px solid #e5e5e5;
    display: none;
    transition: all ease-in-out 300ms;
}
.more-share > img{
    cursor: pointer;
}

.single #page.site div.resource-blog-content-area div.container{
    padding-top: 25px;
}
.share ul li {
    position: relative;
}
.more-share ul li {
    padding: 3px 0;
}
.more-share:hover ul {
    display: block;
}
.legal-content p {
    color: #586884;
    font-size: 18px;
}

.legal-content p a {
    color: #586884;
    text-decoration: underline;
}
.legal-content ul {
    padding-left: 0;
}

.legal-content ul li {
    padding-left: 20px;
    position: relative;
    color: #586884;
    margin-bottom: 20px;
}

.legal-content ul li:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background: #586884;
    position: absolute;
    left: 0px;
    top: 12px;
}
.legal-content h1,
.legal-content h2,
.legal-content h3 {
    margin-top: 30px;
    color: #586884;
}
.legal-content {
    padding: 30px 0;
    border-top: 1px solid rgb(13 31 65 / 20%);
    border-bottom: 1px solid rgb(13 31 65 / 20%);
    margin: 40px 0;
}
.legal-content table {
    color: #586884;
}
.about-hero {
    padding: 50px 0 200px;
}
.single-blog-content ul {
    padding-left: 0;
}

.single-blog-content ul li {
    position: relative;
    padding: 0 0 0 20px;
}

.single-blog-content ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 10px;
    top: 12px;
    left: 0;
}

.single #page.site main#post-main section.related-posts{
    margin-top:50px;
    margin-bottom: 50px;
}

.single #page.site main#post-main section.related-posts .masonry-grid{
    display: flex;
    gap: 20px;
}

.nav-bar-sec .navbar ul.navbar-nav > li.current_page_ancestor > a{
    color: #fff;
    background: none;
}
.legal-pg {
    padding: 80px 0;
}
@media(max-width: 767px){
    .nav-bar-sec .navbar ul.navbar-nav > li.current_page_ancestor > a {
        background: transparent;
        color: #00AF96;
    }
    .about-hero {
        padding: 50px 0 100px;
    }
}
@media(max-width: 368px){
    .hm-key-content .owl-controls {
        margin-top: 0;
    }
}
.content-field p {
    color: #586884;
    font-size: 20px;
}

.footer-left-col a.wp-block-button__link:hover {
    background: rgba(255,255,255,0.05) !important;
}
.frm_pos_top.frm_section_spacing {
    display: none;
}
.single-blog-content img {
    width: 100% !important;
}
.resource-info-card .card-body-inner {
    padding-bottom: 40px;
}
.resource-left-inner{
    overflow: hidden;
}
.card-slider .owl-nav {
    text-align: left;
    bottom: 110px !important;
    width: 165px;
    margin-left: 55px;
    position: absolute;
}
.resource-img.video p {
    margin-bottom: 0;
}

.resource-img.video br {
    display: none;
}
.resource-img img{
    height: 100%;
    object-fit: cover;
}
.resource-detail-pg .resource-img {
    height: 350px;
    max-width: 350px;
    margin: auto;
}

.resource-detail-pg .resource-img img {
    height: 100%;
    object-fit: cover;
}

.card-slider .owl-nav .owl-prev:after, .card-slider .owl-nav .owl-next:after{
    background: url(/wp-content/uploads/2023/09/ArrowLeft.png) no-repeat center;
}
.external-icon .nav-link:before {
    background: url('/wp-content/uploads/2023/09/external-link.png') no-repeat center;
}

#search-suggestions {
    width: 100%;
    max-height: 205px;
    overflow: inherit;
    background: #fff;
    border-radius: 20px;
    padding: 0px 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
}
.suggestion-inner {
    box-shadow: 1px 1px 25px #0D1F4126;
    border-radius: 20px;
    height: 192px;
    overflow: auto;
    padding: 14px 0;
    margin-top: 10px;
}
.suggestion-inner a:hover {
    color: #001437;
    background: rgb(13 31 65 / 10%);
}
.suggestion-inner a {
    padding: 12px 20px !important;
    border-bottom: 1px solid rgb(222 222 222 / 30%);
}
.accordion-button, .accordion-button:not(.collapsed) {
    color: #001437 !important;
}
.accordion-content {
    color: #586884;
}
.resourece-content p {
    color: #586884;
    font-size: 20px;
}
.single-blog-content p, .single-blog-content ul li {
    color: #586884;
    font-size: 20px;
}
#post-main ul {
    padding-left: 25px !important;
    color: #586884;
    font-size: 20px;
}
.single-blog-content ul li:before{
    display: none;
}
.single-blog-content ul li {
    padding: 0 0 0 0px;
}
.overview-link-list ul li span.icon img {
    max-width: 20px;
    max-height: 20px;
}
.card-badge span.icon img {
    max-width: 20px;
    height: 20px;
}
.poster-content-section {
    background-image: url(/wp-content/uploads/2023/09/resources-curve-light-bg.png);
}
#post-main .share .more-share ul {
    padding-left: 5px !important;
}
.resource-img.video span.wistia_embed {
    width: 100% !important;
}
.form-info-content {
    color: #001437;
    font-size: 16px;
    line-height: 1.35em;
}
.checkbox-fleld .frm_opt_container {
    grid-template-columns: repeat(1, 1fr) !important;
}
.frm_style_formidable-style.with_frm_style .form-field input[type="checkbox"] {
    border-width: 1px !important;
    width: 25px;
    height: 25px;
    margin: 0 0px 0 -10px;
}
.frm_style_formidable-style.with_frm_style .form-field .frm_checkbox label {
    padding-left: 32px !important;
    font-weight: 400 !important;
    line-height: 1.2em;
    font-family: 'SourceSansPro';
}
.checkbox-fleld .frm_opt_container {
    grid-template-columns: repeat(1, 1fr) !important;
    padding: 10px 0;
}
.with_frm_style .frm_checkbox input[type=checkbox]:before {
    margin: 5px 0 0 5px;
}
.card-badge span.text {
    color: #001437;
}
.default-error-pg {
    padding: 75px 0;
}
.wistia_popover_embed{
    z-index: 100000 !important;
}
.resource-detail-pg .resource-img.video {
    max-width: 650px;
    border: 1px solid #efefef;
}
.resource-img.video p, .resource-img.video p .wistia_embed{
    margin-bottom: 0;
    height: 100% !important;
}
.custom-logo-link {
    max-width: 200px;
    display: inline-block;
}
.hm-key-content{
    padding-top: 0 !important;
}
.card-layout-btm .resource-img.video {
    height: 100%;
    border-radius: 0;
}
.with_frm_style .frm_message p{
    max-width:100%;
}
@media(max-width: 767px){
    .poster-content-figure {
        height: 320px !important;
        min-height: auto;
    }
    .poster-content-section .card-slider .owl-nav {
        bottom: 68px !important;
    }

}


/*contact page */
.contact-location {
    background-color: rgba(173,178,193,.1);
    padding: 35px;
    border-radius: 20px;
    display: none;
}
.contact-location.active{
    display: block;
}
.contact-mid-block p, .contact-bottom-block p {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    color: #001437;
    word-break: break-all;
}
.contact-mid-block a, .contact-bottom-block a {
    color: #05a5e6;
    text-decoration: underline;
}

.contact-mid-block h5, .contact-bottom-block h5 {
    font-weight: 400;
    font-size: 16px;
    color: #001437;
}
.contact-mid-block {
    margin-bottom: 20px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(135,147,170,.3);
    border-top: 1px solid rgba(135,147,170,.3);
}
.contact-location-header {
    padding: 10px 0 25px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contact-position-img {
    margin-right: 10px;
}
.contact-position__change{cursor:pointer;}
.contact-position__dropdown {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    -webkit-box-shadow: 0 7px 9px rgba(0,0,0,.1), 0 6px 3px rgba(0,0,0,.02);
    box-shadow: 0 7px 9px rgba(0,0,0,.1), 0 6px 3px rgba(0,0,0,.02);
}
.contact-position__dropdown ul{margin:0;}
.contact-position__dropdown ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 25px;
    background-color: #fff;
    border-radius: 4px;
    border-bottom: 1px solid #eff3eb;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}
.contact-position__dropdown ul li:hover {
    background-color: #e6f0fa;
}
.contact-position__dropdown ul li img{
    height: 20px;
    margin-top: 6px;
}
.contact-location ul li img{
    display:none;
}
.contact-location.active ul li img{
    display:block;
}
.contact-position__change {
    color: rgba(135,147,170,.5);
    font-size:15px;
    text-decoration:underline;
}
.page-template-page-contact textarea{
    height: 224px;
    margin-top: 13px;
}

/* contact page */



#feature_details .database-feature-details{
    border-top: 1px solid #ddd;
    margin-bottom: 0;
    font-size: 1.1rem;
    padding: 10px 0;
    line-height: 1.3;
}
#feature_details .database-feature-details > div{ padding-right: 7px; }
#feature_details .database-feature-details > div:first-child{ padding-left: 7px; padding-right: 7px; }
#feature_details .database-feature-details:first-child{ border-top: none; }
/* #feature_details .database-feature-details:nth-child(2n+1){ background-color: #f9f9f9; } */

.footer-left-col #block-57 {
    float: left;
    padding-right: 20px;
    width: 65%;
}


.contact-positions .contact-mid-block{ border-top: none; }

.talk-to-btn a {
    color: #fff !important;
    font-size: 15px !important;
    padding: 6px 30px !important;
    line-height: 25px !important;
    font-family: 'ION';
    border: 2px solid;
    height: 40px;
}
.talk-to-btn a:hover{ line-height: 30px !important; }

.nav-bar-sec .navbar ul.navbar-nav > li.talk-to-btn a:hover:before{ display: none; }


.wp-block-button__link{
    color: #fff;
    font-size: 16px;
    padding: 7px 30px;
    line-height: 26px;
    width: auto;
    background-color: #00a5e6;
    border-color: #00a5e6;
}
.iona_table{
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}
.iona_table a{ color: #001437; text-decoration: underline; }
.iona_table th{ background: #d1d1d1; }
.iona_table th h4{ margin-bottom: 0; font-size: calc(0.875rem + .3vw); }
.iona_table tr:nth-child(even) {
    background-color: #e1e1e1;
}

#request_sample_data form {
    padding: 16px 20px;
    max-width: 100%;
    width: 400px;
    background: #fff;
}
#request_sample_data label{ margin-bottom: 5px; display: block; }
#request_sample_data input[name="submit"]{ margin-top: 10px }

.wpml-ls-item .sub-menu{
    background: #051336;
    padding-left: 6px;
}

.wpml-ls-item:hover .sub-menu{
    display: block;
}

.left-cornder-gradient{
    background: url('../images/left-corner-gradient.png') no-repeat top left;
    background-size: contain;
}

.animate-bg-light{
    padding:130px 0px;
}

.animate-bg-light .nav-tabs li button,
.animate-bg-light .nav-tabs li button:hover {
    background: transparent;
    color: #001437;
}

.animate-bg-light .tab-content{
    box-shadow: 0 20px 40px rgb(13 31 65 / 20%);
}

.faq {
    background: url('../images/gradient-left-corner.png');
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 768px){
    .hide-desktop-image{
        display: none;
    }
}

@media (max-width: 768px){
    .hide-mobile-image{
        display: none;
    }
}

@media (max-width: 768px){
    .lightheader-margin{
        margin-top: 0px !important;
    }
}

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

/*contact page */

.contact-location {
    background-color: rgba(173,178,193,.1);
    padding: 35px;
    border-radius: 20px;
    display: none;
}
.contact-location.active{
    display: block;
}
.contact-mid-block p, .contact-bottom-block p {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    color: #001437;
}
.contact-mid-block a, .contact-bottom-block a {
    color: #05a5e6;
    text-decoration: underline;
}

.contact-mid-block h5, .contact-bottom-block h5 {
    font-weight: 400;
    font-size: 16px;
    color: #001437;
}
.contact-mid-block {
    margin-bottom: 20px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(135,147,170,.3);
    border-top: 1px solid rgba(135,147,170,.3);
}
.contact-location-header {
    padding: 10px 0 25px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contact-position-img {
    margin-right: 10px;
}
.contact-position__change{cursor:pointer;}
.contact-position__dropdown {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    -webkit-box-shadow: 0 7px 9px rgba(0,0,0,.1), 0 6px 3px rgba(0,0,0,.02);
    box-shadow: 0 7px 9px rgba(0,0,0,.1), 0 6px 3px rgba(0,0,0,.02);
}
.contact-position__dropdown ul{margin:0;}
.contact-position__dropdown ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 25px;
    background-color: #fff;
    border-radius: 4px;
    border-bottom: 1px solid #eff3eb;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}
.contact-position__dropdown ul li:hover {
    background-color: #e6f0fa;
}
.contact-position__dropdown ul li img{
    height: 20px;
    margin-top: 6px;
}
.contact-location ul li img{
    display:none;
}
.contact-location.active ul li img{
    display:block !important;
}
.contact-position__change {
    color: rgba(135,147,170,.5);
    font-size:15px;
    text-decoration:underline;
}
.page-template-page-contact textarea{
    height: 224px;
    margin-top: 13px;
}


/* contact page */

@media screen and (min-width: 767px){
    .navbar ul li.has-mega-menu.column-center > .sub-menu {
        width: 600px !important;
        transform: translate(-50%, 0);
        left: 50%;
}}

.footer-left-col #block-59{
    float: left;
    margin-right: 30px;
}
.footer-left-col #block-59 img {
    max-width: 98px;
}
.footer-left-col #block-59 {
    float: left;
    padding-right: 20px;
    width: 65%;
}

body.single-backstop_blog .hero-strip img{
    height: 20px;
}