/*!*Top bar*!*/
/*#topbar.topbar-colored, #topbar.topbar-colored.dark {*/
/*    background-color: #0072a2;*/
/*}*/
/*#topbar .top-menu > li > a {*/
/*    color: #FFF;*/
/*    text-transform: uppercase;*/
/*}*/
/*#topbar .top-menu > li > a:hover {*/
/*    color: #99cc33 !important;*/

/*}*/

/*#topbar .social-icons li a{*/
/*    color: #FFF;*/
/*}*/

/*!*Menu*!*/
/*#header .header-inner #logo a > img, #header #header-wrap #logo a > img {*/
/*    padding: 15px;*/
/*}*/
/*.show_on_mobile{*/
/*    display: none;*/
/*}*/
/*.header-extras{*/
/*    padding-left: 20px;*/
/*}*/

/*#page-title .page-title > h1 {*/
/*    font-size: 4rem;*/
/*    font-weight: 700;*/
/*}*/

/*#page-title .page-title > span {*/
/*    font-weight: 400;*/
/*    font-size: 25px;*/
/*}*/



/* ----------------------------------------------------------------
Roots & Customs
-----------------------------------------------------------------*/
:root {
    --navyBlue:#152D52;
    --navyBlueHover: #0e254a;
    --prcDark : #282C37;
    --ciaColor:#F9AC26;
    --cmaColor:#9F1C5B;
    --ciaColorHover:#EA9B10;
    --cmaColorHover: #7D1044;
    --prcGreen:#8FC836;
    --prcGreenHover: #85bf27;
    --white: #ffffff;
    --lightGray: #F8F8F8;
}

p , li{
    font-size: 16px;
    color: var(--prcDark);
}

ul , ol{
    list-style-position: inside;
}


.table .thead-navy th{
    background-color: var(--navyBlue) !important;
    border-color: var(--navyBlue) !important;
}

/*.bg-dark{*/
/*    background-color: var(--prcGreen) !important;*/
/*}*/


.bg-green{
    background-color: var(--prcGreen) !important;
}



.bg-overlay[data-style="13"] {
    background: var(--navyBlue);
    opacity: .8;
    position: relative;
}
.bg-overlay[data-style="13"] h4 {
    color: var(--white) !important;
}

.textWhite{
    color: var(--white) !important;
}

.text-dark {
    color: var(--prcDark) !important;
}

.text-navy {
    color: var(--navyBlue) !important;
}

.text-green{
    color: var(--prcGreen) !important;
}

.text-cia{
    color: var(--ciaColor) !important;
}

.text-cma{
    color: var(--cmaColor) !important;
}

.heading-text h2{
    font-size: xxx-large;
    text-transform: uppercase;
}

.heading-text p {
    padding: 0 12%;
}

.hr-10{
    width: 10%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    height: 3px;
    background: var(--navyBlue);
}

.icon-box.text-center p, .icon-box.center p {
    font-size: 14px !important;
}

@media (max-width: 1024px){
    .heading-text h2{
        font-size: xx-large;
        text-transform: uppercase;
    }

    .heading-text p {
        padding: 0 5%;
    }

}


/* ----------------------------------------------------------------
Topbar && Main Menu
-----------------------------------------------------------------*/
#topbar.cia_color{
    background-color:var( --ciaColor );
}
#topbar.cia_color .top-menu > li > a{
    color: var( --white );
}

#topbar.cma_color{
    background-color:var( --cmaColor );
}

#topbar.cma_color .top-menu > li > a{
    color: var(--white);
}

#topbar.no_border{
    border-bottom: 0;
}

.dark #header .header-inner, .dark #header #header-wrap, #header.dark .header-inner, #header.dark #header-wrap {
    background-color:var( --navyBlue );
    color: var(--white);
}

#mainMenu nav > ul > li.active {
    background: #2B617E;
}


.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu, #mainMenu.dark nav > ul > li .dropdown-menu {
    background-color: var(--navyBlue);
    border-color: var(--navyBlue);
    border: 0;
    border-radius: 0;
}

.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li > a {
    font-size: 13px;
    padding-left: 10px;

}





.header-logo-left #logo{
    margin-right: 5%;
}


.header-logo-right #logo{
    margin-left: 5%;
}

.header-extras .header-button {
    color: var(--navyBlue) !important;
    border-radius: 2px !important;
}

.btn-light:active:focus {
    color: #ffffff;
    background-color: #161617;
    border-color: #494F57;
}


