/**============================ margin css=======================**/

/**====top====**/

.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;}
.mt-35 {margin-top: 35px;}
.mt-40 {margin-top: 40px;}
.mt-45 {margin-top: 45px;}
.mt-55 {margin-top: 50px;}
.mt-50 {margin-top: 55px;}
.mt-60 {margin-top: 60px;}
.mt-65 {margin-top: 65px;}
.mt-70 {margin-top: 70px;}
.mt-75 {margin-top: 75px;}
.mt-80 {margin-top: 80px;}
.mt-85 {margin-top: 85px;}
.mt-90 {margin-top: 90px;}
.mt-95 {margin-top: 95px;}
.mt-100 {margin-top: 100px;}
.mt-105 {margin-top: 105px;}
.mt-120 {margin-top: 120px;}
.mt-125 {margin-top: 125px;}

/**====bottom====**/

.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-35 {margin-bottom: 35px;}
.mb-40 {margin-bottom: 40px;}
.mb-45 {margin-bottom: 45px;}
.mb-50 {margin-bottom: 50px;}
.mb-55 {margin-bottom: 55px;}
.mb-60 {margin-bottom: 60px;}
.mb-65 {margin-bottom: 65px;}
.mb-70 {margin-bottom: 70px;}
.mb-75 {margin-bottom: 75px;}
.mb-80 {margin-bottom: 80px;}
.mb-85 {margin-bottom: 85px;}
.mb-90 {margin-bottom: 90px;}
.mb-95 {margin-bottom: 95px;}
.mb-100 {margin-bottom: 100px;}
.mb-105 {margin-bottom: 105px;}
.mb-120 {margin-bottom: 120px;}
.mb-125 {margin-bottom: 125px;}

/**============================ padding css=======================**/

/**====top====**/
.pt-10 {padding-top: 10px;}.pt-20{padding-top: 20px}
.pt-30{padding-top: 30px}.pt-40{padding-top: 40px}
.pt-50{padding-top: 50px}.pt-60{padding-top: 60px}
.pt-70{padding-top: 70px}.pt-80{padding-top: 80px}
.pt-90{padding-top: 90px}.pt-100{padding-top: 100px}
.pt-120{padding-top: 120px}

/**====padding bottom====**/

.pb-10{padding-bottom:10px;}.pb-20{padding-bottom:20px;}
.pb-30{padding-bottom:30px;}.pb-40{padding-bottom:40px;}
.pb-50{padding-bottom:50px;}.pb-60{padding-bottom:60px;}
.pb-70{padding-bottom:70px;}.pb-80{padding-bottom:80px;}
.pb-90{padding-bottom:90px;}.pb-100{padding-bottom:100px;}
.pb-120{padding-bottom:120px;}


/**====================cursor css========================**/
.cur{cursor:pointer;}

/**====================opacity css========================**/
.po img{opacity:0;}

/**===Max-width 100%===**/
.mw-100 img{max-width: 100%;}

/**===Width 100%===**/
.w-100 img{width: 100%;}

/**==No padding==**/
.p-none {padding: 0;}

/**==No margin==**/
.m-none {margin: 0;}

/**==Position rel==**/
.rel{position: relative;}

/**==box center position==**/
.eq-cen{
position:absolute;top:50%;
left:50%;transform: translate(-50%, -50%);	
}
.eq-tb{
position:absolute;top:50%;
transform: translate(-50%);	
}

/**==Image full==**/
.img-100 img{
	height:100%;
	width:100%;
	object-fit: cover;
}
/**==dis-block==**/
.dis-block {
	display: block;
	width: 100%;
}

