body {
  background: #fff;
  color: #666;
  font-family: "Domine", serif;
  font-weight: 300;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #777;
  font-weight: 300;
}

a {
  color: #09bd7d;
}

.btn {
  font-weight: 300;
  border: 0;
}

a.login_link,
b,
strong {
  font-weight: 500;
}

.btn.btn-primary {
  background-color: #52b6ec;
}

.btn.btn-primary.active,
.btn.btn-primary:hover {
  background-color: #1586c3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a:focus,
a:hover {
  color: #09bd7d;
  text-decoration: none;
  outline: 0;
}

* {
  outline: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

.new-logo {
  float: none;
  padding: 0;
  text-align: center;
  float: none;
  padding: 0;
  text-align: center;
  padding-left: 0px;
}

.new-logo a.navbar-brand {
  margin: 14px 0px 0px 0px;
  padding: 0px;
  display: inline-block;
}

#header.new-header.sticky-header .new-logo a.navbar-brand.sticky-logo {
  display: inline-block;
  top: 0px;
}

.navbar-header {
  float: left;
}

.navbar-default .navbar-brand img {
  max-width: 100%;
  display: inline-block;
}

.new-logo .navbar-brand {
  float: none;
  height: inherit;
}

a.login_link,
#header .navbar-default .navbar-nav > li > a.login_link:focus {
  padding: 6px 15px !important;
  border-radius: 4px;
  border: 0 solid transparent;
  outline: 0;
  color: #fff !important;
  transition: 0.2s box-shadow ease;
  font-size: 14px !important;
  background-color: #09bd7d;
  font-weight: 400 !important;
}

a.login_link:hover {
  background: #fed24a !important;
  border: none;
}

a.new_heart-icon i {
  font-size: 22px;
  color: #ef7268;
  font-weight: 900;
}

.post {
  padding-top: 40px;
  padding-bottom: 60px;
}

.post time {
  text-transform: uppercase;
  font-size: 12px;
  color: #888;
  margin-bottom: 10px;
  font-family: muli, sans-serif;
  font-weight: 900;
}

.post h2 {
  font-size: 36px;
  margin-bottom: 30px;
  letter-spacing: -1px;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.25;
  font-family: muli, sans-serif;
  font-weight: 900;
}

.post h1 {
  font-size: 36px;
  margin-bottom: 30px;
  letter-spacing: -1px;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.25;
  font-family: muli, sans-serif;
  font-weight: 900;
}

.post h2 a {
  color: #000;
}

.post h2 a:hover {
  color: #09bd7d;
}

.contentarea p {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 30px;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #4c4c4c;
}

.contentarea a {
  text-decoration: underline;
  color: #000;
}

.button:active,
.button:focus,
.button:hover {
  background-color: #efefef;
  border-color: #efefef;
  color: #282828;
}

a:active,
a:focus,
a:hover {
  cursor: pointer;
  color: #09bd7d;
}

.button {
  background: #efefef;
  border: 1px solid #efefef;
  color: #282828;
  padding: 13px 30px;
  font-size: 11px;
  border-radius: 0px;
  float: none;
  margin-bottom: 0;
  transition: all 0.4s ease;
  margin-right: 0;
  font-family: "Archivo Black", sans-serif;
  margin-right: 20px;
  text-transform: uppercase;
}

.button svg {
  margin-left: 5px;
}

.button.b-bg {
  background: #243e96;
  border: 1px solid #243e96;
}

.button.b-bg:hover {
  background: #0f256e;
  border: 1px solid #0f256e;
}

.button i {
  font-weight: 300;
  margin-left: 6px;
}

img.icon-a {
  margin-right: 1px;
}

blockquote {
  font-weight: 700 !important;
  font-style: italic;
  border-left: 2px solid rgba(0, 0, 0, 0.12);
}

blockquote p {
  font-weight: 700 !important;
  font-style: italic;
}

.new-searchbox {
  margin-top: -46px;
}

