* {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, ul, li {
    margin: 0;
    padding: 0;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

body {
    font-size: 15px;
    font-family: "castle";
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: "raleway";
}

#header, #main-content, #footer {
    width: 100%;
    float: left;
    position: relative;
}

#header {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
}

.container {
    width: 100%;
    max-width: 1280px;
    position: relative;
    margin: auto;
}

.wrapper {
    width: 100%;
    margin: auto;
    position: relative;
    float: left;
}

.overflow-hidden {
    overflow-X: hidden;
    position: relative;
}

img {
    border: 0;
    width: 100%;
}

.span-12 {
    width: 100%;
    float: left;
}

.span-8 {
    width: 65%;
    float: left;
}

.span-6 {
    width: 49%;
    float: left;
}

    .span-6:first-child {
        margin-right: 2%;
    }

.span-5 {
    width: 30%;
    float: left;
}

.span-4 {
    width: 23.5%;
    float: left;
    margin-right: 2%;
}

    .span-4:last-child {
        margin-right: 0;
    }

.span-3 {
    width: 31%;
    float: left;
}

.span-7 {
    width: 68%;
    margin-right: 2%;
    float: left;
}

p {
    text-align: justify;
    font-size: 17px;
    color: #666;
}

.clear {
    clear: both;
}

ul li {
    float: left;
    list-style: none;
}

input, select, textarea {
    transition: all 0.4s ease;
    border: #ccc solid thin;
    font-family: castle;
    font-size: 15px;
    outline: 0;
}


input, select {
    height: 30px;
    padding-left: 5px;
    float: left;
}

textarea {
    resize: none;
    padding-top: 5px;
    padding-left: 5px;
}

select {
    width: 99%;
}

.form-group {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

    .form-group .form-group-inline {
        width: 47%;
        float: left;
    }

        .form-group .form-group-inline:first-child {
            margin-right: 6%;
        }

.form-group-small .form-group-inline {
    width: 25%;
}

    .form-group-small .form-group-inline:first-child {
        margin-right: 10%;
    }

.form {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    float: left;
}

.form-col-3 .form-group-inline {
    width: 31%;
    margin-right: 3.5%;
}

    .form-col-3 .form-group-inline:first-child {
        margin-right: 3.5%;
    }

    .form-col-3 .form-group-inline:last-child {
        margin-right: 0;
    }

label {
    width: 100%;
    color: #666;
    font-size: 16px;
    margin-bottom: 7px;
    float: left;
    font-family: "raleway";
}

.inpt {
    width: 100%;
    overflow: hidden;
}

    .inpt input, .inpt textarea, .inpt select {
        box-sizing: border-box;
        width: 100%;
        height: 40px;
        color: #666;
    }


    .inpt textarea {
        height: 130px;
        line-height: 20px;
        padding-bottom: 5px;
    }

.cal {
    background: url(../images/cal.png) no-repeat right;
}

a {
    text-decoration: none;
    color: #333;
    font-family: "raleway";
    outline: 0;
}

i {
    width: 25px;
    height: 25px;
    float: left;
}

.btn {
    padding: 7px 15px;
    font-family: "raleway";
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    text-transform: uppercase;
}

.btn-rounded {
    border-radius: 30px;
}

.btn-dark-outline {
    border: #4c5667 solid 1px;
    color: #4c5667;
}

    .btn-dark-outline:hover {
        background: #4c5667;
        color: #fff;
    }


.btn-green {
    color: #fff;
    border: #0098a3 solid thin;
    background: #0098a3;
    box-sizing: border-box;
}

    .btn-green:hover {
        background: #057d86;
    }

.form-group .btn {
    height: auto;
    margin-right: 10px;
}

    .form-group .btn:last-child {
        margin-right: 0;
    }

.logos {
    position: relative;
    float: left;
    margin-top: -6px;
}

    .logos img {
        width: auto;
        position: relative;
        z-index: 5;
    }

.main-logo, .sec-logo {
    display: inline-block;
    vertical-align: middle;
}

.main-logo {
    padding: 20px;
    position: relative;
    background: #0098a3;
    margin-right: 20px;
}

    .main-logo::after {
        position: absolute;
        width: 1980px;
        height: 100%;
        top: 0;
        right: -15px;
        content: "";
        display: block;
        background: #0098a3;
        transform: skew(20deg);
        z-index: 0;
    }

.sec-logo span {
    display: inline-block;
    padding: 20px;
    vertical-align: middle;
}

.slide {
    width: 100%;
    float: left;
    display: block;
    position: relative;
}

.slide-data {
    color: #fff;
    position: absolute;
    top: 40%;
    left: 17%;
}

    .slide-data h2 {
        font-size: 55px;
    }

        .slide-data h2 span {
            color: #eab535;
            font-family: "raleway-sb";
            font-weight: bolder;
        }

    .slide-data h4 {
        font-size: 40px;
    }

.slide-search-data {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background:#fff;
}

.top-col {
    float: left;
    margin-top: 20px;
    position: relative;
}

    .top-col a {
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
    }

.data-right .top-col:last-child .btn {
    padding-right: 0;
}

#side-section {
    width: 270px;
    position: fixed;
    background: #364351;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    overflow: auto;
    box-sizing: border-box;
    transition: none;
    z-index: 1;
}

.top-left {
    width: 270px;
    float: left;
}

#header .btn-dark-blue-solid {
    float: left;
    margin-top: 20px;
}


.btn i {
    font-size: 25px;
    margin-right: 5px;
}


.side-nav li {
    float: left;
    width: 100%;
    display: block;
    position: relative;
}

    .side-nav li.dropdown::after {
        display: block;
        position: absolute;
        font-family: "Ionicons";
        content: "\f3d0";
        right: 10px;
        top: 18px;
        font-size: 17px;
        color: #fff;
    }

.side-nav a {
    display: block;
    color: #fff;
    padding: 7px 0;
    color: #969fa9;
    font-size: 17px;
    border-left: 3px solid transparent;
}

    .side-nav a.active, .side-nav a:hover {
        color: #0098A3;
        background: #0c1622;
    }

    .side-nav a.active {
        background: #404856;
    }



    .side-nav a i {
        font-size: 25px;
        width: 30px;
        text-align: center;
        margin: 0 15px;
    }

    .side-nav a.active i, .side-nav a:hover i {
        color: #fff;
    }

.drp-this {
    display: none;
    transition: 0;
}

