/*****Custom css********/
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%; f
	ont: inherit; vertical-align: baseline; color:#101010;
}
*/

/* HTML5 display-role reset for older browsers */

/*
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {
	line-height: 1;
	font-family: open sans;
	background-color: #fff;
}
*/

#header {
	display: block;
	position: fixed;
}

.main-top{
	background-image: linear-gradient(90deg,rgb(216,23,87) 0%,rgb(228,56,27)100%);
	padding-bottom: 60px;
}

.login , .Become-member
{
	text-decoration: none !important;
	background-color:rgba(255,255,255,0.6);
	color: #E33824;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}

.link-f
{
	background-color:rgba(255,255,255,0.6);
	color: #E33824;
	padding-left: 7px;
	padding-right: 3px;
	padding-top: 3px;
	border-radius: 4px;
	vertical-align: top;
}
.link-tigp{
	vertical-align: top;
	color:rgba(255,255,255,0.6);
	line-height: 1;
}
.Become-member:hover{
	transition: 0.2s;
	text-decoration: none !important;
	background-color: white;
	color: #E33824;
}
.login:hover{
	text-decoration: none !important;
	transition: 0.2s;
	background-color: white;
	color: #E33824;
}
.link-f:hover{
	transition: 0.2s;
	background-color: white;
	color: #E33824;
}
.link-tigp:hover{
	transition: 0.2s;
	color: white;
}
i.fa{
	font-size: 22px;
	vertical-align: top;
}
.menu-social ul{

	float: right;
	margin-right:  20px;
}
.menu-social li{
	float: right;
	margin: 0px 5px 0px 5px;
}
.navbar-brand{
	color: white;
}

@media screen and (min-width: 1200px)
{
	.main-content{
		margin-top: 230px;
	}
	.quote
	{
		float: left;
	}
	.nav-icon{
		float: right;
	}
	.navhead{
		margin-top: -25px;
		border: 4px solid white;
		background-color: white;
		border-radius: 10px;
	}
	.logo-small-screen
	{
		display: hidden;
		visibility: hidden;
	}
	.logobrand
	{
		display: none;
		visibility: hidden;
	}
	.headsmall
	{
		display: none;
	}
	.navbar-nav a {
		text-decoration: bold !important;
		color: #000000 !important;
		font-family: circularstd,sans-serif;
		font-weight: 700;
	}
	.navbar a:hover {
		color: rgb(216,23,87) !important;
	}

}

@media screen and (max-width: 1200px)
{
	.main-top{
		display: none;
	}
	.topp{
		display: none;
		margin-top: 0px;
	}

	.navhead{
		margin:0;
		border-bottom: 1px solid white;
		background-image:  linear-gradient(90deg,rgb(216,23,87) 0%,rgb(228,56,27)100%);
		position: fixed;
	}
	.logobrand
	{
		color: white !important;
	}
	.main-content{
		margin-top: 90px;
	}
	.quote{
		display: none;
	}
	.headbig{
		display: none;
	}
	.custom-toggler .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}

	.custom-toggler.navbar-toggler {
		border-color:#000000;
	}
	.navbar-nav{
		background-image: linear-gradient(90deg,rgb(216,23,87) 0%,rgb(228,56,27)100%);
		height: 100vh;
	}
	.navbar-nav a {
		color: white !important;
		padding-top: 30px;
		text-decoration: bold;
		/* font-size: 17x; */
		display: block;
		border-bottom: 1px solid rgba(230,230,230,0.3);
		font-family: circularstd,sans-serif;
		font-weight: 700;
	}
}

i.link-f{
	font-size: 17px;
}
