:root {
--t4-dark-rgb: 72, 82, 89;
--t4-gray-900: #6c757d;
--color-primary: #15a2dc;
--color-success: #78be21; 
--body-font-family: Mulish;
--body-font-size: 16px;
--body-font-weight: 400;
--body-font-style: normal;
--body-line-height: 1.6;
--t4-font-family: Mulish;
--t4-font-size: 16px;
--t4-font-weight: 400;
--t4-font-style: normal;
--t4-line-height: 1.6;
--megamenu-font-style: inherit;
--heading-font-family: Mulish;
--heading-font-weight: 800;
--heading-font-style: normal;
--heading-line-height: 1.3;
--h1-font-size: 40px;
--h2-font-size: 32px;
--h3-font-size: 24px;
--h4-font-size: 18px;
--h5-font-size: 16px;
--h6-font-size: 14px;
}

/* mulish-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  src: url('/templates/ja_purity_iv/fonts/Mulish/mulish-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 400;
  src: url('/templates/ja_purity_iv/fonts/Mulish/mulish-v13-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  src: url('/templates/ja_purity_iv/fonts/Mulish/mulish-v13-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 800;
  src: url('/templates/ja_purity_iv/fonts/Mulish/mulish-v13-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 800;
  src: url('/templates/ja_purity_iv/fonts/Mulish/mulish-v13-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.bg-assurance {
background-color: #77bf43;}

.bg-data{
background-color: #00a3e0;}

h1, h2  {
    text-wrap:pretty;
}

div.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #c73439;
    width: 28px;
    height: 16px;
    border-radius: 0;
}
.com-content-category-blog .item {
background: rgb(244,244,244);
background: linear-gradient(0deg, rgba(244,244,244,1) 10%, rgba(255,255,255,1) 65%);
}

.t4-section-inner a {
font-weight: 500;
}

.t4-section-inner a:hover {
text-decoration: underline;
}

#t4-header.border-bottom {
  border-bottom: 1px solid #2b383e !important;
}
.t4-section.t4-breadcrumbs {
  border-top: 1px solid #2b383e !important;
}

body .color-dark-normal {
  --body-text-color: #fff;
}


/* Section 1 gradiant */
.t4-section-1, .hero-grey {
 background: #485259;
 background: linear-gradient(180deg, rgba(46,60,67,1) 0%, rgba(72,82,89,1) 50%, rgba(102,117,127,1) 100%);
 }

.abc-data .t4-section-1,
.abc-data .t4-section-2,
.abc-data .t4-section-3,
.abc-data .t4-section-4,
.abc-data .t4-section-5,
.abc-data .t4-section-6,
.abc-data .t4-section-7,
.abc-data .t4-section-8{
border-bottom: 4px solid #00a3e0;
}

.assurance-services .t4-section-1,
.assurance-services .t4-section-2,
.assurance-services .t4-section-3,
.assurance-services .t4-section-4,
.assurance-services .t4-section-5,
.assurance-services .t4-section-6,
.assurance-services .t4-section-7,
.assurance-services .t4-section-8{
border-bottom: 4px solid #77bf43;
}

/* logo control */
.navbar-brand.logo-control img.logo-img{
max-height: 66px;
  margin: 20px 0;
}

.logo-img-sm {
  margin: 10px 0;
}
/* logo control end */

/* Off canvas menu */
.t4-offcanvas .t4-off-canvas-header {
background-color: var(--footer-bg-color)}

.t4-offcanvas-toggle, .t4-offcanvas .t4-off-canvas-header .close span  {
color: #ffffff;
font-size: 24px;}

.t4-offcanvas .t4-off-canvas-header a img {
    max-height: unset;
}


/* Off canvas end */

/* Search box */
       .search-abc {
       position: relative;
       }

       .search-abc input{
        height: 42px;
        text-indent: 1px;
        border: 2px solid #e9ecef;
       }

       .search-abc input:focus{
        box-shadow: none;
        border: 2px solid #ee3e41;
       }

     .search-abc .fa-search {
    position: absolute;
    top: 6px;
    left: 18px;
    color: #485259;
}

       .search-abc button{
        position: absolute;
        top: 5px;
        right: 5px;
        height: 32px;
        width: 30px;
       }

.form-control {
    background-color:#F4F4F4;
     max-width:100%;
}

/* Search end */

/* Main menu styling */
.t4-megamenu .dropdown-menu, .user-menu .dropdown-menu  {
    background: #c73439;
}
.t4-palette-mainnav .t4-megamenu .navbar-nav > li a:hover {
  color: #212529;
}
/* Main menu styling end */

/* Article styling */
/* Main image*/
.item-page.layout-2 .top-article-info .full-image .item-image img {
    -o-object-fit: contain;
    object-fit: contain;
}

/* Article styling end */

/* Article Striping */ 

