﻿@import url('http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:400,600,700');
@import url('font-awesome.css');
@import url('animate.css');

* {
    margin: 0;
    /*padding: 0;*/
    border: 0;
    text-decoration: none;
}

body {
    /*font-family: 'Montserrat', sans-serif;*/
    font-weight: 300;
    line-height: 2em !important;
    color: #000;
    font-size: 13px;
}

/*a {
    color: #000;
}*/

ul, ol {
    color: #000;
}

    a:active {
        outline: 0;
    }

.clear {
    clear: both;
}

h1, h2 {
    font-weight: 600;
    line-height: 1.1em;
    color: #000;
    /*margin-bottom: 20px;*/
    text-transform: uppercase;
}

h3, h4, h5, h6 {
    line-height: 1.5em;
    color: #000;
    font-weight: 700;
    /* margin-bottom: 20px; */
}

ul, ol {
    /*list-style:none;*/
}

input, button, select, textarea {
    /*border-radius: 0px !important;*/
    /*border: 1px solid #ccc;*/
}

.timetable {
    background: #ff9818;
    padding: 5px 23px;
}

    .timetable hr {
        color: #fff;
        padding-top: 29px;
        margin-bottom: 20px !important;
    }

    .timetable dl {
        color: #fff;
    }

    .timetable dt {
        color: #fff;
    }

    .timetable dd {
        color: #fff;
    }

#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

.brdr1 {
    border-top: none;
    background: #F9A825;
    color: #fff !important;
    height: 330px;
    border: 1px solid #1A237E;
    padding: 5px 30px;
    /* margin-top: -120px; */
}

.brdr {
    border-top: none;
    background: #F9A825;
    color: #fff !important;
    height: auto;
    border: 1px solid #1A237E;
    padding: 5px 30px;
    /* margin-top: -120px; */
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.section-title {
    /*border-top: 4px solid #1A237E;
    border-bottom: 4px solid #1A237E;*/
    /* border: 1px solid #047FB8; */
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0px 20px;
}

    .section-title p {
        color: #000;
    }



.mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
}

.mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
}

h1.heading, h2.heading, h3.heading {
    font-size: 40px;
    color: #333;
    font-weight: 600;
    position: relative;
    margin-top: 0px;
}

h4.position {
    position: absolute;
    top: 30%;
    left: 18%;
    font-size: 80px;
    color: #b7d7eb;
    opacity: .9;
    z-index: 1;
    font-weight: 900;
}

h1.heading span, h2.heading span, h3.heading span {
    font-weight: 600;
}

.text-uppercase {
    text-transform: uppercase !important;
}


/*SERVICES*/
.demo {
    background: #e2e2e2;
}

/*.serviceBox {
    color: #F9A11C;
    padding: 0 10px 10px;
    background-color: #F9A11C;
    border: 1px solid transparent;
    border-radius: 35px;
    margin: 80px 0 0px;
    position: relative;
}

    .serviceBox .service-content {
        text-align: center;
        height: 380px;
        padding: 15px 20px 10px;
        margin-top: -80px;
        border-radius: 0 0 25px 25px;
        background-color: #fff;
        position: relative;
        transition: all 0.3s;
        border: 1px dashed #ccc;
    }

        .serviceBox .service-content:hover {
            box-shadow: 0 0 20px -5px #000;
        }

        .serviceBox .service-content:after {
            <!-- content: ''; -->
            height: 50px;
            width: 50px;
            border: 25px solid transparent;
            border-top: 25px solid #fff;
            transform: translateX(-50%);
            position: absolute;
            bottom: -50px;
            left: 50%;
        }

    .serviceBox .service-icon {
        display: inline-block;
        color: #F9A11C;
        font-size: 52px;
        margin-bottom: 10px;
        transition: all 0.3s ease 0s;
    }

    .serviceBox:hover .service-icon {
        transform: rotateX(360deg);
    }

    .serviceBox .title {
        font-size: 22px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 0 10px;
        color: #F9A11C;
    }

    .serviceBox .description {
        font-size: 15px;
        line-height: 25px;
        margin: 0;
    }

    .serviceBox .read-more {
        display: block;
        width: 60%;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        color: #fff !important;
        padding: 10px 0;
        background-color: #f9a11c;
        border-radius: 15px;
        transform: translateX(-50%);
        transition: all 0.3s ease 0s;
        position: absolute;
        left: 50%;
        bottom: -20px;
    }

        .serviceBox .read-more a {
            color: #fff !important;
        }

        .serviceBox .read-more:hover {
            text-decoration: none;
            letter-spacing: 2px;
            box-shadow: 0 0 10px #000;
        }

    .serviceBox.green {
        background-color: #44BB85;
    }

        .serviceBox.green .service-icon {
            color: #44BB85;
        }

        .serviceBox.green .read-more {
            background-color: #007A6D;
        }

    .serviceBox.blue {
        background-color: #36BFC5;
    }

        .serviceBox.blue .service-icon {
            color: #36BFC5;
        }

        .serviceBox.blue .read-more {
            background-color: #015F65;
        }

    .serviceBox.red {
        background-color: #f23d3a;
    }

        .serviceBox.red .service-icon {
            color: #f23d3a;
        }

        .serviceBox.red .read-more {
            background-color: #ad0e0c;
        }*/

.keyperson {
    /*position: absolute;*/
    /*top: 35px;*/
    z-index: 99;
    /*padding: 10px*/
}

    .keyperson ul {
        padding-left: 0px;
        margin-left: 15px;
    }

        .keyperson ul li {
            margin-bottom: 15px;
            padding: 0;
            display: block;
            overflow: hidden;
            /*background: -webkit-linear-gradient(top, #f5f8f6, #c8e5f5);
        background: -moz-linear-gradient(top, #f5f8f6, #c8e5f5);
        background: -ms-linear-gradient(top, #f5f8f6, #c8e5f5);
        background: -o-linear-gradient(top, #f5f8f6, #c8e5f5);*/
            border-radius: 0px;
            border: 1px solid #ccc;
            background: #c8e5f5;
        }

            .keyperson ul li p {
                /*width: 71%;*/
                margin: 0px 0 0;
                font-weight: bold;
            }

            .keyperson ul li span, .keyperson ul li p {
                float: left
            }

            .keyperson ul li span {
                padding: 4px
            }

            .keyperson ul li p {
                padding: 4px 6px;
                color: #004b8f;
            }

            .keyperson ul li span {
                background: #242424;
            }

    .keyperson img {
        float: left;
        padding: 3px;
        background: #fff;
        width: auto;
        height: 76px;
        border-radius: 60px;
        margin: 4px;
    }

    .keyperson small {
        clear: both;
        /*padding: 6px;*/
        color: #000;
        font-size: 95%
    }

/*welcome keyperson*/


/*.login {
    width:50%;
    margin: 0 auto;
}*/

@media only screen and (max-width:1440px) {

    .keyperson ul li:first-child {
        /*margin-right: 14px;*/
        width: 100%
    }

    .keyperson ul li:nth-child(2n+1) {
        /*margin-right: 14px;*/
        width: 100%
    }
}

@media only screen and (max-width:1360px) {

    .keyperson ul li:first-child {
        /*margin-right: 14px;*/
        width: 100%
    }

    .keyperson ul li:nth-child(2n+1) {
        /*margin-right: 14px;*/
        width: 100%
    }
}



@media only screen and (max-width:1024px) {

    .keyperson ul li:first-child {
        /*margin-right: 14px;*/
        width: 100%
    }

    .keyperson ul li:nth-child(2n+1) {
        /*margin-right: 14px;*/
    }
}

@media only screen and (max-width:990px) {
    /*.serviceBox {
        margin-bottom: 60px;
    }*/

        .serviceBox .service-content {
            padding: 20px 15px 30px;
        }

    .keyperson ul {
        margin-left: 0px;
        margin-top: 30px;
    }

        .keyperson ul li {
            margin-bottom: 15px;
            padding: 0;
            display: block;
            overflow: hidden;
            /*background: -webkit-linear-gradient(top, #f5f8f6, #c8e5f5);
        background: -moz-linear-gradient(top, #f5f8f6, #c8e5f5);
        background: -ms-linear-gradient(top, #f5f8f6, #c8e5f5);
        background: -o-linear-gradient(top, #f5f8f6, #c8e5f5);*/
            border-radius: 0px;
            border: 1px solid #ccc;
            background: #c8e5f5;
        }

            .keyperson ul li p {
                /*width: 71%;*/
                margin: 0px 0 0;
                font-weight: bold;
            }

            .keyperson ul li span, .keyperson ul li p {
                float: left
            }

            .keyperson ul li span {
                padding: 4px
            }

            .keyperson ul li p {
                padding: 4px 6px;
                color: #004b8f;
            }

            .keyperson ul li span {
                background: #242424;
            }

            .keyperson ul li:first-child {
                /*margin-right: 14px;*/
            }

            .keyperson ul li:nth-child(2n+1) {
                margin-right: 14px;
                float: left;
                width: 49%;
            }

    .keyperson img {
        float: left;
        padding: 3px;
        background: #fff;
        width: auto;
        height: 76px;
        border-radius: 60px;
        margin: 4px;
    }

    .keyperson small {
        clear: both;
        /*padding: 6px;*/
        color: #000;
        font-size: 95%
    }
}

@media only screen and (max-width:767px) {
    /*.serviceBox {
        margin-bottom: 130px;
    }*/
    .jaljeevan-banner {
        margin-top: 0px !important
    }
    .more-news {
        margin-top: 10px!important;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        min-height: 0px !important;
    }
    .m_hide {
        display: none;
    }

    .h_logo {
        width: 80%;
        height: auto;
    }

    .shasan {
        margin: 12px 0px;
        width: 40%;
        height: auto;
    }

    .enbI {
        margin: 12px 0px;
        float: right;
        width: 22%;
    }
}
/*SERVICES*/

@media only screen and (max-width:767px) {
    /*.serviceBox {
        margin-bottom: 130px;
    }*/

    .keyperson ul li:first-child {
        /*margin-right: 14px;*/
    }

    .keyperson ul li:nth-child(2n+1) {
        /*margin-right: 14px;*/
        width: 100%;
    }
}


p {
    color: #000;
    /*padding: 5px 0px;*/
    /*text-align: justify;*/
    font-weight: 400;
    /*font-size: 14px;*/
}

    p i {
        color: #000;
    }

