@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}
/* GENERAL */
body {
  font-family: 'Rajdhani', sans-serif;
  font-size: 16px;
  color: #000;
}

a, a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

ul.logos,
ul.socials,
ul.menu,
ul.menu ul {
  margin: 0px 0px;
  padding: 0px 0px;
  list-style: none;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

.btn {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 9px 20px;
  border: 0px;
  outline: none;
  box-shadow: none;
}

.btn.btn-primary {
  color: #000000;
  background-color: #ffc601;
}

.btn.btn-primary:active,
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #e8b503 !important;
  outline: none;
  box-shadow: none;
}

a.more-link {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 18px;
  color: #000;
  padding-right: 20px;
  outline: none;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

a.more-link:after {
  content: '';
  width: 10px;
  height: 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAGlJREFUGBljYMAE2kChpUDMgSmFKiIM5F4E4h1ATFCxCFDRJWIViwIVXoEpZgQyvIC4E4ixAT6goBwQbwQplAViMyDGBlKAgo5AHIBNEiaWDWR8B2IPmAA2mihFzsSYBDId5G5dEAMZAAA9aQ3KivolggAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -5px;
}

a.more-link:hover {
  opacity: 0.7;
}

a.back-link {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 18px;
  color: #7f7f7f;
  padding-left: 20px;
  outline: none;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

a.back-link:before {
  content: '';
  width: 10px;
  height: 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAKFJREFUGBljZEADDQ0NekChcklJyYT09PTfMGkmGANEQxXtBTKfISsCyTGCCBBAUrQIyC6GiCJIsEIkRUuA7EKENILFCJSQA3LPArEwEF9FSKGyGP///8/Y2Ng4HSicBsR1jIyM11GVQHhgq5EU+zMzMzvV1tZiKIZ7hpBiePAArfxfX1+fCbRo49+/f3dMmjSJHZsT4GIgk5uamnThAlAGAHO2PGzV5usYAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -5px;
}

a.back-link:hover {
  opacity: 0.7;
}

/* END GENERAL */

/* HEADER */
#site-header {
  background-color: #000;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 500;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

#site-header a.logo-icon {
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#site-header a.logo-text {
  display: none;
}

#site-header button.toggle-navigation {
  border: 0px;
  padding: 0px 0px;
  width: 20px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -6.5px;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url(../images/hamburger.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#site-header button.toggle-navigation.active {
  background-image: url(../images/hamburger-close.svg);
  background-position: center;
}

#site-header .progress-container {
  width: 100%;
  height: 2px;
}

#site-header .progress-container .progress-bar {
  height: 2px;
  background-color: #ffc601;
  box-shadow: none;
}

#header-spacer {
  height: 60px;
}

@media (min-width: 768px) {
  #site-header .container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  #site-header button.toggle-navigation {
    display: none;
  }

  #site-header a.logo-icon {
    left: 40px;
  }
}
@media (min-width: 1199px) {
  #site-header a.logo-text {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
  }
}
@media (max-width: 767px) {
  #header-spacer {
    height: 40px;
  }

  #site-header .site-logo {
    height: 40px;
    position: relative;
    z-index: 210;
  }
}

@media (max-width: 575px) {
}
/* END HEADER */

