@font-face { font-family: icomoon;
  src: url(https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/raw_assets/public/PrimeCapitalFinancial_September2024/fonts/icomoon.eot) format("embedded-opentype"),
    url(https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/raw_assets/public/PrimeCapitalFinancial_September2024/fonts/icomoon.woff) format("woff"),
    url(https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/raw_assets/public/PrimeCapitalFinancial_September2024/fonts/icomoon.ttf) format("truetype"),
    url(https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/raw_assets/public/PrimeCapitalFinancial_September2024/fonts/icomoon.svg) format("svg"); 
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face { font-family: "nectarbrands";
  src: url(https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/raw_assets/public/PrimeCapitalFinancial_September2024/fonts/nectar-brands.eot) format("embedded-opentype"),
    url(https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/raw_assets/public/PrimeCapitalFinancial_September2024/fonts/nectar-brands.woff) format("woff"),
    url(https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/raw_assets/public/PrimeCapitalFinancial_September2024/fonts/nectar-brands.ttf) format("truetype"),
    url(https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/raw_assets/public/PrimeCapitalFinancial_September2024/fonts/nectar-brands.svg) format("svg");
  font-style: normal;
  font-weight: normal;
  font-display: block; 
}

.child_theme strong {
  font-family: Work Sans;
  font-weight: 800;
}
.child_theme p a {
  text-decoration:underline;
}
.child_theme .servs-details-pg .hs-search-field button {
  top: 24px;
}
.child_theme .contact-banner.top_area-module-2 form .hs-form-field input:not(.hs-button) {
  border-radius: 0;
  box-shadow: none;
  padding-left: 15px;
  padding-right: 15px;
}
.child_theme .servs-details-pg .hs_service .widget-type-form input {
  color: #fff;
}
.child_theme .error-page:before{
  color: rgb(0 163 224 / 17%);
}
.child_theme .contact_page .cnt-btm-sec .cm-map-wrapper .page-center {
  padding: 0;
}
.child_theme .pricing-table-gp .pricing-area .plan-price{
  font-size: 48px;
}
.child_theme .cm_subscription_preferences h1 {
  font-size: 48px;
}
.child_theme .cm_subscription_preferences h2 {
  font-size: 42px;
}

.child_theme .servs-details-pg .hs_service > .page-center .flex_row .col4 .row-fluid {
    padding: 0;
}

.child_theme .servs-details-pg .hs_service > .page-center .flex_row .col8 .row-fluid {
    padding: 0;
}


/* ---------------------------Form  */
.child_theme .hs_cos_wrapper_type_email_subscriptions,
.child_theme .hs_cos_wrapper_type_password_prompt,
.child_theme .hs-search-field__bar,
.child_theme .widget-type-form,
.child_theme .widget-type-blog_subscribe,
.child_theme .widget-type-google_search,
.child_theme .widget-type-password_prompt.custom_error_message,
.child_theme .widget-type-email_simple_subscription,
.child_theme .section.post-footer form,
.child_theme .hs_cos_wrapper_type_member_login,
.child_theme .hs_cos_wrapper_type_member_register,
.child_theme .hs_cos_wrapper_type_password_reset_request,
.child_theme .hs_cos_wrapper_type_password_reset{
  margin-bottom: 60px;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.child_theme .hs-form-field {
  margin-bottom: 16px;
  padding: 0;
}
.child_theme .hs-form-field > label,
.child_theme .field > label {
  text-transform: uppercase ;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}
.child_theme form input[type=email],
.child_theme form input[type=file],
.child_theme form input[type=number],
.child_theme form input[type=password],
.child_theme form input[type=search],
.child_theme form input[type=tel],
.child_theme form input[type=text],
.child_theme form select,
.child_theme form textarea {
  font-size: 15px;
  padding: 8px;
  border-width: 0 0 2px 0;
  line-height: 24px;
  border-style: solid;
  height: auto;
}
.child_theme form input[type=search]{
  padding-right: 42px;
}
.child_theme .hs-button, form input[type=submit],
.child_theme .widget-type-google_search a.hs-button.primary{
  font-family: Roboto;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 700;
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1),
    transform .45s cubic-bezier(0.25,1,0.33,1),
    border-color .45s cubic-bezier(0.25,1,0.33,1),
    color .45s cubic-bezier(0.25,1,0.33,1),
    background-color .45s cubic-bezier(0.25,1,0.33,1),
    box-shadow .45s cubic-bezier(0.25,1,0.33,1);
}
.child_theme .hs-button:hover,
form input[type=submit]:hover,
.child_theme .widget-type-google_search a.hs-button.primary:hover{
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
  transform: translateY(-3px);
}
.child_theme .hs-form-field > label .hs-form-required {
  color: red;
}
.child_theme .hs-form-field > ul {
  margin: 0;
  padding: 0;
}
.child_theme .hs-form-field > ul > li {
  margin: 0;
  padding: 0;
}
.child_theme .hs-form-field > ul > li > label,
.child_theme .hs_error_rollup ul li label {
  background: #fff9f9;
  border: 1px solid #c02b0a;
  margin: 0;	
  margin-top: 8px;
  padding: 12.992px 24px;
}

/* ---------header  */
.cm-header-wrp {
  min-height: 176px;
}

.cm-header-wrp .cm-header {
  backdrop-filter: blur(12px);
  transition: box-shadow .42s ease, opacity .3s ease, transform .32s ease;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
  background-color: rgba(255, 255, 255,0.92);
}

.cm-header .page-center .header-row .header-top {
  width: 100%;
}

.header-logo a {
  display: inline-block;
}

.header-top .right {
  align-items: center;
  display: flex;
}

.cm-header .page-center .header-row .header-top {
  justify-content: space-between;
}

.header-top .right .hs-menu-wrapper>ul>li {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.header-top .right .hs-menu-wrapper>ul>li>a:after{
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.25,0,0.4,1), border-color 0.35s cubic-bezier(0.52,0.01,0.16,1);
  bottom: -4px;
  border-color: #00205b;
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  border-top: 2px solid #000;
  content: "";
  padding-bottom: inherit;
}

.header-top .right .hs-menu-wrapper>ul>li>a:hover:after {
  backface-visibility: hidden;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.header-top .login-btn a:hover {
  border-color: #00a3e0;
  color: #00a3e0;
  transform: none;
  box-shadow: none;
}

.header-top .right .hs-menu-wrapper>ul>li>a {
  transition: color .2s ease;
  margin-left: 22px;
  margin-right: 22px;
  line-height: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  display: block;
  position: relative;
}

.header-top .login-btn a {
  transition: color .2s ease;
  margin-left: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  display: block;
  line-height: 1.25;
  padding-left: 18px;
  padding-right: 18px;
  background: transparent;
  text-transform: capitalize;
  border: 2px solid #999;
  padding-top: 6px;
  padding-bottom: 6px;
  letter-spacing: 0.5px;
}

.cm-header-wrp .header-bottom {
  width: 100%;
}

.cm-header-wrp .header-bottom .hs-menu-wrapper>ul>li>a {
  transition: color .2s ease;
  margin-left: 22px;
  margin-right: 22px;
  font-family: Roboto;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: rgba(153, 153, 153,1.0);
  display: block;
  position: relative;
  background-color: rgba(2, 103, 128,0.0);
}

.cm-header-wrp .header-bottom .hs-menu-wrapper>ul>li.active>a{
  color: rgba(153, 153, 153,1.0);
  background-color: rgba(2, 103, 128,0.0);
}

.cm-header-wrp .header-bottom .hs-menu-wrapper>ul>li>a:hover {
  color: rgba(153, 153, 153,1.0);
  background-color: rgba(2, 103, 128,0.0);
}

.cm-header-wrp .header-bottom .hs-menu-wrapper>ul>li>ul{
  padding: 20px;
  width: 240px;
  z-index: 999;
  top: calc(100% + 12px);
  text-align: left;
  border-top: 1px solid #e9e9e9;
  background-color: rgba(255, 255, 255,1.0);
  box-shadow: 0 6px 28px rgba(0, 0, 0, .08);
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.cm-header-wrp .header-bottom .hs-menu-wrapper>ul>li{
  position: relative;
  margin-bottom: 0;
}

.cm-header-wrp .header-bottom .hs-menu-wrapper>ul>li:hover>ul{
  opacity: 1;
  visibility: visible;
}

.cm-header-wrp .header-bottom .bottom-nav {
  display: flex;
  align-items: center;
}

.header-bottom .contact-btn a {
  margin-bottom: 14px;
}

.header-bottom .contact-btn a {
  transition: color .2s ease;
  margin-left: 22px;
  margin-right: 22px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  padding: 12px 24px;
  display: block;
  border-radius: 100px;
  position: relative;
  overflow:hidden;
}

.header-bottom .contact-btn a:before {
  left: -24px;
  height: calc(100% + 24px);
  width: calc(100% + 48px);
  background-size: 1300%;
  animation: nectarBtnGradientScroll 40s linear infinite;
  background-image: linear-gradient(90deg, #00205b, #00a3e0, #00205b);
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  z-index: -1;
  transform-origin: top;
  transform: translateY(-50%) ;
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1), transform .45s cubic-bezier(0.25,1,0.33,1), border-color .45s cubic-bezier(0.25,1,0.33,1), color .45s cubic-bezier(0.25,1,0.33,1), background-color .45s cubic-bezier(0.25,1,0.33,1), box-shadow .45s cubic-bezier(0.25,1,0.33,1);
}

.header-bottom .contact-btn a:after {
  opacity: 1;
  left: -24px;
  height: calc(100% + 24px);
  width: calc(100% + 48px);
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  z-index: -1;
  transform-origin: top;
  transform: translateY(-50%);
  border-radius: 200px;
}

.cm-header-wrp .header-bottom .hs-menu-wrapper>ul>li>a i {
  margin-left: 9px;
  font-size: 16px;
  transition: color .2s ease;
  line-height: 16px;
  color: #888;
  font-family: icomoon;!;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  top: -2px;
  vertical-align: middle;
  max-width: 100%;
}

.cm-header-wrp .header-bottom .hs-menu-wrapper>ul>li>a i:before {
  content: "\e60a";
}

.cm-header-wrp .header-bottom .hs-menu-wrapper>ul>li>a:after {
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.25,0,0.4,1), border-color 0.35s cubic-bezier(0.52,0.01,0.16,1);
  bottom: -4px;
  border-color: #00205b;
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  border-top: 2px solid #000;
  content: "";
  padding-bottom: inherit;
}

.cm-header-wrp .header-bottom .hs-menu-wrapper>ul>li:hover>a:after {
  backface-visibility: hidden;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.cm-header-wrp .header-bottom .hs-menu-wrapper>ul>li>ul>li {
  margin-bottom: 0;
}

.cm-header-wrp .header-bottom .hs-menu-wrapper>ul>li>ul>li>a {
  padding: 6px;
  font-size: 15px;
  letter-spacing: 0;
  color: rgba(153, 153, 153,1.0);
  background-color: rgba(0, 32, 91,0.0);
  line-height: 25px;
  display:block;
}

.cm-header-wrp .header-bottom .hs-menu-wrapper>ul>li>ul>li>a:hover{
  background-color: rgba(0, 32, 91,1.0);
  color: rgba(255, 255, 255,1.0);
}

.cm-header-wrp .header-bottom .hs-menu-wrapper>ul>li>ul>li.active>a{
  color: rgba(255, 255, 255,1.0);
  background-color: rgba(0, 32, 91,1.0);
}

.cm-banner .bg_el.bg_img {
  background-size: auto;
  background-repeat: repeat;
}
.cm-banner .bg_el.bg_img {
  background-size: auto;
  background-repeat: repeat;
}
.cm-banner.simple-banner {
  min-height: 260px;
  padding: 0;
  background-color: #00205b;
}

.cm-banner .page-center {
  padding: 0 80px;
}

.cm-banner .page-center .banner-content-inner {
  padding: 0;
}

.cm-banner .banner-content-inner .top_sec h1 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 44px;
  line-height: 46px;
  margin: 0;
  margin-bottom: 8px;
}

.cm-banner .banner-content-inner .top_sec h1 strong {
  font-weight: 800;
}

.child_theme .footer_partial_wrapper{
  background-repeat: repeat;
  background-size: auto;
}
.cm-footer {
  background: linear-gradient(0deg, rgb(0, 32, 91) 17%, rgba(0, 32, 91, 0.84) 71%, rgb(0, 32, 91) 98%);
  padding-top: 96px;
  padding-bottom: 115px;
  padding-left: 6vw;
  padding-right: 6vw;
  font-size: 18px;
  padding-top: calc(100vw* 0.05);
  padding-bottom: calc(100vw* 0.06);
  z-index: 9;
  position: relative;
}
.cm-footer .bottom-footer .flex_row .col-section {
  padding: 0;
}
.cm-footer .bottom-footer .flex_row .col-section.bottom-left-col .type_image {
  margin-bottom: 20px;
}
.cm-footer .bottom-footer .flex_row .col-section.bottom-left-col .type_richtext {
  margin-bottom: 1.5em;
  padding-bottom: 2vh;
}
.footer.footer_section__2 .footer-section-2 .num2 .row2 .footer-image img{
  max-width: 100% !important;
}
.cm-footer .bottom-footer .flex_row .col-section.bottom-left-col .type_advance_menu {
  font-size: 14px;
  line-height: 22px;
}
.col-section.bottom-left-col .type_advance_menu .hs-menu-wrapper ul {
  display: flex;
  flex-direction: row;
}
.col-section.bottom-left-col .type_advance_menu .hs-menu-wrapper >ul>li {
  margin: 0;
}
.col-section.bottom-left-col .type_advance_menu .hs-menu-wrapper >ul>li:not(:last-child):after {
  content: "|";
  margin-left: 4px;
  margin-right: 4px;
}
.cm-footer .bottom-footer .flex_row 
.col-section.bottom-right-col {
  padding-left:     calc(100vw* 0.04);
}
.cm-footer .bottom-footer .flex_row .col-section.bottom-right-col .type_richtext {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 1.5em;
  margin-top: 4vh;
}
.cm-footer .bottom-footer .flex_row .col-section.bottom-right-col .type_image {
  margin-bottom:2vh
}
.cm-footer .bottom-footer .flex_row .col-section.bottom-right-col .type_advance_menu {
  padding-top: 0 !important;
}
.col-section.bottom-right-col .type_advance_menu .hs-menu-wrapper >ul {
  font-size: 14px;
  line-height: 22px;
  display: flex;
  flex-direction: row;
}
.col-section.bottom-right-col .type_advance_menu .hs-menu-wrapper >ul>li {
  margin: 0;
}
.col-section.bottom-right-col .type_advance_menu .hs-menu-wrapper >ul>li:not(:last-child):after {
  content: "|";
  margin-left: 4px;
  margin-right: 4px;
}

.col-section.bottom-left-col .type_advance_menu .hs-menu-wrapper >ul>li>a {
  text-decoration: underline;
}

.col-section.bottom-right-col .type_advance_menu .hs-menu-wrapper >ul>li>a {
  text-decoration: underline;
}

.cm-footer .top-footer:after {
  height: 3px;
  content: "";
  width: 66.66666667%;
  display: block;
  margin-top: 0px;
  background-color: rgba(255, 255, 255, .3);
  margin-bottom: 12.5px;
  margin-left: auto;
  margin-right: auto;
}

.cm-footer .bottom-footer {
  padding-top: 5%;
}

.cm-footer .top-footer .flex_row .col-section {
  padding: 0;
}

.cm-footer .top-footer .flex_row .col-section.top-left-col .type_heading {
  line-height: 4.4vw;
  font-size: 4vw;
  margin-bottom: 24px;
  padding-right: 6%;
  padding-left: 6%;
}

.footer.footer_section__2.cm-footer .footer-section-1 .col-section.num1 .footer-row.row2 {
  padding-right: 6%;
  padding-left: 6%;
      margin-bottom: 10px;
}

.cm-footer .top-footer .flex_row .col-section.top-left-col .type_heading h2 {
  margin-bottom: 7px;
  text-transform: capitalize;
  font-size: 60px;
  line-height: 76px;
  margin-bottom: 24px;
  padding-bottom: 3vh;
  word-spacing: 1.3px;
}

.cm-footer .top-footer .flex_row .col-section.top-left-col .type_button .ftr_btn_item a {
  font-size: 1.1vw;
  line-height: 1.1;
  font-weight: 900;
  font-family: Roboto;
  padding: 1em 2.5em;
}

.cm-footer .top-footer .flex_row .col-section.top-right-col .type_richtext h3 {
  font-size: 44px;
  line-height: 50px;
  color: rgba(255, 255, 255,1.0);
  margin-bottom: 27px;
}

.cm-footer .top-footer .flex_row .col-section.top-right-col .type_richtext h4 {
  margin-top: 10px;
  margin-bottom: 24px;
  line-height: 38px;
  font-size: 1.3vw;
}

#categories-3.active .select2-selection--single {
    background-color: #00205b !important;
    color: #fff;
    border-color: #00205b;
}

#categories-3.active .select2-selection--single b {
    border-color: #fff transparent transparent;
    transform: rotate(180deg);
}



