﻿@charset "utf-8";
/* CSS Document */
html, body {
    padding: 0px;
    margin: 0px;
    line-height: 22px;
    font-family: "Open Sans", Arial, sans-serif;
}

p {
    text-align: justify;
}

.container-fluid {
    /*padding-left: 0px;
    padding-right: 0px;*/
}

.padding-left {
    padding-left: 0px !important;
}

.padding-right {
    padding-right: 0px !important;
}

.navbar-fixed-top {
    left: 0px;
}

.navbar-default, .navbar {
    background-color: #fff;
    border-radius: 0px;
    border: none;
    height: auto;
    min-height: auto;
    margin-bottom: 0px;
    box-shadow: 0 0 5px #666;
    z-index: 99;
}

    .navbar-default .navbar-nav > li > a {
        color: #000000;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
            color: #9e0d09;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #9e0d09;
        background-color: transparent;
        font-weight: 600;
    }

    .navbar-brand, .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        height: auto;
        padding: 5px 0px;
        margin-left: 0px;
    }

.navbar-right {
    margin-right: 0px;
}

.main-menu li a {
    padding-left: 35px;
}

    .main-menu li a:before {
        content: "\f009";
        font-family: FontAwesome;
        position: absolute;
        left: 15px;
        font-size: 12px;
        text-align: center;
        vertical-align: middle;
    }