.side-nav .drp-this {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 30px;
}

    .side-nav .drp-this a {
        padding-left: 20px;
        position: relative;
        font-size: 16px;
        line-height: 18px;
    }

        .side-nav .drp-this a::before {
            display: inline-block;
            height: 1px;
            position: absolute;
            background: #5e6879;
            content: ' ';
            width: 15px;
            margin-right: 10px;
            vertical-align: middle;
            left: -2px;
            top: 15px;
        }

        .side-nav .drp-this a.active {
            background: none;
        }

    .side-nav .drp-this::before {
        border-left: thin solid #5e6879;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
    }

.side-heading {
    background: #2d3a48;
    color: #fff;
    padding: 10px 0;
    display: block;
    width: 100%;
    font-size: 20px;
    padding-left: 30px;
    box-sizing: border-box;
    //margin:20px 0;
    cursor: pointer;
    position: relative;
}

.clearfix::before, .clearfix::after {
    display: table;
    content: " ";
    clear: both;
}

#main-content {
    display: block;
    width: 100%;
    position: relative;
    float: left;
}

.data-left {
    float: left;
}

.data-right {
    float: right;
}


.clr-dark {
    background: #364351;
}



table {
    width: 100%;
}

.row {
    width: 100%;
    float: left;
}

.well {
    padding: 10px;
    border: #ccc solid thin;
}

.scroll-table {
    width: 100%;
    float: left;
    overflow: auto;
}

.vertical-scroll {
    width: 100%;
    float: left;
}

    .vertical-scroll div {
        transition: none;
    }

.heading {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    float: left;
}

.heading-main {
    margin-bottom: 40px;
}

.heading h1 {
    font-size: 25px;
    color: #666;
    font-weight: bold;
    float: left;
}


.heading h4 {
    font-size: 25px;
    line-height: 10px;
    color: #1c2d42;
}

.heading h2 {
    font-size: 40px;
    color: #333;
    padding: 10px 0;
    float: left;
    font-family: "raleway-sb";
    color: #eab535;
}

    .heading h2 span {
        color: #336699;
    }

.inr-heading, .usful-web h3 {
    width: 100%;
    float: left;
    border-bottom: #ccc solid thin;
    margin-bottom: 15px;
    position: relative;
}

.usful-web h3 {
    padding-left: 10px;
}

    .usful-web h3, .usful-web h3 a {
        color: #00a9b4;
        margin-top: 20px;
        text-decoration: none;
    }

        .usful-web h3 a {
            margin-top: 0;
        }

.usful-web .scroll-highlight {
    background: #00a9b4;
}

    .usful-web .scroll-highlight a {
        color: #fff;
    }

.usful-web h3:first-child {
    margin-top: 0;
}

.usful-web a {
    width: 48.5%;
    display: inline-block;
    padding: 7px 0;
    padding-right: 15px;
    text-decoration: underline;
}

.heading-btn h2 {
    float: left;
}

.heading-btn .btn {
    float: right;
}

.inr-heading h2 {
    padding-bottom: 15px;
}

    .inr-heading h2::after {
        position: absolute;
        width: 50px;
        height: 3px;
        content: '';
        bottom: 0;
        left: 0;
        background: #eab535;
    }

.parallax h2, .parallax h4 {
    color: #fff;
}

.txt-link {
    color: #eab535;
    font-size: 13px;
    font-family: "raleway-sb";
}


.txt-danger {
    color: #f36762;
}

.txt-success {
    color: #aec454;
}

.menu {
    float: left;
    display: block;
    font-size: 30px;
    color: #666;
    margin-right: 10px;
    padding: 25px 18px;
    display: block;
    cursor: pointer;
    border-right: #ccc solid thin;
    border-left: #ccc solid thin;
}

.drp-this {
    float: left;
    width: 100%;
    transition: none;
}



.inner-heading {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    font-size: 20px;
    color: #142232;
    font-weight: bold;
    border-bottom: #ccc solid thin;
    padding-bottom: 10px;
    position: relative;
}

    .inner-heading::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 50px;
        height: 3px;
        background: #eab535;
    }

.inr-side-bar .inner-heading {
    border-bottom: none;
}

.inner-heading h3 {
    font-family: "raleway-sb";
}

.block {
    display: block;
    width: 100%;
    margin: 7px 0;
    //clear:both;
    float: left;
    line-height: 35px;
}

.xtra-txt {
    display: inline-block;
    color: #666;
}

.inpt-txt p {
    margin-top: 0;
    font-size: 15px;
    color: #000;
}

.txt-grey {
    color: #666;
}

    .txt-grey i {
        font-size: 20px;
    }

.row-inr {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.txt-blue {
    color: #3baeda;
}

.txt-green {
    color: #8dc153;
}

.txt-greenish {
    color: #36bc9b;
}

.txt-dark-blue {
    color: #4b89dc;
}

.tab-pane {
    display: none;
}

    .tab-pane.active {
        display: block;
    }

.nav-tabs {
    width: 100%;
    float: left;
    margin-top: 15px;
}

    .nav-tabs a {
        display: block;
        padding: 15px 10px;
        font-size: 16px;
        border-bottom: #ccc solid thin;
        position: relative;
    }

        .nav-tabs a:hover, .nav-tabs .active a {
            background: #4c5667;
            color: #fff;
        }

    .nav-tabs .active a {
        padding-left: 30px;
    }

        .nav-tabs .active a::before {
            color: #3baeda;
            content: "\f10b";
            display: block;
            font-family: "Ionicons";
            font-size: 20px;
            left: 8px;
            position: absolute;
            top: 12px;
        }

.form-inline {
    margin-top: 15px;
}

    .form-inline .form-cols {
        width: auto;
        float: left;
        margin-right: 2%;
    }

    .form-inline label {
        float: left;
        width: auto;
        margin-right: 10px;
        line-height: 40px;
        margin-bottom: 0;
    }

    .form-inline .inpt {
        float: left;
        width: auto;
        min-width: 200px;
    }

input[type="submit"] {
    cursor: pointer;
}

.search {
    float: left;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    padding-bottom: 38px;
}

    .search::before {
        position: absolute;
        width: 1980px;
        right: 0;
        content: " ";
        top: 0;
        height: 100%;
        display: block;
        background: #fff;
    }

    .search input[type="text"], .inr-search input[type="text"] {
        width: 100%;
        padding-left: 155px;
        padding-right: 140px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        border: #ccc solid thin;
    }

.advance-srch {
    position: relative;
    float: right;
    margin-top: 5px;
}

.search h3 {
    font-size: 20px;
    position: relative;
    z-index: 1;
}

.srch-inpt {
    background: url(../images/search-inpt.png) 10px 13px no-repeat;
}

.srch-btn {
    background-image: url(../images/search-btn.png) !important;
    background-repeat: no-repeat !important;
    background-position: 18px 15px !important;
}

.search .form {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 15px;
    margin-left: 0;
    padding: 0;
}

.search .btn, .inr-search .btn {
    height: auto;
    position: absolute;
    right: 0;
    height: 50px;
    line-height: 30px;
    font-size: 18px;
    padding-left: 40px;
}

.accordion-head {
    width: 100%;
    float: left;
    padding: 15px 10px;
    border: #ccc solid thin;
    position: relative;
}

.loc-highlight {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
}

.high-slide {
    background: #142232;
    padding: 20px 10px;
    width: 100%;
    float: left;
}

#highlight-slider .high-img {
    width: 35%;
    float: left;
}