.cm-footer .top-footer .flex_row .col-section.top-right-col .footer-social {
  display: block;
  padding: 0;
}

.cm-footer .top-footer .flex_row .col-section.top-right-col .footer-social .footer-social-item {
  font-size: 34px;
  line-height: 51px;
  height: 64px;
  width: 64px;
  display: inline-block;
  text-align: center;
  border-color: rgba(255, 255, 255, 0.15);
  border-width: 2px;
  padding: 5px;
  border-style: solid;
  border-radius: 150px;
  position: relative;
  transition: background-color .45s cubic-bezier(0.25,1,0.33,1), border-color .45s cubic-bezier(0.25,1,0.33,1);
  margin: 0 4px;
  cursor:pointer;
}

.cm-footer .top-footer .flex_row .col-section.top-right-col .footer-social .footer-social-item:first-child{
  margin: 0;
}

.cm-footer .top-footer .flex_row .col-section.top-right-col .footer-social .footer-social-item:last-child{
  margin: 0;
}

.cm-footer .top-footer .flex_row .col-section.top-right-col .footer-social .footer-social-item i {
  font-family: icomoon ;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  color: rgba(255, 255, 255,1.0);
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cm-footer .top-footer .flex_row .col-section.top-right-col .footer-social .footer-social-item i.facebook:before {
  line-height: inherit;
  content: "\e60d";
}

.cm-footer .top-footer .flex_row .col-section.top-right-col .footer-social .footer-social-item i.x-twitter:before {
  content: "\e918";
}

.cm-footer .top-footer .flex_row .col-section.top-right-col .footer-social .footer-social-item i.linkedin:before {
  content: "\e605";
}

.child_theme .cm-footer .top-footer .flex_row .col-section.top-right-col .type_richtext h4 a:after {
  line-height: 1.5;
  font-size: 1.3vw;
  border: 1px solid rgba(0, 0, 0, .3);
  opacity: .8;
  left: 0;
  backface-visibility: hidden;
  pointer-events: none;
  width: 100%;
  height: 2px;
  display: block;
  content: '';
  position: absolute;
  margin-top: 0;
  top: auto;
  border-top: none;
  border-right: none;
  bottom: 0;
  border-left: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
  background-color: transparent !important;
  transition: transform .4s cubic-bezier(.23,.46,.4,1);
  animation: none;
  transform-origin: left;
  z-index: 1;
  border-color: rgba(255, 255, 255, .5);
  border-radius: 0;
}
.child_theme .cm-footer .top-footer .flex_row .col-section.top-right-col .type_richtext h4 a:hover:after{
  animation: portSliderLine .45s cubic-bezier(.15,.75,.5,1) forwards;
}
.child_theme .cm-footer .top-footer .flex_row .col-section.top-right-col .type_richtext h4 > span {
  font-size: 1.3vw;
  border-radius: 200px !important;
  -webkit-border-radius: 200px !important;
  box-shadow: none;
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1), transform .45s cubic-bezier(0.25,1,0.33,1), border-color .45s cubic-bezier(0.25,1,0.33,1), color .45s cubic-bezier(0.25,1,0.33,1), background-color .45s cubic-bezier(0.25,1,0.33,1), box-shadow .45s cubic-bezier(0.25,1,0.33,1);
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1), transform .45s cubic-bezier(0.25,1,0.33,1), border-color .45s cubic-bezier(0.25,1,0.33,1), color .45s cubic-bezier(0.25,1,0.33,1), background-color .45s cubic-bezier(0.25,1,0.33,1), box-shadow .45s cubic-bezier(0.25,1,0.33,1);
}
.child_theme .cm-footer .top-footer .flex_row .col-section.top-right-col .type_richtext h4 > span:hover > a:after {
  animation: none;
  transform: scaleX(0);
  transform-origin: right;
}
.cm_membership_login label.hs-membership-global-error.hs-error-msg,
.cm_membership_registration label.hs-membership-global-error.hs-error-msg,
.cm_reset_password label.hs-membership-global-error.hs-error-msg,
.cm_membership_registration .hs-form-field > ul > li > label{
  padding: 0;
  border: 0;
}
.child_theme .cm-footer .page-center{
  padding-left:0;
  padding-right:0;
}

