/*Banner css start*/

.banner {
    height: 400px;
    overflow: hidden;
}

.banner img.img-fluid {
    height: 400px;
    max-height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.banner .guides {
    position: absolute;
    height: 400px;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0000005e;
}

.banner h1 {
    font-size: var(--f36);
    text-shadow: 0px 0px 3px #000;
    margin-bottom: 0;
    margin-top: var(--m50);
    text-align: center;
    color: #fff;
}

p.contact-cont {
    /* color: var(--white-color); */
    padding-bottom: var(--p40);
    margin: 0;
}

img.cnt-icon {
    width: 50px;
    padding-bottom: var(--p15);
}

.contact-details h6 {
    color: var(--heading-color);
    font-weight: 600;
    letter-spacing: 1px;
    font-size: var(--f18);
}

.contact-details {
    text-align: center;
    padding-bottom: var(--p30);
}

.cnt-cmn.inner-container {
    position: relative;
    padding: 40px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    background: var(--white-color);
    padding-bottom: 0;
}

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
}

.cnt-cmn.sec-title {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 40px;
}

.contact-form {
    position: relative;
    margin-top: 0rem;
}

.contact-form .form-group {
    position: relative;
    display: block;
    /* width: 100%; */
    margin-bottom: 40px;
}

.contact-form .form-group label {
    position: relative;
    color: #fff;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    display: block;
}

.contact-form .ui-selectmenu-button.ui-button,
.contact-form .form-group input,
.contact-form .form-group select,
.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 43px;
    font-size: 14px;
    color: #fff;
    line-height: 31px;
    font-weight: 400;
    border-radius: 0;
    padding: 10px 20px 10px 20px;
    background: rgba(196, 196, 196, .06);
    border: 1px solid rgba(196, 196, 196, .06);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #cacaca;
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    resize: none;
}

option {
    color: black;
    /* Default option color */
}

option:checked {
    color: white;

}

.contact-map {
    overflow: hidden;
    /* height: 100%; */
    box-shadow: 0px 0px 5px #ccc;
}

.contact-map iframe {
    position: relative;
    top: 0rem;
    /* height: 100%; */
}

.cnt-cmn .sec-title h3 {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 25px;
    letter-spacing: 0;
    font-weight: 700;
    color: white;
}

.cnt-cmn .sec-title p {
    font-weight: 700;
}

.contact-lft {
    padding: 0 100px !important;
}

.contact-rgt {
    box-shadow: 0px 0px 2px #00000069;
    border-radius: 10px;
    border: 2px solid #9810fa;
    background: #2802468f;
    padding: 30px;
}

h6.cnt-wtnxt {
    font-weight: 700;
    color: var(--heading-color);
}

ul.cnt-ul {
    padding: 0;
    line-height: 32px;
    color: var(--primary-color);
}

ul.cnt-ul li.cntul-li:before{
    content: "\f00c";  
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;  
  margin-right: 10px;
  color: #9810fa;
}