ul.navbar-nav {
    padding-left: 35px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.btn-readmore {
    background: #f0de58;
    background-image: -webkit-linear-gradient(top, #f0de58, #9e8e18);
    background-image: -moz-linear-gradient(top, #f0de58, #9e8e18);
    background-image: -ms-linear-gradient(top, #f0de58, #9e8e18);
    background-image: -o-linear-gradient(top, #f0de58, #9e8e18);
    background-image: linear-gradient(to bottom, #f0de58, #9e8e18);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    -webkit-box-shadow: 0px 1px 2px #666666;
    -moz-box-shadow: 0px 1px 2px #666666;
    box-shadow: 0px 1px 2px #666666;
    font-family: Arial;
    color: #ffffff !important;
    width: 150px;
    line-height: inherit;
    padding: 8px 20px 8px 20px !important;
    border: solid 1px #bbaa15;
    text-decoration: none;
}

    .btn-readmore:hover {
        background: #c7af12;
        background-image: -webkit-linear-gradient(top, #c7af12, #a8981c);
        background-image: -moz-linear-gradient(top, #c7af12, #a8981c);
        background-image: -ms-linear-gradient(top, #c7af12, #a8981c);
        background-image: -o-linear-gradient(top, #c7af12, #a8981c);
        background-image: linear-gradient(to bottom, #c7af12, #a8981c);
        text-decoration: none;
    }

    .btn-readmore span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
        vertical-align: middle;
    }

        .btn-readmore span:after {
            content: '\00bb';
            position: absolute;
            opacity: 0;
            font-size: 18px;
            top: 0;
            right: -20px;
            transition: 0.5s;
        }

    .btn-readmore:hover span {
        padding-right: 15px;
    }

        .btn-readmore:hover span:after {
            opacity: 1;
            right: 0;
        }




.btn-demo {
    /*background: #bbaa15;*/
    color: #fff !important;
    border-radius: 0px;
    margin-left: 25px;
    padding: 8px 15px !important;
    /*border: 1px solid #8d800d;*/
    border-width: 1px 2px 3px 2px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bbaa15+0,b2ae09+50,bbaa15+100 */
    background: #bbaa15; /* Old browsers */
    background: -moz-linear-gradient(top, #bbaa15 0%, #b2ae09 50%, #bbaa15 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bbaa15 0%,#b2ae09 50%,#bbaa15 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bbaa15 0%,#b2ae09 50%,#bbaa15 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbaa15', endColorstr='#bbaa15',GradientType=0 ); /* IE6-9 */
}

    .btn-demo:hover, .btn-demo:focus, .btn-demo:active {
        background: #8d800d !important;
    }

/*Slider*/
.section-top {
    margin-top: 100px;
}

#slider .carousel-inner > .item > a > img, #slider .carousel-inner > .item > img {
    width: 100%;
}

#slider .carousel-control, #slider .carousel-control.left, #slider .carousel-control.right {
    width: 40px;
    background-image: none;
}

    #slider .carousel-control .glyphicon-chevron-left, #slider .carousel-control .icon-next, #slider .carousel-control .icon-prev {
        left: 0px;
        margin-left: 0px;
        background: #ae0611; /*#49a5d7*/
        padding: 3px 0px;
    }

    #slider .carousel-control .glyphicon-chevron-right {
        right: 0px;
        background: #ae0611;
        margin-right: 0px;
        padding: 3px 0px;
    }

    #slider .carousel-control .glyphicon-chevron-left, #slider .carousel-control .glyphicon-chevron-right, #slider .carousel-control .icon-next, #slider .carousel-control .icon-prev {
        width: 40px;
        height: 40px;
    }
/*About section*/
.abt-sec p {
    width: 80%;
    margin: 0px auto;
    text-align: center;
    padding: 40px;
    font-size: 16px;
}

    .abt-sec p span {
        padding: 0px 5px;
    }
/*Real estate erp section*/
.erp-sec {
    background: #0088cc;
    overflow: hidden;
}

.erp-content {
    background: #0088cc;
    float: right;
    padding: 60px;
    position: relative;
    text-align: right;
    color: #fff;
}

    .erp-content:before {
        position: absolute;
        content: "";
        top: -16px;
        left: -26px;
        width: 54px;
        height: 107%;
        background: #0088cc none repeat scroll 0% 0%;
        transform: rotate(368deg);
    }

    .erp-content p {
        font-size: 16px;
        padding: 21px 0px 21px 35px;
    }

/*Services*/
.section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.heading {
    margin-bottom: 15px;
    text-align: center;
}

.section-title {
    font-size: 26px;
    /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif'Lato', sans-serif;*/
    font-weight: 600;
    margin-bottom: 0px;
    padding-left: 15px;
    padding: 5px 15px;
    position: relative;
    color: #9e0d09;
    text-transform: uppercase;
}
/*Module Section*/
.erpmodule {
    text-align: center;
}

.moduleitem {
    margin-bottom: 15px;
}

    .moduleitem img {
        width: 80px;
        filter: gray; /* IE5+ */
        -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
        -moz-filter: grayscale(1);
        -o-filter: grayscale(1);
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }

    .moduleitem:hover img {
        filter: none;
        -webkit-filter: grayscale(0);
        -webkit-transform: scale(1.1);
        cursor: pointer;
    }

    .moduleitem h4 {
        line-height: inherit;
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }

    .moduleitem:hover h4 {
        font-weight: 500;
        cursor: pointer;
        color: #a99c1c;
    }

.erpmodule ul {
    padding: 0px 60px;
    margin-bottom: 0px;
}

    .erpmodule ul li {
        display: inline-block;
        width: 14%;
        vertical-align: top;
        padding-top: 15px;
    }
/*testimonials*/
.testimonial {
    background: #f5f5f5;
}

    .testimonial .carousel-control.left, .testimonial .carousel-control.right {
        background: none;
        width: 25px;
    }

#carousel-reviews {
    padding: 0px 15px;
}

.testimonial .carousel-control .glyphicon-chevron-left, .testimonial .carousel-control .glyphicon-chevron-right, .testimonial .carousel-control .icon-next, .testimonial .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-size: 20px;
}

.broun-block {
    background: #f5f5f5;
    padding-bottom: 15px;
}

.block-text {
    position: relative;
    /*background-color: #0088cc;*/
    border-radius: 3px;
    box-shadow: 0 2px 0 #8e8b8b;
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
    padding: 15px 18px;
    height: auto;
    background: #00b7ea; /* Old browsers */
    background: -moz-linear-gradient(top, #00b7ea 0%, #0088cc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00b7ea 0%,#0088cc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00b7ea 0%,#0088cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#0088cc',GradientType=0 );
}

    .block-text:after {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        left: 30px;
        bottom: -15px;
        border: 12px solid;
        border-color: #008acd transparent transparent #0089cd;
    }

    .block-text a {
        color: #7d4702;
        font-size: 25px;
        font-weight: bold;
        line-height: 21px;
        text-decoration: none;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }

.mark {
    padding: 12px 0;
    background: none;
}

.block-text p {
    color: #fff;
    font-family: Georgia;
    font-style: italic;
    line-height: 20px;
}

    .block-text p span {
        padding-right: 8px;
        font-size: 22px;
    }

.sprite-i-triangle {
    background-position: 0 -1298px;
    height: 44px;
    width: 50px;
}

.block-text ins {
    bottom: -44px;
    left: 50%;
    margin-left: -60px;
}

.block {
    display: block;
}

.zmin {
    z-index: 1;
}

.ab {
    position: absolute;
}

.person-text {
    padding: 10px 0 0;
    /*text-align: center;*/
    padding-left: 15px;
    z-index: 2;
}

    .person-text a, .person-text a:hover {
        color: #9e0d09;
        display: block;
        font-size: 16px;
        font-weight: 600;
        margin-top: 15px;
        text-decoration: none;
    }

    .person-text i {
        color: #414040;
        font-family: Georgia;
        font-size: 14px;
    }

.rel {
    position: relative;
}


/*Client slider*/
.client-logo {
    text-align: center;
}

/* Slider */
.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/*Footer css*/
footer {
    background: url('../img/footer.png') no-repeat center center #3c425b;
    background-size: cover;
    color: #fff;
    padding: 40px 0px;
}

.footer-heading {
    font-size: 20px;
    font-weight: 500;
}

.footer-divider {
    width: 40px;
    height: 5px;
    background-color: #9e0d09;
    margin-bottom: 15px;
}

.footer-about, .footer-quicklink, .footer-location {
    margin-bottom: 25px;
}

    .footer-about ul, .footer-quicklink ul, .footer-location ul {
        list-style-type: none;
        padding-left: 0px;
    }

    .footer-about p {
        /*text-align: justify;*/
    }

    .footer-about ul li {
        display: inline;
    }

        .footer-about ul li a {
            color: #fff;
            padding-right: 15px;
            font-size: 18px;
        }

    .footer-quicklink ul.quicklink li, .footer-location ul li {
        position: relative;
        padding-left: 15px;
        margin-bottom: 5px;
    }

    .footer-location ul li {
        padding-left: 20px;
    }

    .footer-quicklink ul.quicklink li:before {
        content: "\f054";
        font-family: FontAwesome;
        position: absolute;
        left: 0px;
    }

    .footer-location ul li:before {
        font-family: FontAwesome;
        position: absolute;
        left: 0px;
        font-size: 16px;
        text-align: center;
        vertical-align: middle;
    }

    .footer-location ul li.addr:before {
        content: "\f041";
    }

    .footer-location ul li.phone:before {
        content: "\f095";
    }

    .footer-location ul li.fax:before {
        content: "\f1ac";
    }

    .footer-location ul li.email:before {
        content: "\f0e0";
    }

.quicklink li a, .footer-addr li a {
    color: #fff;
    transition: all ease-in-out 0.4s;
}

    .quicklink li a:hover, .quicklink li a:focus, .quicklink li a:active,
    .footer-addr li a:hover, .footer-addr li a:focus, .footer-addr li a:active {
        color: #d5c109;
        text-decoration: none;
    }
/*Copyright*/
.copyright {
    background-color: #333436;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
}

    .copyright p {
        margin-bottom: 0px;
    }

        .copyright p a:hover, .copyright p a:focus, .copyright p a:active {
            color: #fff;
            text-decoration: none;
            transition: all ease-in-out 0.5s;
        }

.big-title {
    font-size: 20px;
    font-weight: 600;
    /*padding-bottom: 20px;*/
    color: #666;
}

hr {
    background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
    background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
    border: 0;
    height: 1px;
    margin: 22px 0;
}
/*About use page*/
.banner {
    position: relative;
}

    .banner img {
        width: 100%;
    }

.page-title {
    position: absolute;
    left: 30%;
    right: 30%;
    text-align: center;
    /*padding: 15px 0px;*/
    bottom: 70px;
    background: rgba(255, 255, 255, 0.28);
}

    .page-title ol {
        margin-bottom: 0px;
        background-color: transparent;
    }

    .page-title .section-title {
        color: #fff;
        text-shadow: 1px 1px 3px #333;
    }

    .page-title a {
        color: #fff;
    }

    .page-title .breadcrumb li {
        color: #9e0d09;
    }

/*partners*/
.partners {
    padding-left: 0px;
    list-style-type: none;
}

    .partners li {
        display: inline;
    }
/*product page*/

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.erpfeature {
    padding-left: 0px;
    list-style-type: none;
}

    .erpfeature li {
        padding-left: 35px;
    }

        .erpfeature li p:before {
            content: "\f00c";
            font-family: FontAwesome;
            position: absolute;
            left: 15px;
            color: #fff;
            width: 25px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            border-radius: 50%;
            background: #bbaa15;
            vertical-align: middle;
        }
/*Contact us page*/
.contactus {
    padding-left: 0px;
    list-style-type: none;
}

    .contactus li {
        position: relative;
        padding-left: 35px;
        padding-bottom: 15px;
    }

        .contactus li i {
            position: absolute;
            left: 0px;
            border-radius: 50%;
            background: #bbaa15;
            color: #fff;
            width: 25px;
            height: 25px;
            text-align: center;
            padding: 5px;
        }

.form-control {
    background-color: #f9f4f4;
    border-radius: 0px;
}

/*Responsive Css*/
@media screen and (max-width:767px) {
    .erp-content:before {
        position: relative;
        display: none;
    }

    .erp-content {
        padding: 30px;
    }

    .page-title {
        bottom: 5px;
        left: 5%;
        right: 5%;
        padding: 0px;
    }

        .page-title .section-title {
            margin-top: 8px;
        }

        .page-title .breadcrumb {
            padding: 0px 15px;
        }

    .section-title {
        font-size: 16px;
    }
}

@media screen and (max-width:480px) {
    .abt-sec p {
        width: 100%;
        font-size: 14px;
    }

    .client-logo {
        display: block;
        position: relative;
    }

    .navbar-brand > img {
        height: 40px;
        padding-left: 15px;
    }

    .section-top {
        margin-top: 50px;
    }
}
