@font-face {
    font-family: 'Siyam Rupali', 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
    font-family: 'Siyam Rupali', "Raleway", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    background: #fff;
    height: 100%;
    position: relative;
    /*min-width:538px;*/
}

a {
    color: #18b4a4;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    a:hover, a:active, a:focus {
        color: #18b4a4;
        outline: none;
    }

p {
    margin-bottom: 0px;
}

h1, h2, h3, h4, h5, h6, figure {
    color: #000;
    font-family: 'Siyam Rupali',"Raleway", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 30px 0;
}

::-webkit-selection {
    color: #fff;
    background: #18b4a4;
}

::-moz-selection {
    color: #fff;
    background: #18b4a4;
}

::selection {
    color: #fff;
    background: #18b4a4;
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: 'Siyam Rupali', "Raleway", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    .btn.btn-md {
        padding: 10px 20px !important;
    }
    /*.btn.btn-lg {
  padding: 18px 36px !important;
}*/
    .btn:hover, .btn:active, .btn:focus {
        box-shadow: none !important;
        outline: none !important;
    }

.btn-primary {
    background: #1ccab9;
    color: #fff;
    border: 2px solid #1ccab9;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background: #18b4a4 !important;
        border-color: #18b4a4 !important;
    }

    .btn-primary.btn-outline {
        background: transparent;
        color: #18b4a4;
        border: 2px solid #18b4a4;
    }

        .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
            background: #18b4a4;
            color: #fff;
        }

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active {
        background: #4cae4c !important;
        border-color: #4cae4c !important;
    }

    .btn-success.btn-outline {
        background: transparent;
        color: #5cb85c;
        border: 2px solid #5cb85c;
    }

        .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
            background: #5cb85c;
            color: #fff;
        }

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active {
        background: #46b8da !important;
        border-color: #46b8da !important;
    }

    .btn-info.btn-outline {
        background: transparent;
        color: #5bc0de;
        border: 2px solid #5bc0de;
    }

        .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
            background: #5bc0de;
            color: #fff;
        }

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
        background: #eea236 !important;
        border-color: #eea236 !important;
    }

    .btn-warning.btn-outline {
        background: transparent;
        color: #f0ad4e;
        border: 2px solid #f0ad4e;
    }

        .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
            background: #f0ad4e;
            color: #fff;
        }

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
        background: #d43f3a !important;
        border-color: #d43f3a !important;
    }

    .btn-danger.btn-outline {
        background: transparent;
        color: #d9534f;
        border: 2px solid #d9534f;
    }

        .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
            background: #d9534f;
            color: #fff;
        }

.btn-outline {
    background: none;
    border: 2px solid #333;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #333;
}

    .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
        box-shadow: none;
    }

.btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .btn.with-arrow i {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -8px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

    .btn.with-arrow:hover {
        padding-right: 50px;
    }

        .btn.with-arrow:hover i {
            color: #fff;
            right: 18px;
            visibility: visible;
            opacity: 1;
        }

.btn-default:hover {
    border: 1px solid #ccc !important;
}

.form-control {
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 54px;
    font-size: 18px;
    font-weight: 300;
}

    .form-control:active, .form-control:focus {
        outline: none;
        box-shadow: none;
        border-color: #18b4a4;
    }

.fh5co-social {
    padding: 0;
    margin: 0;
}

    .fh5co-social li {
        padding: 0;
        margin: 0;
        list-style: none;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .fh5co-social li a {
            font-size: 22px;
            color: #fff;
            padding: 0;
            margin: 0;
            padding: 2px;
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            -ms-border-radius: 7px;
            border-radius: 7px;
        }

            .fh5co-social li a:hover {
                color: #18b4a4;
            }

            .fh5co-social li a:hover, .fh5co-social li a:active, .fh5co-social li a:focus {
                outline: none;
                text-decoration: none;
            }

@media screen and (max-width: 480px) {
    .col-xxs-12 {
        float: none;
        width: 100%;
    }
}

.row-bottom-padded-lg {
    padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
        padding-bottom: 1em;
    }
}

.row-bottom-padded-md {
    padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-md {
        padding-bottom: 1em;
    }
}

.row-bottom-padded-sm {
    padding-bottom: 1em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
        padding-bottom: 1em;
    }
}

#fh5co-header {
    width: 100%;
    margin: 0;
}

@media screen and (max-width: 768px) {
    #fh5co-header {
        margin: 0px 0 0 0;
    }
}

#fh5co-header .header-inner {
    height: 80px;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    width: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}