.grey-stripe-background {
   box-shadow: 0 0 0 100vmax #485259;
   clip-path: inset(0-100vmax);
   background-color: #485259;
   color: #ffffff;
  
  & h1, h2, h3, h4, h5, h6 {
  color: #ffffff !important;}
  
  & a {
  color: #F9F2D2;}
  
  & a:hover {
  color: #FFFFFF;}
}

.grey-stripe {
    background-color:#485259;
    position: relative;
    z-index: 1;
    color: #ffffff;
}
.grey-stripe-inner {
    background-color:#485259;
    position: relative;
    color: #ffffff;
    padding: 40px 0;
}
.grey-stripe:before {
    content:"";
    background-color:#485259;
    position: absolute;
    height: 100%;
    width: 4000px;
    left: -2000px;
    z-index: -1;
}

.assurance-services .grey-stripe:before{
border-bottom: 4px solid #77bf43;
border-top: 4px solid #77bf43;
}

.abc-data .grey-stripe:before{
border-bottom: 4px solid #00a3e0;
border-top: 4px solid #00a3e0;

}


.assurance-services .hero-grey {
  border-bottom: 4px solid #77bf43;
}




/* Article Striping end */ 


/* -- NEWS ITEMS -- */ 
.blog-items .item-image {
  object-fit: cover; 
  object-position: 100% 0;
  height: 200px;
}

/* Page Headings */
.page-header h1, .page-header .h1,
.categories-list h1,
.categories-list .h1 {
  text-transform: unset;
}



.assurance-services .fd-item-inner,
.abc-data .fd-item-inner,
.home-page .fd-item-inner,
.what-does-it-cost .fd-item-inner {
background-color: #F4F4F4;
  border-radius: 25px;
}

/*Assurance services - bullet points*/
.green-bullets li::marker {
  color: #458606;
}
/*ABC Data - bullet points*/
.blue-bullets li::marker {
  color: #00a3e0;
}
.green-headings .t4-palette-light h2, .green-headings h2 {
    color: #458606;
}

.blue-headings .t4-palette-light h2, .blue-headings h2 {
    color: #00a3e0;
}


.breadcrumb-item.active {
color: #ffffff;
font-style: italic;
}
.btn-xs
{
    padding: 2px 5px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
  text-transform: unset !important;
}

.fd-item-title {
    font-size: 1.4rem;
}

/* top left bottom right borders */ 
.blue-border-topleft-bottomright {
  padding: 4rem;
  padding-left: 5rem;
background-image: url(/images/assets/blue-top-left.png), url(/images/assets/blue-bottom-right.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
}

.grey-stripe .testimonial-item-wrap h3, .grey-stripe .testimonial-name h5{
color: #ffffff}

.acm-clients img {
width:100px;
}

.acm-features.style-2 .has-bg-color {
    padding: 2rem 2rem;
}

.headlinefigure p {
    font-size: 4em;
    line-height: 1;
  color:#6c757d;
}

#osm-singup-page {
max-width:650px;}

.gladys .t4-palette-light a:hover {
	color: #ffffff;
}

.gladys .t4-palette-light .modal-body a:hover {
	color: unset;
}

.item-page.layout-2 .top-article-info {
    margin-bottom: 1rem;
}

.ad1 .hero-content {
    flex-direction: column;
    padding-top: 4rem;
}

.ad1  .hero-title, .ad1 .hero-desc {
    color: #565656;
    text-shadow: 1px 0 10px #ffffff
}

.ad1 .acm-hero.style-1 .has-bg .hero-content, 
.ad2 .acm-hero.style-1 .has-bg .hero-content,
.ad3 .acm-hero.style-1 .has-bg .hero-content {
    min-height: 38rem;
}

.ad1 .acm-hero-item,
.ad2 .acm-hero-item,
.ad2 .acm-hero-item {
    background-position: center;
}

.faq details>summary:first-of-type { display: list-item; } 
.faq details>summary { padding: 10px; width: 650px; background-color: #eeeeee; border: none; box-shadow: 1px 1px 2px #bbbbbb; cursor: pointer; } 
.faq details>p, details>ul { padding: 10px; width: 650px; background-color: #ffffff; margin: 0; box-shadow: 1px 1px 2px #bbbbbb; } 
.faq details>ul>li { margin-left: 20px; } 

/* Tab styling */

.nav-tabs .nav-link {
    border-color: #2e3c4324;
}
.nav-tabs .nav-link:hover {
    background-color: #6c757d3d;
}
.nav-tabs .nav-link.active {
    background-color:  #dddddd;
    font-weight: bold;
}

/* payment pages */
#osm-signup-page {
    max-width: 750px;
}

/* searchbar formatting */
#searchparameter {
    padding-left: 12px;
    padding-right: 64px
}
/* Nice page transitions #319 */
@view-transition {
  navigation: auto;
}
/* remove Payment terms line on subscription form */
.osm-payment-terms {
  display: none;
}