@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500|Roboto:300,400");
.sidebar {
  background: linear-gradient(to left, #1b5d5f, #044042);
}
body .closebtn {
  background: transparent;
}
#blogsec .news-item .blog-rightdet .short-desc .read-more a,
#copyright .container h4:after {
  background: $primary_color;
}
#blogsec .news-item .blog-rightdet .published b:nth-child(2) {
  color: $primary_color;
}
#more-blog .morelink a {
  border-color: $primary_color !important;
}
.hero-text {
  padding: 15px 55px;
  color: #fff;
}
.hero-text h2 {
  font-family: "Montserrat", sans-serif;
}
.hero-text h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
#list-allblog .short-desc .read-more a {
  background-color: $primary_color;
}
#list-allblog .right-list .more-ttle-head {
  background-color: $primary_color;
}
.blogbody #list-allblog .published b:nth-child(3) {
  color: $primary_color;
}
.sidenav-menu li a {
  font-size: 15px;
}
.sidenav-menu li a:hover {
  color: #fff !important;
}
.navigation-header .navbar-default {
  background: #fff;
}
.navigation-header .navbar-default a {
  color: #333 !important;
}
.navigation-header .navbar-default .navigation-menu {
  margin-top: 15px;
}
.navigation-header .navbar-default ul {
  margin-top: 20px;
}
.navigation-header .closebtn:after {
  display: none;
}
.navigation-header .closebtn:hover {
  background-color: transparent;
}
.navigation-header .logonav img {
  width: auto;
}
.navigation-header ul.sidenav-menu {
  margin-top: 55px;
}
.navigation-header ul.sidenav-menu li {
  border: none !important;
}
.navigation-header ul.sidenav-menu li a {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.navigation-header .credentials_nav a:hover {
  padding: 0px !important;
  background: transparent;
}
.navigation-header .resrv {
  font-size: 12px;
}
.sidenav {
  background: #111;
}
.sidenav-overlay {
  background: rgba(41,121,255,0.9);
}
.list {
  background: #fff;
  margin-bottom: 15px;
}
.list p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,0.75);
  letter-spacing: 0;
  color: rgba(0,0,0,0.75);
}
.list .list-heading {
  padding: 15px 35px;
}
.list .list-heading h1 a {
  color: rgba(0,0,0,0.87);
}
.list .list-heading div {
  display: inline-block;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,0.75);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.list .list-heading div svg {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 10px;
  fill: rgba(0,0,0,0.87);
}
.list .list-heading .author {
  width: 25%;
}
.list .list-heading .date {
  width: 40%;
  text-align: center;
}
.list .list-heading .category {
  width: 35;
  text-align: right;
}
.list .list-share {
  padding: 15px 35px;
}
.list .list-share a.addthis_button_facebook svg {
  fill: #2979ff;
}
.list .list-share a.addthis_button_twitter svg {
  fill: #40c4ff;
}
.list .list-share a.addthis_button_linkedin svg {
  fill: #0077b5;
}
.list .list-share a.addthis_button_more svg {
  fill: #ff6550;
}
.list .list-thumbnail img {
  width: 100%;
}
.list .list-description {
  padding: 15px 35px;
}
.list .list-footer {
  padding: 15px 35px;
  border-top: 1px solid rgba(0,0,0,0.12);
}
.list .list-footer a {
  font-weight: 500;
  color: rgba(0,0,0,0.87);
  text-transform: uppercase;
}
.info .list-thumbnail img {
  width: auto;
}
.info .list-heading h5 {
  color: rgba(0,0,0,0.87);
}
.blog {
  background: #2979ff;
  color: #fff;
}
.blog .date {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat";
}
.blog .date a {
  color: #fff;
}
.blog .date svg {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 10px;
  fill: #fff;
}
.blog .list-description {
  padding-top: 0px;
}
.blog ul li {
  margin-bottom: 15px;
}
.blog ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
}
.page ul li {
  margin-bottom: 15px;
}
.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
  color: rgba(0,0,0,0.87);
}
.info .list-thumbnail {
  background: #2979ff;
  margin-bottom: 30px;
}
.info .list-thumbnail img {
  position: relative;
  top: 45px;
  border: 2px solid #fff;
  border-radius: 100%;
  padding: 0;
}
.info .list-description hr {
  width: 50px;
  border: none;
  height: 1px;
  background: #2979ff;
  margin-top: 10px;
  margin-bottom: 15px;
}
.info .list-description p {
  color: rgba(0,0,0,0.54);
  font-size: 14px;
}
.box-shadow {
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.12);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.12);
  transition: box-shadow 200ms ease-in-out;
}
.box-shadow:hover {
  box-shadow: 0 14px 28px 0 rgba(0,0,0,0.25);
  -webkit-box-shadow: 0 14px 28px 0 rgba(0,0,0,0.25);
}
@media (max-width: 640px) {
  .list .list-heading .author {
    width: 100%;
  }
  .list .list-heading .date {
    width: 50%;
    text-align: left;
  }
  .list .list-heading .category {
    width: 40%;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .list .list-heading .author {
    width: 100%;
  }
  .list .list-heading .date {
    width: 100%;
    text-align: left;
  }
  .list .list-heading .category {
    width: 100%;
    text-align: left;
  }
}
.btn {
  font-size: 16px;
  border-radius: 0px;
}
.btn-primary {
  background-color: #2979ff;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  font-size: 16px;
  font-size: 100%;
}
body {
  font-family: "Montserrat", sans-serif;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: auto;
}
body {
  padding: 0px;
  font-family: "Roboto", sans-serif, sans-serif;
  font-size: 16px;
  color: rgba(0,0,0,0.75);
  letter-spacing: 0;
  font-weight: 400;
}
.lnks .footerlink.hiden {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 300;
}
.lead-text {
  font-size: 18px;
  font-weight: 300;
  padding-right: 55px;
  padding-left: 55px;
}
a:hover {
  color: $primary_color !important;
  text-decoration: none;
}
.heading-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  background: #fff;
  padding: 20px 25px;
  margin: 0 0 15px 0;
}
svg {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.footer {
  margin-top: 55px;
}
h2 {
  font-size: 34px;
}
h3 {
  font-size: 28px;
}
blockquote {
  background: #f6f6f6;
}
pre {
  border: none;
}
ul {
  padding-top: 5px;
}
ul li.facebook svg {
  fill: #2979ff;
}
ul li.twitter svg {
  fill: #40c4ff;
}
ul li.pinterest svg {
  fill: #cb2027;
}

 /*# sourceMappingURL=master.css.map */