#highlight-slider .high-data {
    width: 65%;
    float: right;
    margin-top: 20px;
}

#highlight-slider h3 {
    color: #fff;
    font-size: 17px;
    font-family: "raleway-sb";
}

.more {
    color: #eab535;
    font-family: "raleway-sb";
    font-size: 14px;
    margin: 10px 0;
    float: left;
}

    .more:hover {
        text-decoration: underline;
    }

.location {
    height: 142px;
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
    background: #000;
    z-index: 0;
}

    .location img {
        margin-top: -35px;
        opacity: 0.8;
    }

    .location a:hover img {
        opacity: 1;
    }



    .location .icon-play {
        position: absolute;
        text-align: center;
        width: 100%;
        text-align: center;
        color: #fff;
        z-index: 5;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 120px;
    }

        .location .icon-play::before {
            width: 50px;
            height: 50px;
            content: '\f215';
            font-family: "Ionicons";
            position: relative;
            top: 0;
            left: 0;
            display: inline-block;
            font-size: 25px;
            line-height: 50px;
            border: #fff solid thin;
            border-radius: 50%;
            text-indent: 5px;
        }

        .location .icon-play span {
            font-weight: bold;
            width: 100%;
            position: relative;
            text-align: center;
            font-size: 17px;
            display: block;
        }

.parallax {
    background: url(../images/parallax.jpg) no-repeat fixed;
    background-size: cover;
    width: 100%;
    float: left;
    display: block;
    padding: 50px 0;
}

.accordion-head h3 {
    float: left;
    width: 40%;
    color: #333;
    font-size: 20px;
}

.accordion-head i.icon {
    float: none;
    position: absolute;
    top: 11px;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #aaa;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
}

.accordion-data {
    padding: 15px 10px;
    border: #ccc solid thin;
    border-top: none;
    float: left;
    transition: none;
    width: 100%;
}

.same-pdng {
    padding: 0 60px;
}

.home-remote-access {
    text-align: center;
    margin-top: 20px;
}

.remote-access-inr {
    width: 100%;
    display: inline-block;
    float: none;
}


.remote-access {
    background: #eab535;
    float: left;
    width: 100%;
    color: #fff;
    padding: 10px;
}

    .remote-access h3, .remote-access h2 {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }

    .remote-access h3 {
        font-size: 25px;
    }

    .remote-access h2 {
        font-family: "raleway-sb";
        color: #000;
        font-size: 45px;
    }

.remote-data {
    padding: 15px 15px 0;
    width: 100%;
    float: left;
}

    .remote-data p {
        color: #ccc;
    }

.remote-sub h5 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 7px;
    margin-top: 10px;
    float: left;
}

.remote-sub input {
    color: #000;
}

.remote-sub .inpt {
    position: relative
}

.remote-sub input {
    background: rgba(255,255,255,0.4);
    height: 50px;
}

    .remote-sub input.btn {
        position: relative;
        background: none;
        font-family: "Ionicons";
        color: #eab535;
        width: 30px;
        height: 50px;
        line-height: 48px;
        padding: 0;
        text-align: center;
        font-size: 22px;
        border: none;
        top: 0;
        right: 5px;
        position: absolute;
    }

.row-1, .row-2 {
    float: left;
    width: 97.5%;
    border-bottom: #000 solid thin;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-left: 40px;
}


.col-1, .col-2, .col-3 {
    float: left;
}

.btn-sm {
    font-size: 13px;
    padding: 2px 10px;
}

    .btn-sm i {
        font-size: 18px;
    }

.cal {
    background: url(../images/cal.png) right no-repeat;
}

#header h2 {
    float: left;
    color: #fff;
    margin-top: 30px;
}

.note {
    width: 100%;
    float: left;
    color: #666;
}

    .note span {
        color: #cd4762;
        font-weight: bold;
    }

.btn-center {
    float: none;
    display: inline-block;
}

.content {
    margin-top: 50px;
}

.height-max {
    max-height: 400px;
}

.tble-design th, .tble-design td {
    padding: 12px 7px;
}

.tble-design th {
    background: #1c2d42;
    color: #fff;
    text-transform: upprcase;
    text-align: left;
    font-size: 16px;
    font-family: "raleway";
}

.tble-design-2 th {
    background: none;
    color: #000;
    font-family: "raleway-sb";
    font-weight: normal;
    border-bottom: #333 solid thin;
}

.tble-design-2 .txt-links {
    color: #0098A3;
}

    .tble-design-2 .txt-links:hover {
        text-decoration: underline;
    }

.tble-design td {
    color: #666;
    border-bottom: #ccc solid thin;
}

.tble-design .x-big {
    width: 50%;
}

.tble-design .small {
    width: 17.5%;
}

.tble-design .x-small {
    width: 15%;
}

.table-border td {
    border-bottom: #ccc solid thin;
    font-size: 14px;
    color: #4c5667;
}

.table-odd-row td {
    border-bottom: none;
}

.table-odd-row tr:nth-child(odd) td {
    background: #e6e6e6;
}

.table-border tr:last-child td {
    border-bottom: none;
}


/* modal-popup */

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    text-align: center;
    background: rgba(0,0,0,0.7);
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

    .modal-header .heading {
        margin-bottom: 0;
        color: #4C5667;
    }

    .modal-header .close {
        margin-top: 5px;
    }

.close {
    float: right;
    font-size: 15px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -40px;
    background: none;
    padding: 0 5px;
}

.btn-white {
    color: #fff;
    border: #fff solid thin;
    border-radius: 30px;
}

    .btn-white i {
        width: auto;
        height: auto;
        margin-right: 7px;
        font-size: 18px;
    }

    .btn-white:hover {
        background: #007cc2;
    }

.modal-body {
    position: relative;
}

.modal-dialog {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    float: none;
    display: inline-block;
    text-align: left;
    margin-top: 80px;
}

.modal-med {
    width: 60%;
}

