@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Alata|Luckiest+Guy|Passion+One|Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;600;700&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;
}
.fs-11{
	font-size: 11px !important;
	line-height: 21x;
}
.fs-12{
	font-size: 12px !important;
	line-height: 22x;
}
.fs-14{
	font-size: 14px !important;
	line-height: 24px !important;
}
.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-28{
	font-size: 28px !important;
	line-height: 38px;
}
.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 !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-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;
}
.fs-75{
	font-size: 75px !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: #999 !important;
}
.theme-color{
	color: #e41d32 !important;
}
.vertical-align{
	vertical-align: middle;
}
.pattern-1 {
    background: 
    rgba(0, 0, 0, 0) url("../images/pattern.png") no-repeat fixed center center / cover;
}
.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;
}
.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 {
    border-bottom: 1px dashed #999;
}
.num-font{
	font-family: 'Anton', sans-serif !important;
}
.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;
}
.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:30px;
}
.sd{
	position: relative;
	top: -38px;
}
.iqd-pr-60 {
    padding-right: 60px;
}
.iqd-pl-60 {
    padding-left: 60px;
}
.mt-20{
	margin-top: 20px;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-30{
	margin-bottom: 30px;
}
.mb-50{
	margin-bottom: 50px;
}
.border-left-p{
	border-left: 5px solid #E41D32 !important;
	padding-left: 15px;
}
.close {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}
.modal-dialog {
    max-width: 500px;
    margin: 9.75rem auto;
}
.pattern-1 {
    background: 
    rgba(0, 0, 0, 0) url("../images/pattern.png") no-repeat fixed center center / cover;
}
.border-right{
	border-right: 2px dashed #f5f5f7;
	border-radius:25px;
}
.border-radius{
	border-radius: 25px;
}
.icecone {
    animation: 2s cubic-bezier(0.4, 0, 0.6, 1) 2s normal none infinite running cp-share-plus-trigger !important;
}
.shadowimage {
    box-shadow: 0 28px 16px -26px rgba(43,42,41,0.7);
}
.border-cer{
	border: 15px solid #000;
}
.border-product{
	border: 1px solid #e0e0e0;
}
.border-menu{
	border-bottom: 1px dashed #e0e0e0;
}
.product-des::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 40px;
    height: 4px;
    background: #e41d32;
    display: inline-block;
}
@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;
	}
	.border-right{
		border-right: none !important;
	}
}