@keyframes portSliderLine {
  0% {
    transform: scaleX(0);
    transform-origin: left
  }

  100% {
    transform: scaleX(1);
    transform-origin: left
  }
}
@keyframes portSliderLine2 {
  0% {
    transform: scaleX(1);
    transform-origin: right
  }

  100% {
    transform: scaleX(0);
    transform-origin: right
  }
}

.cm-footer .top-footer .flex_row .col-section.top-right-col .type_richtext h4 a {
  position: relative;
  display:inline-block;
  line-height: 1.5;
}

.cm-footer .top-footer .flex_row .col-section.top-right-col .type_richtext h4 span {
  color: rgba(255, 255, 255,1.0);
}

.back_to_top svg {
  display: none;
}

.back_to_top  i {
  line-height: 29px;
  width: 29px;
  height: 29px;
  font-size: 14px;
  top: 0;
  left: 0;
  text-align: center;
  position: relative;
  z-index: 10;
  background-color: transparent;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  transition: transform 0.2s ease;
}

.back_to_top i:before {
  content: "\e609";
  color: #fff;
}

.cm-footer .bottom-footer .flex_row .col-section.bottom-left-col .type_image .footer-image {
  max-width: 75%;
  width: auto;
}
.cm-footer .bottom-footer .flex_row .col-section.bottom-left-col .type_image .footer-image img {
  max-width: 100% !important;
}

.cm-footer .back_to_top {
  transition: -webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1), background-color 0.1s linear;
  display: block;
  position: fixed;
  text-align: center;
  line-height: 12px;
  right: 17px;
  bottom: 0;
  cursor: pointer;
  z-index: 9994;
  height: 29px;
  width: 29px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  overflow:hidden;   
  transform: translateY(105%);
}

.backtotop_show .cm-footer .back_to_top{
  transform: translateY(-50%);
}

.cm-footer .back_to_top:hover{
  transition: -webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1), background-color 0.05s linear 0.25s;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.16);
  background-color: transparent !important;
}

.cm-footer .back_to_top:before {
  display: block;
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
  opacity: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.25);
  transform: scale(1);
  -webkit-transform: scale(1);
}

.cm-footer .back_to_top:after {
  display: block;
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 1;
  border-radius: 100px;
  transition: all 0.3s cubic-bezier(.55,0,.1,1);
  background-color: #00205b;
}

.cm-footer .back_to_top:hover:after {
  transform: scale(1);
}

.back_to_top:hover i.top-icon {
  transform: translate(0, -29px);
}

.back_to_top:hover i {
  transform: translate(0, -29px);
}


.child_theme .section.post-footer form {
    padding: 0;
    margin-top: 30px;
}

.cm-footer .top-footer .flex_row .col-section.top-left-col .type_button .ftr_btn_item a{
  letter-spacing: 1px;
}

.child_theme .footer_partial_wrapper{
  background-color: #00205b;
  position: relative;
}

.post_bnr {
  height: calc(100vh - 155px);
  width: 100%;
  position: relative;
  z-index: 2;
}

.post_bnr .page-center {
  padding: 0 80px;
}

.post_bnr .page-center .pnr_cntn {
  text-align: center;
  width: 100%;
  position: relative;
}

.post_bnr .page-center .pnr_cntn .cm_meta_tags {
  padding: 6px 10px;
  font-family: Roboto;
  text-transform: uppercase;!;
  letter-spacing: 1px;
  font-size: 14px;
  background-color: #00205b;
  font-weight: 700;
  color: #fff;
  margin: 5px 6px 0 5px;
  display: inline-block;
  line-height: 18px;
  margin-bottom: 15px;
  border-radius: 100px;
}