.searchbox {
  position: relative;
  min-width: 35px;
  width: 0%;
  height: 35px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background: #e8e9ea;
  width: 100%;
  height: 35px;
  margin: 0;
  padding: 0px 35px 0px 12px;
  font-size: 13px;
  color: #000;
  border-radius: 5px;
  font-family: "Archivo Black", sans-serif;
}

.new-searchbox .searchbox-open input[type="submit"] {
  width: auto;
  background: #e8e9ea;
  padding-right: 10px;
  border-radius: 0px 5px 5px 0px;
  position: absolute;
  z-index: -1;
}

.searchbox-input::-webkit-input-placeholder {
  color: #666;
}

.searchbox-input:-moz-placeholder {
  color: #666;
}

.searchbox-input::-moz-placeholder {
  color: #666;
}

.searchbox-input:-ms-input-placeholder {
  color: #666;
}

.searchbox-icon,
.searchbox-submit {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: 0;
  font-size: 14px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  color: #080808;
  background: #ffffff;
}

.searchbox-open .searchbox-icon {
  background: #e8e9ea;
  border-radius: 0px 5px 5px 0px;
}

.searchbox-open {
  width: 100%;
}

.post-tags {
  margin-top: 40px;
}

.post-tags a {
  font-family: muli, sans-serif;
  color: #a0a0a0;
  font-size: 13px;
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  text-decoration: none;
}

.post-tags a:hover {
  color: #09bd7d;
  text-decoration: underline;
}

.search-results-page h1 {
  margin-bottom: 35px;
}

.search-results-page .post {
  padding-bottom: 0px;
}

.search-results-page .post h2 {
  font-size: 30px;
  margin-bottom: 30px;
  letter-spacing: -1px;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.25;
  font-family: muli, sans-serif;
  font-weight: 900;
  margin-top: 10px;
}

.contentarea {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 30px;
  margin-top: 0;
  font-family: "Domine", serif;
  font-weight: 400;
  color: #565656;
}

.divider {
  border-bottom: 1px solid #ccc;
  margin-top: 40px;
  margin-bottom: 40px;
}

.all-box ul {
  padding: 0px;
}

.all-box li {
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 15px;
  width: 50%;
  display: inline-block;
  float: left;
}

.all-box li a {
  color: #565656;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.all-box li a span {
  color: #09bd7d;
  font-size: 16px;
}

