.preloader{
	position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    background: #fff;
	z-index: 99999;
	transition: 0.2s all linear
}
.preloader .preloader-center{
	display: table-cell;
    vertical-align: middle;
    text-align: center;
    transition: 0.1s all linear
}
.preloader.hidden{
  width: 0;
  overflow: hidden;
  transition: 0.1s all linear
}
.preloader-center.hidden{
  opacity: 0;
  transition: 0.1s all linear
}
.logo{
  margin-top: 20px;
  margin-bottom: 20px;
}
.heading{
  height: 100vh;
  background-image: url("../img/background.webp");
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/*.heading::after{
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  height: 100vh;
  width: 100%;
}*/
/* BACKGROUNDS */
.dark-background{
  background-color: #0b132b;
  color: #ffffff;
}
.light-background{
  background-color: #ffffff;
  color: #172A30;
}


/*CAOUSEL*/
.carousel-header{
  position: absolute;
  padding: 83px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(255,255,255,0) 20%, rgba(39,101,143,0.80));
}
.carousel-item img{
  overflow: hidden;
}
.carousel-header-text{
  width: 560px;
  text-align: left;
}
.carousel-header-text h2{
  font-size: 50px;
  font-weight: 700;
}
.carousel-header-text hr{
  width: 100%;
  border-top: 3px solid white;
}
.carousel-header-text p{
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;
}
.carousel-header-text a{
  color: #023866;
  font-size: 18px;
  background: white;
  padding: 18px 60px; 
  font-weight: 700;
}
.carousel-indicators li{
opacity: 1;
width: 10px;
height: 10px;
border-radius: 50%;
background-color:  #fff;
transition-duration: 0.2s;
}
.carousel-indicators .active{
background-color: #172A30;
transition-duration: 0.2s;
}
.carousel-img{
  height: 100vh;
  object-fit: cover;
  object-position: 50% 50%;
}
.carousel-control{
  font-size: 20px;
  padding: 20px;
  border-radius: 6px;
  background: #172A30;
  transition: 0.1s;
}
.carousel-control:active{
  transform: scale(0.9)!important;
  transition: 0.1s!important;
  transition-delay: 0s!important;
}
.carousel-logo{
  width: 300px;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 50px;
}
.carousel-item-text{
  position: absolute;
  bottom: 10%;
  left: 5%;
  width: 400px;
  color: white;
}
.carousel-item-text hr{
  border-color: white;
}
.news-indicators{
  bottom: -60px;
}
.news-indicators li{
  background-color: #172A30;
}
.news-indicators .active{
  background-color:goldenrod;
}

.news p {
  font-size: 24px;
}

.news-next{
  right: -100px;
}
.news-prev{
  left: -100px;
}
/**/
.fa.fa-phone{
    width: 40px;
}
.fa-mouse-pointer{
  font-size: 40px;
}
.service{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #346394;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 55px;
}
.cover{
  object-fit: cover;
  object-position: 50% 50%;
}

@media (min-width:768px) {
    .timeline > li .timeline-image h4 {
      font-size: 10px;
      line-height: 18px;
      margin-top: 16px;
    }
  }
  .collapse.width {
    height: auto;
    -webkit-transition: width 0.35s ease;
    -moz-transition: width 0.35s ease;
    -o-transition: width 0.35s ease;
    transition: width 0.35s ease;
}  


@media (min-width:768px) {
  .timeline > li .timeline-image h4 {
    font-size: 11px;
    line-height: 18px;
    margin-top: 17px;
  }
}

@media (min-width:992px) {
  .timeline > li .timeline-image h4 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 30px;
  }
}

@media (min-width:1200px) {
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 40px;
  }
}

@media (max-width:767px) {
  .timeline > li .timeline-image h4 {
    font-size: 8px;
    line-height: 12px;
    margin-top: 14px;
  }
  .carousel-item-text{
    width: 200px;
  }
}




.body {
  overflow: hidden;
}

*:focus {
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wrapper {
  width: 80vw;
  max-width: 700px;
  margin: auto;
  margin-top: 50px;
}

.thumbnails {
  position: relative;
  margin: auto;
  text-align: center;
  padding: 0;}

.thumbnails li {
  display: inline-block;
  list-style-type: none; 
  max-width: 100px;
  padding: 0;
  border: none;
  margin: 5px;
  transition: 0.25s;
  box-sizing: border-box;
  
}

.thumbnails li img {
  height: 100%;
  width: 100%;
  vertical-align: text-bottom;
}

.thumbnails li.active, .thumbnails li:hover {
  border: 5px orange solid;
}

.arrow {
  z-index: 10;
  position: absolute;
  padding: 0 5px;
  top: 0;
  height: 100%;
  cursor: pointer;
}

.arrow i:hover {
  color: #fff;
}

.arrow i {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  opacity: 0.7;
}

.right-arrow {
  right: 0;
}

div.ui-loader {
  display: none;
}

.img-back{
  width: 75%;
}
.img-holder{
  position: relative;
}
.img-holded{
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60%;
  left: 0px;
}
.img-holded-anim::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #172a30cc;
  z-index: 2;
}