.btn-grps .btn {
    height: auto;
    margin-right: 7px;
}

    .btn-grps .btn:last-child {
        margin-right: 0;
    }


.breadcrums {
    float: right;
    margin-top: 25px;
}

    .breadcrums li a {
        font-size: 14px;
        position: relative;
        padding-right: 15px;
        border-right: #ccc solid thin;
        color: #ccc;
    }

    .breadcrums li:last-child a {
        padding-right: 0;
        border-right: none;
        padding-left: 15px;
    }

    .breadcrums li a.active, .breadcrums li a:hover {
        color: #0098A3;
    }

.txt-links a {
    color: #3baeda;
}

.tble-mrgn-top {
    margin-top: 15px;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

    img.grayscale:hover {
        filter: none;
        -webkit-filter: grayscale(0%);
    }

.online-remote-xs .span-8 {
    width: 65%;
    padding-right: 20px;
    box-sizing: border-box;
}

.online-remote-xs .span-4 {
    width: 33%;
    box-sizing: border-box;
    float: right;
}

.resrcs-logos li {
    margin: 0 1%;
    width: 22%;
    float: none;
    display: inline-block;
    padding:5px 15px;
}

.open-rsrcs li {
    width: 17.5%;
}

.pdng-tp-btm {
    padding: 50px 0;
}

.dark-bg {
    background: #1c2d42;
}

    .dark-bg .heading h4 {
        color: #fff;
    }

    .dark-bg .testimonial .heading h4 {
        color: #1c2d42;
        font-size: 20px;
    }

    .dark-bg .testimonial .heading h2 {
        font-size: 30px;
    }

.rpstry-grph .span-3 {
    width: 40%;
    position: relative;
    float: right;
    padding-left: 50px;
}

.rpstry-grph .span-9 {
    width: 60%;
    float: left;
    padding-left: 30px;
}
/*
.rpstry-grph .span-3::before {
    background: #1c2d42;
    position: absolute;
    top: 0;
    right: 0;
    width: 2000px;
    height: 100%;
    content: ' ';
    display: block;
    z-index: -1;
}*/

.rpstry li {
    width: 25%;
    float: left;
    padding-right: 20px;
    margin-bottom: 30px;
}

.num {
    color: #000;
    font-family: "raleway-sb";
    font-size: 30px;
}

.num-label {
    color: #999;
    font-size: 20px;
}

.rpstry .num {
    color: #fff;
}

.rpstry .num-label {
    color: #118eef;
}

#book-slider .item {
    padding: 7px;
    border: #ccc solid thin;
    margin: 0 10px;
}

.book-thumb {
    height: 300px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

    .book-thumb img {
        height: 100%;
        width: auto;
        margin-top: 10px;
    }



.book-title {
    padding: 10px 0;
    border-top: #ccc solid thin;
    margin-top: 15px;
    float: left;
    width: 100%;
    position: relative;
}

    .book-title h2 {
        font-family: "castle";
        font-size: 19px;
        color: #333;
    }

    .book-title .author {
        font-family: "raleway";
        font-size: 14px;
        color: #999;
        margin-top: 5px;
    }

        .book-title .author span {
            color: #2881c5;
        }

.visitor-glry {
    position: relative;
}

    .visitor-glry .heading {
        float: left;
        width: auto;
    }

.visitor-descrip {
    float: right;
    width: 75%;
}

    .visitor-descrip p {
        margin: 0;
        color: #ccc;
        font-family: "raleway";
        font-size: 15px;
    }

.visitor-glry .span-7 {
    width: 60%;
}

.visitor-glry .span-3 {
    width: 30%;
    float: right;
    padding: 30px 30px 10px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #fff;
    width: 38%;
}

    .visitor-glry .span-3 li {
        float: none;
        display: block;
        margin-bottom: 70px;
        padding-left: 60px;
        position: relative;
    }

        .visitor-glry .span-3 li i {
            width: 50px;
            height: 50px;
            position: absolute;
            top: 0;
            left: 0;
            line-height: 48px;
            font-size: 30px;
        }

        .visitor-glry .span-3 li .num-label {
            font-family: "raleway";
        }



#visitor-slider .item {
    margin: 0 15px;
}

#visitor-slider h3 {
    color: #fff;
    margin-top: 10px;
    padding: 0 10px;
}

#visitor-slider .designation {
    font-family: "raleway";
    font-size: 15px;
    color: #ccc;
    padding: 0 10px;
    margin-top: 7px;
}

.arrows .owl-controls {
    width: auto;
}

#visitor-slider .owl-controls {
    bottom: -35px !important;
}

.news {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

    .news .owl-item {
        padding: 10px;
    }

.news-img {
    width: 30%;
    float: left;
}

.news-data {
    width: 68%;
    float: right;
}

    .news-data h3 {
        color: #333;
        font-size: 17px;
        font-family: "raleway-sb";
    }

.news .owl-pagination {
    bottom: -10px;
    text-align: center;
    width: 100%;
    float: left;
}

    .news .owl-pagination .owl-page {
        display: inline-block;
        float: none;
        width: auto;
        height: auto;
    }

        .news .owl-pagination .owl-page span {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #ccc;
            display: block;
        }

        .news .owl-pagination .owl-page.active span {
            background: #0098A3;
        }

.date {
    color: #999;
    font-size: 15px;
}

.news-data p {
    margin: 5px 0;
    font-size: 16px;
}

#testimonial-slider p {
    padding-top: 35px;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    position: relative;
}

    #testimonial-slider p::before {
        width: 32px;
        height: 25px;
        top: 0;
        left: 0;
        position: absolute;
        content: " ";
        display: block;
        background: url(../images/quote.png) no-repeat center;
    }

.tstmnl-prsn {
    float: left;
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    border-top: #eab535 solid 2px;
}

.pro-img, .prsn-nm {
    display: inline-block;
    vertical-align: middle;
}

.pro-img {
    width: 65px;
    height: 65px;
    overflow: hidden;
    border-radius: 50%;
}

.prsn-nm {
    font-size: 17px;
    font-family: "raleway-sb";
    margin-left: 15px;
    color: #333;
}

.yellow-bg {
    background: #eab535;
    padding: 20px;
}

.transport i {
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    color: #000;
}

.transport h2 {
    margin-bottom: 20px;
}

.transport p {
    color: #fff;
    margin: 0;
    text-align: left;
    font-size: 16px;
}

.transport .span-8, .transport .span-4 {
    position: relative;
    padding-left: 45px;
}