#fh5co-header h2 {
    float: left;
    padding: 0;
    font-weight: 700;
    line-height: 0;
    font-size: 28px;
}

    #fh5co-header h2 a {
        position: relative;
        color: black;
    }

        #fh5co-header h2 a > span {
            color: #18b4a4;
        }

        #fh5co-header h2 a:hover, #fh5co-header h2 a:active, #fh5co-header h2 a:focus {
            text-decoration: none;
            outline: none;
        }
/*#fh5co-header h2 a:after {
  position: absolute;
  bottom: 6px;
  right: -13px;
  content: '';
  width: 8px;
  height: 8px;
  background: #18b4a4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}*/
#fh5co-header h2, #fh5co-header nav {
    position: relative;
    top: 50%;
}

#fh5co-header nav {
    float: right;
    padding: 0;
}

@media screen and (max-width: 200px) {
    #fh5co-header nav {
        display: none;
    }
}

#fh5co-header nav ul {
    padding: 0;
    margin: 0 -0px 0 0;
    line-height: 0;
}

    #fh5co-header nav ul li {
        padding: 0;
        margin: 0;
        list-style: none;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        #fh5co-header nav ul li a {
            color: rgba(0, 0, 0, 0.7);
            font-size: 18px;
            padding: 10px;
            position: relative;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

            #fh5co-header nav ul li a i {
                line-height: 0;
                font-size: 36px;
                position: relative;
                top: 3px;
            }

            #fh5co-header nav ul li a:after {
                content: "";
                position: absolute;
                height: 2px;
                bottom: 7px;
                left: 10px;
                right: 10px;
                background-color: #18b4a4;
                visibility: hidden;
                -webkit-transform: scaleX(0);
                -moz-transform: scaleX(0);
                -ms-transform: scaleX(0);
                -o-transform: scaleX(0);
                transform: scaleX(0);
                -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            }

            #fh5co-header nav ul li a:hover {
                text-decoration: none;
                color: #18b4a4;
            }

                #fh5co-header nav ul li a:hover:after {
                    visibility: visible;
                    -webkit-transform: scaleX(1);
                    -moz-transform: scaleX(1);
                    -ms-transform: scaleX(1);
                    -o-transform: scaleX(1);
                    transform: scaleX(1);
                }

            #fh5co-header nav ul li a:active, #fh5co-header nav ul li a:focus {
                outline: none;
                text-decoration: none;
            }

        #fh5co-header nav ul li.cta {
            /*margin-left: 20px;*/
        }

            #fh5co-header nav ul li.cta a {
                padding: 3px 16px;
                border: 2px solid #18b4a4;
                color: #18b4a4;
                -webkit-border-radius: 0px;
                -moz-border-radius: 0px;
                -ms-border-radius: 0px;
                border-radius: 0px;
            }

                #fh5co-header nav ul li.cta a:hover {
                    color: #fff;
                    background: #18b4a4;
                }

                    #fh5co-header nav ul li.cta a:hover:after {
                        display: none;
                    }

        #fh5co-header nav ul li.active a {
            text-decoration: none;
            color: rgba(0, 0, 0, 0.8);
        }

            #fh5co-header nav ul li.active a:after {
                visibility: visible;
                -webkit-transform: scaleX(1);
                -moz-transform: scaleX(1);
                -ms-transform: scaleX(1);
                -o-transform: scaleX(1);
                transform: scaleX(1);
            }

#fh5co-hero {
    min-height: 700px;
    /*background: #fff url(../images/loader.gif) no-repeat center center;*/
}

    #fh5co-hero .btn {
        font-size: 28px;
    }

        #fh5co-hero .btn:hover {
            border: 2px solid black;
        }
    /*#fh5co-hero .btn.btn-primary {
  padding: 14px 30px !important;
}*/
    #fh5co-hero .flexslider {
        border: none;
        z-index: 1;
        margin-bottom: 0;
    }

        #fh5co-hero .flexslider .slides {
            position: relative;
            overflow: hidden;
        }

            #fh5co-hero .flexslider .slides li {
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center center;
                min-height: 700px;
            }

        #fh5co-hero .flexslider .flex-control-nav {
            height: 30px;
            top: 33px;
            z-index: 1000;
        }

            #fh5co-hero .flexslider .flex-control-nav li a {
                background: #666;
                box-shadow: none;
                width: 11px;
                height: 11px;
                cursor: pointer;
            }

                #fh5co-hero .flexslider .flex-control-nav li a.flex-active {
                    cursor: pointer;
                    background: rgba(0, 0, 0, 0.9);
                }

        #fh5co-hero .flexslider .flex-direction-nav {
            display: none;
        }

        #fh5co-hero .flexslider .slider-text {
            /*display: table;*/
            margin-right: auto;
            margin-left: auto;
            opacity: 0;
            min-height: 700px;
            float: none;
        }

            #fh5co-hero .flexslider .slider-text > .slider-text-inner {
                /* display: table-cell; */
                /* vertical-align: middle; */
                min-height: 700px;
                margin-top: 100px;
                margin-right: auto;
                margin-left: auto;
                float: none;
            }

                #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
                    font-size: 46px;
                    font-weight: 400;
                    padding: 8px 10px 5px 10px;
                    opacity: 0.9;
                    background-color: #18b4a4;
                    color: white;
                }

