/*------------------------------------------------------------------
    File Name: custom.css
-------------------------------------------------------------------*/
.brand_list li {
    /*width: 250px !important;
    height: 100px !important;*/
}
.ulCheckList i {
    font-size: 50px;
    color: #17a5e9 !important;
}
.divCheckList i {
    font-size: 50px;
    color: #17a5e9 !important;
}

.belowbanner i {
    font-size: 70px;
}

.ulCheckList li {
    display: flex;
    padding-top: 10px;
}
.divCheckList div {
    display: flex;
    padding-top: 10px;
}

.divNexttoCheck {
    margin-top: -15px;
    padding-left: 5px;
}
.txtdownload {
    height: 40px;
    width: 400px;
}
.revision_table{
    width: 70%;
}
table.revision_table th {
    border: 1px solid;
    padding-top: 5px;
  }
  
table.revision_table td {
    border: 1px solid;
    padding-top: 5px;
  }

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  color: white;
  transform: rotateY(180deg);
}
.vertical-center {
    /*margin: 10px;*/
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow:auto;
}
.vertical-center h3{
    font-size:xx-large;
}
.vertical-center p {
    font-size: large;
}
.inner_banner_portfolio {
    background: url(../images/it_service/portfolio_page-title.jpg);
    min-height: 245px;
    background-size: cover;
    background-position: center center;
}

.breadcrumb li{
    z-index:1
}

.breadcrumb li {
    z-index: 1
}

.layermaindiv {
    height: 100%;
    min-height: 400px;
}
.layermaindivvid {
    height: 450px
}
.layerimg {
    position: absolute;
    left: 0px
}


.wgl-video_popup .videobox_link {
    fill: #ff4a17;
}

.wgl-video_popup .videobox_link {
    display: block;
    position: relative;
    z-index: 1;
    width: 75px;
    height: 75px;
    flex-shrink: 0;
    border-radius: 50%;
    box-shadow: 6px 5px 16px 0px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    transition: 0.5s;
    cursor: pointer;
}
.wgl-video_popup .videobox_icon {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    transition: 0.5s;
    width: 33%;
}
.wgl-video_popup.button_align-center.with_image .videobox_link_wrapper {
    /* left: 50%; */
    transform: translate(-50%, -50%);
}

.wgl-video_popup.title_pos-bot .videobox_content, .wgl-video_popup.title_pos-bot .videobox_link_wrapper {
    flex-direction: column-reverse;
}

.wgl-video_popup.button_align-center .videobox_content, .wgl-video_popup.button_align-center .videobox_link_wrapper {
    justify-content: center;
}

.wgl-video_popup.with_image .videobox_link_wrapper {
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -37px;
}

.wgl-video_popup.button_align-center {
    text-align: center;
}
.wgl-video_popup {
    position: relative;
    z-index: 1;
}
    .wgl-video_popup.title_pos-bot .videobox_content, .wgl-video_popup.title_pos-bot .videobox_link_wrapper {
        flex-direction: column-reverse;
    }

    .wgl-video_popup.button_align-center .videobox_content, .wgl-video_popup.button_align-center .videobox_link_wrapper {
        justify-content: center;
    }

    .wgl-video_popup .videobox_content {
        display: flex;
        align-items: center;
    }
    /** ADD YOUR AWESOME CODES HERE **/