* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container24 {
  max-width: 100%;
  margin: 0 auto;
  padding: 24px;
}

.grid24 {
  display: grid;
  grid-template-columns: minmax(280px, 20%) 1fr;
    gap: 24px;
  gap: 24px;
}

/* Menu Styles */
.menu24 {
  list-style: none;
}

.menu24 li {
  padding: 4px 12px;
  margin-bottom: 2px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  color:#83899c;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.menu24 li:hover {
  background-color: #9ea6b7;
  color:#fff;
  transition: 300ms;
}

.submenu {
  margin-left:20px;
}

.topic {
  background-color: #f5f5f5;
  color:#202123;
}

.db {
  display: block;
}

/* Content Styles */
.content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.title {
  font-size: 3.4rem;
  font-weight: bold;
  color: #111827;
}

.subtitle {
  font-size: 1.25rem;
  color: #4b5563;
}

/* Responsive Design */
@media (max-width: 768px) {
  .grid24 {
      grid-template-columns: 1fr;
  }
}


.lettersFont {
  font-family: 'Tauri', sans-serif;
  color:rgb(0, 45, 143);
  font-size: 2.5rem;
  line-height: 171%;
  letter-spacing: 0.8px;
  padding:0px 7px;
}

.wordsFont {
  font-family: 'Nunito', sans-serif;
  color:rgb(0, 55, 174);
  font-size: 1.5rem;
  line-height: 210%;
  letter-spacing: 0.8px;
  padding:3px 7px;
}
.wordsFont:hover {
  color:#fff;
  background-color: #0046c9;
  border-radius:7px ;
  text-decoration: none;
}


.tab4 {
  tab-size: 8;
}


.m10 {
  margin-left:10%;
  margin-right:10%;
}



/*
JULY
*/

.w40 {
  width:40%;
}

.bg1 {
  background-color: rgb(16, 65, 227);
}
.bg2 {
  background-color: rgb(11, 75, 179);
}
.bg3 {
  background-color: rgb(14, 135, 235);
}
.bg4 {
  background-color: rgb(25, 167, 255);
}
.bg5 {
  background-color: rgb(255, 43, 43);
}
.bg6 {
  background-color: rgb(0, 177, 127);
}
.bg7 {
  background-color: rgb(86, 114, 255);
}
.bg8 {
  background-color: rgb(216, 185, 28);
}
.bg9 {
  background-color: rgb(216, 157, 29);
}
.bg10 {
  background-color: rgb(0, 149, 255);
}
.bg11 {
  background-color: rgb(92, 180, 224);
}
.bg12 {
  background-color: rgb(92, 180, 224);
}

.topicsbtn {
  display: inline-block;
  background-color: rgb(67, 131, 208);
  font-family: 'Bree Serif', serif;
  color:#ffffff;
  font-size: 1.1rem;
  line-height: 171%;
  letter-spacing: 0.8px;
  padding:2px 9px;
  border-radius: 8px;
  margin-left:4px;
  margin-right:4px;
  margin-bottom:7px;
}
.topicsbtn:hover {
  color:yellow;
  background-color: rgb(10, 55, 109);
  cursor:pointer;
}
.topicsheader {
  font-family: 'Bree Serif', serif;
  color:#ffffff;
  font-size: 1.2rem;
  line-height: 151%;
  letter-spacing: 0.8px;
}
.topicsbox {
  background-color: rgb(221, 232, 238);
  padding:8px 4px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  max-width:1200px;
  width:90%;
}
.topicsboxtop {
  padding:4px 4px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  max-width:1200px;
  width:90%;
}

.fixed-top {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
}

.head01 {
    background-color: #FFF;
    display: block;
    width:100%;
    white-space: nowrap;
    margin-top: 9px;
    z-index: 999;
  }

  .pagetop{
    margin-top:55px;
  }

  .headertop{
    margin-top:-75px;
  }

.ssize {
  height:2px;
}
@media (max-width: 990px) {
  .ssize {
      height:2px;
  }
}

.cn {
 text-align: center;
}

