/* RESET CSS STRAT */
* { margin: 0px; padding: 0px; transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s;}
body { font-family: 'Poppins', sans-serif; margin: 0px; padding: 0px; font-size: 16px; 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: 30px; margin: 0px; line-height: 1.2em; }
p { padding: 0px; margin: 0px; font-size: 16px;  line-height: 26px; color: #151414;}
.hr {border-top: 5px solid #4c0b97; width: 100%; margin-top: 10px;
    margin-bottom: 0px; }
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; }
.img-responsive100 { width: 100%;}
.nopd { padding-left: 0px; padding-right: 0px;}
#inner { width: 100%; margin: 0 auto; max-width: 1100px; position: relative;}
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: #03adea;
		color: #FFF;
	}

::selection {
		background-color: #03adea;
		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;
}

/* STICKY ANV BAR */	
.header.sticky .header-absolute {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
	-webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	background-color: rgba(0,0,0,0.9);
	
	
}

.header.sticky .header-absolute .logo img { width: 80px; }
.header.sticky .header-absolute .logoright span { color: #FFFFFF; }

/* -------------------------------------------------- */
/*	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: #da251d;

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: 'FontAwesome';
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: #1281cf;
}
#back-top:hover:after { color: #FFF; }
/* -------------------------------------------------- */
/*	Back Top END
/* -------------------------------------------------- */
/*
================================================
+ Loader, Top Bar CSS 
================================================
*/
.loader {
    background: #da251d;
    color: #fff;
}
.loader{
    z-index: 9999;
    height: 100%;
    width: 100%;
    position: fixed;
    text-align: center;
}
.loader-inner{
    margin-top: 45vh;
}
@-webkit-keyframes line-scale-pulse-out-rapid {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1); }
    80% {
        -webkit-transform: scaley(0.3);
        transform: scaley(0.3); }
    90% {
        -webkit-transform: scaley(1);
        transform: scaley(1); }
}
@keyframes line-scale-pulse-out-rapid {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1); }
    80% {
        -webkit-transform: scaley(0.3);
        transform: scaley(0.3); }
    90% {
        -webkit-transform: scaley(1);
        transform: scaley(1); }
}
.line-scale-pulse-out-rapid > div {
    background-color: #FFFFFF;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    vertical-align: middle;
    -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
    animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78); }
.line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {
    -webkit-animation-delay: -0.25s !important;
    animation-delay: -0.25s !important; }
.line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
}