﻿body {
    font-family: 'Lato', sans-serif !important;
    -webkit-transition: all .3s ease-in-out, background-color .3s ease-in-out;
    -moz-transition: all .3s ease-in-out, background-color .3s ease-in-out;
    -ms-transition: all .3s ease-in-out, background-color .3s ease-in-out;
    -o-transition: all .3s ease-in-out, background-color .3s ease-in-out;
    transition: all .3s ease-in-out, background-color .3s ease-in-out;
    overflow-x: hidden;
}

.input-form {
    margin: 15px 0;
}

.input-textbox {
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
    color: #707070;
    width: 100%;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ddd;
    line-height: 1.5;
    margin-bottom: 15px;
    letter-spacing: 1px;
    position: relative;
    vertical-align: middle;
    display: block;
    text-transform: capitalize;
    resize: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .input-textbox:focus {
        outline: 1px solid #c30e2e;
        color: #c30e2e;
    }

        .input-textbox:focus::-webkit-input-placeholder {
            color: #c30e2e;
        }

.input-button {
    text-transform: uppercase;
    background: #c30e2e;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 20px;
    border: 2px solid #c30e2e;
    outline: none;
}

    .input-button:hover {
        background: #fff;
        border: 2px solid #c30e2e;
        color: #c30e2e;
    }

.hyperlinkbutton {
    display: block;
    text-transform: capitalize;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    outline: none;
    padding-bottom: 15px;
}

    .hyperlinkbutton:hover, .hyperlinkbutton:focus, .hyperlinkbutton:active {
        text-decoration: none;
        color: #c30e2e;
    }

.readmore_button {
    display: block;
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    outline: none;
    padding-bottom: 15px;
}

    .readmore_button:hover {
        color: #333;
    }

.break_line {
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    margin: 15px 0;
    float: left;
}

.nullpadding {
    padding: 0 !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.nullmargin {
    margin: 0 !important;
}

.fr {
    float: right !important;
}

.fl {
    float: left !important;
}

.brb {
    border-bottom: 1px solid #ddd;
}

.brn {
    border: none !important;
}

.brr {
    border-right: 1px solid #ddd;
}

.bgbanner {
    min-height: 350px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
}

.SharpWebsite {
}

.Websitecontainer {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    overflow: auto;
    position: relative;
}

.SharpWebsite_HEader {
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1000000;
    width: 100%;
    -webkit-transition: all 1200ms cubic-bezier(.26,1.06,.89,.9),-webkit-transform 1200ms cubic-bezier(.26,1.06,.89,.9);
    transition: all 1200ms cubic-bezier(.26,1.06,.89,.9),opacity 1200ms cubic-bezier(.26,1.06,.89,.9);
    transition: all 1200ms cubic-bezier(.26,1.06,.89,.9),opacity 1200ms cubic-bezier(.26,1.06,.89,.9),-webkit-transform 1200ms cubic-bezier(.26,1.06,.89,.9);
}

.Sticky_Menu > .SharpWebsite_HEader {
    position: fixed !important;
}

.Logo {
    max-height: 100px;
}

    .Logo > img {
        max-height: 100px;
    }

.Header_Extra_Links {
    min-height: 100px;
    display: flex;
    align-items: center;
    float: right;
}

.Extra_Link {
    display: inline-block;
    margin-left: 20px;
}

    .Extra_Link > .Icon {
        font-size: 25px;
        color: #333;
        padding: 10px;
        display: inline-block;
    }

    .Extra_Link > p {
        display: inline-block;
        text-transform: capitalize;
        font-size: 13px;
        color: #707070;
    }

        .Extra_Link > p > span {
            display: block;
            font-weight: 800;
            color: #333;
            text-transform: uppercase;
        }



.Desktop_Main_Header {
    width: 100%;
    background: #333;
    height: 50px;
    overflow: hidden;
}

.Desktop_Main_Menu {
}

    .Desktop_Main_Menu > ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .Desktop_Main_Menu > ul > li {
            display: inline-block;
        }

            .Desktop_Main_Menu > ul > li > a {
                display: flex;
                align-items: center;
                text-transform: uppercase;
                color: #fff;
                height: 50px;
                padding-right: 40px;
                text-decoration: none;
                font-weight: bold;
                outline: none;
            }

                .Desktop_Main_Menu > ul > li > a:hover {
                    color: #c30e2e;
                }

.Mobie_Container {
}

#MobileMenuButton {
    background: #333;
    color: #fff;
    border: none;
    box-shadow: none;
    width: 100%;
    height: 50px;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    outline: none;
}

.Mobile_Menu_Container {
    background: #000;
    overflow: hidden;
    height: 0;
    -webkit-transition: height 1200ms cubic-bezier(.26,1.06,.89,.9),-webkit-transform 1200ms cubic-bezier(.26,1.06,.89,.9);
    transition: height 1200ms cubic-bezier(.26,1.06,.89,.9),opacity 1200ms cubic-bezier(.26,1.06,.89,.9);
    transition: height 1200ms cubic-bezier(.26,1.06,.89,.9),opacity 1200ms cubic-bezier(.26,1.06,.89,.9),-webkit-transform 1200ms cubic-bezier(.26,1.06,.89,.9);
}

    .Mobile_Menu_Container > ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .Mobile_Menu_Container > ul > li {
            display: block;
        }

            .Mobile_Menu_Container > ul > li > a {
                display: block;
                text-transform: uppercase;
                color: #fff;
                padding: 15px;
                text-decoration: none;
                font-weight: bold;
                outline: none;
            }

                .Mobile_Menu_Container > ul > li > a:hover {
                    color: #c30e2e;
                }

.MenuShow {
    height: 350px;
}

.carousel-indicators li {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 1px;
    text-indent: 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 5px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 600;
    transition: padding 0.5s ease-in-out;
}

.carousel-indicators .active {
    width: auto;
    height: auto;
    margin: 0;
    background-color: transparent;
    color: #fff;
}

.Website_Section {
    padding: 50px 0;
}

.TextContainer1 {
    margin-bottom: 30px;
    text-align: center;
    padding: 0 15px;
}

    .TextContainer1 > h3 {
        color: #333;
        font-size: 30px;
        text-transform: uppercase;
        margin: 0;
        margin-bottom: 15px;
        text-align: center;
        width: auto;
        font-weight: bold;
        display: block;
    }

.UnderLine {
    display: inline-block;
    height: 2px;
    background: #c30e2e;
    width: 10%;
    margin-bottom: 15px;
    display: none;
}

.TextContainer1 > p {
    color: #707070;
    font-size: 14px;
    text-transform: none;
    margin: 0;
    text-align: center;
}

.CardContainer1 {
    padding: 20px;
    border: 1px solid #ddd;
    margin: 10px 0;
    min-height: 200px;
    background: #fff;
}

    .CardContainer1 > h3 {
        margin: 10px 0;
        text-transform: capitalize;
        color: #333;
        display: inline-block;
    }

    .CardContainer1 > span {
        color: #c30e2e;
        font-size: 40px;
        position: relative;
        vertical-align: middle;
        margin-left: 7px;
    }

    .CardContainer1 > p {
        text-align: justify;
        color: #707070;
        font-size: 14px;
    }

.input-tabs {
    padding: 0 15px;
}

    .input-tabs > ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
        float: left;
    }

        .input-tabs > ul > li {
            display: inline-block;
        }

            .input-tabs > ul > li > a {
                display: block;
                padding: 10px 20px;
                background: #ddd;
                color: #333;
                text-decoration: none;
                outline: none;
                text-transform: uppercase;
                font-size: 14px;
                font-weight: bold;
                -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
                -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out;
                -ms-transition: color .3s ease-in-out, background-color .3s ease-in-out;
                -o-transition: color .3s ease-in-out, background-color .3s ease-in-out;
                transition: color .3s ease-in-out, background-color .3s ease-in-out;
            }

                .input-tabs > ul > li > a:hover {
                    background: #c30e2e;
                    color: #fff;
                }

    .input-tabs .active > a {
        background: #c30e2e;
        color: #fff;
    }

