/*------------------------------------------------------------------
		File Name: default.css
		Developer: Masud Rana
		URL: https://software.baveli.com
-------------------------------------------------------------------*/

img{
	width:100%;
}
a {
	color: #1f1f1f;
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0;
	font-weight: normal;
	position: relative;
	padding: 0;
	font-weight: normal;
	line-height: normal;
	color: #1f1f1f;
	margin: 0;
    font-family: "Montserrat",sans-serif;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #1b1d21;
}
h1 {
	font-size: 24px
}
h3 {
	font-size: 18px
}
h4 {
	font-size: 16px
}
h5 {
	font-size: 14px
}
h6 {
	font-size: 14px;
	margin-bottom: 10px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #212121;
	text-decoration: none!important;
	opacity: 1
}
.col_white{
	color: #ffffff;
}
.col_black{
	color: #000000;
}
.cPointer{
	cursor:pointer;
}
.dNone{
	display:none;
}
.dBlock{
	display:block;
}
.op0{
	-webkit-opacity:0;
	-ms-opacity:0;
	-o-opacity:0;
	-moz-opacity:0;
	opacity:0;
}
.op1{
	-webkit-opacity:1;
	-ms-opacity:1;
	-o-opacity:1;
	-moz-opacity:1;
	opacity:1;
}
.fitContent{
	width:fit-content;
}
.w100{
	width: 100px;
}
.w200{
	width: 200px;
}
.w250{
	width: 250px;
}
.w300{
	width: 300px;
}
.w350{
	width: 350px;
}
.w400{
	width: 400px;
}
.w450{
	width: 450px;
}
.w500{
	width: 500px;
}

.top0{
	top:0;
}
.top5{
	top:5px;
}
.top10{
	top:10px;
}
.bottom0{
	bottom:0;
}
.bottom5{
	bottom:5px;
}
.left0{
	left:0;
}
.left5{
	left:5px;
}
.left10{
	left:10px;
}
.right0{
	right:0;
}
.right5{
	right:5px;
}
.right10{
	right:10px;
}
.plr90{
	padding-left: 90px;
	padding-right: 90px;
}
.plr50 {
	padding-left: 25px;
	padding-right: 25px;
}
.p90{
	padding: 90px;
}
.pt50{
	padding-top: 50px;
}
.pt80{
	padding-top: 80px;
}
.pt100{
	padding-top: 100px;
}
.pt150{
	padding-top: 150px;
}
.pb50{
	padding-bottom: 50px;
}
.pb80{
	padding-bottom: 80px;
}
.pb100{
	padding-bottom: 100px;
}
.pb150{
	padding-bottom: 150px;
}
.boxShadow {
	box-shadow:0px 0px 10px -5px #000000;
	-webkit-box-shadow:0px 0px 10px -5px #000000;
	-moz-box-shadow:0px 0px 10px -5px #000000;
}

ol,
ul {
	list-style: none;
	margin: 0;
}
li{
	list-style:none;
}
a {
	color: #000;
	text-decoration: none;
	outline: none;
}
.overflow_hidden{
	overflow: hidden !important;
}
.font14 {
    font-size: 14px;
}
.fw400{
	font-weight: 400;
}
.color111 {
    color: #111;
}
.btn_custom {
	margin-top: 20px;
	background-color: transparent;
	border: 2px solid #ddd;
	padding: 12px 40px;
	font-size: 16px;
}

.ac_container{
	width: 100%;
	padding: 0px;
	padding-left: 90px;
	padding-right: 90px;
	display: block;
}
.ac_fluid{
	width: 100%;
	padding: 0px 45px;
	display: block;
}
.ac_wrapper {
    width: 100%;
    position: relative;
}
.ac_bt1 {
    border-top: 1px solid #eee;
}
.text_orange{
	color: #FBA500;
}
.font13{
	font-size: 13px;
}