/** Gallery Content **/
#loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    background: #ffffff;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.loader-spinner {
    margin: calc(18vh - 20px) auto 0;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear
}

.loader-spinner .dot1,
.loader-spinner .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out
}

.loader-spinner .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.aios-gallery-container{
    width: 100%;
    position: relative;
}
     .aios-gallery-container:after {
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-position: top right;
        opacity: 0.2;
    }
    .aios-gallery-container h3{
        color: #75a6aa;
        text-transform: uppercase;
        text-align: center;
        font-size: 60px;
        line-height: 1;

    }
         .aios-gallery-container h3 span{
             display: block;
             color: #9dced2;
         }
        .aios-gallery-content-filter .aios-gallery-checkbox-filter{
            position: relative;
            display: flex;
            justify-content: space-between;
            padding: 12px 0;
            margin: 40px 0;
        }
        .aios-gallery-checkbox-filter .aios-sort-by{
            width: 100%;
            max-width: 192px;
        }
            .aios-gallery-checkbox-filter .aios-sort-by select {
                    width: 100%;
                    height: 39px;
                    background: #fff;
                    border: none;
                    color: #333333;
                    font-size: 14px;
                    box-shadow: 0px 0px 10px 0px rgba(0, 1, 1, 0.19);
                    display: block;
                    text-transform: uppercase;
                    padding: 0 10px;
            }

            .search-by-cases{
                width: 100%;
                position: relative;
                max-width: 250px;
            }
                 .search-by-cases input{
                    width: 100%;
                    height: 39px;
                    background: #fff;
                    border: none;
                    color: #333333;
                    font-size: 14px;
                    box-shadow: 0px 0px 10px 0px rgba(0, 1, 1, 0.19);
                    display: block;
                    text-transform: uppercase;
                    padding: 0 16% 0 10px;
                 }

                 .search-by-cases i {
                    position: absolute;
                    right: 0;
                    top: 0;
                    font-size: 21px;
                    display: block;
                    height: 100%;
                    width: 13%;
                     cursor: pointer;
                }

                .search-by-cases i:before {
                    position: absolute;
                    top: 47%;
                    transform: translate(0, -50%);
                }

/** Gallery Lists **/
.aios-gallery-lists{
    position: relative;
    min-height: 500px;
    height: auto;
}
        .aios-gallery-lists .row{
            opacity: 0;
        }
        .aios-gallery-lists .aios-gallery-list {
            margin-bottom: 27px;
        }
        .aios-gallery-list .aios-gallery-wrap{
            position: relative;
            width: 100%;
            border-style: solid;
            border-width: 1px;
            border-color: rgb(226, 226, 226);
            border-radius: 5px;
            background-color: rgb(255, 255, 255);
            overflow: hidden;
            transition: all 0.3s linear;

        }
            .aios-gallery-list .aios-gallery-wrap:hover{
                    background: #9dced2;
                    background: -moz-linear-gradient(top, #9dced2 0%, #9dced2 30%, #73a4a8 91%, #73a4a8 100%);
                    background: -webkit-linear-gradient(top, #9dced2 0%,#9dced2 30%,#73a4a8 91%,#73a4a8 100%);
                    background: linear-gradient(to bottom, #9dced2 0%,#9dced2 30%,#73a4a8 91%,#73a4a8 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dced2', endColorstr='#73a4a8',GradientType=0 );
            }

        .aios-gallery-image {
            position: relative;
            display: block !important;
        }

        .aios-gallery-image > canvas {
            width: 100%;
            height: auto;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            display: block;
        }
     			  /** Before and After */
                    .aios-gallery-image {
                      position: relative;
                      background: #fff;
                    }
                    .aios-gallery-image .ba-lines {
                      z-index: 2;
                    }
                    .aios-gallery-image .ba-lines span {
                      border-color: rgba(255, 255, 255, 0.2);
                    }
                    .aios-gallery-image .ba-wrap,
                    .aios-gallery-image .ba-slider-wrap,
                    .aios-gallery-image .ba-slider {
                      position: relative;
                    }
                    .aios-gallery-image .ba-slider-wrap {
                      position: relative;
                      overflow: hidden;
                    }
                    .aios-gallery-image .ba-slider .ba-col {
                      position: relative;
                      overflow: hidden;
                    }
                    .aios-gallery-image .ba-slider .ba-col.before {
                      position: absolute;
                      z-index: 3;
                      top: 0;
                      left: 0;
                      width: 50%;
                      bottom: 0;
                    }
                    .aios-gallery-image .ba-slider .ba-col.before:after {

                    }
                    .aios-gallery-image .ba-slider .ba-col.before .ba-label {
                      -webkit-box-pack: end;
                          -ms-flex-pack: end;
                              justify-content: flex-end;
                      padding-right: 11.1%;
                    }
                    .aios-gallery-image .ba-slider .ba-col.before .ba-label p {
                      color: #fff;
                    }
                    .aios-gallery-image .ba-slider .ba-col.after strong {
                      color: #51dacf;
                      background-image: url(../../images/global-bg-a.jpg);
                      background-repeat: no-repeat;
                      -webkit-background-clip: text;
                      -webkit-text-fill-color: transparent;
                      background-size: 100%;
                    }
                    .aios-gallery-image .ba-slider .ba-col.after .ba-label {
                      left: 50%;
                      padding-left: 10%;
                    }
                    .aios-gallery-image .ba-slider .ba-item {
                      position: relative;
                    }
                    .aios-gallery-image .ba-slider .ba-label {
                      position: absolute;
                      z-index: 2;
                      top: 0;
                      display: -webkit-box;
                      display: -ms-flexbox;
                      display: flex;
                      width: 50%;
                      padding: 4.4% 0 0 30px;
                    }
                    .aios-gallery-image .ba-slider .ba-label strong {
                      font-family: var(--font-poppins);
                      font-size: 130px;
                      font-weight: 700;
                      line-height: 1;
                      text-transform: uppercase;
                      text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
                      color: rgba(255, 255, 255, 0.5);
                      margin-left: -4px;
                    }
                    .aios-gallery-image .ba-slider .ba-label p {
                      font-size: 18px;
                      font-weight: 400;
                      line-height: 1.44;
                      letter-spacing: 0.29px;
                      color: #838383;
                    }
                    .aios-gallery-image .ba-slider .ba-img {
                      position: relative;
                    }
                    .aios-gallery-image .ba-slider .ba-img canvas {
                        display: block;
                        width: 100%;
                        background-size: cover;
                        background-position: center;
                    }
                    .aios-gallery-image .ba-range {
                      position: absolute;
                      z-index: 5;
                      top: 0;
                      left: 0;
                      right: 0;
                      bottom: 0;
                    }
                    .aios-gallery-image .ba-range input {
                      -webkit-appearance: none;
                      -moz-appearance: none;
                      appearance: none;
                      -ms-touch-action: auto;
                      touch-action: auto;
                      outline: none;
                      background: transparent;
                      position: relative;
                      left: -1px;
                      display: block;
                      width: calc(100% + 2px);
                      height: 100%;
                      margin: 0;
                      padding: 0;
                      font-size: 0;
                      opacity: 0;
                      cursor: pointer;
                    }
                    .aios-gallery-image .ba-handler {
                      position: absolute;
                      z-index: 6;
                      top: 0;
                      left: 50%;
                      bottom: 0;
                      width: 2px;
                      display: -webkit-box;
                      display: -ms-flexbox;
                      display: flex;
                      -webkit-box-orient: vertical;
                      -webkit-box-direction: normal;
                          -ms-flex-direction: column;
                              flex-direction: column;
                      pointer-events: none;
                    }
                    .aios-gallery-image .ba-handler:before, .aios-gallery-image .ba-handler:after {
                      content: '';
                      height: calc(50% - 26px);
                      width: 100%;
                      background: #fff;
                    }
                    .aios-gallery-image .ba-handler span {
                        display: block;
                        width: 48px;
                        height: 48px;
                        background: rgba(255, 255, 255, 0.9);
                        opacity: 0.7;
                        border-radius: 50%;
                        margin-left: -24px;
                        position: relative;
                    }

                        .aios-gallery-image .ba-handler span:before,
                        .aios-gallery-image .ba-handler span:after{
                            content: '';
                            position: absolute;
                            width: 10px;
                            height: 10px;
                            top: 50%;
                            border-top: solid 2px;
                            border-left: solid 2px;
                            transform-origin: 0 0;
                        }

                        .aios-gallery-image .ba-handler span:before{
                            left: 10px;
                            transform: rotate(-45deg);
                        }
                        .aios-gallery-image .ba-handler span:after{
                            right: 0;
                            transform: rotate(135deg);

                        }

                    /** End of Before and After */
        .aios-gallery-list .aios-gallery-wrap .aios-gallery-content{
            padding: 40px;
            position: relative;
        }
            .aios-gallery-list .aios-gallery-wrap .aios-gallery-content:after{
                display: block;
                content: '';
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 1;
                opacity: 0;
                transition: all 0.3s linear;
            }
                .aios-gallery-list:hover .aios-gallery-wrap .aios-gallery-content:after{
                    opacity: 1;
                }

            .aios-gallery-list .aios-gallery-wrap .aios-gallery-content a{
                display: block;
                position: relative;
                z-index: 2;
            }
                .aios-gallery-list .aios-gallery-wrap .aios-gallery-content span{
                    font-weight: 400;
                    font-size: 14px;
                    color: #4a648d;
                    text-transform: uppercase;
                     transition: all 0.3s linear;
                }
                    .aios-gallery-list .aios-gallery-wrap .aios-gallery-content span em{
                        font-size: 20px;
                    }
                    .aios-gallery-list:hover .aios-gallery-wrap .aios-gallery-content span{
                        color: #fff;
                    }

                    .aios-gallery-list .aios-gallery-wrap .aios-gallery-content .aios-procedures-names{
                        display: block;
                        line-height: 1.4;
                        padding: 15px 0;
                        min-height: 115px;
                    }
                        .aios-gallery-list .aios-gallery-wrap .aios-gallery-content .aios-procedures-names span{
                            display: block;
                            color: #696969;
                            font-size: 20px;
                            text-transform: uppercase;
                            font-weight: 400;
                            transition: all 0.3s linear;

                        }
                             .aios-gallery-list .aios-gallery-wrap:hover .aios-gallery-content .aios-procedures-names span{
                                 color: #fff;
                             }
                .aios-gallery-list .aios-gallery-wrap .aios-gallery-content h4{
                    color: #75a6aa;
                    font-size: 30px;
                    text-transform: uppercase;
                    font-weight: 300;
                    transition: all 0.3s linear;
                    padding-right: 15%;

                }
                    #content  .aios-gallery-list .aios-gallery-wrap .aios-gallery-content h4{
                        line-height: 1;
                        margin: 0;
                    }
                    .aios-gallery-list:hover .aios-gallery-wrap .aios-gallery-content h4{
                        color: #fff;
                    }
                .aios-gallery-list .aios-gallery-wrap .aios-gallery-content ul{
                    border-top: 1px solid #e3e3e3;
                    width: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    margin-top: 10px;

                }
                    .aios-gallery-list .aios-gallery-wrap .aios-gallery-content ul li{
                        font-size: 14px;
                        padding: 10px 10px;
                        transition: all 0.3s linear;
                        text-transform: uppercase;
                        list-style-type: none;
                        color: #4a648d;
                    }
                        .aios-gallery-list:hover .aios-gallery-wrap .aios-gallery-content ul li{
                            color: #fff;

                        }
                        .aios-gallery-list .aios-gallery-wrap .aios-gallery-content ul li:first-child{
                            padding-left: 0;
                        }
                         .aios-gallery-list .aios-gallery-wrap .aios-gallery-content ul li:last-child{
                             padding-right: 0;
                         }
                .aios-gallery-list .aios-gallery-wrap .aios-gallery-content em{
                    border-radius: 5px;
                    background-color: rgb(115, 164, 168);
                    position: absolute;
                    color: #fff;
                    font-weight: 700;
                    font-size: 15px;
                    text-transform: uppercase;
                    width: 100%;
                    max-width: 85px;
                    text-align: center;
                    padding: 15px 0;
                    top: 1%;
                    right: 0%;
                    font-style: normal;
                    opacity: 0;
                    transition: all 0.3s linear;
                }
                    #content .aios-gallery-list .aios-gallery-wrap .aios-gallery-content em{
                        font-style: normal;
                    }
                     .aios-gallery-list:hover .aios-gallery-wrap .aios-gallery-content em{
                         opacity: 1;
                     }
            .aios-gallery-list-wrap .slick-slide {
                height: auto;
            }

            .aios-gallery-list-wrap .slick-arrow {
                position: absolute;
                bottom: -1%;
                font-family: agentimage!important;
                border: none;
                background: transparent;
                font-size: 0;
                color: #dddddd;
            }

            .aios-gallery-list-wrap .slick-slider, .slick-slider *,
            .aios-gallery-list-wrap .slick-slider a,
            .aios-gallery-list-wrap input:focus,
            .aios-gallery-list-wrap select:focus,
            .aios-gallery-list-wrap textarea:focus{
                outline: none;
            }
                .aios-gallery-list .aios-gallery-list-wrap .slick-arrow:after{
                    display: block;
                    font-size: 20px;
                }
                    .aios-gallery-list .aios-gallery-list-wrap:hover .slick-arrow:after{
                        color: #fff;
                    }
                .aios-gallery-list .aios-gallery-list-wrap .slick-arrow.slick-next{
                    right: 25%;
                }
                .aios-gallery-list .aios-gallery-list-wrap .slick-arrow.slick-prev{
                    left: 25%;
                }
                    .aios-gallery-list .aios-gallery-list-wrap .slick-arrow.slick-prev:after{
                        content: "\b0001";
                    }
                    .aios-gallery-list .aios-gallery-list-wrap .slick-arrow.slick-next:after{
                        content: "\b0002";
                    }
            .aios-gallery-list .aios-gallery-list-wrap ul.slick-dots {
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 17px 0 10px;
            }

                .aios-gallery-list .aios-gallery-list-wrap ul.slick-dots li{
                    margin:  0 1%;
                }

                .aios-gallery-list .aios-gallery-list-wrap ul.slick-dots li button {
                    background: #dddddd;
                    border: honeydew;
                    font-size: 0;
                    width: 7px;
                    height: 13px;
                    border-radius: 50%;
                    transition: all 0.3s linear;
                }
                .aios-gallery-list:hover .aios-gallery-wrap ul.slick-dots  li button{
                     background: #fff;
                 }

                .aios-gallery-list .aios-gallery-list-wrap ul.slick-dots li.slick-active button{
                    background: #5f8cc7;
                }
.aios-gallery-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
}
    .aios-gallery-pagination .pagination-info {
        display: flex;
        color: #898989;
        padding: 13px 0;
    }

    .aios-gallery-pagination .pagination-info div {
        padding: 0 9px;
        text-transform: uppercase;
        font-size: 16px;
    }

    .aios-gallery-pagination .pagination-info .aios-gallery-numbers {
        color: #16386d;
        font-weight: bold;
    }
    .aios-gallery-pagination .aios-gallery-pagination-arrows {
        font-size: 23px;
        margin: 0px 15px;
        cursor: pointer;
    }
        .aios-gallery-pagination .aios-gallery-pagination-arrows i{
            color: #898989;
        }

        .aios-gallery-pagination .aios-gallery-pagination-arrows.disable-final{
            pointer-events: none;
        }
        .aios-gallery-pagination .aios-gallery-pagination-arrows.disable-final i {
            color: #cac4c4;
        }
/** Gallery Content **/
.gallery-no-posts {
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
}

/** Gallery Content **/

/** Case Search **/
.aios-filterble-search {
    position: relative;
    margin-right: 3%;
}

.aios-filterble-search input {
    background: transparent;
    border: 1px solid #ffff;
    color: #ffff;
    padding: 10px 20px;
    border-radius: 7px;
    outline: none;
}
.aios-filterble-search button {
    position: absolute;
    right: 0;
    top: 50%;
    font-family: agentimage!important;
    background: transparent;
    border: none;
    font-size: 20px;
    transform: translate(0, -50%);
    padding: 7px 15px;
}

.aios-filterble-search button:after {
    display: block;
    content: "\b0039";
}
/** Case Search **/

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {

}


