@import url('https://fonts.googleapis.com/css?family=Istok+Web&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
#wrapper.row.col-12{
    padding: 0px!important;
}
/* HEADER */

.fullscreen-video-wrap video{
    position: relative;
}
.content-header{
    width: 45%;
    position: absolute;
    top: 20%;
    left: 10%;
}
.content-header h1{
    color: white;
    font-size: 60px;
    font-family: 'Istok Web', sans-serif;
    letter-spacing: 3px;
}
.content-header h6{
    color: white;
    padding-top: 30px;
    line-height: 35px;
    font-size: 20px;
    text-align: justify;
}
@media (max-width: 480px){
    .fullscreen-video-wrap video{
        margin-top: 0px;
    }
    .content-header{
        width: 85%;
    }
    .content-header h1{
        font-size: 25px;
        padding-top: 20px;
    }
    .content-header h6{
        padding-top: 5px;
        line-height: 20px;
        font-size: 15px;

    }
}


/* HOW IT WORK */
.how-it-work{
    padding-bottom: 50px;
}
.how-it-work .row{
    padding: 20px 0px;
}
.big-heading{
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-weight: 200;
    margin: 60px 0px 20px 0px;
    color: #50b2c9;
    font-size: 30px;
}
.sub-heading{
    text-align: center;
    color: grey;
    font-size: 20px;
}
.step-number span {
    bottom: auto;
    right: auto;
    width: 100%;
    background: #50b2c9;
    color: white;
    font-size: 30px;
    font-weight: bolder;
    padding: 20px 32px;
    border-radius: 50%;
}
@media (max-width: 480px){
    .how-it-work .row{
        padding: 10px 0px;
    }
    .step-number span {
        font-size: 20px;
        padding: 10px 19px;
    }
    .how-it-work h3{
        font-size: 20px!important;
    }
    .how-it-work  p{
        font-size: 15px!important;
    }
}

