@charset "utf-8";
/* font */
.font_mukta{font-family: 'Mukta', sans-serif}
.font_title{font-family: 'Playfair Display', serif;font-weight:700;color:#1b1b1b}
/* basic style */
* { padding:0; margin:0; box-sizing: border-box;word-break: keep-all; font-family: 'Mukta', sans-serif;}
body { overflow-x:hidden; font-family: 'Open Sans', sans-serif; font-size: 15px;}
a { text-decoration:none/*; font-size: 15px;*/}
button {cursor:pointer;outline:0; background: transparent;}
ul, li {list-style:none;}
.col:after {clear: both; content: ""; display: block; visibility: hidden;} 
.col li {float: left;padding: 0 23px;}
.col2 li {width: 50%}
.col3 li {width: 33.33333333%}
.col4 li {width: 25%}
.col5 li {width: 20%}
.col9_1 {width: 11.11111111%}
.col9_2 {width: 22.22222222%}
.col9_3 {width: 33.33333333%}
.col9_4 {width: 44.44444444%}
.col9_5 {width: 55.55555555%}
.col9_6 {width: 66.66666666%}
.col9_7 {width: 77.77777777%}
.col9_8 {width: 88.88888888%}
.col9_9 {width: 100%}
.col12_1 {width: 8.333333333%}
.col12_2 {width: 16.66666666%}
.col12_3 {width: 25%}
.col12_4 {width: 33.33333333%}
.col12_5 {width: 41.66666666%}
.col12_6 {width: 50%}
.col12_7 {width: 58.33333333%}
.col12_8 {width: 66.66666666%}
.col12_9 {width: 75%}
.col12_10 {width: 83.33333333%}
.col12_11 {width: 91.66666666%}
.col12_12 {width: 100%}
.mt3{margin-top:3% !important}
.mt5{margin-top:5% !important}
.mt7{margin-top:7% !important}
.mt10{margin-top:10% !important}
.outer{padding-left:5%;padding-right:5%;transition:0.3s;}
.relative{position:relative;}
.clearfix:after{display:block;content:'';clear:both;}
@media (max-width:800px){	
	body {font-size: 13px;}
}
@media (max-width:800px){	
	.col2 li,
	.col3 li,
	.col4 li,
	.col9_1,
	.col9_2,
	.col9_3,
	.col9_4,
	.col9_5,
	.col9_6,
	.col9_7,
	.col9_8,
	.col9_9,
	.col12_1,
	.col12_2,
	.col12_3,
	.col12_4,
	.col12_5,
	.col12_6,
	.col12_7,
	.col12_8,
	.col12_9,
	.col12_10,
	.col12_11,
	.col12_12 {width: 100%}
}