ul.withArrow {
    padding-left: 0px;
}

    ul.withArrow li {
        list-style: none;
        padding: 0px 0px 5px;
    }

        ul.withArrow li:hover {
            color: #047FB8
        }

        ul.withArrow li span {
            margin-right: 5px;
            font-weight: 600;
            color: #000;
            border: 1px solid;
            padding: 4px 8px;
            font-size: 11px;
            border-radius: 50%;
            height: 20px;
            width: 20px;
        }

            ul.withArrow li span:hover {
                color: #047FB8;
            }

        ul.withArrow li a {
            color: #000;
            text-decoration: none;
            border-bottom: 1px dashed #ccc;
            padding-bottom: 8px;
            display: block;
            text-align: left;
        }

            ul.withArrow li a:hover {
                color: #000 !important;
                text-decoration: underline;
            }




ul.withArrow {
    padding-left: 0px;
    height: 225px;
    overflow: hidden;
}

    ul.withArrow li {
        list-style: none;
        padding: 0px 0px 5px;
    }

        ul.withArrow li:hover {
            color: #047FB8
        }

        ul.withArrow li span {
            margin-right: 5px;
            font-weight: 600;
            color: #000;
            border: 1px solid;
            padding: 4px 8px;
            font-size: 11px;
            border-radius: 50%;
            height: 20px;
            width: 20px;
        }

ol.office li span:hover {
    color: #047FB8;
}

ol.office li a {
    color: #000;
    text-decoration: none;
    /* border-bottom: 1px dashed #ce6f00; */
    padding-bottom: 8px;
    display: block;
    text-align: left;
}

    ol.office li a:hover {
        color: #000 !important;
        text-decoration: underline;
    }

.nav {
}

#wrapper a, #footer a {
    /* color: #e8914c; */
    text-decoration: none;
    /* border-bottom: 1px dotted #e8914c; */
}

    #wrapper a:hover, #footer a:hover {
        color: #1A237E;
        /* border-bottom: 1px dotted #eab209; */
    }

/*footer ul {
    margin-top: 50px;
}*/


#footer {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}

    #footer p {
        color: rgba(255,255,255,.5);
    }
/*

	This is the only semi-important stuff for plugin installation
	It's just an example, so customize away!
*/

#vertical-ticker {
    height: 220px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    /* -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4); */
    list-style: none;
}

    #vertical-ticker li {
        padding: 7px 0px;
        display: block;
        /* background: #efefef; */
        color: #000;
        border-bottom: 1px dashed #ccc;
        text-align: left;
    }

#vertical-ticker1 {
    height: 220px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    /* -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4); */
    list-style: none;
}

    #vertical-ticker1 li {
        padding: 8px 0px;
        display: block;
        /* background: #efefef; */
        color: #fff;
        border-bottom: 1px dashed #ce6f00;
        text-align: left;
    }

.rm_btn {
    background: #f9a825;
    padding: 2px 8px;
    border-radius: 3px;
    color: #000;
}

    .rm_btn:hover {
        color: #000;
    }

.widget {
    color: #fff;
}

.row, .row-fluid {
    margin-bottom: 0px;
}

    .row .row, .row-fluid .row-fluid {
        /*margin-bottom: 30px;*/
    }

    .row.nomargin, .row-fluid.nomargin {
        margin-bottom: 0;
    }

.about-image img {
    width: 100%;
}

img.img-polaroid {
    margin: 0 0 20px 0;
}

.img-box {
    max-width: 100%;
}

/*.navbar-toggle {
    float:left;
    margin-left:15px;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
    margin-top: 10px;
}*/

.service-v1 h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.section-padding {
    padding: 60px 0;
}
/*  Header
==================================== */
.topbar {
    background-color: #f3f3f3;
    padding: 2px 0;
    color: #fff;
}

    .topbar .container .row {
        margin: 0;
        padding: 0;
    }

        .topbar .container .row .col-md-12 {
            padding: 0;
        }

    .topbar p {
        margin: 0;
        display: inline-block;
        font-size: 13px;
        color: #5a5a5a;
    }

        .topbar p > i {
            margin-right: 5px;
            color: #ff9818;
        }

        .topbar p:last-child {
            text-align: right;
        }

.top-header {
    background: #000;
    padding: 2px;
}

    .top-header input {
        margin: 0px;
        cursor: pointer;
        padding: 4px 4px;
    }

    .top-header span {
        font-weight: bolder;
        margin: 0px 0px;
        display: inline-block;
        padding: 4px 2px;
    }

    .top-header a {
        font-weight: bolder;
        margin: 0px 0px;
        display: inline-block;
        padding: 4px 2px;
    }

.top-social {
    list-style: none;
    display: -webkit-box;
    margin: 2px;
    margin-left: -40px
}

    .top-social a {
        padding: 4px 5px;
        color: #fff;
        display: block;
        text-decoration: none;
    }

        .top-social a:hover {
            padding: 4px 5px;
            color: #fff;
            display: block;
        }

    .top-social select {
        height: 26px;
        padding: 2px;
        margin: 2px;
    }

    .top-social input {
        height: 26px;
        padding: 2px;
        margin: 2px;
    }

.shasan {
    margin:8px 0px;
}

/*.h_logo {
    width:;
    height:;
    top:;
}*/

.enbI {
    margin: 8px 0px;
    float: right;
}


header h1 {
    font-weight: 600;
    font-size: 36px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 14px
}

header h4 {
    padding: 0px;
}

header .row, .row-fluid {
    margin-bottom: 0px;
}

.navbar-default {
    border: none;
}

.navbar-toggle {
    float: left;
    margin-left: 4px;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
    /*margin-top: 10px;*/
}

.navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 4px;
    margin-right: 15px;
    margin-bottom: 4px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

header .navbar {
    margin-bottom: 0;
}

.navbar-brand {
    color: #222;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -1px;
    margin-top: 20px;
    padding: 0 0 0 15px;
}

.navbar-default .navbar-brand {
    color: #1891EC;
}

header .navbar-collapse ul.navbar-nav {
    /*float: right;*/
    /*margin-right: 0;*/
}

header .navbar {
    min-height: 70px;
    padding: 18px 0;
    background: #0892D0;
}

.home-page header .navbar-default {
    background: #1A237E;
    width: 100%;
    border-bottom: 1px solid #fff;
    border-top: 2px solid #1A237E;
}

header .nav li a:hover,
header .nav li a:focus,
header .nav li.active a,
header .nav li.active a:hover,
header .nav li a.dropdown-toggle:hover,
header .nav li a.dropdown-toggle:focus,
header .nav li.active ul.dropdown-menu li a:hover,
header .nav li.active ul.dropdown-menu li.active a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:hover,
header .navbar-default .navbar-nav > .open > a:focus {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background:none;
    color:#fff;
}


header .navbar {
    min-height: auto;
    padding: 0;
}

header .navbar-nav > li {
    padding-bottom: 12px;
    padding-top: 12px;
    padding: 0 !important;
}

    header .navbar-nav > li > a {
        /* padding-bottom: 6px; */
        /* padding-top: 5px; */
        margin-left: 2px;
        line-height: 30px;
        font-weight: 800;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

.dropdown-menu li a:hover {
    /*color: #F9A825 !important;
    background: #000 !important;*/
    /* font-weight:800; */
}

header .nav .caret {
    /* border-bottom-color: #ff9818;
    border-top-color: #ff9818; */
}

    header .nav .caret:hover {
        border-bottom-color: #fff;
        border-top-color: #fff;
    }

.navbar-default .navbar-nav a {
    color: #000;
    background:;
}

/*.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #fff;
}*/

/*.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #F9A825;
    color:#000;
}*/


.dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    border: none;
}

    .dropdown-menu li:last-child {
        padding-bottom: 0 !important;
        margin-bottom: 0;
    }

header .nav li .dropdown-menu {
    padding: 0;
    background: #ffffff;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.22);
}

    header .nav li .dropdown-menu li a {
        line-height: 28px;
        padding: 8px 12px;
        border-bottom: 1px dotted #ccc;
    }

/* --- menu --- */
.flex-caption p {
    line-height: 22px;
    font-weight: 300;
    color: #adadad;
}

header .navigation {
    float: right;
}

header ul.nav li {
    border: none;
    margin: 0;
    list-style:none;
}

    header ul.nav li a {
        /*font-size: 12px;*/
        border: none;
        font-weight: 600;
        text-transform: uppercase;
        padding: 4px 6px;
    }

    header ul.nav li ul li a {
        /*font-size: 12px;*/
        border: none;
        font-weight: 300;
        text-transform: uppercase;
    }


.navbar .nav > li > a {
    /*color: #fff;*/
    text-shadow: none;
    /*border: 1px solid rgba(255, 255, 255, 0) !important;
    background: #1A237E;*/
    border-radius: 0px;
}

header ul.nav li:active {
    /*background: #F9A825;
    color: #1A237E;*/
}

.navbar .nav a:hover {
    /*background: #000;
    color: #fff;*/
    color: #fff;
    background:#0892D0;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover {
    background: none;
}

    .navbar .nav > .active > a:active, .navbar .nav > .active > a:focus {
        background: none;
        outline: 0;
        font-weight: 700;
    }

.navbar .nav li .dropdown-menu {
    z-index: 2000;
}

header ul.nav li ul {
    margin-top: 1px;
}

    header ul.nav li ul li ul {
        margin: 1px 0 0 1px;
    }

.dropdown-menu .dropdown i {
    position: absolute;
    right: 0;
    margin-top: 3px;
    padding-left: 20px;
}

.navbar .nav > li > .dropdown-menu:before {
    display: inline-block;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-bottom-color: none;
    content: none;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    /*color: #1A237E !important;
    background-color: #F9A825 !important;*/
    /*border-radius: 5;*/
    /*color: #67CAD6 !important;*/
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-nav > li > a:active {
    color: #fff;
    /*background-color: #F9A825;*/
    border-radius: 0;
}

ul.nav li.dropdown a {
    z-index: 1000;
    display: block;
}

select.selectmenu {
    display: none;
}

.pageTitle {
    color: #fff;
    margin: 0px 0 3px;
    display: inline-block;
}

#banner {
    width: 100%;
    background: #000;
    position: relative;
    margin: 0;
    padding: 0;
}

/*  Sliders
==================================== */

.bg00 {
    background-image: url(../../Images/header_bg.jpg);
    background-size: cover;
}

.bg01 {
    background-image: url(../img/bg1.jpg);
    background-size: cover;
}

.bg02 {
    background-image: url(../img/bg/bg02.png) !important;
    background-size: cover;
    background-position: center;
}

.bg03 {
    background-image: url(../img/bg/bg03.jpg) !important;
    background-size: cover;
    background-position: center;
}

.bg04 {
    background-image: url(../Images/bg/bg04.png) !important;
    background-size:;
    background-position: center;
}

