 /*Common RESET css START */
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,
font,
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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  /*font-family: 'Roboto Regular';*/
  font-family: 'Poppins-Regular'; 
  line-height: 1;
  width: 100%;
  color: #101010;
  font-weight: normal;
  float: left;
  overflow-x: hidden;
  overflow-y: auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-decoration: none;
  outline: 0 !important;
}

*,
*:before,
*:after,
*,
 :after,
 :before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-word-break: normal;
  word-break: normal;
}

ol,
ul,
li {
  list-style: none;
}

ul {
  overflow: hidden;
}


/*quotes */

q {
  quotes: '\0022' '\0022';
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

li {
  display: inline-block;
}

li a {
  display: block;
}

li a:hover {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none!important;
  outline: 0!important;
  color: inherit;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:active {
  color: inherit;
  text-decoration: none;
}


/* remember to define focus styles! */

:focus {
  outline: 0;
}


/* remember to highlight inserts somehow! */

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}


/* tables still need 'cellspacing="0"' in the markup */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

header,
footer,
section,
article {
  display: block;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
}

input[type="text"]:focus {
  outline: 0;
}

input[type="email"]:focus {
  outline: 0;
}

input[type="submit"]:focus {
  outline: 0;
}

select:focus {
  outline: 0;
}

textarea:focus {
  outline: 0;
}

main,
header,
section,
aside {
  position: relative;
  width: 100%;
  display: block;
  float: left;
}

/* start commented backslash hack \*/

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* close commented backslash hack */


/*2 or either use*/



/*cross browsers opacity*/

.crossbrowserOpacity {
  /* standards-compliant browsers */
  opacity: 0.7;
  /* The following is for IE and versions */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE8 */
  filter: alpha(opacity=70);
  /* IE 5-7  */
}


/*cross browsers transparent*/

.transparent {
  filter: alpha(opacity=50);
  /* internet explorer */
  -khtml-opacity: 0.5;
  /* khtml, old safari */
  -moz-opacity: 0.5;
  /* mozilla, netscape */
  opacity: 0.5;
  /* fx, safari, opera */
}


/*Prevent Long URL’s From Breaking Out of Container*/

.long-text {
  word-wrap: break-word;
}


/*border-radius*/

.borderRadius {
  -webkit-border-radius: 4px 3px 6px 10px;
  -moz-border-radius: 4px 3px 6px 10px;
  -o-border-radius: 4px 3px 6px 10px;
  border-radius: 4px 3px 6px 10px;
}


/*Full page background image */

.banner {
  background: url(bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*IE support Full page background image*/
  /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";*/
}


/*For example, To make a printed document more book-like.*/

@media print {
  .page-break {
    height: 0;
    page-break-before: always;
    margin: 0;
    border-top: none;
  }
  h1.page-break {
    page-break-before: always;
  }
  p.page-break {
    page-break-inside: avoid;
  }
  h2.page-break {
    page-break-before: always;
  }
  h3.page-break,
  h4.page-break {
    page-break-after: avoid;
  }
  pre.page-break,
  blockquote.page-break {
    page-break-inside: avoid;
  }
}

@media \0screen {
  img {
    width: auto;
    /* for ie 8 */
  }
}

/*inner box-shadow*/

#boxshadoww {
  -moz-box-shadow: inset 2px 0 4px #000;
  -webkit-box-shadow: inset 2px 0 4px #000;
  box-shadow: inset 2px 0 4px #000;
}


/*outer box-shadow*/

#boxshadoww {
  -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52);
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52);
}


/*transform vertical-align middle*/

#transformm {
  margin: 0;
  position: absolute;
  background: yellow;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/*or*/

#transformm {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(37,38,39,0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .5s all ease;
}


.glowing-border {
border: 2px solid #dadada;
border-radius: 7px;
}

.glowing-border:focus { 
outline: none;
border-color: #9ecaed;
box-shadow: 0 0 10px #9ecaed;
}

.active{display: block; opacity: 1;}


.clearDiv {
  clear: both;
}

/*ScrollTOP_BacktoTOP START */
.goTop {
  position: fixed;
  z-index: 999;
  right: 1px;
  bottom: 8%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  /*background: rgba(175, 5, 1, 1);*/
  background-color: rgba(17, 20, 131, 1);
  border: none;
  opacity: 0;
  transition: opacity 0.8s linear;
  font-family: 'Roboto Black'; 
  font-size: 12px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  width: 48px;
  height: 48px;
  line-height: 47px;
  border-radius: 50%;
}
.goTop.is-visible {
  opacity: 1;
}
.pageYOffset_goTop {
  position: fixed;
  right: 0;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
/*ScrollTOP_BacktoTOP CLOSE */


/*==================================================
    =      Common RESET css END      =
====================================================*/

