@charset "utf-8";
/* CSS Document */
@import "basic-jquery-slider.css";
html, 
body{
	margin:0; padding:0; border:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;

}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display: block;
}
mark, rp, rt, ruby, summary, time {
	display: inline
}
body{
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size: 12px;
	background:#fff url(../images/bg.jpg) repeat-x top;
}
.content-area{
	float: left;
}

body{ min-height:100%; overflow-y:scroll; }
html{ -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; -o-text-size-adjust:100%; -moz-text-size-adjust:100%; }
*:focus{outline:none;}

/*------------------------------------- GOOD BOOK */
h1,h2,h3,h4{	color:#3fa019; 	margin-bottom:8px;}

h1 {
	font-size:24px;
	font-weight:600;
	margin-bottom:8px;

}
h2 {
	font-size:22px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}



strong {
	font-weight:bold;
}
.blue { color:#2c5498 !important;}
.left { float:left !important;}
.right { float:right !important;}
.center { text-align:center;}

p {
	margin: 0px;
	padding:0px 0px 10px 0px;
}
p.italic {
	padding-top: 10px;
	padding-bottom: 15px;
	display: block;
	font-size: 17px;
	font-weight: normal;
	font-style: italic;
}

ol, ul {
  list-style: none;
  margin: 0 0 1em;
  }
  li {
  margin: 0 0 .5em;
  }
  
a {
	text-decoration: none;
	color: #028dbb;
}
a:hover {
	text-decoration: none;
	color: #1c83a8;
}
.read-more {
	float:right;
	margin:10px 5px 5px 10px;
	width:56px;
	height:55px;
	display:block;
	background:url(./images/eves_bg_r.png) no-repeat -14px -294px;
}


.imgleft {
	float:left;
	margin:1px 8px 0px 0px;
	padding:2px;
	border:1px #2c5498 solid;
	border-radius:5px
}
.imgright {
	float:right;
	margin:1px 0px 0px 8px;
	padding:2px;
	border:1px #2c5498 solid;
	border-radius:5px
}
.divider {
	width: 100%;
	display: block;
	height: 1px;
	float: left;
	clear:both;
}
.border-divider {
	float: left;
	width: 100%;
	display: block;
	height: 20px;
}
.wrapper {
	width:980px;
	margin-right: auto;
	margin-left: auto;
}
.main {
	width:980px;
	float:left;
	background:rgba(255,255,255,1);
	padding:0 5px;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	
}
#contener{ float:left; width:100%; } 

.menu{ float:left; width:100%; height:40px; border-radius:10px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) !important;
	border:1px solid #4a8825 !important;
	background-color:#75b94c !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#75b94c), to(#559a2f)) !important;
	background-image: -webkit-linear-gradient(top, #75b94c, #559a2f) !important;
	background-image: -moz-linear-gradient(top, #75b94c, #559a2f) !important;
	background-image: -ms-linear-gradient(top, #75b94c, #559a2f) !important;
	background-image: -o-linear-gradient(top, #75b94c, #559a2f) !important;
	background-image: linear-gradient(top, #75b94c, #559a2f) !important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75b94c', endColorstr='#559a2f', GradientType=0 ) !important;}
.menu ul{ margin:0; padding:0; list-style:none;}
.menu ul li{ float:left;}
.menu ul li a{ float:left; display:block; line-height:40px; padding:0 20px; font-size:14px; color:#fff; font-weight:600; border-right:1px solid #559a2f;}
.menu ul li a:hover{ background-color:rgba(255,255,255, 0.1)}

.header {
	float: left;
	width: 100%;
	height:110px;
}
#logo{ float:left;}



table.table{ width:100%; background-color:#fff; outline:0;  border-radius:10px;  table-layout:fixed; border-collapse:collapse; border-spacing:0; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:  0 1px 2px rgba(0, 0, 0, 0.4);
	-ms-box-shadow:  0 1px 2px rgba(0, 0, 0, 0.4);
	-o-box-shadow:  0 1px 2px rgba(0, 0, 0, 0.4);
	-khtml-box-shadow:  0 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow:  0 1px 2px rgba(0, 0, 0, 0.4);}
table.table td { padding:10px;}
table.table td h3{ color:#2c5498;}
table.table td ul{ list-style:circle inside;}
table.table td:first-child{ border-right:1px dotted #ccc;}
.headline{	border: 1px solid #c8c8c8;
	background-color: #cccccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e0e0e0));
	background-image: -webkit-linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: -moz-linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: -ms-linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: -o-linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: linear-gradient(top, #f0f0f0, #e0e0e0);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e0e0e0', GradientType=0 );}

ul.highlite{ list-style:none; border-radius:5px; border: 1px solid #2c5498; margin:0; padding:0;}
ul.highlite li{ text-align:left; padding:5px 0 5px 6px; font-weight:600; color:#2c5498; border-bottom:1px solid #f1f1f1; display:block;}
ul.highlite li:nth-of-type(2n+1){background-color:#2c5498; color:#fff;}
#left{
	width:700px;
	float:left;
	border-radius:10px; background:#fff; border:1px solid #bebebe;
}

.gallery {}
.gallery ul{ display:block; margin:0; padding:0;}
.gallery ul li{ display:inline-block; margin:8px; width: 205px;
    height: 175px; overflow:hidden;  border:1px solid #390; padding:2px;}
.gallery ul li a{}
.gallery-image ul li{
	position: relative;
}
.gallery-image ul li:before {
    content: "";
    display: block;
    height: 0;
    width: 100%;
}
.gallery-image ul li:before {
    padding-bottom: 100%;
    margin-top: 1px;
}
.gallery-image ul li a img{
	height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%;
}
.block{ float:left; width:100%; border-bottom:1px solid #bebebe;font-size:15px;text-align: justify; }
.block:last-child{border-bottom:none;}
.entry{ padding:10px;text-align: justify-all;font-size:15px}
.gallery-marq { float:left; width:100%;}
.gallery-marq ul{ list-style:none; margin:0; padding:0;float:left; width:100%;}
.gallery-marq ul li{ float:left; margin-left:10px;}
.gallery-marq ul li img { height:100px;}
.sidebar{ float:right; width:270px; border-radius:10px; background:#fff; border:1px solid #bebebe; } 

.forma { float:left;  width:260px; 	border: 1px solid #c8c8c8; border-radius:5px;
	background-color: #cccccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e0e0e0));
	background-image: -webkit-linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: -moz-linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: -ms-linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: -o-linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: linear-gradient(top, #f0f0f0, #e0e0e0);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e0e0e0', GradientType=0 );}
.forma h4{ border-bottom: 1px solid #c8c8c8; padding:5px 0;}

.forma table { width:100%; border-spacing:0; padding:10px 15px}
.forma table td{ padding:2px 0;}

.footer{ float:left; width:100%;
	height:autopx;
	background:#e5e5e5;
	color:green;
	border-radius:10px;
	border:1px solid #bebebe; padding-top:8px; margin-top:10px;}
	
.footer ul {
list-style-type: none;
margin-left:20px;
margin-right:40px;
float:left;

}
.footer ul li {
	text-decoration:none;
}	
.footer .col-2-3 h4 { color:#424242; padding-left:10px;}
.footer-bottom{ float:left; width:100%; line-height:24px; }
.footer-bottom em { float:right;}
.follow{ float:right; margin:5px 10px; line-height:24px; }
a.fb{ line-height:20px; background:url(../images/facebook.png) left top no-repeat; height:24px; margin:2px; float:left;  padding-left:35px;}
a.t{ line-height:20px; background:url(../images/twitter.png) left top no-repeat; height:24px;margin:2px;float:left;  padding-left:35px;}
a.sk{  line-height:20px; background:url(../images/skype.png) left top no-repeat; height:24px; margin:2px;float:left; padding-left:35px;}
a.yt{  line-height:20px; background:url(../images/yout.png) left top no-repeat; height:24px; margin:2px;float:left; padding-left:61px;}
.col-2-3 { float:left; width:66%;}
.col-1-3 { float:right; width:33%;}
 
.border-radius{border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	}
	
	input[type=email],  input[type=number],  input[type=password],  input[type=tel],  input[type=text],  input[type=search],  input[type=url] {
	display: inline-block;
	height: 29px;
	margin: 0;
	padding: 0 12px;
	color:#747474;
	background: #fff;
	border: 1px solid #b1b1b1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
		-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	-ms-transition: 0.25s;
	transition: 0.25s;
}

input[type=email]:focus,  input[type=number]:focus,  input[type=password]:focus,  input[type=tel]:focus,  input[type=text]:focus,  input[type=search]:focus,  input[type=url]:focus {
	outline: none;
	color:#444444;
	border: 1px solid #325ea8;
	-webkit-box-shadow: 0 0px 2px rgba(50, 94, 168, 0.6);
	-moz-box-shadow:0  0px 2px rgba(50, 94, 168, 0.6);
	-o-box-shadow:  0 0px 2px rgba(50, 94, 168, 0.6);
	-khtml-box-shadow:  0 0px 2px rgba(50, 94, 168, 0.6);
	box-shadow:  0 0px 2px rgba(50, 94, 168, 0.6);
}

a[role="button"], button, input[type="submit"], input[type="botton"], input[type="reset"] {
	display: inline-block;
	text-align: center;
	color: #444;
	padding: 0 12px;
	height: 29px;
	line-height:29px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	border: 1px solid #c8c8c8;
	background-color: #cccccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e0e0e0));
	background-image: -webkit-linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: -moz-linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: -ms-linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: -o-linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: linear-gradient(top, #f0f0f0, #e0e0e0);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e0e0e0', GradientType=0 );
	-webkit-box-shadow:inset 0 0px 1px 2px rgba(255, 255, 255, 0.3);
	-moz-box-shadow:inset 0 0px 1px 2px rgba(255, 255, 255, 0.3);
	-ms-box-shadow:inset 0 0px 1px 2px rgba(255, 255, 255, 0.3);
	-o-box-shadow:inset 0 0px 1px 2px rgba(255, 255, 255, 0.3);
	-khtml-box-shadow:inset 0 0px 1px 2px rgba(255, 255, 255, 0.3);
	box-shadow:inset 0 0px 1px 1px rgba(255, 255, 255, 0.3);
}
a[role="button"]:active, button:active, input[type="submit"]:active, input[type="botton"]:active, input[type="reset"]:active {
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #eaeaea, #f1f1f1);
	background-image: -moz-linear-gradient(top, #eaeaea, #f1f1f1);
	background-image: -ms-linear-gradient(top, #eaeaea, #f1f1f1);
	background-image: -o-linear-gradient(top, #eaeaea, #f1f1f1);
	background-image: linear-gradient(top, #eaeaea, #f1f1f1);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#f1f1f1', GradientType=0 );
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
	-o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
	-khtml-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
}

textarea {
	resize: none;
	vertical-align:text-top;
}
.button-blue {
	color: #fff !important;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.2) !important;
	border:1px solid #0b489d !important;
	background-color:#0e56ba !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4289ee), to(#0e56ba)) !important;
	background-image: -webkit-linear-gradient(top, #4289ee, #0e56ba) !important;
	background-image: -moz-linear-gradient(top, #4289ee, #0e56ba) !important;
	background-image: -ms-linear-gradient(top, #4289ee, #0e56ba) !important;
	background-image: -o-linear-gradient(top, #4289ee, #0e56ba) !important;
	background-image: linear-gradient(top, #4289ee, #0e56ba) !important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4289ee', endColorstr='#0e56ba', GradientType=0 ) !important;
}
.button-blue:active {
	border:1px solid #0042a0 !important;
	background-color:#0042a0 !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1760c5), to(#0043a4)) !important;
	background-image: -webkit-linear-gradient(top, #1760c5, #0043a4) !important;
	background-image: -moz-linear-gradient(top, #1760c5, #0043a4) !important;
	background-image: -ms-linear-gradient(top, #1760c5, #0043a4) !important;
	background-image: -o-linear-gradient(top, #1760c5, #0043a4) !important;
	background-image: linear-gradient(top, #1760c5, #0043a4) !important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1760c5', endColorstr='#0043a4', GradientType=0 ) !important;
}
.kashi{
	float: left;
	width: 10%;
	margin: 6px 0;
	border-style: outset;

}
.pic{
	margin: auto !important;
	width:20xp;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.375rem !important;
}

.m-2 {
  margin: 0.75rem !important;
}

.m-3 {
  margin: 1.5rem !important;
}

.m-4 {
  margin: 2.25rem !important;
}

.m-5 {
  margin: 4.5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.375rem !important;
  margin-left: 0.375rem !important;
}

.mx-2 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}

.mx-5 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}

.my-2 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-4 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.my-5 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.375rem !important;
}

.mt-2 {
  margin-top: 0.75rem !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mt-4 {
  margin-top: 2.25rem !important;
}

.mt-5 {
  margin-top: 4.5rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.375rem !important;
}

.me-2 {
  margin-right: 0.75rem !important;
}

.me-3 {
  margin-right: 1.5rem !important;
}

.me-4 {
  margin-right: 2.25rem !important;
}

.me-5 {
  margin-right: 4.5rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.375rem !important;
}

.mb-2 {
  margin-bottom: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 2.25rem !important;
}

.mb-5 {
  margin-bottom: 4.5rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.375rem !important;
}

.ms-2 {
  margin-left: 0.75rem !important;
}

.ms-3 {
  margin-left: 1.5rem !important;
}

.ms-4 {
  margin-left: 2.25rem !important;
}

.ms-5 {
  margin-left: 4.5rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.m-n1 {
  margin: -0.375rem !important;
}

.m-n2 {
  margin: -0.75rem !important;
}

.m-n3 {
  margin: -1.5rem !important;
}

.m-n4 {
  margin: -2.25rem !important;
}

.m-n5 {
  margin: -4.5rem !important;
}

.mx-n1 {
  margin-right: -0.375rem !important;
  margin-left: -0.375rem !important;
}

.mx-n2 {
  margin-right: -0.75rem !important;
  margin-left: -0.75rem !important;
}

.mx-n3 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n4 {
  margin-right: -2.25rem !important;
  margin-left: -2.25rem !important;
}

.mx-n5 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}

.my-n1 {
  margin-top: -0.375rem !important;
  margin-bottom: -0.375rem !important;
}

.my-n2 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.my-n3 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n4 {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}

.my-n5 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

.mt-n1 {
  margin-top: -0.375rem !important;
}

.mt-n2 {
  margin-top: -0.75rem !important;
}

.mt-n3 {
  margin-top: -1.5rem !important;
}

.mt-n4 {
  margin-top: -2.25rem !important;
}

.mt-n5 {
  margin-top: -4.5rem !important;
}

.me-n1 {
  margin-right: -0.375rem !important;
}

.me-n2 {
  margin-right: -0.75rem !important;
}

.me-n3 {
  margin-right: -1.5rem !important;
}

.me-n4 {
  margin-right: -2.25rem !important;
}

.me-n5 {
  margin-right: -4.5rem !important;
}

.mb-n1 {
  margin-bottom: -0.375rem !important;
}

.mb-n2 {
  margin-bottom: -0.75rem !important;
}

.mb-n3 {
  margin-bottom: -1.5rem !important;
}

.mb-n4 {
  margin-bottom: -2.25rem !important;
}

.mb-n5 {
  margin-bottom: -4.5rem !important;
}

.ms-n1 {
  margin-left: -0.375rem !important;
}

.ms-n2 {
  margin-left: -0.75rem !important;
}

.ms-n3 {
  margin-left: -1.5rem !important;
}

.ms-n4 {
  margin-left: -2.25rem !important;
}

.ms-n5 {
  margin-left: -4.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.375rem !important;
}

.p-2 {
  padding: 0.75rem !important;
}

.p-3 {
  padding: 1.5rem !important;
}

.p-4 {
  padding: 2.25rem !important;
}

.p-5 {
  padding: 4.5rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.375rem !important;
  padding-left: 0.375rem !important;
}

.px-2 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.px-5 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.py-2 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-4 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-5 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.375rem !important;
}

.pt-2 {
  padding-top: 0.75rem !important;
}

.pt-3 {
  padding-top: 1.5rem !important;
}

.pt-4 {
  padding-top: 2.25rem !important;
}

.pt-5 {
  padding-top: 4.5rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.375rem !important;
}

.pe-2 {
  padding-right: 0.75rem !important;
}

.pe-3 {
  padding-right: 1.5rem !important;
}

.pe-4 {
  padding-right: 2.25rem !important;
}

.pe-5 {
  padding-right: 4.5rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.375rem !important;
}

.pb-2 {
  padding-bottom: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 2.25rem !important;
}

.pb-5 {
  padding-bottom: 4.5rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.375rem !important;
}

.ps-2 {
  padding-left: 0.75rem !important;
}

.ps-3 {
  padding-left: 1.5rem !important;
}

.ps-4 {
  padding-left: 2.25rem !important;
}

.ps-5 {
  padding-left: 4.5rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.375rem !important;
}

.gap-2 {
  gap: 0.75rem !important;
}

.gap-3 {
  gap: 1.5rem !important;
}

.gap-4 {
  gap: 2.25rem !important;
}

.gap-5 {
  gap: 4.5rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.375rem !important;
}

.row-gap-2 {
  row-gap: 0.75rem !important;
}

.row-gap-3 {
  row-gap: 1.5rem !important;
}

.row-gap-4 {
  row-gap: 2.25rem !important;
}

.row-gap-5 {
  row-gap: 4.5rem !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

         .section-title {
         font-size: 11px;
         font-weight: 500;
         color: #6b7280;
         letter-spacing: 1.5px;
         text-transform: uppercase;
         margin-bottom: 12px;
         }
         .rupee-note {
         font-size: 11px;
         color: #9ca3af;
         font-style: italic;
         margin-left: 6px;
         text-transform: none;
         letter-spacing: 0;
         }
         /* ── Main Fee Table ── */
         .fee-table {
         width: 100%;
         border-collapse: collapse;
         font-size: 13.5px;
         }
         .fee-table thead tr th {
         background: #0a2342;
         color: #c8daea;
         font-weight: 500;
         font-size: 11px;
         letter-spacing: 0.8px;
         text-transform: uppercase;
         padding: 10px 14px;
         text-align: center;
         }
         .fee-table thead tr th:first-child {
         text-align: left;
         border-radius: 7px 0 0 7px;
         }
         .fee-table thead tr th:last-child {
         border-radius: 0 7px 7px 0;
         }
         .fee-table tbody td {
         padding: 9px 14px;
         text-align: center;
         border-bottom: 0.5px solid #e5e7eb;
         color: #1f2937;
         }
         .fee-table tbody td:first-child {
         text-align: left;
         font-weight: 500;
         }
         .fee-table tbody tr:last-child td {
         border-bottom: none;
         }
         .fee-table tbody tr:nth-child(even) td {
         background: #f9fafb;
         }
         /* ── Category Badges ── */
         .cat-label {
         display: inline-block;
         font-size: 10px;
         border-radius: 3px;
         padding: 1px 6px;
         margin-left: 6px;
         font-weight: 500;
         vertical-align: middle;
         }
         .cat-lkg  { background: #EAF3DE; color: #3B6D11; }
         .cat-pri  { background: #e8f0fa; color: #185FA5; }
         .cat-mid  { background: #FAEEDA; color: #854F0B; }
         .cat-high { background: #FAECE7; color: #993C1D; }
         /* ── Divider ── */
         .divider {
         border: none;
         border-top: 0.5px solid #e5e7eb;
         margin: 22px 0;
         }
         /* ── Transport Section ── */
         .two-col {
         margin-top: 4px;
         }
         /* ── Transport Table ── */
         .transport-table {
         width: 100%;
         border-collapse: collapse;
         font-size: 13.5px;
         }
         .transport-table thead tr th {
         background: #0a2342;
         color: #c8daea;
         font-weight: 500;
         font-size: 11px;
         letter-spacing: 0.8px;
         text-transform: uppercase;
         padding: 10px 14px;
         text-align: center;
         }
         .transport-table thead tr th:first-child { border-radius: 7px 0 0 7px; }
         .transport-table thead tr th:last-child  { border-radius: 0 7px 7px 0; }
         .transport-table tbody td {
         padding: 9px 14px;
         text-align: center;
         border-bottom: 0.5px solid #e5e7eb;
         color: #1f2937;
         }
         .transport-table tbody tr:last-child td { border-bottom: none; }
         .transport-table tbody tr:nth-child(even) td { background: #f9fafb; }
         /* ── Note Box ── */
         .note-box {
         background: #f0f6ff;
         border-left: 3px solid #0a2342;
         border-radius: 0 6px 6px 0;
         padding: 11px 16px;
         margin-top: 22px;
         font-size: 12.5px;
         color: #4b5563;
         line-height: 1.6;
         }
         /* ── Responsive ── */
         @media (max-width: 600px) {
         .two-col {
         grid-template-columns: 1fr;
         }
         
         }