@media screen and (max-width: 768px) {
    #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
        font-size: 40px;
    }
}

#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
    font-size: 20px;
    color: #fff;
}

    #fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart {
        color: #d9534f;
    }

#fh5co-services-section, #fh5co-work-section, #fh5co-testimony-section,
#fh5co-blog-section {
    padding: 5em 0;
}

@media screen and (max-width: 768px) {
    #fh5co-services-section, #fh5co-work-section, #fh5co-testimony-section,
    #fh5co-blog-section {
        padding: 3em 0;
    }
}

#fh5co-services-section .services {
    position: relative;
}

    #fh5co-services-section .services i {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 40px;
        color: #18b4a4;
    }

    #fh5co-services-section .services .desc {
        padding-left: 70px;
    }

        #fh5co-services-section .services .desc h3 {
            font-size: 20px;
            font-weight: 700;
        }

.fh5co-services {
    margin-top: 4em;
}

#fh5co-work-section .item-grid {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: 2px;
}

    #fh5co-work-section .item-grid .image {
        height: 300px;
        overflow: hidden;
        margin-bottom: 20px;
        background-size: cover;
        background-position: center center;
    }

    #fh5co-work-section .item-grid .v-align {
        padding: 30px;
    }

        #fh5co-work-section .item-grid .v-align h3 {
            font-weight: 700;
            font-size: 20px;
        }

        #fh5co-work-section .item-grid .v-align h5 {
            color: rgba(0, 0, 0, 0.3);
        }

    #fh5co-work-section .item-grid:hover, #fh5co-work-section .item-grid:focus {
        text-decoration: none;
        -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
        -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
        box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
        top: -2px;
    }

.wrap-testimony {
    position: relative;
    width: 100%;
}

    .wrap-testimony .testimony-slide {
        text-align: center;
        overflow: hidden;
    }

        .wrap-testimony .testimony-slide span {
            font-size: 18px;
        }

            .wrap-testimony .testimony-slide span a.twitter {
                color: #18b4a4;
                font-weight: 300;
            }

        .wrap-testimony .testimony-slide figure {
            margin-bottom: 20px;
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
        }

            .wrap-testimony .testimony-slide figure img {
                width: 120px;
                height: 120px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%;
            }

        .wrap-testimony .testimony-slide blockquote {
            border: none;
            margin: 0 auto;
            width: 72%;
            position: relative;
            padding-bottom: 30px;
        }

@media screen and (max-width: 992px) {
    .wrap-testimony .testimony-slide blockquote {
        width: 100%;
    }
}

.wrap-testimony .testimony-slide blockquote p {
    font-size: 20px;
    line-height: 1.6em;
    color: #1a1a1a;
}

.wrap-testimony .testimony-slide.active {
    display: block;
}

.owl-carousel .owl-controls .owl-dot {
    margin-top: 30px;
}

    .owl-carousel .owl-controls .owl-dot span {
        background: #e6e6e6;
    }

        .owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus {
            background: #cccccc;
        }

    .owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span {
        background: #cccccc;
    }

    .owl-carousel .owl-controls .owl-dot.active span {
        background: transparent;
        border: 2px solid 18b4a4;
    }

#fh5co-blog-section .item-grid {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: 2px;
}

    #fh5co-blog-section .item-grid .image {
        height: 400px;
        overflow: hidden;
        margin-bottom: 20px;
        background-size: cover;
        background-position: center center;
    }

    #fh5co-blog-section .item-grid .v-align {
        padding: 30px;
    }

        #fh5co-blog-section .item-grid .v-align h3 {
            font-weight: 700;
            font-size: 20px;
        }

        #fh5co-blog-section .item-grid .v-align h5 {
            color: rgba(0, 0, 0, 0.3);
        }

        #fh5co-blog-section .item-grid .v-align p {
            color: gray;
        }

    #fh5co-blog-section .item-grid:hover, #fh5co-blog-section .item-grid:focus {
        text-decoration: none;
        -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
        -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
        box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
        top: -2px;
    }