.transport .span-4 {
    width: 33%;
    float: right;
}

    .transport .span-4::before {
        position: absolute;
        top: 0;
        left: -30px;
        height: 100%;
        width: 1px;
        background: #fff;
        content: "";
    }

    .transport .span-4 .row {
        margin-top: 10px;
        padding-left: 20px;
        position: relative;
        color: #fff;
    }

        .transport .span-4 .row::before {
            content: "\f3b3";
            font-family: "Ionicons";
            font-size: 18px;
            position: absolute;
            left: 0;
            top: -2px;
            display: block;
            color: #000;
        }

.transport h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.transport .cols {
    display: inline-block;
    vertical-align: top;
    width: auto;
}

    .transport .cols:last-child {
        margin-left: 40px;
    }

.ftr-light {
    background: #282828;
    padding: 40px 0;
}

.ftr-dark {
    background: #171717;
    text-align: center;
    color: #666a70;
    font-size: 16px;
    padding: 20px 0;
}

.ftr-logos li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
}

    .ftr-logos li:first-child {
        padding-left: 0;
        border-right: #fff solid thin;
    }

.social {
    float: right;
    margin-top: 15px;
}

    .social li {
        margin-right: 10px;
    }

        .social li:last-child {
            margin-right: 0;
        }

        .social li a {
            width: 45px;
            height: 45px;
            line-height: 43px;
            text-align: center;
            background: #171717;
            color: #fff;
            display: block;
            border-radius: 50%;
            font-size: 20px;
        }

            .social li a:hover {
                background: #0098a3;
            }

#fancy-thumb div, #fancy-thumb img, #fancybox-thumbs ul {
    transition: none !important;
}

.fancybox-overlay div {
    transition: none !important;
}

.photo-img, .view-photo {
    display: inline-block;
}

    .photo-img img {
        width: auto;
    }

.photo-img {
    margin-top: 10%;
}

.btn-white {
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    border: #fff solid thin;
    font-family: "raleway-sb";
    font-size: 18px;
    margin-top: 30px;
}

    .btn-white:hover {
        background: #0098A3;
    }

.chart {
    width: 100%;
    float: left;
    margin-top: 20px;
}

/* side bar*/

.side-logo {
    width: 100%;
    background: #0098A3;
    height: 50px;
}

    .side-logo h2 {
        margin-top: 10px !important;
        padding-left: 20px;
    }

.side-bar-overlay {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.side-bar {
    background: #142232 none repeat scroll 0 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
    display: none;
    height: 100%;
    overflow: auto;
    position: fixed;
    right: -300px;
    top: 0;
    width: 300px;
    z-index: 9999;
}

    .side-bar div {
        transition: none 0s ease 0s;
    }

.side-nav li {
    position: relative;
    float: none;
}

    .side-nav li a {
        box-sizing: border-box;
        padding: 15px 0 15px 20px;
        text-align: left;
    }

.close-btn {
    //background: #077880 none repeat scroll 0 0;
    color: #999;
    font-size: 18px;
    height: 50px;
    line-height: 28px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    line-height: 48px;
    text-align: center;
    font-family: "raleway-sb";
    top: 20px;
}


    .close-btn i {
        float: none;
        vertical-align: middle;
        margin-right: 10px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        line-height: 28px;
        border: #999 solid thin;
        display: inline-block;
    }

.close-menu {
    float: right;
    cursor: pointer;
}

    .close-menu:hover {
        color: #fff;
    }

/* side bar end */


/* owl-carosuel design */

.owl-controls {
    position: absolute !important;
}

.owl-controls {
    bottom: -10px !important;
    width: 100%;
}

.owl-pagination {
    position: absolute;
    bottom: 0;
    width: 100%;
    top: auto;
    display: block;
    text-align: center;
}

    .owl-pagination .owl-page {
        float: none;
        display: inline-block;
        vertical-align: middle;
        width: 11px;
        height: 11px;
        background: #fff;
        border-radius: 50%;
        border: #fff solid 2px;
        margin: 0 3px;
    }

        .owl-pagination .owl-page.active {
            background: none;
        }

.arrows .owl-controls {
    background: #333;
    top: -70px;
    display: block;
    right: 0;
    height: 0;
    left: auto;
}

.owl-buttons .owl-prev, .owl-buttons .owl-next {
    float: left;
    margin-left: 2px;
}

.owl-buttons span {
    display: block;
    width: 40px;
    height: 40px;
    display: block;
    background: #0098a3;
    font-family: "Ionicons";
    color: #fff;
    line-height: 38px;
    font-size: 25px;
    text-align: center;
}

/* tooltip */

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: none;
    line-break: auto;
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

/* nav  full-screen - 2*/

.nav-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    display: none;
}

.fulscreen-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 11;
    left: 0;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    display: none;
}


.ful-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


    .ful-nav::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .ful-nav .center-div {
        display: inline-block;
        vertical-align: middle;
        width: 60%;
    }

    .ful-nav li.main-link {
        display: inline-block;
        width: 23%;
        float: none;
        padding: 50px 0;
        opacity: 0;
        vertical-align: top;
    }

    .ful-nav li a, .ful-nav li span {
        color: #fff;
        text-align: center;
        width: 100%;
        display: inline-block;
    }

    .ful-nav li span {
        font-size: 40px;
        width: 80px;
        height: 80px;
        line-height: 76px;
        text-align: center;
        border: rgba(255,255,255,0.2) solid 3px;
        display: inline-block;
        border-radius: 50%;
        margin-bottom: 20px;
    }

    .ful-nav li .clr-green {
        color: #0098A3;
    }

    .ful-nav li a:hover .clr-green {
        background: #0098A3;
        transform: scale(1.5);
        color: #fff;
    }

    .ful-nav li .clr-yellow {
        color: #EAB535;
    }

    .ful-nav li a:hover .clr-yellow {
        background: #EAB535;
        transform: scale(1.5);
        color: #fff;
    }

    .ful-nav li .clr-blue {
        color: #118eef;
    }

    .ful-nav li a:hover .clr-blue {
        background: #118eef;
        transform: scale(1.5);
        color: #fff;
    }

    .ful-nav li .clr-red {
        color: #F36762;
    }

    .ful-nav li a:hover .clr-red {
        background: #F36762;
        transform: scale(1.5);
        color: #fff;
    }

    .ful-nav li .clr-prt-green {
        color: #AEC454;
    }

    .ful-nav li a:hover .clr-prt-green {
        background: #AEC454;
        transform: scale(1.5);
        color: #fff;
    }

    .ful-nav li .clr-sky-blue {
        color: #93d2f9;
    }

    .ful-nav li a:hover .clr-sky-blue {
        background: #93d2f9;
        transform: scale(1.5);
        color: #fff;
    }

    .ful-nav li .clr-pink {
        color: #f17cb8;
    }

    .ful-nav li a:hover .clr-pink {
        background: #f17cb8;
        transform: scale(1.5);
        color: #fff;
    }