/* NAVIGATION */
#site-navigation a {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media (min-width: 768px) {
  #site-navigation {
    text-align: right;
    position: relative;
    z-index: 5;
  }

  #site-navigation a.logo {
    display: none;
  }

  #site-navigation ul.menu > li {
    line-height: 60px;
    padding-left: 20px;
    display: inline-block;
  }

  #site-navigation ul.menu > li > a {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    letter-spacing: 2px;
  }

  #site-navigation ul.menu > li > a:hover {
    color: #ffc601;
  }
}
@media (max-width: 767px) {
  #site-navigation {
    text-align: center;
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    z-index: 200;
  }

  #site-navigation a.logo {
    display: inline-block;
    margin-top: 70px;
  }

  #site-navigation ul.menu {
    position: relative;
    margin-top: 50px;
    padding-top: 60px;
  }

  #site-navigation ul.menu:before {
    content: '';
    width: 150px;
    height: 1px;
    background-color: #b2b2b2;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -75px;
  }

  #site-navigation ul.menu > li {
    display: block;
    padding: 0px 0px 20px;
    position: relative;
    opacity: 0;
  }

  #site-navigation ul.menu > li > a {
    font-size: 24px;
    letter-spacing: 2px;
    color: #000;
  }

  #site-navigation ul.menu > li > a:hover, #site-navigation ul.menu > li > a:focus {
    color: #ffc601;
  }

  #site-navigation.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }

  #site-navigation.open ul.menu > li {
    animation: fadeInRight .5s ease forwards;
    animation-delay: .35s;
  }

  #site-navigation.open ul.menu > li:nth-of-type(2) {
    animation-delay: .40s;
  }

  #site-navigation.open ul.menu > li:nth-of-type(3) {
    animation-delay: .45s;
  }

  #site-navigation.open ul.menu > li:nth-of-type(4) {
    animation-delay: .50s;
  }

  #site-navigation.open ul.menu > li:nth-of-type(5) {
    animation-delay: .55s;
  }
}
/* END NAVIGATION */

/* FOOTER */
#site-footer {
  color: #fff;
  background-color: #232323;
  padding: 13px 0px;
}

#site-footer ul.socials li {
  display: inline-block;
  margin-left: 20px;
}

#site-footer ul.socials li a {
  color: #fff;
}

#site-footer ul.socials li a:hover {
  color: #ffc601;
}

@media (max-width: 767px) {
  #site-footer {
    text-align: center;
  }

  #site-footer .text-right {
    text-align: center !important;
  }

  #site-footer ul.socials li {
    margin: 10px 10px 0px;
  }
}
/* END FOOTER */

/* FORMS */
form.material-style .form-group {
  position: relative;
  padding-top: 15px;
  margin-bottom: 10px;
}

form.material-style .form-group input[type=text],
form.material-style .form-group input[type=email] {
  border: 0px;
  border-bottom: 2px solid #b2b2b2;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  width: 100%;
  padding: 0px 0px;
  height: 32px;
  outline: none;
  background-color: transparent;
  position: relative;
  z-index: 10;
  transition: all 0.3s ease;
}

form.material-style .form-group label {
  display: inline-block;
  font-size: 16px;
  color: #7f7f7f;
  font-weight: 400;
  margin: 0px 0px;
  position: absolute;
  top: 19px;
  left: 0px;
  z-index: 5;
  transform-origin: left;
  transition: all 0.3s ease;
}

form.material-style .form-group input[type=text]:focus ~ label,
form.material-style .form-group input[type=email]:focus ~ label {
  color: #ffc601;
}

form.material-style .form-group input[type=text]:focus ~ label,
form.material-style .form-group input[type=text]:valid ~ label,
form.material-style .form-group input[type=email]:focus ~ label,
form.material-style .form-group input[type=email]:valid ~ label {
  font-size: 14px;
  top: 0;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}

form.material-style .form-group.invalid input[type=text],
form.material-style .form-group.invalid input[type=email] {
  border-bottom-color: #f85359;
}

form.material-style .form-submit {
  padding-top: 10px;
}

.wpcf7 ::-webkit-input-placeholder {
  color: #7f7f7f;
}

.wpcf7 ::-moz-placeholder {
  color: #7f7f7f;
}

.wpcf7 :-ms-input-placeholder {
  color: #7f7f7f;
}

.wpcf7 :-moz-placeholder {
  color: #7f7f7f;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  display: block;
  width: 100%;
  height: 47px;
  text-align: left;
  padding: 5px 0px;
  border: 0px;
  border-bottom: 1px solid #b2b2b2;
  outline: none;
}

.wpcf7 textarea {
  height: 140px;
  padding: 10px 0px;
  resize: vertical;
}

.wpcf7 input[type="submit"] {
  min-width: 140px;
}

.wpcf7 .wpcf7-not-valid {
  border-bottom-color: #d0021b !important;
}

.wpcf7 span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 div.wpcf7-response-output {
  margin: 0px;
  padding: 20px 20px;
  border: 0px;
  background-color: #ffc601;
}
/* END FORMS */

/* MODAL */
.modal .modal-dialog {
  max-width: 600px;
}

