
body {
	font:400 14px/1.4 'Poppins', sans-serif;
	font-weight:400;
	font-style:normal;
	color: #fff ;
	min-height: 100vh;
    background: #292929;
}
i.fa {
	font-family: FontAwesome;
	font-weight: 400;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover,.nav-tabs > li > a:hover {
  text-decoration: none;
}
a:hover,code:hover,.accordion h3:hover,.nav-tabs > li > a:hover  {
  -webkit-transition:all 0.5s ease;
   -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
	 transition:all 0.5s ease; 
}
img {
	max-width: 100%;
    height: auto;
}
.container, .container-sm, .container-md, .container-lg, .container-xl {
	max-width: 840px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
  }
.home_wraper {
	display: flex;
	align-items: start;
	justify-content: center;
	min-height: 100vh;
}
.home_wraper_inner {
	display: block;
	max-width: 610px;
	margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.site_logo {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.site_logo a {
    display: inline-block;
}
.site_logo.circle_logo a {
	height: 130px;
	width: 130px;
	border-radius: 50%;
	background: #000;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.site_title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
}
.site_description {
    margin-bottom: 15px;
    text-align: center;
}
.link_tree_links {
	display: block;
	padding-top: 20px;
}
.link_row {
	display: block;
	margin-bottom: 15px;
}
.link_row_inner {
	display: flex;
	min-height: 60px;
	background: #f8d242;
	border-radius: 6px;
	align-items: center;
	justify-content: center;
	position: relative;
    color: #171717;
    border: 1px solid #f8d242;
    transition: 0.3s;
}
.link_thumb {
	margin-right: auto;
	position: absolute;
	left: 4px;
	display: flex;
}
.link_thumb img {
	max-width: 48px;
	max-height: 48px;
	border-radius: 4px;
}
.link_thumb svg {
	max-width: 48px;
	max-height: 48px;
	border-radius: 4px;
}
.link_title {
    font-weight: 500;
    font-size: 15px;
}
.footer_credit {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #6b6b6b;
	padding-top: 10px;
	padding-bottom: 20px;
    margin-top: -5vh;
}
.footer_hook a {
	display: block;
	outline: none;
	border: 0;
}
.footer_hook svg {
	width: 22px;
	fill: #fff;
}
.footer_hook img, .footer_hook svg {
	transition: 0.3s;
}
.footer_hook img:hover, .footer_hook svg:hover {
	transform: scale(1.2);
	fill: #f8d243;
}
.link_tree_social_icons {
	display: block;
}
.link_tree_social_icons ul {
	list-style: none;
	padding: 0;
	margin: auto;
	display: table;
	margin: 30px auto;
}
.link_tree_social_icons ul li {
	display: inline-block;
	margin: 0 10px;
}
.link_tree_social_icons ul li a {
	display: block;
	color: #fff;
	font-size: 18px;
	transition: 0.3s;
}
.link_tree_social_icons ul li a:hover{
	color: #f8d243;
	transform: scale(1.4);
} 
.blurred_bg {
	filter: blur(4px);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -1;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}
.fade {
	transition: opacity 0.15s linear;
}
.fade:not(.show) {
	opacity: 0;
}
.modal.fade .modal-dialog {
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}
@media (min-width: 576px){
.modal-dialog {
	max-width: 500px;
	margin: 1.75rem auto;
}
}
.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none;
}
.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
	pointer-events: auto;
}
.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}
.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}
button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
}
.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.show {
	opacity: 0.5;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
	cursor: pointer;
}
button, input {
	overflow: visible;
}
*, ::before, ::after {
	box-sizing: border-box;
}

/************************************************/
/************************************************/
/************** Responsive Quries ***************/
/************************************************/
/************************************************/

@media only screen and (max-width: 480px) {
	.link_title {
		font-size: 14px;
		padding-left: 15px;
		padding-right: 15px;
	}
}