.item-block {
    margin-bottom: 7em;
    float: left;
}

    .item-block .icon {
        display: block;
        margin-bottom: 30px;
    }

        .item-block .icon img {
            max-width: inherit;
            height: 90px;
            margin: 0 auto;
        }

    .item-block h3 {
        font-size: 20px;
        font-weight: 700;
    }

    .item-block p:last-child {
        margin-bottom: 0;
    }

.fh5co-heading {
    margin-bottom: 30px;
}

    .fh5co-heading h2 {
        margin-bottom: 20px;
        font-weight: 700;
    }

.googleplus-color {
    color: #dc4e41;
}

.facebook-color {
    color: #3b5998;
}

.twitter-color {
    color: #55acee;
}

.fh5co-about,
.fh5co-team,
.fh5co-contact {
    padding: 7em 0;
}

@media screen and (max-width: 768px) {
    .fh5co-about,
    .fh5co-team,
    .fh5co-contact {
        padding: 3em 0 10px 0;
    }
}

.contact-info {
    margin-bottom: 4em;
    padding: 0;
}

    .contact-info li {
        list-style: none;
        margin: 0 0 20px 0;
        position: relative;
        padding-left: 40px;
    }

        .contact-info li i {
            position: absolute;
            top: .3em;
            left: 0;
            font-size: 22px;
            color: 18b4a4;
        }

        .contact-info li a {
            color: 18b4a4;
        }

#map {
    height: 500px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    #map {
        height: 400px;
    }
}

@media screen and (max-width: 480px) {
    #map {
        height: 200px;
    }
}

.fh5co-staff img {
    margin-bottom: 1.5em;
}

.fh5co-staff h3 {
    margin: 0 0 20px 0;
    font-weight: 700;
    font-size: 20px;
}

.fh5co-staff h4 {
    margin: 0 0 20px 0;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
}

.fh5co-staff .fh5co-social {
    text-align: center;
}

    .fh5co-staff .fh5co-social a {
        color: #000;
    }

.fh5co-cta {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 7em 0;
    position: relative;
}

@media screen and (max-width: 768px) {
    .fh5co-cta {
        padding: 3em 0;
    }
}

.fh5co-cta .overlay {
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}

.fh5co-cta .container {
    position: relative;
    z-index: 2;
}

.fh5co-cta p, .fh5co-cta h3 {
    color: #fff;
}

    .fh5co-cta p:last-child {
        margin-bottom: 0;
    }

.fh5co-cta .btn {
    color: #fff;
}

#fh5co-footer {
    float: left;
    width: 100%;
    position: relative;
    background: #262626;
    padding: 20px;
}

@media screen and (max-width: 768px) {
    #fh5co-footer {
        padding: 3em 0;
    }
}

#fh5co-footer h2, #fh5co-footer h3, #fh5co-footer h4 {
    color: #fff;
}

#fh5co-footer h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
}

#fh5co-footer [class*="col"] {
    padding-bottom: 0px;
}

#fh5co-footer .btn {
    color: #fff;
}

#fh5co-footer .float {
    float: left;
    margin-right: 10%;
}

#fh5co-footer ul {
    padding: 0;
    margin: 0;
}

    #fh5co-footer ul li {
        padding: 0;
        margin: 0 0 10px 0;
        list-style: none;
    }

        #fh5co-footer ul li a {
            color: rgba(255, 255, 255, 0.5);
            text-decoration: none !important;
        }

            #fh5co-footer ul li a:hover {
                color: #fff;
            }

#fh5co-footer .fh5co-social li {
    display: block !important;
}

.fh5co-copyright {
    /*border-top: 1px solid rgba(255, 255, 255, 0.1);*/
    clear: both;
    /*margin-top: 40px !important;
  padding: 40px 0 0 0;*/
}

    .fh5co-copyright span {
        display: block;
    }

@media screen and (max-width: 480px) {
    .fh5co-copyright {
        text-align: left !important;
    }

        .fh5co-copyright span {
            display: inline;
        }
}

.fh5co-copyright p {
    color: white;
}

#fh5co-page {
    position: relative;
    z-index: 2;
    background: #fff;
}

#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
    position: relative;
}