#mainMenu.menu-lowercase nav > ul > li > a{
    font-size: 13px;
    padding: 10px 10px;
}


@media (max-width: 1024px){

    .mainMenu-open.dark #header .header-inner, .mainMenu-open.dark #header #header-wrap, .mainMenu-open #header:not(.submenu-light).dark .header-inner, .mainMenu-open #header:not(.submenu-light).dark #header-wrap {
        background-color: var(--navyBlue) !important;
    }

}



/*
Header Title
*/

#page-title {
    padding: 110px 0;
}

#page-title .page-title > h1 {
    font-family: "Lato Black", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

/*
Footer
*/

#footer .widget .widget-title, #footer .widget h4{
    color: var(--navyBlur);
    text-transform: capitalize;
}

#footer{
    background: var(--lightGray);

}

#footer .copyright-content {
    /*min-height: 80px;*/
    padding: 0;
    background: var(--lightGray);
}

#footer .copyright-content  hr{
    margin-top: 0;
    margin-bottom: 30px;
    border: none;
    height: 2px;
    color: var(--prcGreen);
    background-color: var(--prcGreen);
}


#footer .copyright-content .copyright-text a{
    color: var(--navyBlue);
    font-weight: 500;
}

#footer .copyright-content  .social-icons li {
    float: left;
    list-style: none;
}

.footer-language {
    float: right;
    z-index: 199;
    position: relative;
    height: 40px;
}


/* Buttons */
.btn-cia{
    background-color: var(--ciaColor) !important;
    border-radius: 2px !important;
    border: 0 !important;
}

.btn-cia:hover{
    background-color: var(--ciaColorHover) !important;
}

.btn-cia-outline{
    background-color: transparent !important;
    border: 1px solid var(--ciaColor) !important;
    border-radius: 2px !important;
    color: var(--ciaColor) !important;
}

.btn-cia-outline:hover{
    background-color: var(--ciaColor) !important;
    color: var(--white) !important;

}


.btn-cma{
    background-color: var(--cmaColor) !important;
    border-radius: 2px !important;
    border: 0 !important;
}

.btn-cma:hover{
    background-color: var(--cmaColorHover) !important;
}


.btn-cma-outline{
    background-color: transparent !important;
    border: 1px solid var(--cmaColor) !important;
    border-radius: 2px !important;
    color: var(--cmaColor) !important;
}

.btn-cma-outline:hover{
    background-color: var(--cmaColor) !important;
    color: var(--white) !important;

}

.cia-post-meta-category{
    background: var(--ciaColor);
    padding: 3px 5px;
    font-size: 12px;
    color: var(--white);
    border-radius: 2px;
}

.post-meta-date{
    top: 0 !important;
    color: var(--prcDark) !important;
}

.green-btn{
    background-color: var(--prcGreen) !important;
    border-radius: 2px !important;
    border: 0 !important;
}


.green-btn:hover{
    background-color: var(--prcGreenHover) !important;
}





.navy-btn{
    background-color: var(--navyBlue) !important;
    border-radius: 2px !important;
    border: 0 !important;
}


.navy-btn:hover{
    background-color: var(--navyBlueHover) !important;

}



/*TESTIMONIALS*/

.testimonial-name::before{
    display: inline-block;
    content: "";
    border-top: .2rem solid var(--prcGreen);
    width: 2rem;
    margin: 0 1rem 0 0;
    transform: translateY(-0.2rem);
}

.testimonial-content{

    background-image: url('../images/quote-icon.png');
    background-repeat: no-repeat;
    padding-top: 40px;
    display: block;

}

.testimonial.testimonial-single .testimonial-item p {
    font-size: 16px;
}


/* OTHERS */

.icon-box.medium > p {
    margin: 0 0 20px 50px;
    font-size: 14px;
    line-height: 22px;
}

.icon-box {
    margin-bottom: 10px;
    position: relative;
    margin-top: 25px;
}


.form-light h4 , .form-light p  , .form-light input {
    color: var(--navyBlue) !important;

}

.why_prc_container .call-to-action{
    padding: 15px !important;
    margin-bottom: 20px !important;
}


.why_prc_container .call-to-action h4{
    color: var(--white);
}

.why_prc_container .call-to-action p{
    font-size: 12px;
}

.why_prc_container .call-to-action-dark{
    background: var(--navyBlue);
}


.post-item-description .post-item-title a{
    color: var(--prcDark) !important;
}