#home {
    /*background: url(../Images/bg/bg_Section.jpg) no-repeat center center fixed;*/
    background-size: auto auto;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    background-size: cover;
    vertical-align: top;
    /*padding: 60px 0px;*/
}
/* --- flexslider --- */
#main-slider:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(43, 150, 204, 0.1);
    z-index:;
    position: absolute;
}

.flex-direction-nav a {
    display: none;
}

.flexslider {
    padding: 0;
    background: #fff;
    position: relative;
    zoom: 1;
}

.flex-direction-nav .flex-prev {
    left: 0px;
}

.flex-direction-nav .flex-next {
    right: 0px;
}

.flex-caption {
    zoom: 1;
    bottom: 198px;
    background-color: transparent;
    color: #fff;
    margin: 0;
    padding: 2px 25px 0px 30px; /* position: absolute; */
    left: 0;
    text-align: center;
    margin: 0 auto;
    right: 0px;
    display: inline-block;
    bottom: 50px;
    width: 50%;
    right: 0 !important;
    border-radius: 15px 15px 0 0;
}

    .flex-caption h3 {
        color: #fff;
        letter-spacing: 0px;
        margin-bottom: 8px;
        text-transform: uppercase;
        font-size: 36px;
        font-weight: 700;
    }

    .flex-caption p {
        margin: 12px 0 18px;
        font-size: 19px;
        font-weight: 400;
    }

.skill-home {
    margin-bottom: 50px;
}

.c1 {
    border: #ed5441 1px solid;
    background: #ed5441;
}

.c2 {
    border: #24c4db 1px solid;
    background: #24c4db;
}

.c3 {
    border: #1891EC 1px solid;
    background: #1891EC;
}

.c4 {
    border: #609cec 1px solid;
    background: #609cec;
}

.skill-home .icons {
    padding: 0px;
    width: 94px;
    height: 94px;
    color: #fff;
    font-size: 42px;
    font-size: 38px;
    text-align: center;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 0;
    display: inline-table;
    border: 4px solid #047FB8;
    color: #ff9818;
    background: transparent;
    border-radius: 0;
    background: #ffffff;
}

.skill-home h2 {
    padding-top: 20px;
    font-size: 36px;
    font-weight: 700;
}

.testimonial-solid {
    padding: 50px 0 60px 0;
    margin: 0 0 0 0;
    background: #FFFFFF;
    text-align: center;
}

.testi-icon-area {
    text-align: center;
    position: absolute;
    top: -84px;
    margin: 0 auto;
    width: 100%;
}

    .testi-icon-area .quote {
        padding: 15px 0 0 0;
        margin: 0 0 0 0;
        background: #ffffff;
        text-align: center;
        color: #1891EC;
        display: inline-table;
        width: 70px;
        height: 70px;
        -ms-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        font-size: 42px;
        border: 1px solid #1891EC;
        display: none;
    }

.text-center img {
    margin: auto;
}

.aboutUs {
    padding: 0px;
    background: #F2F2F2;
}

img.img-center {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.home-about {
    padding: 60px 0 0px;
}

    .home-about hr {
        padding: 0;
        margin: 0;
    }

    .home-about .info-box {
    }
/* Testimonial
----------------------------------*/
.testimonial-area {
    padding: 0 0 0 0;
    margin: 0;
    background: url(../img/low-poly01.jpg) fixed center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}

.testimonial-solid p {
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    font-style: italic;
}

section.hero-text {
    background: #F4783B;
    padding: 50px 0 50px 0;
    color: #fff;
}

    section.hero-text h1 {
        color: #fff;
    }

/* Clients
------------------------------------ */
#clients {
    padding: 60px 0;
}

    #clients .client .img {
        height: 76px;
        width: 138px;
        cursor: pointer;
        -webkit-transition: box-shadow .1s linear;
        -moz-transition: box-shadow .1s linear;
        transition: box-shadow .1s linear;
    }

        #clients .client .img:hover {
            cursor: pointer;
            /*box-shadow: 0px 0px 2px 0px rgb(155, 155, 155);*/
            border-radius: 8px;
        }

    #clients .client .client1 {
        background: url("../img/client1.png") 0 -75px;
    }

        #clients .client .client1:hover {
            background-position: 1px 0px;
        }

    #clients .client .client2 {
        background: url("../img/client2.png") 0 -75px;
    }

        #clients .client .client2:hover {
            background-position: -1px 0px;
        }

    #clients .client .client3 {
        background: url("../img/client3.png") 0 -76px;
    }

        #clients .client .client3:hover {
            background-position: 0px 0px;
        }


/* Content
==================================== */

#content {
    position: relative;
    background: #fff;
    padding: 60px;
}

.cta-text {
    text-align: center;
    margin-top: 10px;
}


.big-cta .cta {
    margin-top: 10px;
}

.box {
    width: 100%;
}

.box-gray {
    background: #f8f8f8;
    padding: 20px 20px 30px;
}

    .box-gray h4, .box-gray i {
        margin-bottom: 20px;
    }

.box-bottom {
    padding: 20px 0;
    text-align: center;
}

    .box-bottom a {
        color: #fff;
        font-weight: 700;
    }

        .box-bottom a:hover {
            color: #eee;
            text-decoration: none;
        }


/* Bottom
==================================== */

#bottom {
    background: #fcfcfc;
    padding: 50px 0 0;
}
/* twitter */
#twitter-wrapper {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

#twitter em {
    font-style: normal;
    font-size: 13px;
}

    #twitter em.twitterTime a {
        font-weight: 600;
    }

#twitter ul {
    padding: 0;
    list-style: none;
}

    #twitter ul li {
        font-size: 20px;
        line-height: 1.6em;
        font-weight: 300;
        margin-bottom: 20px;
        position: relative;
        word-break: break-word;
    }


/* page headline
==================================== */

#inner-headline {
    background: #e8f5ff;
    position: relative;
    margin: 0;
    padding-top: 100px;
    color: #878787 !important;
    border-bottom: 1px solid #e3e3e3;
}


    #inner-headline h2.pageTitle {
        color: #3c3c3b;
        padding: 5px 0;
        display: block;
        font-size: 30px;
    }

.print {
    list-style-type: none !important;
    padding: 8px 15px;
    margin-bottom: 0px !important;
    list-style: none;
    background: none;
    border-radius: 4px;
    float: right;
}

/* --- breadcrumbs --- */
#inner-headline ul.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px !important;
    list-style: none;
    background: none;
    border-radius: 4px;
    float: left;
}

    #inner-headline ul.breadcrumb li {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #inner-headline ul.breadcrumb li {
        font-size: 13px;
        color: #878787;
    }

        #inner-headline ul.breadcrumb li::after {
            list-style-type: none
        }

        #inner-headline ul.breadcrumb li i {
            color: #dedede;
        }

        #inner-headline ul.breadcrumb li a {
            color: #fff;
        }

ul.breadcrumb li a:hover {
    text-decoration: none;
}

/* Forms
============================= */

/* --- contact form  ---- */
form#contactform input[type="text"] {
    width: 100%;
    border: 1px solid #f5f5f5;
    min-height: 40px;
    padding-left: 20px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form#contactform textarea {
    border: 1px solid #f5f5f5;
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form#contactform .validation {
    font-size: 11px;
}

#sendmessage {
    border: 1px solid #e6e6e6;
    background: #f6f6f6;
    display: none;
    text-align: center;
    padding: 15px 12px 15px 65px;
    margin: 10px 0;
    font-weight: 600;
    margin-bottom: 30px;
}

    #sendmessage.show, .show {
        display: block;
    }

form#commentform input[type="text"] {
    width: 100%;
    min-height: 40px;
    padding-left: 20px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

form#commentform textarea {
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}


/* --- search form --- */
.search {
    float: right;
    margin: 35px 0 0;
    padding-bottom: 0;
}

#inner-headline form.input-append {
    margin: 0;
    padding: 0;
}

.about-text h3 {
    font-size: 22px;
    padding-bottom: 20px;
}

.about-text .btn {
    margin-top: 20px;
    //font-size: 15px;
    //text-align: justify;
}

.about-image img {
}

.about-text ul {
    margin-top: 30px;
    padding: 0;
}

.about-text li {
    margin-bottom: 10px;
    // font-weight: bold;
    list-style: none;
}


.about-text-2 img {
    border: 5px solid #ddd;
    margin-bottom: 20px;
}

.about-text-2 p {
    margin-bottom: 20px;
}

#call-to-action {
    background: url(../images/bg/about.jpg) no-repeat;
    background-attachment: fixed;
    background-position: top center;
    padding: 100px 0;
    color: #fff;
}

.call-to-action h3 {
    font-size: 40px;
    letter-spacing: 15px;
    color: #fff;
    padding-bottom: 30px;
}

.call-to-action p {
    color: #999;
    padding-bottom: 20px;
}

.call-to-action .btn-primary {
    background-color: transparent;
    border-color: #999;
}

    .call-to-action .btn-primary:hover {
        background-color: #151515;
        color: #999;
        border-color: #151515;
    }

#call-to-action-2 {
    background-color: #2ab975;
    padding: 50px 0;
}

    #call-to-action-2 h3 {
        color: #eaeaea;
        font-size: 28px;
        font-weight: 400;
    }

    #call-to-action-2 p {
        color: #eaeaea;
        font-size: 15px;
    }

    #call-to-action-2 .btn-primary {
        border-color: #FFFFFF;
        background: transparent;
        margin-top: 50px;
        color: #fff;
    }

section.section-padding.gray-bg {
    background: url(../Images/bg/bg_01.png) no-repeat;
    padding: 40px;
    color: #484848;
}

.gray-bg {
    background: #e8f5ff;
    /*border-top: 1px solid #e3e3e3;*/
}

#accordion-alt3 .panel-heading h4 {
    font-size: 13px;
    line-height: 28px;
}

.panel .panel-heading h4 {
    font-weight: 400;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 2px;
}

.panel {
    margin-bottom: 18px;
    background-color: transparent !important;
    border: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

#accordion-alt3 .panel-heading h4 a i {
    font-size: 17px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    color: #A0A0A0;
    text-align: center;
    border-radius: 50%;
    margin-left: 6px;
    font-weight: bold;
}

.progress.pb-sm {
    height: 6px !important;
}

.progress {
    box-shadow: inset 0 0 2px rgba(0,0,0,.1);
}

.progress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 18px;
    background-color: #f5f5f5;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

    .progress .progress-bar.progress-bar-red {
        background: #ed5441;
    }

    .progress .progress-bar.progress-bar-green {
        background: #51d466;
    }

    .progress .progress-bar.progress-bar-lblue {
        background: #32c8de;
    }
/* --- Projects detail --- */
.top-wrapper {
    margin-bottom: 20px;
}