a.back-to-top {
display: none;
width: 60px;
height: 60px;
text-indent: -9999px;
position: fixed;
z-index: 999;
right: 20px;
bottom: 20px;
background: #FF0000 url("up-arrow.png") no-repeat center 43%;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}

.submitbtn {
FONT:13px/1.3 'PT Sans', sans-serif; letter-spacing:1px; 
COLOR: #000; background: #fff;
LINE-HEIGHT: 180%;  TEXT-TRANSFORM: uppercase; font-weight:700; TEXT-DECORATION: none; display:block;text-align:center;
padding:2px 20px;
webkit-border-radius:99px; moz-border-radius:99px; border-radius:99px;
}
.submitbtn:hover {
FONT:13px/1.3 'PT Sans', sans-serif; letter-spacing:1px; 
COLOR: #fff; background: #FF0000;
LINE-HEIGHT: 180%;  TEXT-TRANSFORM: uppercase; font-weight:700; TEXT-DECORATION: none; display:block;text-align:center;
padding:2px 20px;
webkit-border-radius:99px; moz-border-radius:99px; border-radius:99px;
}

.logo1 {
  height:70px;
  width:auto;
  margin-right:14px;
}
@media (max-width: 990px) {
  .logo1 {
    height:28px;
    margin-right:9px;
    margin-left:2px;
    /* align:center; */
  }
}

.menudown{
  margin-top:14px;
}

.menu00 {
  font-family: 'Anton', sans-serif;
  font-size: 1.2rem;
  color:rgb(73, 163, 0);
  background-color: rgb(242, 245, 238);
  padding:13px 10px;
  border: 1px solid rgb(110, 222, 49);
  border-radius: 4px;
  /* border-right: 1px solid rgb(102, 86, 210);
  border-left: 1px solid rgb(102, 86, 210); */
  font-weight: 100;
  text-decoration: none;
  letter-spacing: 0.3px;
  margin-left:2px;
  background-image: linear-gradient(rgb(255, 255, 255), rgb(130, 255, 92));    
}
@media (max-width: 990px) {
  .menu00 {
      color:rgb(47, 105, 0);
      font-weight: 500;
      font-size: 1rem;
      padding:10px 3px;
      margin-left:2px;
  }
}

.menu00:hover {
  color:rgb(49, 154, 0);
  border: 1px solid rgb(27, 70, 0);
  background-color: rgb(250, 255, 244);
  text-decoration: none;
  background-image: linear-gradient(#fff,rgb(232, 255, 228),rgb(152, 255, 121), rgb(99, 255, 52));
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
@media (max-width: 990px) {
  .menu00:hover {
      text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
  }
}

.menu00s {
  font-family: 'Anton', sans-serif;
  font-size: 1.2rem;
  color:rgb(0, 55, 133);
  padding:13px 10px;
  border: 1px solid rgb(9, 79, 255);
  border-radius: 4px;
  /* border-right: 1px solid rgb(102, 86, 210);
  border-left: 1px solid rgb(102, 86, 210); */
  font-weight: 100;
  text-decoration: none;
  letter-spacing: 0.3px;
  background-image: linear-gradient(rgb(255, 255, 255), rgb(128, 194, 255));
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}

@media (max-width: 990px) {
  .menu00s {
      color:rgb(0, 36, 86);
      font-weight: 500;
      font-size: 1rem;
      padding:10px 3px;
      text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
  }
}

.mobileon {
  display: none;
  visibility: hidden;
}

@media (max-width: 990px) {
  .mobileon {
      display:block
      visibility: visible;
  }
}

.desktopon {
  display: inline-block;
  visibility: visible;
  
}

@media (max-width: 990px) {
  .desktopon {
      display: none;
  visibility: hidden;
  }
}

.mt5 {
  margin-top: 5px;
}
.mbm10 {
  margin-bottom: -10px;
}


/*
menu
*/

.topSpace {
  padding:12px 0px;
}

.mnuBG {
  background-color: #263885;
}

.stuck {
  position: fixed;
  width:100%;
  text-align: center;
}

.stuck2 {
  position: fixed;
  width:95%;
  text-align: center;
}
.mnuBTN {
  width:18vw;
  display:inline-block;
  background-color: #13A3FC;
  color:#fff;
  text-align: center;
  font-family: 'roboto',sans-serif; font-size: 1.1rem;
  padding:8px 0px;
}
.mnuBTN:hover {
  background-color:#0046c9;
}

.mnuBTN2 {
  width:17vw;
  display:inline-block;
  background-color: #13A3FC;
  color:#fff;
  text-align: center;
  font-family: 'roboto',sans-serif; font-size: 1.1rem;
  padding:8px 0px;
}
.mnuBTN2:hover {
  background-color:#0046c9;
}

/*
Panels
*/

.panelLink {
  display: block; width: auto !important; /*just to override your inline CSS */
  left: 0;  right: 0; padding:4px 8px;
  font-weight: 200; font-family: 'roboto',sans-serif'; font-size: 1.1rem;
    text-transform: uppercase; text-align: left; color: #333;
    cursor: pointer; border-radius: 7px; transition: all 0.25s ease-out;
    z-index: 100;
}
.panelLink:hover { background-color: #5f6ca3; color:#fff; } 

input[type='checkbox'] { 
    display: none;
} 

/* Panel 1 */
.wrap-collabsible { margin: 1rem 0; } 

.lbl-toggle { 
    display: block; font-weight: 200; font-family: 'roboto',sans-serif'; font-size: 1.1rem;
    text-transform: uppercase; text-align: left; padding: 1rem; color: #333;
    background: #eee; cursor: pointer; border-radius: 7px; transition: all 0.25s ease-out;
} 

.lbl-toggle:hover { background-color: #555; color:#fff; } 
.lbl-toggle::before {
    content: ' '; display: inline-block; border-top: 5px solid transparent;
    border-bottom: 5px solid transparent; border-left: 5px solid currentColor;
    vertical-align: middle; margin-right: .7rem; transform: translateY(-2px);
    transition: transform .4s ease-out;
} 

.toggle:checked+.lbl-toggle::before {
    transform: rotate(90deg) translateX(-3px);
} 

.collapsible-content { 
    max-height: 0px; overflow: hidden; transition: max-height .25s ease-in-out;
} 

.toggle:checked + .lbl-toggle + .collapsible-content { max-height: 1350px; } 

.toggle:checked+.lbl-toggle {
    border-bottom-right-radius: 0; border-bottom-left-radius: 0;
} 
.collapsible-content .content-inner {
    background: rgba(197, 202, 219, .2); border-bottom: 1px solid #f0f1f5;
    border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; padding: .5rem 1rem;
} 

.collapsible-content p { margin-bottom: 0; }


/* Panel 2 */
.wrap-collabsible2 { margin: 0.7rem 0.4rem; } 
.lbl2-toggle { 
  display: block; font-weight: 200; font-family: 'roboto',sans-serif'; font-size: 1.1rem;
  text-transform: uppercase; text-align: left; padding: 0.5rem; color: #333;
  background: #eee; cursor: pointer; border-radius: 7px; transition: all 0.25s ease-out;
} 
.lbl2-toggle:hover { background-color: #555; color:#fff; } 
.lbl2-toggle::before {
  content: ' '; display: inline-block; border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; border-left: 5px solid currentColor;
  vertical-align: middle; margin-right: .7rem; transform: translateY(-2px);
  transition: transform .4s ease-out;
} 
.toggle:checked+.lbl2-toggle::before { transform: rotate(90deg) translateX(-3px); } 
.collapsible2-content { 
  max-height: 0px; overflow: hidden; transition: max-height .25s ease-in-out;
} 
.toggle:checked + .lbl2-toggle + .collapsible2-content { max-height: 350px; } 
.toggle:checked+.lbl2-toggle {
  border-bottom-right-radius: 0; border-bottom-left-radius: 0;
} 
.collapsible2-content .content-inner {
  background: rgba(197, 202, 219, .2); border-bottom: 1px solid #f0f1f5;
  border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; padding: .5rem 1rem;
} 
.collapsible2-content p { margin-bottom: 0; }






/*
numbers1421 content
*/

.bw {
  background-color: #fff;
}

.arrow {
  border: solid rgb(26, 71, 192);
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 4px;
}
.arrow:hover {
  border: solid yellow;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 4px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


.contentBox1 {
  background-color: rgb(237, 241, 244);
  border-radius: 8px;
  padding: 12px 18px;
}

.w80 {
  max-width:80%;
}

.fw2 {
    font-weight: 200;
  }

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw7 {
  font-weight: 700;
}









.headFont1 {
  display: block;
  background-color: ivory;
  font-family: 'Bree Serif', serif;
  color:#0046c9;
  font-size: 1.5rem;
  line-height: 171%;
  letter-spacing: 0.8px;
  border-radius: 12px;
}

.headFont11 {
    display: block;
    background-color: rgb(125, 184, 255);
    font-family: 'Bree Serif', serif;
    color:#ffffff;
    font-size: 1.5rem;
    line-height: 171%;
    letter-spacing: 0.8px;
    border-radius: 8px;
  }

.headFont22 {
  display: block;
  background-color: rgb(0, 21, 46);
  font-family: 'Maitree', serif;
  color:#ffffff;
  font-size: 1.5rem;
  line-height: 171%;
  letter-spacing: 0.8px;
  border-radius: 8px;
}

.headFont2 {
  font-family: 'Bree Serif', serif;
  color:rgb(25, 86, 219);
  font-size: 2.5rem;
  line-height: 171%;
  letter-spacing: 0.8px;
}

.headFont3 {
  font-family: 'Bree Serif', serif;
  color:#fff;
  font-size: 2rem;
  line-height: 171%;
  letter-spacing: 0.8px;
}

.chapterFont1 {
  font-family: 'Boogaloo', cursive;
  color:#2563c2;
  font-size: 1.3rem;
  line-height: 124%;
  letter-spacing: 0.8px;
  padding:5px 8px;
}

.chapterFont1L {
  font-family: 'Boogaloo', cursive;
  color:#2563c2;
  font-size: 1.3rem;
  line-height: 124%;
  letter-spacing: 0.8px;
  padding:5px 8px;
  border-radius: 5px;
}

.chapterFont1L:hover {
  color:#fff;
  background-color:#2563c2;
}

.readingFont1 {
  font-family: 'Maitree', serif;
  font-size: 1.1rem;
  line-height: 124%;
  letter-spacing: 0.8px;
  text-align: left;
}

.g0{
    color:#000;
}
.g1 {
    color:#111;
}
.g2{
    color:#222;
}
.g3{
    color:#333;
}
.g4{
    color:#444;
}
.g5{
    color:#555;
}
.g6{
    color:#666;
}
.g7{
    color:#777;
}
.readingFont2 {
  font-family: 'Roboto',sans-serif;
  color:#333;
  font-size: 1.1rem;
  line-height: 135%;
  letter-spacing: 0.8px;
}

.button1 {
  font-family: 'Baloo 2', cursive;
  color:#eee;
  background-color:#4369a3;
  font-size: 1rem;
  letter-spacing: 0.8px;
  padding:4px 10px;
  border-radius: 5px;
}

.button1:hover {
  color:#fff;
  background-color:#1a4c99;
}

.lh300 {
  line-height: 300%;
}
.lh250 {
  line-height: 250%;
}
.lh200 {
  line-height: 200%;
}
.lh150 {
  line-height: 150%;
}

.stripes1 {
  background: linear-gradient(
  to bottom,
  #f7f8fa,
  #f7f8fa 50%,
  #fff 50%,
  #fff
);
/* The rectangle in which to repeat. 
   It can be fully wide in this case */
background-size: 100% 45px;
}

/*
content end
*/

.page-right {
  margin-right:140px;
}


.treelink {
text-decoration:none;
border-radius: 3px;
padding:3px 5px;
 }
.treelink:hover {
  background-color:#0068B8;
  color:#fff;
text-decoration:none;
 }

iframe{
    overflow:hidden;
    scrolling:no;
    height:100%;
    width:100%;
}

/*
GRID
*/

.grid-container {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 1rem;
   padding: 15px;
}

.item1 {
       grid-column: 25%;
  /*grid-column-start: 2;
  grid-column-end: 4; */
}

.item2 {
grid-column: 75%;
  /*grid-column-start: 2;
  grid-column-end: 4; */
}




/*
GRID END
*/


.contentBox {
display:block;
margin-left:1%;
margin-right:1%;
background-color:#EFF5FF;
border-radius:14px;
position:static;
z-index: -1;
 }
 
.padbox {
margin-left:2%;
margin-right:2%;
 } 

/* 
TREEVIEW
*/

body {
  margin: 30px;
  font-family: sans-serif;
  background-color:#fff;
  }

#fontSizeWrapper { font-size: 16px; }

#fontSize {
  width: 100px;
  font-size: 1em;
  }

/* ————————————————————–
  Tree core styles
*/
.tree { margin: 1em; }

.tree input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  }

.tree input ~ ul { display: none; }

.tree input:checked ~ ul { display: block; }

/* ————————————————————–
  Tree rows
*/
.tree li {
  line-height: 1.2;
  position: relative;
  padding: 0 0 1em 1em;
  }

.tree ul li { padding: 1em 0 0 1em; }

.tree > li:last-child { padding-bottom: 0; }

/* ————————————————————–
  Tree labels
*/
.tree_label {
  position: relative;
  display: inline-block;
  background: #fff;
  padding:3px 5px;
  border-radius: 3px;
  }

label.tree_label { cursor: pointer; }

label.tree_label:hover { 
  color: #fff;
  background-color: #0063b7;
 }

/* ————————————————————–
  Tree expanded icon
*/
label.tree_label:before {
  background: #000;
  color: #fff;
  position: relative;
  z-index: 1;
  float: left;
  margin: 0 1em 0 -2em;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  content: '+';
  text-align: center;
  line-height: .9em;
  }

:checked ~ label.tree_label:before { content: '–'; }

/* ————————————————————–
  Tree branches
*/
.tree li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -.5em;
  display: block;
  width: 0;
  border-left: 1px solid #777;
  content: "";
  }

.tree_label:after {
  position: absolute;
  top: 0;
  left: -1.5em;
  display: block;
  height: 0.5em;
  width: 1em;
  border-bottom: 1px solid #777;
  border-left: 1px solid #777;
  border-radius: 0 0 0 .3em;
  content: '';
  }

label.tree_label:after { border-bottom: 0; }

:checked ~ label.tree_label:after {
  border-radius: 0 .3em 0 0;
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  border-bottom: 0;
  border-left: 0;
  bottom: 0;
  top: 0.5em;
  height: auto;
  }

.tree li:last-child:before {
  height: 1em;
  bottom: auto;
  }

.tree > li:last-child:before { display: none; }

.tree_custom {
  display: block;
  background: #eee;
  padding: 1em;
  border-radius: 0.3em;
}

/*
END OF TREEVIEW
*/



/*
MWC
*/


/* standard text formatting */

.headerMain1{
    display:block;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding:5px 0px;
    font-family: sans-serif;
    font-size: 1.7rem;
 }
 
.headerSub1{
    font-weight: 800;
    letter-spacing: 1px;
    margin-left:2%;
    margin-right:2%;
    text-transform: uppercase;
    padding:5px 0px;
    font-family: sans-serif;
    font-size: 1.1rem;
 }
 
.pageText1{
    font-weight: 500;
    margin-left:2%;
    margin-right:2%;
    text-align:justify;
    letter-spacing: 1px;
    font-family: sans-serif;
    font-size: 1.2rem;
 }
 
.listText1{   
    font-weight: 500;
    margin-left:4%;
    margin-right:4%;
    text-align:justify;
    letter-spacing: 1px;
    font-family: sans-serif;
    font-size: 1.1rem;
    line-height:200%;
 }
 
 .bold800{
    font-weight: 800;
    display:inline-block;
 }

/* color pack 1 Grey */

.pagetext-c1 { color:#333; }
.listtext-c { color:#333341; }
.headermain-c1 {color:#333; }
.headersub-c1 { color:#333; }
.boxtop-c1 { background-color:#ddd; }
.boxtoptext-c1 { background-color:#333; }
.boxbtm-c1 { background-color:#eee; }
.box-c1 { background-color:#ddd; }

/* color pack 2 Light Blue */

.pagetext-c2 { color:#333; }
.headermain-c2 {color:#333; }
.headersub-c2 { color:#333; }
.boxtop-c2 { background-color:#CAE1FF; }
.boxtoptext-c2 { background-color:#222; }
.boxbtm-c2 { background-color:#C8F7FF; }
.box-c2 { background-color:#C8F7FF; }
 
/* color pack 3 Light Green */

.pagetext-c3 { color:#333; }
.headermain-c3 {color:#333; }
.headersub-c3 { color:#333; }
.boxtop-c3 { background-color:#A4FFCA; }
.boxtoptext-c3 { background-color:#222; }
.boxbtm-c3 { background-color:#BAFFDD; }
.box-c3 { background-color:#BAFFDD; } 

 /* box pack 1 Grey */

.boxtop1 {
           display:block;
           padding:10px 10px;
           border-top-left-radius:12px;
           border-top-right-radius:12px;
           margin:auto;
           width:98%;
           text-align:center;
 }
.boxbtm1 {
           display:block;
           padding:10px 10px;
           border-bottom-left-radius:12px;
           border-bottom-right-radius:12px;
           margin:auto;
           width:98%;
 }
 
 /* box pack 2 Light Blue */

.boxtop2 {
           display:block;
           padding:10px 10px;
           border-top-left-radius:12px;
           border-top-right-radius:12px;
           margin:auto;
           width:98%;
           text-align:center;
 }
.boxbtm2 {
           display:block;
           padding:10px 10px;
           border-bottom-left-radius:12px;
           border-bottom-right-radius:12px;
           margin:auto;
           width:98%;
 }
 
  /* box pack 3 Light Green */
  
 .boxtop3 {
           display:block;
           padding:10px 10px;
           border-top-left-radius:12px;
           border-top-right-radius:12px;
           margin:auto;
           width:98%;
           text-align:center;        
 }
.boxbtm3 {
           display:block;
           padding:10px 10px;
           border-bottom-left-radius:12px;
           border-bottom-right-radius:12px;
           margin:auto;
           width:98%;
 }








/*
MWC End
*/









.font1{
    font-family: 'ubuntu',sans-serif;
    font-size: 1rem;
    color:rgb(41, 98, 255);
    line-height:172%;
}
@media (max-width: 990px) {
    .font1 {
        font-size: 0.8rem;
        line-height:107%;
    }
}


.font2{
    font-family: 'ubuntu',sans-serif;
    font-size: 0.9rem;
    color:(41, 98, 255);
}

.content {
  min-height: calc(87vh - 70px);
}

.footer-sticky{
    background-color: #2e913d;
        font-family: Tahoma, Arial;
        font-size: 0.7em;
        color: White;
        position: relative;
        height: 7em;
}

.pagea{
    position:relative;
        min-height:100%;
        height:auto !important;
        height:100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.bodypage {	
    background-color: #fff;
padding: 0px 0px;
width:100%;
/* height:100%; */
}

.bodypage2 {	
  background-image:linear-gradient(90deg,#014091,#1f8bff);
padding: 0px 0px;
width:90%;
margin-right:160px;
/* height:100%; */
}
@media (max-width: 992px) {
  .bodypage2 {	
  width:100%;
  }
}


.boxtop0 {	
    background-image:linear-gradient(180deg,#fff,#ababab);
	padding: 0px 0px;
	width:100%;
    margin-top:50px;
	/* height:100%; */
}
@media (max-width: 800px) {
.boxtop0{
 margin-top:120px;
}
}

.topcontent {
float:center;
padding:3px 1px;
}

.telnumber {
    height:auto;
    width:200px;
}

.icons {
    display:inline-block;
    height:53px;
    width:53px;
    z-index: 1; 
}
.telbtn{
color:#fff; background-color: #144fbf; 
width:auto; display:inline-block; margin:auto;
font-family:'Tauri', sans-serif,'Lato',sans-serif;
font-weight:400;font-size:1rem;line-height:1.2rem;text-decoration:none;
border-radius:82px;letter-spacing:1px;
padding:7px 24px;
margin-left:4px;    margin-right:4px;
}

.telbtn:hover{
color:#0046c9; background-color: #fff;
text-decoration: none;
}

.emailbtn{
color:#fff;
width:auto; display:inline-block; margin:auto;
font-family:'Tauri', sans-serif,'Lato',sans-serif;
font-weight:400;font-size:1rem;line-height:1.2rem;text-decoration:none;
border-radius:82px;letter-spacing:1px;
padding:7px 24px;
margin-left:4px;    margin-right:4px;
}

.emailbtn:hover{
color:#2b7c18; background-color: #fff;
text-decoration: none;
}

.box001 {
    background-color: #0063b7;
    display: block;
    width:100%;
    padding:8px 0px;
    margin-top: -12ps;
}

.navtop {
    position: fixed;
    top: 0;
    width:100%;
    text-align: center;
    margin: auto;
    background-color: #3c8ad9;
}


.tm {
    margin-top: 180px;
}

.logo {
width:550px;
padding: 14px 10px;
    margin-top:80px;
}

/* hamburger menu */

.navbar .dropdown-toggle, .navbar .dropdown-menu a {
    cursor: pointer;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #b2d8ff;
}

@media (min-width: 767px) {
    .navbar .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .5em;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }
}

/* end menu */


.heading{
color:#fff;
    display:block;
    background-color: #000;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding:5px 0px;
    font-family: sans-serif;
    font-size: 1.2rem;
 }


.para{
        margin-left: 20%;
    margin-right: 20%;
     left: 200px;
}
.para:first-line {
    left: 0;
}

.alignmid {
  margin:auto;
  flex:center;
  text-align: center;
}

.alignright {
  flex:right;
  text-align: right;
}

.topspace1 {
	margin-top: 2000px;
}

.top-box {
	position: fixed;
	max-width: 1440px;
	top: 0;
	left: 0;
	right: 0;
	height: 110px;
	background-color: #6daeff;
	z-index: 9998;
}

.logotext {
  text-decoration: none;
  font-size: 3rem;
  font-weight: 700;
  color:#ffffff;
  text-align: center;
  letter-spacing: 2px;
  line-height: 150%;
  font-family: font-family: 'Anton', sans-serif;
}

.logotext:hover {
  text-decoration: none;  
}

 .ac {
  margin:auto;
  flex:center;
  text-align: center;
   }

 .al {
    flex:left;
    text-align: left;
 }

 .ar {
  flex:right;text-align: right;
}

.aj {
  flex:justify;text-align: justify;
}

.vertical-center {
margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btmtable{
    width:94%;
    max-width:1300px;
    text-align: center;
    margin:auto;
}
.alignmid{
margin:auto;flex:center;text-align: center;
 }



.rowgrad {
    background-image: linear-gradient(to right, #eee , #ABC7FF);
    width:97%;
    color:#222;
    text-transform: uppercase;
    padding:2px 4px;
}

.pad2 {
    padding:0px 4px;
}
.apro {
    font-weight: 700;
    text-transform: uppercase;
}
.cola1 {
    background-color: #C1D5FF;
}
.cola2 {
    background-color: #D5E4FF;
}
.imgbox3 {
    width:100%;
    display:block;
    border-top-left-radius: 8px;border-top-right-radius: 8px;
}

.blockq {
    height:150px;
    color:#222; 
font-family:arial, sans-serif;
font-weight:300; font-size:1rem; 
line-height:1.4rem; 
text-align: justify;
    display:block;
    border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;
    padding:12px;
}

.child3 {
  height: 33%;
  flex: 1;
  min-width: 33%;
  /* padding:5px; */
}

@media (max-width: 800px) {
  .child3 {
    min-width: 100%;
	/* align:center; */
  }
}


.blocktext3 {
color:#fff; 
font-family:Verdana, sans-serif;
font-weight:400; font-size:1.1rem; 
line-height:3rem; 
}

a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #4180FF url("up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.rTable {
   display: table;
   width: 100%;
}
.rTableRow {
   display: table-row;
}
.rTableHeading {
   display: table-header-group;
   background-color: #ddd;
}
.rTableCell, .rTableHead {
    width:33%;
   display: table-cell;
   padding: 3px 10px;
   border: 0px solid #999999;
}
.rTableHeading {
   display: table-header-group;
   background-color: #ddd;
   font-weight: bold;
}
.rTableFoot {
   display: table-footer-group;
   font-weight: bold;
   background-color: #ddd;
}
.rTableBody {
   display: table-row-group;
}

.confirmed {
    text-align: center;
  display: block;
margin:2%;
    background-color: yellow;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: center;
  width: 60%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: center;
  width: 40%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  display: block;
    text-align: left;
  position: relative;
  padding-left: 25%;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.space-top {
margin-top:180px;
}
@media (max-width: 800px) {
  .space-top {
margin-top:120px;
}  
}

.tb {
    font-weight: 700;
}

.margin2 {
    margin-left:2%;
    margin-right:2%;
}

.margin20 {
    margin-left:20%;
    margin-right:20%;
}

.newline {
clear:both;
margin-top:10px;
}

.fullimg {
    width:100%;
}

.smallimg {
    text-align: center;
    margin: auto;
    width:170px;
}

.topgrade {
    background-image: linear-gradient(#fff, #76D1FF);
    margin:auto;
    display:block;
}

.topgrade2 {
    background-color:#13A3FC;
    /*background-image: linear-gradient(#76D1FF, #13A3FC); */
    margin:auto;
    display:block;
}

.spacer{
margin-top:80px;
margin-bottom:20px;
}

.card-text {
font-size:1rem;
text-align:justify;
color:#fff;
background-color:#1B618C;
padding:9px 9px;
border-radius:7px;
 }
 
 .confirm-text {
font-size:1rem;
text-align:center;
color:#fff;
background-color:#1B618C;
padding:9px 9px;
border-radius:7px;
 }

.card-title {
font-size:1.1rem;
font-weight:700;
  }

.acontent {
color:#456C95; font-family:Verdana, sans-serif;
font-weight:400; font-size:1.1rem; line-height:2rem; float:left;
margin-left:20px; text-align:justify;
}
@media (max-width: 800px) {
.acontent{
margin-left:20px; margin-right:20px; 
}
}

.acontentc {
color:#456C95; font-family:Verdana, sans-serif;
font-weight:400; font-size:1.1rem; line-height:2rem;
margin:auto;
}

.blocka {
    display:block;
    border-radius:8px;
    padding:12px;
    margin:10px;
}

.blockz {
    display:inline-block;
    border-radius:8px;
    padding:12px;
    margin:auto;
}

.id-image {
  background-image: url("gfx/id-cover.jpg"); /* The image used */
  background-color: #aaa; /* Used if the image is unavailable */
  height: auto; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.blockb {
    display:inline-block;
    width:330px;
    border-radius:14px;
    padding:12px;
    margin:auto;
    text-align:center;
}

.fw700 {
    font-weight:700;
}

.cola {
    background-color: #1BBF75;
}

.coly {
    background-color: #EDE67A;
}

.colb {
    background-color: #00CCDE;
}

.colc {
    background-color: #0068D0;
}

.cold {
    background-color: #80A8EC;
}



.blocktext {
color:#fff; 
font-family:Verdana, sans-serif;
font-weight:400; font-size:1.1rem; 
line-height:2rem; float:left;
margin-left:20px; margin-left:10px;text-align:justify;
}

.blocktext2 {
color:#2947A7; 
font-family:Verdana, sans-serif;
font-weight:400; font-size:1.5rem; 
line-height:3rem;
    text-align: center;
    margin:auto;
}

.imgbox {
    width:100%;
    display:block;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.imgbox2 {
    width:98%;
    display:block;
    margin:auto;
    border-radius: 8px;
}

.btmcontent {
float:center;
    margin:auto;
}

.topcontent2 {
color:#fff; font-family:Verdana, sans-serif;
font-weight:400; font-size:1.1rem; line-height:2.5rem; float:right;
margin-right:0px; margin-top:8px;
    text-align:justify;
    padding:3px 1px;
}

.toplink {
float:right;
margin-right:30px; text-align:justify;
padding:1px 14px;
}
.btmlink {
float:center;
text-align:center;
}


.topicons {
float:right;
margin-right:30px; text-align:justify;
    display:inline-block;
padding:1px 1px;
}

.acontent2 {
color:#456C95; font-family:Verdana, sans-serif;
font-weight:400; font-size:1.1rem; line-height:2rem; 
}

.acontent3 {
color:#456C95; font-family:Verdana, sans-serif;
font-weight:400; font-size:1.5rem; line-height:2rem; float:center;
text-align:center;
}
@media (max-width: 800px) {
.acontent3{
margin-left:20px; margin-right:20px; 
}
}

.acontent4 {
color:#456C95; font-family:Verdana, sans-serif;
font-weight:400; font-size:0.9rem; line-height:1.3rem; float:center;
text-align:center;
}
@media (max-width: 800px) {
.acontent4{
margin-left:20px; margin-right:20px; 
}
}

.atitle4 {
color:#456C95; font-family:Verdana, sans-serif;
font-weight:700; font-size:1.1rem; line-height:2rem; float:left;
margin-left:20px; text-align:justify;
}
@media (max-width: 800px) {
.atitle4{
margin-left:20px; margin-right:20px; 
}
}

.atitlerow {
    display:block; width:100%;
color:#fff;
font-family:Verdana, sans-serif;
font-weight:400; font-size:1.3rem; line-height:3rem; float:left;
    padding:1px 20px;
    border-top-left-radius:7px;border-top-right-radius:7px; border-bottom-left-radius:7px;
}

.welcomerow {
display:block; width:100%;
color:#fff;
font-family:Arial, sans-serif;
font-weight:400; font-size:2rem; line-height:3rem;
    margin:auto;
    margin-top:-10px;
    padding:7px 0px;
}

.cole {
    background-color: #1C3829;
}

.colf {
    background-color: #183838;
}

.colg {
    background-color: #101B44;
}

.colw {
    background-color: #1D5987;
}

.cardcol {
         background-color:#C1F7FF;
         color:#333;
         padding:7px 7px;
         border-radius:7px;
 }

.aimg-s{
	display:inline-block; 
	width:45%;
	align:center;
	flex-wrap: wrap;
	max-height:750px;
	height:auto;
	width:auto;
	margin-left:5px; margin-right:5px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	-webkit-border-radius: 22px;
}
@media (max-width: 800px) {
  .aimg-s{
    width:95%;
	max-height:750px;
	height:auto;
	width:auto;
  }
}

.child24 {
  width:270px;
}

@media (max-width: 800px) {
  .child24 {
    width:220px;
  }
}

.logos2 {
/* width:50%;
max-height:300px;
min-height:100px;
min-width:357px; */
width:50%;
height:auto;
}
@media (max-width: 800px) {
  .logos2 {
    width:100%;
	float:center;
  }
}

.boxbright {
padding:12px 12px;
background-color:#E0FFFF;
height:auto;
border-radius:7px;
 }
 
 .boxlight {
padding:12px 12px;
background-color:#F2F2F2;
height:auto;
border-radius:7px;
 }

.alink {
color:#2456B4; font-family:Verdana, sans-serif;
font-weight:400; font-size:1.1rem; line-height:1.3rem; 
margin-left:20px; text-align:justify;
padding:4px 10px; border-radius:40px;
}
.alink:hover {
color:#fff; background-color:#2456B4;
text-decoration:none;
}
@media (max-width: 800px) {
.alink{
margin-left:20px; margin-right:20px; 
}
}

.alinkw {
color:#D6EDFF; font-family:Verdana, sans-serif;
font-weight:400; font-size:1.1rem; line-height:1.3rem; 
margin-left:20px; text-align:justify;
padding:4px 10px; border-radius:40px;
}
.alinkw:hover {
color:#fff; background-color:#004B85;
text-decoration:none;
}
@media (max-width: 800px) {
.alinkw{
margin-left:20px; margin-right:20px; 
}
}

.atext9 {
color:#444; font-family:Verdana, sans-serif;
font-weight:400; font-size:1.1rem; line-height:1.4rem;
}
@media (max-width: 800px) {
.atext9{
margin-left:20px; margin-right:20px; 
}
}

.atext0 {
color:#555; font-family:Verdana, sans-serif;
font-weight:400; font-size:1.3rem; line-height:1.6rem;
}
@media (max-width: 800px) {
.atext0{
margin-left:20px; margin-right:20px; 
}
}

.atextb2 {
color:#18356F; font-family:Verdana, sans-serif;
font-weight:700; font-size:1.3rem; line-height:1.6rem;
}
@media (max-width: 800px) {
.atextb2{
margin-left:20px; margin-right:20px; 
}
}

#parent {
  display: flex;
  flex-wrap: wrap;
}

.child {
  height: 100%;
  flex: 1;
  min-width: 45%;
  max-width:47%;
  display:inline-block;
  vertical-align:top;
  padding:8px 17px;
  margin-bottom: 20px;
  margin-left:1%;
  margin-right:1%;
  text-align:left;
  color:#222;
}

@media (max-width: 768px) {
  .child {
    width: 95%; 
    max-width:95%;
    color:#222;

  }
}

.child2 {
  height: 100%;
  flex: 1;
  display:inline-block;
  vertical-align:top;
  padding:8px 17px;
  margin-bottom: 20px;
  margin-left:1%;
  margin-right:1%;
  text-align:left;
  color:#222;
}

@media (max-width: 768px) {
  .child2 {
    color:#222;
  }
}

.cw30 {
  min-width: 25%;
  max-width:25%;
}
@media (max-width: 768px) {
  .cw30 {
    width: 24%; 
    max-width:24%;
  }
}

.cw70 {
  min-width: 65%;
  max-width:65%;
}
@media (max-width: 768px) {
  .cw70 {
    width: 64%; 
    max-width:64%;
  }
}

.atop{
    position:fixed;
    top:0px;
	z-index:1000;
	width:100%;
}



.aspace {
	color:#fff; font-family:'Nunito', sans-serif;
	font-weight:400; font-size:7.2rem; line-height:7.2rem; float:center;
}

@media (min-width: 730px) {
  .aspace {
    font-size:8rem; line-height:8rem;
  }
}

@media (min-width: 800px) {
  .aspace {
    font-size:5.4rem; line-height:5.4rem;
  }
}

@media (min-width: 1400px) {
  .aspace {
    font-size:5.7rem; line-height:5.7rem;
  }
}
@media (min-width: 1900px) {
  .aspace {
    font-size:6.57rem; line-height:6.5rem;
  }
}

.pagewidth {
    max-width:1350px;
    text-align:center;
    margin: auto;
}

.pagewidth-w {
    background-color: #fff;
    padding:0px 3px;
    max-width:1350px;
    text-align:center;
    margin: auto;
}

.menuwidth {
    min-width:850px;
    max-width:94%;
    align:center;
    float: center;
}



html {
				overflow-y: scroll; 
}
            
            html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
    display: block;
}

body {
    line-height: 1.618;
    font-family: Arial, Helvetica, sans-serif;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}










.boxyellow {
	background-color:#FFFB05;	
	padding: 12px 10px;
	width:100%;
	/* height:100%; */
}


.logo9 {

width:320px;
float:center;
padding: 1px 10px;
}


.logos {
/* width:50%;
max-height:300px;
min-height:100px;
min-width:357px; */
width:250px;
float:center;
padding: 0px 10px;
}
@media (max-width: 800px) {
  .logos {
    width:200px;
	float:center;
  }
}

.logos3 {
/* width:50%;
max-height:300px;
min-height:100px;
min-width:357px; */
width:500px;
float:center;
padding: 0px 10px;
}
@media (max-width: 800px) {
  .logos3 {
    width:500px;
	float:center;
  }
}

.boxtop {
    background-color:#3ab6ab;
	padding: 7px 4px;
    width:100%;
	/* height:100%; */
}

.boxtop2 {
	background-color:#eee;
	padding: 7px 4px;
    width:100%;
	height:100%
}

.boxtop24 {
	background-color:#13A3FC;
	padding: 7px 4px;
    width:100%;
	height:100%
}

.boxtop5 {
	background-color:#fff;
	padding: 7px 4px;
    width:100%;
	height:100%;
}

.idpic {
    max-height:300px;
    border-radius: 12px;
}

.atitle{
color:#18356F; font-family:Verdana, sans-serif;
font-weight:400; font-size:1.7rem; line-height:2rem; float:center;
}
.titletec{
color:#18356F; font-family:Verdana, sans-serif;
font-weight:400; font-size:1.7rem; line-height:4rem; 
    margin:auto; text-align: center; align-content: center;
}

.titletec2 {
color:#fff; background-color:#3079F7;
    display:block;
    width:330px;
    font-family:Verdana, sans-serif;
font-weight:400; font-size:1.7rem; line-height:1.8rem; 
    margin:auto; 
    text-align: center; align-content: center;
    padding:14px 4px;
    border-radius: 8px; 
}

.atitle-w {
color:#FFF; font-family:Verdana, sans-serif;
font-weight:400; font-size:1.7rem; line-height:2rem; float:center;
}

.coli {
    background-color:#3079F7;
}

.atitle2{
color:#FFF; 
font-family:Verdana, sans-serif;
font-weight:400; font-size:1.7rem; line-height:2rem; float:center;
width:100%; display:block; 
padding:12px 12px;
}
.atitle3{
color:#18356F; background-color:#E5F5FF;
font-family:Verdana, sans-serif;
font-weight:400; font-size:1.7rem; line-height:2rem; float:center;
width:100%; display:block; 
padding:12px 12px;
}

.w90 {
    width:90%;
}

.titlesub{
color:#FFF; 
font-family:Verdana, sans-serif;
font-weight:400; font-size:1.2rem; line-height:1.9rem; float:center;
width:100%; display:block; 
}

.titlesub2{
color:#FFF; 
font-family:Verdana, sans-serif;
font-weight:400; font-size:0.9rem; line-height:1.5rem; float:center;
width:100%; display:block; 
}

.atext {
color:#555; font-family:Verdana, sans-serif;
font-weight:400; font-size:1.1rem; line-height:1.3rem;
margin-left:20px;
}
@media (max-width: 800px) {
.atext{
margin-left:20px; margin-right:20px; 
}
}

.atextw {
color:#fff; font-family:Verdana, sans-serif;
font-weight:400; font-size:1.1rem; line-height:1.3rem;
margin-left:20px;
}
@media (max-width: 800px) {
.atextw{
margin-left:20px; margin-right:20px; 
}
}

.atextbtm {
color:#333; font-family:Verdana, sans-serif;
font-weight:400; font-size:1rem; line-height:1.8rem;
margin-left:20px;
}
@media (max-width: 800px) {
.atextw{
margin-left:20px; margin-right:20px; 
}
}

.atext-l {
color:#555; font-family:Verdana, sans-serif;
font-weight:400; font-size:1.1rem; line-height:1.8rem; float:left;
margin-left:20px; text-align:justify;
}
@media (max-width: 800px) {
.atext-l {
margin-left:20px; margin-right:20px; 
}
}

.atext-lw {
color:#FFF; font-family:Verdana, sans-serif;
font-weight:400; font-size:1.1rem; line-height:1.5rem; float:left;
margin:30px; text-align:justify;
}
@media (max-width: 800px) {
.atext-lw {
margin:30px; 
}
}

.atext2{
display:block;
color:#555; font-family:'Ubuntu', sans-serif;
font-weight:400; font-size:1.3rem; line-height:1.6rem; float:center;
margin-left:auto;margin-right:auto;
}

.atextb{
color:#004B85; font-family:'Ubuntu', sans-serif;
font-weight:700; font-size:1.3rem; line-height:1.6rem;
margin-left:20px;
}
@media (max-width: 800px) {
.atextb{
margin-left:20px; margin-right:20px; 
}
}
.atextbc{
color:#18356F; font-family:'Ubuntu', sans-serif;
font-weight:900; font-size:1.3rem; line-height:1.6rem;
text-align:center;
}
@media (max-width: 800px) {
.atextbc{
margin-left:20px; margin-right:20px; 
}
}

.topRound {
border-top-left-radius: 12px;
border-top-right-radius: 12px;
 }
 
 .topCell{
display:block; background-color:#5060D9;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
width:"49%";
}

.subTitles{
color:#fff; font-family:'Ubuntu', sans-serif;
display:block; background-color:#18356F;
font-weight:700; font-size:1.4rem; line-height:2.1rem; float:center;
text-align:center;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
margin-bottom:10px;
padding:5px 0px;
text-decoration:none;
}

.pic1{
   width:auto;
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-top:20px;
   margin-bottom:20px;
   max-height:240px;
}

.pic10{
   width:28%;
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-top:20px;
   margin-bottom:20px;
}

.footer{
   width:96%;
   display: block;
   margin-left: auto;
   margin-right: auto;
   border-radius:20px;
   vertical-align: middle;
   margin-top:10px;
   max-height:210px;
   width:auto;
}



.pic2{
  border:0;
  height:auto;
  display: block;
   margin-left: auto;
   margin-right: auto;
  border-radius:12px;
  max-width:450px;
}

@media only screen and (max-width: 1000px){
       .pic2{
       max-width:95%;
       height:auto;
       }
}    
 
.boxtop3 {
	background-image:linear-gradient(180deg,#fff,#777);
	padding: 7px 4px;
    width:100%;
	height:100%
}

.boxtop4 {
	background-color:#fff;
	padding: 7px 4px;
    width:100%;
}


.images{
   display:inline-block;
   width:25%;
   align:"center";
}

.image2{
   display: none;
   width:100%;
   align:"center";
   box-sizing: border-box;
}

@media only screen and (max-width: 1000px){ //some value
   .image1{
     display: none;
     width:100%;
     align:"center";
     box-sizing: border-box;
   }

   .image2{
     display: block;
   }
}

imgz {
  border:0;
  max-width:50%;
  height:auto;
  width:55%; 
  position:relative;
  padding-bottom:7px;
  margin-left:auto;
  margin-right:auto;
  border-radius:12;
}

@media (max-width:800px) {
.imgz {
  max-width:45%;
  align:center;
  padding-bottom:10px;
  width:40%;
}
}

@media (min-width:1350px) {
.imgz {
  max-width:35%;
  width:40%;
}
}

@media (min-width:1550px) {
.imgz {
  max-width:30%;
  width:35%;
}
}


.imgz4 {
  border:0;
  max-width:65%;
  height:auto;
  width:55%; 
  position:relative;
  padding-bottom:7px;
  margin-left:auto;
  margin-right:auto;
}

@media (max-width:800px) {
.imgz4 {
  max-width:45%;
  align:center;
  padding-bottom:10px;
  width:40%;
}
}

.atextc{
color:#fff; font-family:'Ubuntu', sans-serif;
font-weight:400; font-size:1.1rem; line-height:1.3rem;
text-align:center;
}

.linkbtm{
color:#fff; background-color: #2F50BD;
font-family:'Tauri', sans-serif,'Lato',sans-serif;font-weight:400;font-size:1.1rem;line-height:1.3rem;text-decoration:none;
webkit-border-radius:88px; moz-border-radius:88px; border-radius:88px;letter-spacing:1px;
padding:5px 20px;
}

.linkbtm:hover{
color:#fff; background-color: #000;
font-family:'Tauri', sans-serif,'Lato',sans-serif;font-weight:400;font-size:1.1rem;line-height:1.3rem;text-decoration:none;
webkit-border-radius:88px; moz-border-radius:88px; border-radius:88px;letter-spacing:1px;
padding:5px 20px;
}

.linkbtn{
color:#fff; background-color: #2F50BD; 
width:auto; display:inline-block; margin:auto;
font-family:'Tauri', sans-serif,'Lato',sans-serif;
font-weight:400;font-size:1.2rem;line-height:1.4rem;text-decoration:none;
border-radius:88px;letter-spacing:1px;
padding:7px 24px;
}

.linkbtn:hover{
color:#fff; background-color: #000;
text-decoration: none;
}

.atextcc{
color:#fff; font-family:'Ubuntu', sans-serif;
font-weight:400; font-size:0.9rem; line-height:1rem;
text-align:center;
}

.submitbtn{
color:#0068B8; background-color: #fff;
font-family:'Tauri', sans-serif,'Lato',sans-serif;font-weight:400;font-size:1.1rem;line-height:1.3rem;text-decoration:none;
border-radius:88px;letter-spacing:1px; border-size:0px;
padding:5px 20px;
}

.submitbtn:hover{
color:#fff; background-color: #000;
font-family:'Tauri', sans-serif,'Lato',sans-serif;font-weight:400;font-size:1.1rem;line-height:1.3rem;text-decoration:none;
border-radius:88px;letter-spacing:1px; border-size:0px;
padding:5px 20px;
}

.center {
  float:center;
  margin:0 auto;
  display:block;
  justify-content: center;
}

.psearch2 {
	BORDER: #ddd 1px solid; color:#034c8f; 
    FONT: 1.1rem arial, verdana, helvetica; letter-spacing:1px; 
    BACKGROUND-COLOR: #fff; padding:4px 8px;border-radius:14px;
    margin:4px;
}	

.pic3{
   max-width:500px;
   width:70%;
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-top:20px;
   margin-bottom:20px;
   border-radius:14px;
}  

@media only screen and (max-width: 1000px){ //some value
   .pic3{
     width:95%;
     align:"center";
     box-sizing: border-box;
   } 
   
.pic7{
max-height:500px;
   max-width:500px;
   width:90%;
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-top:20px;
   margin-bottom:20px;
   border-radius:14px;
}  

@media only screen and (max-width: 1000px){ //some value
   .pic7{
     width:95%;
     max-width:500px;
     align:"center";
     box-sizing: border-box;
   } 
    
    
    


   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
  $ggr:#51e980;
$b:#58f;

@mixin transition($in) {
	transition:$in;
	-ms-transition:$in;
	-o-transition:$in;
	-webkit-transition:$in;
	-moz-transition:$in;
}
@mixin transform($in) {
	transform:$in;
	-ms-transform:$in;
	-o-transform:$in;
	-webkit-transform:$in;
	-moz-transform:$in;
}
@mixin box-shadow($in) {
	box-shadow:$in;
	-ms-box-shadow:$in;
	-o-box-shadow:$in;
	-webkit-box-shadow:$in;
	-moz-box-shadow:$in;
}

body {
	margin:0;
	padding:0;
	background-color:#fff;
}
* {
	font-family:Helvetica,sans-serif;
	color:#888;
}
a {
	text-decoration:none;
	display:inline-block;
}
span.bar {
	display:block;
	width:30px;
	height:5px;
	margin-top:5px;
	background:#fff;
	border-radius:2px;
}
#togg_menu {
	border:none;
	outline:none;
	background:transparent;
	cursor:pointer;

	&:focus~header>.megaMenu {
		@include transform(translateX(0px));
	}
}
header {
	.megaMenu {
		@include transform(translateX(-270px));
		@include transition(all 0.3s ease-in-out);
		list-style-type:none;
		padding:0;
		margin:0;
		top:0;
		left:0;
		background:#fff;
		position:fixed;
		width:250px;
		height:100%;
		padding-top:50px;
		z-index:100;
		border-right:2px solid #ddd;
		@include box-shadow(2px 2px 50px 3px #000);


		li {
			@include transition(all 0.3s ease-in-out);
			border-left:5px solid transparent;
			a {
				text-align:center;
				padding:15px 0;
				background:#fff;
				width:90%;
				@include transition(all 0.3s ease-in-out);

				&:hover {
					color:$ggr;
				}
			}
			&:hover {
				border-left:5px solid $ggr;
			}
		}
	}

	.biggie {
		@include transform(translateX(-270px));
		@include transition(all 0.3s ease-in-out);
		list-style-type:none;
		position:fixed;
		padding:0;
		margin:0;
		top:0;
		left:0;
		width:250px;
		height:100%;
		padding-top:50px;
		background:#fff;
		z-index:-1;
	}
}

.stuff {
	&:hover>.biggie {
		@include transform(translateX(252px));
	}
}

main {
	margin:50px auto;
	width:60%;
	background:#fff;
	border-radius:10px;
	padding:5%;
	text-align:center;
}