.post_bnr .page-center .pnr_cntn .title {
  max-width: 1000px;
  margin: 0 auto;
  font-family: Work Sans;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 44px;
  line-height: 46px;
  font-weight: 300;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  color: #fff;
}

.post_bnr .page-center .pnr_cntn .scroll-down-wrap {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 60px;
  margin-left: -22px;
  z-index: 101;
}

.post_bnr .page-center .pnr_cntn .scroll-down-wrap .section-down-arrow {
  display: inline-block;
  width: 49px;
  height: 49px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 100px;
  font-size: 25px;
  transition: opacity .4s ease;
  overflow: hidden;
  margin-left: 0;
  left: 0;
  bottom: 16px;
  opacity: .6;
  color: #fff;
  z-index: 101;
  position: absolute;
}

.post_wrap {
  padding-top: 40px;
}

.post_wrap .page-center {
  padding: 0 80px;
}

.post_wrap .page-center .post_wrap_inner {
  padding-bottom: 24px;
}

.post_wrap .page-center .post_wrap_inner .Post_body_wrap {
  padding-right: 30px;
  margin-top: 4px;
  position: relative;
  float: left;
}

.post_side_bar {
  position: relative;
  float: left;
}

.blog-post__body p {
  padding-bottom: 1.5em;
  margin: 0;
}

.bg_featured_image {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  top: auto;
  bottom: 0;
}
.bg_featured_image:after {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #031754;
  opacity: 0.5;
}
.post_bnr {
  background-color: #031754;
}

.post_bnr .page-center {
  height: 100%;
  width: 100%;
}

.post_bnr .page-center .pnr_cntn {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.post_bnr .page-center .pnr_cntn .cm_meta_tags a {
  color: #ffff;
}

.post_bnr .page-center .pnr_cntn .scroll-down-wrap .section-down-arrow .fa-angle-down {
  transition: transform .2s ease;
  display: block;
  width: 49px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  transform: translate(0, -48px);
  color: #fff;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  position: relative;
  text-align: center;
  top: -2px;
  vertical-align: middle;
  max-width: 100%;
}

.post_bnr .page-center .pnr_cntn .scroll-down-wrap .section-down-arrow .fa-angle-down:before {
  content: "\e60a";
}

.customDateAuthorWrapper {
  margin-top: 25px;
  display: inline-block;
  text-align: center;
}

.customDateAuthorWrapper .icon_svg {
  display: block;
  text-align: center;
  top: 0;
  padding-left: 0;
  line-height: 20px;
  font-size: 20px;
  color: #fff;
  font-family: Work Sans;
  letter-spacing: .5px;
  font-weight: 500;
  position: relative;
  height: 50px;
}

.customDateAuthorWrapper .icon_svg img {
  min-height: 50px;
  width: auto;
  display: inline-block;
  height: 100%;
  border-radius: 50%;
}

.customDateAuthorWrapper .value_m {
  margin-top: 13px;
  text-align: center;
  display: inline-block;
}

.customDateAuthorWrapper .value_m a.author-link {
  display: block;
  margin-bottom: -2px;
  color: #fff;
  font-family: Roboto;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 700;
}

.customDateAuthorWrapper .post_date {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 20px;
  font-family: Work Sans;
  letter-spacing: .5px;
  font-weight: 500;
  top: 0;
  position: relative;
  font-style: italic;
}

.post_bnr .page-center .pnr_cntn .scroll-down-wrap .section-down-arrow:hover .fa-angle-down.top {
  transform: translate(0, 0);
}

.post_bnr .page-center .pnr_cntn .scroll-down-wrap .section-down-arrow:hover .fa-angle-down {
  transform: translate(0, 0);
}

.post_bnr .page-center .pnr_cntn .scroll-down-wrap .section-down-arrow:hover {
  opacity: 1;
}

.related-post-wrp .recent_posts_extra_widget {
  margin-bottom: 60px;
}

.related-post-wrp .recent_posts_extra_widget ul {
  margin-bottom: 30px;
  padding: 0;
}

.related-post-wrp .recent_posts_extra_widget ul li {
  padding-left: 55px;
  margin-bottom: 25px;
  position: relative;
  min-height: 40px;
  border-bottom: 0;
  line-height: 40px;
  padding-bottom: 4px;
  list-style: none;
  counter-increment: step-counter;
}

.related-post-wrp .recent_posts_extra_widget ul li:before {
  content: counter(step-counter);
  margin-right: 20px;
  border: 1px solid rgba(0, 0, 0, .1);
  font-weight: 700;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  line-height: 34px;
  font-size: 12px;
  pointer-events: none;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: color .4s cubic-bezier(.25,1,.2,1), border-color .4s cubic-bezier(.25,1,.2,1);
  transition: color .4s cubic-bezier(.25,1,.2,1), border-color .4s cubic-bezier(.25,1,.2,1);
}

.related-post-wrp .recent_posts_extra_widget ul li a {
  display: block;
  line-height: 26px;
  vertical-align: middle;
  color: inherit;
  font-family: Work Sans;
  transition: color .4s cubic-bezier(.25,1,.2,1);
}

.related-post-wrp .recent_posts_extra_widget ul li a .arrow-circle {
  position: absolute;
  width: 36px;
  height: 36px;
  backface-visibility: hidden;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -1px;
  margin-left: -1px;
  -webkit-transform-origin: left;
  transform-origin: left;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.related-post-wrp .recent_posts_extra_widget ul li a .arrow-circle svg {
  transform: rotate(-90deg);
  backface-visibility: hidden;
  display: block;
}

.post_side_bar h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px !important;
  font-weight: 700;
  margin-bottom: 15px;
}

.Post_body_wrap .cm_meta_tags {
  margin-bottom: 60px;
  display: block;
}

.blog-topics-wrapper input {
  border: 1px solid #aaa;
  padding: 4px;
  outline: none;
  font-size: 14px;
  line-height: 24px;
  color: #555;
}

.blog-topics-wrapper .list-group {
  max-height: 200px;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-topics-wrapper .list.overflow-auto {
  display: block;
  padding: 4px;
}

.blog-topics-wrapper .list-group .list-group-item {
  cursor: pointer;
  padding: 6px;
  font-size: 14px;
  font-family: 'Roboto';
}

.blog-topics-wrapper .list-group .list-group-item:hover {
  background-color: #f0f0f0;
}

.post_side_bar .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 0;
}

.post_side_bar .hs_cos_wrapper_type_rich_text p img {
  margin-bottom: 26px;
  max-width: 100%;
  height: auto;
  width: 400px;
  display:block;
}

.meta-wrap .post-title {
  color: #000;
  font-family: Work Sans;
  transition: color .4s cubic-bezier(.25,1,.2,1);
  font-size: 16px;
  line-height: 22px;
  z-index: 10;
  position: relative;
  display: block;
}

.Post_body_wrap .cm_meta_tags a {
  margin-right: 14px;
  font-size: 14px;
  line-height: 28px;
  border: 2px solid rgba(0, 0, 0, .1);
  -webkit-transition: border-color .45s cubic-bezier(.25,1,.33,1), color .45s cubic-bezier(.25,1,.33,1);
  transition: border-color .45s cubic-bezier(.25,1,.33,1), color .45s cubic-bezier(.25,1,.33,1);
  padding: 6px 20px;
  margin-bottom: 14px;
  border-radius: 100px;
  display: inline-block;
}

.Post_body_wrap .cm_meta_tags a:hover {
  border-color: #00205b;
}

.meta-wrap .post-date {
  color: #000000;
  transition: color .4s cubic-bezier(.25,1,.2,1);
  font-family: Roboto;
  letter-spacing: .5px;
  font-size: 18px;
  line-height: 34px;
  font-weight: 300;
  margin-top: 6px;
  z-index: 10;
  position: relative;
  display: block;
}

.related-post-wrp .recent_posts_extra_widget ul li a .arrow-circle svg circle {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 133;
  stroke-dashoffset: 399;
  -ms-transition: all .47s cubic-bezier(.25, 0, .2, 1);
  -webkit-transition: all .47s cubic-bezier(.25,0,.2,1);
  transition: all .47s cubic-bezier(.25,0,.2,1);
  stroke: #00205b;
}

.related-post-wrp .recent_posts_extra_widget ul li a:hover .arrow-circle svg circle {
  stroke-dashoffset: 287;
}

.post-pagination-wrp .controls {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  padding: 0;
  margin: 0;
}

.post-pagination-wrp .controls li {
  padding: 6% 9%;
  width: 50%;
  line-height: 0;
  height: auto;
  min-height: 300px;
  align-items: center;
  float: none;
  overflow: hidden;
  position: relative;
  background-color: #333;
  display: flex;
  justify-content: center;
  margin: 0;
}

.post-pagination-wrp .controls li h3 {
  color: #fff;
  position: relative;
  z-index: 100;
  transform: translateX(0) translateZ(0);
  transition: transform .4s cubic-bezier(.05,.2,.1,1);
  display: inline-block;
  font-family: Work Sans;
  text-transform: capitalize;
  font-size: 44px;
  line-height: 50px;
  font-weight: 300;
  margin-bottom: 0;
}

.post-pagination-wrp .controls li .post-bg-img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  height: 100%;
  transition: transform .4s cubic-bezier(.05,.2,.1,1) 0s, opacity .3s ease;
}