/* KEY FEATURES */
.bg-dark-background{
    background-image: url("../../images/eprocurement/dark-background.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.one-feature i{
    color: #50b2c9;
    font-size: 60px!important;
    text-align: center;
    padding: 10px 0px;
}
.one-feature h5{
    color: #50b2c9;
    font-size: 20px!important;
    text-align: center;
    text-transform: uppercase;
}
.one-feature p{
    text-align: center;
    color: gray;
}
@media (max-width: 1440px){
    .bg-dark-background{
        background: #fafafa;
    }
}

/* CUSTOMER'S COMMENT*/

.customer-wrapper .one-person img{
    height: 600px;
    width: auto;
    display: inline-block;
}
.customer-wrapper .one-person .comment-of-person{
    display: inline-block;
    width: 50%;
    position: absolute;
    left: 37%;
    border-radius: 5px;
    background: white;  
    box-shadow: 3px 3px 5px grey;
    padding: 60px 30px;
    top: 30%;
}
.customer-wrapper .one-person .comment-of-person h6{
    font-size: 20px;
    color: grey;
    line-height: 30px;
    text-align: center;
}
.customer-wrapper .one-person .comment-of-person p{
    font-size: 13px;
    color: grey;
    text-align: center;
}
.customer-wrapper .one-person .comment-of-person i{
    position: absolute;
    top: -15%;
    left: 46%;
    color: white;
    font-size: 45px;
    background: #50b2c9;
    padding: 20px;
    border-radius: 50%;

}
@media(max-width: 1440px){
    .customer-wrapper .one-person img{
        height: 400px;
    }
    .customer-wrapper .one-person .comment-of-person h6{
        font-size: 16px;
        line-height: 20px;
    }
    .customer-wrapper .one-person .comment-of-person{
        padding: 30px 10px;
        left: 47%;
    }
    .customer-wrapper .one-person .comment-of-person i{
        padding: 20px;
        font-size: 18px;
    }
}
@media(max-width: 480px){
    .customer-wrapper .one-person img{
        height: 250px;
    }
    .customer-wrapper .one-person .comment-of-person{
        top: 18%;
        padding: 25px 5px 10px 5px;
    }
    .customer-wrapper .one-person .comment-of-person h6{
        font-size: 13px;
        line-height: 16px;
    }
    .customer-wrapper .one-person .comment-of-person i{
        padding: 15px;
        font-size: 14px;
    }
}
/*  VIDEO  */

.video-background{
    background: #74ebd5;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ACB6E5, #74ebd5);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ACB6E5, #74ebd5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
    padding: 0px;

}
.video-background img.imac-eprocurement{
    position: absolute;
    height: 520px;
    left: 2%;
    top: -5%;
}
.video-background img.video-background-image{
    position: absolute;
    height: 660px;
    left: 55%;
    top: -10%;
    width: 40%;
    height: 120%;
}
.video-background .big-title-video span{
    font-weight: bolder;
    font-size: 60px;
    line-height: 60px;
}
.video-background .big-title-video{
    color: white;
    font-size: 40px;
    position: absolute;
    top: 30%;
    left: 22%;
    width: 50%;;
}
@media(max-width: 1440px){
    .video-background{
        height: 300px;
        margin: 100px 0px;
    }
    .video-background img.imac-eprocurement{
        height: 420px;
        left: 1%;
        top: -35%;
    }
    .video-background .big-title-video{
        font-size: 15px;
        font-weight: bolder;
        left: 32%;
    }
    .video-background .big-title-video span{
        font-size: 25px;
    }
}
@media(max-width: 480px){
    .video-background img.imac-eprocurement{
        display: none;
    }
    .video-background{
        background: none;
        height: 100px;
    }
    .video-background img.video-background-image{
        width: 100%;
        height: auto;
        left: 0%;
        top: 0%;
    }

}
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  #myImg:hover {opacity: 0.9;}
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  
  /* Caption of Modal Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation */
  .modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }
  #comment_bubble1:before {
    content: "";
    width: 0;
    height: 0;
    right: 50%;
    top: 100%;
    position: absolute;
    border-left: 13px solid transparent;
    border-right: 26px solid #1F618D;
    border-bottom: 13px solid transparent;
  }
  #comment_bubble2 {
    width: 100%;
    height: 150px;
    background: #92cddd;
    position: relative;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 0px;
  }
  
  #comment_bubble2:before {
  content: "";
  width: 0;
  height: 0;
  right: 50%;
  top: 100%;
  position: absolute;
  border-left: 13px solid transparent;
  border-right: 26px solid #92cddd;
  border-bottom: 13px solid transparent;
  }
  #comment_bubble3 {
    width: 100%;
    height: 150px;
    background: #50b2c9;
    position: relative;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 0px;
  }
  
  #comment_bubble3:before {
  content: "";
  width: 0;
  height: 0;
  right: 50%;
  top: 100%;
  position: absolute;
  border-left: 13px solid transparent;
  border-right: 26px solid #50b2c9;
  border-bottom: 13px solid transparent;
  }
  .follow-heading{
    padding: 20px 0px 0px 20px;
    font-size: 18px;
    text-align: center;
    color: white;
    font-weight: bolder;
  }
  .follow-body{
    font-size: 14px;
    text-align: center;
    padding: 0px 0px 0px 20px;
    color: whitesmoke;
    font-weight: bolder;
  }
  .footer-social-buule ul{
    list-style: none;
    padding-top: 20px;
    margin-left: 30%;
  }
  .row-technolory-style ul{
    list-style: none;
  }
  .row-technolory-style ul>li{
    padding: 20px 0px;
    font-size: 20px;
    font-weight: bold;
  }
  .footer-center ul{
    list-style: none;
  }
  .footer-center ul>li>a{
    color: white;
    line-height: 16px;
  }
  .img-partner{
    box-shadow: 3px 3px 5px grey;
    margin: 30px;
    border-radius: 20px;
  }
  .img-partner img{
    height: 100px;
    width: 100px;
    padding: 30px 0px;
    margin: 0% 30%;
  }
  @media (max-width: 480px){
    .img-partner img{
      width: 50px;
      padding: 25px 0px;
    }
    .img-partner{
      margin: 15px!important;
    }
    .contact-line{
      margin: 5% 0% 0% 0%!important;
    }
    .main .main-content-top {
      padding: 0px!important;
    }
    .main-content-new {
      margin-bottom: 0px!important;
    }
    .sp-main .column{
      width: 100%!important;
    }
  }
  .main-menu{
    padding: 0px!important;
  }
  .main-menu ul>li>a{
    font-size: 13px;
    padding: 3px;
    color: black;
    margin: 5px 5px;
    text-align: right;
  }
  .main-menu ul>li.active>a{
    color: #05c2f9;
    height: 15px;
  }
  .main-menu ul>li .dropdown-menu a{
    font-size: 13px;
  }
  .main-menu ul>li .dropdown-menu a:hover{
    color: #05c2f9;
    background: none!important;
  }
  #comment_bubble1 {
    width: 100%;
    height: 150px;
    background: #1F618D;
    position: relative;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 0px;
  }

@media (max-width: 992px) {
    .one-person {
         width: auto !important;
        display: block !important;
    }
}