.left-tabs {
}

    .left-tabs > ul {
        width: 25%;
    }

        .left-tabs > ul > li {
            display: block;
            margin-bottom: 15px;
        }

.input-tab-content {
}

.left-tabs .input-tab-content {
    display: block;
    width: 75%;
    float: left;
    padding-left: 40px;
}

.tab-pane > h3 {
    text-transform: capitalize;
    color: #333;
    margin: 0;
    margin-bottom: 15px;
    font-size: 25px;
}

.tab-pane > p {
    text-align: justify;
    color: #707070;
    font-size: 14px;
}

.input-tabs_Image_Container {
    display: inline-block;
    border: 1px solid #ddd;
    max-height: 130px;
    margin: 15px 15px 0 0;
}

    .input-tabs_Image_Container > img {
        padding: 10px;
        max-height: 130px;
    }

.centre-tabs {
}

    .centre-tabs > ul {
        width: 100%;
        background: #c30e2e;
        text-align: center;
    }

        .centre-tabs > ul > li {
            display: inline-block;
            margin: 7px 0;
        }

            .centre-tabs > ul > li > a {
                background: #c30e2e;
                color: #fff;
            }

.input-tab-content {
}

.centre-tabs .input-tab-content {
    display: block;
    width: 100%;
    float: left;
    padding: 15px 0;
}