.bck-btn {
    color: #fff;
}

.ful-nav li a:hover .bck-btn {
    background: #0098A3;
    transform: scale(1.5);
}

.photo-gallery {
    position: relative;
    z-index: 1;
}

div.small {
    background: rgba(20,34,50,0.9);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 16%;
    //margin-left: -50px;
    //margin-top: -50px;
    transition: all .5s;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}

div.big {
    width: 100%;
    height: 100%;
    right: 0;
    margin-top: 0;
    margin-left: 0;
    border-radius: 0;
    z-index: 10;
    visibility: visible;
    opacity: 1;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.rmbr label {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.login-drp, .fltr-drp {
    background: #fff;
    padding: 20px;
    position: absolute;
    width: 400px;
    right: 0;
    border-top: #0098A3 solid 2px;
    box-shadow: 0 7px 10px 0 rgba(0,0,0,0.3);
    display: none;
    transition: none;
}

form .form-group:last-child {
    margin-bottom: 0;
}

/* inner-page css */

.inner-header {
    background: url(../images/inr-header.jpg) no-repeat bottom;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 20px;
}

    .inner-header h1 {
        margin-top: 15px;
        float: left;
        color: #EAB535;
        font-family: "raleway-sb";
    }

.inner-page #header::after {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    border-bottom: rgba(255,255,255,0.2) solid thin;
    content: " ";
    display: block;
}

.inner-heading-box {
    padding: 10px;
    border: #ccc solid thin;
    width: 100%;
    float: left;
}

.bg-grey {
    background: #e5e5e5;
}

.inr-search {
    width: 100%;
    float: left;
    border: #ccc solid thin;
    margin: 10px 0;
    background: #fff;
}

    .inr-search input, .inr-search select {
        border: none !important;
        height: 50px;
    }

        .inr-search input[type="text"] {
            padding-right: 0;
            width: 85%;
        }

.mrgn-btm-30 {
    margin-bottom: 30px;
}

.srch-heading {
    width: 100%;
    float: left;
}

    .srch-heading h3 {
        float: left;
        color: #142232;
        font-family: "Raleway-sb";
        font-size: 20px;
    }

        .srch-heading h3 span {
            color: #666;
            font-size: 17px;
            font-family: "raleway";
            margin-right: 7px;
        }

.views {
    float: right;
}

    .views .data-left {
        width: 150px;
        margin-left: 10px;
    }

.view-type {
    float: left;
    font-size: 20px;
    line-height: 20px;
    padding: 5px 7px;
    cursor: pointer;
    color: #999;
}

    .view-type.active {
        color: #eab535;
    }

.inner-page #footer {
    margin-top: 50px;
}

.fltr {
    position: relative;
    float: left;
    display: block;
    height: 50px;
    padding: 0 10px;
    border-left: #ccc solid thin;
}

    .fltr a {
        padding-left: 30px;
        line-height: 50px;
        font-size: 17px;
    }

        .fltr a::before {
            content: '\f31b';
            font-family: "Ionicons";
            color: #0098A3;
            position: absolute;
            display: block;
            top: 0;
        }

.fltr-drp {
    z-index: 20;
}