.modal .modal-content {
  border-radius: 4px;
  border: 0px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.modal .modal-body {
  padding: 40px 40px;
}

.modal .modal-body p:last-child {
  margin-bottom: 0px;
}

.modal .modal-body form.material-style {
  max-width: 350px;
  margin: 0px auto;
}

.modal .modal-body form.material-style .btn {
  min-width: 140px;
}

.modal .modal-body p.form-heading {
  font-size: 32px;
  line-height: 43px;
  margin-bottom: 20px;
}

.modal .modal-body p.form-heading span {
  display: block;
  font-weight: 700;
  color: #ffc601;
}

.modal form .success {
  color: #ffc601;
  text-align: center;
}

.modal form .success .fa {
  display: block;
  font-size: 70px;
}
/* END MODAL */

/* MODULES */
ul.logos {
}

ul.logos li {
  display: inline-block;
  text-align: center;
  padding: 10px 25px;
}

@media (max-width: 767px) {
  .fl-col.fl-col-small {
    max-width: 100%;
  }
}
/* END MODULES */

/* POST ITEM */
.row.blog {
  margin-left: -12px;
  margin-right: -12px;
}

.row.blog .col-md-4 {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 30px;
}

.post-item {
  position: relative;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 #e9e9e9;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.post-item a.post-item-photo {
  display: block;
  height: 157px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.post-item .post-item-title {
  padding: 17px 12px 32px;
}

.post-item p {
  font-size: 20px;
  margin-bottom: 5px;
}

.post-item p a {
  color: inherit;
}

.post-item a.post-item-category {
  font-size: 14px;
  font-weight: 700;
  color: #ffc601;
  text-transform: uppercase;
}

.post-item p.post-item-meta {
  font-size: 14px;
  font-weight: 500;
  color: #b2b2b2;
  margin-bottom: 0px;
}

.post-item a.more {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  padding-right: 16px;
  position: absolute;
  bottom: 10px;
  right: 15px;
}

.post-item a.more:after {
  content: "\f0da";
  font: normal normal normal 14px/1 FontAwesome;
  color: #ffc601;
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  top: 2px;
  right: 0px;
}

.post-item:hover {
  box-shadow: 0 0 4px 0 #888888;
}

@media (min-width: 768px) {
  .post-item {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .row.blog .col-md-4 {
    padding-bottom: 20px;
  }
}
/* END POST ITEM */

/* TESTIMONIAL ITEM */
.testimonial-item {
}

.testimonial-item a {
  color: inherit;
}

.testimonial-item .testimonial-meta {
  text-align: center;
  padding-top: 10px;
}

.testimonial-item .testimonial-meta img {
  display: block;
  max-width: 50px;
  margin: 0px auto 5px;
  border-radius: 50%;
}

.testimonial-item .testimonial-meta p {
  margin-bottom: 0px;
}

.testimonial-item .testimonial-name {
  font-size: 20px;
  color: #7f7f7f;
  margin: 0px 0px;
}

.testimonial-item .testimonial-website {
  font-size: 14px;
  color: #ffc601;
  font-weight: 700;
}
/* END TESTIMONIAL ITEM */

/* PAGE HEADER */
#page-header {
  min-height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}

#page-header h1 {
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  margin: 0px 0px;
}

#page-header .hero-post {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 1140px;
  margin: 0px auto;
  position: relative;
  z-index: 10;
}

#page-header .hero-post a {
  color: inherit;
  outline: none;
}

#page-header .hero-post h2 {
  font-size: 42px;
  font-weight: 400;
  margin: 0px 0px 0px;
  padding: 12px 0px 12px;
}

#page-header .hero-post a.post-item-category {
  font-size: 14px;
  font-weight: 700;
  color: #ffc601;
  text-transform: uppercase;
}

#page-header .hero-post a.btn {
  color: #333;
}

.page-template-page_blog #page-header {
  background-size: contain;
}

.page-template-page_blog #page-header:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.6);
  z-index: 5;
}

@media (max-width: 767px) {
  #page-header {
    min-height: 320px;
  }
  
  #page-header h1,
  #page-header .hero-post h2 {
    font-size: 32px;
  }

  #page-header .hero-post {
    padding: 30px 0px;
  }
}

