#container1{
    background-image: url('img/img6.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
    width:100%;
    height: 95%;
}
.liimg{height: 50px !important;width: 50px !important;}
#container5{
  background-image: url('img/chain-2364828_1920.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center;
  width:100%;
  height: 70%;
}
#container6{
  border-radius: 2%;
  border-left: 5px solid #dc2f02;
}
#container6v1{
  border-radius: 2%;
  border-left: 5px solid #dc2f02;
}
#container7{
  background-image: url('img/cyber-security-3374252_1920.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center;
  width:100%;
}
#container8{
  background-image: url('img/computer-8589003_1920.png');
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center;
}
#container9{
  background-image: url('img/business-7836199_1920.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center;
  height: 70%;
}
#container10{
  background-image: url('img/woman-8458567_1920.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center;
  height: 70%;
}
#container11{
  background-image: url('img/ai-generated-8366102_1920.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center;
  height: 70%;
}
#container12{
  background-image: url('img/time-6062954_1920.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center;
  width:100%;
}
#container13{
  background-image: url('img/ai-generated-8136172_1920.png');
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center;
  width:100%;
}
#container14{
  background-image: url('img/work-8049516_1920.jpg') !important;
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center;
  width:100%;
}
.bgc{background-color: #00000064;}
.h100{height: 100%;}
#img1{
    height: 50px;
}
#nav1{
    position: sticky; 
  top: 0; 
  z-index: 100;
}
#div1{
    padding-top: 15%;
    width: 50%;
}
.list-inline-item label{color:#000 !important;}
#fh2{
    font-size:45px;
}
#fh1{
    font-size:70px;
}
#fh4{
  font-size:35px;
}
#fh3{
  font-size:50px;
}
#videowrapper{  
    position: relative;
    overflow: hidden;
} 
.p1{
    font-size: 15px;
    background-color: #dc2f02;
    color:white;
    border-radius: 10px;
    text-align: center;
}
.text-justify{text-align: justify;}
.orange{
    color:dc2f02;
}
.i1{
    font-size: 40px;
    color:dc2f02;
}
.i2{
  font-size: 40px !important;
  color:#2196f3 !important;
}
#p2{
    font-size: 27px;
}
.txtblue{
    color:#2196f3;
}
/*.shdw{
    box-shadow: 1px 21px 19px -19px rgba(0,0,0,0.74);
-webkit-box-shadow: 1px 21px 19px -19px rgba(0,0,0,0.74);
-moz-box-shadow: 1px 21px 19px -19px rgba(0,0,0,0.74);
}*/
a{
    text-decoration: none;
}
a:hover{text-decoration: none;}
.a1:hover{
    color: dc2f02;
}
.gr{background-color: rgb(243, 243, 243);}
.icon1{ color:2196f3;transition: 1s;}
.icon1:hover{color: white; background-color: rgb(9, 9, 81);}

/*CSS IMG HOVER*/
.container2 {
  position: relative;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: justify;
  width: 90%;
}

.psm{font-size: 12px;}

.container2:hover .image {
  opacity: 0.3;
}

.container2:hover .middle {
  opacity: 1;
}
/*END CSS HOVER*/