#fh5co-page {
    z-index: 2;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas-visible #fh5co-page {
    -moz-transform: translateX(-275px);
    -webkit-transform: translateX(-275px);
    -ms-transform: translateX(-275px);
    -o-transform: translateX(-275px);
    transform: translateX(-275px);
}

#fh5co-offcanvas {
    display: none;
    height: 100%;
    right: 0;
    overflow-y: auto;
    position: fixed;
    z-index: 1;
    top: 0;
    width: 0px;
    background: black;
    padding: 30px;
}

@media screen and (max-width: 768px) {
    #fh5co-offcanvas {
        display: none;
    }
}

#fh5co-offcanvas ul {
    padding: 0;
    margin: 0;
}

    #fh5co-offcanvas ul li {
        padding: 0;
        margin: 0 0 10px 0;
        list-style: none;
        line-height: 28px;
    }

        #fh5co-offcanvas ul li a {
            font-size: 18px;
            color: rgba(255, 255, 255, 0.7);
            text-decoration: none !important;
        }

            #fh5co-offcanvas ul li a:hover {
                color: #18b4a4;
            }

        #fh5co-offcanvas ul li.active a {
            color: #18b4a4;
        }


.fh5co-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

    .fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
        background: #fff;
    }

    .fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
        background: #fff;
    }

    .fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
        outline: none;
        border-bottom: none !important;
    }

    .fh5co-nav-toggle i {
        position: relative;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: 30px;
        height: 2px;
        color: #fff;
        font: bold 14px/.4 Helvetica;
        text-transform: uppercase;
        text-indent: -55px;
        background: #000;
        transition: all .2s ease-out;
    }

        .fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
            content: '';
            width: 30px;
            height: 2px;
            background: #000;
            position: absolute;
            left: 0;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

    .fh5co-nav-toggle.dark i {
        position: relative;
        color: #000;
        background: #000;
        transition: all .2s ease-out;
    }

        .fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
            background: #000;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

    .fh5co-nav-toggle i::before {
        top: -7px;
    }

    .fh5co-nav-toggle i::after {
        bottom: -7px;
    }

    .fh5co-nav-toggle:hover i::before {
        top: -10px;
    }

    .fh5co-nav-toggle:hover i::after {
        bottom: -10px;
    }

    .fh5co-nav-toggle.active i {
        background: transparent;
    }

        .fh5co-nav-toggle.active i::before {
            top: 0;
            -webkit-transform: rotateZ(45deg);
            -moz-transform: rotateZ(45deg);
            -ms-transform: rotateZ(45deg);
            -o-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
        }

        .fh5co-nav-toggle.active i::after {
            bottom: 0;
            -webkit-transform: rotateZ(-45deg);
            -moz-transform: rotateZ(-45deg);
            -ms-transform: rotateZ(-45deg);
            -o-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
        }

.fh5co-nav-toggle {
    position: fixed;
    top: 40px;
    right: 20px;
    z-index: 9999;
    display: block;
    margin: 0 auto;
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 200px) {
    .fh5co-nav-toggle {
        display: block;
        top: 20px;
    }
}

#fh5co-pricing-section {
    padding: 80px 0px 50px 0px;
    background: #eee;
}

#fh5co-pricing-section2 {
    padding: 80px 0px 50px 0px;
    background: #eee;
}

#fh5co-pricing-section3, #fh5co-pricing-section5, #fh5co-pricing-section7, #fh5co-pricing-section8 {
    padding: 80px 0px 50px 0px;
}

#fh5co-pricing-section8 {
    padding: 80px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
    #fh5co-pricing-section {
        padding: 3em 0;
    }
}

.pricing {
    display: block;
    float: left;
    margin-bottom: 30px;
}