@media (max-width: 480px) {
  #page-header {
    min-height: 210px;
  }
}
/* END PAGE HEADER */

/* BLOG TEMPLATE */
#blog-list {
  padding-top: 32px;
  padding-bottom: 100px;
}

#blog-list ul.nav {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}

#blog-list ul.nav li {
  display: inline-block;
  padding: 0px 15px;
}

#blog-list ul.nav li a {
  font-size: 20px;
  font-weight: 700;
  color: #7f7f7f;
  text-transform: uppercase;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

#blog-list ul.nav li a:hover,
#blog-list ul.nav li a.active {
  color: #ffc601;
}

#blog-list ul.nav li.nav-heading {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #000;
  line-height: 18px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  #blog-list {
    padding-bottom: 50px;
  }

  #blog-list ul.nav {
    margin-bottom: 30px;
  }

  #blog-list ul.nav li {
    padding: 0px 10px;
  }

  #blog-list ul.nav li:nth-child(1) {
    padding-left: 0px;
    padding-right: 0px;
  }

  #blog-list ul.nav li:nth-child(2) {
    padding-left: 0px;
  }

  #blog-list ul.nav li:last-child {
    padding-right: 0px;
  }

  #blog-list ul.nav li a {
    font-size: 16px;
  }
}
/* END BLOG TEMPLATE */

/* DEFAULT TEMPLATE */
.page-container,
.error404-container,
.archive-container {
  padding-top: 50px;
  padding-bottom: 100px;
}
/* END DEFAULT TEMPLATE */

/* SINGLE TEMPLATE */
.single-post #page-header {
  background-size: contain;
}

.single-container {
  max-width: 690px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.entry-header {
  text-align: center;
  padding: 10px 0px 40px;
}

.entry-header ul.post-category {
  margin: 0px 0px;
  padding: 0px 0px;
  list-style: none;
}

.entry-header ul.post-category li {
  display: inline-block;
  padding: 0px 10px;
}

.entry-header ul.post-category li a {
  font-size: 14px;
  font-weight: 700;
  color: #ffc601;
  text-transform: uppercase;
}

.entry-header h1 {
  font-size: 42px;
  font-weight: 400;
  margin: 0px 0px 15px;
}

.entry-header p.post-date {
  font-size: 14px;
  color: #7f7f7f;
  margin: 0px 0px;
}

.entry-header img.wp-post-image {
  display: block;
  margin: 20px auto 0px;
}

.entry-content {
  font-size: 18px;
  padding-bottom: 30px;
}

.entry-content > p:first-of-type {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.entry-content > p:first-of-type:first-letter {
  font-size: 56px;
  float: left;
  line-height: 1;
  padding-top: 0px;
  padding-right: 10px;
}

#disqus_thread {
  clear: both;
}

@media (max-width: 767px) {
  .single-container {
    padding-top: 15px;
  }
}
/* END SINGLE TEMPLATE */

/* RELATED POSTS */
.related-posts {
  padding-top: 30px;
  padding-bottom: 100px;
}

.related-posts > h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 0px 0px 20px;
}
/* END RELATED POSTS */

/* PAGING */
ul.page-numbers {
  text-align: center;
  margin: 30px 0px 0px;
  padding: 0px 0px;
  list-style: none;
}

ul.page-numbers li {
  display: inline-block;
  padding: 0px 6px;
}

