@import url('https://fonts.googleapis.com/css2?family=Lunasima:wght@400;700&display=swap')
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@charset "utf-8";
/* CSS Document */
html { }
body{font-family: 'Barlow Semi Condensed', sans-serif; color: #111;}
.h1, h1 {}
/*.border-radius{border-radius: 0px !important;}*/
/*.table-bordered-primary{border-color: #160d38;}*/

.eff-1{
    background-color: #28166f;
}
.button-1{
    background-color: #28166f;
}




/*.schedule-form{}*/
.form-box .title h3 {font-weight: 500;}
.form-box label{color: #0c2f55;font-size: 14px;}
.form-box .form-ctrl {
    height: 48px;
        border-radius: 0px;
    font-size: 14px;
    background-color: #f1f1f1;
    color: #000;}
.form-box .button-1 {border-radius: 0px;
    height: 46px;}
.form-box .button-1 .eff-1{height: 46px;}
.form-box .button-1 a, .form-box .button-1 span {line-height: 44px;}
.schedule-form .input-group-text{border-radius: 0px;}
/*==============Schedule A Tour end=========*/
/*==============contact us Start================*/
.contact-info-lftbar{background-color: #f1f1f1;padding: 20px;border: 1px solid #28166f;}
.contact-info-lftbar .title{
    position: relative;
    margin-bottom: 25px;
}
.contact-info-lftbar .title h4{
    border-bottom: 2px solid #f27e00;
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 28px;
    }
.contact-info-lftbar .fotr-media{margin-bottom: 12px;}
.contact-info-lftbar .fotr-media h6{color: #777;}
.contact-info-lftbar .fotr-media p{color:#160d38;font-size: 16px;line-height: 20px;font-weight: 500;}
.contact-info-lftbar .fotr-media p a{color:#160d38;font-size: 16px;font-weight: 500;}
.contact-inner-wrap .contact-form {padding-left: 50px !important;}
.contact-inner-wrap .contact-form .title {margin-bottom: 45px;}
.contact-inner-wrap .contact-form .title h2{font-weight: 500;position: relative;font-size: 45px; color: #28166f}
.contact-inner-wrap .contact-form .title h2:before{content: "";
    position: absolute;
    left: -25px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background-color: #f27e00;}
.contact-inner-wrap .contact-form .input-group-text{border-radius: 0px;}
/*==============contact us End================*/


textarea.form-ctrl {
    padding-left: 15px;
    height: auto !important;
}
/*.eff-1 {
    width: 100%;
    height: 50px;
    right: -840px;
    background: #17094c;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
}*/
.button-1 {
    width: 100%;
    outline: none;
    height: 50px;
    /* float: left; */
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0px 0px 0px 0;
    background-color: var(--var1);
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    border: none;
}