.centre-tabs .active > a {
    border-bottom: 2px solid #fff;
    color: #fff;
}

.Services_Index_Text {
    display: inline-block;
    float: left;
    width: 75%;
    padding: 0 15px;
}

    .Services_Index_Text > h3 {
        text-transform: capitalize;
        color: #333;
        margin: 0;
        margin-bottom: 15px;
        font-size: 25px;
    }

    .Services_Index_Text > p {
        text-align: justify;
        color: #707070;
        font-size: 14px;
    }

.Services_Index_Images {
    display: inline-block;
    float: left;
    width: 25%;
    text-align: center;
    padding: 0 15px;
}

.Project_Card {
    margin: 10px 0;
    min-height: 200px;
    background: #fff;
}

.Project_Image {
    margin-bottom: 15px;
}

.Project_Description {
}

    .Project_Description > a {
        display: block;
        text-transform: capitalize;
        color: #333;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        outline: none;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }

        .Project_Description > a:hover {
            color: #c30e2e;
        }

    .Project_Description > p {
        display: block;
        text-transform: uppercase;
        color: #333;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        outline: none;
        margin: 10px 0;
    }

        .Project_Description > p > span {
            color: #c30e2e;
        }

.Dropusaline_Container {
}

    .Dropusaline_Container > h3 {
        margin: 10px 0;
        text-transform: uppercase;
        font-size: 30px;
        font-weight: bold;
        color: #333;
    }

        .Dropusaline_Container > h3 > span {
            color: #c30e2e;
        }

    .Dropusaline_Container > p {
        margin: 10px 0;
        font-size: 14px;
        color: #707070;
    }

.Gallery_Container {
}

    .Gallery_Container > h3 {
        margin: 10px 0;
        text-transform: uppercase;
        font-size: 30px;
        font-weight: bold;
        color: #333;
    }

    .Gallery_Container > h4 {
        float: left;
        width: 100%;
        font-size: 20px;
        text-transform: uppercase;
    }

.Gallery_Image_Container {
    border: 1px solid #ddd;
    display: inline-block;
    margin: 15px 15px 0 0;
    float: left;
}

    .Gallery_Image_Container > img {
        max-width: 150px;
        padding: 10px;
    }

.GalleryCaurosel {
    margin: 15px 0;
}

    .GalleryCaurosel img {
    }

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-fade .active.left {
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 2s; /*time < to $.carousel.interval setup */
    -moz-transition: opacity 2s;
    -ms-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s;
    z-index: 2;
}

.carousel-fade .next {
    left: 0;
    opacity: 1;
    z-index: 1;
}

.TextContainer2 {
    margin-bottom: 30px;
    text-align: left;
    padding: 0 15px;
}

    .TextContainer2 > h3 {
        color: #333;
        font-size: 30px;
        text-transform: uppercase;
        margin: 0;
        margin-bottom: 15px;
        text-align: left;
        width: auto;
        font-weight: bold;
        display: block;
    }

.IndexNews {
}

    .IndexNews .News_Contents {
        width: 100%;
    }

.IndexNews {
}


.News_Card {
    margin: 10px 0;
    min-height: 500px;
    background: #fff;
}

.News_Image {
    margin-bottom: 15px;
}

.News_Contents {
    
}

.Description_Text {
    text-align: justify !important;
    color: #707070 !important;
    font-size: 14px !important;
    text-transform: none !important;
    font-weight: normal !important;
    margin: 7px 0 !important;
}

.News_Contents > p {
    display: block;
    text-transform: uppercase;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    outline: none;
    margin: 4px 0;
}

.Sharpfci_footer {
    background: #c30e2e;
    width: 100%;
    position: relative;
    padding: 50px 0;
}

.Footer_Card {
    margin-bottom: 50px;
}

    .Footer_Card > h3 {
        font-size: 18px;
        text-transform: uppercase;
        line-height: 40px;
        font-weight: 600;
        color: #fff;
    }

    .Footer_Card > ul {
        list-style: none;
        padding-left: 20px;
    }

        .Footer_Card > ul > li {
            display: block;
        }

            .Footer_Card > ul > li > a {
                display: block;
                padding: 10px 0;
                color: #fff;
                text-decoration: none;
                text-transform: capitalize;
                font-size: 14px;
                /*border-bottom: 1px dotted rgba(255,255,255,0.1);*/
            }

                .Footer_Card > ul > li > a:hover {
                    color: #9a989a;
                }

                .Footer_Card > ul > li > a > span {
                    margin-right: 15px;
                    font-size: 16px;
                    position: relative;
                    vertical-align: middle;
                }

.Contact_links > ul > li > a > span {
    padding: 5px;
    background: #fff;
    color: #c30e2e;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 10px;
}

.Footer_logo {
    max-width: 200px;
    background: #fff;
    padding: 10px;
}

.Footer_Break {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.1);
    margin: 20px 0;
    float: left;
}