ul.page-numbers li a,
ul.page-numbers li span {
  font-size: 16px;
  color: #b2b2b2;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

ul.page-numbers li a.prev,
ul.page-numbers li a.next,
ul.page-numbers li a:hover,
ul.page-numbers li span {
  color: #000000;
}
/* END PAGING */

/* POST SIDEBAR */
.entry-primary {
  position: relative;
}

.post-sidebar {
  width: 165px;
  position: absolute;
  top: 0px;
  left: -195px;
}

.post-sidebar .author-info {
  text-align: center;
  margin-bottom: 10px;
}

.post-sidebar .author-info img {
  display: block;
  margin: 0px auto 10px;
  width: 100px;
  border-radius: 50%;
}

.post-sidebar .author-info p {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0px 0px;
}

.post-sidebar .post-details {
  text-align: center;
}

.post-sidebar .post-details p {
  color: #777;
  margin: 0px 0px;
}

.post-sidebar .post-details p strong {
}

.post-sidebar ul.post-sharebar {
  margin: 0px 0px;
  padding: 30px 0px 0px;
  list-style: none;
}

.post-sidebar ul.post-sharebar li {
  display: inline-block;
  margin: 0px 1px 6px;
}

.post-sidebar ul.post-sharebar li a {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid #ddd;
  border-radius: 50%;
  line-height: 34px;
  text-align: center;
}

.post-sidebar ul.post-sharebar li a.share-facebook {
  color: #375899;
}

.post-sidebar ul.post-sharebar li a.share-twitter {
  color: #29aae1;
}

.post-sidebar ul.post-sharebar li a.share-linkedin {
  color: #0277b5;
}

.post-sidebar ul.post-sharebar li a.share-email {
  color: #4285f4;
}

.post-sidebar ul.post-sharebar li a:hover {
  border-color: #bbb;
}

@media (max-width: 1199px) {
  .post-sidebar {
    position: relative;
    top: auto;
    left: auto;
    margin: 0px auto 30px;
  }

  .post-sidebar .sticky-wrapper {
    height: auto !important;
  }

  .post-sidebar .post-sidebar-inner {
    position: relative !important;
    width: auto !important;
    top: auto !important;
  }
}
/* END POST SIDEBAR */

/* TOC */
.entry-content #toc_container {
    display: block;
    width: auto;
    padding: 20px 20px;
    margin: 0px 0px 40px;
    border-radius: 6px;
    border: 0px;
    background-color: #f5f5f5;
}

.entry-content #toc_container a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.entry-content #toc_container a:hover {
  opacity: 0.7;
}

.entry-content #toc_container ul {
  margin: 0px 0px 0px;
}

.entry-content #toc_container span.toc_number.toc_depth_1 {
  display: inline-block;
  font-size: 14px !important;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  background-color: #ffc601;
  border-radius: 50%;
  vertical-align: middle;
}

.entry-content #toc_container ul.toc_list {
}

.entry-content #toc_container ul.toc_list > li {
  margin-bottom: 15px;
}

.entry-content #toc_container ul.toc_list > li > ul {
  margin-left: 50px;
}
/* END TOC */

/* ACTION LISTS */
.entry-content .action-lists {
  clear: both;
  background-color: #f5f5f5;
  padding: 20px 20px;
  margin-top: 40px;
  border-right: 6px;
}

.entry-content .action-lists p:last-child,
.entry-content .action-lists ul:last-child {
  margin-bottom: 0px;
}

.entry-content .action-lists h3 {
  margin: 0px 0px 15px;
}

.entry-content .action-lists ul {
  list-style: none;
  margin: 0px 0px 15px;
  padding: 0px 0px;
}

.entry-content .action-lists ul li {
  position: relative;
  padding: 0px 0px 10px 34px;
}

.entry-content .action-lists ul li:before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjNCNjZBN0E4NkIyMTFFODk3Mzk4ODkyQ0JBQjA2MjkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjNCNjZBNzk4NkIyMTFFODk3Mzk4ODkyQ0JBQjA2MjkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMEZCRDc0RjRCODUxMUU4OEY1QjkxRkFFMkE0MkVDRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMEZCRDc1MDRCODUxMUU4OEY1QjkxRkFFMkE0MkVDRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrkuI0UAAAHXSURBVHjarJYxSAJhFMc/D6EpmsrZCKOhhoYgSqpBggZpCIccc9aIsqGhpcUlsjHCarAhaAsinNOtoAjKRJcWqa2Wg7D+T9/V8XnfeXf64Hfe9935f9/37t575/sp+oSNjYMZsAiGQYDn66AKbsCtmG48qgR8CgejYAMkgCbsrQGOwT4cvThxsAoOwKBwZ+9gHU7OzZPy6pIg70Fc8H/yoqQlVQ5iICu6tyycxOQQjYA70C96Y59gEuGqGDvY6lK8Lo1Ja9PYQQi/D6DPo/gTWAZLUoh1MEE7iHQhfg/mKRTgEOdF0zXSjBgOvBgl1wqEP5qjkrZLK5buifhxCHoMC4XkjcUzOKYt7gtqpvQ32zXnhCosCybxPYU4WcCvWF0UfIMvkGsLSytryUh8x26rmsUrRnMhPj8Ba3z+ymGp8jjTSZy0SawmTY7x2zDH4xyvOvoXltbK0w6eVY0cFCwuDIALMMXjS/DsNCwmKxgOdIuLQ+CqmfL/lnEhrhsOyuDMpkJSU5kF2w7DYtgpcqTstNjpLrO9rdhVuHupzG0pSTTLh9QP6KGmelCqUxC/UHU0KlhxUyK5bZlxLnrKlklGPTUMjrihd7IG3xuW+7HdV0XPPlt+BRgAV8SBzBJkHBcAAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
/* END ACTION LISTS */

