@charset "utf-8";
/* CSS Document */

.custom-select1 { text-align:left; background:none; border:none; border-radius:0; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative; z-index:99;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items .scrollb {max-height: 180px;max-width: calc(100% - 8px);}
.custom-select1 .select-items { max-height:180px;  background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items .scrollb div { color:#0d0d0d; transition:all 0.25s ease-out 0s; padding:20px 20px 20px 20px;}
.custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#d3b04a;}
.custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:3px 8px 4px 8px;background: url(../images/down-black-gold-circle-arrow.svg) no-repeat;    background: url(../images/down-black-gold-circle-arrow.svg) no-repeat;background-position-y: 50%;background-position-x: 94%;}
.custom-select1:hover .select-selected { color:#d3b04a;background: url(../images/down-white-transparent-gold-circle-arrow.svg) no-repeat;background-position-y: 50%;background-position-x: 94%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { cursor:pointer; font-size:14px; font-weight:700; letter-spacing:0.98px; line-height:1.5; text-transform:uppercase;}

.concern-col1 .custom-select1 { width:254px; margin:0 auto 0;}

.contact-col2 .custom-select1 { width:100%; float:left; background:none; border:1px solid rgba(255,255,255,0.4); margin:0 0 0;}
.contact-col2 .custom-select1 .select-items .scrollb div { padding:20px 7% 20px 7%;}
.contact-col2 .custom-select1 .select-selected { padding:18px 7% 18px 7%;}
.contact-col2 .custom-select1 .select-items .scrollb div, .contact-col2 .custom-select1 .select-selected { font-size:16px; font-weight:400; letter-spacing:normal; line-height:normal; text-transform:inherit;}

.sidbar-col1 .custom-select1 { width:100%; float:left; background:none; border:1px solid rgba(255,255,255,0.4); margin:0 0 0;}
.sidbar-col1 .custom-select1 .select-items .scrollb div { padding:20px 28px 20px;}
.sidbar-col1 .custom-select1 .select-selected { padding:18px 28px 18px;}
.sidbar-col1 .custom-select1 .select-items .scrollb div, .sidbar-col1 .custom-select1 .select-selected { font-size:16px; font-weight:400; letter-spacing:normal; line-height:normal; text-transform:inherit;}

.custom-col1 { width:100%; float:left; margin:0 0 38px;}
.custom-col1 .custom-row1 { width:363px; float:left;}
.custom-col1 .custom-select1 { width:363px; float:left; background:none; border:1px solid #d3b04a; margin:0 0 0;}
.custom-col1 .custom-select1:hover { background:#0a0a0a; border:1px solid #0a0a0a;}
.custom-col1 .custom-select1 .select-items .scrollb div { padding:20px 32px 20px;}
.custom-col1 .custom-select1 .select-selected { color:#0a0a0a; padding:18px 32px 18px;    background: url(../images/down-black-gold-circle-arrow.svg) no-repeat;background-position-x: 91%;background-position-y: 53%;}.custom-col1 .custom-select1:hover .select-selected { color:#ffffff;    background: url(../images/down-white-transparent-gold-circle-arrow.svg) no-repeat;background-position-x: 91%;
    background-position-y: 53%}
.custom-col1 .custom-select1 .select-items .scrollb div, .custom-col1 .custom-select1 .select-selected { font-size:15px; font-weight:700; letter-spacing:normal; line-height:normal;}


.custom-row1.custom-select12.custom-about {
    text-align: left;
    border-radius: 0;
    transition: all 0.25s ease-out 0s;
    position: relative;
    z-index: 99;
    width: 363px;
    background: none;
    border: 1px solid #d3b04a;
    margin: 0 0 0;
}

.custom-row1.custom-select12.custom-about:last-child {
    /* margin-right: 0; */
    float: none;
}

.custom-row1.custom-about .select-items .scrollb {
    max-height: 156px;
    max-width: calc(100% - 8px);
}

.custom-row1.custom-select12.custom-about:hover {
    background: #0a0a0a;
    border: 1px solid #0a0a0a;
}

.custom-row1.custom-select12.custom-about select {
    display: none;
}

.custom-row1.custom-select12.custom-about .select-hide {
    display: none;
}

.custom-row1.custom-select12.custom-about .select-items {
    max-height: 156px;
    background: #ffffff;
    position: absolute;
    top: 102%;
    left: 0;
    right: 0;
    z-index: 99;
}

.custom-row1.custom-select12.custom-about .select-items .scrollb div {
    color: #0a0a0a;
    transition: all 0.25s ease-out 0s;
    cursor: pointer !important;
    padding: 20px 32px 20px;
}

.custom-row1.custom-select12.custom-about .select-items .scrollb div:hover {
    color: #ffffff;
    background: #d3b04a;
}

.custom-row1.custom-select12.custom-about .select-selected {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    text-transform: uppercase;
    background: url(../images/down-black-gold-circle-arrow.svg) no-repeat;
    background-position-x: 94%;
    background-position-y: 53%;
    color: #0a0a0a;
    padding: 18px 32px 18px;
    border: none;
    border-radius: 0;
    transition: all 0.25s ease-out 0s;
    margin: 0 0 0;
    position: relative;
    z-index: 99;
    cursor: pointer;
  }

.custom-row1.custom-select12.custom-about .select-selected:hover {
    background: url(../images/down-white-transparent-gold-circle-arrow.svg) no-repeat;
    background-position-x: 91%;
    background-position-y: 53%
}

.custom-row1.custom-select12.custom-about:hover .select-selected {
    color: #ffffff;
}

.custom-row1.custom-select12.custom-about .select-items .scrollb div, .custom-select1 .select-selected {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    text-transform: uppercase;
}






.custom-row1.custom-about.custom-select2 {
    text-align: left;
    border-radius: 0;
    transition: all 0.25s ease-out 0s;
    position: relative;
    z-index: 99;
    width: 363px;
    background: none;
    border: 1px solid #d3b04a;
    margin: 0 0 0;
}

.custom-row1.custom-about.custom-select2:last-child {
    /* margin-right: 0; */
    float: none;
}

.custom-row1.custom-about .select-items .scrollb {
    max-height: 180px;
    max-width: calc(100% - 8px);
}

.custom-row1.custom-about.custom-select2:hover {
    background: #0a0a0a;
    border: 1px solid #0a0a0a;
}

.custom-row1.custom-about.custom-select2 select {
    display: none;
}

.custom-row1.custom-about.custom-select2 .select-hide {
    display: none;
}

.custom-row1.custom-about.custom-select2 .select-items {
    max-height: 180px;
    background: #ffffff;
    position: absolute;
    top: 102%;
    left: 0;
    right: 0;
    z-index: 99;
}

.custom-row1.custom-about.custom-select2 .select-items .scrollb div {
    color: #0a0a0a;
    transition: all 0.25s ease-out 0s;
    cursor: pointer !important;
    padding: 20px 32px 20px;
}

.custom-row1.custom-about.custom-select2 .select-items .scrollb div:hover {
    color: #ffffff;
    background: #d3b04a;
}

.custom-row1.custom-about.custom-select2 .select-selected {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    text-transform: uppercase;
    background: url(../images/down-black-gold-circle-arrow.svg) no-repeat;
    background-position-x: 91%;
    background-position-y: 53%;
    color: #0a0a0a;
    padding: 18px 32px 18px;
    border: none;
    border-radius: 0;
    transition: all 0.25s ease-out 0s;
    margin: 0 0 0;
    position: relative;
    z-index: 99;
    cursor: pointer;
  }



.custom-row1.custom-about.custom-select2:hover .select-selected {
    color: #ffffff;
    background: url(../images/down-white-transparent-gold-circle-arrow.svg) no-repeat;
    background-position-x: 91%;
    background-position-y: 53%
}

.custom-row1.custom-about.custom-select2 .select-items .scrollb div, .custom-select1 .select-selected {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    text-transform: uppercase;
}


/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { text-align:center; margin:0 0 0;}
.custom-select1 .select-items .scrollb div { padding:20px 10% 20px 10%;}
.custom-select1 .select-selected { padding:2px 10% 3px 10%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:12px; line-height:1.5;}

.concern-col1 .custom-select1 { width:80%; margin:0 auto 0;}

.contact-col2 .custom-select1 { width:100%; margin:0 0 4.2%;}
.contact-col2 .custom-select1 .select-items .scrollb div { padding:20px 10% 20px 10%;}
.contact-col2 .custom-select1 .select-selected { padding:17px 10% 17px 10%;}
.contact-col2 .custom-select1 .select-items .scrollb div, .contact-col2 .custom-select1 .select-selected { font-size:14px; line-height:normal;}

.sidbar-col1 .custom-select1 { text-align:left;}

.custom-col1 .custom-select1 { width:100%; text-align:left;}
.custom-row1.custom-select12.custom-about {width: 100%;}
.custom-row1.custom-about.custom-select2 {width: 100%;}

} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { text-align:center; margin:0 0 0;}
.custom-select1 .select-items .scrollb div { padding:20px 10% 20px 10%;}
.custom-select1 .select-selected { padding:2px 10% 3px 10%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:12px; line-height:1.5;}

.concern-col1 .custom-select1 { width:80%; margin:0 auto 0;}

.contact-col2 .custom-select1 { width:100%; margin:0 0 4.2%;}
.contact-col2 .custom-select1 .select-items .scrollb div { padding:20px 10% 20px 10%;}
.contact-col2 .custom-select1 .select-selected { padding:17px 10% 17px 10%;}
.contact-col2 .custom-select1 .select-items .scrollb div, .contact-col2 .custom-select1 .select-selected { font-size:14px; line-height:normal;}

.sidbar-col1 .custom-select1 { text-align:left;}

.custom-col1 .custom-select1 { width:100%; text-align:left;}

.custom-row1.custom-select12.custom-about {width: 100%;}
.custom-row1.custom-about.custom-select2 {width: 100%;}

}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { text-align:center; margin:0 0 0;}
.custom-select1 .select-items .scrollb div { padding:20px 10% 20px 10%;}
.custom-select1 .select-selected { padding:2px 10% 3px 10%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:12px; line-height:1.5;}

.concern-col1 .custom-select1 { width:80%; margin:0 auto 0;}

.contact-col2 .custom-select1 { width:100%; margin:0 0 4.2%;}
.contact-col2 .custom-select1 .select-items .scrollb div { padding:20px 10% 20px 10%;}
.contact-col2 .custom-select1 .select-selected { padding:16px 10% 16px 10%;}
.contact-col2 .custom-select1 .select-items .scrollb div, .contact-col2 .custom-select1 .select-selected { font-size:14px; line-height:normal;}

.sidbar-col1 .custom-select1 { text-align:left;}

.custom-col1 .custom-select1 { width:100%; text-align:left;}
.custom-row1.custom-select12.custom-about {width: 100%;}
.custom-row1.custom-about.custom-select2 {width: 100%;}

}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:12px; line-height:1.5;}

.concern-col1 .custom-select1 { width:230px; margin:0 auto 0;}

.contact-col2 .custom-select1 .select-selected { padding:16px 7% 16px 7%;}
.contact-col2 .custom-select1 .select-items .scrollb div, .contact-col2 .custom-select1 .select-selected { font-size:14px; line-height:normal;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:13px; line-height:1.5;}

.concern-col1 .custom-select1 { width:242px; margin:0 auto 0;}

.contact-col2 .custom-select1 .select-selected { padding:17px 7% 17px 7%;}
.contact-col2 .custom-select1 .select-items .scrollb div, .contact-col2 .custom-select1 .select-selected { font-size:15px; line-height:normal;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}