@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');
body {background: #FFF;margin: 0;font-family: 'Raleway', sans-serif;font-size: 14px;overflow-x: hidden;}
.noscroll {overflow: hidden;}
a:hover {transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;}
input:focus, img:focus, select:focus, textarea:focus, a:focus {outline: 0;}
::-webkit-scrollbar {width: 5px;}
::-webkit-scrollbar-thumb {
  border-right: solid 3px #3f8ee7;
  background: #3f8ee7;
}
::-webkit-scrollbar-track {
  border: none;
  background: #0a407d; 
}
p {
    color: #454545;
    line-height: 24px;
    font-weight: 500;
    text-align: justify;
}
::selection {
    color: #fff;
    background: #0a407d;
}








