/* GOOGLE FONTS */
/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400&family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100;300;400;500;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&family=Mulish:wght@300;400;500;600;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&family=Mulish:wght@300;400;500;600;700&family=Prata&display=swap');
/* Global properties ======================================================== */
a[href^="tel:"] { color: inherit; text-decoration: none;}
::selection{ background:#9cbbcc!important; color:#fff}
::-moz-selection{ background:#9cbbcc!important; color:#fff}

a{text-decoration: none; outline:none}
a:hover{ color:#666666; text-decoration: none; outline:none}

body{ background:#fff; border:0; font-family: 'Montserrat', sans-serif; color:#666666 ; line-height:1.6154; min-width:320px;}
img {
    height: auto;
    max-width: 100%;
}
ul, ol, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
p {
    line-height: 28px;
    font-weight: 300;
    color: #606060;
}
.w-100{
    width: 100%;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.pb-90 {
    padding-bottom: 90px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-120 {
    padding-top: 120px;
}
.ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-50 {
    margin-top: 50px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.title h4{
    letter-spacing: 0.15em;
    background: -webkit-linear-gradient(45deg, #09005e, #167ac6 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
}
.title h2{
    font-weight: 700;
    color: #000;
    font-size: 24px;
}
.title{
    font-weight: 600;
    margin-bottom: 30px;
}
.section-bg {
    overflow: hidden;
    width: 100%;
}
.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}
.bg-fill {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
}
.relative{
    position: relative;
}
.archive-page-header{
    width: 100%;
    padding-top: 23%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
.archive-page-header .archive-page-header-inner {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}

.pagination {
    width: 100%;
    padding: 9px 5px;
    margin: 0;
    border: 1px dashed #e2e2e2;
    border-radius: 30px;
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
}

.pagination a.page-numbers, .pagination span {
    display: inline-block;
    float: none;
    height: 36px;
    line-height: 34px;
    margin: 0 0 0 5px;
    padding: 0;
    text-align: center;
    width: 36px;
    color: #212529;
    background: #fff;
    border: 1px solid #822a85;
    border-radius: 50%;
    font-weight: 600;
}

.pagination a.page-numbers:focus,
.pagination a.page-numbers:hover,
.pagination a.current,
.pagination span.current,
.pagination span.current:focus,
.pagination span.current:hover {
    background: #822a85;
    color: #fff;
}
.mm-slideout{
    z-index: inherit !important;
}
.container-width, .full-width .ubermenu-nav, .container{
    max-width: 1250px;
}
/*@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}*/

@media (min-width: 1230px) {

}
/* Default landscape and desktop to large desktop */
@media (max-width: 1229px) {
}

@media (min-width: 1000px) {
}

/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {

}
@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width:992px) {

}

@media (max-width: 767px) {

}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {
}

@media (max-width: 575px) {

}
/* Landscape phones and down */
@media (max-width: 480px) {

}