/*
  @package ucg theme
*/
/*
  Import
  -----------------------------------------------
*/
/*
@package Olivetheme

*/
/*
  Variabels
  -----------------------------------------------
*/
/*
@package Olivetheme

*/
/*
  Mixins
  -----------------------------------------------
*/
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes flipY {
  0% {
    transform: rotateY(0deg); }
  100% {
    transform: rotateY(360deg); } }
@keyframes flipX {
  0% {
    transform: rotateX(0deg); }
  100% {
    transform: rotateX(360deg); } }
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%); }
  50% {
    opacity: 0;
    transform: translateY(100%); }
  51% {
    opacity: 1; } }
@keyframes RightToLeft {
  0% {
    transform: translateX(5%);
    -webkit-transform: translateX(5%); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@keyframes LeftToRight {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(5%);
    -webkit-transform: translateX(5%); } }
@keyframes LeftToRightRtl {
  0% {
    transform: translateX(-5%);
    -webkit-transform: translateX(-5%); }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
/*
	@package Olivetheme
*/
/*
	Font Icon
	------------------------------------------------
*/
/*
  @package olivetheme
*/
/*
  Placeholders
  -----------------------------------------------
*/
/*
  @package olivetheme
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.aligncenter {
  width: 100%;
  height: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*
--------------------------------------------------
*/
p {
  font-size: 16px !important; }

.readmore-link {
  color: #3F3F40;
  padding-top: 5px;
  transition: all 0.3s ease-in !important;
  margin-top: 30px;
  display: inline-block !important;
  position: relative; }
  .readmore-link:before {
    content: ' ';
    display: block;
    top: -4px;
    right: 0;
    width: 100%;
    height: 3px;
    position: absolute;
    transition: .5s ease;
    background: #c89742; }
  .readmore-link:hover {
    color: #3F3F40; }
    .readmore-link:hover:before {
      width: 120%; }

.readmore-link-slide {
  color: #443344;
  padding-top: 5px;
  transition: all 0.3s ease-in !important;
  margin-top: 30px;
  position: relative;
  display: inline-block !important; }
  .readmore-link-slide:before {
    content: ' ';
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    position: absolute;
    transition: .5s ease;
    background: #c89742; }
  .readmore-link-slide:hover:before {
    width: 120%; }

.nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 40px;
  color: white; }
  .nav h1 {
    font-weight: 300;
    font-size: 3rem; }
  .nav .author {
    text-align: right; }

.slider {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  display: none; }

.slider-inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transition-timing-function: cubic-bezier(0.22, 1.61, 0.65, 1);
  transition-duration: 1s;
  background-visibility: hidden;
  transition-delay: .75s;
  transform: translateZ(0); }

.slide {
  position: absolute;
  top: 0;
  height: 100%;
  transition-timing-function: cubic-bezier(0.25, 0.5, 0.25, 1.25);
  transform: translateZ(0) scale(0.8, 0.8);
  transition-duration: .5s;
  font-size: 5rem;
  color: white; }
  .slide.active {
    transform: scale(1, 1);
    transition-delay: 2s; }

.slide img {
  position: relative; }
.slide .services-content-slide {
  position: absolute;
  top: 35%;
  right: -9%; }
  .slide .services-content-slide h3 {
    color: #C89745;
    width: 80%; }
  .slide .services-content-slide p {
    width: 40%;
    font-weight: bold; }
  .slide .services-content-slide a {
    position: absolute;
    top: 70%;
    right: 60%;
    font-size: 16px;
    font-weight: bold; }
.slide:nth-child(2n) .services-content-slide {
  right: -14%; }
.slide:nth-child(6n) .services-content-slide {
  right: 18%; }
  .slide:nth-child(6n) .services-content-slide p {
    width: 70%; }
  .slide:nth-child(6n) .services-content-slide a {
    right: 26%; }

/* Tooltip container */
.dot-slide {
  position: relative;
  display: inline-block; }

/* Tooltip text */
.dot-slide .tooltiptext {
  visibility: hidden;
  background-color: transparent;
  color: #C89745;
  margin-bottom: 6px;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  width: 200px;
  bottom: 100%;
  left: 50%;
  margin-left: -100px;
  /* Use half of the width (120/2 = 60), to center the tooltip */
  position: absolute;
  z-index: 1; }
  .dot-slide .tooltiptext:after {
    content: " ";
    position: absolute;
    top: 100%;
    /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent transparent; }

/* Show the tooltip text when you mouse over the tooltip container */
.dot-slide:hover .tooltiptext {
  visibility: visible;
  transition: 0.3s ease; }

.slider-nav .dot-slide.active .tooltiptext {
  transform: scale(0.5);
  margin-bottom: -8px; }
  .slider-nav .dot-slide.active .tooltiptext:last-child {
    margin-bottom: -11px; }

@media (max-width: 2880px) {
  .slide .services-content-slide {
    right: 48%; }
  .slide:nth-child(2n) .services-content-slide {
    right: 46%; }
  .slide:nth-child(6n) .services-content-slide {
    right: 61%; } }
@media (max-width: 1920px) {
  .slide .services-content-slide {
    right: 24%; }
  .slide:nth-child(2n) .services-content-slide {
    right: 16%; }
  .slide:nth-child(6n) .services-content-slide {
    right: 43%; } }
@media (max-width: 1600px) {
  .slide .services-content-slide {
    right: 0; }
  .slide:nth-child(2n) .services-content-slide {
    right: 0; }
  .slide:nth-child(6n) .services-content-slide {
    right: 24%; } }
@media (max-width: 1440px) {
  .slide .services-content-slide {
    right: -9%; }
  .slide:nth-child(2n) .services-content-slide {
    right: -14%; }
  .slide:nth-child(6n) .services-content-slide {
    right: 18%; } }
@media (max-width: 1366px) {
  .slide .services-content-slide {
    right: -9%; }
  .slide:nth-child(2n) .services-content-slide {
    right: -14%; }
  .slide:nth-child(6n) .services-content-slide {
    right: 18%; } }
@media (max-width: 1281px) {
  .slide .services-content-slide {
    right: -9%; }
  .slide:nth-child(2n) .services-content-slide {
    right: -14%; }
  .slide:nth-child(6n) .services-content-slide {
    right: 18%; } }
@media (min-width: 1025px) and (max-width: 1280px) {
  .slide .services-content-slide {
    right: -10%; }
  .slide:nth-child(2n) .services-content-slide {
    right: -20%; }
  .slide:nth-child(6n) .services-content-slide {
    right: 4%; } }
@media (max-width: 1024px) {
  .slide .services-content-slide {
    right: -40%; }
  .slide:nth-child(2n) .services-content-slide {
    right: -46%; }
  .slide:nth-child(6n) .services-content-slide {
    right: -4%; }

  .slider-nav .dot-slide.active .tooltiptext:last-child {
    margin-bottom: -8px; } }
@media (max-width: 991px) {
  .slide .services-content-slide {
    right: -48%; }
  .slide:nth-child(2n) .services-content-slide {
    right: -54%; }
  .slide:nth-child(5n) .services-content-slide {
    right: -46%; }
  .slide:nth-child(6n) .services-content-slide {
    right: -2%; } }
@media (max-width: 823px) {
  .slide .services-content-slide {
    right: -45%; }
  .slide:nth-child(2n) .services-content-slide {
    right: -53%; }
  .slide:nth-child(5n) .services-content-slide {
    right: -45%; }
  .slide:nth-child(6n) .services-content-slide {
    right: 0; } }
@media (max-width: 768px) {
  .slide .services-content-slide {
    right: -47%; }
    .slide .services-content-slide h3 {
      font-size: 24px; }
    .slide .services-content-slide p {
      font-size: 14px !important; }
  .slide:nth-child(2n) .services-content-slide {
    right: -54%; }
  .slide:nth-child(5n) .services-content-slide {
    right: -46%; }
  .slide:nth-child(6n) .services-content-slide {
    right: -6%; }

  .slider-nav .dot-slide.active .tooltiptext:last-child {
    margin-bottom: -8px; } }
@media (max-width: 736px) {
  .slider-nav .dot-slide {
    margin: 40% 10px; }

  .slide:after {
    content: ' ';
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0; }
  .slide .services-content-slide {
    right: -30%;
    z-index: 1; }
  .slide:nth-child(2n) .services-content-slide {
    right: -37%; }
  .slide:nth-child(5n) .services-content-slide {
    right: -28%; }
  .slide:nth-child(6n) .services-content-slide {
    right: 14%; } }
@media (max-width: 667px) {
  .slider-nav .dot-slide {
    margin: 45% 10px; }

  .slide .services-content-slide {
    right: -44%; }
  .slide:nth-child(2n) .services-content-slide {
    right: -51%; }
  .slide:nth-child(5n) .services-content-slide {
    right: -42%; }
  .slide:nth-child(6n) .services-content-slide {
    right: 4%; } }
@media (max-width: 568px) {
  .slider-nav .dot-slide {
    margin: 45% 10px; }

  .slide .services-content-slide {
    right: -74%; }
  .slide:nth-child(2n) .services-content-slide {
    right: -83%; }
  .slide:nth-child(5n) .services-content-slide {
    right: -72%; }
  .slide:nth-child(6n) .services-content-slide {
    right: -17%; } }
@media (max-width: 414px) {
  .slide img {
    width: 100%; }
  .slide p {
    width: 60% !important; }
  .slide a {
    right: 40% !important; }
  .slide .services-content-slide {
    right: -51%; }
  .slide:nth-child(2n) .services-content-slide {
    right: -51%; }
    .slide:nth-child(2n) .services-content-slide p {
      width: 58% !important; }
    .slide:nth-child(2n) .services-content-slide a {
      right: 42% !important; }
  .slide:nth-child(5n) .services-content-slide {
    right: -51%; }
  .slide:nth-child(6n) .services-content-slide {
    right: -8%; }
    .slide:nth-child(6n) .services-content-slide p {
      width: 84% !important; }
    .slide:nth-child(6n) .services-content-slide a {
      right: 16% !important; } }
.slider-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  text-align: center; }
  .slider-nav .dot-slide {
    float: left;
    width: 10px;
    height: 10px;
    z-index: 2;
    display: inline-block;
    margin: 20% 36px;
    cursor: pointer;
    border-radius: 50%;
    opacity: .5;
    transition-duration: .25s;
    background-color: #b7bbc0; }
    .slider-nav .dot-slide:hover {
      opacity: 1; }
    .slider-nav .dot-slide.active {
      background-color: #C89745;
      transform: scale(2);
      opacity: 1; }

@media (min-width: 1025px) and (max-width: 1280px) {
  .slider-nav .dot-slide {
    width: 14px;
    height: 14px;
    margin: 20% 28px; } }
@media (max-width: 1024px) {
  .slider-nav .dot-slide {
    width: 14px;
    height: 14px;
    margin: 20% 28px; } }
@media (max-width: 991px) {
  .slider-nav .dot-slide {
    margin: 20% 18px; } }
@media (max-width: 768px) {
  .slider-nav .dot-slide {
    width: 12px;
    height: 12px;
    margin: 15% 17px; } }
@media (max-width: 736px) {
  .slider-nav .dot-slide {
    width: 12px;
    height: 12px;
    margin: 40% 11px; } }
@media (max-width: 414px) {
  .slider-nav .dot-slide {
    width: 8px;
    height: 8px;
    margin: 100% 6px; } }
@media (max-width: 320px) {
  .slider-nav .dot-slide {
    width: 8px;
    height: 8px;
    margin: 100% 4px; } }
/* Blog grid */
.custom-post-image {
  height: 235px;
  width: auto;
  background-position: 0% 15% !important; }

@media (max-width: 2880px) {
  .custom-post-image {
    width: 440px; } }
@media (width: 1024px) {
  .custom-post-image {
    width: 365px; } }
@media (max-width: 823px) {
  .custom-post-image {
    width: auto; } }
.custom-post-image-last {
  height: 500px; }

.custom-post-date p:before {
  font-family: 'fontawesome';
  content: ' \f017';
  font-size: 14px;
  color: #fff;
  padding-right: 5px; }

.custom-post-title h4:after {
  display: block;
  content: '';
  border-bottom: solid 3px #C89745;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  transform-origin: 100% 50%;
  padding-bottom: 10px;
  width: 40%; }
.custom-post-title h4:hover {
  transition: 0.35s ease-in;
  transform: translateY(-10px); }
  .custom-post-title h4:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 50%; }
.custom-post-title h4 a:hover {
  opacity: 1 !important; }

.custom-post-title h6 {
  font-weight: bold; }
  .custom-post-title h6:after {
    display: block;
    content: '';
    border-bottom: solid 3px #C89745;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    transform-origin: 100% 50%;
    padding-bottom: 10px;
    width: 40%; }
  .custom-post-title h6:hover {
    transition: 0.35s ease-in;
    transform: translateY(-10px); }
    .custom-post-title h6:hover:after {
      transform: scaleX(1);
      transform-origin: 0% 50%; }
  .custom-post-title h6 a:hover {
    opacity: 1 !important; }

.custom-post-cat {
  text-align: left !important; }
  .custom-post-cat span {
    font-size: 18px;
    color: #C89745;
    font-weight: 700; }
  .custom-post-cat:hover span {
    color: #C89745 !important; }

.vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover {
  background-color: transparent !important; }

.vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover > span {
  color: #C89745 !important;
  cursor: unset; }

.custom-post-cat-last {
  text-align: left !important; }
  .custom-post-cat-last span {
    font-size: 18px;
    color: #C89745;
    font-weight: 700; }

.custom-share-button-last .custom-share-button-last {
  cursor: pointer; }
.custom-share-button-last .addtoany_content {
  position: absolute;
  top: 6px;
  display: none; }

.custom-post-excerpt-last p {
  display: none; }

.addtoany_content_last_active {
  position: absolute;
  right: 20%;
  transition: 1s ease linear;
  display: block !important;
  animation: RightToLeft 0.5s ease forwards; }

.addtoany_content_small_active {
  position: absolute;
  right: 25%;
  transition: 1s ease linear;
  display: block !important;
  animation: RightToLeft 0.5s ease forwards; }

.custom-share-button-small .custom-share-button-small {
  cursor: pointer; }
.custom-share-button-small .addtoany_content {
  position: absolute;
  top: 6px;
  display: none; }

.custom-post-excerpt-small p {
  display: none; }

@media (max-width: 736px) {
  .custom-share-icon-margin {
    margin-top: -25px !important; }

  .custom-share-button-last {
    top: -80px; }
    .custom-share-button-last .addtoany_content {
      right: 10%; }
    .custom-share-button-last .custom-share-icon {
      margin-top: 0 !important; }

  .custom-share-button-small {
    top: -80px; }
    .custom-share-button-small .addtoany_content {
      right: 10%; }
    .custom-share-button-small .custom-share-icon {
      margin-top: 0 !important; } }
@media (max-width: 414px) {
  .custom-share-button-last .addtoany_content {
    right: 15%; }

  .custom-share-button-small .addtoany_content {
    right: 15%; } }
@media (max-width: 823px) {
  .custom-share-button {
    margin-top: 0; }
    .custom-share-button .addtoany_shortcode {
      padding-right: 20%; }
    .custom-share-button img {
      margin-top: 0; }

  .custom-share-icon-margin {
    margin-top: -25px !important; }

  .custom-share-button-small {
    margin-top: 0; }
    .custom-share-button-small .addtoany_content {
      width: 5px;
      right: 75%; } }
/* Timeline Awards */
/* typography */
/* media queries */
/* timeline layout */
html {
  background-color: honeydew;
  font-family: Arial, san-serif; }

h1 {
  text-align: center;
  color: dimgrey; }

.timeline {
  position: relative;
  margin-top: 30px;
  margin-left: 15px; }
  .timeline:before {
    /* vertical line*/
    content: '';
    position: absolute;
    top: 10px;
    /* to align with midline*/
    left: 7px;
    width: 2px;
    height: 97%;
    background-color: #cad2d6; }

.timeline__block {
  position: relative;
  margin-top: 42px;
  margin-bottom: 42px; }
  .timeline__block p {
    font-size: 20px !important; }
  .timeline__block:last-child {
    margin-bottom: 3em; }
  .timeline__block:after {
    content: "";
    display: table;
    clear: both; }

.block-two {
  margin-top: 20px; }

.timeline__midpoint {
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #C89745 !important; }

.timeline__content {
  position: relative; }
  .timeline__content p + p {
    padding-top: 0; }
  .timeline__content:after {
    content: "";
    display: table;
    clear: both; }

.timeline__midpoint--highlight > .timeline__year {
  display: none; }

.sub-midpoint {
  border-radius: 50%;
  box-shadow: 0 0px 0px 5px #ffffff; }
  .sub-midpoint:after {
    content: '';
    box-shadow: 10px 10px 24px 0px rgba(0, 0, 0, 0.75); }

.timeline-img {
  box-shadow: 0px 0px 24px 0px #ebebeb; }

/* timeline typography */
.timeline__content .timeline__year {
  padding-top: 6px;
  color: #C89745; }

.timeline__content--left .timeline__year {
  text-align: right; }

.timeline__content--right .timeline__year {
  text-align: left; }

.timeline__midpoint--highlight .timeline__year {
  color: #fff;
  line-height: 1.7;
  font-size: 1.5rem; }

.timeline__year,
.timeline__midpoint--highlight + .timeline__content {
  font-weight: 500; }

.timeline__content > p {
  font-size: 0.88em; }

/* timeline layout for desktop */
@media (min-width: 1024px) {
  .timeline {
    margin-left: 0; }
    .timeline:before {
      /* vertical line */
      left: 50%;
      margin-left: -1px; }

  .timeline__midpoint {
    left: 50%;
    margin-left: -8px; }
    .timeline__midpoint:before {
      width: 40px; }

  .timeline__midpoint--highlight {
    top: 0;
    width: 77px;
    height: 45px;
    margin-left: -29px;
    margin-left: -38px;
    text-align: center; }
    .timeline__midpoint--highlight.no-top-margin {
      margin-top: 0; }
    .timeline__midpoint--highlight .timeline__year {
      display: block; }

  .timeline__midpoint--highlight:before,
  .timeline__midpoint.timeline__midpoint--highlight:after {
    content: none; }

  .timeline__midpoint--highlight,
  .timeline__midpoint--highlight + .timeline__content {
    margin-top: 2em;
    margin-bottom: 2em; }

  .timeline__content {
    text-align: center; }
    .timeline__content .timeline__year--mobile {
      display: none; }

  .timeline-readmore {
    background: #fff !important;
    min-width: 110px !important;
    border: 1px solid #C89745;
    box-shadow: 0px 0px 24px 0px #b7bbc0;
    left: 48.5%; }
    .timeline-readmore a {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: bold;
      color: #C89745;
      padding: 12px 10px;
      vertical-align: bottom;
      transition: 0.3s ease; }
      .timeline-readmore a:hover {
        background-color: #C89745;
        color: #fff; }

  @-moz-document url-prefix() {
    .timeline-readmore a {
      padding: 12px 8.5px !important; } }
  .timeline__text--left:last-child {
    padding-right: 15%; }

  .timeline__text--right {
    padding-left: 18%; } }
@media (max-width: 1024px) {
  .timeline__block .timeline__content--right .timeline__year {
    margin-left: -11%; }

  .timeline__content--left {
    padding-left: 5%; }

  .timeline__content--right {
    padding-right: 5%; }
    .timeline__content--right .timeline__year {
      text-align: left !important; } }
@media (width: 823px) {
  .timeline__block p {
    font-size: 16px !important;
    text-align: center !important; }
  .timeline__block .timeline__year {
    padding-left: 15px;
    text-align: center; }
  .timeline__block .timeline__content--right {
    padding-right: 3%; }
    .timeline__block .timeline__content--right .timeline__year {
      text-align: center !important;
      margin-left: 70px; }
    .timeline__block .timeline__content--right .timeline__year--mobile {
      margin-left: 0px !important; }

  .timeline-readmore-small {
    background: #fff !important;
    padding: 3px 10px;
    min-width: 150px !important;
    border: 1px solid #C89745;
    box-shadow: 0px 0px 24px 0px #b7bbc0;
    left: 0; }
    .timeline-readmore-small a {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: bold;
      color: #C89745; }
    .timeline-readmore-small .timeline__year {
      padding-left: 0;
      padding-top: 0; }

  .block-three p {
    padding-left: 18%;
    padding-right: 17%; } }
@media (max-width: 812px) {
  .timeline__block p {
    font-size: 16px !important;
    text-align: center !important; }
  .timeline__block .timeline__content--right {
    padding-right: 1%; }
    .timeline__block .timeline__content--right .timeline__year {
      text-align: center !important;
      margin-left: 10% !important; }
      .timeline__block .timeline__content--right .timeline__year .timeline__year--mobile {
        text-align: center !important; }
  .timeline__block .timeline__content--left .timeline__year {
    text-align: center !important; }

  .timeline-readmore-small {
    background: #fff !important;
    padding: 0;
    min-width: 100px !important;
    border: 1px solid #C89745;
    box-shadow: 0px 0px 24px 0px #b7bbc0;
    left: 0; }
    .timeline-readmore-small a {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: bold;
      color: #C89745;
      padding: 12px 3.3px;
      -moz-padding: 12px 9.1px;
      vertical-align: middle;
      transition: 0.3s ease; }
    .timeline-readmore-small .timeline__year {
      padding-left: 0;
      padding-top: 0; }

  .block-three .timeline__text--left {
    padding-left: 15%;
    padding-right: 15%; } }
@media (width: 768px) {
  .timeline__block p {
    font-size: 16px !important;
    text-align: center; }
  .timeline__block .timeline__year {
    padding-left: 15px;
    text-align: center; }
  .timeline__block .timeline__content--right {
    padding-right: 4%; }
    .timeline__block .timeline__content--right .timeline__year {
      text-align: center; }

  .timeline-readmore-small {
    background: #fff !important;
    padding: 3px 10px;
    min-width: 150px !important;
    border: 1px solid #C89745;
    box-shadow: 0px 0px 24px 0px #b7bbc0;
    left: 0; }
    .timeline-readmore-small a {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: bold;
      color: #C89745; }
    .timeline-readmore-small .timeline__year {
      padding-left: 0;
      padding-top: 0; }

  .block-three p {
    padding-left: 18%;
    padding-right: 17%; } }
@media (max-width: 736px) {
  .timeline__block p {
    font-size: 16px !important;
    text-align: center; }
  .timeline__block .timeline__content--right {
    padding-right: 0; }
    .timeline__block .timeline__content--right .timeline__year {
      text-align: center;
      margin-left: 0 !important; }
  .timeline__block .timeline__content--left .timeline__year {
    text-align: center !important; }

  .timeline-readmore-small {
    background: #fff !important;
    padding: 0;
    min-width: 85px !important;
    border: 1px solid #C89745;
    box-shadow: 0px 0px 24px 0px #b7bbc0;
    left: 0; }
    .timeline-readmore-small a {
      font-size: 13px;
      text-transform: uppercase;
      font-weight: bold;
      color: #C89745;
      padding: 12px 3.3px;
      -moz-padding: 12px 9.1px;
      vertical-align: middle;
      transition: 0.3s ease; }
    .timeline-readmore-small .timeline__year {
      padding-left: 0;
      padding-top: 0; } }
@media (max-width: 640px) {
  .timeline__block p {
    font-size: 16px !important;
    text-align: center; }
  .timeline__block .timeline__content--right .timeline__year {
    text-align: center !important;
    margin-left: 0 !important; }
  .timeline__block .timeline__content--left .timeline__year {
    text-align: center !important; }

  .timeline-readmore-small {
    background: #fff !important;
    padding: 0;
    min-width: 85px !important;
    border: 1px solid #C89745;
    box-shadow: 0px 0px 24px 0px #b7bbc0;
    left: 0; }
    .timeline-readmore-small a {
      font-size: 13px;
      text-transform: uppercase;
      font-weight: bold;
      color: #C89745;
      padding: 12px 3.3px;
      -moz-padding: 12px 9.1px;
      vertical-align: middle;
      transition: 0.3s ease; }
    .timeline-readmore-small .timeline__year {
      padding-left: 0;
      padding-top: 0; } }
@media (max-width: 414px) {
  .timeline__block p {
    font-size: 16px !important;
    text-align: center; }
  .timeline__block img {
    width: 100%; }
  .timeline__block .timeline__content--right {
    padding-right: 0% !important; }
    .timeline__block .timeline__content--right .timeline__text--right {
      padding-left: 10%; }
    .timeline__block .timeline__content--right .timeline__year {
      text-align: center !important;
      margin-left: 0 !important; }

  .timeline-readmore-small {
    background: #fff !important;
    padding: 0;
    min-width: 100px !important;
    border: 1px solid #C89745;
    box-shadow: 0px 0px 24px 0px #b7bbc0;
    left: 0; }
    .timeline-readmore-small a {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: bold;
      color: #C89745;
      padding: 12px 3.3px;
      -moz-padding: 12px 9.1px;
      vertical-align: middle; }
    .timeline-readmore-small .timeline__year {
      padding-left: 0;
      padding-top: 0; }

  .block-three .timeline__text--left {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
@media (max-width: 375px) {
  .timeline__block p {
    font-size: 16px !important;
    text-align: center; }
  .timeline__block img {
    width: 100%; }
  .timeline__block .timeline__content--right .timeline__text--right {
    padding-left: 4%; }
  .timeline__block .timeline__content--right .timeline__year {
    text-align: center !important;
    margin-left: 0%   !important; }

  .timeline-readmore-small {
    background: #fff !important;
    padding: 0;
    min-width: 100px !important;
    border: 1px solid #C89745;
    box-shadow: 0px 0px 24px 0px #b7bbc0;
    left: 0; }
    .timeline-readmore-small a {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: bold;
      color: #C89745;
      padding: 12px 3.3px;
      -moz-padding: 12px 9.1px;
      vertical-align: middle; }
    .timeline-readmore-small .timeline__year {
      padding-left: 0;
      padding-top: 0; }

  .block-three .timeline__text--left {
    padding-left: 2%; } }
#dynamic-to-top {
  margin-bottom: 42px; }

.send-btn-contact-page {
  margin-top: 16px;
  width: 100%;
  background-color: #b7bbc0;
  color: #fff;
  padding: 10px;
  border: none;
  transition: 0.3s ease; }
  .send-btn-contact-page:hover {
    background-color: #C89745; }

/* contact page */
.google-icon p:last-of-type {
  position: absolute;
  top: 65%;
  left: 11%;
  transition: .2s ease-out;
  color: white;
  font-weight: bold;
  opacity: 0; }
.google-icon p:first-of-type {
  position: absolute;
  top: 55%;
  left: 4%;
  background-color: lightgray;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s ease; }
  .google-icon p:first-of-type a img {
    margin: 0; }
  .google-icon p:first-of-type:before {
    content: " ";
    width: 0px;
    height: 0px;
    display: block;
    background-color: white;
    border-radius: 50%;
    transition: .2s ease-out;
    position: absolute;
    z-index: -1; }
  .google-icon p:first-of-type:hover {
    transform: scale(1.1); }
    .google-icon p:first-of-type:hover + p {
      left: 14%;
      opacity: 1; }
    .google-icon p:first-of-type:hover:before {
      width: 80px;
      height: 80px; }

@media (max-device-width: 1024px) {
  .google-icon p:first-of-type:hover + p {
    left: 16%; } }
@media (max-device-width: 991px) {
  .google-icon p:last-of-type {
    top: 50%; }
  .google-icon p:first-of-type {
    top: 45%; }
    .google-icon p:first-of-type:hover + p {
      left: 20%;
      top: 60%; } }
@media (max-device-width: 768px) {
  .google-icon p:last-of-type {
    top: 62%; }
  .google-icon p:first-of-type {
    top: 44%; }
    .google-icon p:first-of-type:hover + p {
      left: 20%; } }
@media (max-device-width: 736px) {
  .google-icon p:last-of-type {
    top: 30%; }
  .google-icon p:first-of-type {
    top: 30%;
    left: 7%;
    height: 90px;
    width: 90px; }
    .google-icon p:first-of-type:hover + p {
      left: 28%;
      top: 47%; } }
@media (max-device-width: 414px) {
  .google-icon p:last-of-type {
    top: 30%; }
  .google-icon p:first-of-type {
    top: 7%;
    left: 7%;
    height: 90px;
    width: 90px; }
    .google-icon p:first-of-type:hover + p {
      left: 36%;
      top: 30%; } }
@media (max-device-width: 320px) {
  .google-icon p:last-of-type {
    top: 30%; }
  .google-icon p:first-of-type {
    top: 7%;
    left: 7%;
    height: 75px;
    width: 75px; }
    .google-icon p:first-of-type:hover + p {
      left: 36%;
      top: 30%; } }
/*about page*/
.mission-vision-section {
  background-image: url(/wp-content/uploads/2020/09/missionvision-1.jpg);
  height: 600px;
  background-size: cover;
  background-position: 50% 50%; }

.mission-vision-wrapper {
  height: 100%;
  display: flex;
  align-items: center; }

.vision-button {
  cursor: pointer;
  transition: 1s ease linear; }
  .vision-button h1 {
    font-size: 5em; }
    .vision-button h1:after {
      content: "";
      position: absolute;
      left: -38%;
      top: 40%;
      background: url(../imgs/arrow1.svg);
      height: 40px;
      width: 40px;
      background-size: contain;
      background-repeat: no-repeat;
      transition: 0.3s ease; }

.vision-button-active h1:after {
  left: -42%; }

.vision-text {
  display: none; }
  .vision-text p {
    padding-left: 20%;
    padding-right: 10%; }

.vision-column {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: 0.3s ease; }

.vision-column-active {
  background-color: rgba(235, 235, 235, 0.8);
  animation: RightToLeft 0.5s ease forwards; }

.mission-column {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: 0.3s ease; }

.mission-column-active {
  background-color: rgba(235, 235, 235, 0.8);
  animation: LeftToRight 0.5s ease forwards; }

.vision_text_active {
  display: block !important;
  animation: RightToLeft 0.5s ease forwards; }

.vision_display {
  display: none !important; }

.mission-text {
  display: none; }
  .mission-text p {
    padding-left: 10%;
    padding-right: 20%; }

.mission-button {
  cursor: pointer;
  transition: 0.5s ease linear; }
  .mission-button h1 {
    font-size: 5em; }
    .mission-button h1:after {
      content: "";
      position: absolute;
      right: -38%;
      top: 40%;
      background: url(../imgs/arrow2.svg);
      height: 40px;
      width: 40px;
      background-size: contain;
      background-repeat: no-repeat;
      transition: 0.3s ease; }

.mission-button-active h1:after {
  right: -42%; }

.mission_text_active {
  display: block !important;
  animation: LeftToRight 0.5s ease forwards; }

.mission_display {
  display: none !important; }

/* mobile section */
.mission-vision-wrapper-mobile {
  height: 100%;
  display: flex;
  align-items: center; }

.mission-vision-section-mobile {
  background-image: url(https://level.ucglab.com/v2/wp-content/uploads/2020/09/missionvision-1.jpg);
  height: auto;
  background-size: cover;
  background-position: 50% 50%; }

.mission-button-mobile {
  cursor: pointer;
  transition: 0.5s ease linear;
  background-color: rgba(235, 235, 235, 0.8); }
  .mission-button-mobile h1 {
    font-size: 2.5em;
    padding-top: 30px; }

.mission-button-mobile-active h1:after {
  right: 17%; }

.mission-text-mobile {
  background-color: rgba(235, 235, 235, 0.8);
  transition: 0.3s ease;
  padding-bottom: 20px; }
  .mission-text-mobile p {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2%; }

.mission_text_mobile_active {
  background-color: rgba(235, 235, 235, 0.8);
  position: absolute;
  display: flex !important;
  animation: LeftToRight 0.5s ease forwards;
  height: 100%;
  margin-left: -5%; }

.vision-button-mobile {
  cursor: pointer;
  transition: 1s ease linear;
  background-color: rgba(235, 235, 235, 0.8); }
  .vision-button-mobile h1 {
    font-size: 2.5em; }

.vision-button-mobile-active h1:after {
  left: 20%; }

.vision-text-mobile {
  background-color: rgba(235, 235, 235, 0.8);
  padding-bottom: 30px; }
  .vision-text-mobile p {
    padding-left: 0;
    padding-top: 2%;
    padding-right: 0; }

.vision_text_mobile_active {
  background-color: rgba(235, 235, 235, 0.8);
  display: flex !important;
  position: absolute;
  animation: RightToLeft 0.5s ease forwards;
  height: 100%; }


@media (max-width: 2880px) {
  .vision-text p {
    padding-left: 62%;
    padding-right: 10%; }

  .mission-text p {
    padding-left: 10%;
    padding-right: 70%; } }
@media (max-width: 1920px) {
  .vision-text p {
    padding-left: 40%;
    padding-right: 10%; }

  .mission-text p {
    padding-left: 10%;
    padding-right: 50%; } }
@media (max-width: 1600px) {
  .vision-text p {
    padding-left: 32%;
    padding-right: 10%; }

  .mission-text p {
    padding-left: 10%;
    padding-right: 32%; } }
@media (max-width: 1440px) {
  .mission-button h1:after {
    right: -25%; }

  .mission-button-active h1:after {
    right: -30%; } }
@media (max-width: 1366px) {
  .vision-text p {
    padding-left: 20%;
    padding-right: 10%; }

  .vision-button h1:after {
    left: -15%; }

  .vision-button-active h1:after {
    left: -18%; }

  .mission-button h1:after {
    right: -15%; }

  .mission-button-active h1:after {
    right: -18%; } }
@media (max-width: 1024px) {
  .vision-button h1 {
    font-size: 4em; }
    .vision-button h1:after {
      top: 32%; }

  .mission-button h1 {
    font-size: 4em; }
    .mission-button h1:after {
      top: 38%; } }
@media (max-width: 823px) {
  .vision-text p {
    padding-left: 8%;
    padding-right: 5%; }

  .vision-button h1 {
    font-size: 2.8em; }
    .vision-button h1:after {
      left: -8%;
      top: 36%;
      height: 24px;
      width: 24px; }

  .vision-button-active h1:after {
    left: -11%; }

  .mission-text p {
    padding-left: 8%;
    padding-right: 20%; }

  .mission-button h1 {
    font-size: 2.8em; }
    .mission-button h1:after {
      top: 38%;
      right: -7%;
      height: 24px;
      width: 24px; }

  .mission-button-active h1:after {
    right: -10%; } }
@media (max-width: 812px) {
  .vision-text p {
    padding-left: 8%;
    padding-right: 5%; }

  .vision-button h1 {
    font-size: 2.8em; }
    .vision-button h1:after {
      left: -8%;
      top: 36%;
      height: 24px;
      width: 24px; }

  .vision-button-active h1:after {
    left: -11%; }

  .mission-text p {
    padding-left: 8%;
    padding-right: 20%; }

  .mission-button h1 {
    font-size: 2.8em; }
    .mission-button h1:after {
      top: 38%;
      right: -7%;
      height: 24px;
      width: 24px; }

  .mission-button-active h1:after {
    right: -10%; } }
@media (max-width: 768px) {
  .vision-text p {
    padding-left: 8%;
    padding-right: 5%; }

  .vision-button h1 {
    font-size: 2.8em; }
    .vision-button h1:after {
      left: -8%;
      top: 36%;
      height: 24px;
      width: 24px; }

  .vision-button-active h1:after {
    left: -11%; }

  .mission-text p {
    padding-left: 8%;
    padding-right: 20%; }

  .mission-button h1 {
    font-size: 2.8em; }
    .mission-button h1:after {
      top: 38%;
      right: -7%;
      height: 24px;
      width: 24px; }

  .mission-button-active h1:after {
    right: -10%; } }
.p-title {
  position: absolute;
  left: 0;
  background-color: #fff;
  font-size: 30px !important;
  z-index: 1;
  top: 5%; }

.h2-title {
  position: absolute;
  background: #fff;
  z-index: 1;
  left: 0;
  padding-bottom: 20px;
  padding-right: 20px;
  top: 16px; }

@media (max-width: 1920px) {
  .p-title {
    top: 5%; } }
@media (width: 1366px) {
  .p-title {
    top: 5%; } }
@media (max-width: 736px) {
  .p-title {
    font-size: 17px !important;
    top: 4%; } }
@media (max-width: 568px) {
  .h2-title {
    padding-left: 10px; }

  .p-title {
    padding-left: 10px; } }
@media (max-width: 414px) {
  .h2-title {
    padding-left: 10px; }

  .p-title {
    font-size: 16px !important;
    top: 3%;
    padding-left: 10px; } }
@media (max-width: 360px) {
  .h2-title {
    padding-left: 10px; }

  .p-title {
    font-size: 16px !important;
    top: 3%;
    padding-left: 10px; } }
/*Eternal audit*/
@media (max-width: 1024px) {
  .h2-title-center {
    font-size: 1.5em; } }
@media (max-width: 823px) {
  .h2-title-center {
    font-size: 1.4em; } }
@media (max-width: 736px) {
  .h2-title-center {
    font-size: 1.4em;
    top: 10% !important; } }
@media (max-width: 414px) {
  .h2-title-center {
    top: 10% !important;
    font-size: 1.2em; } }
@media (max-width: 320px) {
  .h2-title-center {
    top: 7% !important; } }
/*Accordion*/
.main-content {
  padding-left: 10%; }
  .main-content .description-title {
    font-size: 26px;
    background-color: transparent;
    color: #3F3F40;
    padding-left: 10px;
    line-height: 55px;
    transition: 0.3s;
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: bold;
    border-bottom: 1px solid #C89745; }
    .main-content .description-title:hover {
      background-color: transparent;
      cursor: pointer; }
  .main-content .expand-collapse {
    float: left;
    margin-right: 8px;
    font-size: 48px;
    color: #C89745;
    margin-top: -5px;
    width: 4%; }
  .main-content .description {
    font-size: 16px;
    color: #3F3F40;
    max-height: 0;
    overflow: hidden;
    margin-left: 0px;
    padding-left: 10px;
    transition: max-height 0.2s ease-out; }
    .main-content .description p {
      margin-top: 4px; }

@media (max-width: 1280px) {
  .main-content {
    padding-left: 4%; } }
@media (max-width: 768px) {
  .main-content {
    padding-left: 0; }
    .main-content .expand-collapse {
      width: 10%; } }
/* internal audit service section */
.service-section {
  box-shadow: 2px 2px 15px 10px #F7F7F7; }

.first-grid {
  text-align: center !important;
  box-shadow: 2px 2px 15px 10px #F7F7F7;
  height: 500px;
  justify-content: center;
  align-items: center;
  display: grid;
  transition: 0.3s linear; }
  .first-grid:hover {
    background-color: #C89745;
    padding-top: 4%;
    z-index: 1; }
    .first-grid:hover .description-service {
      display: flex; }
    .first-grid:hover .gold-image {
      display: none;
      transform: translateY(-70%);
      transition: 0.5s ease; }
    .first-grid:hover .white-image {
      display: flex;
      transition: 0.5s linear ease; }
    .first-grid:hover .head-title-service {
      color: #fff; }
  .first-grid .gold-image {
    display: flex;
    height: 150px;
    width: 100%;
    transition: 0.5s ease; }
  .first-grid .white-image {
    height: 100px;
    width: 100%;
    display: none;
    transition: 0.5s ease; }
  .first-grid .head-title-service {
    color: #3F3F40;
    padding-left: 12%;
    padding-right: 12%;
    text-transform: uppercase;
    transition: 0.3s ease; }
  .first-grid .description-service {
    padding-left: 10%;
    padding-right: 10%;
    color: #fff;
    display: none;
    transition: 0.5s ease; }

.second-grid {
  text-align: center !important;
  height: 500px;
  justify-content: center;
  align-items: center;
  display: grid;
  transition: 0.3s linear; }
  .second-grid:hover {
    background-color: #C89745;
    padding-top: 4%;
    z-index: 1; }
    .second-grid:hover .description-service {
      display: flex; }
    .second-grid:hover .gold-image {
      display: none;
      transform: translateY(-70%);
      transition: 0.5s ease; }
    .second-grid:hover .white-image {
      display: flex;
      transition: 0.5s linear ease; }
    .second-grid:hover .head-title-service {
      color: #fff; }
  .second-grid .gold-image {
    display: flex;
    height: 150px;
    width: 100%;
    transition: 0.5s ease; }
  .second-grid .white-image {
    height: 100px;
    width: 100%;
    display: none;
    transition: 0.5s ease; }
  .second-grid .head-title-service {
    color: #3F3F40;
    padding-left: 12%;
    padding-right: 12%;
    text-transform: uppercase;
    transition: 0.3s ease; }
  .second-grid .description-service {
    padding-left: 10%;
    padding-right: 10%;
    color: #fff;
    display: none;
    transition: 0.5s ease; }

@media (max-width: 736px) {
  .first-grid {
    border-bottom: 2px solid #C89745;
    box-shadow: none !important; }

  .second-grid {
    border-bottom: 2px solid #C89745;
    box-shadow: none; } }
/* meet our people*/
.member-image .vc_figure {
  margin-top: -60px !important; }
  .member-image .vc_figure .vc_single_image-wrapper {
    box-shadow: 2px 2px 15px 20px #F7F7F7 !important; }

.alignnone {
  margin: 5px 0px 15px 0 !important; }

.mobile-div {
  padding-left: 9%; }

.phone-div {
  text-align: right;
  margin-top: -10%;
  padding-right: 9%; }

.email-div {
  text-align: center; }

@media (max-width: 823px) {
  .mobile-div {
    text-align: center;
    padding-left: 0; }

  .phone-div {
    text-align: center;
    margin-top: 0;
    padding-right: 0; }

  .email-div {
    text-align: center; } }
/* memeber page */
.member-image-single .vc_figure {
  margin-top: -15% !important; }
  .member-image-single .vc_figure .vc_single_image-wrapper {
    box-shadow: 2px 2px 15px 20px #F7F7F7 !important; }

.member-contact {
  text-align: center;
  padding-left: 3% !important; }

.member-close-icon {
  position: absolute;
  top: -50%;
  right: 0; }

@media (max-width: 823px) {
  .member-image-single .vc_figure {
    margin-top: -25% !important; } }
@media (max-width: 736px) {
  .member-image-single .vc_figure {
    margin-top: -32% !important; } }
@media (max-width: 414px) {
  .member-image-single .vc_figure {
    margin-top: -50% !important; } }
/* Bolg Page */
.custom-post-title-block {
  position: absolute !important;
  margin-top: 64%; }

.custom-share-button-blog .custom-share-button-blog {
  cursor: pointer; }
.custom-share-button-blog .addtoany_content {
  position: absolute;
  top: 6px;
  display: none; }

.custom-post-excerpt p {
  display: none; }

.addtoany_content_active {
  position: absolute;
  transition: 1s ease linear;
  display: block !important;
  animation: RightToLeft 0.5s ease forwards; }

.planning-title:before {
  content: '1';
  font-size: 85px;
  position: absolute;
  color: rgba(203, 151, 69, 0.2);
  top: 40px;
  left: -10px; }

.fieldwork-title:before {
  content: '2';
  font-size: 85px;
  position: absolute;
  color: rgba(203, 151, 69, 0.2);
  top: 40px;
  left: -10px; }

.reporting-title:before {
  content: '3';
  font-size: 85px;
  position: absolute;
  color: rgba(203, 151, 69, 0.2);
  top: 40px;
  left: -10px; }

@media (max-width: 736px) {
  .planning-title:before {
    left: 0 !important;
    top: -3% !important; }

  .fieldwork-title:before {
    left: 0 !important;
    top: -3% !important; }

  .reporting-title:before {
    left: 0 !important;
    top: -3% !important; } }
@media (max-width: 1024px) {
  .custom-post-title-block {
    margin-top: 60%; }

  .custom-share-button-blog .addtoany_content {
    right: 33%; } }
@media (max-width: 768px) {
  .custom-post-title-block {
    margin-top: 60%; } }
@media (max-width: 736px) {
  .custom-share-button-blog {
    top: -80px; }
    .custom-share-button-blog .addtoany_content {
      right: 15%; } }
.level-list ul {
  list-style: none; }
  .level-list ul li:before {
    content: '';
    border: 1px solid #C89745;
    border-radius: 50%;
    display: block;
    background-color: none;
    height: 10px;
    width: 10px; }

@media (max-width: 812px) {
  .background-overlay .why-level-title-wrapper:before {
    content: ' ';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5); }
  .background-overlay .upb_row_bg:before {
    content: ' ';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8); } }

.pb-2 .addtoany_content {
  position: absolute;
/*   top: 28%;
  right: 5%;
  z-index: 1; } */
}

.custom-post-date-single {
	padding-top:12px;
}
 /* position: absolute;
  top: 29%;
  left: 17px; } */
  .custom-post-date-single p {
    color: #fff;
    background-color: #C89745;
    padding: 5px; }
    .custom-post-date-single p:before {
      font-family: 'fontawesome';
      content: ' \f017';
      font-size: 14px;
      color: #fff;
      padding-right: 5px; }
/* 
@media (max-width: 1024px) {
  .pb-2 .addtoany_content {
    top: 28%; }
  .pb-2 .custom-post-date-single {
    top: 28.5%; } }
@media (max-width: 823px) {
  .pb-2 .addtoany_content {
    top: 28.5%;
    right: 8%; }
  .pb-2 .custom-post-date-single {
    top: 29.5%; } }
@media (max-width: 736px) {
  .pb-2 .addtoany_content {
    top: 27.4%;
    right: 8%; }
  .pb-2 .custom-post-date-single {
    top: 28.5%; } }
@media (max-width: 414px) {
  .pb-2 .addtoany_content {
    top: 25.4%;
    right: 12%; }
  .pb-2 .custom-post-date-single {
    top: 26%; } }
@media (max-width: 375px) {
  .pb-2 .addtoany_content {
    top: 24.4%;
    right: 14%; }
  .pb-2 .custom-post-date-single {
    top: 25%; } }
@media (max-width: 360px) {
  .pb-2 .addtoany_content {
    top: 24.5%;
    right: 14%; }
  .pb-2 .custom-post-date-single {
    top: 25.5%; } }
@media (max-width: 320px) {
  .pb-2 .addtoany_content {
    top: 22.4%;
    right: 14%; }
  .pb-2 .custom-post-date-single {
    top: 23.3%; } } */
.list-inline {
  padding: 0; }
li#menu-item-wpml-ls-2-ar, li#menu-item-wpml-ls-2-en {
  background-color: #c89742;
  padding: 5px; }
  li#menu-item-wpml-ls-2-ar a, li#menu-item-wpml-ls-2-en a {
    font-weight: 700;
    color: #fff;
    background-color: transparent; }

li#menu-item-wpml-ls-9-ar, li#menu-item-wpml-ls-9-en {
  background-color: #c89742;
  padding: 5px; }
  li#menu-item-wpml-ls-9-ar a, li#menu-item-wpml-ls-9-en a {
    font-weight: 700;
    color: #fff;
    background-color: transparent; }
.text-p-justify p {
    text-align: justify;
    text-align-last: left;
}
.pb-2 .addtoany_content {
	z-index:1;
}

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