@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Prompt:300,400,500,600,700,800&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600&display=swap');

/* font weight */

.font-light {
	font-weight: 300 !important;
}
.font-regular {
	font-weight: 400 !important;
}
.font-medium {
	font-weight: 500 !important;
}
.font-semi-bold {
	font-weight: 600 !important;
}
.font-bold {
	font-weight: 700 !important;
}
.font-extra-bold {
	font-weight: 800 !important;
}

/* font size */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	font-weight:500;
}
h5, h6, .h5, .h6 {
	font-weight:400;
}
h1, .h1 {
	font-size: 40px;
	line-height: 45px;
}
h2, .h2 {
	font-size: 35px;
	line-height: 40px;
}
h3, .h3 {
	font-size: 30px;
	line-height: 35px;
}
h4, .h4 {
	font-size: 25px;
	line-height:30px;
}
h5, .h5 {
	font-size: 20px;
	line-height: 25px;
}
h6, .h6 {
	font-size: 13px;
	line-height: 22px;
}

/* font color */

.textcolor-main,
.textcolor-a {
	/*color:#4c4c4c !important;*/
	color:#000 !important;
}
.textcolor-black {
	color:#1e1e1e !important;
}
.textcolor-gray {
	color:#000 !important;
}
.textcolor-light-gray {
	color:#a09595 !important;
}
.textcolor-white {
	color:#ffffff !important;
}
.textcolor-blue,
.textcolor-a:hover {
	/*color:#2680eb !important;*/
	color:#223de0 !important;
}
.textcolor-drak-blue {
	color:#2f3c8b !important;
}

.none-letter-spacing {
	letter-spacing:0 !important;
}
.text-center {
	text-align: center;
}
.text-upper {
	text-transform: uppercase !important;
}
.text-lower {
	text-transform: lowercase !important;
}
.text-capitalize {
	text-transform: capitalize !important;
}

i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
	color:inherit;
	line-height:0;
}
i:before {
	line-height:0 !important;
}

/* lg more */
@media (min-width:1200px) and (max-width:1649px) {
h1, .h1 {
	font-size: 35px;
	line-height: 40px;
}
h2, .h2 {
	font-size: 30px;
	line-height: 35px;
}
h3, .h3 {
	font-size: 25px;
	line-height: 30px;
}
h4, .h4 {
	font-size: 20px;
	line-height:25px;
}
h5, .h5 {
	font-size: 18px;
	line-height: 25px;
}
h6, .h6 {
	font-size: 13px;
	line-height: 22px;
}	
}

/* md */
@media (min-width:992px) and (max-width:1199px) {
h1, .h1 {
	font-size: 35px;
	line-height: 40px;
}
h2, .h2 {
	font-size: 30px;
	line-height: 35px;
}
h3, .h3 {
	font-size: 25px;
	line-height: 30px;
}
h4, .h4 {
	font-size: 20px;
	line-height:25px;
}
h5, .h5 {
	font-size: 18px;
	line-height: 25px;
}
h6, .h6 {
	font-size: 13px;
	line-height: 22px;
}	
}

/* sm - xs */
@media (max-width:991px) {
}

/* sm */
@media (min-width:768px) and (max-width:991px) {
}

/* xs */
@media (max-width:767px) {
h1, .h1 {
	font-size: 25px;
	line-height: 30px;
}
h2, .h2 {
	font-size: 22px;
	line-height: 25px;
}
h3, .h3 {
	font-size: 20px;
	line-height: 25px;
}
h4, .h4 {
	font-size: 18px;
	line-height:30px;
}
h5, .h5 {
	font-size: 15px;
	line-height: 25px;
}
h6, .h6 {
	font-size: 10px;
	line-height: 25px;
}

}

/* xs more */
@media (max-width:350px) {
}