/* ----------------------------------------------------------------
    Custom CSS

    Add all your Custom Styled CSS here for New Styles or
    Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
/*Overriding Existing Stars*/
.button{
    background-color: var(--color-primary);
    color: var(--color-white);
}
.button.button-border{
    border-color: var(--color-primary);
    color: var(--color-primary);
}
.button.button-border:not(.button-fill):hover{
    background-color: var(--color-primary);
}
/*Overriding Existing Ends*/

/*Navigation CSS Customization*/
body {
    font-size: 1rem;
}

audio {
    width: 100%;
}

#header.full-header #logo {
    border-right: none;
}

.btn-link,
.page-link,
.page-link:hover,
.page-link:focus {
    color: var(--color-primary);
}

.side-tabs ul.tab-nav li a {
    line-height: 20px;
    padding: 0.5rem;
}
.portfolio-nomargin .portfolio-desc{
        margin: 5px;
        border-radius: 4px;
         background-color: #ffffff;
         box-shadow: 0 0 5px rgba(0,0,0,0.1);
         border-top: 4px solid var(--color-primary_opac);
        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }  

 .portfolio-nomargin .portfolio-desc:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
        border-top: 4px solid var(--color-secondary_opac);
 }
.portfolio-5 .portfolio-item {
    width: 25%;
}

.rightTrigBlock {
    background-color: var(--color-primary);
    padding: 50px 100px;
}

.rightTrigBlock h2 {
    margin-bottom: 20px;
}

.rightTrigBlock ul {}

.rightTrigBlock ul li {
    font-size: 16px;
}

.rightTrigBlock ul li a {
    color: #ffffff;
}

footer {

    background-repeat: repeat;
    background-position: fixed;
    background-size: 100% 100%;
}

/*Image Composition CSS*/
.composition {
    position: relative
}

.composition__photo {
    width: 55%;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    position: absolute;
    z-index: 10;
    transition: all .2s;
    outline-offset: 2rem
}

@media only screen and (max-width: 768px) {
    .composition__photo {
        float: left;
        position: relative;
        width: 33.33333333%;
        box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.2)
    }
}

.composition__photo--p1 {
    left: 0;
    top: -20px;
}

@media only screen and (max-width: 768px) {
    .composition__photo--p1 {
        top: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.composition__photo--p2 {
    right: 0;
    top: 20px;
}

@media only screen and (max-width: 768px) {
    .composition__photo--p2 {
        top: -1rem;
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        z-index: 100
    }
}

.composition__photo--p3 {
    left: 20%;
    top: 100px
}

@media only screen and (max-width: 768px) {
    .composition__photo--p3 {
        top: 10px;
        left: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.composition__photo:hover {
    outline: 15px solid var(--color-primary);
    -webkit-transform: scale(1.05) translateY(-5px);
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.5);
    z-index: 20
}

.composition:hover .composition__photo:not(:hover) {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.portfolio-overlay a {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
}

.portfolio-desc span {
    height: 50px;
}


.homeProducts {}

.homeProducts ul li {}

.homeProducts ul li a {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.homeProducts .portfolio-desc h3 a {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.page-title-parallax {
    position: relative;
}

.page-title-parallax>div {
    z-index: 2;
}

.page-title-parallax::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

#page-title.page-title-parallax {
    padding: 75px 0;
}

.team.team-list .team-image {
    width: 300px;
}

.section .container {
    z-index: auto;
}

/*Time line CSS Starts*/
-------------------------------- */ @media only screen and (min-width: 1170px) {
    .cd-is-hidden {
        visibility: hidden;
    }
}

.cd-timeline {
    overflow: hidden;
    margin: 2em auto;
    width: 100%;
}

.cd-timeline__container {
    position: relative;
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 2em 0;
}

.cd-timeline__container::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
    }

    .cd-timeline__container::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline__block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline__block:after {
    /* clearfix */
    content: "";
    display: table;
    clear: both;
}

.cd-timeline__block:first-child {
    margin-top: 0;
}

.cd-timeline__block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline__block {
        margin: 4em 0;
    }
}

.cd-timeline__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline__img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}

.cd-timeline__img.cd-timeline__img--picture {
    background: var(--color-primary_opac);
}

.cd-timeline__img.cd-timeline__img--movie {
    background: #c03b44;
}

.cd-timeline__img.cd-timeline__img--location {
    background: #f0ca45;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline__img {
        width: 60px;
        height: 60px;
        font-size: 2rem;
        left: 50%;
        margin-left: -30px;
        /* Force Hardware Acceleration */
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .cd-timeline__img.cd-timeline__img--bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.cd-timeline__content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    box-shadow: 0 3px 0 var(--color-primary);
}

.cd-timeline__content:after {
    /* clearfix */
    content: "";
    display: table;
    clear: both;
}

.cd-timeline__content::before {
    /* triangle next to content block */
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}

.cd-timeline__content h2 {
    color: #303e49;
}

.cd-timeline__content p,
.cd-timeline__read-more,
.cd-timeline__date {
    font-size: 0.875rem;
}

.cd-timeline__content p {
    line-height: 1.6;
}

.cd-timeline__read-more,
.cd-timeline__date {
    display: inline-block;
}

.cd-timeline__read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;
}

.cd-timeline__read-more:hover {
    background-color: #bac4cb;
}

.cd-timeline__date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}