.Tail_End {
    float: left;
    width: 100%;
    color: #fff;
}

.Inner_Page_Header {
    background-color: #fafafa;
    padding: 20px 0;
    -webkit-box-shadow: 0 4px 3px -2px rgba(41, 41, 41, 0.1);
    box-shadow: 0 4px 3px -2px rgba(41, 41, 41, 0.1);
    overflow: auto;
    position: relative;
    z-index: 1;
}

.Inner_Website_Section {
    padding-top: 0;
}



.Inner_Page_Header_TextContainer {
    padding: 0 15px;
}

    .Inner_Page_Header_TextContainer > h3 {
        color: #333;
        font-size: 25px;
        text-transform: uppercase;
        margin: 0;
        padding: 7px 0;
        text-align: left;
        width: auto;
        font-weight: bold;
        display: block;
    }

    .Inner_Page_Header_TextContainer > p {
        color: #707070;
        font-size: 14px;
        text-align: left;
        display: none;
    }

    .Inner_Page_Header_TextContainer .UnderLine {
        display: block;
        height: 1px;
        background: #c30e2e;
        width: 10%;
        margin: 7px 0 10px 0;
    }

.CounterCard1 {
    text-align: center;
    /*border: 1px solid #ddd;*/
    margin: 10px 0;
    min-height: 200px;
    background: #fff;
    padding: 20px;
}

    .CounterCard1 > .Icon {
        display: block;
        font-size: 60px;
        color: #c30e2e;
        margin-bottom: 10px;
    }

    .CounterCard1 > h3 {
        display: inline-block;
        font-size: 25px;
        color: #333;
        margin: 5px 0;
        font-weight: bold;
        text-transform: uppercase;
    }

    .CounterCard1 > span {
        display: inline-block;
        font-size: 25px;
        color: #333;
        margin: 5px 0;
        font-weight: bold;
        margin-left: 5px;
    }

    .CounterCard1 > h4 {
        display: block;
        font-size: 16px;
        color: #333;
        margin: 7px 0 10px 0;
        font-weight: bold;
        text-transform: uppercase;
    }

    .CounterCard1 > p {
        display: block;
        font-size: 14px;
        color: #707070;
        margin: 10px 0;
        font-weight: normal;
        text-transform: capitalize;
    }

    .CounterCard1 > a {
        display: block;
        font-size: 14px;
        color: #707070;
        margin: 10px 0;
        font-weight: normal;
        text-transform: capitalize;
        text-decoration: none;
        outline: none;
    }

.Services_Container {
    width: 100%;
    overflow: auto;
    margin-bottom: 30px;
}

.Services_Image {
}

.Services_Text {
    padding: 35px 20px;
}

    .Services_Text > h3 {
        text-transform: capitalize;
        color: #333;
        margin: 0;
        margin-bottom: 15px;
        font-size: 25px;
    }

    .Services_Text > p {
        text-align: justify;
        color: #707070;
        font-size: 14px;
    }

.Service_Images {
    max-width: 150px;
    display: inline-block;
    margin: 0 10px 10px 0;
    border: 1px solid #ddd;
}

    .Service_Images > img {
        padding: 10px;
    }

.Contact_Us_Page_Header {
    padding: 0;
    height: 310px;
    overflow: hidden;
}

.News_Container {
    padding: 0 15px;
}

    .News_Container > .News_Wrapper:nth-of-type(odd) > .News_Box {
        float: left;
    }



    .News_Container > .News_Wrapper:nth-of-type(even) > .News_Box {
        float: right;
    }



.News_Wrapper {
    position: relative;
    display: block;
    margin-bottom: 50px;
    overflow: auto;
}

.Date_Wrapper {
    background: #c30e2e;
    width: 80px;
    height: 80px;
    color: #fff;
    font-size: 20px;
    display: none;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    position: absolute;
    margin-bottom: 15px;
    top: 15%;
    left: calc(50% - 40px);
  

}

.News_Box {
    max-width:400px;
}

.Vertical_Break {
    display: none;
    position: absolute;
    height: 100%;
    width: 2px;
    background: #ddd;
    top: 0;
    left: 50%;
    z-index: -1;
}

.gallerybanner {
    background-image: url(../img/gallery/Banner.jpg);
}

.GalleryImage {
    margin: 15px 0;
}

    .GalleryImage > h3 {
        text-transform: uppercase;
        color: #c30e2e;
        font-size: 16px;
        white-space: nowrap;
    }

.GalleryImgWrapper {
    position: relative;
}

    .GalleryImgWrapper > img {
        padding: 10px;
        border: 1px solid #ddd;
    }

    .GalleryImgWrapper:hover > .ViewCopntrol {
        display: block;
    }

.ViewCopntrol {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 175px 0;
    background-color: rgba(0,0,0,0.3);
    text-align: center;
    display: none;
    transition: all 0.5s ease-in;
}

.modal {
    z-index: 1050000;
}

.modal-dialog {
    width: 80%;
    margin: auto;
}

.modal-body {
    overflow: auto;
}

.modalImg {
    margin: 5px;
}

.horizontal_break {
    display: block;
}

