/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

body {
	font-family: 'Prompt', serif !important;
	font-size: 20px !important;
	line-height: 30px !important;
	background-color: #000000 !important;
	color : #E5C15C !important;
	max-width: 1400px !important;
	margin: auto !important;
	letter-spacing: 0.5px !important;
}
.comment-respond,
.comments-area,
.entry-meta{
    display: none !important;
}

.single-post_content{
    max-width: 85% !important;
    margin: 2rem auto !important;
	padding: 4rem 0;

	text-align: center;
}

.content-hide{ 
	display: block !important;
}
.mobile-show{
	display: none !important;
}
.relative{
	position: relative;
}
.adb-bt {
	position: absolute;
	bottom: 30px;
	display: flex;
	justify-content: flex-end;
	margin-right: 2.5em;
}

.adb-bt-close{
	position: absolute;
    display: flex;
    justify-content: flex-end;
		bottom: 97%;
    left: 1%;
		width: 100%;
		z-index: 1;
}
a{
	text-decoration: none;
}
.i-mobile {
	display: none;
}
.i-home-s1{
	position: relative;
	padding-bottom: 30px !important;
}
.i-home-s1 .i-menu-inner{
	position: relative;
}
.i-home-s1 .i-menu .navbar{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.i-home-s1 .i-menu .navbar.fixed-top{
	/*background-color: #000000;*/
	max-width: 1400px;
	margin: auto;
}
.i-home-s1 .i-menu .i-logo{
	max-height: 70px;
}
.i-home-s1 .i-menu .i-img-menu{
	max-height: 80px;
}
.i-home-s1 .i-menu .i-img{
	height: 28px;
	padding-right: 10px;
}
.i-home-s1 .i-menu .navbar-nav .nav-link{
	font-size: 18px;
	line-height: 27px;
	color: #E5C15C;
	padding: 0px 24px;
}
.i-home-s1 .i-menu .navbar-nav .nav-link:last-child{
	border-right: 2px solid #E5C15C;
}
.i-home-s1 .i-menu .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
	color: #E5C15C;
}
.i-home-s1 .i-menu .dropdown-menu{
	background-color: #000000;
	border: 1px solid #F6E28C;
}
.i-home-s1 .i-menu .dropdown-item {
	font-size: 22px;
	line-height: 32px;
	color: #E5C15C;
	background-color: #000000;
}
.i-home-s1 .i-menu .dropdown-item:focus, .dropdown-item:hover {
	color: #E5C15C;
}
.i-home-s1 .i-menu .i-nav-item{

}
.i-home-s1 .i-menu .i-nav-item .nav-link{
	font-size: 22px;
	line-height: 32px;
	color: #E5C15C;
	padding: 0px 24px;
}
.i-home-s1 .i-menu .i-nav-item .dropdown-menu{
	left: auto;
	min-width: auto;
	padding: 0px; 
}
.i-home-s1 .i-menu .i-nav-item .dropdown-item{
	padding: 5px 45px;
}
.i-home-s1 .i-d1{
	position: relative;
}
.i-home-s1 .i-d1 .i-img{
	width: 100%;
}
.i-home-s1 .i-d1 .i-img-frame{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.i-home-s1 .i-d2{
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	max-width: 500px;
}
.i-home-s1 .i-d2 .i-img-frame-icon{
	position: absolute;
	top: 5px;
	left: 50%;
	width: 90px;
	z-index: 1;
	transform: translate(-50%, -50%);
}
.i-form{
	border-image: url(asset/images/i-home-s1-form-frame.png) 35 30;
	border-width: 25px;
	border-style: solid;
	padding: 40px 20px;
}
.i-form .form-control{
	background-color: #000;
	border: 1px solid #cd9d4d;
	color: #fff;
	font-size: 18px;
	padding: 10px 30px;
	margin-bottom: 20px;
}
.i-form .form-control:focus{
	box-shadow: 0px 0px 20px #cd9d4d;
}
.i-form .i-button1
{
	font-size: 20px;
	line-height: 40px;
	font-weight: 600;
	color: #FFD683;
	text-shadow : 2px 1px 2px rgba(0,0,0, 0.45);
	border-width: 0px;
	background: url(asset/images/i-home-s1-form-button1.png);
	background-size: cover;
	margin-bottom: 10px;
	animation: i-button1 1s infinite alternate-reverse;
}
@keyframes i-button1 {
	from {
		box-shadow : 0px 0px 0px #fb0000;
	}
	to {
		box-shadow : 0px 0px 20px #fb0000;
	}
}
.i-form .i-button2
{
	font-size: 20px;
	line-height: 40px;
	font-weight: 600;
	color: #000000;
	text-shadow : 2px 1px 2px rgba(0,0,0, 0.45);
	border-width: 0px;
	background: url(asset/images/i-home-s1-form-button2.png);
	background-size: cover;
	animation: i-button2 1s infinite alternate-reverse;
}
@keyframes i-button2 {
	from {

		box-shadow : 0px 0px 0px #fadd48;
	}
	to {
		box-shadow : 0px 0px 20px #fadd48;
	}
}
.i-home-s2{
	position: relative;
	overflow: hidden;
}
.i-home-s2 .i-inner{
	background-image: url(asset/images/i-home-s2-bg.png);
	background-size: cover;
	background-position: center;
}
.i-home-s2 .i-d1{
	padding: 222px 0px;
}
.i-home-s2 .i-d1 .i-img{
	width: 350px;
	max-width: 100%;
	padding-bottom: 30px;
}
.i-home-s2 .i-d1 .i-p{
	color: #E5C15C;
}
.i-home-s2 .i-d2 .i-img-bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.i-home-s3 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.i-home-s3 .i-title{
	font-size : 40px;
	font-weight: 600;
	line-height : 50px;
	color : #E6E6E6;
	padding-bottom: 10px;
}
.i-home-s3 .i-d2{
	padding-bottom: 40px;
}
.i-home-s3 .i-d2 .nav .i-img{
	max-width: 100%;
}
.i-home-s3 .nav-link{
	padding: 10px;
}
.i-home-s3 .nav-link .i-active{
	display: none;
}
.i-home-s3 .nav-link.active .i-active{
	display: block;
}
.i-home-s3 .i-d2 .tab-content .i-img{
	max-width: 100%;
	padding-bottom: 10px;
}
.i-home-s3 .tab-content{
	border: 7px solid #fff;
	padding: 30px 20px;
	border-color: #FFC655;
}
.i-home-s3 .nav-pills .nav-link.active {
	background-color: transparent;
}
.i-home-s3 .i-button{
	display: inline-block;
	font-weight : bold;
	font-size : 20px;
	line-height: 62px;
	color : #FCEDE3;
	text-shadow : 1px 1px 2px rgba(0, 0, 0, 0.75);
	background-image: url(asset/'images/i-home-s3-button.png');
	background-size: cover;
	border-radius : 30px;
	padding: 0px 40px;
	animation: i-home-s3-button 0.6s infinite alternate-reverse;
}
@keyframes i-home-s3-button {
	from {

		box-shadow : 0px 0px 0px #FF0000;
	}
	to {
		box-shadow : 0px 0px 20px #FF0000;
	}
}
.i-home-s4{
	position: relative;
	overflow: hidden;
}
.i-home-s4 .i-img-bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.i-home-s4 .i-img{
	width: 80%;
}
.i-home-s4 .i-d2{
	padding-top: 200px;
	padding-bottom: 200px;
	text-align: right;
}
.i-home-s4 .i-title{
	width: 350px;
	max-width: 100%;
	padding-bottom: 30px;
}
.i-home-s4 .i-p1{
	padding-bottom: 50px;
}
.i-home-s5{
	padding-top: 30px;
	padding-bottom: 20px;
}
.i-home-s5 .i-title{
	font-size : 40px;
	line-height : 50px;
	color : #E6E6E6;
}
.i-home-s5 .nav-link{
	padding: 10px;
}
.i-home-s5 .nav-link .i-active{
	display: none;
}
.i-home-s5 .nav-link.active .i-active{
	display: block;
}
.i-home-s5 .i-d2 .nav .i-img{
	width: 170px;
	max-width: 100%;
	border-radius: 50%;
	border: 0px solid #0D7461;
}
.i-home-s5 .i-d2 .tab-content .i-img{
	max-width: 100%;
	padding-bottom: 20px;
}
.i-home-s5 .tab-content{
	border: 7px solid #fff;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-right: 30px;
	padding-left: 30px;
	border-color: #FFC655;
	margin-bottom: 40px;
}
.i-home-s5 .nav-pills .nav-link.active {
	background-color: transparent;
}
.i-home-s5 .i-d2 .i-button{
	font-size: 26px;
	line-height: 36px;
	font-weight: 600;
	display: block;
	color: #000000;
	border : 2px solid #fadd48;
	border-radius : 33px;
	box-shadow: 0px 0px 20px #fadd48;
	padding: 10px;
	background : linear-gradient(0deg, rgba(203, 154, 75, 1) 0%, rgba(211, 167, 87, 1) 1.94%, rgba(224, 189, 106, 1) 6.13%, rgba(234, 206, 122, 1) 11.07%, rgba(241, 217, 132, 1) 17.2%, rgba(245, 224, 138, 1) 25.78%, rgba(246, 226, 140, 1) 49.62%, rgba(244, 222, 137, 1) 61.8%, rgba(237, 211, 126, 1) 73.52%, rgba(225, 191, 109, 1) 85.06%, rgba(209, 164, 84, 1) 96.43%, rgba(203, 154, 75, 1) 100%);
}
.i-home-s5 .tab-content .i-box{
	padding-bottom: 40px;
}
.i-home-s5 .i-d3 .i-button{
	display: inline-block;
	font-weight : bold;
	font-size : 20px;
	line-height: 62px;
	color : #FCEDE3;
	text-shadow : 1px 1px 2px rgba(0, 0, 0, 0.75);
	border-radius : 30px;
	padding: 0px 40px;
	background-image: url(asset/'images/i-home-s3-button.png');
	background-size: cover;
	animation: i-home-s5-button 0.6s infinite alternate-reverse;
}
@keyframes i-home-s5-button {
	from {

		box-shadow : 0px 0px 0px #FF0000;
	}
	to {
		box-shadow : 0px 0px 20px #FF0000;
	}
}
.i-home-s6{
	position: relative;
	overflow: hidden;
}
.i-home-s6 .i-d1{
	padding-top: 120px;
}
.i-home-s6 .i-d2{
	padding-top: 110px;
	padding-bottom: 50px;
	padding-right: 80px;
	padding-left: 80px;
}
.i-home-s6 .i-img-bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.i-home-s6 .i-img2{
	padding-bottom: 140px;
}
.i-home-s6 .i-title{
	width: 350px;
	max-width: 100%;
	padding-bottom: 30px;
}
.i-home-s6 .i-img{
	max-width: 100%;
}
.i-home-s6 .i-p1{

}
.i-home-s6 .i-p2{

}
.i-home-s6 .i-button{
	display: inline-block;
	font-weight : bold;
	font-size : 40px;
	line-height: 86px;
	color : #FCEDE3;
	white-space: nowrap;
	text-shadow : 1px 1px 2px rgba(0, 0, 0, 0.75);
	background-color: transparent;
	background-image: url(asset/'images/i-home-s6-form-button.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	border: 0px solid transparent;
	border-radius : 58px;
	padding: 0px 60px;
	animation: i-home-s6-button 0.6s infinite alternate-reverse;
}
@keyframes i-home-s6-button {
	from {
		box-shadow : 0px 0px 0px #017d38;
	}
	to {
		box-shadow : 0px 0px 40px #017d38;
	}
}
.i-home-s7{
	padding-top: 70px;
	padding-bottom: 60px;
}
.i-home-s7 .nav-tabs{
	border-width: 0px;
	box-shadow : 4px 4px 5px rgba(0, 0, 0, 0.68);
	padding-bottom: 60px;
}
.i-home-s7 .nav-tabs .nav-link.active {
	background : linear-gradient(180deg, rgba(203, 154, 75, 1) 0%, rgba(211, 167, 87, 1) 1.94%, rgba(224, 189, 106, 1) 6.13%, rgba(234, 206, 122, 1) 11.07%, rgba(241, 217, 132, 1) 17.2%, rgba(245, 224, 138, 1) 25.78%, rgba(246, 226, 140, 1) 49.62%, rgba(244, 222, 137, 1) 61.8%, rgba(237, 211, 126, 1) 73.52%, rgba(225, 191, 109, 1) 85.06%, rgba(209, 164, 84, 1) 96.43%, rgba(203, 154, 75, 1) 100%);
}
.i-home-s7 .nav-item .nav-link{
	font-size: 28px;
	line-height: 42px;
	font-weight: 600;
	color: #FCEDE3;
	white-space: nowrap;
	text-shadow : 2px 1px 2px rgb(0 0 0 / 45%);
	background : linear-gradient(180deg, rgba(65, 0, 0, 1) 7.26%, rgba(86, 0, 0, 1) 13.45%, rgba(139, 0, 0, 1) 26.21%, rgba(224, 0, 0, 1) 44.28%, rgba(255, 0, 0, 1) 50.56%, rgba(105, 0, 0, 1) 100%);
	border: 3px solid #000000;
	padding: 20px;
}
.i-home-s7 .nav-item:first-child .nav-link{
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
.i-home-s7 .nav-item:last-child .nav-link{
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.i-home-s7 .nav-tabs .nav-link.active {
	color : #000000;
}
.i-home-s7 .i-d2 .tab-content{
	border: 4px solid #ce8728;
}
.i-home-s7 .i-d2 .i-outer{

}
.i-home-s7 .i-d2 .i-inner {
	padding-right: 60px;
	padding-left: 60px;
}
.i-home-s7 .i-d2 .col-4:not(:last-child) {
	border-right: 4px solid #ce8728;
}
.i-home-s7 .i-d2 .i-content1{
	/*background-image: url(asset/'images/i-home-s7-content1-bg.png');*/
	/*background-size: cover;*/
	padding: 40px 20px
}
.i-home-s7 .i-d2 .i-content1 .i-box1{

}
.i-home-s7 .i-d2 .i-content1 .i-box1 .carousel-caption{
	position: relative;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 50%;
	max-width: 600px;
	text-align: left;
	font-size: 20px;
	line-height: 30px;
	color: #E5C15C;
	padding-top: 30px;
	padding-bottom: 40px;
}
.i-home-s7 .i-d2 .i-content1 .i-box1 .i-img{
	padding-bottom: 30px;
}
.i-home-s7 .i-d2 .i-content1 .i-p{
	padding-bottom: 20px;
}
.i-home-s7 .i-d2 .i-content1 .i-button-block{
	padding-bottom: 30px;
}
.i-home-s7 .i-d2 .i-content1 .i-button {
	font-weight: 700;
	color: #000000;
	text-shadow: 2px 1px 2px rgb(0 0 0 / 45%);
	background: rgb(229,188,51);
	background: linear-gradient(180deg, rgba(229,188,51,1) 0%, rgba(246,226,140,1) 50%, rgba(232,193,61,1) 100%);
	padding: 10px 40px;
	border: 2px solid #f9db46;
	border-radius: 30px;
}
.i-home-s7 .i-d2 .i-content2{
	padding: 50px 0px
}
.i-home-s7 .i-d2 .i-content2 .i-title{
	font-size: 28px;
	line-height: 42px;
	font-weight: 600;
	color: #FCEDE3;
	white-space: nowrap;
	padding-bottom: 30px;
}
.i-home-s7 .i-d2 .i-content2 .i-description{
	font-size: 20px;
	line-height: 30px;
	color: #FCEDE3;
}
.i-home-s7 .i-d2 .i-content2 .i-img{
	padding-bottom: 30px;
}
.i-home-s7 .i-d2 .i-content3{
	background-image: url(asset/'images/i-home-s7-content1-bg.png');
	background-size: cover;
	padding: 40px 20px;
}
.i-home-s7 .i-d2 .i-content3 .i-box1 .i-img{
	width: 30%;
	max-width: 200px;
	padding-bottom: 30px;
}
.i-home-s7 .i-d2 .i-content3 .i-box1 .i-p{
	padding-bottom: 30px;
}
.i-home-s7 .i-d2 .i-content3 .i-box2{
	margin: auto;
}
.i-home-s8{
	padding-bottom: 50px;
}
.i-home-s8 .i-img{
	max-width: 100%;
	width: 50px;
	border-radius: 25px;
	padding: 5px;
	margin: 5px 3px;
}
.i-home-s9{
	padding-bottom: 20px;
}
.i-home-s9 .i-p{
	font-size : 20px;
	line-height: 30px;
	color : #ffffff;
}
.i-home-s10 .i-d1{
	position: fixed;
	bottom: 10%;
	right: 0;
}
.i-home-s10 .i-d1 .i-img{
	width: 100px;
	max-width: 100%;
}
.i-loggedin{
	position: fixed;
	/*top: 0;*/
	bottom: 0;
	left: 0;
	background-color: #820100;
	width: 100%;
	padding: 4px;
	z-index: 1;
}
.i-loggedin .i-d1 .i-img{
	width: 40px;
	max-width: 100%;
}
.i-loggedin .i-d2 .i-p{
	font-size: 12px;
	line-height: 18px;
}
.i-loggedin .i-d2 .i-p2{
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
}
.i-loggedin .i-d2 .i-img2{
	width: 25px;
	max-width: 100%;
	margin-right: -5px;
}
.i-loggedin .i-d3{
	padding: 12px;
}
.i-loggedin .i-d3 .i-button{
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	color: #820100;
	background-color: #E5C15C;
	padding: 4px 22px;
	border-radius: 20px;
}
.i-loginform-modal .modal-content{
	background-color: transparent;
}

.i-loginform-modal .i-form{
	background-color: #000000;
}
@media only screen and (max-width: 1199px) {
	.i-home-s2 .i-d1 {
		padding: 132px 0px;
	}
	.i-home-s6 .i-button{
		font-size: 32px;
		line-height: 48px;
		padding: 8px 40px;
	}
}

@media only screen and (max-width: 991px) {
	.i-home-s1 .i-menu .i-logo {
		max-height: 40px;
	}
	.i-home-s1 .i-menu .navbar{
		position: absolute;
	}
	.i-home-s1 .i-menu .navbar-toggler{
		text-align: left;
		width: 100%;
		padding: 0;
		border-width: 0px;
		box-shadow: none;
	}
	.i-home-s1 .i-menu .fixed-top .navbar-toggler{
		position: fixed;
		top: 12px;
		left: 12px;
	}
	.i-home-s1 .i-menu .navbar-collapse{
		position: absolute;
		top: 50px;
		left: 50px;
		max-width: 100px;
	}
	.i-home-s1 .i-menu .fixed-top .navbar-collapse{
		position: fixed;
		top: 12px;
	}
	.i-home-s1 .i-menu .navbar-nav{
		border: 2px solid #cc9b4c;
		padding-left: 5px;
		padding-right: 5px;
		background-color: #000000;
	}
	.i-home-s1 .i-menu .navbar-nav .nav-item{
		background-color: #000000;
	}
	.i-home-s1 .i-menu .navbar-nav .nav-link{
		font-size: 12px;
		line-height: 16px;
		padding: 5px;
	}
	.i-home-s1 .i-menu .navbar-nav .nav-item:not(:last-child) .nav-link{
		border-bottom: 2px solid #cc9b4c;
	}
	.i-home-s1 .i-menu .i-img {
		height: auto;
		width: 24px;
		padding-right: 5px;
	}
	.i-home-s1 .i-menu .i-img-menu {
		max-height: 54px;
	}
	.i-home-s1 .i-menu .navbar-nav .nav-link:last-child {
		border-right-width: 0px;
	}
	.i-home-s1 .i-menu .i-nav-item {
		position: absolute;
		top: 0;
		right: 5px;
	}
	.i-home-s1 .i-menu .i-nav-item .nav-link{
		font-size: 12px;
		line-height: 16px;
		padding: 5px;
	}
	.i-home-s1 .i-menu .i-nav-item .dropdown-menu{
		right: 0;
	}
	.i-home-s1 .i-menu .i-nav-item .dropdown-item{
		font-size: 12px;
		line-height: 16px;
		padding: 5px 15px;
	}
	.i-home-s2 .i-d1 {
		padding: 48px 0px;
	}
	.i-home-s6 .i-button{
		font-size: 18px;
		line-height: 27px;
		padding: 8px 38px;
	}
	.i-home-s7 .nav-item .nav-link {
		font-size: 22px;
		line-height: 33px;
		padding: 10px 0px;
	}
	.i-home-s7 .i-d2 .i-inner {
		padding-right: 20px;
		padding-left: 20px;
	}
	.i-home-s7 .i-d2 .i-content2 .i-title {
		font-size: 24px;
		line-height: 36px;
	}
	.i-home-s7 .i-d2 .i-content2 .i-description {
		font-size: 16px;
		line-height: 24px;
	}

	
}

@media only screen and (max-width: 767px) {
	body {
		font-size: 10px;
		line-height: 15px;
		letter-spacing: 0px;
	}
	.i-desktop {
		display: none;
	}
	.i-mobile {
		display: block;
	}
	.i-home-s1{
		padding-bottom: 0px;
	}
	.i-home-s1 .i-d1 .i-img-frame {
		bottom: 30px;
	}
	.i-home-s1 .i-form {
		padding: 20px 10px;
	}
	
	.i-home-s2 .i-d1 {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.i-home-s2 .i-d1 .i-p {

	}
	.i-home-s2 .i-d1 .i-img {
		padding-bottom: 10px;
	}
	.i-home-s3 .i-title {
		font-size: 14px;
		line-height: 16px;
		padding-bottom: 0px;
	}
	.i-home-s3 .nav-link{
		padding: 5px;
	}
	.i-home-s3 .nav-link .i-img2{
		width: 50%;
	}
	.i-home-s3 .tab-content .row>* {
		padding: 2px;
	}
	.i-home-s3 .i-d2 .tab-content .i-img {
		padding-bottom: 0px; 
	}
	.i-home-s3 .tab-content {
		border-width: 2px;
	}
	.i-home-s3 .i-button{
		font-size: 12px;
		line-height: 14px;
		padding: 6px 14px;
	}
	.i-home-s4 .i-title {
		padding-bottom: 10px;
	}
	.i-home-s4 .i-p1 {
		padding-bottom: 0px;
	}
	.i-home-s4 .i-d2 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.i-home-s5 {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.i-home-s5 .i-title {
		font-size: 14px;
		line-height: 16px;
	}
	.i-home-s5 .nav-link{
		padding: 5px;
	}
	.i-home-s5 .nav-link .i-img2{
		width: 50%;
	}
	.i-home-s5 .tab-content {
		border-width: 2px;
		margin-bottom: 40px;
		padding: 20px 20px 0px 20px
	}
	.i-home-s5 .tab-content .row>* {
		padding: 2px;
	}
	.i-home-s5 .i-d2 .i-button{
		font-size: 10px;
		line-height: 14px;
		padding: 0px;
	}
	.i-home-s5 .tab-content .i-box {
		padding-bottom: 20px;
	}
	.i-home-s5 .i-d2 .tab-content .i-img {
		max-width: 100%;
		padding-bottom: 5px;
	}
	.i-home-s5 .i-d3 .i-button{
		font-size: 12px;
		line-height: 14px;
		padding: 6px 14px;
	}
	.i-home-s6 .i-d1 {
		padding-top: 0px;
	}
	.i-home-s6 .i-d2 {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 0px; 
		padding-left: 0px; 
	}
	.i-home-s6 .i-p1 {
		margin-bottom: 0px;
	}
	.i-home-s6 .i-p2 {
		font-size: 10px;
		line-height: 12px;
	}
	.i-home-s6 .i-button {
		font-size: 11px;
		line-height: 30px;
		padding: 0px 30px;
	}
	.i-home-s6 .i-title {
		padding-bottom: 10px;
	}
	.i-home-s6 .i-img2 {
		padding-bottom: 20px;
	}
	.i-home-s7 {
		padding-bottom: 30px;
	}
	.i-home-s7 .nav-item .nav-link {
		font-size: 12px;
		line-height: 16px;
		border: 1px solid #000000;
	}
	.i-home-s7 .nav-tabs {
		padding-bottom: 20px;
	}
	.i-home-s7 .i-d2 .tab-content {
		border-width: 2px;
	}
	.i-home-s7 .i-d2 .i-content1 {
		padding: 20px 10px;
	}
	.i-home-s7 .i-d2 .i-content1 .i-img{
		width: 30%;
		max-width: 30%;
	}
	.i-home-s7 .i-d2 .i-content1 .i-box1 .carousel-caption{
		font-size: 10px;
		line-height: 15px;
		width: 80%;
		padding-top: 10px;
		padding-bottom: 30px;
	}
	.i-home-s7 .i-d2 .i-content1 .i-button {
		padding: 5px 20px;
	}
	.i-home-s7 .i-d2 .i-content2 {
		padding: 20px 10px;
	}
	.i-home-s7 .i-d2 .i-inner {
		padding-right: 0px;
		padding-left: 0px;
	}
	.i-home-s7 .i-d2 .i-content2 .i-title {
		font-size: 12px;
		line-height: 16px;
		padding-bottom: 10px;
	}
	.i-home-s7 .i-d2 .i-content2 .i-img {
		padding-bottom: 10px;
	}
	.i-home-s7 .i-d2 .i-content2 .i-description {
		font-size: 8px;
		line-height: 10px;
	}
	.i-home-s7 .i-d2 .i-content2 .col-4:not(:last-child) {
		border-right-width: 2px;
	}
	.i-home-s7 .i-d2 .i-content3 {
		padding: 20px 10px;
	}
	.i-home-s7 .i-d2 .i-content3 .i-box1 .i-img {
		padding-bottom: 10px;
	}
	.i-home-s7 .i-d2 .i-content3 .i-box1 .i-p {
		padding-bottom: 10px;
	}
	.i-home-s7 .i-d3 .i-img{
		max-height: 10px;
	}
	.i-home-s7 .i-d3{
		padding-top: 10px;
	}
	.i-home-s7 .i-d3 .i-box{
		background-color: #f6e28c;
		font-size: 12px;
		color: #000;
		font-weight: 600;
		border: 1px solid #cc9b4c;
	}
	.i-home-s8 {
		padding-bottom: 20px;
	}
	.i-home-s8 .i-img{
		width: 40px;
		margin: 5px 2px;
	}
	.i-home-s9 {
		padding-bottom: 60px;
	}
	.i-home-s9 .i-p {
		font-size: 12px;
		line-height: 18px;
	}

	.content-hide{ 
    display: none !important;
	}
	.mobile-show{
			display: block !important;
	}
	.relative{
			display: flex;
			justify-content:center;
	}
	.adb-bt{
			position: absolute;
			bottom: 18px;
			display: flex;
			justify-content: center;
			margin-right: 0;
	}

	.adb-bt-close{
		position: absolute;
    bottom: 98%;
    left: 50%;
    display: flex;
    justify-content: center;
    margin-right: 0;
    z-index: 1;
	}
}
.card-fix-400 .card-body{
	display:flex;
	flex-direction: column;
    justify-content: space-between;
}
.post-page img {
    width: 100% !important;
    height: 100% !important;
}
.i-loggedin{
	display:none;
}

