/*-----------------------------------------------------------------------------------




		R E A D   T H I S
		-----------------
		
		Copy all the rules you want to change to your custom css file.
				



/* -----------------------------------------------------------------------------------
	
	FONT FAMILY
	___________
	
	Replace your fonts as needed for the different Elements

----------------------------------------------------------------------------------- */

/* poppins-300 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("/files/fonts/poppins-v20-latin-300.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("/files/fonts/poppins-v20-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-regular - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/files/fonts/poppins-v20-latin-regular.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("/files/fonts/poppins-v20-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-500 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("/files/fonts/poppins-v20-latin-500.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("/files/fonts/poppins-v20-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea,
input[type="submit"],
input[type="button"],
.button,
button,
blockquote cite,
.pagination li a,
#page-pagination .pagination li.page span,
#page-pagination .pagination li.page a,
.sr-button {
  font-family: "Poppins";
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
blockquote,
nav#main-nav ul > li > a,
.portfolio-category,
.post-date,
.post-cat,
.pagination li a[data-title]::before,
.tp-caption.noha-caption {
  font-family: "Poppins";
}

/* -----------------------------------------------------------------------------------
	
	FONT STYLING
	___________
	
	Change your specefic font settings (weight,size,style,...) if needed

----------------------------------------------------------------------------------- */
body {
  font-weight: 300;
  font-size: 15px;
  line-height: 28px;
}

strong,
b,
dt {
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 .tp-caption.noha-caption {
  font-weight: 300;
}

h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.tp-caption.noha-caption strong,
.tp-caption.noha-caption b {
  font-weight: 500;
}

.title-alt b,
.title-alt strong {
  font-weight: 500;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
  font-weight: 400;
  font-size: 14px;
}

input[type="submit"],
input[type="button"],
.button,
button {
  font-weight: 400;
  font-size: 12px;
}

select {
  font-size: 14px;
  font-weight: 300;
}

label {
  font-weight: 400;
  font-size: 15px;
}

blockquote {
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
}

blockquote cite {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

nav#main-nav ul > li > a {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  height: 32px;
}

nav#main-nav ul.sub-menu > li > a {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  height: 22px;
}

.portfolio-category {
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.5em;
}

.post-date {
  font-size: 13px;
}

.post-cat {
  font-size: 13px;
  font-weight: 400;
}

.blog-info .read-more {
  font-weight: 400;
  font-size: 13px;
}

#page-title .post-meta .meta-author {
  font-weight: 500;
}

.comments .comment-reply-link,
.comments #cancel-comment-reply-link,
#reply-title {
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
}

.pagination li a {
  font-weight: 400;
  font-size: 14px;
}

.pagination li a[data-title]::before {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

#page-pagination .pagination li.page span,
#page-pagination .pagination li.page a {
  font-weight: 400;
}

.sr-button {
  font-weight: 400;
}

.widget-title {
  font-weight: 400;
  font-size: 13px;
}

.widget ul:not(.socialmedia-widget) li a {
  font-weight: 400;
}

/******************************/

header #logo img {
  height: 35px;
}

header.menu-is-open #menu-inner {
  overflow-y: hidden;
}

#menu-inner {
  background: #cdac65 url("/files/uploads/abou_menue.png") no-repeat right 110% !important;
  background-size: 250px !important;
}

.revolution-slider .tp-bullets {
  display: none;
}

.revolution-slider .slotholder:after,
.revolution-slider .slotholder .kenburnimg img:after,
.hero-big .overlay {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  background: -prefix-linear-gradient(
    left,
    rgba(32, 32, 32, 0.7),
    rgba(32, 32, 32, 0)
  );
  background: linear-gradient(
    to right,
    rgba(32, 32, 32, 0.7),
    rgba(32, 32, 32, 0)
  );
}

.overlay-contact {
  background: rgba(0, 0, 0, 0.3);
  background: -prefix-linear-gradient(
    left,
    rgba(32, 32, 32, 0.5),
    rgba(32, 32, 32, 0)
  );
  background: linear-gradient(
    to right,
    rgba(32, 32, 32, 0.5),
    rgba(32, 32, 32, 0)
  );
}

#page-title {
  pointer-events: none;
}

#page-title h1 {
  pointer-events: none;
}

.revolution-slider .tp-caption {
  /*-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);*/
  width: 300px;
}

