/*
    main color      -> e7355e
    hover color     -> da3259
*/


@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/proxima-nova/light.otf") format("opentype");
}
@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/proxima-nova/regular.otf") format("opentype");
}
@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/proxima-nova/medium.otf") format("opentype");
}
@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/proxima-nova/bold.otf") format("opentype");
}
@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../fonts/proxima-nova/black.otf") format("opentype");
}

img {
    max-width: 100%;
    height: auto;
}
.single-header{
    margin-top:123px;
    background-color: #000;
    padding:40px 0;
    margin-bottom: 15px;
}
.single-header h1{
    color:#fff;
    text-align: center;
    font-size:32px;
    margin:0;
}
.section-texts *{
    font-size:14px;
}
address{
    font-style: normal;
}
iframe {
    max-width: 100%;
}
.row-flexible{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.modal-body{
    padding:15px 30px;
}
.content-inner .btn-primary{
    color:#fff;
    background-color: #2D3B84;
    border:0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}



.admin {
    position: fixed;
    top: 40%;
    left: 0;
    padding: 10px 0;
    z-index: 99;
}

.admin a {
    padding: 15px;
    background: #fff;
    display: block;
    margin-bottom: 3px;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.1);
}

.pagination {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}


/* share buttons */
.share a {
    display: inline-block;
    margin: 0 7px 7px 0;
    color: #fff;
    width: 32px;
    line-height: 29px;
    text-align: center;
    border-radius: 2px;
}

.share a:hover {
    opacity: 0.8;
}





.card .card-title a,
.card .card-title a {
    font-weight: 700;
    font-size: 16px;
    color: #303030;
    text-decoration: none;
}

.card .card-title a:hover,
.card .card-title a:hover {
    color: #7f7f7f;
}

.card img:hover {
    opacity: 0.8;
}

aside .widget > .title {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 20px;
    color: #323232;
}

.page-header {
    position: relative;
    margin: 0 0 30px 0;
}

.page-header.has-bg {
    text-align: center;
    margin-top: 0;
    padding-bottom: 0;
}

.page-header.has-bg .bg {
    position: relative;
    overflow: hidden;
}

.page-header.has-bg .bg:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(35, 36, 48, 0.55);
}

.page-header.has-bg .bg img{
    max-width: initial;
}

.page-header.has-bg .main-title{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-title{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
}
.page-header.has-bg h1{
    background: none;
    font-size: 35px;
    display: block;
    color: #ffffff;
    padding: 0;
    font-weight: 300;
}


.page-header.has-bg .breadcrumb {
    margin: 0;
    padding:0;
}

.page-header.has-bg .breadcrumb .container {
    padding: 0;
}

.page-header.has-bg .breadcrumb ul  {
    text-align: inherit;
}

.page-header.has-bg .breadcrumb li,
.page-header.has-bg .breadcrumb a {
    color: #FFFFFF!important;
}

.page-header.has-bg .breadcrumb li a{
    font-weight: 600;
}

.page-header.has-bg .breadcrumb li:last-child a{
    font-weight: normal;
}

.page-header h1 {
    display: inline-block;
    background: #ffffff;
    padding: 0 20px;
    font-size: 13px;
    margin: 0;
    color: #8f8f8f;
    font-weight: 400;
}

.page-header:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #eaeaea;
    top: 50%;
    z-index: -1;
}
.posts .item .card-title{
    height: 48px;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 40px;
}

.breadcrumb ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    padding-bottom: 0;
}

.breadcrumb ul li {
    display: inline-block;
    font-size: 14px;
    color: #000;
}
.breadcrumb ul li:not(:last-child){
    margin-right:10px;
}

.breadcrumb ul li:not(:last-child):after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    font-weight: 900;
    color: #c9c9c9;
    margin-left: 10px;
    font-size: 10px;
    top: -1px;
    position: relative;
}

.no-result {
    text-align: center;
    margin: 75px auto;
}

.no-result .text {
    font-size: 25px;
    font-weight: 300;
    color: #888;
    margin-bottom: 50px;
}

.no-result .icon {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 auto 20px;
    font-size: 100px;
    border: 1px solid #e4e4e4;
    width: 154px;
    height: 154px;
    border-radius: 50%;
    color: #d2d2d2;
}
.breadcrumb ul li a{
    color:#2D3B84;
    font-size:14px;
    text-decoration: none;
}
.breadcrumb ul li a *{
    font-size:14px;
}

.btn-outline-dark{
    border:1px solid #000;
}

.content-inner .image-side img{
    width: 100% !important;
    height: auto !important;
    display: block;
}
.content-inner .mb-5{
    margin-bottom: 50px;
}
.content-inner p{
    font-size:14px;
}
.content-inner p a{
    color:#2D3B84;
}

/* RESPONSIVE */
@media (max-width: 1600px) {


}

@media (max-width: 1300px) {


}

@media (min-width: 991px) {


}

@media (min-width: 991px) {



    .content-inner .align-items-center{
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        align-items: center;
    }

}

@media (max-width: 767px) {
    .single-header{
        padding:30px 0;
    }
    .single-header h1{
        font-size:24px;
        margin:0;
    }
    .breadcrumb ul {
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .page-header.has-bg .bg img{
        width: auto;
        max-width: initial;
    }

    .page-header.has-bg h1 {
        font-size: 30px;
    }


}

@media (max-width: 576px) {

    .footer-bottom-content .bcdgrup-creation img{
        width: 50px;
    }

}

.content-inner ul{
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left:40px;
    list-style-type: disc;
}
.content-inner .marker{
    background-color: yellow;
}
.content-inner blockquote{
    padding-left:40px;
    position: relative;
    padding-right:40px;
}
.content-inner blockquote:before{
    display: block;
    left:10px;
    top:0;
    bottom:0;
    width: 5px;
    position: absolute;
    content: '';
    background-color: #e1e1e1;
}
.popupper{
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
    overflow-y:auto;
}
.popupper.show-pop{
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
}
.popupper .overground{
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    background-color: rgba(0,0,0,0.6);
}
.popupper .popup-box{
    width: 100%;
    max-width: 700px;
    position: relative;
    z-index: 100;
}
.popupper .popup-box .card{
    border-radius: 0;
    background-color: #fff;
}
.popupper .popup-box .card-title{
    padding:22px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 0;
    border-bottom: 2px solid #C18153;
}
.popupper .popup-box .card-title h3{
    font-size:24px;
    font-weight: 700;
    display: block;
    width: 100%;
    line-height: 1;
    margin-bottom: 0;
}
.popupper .close-popupper{
    cursor: pointer;
}
.popupper .popup-box .description{
    padding:22px;
    font-size:14px;
}
@media all and (max-width: 768px){
    .row-sm-flexible{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }
}
.row-sm-flexible{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
@media all and (min-width: 992px){
    .col-lg-for-7{
        width: 10%;
    }
}
@media all and (min-width: 768px){
    .col-lg-for-7{
        width: 12%;
    }
    .col-lg-for-7:nth-child(1) .footer-firm-box img{
        transform: scale(2.6);
    }
    .bcdgrup-footer .footer-top-content .bcdgrup-footer-info-block{
        margin-top:30px;
    }
}


.spinner::after {
    content: '';
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    border-radius: 50%;
}
.spinner.grow-pulse::after {
    background-color: rgba(0, 0, 0, 1.0);
    animation: grow-pulse 1.5s ease-out infinite;
}
@keyframes grow-pulse {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    30% {
        opacity: 0.5;
    }
    60% {
        transform: scale(1.2);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}