@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Poppins:wght@300;400;500;700&display=swap');

.no-mb {
    display: block;
}

.no-ds {
    display: none !important;
}

p {
    font-weight: 300;
}

body {
}

main {
}

selector {

}

.header a:hover {
    color:#f00072 !important;
}

.gray {
    background:#ececec;
    padding:100px 0px 80px !important;
}

.pyy-5 {
    padding:100px 0px 80px !important;
}

.mono {
    font-family: 'Poppins', sans-serif;
}

.object-abs {
    position: absolute;
}

.container {
    position: relative;
}

a svg {
    pointer-events: none;
}



/*BACKGROUND CSS ---------------------------------------------------------*/

.subs-bg {
    background-image: url("../images/jpg/subs-bg.jpg");
    background-size: cover;
    background-position: center center;
    padding:75px 0px;
}


/*BACKGROUND CSS END ---------------------------------------------------------*/

/*DROPDOWN MENU ---------------------------------*/

.dropdown-menu {
    display: inline-block;
    clear: both;
    overflow: hidden;
    margin: 2rem;
}
.dropdown-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    min-width: 140px;
    max-width: 240px;
    background: #f0f0f0;
    position: relative;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.dropdown-menu ul::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f0f0f0 transparent;
    position: absolute;
    top: -10px;
    left: 20px;
}
.dropdown-menu li {
    font-size: 0.8rem;
    display: block;
    padding: 0;
    margin: 0;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.dropdown-menu li:nth-of-type(1) {
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px;
    border-radius: 7px 7px 0 0;
}
.dropdown-menu li:last-of-type {
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0;
    border-radius: 0 0 7px 7px;
}
.dropdown-menu li:hover {
    background: #e7e7e7;
}
.dropdown-menu a {
    padding: 0.7rem 1.4rem;
    text-decoration: none;
    margin: 0;
    display: inline-block;
    color: #f05504;
    width: 100%;
}
.dropdown-menu a:hover {
    color: #f02d04;
}

/*BACKGROUND CSS END ---------------------------------------------------------*/



p {
    font-family: 'Poppins', sans-serif;
}

a {
    transition: .3s ease-in all;
    text-decoration: none !important;
    color:#fff;
}

a:hover {
    text-decoration: none !important;
}

.bt {
    color:#fff;
}

.bt {
    transition: .3s ease-in all;
    margin-right: 7px;
}

.bold {
    font-weight: bold !important;
}

.h1 , .h2 , .h3, .h4 .h5 .h6 {
    font-family: 'Poppins', sans-serif;
}

.vd-light {
    background: #fff;
    padding-bottom:8px;
}

.vd-graybg {
    background:#e9e9e9;
}

.bold {
    font-weight: bold;
}

.vd-logo {
    width: 100%;
}

.bt-line {
    padding:10px 25px;
    border:1px solid #fff;
    font-weight: 300;
    font-size:.9rem;
    transition: .3s ease-in all;
}

.bt-line i {
    padding-left:20px;
}

.bt-line:hover {
    background:#111;
    color:#fff !important;
    text-decoration: none;
    cursor:pointer;
    background:#f00072;
    border-color:#f00072;
}

.bt-line:hover i {
}


.bt-dark-line {
    padding:10px 15px;
    border:1px solid #333;
    font-weight: 400;
    font-size:.8rem;
    color:#000 !important;
    transition: .3s ease-in all;
}

.bt-dark-line i {
    padding-left:10px;
    transition: 0 ease-in all;
}

.bt-dark-line:hover {
    color:#fff !important;
    text-decoration: none;
    cursor:pointer;
    background:#666;
    border-color:#666;
}

.bt-dark-line:hover i {
}


.bt-dark {
    padding:10px 20px;
    border:1px solid #000;
    font-weight: 400;
    background:#000;
    font-size:.8rem;
    color:#fff !important;
    transition: .3s ease-in all;
}

.bt-dark i {
    padding-left:10px;
    transition: .3s ease-in all;
}

.bt-dark:hover {
    background:#111;
    color:#fff !important;
    text-decoration: none;
    cursor:pointer;
    background:#f00072;
    border-color:#f00072;
}

.bt-dark:hover i {
    color:#fff;
}

.bt-right {
    position: absolute;
    right: 0px;
}

.pre-footer .cover {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center center;
}

.bb-1 {
    border-bottom:1px solid #ddd;
}

/*CUSTOM DROPDOWN*/

/* Custom dropdown */
.custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.custom-dropdown select {
    background-color: #fff;
    border:1px solid #ddd !important;
    color: #555;
    font-size: .8rem;
    padding: .6rem 1rem;
    padding-right: 2.5em;
    border: 0;
    margin: 0;
    border-radius: 1px !important;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance: button; /* hide default arrow in chrome OSX */
    width: 100% !important;;
}

.custom-dropdown select:focus {
    outline: none !important;
    box-shadow: none !important;
}

.custom-dropdown::before,
.custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.custom-dropdown::after { /*  Custom dropdown arrow */
    content: "\25BC";
    height: 1em;
    font-size: .625em;
    line-height: 1;
    right: 1.2em;
    top: 50%;
    margin-top: -.5em;
}

.custom-dropdown::before { /*  Custom dropdown arrow cover */
    width: 2em;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 3px 3px 0;
}

.custom-dropdown select[disabled] {
    color: rgba(0,0,0,.3);
}

.custom-dropdown select[disabled]::after {
    color: rgba(0,0,0,.1);
}

.custom-dropdown::before {
}

.custom-dropdown::after {
    color: rgba(0,0,0,.4);
}

.custom-dropdown select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Safari, Chrome, Opera */
    -webkit-appearance: none;
}

/* for IE10 */
.custom-dropdown select::-ms-expand {
    display: none;
}