/* QUOTE */
.entry-content .box-quote {
  clear: both;
  padding: 0px 0px 0px 150px;
  margin: 0px 0px 40px;
  position: relative;
}

.entry-content .box-quote a {
  display: inline-block;
  color: inherit;
  outline: none;
}

.entry-content .box-quote .box-quote-photo {
  width: 117px;
  height: 117px;
  background-color: #26518c;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}

.entry-content .box-quote .box-quote-text {
  background-color: #fff;
  box-shadow: 0 0 15px 3px rgba(1,1,1,.08);
  padding: 25px 25px;
  margin-bottom: 5px;
  border-radius: 0px 3px 3px 3px;
  position: relative;
}

.entry-content .box-quote .box-quote-text:before {
  content: '';
  background-image: url(/wp-content/uploads/2018/06/arrow-2.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 58px;
  height: 47px;
  position: absolute;
  top: -16px;
  left: -31px;
}

.entry-content .box-quote .box-quote-text,
.entry-content .box-quote .box-quote-text p:not([class]) {
  font-size: 35px;
  color: #202020;
  font-weight: 300;
  line-height: 44px;
}

.entry-content .box-quote .box-quote-text p:not([class]) {
  margin-bottom: 20px;
}

.entry-content .box-quote .box-quote-text br,
.entry-content .box-quote .box-quote-text p:empty {
  display: none;
}

.entry-content .box-quote p.box-quote-author {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #ffc601;
  margin: 0px 0px;
}

.entry-content .box-quote p.box-quote-heading {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #ffc601;
  margin-bottom: 20px;
}

.entry-content .box-quote p.box-quote-tweet {
  font-size: 12px;
  color: #ffc601;
  text-align: right;
}

.entry-content .box-quote p.box-quote-tweet span,
.entry-content .box-quote p.box-quote-tweet i {
  display: inline-block;
  vertical-align: middle;
}

.entry-content .box-quote p.box-quote-tweet i {
  font-size: 24px;
  margin-left: 5px;
}

.entry-content .box-quote.box-statement {
}

.entry-content .box-quote.box-statement .box-quote-text,
.entry-content .box-quote.box-statement .box-quote-text p:not([class]) {
  font-size: 20px;
  line-height: 26px;
}

@media (max-width: 767px) {
  .entry-content .box-quote {
    padding-left: 0px;
  }

  .entry-content .box-quote .box-quote-photo {
    position: relative;
    margin: 0px auto 25px;
  }

  .entry-content .box-quote .box-quote-text:before {
    display: none;
  }
}
/* END QUOTE */

/* ABOUT */
.about-headeing {
  text-align: center;
  padding: 60px 0px 100px;
}

.about-headeing p {
  font-size: 14px;
  font-weight: 700;
  color: #ffc601;
  text-transform: uppercase;
  margin: 0px 0px 0px;
}

.about-headeing h1 {
  font-size: 52px;
  line-height: 1.08;
  font-weight: 400;
  margin: 0px 0px 0px;
}

.about-timeline {
  position: relative;
  margin-bottom: 100px;
}

.about-timeline:before {
  content: '';
  width: 2px;
  height: 100%;
  background-color: #b2b2b2;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -1px;
}

.about-timeline:after {
  content: '';
  display: table;
  clear: both;
}

.about-timeline .timeline-item {
  width: 50%;
  position: relative;
}

.about-timeline .timeline-item:before {
  content: '';
  width: 65px;
  height: 2px;
  background-color: #b2b2b2;
  position: absolute;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.about-timeline .timeline-item:after {
  content: '';
  width: 70px;
  height: 70px;
  background-color: #b2b2b2;
  border-radius: 50%;
  position: absolute;
  border: 30px solid #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.timeline-item .timeline-item-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #b2b2b2;
  border-radius: 50%;
  position: relative;
  margin-bottom: 5px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.timeline-item .timeline-item-icon img,
.timeline-item .timeline-item-icon .fa {
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.timeline-item .timeline-item-date {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  display: block;
  margin: 0px 0px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.timeline-item .timeline-item-text {
}

.timeline-item .timeline-item-text p:last-child {
  margin-bottom: 0px;
}

.about-timeline .timeline-item:hover:before,
.about-timeline .timeline-item:hover:after,
.about-timeline .timeline-item:hover .timeline-item-icon {
  background-color: #ffc601;
}

.about-timeline .timeline-item:hover .timeline-item-date {
 color: #ffc601; 
}

.about-testimonials {
  padding: 0px 0px 80px;
}

.about-testimonials .row {
  padding-top: 80px;
}

.about-testimonials .testimonial-item {
  position: relative;
  padding: 0px 0px 50px 70px;
}

.about-testimonials .testimonial-item .testimonial-meta {
  text-align: left;
  padding: 0px 0px;
}

.about-testimonials .testimonial-item .testimonial-meta img {
  position: absolute;
  top: 0px;
  left: 0px;
}

.testimonials-heading {
  position: relative;
}

.testimonials-heading:before {
  content: '';
  width: 114px;
  height: 114px;
  border: 32px solid #fff;
  border-radius: 50%;
  background-color: #000000;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALCAYAAACgR9dcAAAAAXNSR0IArs4c6QAAAQRJREFUKBXVULFKA1EQnH05QjAGbE2ldmnsLOJ/CHYiNn6AlQErawttgqW/ENJb5RAECwtLQQhoJQaLeCG3ztu9O84ypQtvZ2Znl+UtwNDH7ppOZKqp/BDnmjZ7sV4PTcOt+dYTLqIXrGHxfkrsQtGEYCz97MXqRdKH1jZUj80H5ljv3EQr6OtWi8ZZ1ZwklxUvSZ4NSBOXci27X5+RB3y8nRA33eDWvcVTwQ2KrUcmBDO0O1eln3DrYSmIPf554joMZX95hzw7oPatihzfszF7WJJnDqPhzZZ3mONj6Mjhj7/BWt/qHPSDuVo5/9NhXjEMq+PUf90I9+BxEXGZn9ct5zL9BcOQVuZbJjUDAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center; 
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}

.testimonials-heading:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #b2b2b2;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  z-index: 5;
}

@media (min-width: 768px) {
  .about-timeline .timeline-item:nth-child(odd) {
    clear: both;
    text-align: right;
    padding-right: 115px;
    right: -1px;
  }

  .about-timeline .timeline-item:nth-child(odd):before {
    top: 24px;
    right: 28px;
  }

  .about-timeline .timeline-item:nth-child(odd):after {
    top: -11px;
    right: -34px;
  }

  .about-timeline .timeline-item:nth-child(even) {
    float: right;
    padding-left: 115px;
    left: -1px;
  }

  .about-timeline .timeline-item:nth-child(even):before {
    top: 24px;
    left: 28px;
  }

  .about-timeline .timeline-item:nth-child(even):after {
    top: -11px;
    left: -34px;
  }

  .about-timeline .timeline-item:last-child {
    background-color: #fff;
  }
}

@media (max-width: 767px) {
  .about-headeing {
    padding: 30px 0px 60px;
  }

  .about-headeing h1 {
    font-size: 32px;
  }

  .about-timeline:before {
    left: 0px;
    margin-left: 0px;
  }

  .about-timeline .timeline-item {
    width: 100%;
    padding: 0px 0px 60px 30px;
  }

  .about-timeline .timeline-item:before {
    display: none;
  }

  .about-timeline .timeline-item:after {
    border-width: 20px;
    width: 50px;
    height: 50px;
    left: -24px;
    top: 0px;
  }

  .about-timeline .timeline-item:last-child {
    background-color: #fff;
  }
}
/* END ABOUT */