/* RESET CSS STRAT */
:root{
  --bg-red: #2e3192;
  --bg-yellow: #fdb913;
  --font: 1rem;
  --text-dark: #414141;
}

* { margin: 0px; padding: 0px; }
body {font-family: 'Montserrat', sans-serif;  margin: 0px; padding: 0px; font-size: 14px; font-weight: normal; color: #b4b4b4; outline: none; line-height: 1.5em; overflow-x: hidden; }
h1, h2, h3, h3, h4, h5, h6 { color: #000000; font-size: 1.6rem; margin: 0px; line-height: 1.3em; }
p { padding: 0px; margin: 0px; font-size: 16px;  line-height: 24px; color: #000;}
.hr { border-top: 1px solid #000000; width: 100%; margin-top: 12px; margin-bottom: 12px; }
.hr:after { position: absolute; content: ""; left: 0px; background-color: #000000; width: 80px; height: 5px; top: -3px; }
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block;}
ul { list-style: none; margin: 0px; padding: 0px;}
ul li:last-child { border: 0px !important;}
a { outline: none !important; color: #73ae20; text-decoration: none; transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;  }
a:hover, a:active, a:focus { outline: none !important; text-decoration: none; color: #000;}
textarea, input:focus { outline: none !important; text-decoration: none;}
img { border:0; }
li { transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;}
::-moz-selection { background-color: #5276c8; color: #fff;}
::selection { background-color: #5276c8; color: #fff;}
.show { display: block!important;}
.font20 { font-size: 20px; }	  
/* RESET CSS END */


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #FFF !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #FFF !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #FFF !important;
}

/* STICKY ANV BAR */	
.sticky {position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 20;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    box-shadow: 0 0 18px 1px rgba(0,0,0,.1);}
#header.sticky .header-absolute {
    background: #000;
}
#header.sticky .header-absolute .logo img { width: 350px; }

/* -------------------------------------------------- */
/*	Back Top
/* -------------------------------------------------- */
#back-top {
position: fixed;
right: 0px;
bottom: 0px;
z-index: 999;
overflow: hidden;
display: none;
width: 50px;
height: 50px;
border: 1px solid #FFF;
background-color: var(--bg-yellow);
text-align: center;
-webkit-transition: all .25s ease;
transition: all .25s ease;}

#back-top:after {
display: block;
text-align: center;
color: #FFF;
font-size: 20px;
font-family: 'Font Awesome 5 Pro';
content: "\f062";
line-height: 48px;

-webkit-transition: color .25s ease, -webkit-transform 2s ease;
	transition: color .25s ease, transform 2s ease;
}

#back-top:hover {
border-color: transparent;
background-color: #58585a;
border: 1px solid #FFF;
}
#back-top:hover:after { color: #fff; }
/* -------------------------------------------------- */
/*	Back Top END
/* -------------------------------------------------- */

/* Hero Section Slide */

.bc-img01{
    background: url(../images/banner.jpg) top;
    background-size: cover;
   height: 750px;
    border-bottom: 4px solid #127abf; 
    border-top: 4px solid #127abf; 
}
.bc-img01:after { content: ""; position: absolute; left: 0px; bottom: 0px; width: 50%; height: 85%; background-image: url(../images/bnrShapes.png); background-repeat: no-repeat; background-size: 100%; }

.formsecBx {
    position: absolute;
    top: 0;
    right: 12%;
    z-index: 1;
}
.sideNavi {     
  position: fixed;
  top: 50%;
  right: -39px;
  z-index: 2; 
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); 
}
.sideNavi a { 
  background-color: var(--bg-yellow);
  color: #000; cursor: pointer;
  font-size: 18px;
  padding: 14px 16px;
}
.sideNavi a:hover { background-color: #0e6da5;  color: #ffffff;  } 