/*h2, h3 {
    color: #666;
}

p {
    padding: 3px 0;
    margin-right: -10px;
}*/

blockquote {
    font-size: 15px;
    color: #383636;
}
div.main {
    width: 800px;
    margin: 0 auto;
    padding: 0;
    line-height: 1.9em;
}

span.minus {
    color: red;
    padding-right: 10px;
}

.form-control {
    display: block;
    width: 100%;
    height: 31px;
    padding: 9px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #000 !important;
    background-image: none;
    border: 1px solid #999;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.side-navi-data::-webkit-input-placeholder {
    color: #777 !important;
}

.side-navi-data::-moz-placeholder {
    color: #777 !important;
}

.side-navi-data:-ms-input-placeholder {
    color: #777 !important;
}

.side-navi-data:-moz-placeholder {
    color: #777 !important;
}

.disabled {
    pointer-events: none;
    cursor: pointer;
}

.social-media > ul > li > a:hover > .fa {
    font-size: 16px;
    color: #73c050;
}

.padding-top-10 {
    padding-top: 10px;
}

.title-section2 {
    display: block;
    width: 100%;
    text-align: center;
    height: auto;
    margin-top: 120px;
    margin-bottom: 80px;
}

.page {
    margin: 0 auto;
    margin-top: 90px;
    width: 100%;
    text-align: left;
}

#home-news {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #464646;
    height: 65px;
    line-height: 65px;
    text-align: left;
    overflow: hidden;
    position: relative;
}

.home_header {
    position: absolute;
    width: auto;
    height: auto;
    z-index: 99;
    color: #000;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.home_header_on {
    z-index: 100;
}

.home_header strong {
    color: #73c050;
}

.home_header span, .home_header strong {
    position: relative;
    top: -50px;
}

.home_header_on *:nth-child(1) {
    top: 0;
    -webkit-transition: top .6s ease-in-out;
    -moz-transition: top .6s ease-in-out;
    transition: top .6s ease-in-out;
}

.home_header_on *:nth-child(2) {
    top: 0;
    -webkit-transition: top .6s ease-in-out .15s;
    -moz-transition: top .6s ease-in-out .15s;
    transition: top .6s ease-in-out .15s;
}

.home_header_on *:nth-child(3) {
    top: 0;
    -webkit-transition: top .6s ease-in-out .3s;
    -moz-transition: top .6s ease-in-out .3s;
    transition: top .6s ease-in-out .3s;
}

.home_header_out *:nth-child(1) {
    top: 50px;
    -webkit-transition: top .6s ease-in-out;
    -webkit-transition: top .6s ease-in-out;
    -moz-transition: top .6s ease-in-out;
}

.home_header_out *:nth-child(2) {
    top: 50px;
    -webkit-transition: top .6s ease-in-out .15s;
    -moz-transition: top .6s ease-in-out .15s;
    transition: top .6s ease-in-out .15s;
}

.home_header_out *:nth-child(3) {
    top: 50px;
    -webkit-transition: top .6s ease-in-out .3s;
    -moz-transition: top .6s ease-in-out .3s;
    transition: top .6s ease-in-out .3s;
}
/*.btn-primary {
    color: #fff;
    background-color: #5b6972;
    border-color: #5b6972;
}*/

#sideNavi,
.side-navi-item,
.side-navi-data,
.side-navi-tab {
    margin: 0;
    padding: 0;
}

#sideNavi {
    position: fixed;
    right: 50px;
    top: 25%;
    z-index: 999;
}

.side-navi-item-default {
    height: 50px;
    display: none;
}

.side-navi-item {
    position: absolute;
    left: 20px;
    display: inline-block;
    width: 150px;
    height: 50px;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    color: #fff;
    /*background: linear-gradient(to right, #0870ad 0%, #2f749d 100%);*/
    background: #0d92e6;
    border: 2px solid #0870ad;
    border-radius: 10px;
    cursor: pointer;
}

    .side-navi-item.item1 {
        top: 180px;
    }

    .side-navi-item.item2 {
        top: 355px;
    }

    .side-navi-item.active,
    .side-navi-item:hover {
        /*background: linear-gradient(to right, #0870ad 0%, #2f749d 100%);*/
        background: #0d92e6;
        color: #fff;
    }

    .side-navi-item > div {
        padding-top: 5px;
        text-align: center;
    }

#home-news, .home_header {
    text-align: left;
}

.side-navi-data {
    position: absolute;
    top: -55px;
    left: 55px;
    width: 380px;
    height: 300px;
    background-color: rgb(255, 255, 255);
    border: 2px solid #0d92e6;
    border-radius: 10px;
    box-shadow: 2px 6px 9px 5px rgba(51, 51, 51, 0.59);
}

.enq-section {
    /*background: linear-gradient(to right, #0870ad 0%, #2f749d 100%);*/
    background: #0d92e6;
    margin-bottom: 10px !important;
    text-align: left !important;
    border-radius: 5px 0 0 0;
    padding: 10px 0px !important;
    border-bottom: solid 2px #0d92e6;
}

    .enq-section h1 {
        margin: 0px !important;
        padding: 0px !important;
        color: #fff !important;
        margin-left: 15px !important;
    }

.side-navi-tab {
    display: none;
}

    .side-navi-tab.active {
        display: inline-block;
    }

    .side-navi-tab > div {
        padding: 0px;
        padding-top: 3px;
        padding-bottom: 0px;
        margin-bottom: -2px;
    }

.side-navi-tab .btn-primary {
    color: #fff;
    background-color: #0d92e6;
    border-color: #0d92e6;
}

.video_bg {
    background: #ccc;
    padding: 20px 0px;
    margin-top: 20px;
}

.viewMoreBtn {
    border: solid 1px #999 !important;
    color: green;
    background: #73c050;
}

.viewMoreBord {
    border-left: #999 !important;
}

.mrg-20 {
    margin-right: 10px !important;
    margin-left: 13px !important;
}

.btn_submit_home {
    background: #0870ad;
    border: 1px solid #0870ad
}
