TechEthical CEHP
<%@ Page Title="" Language="C#" MasterPageFile="~/Main.Master" MaintainScrollPositionOnPostback="true" EnableEventValidation="false" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="Bathuasoft.Default" %>
<asp:Content ID="Content2" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<%-- Start Top Header News--%>
<div class="row" style="height:auto; background-color: white; font-size: 20px; color: white; vertical-align: central; padding-top: 5px; padding-bottom: 5px;">
<div class="col-md-12">
<center>
<%
for (int ii = 0; ii < dtImpBtn.Rows.Count; ii++)
{
Response.Write("  <a href='" + dtImpBtn.Rows[ii]["Link"].ToString() + "' class='btn btn-info' target='_blank'>" + dtImpBtn.Rows[ii]["Name"].ToString() + "</a>");
}
%>
</center>
</div>
</div>
<%-- End Top Header News--%>
<!--Slider Area Start-->
<asp:ScriptManager ID="ScriptManager1" runat="server" />
<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional">
<ContentTemplate>
<div class="slider-area">
<div class="single-slider" style="background-image: url(img/slider/slider-bg.jpg)">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 col-xl-6">
<div class="hero-img img-full mt-30" data-wow-duration="1.5s" style="visibility: visible; animation-duration: 1.5s; animation-name: fadeInUp;">
<%--<img src="img/slider/slider-img1.png" alt=""/>--%>
<img src="img/menu/about us.png" alt="" />
</div>
</div>
<div class="col-md-6 col-xl-6">
<div class="hero-content">
<div class="title">
<%--<h1> <asp:Label ID="lblInstitute" runat="server" Font-Size="30" Text="Xpert Competition Center"></asp:Label></h1>--%>
<h1>
<asp:Label ID="lblInstitute" runat="server" Font-Size="30"></asp:Label></h1>
<%--<h2> <asp:Label ID="lblSubHeading" runat="server" Font-Size="X-Large" Text="SSC, RRB, Police, IBPS, DSSSB, PRT, KVS CTET, RTET, UPTET, Recruitments Courses "></asp:Label></h2>--%>
<h2>
<asp:Label ID="lblSubHeading" runat="server" Font-Size="X-Large"></asp:Label></h2>
</div>
<div class="description">
<p style="text-align: justify; color: black;">
<%--<asp:Literal ID="litInstitute" runat="server"></asp:Literal>--%>
<asp:Label ID="lblInstituteContents" runat="server" Text="INSTITUTES"></asp:Label>
</p>
</div>
<b><a href="#Enquiry" style="color: red;">Quick Enquiry</a></b>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Slider Area End-->
<%-- _________________________________________________________________________--%>
<%-- Start Top Header News--%>
<div class="row" style="height: 50px; background-color: blue; font-size: 20px; color: white; vertical-align: central; padding-top: 10px;">
<div class="col-md-12">
<marquee direction="left" behavior="scroll" onmouseover="this.stop();" onmouseout="this.start();">
<b> <asp:Label ID="lblTopNews" runat="server" Text="News"></asp:Label> </b></marquee>
</div>
</div>
<%-- End Top Header News--%>
<!--Feature Area Start-->
<div class="feature-area pt-40 pb-40">
<div class="container">
<div class="row align-items-center">
<div class="col-md-4" style="background-color: blue;">
<!--Section Title Start-->
<%-- feature-section-title--%>
<div class="section-title">
<center><h2 style="background-color:aliceblue; text-decoration-color:white;">News & Events</h2></center>
<marquee direction="up" behavior="scroll" height="500px" scrolldelay="200" onmouseover="this.stop();" onmouseout="this.start();">
<ul style="font-family:Verdana; font-size:large;">
<% for (int i = 0; i < dtNews.Rows.Count; i++) %>
<%{ %>
<% if (dtNews.Rows[i]["name"].ToString().Trim().Substring(0, 3).ToString() == "JOB")
{
Response.Write("<li> <b><i> <a href='");
Response.Write(dtNews.Rows[i]["link"].ToString());
Response.Write("' target='_blank' style='color:white;'>");
Response.Write(dtNews.Rows[i]["name"].ToString());
Response.Write("</a></b></i></li>");
}
else
{
Response.Write("<li style='color:blue'> <b><i> <a href='");
Response.Write(dtNews.Rows[i]["link"].ToString());
Response.Write("' target='_blank' style='color:white;'>");
Response.Write(dtNews.Rows[i]["name"].ToString());
Response.Write("</a></b></i></li>");
}
Response.Write("<br>");
%>
<%} %>
</ul>
</marquee>
</div>
<!--Section Title End-->
</div>
<div class="col-md-8">
<div class="row">
<div class="col-md-6">
<!--Single Feature Start-->
<div class="single-feature">
<h2>Why choose us</h2>
<p style="text-align: justify">
<asp:Label ID="lblWhyChooseUs" runat="server" Text="Why choose us"></asp:Label>
</p>
<a href="Why-Choose-Us.aspx"><span><b>Continue Reading</b></span> <i class="icofont icofont-long-arrow-right"></i></a>
</div>
<!--Single Feature End-->
</div>
<div class="col-md-6">
<!--Single Feature Start-->
<div class="single-feature">
<h2>Our Visions</h2>
<p style="text-align: justify">
<asp:Label ID="lblOurVision" runat="server" Text="Our Vision"></asp:Label>
</p>
<a href="Why-Choose-Us.aspx"><span><b>Continue Reading</b></span> <i class="icofont icofont-long-arrow-right"></i></a>
</div>
<!--Single Feature End-->
</div>
<div class="col-md-6">
<!--Single Feature Start-->
<div class="single-feature">
<h2>Director Corners</h2>
<p style="text-align: justify">
<asp:Label ID="lblDirecterCorner" runat="server" Text="Directer Corners"></asp:Label>
</p>
<a href="Director-Corners.aspx"><span><b>Continue Reading</b></span> <i class="icofont icofont-long-arrow-right"></i></a>
</div>
<!--Single Feature End-->
</div>
<div class="col-md-6">
<!--Single Feature Start-->
<div class="single-feature">
<h2>Establishment And Affiliation</h2>
<p style="text-align: justify">
<asp:Label ID="lblEstablishment" runat="server" Text="Establishment And Affiliation"></asp:Label>
</p>
<a href="Establishment-And-Affiliation.aspx"><span><b>Continue Reading</b></span> <i class="icofont icofont-long-arrow-right"></i></a>
</div>
<!--Single Feature End-->
</div>
<div class="col-md-6">
<!--Single Feature Start-->
<div class="single-feature">
<h2>Our Successfull Students</h2>
<p style="text-align: justify">
<asp:Label ID="lblSuccessfulStudents" runat="server" Text="Successful Students"></asp:Label>
</p>
<a href="Our-Successful-Students.aspx"><span><b>Continue Reading</b></span> <i class="icofont icofont-long-arrow-right"></i></a>
</div>
<!--Single Feature End-->
</div>
<div class="col-md-6">
<!--Single Feature Start-->
<div class="single-feature">
<h2>Course List & Fee</h2>
<p style="text-align: justify">
<asp:Label ID="lblCourseList" runat="server" Text="Course List & Fee"></asp:Label>
</p>
<a href="Course-List-And-Fee.aspx"><span><b>Continue Reading</b></span> <i class="icofont icofont-long-arrow-right"></i></a>
</div>
<!--Single Feature End-->
</div>
</div>
</div>
</div>
</div>
</div>
<!--Feature Area End-->
<!--About Area Start-->
<div class="about-area">
<div class="container">
<div class="row">
<div class="col-12">
<div class="about-wrapper black-bg pt-40 pb-40">
<div class="row">
<!--About Image Area Start-->
<div class="col-md-5">
<div class="about-img zoomin">
<%--<img src="img/about/about.jpg" alt="">--%>
<asp:Image ID="imgSampleVideo" ImageUrl="img/menu/Demo Lectures.png" runat="server" />
<% for (int i = 0; i < dtSampleVedio.Rows.Count - 1; i++) %>
<%{ %>
<a class="venobox" data-vbtype="video" data-gall="gall-video" data-autoplay="true"
href="<%Response.Write(dtSampleVedio.Rows[i]["link"].ToString()); %>">
<i class="icofont icofont-play-alt-3"></i>
</a>
<%} %>
</div>
</div>
<!--About Image Area End-->
<!--About Content Area Start-->
<div class="col-md-7">
<div class="about-content">
<%-- <h1>Demo Lectures </h1>--%>
<h1>
<asp:Label ID="lblHeading1" runat="server"></asp:Label>
</h1>
<h5>
<asp:Label ID="lblSubHeading2" runat="server"></asp:Label></h5>
<p style="text-align: justify">
<asp:Label ID="lblDemoLectures" runat="server" Text="Our Sample Video Classes"></asp:Label>
</p>
<a href="Video-Lecture.aspx"><span style="color:white;"><b>Continue Reading</b></span> <i class="icofont icofont-long-arrow-right"></i></a>
</div>
</div>
<!--About Content Area End-->
</div>
</div>
</div>
</div>
</div>
</div>
<!--About Area End-->
<!--Timeline Area Start-->
<div class="timeline-area bg-img">
<div class="container">
</div>
</div>
<!--Timeline Area End-->
<!--Service Area Start-->
<div class="service-area pt-40 pb-40">
<div class="container">
<div class="row align-items-center">
<div class="col-12">
<!--Section Title Start-->
<div class="section-title mb-60">
<center>
<h2><asp:Label ID="lblfacilitiesHeading" runat="server"></asp:Label></h2>
<p style="text-align:justify">
<asp:Label ID="lblFacilities" runat="server" Text="Facilities"></asp:Label>
</p>
</center>
</div>
<!--Section Title End-->
</div>
<div class="col-12 col-lg-4">
<div class="service-img zoomin">
<%--<img src="img/service/service.jpg" alt=""/>--%>
<img src="img/menu/Facilities.png" alt="" />
</div>
</div>
<div class="col-12 col-lg-8">
<div class="row">
<div class="col-12">
<div class="row">
<!--Single Service Start-->
<div class="col-md-6">
<div class="single-service mb-60 d-flex flex-nowrap">
<div class="service-icon">
<img src="img/icon/Books.png" alt="" height="60" width="60" />
</div>
<div class="service-content">
<h4><a href="Studies.aspx">Study Materials</a></h4>
<p style="text-align: justify">
<asp:Label ID="lblStudyMaterial" runat="server" Text="Study Material"></asp:Label>
</p>
<a href="Study-Materials.aspx"><span><b>Continue Reading</b></span> <i class="icofont icofont-long-arrow-right"></i></a>
</div>
</div>
</div>
<!--Single Service End-->
<!--Single Service Start-->
<div class="col-md-6">
<div class="single-service mb-60 d-flex flex-nowrap">
<div class="service-icon">
<img src="img/icon/Books.png" alt="" height="60" width="60" />
</div>
<div class="service-content">
<h4><a href="Online-Offline-Mock-Test.aspx">Mock Test</a></h4>
<p style="text-align: justify">
<asp:Label ID="lblMockTest" runat="server" Text="Mock Test"></asp:Label>
</p>
<a href="Online-Offline-Mock-Test.aspx"><span><b>Continue Reading</b></span> <i class="icofont icofont-long-arrow-right"></i></a>
</div>
</div>
</div>
<!--Single Service End-->
<!--Single Service Start-->
<div class="col-md-6">
<div class="single-service mb-60 d-flex flex-nowrap">
<div class="service-icon">
<img src="img/icon/Books.png" alt="" height="60" width="60" />
</div>
<div class="service-content">
<h4><a href="Amenities.aspx">Amenities</a></h4>
<p style="text-align: justify">
<asp:Label ID="lblAmenities" runat="server" Text="Amenities"></asp:Label>
</p>
<a href="Amenities.aspx"><span><b>Continue Reading</b></span> <i class="icofont icofont-long-arrow-right"></i></a>
</div>
</div>
</div>
<!--Single Service End-->
<!--Single Service Start-->
<div class="col-md-6">
<div class="single-service mb-60 d-flex flex-nowrap">
<div class="service-icon">
<img src="img/icon/Books.png" alt="" height="60" width="60" />
</div>
<div class="service-content">
<h4><a href="Job-Placements.aspx">Job Placement</a></h4>
<p style="text-align: justify">
<asp:Label ID="lblJobPlacement" runat="server" Text="Amanties"></asp:Label>
</p>
<a href="Job-Placements.aspx"><span><b>Continue Reading</b></span> <i class="icofont icofont-long-arrow-right"></i></a>
</div>
</div>
</div>
<!--Single Service End-->
<!--Single Service Start-->
<div class="col-md-6">
<div class="single-service mb-60 d-flex flex-nowrap">
<div class="service-icon">
<img src="img/icon/Books.png" alt="" height="60" width="60" />
</div>
<div class="service-content">
<h4><a href="Computer-Labs.aspx">Computer Lab</a></h4>
<p style="text-align: justify">
<asp:Label ID="lblComputerLab" runat="server" Text="ComputerLab"></asp:Label>
</p>
<a href="Computer-Labs.aspx"><span><b>Continue Reading</b></span> <i class="icofont icofont-long-arrow-right"></i></a>
</div>
</div>
</div>
<!--Single Service End-->
<!--Single Service Start-->
<div class="col-md-6">
<div class="single-service mb-60 d-flex flex-nowrap">
<div class="service-icon">
<img src="img/icon/Books.png" alt="" height="60" width="60" />
</div>
<div class="service-content">
<h4><a href="Scholarship.aspx">Scholarship</a></h4>
<p style="text-align: justify">
<asp:Label ID="lblScholarship" runat="server" Text="Scholarship"></asp:Label>
</p>
<a href="Scholarship.aspx"><span><b>Continue Reading</b></span> <i class="icofont icofont-long-arrow-right"></i></a>
</div>
</div>
</div>
<!--Single Service End-->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Service Area End-->
<!--Fun Factor Area Start-->
<div class="fun-factor-area bg-img pt-40 pb-40">
<div class="container">
<div class="row justify-content-between">
<!--Single Funfactor Area Start-->
<div class="col fun-factor-wrap" style="color: red">
<h2><span class="counter"><%Response.Write(dtConatactUs.Rows[0]["Counter1Value"].ToString());%></span>%</h2>
<span><%Response.Write(dtConatactUs.Rows[0]["Counter1Title"].ToString()); %></span>
</div>
<!--Single Funfactor Area End-->
<!--Single Funfactor Area Start-->
<div class="col fun-factor-wrap">
<h2><span class="counter"><%Response.Write(dtConatactUs.Rows[0]["Counter2Value"].ToString());%></span></h2>
<span><%Response.Write(dtConatactUs.Rows[0]["Counter2Title"].ToString()); %></span>
</div>
<!--Single Funfactor Area End-->
<!--Single Funfactor Area Start-->
<div class="col fun-factor-wrap">
<h2><span class="counter"><%Response.Write(dtConatactUs.Rows[0]["Counter3Value"].ToString());%></span>+</h2>
<span><%Response.Write(dtConatactUs.Rows[0]["Counter3Title"].ToString()); %></span>
</div>
<!--Single Funfactor Area End-->
<!--Single Funfactor Area Start-->
<div class="col fun-factor-wrap">
<h2><span class="counter"><%Response.Write(dtConatactUs.Rows[0]["Counter4Value"].ToString());%></span></h2>
<span><%Response.Write(dtConatactUs.Rows[0]["Counter4Title"].ToString()); %></span>
</div>
<!--Single Funfactor Area End-->
<!--Single Funfactor Area Start-->
<div class="col fun-factor-wrap">
<h2><span class="counter"><%Response.Write(dtConatactUs.Rows[0]["Counter5Value"].ToString());%></span>+</h2>
<span><%Response.Write(dtConatactUs.Rows[0]["Counter5Title"].ToString()); %></span></span>
</div>
<!--Single Funfactor Area End-->
</div>
</div>
</div>
<!--Fun Factor Area End-->
<!--Topper Students Start-->
<div class="team-area pt-40 pb-40" style="background-color: #00ffff">
<div class="container">
<div class="row">
<div class="col-12">
<!--Section Title Start-->
<div class="section-title text-center mb-70">
<h2>
<asp:Label ID="lblStudentOfTheYearHeading" runat="server" Text="Students of the Years"></asp:Label></h2>
<p style="text-align: center;">
<asp:Label ID="lblStudentOfTheYear" runat="server" Text="Students of the Years"></asp:Label>
</p>
</div>
<!--Section Title End-->
</div>
</div>
<%-- students list--%>
<script src="js/jssor.slider-28.0.0.min.js" type="text/javascript"></script>
<script type="text/javascript">
window.jssor_1_slider_init = function () {
var jssor_1_options = {
$AutoPlay: 1,
$AutoPlaySteps: 5,
$SlideDuration: 160,
$SlideWidth: 200,
$SlideSpacing: 3,
$ArrowNavigatorOptions: {
$Class: $JssorArrowNavigator$,
$Steps: 5
},
$BulletNavigatorOptions: {
$Class: $JssorBulletNavigator$
}
};
var jssor_1_slider = new $JssorSlider$("jssor_1", jssor_1_options);
/*#region responsive code begin*/
var MAX_WIDTH = 980;
function ScaleSlider() {
var containerElement = jssor_1_slider.$Elmt.parentNode;
var containerWidth = containerElement.clientWidth;
if (containerWidth) {
var expectedWidth = Math.min(MAX_WIDTH || containerWidth, containerWidth);
jssor_1_slider.$ScaleWidth(expectedWidth);
}
else {
window.setTimeout(ScaleSlider, 30);
}
}
ScaleSlider();
$Jssor$.$AddEvent(window, "load", ScaleSlider);
$Jssor$.$AddEvent(window, "resize", ScaleSlider);
$Jssor$.$AddEvent(window, "orientationchange", ScaleSlider);
/*#endregion responsive code end*/
};
</script>
<style>
/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
animation-name: jssorl-009-spin;
animation-duration: 1.6s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@keyframes jssorl-009-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
/*jssor slider bullet skin 057 css*/
.jssorb057 .i {
position: absolute;
cursor: pointer;
}
.jssorb057 .i .b {
fill: none;
stroke: #fff;
stroke-width: 2000;
stroke-miterlimit: 10;
stroke-opacity: 0.4;
}
.jssorb057 .i:hover .b {
stroke-opacity: .7;
}
.jssorb057 .iav .b {
stroke-opacity: 1;
}
.jssorb057 .i.idn {
opacity: .3;
}
/*jssor slider arrow skin 073 css*/
.jssora073 {
display: block;
position: absolute;
cursor: pointer;
}
.jssora073 .a {
fill: #ddd;
fill-opacity: .7;
stroke: #000;
stroke-width: 160;
stroke-miterlimit: 10;
stroke-opacity: .7;
}
.jssora073:hover {
opacity: .8;
}
.jssora073.jssora073dn {
opacity: .4;
}
.jssora073.jssora073ds {
opacity: .3;
pointer-events: none;
}
</style>
<div id="jssor_1" style="position: relative; margin: 0 auto; top: 0px; left: 0px; width: 1200px; height: 250px; overflow: hidden; visibility: hidden;">
<!-- Loading Screen -->
<div data-u="loading" class="jssorl-009-spin" style="position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; text-align: center; background-color: rgba(0,0,0,0.7);">
<img style="margin-top: -19px; position: relative; top: 50%; width: 38px; height: 38px;" src="img/spin.svg" />
</div>
<div data-u="slides" style="cursor: default; position: relative; top: 0px; left: 0px; width: 1200px; height: 250px; overflow: hidden;">
<% for (int i = 0; i < ListTopperStudentsImage.Count - 1; i++) %>
<%{ %>
<div>
<a href="<%Response.Write(ListTopperStudentsImage[i].ToString()); %>" target="_blank">
<img data-u="image" src="<%Response.Write(ListTopperStudentsImage[i].ToString()); %>" />
</a>
</div>
<%} %>
</div>
<a data-scale="0" href="https://www.jssor.com" style="display: none; position: absolute;">web animation composer</a>
<!-- Bullet Navigator -->
<div data-u="navigator" class="jssorb057" style="position: absolute; bottom: 12px; right: 12px;" data-autocenter="1" data-scale="0.5" data-scale-bottom="0.75">
<div data-u="prototype" class="i" style="width: 16px; height: 16px;">
<svg viewbox="0 0 16000 16000" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<circle class="b" cx="8000" cy="8000" r="5000"></circle>
</svg>
</div>
</div>
<!-- Arrow Navigator -->
<div data-u="arrowleft" class="jssora073" style="width: 50px; height: 50px; top: 0px; left: 30px;" data-autocenter="2" data-scale="0.75" data-scale-left="0.75">
<svg viewbox="0 0 16000 16000" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<path class="a" d="M4037.7,8357.3l5891.8,5891.8c100.6,100.6,219.7,150.9,357.3,150.9s256.7-50.3,357.3-150.9 l1318.1-1318.1c100.6-100.6,150.9-219.7,150.9-357.3c0-137.6-50.3-256.7-150.9-357.3L7745.9,8000l4216.4-4216.4 c100.6-100.6,150.9-219.7,150.9-357.3c0-137.6-50.3-256.7-150.9-357.3l-1318.1-1318.1c-100.6-100.6-219.7-150.9-357.3-150.9 s-256.7,50.3-357.3,150.9L4037.7,7642.7c-100.6,100.6-150.9,219.7-150.9,357.3C3886.8,8137.6,3937.1,8256.7,4037.7,8357.3 L4037.7,8357.3z"></path>
</svg>
</div>
<div data-u="arrowright" class="jssora073" style="width: 50px; height: 50px; top: 0px; right: 30px;" data-autocenter="2" data-scale="0.75" data-scale-right="0.75">
<svg viewbox="0 0 16000 16000" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<path class="a" d="M11962.3,8357.3l-5891.8,5891.8c-100.6,100.6-219.7,150.9-357.3,150.9s-256.7-50.3-357.3-150.9 L4037.7,12931c-100.6-100.6-150.9-219.7-150.9-357.3c0-137.6,50.3-256.7,150.9-357.3L8254.1,8000L4037.7,3783.6 c-100.6-100.6-150.9-219.7-150.9-357.3c0-137.6,50.3-256.7,150.9-357.3l1318.1-1318.1c100.6-100.6,219.7-150.9,357.3-150.9 s256.7,50.3,357.3,150.9l5891.8,5891.8c100.6,100.6,150.9,219.7,150.9,357.3C12113.2,8137.6,12062.9,8256.7,11962.3,8357.3 L11962.3,8357.3z"></path>
</svg>
</div>
</div>
<script type="text/javascript">jssor_1_slider_init();
</script>
<%-- students list--%>
</div>
</div>
<!--Topper Students End-->
<!--Enquiry Start-->
<div id="Enquiry" class="testimonial-and-quote-area pt-40 pb-40">
<div class="container">
<div class="row align-items-center zoomin">
<div class="col-md-12">
<div class="request-quate-area">
<div class="request-quate-title mb-55 text-center">
<h2>Enquiry / Write Us</h2>
</div>
<div class="request-quate-form">
<form action="#">
<div class="row">
<div class="col-md-12 col-lg-12">
<div class="request-quate-form-style mb-30">
<%--<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>--%>
<asp:DropDownList ID="cmbCourse" runat="server" AutoPostBack="True">
</asp:DropDownList>
<%--</ContentTemplate>
</asp:UpdatePanel>--%>
</div>
</div>
<div class="col-md-12 col-lg-6">
<div class="request-quate-form-style mb-30">
<asp:TextBox ID="txtName" placeholder="Your Name" Required="true" runat="server"></asp:TextBox>
</div>
</div>
<div class="col-md-12 col-lg-6">
<div class="request-quate-form-style mb-30">
<asp:TextBox ID="txtCity" placeholder="City / Area / Village" Required="true" runat="server"></asp:TextBox>
</div>
</div>
<div class="col-md-12 col-lg-6">
<div class="request-quate-form-style mb-30">
<asp:TextBox ID="txtMobile" placeholder="Mobile Number" Required="true"
onkeypress="return (event.charCode !=8 && event.charCode ==0 || (event.charCode >= 48 && event.charCode <= 57))"
MaxLength="10" runat="server"></asp:TextBox>
</div>
</div>
<div class="col-md-12 col-lg-6">
<div class="request-quate-form-style mb-30">
<asp:TextBox ID="txtEmail" placeholder="E-Mail" TextMode="Email" runat="server"></asp:TextBox>
</div>
</div>
<div class="col-md-12 col-lg-12">
<div class="request-quate-form-style">
<asp:TextBox ID="txtMessage" placeholder="Write your Message" Required="True" TextMode="MultiLine" runat="server"></asp:TextBox>
<asp:Button ID="butSubmit" class="default-bg" Width="150px" runat="server" Text="Submit" OnClick="butSubmit_Click" />
<%--<button type="submit" class="default-btn">Send Now <i class="icofont icofont-long-arrow-right"></i></button>--%>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Enquiry End-->
<!--Brand Area Start-->
<div class="brand-area pb-115">
<div class="container">
<h1>
<center>We Support to</center>
</h1>
<br />
<div class="row">
<div class="col-12">
<div class="brand-active owl-carousel">
<% for (int i = 0; i <= ListGalleryImage.Count - 1; i++) %>
<%{ %>
<div class="col-lg-12 pb-30 zoomin">
<a href="<%Response.Write(ListGalleryImage[i].ToString()); %>" title="" target="_blank">
<img src="<%Response.Write(ListGalleryImage[i].ToString()); %>" height="150" width="170" />
</a>
</div>
<%} %>
</div>
</div>
</div>
</div>
</div>
<!--Brand Area End-->
</ContentTemplate>
</asp:UpdatePanel>
</asp:Content>
TechEthical Mini WebShell Version 1.0, Coded By The_M@T3