.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    height: 375px;
    display: block;
   /* -o-object-fit: cover;
       object-fit: cover;*/
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.flexslider {
    margin: 0;
    position: relative;
    zoom: 1;
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
    width: 80%;
    display: block;
    position: relative;
    margin: 11% auto 0px;
}

.flex-control-nav.flex-control-paging {
    display: none;
}

.flex-direction-nav a {
    background: #fff;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0px 0 0;
    border: 3px solid #E42A2E;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: #E42A2E;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flex-direction-nav .flex-prev {
    left: -50px;
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.flexslider:hover .flex-prev {
    opacity: .8;
    left: 10px;
}

.flexslider:hover .flex-next {
    opacity: .8;
    right: 10px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    font-family: 'FontAwesome';
    font-size: 34px;
    display: inline-block;
    content: "\f104";
    padding: 0px 0px 0px 8px;
    margin-top: -6px;
}

.flex-direction-nav a.flex-next:before {
    content: "\f105";
    padding: 0px 8px 0px 3px;
}

.flex-caption {
    color: #FFFFFF;
    font-size: 39px;
    line-height: 45px;
    position: static;
    width: 100%;
    height: auto;
    max-width: 1200px;
    padding: 8px 20px;
    text-align: center;

    margin: -140px auto 60px;
    font-family: 'robotoregular';
    background: none;
    text-align: left;
}

.flex-caption b {
    color: #fff;
    font-size: 38px;
    font-weight: normal;
    display: inline-block;
    -webkit-animation: moveFromRight 600ms ease-in-out;
    -moz-animation: moveFromRight 600ms ease-in-out;
    -ms-animation: moveFromRight 600ms ease-in-out;
    font-weight: normal;
    line-height: 50px;
    margin-top: -229px;
    background: url(../images/bg-banner.png) repeat;

    padding: 15px 20px;
    text-transform: uppercase;

    border: none;

    text-shadow: 1px 1px 1px #000;
}

.flex-caption strong {
    color: #fff;
    font-size: 21px;
    display: inline-block;
    margin-top: 5px;
    -webkit-animation: moveFromLeft 800ms ease-in-out;
    -moz-animation: moveFromLeft 800ms ease-in-out;
    -ms-animation: moveFromLeft 800ms ease-in-out;
    font-weight: normal;
    border: 1px solid #fff;
    background: #a31c4a;
    background: rgba(163, 28, 74, 0.9);
    padding: 0px 15px;
}


@-webkit-keyframes moveFromRight {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }

    50% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
}

@-webkit-keyframes moveFromLeft {
    from {
        -webkit-transform: translateX(-100%);
    }

    to {
        -webkit-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }

    to {
        -webkit-transform: translateY(0%);
    }
}

. @-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

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

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

/***************owl carousel starts here***************/

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
    text-align: center;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;

}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
    cursor: move;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-buttons {
    position: absolute;
    right: 26px;
    top: -39px;
    width: 100%;
    text-align: right;
}

.owl-buttons .owl-prev,
.owl-buttons .owl-next {
    font-size: 11px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: bold;
    background: #FFFFFF;
    color: #d8d8d8;
    margin: 0px -1px;
    padding: 5px 10px;
    border: 1px solid #d8d8d8;

}

.owl-buttons .owl-prev:before,
.owl-buttons .owl-next:after {
    display: block;
}

.owl-buttons .owl-prev:before {
    content: "\e251";
}

.owl-buttons .owl-next:after {
    content: "\e250";
}

/***************owl carousel style ends here***************/
/* ============ Loading css ============ */
.pace {
    -webkit-user-select: none;
    -moz-user-select: none;
    z-index: 2000;
    position: fixed;
    height: 100%;
    width: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.47);
    -webkit-perspective: 60rem;
    -ms-perspective: 60rem;
    -o-perspective: 60rem;
    perspective: 60rem;
}

.pace-done .pace {
    display: none;
}

.pace.pace-inactive .pace-progress {
    display: none;
}

.pace .pace-progress {
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    height: 60px;
    width: 60px !important;
    line-height: 6rem;
    font-size: 2rem;
    border-radius: 50%;
    background: rgba(34, 153, 221, 0.8);
    color: #fff;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 100;
    text-align: center;
    -webkit-animation: pace-3d-spinner linear infinite 2s;
    animation: pace-3d-spinner linear infinite 2s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.pace .pace-progress:after {
    content: attr(data-progress-text);
    display: block;
}

@-webkit-keyframes pace-3d-spinner {
    from {
        -webkit-transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(360deg);
    }
}

@keyframes pace-3d-spinner {
    from {
        -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
    }
}

/* ============ Loading css ends ============ */
.gallery {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.gallery li {
    float: left;
    margin: 4px;
}

.gallery li a img {
    max-width: 277px;
    width: 277px;
    height: 167px;
    -o-object-fit: cover;
       object-fit: cover;
    border: 1px solid #ccc;
    padding: 1%;
}

/*call me*/
.call-me {
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    background-color: #6a78f7;
    color: #fff;
    right: 21px;
    bottom: 90px;
    z-index: 9999;
    font-size: 32px;
    -webkit-box-shadow: 0 0 10px #333;
            box-shadow: 0 0 10px #333;
    cursor: pointer;
    -webkit-transition: 3s;
    -o-transition: 3s;
    transition: 3s;
     -webkit-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
            animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

 .call-me:hover {
    -webkit-animation: none;
    animation: none;
}
        
.call-box-child:hover .call-me{
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
            to {
                -webkit-box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
                        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
            }
        }

        @keyframes pulse {
            to {
                -webkit-box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
                        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
            }
        }




.call-box-child {
    position: fixed;
    right: 25px;
    height: 350px;
    width: 275px;
    background-color: #eaebed;
    z-index: 999;
    bottom: 75px;
    -webkit-box-shadow: 0 0 20px #333;
            box-shadow: 0 0 20px #333;
    border-radius: 10px;
}



.call-box-child input {
    height: 40px;
    display: block;
    margin: 0 auto 10px auto;
    width: 100%;
    padding: 5px;
}

.call-box-child input::-webkit-input-placeholder{
    color: #000!important;
}

.call-box-child input:-ms-input-placeholder{
    color: #000!important;
}

.call-box-child input::-ms-input-placeholder{
    color: #000!important;
}

.call-box-child input::-moz-placeholder{
    color: #000!important;
}

.call-box-child input::placeholder{
    color: #000!important;
}

.call-box-child button{
    padding: 10px;
    color: #fff;
    background-color: #6a78f7;
    outline: 0;
    -webkit-box-shadow: 0;
            box-shadow: 0;
    border: none;
    display: block;
    margin: 0 auto;
    width: auto;
}

.header-call-box {
    background-color: #6a78f7;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.input-call{
    padding: 25px;
}