/* Table of contents
    ========================================================================== 
    1. Base stuff
        base/base
        base/fonts
        base/typography
        base/icons
        base/helpers
        base/animations
    3. Layout-related sections
        layout/header
        layout/footer
    4. Components
        components/button
        components/forms
        components/parallax
    5. Page-specific styles
        pages/single-post
        pages/single-portfolio
    6. Partials
        partials/hero
        partials/about
        partials/portfolio
        partials/pricing-tables
        partials/testimonials
        partials/blog-featured
        partials/contact
   
use this colout #2b4fd3

*/
/* 1. Base stuff
========================================================================== 
*/
/* Basic style */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background-color: #ffffff;
}

a {
  color: #2b4fd3;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #606060;
  text-decoration: underline;
  -webkit-transition: all .2s;
  transition: all .2s;
}

img {
  vertical-align: middle;
  max-width: 100%;
  border-style: none;
  width: 100%;
}

.bg-f {
  position: relative;
}

.bg-f.bg-f--skewbottom:after {
  content: '';
  padding: 40px 0;
  -webkit-transform: skew(0deg, -2deg);
          transform: skew(0deg, -2deg);
  bottom: -31px;
  width: 100%;
  position: absolute;
  z-index: 1;
}

.bg-f--primary {
  background-color: #ffffff;
}

.bg-f--secondary {
  background-color: #f5f5f5;
}

.bg-f--secondary.bg-f--skewbottom:after {
  background-color: #f5f5f5;
}

/* Fonts */
html {
  font-family: 'Poppins', sans-serif;
}

/* Typhography */
body {
  color: #606060;
  font: normal 100%/1.4 "Poppins", sans-serif;
  font-weight: 400;

}

p {
  line-height: 1.5;
    white-space: pre-wrap;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

h1 {
  font-size: 90px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 45px;
  line-height: 1;
}

h1.title-line {
  margin-bottom: 60px;
}

h2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: -2px;
}

h2.title-line {
  margin-bottom: 40px;
}

h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 50px;
}

h3.title-line {
  margin-bottom: 60px;
}

h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}

h4.title-line {
  margin-bottom: 50px;
}

h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

