


@import url('https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@400;500;600&display=swap');




/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: NotoSans-Regular;
  src: url('../font/NotoSans-Regular.ttf'); 
}

@font-face {
  font-family: NotoSans-Medium;
  src: url('../font/NotoSans-Medium.ttf'); 
}

@font-face {
  font-family: NotoSans-Bold;
  src: url('../font/NotoSans-Bold.ttf'); 
}

@font-face {
  font-family: NotoSans-SemiBold;
  src: url('../font/NotoSans-SemiBold.ttf'); 
}




/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: NotoSans-Regular;
}

/*---------------------------------------------*/
a {
	font-family: NotoSans-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: none;
}


iframe {
	border: none !important;
}


/*---------------------------------------------*/
.container {
  max-width: 100%;
  width: 80%;
  margin: 0 auto;
}


.header-image100 {
  background-size:cover;
  height: 430px;
  background-image: url("../images/Image-header.jpg");
  font-family: NotoSans-Medium;
  margin: 1px;
  color: #fff;
  position: relative;
  overflow: hidden;

}
.header-image100 span{
    position: absolute;
    bottom: 0;
    font-size: 50px;
    width: 100%
   
    
}

.specialTitle{
  color: RGBa(236,25,68,1);
  font-size: 21px;
  overflow: hidden;
  font-weight:600!important;
  padding-top:20px; display:block
} 
.specialTitle *{ font-weight:600!important;}
.tableContent{
  padding-top: 2%;
  padding-right:2%;
  padding-bottom: 2%;
}
.logo img{
  margin-top:0.5%;
  width:90%
}

.logo{
  margin-left: 2%;
  margin-right: 2%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) {
.hecmont{ float:right; text-align:right;}
.logodiv{ float:left}
}

@media (min-width: 900px) and (max-width:1100px)
{
.logo img{ zoom:.8}	
}

@media (min-width: 576px) and (max-width:900px)
{
.logo img{ zoom:.6}	
}

.asterisk_input{ color:#fff; float:right; position:absolute; top:5px; right:3px;}

.content-Form{
  float: left;
  position: relative;
  width: 50%;
  box-sizing: border-box;
  padding-right: 30px;
}

.content-Form h1{
  position: relative;
  font-size: 200%;
  margin-top: 5%;
  margin-bottom: 1%;
}


.foot{
  overflow:hidden;
  margin-top: 1%;
  border-top: 1px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top-color: #bba7a7;
  border-style: solid;
  padding: 0% 0% 1% 0%;
  width: 100%;
}

.rightFoot{
float: right;
vertical-align: middle;
padding-top: 1.5%;
}
.leftFoot{
float: left;
padding-top: 1%;
}
.leftFoot img{
  vertical-align: middle;
}
.leftFoot span{
  padding-left: 30px;
  font-size: 70%;
}

input,
input::-webkit-input-placeholder {
    font-size: 70%;
}

form{
  font-size: 70%;
}
/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%; 
}

.wrap-contact100 {
  float: right;
  position: relative;
  width: 50%;
  background: #D50032;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-top: -5%;
  margin-bottom: 3%;
  padding: 42px 30px 45px 30px;
  box-sizing: border-box;
  max-width: 600px;

}


/*------------------------------------------------------------------
[ Form ]*/

.contact100-form {
  width: 100%;
}

.contact100-form-title {
  display: block;
  font-family: NotoSans-Bold;
  font-size: 200%;
  color: #fff;
  line-height: 1.2;
}
.contac100-form-subtitle{
  display: block;
  font-family: NotoSans-Bold;
  font-size: 100%;
  color: #fff;
  line-height: 1.2;
  padding-bottom: 4%;
}





/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  padding-bottom: 10px;
}

.label-input100 {
  font-family: NotoSans-Regular;
  font-size: 13px;
  color: #fff;
  line-height: 1.5;
  padding-left: 5px;
}


.input100 {
  display: block;
  width: 100%;
  font-family: NotoSans-Medium;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  padding: 0 5px;
  border-radius: 5px;

}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}



/*---------------------------------------------*/
input.input100 {
  height: 40px;
}


textarea.input100 {
  min-height: 110px;
  padding-top: 9px;
  padding-bottom: 13px;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 13px;
}

.wrap-contact100-form-btn {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
}

.contact100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background-image: url("../images/button.png");
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;

  font-family: NotoSans-Medium;
  font-size: 16px;
  color: #000;
  line-height: 1.2;

  background-image: linear-gradient(to bottom, #fff, #d8d8d8);
  border-radius: 5px;

}
.rightFootTable{
  padding-left: 5px;
}

button:hover{
  cursor: pointer;
 }

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 72px 15px 65px 15px;
  }
}




@media (max-width: 992px) {
  .leftFoot span{
    font-size: 50%;
  }
}
@media(max-width: 812px){
  .container-contact100 {
    width: 100%;  
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  
  }
  .wrap-contact100{
    margin-top:2%;
    width: 100%;
    max-width: none
  }
  .content-Form{
    float: left;
    position: relative;
    margin-left: 3%;
    width: 100%;
  }

  .leftFoot,.rightFoot{ float:none; margin:0; padding: 15px 0; text-align: center}
  .rightFoot table{ margin:0 auto}
}


.container {
  max-width: 100%;
  width: 80%;
  margin: 0 auto;
}
@media(max-width: 600px){
.container {
  width: 98%;
}
}

.listingcontent div{ background:url('../images/tick.jpg') left center no-repeat; padding-bottom:10px;padding-top:5px;
padding-left:33px}

.enrollcontent {
    padding-top: 60px;
    padding-bottom: 60px;
}
 


.FontHindMadurai,.FontHindMadurai *{font-family: 'Hind Madurai', sans-serif; font-weight:400}
.formbgblack{background-color:#26272c}
.content-Form{line-height:2.1em;}
.content-Form h1{line-height:normal}

.FontHindMadurai .label-input100{font-size:15px;}
.contact100-form-btn{ font-weight:600;}
.headerbanner{ position:relative}
.headerbanner img{ width:100%}
.headerbanner .headertxt{ position:absolute; left:0; right:0; top:9%; color:#fff; font-weight:600!important; font-size:42px;}
.txtbottom .headertxt{ top:auto; bottom:25%}
.headerbanner .headertxt *,.font600{font-weight:600}
.thankyoucontent{ font-size:16px;}
@media (max-width: 1200px)
{
.headerbanner .headertxt{ zoom:.8}	
}

@media (max-width: 1000px)
{
.headerbanner .headertxt{ zoom:.6}	
}

@media (max-width: 600px)
{
.headerbanner .headertxt{ zoom:.34}	
}

.iti{display:block;}
.iti__flag-container{color:#000}
.wrap-contact100{overflow: visible;}
.iti__flag-container{ height:41px; bottom:auto}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }