﻿
.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-25 {
    margin-right: 25px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-25 {
    margin-left: 25px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-top-0{
    margin-top:0 !important;
}

/*********************General Margin**********************/

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.margin-right-20 {
    padding-right: 20px !important;
}

.padding-right-25 {
    padding-right: 25px !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-25 {
    padding-bottom: 25px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-left-25 {
    padding-left: 25px !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.main-menu {
    z-index: 99999;
    position: fixed;
    bottom: 0 !important;
    width: 100%;
    padding: 25px 0;
    /*background: rgba(255, 255, 255, 0.4);*/
}

.main-menu-icon {
    height: 20px;
    width: 20px;
}

.main-menu-round {
    background: rgba(255, 255, 255, 0.84);
    border-radius: 50%;
    border: 1px solid #c6690c;
    padding: 15px 15px 18px 15px;
    margin-right: 16px;
}

    .main-menu-round:hover {
        border-radius: 50%;
        padding: 15px 15px 18px 15px;
        margin-right: 16px;
        background: #efebe6;
    }

.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
    text-shadow: none !important;
}

/*.ui-page-theme-a a, html .ui-bar-a a, html .ui-body-a a, html body .ui-group-theme-a a {
    color: #c56714;
}

.ui-page-theme-a a:hover, html .ui-bar-a a:hover, html .ui-body-a a:hover, html body .ui-group-theme-a a:hover {
    color: #a75105;
}*/

.carousel-control {
    top: 45%;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

    .carousel-control.left {
        background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
        background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
        background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

.banner-img {
    width: 100% !important;
    height: 580px !important;
}

.carousel-indicators li {
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
}

.carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 1px;
    background-color: #ffffff;
}

.ui-page-theme-a a, html .ui-bar-a a, html .ui-body-a a, html body .ui-group-theme-a a {
    color: #ffffff;
}

    .ui-page-theme-a a:hover, html .ui-bar-a a:hover, html .ui-body-a a:hover, html body .ui-group-theme-a a:hover {
        color: #c1c1c1;
    }

.inner-page {
    padding: 0px 0 0 0;
}

.text-uppercase {
    text-transform: uppercase;
}

.font-green {
    color: #9bba0a !important;
}

.font-orange {
    color: #c56714 !important;
}

body, input, select, textarea, button, .ui-btn, h1, h2, h3, h4, h5, h6, p, a {
    line-height: 1.6em !important;
}

.margin-bottom-menu {
    margin-bottom: 70px;
}



blockquote p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 1px;
}

section {
    padding-top: 10px;
    padding-bottom: 0px;
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 15px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
    padding-bottom: 60px;
    height:200px;
}

    #fade-quote-carousel.carousel .carousel-inner .item {
        opacity: 0;
        -webkit-transition-property: opacity;
        -ms-transition-property: opacity;
        transition-property: opacity;
    }

    #fade-quote-carousel.carousel .carousel-inner .active {
        opacity: 1;
        -webkit-transition-property: opacity;
        -ms-transition-property: opacity;
        transition-property: opacity;
    }

    #fade-quote-carousel.carousel .carousel-indicators {
        bottom: 10px;
    }

        #fade-quote-carousel.carousel .carousel-indicators > li {
            background-color: #c9303d;
            border: none;
        }

#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}

#fade-quote-carousel.carousel .carousel-indicators > li {
    background-color: #c56714;
    border: none;
}

#fade-quote-carousel.carousel .carousel-indicators .active {
    background-color: #9bba0a !important;
    border: none;
}

th {
    text-align: left;
    color: #fff;
    padding: 15px;
    background: #6d6d6d;
    font-size: 16px;
}

td {
    padding: 15px;
}

.service-block {
    padding: 30px 0 30px 0;
}

.ui-page-theme-a a:visited, html .ui-bar-a a:visited, html .ui-body-a a:visited, html body .ui-group-theme-a a:visited {
    color: #c6670c;
}

.banner-position {
    position: relative;
    top: -55px;
    width: 100%;
    padding: 25px 0 15px 0;
}

.banner-round {
    padding: 42px 32px 49px 31px;
    border-radius: 50%;
    border: 1px solid #000;
    background: #fff;
}

.banner-icon {
    height: 45px;
    width: 45px;
}

.text-justify{
    text-align:justify !important;
}

.margin-top-minus-40{
    margin-top:-40px !important;
}

.myheader{
    text-transform:lowercase;
    font-size:44px;
    letter-spacing:9px;
}

.carousel-caption {
    bottom: 15%;
    right: 20%;
    left: 20%;
}

.min-height{
    min-height:200px !important;
    height:200px !important;
}

blockquote {
    padding: 0px 0px;
    margin: 0 0 0px;
}

      