.info-blocks {
    margin-bottom: 15px;
}

    .info-blocks i.icon-info-blocks {
        float: left;
        color: #ff9818;
        font-size: 30px;
        min-width: 50px;
        margin-top: 7px;
        text-align: center;
        background: #e6e6e6;
        width: 72px;
        height: 72px;
        padding-top: 21px;
    }

    .info-blocks .info-blocks-in {
        padding: 0 10px;
        overflow: hidden;
    }

        .info-blocks .info-blocks-in h3 {
            color: #555;
            font-size: 18px;
            line-height: 28px;
            margin: 0px;
        }

        .info-blocks .info-blocks-in p {
            font-size: 14px;
        }

blockquote {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    padding-left: 0;
    color: #a2a2a2;
    line-height: 1.6em;
    border: none;
}

    blockquote cite {
        display: block;
        font-size: 12px;
        color: #666;
        margin-top: 10px;
    }

        blockquote cite:before {
            content: "\2014 \0020";
        }

        blockquote cite a,
        blockquote cite a:visited,
        blockquote cite a:visited {
            color: #555;
        }

/* --- pullquotes --- */

.pullquote-left {
    display: block;
    color: #a2a2a2;
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    line-height: 1.6em;
    padding-left: 20px;
}

.pullquote-right {
    display: block;
    color: #a2a2a2;
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    line-height: 1.6em;
    padding-right: 20px;
}

/* --- button --- */
.btn {
    text-align: center;
    color: #FFFFFF;
    padding: 10px 10px;
    border-radius: 0;
    /*background: #64B5F6;*/
    border-color: transparent;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 10px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px !important;
    margin-right: 0px;
}

.btn-theme {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    padding: 12px 30px;
    font-weight: bold;
}

    .btn-theme:hover {
        color: #eee;
    }

/* --- list style --- */

ul.general {
    list-style: none;
    margin-left: 0;
}

ul.link-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.link-list li {
        margin: 0;
        padding: 2px 0 2px 0;
        list-style: none;
    }

/*footer {
    background: #fff;
}*/

    footer ul.link-list li a {
        color: #000;
    }

        footer ul.link-list li a:hover {
            color: #E1BEE7;
        }
/* --- Heading style --- */

h4.heading {
    font-weight: 700;
}

.heading {
    /*margin-bottom: 30px;*/
}

.heading {
    position: relative;
}


.widgetheading {
    width: 100%;
    padding: 0;
    font-weight: bold;
}

#bottom .widgetheading {
    position: relative;
    border-bottom: #e6e6e6 1px solid;
    padding-bottom: 9px;
}

aside .widgetheading {
    position: relative;
    border-bottom: #e9e9e9 1px solid;
    padding-bottom: 9px;
}

footer .widgetheading {
    position: relative;
}

footer .widget .social-network {
    position: relative;
}

.team-member h4 {
    text-align: center;
    margin-bottom: 5px;
}

.team-member .deg {
    text-align: center;
    display: block;
}

#bottom .widget .widgetheading span, aside .widget .widgetheading span, footer .widget .widgetheading span {
    position: absolute;
    width: 60px;
    height: 1px;
    bottom: -1px;
    right: 0;
}

.panel-title > a {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}

.box-area {
    padding: 15px;
    background: #f3f3f3;
    margin-top: -21px;
    border: 4px solid #047FB8;
}

    .box-area h3 {
        font-size: 17px;
        font-weight: 600;
    }
/* --- Map --- */
.map {
    position: relative;
    margin-top: -50px;
    margin-bottom: 40px;
}

    .map iframe {
        width: 100%;
        height: 450px;
        border: none;
    }

.map-grid iframe {
    width: 100%;
    height: 350px;
    border: none;
    margin: 0 0 -5px 0;
    padding: 0;
}


ul.team-detail {
    margin: -10px 0 0 0;
    padding: 0;
    list-style: none;
}

    ul.team-detail li {
        border-bottom: 1px dotted #e9e9e9;
        margin: 0 0 15px 0;
        padding: 0 0 15px 0;
        list-style: none;
    }

        ul.team-detail li label {
            font-size: 13px;
        }

        ul.team-detail li h4, ul.team-detail li label {
            margin-bottom: 0;
        }

        ul.team-detail li ul.social-network {
            border: none;
            margin: 0;
            padding: 0;
        }

            ul.team-detail li ul.social-network li {
                border: none;
                margin: 0;
            }

                ul.team-detail li ul.social-network li i {
                    margin: 0;
                }


.pricing-title {
    background: #fff;
    text-align: center;
    padding: 10px 0 10px 0;
}

    .pricing-title h3 {
        font-weight: 600;
        margin-bottom: 0;
    }

.pricing-offer {
    background: #fcfcfc;
    text-align: center;
    padding: 40px 0 40px 0;
    font-size: 18px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.pricing-box.activeItem .pricing-offer {
    color: #fff;
}

.pricing-offer strong {
    font-size: 78px;
    line-height: 89px;
}

.pricing-offer sup {
    font-size: 28px;
}

.pricing-container {
    background: #fff;
    text-align: center;
    font-size: 14px;
}

    .pricing-container strong {
        color: #353535;
    }

    .pricing-container ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .pricing-container ul li {
            border-bottom: 1px solid #CFCFCF;
            list-style: none;
            padding: 15px 0 15px 0;
            margin: 0 0 0 0;
            color: #222;
        }

.pricing-action {
    margin: 0;
    background: #fcfcfc;
    text-align: center;
    padding: 20px 0 30px 0;
}

.pricing-wrapp {
    margin: 0 auto;
    width: 100%;
    background: #fd0000;
}

.pricing-box-item {
    border: 1px solid #e6e6e6;
    background: #fcfcfc;
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

    .pricing-box-item .pricing-heading {
        background: #dedede;
        text-align: center;
        padding: 50px 0;
        display: block;
    }

    .pricing-box-item.activeItem .pricing-heading {
        background: #ff9818;
        text-align: center;
        border-bottom: none;
        display: block;
        color: #fff;
    }

        .pricing-box-item.activeItem .pricing-heading h3 {
            color: #fff;
        }

    .pricing-box-item .pricing-heading h3 strong {
        font-size: 28px;
        font-weight: 700;
        letter-spacing: -1px;
        /* color: #5d5d5d; */
    }

    .pricing-box-item .pricing-heading h3 {
        font-size: 32px;
        font-weight: 300;
        letter-spacing: -1px;
    }

    .pricing-box-item .pricing-terms {
        text-align: center;
        background: #fff;
        display: block;
        overflow: hidden;
        padding: 11px 0 5px;
        /* border-top: 2px solid #BBBBBB; */
        border-bottom: 2px dotted #CDCDCD;
    }

        .pricing-box-item .pricing-terms h6 {
            margin-top: 16px;
            color: #ff9818;
            font-size: 22px;
        }

    .pricing-box-item .icon .price-circled {
        margin: 10px 10px 10px 0;
        display: inline-block !important;
        text-align: center !important;
        color: #fff;
        width: 68px;
        height: 68px;
        padding: 12px;
        font-size: 16px;
        font-weight: 700;
        line-height: 68px;
        text-shadow: none;
        cursor: pointer;
        background-color: #888;
        border-radius: 64px;
        -moz-border-radius: 64px;
        -webkit-border-radius: 64px;
    }

    .pricing-box-item .pricing-action {
        margin: 0;
        text-align: center;
        padding: 30px 0 30px 0;
    }

.pricing-action .btn {
    background: #1891ec;
    color: #fff;
}
/* ===== Widgets ===== */

/* --- flickr --- */
.widget .flickr_badge {
    width: 100%;
}

    .widget .flickr_badge img {
        margin: 0 9px 20px 0;
    }

footer .widget .flickr_badge {
    width: 100%;
}

    footer .widget .flickr_badge img {
        margin: 0 9px 20px 0;
    }

.flickr_badge img {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 9px 20px 0;
}

/* --- Recent post widget --- */

.recent-post {
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 18px;
}

    .recent-post h5 a:hover {
        text-decoration: none;
    }

    .recent-post .text h5 a {
        color: #353535;
    }


footer {
    /*padding: 50px 0 0 0;*/
    color: #000;
}

    footer a {
        color: #000;
        font-weight: 600;
    }

        footer a:hover {
            color: #1A237E;
        }

    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
        color: #000;
    }

    footer address {
        line-height: 1.6em;
        color: #000;
    }

    footer h5 a:hover, footer a:hover {
        text-decoration: none;
    }

ul.social-network {
    list-style: none;
    margin: 0;
}

    ul.social-network li {
        display: inline;
        margin: 0 5px;
        border: 1px solid #2D2D2D;
        padding: 5px 0 0;
        width: 32px;
        display: inline-block;
        text-align: center;
        height: 32px;
        vertical-align: baseline;
    }

#sub-footer {
    text-shadow: none;
    color: #f5f5f5;
    padding: 20px;
    margin: 10px 0 0 0;
    background: #1b1b1b;
}

    #sub-footer p {
        margin: 0;
        padding: 0;
        color: #c5c5c5;
    }

    #sub-footer span {
        color: #f5f5f5;
    }

.copyright {
    text-align: left;
    font-size: 12px;
    color: #b3b3b3;
}

#sub-footer ul.social-network {
    float: right;
}



/* scroll to top */
.scrollup {
    position: fixed;
    width: 32px;
    height: 32px;
    bottom: 0px;
    right: 20px;
    background: #F9A825;
}

a.scrollup {
    outline: 0;
    text-align: center;
}

    a.scrollup:hover, a.scrollup:active, a.scrollup:focus {
        opacity: 1;
        text-decoration: none;
    }

    a.scrollup i {
        margin-top: 10px;
        color: #fff;
    }

        a.scrollup i:hover {
            text-decoration: none;
        }




.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.aligncenter {
    text-align: center;
}

    .aligncenter span {
        margin-left: 0;
    }

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.floatnone {
    float: none;
}

.aligncenter {
    text-align: center;
}

img.pull-left, .align-left {
    float: left;
    margin: 0 15px 15px 0;
}

.widget img.pull-left {
    float: left;
    margin: 0 15px 15px 0;
}

img.pull-right, .align-right {
    float: right;
    margin: 0 0 15px 15px;
}

article img.pull-left, article .align-left {
    float: left;
    margin: 5px 15px 15px 0;
}

article img.pull-right, article .align-right {
    float: right;
    margin: 5px 0 15px 15px;
}

============================= */

.clear-marginbot {
    margin-bottom: 0;
}

.marginbot10 {
    margin-bottom: 10px;
}

.marginbot20 {
    margin-bottom: 20px;
}

.marginbot30 {
    margin-bottom: 30px;
}

.marginbot40 {
    margin-bottom: 40px;
}

.clear-margintop {
    margin-top: 0;
}

.margintop10 {
    margin-top: 10px;
}

.margintop20 {
    margin-top: 20px;
}

.margintop30 {
    margin-top: 30px;
}

.margintop40 {
    margin-top: 40px;
}

.flex-control-paging li a {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffffff;
    text-indent: 50px;
    overflow: hidden;
}

.btn:hover, .btn:focus {
    color: #fff;
    text-decoration: none;
    /*background: #1A237E;*/
    border-color: transparent;
}

/*team css*/
/* .our-team {
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-top:50px;
}

.our-team .picture {
  display: inline-block;
  height: 180px;
  width: 180px;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}

.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #1A237E;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
  height: 100%;
  border:1px solid #1A237E;
}

.our-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1A237E;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.our-team .picture img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}

.our-team:hover .picture img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}

.our-team .title {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
}

.our-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #1A237E;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.our-team:hover .social {
  bottom: 0;
}

.our-team .social li {
  display: inline-block;
}

.our-team .social li a {
  display: block;
  padding: 5px;
  font-size: 12px;
  color: white;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.our-team .social li a:hover {
  color: #1369ce;
  background-color: #f7f5ec;
} */
/*team css*/


/*Team CSS*/
.our-team {
    text-align: center;
    overflow: hidden;
    padding: 40px 15px 10px;
    border: 1px solid #ebebeb;
    transition: all 0.3s ease 0s;
    margin-top: 50px;
    background: #ECEFF1;
}

.pic img {
    border: 10px solid #f8f8f8;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.post-title {
    position: relative;
    margin: 38px 0 18px 0;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
}

.border {
    width: 100px;
    border-bottom: 3px solid #5f7d8b;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease 0s;
}

    .border:after {
        content: "";
        width: 34px;
        display: block;
        position: relative;
        top: 3px;
        border-bottom: 3px solid #F9A825 !important;
        margin: auto;
    }

/*.post {
    overflow: hidden;
    display: block;
    margin-top: 20px;
    font-size: 13px;
    color: #999;
    text-transform: capitalize;
    opacity: 1;
    transition: all 0.3s ease 0s;
}*/

.team_social {
    list-style: none;
    padding: 0;
    text-align: center;
    position: relative;
    bottom: -100px;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

    .team_social > li {
        display: inline-block;
        margin-right: 20px;
    }

        .team_social > li:last-child {
            margin-right: 0;
        }

        .team_social > li > a {
            font-size: 15px;
            font-weight: 400;
            color: #333;
            transition: all 0.3s ease 0s;
        }

            .team_social > li > a:hover {
                color: #fff;
            }

.our-team:hover {
    background: #5f7d8b;
    padding-bottom: 30px;
}

    .our-team:hover .pic img {
        border-color: #F43662;
    }

    .our-team:hover .border {
        border-color: #fff;
    }

        .our-team:hover .border:after {
            border-color: #fff;
        }

    .our-team:hover .post {
        margin-top: 0;
        /* opacity: 0; */
    }

    .our-team:hover .team_social {
        opacity: 1;
        bottom: 0;
    }

@media screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }

    .h_logo {
        width: 80%;
        height: auto;
    }

    .shasan {
        margin: 12px 0px;
        width: 40%;
        height: auto;
    }

    .enbI {
        margin: 12px 0px;
        float: right;
        width: 22%;
    }
}
/*Team CSS*/

/*  Media queries 
============================= */

@media (min-width: 768px) and (max-width: 979px) {

    a.detail {
        background: none;
        width: 100%;
    }



    footer .widget form input#appendedInputButton {
        display: block;
        width: 91%;
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
    }

    footer .widget form .input-append .btn {
        display: block;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 10px;
    }

    ul.related-folio li {
        width: 156px;
        margin: 0 20px 0 0;
    }

    .serviceBox {
        margin: 130px 0 0px;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-collapse {
        border-color: none;
        background: #0892D0;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
        border-radius: 0;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: rgba(221, 221, 221, 0);
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: rgba(255, 255, 255, 0.58);
        /*margin-top: 15px;*/
    }

    header ul.nav li a {
        padding: 4px 6px;
    }

    body {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-brand {
        margin-top: 10px;
        border-bottom: none;
    }

    .navbar-header {
        /* margin-top: 20px; */
        border-bottom: none;
    }

    .navbar-nav {
        border-top: none;
        float: none;
        width: 100%;
        margin: 0px 0px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff!important;
        line-height: 28px;
        padding: 8px 12px;
        border-bottom: 1px dotted #ccc;
    }

    .navbar .nav > .active > a, .navbar .nav > .active > a:hover {
        background: none;
        font-weight: 700;
        color: #fff;
        padding: 4px 6px;
    }

    header .navbar-nav > li {
        padding-bottom: 2px;
        padding-top: 3px;
    }

    header .nav li .dropdown-menu {
        margin-top: 0;
    }

    .dropdown-menu {
        position: absolute;
        top: 0;
        left: 40px;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 13px;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #f5f5f5;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 0;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }



    li.active {
        border: none;
        overflow: hidden;
        background: #f3f3f3;
    }


    .box {
        border-bottom: 1px solid #e9e9e9;
        padding-bottom: 20px;
    }

    .flexslider .slide-caption {
        width: 90%;
        padding: 2%;
        position: absolute;
        left: 0;
        bottom: -40px;
    }


    #inner-headline .breadcrumb {
        float: left;
        clear: both;
        width: 100%;
    }

    .breadcrumb > li {
        font-size: 13px;
    }

    .print li {
        list-style-type: none !important;
    }

    ul.Projects li article a i.icon-48 {
        width: 20px;
        height: 20px;
        font-size: 16px;
        line-height: 20px;
    }


    .left-sidebar {
        border-right: none;
        padding: 0 0 0 0;
        border-bottom: 1px dotted #e6e6e6;
        padding-bottom: 10px;
        margin-bottom: 40px;
    }

    .right-sidebar {
        margin-top: 30px;
        border-left: none;
        padding: 0 0 0 0;
    }


    footer .col-lg-1, footer .col-lg-2, footer .col-lg-3, footer .col-lg-4, footer .col-lg-5, footer .col-lg-6,
    footer .col-lg-7, footer .col-lg-8, footer .col-lg-9, footer .col-lg-10, footer .col-lg-11, footer .col-lg-12 {
        margin-bottom: 20px;
    }

    #sub-footer ul.social-network {
        float: left;
    }



    [class*="span"] {
        margin-bottom: 20px;
    }

    .serviceBox {
       }
}

@media (max-width: 480px) {
    .bottom-article a.pull-right {
        float: left;
        margin-top: 20px;
    }


    .search {
        float: left;
    }

    .flexslider .flex-caption {
        display: none;
    }


    .cta-text {
        margin: 0 auto;
        text-align: center;
    }

    ul.Projects li article a i {
        width: 20px;
        height: 20px;
        font-size: 14px;
    }
}

.slick-slide {
    margin: 0px 10px;
}

    .slick-slide img {
        width: 100%;
        border: 1px solid #ccc;
    }

.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;
    margin-top: 80px;
}

.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;
}

.our-team {
    text-align: center;
}

    .our-team .pic {
        border-radius: 50%;
        overflow: hidden;
        position: relative;
    }

        .our-team .pic:before,
        .our-team .pic:after {
            content: "";
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 13px solid #e6e5e5;
            position: absolute;
            top: 0;
            left: 0;
        }

        .our-team .pic:after {
            border-color: #F9A11C #e6e5e5 #e6e5e5 #F9A11C;
            z-index: 1;
            transform: rotate(-10deg);
            transition: all 0.5s ease 0s;
        }

    .our-team:hover .pic:after {
        transform: rotate(350deg);
    }

    .our-team img {
        width: 100%;
        height: auto;
    }

    .our-team .title {
        font-size: 20px;
        font-weight: bold;
        color: #222;
        padding-bottom: 10px;
        margin: 15px 0 10px 0;
        position: relative;
    }

        .our-team .title:after {
            content: "";
            width: 30px;
            height: 2px;
            background: #222;
            margin: 0 auto;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
        }

    .our-team .post {
        display: block;
        font-size: 14px;
        font-style:;
        color: #000;
    }

    .our-team .icon {
        list-style: none;
        padding: 0;
        margin: 10px 0 0 0;
    }

        .our-team .icon li {
            display: inline-block;
        }

            .our-team .icon li a {
                display: inline-block;
                width: 30px;
                height: 30px;
                line-height: 30px;
                border-radius: 50%;
                background: #e0e0e0;
                font-size: 14px;
                color: #999;
                margin-right: 5px;
                transition: all 0.3s ease-out 0s;
            }

                .our-team .icon li a:hover {
                    background: #37b0f1;
                    color: #fff;
                }

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}



.gallery-area {
    position: relative;
    /*margin-top: 40px;*/
}

    .gallery-area .single-item-area .img-box-area {
        display: block;
        overflow: hidden;
        position: relative;
        background: #F9A11C;
        border: 1px solid #e5e5e5;
        padding: 8px;
    }

        .gallery-area .single-item-area .img-box-area img {
            position: relative;
            width: 100%;
        }

.single-item-area .img-box-area .overlay .box .content a i {
    border: 1px solid transparent;
    text-align: center;
    color: transparent;
    display: inline-block;
    font-size: 15px;
    height: 200px;
    line-height: 200px;
    transition: all 500ms ease 0s;
    width: 200px;
    margin-bottom: 15px;
    border-radius: 0;
}

.single-item-area:hover .img-box-area .overlay {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.overlay {
    width: 96%;
    height: 96%;
    position: absolute;
    top: 2%;
    left: 2%;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: rgba(248, 143, 0, 0.3);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

    .overlay .box {
        display: table;
        height: 100%;
        width: 100%;
    }

.gallery-area h5 {
    color: #fff;
}

.gallery-area .owl-dots {
    display: none !important;
}

.gallery-area .owl-theme .owl-controls {
    display: block;
    position: relative;
    margin-top: 10px;
    text-align: center;
}

.gallery-area .owl-prev span, .gallery-area .owl-next span {
    color: #fff;
}

.gallery-area .owl-prev:hover span, .gallery-area .owl-next:hover span {
    color: #fff;
    transition: all 500ms ease;
}
/* .section-padding {
    padding: 40px 0px 40px 0px;
} */
.centered {
    text-align: center;
}

.section-title h2 {
    position: relative;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 2px;
}

.title-text {
    position: relative;
    margin-bottom: 68px;
}

    .title-text p {
        font-size: 16px;
        max-width: 650px;
        color: #444;
        margin: 0 auto;
    }

    .title-text:before {
        position: absolute;
        content: '';
        height: 5px;
        border-bottom: 3px double #509E52;
        width: 100px;
        border-radius: 0px;
        left: 0;
        right: 0px;
        margin: auto;
        bottom: -18px;
    }

@media (min-width:1200px) {
    .container {
        padding: 0px 0px;
    }

    .keyperson ul li:first-child {
        /*margin-right: 14px;*/
        width: 100%
    }

    .keyperson ul li:nth-child(2n+1) {
        /*margin-right: 14px;*/
        width: 100%;
    }
}

.event-list {
    list-style: none;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    padding: 0px;
}

    .event-list > li {
        background-color: rgb(255, 255, 255);
        /* box-shadow: 0px 0px 5px rgb(51, 51, 51);
		box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7); */
        padding: 5px;
        margin: 0px 0px 4px;
    }

        .event-list > li > time {
            display: inline-block;
            width: 100%;
            color: rgb(255, 255, 255);
            background-color: rgb(197, 44, 102);
            padding: 5px;
            text-align: center;
            text-transform: uppercase;
        }

        .event-list > li:nth-child(even) > time {
            background-color: rgb(165, 82, 167);
        }

        .event-list > li > time > span {
            display: none;
        }

        .event-list > li > time > .day {
            display: block;
            font-size: 56pt;
            font-weight: 100;
            line-height: 1;
        }

        .event-list > li time > .month {
            display: block;
            font-size: 24pt;
            font-weight: 900;
            line-height: 1;
        }

        .event-list > li > img {
            width: 100%;
        }

        .event-list > li > .info {
            padding-top: 5px;
            text-align: center;
        }

            .event-list > li > .info > .title {
                font-size: 17pt;
                font-weight: 700;
                margin: 0px;
            }

            .event-list > li > .info > .desc {
                font-size: 13pt;
                font-weight: 300;
                margin: 0px;
            }

            .event-list > li > .info > ul,
            .event-list > li > .social > ul {
                display: table;
                list-style: none;
                margin: 10px 0px 0px;
                padding: 0px;
                width: 100%;
                text-align: center;
            }

        .event-list > li > .social > ul {
            margin: 0px;
        }

            .event-list > li > .info > ul > li,
            .event-list > li > .social > ul > li {
                display: table-cell;
                cursor: pointer;
                color: rgb(30, 30, 30);
                font-size: 11pt;
                font-weight: 300;
                padding: 3px 0px;
            }

                .event-list > li > .info > ul > li > a {
                    display: block;
                    width: 100%;
                    color: rgb(30, 30, 30);
                    text-decoration: none;
                }

            .event-list > li > .social > ul > li {
                padding: 0px;
            }

                .event-list > li > .social > ul > li > a {
                    padding: 3px 0px;
                }

                .event-list > li > .info > ul > li:hover,
                .event-list > li > .social > ul > li:hover {
                    color: rgb(30, 30, 30);
                    background-color: rgb(200, 200, 200);
                }

.info {
    padding: 0px;
}

    .info > h5 {
        margin: 0px
    }
/* .facebook a,
	.twitter a,
	.google-plus a {
		display: block;
		width: 100%;
		color: rgb(75, 110, 168) !important;
	}
	.twitter a {
		color: rgb(79, 213, 248) !important;
	}
	.google-plus a {
		color: rgb(221, 75, 57) !important;
	}
	.facebook:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(75, 110, 168) !important;
	}
	.twitter:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(79, 213, 248) !important;
	}
	.google-plus:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(221, 75, 57) !important;
	} */

.back1 {
    border: 1px solid #F9A825;
    background-color: #F9A825;
}

.back2 {
    border: 1px solid #1565c0;
    background-color: #1565c0;
}

.back3 {
    border: 1px solid #009688;
    background-color: #009688;
}

.back4 {
    border: 1px solid #d50000;
    background-color: #d50000;
}

    .back1:hover, .back2:hover, .back3:hover, .back4:hover {
        -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
        -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
        box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    }

@media (min-width: 768px) {

    .keyperson ul li:first-child {
        /*margin-right: 14px;*/
    }

    .keyperson ul li:nth-child(2n+1) {
        margin-right: 14px;
    }


    .event-list > li {
        position: relative;
        display: block;
        width: 100%;
        overflow: auto;
        padding: 5px;
    }

        .event-list > li > time,
        .event-list > li > img {
            display: inline-block;
        }

        .event-list > li > time,
        .event-list > li > img {
            width: 98px;
            float: left;
        }

        .event-list > li > .info {
            /* background-color: #fff */ /* rgb(245, 245, 245) */
            ;
            overflow: hidden;
        }

        .event-list > li > time,
        .event-list > li > img {
            width: auto;
            height: 88px;
            padding: 0px;
            margin: 0px;
            /* border: 1px solid #ccc; */
            border-radius: 50%;
        }

        .event-list > li > .info {
            position: relative;
            height:;
            text-align: left;
            padding: 0px 10px;
        }

            .event-list > li > .info > .title,
            .event-list > li > .info > .desc {
                padding: 0px 0px;
            }

            .event-list > li > .info > ul {
                position: absolute;
                left: 0px;
                bottom: 0px;
            }

        .event-list > li > .social {
            position: absolute;
            top: 0px;
            right: 0px;
            display: block;
            width: 40px;
        }

            .event-list > li > .social > ul {
                border-left: 1px solid rgb(230, 230, 230);
            }

                .event-list > li > .social > ul > li {
                    display: block;
                    padding: 0px;
                }

                    .event-list > li > .social > ul > li > a {
                        display: block;
                        width: 40px;
                        padding: 10px 0px 9px;
                    }

    /*.m_hide {
        display:none;
    }*/
}

/*hon members list*/

.kolonat-align {
    border: 1px solid #ccc;
    display: table-cell;
    text-align: center;
}

.kolonat-hom {
    display: flex;
    margin: 5px 5px;
    border: 1px solid #CCC;
    padding: 5px;
    /* width: 48%; */
    height: 70px;
    background: #fff;
}

.ikonat-home {
    margin-right: 0px;
    font-size: 28px;
    line-height:
}

/*citizen corder css*/
.service-icon span {
    color: #fff;

/*{
    background-color: rgba(255,255,255,.8);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    overflow: hidden
}*/

#service {
    background: #fbfbfb url(../img/dummy/bg1.jpg) no-repeat left -70px;
    margin: 50px 0 0
}

    #service h2 {
        font-size: 1.9em
    }

.citizen .service-box {
    min-height: 60px;
    margin-bottom: 10px
}

.service-box {
    clear: both
}

.service-icon {
    margin: 0 20px 20px 0;
    float: left;
    width: 35px;
}

.link-icon {
    margin: 0 20px 20px 0;
    float: left;
    width: 60px;
}

.department .service-icon {
    border-radius: 100%;
    background: #fff;
    width: 40px;
    height: 40px;
    border: 2px solid #d6d6d6;
    text-align: center;
    overflow: hidden;
}

.department .service-box {
    margin-bottom: 0
}

.department h2, .citizen h2 {
    font-size: 1.9em;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin: 0 0 22px;
    color: #757474
}

.service-icon span {
    color: #b3b3b3
}

.service-desc {
    padding: 5px 0 0;
    overflow: hidden
}

    .service-desc a {
        color: #444;
        font-size: 1em;
        padding: 5px 0 0;
    }

h1.h-light, h2.h-light, h3.h-light, h4.h-light, h5.h-light, h6.h-light {
    font-weight: 300;
}

h5 a, h5 a:visited {
    color: #444
}

}

/*citizen corder css*/

/*offices*/
#team {
    background: #b7d7eb !important;
    padding: 30px 30px 0px 30px;
    max-height: 390px;
    overflow-y: auto;
    max-height: 390px;
    overflow: auto;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
    padding: 8px 20px;
    margin-right: 15px;
}

/* section {
    padding: 60px 0;
} */

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team .card {
    border: none;
    background: #ffffff;
    padding: 0px 5PX;
    display: table;
    vertical-align: middle;
    width: 100%;
}

    #team .card .card-body {
        display: table-cell;
        vertical-align: middle;
    }


.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    width: 100%;
}

    .frontside .card,
    .backside .card {
        height: 150px;
        color: #000;
    }

        .backside .card a {
            color: #000 !important;
            display: block;
        }

        .frontside .card .card-title,
        .backside .card .card-title {
            color: #000 !important;
        }

        .frontside .card .card-body img {
            width: auto;
            height: auto;
            border-radius:;
        }
/*offices*/

/*offices*/
#team1 {
    /* background: #b7d7eb !important;
	padding: 30px 30px 0px 30px;
	margin-top:55px; */
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #f0ad4e;
    border-color: #F9A825;
    box-shadow: none;
    color: #000;
    /*outline: none;*/
}

.btn-primary {
    color: #fff;
    background-color: #1a237d;
    border-color: #1a237d;
}

/* section {
    padding: 60px 0;
} */

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 30px;
    text-transform: uppercase;
}

#team1 .card {
    border: none;
    background: #ffffff;
    padding: 20px 5px;
    display: table;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #e3e3e3;
}

    #team1 .card .card-body {
        display: table-cell;
        vertical-align: middle;
    }

        #team1 .card .card-body span {
            padding: 42px;
            border-radius: 50%;
            width: 150px;
            height: 150px;
            background: #b7d7eb;
            display: inline-block;
        }

.frontside .fa {
    color: #fff;
}

.backside span {
    color: #0065a5;
}


.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    width: 100%;
}

    .frontside .card,
    .backside .card {
        height: 150px;
    }

        .backside .card a {
            color: #000 !important;
            display: block;
        }

        .frontside .card .card-title,
        .backside .card .card-title {
            color: #000 !important;
        }

        .frontside .card .card-body img {
            width: auto;
            height: auto;
            border-radius:;
        }
/*offices*/

/*contact table*/

.table {
    /*border: 1px solid #000000 !important;*/
    /*font-size: 14px;*/
    font-weight: 400;
    color: #000;
}

    .table td, th {
        text-align: left;
        padding: 8px 14px;border:1px solid #ddd;
    }

    .table th {
        background: #0892D0;
        text-align: left;
        padding: 12px !important;
        color: #fff;
    }

table tr:nth-child(even) {
    background-color: #e8f5ff !important;
}

table tr:nth-child(odd) {
    /*background-color: #d0eaff !important;*/
}

.contact {
    color: #ffffff !important;
    text-align: left;
    background: #1A237E;
    padding: 10px 25px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 0px !important;
}

    .contact p {
        margin: 0px !important;
    }

.color {
    color: #ffffff !important;
}
/*Added By Kiran*/