.all-box li a:before {
  bottom: -1px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #09bd7d;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.all-box li a:active:before,
.all-box li a:focus:before,
.all-box li a:hover:before {
  opacity: 1;
}

a.logout-l {
  font-size: 11px;
  line-height: 1;
  padding: 0px 2px;
  text-transform: uppercase;
  color: #000;
  font-family: "Archivo Black", sans-serif;
  float: right;
  margin-top: 18px;
}

a.logout-l:hover {
  color: #09bd7d;
}

.search-results-page article {
  width: 100%;
  display: inline-block;
}

.form-control-feedback {
  margin-top: 5px;
  cursor: pointer;
  color: #333;
  font-size: 15px;
  margin-right: 6px;
}

.table-box {
  margin-top: 10px;
}

.save-bnt {
  background: #efefef;
  border: 1px solid #efefef;
  color: #282828;
  padding: 13px 30px;
  font-size: 13px;
  border-radius: 0px;
  float: none;
  margin-bottom: 0;
  transition: all 0.4s ease;
  margin-right: 0;
  font-family: "Archivo Black", sans-serif;
  margin-right: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  width: 100%;
}

.editer-box {
  margin: 40px 0px 100px;
}

.table-box {
  font-size: 20px;
  color: #000;
  line-height: 1;
  font-family: muli, sans-serif;
  font-weight: 900;
}

.table-box .table {
  margin-top: 30px;
  display: inline-block;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border: none;
  padding: 0px 0px 40px 0px;
}

.table-box .table a.edit-i {
  background: #efefef;
  border: 1px solid #efefef;
  color: #282828;
  padding: 6px 12px;
  font-size: 13px;
  border-radius: 0px;
  float: none;
  margin-bottom: 0;
  transition: all 0.4s ease;
  margin-right: 0;
  font-family: "Archivo Black", sans-serif;
  margin-left: 10px;
  text-transform: uppercase;
}

.table-box .table a {
  color: #000;
}

.table-box .table a:hover {
  color: #09bd7d;
}

.editer-box .form-control {
  border: none;
  border-bottom: 2px solid #cfd7d9;
  color: #444;
  border-radius: 0px;
  height: 43px;
  padding: 0 0px;
  line-height: 32px;
  box-shadow: none;
}

.container {
  width: 750px;
}

.mm-toggle {
  display: none;
  float: left;
  font-size: 19px;
  height: 38px;
  padding: 10px 5px 10px;
  width: auto;
}

.navbar-default {
  background-color: transparent;
  border: 0;
  padding: 0px 0px 10px;
  min-height: auto;
  margin: 0;
  font-weight: 400;
  margin-top: 25px;
  border-bottom: 0px #ddd solid;
  border-radius: 0px;
}

.navbar-collapse {
  float: right;
  padding: 0;
  text-align: left;
  margin-right: 0;
  width: 75%;
  padding-right: 0px;
}

.m-link {
  display: inline-block;
  width: 100%;
  margin-top: 8px;
}

.mtmegamenu {
  width: 100%;
  position: relative;
  font-family: "Domine", serif;
  display: inline-block;
  text-align: right;
  float: right;
}

.mtmegamenu > ul {
  padding: 0;
  text-align: left;
  margin-top: 12px;
  margin-right: 0px;
  display: inline-block;
  clear: both;
}

.mtmegamenu > ul > li {
  display: inline-block;
  font-size: 16px;
  background: none !important;
  float: left;
  position: relative;
  margin-right: 12px;
  margin-left: 12px;
}

.mtmegamenu > ul > li a:hover {
  color: #09bd7d !important;
}

.mtmegamenu > ul > li a {
  font-size: 12px;
  line-height: 1;
  padding: 5px 2px;
  text-transform: uppercase;
  color: #000;
  font-family: "Archivo Black", sans-serif;
}

.mtmegamenu > ul > li:last-child {
  margin-left: 0px;
  margin-right: 0px;
}

.mtmegamenu > ul > li.active a {
  color: #09bd7d;
}

.mmPushBody,
html {
  overflow-x: hidden;
}

.mobile-menu .btn,
.mobile-menu .input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
}

.mm-toggle,
.mobile-menu .expand:hover {
  cursor: pointer;
}

.mtmegamenu .mt-root-item img {
  width: 14px;
  margin-top: -5px;
}

#page {
  left: 0;
  position: relative;
}

.mmPushBody {
  height: 100%;
  width: 100%;
}

#mobile-menu {
  background: #fff;
  border-right: 1px solid #eee;
  box-shadow: 0 1px 8px #ddd;
  box-sizing: content-box;
  display: none;
  line-height: 1.42857;
  position: fixed;
  text-transform: uppercase;
  top: 0;
  z-index: 99999;
  font-size: 15px;
}

.mobile-menu {
  box-sizing: border-box;
  float: left;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  position: relative;
  width: 100%;
}

.mobile-menu ul {
  margin-left: 0;
  padding-left: 0;
}

.mobile-menu ul .expand {
  background: #eee;
}

.mobile-menu .mm-search {
  background-color: #fff;
  box-sizing: border-box;
  color: #555;
  height: 45px;
  margin-bottom: 5px;
  padding: 5px 10px;
  margin-top: 5px;
}

.mobile-menu .input-group {
  border-collapse: separate;
  display: table;
  position: relative;
  border: 1px solid #cfdde2;
  font-family: open sans, sans-serif;
  letter-spacing: normal;
  color: #999;
  border-radius: 3px;
  font-size: 13px;
}

.mobile-menu li a,
.mobile-menu li li a {
  font-family: "Archivo Black", sans-serif;
}