/*CSS for testimonial*/
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
#container3{
    background-color:rgb(236, 236, 236);
}
#container4{
    width: 100%;
    background: url("img/technology-7111760_1920.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
#ul1{padding-left: 0;padding-inline-start:0;}
li{list-style-type: none;color:#000;padding-left: 0;padding-inline-start:0;}
li a{color: #000;}
li a:hover{color:dc2f02;transition: 1s;}















.img2{
    border-radius: 10px;
    transition: 1s;
}
.img2:hover{
    -webkit-box-shadow: 0px -1px 20px 1px rgba(6,33,61,1);
-moz-box-shadow: 0px -1px 20px 1px rgba(6,33,61,1);
box-shadow: 0px -1px 20px 1px rgba(6,33,61,1);



}







.home-testimonial{background-color: #231834;height: 380px}.home-testimonial-bottom{background-color: #f8f8f8;transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top: 20px;margin-bottom: 0px;position: relative;height: 130px;top: 190px}.home-testimonial h3{color: var(--orange);font-size: 14px;font-weight: 500;text-transform: uppercase}.home-testimonial h2{color: white;font-size: 28px;font-weight: 700}.testimonial-inner{/*position: relative;top: -174px*/}.testimonial-pos{position: relative;top: 24px}.testimonial-inner .tour-desc{border-radius: 5px;padding: 40px}.color-grey-3{font-family: "Montserrat", Sans-serif;font-size: 14px;color: #6c83a2}.testimonial-inner img.tm-people{width: 60px;height: 60px;-webkit-border-radius: 50%;border-radius: 50%;-o-object-fit: cover;object-fit: cover;max-width: none}.link-name{font-family: "Montserrat", Sans-serif;font-size: 14px;color: #6c83a2}.link-position{font-family: "Montserrat", Sans-serif;font-size: 12px;color: #6c83a2}














#fullScreenDiv{
    min-height: 100%; 
    height: 100vh;
    width: 100vw;
    padding:0;
    margin: 0;
    background-color: gray;
    position: relative;
}

#video{    
    width: 100vw; 
    height: auto;
    margin: auto;
    display: block;
}
@media (min-aspect-ratio: 16/9) {
  #video{
    width: 100vw; 
    height:auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  #video {
    height: 100vh; 
    width:auto;
    margin-left: 50vw;
    transform: translate(-50%);
  }
}

#videoMessage{
    width: 100%; 
    height: 100%;
    position: absolute; 
    top: 0; 
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/*ZADATAK BOOTSTRAP 5 GRID 10 KOLONA*/
@media only screen and  (max-width: 768px){
.col10-sm-1{
  width:10%;
}
.col10-sm-2{
  width:20%;
}
.col10-sm-5{
  width:50%;
}
.col10-sm-8{
  width:80%;
}
.col10-sm-10{
  width:100%;
}


}
@media only screen and  (min-width: 769px) and (max-width: 992px){
  .col10-md-1{
    width:10%;
  }
  .col10-md-2{
    width:20%;
  }
  .col10-md-5{
    width:50%;
  }
  .col10-md-8{
    width:80%;
  }
  .col10-md-10{
    width:100%;
  }
  
  
  }
  @media only screen and (min-width: 993px) and (max-width: 1200px){
    .col10-lg-1{
      width:10%;
    }
    .col10-lg-2{
      width:20%;
    }
    .col10-lg-5{
      width:50%;
    }
    .col10-lg-8{
      width:80%;
    }
    .col10-lg-10{
      width:100%;
    }
    
    
    }



/*KRAJ ZADATKA*/





.timeline-steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

.timeline-steps .timeline-step {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 1rem
}

@media (min-width:768px) {
  .timeline-steps .timeline-step:not(:last-child):after {
      content: "";
      display: block;
      border-top: .25rem dotted #dc2f02;
      width: 3.46rem;
      position: absolute;
      left: 7.5rem;
      top: .3125rem
  }
  .timeline-steps .timeline-step:not(:first-child):before {
      content: "";
      display: block;
      border-top: .25rem dotted #dc2f02;
      width: 3.8125rem;
      position: absolute;
      right: 7.5rem;
      top: .3125rem
  }
}

.timeline-steps .timeline-content {
  width: 10rem;
  text-align: center
}

.timeline-steps .timeline-content .inner-circle {
  border-radius: 1.5rem;
  height: 1rem;
  width: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #dc2f02;
}

.timeline-steps .timeline-content .inner-circle:before {
  content: "";
  background-color: #dc2f02;
  display: inline-block;
  height: 3rem;
  width: 3rem;
  min-width: 3rem;
  border-radius: 6.25rem;
  opacity: .5
}

.form-control{
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}


.blo{border-left: 5px solid #dc2f02;}

.card-header{
  background-color: rgb(255, 255, 255) !important;
  border :none;
  
}
.card{border: none !important;}

.card-header a:hover{color: #dc2f02 !important;}
.card-header a::cli{color: #dc2f02 ;}
.btn-check:focus+.btn, .btn:focus{box-shadow: none !important; }
.btn a:hover{color: none;}
.btn{color: white !important;}
.card-header a{color: #2196f3 !important;}







.carousel-inner {
  padding: 1em;
}
.card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .carousel-item {
    margin-right: 0;
    flex: 0 0 33.333333%;
    display: block;
  }
  .carousel-inner {
    display: flex;
  }
}
.card .img-wrapper {
    /*max-width: 100%;*/
    /*height: 13em;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.card img {
    max-height: 100%;
}
@media (max-width: 767px) {
  .card .img-wrapper {
    height: 17em;
  }
}