.revolution-slider .tp-caption span {
  display: inline-block;
  font-size: 27%;
  line-height: 2;
}

@media screen and (max-width: 516px) {
  .revolution-slider .tp-caption span {
    font-size: 10px;
  }
}

.hero-big #page-title {
  z-index: 100 !important;
}

.hero-big h1 {
  color: #fff;
  padding: 0 12%;
}

@media screen and (max-width: 768px) {
  .hero-big h1 {
    padding: 0;
  }
}

.dia-element {
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 20%;
  height: auto;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .dia-element {
    display: none;
    /*width: 30%;*/
  }
}

.wrapper-small {
  width: 740px;
}

.vertex {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 0;
  height: 0;
  z-index: 99;
  border-style: solid;
  border-width: 0 0 100px 200px;
}

@media screen and (max-width: 1000px) {
  .vertex {
    border-width: 0 0 60px 120px;
  }
}

.vertex-white {
  border-color: transparent transparent #ffffff transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #ffffff #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.vertex-beige {
  border-color: transparent transparent #f5f5f5 transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #f5f5f5 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

#teammember .column,
#teammember .column-section {
  margin-top: 20px !important;
}

@media only screen and (max-width: 991px) {
  #teammember .column {
    float: none !important;
    margin-right: 0px !important;
    width: 100% !important;
    display: block;
    padding: 0 100px;
  }
}

@media screen and (max-width: 768px) {
  #teammember .column {
    padding: 0;
  }
}

.member {
  position: relative;
  padding-bottom: 45px;
  margin-top: 50px;
}

.member img {
  max-width: 60%;
  height: auto;
}

.member-text {
  position: absolute;
  left: 33%;
  bottom: 0;
}

@media screen and (max-width: 530px) {
  .member-text {
    position: relative;
    left: 0;
    bottom: 0;
    padding-top: 10px;
  }
}

@media screen and (min-width: 992px) {
  .member-text {
    left: 24%;
    bottom: -20px;
  }
}

.member-text h5 {
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .member-text {
    font-size: 80%;
  }

  .member-text h5 {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .member-text {
    font-size: 100%;
  }

  .member-text h5 {
    font-size: 18px;
  }
}

.wrapper-medium {
  width: 950px;
  margin: 0 auto;
  max-width: calc(100% - 80px);
}

p a {
  color: #999;
  text-decoration: none;
  border-bottom: none !important;
}

p a:hover {
  color: #666;
}

i[class*="ion-"],
i[class*="fa-"] {
  color: inherit !important;
}

.darksection {
  position: relative;
  background-color: #222;
  background-size: 62% !important;
}

.darksection.withbg {
  background: #222 url("/files/uploads/abou_element-dark.png") no-repeat right
    bottom !important;
}

.darksection h3 {
  margin-bottom: 30px;
}

.darksection h5 {
  display: inline;
}

.darksection h5 strong {
  display: inline;
}

.darksection p {
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 1.8;
}

.darksection p strong {
  color: #fff;
}

.darksection .column {
  /*margin-right: 60px;*/
}

.darksection .one-half {
  width: calc(50% - 60px);
}

.darksection strong {
  color: #fff;
}

#jobs .job {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#footer-logo {
  margin-left: -53px;
}

#footer {
  background: #f5f5f5 url("/files/uploads/abou_footer.png") no-repeat right 150% !important;
  background-size: 320px !important;
}

@media screen and (max-width: 768px) {
  #footer {
    background-position: right 105% !important;
    background-size: 150px !important;
  }
}

.accomp-text {
  position: relative;
}

.accomp-element {
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 45%;
  height: auto;
  z-index: -1;
  -webkit-filter: opacity(0.2);
  filter: opacity(0.2);

  /*background: #f5f5f5 url("/files/uploads/bg_abou.png") no-repeat right 105% !important;
	background-size: 320px !important;*/
}

@media screen and (max-width: 768px) {
  .accomp-element {
    width: 90%;
  }
}

.img-overfl {
  max-width: 160%;
}

@media screen and (max-width: 768px) {
  .img-overfl {
    max-width: 70%;
  }
}

.owl-prev {
  float: left;
  font-weight: bold;
  font-size: 24px;
}

.owl-next {
  float: right;
  font-weight: bold;
  font-size: 24px;
}

