/*Input Your Custom CSS Here*/
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v47-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v47-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v47-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



.footer-wedget-one img {
  padding: 10px;
  margin-top: 0;
  background-color: white;
}

hd-sec img {
  padding: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: white;
  max-width: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.all-slide .owl-controls .owl-prev i,
.all-slide .owl-controls .owl-next i {
  background: #053790;
  color: #fff;
}

.slider-text h1>span {
  color: #053790;
}

.project-desc span {
  color: #fff;
  text-transform: capitalize;
}

.slick-prev.pull-left.slick-arrow:hover,
.slick-next.pull-right.slick-arrow:hover {
  background: #053790;
}

.slick-prev.pull-left.slick-arrow:hover,
.slick-next.pull-right.slick-arrow:hover {
  border: 1px solid #053790;
  color: #fff;
}

.call-to-action-text h2 {
  color: #fff;

}

.call-to-action-text a.btn {
  background: #053790 none repeat scroll 0 0;
}

.footer-wedget-one .image-embed-item {
  margin-bottom: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .phone-layout-logo {
    display: block;
    padding: 10px;
    background-color: white;
    margin: 20px;
  }
}

.visible-xs .language-item a {
  color: white;
}

.mean-container a.meanmenu-reveal {
  
  margin-top: -100px;
}

.animated.fadeInUp {
  text-shadow: #053790 2px 2px;
}



.slider-caption p {
  background-color: #053790;
  border-radius: 4px;
  padding: 10px;
}

#preloader-status {
  height: 40px;
  width: 40px;
  
}

.single-post-thumb img:hover {
 
  transform: scale(1.2);
  transition: all 0.4s ease 0s;
}

/*fluid content*/
.myfluidcontent{
  margin: 20px 20px;
}

.myfluidcontent ul,
.myfluidcontent ol {
    margin: 1em 0; /* Etwas Abstand nach oben und unten */
    padding-left: 1.5em; /* Einrückung für die Liste */
}

.myfluidcontent ul {
    list-style-type: disc; /* Standard Bullet Points */
}

.myfluidcontent ol {
    list-style-type: decimal; /* Nummerierte Liste */
}

.myfluidcontent ul li,
.myfluidcontent ol li {
    margin-bottom: 0.3em; /* Etwas Abstand zwischen den Listenelementen */
    line-height: 1.5; /* Bessere Lesbarkeit */
}


.slider-text li a:hover {
  background: transparent;
}

.animated.fadeInUp span {
  text-shadow: rgb(138, 162, 183) 2px 2px;
}

.faq-sec {
  padding-top: 20px;
}

.container.accordion {
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 1200px;
  margin:auto;
}

.col-md-8 .container.accordion {
  padding-top: 0px;
  padding-bottom: 20px;
  max-width: none;
  width: auto;
}

.project-icon a i {
  color: #fff;
  
}

.all-patner-sec {
  padding: 10px 0;
}

.slidervideo{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0; 

}

.header-top {
 /* background-color: #990000; */
 background-color: #990000;
}

.all-slide.owl-item.owl-carousel.owl-theme.owl-loaded.owl-text-select-on {
  margin-bottom: 30px;
}

.myfluidcontent.frame-type-uploads h2,.myfluidcontent.frame-type-uploads a {
  color: #777777;
}

.why-like-sec .sec-title {
  margin-bottom: 20px;
}

.why-like-sec{
  padding-bottom: 20px;
}

.footer-sec {
  margin-top: 100px;
}

ul {
  list-style: circle;
}

ol{
  list-style: decimal;
}

.footer ul {
  list-style: none;
}

.footer ol{
  list-style: none;
}

/*Gallery*/
.image-gallery {
  display: block ruby;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.image-gallery a {
  display: flex;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
}

.image-gallery a:hover {
  transform: scale(1.02);
}

.image-gallery img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.frame-space-before-extra-large{
  margin-top: 100px;
}

.footer-wedget-one a {
  color: #c8deee;
}
.footer-wedget-one a:hover {
  color: #aaa;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .phone-layout-logo {
    background-color: inherit;
  }
}

.widget-two {
  margin: 0px 0;
}


.more {
  margin-bottom: 35px;
}

.header a h1 {
  margin-bottom: 0px;
}

time {
  font-size: 13px;
  color: #053790;
}