.mobile-menu .input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.mobile-menu .input-group .form-control {
  display: table-cell;
  float: left;
  height: 36px;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  z-index: 2;
}

.mobile-menu .input-group-btn {
  font-size: 0;
  position: relative;
  width: 1%;
}

.mobile-menu #search1 input {
  height: 36px;
  margin: 0;
  padding-left: 10px;
  width: 85%;
}

.mobile-menu #search1 button {
  background: inherit;
  border: none;
  color: #333;
  display: inline-block;
  float: none;
  line-height: 24px;
  padding: 4px 10px 10px;
  border-radius: 0 3px 3px 0;
}

.mobile-menu .input-group-btn:first-child > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.mobile-menu .input-group-btn > .btn {
  height: 36px;
  position: relative;
}

.mobile-menu .btn {
  background-image: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  text-align: center;
}

.mobile-menu .form-control {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  color: #555;
  font-size: 15px;
  height: 18px;
  padding: 6px 0;
}

.mobile-menu .btn-default {
  background-color: #fff;
  border: 0;
  height: 30px;
  padding: 4px 5px;
}

.mobile-menu .btn-default:hover {
  color: #014693;
}

.mm-search #search1 {
  width: 100%;
}

.mobile-menu .btn-default:active,
.mobile-menu .btn-default:focus {
  background-color: #fff;
}

.mobile-menu .home {
  background-color: #014693;
  color: #fff;
  overflow: hidden;
}

.mm-toggle,
.mm-toggle-wrap,
.mobile-menu li li,
.mobile-menu li li li {
  background: none;
}

.mobile-menu .home i {
  padding-right: 5px;
}

.mobile-menu .home a.active {
  color: #fff !important;
}

.mobile-menu .expand {
  border-left: 0 solid #efefef;
  color: #666;
  margin-left: 20px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  width: 35px;
  font-size: 12px;
}

.mobile-menu li {
  border-top: 1px solid #efefef;
  display: block;
  float: left;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  width: 100%;
}

.mobile-menu li .home a {
  color: #fff;
}

.mobile-menu li a {
  color: #000;
  display: block;
  overflow: hidden;
  padding: 10px 10px 10px 15px;
  text-decoration: none;
  white-space: normal;
  font-size: 12px;
  letter-spacing: normal;
  text-transform: uppercase;
}

.mobile-menu li.linkedin-icon a img {
  height: 15px;
}

.mobile-menu li a:hover {
  color: #000;
}

.mobile-menu li a.active {
  color: #014693;
}

.mobile-menu li li a {
  padding-left: 20px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.mobile-menu li li a i {
  color: #09bd7d;
  font-size: 14px;
}

#mobile-menu .top-links ul.links,
#mobile-menu .top-links ul.links a,
#mobile-menu .top-links ul.links li:last-child a.button_download {
  font-family: "Domine", serif;
  font-weight: 600;
}

.mobile-menu li li li a {
  padding-left: 35px;
}

.mobile-menu .social a {
  float: left;
  margin: 10px 0 10px 15px;
  padding: 0;
}

.mobile-menu .social i {
  color: #014693;
  font-size: 22px;
}

.mobile-menu input.simple:focus {
  border: none;
  box-shadow: none;
  transition: none 0s ease 0s;
}

.mobile-menu [class*=" icon-"]:before,
.mobile-menu [class^="icon-"]:before {
  margin-left: 0;
  margin-right: 0;
}

.mobile-menu li li a span.fa.fa-plus:before {
  content: "";
}

.mobile-menu li li a span.fa.fa-plus {
  font-family: inherit;
  padding: 0 !important;
}

.mobile-menu .expand:before {
  content: "\f067";
  font-family: FontAwesome;
}

.mobile-menu .expand.open:before {
  content: "\f068";
  font-family: FontAwesome;
}

.mm-toggle-wrap {
  color: #333;
  line-height: 1;
  overflow: hidden;
  z-index: 100;
  position: absolute;
  top: 5px;
}