.post-item-description .post-item-title a:hover{
    color: var(--navyBlue) !important;
}

.post-item-description .item-link{
    color: var(--navyBlue) !important;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize !important;
}
.post-item-description .item-link i{
    color: var( --ciaColor);
}
.post-item-description .item-link:hover{
    color: var(--prcDark) !important;
}


.pagination .page-item:not(.disabled).active > .page-link, .pagination .page-item:not(.disabled):active > .page-link, .pagination .page-item:not(.disabled):focus > .page-link, .pagination .page-item:not(.disabled):hover > .page-link {
    background-color: var(--navyBlue);
    border-color: var(--navyBlue);
    color: white;
    box-shadow: none;
    /* margin: 0 auto; */
    margin: 0 5px;
    border-radius: 2px;
}

.feature-box {
    border-bottom: 5px solid var(--ciaColor);
    padding: 35px;
    min-height: 320px;
}


.feature-box p{
    font-weight: 400;
    font-size: 12px;
    color: var(--prcDark);
}




/* - - - - - - - - - Pricing Table Switch Section - - - */

#pricing-switch {
    margin: 0 auto 60px;
    text-align: center;
    line-height: 1.4;
    position: relative;
    max-width: 1080px;
}

#pricing-switch .switch-label {
    display: inline-block;
    width: 200px;
    text-align: center;
    opacity: 0.4;
    font-size: 16px;
    cursor: pointer;
    padding: 0 20px;
}

#pricing-switch .switch-label .save-money {
    color: #4caf50;
    font-style: italic;
    padding-left: 8px;
}
#pricing-switch .save-money--mobile {
    color: #4caf50;
    font-style: italic;
    padding-top: 22px;
    display: none;
}

#pricing-switch .switch-label.active {
    font-size: 18px;
    font-weight: 600;
    opacity: 1;
}
#pricing-switch .switch-label-monthly {
    text-align: right;
}
#pricing-switch .switch-label-yearly {
    text-align: left;
}

#pricing-switch .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    vertical-align: -50%;
    margin: 0;
}

#pricing-switch .switch input {
    display: none;
}

#pricing-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3f9b63;
    border-radius: 34px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

#pricing-switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    border-radius: 50%;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

/* #pricing-switch input:checked + .slider {
    background-color: green;
} */

#pricing-switch input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

#pricing-switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


.text_inside_line {
    width: 25%;
    border-bottom: 1px solid;
    line-height: 0.1em;
    margin: 30px 0 30px;
}

.text_inside_line span {
    background:#fff;
    padding-right: 10px;
}

.dt-divider-30{
    width: 30%;
    color: #1f1f1f;
    border: 2px solid #1f1f1f;
}

.dt-divider-50{
    width: 50%;
    color: #1f1f1f;
    border: 2px solid #1f1f1f;
}

.dt-divider-100{
    width: 100%;
    color: #1f1f1f;
    border: 2px solid #1f1f1f;
}

.max-width-60{
    max-width: 60%;
}
.min-height-125{
    min-height: 125px;
}




@media only screen and (max-width: 600px) {

    .header-extras .p-dropdown .p-dropdown-content, .header-extras .p-dropdown ul.p-dropdown-content {
        right: auto !important;
        margin-top: -8px;
    }


    .inspiro-slider .slide .slide-captions h1 {
        font-size: 50px;
        text-align: center;
        line-height: 64px;
    }
    .inspiro-slider .slide .slide-captions h2{
        text-align: center;
    }
    .inspiro-slider .slide-captions > * {
        text-align: center;
    }

    #header .header-inner #logo a > img, #header #header-wrap #logo a > img {
        padding: 20px;
    }
    .show_on_mobile{
        display: block;
    }
    .header-extras{
        padding-left: 0px;
    }

    /* Pricing Switch */
    #pricing-switch {
        margin: 26px 0 52px;
    }

    #pricing-switch .switch-label {
        display: inline-block;
        width: auto;
        font-size: 14px;
    }

    #pricing-switch .switch-label.active {
        font-size: 14px;
        font-weight: 600;
    }

    .text_inside_line {
        width: 75%;
    }

    /* Step Wizard */
    .wizard > .steps ul {
        flex-direction: row;
    }

    .wizard > .steps ul li{
        max-width: 50px;
    }
    .wizard > .steps ul li a{
        max-width: 45px;
    }

    .wizard .content {
        padding-top: 0px;
        padding-left: 0;
        padding-right: 0;
    }



}