.post-pagination-wrp .controls li >a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  display: block;
}

.post-pagination-wrp .controls li h3 .previous,
.post-pagination-wrp .controls li h3 .next{
  display: block;
  font-size: 16px;
  text-align: right;
  position: relative;
  color: #fff;
  margin-bottom: 5px;
}

.post-pagination-wrp .controls li h3 .next{
  text-align: left;
}

.post-pagination-wrp .controls li .text {
  text-align: right;
  position: relative;
  display: block;
  color: #fff;
  margin-bottom: 5px;
}

.post-pagination-wrp .controls li:after {
  background-color: #0d0d0d;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .35;
  -webkit-transition: opacity .4s cubic-bezier(.05,.2,.1,1) 0s;
  transition: opacity .4s cubic-bezier(.05,.2,.1,1) 0s;
}

.post-pagination-wrp .controls li:hover:after {
  opacity: .9;
}
.post-pagination-wrp .controls li.previous-post .text svg {
  animation: rightArrowEnd2 .7s cubic-bezier(0,.2,.1,1) forwards;
  transform: translateX(38px) rotate(180deg);
  left: -43px;
  right: auto;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: 40px;
  display: block;
  position: absolute;
  backface-visibility: hidden;
}

.post-pagination-wrp .controls li.previous-post:hover .text svg {
  transform: translateX(42px);
  animation: rightArrowStart2 .4s cubic-bezier(.05,.2,.1,1) forwards;
}

.post-pagination-wrp .controls li.next-post .text svg {
  animation: rightArrowEnd .7s cubic-bezier(0,.2,.1,1) forwards;
  position: absolute;
  backface-visibility: hidden;
  right: -43px;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: 40px;
  display: block;
  transform: translateX(38px);
}

.post-pagination-wrp .controls li.previous-post .text .line {
  animation: rightLineEnd2 .4s cubic-bezier(.05,.2,.1,1) forwards;
  transform: translateY(-50%) translateX(-28px) scaleX(0);
  transform-origin: left;
  left: -74px;
  right: auto;
  display: block;
  font-size: 16px;
  text-align: right;
  backface-visibility: hidden;
  top: 50%;
  height: 2px;
  width: 45px;
  background-color: #fff;
  position: absolute;
  content: '';
}

.post-pagination-wrp .controls li.previous-post:hover .text .line {
  transform: translateY(-50%) translateX(0) scaleX(1);
  transform-origin: right;
  animation: rightLineStart2 .4s cubic-bezier(.05,.2,.1,1) forwards;
}

.post-pagination-wrp .controls li.next-post .text .line {
  animation: rightLineEnd .4s cubic-bezier(.05,.2,.1,1) forwards;
  display: block;
  font-size: 16px;
  text-align: left;
  height: 2px;
  width: 45px;
  background-color: #fff;
  position: absolute;
  content: '';
  right: -74px;
  backface-visibility: hidden;
  top: 50%;
  transform: translateY(-50%) translateX(28px) scaleX(0);
  transform-origin: right;
  color: #fff;
}

.post-pagination-wrp .controls li.next-post:hover .text .line {
  transform: translateY(-50%) translateX(0) scaleX(1);
  transform-origin: left;
  animation: rightLineStart .4s cubic-bezier(.05,.2,.1,1) forwards;
}

.post-pagination-wrp .controls li.next-post:hover .text svg {
  transform: translateX(42px);
  animation: rightArrowStart .4s cubic-bezier(.05,.2,.1,1) forwards;
}

.post-pagination-wrp .controls li.previous-post:hover h3 {
  transform: translateX(40px) translateZ(0);
  backface-visibility: hidden;
}

.post-pagination-wrp .controls li.next-post:hover h3 {
  transform: translateX(-40px) translateZ(0);
  backface-visibility: hidden;
}
.post-pagination-wrp .controls li:hover .post-bg-img {
  transform: scale(1.1);
}
.post_wrap {
  background: #f6f6f6;
}
.sidebar-popular-posts .page-center {
  padding: 0;
}

.nectar-social {
  position: fixed;
  right: 34px;
  bottom: 34px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  z-index: 1000;
  transition: transform .45s cubic-bezier(.15,.2,.1,1);
}