.book-inline {
    width: 100%;
    float: left;
    margin: 20px 0;
}

    .book-inline .book-thumb {
        height: 180px;
        width: 40%;
        float: left;
    }

        .book-inline .book-thumb img {
            margin-top: 0;
        }

    .book-inline .book-detail {
        width: 58%;
        float: left;
        padding: 20px 0;
        padding-right: 30px;
        padding-left: 10px;
    }

        .book-inline .book-detail h3 {
            font-size: 14px;
            font-family: "raleway-sb";
            margin-bottom: 15px;
        }

        .book-inline .book-detail .author {
            color: #666;
        }

            .book-inline .book-detail .author span {
                color: #2881c5;
            }

    .book-inline .span-3 {
        border: thin solid #ccc;
        margin: 0 0.5% 20px;
        padding: 10px 7px;
        position: relative;
        width: 32%;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .book-inline .btn {
        padding-right: 30px;
        position: relative;
        margin-left: 10px;
    }

        .book-inline .btn::after {
            position: absolute;
            right: 10px;
            color: #2881c5;
            content: '\f125';
            font-family: "Ionicons";
            font-size: 13px;
        }

.ttl-book {
    background: #eab535;
    padding: 5px 3px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 5px;
}

    .ttl-book::after {
        width: 100%;
        height: 14px;
        background: url(../images/ttl-book-bg.png) no-repeat;
        background-size: 100% 14px;
        position: absolute;
        bottom: -10px;
        left: 0;
        content: '';
    }

    .ttl-book h5 {
        color: #fff;
    }

/* pagination start*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline-block;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            line-height: 1.42857143;
            text-decoration: none;
            color: #999;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
            border-radius: 50%;
            margin: 0 5px;
            width: 40px;
            height: 40px;
            line-height: 38px;
            font-family: "castle";
        }

            .pagination > li > a.current,
            .pagination > li.current > span {
                background: #0098A3;
                color: #fff;
                border: #0098A3 solid thin;
            }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            z-index: 2;
            color: #fff;
            background-color: #0098A3;
            border-color: #0098A3;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #ffffff;
        background-color: #337ab7;
        border-color: #337ab7;
        cursor: default;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777777;
        background-color: #ffffff;
        border-color: #dddddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

/* pagination end */

.book-rslt {
    width: 100%;
    float: left;
}

    .book-rslt .row {
        margin-bottom: 30px;
    }

    .book-rslt .book-thumb img {
        margin: 0;
    }

.no-brdr {
    border: none;
}

.text-center, .tble-design .text-center {
    text-align: center;
}

.book-econtent-data .row {
    padding: 10px;
    padding-left: 50px;
    position: relative;
    margin-bottom: 15px;
}

.book-econtent-data .box-brdr-btm {
    border-bottom: #ccc solid thin;
}

.book-econtent-data .box-brdr {
    border: #ccc solid thin;
}

.book-econtent-data .row::before {
    position: absolute;
    left: 10px;
    content: '\f375';
    font-family: "Ionicons";
    font-size: 35px;
    display: block;
    color: #142232;
    top: 15px;
}

.book-econtent-data h3 {
    font-family: "raleway-sb";
    font-size: 20px;
}

.book-econtent-data li i {
    width: auto;
    margin-right: 15px;
    color: #EAB535;
}

.book-econtent-data li {
    padding: 3px 3%;
    color: #666;
    border-right: #0098a3 solid thin;
}

    .book-econtent-data li:first-child {
        padding-left: 0;
    }

    .book-econtent-data li:last-child {
        margin-right: 0;
        border-right: 0;
    }

.book-cover-dtl {
    width: 78.5%;
}

    .book-cover-dtl .cover-dtl-col {
        float: left;
        width: 50%;
        padding: 40px;
    }

.brdr-btm {
    border-bottom: #ccc solid thin;
}

.brdr-rgt {
    border-right: #ccc solid thin;
}



.book-rslt .book-thumb, .book-rslt .book-cover-dtl {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.book-rslt .book-thumb {
    margin-right: 20px;
    width: 19%;
}

.book-cover-dtl h4 {
    color: #0098a3;
    text-transform: uppercase;
    font-family: "raleway-sb";
}

.book-cover-dtl h2 {
    color: #142232;
    font-family: "castle";
}

iframe {
    width: 100%;
    float: left;
}

.pop-iframe {
    height: 500px;
}

.hide-thumb {
    display: none;
}

.our-highlight .item {
    text-align: center;
}

    .our-highlight .item img {
        width: 70%;
    }

.inr-links {
    display: none;
}

    .inr-links ul li {
        float: none;
        display: inline-block;
    }

ul.lists {
    width: 100%;
    float: left;
    margin: 15px 0;
}

    ul.lists li {
        padding-left: 25px;
        margin: 7px 0;
        width: 100%;
        position: relative;
        font-size: 16px;
        color: #666;
    }

        ul.lists li::before {
            position: absolute;
            left: 0;
            content: "\f120";
            font-family: "Ionicons";
            font-size: 17px;
            display: block;
            color: #EAB52C;
        }

.inr-drps {
    width: 100%;
    position: relative;
}

.center-div .main-nav, .inr-drps {
    position: relative;
    float: left;
    width: 100%;
}

    .inr-drps ul a.btn {
        display: block;
        padding: 7px 20px;
        font-size: 17px;
    }

    .inr-drps ul li {
        margin: 20px;
    }

.txt-white {
    color: #fff;
}

.ful-nav .inr-drps li span {
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 20px;
}

.go-main h4 {
    text-decoration: underline;
}

.big-img {
    width: 35%;
    display: block;
    margin-bottom: 2%;
}

.small-img {
    width: 25%;
}

.big-img.data-right {
    margin-left: 2%;
}

.big-img.data-left {
    margin-right: 2%;
}

.staff {
    width: 100%;
    float: left;
    display: block;
    text-align: center;
}

.staff-member {
    width: 25%;
    margin-bottom: 15px;
    padding: 15px 1%;
    padding-bottom: 0;
    display: inline-block;
    margin-left: -4px;
    vertical-align: top;
}

.staff-member-inr {
    width: 100%;
    border: #f9f9f9 solid thin;
}

.staff-dtl {
    padding: 10px 0;
    background: #f9f9f9;
}

    .staff-dtl h4 {
        color: #0098A3;
    }

.staff-member:hover .staff-member-inr {
    border: #0098A3 solid thin;
}

.staff-member:hover .staff-dtl {
    background: #0098A3;
    color: #fff;
}

    .staff-member:hover .staff-dtl h4, .staff-member:hover .staff-dtl a {
        color: #fff;
    }

.e-resources .rsrcs-img, .e-resources .span-6 {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.e-resources {
    text-align: center;
}

    .e-resources .rsrcs-img {
        padding: 0 30px;
    }

    .e-resources .row {
        border-bottom: #ccc solid thin;
        padding: 20px 0;
    }

.main-min-height {
    min-height: 350px;
}

.vid-cols i {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    font-size: 40px;
    top: 12%;
    color: #999;
}

.vid-cols li:hover i {
    color: #0098A3;
    transform: scale(1.3);
}

.vid-cols li {
    position: relative;
    padding: 10px;
    padding-left: 50px;
    padding-right: 30px;
    width: 19.5%;
    min-height: 70px;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.vid-cols h3 {
    font-family: "castle";
    color: #333;
}

.hide {
    display: none;
}

.inline-div {
    width: 100%;
    float: left;
}

    .inline-div .cols-pop {
        width: 50%;
        float: left;
        padding-right: 20px;
        margin-bottom: 15px;
    }

.play-video {
    width: 100%;
    text-align: center;
    float: left;
    margin: 15px 0;
}

input[type="radio"], input[type="checkbox"] {
    width: auto;
    float: left;
    height: auto;
}

.inline-radio-chck {
    width: 100%;
    float: left;
}

    .inline-radio-chck .block {
        float: left;
        position: relative;
        overflow: hidden;
        margin-top: 15px;
    }

    .inline-radio-chck input {
        margin-left: -50px;
    }

    .inline-radio-chck label {
        float: left;
        padding: 5px 15px;
        background: #e5e5e5;
    }

        .inline-radio-chck label:hover {
            cursor: pointer;
        }

    .inline-radio-chck input.same-clr:checked + label {
        color: #fff;
        background: #4EA5DF;
    }

    .inline-radio-chck .radio-block label {
        display: none;
    }

    .inline-radio-chck .block {
        width: auto;
        float: left;
    }

.stats-data {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.tble-design-2 .three {
    width: 10%;
}

.tble-design-2 .two {
    width: 60%;
}

.no-data {
    width: 100%;
    float: left;
    background: #f9f9f9;
    border: #e5e5e5 solid thin;
    border-radius: 3px;
    text-align: center;
    padding: 10px;
    color: #666;
}

#divUserLogOut {
    position: relative;
}

    #divUserLogOut ul {
        width: 100%;
        position: absolute;
        left: 0;
    }

        #divUserLogOut ul li {
            width: 100%;
            display: block;
        }

        #divUserLogOut ul a.btn-green {
            display: block;
            font-size: 14px;
            background: #057d86;
        }

.inr-heading h2 {
    float: left;
}

.video-search {
    float: right;
}

    .video-search select {
        float: left;
        width: 200px;
    }

    .video-search .srch-txt {
        float: left;
        padding-top: 5px;
        margin-right: 10px;
    }

.inner-breadcrums {
    width: 100%;
    float: left;
    background: #f1f1f1;
    clear: both;
    padding: 10px;
    margin-bottom: 20px;
}

    .inner-breadcrums a {
        padding: 5px 10px;
        border-right: #0098a3 dotted 2px;
        float: left;
    }

        .inner-breadcrums a:last-child {
            border-right: none;
        }

.video-inr-search {
    width: 100%;
    float: left;
    margin: 15px 0;
}

    .video-inr-search span {
        margin-bottom: 10px;
        display: block;
    }

    .video-inr-search input {
        height: 50px;
        width: 400px;
        margin-right: 10px;
    }

        .video-inr-search input.btn {
            width: auto;
        }


#LoadingDiv {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
}

    #LoadingDiv img {
        display: block;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        padding: 2px;
        color: #fff;
    }

