@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,700,900|Montserrat:300,400,700,900');

html,body,.container {
 height: 100%;
}
/* 

font-family: 'Fira Sans', sans-serif;
font-family: 'Montserrat', sans-serif;

*/


body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #242424;
}

/* Navigation Bar */

.navbar {
  border: none;
}

.navbar-default .navbar-brand {
    color: #256EFF;
}

.navbar-default {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 1px 3px #000000;
}

.navbar-brand {
  padding: 0px;
  height: 50px;
  font-size: 36px;
  font-weight: 900;
  line-height: 50px;
}
.navbar-brand> img {
  height: 100%;
  padding: 15px;
  width: auto;
}

.navbar-right .dropdown-menu {
    left: 0;
    right: inherit;
}

.navbar-default .navbar-nav>li>a {
  /*line-height: 80px;*/
  font-size: 15px;
  font-weight: 600;
  color: #4D4B48;
  font-family: 'Fira Sans', sans-serif;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #256EFF;
  background-color: transparent;
}

.dropdown-menu>li>a {
    display: block;
    font-family: 'Fira Sans', sans-serif;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #256EFF;
    text-decoration: none;
    background-color: transparent;
}

.navbar-toggle {
  margin-top: 10px;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

/* -- background colors -- */

.bg-white { background-color: #ffffff; }
.bg-grey { background-color: #f8f9f8; /*#DDE1E6;*/ }
.bg-grey-dark { background-color: #D5D5D8;  }
.silver-sand {  background-color: #C6C7C4; }
.white-smoke { background-color: #f3f5f9;  }
/* -- template padding -- */

.toppadder20 { padding-top: 20px; }
.toppadder30 { padding-top: 30px; }
.toppadder50 { padding-top: 50px; }
.toppadder70 { padding-top: 70px; }
.toppadder100 { padding-top: 100px; }

.bottompadder20 { padding-bottom: 20px; }
.bottompadder30 { padding-bottom: 30px; }
.bottompadder50 { padding-bottom: 50px; }
.bottompadder70 { padding-bottom: 70px; }
.bottompadder100 { padding-bottom: 100px; }

.margtop100 { margin-top: 100px; }

/* -- template colors  -- */

.black-color { color: #000000 ; }
.blue-color { color: #256EFF; }
.orange-color { color: #FCA311; }
.grey-color { color: #D5D5D8 ; }


  /*==================================================
  =            Main Section Home Page                =
  ==================================================*/

.main-box {
  display: flex;
  align-items:center;
}

.firstname, .lastname {
  font-family: 'Fira Sans', sans-serif;
  font-size: 61px;
  font-weight: 400;
  line-height: 75px;
}

.lastname {
  font-weight: 900;
}

.job-title {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.btn-repeat {
   background-color: #a7daf0;
   font-weight: 600;
 }

 .btn-repeat:hover {
   text-decoration: underline;
 }

.about-text {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
}

.wrapper {
  float: left;
  width: 100%;
}

.heading-icon {
  font-size: 30px;
}

.heading_center {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  text-transform: capitalize;
}

.v-category-area {
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: 400;
}

.more-link {
    font-weight: 600;
    text-align: right;
    font-size: 15px;
}

.more-link a {
    color: #242424;
}

.more-link a:hover {
    color: #256EFF;
}

.text-area, .card-area {
  padding-top: 20px;
}

.heading_left h1 {
  float: left;
  width: 100%;
  margin: 0px;
  padding-bottom: 20px;
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-weight: 900 !important;
  font-size: 25px;
}

.heading_left {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  text-transform: capitalize;
}

  .heading_left h1:after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 25%;
  height: 4px;
  width: 50%;
  text-align: center;
  background-color: #14213D;
  /*background: -ms-linear-gradient(left, #6E65DE 0%, #30A3F0 100%);
  background: -moz-linear-gradient(left, #6E65DE 0%, #30A3F0 100%);
  background: -o-linear-gradient(left, #6E65DE 0%, #30A3F0 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #6E65DE), color-stop(100, #30A3F0));
  background: -webkit-linear-gradient(left, #6E65DE 0%, #30A3F0 100%);
  background: linear-gradient(to right, #6E65DE 0%, #30A3F0 100%);*/
}


.education {
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
  font-weight: 300;
}

.edu-card {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 25px 0 25px 0;
}

.card {
  background-color: #f3f5f9;
  border-radius: 5px;
  padding: 25px 0 25px 0;
  min-height: 200px;
}

.icon {
  font-size: 50px;
  text-align: center;
  font-weight: 900;
}

.text-icon {
  font-size: 25px;
  text-align: center;
  padding-top: 25px;
}

.edu-icon {
  font-size: 19px;
  text-align: center;
  padding-top: 25px;
}

.edu-footer {
  display: flex;
  padding-top: 25px;
}

.v-card-area {
  padding-top: 20px;
}

.vcat a {
  color:#333;
}

.v-card {
  background-color: #f3f5f9;
  border: 0.5px solid #e1e1e1;
  height: 260px;
}

.v-image img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.v-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  height: 100px;
}
.v-image::before {
  content: "";
  display: block;
}

.v-title, .v-bottom {
  text-align: left;
}

.v-title {
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
  margin-left: 15px;
  line-height: 40px;
}

.v-title a {
  color: #256EFF;
}

.v-title a:hover {
 color: #256EFF;
}

.v-bottom {
  font-size: 12px;
  font-weight: bolder;
}

.v-metadata {
  display: inline-block;
  padding: 10px;
}

.v-body {
  padding: 25px;
}

.v-description {
  font-size: 13px;
  font-weight: 300;
  text-align: justify;
}

.v-footer {
  text-align: right;
  display: flex;
}

.btn-info {
  color: #fff;
  background-color: #256EFF;
  border-color: #256EFF;
}

.s-card {
  background-color: #f3f5f9;
  border: 0.5px solid #e1e1e1;
  min-height: 260px;
}

.s-body {
  display: table;
  height: 200px; 
}

.s-description {
  vertical-align: middle;
  display: table-cell;
  font-size: 13px;
  font-weight: 400;
  padding: 5px;
  text-align: center;
}

.s-journal {
  font-weight: 300;
  text-align: left;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

blockquote {
  background: #f3f5f9;
  border-left: 5px solid #256EFF;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  font-size: 15px;
  font-weight: 600;
}
blockquote:before {
  color: #256EFF;
  content: open-quote;
  font-size: 2em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}



/* -- Footer Section -- */

.footer_wrapper {
  float: left;
  width: 100%;
  background-color:#14213D;
  color: #FFFFFF; /* #797979; */
  position: relative;
}

section#contact ul {
  padding-left: 0px;
}

section#contact ul > li {
    font-size: 15px;
    padding-top: 10px;
    list-style: none;
}
