/*Customized CSS*/
.fw-100{
	font-weight: 100 !important
}
.fw-200{
	font-weight: 200 !important
}
.fw-400{
	font-weight: 400 !important
}
.fw-600{
	font-weight: 600 !important
}
.fw-800{
	font-weight: 800 !important
}

.ls-1
{
	letter-spacing: 1px !important;
}
.ls-2
{
	letter-spacing: 2px !important;
}
.ls-3
{
	letter-spacing: 3px !important;
}
.ls-4
{
	letter-spacing: 4px !important;
}
.ls-5
{
	letter-spacing: 5px !important;
}
.ls-6
{
	letter-spacing: 6px !important;
}
.ls-7
{
	letter-spacing: 7px !important;
}
.ls-8
{
	letter-spacing: 8px !important;
}

.fs-14{
	font-size: 14px !important;
	line-height: 24x;
}
.fs-16{
	font-size: 16px !important;
	line-height: 26px !important;
}
.fs-18{
	font-size: 18px !important;
	line-height: 28px;
}
.fs-20{
	font-size: 20px !important;
	line-height: 30px;
}
.fs-22{
	font-size: 22px !important;
	line-height: 32px;
}
.fs-24{
	font-size: 24px !important;
	line-height: 34px;
}
.fs-26{
	font-size: 26px !important;
	line-height: 36px;
}
.fs-28{
	font-size: 28px !important;
	line-height: 28px;
}
.fs-30{
	font-size: 30px !important;
	line-height: 40px;
}
.fs-32{
	font-size: 32px !important;
	line-height: 42px;
}
.fs-34{
	font-size: 34px !important;
	line-height: 44px;
}
.fs-36{
	font-size: 36px !important;
	line-height: 46px;
}
.fs-38{
	font-size: 38px !important;
	line-height: 48px;
}
.fs-40{
	font-size: 40px;
	line-height: 50px !important;
}
.fs-42{
	font-size: 42px !important;
	line-height: 52px;
}
.fs-44{
	font-size: 44px !important;
	line-height: 54px;
}
.fs-46{
	font-size: 46px;
	line-height: 56px;
}
.fs-48{
	font-size: 48px !important;
	line-height: 58px;
}
.fs-50{
	font-size: 50px !important;
	line-height: 60px;
}
.fs-55{
	font-size: 55px !important;
	line-height: 65px;
}
.fs-60{
	font-size: 60px !important;
	line-height: 70px;
}
.fs-65{
	font-size: 65px !important;
	line-height: 75px;
}
.event-year{
	font-family: 'Passion One', cursive;	
	font-size: 70px !important;
	line-height: 70px;
}
.red-color{
	color: #E20612 !important;
}
.stroke {
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #fff;
	color:transparent;
	text-shadow: 5px 2px 0px
		rgba(0,0,0,0.1);
}
.p0-lr{
	padding-left:0px !important;
	padding-right:0px !important;
}
.text-off-white{
	color: #c9c9c9 !important;
}
.text-white{
	color: #fff !important;
}
.text-gray{
	color: #999 !important;
}
.text-black{
	color: #222222;
}
.theme-color{
	color: #828282 !important;
}
.pattern-1 {
    background: 
    rgba(0, 0, 0, 0) url("../images/pattern.png") no-repeat fixed center center / cover !important;
}
.box-shadow{
	-webkit-box-shadow: 10px 10px 24px 0px rgba(204,204,204,1);
-moz-box-shadow: 10px 10px 24px 0px rgba(204,204,204,1);
box-shadow: 10px 10px 24px 0px rgba(204,204,204,1);
}
.bg-red{
	background: #e20612;
}
.bg-white{
	background: #fff;
}
.home-titile{
	font-size: 48px;
	line-height:52px;
}
.home-trial{
	font-size: 44px;
	line-height:48px;
}
.home-trial-small{
	font-size: 14px;
	letter-spacing:08px;
}
.cta-h-contact{
	font-size: 20px;
	line-height:20px;
}

