/* RESET CSS STRAT */
* { margin: 0px; padding: 0px; }
body { font-family: 'Poppins', sans-serif; margin: 0px; padding: 0px; font-size: 14px; font-weight: normal; color: #262626; outline: none; line-height: 1.5em; overflow-x: hidden; }
h1, h2, h3, h3, h4, h5, h6 { color: #212020; font-size: 30px; margin: 0px; line-height: 1.2em; }
p { padding: 0px; margin: 0px; font-size: 16px;  line-height: 24px; color: #262626;}
.hr {  margin-bottom: 15px; margin-top: 15px; border-color: #000000; }
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block;}
ul { list-style: none; margin: 0px; padding: 0px;}
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; }
.img-fluid100 { width: 100% }
.nopd { padding-left: 0px; padding-right: 0px;}
li { color: #1e1e1e; 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: #0651a0; color: #fff; }
::selection { background-color: #0651a0; color: #fff;}
/* RESET CSS END */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000 !important;
}
::-moz-placeholder { /* Firefox 19+ */
   color: #000 !important;
}
:-ms-input-placeholder { /* IE 10+ */
   color: #000 !important;
}
:-moz-placeholder { /* Firefox 18- */
   color: #000 !important;
}
.font-weight-700 { font-weight: 700 !important; }
.font-weight-900 { font-weight: 900 !important; }
/* STICKY ANV BAR */	
.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    padding: 5px 0;
	-webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	background: #FFFFFF;
    box-shadow: 0 0 18px 1px rgba(0,0,0,.1);
}

#header.sticky .logo img { width: 150px; }

/* -------------------------------------------------- */
/*  Back Top
/* -------------------------------------------------- */
#back-top {
position: fixed;
right: 10px;
bottom: 0px;
z-index: 999;
overflow: hidden;
display: none;
width: 50px;
height: 50px;
border: 1px solid #FFF;
background-color: #b401ff;
    border-radius: 100%;
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 { background-color: #122953;}
#back-top:hover:after { color: #000; }
/* -------------------------------------------------- */
/*  Back Top END
/* -------------------------------------------------- */


/* Hero Section Slide */

.bc-img01{
    background-image: url(../images/banner.jpg);
    background-size: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    height: 503px; 
    min-height: 100%; 
}
@supports (-moz-appearance:none) {
.bc-img01 { height: 550px;}
}
.sideNavi {     
  position: fixed;
  top: 50%;
  right: -44px;
  z-index: 2; 
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); 
}
.sideNavi a { 
  background-color: #b401ff;
  color: #ffffff; cursor: pointer;
  font-size: 18px;
  padding: 9px 16px;
}
.sideNavi a:hover { background-color: #962d2a;  color: #ffffff;  } 