.price-box {
    text-align: center;
    padding: 30px;
    background: #fff;
    margin-bottom: 40px;
    position: relative;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
    top: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .price-box.popular .btn-select-plan {
        background: 18b4a4;
    }

    .price-box.popular .price {
        color: 18b4a4;
    }

    .price-box .btn-select-plan {
        padding: 10px 20px;
        background: #5bc0de;
        color: #fff;
    }

    .price-box:hover, .price-box:focus {
        -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
        -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
        box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
        top: -2px;
    }

.pricing-plan {
    margin: 0 0 50px 0;
    padding: 0;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: #888f94;
}

    .pricing-plan.pricing-plan-offer {
        margin-bottom: 24px;
    }

    .pricing-plan span {
        display: block;
        margin-top: 10px;
        margin-bottom: 0;
        color: #d5d8db;
    }

.price {
    font-size: 72px;
    color: #6d6d6d;
    line-height: 50px;
}

    .price .currency {
        font-size: 30px;
        top: -0.9em;
        padding-right: 10px;
    }

    .price small {
        font-size: 13px;
        display: block;
        text-transform: uppercase;
        color: #888f94;
    }

.fh5co-light-grey-section {
    background: rgba(0, 0, 0, 0.03) !important;
}

.js .animate-box {
    opacity: 0;
}

.click {
    border-radius: 0px;
}

    .click :hover {
        font-size: 36px;
    }


#loginModal .modal-dialog {
    max-width: 400px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.header-inner img {
    display: none;
    top: -6px;
    position: relative;
}

.header-inner span {
    font-size: 28px;
}

.logo-section {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    float: left;
}

    .logo-section a {
        text-decoration: none;
    }

        .logo-section a:hover {
            text-decoration: none;
        }

.hotline p {
    width: 330px;
    color: #333;
    font-size: 17px;
    border: 1px solid #333;
    background-color: #efefef;
    margin: auto;
    margin-top: 220px;
    font-family: Verdana;
    padding: 0px 0px 3px 5px;
}

.flexslider {
    border: none;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
}

a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background: #18b4a4 url("/images/uparrow.png") no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.question {
    font-weight: normal;
    padding: 10px;
    color: white;
    background-color: #18b4a4;
    margin: 0px 0px 0px 0px;
}

.ans {
    padding-top: 10px;
    /*padding-bottom: 10px;*/
    text-align: left;
    color: #333;
}

.dropdown-menu {
    border-radius: 1px;
}

.show-details {
    padding: 5px 10px 5px 10px;
}

body {
    padding: 0px !important;
}

.modal-open {
    overflow-y: scroll;
}

.work-modal-full {
    width: 1300px;
    margin-left: -350px;
    min-height: 620px;
    padding: 0px;
}

    .work-modal-full .modal-body {
        padding: 0px 10px 0px 10px;
    }

#myModal, #techModal, #reviewModal, #requestModal, #customerOrderModal {
    padding-right: 0px !important;
}

    #techModal .modal-content {
        margin-top: 80px;
    }

    #reviewModal .modal-content {
        margin-top: 45px;
        min-height: 600px;
    }

#servicesModal .modal-content {
    width: 450px;
}

#rsaModal {
    z-index: 1051;
}

#rsaListModal .modal-content, #ServiceListModal .modal-content {
    width: 1200px;
    margin-left: -300px;
}

#packageModal .modal-content {
    width: 1100px;
    margin-left: -250px;
}

.modal-content {
    border-radius: 2px;
}

#ServiceListModal {
    z-index: 1051;
}

#serviceInfoModal {
    z-index: 1052;
}

#reviewModal {
    z-index: 99999;
}

#addtechModal, #priceModal, #paymentModal, #packageModal {
    z-index: 99999;
}


#alltechModal {
    z-index: 999999;
}

/*#addtechModal .modal-content{
    margin-top:-25px;
}*/

.comment {
    display: block;
    margin-top: 10px;
    background-color: #efefef;
    padding: 5px;
    width: 100%;
    color: black;
}

.scrollable-menu::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
}

.scrollable-menu::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: lightgray;
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.75);
}

.scrollable-menu {
    overflow-y: visible;
    overflow-x: auto;
}

.list-group-item {
    margin-top: 10px;
}

.list-group-item-success {
}

.solutionstmt {
    margin-top: 10px;
}

#alltechModal .modal-content {
    width: 1200px;
    margin-left: -290px;
}

/*#techlistModal .modal-content {
    width:1200px;
    margin-left:-290px;
}*/

.editor-label {
    display: inline-block;
    min-width: 250px;
}

.editor-field input {
    display: inline-block;
    min-width: 307px;
}

.editor-field {
    display: inline-block;
}

.file-input {
    max-width: 200px;
    height: 28px;
    display: inline-block;
    padding: 0px;
    border: none;
}

.modal-open .modal {
    overflow-y: hidden; /* Force a navbar on .modal */
}

.canceledit {
    color: #757575;
    text-decoration: underline;
}

    .canceledit:hover {
        color: #757575;
        text-decoration: underline;
    }

#myModal a, #customerOrderModal a {
    font-weight: normal;
}

.price-box p {
    color: #555;
    margin-top: 20px;
}

.price-box h3 {
    background-color: #555;
    padding: 10px;
    color: white;
}

#searchTable tr td {
    padding: 0px 5px 0px 5px;
}

.centercontent {
    text-align: center;
    margin-top: 100px;
}