.side-img {
    float: left;
    width: 25%;
    position: relative;
    overflow: hidden;
}

.section-inr {
    width: 72%;
    float: right;
    padding-top: 50px;
}

    .section-inr h2 strong {
        color: #0098A3;
    }

    .section-inr .span-3 h3 {
        font-size: 17px;
        margin-top: 7px;
        width: 100%;
        float: left;
    }

    .section-inr .span-3 img {
        width: 50%;
    }

    .section-inr .span-3 {
        text-align: center;
    }

        .section-inr .span-3 iframe {
            width: 100%;
        }

    .section-inr .span-3 {
        margin: 0 1%;
    }

.hover {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5) url(../images/plus-hover.png) no-repeat center;
    transform: scale(1.1);
    opacity: 0;
    position: absolute;
    display: block;
}

.gwr-pics {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

    .side-img:hover .hover, .gwr-pics:hover .hover, .img-col:hover .hover {
        opacity: 1;
        transform: scale(1);
    }

#gwr-slider {
    margin: 30px 0;
    float: left;
    width: 100%;
}

    #gwr-slider .item {
        margin: 0 10px;
    }

.horizontal-scroll div, .vertical-scroll div {
    transition: none;
}

.horizontal-scroll .mCSB_horizontal.mCSB_inside > .mCSB_container {
    width: 100% !important;
}

img.sm-loader {
    width: 30px !important;
    height: 30px !important;
    margin-top: 50px
}

.hypr-lnk {
    float: left;
    clear: both;
    width: 100%;
    font-size: 17px;
    margin-bottom: 10px;
    word-break: break-all;
}

.top-btm-padding {
    padding: 50px 0;
}

.usful-web {
    width: 100%;
    float: left;
    margin-top: 20px;
}

    .usful-web h3 {
    }

.staff-pic {
    width: 100%;
    float: left;
    position: relative;
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 10px;
}

.staff-dtl h3 {
    text-transform: capitalize;
    margin-bottom: 5px;
}

.eml {
    padding: 0 10px;
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
}

.img-col {
    width: 20%;
    float: left;
    position: relative;
    padding: 5px;
}

.img-col-inr {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

/*AUTOCOMPLETE CSS*/
.ui-helper-hidden-accessible {
    display: none !important;
}

.books-search-auto {
    width: 100% !important;
    padding: 10px;
    background: #fff;
    border: #ccc solid thin;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    z-index: 100;
    position: absolute !important;
}

    .books-search-auto li {
        list-style: none;
        position: relative;
        font-size: 16px !important;
        color: #424951;
        padding: 0;
        box-sizing: border-box;
        border-bottom: #ccc solid thin;
        float: left;
        width: 100%;
        cursor: pointer;
        line-height: 30px;
        line-height: normal;
        padding: 7px 10px;
    }

        .books-search-auto li.ui-state-focus {
            color: white !important;
            background-color: #00a9b4 !important;
        }

        .books-search-auto li div.maindata {
            float: left;
            font-weight: normal;
        }

        .books-search-auto li div.subdata {
            float: left;
            font-weight: bold;
        }

.marktext {
    background-color: #8cd5df !important;
}
/*----*/
.fltr-new {
    float: left;
    position: absolute;
    top: 5px;
    left: 40px;
    padding-right: 7px;
    border-right: #ccc solid thin;
}

    .fltr-new select {
        width: 100px;
        height: 40px;
        border: none;
    }

.inr-search .fltr-new {
    top: 15px;
}

.display-flex {
    display: flex !important;
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

.justify-content-space-between {
    justify-content: space-between;
}


/*Useful webs links css*/

.useful-webs-section {
    background: #f5f5f5;
    padding: 50px 0;
}

.useful-webs-main-links {
    width: 100%;
    float: left;
}

    .useful-webs-main-links a {
        float: left;
        display: block;
        border: #ccc solid thin;
        padding: 10px 20px;
        border: #ccc solid thin;
        color: #000;
        margin-bottom: 10px;
        margin-right: 10px;
        border-radius: 30px;
        z-index: 1;
    }

        .useful-webs-main-links a:hover {
            background: #00a9b4;
            border-color: #fff;
            color: #fff;
            box-shadow: 0 0 15px 0 rgba(0,169,180,0.5);
            z-index: 2;
            transform: scale(1.1);
        }

/*Useful webs links css end*/

.loc-slider {
    width: 100%;
    float: left;
}

#loc-slider .owl-controls {
    bottom: 42px !important;
}

#view-content .modal-dialog {
    height: 80%;
}

    #view-content .modal-dialog .modal-body, #view-content .modal-dialog .modal-body iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

.btn-years {
    margin-bottom: 15px;
    width: 100%;
    float: left;
}


    .btn-years a.btn {
        font-size: 17px;
    }

/*24-8-2021*/

.all-resource-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    float: left;
}

    .all-resource-logo .resrcs-logos {
        width: 25%;
        padding: 10px;
        justify-content: center;
        align-content: center;
    }



        .all-resource-logo .resrcs-logos ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: flex-start;
            width: 100%;
        }

            .all-resource-logo .resrcs-logos ul li {
                margin: 0;
                width: auto;
            }

.text-center.heading h2 {
    width: 100%;
}

.enquiry-row {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0 0;
    border-top: rgba(255,255,255,0.1) solid thin;
    float: left;
    color: #fff;
    font-size: 20px;
    font-family: "raleway-sb";
    align-items: center;
}

    .enquiry-row a {
        color: #eab535;
        font-family: "raleway-sb";
    }

        .enquiry-row a:hover {
            color: #fff;
        }

.email-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    background: #00a9b4;
    line-height: 55px;
    font-size: 40px;
    border: #fff solid 2px;
    margin: 10px;
}

.for-enq {
    width: 250px;
    text-align: right;
    max-width: 100%;
}
a:link {text-decoration:none;}

/*custome css*/
.useful-webs-main-links.a_row_fix {
	display: flex;
}
.a_row_fix .dvOpenResource {
	width: 50%;
	padding-right: 40px;
}
.a_row_fix .dvOpenResource h3 {
	font-size: 20px;
	margin-bottom: 25px;
}
.useful-webs-main-links.a_row_fix a {
	width: 100%;
}

.gallery-inr {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}