.btnDisplay {
    position: absolute;
    left: -9999px;
}


/*Top Header CSS*/
.other_links {
    list-style-type: none;
    float: left;
    font-size: 11px;
    text-align: center;
    color: #fff;
    margin: 2px 0 0 !important;
    line-height: normal;
}

    .other_links li {
        float: left;
        color: #fff;
        /*background: url(../../Images/linkSeperator.jpg) no-repeat right center;*/
        padding: 0 2px;
        list-style: none;
        font-size:12px;
    }

        .other_links li a, .other_links li a:visited {
            color: #fff;
            display: inline-block;padding:1px;
        }

            .other_links li a:hover {
                color: #fcce31;
                text-decoration: none
            }

    .other_links input {
        margin: 0px;
        cursor: pointer;
        padding: 4px 4px;
    }

/* CSS for font resizer*/
.btnResizer {
    background: transparent;
    color: #fff;
    font-size: 11px;
    text-align: center
}

    .btnResizer:hover {
        color: #fcce31;
    }

.btnBlack {
    background: #333;
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 0px 6px;
    border: 1px solid #eee
}

    .btnBlack:hover {
        color: #fff
    }

.btnBlack {
    background: #333;
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 3px 6px !important;
    border: 1px solid #eee
}

    .btnBlack:hover {
        color: #fcce31;
    }

.btnWhite {
    background: #fff;
    color: #333;
    font-size: 11px;
    text-align: center;
    padding: 3px 6px !important;
    border: 1px solid #eee;
    display: block;
}

    .btnWhite:hover {
        color: #333;
    }

.topLinks {
    background: #0892D0;
    /*padding: 2px;*/
}

    .topLinks span {
        font-weight: bolder;
        margin: 0px 0px;
        display: inline-block;
        padding: 4px 2px;
    }


header {
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    z-index: 999;
}

.topHeaderSection {
    height: 15%;
}

/*.top-links-shadow {
    border-bottom: 2px solid #fcba19;
    box-shadow: 0px 5px 10px 0px rgba(169,169,169,1);
}*/
.searchBox {
    overflow: hidden;
    /*background: url(../Images/searchBG.png) no-repeat left bottom;*/
    float: right;
    margin: 3px 0px;
}

.searchBTN {
    width: 25px;
    height: 17px;
    float: left;
    display: block;
    border: 0px;
    text-indent: -999px;
    background: url(../Images/searchIcon.png) no-repeat 4px 2px;
    margin: 2px 0 0 -26px;
    cursor: pointer;
    border-left: 1px solid #fff; /* padding: 6px; */
    text-align: center;
}

.searchBG {
    font-size: 11px;
    float: left;
    background: rgba(45, 44, 44, 0.55) !important;
    border: 1px solid #fff !important;
    border-radius: 1px;
    line-height: 19px !important;
    padding: 0px 6px !important;
    color: #fff;
    /*margin-top: 2px;*/
    width: 130px;
}

    .searchBG:focus {
        background: #FFF;
        color: #fff;
    }
/*.m_hide {
    display: none
}*/

/*Top Header CSS*/


/*Banner CSS Start*/

/* Carousel Styles */
.carousel-indicators .active {
    background-color: #fff;
}

.carousel-inner img {
    width: 100%;
    max-height: 505px
}

.carousel-control {
    width: 0;
}

    .carousel-control.left,
    .carousel-control.right {
        opacity: 1;
        filter: alpha(opacity=100);
        background-image: none;
        background-repeat: no-repeat;
        text-shadow: none;
        font-size: 2.7em;
    }

    .carousel-control.right {
        right: 60px;
    }

    .carousel-control.left {
        left: 20px;
    }
    /*.carousel-control.right {right: 50px;}*/
    .carousel-control .fa-angle-left,
    .carousel-control .fa-angle-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        position: absolute;
        top: 45%;
        z-index: 5;
        display: inline-block;
        color: #fff;
    }

    .carousel-control .fa-angle-left,
    .carousel-control .icon-prev {
        left: 0;
    }

    .carousel-control .fa-angle-right,
    .carousel-control .icon-next {
    }

    .carousel-control.left span,
    .carousel-control.right span {
        /*border-radius: 3px;*/
        background: #000;
        padding: 0px 12px;
        display: block;
        opacity: 0.3;
    }

        .carousel-control.left span:hover,
        .carousel-control.right span:hover {
            opacity: .7;
            filter: alpha(opacity=70);
        }

/* Carousel Header Styles */

.testi-icon-area .carousel-inner {
    margin: 20px 0;
}

.carousel {
    margin-top: 186px;
}

.carousel-indicators {
    /*bottom: -30px;*/
}
.jaljeevan-banner {
    margin-top: 180px;  
}
/*Banner CSS End*/
/*Inner Page CSS start*/
.content {
    /*background: #e8f5ff;*/
    min-height: 500px;
    border-radius: 3px;
    padding: 20px 30px;
}

.headingBg {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 10px;
}

.site-sec {
    /* background: #009997; */
    padding: 25px 0;
    margin-top: 212px;
}

/*Inner Page CSS start*/

/*breadcrumb css start*/
.breadcrumbHeading {
    float: left;
    line-height: 14px;
    color: #000;
    margin-top: 2px;
    font-size: 0.9em;
    padding-right: 5px;
}

.breadcrumb {
    float: left;
    background: none !important;
    margin: 0px 0px 8px 20px !important;
    padding: 5px !important;
}
    /*.breadcrumb {
    float: left;
    background: none ;
    margin: 22px 0px 0px 20px;
    padding: 5px;
}*/

    .breadcrumb li {
        float: left;
        margin-right: 5px;
        color: #878787;
        font-size: 1em;
    }

        .breadcrumb li a, .breadcrumb li a:visited {
            padding: 0;
            color: #1A237E !important;
        }

    /*.breadcrumb > li + li::before {
        content: ">"
    }*/

    .breadcrumb > li:first-child + li::before {
        display: none
    }
    
    .breadcrumb > li + li:before {
        padding:0;
        color: none;
        content: "";
    }
/*breadcrumb css start*/

/*Left Menu Quick-Links start*/
.quick-links, .useful-links {
    /*margin: 0 0 0 15px*/
}

    .quick-links li, .useful-links li {
        margin: 10px;
        color: #fff;
        /*background: #6C7A89;*/
        background: #104384;
        padding: 14px 8px;
    }

        .quick-links li:hover {
            background: #3480cb;
            color: #fff;
        }

        .quick-links li a:hover {
            background: #3480cb;
            color: #fff;
            text-decoration: none !important;
        }
/* .quick-links li:before, .useful-links li:before {
            font: normal normal normal 0.5em FontAwesome;
            content: "\f0c8";
            color: #d52c29;
            margin-left: -14px;
            margin-right: 7px;
            float: left;
            margin-top: 6px;
        }*/
.rel-links img {
    border: 1px solid #ccc;
    margin-right: 5px;
}
/*Left Menu Quick-Links end*/

#content {
    position: relative;
    background: #fff;
    padding: 60px;
    margin-top:140px;
}

#content2 {
    position: relative;
    background: #fff;
    /*padding: 60px;*/
    /*margin-top:100px;*/
}

/*Sitemap Start*/

.sitemap {
    clear: both
}

    .sitemap ul {
        list-style: none;
        margin-left: -20px
    }

        .sitemap ul li {
            margin: 0px 0px 20px 0px;
            float: left;
            width: 33%;
        }

            .sitemap ul li a {
                font-weight: bold;
                padding: 0 0 0 3px;
                background: url(../Images/blueArrow.jpg) no-repeat left center
            }

                .sitemap ul li a:hover {
                    /*color: #D52C26;*/
                }

                .sitemap ul li a, .sitemap ul li a:visited {
                    color: #333
                }

            .sitemap ul li ul {
                width: 100%;
                list-style: none;
                margin-left: 5px;
            }

                .sitemap ul li ul li {
                    margin: 0 0 0 20px;
                    clear: both;
                    list-style-type: square;
                    width: 100%
                }

                    .sitemap ul li ul li a {
                        display: inline-block;
                        border-left: 0;
                        color: #333333;
                        font-weight: normal;
                        font-size: 0.9em;
                        padding: 3px 0 0;
                        line-height: 20px;
                    }


/*Sitemap End*/



/*Owl Carousal start*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
    /*margin-top:100px;*/
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        /* fix for flashing background */
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev,
    .owl-carousel .owl-controls .owl-nav .owl-next,
    .owl-carousel .owl-controls .owl-dot {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            -webkit-transform-style: preserve-3d;
        }

    .owl-carousel.owl-text-select-on .owl-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .owl-carousel .owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3, 1.3);
        -moz-transition: scale(1.3, 1.3);
        -ms-transition: scale(1.3, 1.3);
        -o-transition: scale(1.3, 1.3);
        transition: scale(1.3, 1.3);
    }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-theme .owl-controls {
    display: block;
}

    .owl-theme .owl-controls .owl-nav [class*="owl-"] {
        background: #000;
        opacity: 0.7;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #858c9c;
        margin: 0px 0px 0px 5px;
        transition: all 500ms ease;
        border-radius: 0px;
    }

        .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
            background: none repeat scroll 0 0 #f88f00 !important;
            color: white;
            text-decoration: none;
            border: 1px solid #f88f00 !important;
            transition: all 500ms ease;
        }

    .owl-theme .owl-controls .owl-nav .disabled {
        cursor: default;
        opacity: 0.5;
    }

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

    .owl-theme .owl-dots .owl-dot span {
        background: none repeat scroll 0 0 #dfe1e6;
        border-radius: 0px;
        color: #848484;
        display: block;
        height: 15px;
        margin: 10px 14px 10px 0px;
        transition: opacity 200ms ease 0s;
        width: 15px;
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: none repeat scroll 0 0 #509E52;
        height: 15px;
        width: 30px;
    }
/*Owl Carousal End*/

.pmay li {
    color: #000 !important;
}

.btn_editpm {
    background: #f0ad4e;
    border-color: #f0ad4e;
    padding: 8px 10px;
    border-radius: 3px;
    /*margin-top: 10px;*/
    display: inline-block;
    color: #fff !important;
    margin: 8px 0px;
}

    .btn_editpm:hover {
        background: #ec971f;
        border-color: #ec971f;
    }

.btn_edit {
    background: #f0ad4e;
    border-color: #f0ad4e;
    padding: 8px 10px;
    border-radius: 3px;
    /*margin-top: 10px;*/
    display: inline-block;
    color: #fff !important;
}

    .btn_edit:hover {
        background: #ec971f;
        border-color: #ec971f;
    }