.search-text {
    height: 38px;
    position: relative;
    top: -2px;
    padding-left: 5px;
}

.tech-search-text {
    height: 38px;
    position: relative;
    top: -2px;
    padding-left: 5px;
    margin-right: 5px;
}

.user-search-text {
    height: 38px;
    position: relative;
    top: -2px;
    padding-left: 5px;
    margin-right: 5px;
}

.remark {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-style: italic;
}

#pricetitle {
    font-size: 22px;
}

.pricingtable {
    font-size: 18px;
}

#provideramount {
    color: red;
}

#commissionamount {
    color: green;
}

.custom-control {
    margin-bottom: 20px;
}

    .custom-control li {
        padding: 0px;
        margin: 0px 0px 8px 0px;
        color: #000;
    }

    .custom-control span {
        font-size: 22px;
        color: #444;
        cursor: pointer;
        padding: 5px 10px 5px 9px;
        background: #efefef;
        border: 1px solid #999;
    }

    .custom-control .flex-active span {
        color: #fff;
        background: #18b4a4;
        border: 1px solid #18b4a4;
        /*padding:5px;*/
    }

.cakeprovider1, .cakeprovider2, .cakeprovider3 {
    position: relative;
    float: none;
    display: block;
    border: none;
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-height: 400px;
    margin: 0px;
}
/* tables */
table.tablesorter {
    background-color: #CDCDCD;
    margin: 10px 0pt 15px;
    font-size: 12pt;
    width: 100%;
    text-align: left;
}

    table.tablesorter thead tr th, table.tablesorter tfoot tr th {
        background-color: #EEEEEE;
        border: 1px solid #FFF;
        font-size: 12pt;
        padding: 6px;
    }

    table.tablesorter thead tr .header {
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer;
    }

    table.tablesorter tbody td {
        color: #3D3D3D;
        padding: 4px;
        background-color: #FFF;
        vertical-align: top;
    }

    table.tablesorter tbody tr.odd td {
        background-color: #F0F0F6;
    }

    table.tablesorter thead tr .headerSortUp {
        background-image: url(asc.gif);
    }

    table.tablesorter thead tr .headerSortDown {
        background-image: url(desc.gif);
    }

    table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
        background-color: #bbbbbb;
    }

.my-digits-container iframe {
    min-height: 280px;
}

.mdl-shadow--2dp {
    box-shadow: none !important;
}

.grecaptcha-badge {
    margin-top: 20px !important;
    width: 320px !important;
    box-shadow: grey 0px 0px 1px !important;
    display: none !important;
}

.firebaseui-tos {
    display: none;
}

.mdl-button--raised.mdl-button--colored {
    background: #1ccab9 !important;
    color: #fff;
}

.mdl-button--primary.mdl-button--primary {
    color: #333 !important;
}

.firebaseui-link {
    color: #1ccab9 !important;
}

.agentChatContainer .message {
    background-color: #32a9ae !important;
    color: #ffffff !important;
    font-family: 'Siyam Rupali' !important;
}

.firebaseui-title {
    font-size: 20px !important;
}

.Cancelled {
    background-color: #f2f2f2;
}

.Completed {
    background-color: #f2ffe6;
    color: #006600;
}

.Assigned {
    background-color: #e9fcfa;
}

.Confirmed {
    background-color: #e6ecff;
}

.Processing, .Workshop, .Closing {
    background-color: #f2ffe6;
}

.Waiting {
    background-color: #ffffe6;
}

.Unpaid {
    background-color: #ffebe6;
}

.Follow {
    border: 3px solid #5cb85c;
}

i.Follow {
    border: none !important;
    color: #5cb85c;
}

.yearlyPackageChild {
    background-color: #f2ffe6;
    /*#FF0000 ;*/
}

.zeroPrice {
    background-color: #e9840747;
    color: #620000;
}

.btn-primary.disabled2, .btn-primary.disabled2.active, .btn-primary.disabled2.focus, .btn-primary.disabled2:active, .btn-primary.disabled2:focus, .btn-primary.disabled2:hover, .btn-primary[disabled2], .btn-primary[disabled2].active, .btn-primary[disabled2].focus, .btn-primary[disabled2]:active, .btn-primary[disabled2]:focus, .btn-primary[disabled2]:hover, fieldset[disabled2] .btn-primary, fieldset[disabled2] .btn-primary.active, fieldset[disabled2] .btn-primary.focus, fieldset[disabled2] .btn-primary:active, fieldset[disabled2] .btn-primary:focus, fieldset[disabled2] .btn-primary:hover {
    background: #18b4a4 !important;
    border-color: #18b4a4 !important;
    opacity: 0.8;
}

