@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

/*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;
}
.ls-10
{
	letter-spacing: 10px !important;
}
.ls-15
{
	letter-spacing: 12px !important;
}
.fs-13{
	font-size: 13px !important;
	line-height: 23x;
}
.fs-14{
	font-size: 14px !important;
	line-height: 24x;
}
.fs-16{
	font-size: 16px !important;
	line-height: 26px;
}
.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-27{
	font-size: 27.4px !important;
	line-height: 37px;
}
.fs-28{
	font-size: 28px !important;
	line-height: 38px;
}
.fs-30{
	font-size: 30px !important;
	line-height: 40px !important;
}
.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 !important;
	line-height: 50px;
}
.fs-42{
	font-size: 42px !important;
	line-height: 52px;
}
.fs-44{
	font-size: 44px !important;
	line-height: 54px;
}
.fs-46{
	font-size: 46px !important;
	line-height: 56px;
}
.fs-48{
	font-size: 48px !important;
	line-height: 58px;
}
.fs-50{
	font-size: 50px !important;
	line-height: 60px;
}
.fs-52{
	font-size: 52px !important;
	line-height: 62px;
}
.fs-55{
	font-size: 55px !important;
	line-height: 65px !important;
}
.fs-60{
	font-size: 60px !important;
	line-height: 70px !important;
}
.fs-65{
	font-size: 65px !important;
	line-height: 75px !important;
}
.event-year{
	font-family: 'Passion One', cursive;	
	font-size: 70px !important;
	line-height: 70px;
}
.red-color{
	color: #E20612 !important;
}
.text-justify{
	text-align: justify;
}
.stroke {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #D1AB4A;
	color:transparent;
	text-shadow: 5px 2px 0px
		rgba(29,13,8,0.1);
}
.text-white{
	color: #fff !important;
}
.text-gray{
	color: #666 !important;
}
.light-gray{
	color: #cecece !important;
}
.theme-color{
	color: #473e5e !important;
}
.text-yellow{
	color: #FDF300;
}
.text-orange{
	color: #f5841f;
}
.text-pink{
	color: #F00093;
}
.text-black{
	color: #000;
}
.text-blue{
	color:#04acea
}
.bg-blue{
	background: #20639b;
}
.bg-yellow{
	background: #FFD800;
}
.bg-pink{
	background: #F00093;
}
.bg-black{
	background: #252016;
}
.bg-green{
	background: #00ae5f;
}
.bg-orange{
	background: #f5841f;
}
.bg-lblue{
	background:#D7DCED;
}
.bg-grey{
	background:#ECEBE7;
}
.bg-theme{
	background:#473e5e;
}

.text-italic{
	font-style: italic;
}
.text-block{
	display:block;
}
.shadowimage {
    box-shadow: 0 28px 16px -26px rgba(43,42,41,0.7);
}
.float-left{
	float: left;
}
.pattern-1 {
    background: 
    rgba(0, 0, 0, 0) url("../images/pattern.png") no-repeat fixed center center / cover;
}
.pattern-2 {
    background: rgba(0, 0, 0, 0) url("../images/pattern-2.png") no-repeat fixed center center / cover;
}
.btn.btn-xl.btn-outlined.btn-white.f-right.shape.new-angle {
    margin-top: 10px;
}
.bg-red{
	background: #fc8d92;
}
.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-15{
	border-radius:15px;
}
.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);
}
.num-font{
	font-family: 'Anton', sans-serif !important;
}
.fact-pd{
	padding: 25px 20px 20px 08px;
}
.gray-scale {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.gray-scale:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    cursor: pointer;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
	background-color:transparent !important;
    background-image: none;
    border: 1px solid #8c8c8c;
    border-radius: 25px;
    -webkit-box-shadow: inset 0 1px 1px rgba(209,171,74,.075);
    box-shadow: inset 0 1px 1px rgba(209,171,74,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.passon-one{
	font-family: 'Passion One', cursive;
}
.font-js{
	font-family: 'Josefin Sans', sans-serif;
}
.fact-font{
	font-family: 'Passion One', cursive;
	font-size: 50px !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;
}
.mt-10{
	margin-top: 10px;
}
.mt-20{
	margin-top: 20px;
}
.mt-30{
	margin-top: 30px;
}
.mt-40{
	margin-top: 40px;
}
.mt-50{
	margin-top: 50px;
}
.mt-60{
	margin-top: 60px;
}
.mt-70{
	margin-top: 70px;
}
.mb-50{
	margin-bottom:50px;
}
.iqd-pr-60 {
    padding-right: 60px;
}
.iqd-pl-60 {
    padding-left: 60px;
}
.close {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}
.float-right{
	float: right !important;
}
.modal-dialog {
    max-width: 500px;
    margin: 9.75rem auto;
}
.border-all {
    border-right: 0px solid #d6d6d6;
    padding: 40px;
	background:#fff;
    margin-bottom: 40px;
    border-radius: 40px;
    box-shadow: 0 28px 16px -26px rgba(43,42,41,0.7);
}
.border-all-about {
    padding: 60px;
	background:#f2f2f2;
    border-radius: 40px;
}
.border-all-quality {
    padding: 30px;
	background:#f2f2f2;
    border-radius: 15px;
}
.pt-pall{
	padding: 200px 0 150px 0;
}
.pra{
	padding-left:70px;
}
.pla{
	padding-right:100px;
}
.text-left{
	text-align:right;
}
.p-title{
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 5px;
	margin-top:30px;
}
.q-title{
	font-size: 36px;
	font-weight: 200;
	letter-spacing: 5px;
	margin-top:30px;
}
.cb {
    position: relative;
    margin-top: -2px;
    margin-left: 1px;
}
.vertical-align {
    vertical-align: middle !important;
}
@media only screen and (max-width:480px) {
	.mbm { margin-bottom: 30px; }
	.overview-block-ptb {
    padding: 80px 0;
	}
	.mobileShow { display: none;}
	.topbar {
    display: none;}
	.iq-portfolio-01 {
    text-align: left;
    position: relative;
    overflow: hidden;
    margin: 15px 10px;
	}
	.iqd-pr-60 {
    padding-right: 0px;
	}
	.iqd-pl-60 {
		padding-left: 0px;
	}
	.iq-skill2 .right-blog .progress-bar .progress-number, .iq-skill2 .right-blog .progress-bar .progress-type {
		color: #222222;
		float: right;
		margin-top: 25px;
		position: relative;
		top: -10px;
		font-size: 9px;
		font-weight: 600;
	}
	
	.main-heading h3 {
		font-size: 20px !important;
		font-weight: 300;
		margin: 0 0 5px;
		padding: 0 10px !important;
		line-height: 30px !important;
		letter-spacing: -1px;
	}
	.main-heading-main {
		font-size: 40px !important;
		line-height: 45px !important;
	}
	.heading-desc, .post-item .post-info h2 {
		font-size: 13px !important;
		padding: 0 14px;
	}
	.border-all {
		border-right: 0px solid #d6d6d6;
		padding: 40px;
		background: #fff;
		margin-bottom: 0px;
		border-radius: 40px;
		box-shadow: 0 28px 16px -26px rgba(43,42,41,0.7);
	}
	.cta_btn .f-left {
		width: 100%;
		float: none;
		clear: both;
		display: block;
		padding: 16px 0px !important;
	}
	.dnm{
		display: none !important;
	}
	.head-title-small{
		font-size: 12px;
		line-height: 20px;
	}
	.breadcrumbs.white-bg {
		bottom: 0;
		padding: 8px;
	}
	.breadcrumbs {
		font-size: 11px;
	}
	.fs-46-m {
		font-size: 36px !important;
		line-height: 45px;
	}
	.asm{
		padding: 0 30px;
	}
	.mtm-40{
		margin-top: 30px !important;
	}
	.mb-50 {
		margin-bottom: 0px;
	}
	.mtm-30 {
		margin-top: 0px !important;
	}
	.tbm{
		display:block;
	}
	.q-title {
		font-size: 30px;
		font-weight: 200;
		letter-spacing: 5px;
		margin-top: 20px;
	}
	.heading.centered p.sub-heading {
		display: table;
		margin-right: auto;
		margin-left: auto;
		width: 100% !important;
		font-size: 16px;
		line-height: 23px;
	}
	.footer-middle {
		padding: 60px 0 !important;
		height: 100%;
		position: relative;
		overflow: hidden;
		color: #000;
		background: #ffd800;
	}
	h2.cta_heading {
		font-family: 'Oswald', sans-serif !important;
		font-size: 42px !important;
		margin-bottom: 0;
		line-height: 42px !important;
		padding: 15px 0;
	}
	p {
		margin: 0 0 0px 0 !important;
        margin-top: 0px;
		line-height: 24px;
		letter-spacing: 0.6px;
	}
	
	.centered {
		display: block ;
		margin: auto;
	}
	
}