.btn_delete {
    background: #d9534f;
    border-color: #d9534f;
    padding: 8px 10px;
    border-radius: 3px !important;
    /*margin-top: 10px;*/
    display: inline-block;
    color: #fff !important;
}

    .btn_delete:hover {
        background: #c9302c;
        border-color: #c9302c;
    }

.btn_add {
    background: #5cb85c;
    border-color: #5cb85c;
    padding: 8px 10px;
    border-radius: 3px !important;
    /*margin-top: 10px;*/
    display: inline-block;
    color: #fff !important;
}

    .btn_add:hover {
        background: #449d44;
        border-color: #449d44;
    }

.btn_view {
    background: #286090;
    border-color: #286090;
    padding: 8px 10px;
    border-radius: 3px;
    /*margin-top: 10px;*/
    display: inline-block;
    color: #fff !important;
}

    .btn_view:hover {
        background: #204d74;
        border-color: #204d74;
    }

.table, th, td {
    vertical-align: middle;
}

/*PMAY CSS*/

.pmay_div {
    text-align: center;
    padding: 15px 5px 10px;
    min-height: 105px;
    margin-bottom: 30px;
    font-size: 1.1em;
    border-radius: 2px;
    color: #fff;
}

    .pmay_div span {
        font-size: 30px;
        display: block;
        margin-bottom: 8px;
        font-weight: bold;
    }

    .pmay_div p {
        color: #fff;
        text-align: center;
    }

.pmay_red {
    background: #ff5454;
}

.pmay_blue {
    background: #67c2ef;
}

.pmay_yellow {
    background: #fbb937;
}

.pmay_green {
    background: #79c447;
}

/*Gallery Section*/
#photoalbum {
    float: left;
    padding: 10px 0 0;
    /* width: 250px; */
    /* margin: 30px 35px; */
}

    #photoalbum img:hover {
        opacity: 1.0;
        filter: Alpha(opacity=100);
    }


    #photoalbum img {
        margin: 0px;
        opacity: 0.9;
        filter: Alpha(opacity=70);
        width: 100%;
    }

        #photoalbum img:hover {
            opacity: 1.0;
            filter: Alpha(opacity=100);
        }

    #photoalbum p {
        display: block;
        background: #0892D0;
        z-index: 1;
        padding: 3px 5px;
        /* margin: 151px 0 0 -245px; */
        /* position: absolute; */
        /* display: inline-block; */
        /* width: 245px; */
        /* width: 99%; */
        text-align: center;
        margin: 0px !important;
        color: #fff;
    }

        #photoalbum p:hover {
            text-decoration: none !important;
            background: #25828f;
        }

.vlightbox1 {
    background: #fff;
    border: 1px solid #ddd;
    padding: 6px;
    display: block;
    margin-bottom: 30px;
    text-decoration: none !important;
}

    .vlightbox1:hover {
        border-color: #888;
        background: #ddd;
    }

    .vlightbox1 p {
        display: block;
        background: #999;
        z-index: 1;
        padding: 3px 5px;
        /* margin: 151px 0 0 -245px; */
        /* position: absolute; */
        /* display: inline-block; */
        /* width: 245px; */
        /* width: 99%; */
        text-align: center;
        margin: 0px !important;
        color: #fff;
    }

.gal_brd {
    background: #fff;
    border: 1px solid #ddd;
    padding: 6px;
    display: block;
    margin-bottom: 30px;
    text-decoration: none !important;
}

    .gal_brd p {
        display: block;
        background: #0892D0;
        z-index: 1;
        padding: 3px 5px;
        /* margin: 151px 0 0 -245px; */
        /* position: absolute; */
        /* display: inline-block; */
        /* width: 245px; */
        /* width: 99%; */
        text-align: center;
        margin: 0px !important;
        color: #fff;
    }

        .gal_brd p:hover {
            background: #25828f;
        }
        /*Gallery Section*/
        /*Search Result*/
        .searchResult {
    overflow: hidden;
    height: auto;
}

    .searchResult ul {
        padding: 0px;
        margin: 0px;
    }

        .searchResult ul li {
            margin-bottom: 20px;
            border-bottom: 1px dotted #ccc;
        }

        .searchResult ul tr {
            background-color: transparent !important;
        }

        .searchResult ul li a {
            font-weight: bold;
            padding-bottom: 5px;
            text-decoration: underline;
            color: #000;
        }

        .searchResult ul li span {
            display: block;
            padding: 5px 0px 7px;
            color: #000;
        }

.keyword {
    background: yellow;
    display: inline-block;
    color: #000;
}
/*Search Result*/

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}


.active {
    background-color: #00838f !important;
    color: #fff;
}

.loginback {
    background: url(../../Images/bg/loginback.jpg) no-repeat;
    z-index: 999;
}

.mainbox .panel-body {
    padding: 0 127px;
    margin-top: 110px;
}

.mainbox .input100 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    display: block;
    width: 100%;
    background: #e6e6e6;
    height: 40px;
    border-radius: 25px;
    padding: 0 30px 0 68px;
}

.mainbox label {
    color: #fff;
    <<<<<<< .mine
}

/*.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #1A237E;
    background-color: #F9A825;
}

|| || || | .r724
}
=======
}*/

/*.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #1A237E;
    background-color: #F9A825;
}*/

body {
    scrollbar-base-color: #C0C0C0;
    scrollbar-base-color: #C0C0C0;
    scrollbar-3dlight-color: #C0C0C0;
    scrollbar-highlight-color: #C0C0C0;
    scrollbar-track-color: #EBEBEB;
    scrollbar-arrow-color: black;
    scrollbar-shadow-color: #C0C0C0;
    scrollbar-dark-shadow-color: #C0C0C0;
}
/*mozilla scrolbalken*/
@-moz-document url-prefix(http://),url-prefix(https://) {
    scrollbar {
        -moz-appearance: none !important;
        background: rgb(0,255,0) !important;
    }

    thumb, scrollbarbutton {
        -moz-appearance: none !important;
        background-color: rgb(0,0,255) !important;
    }

        thumb:hover, scrollbarbutton:hover {
            -moz-appearance: none !important;
            background-color: rgb(255,0,0) !important;
        }

    scrollbarbutton {
        display: none !important;
    }

    scrollbar[orient="vertical"] {
        min-width: 5px !important;
    }
}
/**/
.scrollbar-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    overflow: auto;
    background-color: whiteSmoke;
}

    .scrollbar-container .inner {
        /*height: 2011px;
        width: 1985px;*/
        padding: 1em;
        background-color: white;
        font-family: sans-serif;
    }

::-webkit-scrollbar {
    background: transparent;
    width:6px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border: solid whiteSmoke 1px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.3);
    }


#pmayfrm .form-control {
    display: inline-block;
    width: 60%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    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;
}

#pmayfrm label {
    display: inline-block;
    max-width: 36%;
    margin-bottom: 5px;
    font-weight: bold;
    text-align:right;
}
.header-login {
    background: #fff;
    color: #000;
    border-radius: 3px !important;
    padding: 4px 10px;
    text-decoration: none;
    font-weight: normal;
    font-size: 13px !important;
    cursor: pointer;
}
.news-section-btn {
    float: left;
    position: absolute;
    top: 30px;
    right: 15px;
}
.btnBrown {
    background: #a0311b!important;
    color: #fff!important;
    font-size: 11px;
    text-align: center;
    padding: 2px 8px !important;
    border: 1px solid #eee;
    display: block;
    border-radius:50%
}

.btnGrey {
    background: #ccc !important;
    color: #fff !important;
    font-size: 11px;
    text-align: center;
    padding: 2px 8px !important;
    border: 1px solid #eee;
    display: block;
    border-radius: 50%
}

.btnYellow {
    background: rgb(231, 176, 69) !important;
    color: #fff !important;
    font-size: 11px;
    text-align: center;
    padding: 2px 8px !important;
    border: 1px solid #eee;
    display: block;
    border-radius: 50%
}
.contact_details {
    min-height: 250px;
    background: #e8f5ff none repeat scroll 0 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    /*float: left;
    width: 500px; */
    padding: 10px;
    margin-bottom:20px;
}

.contact_details-inner {
    box-sizing: border-box;
    padding: 15px;
}
.carousel-inner > .item > a > img, .carousel-inner>.item>img {
    min-height:302px;
}
.keyPersonwater {
    background: #fff;
    border: 1px solid #ccc !important;
    padding: 10px 10px 5px;
    margin-top: 5px;
    margin-bottom: 20px;
}

    .keyPersonwater h2 {
        background: #0892D0;
        color: #fff;
        margin: -10px -10px 6px;
        font-weight: normal;
        font-size: 1.2em !important;
        padding: 4px 7px;
        text-transform: uppercase;
    }

    .keyPersonwater ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        clear: both;
    }

        .keyPersonwater ul li {
            border-bottom: 1px solid #ccc;
            list-style-type: none;
            margin: 0;
            padding: 4px 0px 6px;
            clear: both;
            min-height: 76px;
        }

            .keyPersonwater ul li img {
                float: left;
                width: 66px;
                height:66px;
                border: 1px solid #ccc;
                margin-right: 7px;
            }
           
            .keyPersonwater ul li h3 {
                background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
                font-size: 0.95em !important;
                font-weight: bold;
                line-height: 20px;
                margin: -3px 0 0;
                padding: 0 !important;
            }

            .keyPersonwater ul li span {
                color: #333;
                font-size: 0.85em;
                font-weight: normal;
                display: block;
                line-height: 14px;
            }

                .keyPersonwater ul li span p {
                    margin-bottom: 0px;
                    line-height: 14px;
                }
.more-news {
    margin-top: 190px;
}


::selection {
    background: yellow !important;
}

/*/ Added By K P on 24-09-2020/*/
a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

#accordion .panel {
    border: none;
    border-bottom: 1px solid #fff;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: -5px;
}

    #accordion .panel:last-child {
        border-bottom: none;
    }

#accordion .panel-heading {
    padding: 0;
    border-radius: 0;
}

#accordion .panel-title a {
    display: block;
    padding: 10px 20px 10px 30px;
    background: #0892D0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border: none;
    transition: all 1s ease 0s;
}

#accordion .panel-body {
    padding: 25px 20px 15px 40px;
    font-size: 14px;
    /*color: #fff;*/
    line-height: 28px;
    background: #fafafa;
    border: none;
    position: relative;
}

    #accordion .panel-body:before {
        content: "";
        border-top: 15px solid #0892D0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        position: absolute;
        top: 0;
        left: 30px;
    }

    #accordion .panel-body:after {
        content: "";
        width: 8px;
        height: 60px;
        background: #0892D0;
        position: absolute;
        top: 25%;
        left: 0;
    }