.img-holded-inside{
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 3;
  color: #fff;
  width: 100%;
  padding: 0 80px;
  text-align: center;
}
.img-holded-inside h3{
  margin-bottom: 40px;
}

section{
  padding: 80px 0;
  background-size: cover;
}

.portfolio-logo{
  width: 200px;
}
.pointer{
  cursor: pointer!important;
}
.swiper-button-next-logos, .swiper-button-prev-logos{
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  opacity: 0.5;
}
.swiper-button-next-logos:hover, .swiper-button-prev-logos:hover{
  opacity: 1;
}
.swiper-button-next-logos, .swiper-rtl .swiper-button-prev-logos{
    right: 45px;
    left: auto;
}
.swiper-button-prev-logos, .swiper-rtl .swiper-button-next-logos{
  left: 45px;
    right: auto;
}
.swiper-pagination-bullet{
  background: #172A30;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background: #172A30;
}
.localization{
  margin-top: 80px;
  text-align: center;
}
.localization img{
  width: 250px;
  margin-bottom: 30px;
}
.localization p{
  font-size: 24px;
}
.rec-bar{
  position: relative;
  height: 250px;
  background-color: #346394;
  background-attachment:scroll;
  background-position:left top;
  background-size:cover;
  z-index: 1;
}

.rec-bar h2{
  margin-bottom: 0;
}
.rec-bar h1, .rec-bar h2{
  color: #fff;
}
.recom img{
  border-radius: 6px;
}
.gallery-img{
  width: 100%;
}
.gallery-slide{
  border-radius: 6px;
}
.contact-form-row{
  margin-top: 30px;
}
.contact-p {
  color:#fff;
  font-size: 22px;
  margin-bottom: 0px;
}
.contact-form-row p {
  color: #fff;
  font-size: 22px;
  margin-bottom: 0;
}
.contact-form-row span{
  display: block;
  color: #fff;
  margin-bottom: 22px;
}
.contact-form{
  /*background: #172A30;*/
  padding: 0 0 40px 0;
}
.contact-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
form{
  text-align: end;
}
.copywrite{
  font-weight: 600;
}
input, textarea, button[type=submit]{
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  border: 0;
  border-radius: 0;
  padding: 10px;
  margin-bottom: 10px;
  color: #172A30;
}
button[type=submit]{
  width: 200px;
  margin-bottom: 0;
  transition: 0.2s ease-out;
}
input:hover[type=submit]{
  background: #3e77b1;
  color: #fff;
  transition: 0.2s ease-in;
}
::placeholder{
  color: #172A30;
  opacity: 0.9;
}
textarea{
  width: 100%;
}
footer{
  overflow: hidden;
}
.white {
  color: #fff !important;
}
.modal-content{
  background-color: #94020a;
  color: #fff;
}
.modal-header{
  border-bottom: 0;
}
.modal-footer{
  border-top: 0;
}
.pricing-plan{
  border: 1px solid #4d88c7;
  padding: 30px 20px;
  margin-bottom: 40px;
}
.pricing-plan h2{
  text-transform: uppercase;
  margin-bottom: 40px;
}
.pricing-plan ul{
  padding: 0;
}
.pricing-plan li{
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #3e77b1;
  margin-top: 10px;
  text-transform: uppercase;
}
.pricing-plan span{
  display: block;
  margin-top: 30px;
  font-size: 1.2rem;
}
.pricing-plan li strong{
  text-align: end;
}
.caption{
  font-size: 1.1rem;
}
@media (max-width:991px) {
  h2{
    font-size: 20px!important;
  }
  .img-back{
    width: 90%;
    margin-bottom: 45px;
  }
  .img-holded{
    width: 80%;
    transform: unset;
    top: 80px;
  }
  .gallery-h2{
    margin-top: 40px;
  }
  .rec-bar{
    margin-top: 87.594px;
  }
  .rec-bar h1{
    font-size: 30px;
  }
  .rec-bar h2{
    font-size: 24px;
  }
  .portfolio-logo{
    width: 150px;
  }
}
@media (max-width:768px) {
  .img-back{
    width: 100%;
    margin-bottom: 20px;
  }
  .img-holded{
    width: 90%;
    transform: unset;
    top: 40px;
  }
  .img-holded-inside{
    padding: 0 30px;
  }
  .news-next{
    right: 0;
  }
  .news-prev{
    left: 0;
  }
  .carousel-logo{
    width: 200px;
  }
  .portfolio-logo{
    width: 200px;
  }
}
@media (max-width:576px){
  .heading h1{
    font-size: 50px!important;
  }
  .img-holded{
    top: 25px;
  }
  .img-holded-inside{
    padding: 0 10px;
    bottom: 0;
  }
  .img-holded-inside h3{
    font-size: 16px;
    margin-bottom: 4px;
  }
  .img-holded-inside p{
    font-size: 14px;
  }
  .swiper-button-next-logos, .swiper-button-prev-logos{
    display: none;
  }
  .swiper-pagination-logos{
    transform: scale(0.8);
  }

  .contact-form{
    padding: 0 10px 40px 10px;
  }
}