@media only screen and (min-width: 1170px) {
    .cd-timeline__content {
        margin-left: 0;
        width: 45%;
        /* Force Hardware Acceleration */
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .cd-timeline__content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }

    .cd-timeline__read-more {
        float: left;
    }

    .cd-timeline__date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 2px;
        font-size: 1.2rem;
    }

    .cd-timeline__block:nth-child(even) .cd-timeline__content {
        float: right;
    }

    .cd-timeline__block:nth-child(even) .cd-timeline__content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }

    .cd-timeline__block:nth-child(even) .cd-timeline__read-more {
        float: right;
    }

    .cd-timeline__block:nth-child(even) .cd-timeline__date {
        left: auto;
        right: 122%;
        text-align: right;
    }

    .cd-timeline__content.cd-timeline__content--bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {

    /* inverse bounce effect on even content blocks */
    .cd-timeline__block:nth-child(even) .cd-timeline__content.cd-timeline__content--bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.cd-nugget-info {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    top: 0;
    left: 0;
}

.cd-nugget-info a {
    position: relative;
    font-size: 14px;
    color: #718ca1;
    transition: all 0.2s;
}

.cd-nugget-info a:hover {
    opacity: .8;
}

.cd-nugget-info span {
    vertical-align: middle;
    display: inline-block;
}

.cd-nugget-info span svg {
    display: block;
}

.cd-nugget-info .cd-nugget-info-arrow {
    fill: #718ca1;
}

.cd-timeline__contentBlock {
    display: flex;
}

.cd-timeline__block:nth-child(odd) .cd-timeline__contentBlock {
    flex-direction: row;
}

.cd-timeline__block:nth-child(even) .cd-timeline__contentBlock {
    flex-direction: row-reverse;
}

.cd-timeline__contentImage {}

.cd-timeline__contentImage img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 150px;
    max-width: inherit;
}

.cd-timeline__contentDetails {
    padding: 1rem;
    -ms-grid-row-align: center;
    align-self: center;
}

.cd-timeline__contentDetails h2 {
    font-size: 1.2rem;
    margin-bottom: 0;
    color: var(--color-primary);
}

.cd-timeline__contentDetails p {
    margin-bottom: 0;
}

/*Time line CSS Ends*/

#oc-features .owl-item:not(.active) {
    opacity: .4;
}

.counters .overlay {
    transition: background-color .3s ease;
}

.counters>div:nth-child(1) .overlay {
    background-color: rgba(229, 57, 53, 0.8);
}

.counters>div:nth-child(2) .overlay {
    background-color: rgba(211, 47, 47, 0.8);
}

.counters>div:nth-child(3) .overlay {
    background-color: rgba(198, 40, 40, 0.8);
}

.counters>div:nth-child(4) .overlay {
    background-color: rgba(183, 28, 28, 0.8);
}

.counters>div:hover .overlay {
    background-color: rgba(0, 0, 0, 0)
}

.careerFaq .line {
    margin: 30px 0;
}

/*Career Plugin css starts*/
.zlinescareer-job__category {
    margin: 10px 0;
    text-align: center;
    position: relative;
}

.zlinescareer-job__image-box {
    margin-bottom: 20px;
}

.zlinescareer-job__title {
    position: absolute;
    width: 100%;
    font-size: 1.2rem;
    color: #333;
    bottom: 70px;
    padding: 10px 0;
    background: #ffffff;
}