.mm-toggle {
  display: none;
  float: left;
  font-size: 19px;
  height: 38px;
  padding: 10px 5px 10px;
  width: auto;
}

.mm-toggle .mm-label {
  display: none;
  font-size: 13px;
  margin-left: 3px;
  text-transform: uppercase;
  vertical-align: middle;
}

.mm-toggle .icon-bar {
  background-color: #333;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.mm-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.mmPushBody .mm-toggle {
  padding: 16px 15px 10px;
}

.mmPushBody .mm-toggle .icon-bar:first-child {
  transform: rotate(45deg);
}

.mmPushBody .mm-toggle .icon-bar + .icon-bar {
  transform: rotate(-45deg);
  margin: -2px 0px;
}

.mmPushBody .mm-toggle .icon-bar + .icon-bar + .icon-bar {
  display: none;
}

.signup-page .form-group {
  margin-bottom: 12px;
  position: relative;
}

.signup-page .form-group i {
  position: absolute;
  top: 16px;
  left: 10px;
  color: #09bd7d;
  text-align: center;
  width: 32px;
}

.sign-up-form .form-control,
.sign-up-form .form-control-area {
  font-size: 16px;
  border: 2px solid #efefef;
  border-radius: 0px;
  padding: 6px 0px 6px 45px;
  line-height: 32px;
  box-shadow: none;
  height: inherit;
}

.signup-page .sign-up-form .col-xs-12,
.signup-page .sign-up-form .col-xs-6 {
  padding: 0 15px 0px 0px;
}

.sign-up-form .button_download {
  background: #efefef;
  border: 1px solid #efefef;
  color: #282828;
  padding: 13px 30px;
  font-size: 11px;
  border-radius: 0px;
  float: none;
  margin-bottom: 0;
  transition: all 0.4s ease;
  margin-right: 0;
  font-family: "Archivo Black", sans-serif;
  margin-right: 20px;
  text-transform: uppercase;
  width: 100%;
}

.sign-up-form .form-control:focus,
.sign-up-form .form-control-area:focus {
  border: 2px solid #09bd7d;
}

.signup-page {
  height: 100%;
  border-top: 0px #ddd solid;
  padding-top: 20px;
  padding-bottom: 40px;
  border-bottom: 0px #ddd solid;
}

.form-control,
.form-control-area {
  width: 100%;
  font-weight: 300;
  margin: 0px 0 0;
  font-size: 15px;
  font-family: "Archivo Black", sans-serif;
}

.new-search-section input::placeholder {
  color: #666;
}

.signup-page .form-group input::-webkit-input-placeholder,
.signup-page .form-group textarea::-webkit-input-placeholder {
  color: #333;
}

.signup-page .form-group input::-moz-placeholder,
.signup-page .form-group textarea::-moz-placeholder {
  color: #333;
}

.signup-page .form-group input:-ms-input-placeholder,
.signup-page .form-group textarea:-ms-input-placeholder {
  color: #333;
}

.signup-page .form-group input:-moz-placeholder,
.signup-page .form-group textarea:-moz-placeholder {
  color: #333;
}

.category-box,
.search-form {
  float: left;
  box-sizing: border-box;
}

.search-form {
  height: 54px;
  background: #fff;
  font-size: 19px;
  color: #182228;
  width: 420px;
  margin: 40px 0px 0px auto;
  font-family: "Domine", serif;
  font-weight: 400;
  border-radius: 4px;
  border: 2px solid #fff;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.form-control {
  border: 2px solid #cfd7d9;
  color: #444;
  border-radius: 0px;
  height: 43px;
  padding: 0 10px;
  line-height: 32px;
  box-shadow: none;
}

.form-control:focus {
  border-color: #09bd7d;
  box-shadow: none;
}

.table-responsive {
  display: inline-block;
  width: 100%;
}

textarea#message {
  height: 150px;
}

.mtmegamenu > ul.admin {
  margin-right: 20px;
}

