@font-face {
  font-family: 'icomoon';
  src:url('/fonts/icomoon.eot?-a0xrx1');
  src:url('/fonts/icomoon.eot?#iefix-a0xrx1') format('embedded-opentype'),
    url('/fonts/icomoon.woff?-a0xrx1') format('woff'),
    url('/fonts/icomoon.ttf?-a0xrx1') format('truetype'),
    url('/fonts/icomoon.svg?-a0xrx1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon2';
  src:  url('/fonts/icomoon2.eot?3qovyj');
  src:  url('/fonts/icomoon2.eot?3qovyj#iefix') format('embedded-opentype'),
  url('/fonts/icomoon2.ttf?3qovyj') format('truetype'),
  url('/fonts/icomoon2.woff?3qovyj') format('woff'),
  url('/fonts/icomoon2.svg?3qovyj#icomoon2') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
body > .container {
 /* padding: 60px 15px 0;*/
}
footer {
  position: absolute;

  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
}
footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
footer >.container .text-muted {
  margin: 20px 0;
}
.margin-top-btn-course{
  margin-top: -13px;
}
.blockQ-color2{
  border-left: 5px solid #A2A2A2;
}
.black-color{
  color:#202020;
}

[class^="icon-file-pdf"], [class*=" icon-file-pdf"],
[class^="icon-file-word"], [class*=" icon-file-word"],
[class^="icon-file-excel"], [class*=" icon-file-excel"],
[class^="icon-file-csv"], [class*=" icon-file-csv"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.9em;
}

.icon-file-pdf:before {
  content: "\e600";
}
.icon-file-word:before {
  content: "\e601";
}
.icon-file-excel:before {
  content: "\e602";
}
.icon-file-csv:before {
  content: "\e603";
}


[class^="icon-google-plus"], [class*=" icon-google-plus"],
[class^="icon-facebook"], [class*=" icon-facebook"],
[class^="icon-twitter"], [class*=" icon-twitter"],
[class^="icon-linkedin"], [class*=" icon-linkedin"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-google-plus:before {
  content: "\ea8b";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-linkedin:before {
  content: "\eaca";
}


.navigation {
    padding: 20px 0;
    font-size: 110%;
}
a.disabled {
    cursor: not-allowed;
    color: #95a5a6;
}
a.disabled:hover {
    text-decoration: none;
}