#toast-container > div {
    /*min-width:350px;*/
    opacity: 1 !important;
}

.toast-info {
    background-color: #18b4a4 !important;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
    background: #fcfcfc;
    border: 1px solid #aaa;
    border-radius: 1px;
    box-shadow: none;
    line-height: 30px !important;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
    color: black;
    padding: 10px;
}

.washvieo {
    color: #1ccab9;
    text-decoration: underline;
}

.bootstrap-datetimepicker-widget {
    z-index: 999999999 !important;
}

#jquery-script-menu {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #316594;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    z-index: 999999;
    padding: 10px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.jquery-script-center {
    width: 960px;
    margin: 0 auto;
}

    .jquery-script-center ul {
        width: 212px;
        float: left;
        line-height: 45px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .jquery-script-center a {
        text-decoration: none;
    }

.jquery-script-ads {
    width: 728px;
    height: 90px;
    float: right;
}

.jquery-script-clear {
    clear: both;
    height: 0;
}

.tooltip_templates {
    display: none;
}

.caret {
    display: inline-block;
    /* width: 0; */
    /* height: 0; */
    /* font-size: 40px; */
    margin-left: 2px;
    margin-top: -8px;
    border-top: 6px dashed;
    border-top: 6px solid\9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.due {
    color: red;
}

.dueModal {
    z-index: 1000000;
}

.app-link img {
    width: 200px;
}

span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
    cursor: pointer;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

span.twitter-typeahead .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

    span.twitter-typeahead .tt-suggestion.tt-cursor,
    span.twitter-typeahead .tt-suggestion:hover,
    span.twitter-typeahead .tt-suggestion:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #337ab7;
    }

.input-group.input-group-lg span.twitter-typeahead .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.input-group.input-group-sm span.twitter-typeahead .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

span.twitter-typeahead {
    width: 100%;
}

.input-group span.twitter-typeahead {
    display: block !important;
    height: 34px;
}

    .input-group span.twitter-typeahead .tt-menu,
    .input-group span.twitter-typeahead .tt-dropdown-menu {
        top: 32px !important;
    }

    .input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
        border-radius: 0;
    }

    .input-group span.twitter-typeahead:first-child .form-control {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group span.twitter-typeahead:last-child .form-control {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.input-group.input-group-sm span.twitter-typeahead {
    height: 30px;
}

    .input-group.input-group-sm span.twitter-typeahead .tt-menu,
    .input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
        top: 30px !important;
    }

.input-group.input-group-lg span.twitter-typeahead {
    height: 46px;
}

    .input-group.input-group-lg span.twitter-typeahead .tt-menu,
    .input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
        top: 46px !important;
    }

.list-group {
    margin-bottom: 0px;
}

#accordion .panel-title a {
    display: block;
    text-decoration: none;
    font-size: 18px;
}

    #accordion .panel-title a i {
        margin-right: 10px;
    }

    #accordion .panel-title a:hover, #accordion .panel-title a:active {
        text-decoration: none;
    }

.panel-group .panel + .panel {
    margin-top: 10px;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

    .checkbox .cr .cr-icon,
    .radio .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

    .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon,
    .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:disabled + .cr,
    .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }

#showRHModal .modal-content {
    /*top:-30px!important;*/
}

.highlight {
    /*color:#18b4a4;*/
    color: #dc3545;
}

.background-highlight {
    /*color:#18b4a4;*/
    background-color: #f0ad4e;
    color: white;
}

strike {
    color: #dc3545;
}

.text-danger, .assertive {
    color: #dc3545;
    font-weight: bold;
}

.slider-text-inner h2 .selected-item {
    height: 65px;
    width: 100px;
    display: inline;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.calm, .balanced {
    color: #18b4a4;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.carousel-indicators li {
    background-color: #18b4a4 !important;
}

.carousel-inner img {
    margin: auto;
}

.carousel-inner h3 {
    color: white;
    background-color: #18b4a4;
    padding: 10px;
}

.carousel-caption {
    top: 20px;
    bottom: auto;
}

span.stars, span.stars span {
    display: block;
    background: url('../../Images/star-o-black.svg') 0 0 repeat-x;
    width: 200px; /* width of a star multiplied by 5 */
    height: 40px; /* the height of the star */
    background-size: 40px 40px;
}

    span.stars span {
        background-position: 0 0;
        background-image: url('../../Images/star.svg');
    }


.stars {
    cursor: pointer;
}