.contact-form-box {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.special-button{
	border: 2px solid #373737;
}
.border-radius{
	border-radius: 25px;
}
.border-radius-right{
	border-radius: 0px 15px 0px 15px;
}
.border-radius-15{
	border-radius: 15px;
}
.box-shadow{
	-webkit-box-shadow: 10px 10px 20px 0px rgba(217,217,217,1);
	-moz-box-shadow: 10px 10px 20px 0px rgba(217,217,217,1);
	box-shadow: 10px 10px 20px 0px rgba(217,217,217,1);
}
.strength-bs {
    -webkit-box-shadow: 17px 23px 35px -28px rgba(148,148,148,1);
    -moz-box-shadow: 17px 23px 35px -28px rgba(148,148,148,1);
    box-shadow: 17px 23px 35px -28px 
    rgba(148,148,148,1);
}
.gray-scale {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    cursor: pointer;
}
.gray-scale:hover {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    
}
.passon-one{
	font-family: 'Passion One', cursive;
}
.font-js{
	font-family: 'Josefin Sans', sans-serif;
}
.fact-font{
	font-family: 'Passion One', cursive;
}
.num-font{
	font-family: 'Anton', sans-serif !important;
}

.left-flot{
	float:left !important;
}
.right-flot{
	float:right !important;
}
.lead {
    font-size: 1.0rem;
    font-weight: 400;
}
.mb-ms{
	margin-bottom: 0.1rem;
}
.ml-ms{
	margin-left:50px;
}
.sd{
	position: relative;
	top: -38px;
}
.iqd-pr-60 {
    padding-right: 60px;
}
.iqd-pl-60 {
    padding-left: 60px;
}
.p-top-founder{
	margin-top:100px;
}
.iqd-pr-30 {
    padding-right: 30px;
}

.iqd-pt-100{
	padding-top:100px;
}
.iqd-pb-100{
	padding-bottom:100px;
}

.iqd-pl-30 {
    padding-left: 30px;
}

.float-right{
	float: right !important;
}
.b-all{
	border-bottom: 5px solid #57E03E;
	border-top: 3px solid #57E03E;
}
.shadowimage {
    box-shadow: 0 18px 8px -16px rgba(43,42,41,0.7);
	border-top-right-radius: 1.2em;
	border-bottom-left-radius: 1.2em;
}
.font-italic{
	font-style: italic;
}
.bl-sp{
	border-left: 3px solid #57E03E;
	border-radius: 10px;
	padding-left:15px;
}
.mt-10{
	margin-top:10px;
}
.mt-15{
	margin-top:15px;
}
.mt-20{
	margin-top:20px;
}
.mt-25{
	margin-top:25px;
}
.mt-30{
	margin-top:30px !important;
}
.mt-40{
	margin-top:40px !important;
}
.mt-50{
	margin-top:50px !important;
}
.mb-10{
	margin-bottom:10px;
}
.mb-15{
	margin-bottom:15px;
}
.mb-20{
	margin-bottom:20px;
}
.mb-25{
	margin-bottom:25px;
}
.mb-30{
	margin-bottom:30px;
}
.mb-40{
	margin-bottom:40px;
}
.mb-50{
	margin-bottom:50px;
}
.opacity-1{
	opacity:0.1 !important;
}
.opacity-2{
	opacity:0.2 !important;
}
.opacity-3{
	opacity:0.3 !important;
}
.opacity-4{
	opacity:0.4 !important;
}
.opacity-5{
	opacity:0.5 !important;
}
.opacity-6{
	opacity:0.6 !important;
}
.opacity-7{
	opacity:0.7 !important;
}
.opacity-8{
	opacity:0.8 !important;
}
.opacity-9{
	opacity:0.9 !important;
}
.home-title{
	font-size: 45px;
	line-height:50px;
}
.w-170{
	width:200px !important
}
.why-emi-title{
	font-size:75px;
	line-height:55px;
	letter-spacing:-1px;
}
.why-emi-sub-title{
	font-size: 45px;
	line-height:55px;
	letter-spacing:-1px;
}
.text-block{
	display: block;
}
.home-p-title{
	font-size:42px;
	line-height:45px;
}
.c-fact{
	font-size:55px;
	line-height:55px;
}
.no-pd-lr{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.offset-xl-h-c{margin-left:4.333333%}
.offset-xl-h-c-2{margin-left:6.333333%}
.text-white-hover {
    letter-spacing: 1px;
}
.text-orange{
	color:#ef7f1a;
}
.bg-theme-1{
	background-color:#c5c6c6;
	color:#666666 !important;
}
.bg-theme-2{
	background-color:#898989;
	color:#1C1919 !important;
}
.bg-theme-3{
	background-color:#2b2a29;
	color:#fff !important;
}
.text-sea-green{
	color:#299fb1
}
.text-light-green{
	color:#5ca595
}
.app-title{
	font-size:40px;
	line-height:45px;
	letter-spacing:-1px;
}
.app-sub-title{
	font-size: 40px;
	line-height:45px;
	letter-spacing:-1px;
}
.top-16 {
    top: -16px;
}
.vt{
	writing-mode:tb-rl;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform:rotate(180deg);
    transform: rotate(180deg);
    white-space:nowrap;
}
.w-100{
	width:100%;
}
.tb-w{
	width:100px !important
}
/*Table*/

table.parameter-product {
	width: 100%;
	margin-bottom: 20px;
}

table.parameter-product tr.active {
	color: #666!important;
	border-radius: 08px;
	text-align: center;
	font-weight: 800;
}

table.parameter-product tr td {
    padding: 10px 10px 10px 10px;
    border: solid 1px #fff;
    border-radius: 0px;
    text-align: center;
    line-height: 25px;
    font-weight: 400;
}

.background-special {
	color: #fff;
	font-weight: bold;
}

.special-color {
	background: #fecb28!important
}

table.parameter-product tr td strong {
	font-weight: 800;
}
.tbl-border {
    border-collapse: collapse !important;
	color:#000;
}
.table-title{
	font-weight: 100;
}
.table-title strong{
	font-weight: 700;

}	
.text-white{
	color: #fff !important;
}
.features-color{
    background: -webkit-linear-gradient(#2ea07e, #0963A2);
        background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 22px;
	line-height: 32px;
}
.table-title-2{
    background: -webkit-linear-gradient(#2ea07e, #0963A2);
        background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 40px;
	line-height: 50px;
	font-weight: 100;
}
.table-title-2 strong{
	font-weight: 800;
}
.bg-green-light{
	background: #e5fceb;
}
.bg-red-light{
	background: #f9dede;
}
.bg-blue-light{
	background: #dbe7f9;
}
.font-size-38{
	font-size: 38 !important;
}
.green-title{
	color: #006C47 !important;
}
.p-thumb-title{
	color:#007D4F;
	font-size:20px;
	letter-spacing:3px;
}
.red-title{
	color: #BE2727 !important;
}
.blue-title{
	color: #1C4D9B !important;
}
.table-title-2{
    background: -webkit-linear-gradient(#2ea07e, #0963A2);
        background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 40px;
	line-height: 50px;
	font-weight: 100;
}
.table-title-2 strong{
	font-weight: 800;
}
.bg-green-light{
	background: #ebecec;
}
.bg-black-ld{
	background: #373737;
}
.bg-red-light{
	background: #f9dede;
}
.bg-blue-light{
	background: #dbe7f9;
}
@media only screen and (max-width:480px) {
	.navbar-toggler {
		margin: 30px 20px 30px 10px;
		margin-left: 10px;
		transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
	}
	.nav-item > .dropdown-toggle {
		display: block;
		width: 35px;
		height: 35px;
		right: 32px;
		position: absolute;
		top: 0;
		text-align: center;
		line-height: 35px;
		border: 1px solid #999;
		border-radius: 6px;
	}
	.nav-item.dropdown.simple-dropdown .dropdown-menu > .dropdown > a {
		color: #000;
		margin: 7px 0 7px 0;
		font-size: 14px;
		font-weight: 500;
	}
	.flp{
		margin-left:25px;
	}
	.tlp{
		margin-left:03px;
		margin-right:03px;
	}
	.pam{
		margin-bottom:30px;
	}
	.pl-m{
		padding-left: 40px;
		padding-bottom:90px;
	}
	.title-large-2-m {
		font-size: 35px;
		line-height: 35px;
	}	
	.title-large-m {
		font-size: 65px;
		line-height: 65px;
	}
	.title-large-3-m {
		font-size: 40px;
		line-height: 40px;
	}
	.title-large-t3 {
		font-size: 90px;
		line-height: 80px;
	}
	.title-large-t4 {
		font-size: 50px;
		line-height: 50px;
	}
	.title-large-2 {
		font-size: 40px;
		line-height: 40px;
	}
	.title-large-t3 {
		font-size: 70px;
		line-height: 70px;
	}
	.title-large-t3-2 {
		font-size: 45px;
		line-height: 50px;
	}
	.btn.btn-fancy.btn-large {
		font-size: 13px;
		letter-spacing: 1px;
		padding: 6px 15px;
	}
	.nav-item.dropdown.simple-dropdown .dropdown-menu > .dropdown {
		margin-bottom: 0px;
	}
	.col.text-center.wow.animate__fadeIn {
		margin-bottom: 40px;
	}
	.down-section {
		position: absolute;
		width: 100%;
		bottom: 30px;
		left: 0;
		right: 0;
	}
	.tbl-scroll{
		overflow-x:auto;
	}
	.app-title {
		font-size: 35px;
		line-height: 40px;
		letter-spacing: -1px;
	}
	.app-sub-title {
		font-size: 35px;
		line-height: 40px;
		letter-spacing: -1px;
	}
	.offset-xl-h-c {
		margin-left:0px;	
		padding-right: 30px;
		padding-left: 30px;
	}
}