.text-light .portfolio-category {
  color: rgba(255, 255, 255, 0.9);
}

.thumb-hover {
  background-color: black;
}

.thumb-hover img {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .sub-text {
    /*display: none !important;*/
    margin-bottom: 25px;
  }
}

.silder-description {
  font-weight: 500;
  position: absolute;
  top: 35px;
  right: 50px;
  z-index: 99;
}

.silder-description a {
  color: #fff;
}

.abou-btn {
  cursor: pointer;
  font-size: 15px;
  padding: 0.75rem 1rem;
  background-color: #cdac65;
  white-space: nowrap;
}

.tp-caption h1 {
  font-size: inherit;
  line-height: inherit;
}

/*#portfolio-grid .caption-sub, 
#portfolio-grid .caption-name {
	text-shadow: 1px 0 0 #666, 0 -1px 0 #666, 0 1px 0 #666, -1px 0 0 #666;
}*/

.hero-logos {
  position: absolute;
  bottom: 50px;
  left: 35px;
  z-index: 99;
}

.hero-logos p {
  padding-bottom: 1rem;
}

.hero-logos img {
  padding-right: 25px;
  height: 45px;
  width: auto;
}

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

.color-lighter {
  color: #999;
}

.three-sixth {
  width: calc(50% - 37.4px);
}

.position-realtive {
  position: relative;
}

.play-video {
  position: absolute;
  /*right: 50px;
	bottom: 50px;*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-video img {
  width: 60px;
  height: auto;
  transition: all 0.3s ease;
}

.play-video:hover img {
  width: 80px;
}

.color-primary {
  color: #cdac65;
}

a:hover h2 {
  color: rgba(0, 0, 0, 0.6);
}

.video-modal .modal__container {
  background: no-repeat;
  width: 100%;
}

.video-container {
  padding-top: 56.25%;
  width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul.custom-list {
  margin-top: 0.5rem;
  margin-left: 1rem;
  list-style: none;
}

ul.custom-list li {
  padding-bottom: 0.5rem;
}

ul.custom-list li::before {
  content: "\2022";
  color: #cdac65;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  margin-left: -1.15em;
}

.show-1200 {
  display: none !important;
}

#footer {
  border-top: 1px solid #eee;
}

nav#main-nav ul.sub-menu > li > a {
  line-height: 22px;
  height: auto;
  display: inline-block;
  padding: 4px 0px;
}

.podcast-banner {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 999;
  display: inline-block;
  background-color: #333;
  padding: 15px 125px 15px 20px;
}

.podcast-banner .new-box {
  color: #fff;
  background-color: #cdac65;
  padding: 7px 20px;
  position: absolute;
  top: -33px;
  left: 0;
}
.podcast-banner small {
  color: #bbb;
}
.podcast-banner h4 {
  margin-top: -5px;
  margin-bottom: 10px;
}
.podcast-banner .tarek-podcast {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 175px;
  width: auto;
  z-index: -1;
}
.podcast-banner span {
  padding-right: 10px;
  transition: all 0.3s ease;
}
.podcast-banner a span:hover {
  color: #fff;
}
.podcast-banner span img {
  height: 20px;
  width: 20px;
  padding-right: 2px;
  padding-top: 4px;
}
.revolution-slider .slotholder::after {
  display: none;
}

.noha-caption {
  margin-top: -200px !important;
  margin-left: -250px !important;
}

#newsletter-form {
  position: relative;
}

input[type="submit"]:disabled {
  background: #dbcaa1;
}

input[type="checkbox"] + label {
  margin-left: 0px;
}

@media screen and (max-width: 1200px) {
  .hidden-1200 {
    display: none !important;
  }
  .show-1200 {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .wrapper {
    max-width: calc(100% - 60px);
  }

  #footer-logo {
    margin-left: 0px;
  }

  .hero-logos {
    left: 25px;
    bottom: 25px;
  }

  .hero-logos p {
    font-size: 80%;
  }

  .hero-logos img {
    padding-right: 20px;
    width: 75px;
    height: auto;
  }
  .defaultimg {
    background-position: 60% center !important;
  }
  .noha-caption {
    margin-top: -125px !important;
    margin-left: 0px !important;
  }
}

.link-btn {
  display: block;
  text-align: center;
}

.d-mobil-none {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .d-mobil-none {
    display: none !important;
  }
}