h5.title-line {
  margin-bottom: 40px;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

h6.title-line {
  margin-bottom: 30px;
}

h1.title-line, h2.title-line, h3.title-line, h4.title-line {
  position: relative;
}

h1.title-line:before, h2.title-line:before, h3.title-line:before, h4.title-line:before {
  content: '';
  width: 50px;
  height: 3px;
  background-color: #2b4fd3;
  position: absolute;
  bottom: -15px;
  left: 0;
}

h1.title-line:after, h2.title-line:after, h3.title-line:after, h4.title-line:after {
  content: '';
  padding-bottom: 15px;
}

h5.title-line, h6.title-line {
  position: relative;
}

h5.title-line:before, h6.title-line:before {
  content: '';
  width: 38px;
  height: 2px;
  background-color: #e4e9ef;
  position: absolute;
  bottom: -15px;
  left: 0;
}

small {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #000000;
}

.subtitle {
  font-size: 8px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.subtitle:before {
  content: '';
  width: 50px;
  height: 3px;
  margin-right: 10px;
  background-color: #000000;
}

blockquote {
  background-color: #2b4fd3;
  color: #ffffff;
  width: 100%;
  padding: 50px 100px 100px 100px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 50px;
}

blockquote:after {
  content: '';
  background-image: url("../img/testimonials/testimonials-quote.svg");
  width: 44px;
  height: 40px;
  position: absolute;
  bottom: 35px;
  opacity: 0.3;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

ul.list-inline-check {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.list-inline-check li {
  margin: 0 15px 0 20px;
}

ul.list-inline-check li:before {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 13px;
  border: solid #2b4fd3;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -15px;
  margin-top: 2px;
}

@media (max-width: 991.98px) {
  ul.list-inline-check {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  ul.list-inline-check li {
    margin-bottom: 10px;
  }
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 32px;
    margin-bottom: 50px;
  }
  h1.title-line {
    margin-bottom: 60px;
  }
  h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  h2.title-line {
    margin-bottom: 60px;
  }
  h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  h3.title-line {
    margin-bottom: 50px;
  }
  h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  h4.title-line {
    margin-bottom: 50px;
  }
  h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  h5.title-line {
    margin-bottom: 40px;
  }
  h6 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  h6.title-line {
    margin-bottom: 30px;
  }
  .subtitle {
    margin-bottom: 15px;
  }
  .subtitle:before {
    content: none;
  }
  blockquote {
    padding: 25px 15px 100px 15px;
    font-size: 16px;
  }
}

/* CSS icons */
.checkmark {
  display: inline-block;
  width: 16px;
}

.checkmark:after {
  content: '';
  display: block;
  width: 6px;
  height: 13px;
  border: solid #2b4fd3;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* CSS helper classes */
.clearfix::after {
  clear: both;
  content: '';
  display: table;
}

.container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.hide-overflow {
  overflow: hidden;
}

.z-index--1 {
  z-index: 1;
}

@media (min-width: 768px) {
  .mt-md-10 {
    margin-top: 6rem !important;
  }
.mt-md-10_blog {
    margin-top: 4rem !important;
  }
  .mb-md-10 {
    margin-bottom: 6rem !important;
  }
  .pt-md-10 {
    padding-top: 6rem !important;
     padding-bottom: 6rem !important;  
  }
  .pb-md-10 {
    padding-bottom: 6rem !important;
  }
}

/* Animations */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-0.6em);
            transform: translateY(-0.6em);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(0.6em);
            transform: translateY(0.6em);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-0.6em);
            transform: translateY(-0.6em);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(0.6em);
            transform: translateY(0.6em);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

.animated {
  -webkit-animation-duration: 1000 ms;
  animation-duration: 1000 ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-animated-out {
  z-index: 1;
}

.owl-animated-in {
  z-index: 0;
}

/* 2. Layout-related sections 
========================================================================== 
*/
/* Header */
.navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .nav-link1 {
  padding-left: 0;
  padding-right: 0;
}



.navbar {
  padding: 50px 30px;
  -webkit-box-shadow: 0px 4px transparent;
          box-shadow: 0px 4px transparent;
  -webkit-transition: background-color 0.0s, padding 0.1s ease 0.0s, -webkit-box-shadow 0.0s ease-in;
  transition: background-color 0.0s, padding 0.1s ease 0.0s, -webkit-box-shadow 0.0s ease-in;
  transition: background-color 0.0s, box-shadow 0.0s ease-in,
 padding 0.1s ease 0.0s;
  transition: background-color 0.0s, box-shadow 0.0s ease-in,
 padding 0.1s ease 0.0s, -webkit-box-shadow 0.0s ease-in;
  background-color: transparent;
}

.navbar .navbar-collapse {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  position: relative;
}

.navbar.navbar--color {
  position: -webkit-sticky;
  position: sticky;
  padding: 5px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
}

.navbar.navbar--color ul li a {
  color: #000000;
}

.navbar.navbar--color a span {
  color: #000000;
}

.navbar.navbar--color .navbar__slideline {
  background-color: #000000;
}

.navbar.navbar--color .navbar-brand .navbar-logo--inverted {
  display: none;
}

.navbar.navbar--color .navbar-brand .navbar-logo--default {
  display: block;
}

@media (max-width: 991.98px) {
  .navbar.navbar--color {
    position: relative;
    padding: 0;
  }
}

.navbar.sticky {
  padding: 5px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  -webkit-transition: padding 0.3s ease, 
 background-color 0.15s ease 0.2s, -webkit-box-shadow 0.15s ease-in 0.2s;
  transition: padding 0.3s ease, 
 background-color 0.15s ease 0.2s, -webkit-box-shadow 0.15s ease-in 0.2s;
  transition: padding 0.3s ease, 
 background-color 0.15s ease 0.2s, box-shadow 0.15s ease-in 0.2s;
  transition: padding 0.3s ease, 
 background-color 0.15s ease 0.2s, box-shadow 0.15s ease-in 0.2s, 
 -webkit-box-shadow 0.15s ease-in 0.2s;
}

@media (max-width: 991.98px) {
  .navbar.sticky {
    padding: 0;
    height: auto;
  }
}

.navbar.sticky ul li a {
  color: #000000;
  -webkit-transition: color 0.15s 0.2s;
  transition: color 0.15s 0.2s;
}

.span {
    color:#000000
}

.navbar.sticky a span {
  color: #000000;
  -webkit-transition: color 0.15s 0.2s;
  transition: color 0.15s 0.2s;
}

.navbar.sticky .navbar__slideline {
  background-color: #000000;
}

.navbar.sticky .navbar-brand .navbar-logo--inverted {
  display: none;
}

.navbar.sticky .navbar-brand .navbar-logo--default {
  display: block;
}

.navbar .navbar-brand .navbar-logo--inverted {
  display: block;
}

.navbar .navbar-brand .navbar-logo--default {
  display: none;
}

.navbar .navbar-brand .navbar-logo {
  height: 53px;
  width: auto;
}

@media (max-width: 991.98px) {
  .navbar .navbar-brand .navbar-logo {
    margin-left: 15px;
  }
}

.navbar ul {
  position: relative;
}

.navbar ul li {
  padding: 0;
  margin: 0 30px;
  letter-spacing: 1px;
}

.navbar ul li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.navbar a span {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.navbar .navbar__slideline {
  position: absolute;
  bottom: 0;
  height: 3px;
  background-color: #ffffff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 991.98px) {
  .navbar {
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    position: absolute;
    background-color: #ffffff;
  }
  .navbar .navbar-collapse {
    top: 0;
    left: 0;
    width: 100%;
  }
  .navbar .navbar-collapse.collapse.show {
    height: 100vh;
  }
  .navbar .navbar-nav {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20%;
  }
  .navbar ul li {
    padding-bottom: 15px;
  }
  .navbar ul li a {
    color: #000000;
  }
.navbar a span {
    color: #000000;
    padding: 5px 5px 5px 15px;
  }
  .navbar .navbar__slideline {
    display: none;
  }
  .navbar .navbar-brand .navbar-logo--inverted {
    display: none;
  }
  .navbar .navbar-brand .navbar-logo--default {
    display: block;
  }
  .navbar .navbar-toggler-icon {
    background-image: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 25px !important;
    height: 20px;
  }
  .navbar .navbar-toggler-icon .burger {
    position: absolute;
    z-index: 99999;
    right: 15px;
    width: 15px !important;
    height: 20px;
    cursor: pointer;
    width: 100%;
  }
  .navbar .navbar-toggler-icon .burger__line {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    left: 0;
    display: block;
    background: #000000;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .navbar .navbar-toggler-icon .burger__line:first-child {
    top: 3px;
  }
  .navbar .navbar-toggler-icon .burger__line:last-child {
    top: 16px;
  }
  .navbar .navbar-toggler-icon .burger:hover {
    cursor: pointer;
  }
  .navbar .navbar-toggler-icon .burger.active .burger__line {
    opacity: 0;
    top: 50%;
  }
  .navbar .navbar-toggler-icon .burger.active .burger__line:first-child {
    opacity: 1;
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  .navbar .navbar-toggler-icon .burger.active .burger__line:last-child {
    opacity: 1;
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}

/* Footer */
.footer {
  background-color: #000000;
  color: #ffffff;
  padding: 20px 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

.footer p {
  padding: 0;
  margin: 0;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul li {
  display: inline;
  overflow: hidden;
  margin: 0 15px;
}

.footer ul li:first-child {
  padding-left: 0;
}

.footer ul li:last-child {
  padding-right: 0;
}

.footer ul li a {
  color: transparent;
  cursor: pointer;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.footer ul li a:hover {
  text-decoration: none;
}

.footer ul li a:before {
  content: attr(data-flip);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer ul li a:hover:before {
  top: 0%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.footer ul li a:after {
  content: attr(data-flip);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  color: #2b4fd3;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer ul li a:hover:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 991.98px) {
  .footer p {
    text-align: center;
    margin-bottom: 5px;
  }
  .footer ul {
    text-align: center;
  }
  .footer ul li {
    padding: 0;
    margin: 0 1px;
  }
}

/* 3. Components
========================================================================== 
*/
/* Buttons */
.btn {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
}

.btn i {
  margin-right: 20px;
}

.btn.btn--shadow {
  -webkit-box-shadow: 16px 16px 0px #f2f5fa !important;
          box-shadow: 16px 16px 0px #f2f5fa !important;
}

.btn.btn--shadow:not(:disabled):not(.disabled):active, .btn.btn--shadow:not(:disabled):not(.disabled).active, .btn.btn--shadow.show > .btn-primary.dropdown-toggle, .btn.btn--shadow:focus {
  -webkit-box-shadow: 16px 16px 0px #f2f5fa !important;
          box-shadow: 16px 16px 0px #f2f5fa !important;
}

.btn.btn--wider {
  padding: 12px 90px;
}

.btn:focus {
  outline: none;
}

.btn:hover, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .btn.show > .btn-primary.dropdown-toggle, .btn:focus, .btn:focus-within, .btn:visited {
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .btn {
    width: 100%;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn.btn--shadow {
    -webkit-box-shadow: 6px 6px 0px #f2f5fa !important;
            box-shadow: 6px 6px 0px #f2f5fa !important;
  }
  .btn.btn--wider {
    padding: 12px 20px;
  }
}

button:focus {
  outline: none;
}

.btn-primary, .btn-primary:focus, a.btn-primary:not([href]) {
  color: #ffffff;
  background-color: #000000;
  border: #000000 2px solid;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary.show > .btn-primary.dropdown-toggle, .btn-primary:focus:hover, .btn-primary:focus:not(:disabled):not(.disabled):active, .btn-primary:focus:not(:disabled):not(.disabled).active, .btn-primary:focus.show > .btn-primary.dropdown-toggle, a.btn-primary:not([href]):hover, a.btn-primary:not([href]):not(:disabled):not(.disabled):active, a.btn-primary:not([href]):not(:disabled):not(.disabled).active, a.btn-primary:not([href]).show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #2b4fd3;
  border: #2b4fd3 2px solid;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-primary, .btn-outline-primary:focus, a.btn-outline-primary:not([href]) {
  background-color: transparent;
  border: #2b4fd3 2px solid;
  color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary.show > .btn-primary.dropdown-toggle, .btn-outline-primary:focus:hover, .btn-outline-primary:focus:not(:disabled):not(.disabled):active, .btn-outline-primary:focus:not(:disabled):not(.disabled).active, .btn-outline-primary:focus.show > .btn-primary.dropdown-toggle, a.btn-outline-primary:not([href]):hover, a.btn-outline-primary:not([href]):not(:disabled):not(.disabled):active, a.btn-outline-primary:not([href]):not(:disabled):not(.disabled).active, a.btn-outline-primary:not([href]).show > .btn-primary.dropdown-toggle {
  background-color: #2b4fd3;
  border: #2b4fd3 2px solid;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-light, .btn-light:focus, a.btn-light:not([href]) {
  background-color: #ffffff;
  color: #000000;
  border: #ffffff 2px solid;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-light:hover, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .btn-light.show > .btn-primary.dropdown-toggle, .btn-light:focus, .btn-light:focus:hover, .btn-light:focus:not(:disabled):not(.disabled):active, .btn-light:focus:not(:disabled):not(.disabled).active, .btn-light:focus.show > .btn-primary.dropdown-toggle, .btn-light:focus:focus, a.btn-light:not([href]):hover, a.btn-light:not([href]):not(:disabled):not(.disabled):active, a.btn-light:not([href]):not(:disabled):not(.disabled).active, a.btn-light:not([href]).show > .btn-primary.dropdown-toggle, a.btn-light:not([href]):focus {
  background-color: white;
  border: white 2px solid;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-light, .btn-outline-light:focus, a.btn-outline-light:not([href]) {
  color: #ffffff;
  border: #ffffff 2px solid;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-light:hover, .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light.show > .btn-primary.dropdown-toggle, .btn-outline-light:focus, .btn-outline-light:focus:hover, .btn-outline-light:focus:not(:disabled):not(.disabled):active, .btn-outline-light:focus:not(:disabled):not(.disabled).active, .btn-outline-light:focus.show > .btn-primary.dropdown-toggle, .btn-outline-light:focus:focus, a.btn-outline-light:not([href]):hover, a.btn-outline-light:not([href]):not(:disabled):not(.disabled):active, a.btn-outline-light:not([href]):not(:disabled):not(.disabled).active, a.btn-outline-light:not([href]).show > .btn-primary.dropdown-toggle, a.btn-outline-light:not([href]):focus {
  border: white 2px solid;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Form */
.form-control {
  background-color: #ffffff;
  border: none;
  border-bottom: 2px solid #000000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
}

.form-control::-webkit-input-placeholder {
  text-transform: uppercase;
}

.form-control::-moz-placeholder {
  text-transform: uppercase;
}

.form-control:-ms-input-placeholder {
  text-transform: uppercase;
}

.form-control::-ms-input-placeholder {
  text-transform: uppercase;
}

.form-control::placeholder {
  text-transform: uppercase;
}

.form-control:focus {
  background-color: #ffffff;
  border-color: #000000;
  border-color: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group {
  position: relative;
}

.input-border {
  content: '';
  width: calc(100% - 10px);
  margin-left: 5px;
  height: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background-color: #2b4fd3;
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.form-control:focus ~ .input-border {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* Preloader */
body.preload {
  overflow: hidden;
}

.preloader {
  height: 100%;
  width: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.preloader .preloader__spinner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.preloader .preloader__spinner .spinner__ring {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
}

.preloader .preloader__spinner .spinner__ring:after {
  content: " ";
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #000000;
  border-color: #000000 transparent #2b4fd3 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(250deg);
            transform: rotate(250deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(250deg);
            transform: rotate(250deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.preloader .preloader__sitetitle {
  margin: 30px 0 0 0;
  font-weight: 900;
  font-size: 60px;
  color: #000000;
}

.preloader .preloader__text {
  margin-top: 10px;
  font-size: 8px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 4px;
  text-transform: uppercase;
}

/* Parallax */
.jarallax {
  position: relative;
  z-index: 0;
  height: 440px;
  position: relative;
  background-color: #000;
}

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.jarallax .jarallax-img--darken {
  opacity: 0.3;
}

.jarallax .jarallax__content {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.jarallax .jarallax__content .subtitle:before {
  background-color: #ffffff;
}

.jarallax .jarallax__content .subtitle, .jarallax .jarallax__content h2, .jarallax .jarallax__content p, .jarallax .jarallax__content small {
  color: #ffffff;
}

.jarallax .jarallax__content .btn-outline-primary {
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .jarallax {
    height: 50vh;
    padding: 0 20px;
    text-align: center;
  }
}

/* 4. Page-specific styles
========================================================================== 
*/
/* Single blog post */
.single-post .post__category.subtitle:before {
  background-color: #2b4fd3;
}

.single-post .post__date {
  font-weight: 600;
  font-size: 14px;
}

.single-post .post__entry {
  padding: 70px 70px 20px;
 
}

.single-post .post__entry_alt {
  padding: 20px 45px 20px;
 
}

.single-post .post__entry p {
  margin-bottom: 0px;
}

.single-post .post__entry p.lead {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 40px;
}

.single-post .post__entry h3, .single-post .post__entry h4, .single-post .post__entry h5, .single-post .post__entry h6 {
  margin-bottom: 20px;
}

.single-post .post__entry ul {
  list-style: none;
  line-height: 1.8;
}

.single-post .post__entry ul li:before {
  content: '\25A0';
  color: #2b4fd3;
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}

.single-post .post__entry strong {
  color: #000000;
  font-weight: 600;
}

.single-post .single-post__footer {
  padding: 30px 0;
}

.single-post .single-post__footer .post__comment-count {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000000;
  line-height: 1.8;
  float: right;
}

.single-post .single-post__footer .post__comment-count a {
  position: relative;
  color: #000000;
}

.single-post .single-post__footer .post__comment-count a:hover, .single-post .single-post__footer .post__comment-count a:active, .single-post .single-post__footer .post__comment-count a:visited, .single-post .single-post__footer .post__comment-count a:focus {
  text-decoration: none;
}

.single-post .single-post__footer .post__comment-count a:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: -10px;
  left: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.99, 0.03, 0, 1);
  transition: all 0.4s cubic-bezier(0.99, 0.03, 0, 1);
}

.single-post .single-post__footer .post__comment-count a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.single-post .post__author {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #e4e9ef;
  padding: 25px 25px 25px 25px;
  margin: 50px 0;
}

.single-post .post__author .author__img {
  height: 80px;
  width: 80px;
  min-width: 80px;
  margin-right: 25px;
}

.single-post .post__author .author__text {
  position: relative;
  width: 100%;
}

.single-post .post__author .author__text h5 {
  margin-bottom: 15px;
}

.single-post .post__author .author__text .social-channels {
  position: absolute;
  right: 0;
  top: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.single-post .post__author .author__text .social-channels li {
  margin-left: 10px;
}

.single-post .post__author .author__text .social-channels li a i {
  display: inline-block;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  color: #000000;
}

.single-post .post__author .author__text .social-channels li a:hover, .single-post .post__author .author__text .social-channels li a:active, .single-post .post__author .author__text .social-channels li a:visited, .single-post .post__author .author__text .social-channels li a:focus {
  text-decoration: none;
}

.single-post .post__author .author__text .social-channels li a i:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.single-post .post__author .author__text p {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .single-post .post__author {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single-post .post__author .author__img {
    margin: 0 auto 30px auto;
  }
  .single-post .post__author .author__text h5 {
    margin-bottom: 15px;
    text-align: center;
    display: block;
  }
  .single-post .post__author .author__text .social-channels {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .single-post .post__author .author__text p {
    text-align: center;
  }
}

.single-post .post__comments {
  padding-top: 25px;
}

.single-post .post__comments .post__comment {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #e4e9ef;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.single-post .post__comments .post__comment .comment__img {
  height: 80px;
  width: 80px;
  min-width: 80px;
}

.single-post .post__comments .post__comment .btn-reply {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 16px;
  z-index: 1;
}

.single-post .post__comments .post__comment .comment__text {
  margin-left: 20px;
}

.single-post .post__comments .post__comment .comment__text h5 {
  margin-bottom: 10px;
}

.single-post .post__comments .post__comment .comment__text .comment__date {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.single-post .post__comments .post__comment .comment__text p {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .single-post .post__comments .post__comment {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single-post .post__comments .post__comment .btn-reply {
    width: initial;
  }
  .single-post .post__comments .post__comment .comment__img {
    margin-bottom: 15px;
  }
  .single-post .post__comments .post__comment .comment__text {
    margin: 0;
  }
}

@media (max-width: 991.98px) {
  .single-post .post__comments {
    padding-top: 0;
    margin-top: 0;
  }
}

@media (max-width: 991.98px) {
  .single-post .post__entry {
    margin: 0;
    padding: 15px;
  }
  .single-post .post__entry p {
    margin-bottom: 15px;
  }
}

.social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-share span {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000000;
  line-height: 1.8;
}

.social-share ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 15px;
}

.social-share ul li a {
  color: #000000;
  margin-right: 10px;
}

.social-share ul li a i {
  display: inline-block;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  color: #000000;
}

.social-share ul li a:hover, .social-share ul li a:active, .social-share ul li a:visited, .social-share ul li a:focus {
  text-decoration: none;
}

.social-share ul li a i:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* Single portfolio page */
.single-portfolio p.lead {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.single-portfolio .single-portfolio__img {
  margin: 50px 0;
}

@media (max-width: 991.98px) {
  .single-portfolio .single-portfolio__img {
    margin: 0 0 30px 0;
  }
}

.single-portfolio .next-project {
  font-size: 60px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  float: left;
  margin: 50px 0 80px 0;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .single-portfolio .next-project {
    font-size: 32px;
    margin: 10px 0 50px 0;
  }
}

.single-portfolio .next-project:before {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.5s cubic-bezier(0.76, 0.02, 0, 0.99);
  transition: 0.5s cubic-bezier(0.76, 0.02, 0, 0.99);
}

.single-portfolio .next-project:after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #2b4fd3;
  position: absolute;
  left: 0;
  bottom: 0px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.5s cubic-bezier(0.76, 0.02, 0, 0.99);
  transition: 0.5s cubic-bezier(0.76, 0.02, 0, 0.99);
}

.single-portfolio .next-project:hover {
  text-decoration: none;
  color: #000;
}

.single-portfolio .next-project:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.single-portfolio .next-project:hover:after {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

/* 5. Partials
========================================================================== 
*/
/* Hero */
.hero {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero .container {
  max-width: 800px;
}

.hero .hero__video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.hero .hero__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .hero .hero__video {
    width: auto;
    height: 100%;
  }
}

.hero .hero__parallax {
  width: 100%;
  height: 100vh;
  background-color: #000;
}

.hero .hero__parallax .jarallax-img--darken {
  opacity: 0.8;
}

.hero .owl-heroslider {
  position: absolute;
}

.hero .hero__wrapper {
  height: 100%;
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero .hero__wrapper .hero__text {
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 200px 0;
}

.hero .hero__wrapper .hero__text h1 {
  margin-bottom: 0;
}

.hero .hero__wrapper .hero__text .subtitle:before {
  background-color: #ffffff;
}

.hero .hero__wrapper .hero__text .subtitle, .hero .hero__wrapper .hero__text h1, .hero .hero__wrapper .hero__text p, .hero .hero__wrapper .hero__text .ui-scroll, .hero .hero__wrapper .hero__text small {
  color: #ffffff;
}

.hero .hero__wrapper .hero__text p.lead {
  font-size: 24px;
}

.hero .hero__wrapper .hero__text p.lead span {
  font-weight: 900;
}

@media (max-width: 991.98px) {
  .hero .hero__wrapper .hero__text {
    padding: 100px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero .hero__wrapper .hero__text h1 {
    margin-bottom: 10px;
    text-align: center;
  }
  .hero .hero__wrapper .hero__text p.lead {
    font-size: 18px;
  }
}

.hero .hero__wrapper .ui-scroll {
  position: absolute;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.hero .hero__wrapper .ui-scroll small {
  color: #ffffff;
  margin-right: 10px;
  position: relative;
}

.hero .hero__wrapper .ui-scroll small:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  bottom: -10px;
  left: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.99, 0.03, 0, 1);
  transition: all 0.4s cubic-bezier(0.99, 0.03, 0, 1);
}

.hero .hero__wrapper .ui-scroll:hover small:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.hero .hero__wrapper .ui-scroll .scroll-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 36px;
  width: 22px;
  border: 2px solid #ffffff;
  border-radius: 1em;
  padding-top: 7px;
}

.hero .hero__wrapper .ui-scroll .scroll-icon__wheel-outer {
  height: 11px;
  width: 2px;
  border-radius: .4em;
  overflow: hidden;
}

.hero .hero__wrapper .ui-scroll .scroll-icon__wheel-inner {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background: #fff;
  -webkit-animation: scroll 2.5s ease-in-out infinite;
          animation: scroll 2.5s ease-in-out infinite;
}

@media (max-width: 991.98px) {
  .hero .hero__wrapper .ui-scroll {
    display: none;
  }
}

/* About */
.about .social-channels {
  height: 100%;
}

.about .social-channels ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 70px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  list-style: none;
}

.about .social-channels ul li a i {
  color: #000000;
  display: inline-block;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.about .social-channels ul li a:hover, .about .social-channels ul li a:active, .about .social-channels ul li a:visited, .about .social-channels ul li a:focus {
  text-decoration: none;
}

.about .social-channels ul li a i:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.about .social-channels ul {
  padding: 0;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media (max-width: 1199.98px) {
  .about .social-channels ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .about .social-channels ul li {
    padding: 10px 0;
  }
}

@media (max-width: 767.98px) {
  .about .social-channels ul {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 0;
    -ms-flex-flow: nowrap;
        flex-flow: nowrap;
  }
  .about .social-channels ul li {
    padding: 10px 0;
  }
}

.about .experiences .experience {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  position: relative;
}

.about .experiences .experience .experience__organization {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000000;
  line-height: 1.8;
  width: 26%;
  text-align: right;
  word-break: break-all;
}

.about .experiences .experience .experience__time {
  width: 2px;
  margin: 23px 20px 0 20px;
  background-color: #2b4fd3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about .experiences .experience .experience__time:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #2b4fd3;
  position: absolute;
  top: 7px;
}

.about .experiences .experience .experience__info .experience__jobtitle {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.about .experiences .experience .experience__info .experience__tasks {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.about .experiences .experience .experience__info .experience__tasks li {
  margin-bottom: 5px;
}

.about .experiences .experience small {
  text-decoration: none;
  pointer-events: none;
  font-size: 10px;
}

.about .experiences .experience:last-of-type .experience__time {
  background-color: #f2f5fa;
}

.about .experiences .experience:last-of-type .experience__info .experience__tasks {
  margin-bottom: 0;
}

.about .bio {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about .bio ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.about .bar .bar-label {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.about .bar .bar-progress {
  float: right;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000000;
}

.about .bar .progress {
  margin-top: 5px;
  border-radius: 0;
  background-color: #f2f5fa;
  height: 7px;
}

.about .bar .progress .progress-bar {
  background-color: #2b4fd3;
}

.about .bar.bar--circle {
  text-align: center;
  float: left;
}

.about .bar.bar--circle .progress {
  width: 150px;
  height: 150px;
  background: none;
  position: relative;
}

.about .bar.bar--circle .progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 7px solid #f2f5fa;
  position: absolute;
  top: 0;
  left: 0;
}

.about .bar.bar--circle .progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.about .bar.bar--circle .progress .progress-left {
  left: 0;
}

.about .bar.bar--circle .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 7px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.about .bar.bar--circle .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.about .bar.bar--circle .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.about .bar.bar--circle .progress .progress-right {
  right: 0;
}

.about .bar.bar--circle .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.about .bar.bar--circle .progress .bar-progress {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.about .bar.bar--circle .bar-label {
  margin-top: 5px;
}

.about .bar.bar--circle .border-primary {
  border-color: #2b4fd3 !important;
}

@media (max-width: 991.98px) {
  .about .bar.bar--circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    float: none;
  }
}

.about .services i {
  font-size: 40px;
  color: #2b4fd3;
  margin-right: 15px;
}

/* Portfolio */
.portfolio .portfolio__filters {
  padding: 15px 0;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.portfolio .portfolio__filters a {
  margin-right: 6px;
  color: #000000;
  text-decoration: none;
  padding: 6px 15px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid transparent;
}

.portfolio .portfolio__filters a.current {
  border: 2px solid #2b4fd3;
  color: #000000;
}

.portfolio .portfolio__item {
  margin: 30px 15px 0 15px;
  position: relative;
  cursor: pointer;
}

.portfolio .portfolio__item .item__content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  width: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.portfolio .portfolio__item .item__content .item__category {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
  margin-bottom: 5px;
}

.portfolio .portfolio__item .item__content .item__category:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.portfolio .portfolio__item .item__content .item__category span {
  color: #ffffff;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  opacity: 0;
}

.portfolio .portfolio__item .item__content .item__category span:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.portfolio .portfolio__item .item__content .item__title {
  position: relative;
}

.portfolio .portfolio__item .item__content .item__title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #2b4fd3;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.portfolio .portfolio__item .item__content .item__title i {
  content: '\EA4C';
  font-family: 'LineIcons';
  color: #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.portfolio .portfolio__item .item__content .item__title span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  opacity: 0;
}

.portfolio .portfolio__item .item__content .item__title span:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #2b4fd3;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.portfolio .portfolio__item img {
  max-width: 100%;
}

.portfolio .portfolio__item .item__content .item__category:before {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.99, 0.03, 0, 1);
  transition: all 0.4s cubic-bezier(0.99, 0.03, 0, 1);
}

.portfolio .portfolio__item .item__content .item__category span:before {
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.32, 1.01);
  transition: all 0.5s cubic-bezier(0, 0, 0.32, 1.01);
}

.portfolio .portfolio__item .item__content .item__title:before {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.99, 0.03, 0, 1);
  transition: all 0.4s cubic-bezier(0.99, 0.03, 0, 1);
}

.portfolio .portfolio__item .item__content .item__title span:before {
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.32, 1.01);
  transition: all 0.5s cubic-bezier(0, 0, 0.32, 1.01);
}

@media (max-width: 991.98px) {
  .portfolio .portfolio__item .item__content {
    display: none;
  }
}

.portfolio .portfolio__item:hover .item__content .item__category:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.portfolio .portfolio__item:hover .item__content .item__category span {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 1;
}

.portfolio .portfolio__item:hover .item__content .item__category span:before {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.portfolio .portfolio__item:hover .item__content .item__title:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.portfolio .portfolio__item:hover .item__content .item__title span {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 1;
}

.portfolio .portfolio__item:hover .item__content .item__title span:before {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.portfolio .portfolio__item .item__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.portfolio .portfolio__item .item__image img {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transition: -webkit-transform 2s, -webkit-filter 1.5s ease-in-out;
  transition: -webkit-transform 2s, -webkit-filter 1.5s ease-in-out;
  transition: transform 2s, filter 1.5s ease-in-out;
  transition: transform 2s, filter 1.5s ease-in-out, -webkit-transform 2s, -webkit-filter 1.5s ease-in-out;
}

.portfolio .portfolio__item:hover .item__image img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.portfolio .isotope-item {
  z-index: 2;
  width: 33.333%;
  display: block;
  overflow: hidden;
}

.portfolio .isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.portfolio .isotope,
.portfolio .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.portfolio .isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}

.portfolio .isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

@media (max-width: 991.98px) {
  .portfolio .portfolio__filters {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 15px 0;
  }
  .portfolio .isotope-item {
    width: 100%;
  }
  .portfolio .portfolio__item {
    margin: 15px 0px;
  }
}

/* Pricing Tables */
.pricing-tables .pricing-table {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  border: 2px solid #e4e9ef;
  padding: 48px 24px;
}

.pricing-tables .pricing-table .subtitle {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}

.pricing-tables .pricing-table .subtitle:before {
  content: none;
}

.pricing-tables .pricing-table .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 60px;
  width: 100%;
  color: #000000;
  font-weight: 600;
  letter-spacing: -2px;
}

.pricing-tables .pricing-table .price span {
  font-size: 36px;
  margin-right: 10px;
}

.pricing-tables .pricing-table h4 {
  font-size: 18px;
  margin-bottom: 75px;
}

.pricing-tables .pricing-table h4.title-line:before {
  right: 0;
  bottom: -25px;
  margin: 0 auto;
}

.pricing-tables .pricing-table ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.pricing-tables .pricing-table ul li {
  margin: 0 15px 15px 40px;
  position: relative;
}

.pricing-tables .pricing-table ul li:before {
  content: '\E94C';
  font-family: 'LineIcons';
  font-size: 24px;
  color: #2b4fd3;
  margin-right: 10px;
  margin-left: -40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pricing-tables .pricing-table .btn {
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .pricing-tables .pricing-table {
    margin-bottom: 20px;
  }
  .pricing-tables .pricing-table .price {
    font-size: 40px;
  }
  .pricing-tables .pricing-table ul {
    font-size: 16px;
  }
  .pricing-tables .pricing-table ul li {
    margin: 0 0 15px 40px;
  }
}

/* Testimonials */
.testimonials .testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonials .testimonial .testimonial__quote {
  border: 2px solid #e4e9ef;
  padding: 40px 40px 80px 40px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px;
}

.testimonials .testimonial .testimonial__quote p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonials .testimonial .testimonial__quote p:after {
  content: '';
  background-color: #f5f5f5;
  -webkit-mask-image: url("../img/testimonials/testimonials-quote.svg");
  mask-image: url("../img/testimonials/testimonials-quote.svg");
  width: 44px;
  height: 40px;
  position: absolute;
  bottom: 30px;
}

.testimonials .testimonial .testimonial__quote:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: auto;
  bottom: -15px;
  border-top: 15px solid;
  border-left: 15px solid;
  border-right: 15px solid;
  border-color: #e4e9ef transparent transparent transparent;
}

.testimonials .testimonial .testimonial__quote:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -13px;
  border-top: 15px solid;
  border-left: 15px solid;
  border-right: 15px solid;
  border-color: #ffffff transparent transparent transparent;
}

.testimonials .testimonial .testimonial__img {
  margin-bottom: 10px;
}

.testimonials .testimonial .testimonial__name h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

@media (max-width: 991.98px) {
  .testimonials .testimonial .testimonial__quote {
    padding: 30px 20px 70px 20px;
  }
}

/* Blog featured */
.blog-featured a:hover .featured__item .item__image img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.blog-featured a:hover .featured__item .featured__title:after {
  width: 76px;
  background-color: #2b4fd3;
}

.blog-featured .featured__item {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.blog-featured .featured__item .item__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blog-featured .featured__item .item__image img {
  -webkit-transition: -webkit-transform 2s, -webkit-filter 1.5s ease-in-out;
  transition: -webkit-transform 2s, -webkit-filter 1.5s ease-in-out;
  transition: transform 2s, filter 1.5s ease-in-out;
  transition: transform 2s, filter 1.5s ease-in-out, -webkit-transform 2s, -webkit-filter 1.5s ease-in-out;
}

.blog-featured .featured__item.featured__item--1 {
  height: 540px;
}

.blog-featured .featured__item.featured__item--2 {
  height: 255px;
  margin-bottom: 15px;
}

.blog-featured .featured__item.featured__item--3 {
  height: 255px;
  margin-top: 15px;
}

.blog-featured .featured__item .featured__content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 50px 40px;
}

.blog-featured .featured__item .featured__content .featured__category {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #ffffff;
}

.blog-featured .featured__item .featured__content .featured__title {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  color: #ffffff;
}

.blog-featured .featured__item .featured__content .featured__title:after {
  content: '';
  width: 50px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.6s, background-color 0.3s ease-in-out;
  transition: width 0.6s, background-color 0.3s ease-in-out;
}

@media (max-width: 1199.98px) {
  .blog-featured .featured__item.featured__item--1, .blog-featured .featured__item.featured__item--2, .blog-featured .featured__item.featured__item--3 {
    height: auto;
  }
}

@media (max-width: 991.98px) {
  .blog-featured .featured__item.featured__item--1 {
    height: auto;
    margin-bottom: 30px;
  }
  .blog-featured .featured__item.featured__item--1 .featured__content .featured__category {
    font-size: 8px;
    margin: 10px;
  }
  .blog-featured .featured__item.featured__item--1 .featured__content h3 {
    font-size: 18px;
  }
  .blog-featured .featured__item.featured__item--2, .blog-featured .featured__item.featured__item--3 {
    height: auto;
  }
}

/* Contact */
.contact {
  display: block;
  width: 100%;
  height: 100%;
}

.contact .contact__image {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 0 50px 0;
}

.contact .contact__image .contact__wrapper {
  max-width: 800px;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 95px 80px;
}

.contact .contact__image .contact__wrapper .hero__text {
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.contact .contact__image .contact__wrapper ul.contact-methods {
  list-style: none;
  padding: 0;
}

.contact .contact__image .contact__wrapper ul.contact-methods li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}

.contact .contact__image .contact__wrapper ul.contact-methods li:last-child {
  margin-bottom: 75px;
}

.contact .contact__image .contact__wrapper ul.contact-methods li a {
  color: #000000;
  position: relative;
  text-decoration: none;
  float: left;
  overflow: hidden;
  line-height: 2;
}

.contact .contact__image .contact__wrapper ul.contact-methods li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  background: #2b4fd3;
  height: 2px;
  width: 100%;
  left: 0;
  right: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.5s cubic-bezier(0.76, 0.02, 0, 0.99);
  transition: 0.5s cubic-bezier(0.76, 0.02, 0, 0.99);
}

.contact .contact__image .contact__wrapper ul.contact-methods li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  background: #000000;
  height: 2px;
  width: 100%;
  left: 0;
  right: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.5s cubic-bezier(0.76, 0.02, 0, 0.99);
  transition: 0.5s cubic-bezier(0.76, 0.02, 0, 0.99);
}

.contact .contact__image .contact__wrapper ul.contact-methods li a:hover {
  text-decoration: none;
}

.contact .contact__image .contact__wrapper ul.contact-methods li a:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.contact .contact__image .contact__wrapper ul.contact-methods li a:hover:after {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.contact .contact__image .contact__wrapper ul.contact-methods li i {
  margin-right: 15px;
  color: #2b4fd3;
}

@media (max-width: 767.98px) {
  .contact .contact__image .contact__wrapper ul.contact-methods li a {
    line-height: inherit;
  }
}

@media (max-width: 767.98px) {
  .contact .contact__image {
    background-image: none !important;
  }
  .contact .contact__image .contact__wrapper {
    padding: 0;
  }
  .contact .contact__image .contact__wrapper ul.contact-methods li {
    display: block;
    clear: both;
    line-height: 1.6;
  }
  .contact .contact__image .contact__wrapper ul.contact-methods li i {
    height: 50px;
    float: left;
  }
}



@media (max-width: 991.98px) {
.col-lg-8 {
    
    padding: 0px
    }
}

.text-center {
   
    text-align: left !important;

    
}

@media (max-width: 991.98px) {
    
   .text-center {
   
   padding:0px;
text-align: left !important;
} 
    
    .jcextra {
justify-content: left !important;
    }
    
    
}


.navbar-brand {
    margin-left: 1rem;
}

@media (min-width: 991.98px) {
.add_title_pad {
    padding-left: 70px;
    }
}