body{
	font-size: 14px;
	/*text-transform: uppercase;*/
}
/*input
{
	text-transform: uppercase;
}*/
/*commom classes*/
.padding_row_2{
	padding-top: 2%;
	padding-bottom: 2%;
}
.padding_row_3{
	padding-top: 3%;
	padding-bottom: 3%;
}
.padding_row_4{
	padding-top: 4%;
	padding-bottom: 4%;
}

/*end common class*/

#ip_uppercase input
{
	text-transform: uppercase;
}
/*top bar*/
.top_info{
	font-size: 14px;
}
.top_bar{
	background-color: #c9766e;
}
.logo{
	padding-top: 29px;
}
.logo>a>img{
	width: 100%;
    margin-top: -13px;
}

.top_right_icon{
	/* padding-top: 35px; */
    /*margin-left: 15%;*/
}

/*navbar*/
.navbar-nav {
    width: 100%;
    text-align: center;
}
.nav_custom{
	background: #c9766e;
	margin: 0px;
	border: none;
    border-radius: 0;
}
.nav_custom .nav_custom_li >li>a{
	color: #fff;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
}

.navbar-default .navbar-nav>li>a:hover{
	color: #fff;
}

#arrow_img_lf
{
	display: none;
}


.cust_ip_border_1
{
	border: none;
	border-bottom: 1px solid #c9766e;
}

.cust_nav_pills>li.active>a, .cust_nav_pills>li.active>a:hover, .cust_nav_pills>li.active>a:focus
{
	border-top-color:#c9766e;
	background-color: transparent;
	border-bottom: 1px solid #c9766e;
	color: #000;
}

.pr_title
{
	text-transform: uppercase;
	/* border-right: 1px solid #ccc;
	width: 25%; */
}
.pr_data
{
	text-transform: uppercase;
	/* border-right: 1px solid #ccc;
	width: 25%; */
}
.pr_header
{
	background: #c9766e;
	color: #fff;
	padding: 0px 10px !important;
}

.t_n_c
{
	text-align: justify;
}

.iso
{
	text-align: right;
    font-weight: bold;
    font-size: 14px;
}

/***** About Us ******/

.about_title
{
	text-transform: uppercase;
}



/*Media Queries*/

/*============================================================
	For Small Desktop
==============================================================*/

@media (min-width: 980px) and (max-width: 1150px) {



}


/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/

@media (min-width: 768px) and (max-width: 979px) {

}


/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/

@media only screen and (max-width: 767px) 
{
	.top_right_icon
	{
		margin-top: 0px;
		padding-top: 0px;
	}

	

}

/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/

@media only screen and (min-width: 480px) and (max-width: 767px) 
{

  .cust_col_md_3
{
	width: 22.5%;
}
}