.Aboutus_TextContainer {
}

    .Aboutus_TextContainer > h3 {
        color: #c30e2e;
        font-size: 30px;
        text-transform: uppercase;
        margin: 0;
        margin-bottom: 15px;
        text-align: left;
        width: auto;
        font-weight: bold;
        display: block;
    }

    .Aboutus_TextContainer > h4 {
        color: #333;
        font-size: 18px;
        text-transform: uppercase;
        margin: 0;
        margin-bottom: 15px;
        text-align: left;
        width: auto;
        font-weight: bold;
        display: block;
    }

    .Aboutus_TextContainer > h5 {
        color: #9a989a;
        font-size: 16px;
        text-transform: none;
        line-height: 1.5;
        margin-bottom: 20px;
        padding: 15px 0;
        text-align: left;
        width: auto;
        font-weight: normal;
        display: block;
    }

    .Aboutus_TextContainer > p {
        color: #707070;
        font-size: 14px;
        text-transform: none;
        margin: 0;
        text-align: justify;
    }

.Counter_Container2 {
    background: #c30e2e;
    padding: 25px 0;
}

.CounterCard2 {
    margin: 10px 0;
    padding: 10px;
}

    .CounterCard2 > .Count {
        display: inline-block;
        height: 50px;
        position: relative;
        vertical-align: middle;
    }

        .CounterCard2 > .Count > h3 {
            display: inline-block;
            font-size: 25px;
            font-weight: bold;
            color: #fff;
            padding-right: 30px;
            margin: 0;
        }

    .CounterCard2 > .Text {
        display: inline-block;
        padding-left: 35px;
        border-left: 1px solid #9a989a;
        height: 50px;
    }

        .CounterCard2 > .Text > h5 {
            display: block;
            margin: 0;
            font-size: 16px;
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 10px;
            color: #fff;
        }

        .CounterCard2 > .Text > p {
            display: block;
            display: block;
            margin: 0;
            font-size: 14px;
            font-weight: normal;
            text-transform: capitalize;
            color: #9a989a;
        }

.IconBox {
    margin: 10px 0;
    text-align: left;
    margin-bottom: 50px;
}

    .IconBox > h3 {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0;
        margin-bottom: 15px;
        color: #333;
    }

        .IconBox > h3 > span {
            font-size: 35px;
            color: #c30e2e;
            position: relative;
            vertical-align: middle;
            width: 70px;
            display: inline-block;
        }

    .IconBox > p {
        font-size: 14px;
        font-weight: normal;
        text-transform: none;
        margin: 0;
        margin-bottom: 15px;
        color: #707070;
        padding-left: 70px;
    }

.ClientLogo_Container {
    background: #333;
    padding: 15px 0;
    height: 90px;
    white-space: nowrap;
    -webkit-transition: all .3s ease-in-out, background-color .3s ease-in-out;
    -moz-transition: all .3s ease-in-out, background-color .3s ease-in-out;
    -ms-transition: all .3s ease-in-out, background-color .3s ease-in-out;
    -o-transition: all .3s ease-in-out, background-color .3s ease-in-out;
    transition: all .3s ease-in-out, background-color .3s ease-in-out;
}


.ClientLogo {
}

.ClientLogoImages {
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out, background-color .3s ease-in-out;
    -moz-transition: all .3s ease-in-out, background-color .3s ease-in-out;
    -ms-transition: all .3s ease-in-out, background-color .3s ease-in-out;
    -o-transition: all .3s ease-in-out, background-color .3s ease-in-out;
    transition: all .3s ease-in-out, background-color .3s ease-in-out;
}

.ClientLogo_Img {
    display: inline-block;
    padding: 0 70px;
    -webkit-animation: horizontalscroll 5s infinite alternate; /* Safari 4.0 - 8.0 */
    animation: horizontalscroll 30s infinite alternate;
}



@-webkit-keyframes horizontalscroll {
    from {
        transform: translateX(0px);
    }

    to {
        transform: translateX(-2000px);
    }
}

/* Standard syntax */
@keyframes horizontalscroll {
    from {
        transform: translateX(0px);
    }

    to {
        transform: translateX(-2000px);
    }
}

.serviceimagetest {
    max-height: none !important;
}

    .serviceimagetest > img {
        max-height: none !important;
    }