.zlinescareer-job__category p {
    margin: 0;
}

.zlinescareer-job__available {
    display: none;
}

.zlinescareer-job__category .button-border.button-blue,
.zlinescareer-quiz__question-box .button-border.button-blue {
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.zlinescareer-job__category .button-border.button-blue:hover,
.zlinescareer-quiz__question-box .button-border.button-blue:hover {
    background-color: var(--color-primary) !important;
}

/*Career Plugin css Ends*/
/*Cardiac Arrest Main Page starts*/
.cprContainer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 30px 0;
}

.cprContainer__col {
    flex: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.cprContainer__col--1 {
    border-right: 1px solid rgba(51, 51, 51, 0.30);
}

.cprContainer__col--2 {}

.cprContainer__col--3 {
    border-left: 1px solid rgba(51, 51, 51, 0.30);
}

.cprContainer__sub {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.cprContainer__sub--small {}

.cprContainer__sub--big {}

.cprContainer__sub--1 {
    border-bottom: 1px solid rgba(51, 51, 51, 0.30);
}

.cprContainer__sub--4 {
    border-bottom: 1px solid rgba(51, 51, 51, 0.30);
}

.cprContainer__Box {
    position: relative;
    text-align: center;
    flex-grow: 1;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 0;
}

.cprContainer__Box>*:empty {
    display: none;
}

.cprContainer__Box:before {
    position: relative;
    background: #fff;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-property: box-shadow transform;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.cprContainer__Box:hover {
    z-index: 1;
}

.cprContainer__Box:hover:before {
    box-shadow: 0 7px 21px 0 rgba(0, 0, 0, .1);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.cprContainer__link {
    display: block;
    position: relative;
}

.cprContainer__icon {}

.cprContainer__title {
    padding: 20px 0;
    color: var(--color-primary);
    font-size: 25px;
    display: block;
}

@media screen and (max-width: 62em) {
    .cprContainer {
        flex-direction: column;
    }

    .cprContainer__col {
        flex-direction: row;
        flex-wrap: wrap;
        flex: auto;
    }

    .cprContainer__sub--1 {
        border-right: 1px solid rgba(51, 51, 51, 0.30);
    }

    .cprContainer__sub--2 {
        border-bottom: 1px solid rgba(51, 51, 51, 0.30);
    }

    .cprContainer__col--1 {
        border: none;
    }

    .cprContainer__col--3 {
        border-left: none;
        border-top: 1px solid rgba(51, 51, 51, 0.30);
    }

    .cprContainer__sub--4 {
        border-bottom: none;
        border-right: 1px solid rgba(51, 51, 51, 0.30);
    }
}

@media screen and (max-width: 25.5em) {
    .cprContainer * {
        border: none;
    }
}

.cprInnerContainer .row {
    margin-bottom: 40px;
}

.cprInnerContainer h4 {
    font-size: 30px;
    color: #38c2de;
    font-weight: 400;
    margin-bottom: 20px;
}

.cprInnerContainer img {
    margin: 0 auto;
}

.cprInnerContainer p {
    width: auto;
    text-align: justify;
    color: #333;
    word-wrap: break-word;
    font-size: 18px;
    line-height: 31px;
    font-weight: 300;
    letter-spacing: 0.2px;
}

.cprInnerContainer ul,
.cprInnerContainer ol {
    padding-left: 20px;
}

.cprInnerContainer ul li {
    width: 100%;
    float: left;
    padding-left: 20px;
    background: url(../images/bullet.png) no-repeat;
    background-position: left top 11px;
    word-wrap: break-word;
    text-align: left;
    font-size: 15px;
}



/*Cardiac Arrest Main Page Ends*/

.languageSwitcher {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    list-style-type: none;
    z-index: 2;
}

.languageSwitcher .lang-item {
    background-color: var(--color-primary);
    padding: 0.5rem;
}

.languageSwitcher .lang-item:hover,
.languageSwitcher .lang-item.current-lang {
    background-color: var(--color-secondary);
}

.languageSwitcher .lang-item a {
    color: #ffffff;
    display: block;
}

/*Post/Page Content Styling starts*/
.post-content {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    margin-bottom: 0.5rem;
}

.post-content p,
.post-content pre,
.post-content ul,
.post-content ol,
.post-content dl,
.post-content dd,
.post-content blockquote,
.post-content address,
.post-content table,
.post-content fieldset,
.post-content form {
    margin-bottom: 0.5rem;
}

.wp-block-column ul {
    margin-bottom: 0;
}

.post-content ul,
.post-content ol {
    margin-left: 1rem;
}

/*Post/Page  Content Styling Ends*/
/*Learn CPR Page Accourdion starts*/
.learnCPRAccordion {}

.learnCPRAccordion .card-header {
    background-color: var(--color-primary);
}

.learnCPRAccordion .card-header a {
    font-size: 1.2rem;
    color: #ffffff;
    display: block;
}

.learnCPRAccordion .card-header a i {
    display: none;
}

.learnCPRAccordion .card-header a:not(.collapsed) .icon-line-circle-minus {
    display: inline-block;
}

.learnCPRAccordion .card-header a.collapsed .icon-line-circle-plus {
    display: inline-block;
}

/*Learn CPR Page Accourdion hidden*/

 
/*International Conference Table List starts*/
#internationalConferenceTable thead th .form-control {
    min-width: 115px;
    font-size: 12px;
}

#internationalConferenceTable thead tr:last-child th:first-child .form-control,
#internationalConferenceTable thead tr:last-child th:last-child .form-control {
    display: none;
}

/*International Conference Table List ends*/

/*Posts Styling starts*/

#posts.small-thumbs .entry:after,
.postcontent .entry:after {
    background-color: #F5F5F5;
}

.latestPosts iframe, 
.postArchives  iframe, 
.menuRecentPost  iframe, 
.singlePost  iframe{
    width: 100%;
    height: 100%;
}
.postArchives  iframe{
    min-height: 190px;
}
.singlePost.entry-image img{
    height: 500px;
}
.singlePost.entry-image  iframe{
    height: 500px;
}
.latestPosts .entry-image,
.menuRecentPost .entry-image{
    overflow: hidden;
    height: 190px;
}

.latestPosts .entry-image img,
.postArchives .entry-image img,
.menuRecentPost .entry-image img,
.singlePost.entry-image img {
    -o-object-fit: cover;
       object-fit: cover;
}

.latestPosts .entry-image .YTVideo .circle,
.postArchives .entry-image .YTVideo .circle ,
.menuRecentPost .entry-image .YTVideo .circle, 
.singlePost.entry-image .YTVideo .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white;
    font-size: 45px;
}

