@charset "utf-8";
/* CSS Document */
/*-------Contact Detail-------*/
#carrerdetail{
	position: relative;
	margin-top: 200px;
}
 
h1{
	color: #ec3237;
	font-size: 30px;
	position: relative;
	margin-bottom: 50px;
}
h1::after{
	content: '';
	position: absolute;
	left: 0%;
	right: 0;
	top: 100%;
	bottom: 0;
	background: #3d4095;
	width: 300px;
	height: 4px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
}


/*-----Contact form-------*/
.form-control{
	border:1px solid #ec3237;
	border-radius: 0px;
	color: #000!important;
	
	height: 50px;
	margin-bottom: 50px;
	
}
::placeholder{
	color: #000!important;
	font-size: 20px;
}
button::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn1{
	position: relative;
	background: #ec3237;
	border-radius: 0px;
	width: 200px;
	height: 70px;
	color: #fff;
	font-size: 24px;
	margin-bottom: 100px;
	margin-top: 50px;
	border: 1px solid #ec3237;
	
}
.btn1:hover{
	color: #fff;
	background: none;
	border: 1px solid #3d4095;
}
.btn1:hover::after{
	width: 100%;
	z-index: -1;
	
	
}
.btn1::after{
	content: '';
	position: absolute;
	width: 0%;
	height: 100%;
	background-color:#3d4095;
	left: 0%;
	right: 0;
	top:0;
	bottom: 0;
	color: #fff;
	transition: all 0.5s ease;
}

.form-control:focus{
	outline:0px;
	border-color:#ec3237;
	box-shadow: 0 0 0 0.2rem rgba(236, 50, 55, 0.25);
}
/*--------Downlod------*/

/*----------------State------------------*/
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 20px;
  color: #000;
  width: 100%;
  padding-top: 0px;
	padding-bottom: 0px;
	height: 50px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  padding: 20px 20px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
	height: 50px;
	border:1px solid #ec3237;
	padding: 6px 12px;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 20px;
  right: 10px;
}
.select-styled:hover {
  background-color: #ec3237;
}
.select-styled:active, .select-styled.active {
  background-color: #ec3237;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border:1px solid #ec3237;
	
}
.select-options li {
  margin: 0;
  padding: 5px 0;
  text-indent: 15px;
  border-top: 1px solid #ec3237;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  color: #ec3237;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}
/*-------File upload ----------*/
.custom-file-label{
	border: 1px solid #ec3237;
	border-radius: 0px;
	height: 50px;
	font-size: 20px;
	color: #000;
	
	
}
.custom-file-label:focus{
	outline:0px;
	border-color:#ec3237;
	box-shadow: 0 0 0 0.2rem rgba(236, 50, 55, 0.25);
}
.custom-file-label::after {
	background-color: #ec3237;
	color: #fff;
	border-radius: 0px;
}

/*-------Media Query------------*/


@media (max-width: 1240px) {
	
	
}
@media (max-width: 992px) {
	
	p{
		font-size: 18px;
	}
	

}
@media (max-width: 991px) {
	
	
	.container{
		max-width: 100%;
	}
}

@media (max-width: 938px) {
	
}
@media (max-width: 755px) {
	h1{
		font-size: 28px;
	}
	h1::after{
		height: 3px;
		width: 100px;
	}
	
}
@media (max-width: 707px) {
	
	h1::after{
		height: 3px;
	}
	p{
		margin-bottom: 30px;
	}
	
}

@media (max-width: 610px) {
	h1{
		font-size: 22px;
	}
	#carrerdetail{
		margin-top: 150px;
	}
	
}
@media (max-width: 592px) {
	
	
	::placeholder{
		font-size: 18px;
	}
	
	
}
@media (max-width: 575px) {
	.form-control{
		margin-bottom: 20px;
	}
	.select-styled{
		margin-bottom: 20px;
	}
}
@media (max-width: 447px) {
	.select{
		margin-bottom: 15px;
	}
}

@media (max-width: 340px) {
	h1{
		font-size: 20px;
	}
}