@font-face {
    font-family: poppins_reg;
    src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
    font-family: poppins_bold;
    src: url(../fonts/Poppins-Bold.ttf);
}
@font-face {
    font-family: poppins_semibold;
    src: url(../fonts/Poppins-SemiBold.ttf);
}
@font-face {
    font-family: poppins_medium;
    src: url(../fonts/Poppins-Medium.ttf);
}
.abs {
	position: absolute;
}
.rel {
	position: relative;
}
.main_img{
	background-image: url('../imgs/women.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}
.penta {
 /* width: 60%;
  height: 900px;*/
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 40%;
  z-index: -1;
  background: #fff;
  -webkit-clip-path: polygon(0% 0%, 62% 0%, 90% 65%, 75% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 62% 0%, 90% 65%, 75% 100%, 0% 100%);
}
.container {
	z-index: 2;
}
.logo_align{
	padding-top: 25px;
	/*z-index: 3;*/
	padding-left: 25px;
}
.pad_none {
	padding-left: 0px;
	padding-right: 0px;
}
.rectangle {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 5%;
}
.link {
	background-color: blue;
	color: white;
	width: 75%;
	height: 300px;
	margin-left: 18%;
	margin-right: 18%;
	font-family: poppins_medium;
	text-transform: capitalize;
	font-size: 23px;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
  border-radius: 15px;
	/*border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;*/

}
.background_blue {
	background-color: #003255;
}
.background_green{
	background-color: #31696d;
}
.background_red {
	background-color: #f37c80;
}
.background_grey {
	background-color: #373435;
}
.logo_box {
	z-index: 5;
	position: absolute;
	top: 80%;
	left: -20%;
	text-align: left;
	background-color: white;
	box-shadow: 13px 12px 35px -5px #757575;
}
.img_align{
    margin-left: 10%;
    /* margin-right: 10px; */
    margin-top: 10px;
    margin-bottom: 10px;
    width: 80%;
}
.img_align_jaipur{

  padding: 10px 5px;
}
.india_text{
	position: absolute;
	top: 25px;
	font-size: 14px;
	margin-bottom: 15px;
	font-family: poppins_reg;
	z-index: 5;
}
.india_img{
	/*width: 30%;*/
    margin-left: 50%;
}
.link_align {
	position: absolute;
	top: 50px;
  right: 10%;
  left: 10%;
}
.link_info {
	position: absolute;
	top: 75%;
	right: 12%;
	left: 50%;
	font-size: 10px;
	text-align: right;
	text-transform: capitalize;
}
.rectangle_align{
	padding-top: 35px;
}
/*.logo_box:hover {
	background-color: #f5f5f5;
}*/
.tagline {
	text-align: center;
	font-size: 24px;
	font-family: poppins_semibold;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tagline1 {
	display:none;
}
h5 {
	position: relative;
}

h5>.red_line {
  background-color: transparent;
  padding-right: 10px;
 	font-style: italic;
  font-size: 12px;
  font-weight: 300;
  text-shadow: 0px 0px 0px #333;
}

h5 .red_line:after {
  content:"";
  position: absolute;
  bottom: 0;
  left: 46%;
  right: 0;
  height: 0.5em;
  border-top: 1px solid #f37c80;
}
.line_align{
	padding-top: 80px;
}
h5>.black_line {
  background-color: inherit;
  padding-right: 10px;
  font-size: 12px;
  float: right;
  margin-top: -0.6em;
  font-style: italic;
  color: #000;
  font-weight: 300;
  text-shadow: 0px 0px 0px #333;
}

h5 .black_line:before {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 46%;
  height: 0.1em;
  border-top: 1px solid #f37c80;
}
.white {
	color: #f37c80;
  /*text-shadow: 2px 2px 5px black;*/
}

@media (min-width:768px) and (max-width: 1024px) {
	.mob_align{
  	padding-top: 32px;
  	padding-bottom: 32px;
  }
}

@media only screen and (max-width: 500px) {
  body {
      background-color: #fbfbfb;
  }
  .main_img {
  	background-image: none;
  	background-color: #fbfbfb;
  }
  .mob_align{
  	padding-top: 30px;
  	padding-bottom: 30px;
  }
  .container-fluid{
  	text-align: center;
  }
  .rectangle_align{
  	padding-top: 0px;
  }
  .logo_align {
  	padding-left: 0px;
  }
  .link_info {
    position: absolute;
    /*top: 80%;*/
    /*right: 13%;*/
   /* left: 46%;*/
    /*font-size: 11px;*/
    /*text-align: right;
    text-transform: capitalize;*/
	}
	h5 .red_line:after {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0%;
  right: 0;
  margin-bottom: -1em;
  height: 0.5em;
  border-top: none;
  border-bottom: 1px solid #f37c80;
}
h5 .black_line:before {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0%;
  height: 1.1em;
}
.tagline{
	display: none;
}
.tagline1 {
	display: block;
	text-align: center;
	font-size: 28px;
	font-family: poppins_semibold;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
}
.copyright {
	/*border-top: 1px solid black;*/
	padding-top: 10px;
	/*width: 100%;*/
}

}