.nectar-social>a {
  height: 50px;
  width: 50px;
  line-height: 52px;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.nectar-social>a:after {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  content: '';
  display: block;
  border-radius: 50%;
  transition: opacity 0.25s cubic-bezier(.15,0.2,.1,1);
}

.nectar-social>a:hover:after {
  animation: socialButtonFlash 0.45s cubic-bezier(.15,0.2,.1,1) forwards;
}

.nectar-social>a:before {
  background-color: #00205b;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  height: 100%;
  transform: translateZ(0);
  backface-visibility: hidden;
  border-radius: 50%;
}

.nectar-social>a i {
  font-family: icomoon;
  color: #fff;
  font-size: 14px;
  top: 0;
  padding-right: 0;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  left: -1px;
  z-index: 10;
  position: relative;
  text-align: center;
  vertical-align: middle;
  font-style: normal;
}

.nectar-social>a i:before {
  content: "\e90e";
}

.nectar-social .nectar-social-inner {
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}
.nectar-social .nectar-social-inner a:hover:after {
  opacity: 0.2;
}

.nectar-social .nectar-social-inner a {
  background-color: #00205b;
  display: block;
  line-height: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  width: 36px;
  left: 7px;
  position: absolute;
  opacity: 0;
  border: none;
  top: 0;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
}

.nectar-social .nectar-social-inner a:nth-child(1) {
  transform: translateY(0px) scale(0);
  -webkit-transform: translateY(0px) scale(0);
}

.nectar-social .nectar-social-inner a:nth-child(2) {
  -webkit-transform: translateY(-36px) scale(0);
  transform: translateY(-36px) scale(0);
}

.nectar-social .nectar-social-inner a:nth-child(3) {
  -webkit-transform: translateY(-86px) scale(0);
  transform: translateY(-86px) scale(0);
}

.nectar-social .nectar-social-inner a:nth-child(4) {
  -webkit-transform: translateY(-136px) scale(0);
  transform: translateY(-136px) scale(0);
}

.nectar-social .nectar-social-inner a i {
  height: 36px;
  line-height: 36px;
  width: 36px;
  color: #fff;
  font-size: 14px;
  top: 0;
  padding-right: 0;
  display: block;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  position: relative;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
}

.nectar-social .nectar-social-inner a:after {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  content: '';
  display: block;
  transition: opacity 0.25s cubic-bezier(.15,0.2,.1,1);
  border-radius: 50%;
}

.nectar-social .nectar-social-inner a i.fa-facebook:before {
  content: "\e60d";
}

.nectar-social .nectar-social-inner a i.icon-salient-x-twitter:before {
  content: "\e918";
}

.nectar-social .nectar-social-inner a i.fa-linkedin:before {
  content: "\e605";
}

.nectar-social .nectar-social-inner a i.fa-pinterest:before {
  content: "\e60b";
}

.nectar-social:hover {
  height: 340px;
}

.nectar-social:hover>a:before {
  transform: scale(1.23) translateZ(0);
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
}

.nectar-social:hover .nectar-social-inner a:nth-child(1) {
  transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  transform: translateY(-56px) scale(1);
  opacity: 1;
}

.nectar-social:hover .nectar-social-inner a:nth-child(2) {
  transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  transform: translateY(-106px) scale(1);
  opacity: 1;
}

.nectar-social:hover .nectar-social-inner a:nth-child(3) {
  transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  transform: translateY(-156px) scale(1);
  opacity: 1;
}

.nectar-social:hover .nectar-social-inner a:nth-child(4) {
  transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  transform: translateY(-206px) scale(1);
  opacity: 1;
}

.cm-header-wrp .cm-header::after {
  margin-left: -50vw;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 1px;
  content: "";
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 107px;
}

.cm-header-wrp .header-bottom .hs-menu-wrapper>ul>li:hover>a i {
  color: #00205B;
}

.Post_body_wrap .cm_meta_tags a i::before {
    font-family: icomoon !important;
    content: "\e034";
}

.Post_body_wrap .cm_meta_tags a i {
    font-style: normal;
    font-size: 18px;
    line-height: 23px;
    height: 20px;
    width: auto;
    margin-right: 7px;
    color: inherit;
    display: inline-block;
    color: rgb(136, 136, 136);
}

.Post_body_wrap .cm_meta_tags a {
    display: inline-flex;
    align-items: center;
    color: rgb(136, 136, 136);
    gap: 5px;
}

.Post_body_wrap .cm_meta_tags a:hover {
    color: rgb(0, 32, 91);
}

.Post_body_wrap .cm_meta_tags a:hover i {
    color: rgb(0, 32, 91);
}


@media only screen and (max-height: 650px) {
  .post_bnr .page-center .pnr_cntn .scroll-down-wrap {
    margin-left: 0;
  }

  .post_bnr .page-center .pnr_cntn .scroll-down-wrap .section-down-arrow {
    width: 30px;
    height: 30px;
    line-height: 34px;
    bottom: 25px;
    margin-left: -15px;
  }

  .post_bnr .page-center .pnr_cntn .scroll-down-wrap .section-down-arrow .fa-angle-down{
    transform: translate(0, -26px);
    font-size: 18px;
    width: 26px;
    height: 26px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 961px) { 
  .post_wrap .page-center .post_wrap_inner .Post_body_wrap {
    padding-right: 0;
    margin-right: 2%;
    width: 74.5%;
  }

}

@media only screen and (min-width: 1000px) { 
  .content-wrapper, 
  .dnd-section > .row-fluid, 
  .page-center{
    padding: 0 80px; 
  }

  .post_side_bar {
    width: 27.5%;
    backface-visibility: hidden;
  }
  .post_wrap .page-center .post_wrap_inner .Post_body_wrap {
    padding-right: 0;
    margin-right: 4%;
    width: 68.5%;
  }

  .mobile-menu-wrp{
    display:none;
  }
  .cm-header .page-center {
    padding: 0 80px;
  }

  .cm-header .page-center .header-row {
    display: flex;
    flex-direction: column;
  }

  .cm-header .page-center .header-row .header-top {
    display: flex;
    margin-bottom: 14px;
  }

  .header-logo a {
    margin-top: 14px;
    margin-bottom: 14px;
    position: relative;
  }

  .header-top .right .hs-menu-wrapper>ul {
    display: flex;
    vertical-align: middle;
  }

  .cm-header-wrp .header-bottom {
    display: flex;
    justify-content: center;
  }

  .cm-header-wrp .header-bottom .hs-menu-wrapper>ul {
    display: flex;
    vertical-align: middle;
  }

  .cm-header-wrp .header-bottom .hs-menu-wrapper>ul>li {
    display: flex;
    align-items: center;
  }
  .cm-header-wrp .header-bottom .hs-menu-wrapper>ul>li>a {
    margin-bottom: 14px;
  }
  .mobile-menu-wrp {
    min-width: 33.3vw;
    padding-left: 4%;
    padding-right: 4%;
  }
  .cm-footer .top-footer .flex_row .col-section.top-left-col .type_heading h2 {
    font-size: inherit;
    line-height: 1.2;
  }

  .lp .cm-header .page-center .header-row .header-top {
    margin-bottom: 0;
  }
}

@media (min-width: 1201px) {
  .cm-header-wrp .header-bottom .hs-menu-wrapper>ul>li>ul:before {
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    top: -30px;
    width: 100%;
    left: 0;
  }
}

@media only screen and (max-width: 1200px){
  .cm-header-wrp .header-bottom{
    display: none;
  }
  .cm-header .page-center .header-row .header-top{
    margin-bottom: 0;
  }
  .child_theme.open-menu {
    max-width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .mobile-menu-wrp {
    padding-top: 95.3px;
    padding-bottom: 95.3px;
    display: flex;
    z-index: 9999;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    color: #fff;
    background: #00205b;
    transform: translateX(100%);
    transition: .3s ease;
    overflow: auto;
  }

  .mobile-menu-wrp .mobile-menu {
    margin: auto 0;
    position: relative;
    opacity: 0;
    width: 100%;
  }

  .open-menu .mobile-menu-wrp .mobile-menu {
    opacity: 1;
  }

  .menu-wrp .nav-menu {
    transition: all .8s cubic-bezier(.15,.2,.1,1);
    transform: translateX(110px);
    margin-top: -7px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
  }
  .menu-wrp .nav-menu .hs-menu-wrapper>ul>li {
    margin-bottom: 12px;
    line-height: 1.2;
    position: relative;
  }

  .menu-wrp .nav-menu .hs-menu-wrapper>ul>li>a {
    transition: color .37s cubic-bezier(.52,.01,.16,1);
    font-family: Work Sans;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    position: relative;
    display: inline-block;
    color: #fff;
  }

  .menu-wrp .nav-menu .hs-menu-wrapper>ul>li a:after{
    transform-origin: left;
    pointer-events: none;
    bottom: -2px;
    transition: transform .37s cubic-bezier(.52,.01,.16,1);
    border-color: #fff;
    position: absolute;
    display: block;
    bottom: -6px;
    left: 0;
    width: 100%;
    transform: scaleX(0);
    border-top: 2px solid ;
    content: '';
    padding-bottom: inherit;
  }

  .menu-wrp .nav-menu .hs-menu-wrapper>ul>li a:hover:after{
    backface-visibility: hidden;
    transform: scaleX(1);
  }

  .menu-wrp .nav-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    margin-right: 20px;
  }

  .menu-wrp .nav-menu .hs-menu-wrapper>ul>li>ul {
    display: none;
  }

  .header-top .trigger {
    margin-left: 23px;
    display: flex;
    align-items: center;
    z-index: 999;
    height: 100%;
  }

  .header-top .trigger>span {
    position: relative;
    overflow: hidden;
    width: 22px;
    transition: transform .33s 0s ease;
    height: 20px;
    transform-origin: center;
    display: block;
    cursor: pointer;
  }

  .header-top .trigger>span .lines-button {
    top: 9px;
    line-height: 0;
    font-size: 0;
    position: relative;
    user-select: none;
    display: block;
    transition: .3s;
    cursor: pointer;
    font-weight: 400;
    font-style: italic;
  }

  .header-top .trigger>span .lines-button.hover-effect {
    left: -30px;
    margin-top: -2px;
  }

  .header-top .trigger>span .lines-button .lines {
    transition: background .2s ease, opacity .2s ease;
    display: block;
    width: 1.4rem;
    background-color: transparent;
    height: 2px;
    position: relative;
  }

  .header-top .trigger>span .lines-button:after {
    height: 2px;!;
    width: 22px;
    transition: transform .65s cubic-bezier(.3,1,.3,1) 40ms, background-color .2s ease, opacity .2s ease !important;
    top: 0;
    background-color: #999;
    position: absolute;
    left: 0;
    display: inline-block;
    content: '';
    transform: scale(1, 1);
  }

  .header-top .trigger>span .lines-button .lines:before {
    width: 1rem;
    background-color: #999;
    height: 2px;
    transition: transform .65s cubic-bezier(.3,1,.3,1) 0s, background-color .2s ease, opacity .2s ease;!;
    top: 7px;
    position: absolute;
    left: 0;
    content: '';
    display: block;
  }

  .header-top .trigger>span .lines-button .lines:after {
    background-color: #999;
    transform-origin: 50% 50%;
    height: 2px;!;
    width: 22px;
    transition: transform .65s cubic-bezier(.3,1,.3,1) 80ms, background-color .2s ease, opacity .2s ease;!;
    top: -7px;
    position: absolute;
    left: 0;
    display: block;
    content: "";
  }

  .header-top .trigger>span:hover .lines-button:after {
    transform: translateX(30px);
  }

  .header-top .trigger>span:hover .lines-button .lines:before {
    transform: translateX(30px);
  }

  .header-top .trigger>span:hover .lines-button .lines:after {
    transform: translateX(30px);
  }

  .mobile-menu-wrp .mobile-menu .logo {
    margin-bottom: 71px;
    transform: translateX(110px);
    transition: all .8s cubic-bezier(.15,.2,.1,1);
  }

  .open-menu .menu-wrp .nav-menu{
    transform: translateX(0px);
  }

  .open-menu .mobile-menu-wrp .mobile-menu .logo{
    transform: translateX(0px);
  }

  .open-menu .mobile-menu-wrp{
    transform: translateX(0px);
  }
  .open-menu .menu-wrp .nav-menu .hs-menu-wrapper >ul {
    display: block;
  }
  .nav-menu>span {
    width: 100%;
  }

  .menu-wrp .nav-menu .hs-menu-wrapper>ul>li span {
    transition: transform .5s cubic-bezier(.215,.61,.355,1);
    position: absolute;
    right: -6px;
    top: 13px;
    transform: translateY(-50%);
    cursor: pointer;
    height: 28px;
    width: 28px;
    line-height: 0;
  }

  .menu-wrp .nav-menu .hs-menu-wrapper>ul>li span i {
    font-size: 18px;
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-family: icomoon ;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    top: 0;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    word-spacing: 1px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    max-width: 100%;
  }

  .menu-wrp .nav-menu .hs-menu-wrapper>ul>li span i:before {
    content: "\e60a";
  }

  .close-icon-wrp a {
    opacity: 0;
    transition: transform .8s cubic-bezier(.15,.2,.1,1);
    position: fixed;
    right: -100px;
    top: 50%;transform: translateY(-50%) translateX(100%);
    z-index: 10000;
    display: block;
  }

  .open-menu .close-icon-wrp a {
    transform: translateY(-50%) translateX(-35.55vw);
    opacity: 1;
    right: 0;
    transition: transform .8s cubic-bezier(.15,.2,.1,1);
    position: fixed;
    top: 50%;

  }

  .close-icon-wrp a:before {
    background-color: #00a3e0;
    box-shadow: 0 16px 44px rgba(0, 0, 0, .3);
    transform: scale(0);
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 46px;
    height: 46px;
    margin: -23px 0 0 -23px;
    border-radius: 50%;
    content: '';
    transition: all .45s cubic-bezier(.15,.2,.1,1);
  }

  .open-menu .close-icon-wrp a:before {
    transform: scale(1);
  }

  .open-menu .close-icon-wrp a span.close-wrap {
    -webkit-font-smoothing: subpixel-antialiased;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: margin .2s ease, transform .2s ease 1s, opacity .3s ease;
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden;
  }

  .close-icon-wrp a span.close-wrap{
    transform: translateX(-50%) translateY(-50%) translateZ(0);
  }

  .close-icon-wrp a span.close-wrap span.close-line {
    height: 100%;
    width: 2px;
    background: #fff;
    backface-visibility: hidden;
    position: absolute;
    border-radius: 5px;
    left: 9px;
    transition: opacity .2s ease, background-color .2s ease;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(.52,.01,.16,1);
    animation-fill-mode: forwards;
  }

  .close-icon-wrp a span.close-wrap span.close-line.close-line1 {
    transform: translateY(0) translateX(0) rotate(-45deg);
    animation-name: crossLeftClose;
    animation-delay: 0s;
  }

  .open-menu .close-icon-wrp a span.close-wrap span.close-line.close-line1 {
    transform: translateY(-30px) translateX(30px) rotate(45deg);
    animation-name: crossRight;
    animation-delay: .29s;
  }

  .close-icon-wrp a span.close-wrap span.close-line.close-line2 {
    animation-name: crossRightClose;
    transform: translateY(0) translateX(0) rotate(45deg);
    animation-delay: .06s;
    -webkit-animation-durat;
  }

  .open-menu .close-icon-wrp a span.close-wrap span.close-line.close-line2 {
    transform: translateY(-30px) translateX(-30px) rotate(-45deg);
    animation-name: crossLeft;
    animation-delay: .15s;
  }

  .open-menu .close-icon-wrp a:hover:before {
    transform: scale(1.2) translateZ(0);
  }

  .menu-wrp .nav-menu .hs-menu-wrapper>ul>li>ul {
    display: none;
    flex-direction: column;
    padding-left: 20px;
  }

  .menu-wrp .nav-menu .hs-menu-wrapper>ul>li>ul>li {
    margin-bottom: 12px;
    line-height: 1.2;
    position: relative;
  }

  .menu-wrp .nav-menu .hs-menu-wrapper>ul>li>ul>li:first-child {
    margin-top: 10px;
  }

  .menu-wrp .nav-menu .hs-menu-wrapper>ul>li>ul>li a {
    font-size: 16px;
    line-height: 22px;
    transition: color .37s cubic-bezier(.52,.01,.16,1);
    position: relative;
    display: inline-block;
    color: #fff;
    letter-spacing: 0.5px;
    font-family: Work Sans;
  }

  .open-menu .mobile-menu-wrp .mobile-menu .logo img{
    width: 100% !important;
  }

  .menu-wrp .nav-menu .hs-menu-wrapper>ul>li span.child-open {
    transform: translateY(-50%) rotate(180deg);
  }

  .body-wrapper {
    transition: transform .8s cubic-bezier(.15,.2,.1,1);
    transform-origin: center;
    position: relative;
    z-index: 10;
    transform-origin: top;
  }
  .open-menu .body-wrapper {
    transform: scale(.8) translateX(-32vw) translateZ(0) ;
    height: 100vh;
    z-index: 2;
    background-color: #fff;
    overflow:hidden;
    transform-origin: center;
  }
  .slide-out-from-right {
    background-color: #00205b;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    height: 100%;
    width: 100%;
    z-index: 1;
    visibility: hidden;
  }
  .open-menu .slide-out-from-right{
    visibility: visible;
  }
}

@media only screen and (max-width: 999px){
  .content-wrapper,
  .dnd-section > .row-fluid,
  .page-center{
    max-width: 88%;
  }

  .post-pagination-wrp .controls li.next-post .text svg,
  .post-pagination-wrp .controls li.previous-post .text svg,
  .post-pagination-wrp .controls li.next-post .text .line,
  .post-pagination-wrp .controls li.previous-post .text .line{
    display:none;
  }

  .post_wrap .page-center{
    padding: 0;
  }

  .post_wrap .page-center .post_wrap_inner .Post_body_wrap{
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }

  .post_side_bar{
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }

  .post_bnr .page-center{
    padding: 0;
    max-width: 88%;
  }

  .post_bnr{
    height: calc(100vh - 83px);
  }
  .header-top .right .top-menu {
    display: none;
  }

  .header-top .right .login-btn {
    display: none;
  }

  .header-top {
    display: flex;
  }
  .cm-header .page-center {
    max-width: 88%;
  }
  .cm-header-wrp .cm-header {
    padding: 12px 0;
  }

  .open-menu .body-wrapper {
    transform: scale(.835) translateX(-466px) translateZ(0);
  }

  .cm-header .page-center .header-row .header-logo img {
    width: 187.5px !important;
  }

  .open-menu .close-icon-wrp a {
    position: fixed;
    right: 50px;
    top: 50px;
    z-index: 99999;
    display: block;
    transform:none;
  }

  .mobile-menu-wrp{
    padding-left: 60px;
    padding-right: 60px;
    min-width: 360px;
  }

  .cm-banner.simple-banner {
    min-height: auto;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .cm-banner .page-center{
    padding: 0;
    max-width: 88%;
  }

  .header-top .trigger>span .lines-button{
    top: 10px;
  }

  .header-top .trigger>span .lines-button:after{
    top: -1px;
  }
  .header-top .trigger>span .lines-button .lines:before{
    top: 5px;
  }

  .cm-footer .top-footer .flex_row .col-section.top-left-col{
    width: 100% !important;
  }
  .cm-footer .top-footer .flex_row .col-section.top-right-col{
    width: 100% !important;
  }

  .cm-footer .top-footer .flex_row .col-section.top-right-col .type_richtext h4{
    font-size: 16px;
    line-height: 1.1
  }
  .cm-footer .bottom-footer .flex_row .col-section.bottom-right-col{
    padding-left: calc(100vw* 0.06);
  }

  .cm-footer .top-footer:after{
    width: 100%;
  }

  .cm-footer{
    padding-top: 0;
    padding-bottom: 0;
  }

  .cm-footer .top-footer .flex_row .col-section.top-left-col .type_heading{
    padding-right: 2%;
    padding-left: 2%;
  }

  .footer.footer_section__2.cm-footer .footer-section-1 .col-section.num1 .footer-row.row2{
    padding-right: 2%;
    padding-left: 2%;
  }

  .cm-footer .top-footer {
    padding-top: 20%;
  }

  .cm-footer .bottom-footer {
    padding-bottom: 10%;
  }

  .cm-footer .top-footer .flex_row .col-section.top-right-col .footer-social{
    margin-bottom: 30px;
  }

  .cm-footer .top-footer:after{
    margin-bottom: 37.5px;
  }

  .cm-footer .top-footer .flex_row .col-section.top-right-col .type_richtext h4 a{
    line-height: 1.1;
  }

  .cm-footer .top-footer .flex_row .col-section.top-left-col .type_button .ftr_btn_item a{
    font-size: 16px;
  }

  .cm-footer .top-footer .flex_row .col-section.top-left-col{
    margin-bottom: 25px;
  }

  .cm-footer .top-footer .flex_row .col-section.top-right-col .footer-social .footer-social-item{
    height: 64px;
    width: 64px;
  }

  .child_theme .cm-footer .top-footer .flex_row .col-section.top-right-col .type_richtext h4 > span{
    font-size: 16px;
    line-height: 1.1;
  }

  .post-pagination-wrp .controls li h3 .previous, .post-pagination-wrp .controls li h3 .next{
    text-align:center;
  }
  .post-pagination-wrp .controls li .text{
    text-align:center;    
  }

  .post-pagination-wrp .controls li.previous-post:hover h3,
  .post-pagination-wrp .controls li.next-post:hover h3{
    transform: translateX(0px) translateZ(0);
  }
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
  .child_theme h1{
    font-size: 54px;
    line-height: 60px;
  }

  .child_theme h2{
    font-size: 48px;
    line-height: 60.8px;
  }

  .child_theme h3{
    font-size: 35.2px;
    line-height: 40px;
  }

  .child_theme h4{
    font-size: 30px;
    line-height: 38px;
  }

  .child_theme h5{
    font-size: 20px;
  }

  .child_theme h6{
    font-size: 19px;
  }

  .cm-banner .banner-content-inner .top_sec h1{
    font-size: 37.4px;
    line-height: 39.1px;
  }

  .cm-footer .top-footer .flex_row .col-section.top-right-col .type_richtext h3{
    font-size: 35.2px;
    line-height: 40px;
  }

  .post_bnr .page-center .pnr_cntn .title{
    font-size: 37.4px;
    line-height: 39.1px;
  }

  .post-pagination-wrp .controls li h3{
    font-size: 35.2px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 999px) and (min-width: 691px) {
  .child_theme h1{
    font-size: 50.4px;
    line-height: 56px;
  }

  .child_theme h2{
    font-size: 42px;
    line-height: 53.2px;
  }

  .child_theme h3{
    font-size: 33px;
    line-height: 37.5px;
  }

  .child_theme h4{
    font-size: 25.5px;
    line-height: 32.3px;
  }

  .child_theme h5{
    font-size: 18px;
  }

  .child_theme h6{
    font-size: 16px;
  }

  .cm-banner .banner-content-inner .top_sec h1{
    font-size: 50.4px;
    line-height: 56px;
  }

  .cm-banner.simple-banner .top_sec{
    margin-bottom: 25px;
  }

  .cm-footer .top-footer .flex_row .col-section.top-right-col .type_richtext h3{
    font-size: 33px;
    line-height: 37.5px;
  }

  .cm-footer .top-footer .flex_row .col-section.top-left-col .type_heading h2{
    font-size: 42px;
    line-height: 53.2px;
  }

  .footer.footer_section__2.cm-footer .footer-section-2 .col-section.num1{
    width: 33.333%;
  }

  .footer.footer_section__2.cm-footer .footer-section-2 .col-section.num2{
    width: 66.667%;
  }

  .post_bnr .page-center .pnr_cntn .title{
    font-size: 50.4px;
    line-height: 56px;
  }

  .post-pagination-wrp .controls li h3{           
    font-size: 33px;
    line-height: 37.5px;
  }
}

@media only screen and (max-width: 690px) {
  .child_theme h1{
    font-size: 43.2px;
    line-height: 48px;
  }

  .post-pagination-wrp .controls li{
    width: 100%;
  }

  .child_theme h2{
    font-size: 36px;
    line-height: 45.6px;
  }

  .child_theme h3{
    font-size: 26.4px;
    line-height: 30px;
  }

  .child_theme h4{
    font-size: 18px;
    line-height: 22.8px;
  }

  .child_theme h5{
    font-size: 16px;
  }

  .child_theme h6{
    font-size: 12px;
  }

  .cm-banner .banner-content-inner .top_sec h1{
    font-size: 43.2px;
    line-height: 48px;
  }

  .cm-banner.simple-banner .top_sec{
    margin-bottom: 15px;
  }

  .menu-wrp .nav-menu{
    margin-bottom: 36px;
  }

  .cm-footer .bottom-footer .flex_row .col-section.bottom-left-col .type_advance_menu{
    margin-bottom: 30px;
  }

  .cm-footer .top-footer .flex_row .col-section.top-left-col .type_heading h2{
    font-size: 36px;
    line-height: 45.6px;
  }

  .cm-footer .top-footer .flex_row .col-section.top-right-col .type_richtext h3{
    font-size: 26.4px;
    line-height: 30px;
  }

  .cm-footer .bottom-footer .flex_row .col-section{
    width: 100%;
  }

  .post_bnr .page-center .pnr_cntn .title{
    font-size: 43.2px;
    line-height: 48px;
  }

  .customDateAuthorWrapper .icon_svg{
    display:none;
  }

  .customDateAuthorWrapper{
    margin-top: 5px;
  }

  .post-pagination-wrp .controls li h3{
    font-size: 26.4px;
    line-height: 30px;
  }

}

@media only screen and (max-width: 450px) {
  .mobile-menu-wrp{
    min-width: 78vw;
    width: 78vw;
    padding-left: 50px;
    padding-right: 50px;
    transition: transform .8s cubic-bezier(.15,.2,.1,1);
  }

  .child_theme .system_page_layout .systems-page h1
  {
    font-size: 24px;
  }
  .child_theme .system_page_layout .systems-page h2{
    font-size: 18px;
  }
}


@keyframes crossLeft {
  100% {
    transform: translateY(0) translateX(0) rotate(-45deg)
  }
}

@keyframes crossLeftClose {
  100% {
    transform: translateY(22px) translateX(22px) rotate(-45deg)
  }
}

@keyframes crossRight {
  100% {
    transform: translateY(0) translateX(0) rotate(45deg)
  }
}

@keyframes crossRightClose {
  100% {
    transform: translateY(22px) translateX(-22px) rotate(45deg)
  }
}


@keyframes nectarBtnGradientScroll {
  0% {
    background-position: 0 50%;
  }

  100% {
    background-position: 1300% 50%;
  }
}


@keyframes rightArrowStart {
  0% {
    transform: translateX(-50px)
  }

  100% {
    transform: translateX(42px)
  }
}

@keyframes rightArrowEnd {
  0% {
    transform: translateX(42px)
  }

  100% {
    transform: translateX(75px)
  }
}

@keyframes rightArrowStart2 {
  0% {
    transform: translateX(50px) rotate(180deg)
  }

  100% {
    transform: translateX(-42px) rotate(180deg)
  }
}

@keyframes rightArrowEnd2 {
  0% {
    transform: translateX(-42px) rotate(180deg)
  }

  100% {
    transform: translateX(-75px) rotate(180deg)
  }
}

@keyframes socialButtonFlash{
  0%{
    opacity:0;
    transform:scale(1)
  }
  25%{
    opacity:0.22;
    transform:scale(1.1115)
  }
  100%{
    opacity:0;
    transform:scale(1.23)
  }
}