.latestPosts .entry-image .YTVideo:hover,
.postArchives .entry-image .YTVideo:hover,
.menuRecentPost .entry-image .YTVideo:hover,
.singlePost.entry-image .YTVideo:hover {
    cursor: pointer;
}

.latestPosts .entry-image .YTVideo:hover .circle ,
.postArchives .entry-image .YTVideo:hover .circle, 
.menuRecentPost .entry-image .YTVideo:hover .circle, 
.singlePost.entry-image .YTVideo:hover .circle {
    color: red;
}

/*Posts Styling ends*/

/*Event Styling Starts*/
.home .events .entry{
    background-color: #ffffff;
}
.events .badge{
    font-size: 100%;
    font-weight: 500;
}

/*Event Styling Ends*/
/*Customizing Email Subscription form  start*/
.tnp-subscription{
    max-width: none !important;
}
.tnp-subscription label{
    display: none !important;
}

.tnp-field-button{
    -ms-grid-row-align: center;
        align-self: center;
    padding-left: 12px !important;
}
/*Customizing Email Subscription form  ends*/

/*WP Content Styling Starts*/
.wp-content p
{
    margin-bottom: 0;
}
.wp-content h1,
.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content h5,
.wp-content h6{
    margin-bottom: 10px;
}

/*WP Content Styling Ends*/

/*Product Single page style starts*/
.productVariants{

}

.productVariant__box{
    margin: 30px 0;
}

.productVariant__box h2{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
    padding: 5px 10px;
    display: inline-block;
    border-left: 5px solid var(--color-tertiary);
    background-color: var(--color-primary);
    color: #ffffff;
    font-family: 'Lato', sans-serif;
}
.productVariant__box--image{
    text-align: left;
}
.productVariant__box--details{

}
.productVariant__box--details h3{
    margin:0;
    font-size: 18px;
}
.productVariant__box--details p{
    margin:0;
}
/*Product Single page style ends*/
.footerCopyright p{
	margin-bottom: 5px;
}