@import "../font/raleway.css";
#allrecords {  font-variant-numeric: lining-nums;  }
body {
    margin: 0;
    padding: 0;
    font-size: 1vw;
    font-family: "Raleway"; 
}
 
.d1 {
    width: 0.5vw;
    height: 0.5vw;
    margin: 0.5vw;
    background: #0D87A1;
    border-radius: 50%;
    float: left;
}
.d2 {
    width: 0.7vw;
    height: 0.7vw;
    margin: 0.6vw;
    background: #0D87A1;
    border-radius: 50%;
    float: left;
}
.h1, h1 {
    font-size: 160%;
    color: #0d87a2;
}
.h2, h2 {
    font-size: 130%;
}
.link1{
    text-decoration: underline;
    color: #258978;
}
.link1:hover{
    text-decoration: none;
}
.b1c-form { -webkit-border-radius: 3px; padding: 1%; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 5px 15px #4d4d4d; -webkit-box-shadow: 0 5px 15px #4d4d4d; box-shadow: 0 5px 15px #4d4d4d; display: none; text-align: left; position: absolute; margin: 0 auto; background: #fff; overflow: hidden; width: 350px; z-index: 1000; }
.b1c-form textarea { resize: none; }
.b1c-form label { font-size: 13px; }
.b1c-form .row div { margin-bottom: 0; }
.b1c-form .b1c-fields input, .b1c-form .b1c-fields textarea, .b1c-form .b1c-fields select { outline: none;border-radius: 50px; box-shadow: none !important; }
.b1c-form .b1c-submit { display: block; margin-left: auto; margin-right: auto; }
.b1c-form .b1c-tl { overflow: hidden; border-radius: 2px 2px 0 0; background: #fff; color: #0d87a2; text-shadow: 0 -1px 0 #1B457D; font-size: 13px; margin: 0 0 11.05px 0; }
.b1c-form .b1c-close { float: right; padding: 8.45px 14.3px; color: #fff; font-size: 19.5px; overflow: hidden; cursor: pointer; }
.b1c-form .b1c-close:hover { text-shadow: 0 0 15px #fff; }
.b1c-form .b1c-close:active { margin-top: 1px; margin-bottom: -1px; }
.b1c-form .b1c-description { margin: 0 13px 11.7px; font-size: 13px; }
.b1c-form .b1c-form-group { margin: 0 11.7px 11.7px; }
.b1c-form .b1c-title-name { margin: 12.35px 0 10px 13px;font-weight: bold; font-size: 200%; }
.b1c-form .b1c-txt.b1c-txt-err { border: 1px solid #ffadad !important; background: #ffebeb !important; }
.b1c-form .b1c-result { padding: 5px 10px; }
.b1c-form .b1c-result div { text-align: center; font-weight: 700; padding: 8px 10px; margin: 5px 0 5px; border-top: 1px solid #ccc; color: #555; }
.b1c-form .b1c-result .b1c-ok { border-top: 1px solid #070; color: #070; background: #c8ed9c; }
.b1c-form .b1c-result .b1c-err { border-top: 1px solid #ffadad; color: darkred; background: #ffebeb; }
.b1c-form .b1c-result .b1c-send { background: #efefef url(loading.gif) 10px no-repeat; }
.b1c-form .b1c-submit-area { padding: 10px 0 0 0; position: relative; }
.b1c-form .b1c-cr { margin: 8px 0 0 0; position: absolute; right: 10px; }
.b1c-form .b1c-cr, .b1c-form .b1c-cr * { font-size: 9.1px; color: #bcbcbc; }

.b1c-bg { opacity: 0.5; -webkit-opacity: 0.5; -khtml-opacity: 0.5; -moz-opacity: 0.5; filter: alpha(opacity=50); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$p)"; display: none; z-index: 999; top: 0; left: 0; width: 100%; height: 100%; position: absolute; background: #4d4d4d; }

@media screen and (max-device-width: 640px) { .b1c-form { top: 0; left: 0;    font-size: 250%; margin: 0 auto; width: 100%; }
  .b1c-form * { font-size: 1.2em !important; }
  .b1c-form #b1c-cr { float: right; position: relative; margin: 0; } }

.b1c-submit:hover, button.b1c:hover { background: #1D7264; }
.b1c-submit:active, button.b1c:active { -moz-box-shadow: 0 0 0 #449d44; -webkit-box-shadow: 0 0 0 #449d44; box-shadow: 0 0 0 #449d44;  }

.b1c1 :link  {
    border-radius: 50px;
    border: none;
    padding-bottom: 1vw;
    padding-top: 1vw;
    padding-left: 2vw;
    padding-right: 2vw;
    color: #fff;
    background: #2DAA95;
}
.b1c1 :hover   {
    border-radius: 50px;
    border: none;
    padding-bottom: 1vw;
    padding-top: 1vw;
    padding-left: 2vw;
    padding-right: 2vw;
    color: #fff;
    background: #1D7264;
}
.b1c1 a:hover ,.b1c1 a:focus  {
    text-decoration: none;
}
.bold {
    font-weight: bold;
}
a:not([class]) {
    text-decoration: none;
}

.mod-menu {
    flex-direction: row!important;
}

a.btn1{
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  color: #fff;
  display: inline-block;
  padding: 1% 2%;
 /* border: 1px solid #4A90E2;*/
  transition: all 300ms ease;
  box-shadow: 0px 4px 12px 3px rgba(154, 147, 140, 0.8);
  background: #ff0000;
}
a:hover.btn1 {
    text-decoration: none;
    color: white; 
    box-shadow:none;
    background: #000;
    transition: all 300ms ease;
}

a {
	color: #000;
	text-decoration: none;
}
li {
	text-decoration: none;
	list-style: none;
}
a:hover,
a:focus {
	color: #002b41;
	
}
.clear {
    clear:both;
}
.all {
    width: 100%;
    padding: 0;
    margin: 0;
 
}
.head {
    width: 100%;
    background: #fff;
    height: auto;
    top: 0;
    padding-left: 10%;
    padding-right: 10%;
}

.header {
    width: 100%;
    
} 
.header1 {
    width: 100%;
    padding-top: 1vw;
    padding-bottom: 1vw;
    height: 6vw;
    background: #f5f5f5;
}

.mod1 {
    width: 24%;
    float: left;
    text-align: left;
    padding-top: 1vw;
}

.mod2 {
    width: 60%;
    float: left;
    text-align: left;
    font-size: 100%;
    padding-top: 1.4vw;
}
.mod3 {
    width: 16%;
    float: left;
    text-align: left;
    padding-top: 1.4vw;
}
.mod33 {
    display: none;
}    
.mod3 {
   /* width: 30%;
    height: 100%;
    float: right;
    background: url(../images/zap.png) left top no-repeat #98CD47;  
    background-size: 4.5vw;
    border-radius: 30px;*/
}
.mod4 {

    display: none;
}


.mod6 {
    width: 100%;
    font-size:80%;
   /* background: #98CD47;*/
}


.men1 {
    width: 100%;
    height: 18%;
 /*   border-top: 1px solid #ccc;*/
    font-size: 74%;
}


.cont {
    width: 100%;
}
.content {
    
}
.left {
    font-size: 87%;
}



.left H3 {
  /*  padding-left: 4%;   */
    font-size: 90%;
    color: #efd088;
}



.footer {
    width: 100%;
    height: auto;
    background: linear-gradient(90deg, #F8F8F8 45.92%, #F2F3F5 83.78%, #EDEEF0 95.13%);
}



.footer3 {
    width: 100%;
}



.mod9{
    width: 31%;
    float: left;
    
    margin:1%;
}
.mod10{
    width: 35%;
    float: left;
}
#menu-checkbox {
  display: none;
  height: 0;
  margin: 0 auto;
  padding: 0;
}

#menu-checkbox:checked + nav[role="navigation"] .topmenu {
  display: block;
}
#menu-checkbox:checked + nav[role="navigation"] .toggle-button:after {
  content: attr(data-close);
}


.breadcrumb {
	padding: 8px 15px;
	margin: 0 0 18px;
	list-style: none;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.breadcrumb > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li > .divider {
	padding: 0 5px;
	color: #ccc;
}
.breadcrumb > .active {
	color: #999;
}

.sot {
    width: 48%;
    float: left;
    padding: 1%;
}
.sot1 {
    width: 49%;
    float: left;
}
.sot2 {
    width: 49%;
    float: right;
}
.mmod {
    width: 50%;
    padding: 1%;
    float: left;
}
.modal-dialog {
    margin: 1.75rem auto;
    max-width: 80%;
}
@media (min-width: 768px) and (max-width: 900px) {
} 
@media (min-width: 901px) and (max-width: 1200px) {
}
@media (min-width: 1200px) and (max-width: 1680px) {
}
@media screen and (min-width: 1680px) {
}
@media (min-width: 481px) and (max-width: 767px) {
}
@media (max-width: 480px) {
}
@media screen and (max-width: 1000px) {
 .main {
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    padding-left: 2%;
    padding-right: 2%;

} 
.ccut  {
    padding-top: 2vw;
    width: 100%!important;
}
.desk {
    display: none;
}
.footer1 {
    width: 96%;
    margin-right: 2%;
    margin-left: 2%;
    overflow: auto;
    color: #000;
    line-height: 5vw;
}
.footer2 {
    width: 96%;
    margin-right: 2%;
    margin-left: 2%;
    padding-top: 1vw;
    padding-bottom: 2vw;
    color: #000;
    border-top: 1px solid #E0E0E0;
}
.b1c1 :link  {
    border-radius: 50px;
    border: none;
    padding-bottom: 4vw;
    padding-top: 4vw;
    padding-left: 8vw;
    padding-right: 8vw;
    color: #fff;
    background: #2DAA95;
}
.b1c1 :hover   {
    border-radius: 50px;
    border: none;
    padding-bottom: 1vw;
    padding-top: 1vw;
    padding-left: 2vw;
    padding-right: 2vw;
    color: #fff;
    background: #1D7264;
}
.b1c1 a:hover ,.b1c1 a:focus  {
    text-decoration: none;
}
.cust1 {
    float: left;
    width: 100%;
    overflow: auto;
    border: 2px solid #D9D9D9;
    padding: 2%;
    margin-top: 5%;
    text-decoration: none;
    display: block;
    background: #fff;
    font-size: 145%;
}
.cust1 img {
    width: 25%;
}
.cust1:hover {
   border:2px solid #ccc;
   box-shadow: 0px 4px 30px rgba(117, 117, 117, 0.2);
}

 .mmod {
    width: 100%;
}  
.sot {
    width: 98%;
    float: left;
    padding: 1%;
}    
    
.metismenu.mod-menu .metismenu-item {

    font-size: 100%!important;
    padding: 2vw 40vw 2vw 4vw!important;
}    
.all {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 300%;
}
.navbar {
    z-index: 9999;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    position: relative;
}
.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1;
    margin-top: 6vw;
    border-left: 25vw solid rgb(205 204 204 / 50%);
    border-bottom: 100vw solid rgb(205 204 204 / 50%);
    /* background: #ededed; */
    transition: box-shadow .15s ease-in-out;
}
.metismenu.mod-menu {
    margin: 0;
    background: white;
}
.d1 {
    width: 1.5vw;
    height: 1.4vw;
    margin: 2.2vw;
    background: #0D87A1;
    border-radius: 50%;
    float: left;
}
.d2 {
    width: 1.7vw;
    height: 1.7vw;
    margin: 1.8vw;
    background: #0D87A1;
    border-radius: 50%;
    float: left;
}
.b1c-submit, button.b1c {
    border-radius: 60px;
    border: none;
    padding-bottom: 2.7vw;
    padding-top: 2.7vw;
    padding-left: 6vw;
    padding-right: 6vw;
    color: #fff;
    background: #2DAA95;
}
.mod1 {
    width: 75%;
    float: left;
}
.mod5 {
   background: white;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 60%;
}
.mod11 {
    width: 9%;
    float: left;
    padding-top: 5vw;
}
.men {
    width: 16%;
    float: left;
    font-size: 200%;
 /*   padding-top: 2vw;*/
}
.header {
    height: 18vw;
}
.header1 {
    height: 12vw;
    font-size: 145%;
}
.navbar-toggler:focus {
    box-shadow: none;

}
.mod2 {
    display: none;
    width: 100%;
    float: left;
    text-align: left;
    font-weight: bold;
    font-size: 73%;
}
.mod4 {
    width: 7%;
    float: left;
    padding-top: 6%;
    
}
.mod3 {
    display: none;
}
.mod7 {
    width: 100%;

}
.mod8 {
    width: 100%;

}
span.icon-menu {
    font-size: 200%;
}
.cont {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
}
.head {
    width: 100%;
    background: #fff;
    height: auto;
    top: 0;
    padding-left: 3%;
    padding-right: 3%;
}
}

@media screen and (min-width: 1000px) {
.main {
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    padding-left: 10%;
    padding-right: 10%;

}
 .mod11 {
    display: none;
}
.mod5 {
    display: none;
}
.mob {
    display: none;
}
.men {
    width: 100%;
    float: right;
    font-size: 100%;
    border-top: 1px solid #E0E0E0;
    margin-top: 1vw;
    height: 3.9vw;
}
.footer1 {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    overflow: auto;
    color: #000;
    line-height: 2vw;
}
.footer2 {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    padding-top: 1vw;
    padding-bottom: 2vw;
    color: #000;
    border-top: 1px solid #E0E0E0;
}
.b1c-submit, button.b1c { 
    border-radius: 50px;
    border: none;
    padding-bottom: 0.7vw;
    padding-top: 0.7vw;
    padding-left: 2vw;
    padding-right: 2vw;
    color: #fff;
    background: #2DAA95; }
.cust1 {
    float: left;
    width: 30%;
    height: 25vw;
    border: 2px solid #D9D9D9;
    padding: 1%;
    margin: 1.6%;
    text-decoration: none;
    display: block;
    background: #fff;
}
.cust1:hover {
   border: 2px solid #fff;
   box-shadow: 0px 4px 30px rgba(117, 117, 117, 0.2);
}
.metismenu.mod-menu .metismenu-item {
    padding: 0 1.2vw;
    line-height: 3;
    float:left;
    font-size: 120%!important;
    text-decoration: none;
} 
.metismenu.mod-menu .metismenu-item a:hover{
    border-bottom: 3px solid #258978;
    text-decoration: none;
} 
.metismenu.mod-menu .metismenu-item.active>a, .metismenu.mod-menu .metismenu-item.active>button, .metismenu.mod-menu .metismenu-item>a:hover, .metismenu.mod-menu .metismenu-item>button:hover {
    text-decoration: none;
}
.navbar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
}
.topmenu {
    margin: 0;
    width: 100%;
    padding: 0;
}

.topmenu a {
    font-size: 130%;
    padding: 0.5em;

}

.topmenu a:hover {
    text-decoration: none!important;
    border-bottom: 2px solid #fff;
    padding-bottom: 1%;
    box-shadow: 0 2px 0 0 #13ACCE;

}   
.topmenu li.active a{ 
    text-decoration: none!important;
    color: #13ACCE;
    
}
.mod7{
    width: 100%;
    overflow: auto;
    padding-top: 1vw;
    padding-bottom: 1vw;
}
.mod8{
    width: 100%;
    display: none;
}
}