.rdcolor {
    background: rgb(254,191,1); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(254,191,1,1) 0%, rgba(254,191,1,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(254,191,1,1) 0%,rgba(254,191,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(254,191,1,1) 0%,rgba(254,191,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #000;
}

.fdcolor {
    background: rgb(225,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(225,255,255,1) 0%, rgba(225,255,255,1) 7%, rgba(225,255,255,1) 12%, rgba(253,255,255,1) 12%, rgba(230,248,253,1) 30%, rgba(200,238,251,1) 54%, rgba(190,228,248,1) 75%, rgba(177,216,245,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #000;
}

.galleryborder {
    border: solid 4px #eee;
}

.developedby {
    color: #fafafa;
}

    .developedby a {
        color: #fafafa;
        text-decoration: underline;
    }

.bottomemailphone {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-top: 15px;
    margin-right: 40px;
}

    .bottomemailphone li {
        border-bottom: solid 1px #eaeaea;
        color: #545252;
        font-size: 20PX;
    }

        .bottomemailphone li i {
            margin-right: 10PX;
        }

.contacthome {
    color: #545252 !important;
}

.bottomlink {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 200px;
}

    .bottomlink li {
        margin-bottom: 10px;
    }

        .bottomlink li i {
            margin-right: 5px;
        }

        .bottomlink li a {
            color: #545252;
            text-decoration: none;
        }

            .bottomlink li a:hover {
                text-decoration: none;
                color: #848411;
            }

.officetime {
    color: #545252;
}

.footerheading {
    font-size: 17px;
    color: #545252;
    font-weight: normal;
    margin-top: 0PX;
}
/*===========start home page news=========*/
.homenews {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

    .homenews .list {
        padding-bottom: 8px;
        clear: both;
    }

    .homenews a {
    }

        .homenews a.calender {
            background-color: #ddd;
            border-top: solid 4px #03719c;
            padding: 20px;
            padding-top: 5px;
            text-align: center;
            margin-right: 8px;
            display: block;
            width: 60px;
            height: 55px;
            margin-bottom: 8px;
            text-decoration: none;
        }

            .homenews a.calender:hover {
                text-decoration: none;
            }

/*===========end home page news=========*/
.footerbottom {
    background-color: #26810c;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footerbottom {
}

.social a {
    background-color: #51d235;
    color: #fff;
    padding: 8px 12px;
    width: 30px;
    display: inline-block;
    margin-left: 5px;
    border-radius: 50%;
    text-align: center;
}

    .social a:hover {
        background-color: #03719c;
    }

.bannerbottom {
    background-color: #ccdfe6;
}

    .bannerbottom img {
        margin-bottom: 20px;
    }

.heading {
    padding-bottom: 20px;
    color: #03719c;
}

#footer {
    background-color: #81da7b;
}

.galleryimg {
    float: left;
    padding: 14px;
    width: 32%;
}
/* --------------------------------------------------------	*/
/*  Gallery Overlay  */
/* --------------------------------------------------------	*/

.img-container {
    position: relative;
    overflow: hidden;
    background: #81da7b;
}

    .img-container img {
        max-width: 100%;
        height: auto;
        -webkit-transform: scale(1.4,1.4);
        -ms-transform: scale(1.4,1.4);
        transform: scale(1.4,1.4);
        -webkit-transition: 0.7s ease-in-out;
        -moz-transition: 0.7s ease-in-out;
        -ms-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }

    .img-container:hover img {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: alpha(opacity=40);
        -khtml-opacity: 0.4;
        -moz-opacity: 0.4;
        opacity: 0.4;
        -webkit-transform: scale(1.0,1.0);
        -ms-transform: scale(1.0,1.0);
        transform: scale(1.0,1.0);
    }

    .img-container i {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        font-size: 10px;
        line-height: 10px;
        text-align: center;
        color: #ffffff;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -khtml-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: 0.7s ease-in-out;
        -moz-transition: 0.7s ease-in-out;
        -ms-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }

    .img-container:hover i {
        top: 50%;
        left: 50%;
        width: 60px;
        height: 60px;
        font-size: 34px;
        line-height: 62px;
        margin-top: -30px;
        margin-left: -30px;
        text-align: center;
        background: rgba(45,45,45,0.8);
        -webkit-border-radius: 10%;
        -moz-border-radius: 10%;
        -o-border-radius: 10%;
        border-radius: 10%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
        -khtml-opacity: 0.9;
        -moz-opacity: 0.9;
        opacity: 0.9;
        -webkit-transform: rotate(720deg);
        -moz-transform: rotate(720deg);
        -o-transform: rotate(720deg);
        -ms-transform: rotate(720deg);
    }


/*-------------start shortnews-----------------*/
.cp-shortnews h3 {
    width: 75px;
    text-align: center;
    background-color: #3682b5;
    margin-top: 10px;
    padding: 12px;
    color: #fff;
    font-size: 15px;
}

.cp-shortnews p {
    margin-top: 0px;
}

    .cp-shortnews p a:hover {
        text-decoration: underline;
    }

.hover_underline {
    text-decoration: none;
}

    .hover_underline:hover {
        text-decoration: underline !important;
    }
/*-------------end shortnews-----------------*/
/*--------------------start page----------------------*/

.breadcrumb-wrap {
    padding: 30px 0;
    background-image: url(../images/cp-shadow-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f6f6f6;
    border-top: 1px solid #d2d3d4;
    border-bottom: 1px solid #d2d3d4;
}

.cp-minheight-page {
    min-height: 400px;
}
/*--------------------end page----------------------*/
.phoneicon {
    font-size: 20px;
}

.phone {
    font-size: 20px;
    text-decoration: none !important;
}

.hide-bullets {
    list-style: none;
    margin-left: -40px;
    margin-top: 20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}

.col-sm-3 a {
    border: 1px solid transparent;
    border-radius: 0;
    transition: all 3s ease;
}

    .col-sm-3 a:hover {
        border: 1px solid #ff4647;
        border-radius: 100% 60% / 30% 10%;
        background: linear-gradient(rgba(56,123,131,0.7),rgba(56,123,131,0.7));
    }

.pay {
    font-size: 18px;
    color: #ffffff;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
}

    .pay hover {
        background: #ccc;
    }

.main-header {
    background: #f9f9f9;
    padding: 14px 0;
}

.search-form {
    position: relative;
    padding-right: 40px;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 20px;
}

    .search-form input[type="text"] {
        height: 38px;
        display: block;
        border: none;
        color: #999;
        border-radius: 20px;
        padding: 0 15px;
        width: 100%;
    }

    .search-form input[type="submit"],
    .search-form::after {
        position: absolute;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        top: 0;
        right: 0;
        border: none;
        background: transparent;
        z-index: 9;
        line-height: 40px;
        text-align: center;
    }

    .search-form::after {
        z-index: 0;
        content: "\f002";
        font-size: 18px;
        font-family: fontAwesome;
    }

.logo.logo1 {
    text-align: center;
    position: relative;
}

.phonei {
    color: #464646;
    font-size: 16px;
}

.phone {
    font-size: 18px;
    color: #464545;
}

@media (max-width:1000px) {
    .headerimg {
        visibility: hidden;
    }
}

.variety {
    font-weight: 700;
    font-size: 24px;
    color: #2f751e;
    text-transform: uppercase;
}
@media (min-width:700px) {
    .center {
       text-align:-webkit-center;
    }
}

@media (max-width:900px)
 {
    .padding {
      padding:0px;
    }
}
