/*site-header*/
.site-header{
	position: relative;
	width: 100%;
	height: auto;
	background-color: #000;
	color: #fff;
}
.f-slider-owl{
	position: relative;
	width: 100%;
	height: auto;
}

.banner-slider{
	position: relative;
	width: 100%;
	height: auto;
}
.banner-slider img{
	position: relative;
	width: 100%;
	height: 70vh;
	object-fit: cover;
	object-position:right center;
}
.banner-Dlt{
	position: absolute;
	z-index: 19;
	width: 100%;
	min-height: 100px;
	z-index: 10;
	padding: 30px 0px;
	color: #fff;
	padding-bottom: 10px;
}
.banner-Dlt-Img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -100;
	display: flex;
	align-content: flex-end;
	background-color: #600061;
	opacity: 0.8;
}
.banner-Dlt-Img img{
	position: absolute;
	width: 100%;
	object-fit: cover;
	object-position: center;
	bottom: -45px;
}
@media screen and (max-width:1350px){
	.banner-Dlt-Img img{
		bottom: -30px !important;
	}
}
@media screen and (max-width:900px){
	.banner-Dlt-Img img{
		bottom: -20px !important;
	}
}
@media screen and (max-width:650px){
	.banner-Dlt-Img img{
		bottom: -10px !important;
	}
}

.banner-Dlt-Main{
	max-width: 50%;
	overflow: hidden;
}
@media screen and (max-width:700px){
.banner-Dlt-Main{
	max-width: 100% !important;
}
}
.banner-Dlt-Main h2{
   margin-bottom: 15px;
   display: block;
   transition: all 0.5s ease-in-out;
   transform: translateY(100px);
   opacity: 0;
   animation: 0.5s GenAnim ease forwards;
}


@keyframes GenAnim{
	from{
		transform: translateY(100px);
   opacity: 0;
	}
	to{
		transform: translateY(0px);
		opacity: 1;
	}
}




/*contact-sec*/
.contact-sec{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 70px;
}

.contact-Main{
	position: relative;
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 40px;
}
@media screen and (max-width:1000px){
	.contact-sec{
		margin-top: 30px !important;
	}
	.contact-Main{
		display: block !important;
	}
	.contact-DLT-main,
	.contact-DLT{
		width: 100% !important;
	}
}
.contact-DLT{
	position: relative;
	width: auto;
	height: auto;
}
.contact-DLT-main{
	position: relative;
	width: 330px;
	height: auto;
	padding: 20px;
	background:#600061;
	color: #fff;
}
.contact-DLT h3{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}
.contact-DLT p{
	position: relative;
	width: 100%;
	display: flex;
	align-items: flex-start;
	font-size: 15px;
	margin-top: 20px;
}
.contact-DLT p:first-child{
	margin-top: 0px;
}
.contact-DLT p i{
	margin-top: 5px;
	margin-right: 10px;
}
.contact-DLT p span a{
	text-decoration: underline;
}

/*contact-map-form*/
.contact-map-form{
	position: relative;
	width: 100%;
	height: auto;
}
@media screen and (max-width:1000px){
	.contact-map-form{
		margin-top: 30px !important;
	}
}
.contact-map-form-main{
	position: relative;
	width: 100%;
	height: auto;
}


.sec-form{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.sec-form h3{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.form-main{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 10px;
}

.form-input{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.form-input input{
	position: relative;
	width: 100%;
	height: 50px;
	 border:1px solid #CACACA;
	 padding: 0px 10px;
	 border-radius: 5px;
	 transition: all 0.3s ease-in-out;
}
.form-input input:focus,
.form-input textarea:focus{
	border-color:#600061;
}
.form-input textarea{
	position: relative;
	width: 100%;
	height: 200px;
	 border:1px solid #CACACA;
	 padding:10px;
	 border-radius: 5px;
	 outline: none;
	 transition: all 0.3s ease-in-out;
}
.form-input input[type="submit"]{
	width: 200px;
	background: #600061;
	border-color: #600061;
	color: #fff;
	font-size: 20px;
}
.form-input input[type="submit"]:hover{
	opacity: 0.8;
}
.form-d-flex{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	grid-gap: 20px;
	gap: 20px;
}
@media screen and (max-width:500px){
.form-d-flex{
	display: block !important;
}
}



/*faq_sec*/
.faq_sec{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 50px;
}
@media screen and (max-width:900px){
    .faq_sec{
        margin-top: 50px !important;
    }
}
.faq_sec_header{
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 0px;
}
.faq_sec_header h2{
	margin-bottom: 20px;
}

.faq_sec_main{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
@media screen and (max-width:900px){
    .faq_sec_main{
        display: block !important;
    }
}
.panel{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0;
    background: transparent !important;
}
.panel-heading{
    padding: 0px !important;
    border-bottom: none !important;
}
.panel-title{
    position: relative;
    width: 100%;
    height: auto;
}
.panel-title a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 15px;
    height: auto;
    border-radius: 5px;
    padding:20px 20px;
    background: #fff !important;
  border: 1px solid #EFEFEF;
  font-size: 15px !important;

}
.light-mode .panel-title a{
	border-color: #EFEFEF;
}

.panel-title a i{
	font-size: 12px;
	font-weight: 800;
}