#header.sticky-header {
  position: fixed;
  margin-top: 0;
  z-index: 1000;
  display: block;
  top: 0;
  width: 100%;
  border-bottom: 0px solid #ebebeb;
  background: #fff;
}

.sticky-header .navbar-default {
  margin-top: 0px;
}

hr {
  border-top: 1px #ddd solid;
}

.founders-testimonial-new-ui {
  position: relative;
  margin-bottom: 50px;
  margin-top: 70px;
}

.founders-testimonial-photo {
  position: absolute;
  top: 3px;
  width: 320px;
  right: 0px;
  border: 1px #ccc solid;
  left: auto;
  z-index: 10;
}

.founders-testimonial-text {
  padding: 25px 175px 25px 25px;
  border: 1px #ddd solid;
  margin-right: 160px;
  margin-left: 0px;
  background: #f9f9f9;
}

.founders-testimonial-text p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
  position: relative;
  line-height: 26px;
  text-transform: none;
  color: #4c4c4c;
  font-size: 14px;
  letter-spacing: -0.2px;
}

.founders-testimonial-text a {
  color: #000;
  text-decoration: underline;
}

.founders-testimonial-text a:hover {
  color: #000;
  text-decoration: underline;
}

.founder-name-text h1 {
  color: #000;
  padding: 13px 0px 5px;
  font-family: Muli, sans-serif;
  font-size: 24px;
  margin-left: 25px;
  font-weight: 900;
  width: 52%;
}

.table > thead > tr > th {
  border: none;
  background: #efefef;
  color: #282828;
  font-size: 13px;
  border-radius: 0px;
  margin-bottom: 0;
  transition: all 0.4s ease;
  margin-right: 0;
  font-family: "Archivo Black", sans-serif;
  text-transform: uppercase;
  height: 46px;
  letter-spacing: initial;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 6px 10px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 0px solid #ddd;
  vertical-align: middle;
}

.portfolio-section .table .border-bottom {
  border: none;
  border-bottom: 1px solid #efefef;
  position: relative;
}

.table > tbody > tr > td {
  padding: 6px 10px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 0px solid #ddd;
  vertical-align: top;
}

.portfolio-section .table a {
  color: #4c4c4c;
  text-decoration: none;
}

.portfolio-section .table a:hover {
  color: #000;
  text-decoration: underline;
}

.portfolio-section .table {
  color: #000;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 13.5px;
  font-weight: 300;
  letter-spacing: -0.2px;
  margin-bottom: 35px;
}

.portfolio-section .table .border-bottom.b-b-none {
  border: none;
  border-bottom: 0px solid #efefef;
  position: relative;
}

.top-section h1 {
  font-size: 36px;
  margin-top: 40px;
  letter-spacing: -1px;
  color: #000;
  margin-bottom: 30px;
  line-height: 1.25;
  font-family: muli, sans-serif;
  font-weight: 900;
}

.top-section p {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 30px;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #4c4c4c;
}

.pdf-box {
  margin-bottom: 35px;
}

.m-t-40 {
  margin-top: 40px;
}

a.button_download i {
  margin-right: 4px;
}

a.button_download {
  background: #efefef;
  border: 1px solid #efefef;
  padding: 13px 20px;
  font-size: 11px;
  border-radius: 0px;
  margin-bottom: 15px;
  transition: all 0.4s ease;
  font-family: "Archivo Black", sans-serif;
  margin-right: 15px;
  text-transform: uppercase;
  width: 206px;
  float: left;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  color: #282828;
}

a.button_download:last-child {
  margin-right: 0px;
}

a.button_download:hover {
  background: #09bd7d !important;
  transition: all 0.4s ease;
  color: #fff;
  text-decoration: none;
}

.download-pdf {
  display: inline-block;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer {
  border: 8px #efefef solid;
}

.owl-carousel .owl-item {
  margin-right: -1px;
}

/* .owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 3px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #999;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	opacity: 1;
	background: #09bd7d;

}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	display: inline-block;
}

.owl-next {}

.owl-prev {} */
