@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/*2015-12-15 16:23:31*/
.section-menu ul.nav-list {
    padding: 2em 0;
    margin-left: 0;
}

    .section-menu ul.nav-list li.nav-header {
        padding-left: 5px;
        margin: 0;
        text-transform: uppercase;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        color: #999;
        font-weight: bold;
        font-size: 11px;
    }

    .section-menu ul.nav-list li a {
        color: #494949;
        color: rgba(27, 27, 27, 0.7);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        font-weight: bold;
        font-size: 18px;
        border: 1px solid #e6e6e6;
        border-top: none;
        margin: 0 -1px 0 3px;
        -webkit-box-shadow: 1px 1px 1px #fff;
        box-shadow: 1px 1px 1px #fff;
        background: #fafafa;
        text-shadow: none;
        padding: 18px 15px;
        position: relative;
    }

.title-divider {
    margin-bottom: 20px;
}

.section-menu ul.nav-list li a.first {
    border-top: 1px solid #e6e6e6;
}

.section-menu ul.nav-list li a:hover {
    background: #f0f0f0;
}

    .section-menu ul.nav-list li a:hover i {
        color: #55a79a;
    }

.section-menu ul.nav-list li a i {
    font-size: 22px;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #e6e6e6;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.section-menu ul.nav-list li a small {
    display: block;
    font-weight: normal;
    color: rgba(27, 27, 27, 0.5);
}

.section-menu ul.nav-list li.active > a, .section-menu ul.nav-list li.active > a:hover {
    border-left: 4px solid #55a79a;
    margin: 0 -1px 0 0;
    background: #fff;
    color: #55a79a;
}

    .section-menu ul.nav-list li.active > a i, .section-menu ul.nav-list li.active > a:hover i {
        color: #55a79a;
    }

.stats .stat {
    font-size: 24px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}

    .stats .stat .well {
        background: #55a79a;
        background-image: -webkit-radial-gradient(circle, #55a79a, #44857b);
        background-image: radial-gradient(circle, #55a79a, #44857b);
        background-repeat: no-repeat;
        padding: 20px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        position: relative;
        margin: 0 15px;
        min-height: 40px;
        line-height: 40px;
    }

        .stats .stat .well:after, .stats .stat .well:before {
            top: 100%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .stats .stat .well:after {
            border-top-color: #55a79a;
            border-width: 5px;
            left: 50%;
            margin-left: -5px;
        }

        .stats .stat .well:before {
            border-top-color: rgba(0, 0, 0, 0.01);
            border-width: 6px;
            left: 50%;
            margin-left: -6px;
        }

    .stats .stat small {
        text-shadow: none;
        font-size: 12px;
        display: block;
        color: #494949;
        color: rgba(27, 27, 27, 0.8);
        margin: 10px 0 0 0;
        text-transform: uppercase;
    }

.team .media-heading {
    margin-top: 0;
    color: #000;
    font-size: 20px;
}

.term_h2 {
    font-size: 16px;
}

.team p {
    color: rgba(27, 27, 27, 0.8);
}

    .team .role, .team p.role {
        color: rgba(27, 27, 27, 0.8);
        font-size: 16px;
    }

.team .media-object {
    /*max-width:75px*/
}

blockquote {
    border: none;
    padding: 0;
}

    blockquote p {
        background: #e6e6e6;
        padding: 20px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        position: relative;
    }

        blockquote p:after, blockquote p:before {
            top: 100%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        blockquote p:after {
            border-top-color: #e6e6e6;
            border-width: 10px;
            left: 10%;
            margin-left: -10px;
        }

        blockquote p:before {
            border-top-color: rgba(0, 0, 0, 0.01);
            border-width: 11px;
            left: 10%;
            margin-left: -11px;
        }

    blockquote small, blockquote footer {
        display: block;
        padding: 12px 0 0 10px;
    }

        blockquote small:before, blockquote footer:before {
            content: '';
        }

        blockquote small img, blockquote footer img {
            padding-right: 1em;
            max-width: 50px;
        }

.ri8_side p {
    margin-bottom: 20px;
}

.ri8_side i.fa-home {
    font-size: 18px !important;
}

.ri8_side i {
    color: #ff6633 !important;
}

.media, .media .media {
    margin-top: 25px;
}

@media (min-width:992px) {
    .sidebar {
        margin: 0;
    }

        .sidebar.sidebar-right .inner, .sidebar.sidebar-right .divider {
            border-left: 1px solid #e6e6e6;
            padding-left: 20px;
        }

        .sidebar.sidebar-left .inner, .sidebar.sidebar-left .divider {
            border-right: 1px solid #e6e6e6;
            padding-right: 20px;
        }

    .section-menu ul.nav-list {
        border-right: 1px solid #e6e6e6;
    }

        .section-menu ul.nav-list li a i {
            right: 10px;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        .section-menu ul.nav-list li.active > a, .section-menu ul.nav-list li.active > a:hover {
            border-right-color: #fff;
        }
}














label.label .sub {
    color: #777;
    display: block;
    font-family: "Ubuntu", sans-serif;
    ;
    font-size: 0.93em;
    line-height: 130%;
    margin-top: 2px;
}

label.label input {
    display: none;
    left: -9999px;
    margin: 0;
    position: absolute;
}

label.label.star, label.label.smiley {
    min-height: 30px;
}

label.label.blank {
    padding-left: 0 !important;
}

label.label.large {
    padding-left: 30px;
}

label.label > div {
    background-position: 0 center;
}

label.label:hover > div {
    background-position: -20px center;
}

label.label.is_on > div {
    background-position: -40px center;
}

label.label.is_on:hover > div {
    background-position: -60px center;
}

label.label > div {
    background-repeat: no-repeat;
    background-size: 80px 20px;
    height: 1.7em;
    left: 0;
    position: absolute;
    vertical-align: top;
    width: 20px;
}

label.label.smiley {
    padding-right: 7px;
    top: -3px;
    transition: -moz-transform 0.1s linear 0s;
}

    label.label.smiley:hover {
        transform: scale(1.1);
    }

    label.label.smiley.child-4.is_on > div {
        background-position: -200px center;
    }

    label.label.smiley.child-3.is_on > div {
        background-position: -150px center;
    }

    label.label.smiley.child-2.is_on > div {
        background-position: -100px center;
    }

    label.label.smiley.child-1.is_on > div {
        background-position: -50px center;
    }

    label.label.smiley.child-0.is_on > div {
        background-position: 0 center;
    }

    label.label.smiley.child-4:hover > div {
        background-position: -200px center;
    }

    label.label.smiley.child-4 > div {
        background-position: -450px center;
    }

    label.label.smiley.child-3:hover > div {
        background-position: -150px center;
    }

    label.label.smiley.child-3 > div {
        background-position: -400px center;
    }

    label.label.smiley.child-2:hover > div {
        background-position: -100px center;
    }

    label.label.smiley.child-2 > div {
        background-position: -350px center;
    }

    label.label.smiley.child-1:hover > div {
        background-position: -50px center;
    }

    label.label.smiley.child-1 > div {
        background-position: -300px center;
    }

    label.label.smiley.child-0:hover > div {
        background-position: 0 center;
    }

    label.label.smiley.child-0 > div {
        background-position: -250px center;
    }

    label.label.smiley > div {
        background-repeat: no-repeat;
        background-size: 500px 50px;
        height: 50px;
        left: 2px;
        position: absolute;
        vertical-align: top;
        width: 50px;
    }

.label.checkbox > div {
    background-image: url("../images/general/checkbox.png");
}

.label.radio > div {
    background-image: url("../images/general/radio.png");
}

.label.star > div {
    background-image: url("../images/general/star.png");
}

.label.smiley > div {
    background-image: url("../images/general/smiley.png");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/general/smiley.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/general/smiley.png', sizingMethod='scale')";
}

.label.green > div {
    background-image: url("../images/general/greencheck.png");
}

@media not all, (min-resolution: 124.8dpi), (max-resolution: 1.3dppx) {
    .label.checkbox > div {
        background-image: url("../images/general/checkbox2x.png");
    }

    .label.radio > div {
        background-image: url("../images/general/radio2x.png");
    }

    .label.star > div {
        background-image: url("../images/general/star2x.png");
    }

    .label.smiley > div {
        background-image: url("../images/general/smiley2x.png");
    }

    .label.green > div {
        background-image: url("../images/general/greencheck2x.png");
    }
}





.tooltip {
    display: block;
    font-size: 11px;
    letter-spacing: 0.3px;
    line-height: 1.4;
    opacity: 0;
    position: absolute;
    visibility: visible;
    z-index: 99999;
}

.social_tip {
    display: none;
}

    .social_tip ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

        .social_tip ul li {
            float: left;
            width: auto;
            margin-right: 50px;
        }

.toltip_text_p {
    margin-bottom: 10px;
    color: #408CB9;
}

    .toltip_text_p .red {
        color: #F00;
    }

    .toltip_text_p .green {
        color: #090;
    }

.tooltip.in {
    opacity: 1;
}

.tooltip.top {
    margin-top: -13px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    background: #386BF7;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgb(48, 108, 197);
    color: #ffffff;
    max-width: 200px;
    padding: 7px;
    text-align: center;
    text-decoration: none;
}

.tooltip-arrow {
    border-color: transparent;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}

.tooltip.top .tooltip-arrow {
    border-top-color: rgb(67, 134, 235);
    border-width: 7px 7px 0;
    bottom: -2px;
    left: 50%;
    margin-left: -3px;
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: rgb(67, 134, 235);
    border-width: 5px 5px 0;
    bottom: 0;
    left: 5px;
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: rgb(67, 134, 235);
    border-width: 5px 5px 0;
    bottom: 0;
    right: 5px;
}

.tooltip.right .tooltip-arrow {
    border-right-color: rgb(67, 134, 235);
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -3px;
    top: 50%;
}

.tooltip.left .tooltip-arrow {
    border-left-color: rgb(67, 134, 235);
    border-width: 5px 0 5px 5px;
    margin-top: -3px;
    right: 0;
    top: 50%;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: rgb(67, 134, 235);
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -3px;
    top: 0;
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: rgb(67, 134, 235);
    border-width: 0 5px 5px;
    left: 5px;
    top: 0;
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: rgb(67, 134, 235);
    border-width: 0 5px 5px;
    right: 5px;
    top: 0;
}

.popover {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    max-width: 276px;
    padding: 1px;
    position: absolute;
    text-align: left;
    top: 0;
    white-space: normal;
    z-index: 99999;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    background-color: rgb(75, 140, 237);
    border-bottom: 1px solid rgb(75, 140, 237);
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding: 8px 14px;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow, .popover .arrow:after {
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.popover .arrow {
    border-width: 11px;
}

    .popover .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top .arrow {
    border-bottom-width: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
}

    .popover.top .arrow:after {
        border-bottom-width: 0;
        border-top-color: #ffffff;
        bottom: 1px;
        content: " ";
        margin-left: -10px;
    }

.popover.right .arrow {
    border-left-width: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
    left: -11px;
    margin-top: -11px;
    top: 50%;
}

    .popover.right .arrow:after {
        border-left-width: 0;
        border-right-color: #ffffff;
        bottom: -10px;
        content: " ";
        left: 1px;
    }

.popover.bottom .arrow {
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
    left: 50%;
    margin-left: -11px;
    top: -11px;
}

    .popover.bottom .arrow:after {
        border-bottom-color: #ffffff;
        border-top-width: 0;
        content: " ";
        margin-left: -10px;
        top: 1px;
    }

.popover.left .arrow {
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
    margin-top: -11px;
    right: -11px;
    top: 50%;
}

    .popover.left .arrow:after {
        border-left-color: #ffffff;
        border-right-width: 0;
        bottom: -10px;
        content: " ";
        right: 1px;
    }






label.label {
    -moz-user-select: none;
    color: #555;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8em;
    line-height: 170%;
    min-height: 20px;
    padding-left: 25px !important;
    position: relative;
}

    label.label.star, label.label.smiley {
        min-height: 30px;
    }

    label.label.smiley {
        padding-right: 7px;
        top: -3px;
        transition: -moz-transform 0.1s linear 0s;
    }

.form-field label {
    display: block;
}

.form-field .smiley-cover label.label {
    box-sizing: border-box;
    color: inherit;
    margin: 2px auto;
    padding-right: 7px;
    width: 50px;
    margin-right: 30px;
}

.label_cover .label.ng-binding {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 45px;
    color: #333;
    float: left;
    width: 100%;
    text-align: left;
    padding: 0px;
}

.form-field .thumb-cover {
    padding: 10px 0;
}

    .form-field .thumb-cover .thumb-label {
        box-sizing: border-box;
        font-size: 0.9em;
        line-height: 2em;
        padding-left: 2.75em !important;
        padding-right: 15px;
    }

    .form-field .thumb-cover .label .icon-thumbs-up, .form-field .thumb-cover .label .icon-thumbs-down {
        font-size: 2em;
        left: 0;
        position: absolute;
        transition: -moz-transform 0.1s linear 0s;
    }

    .form-field .thumb-cover .label:hover .icon-thumbs-up, .form-field .thumb-cover .label:hover .icon-thumbs-down {
        transform: scale(1.1);
    }

    .form-field .thumb-cover .is_on .icon-thumbs-up, .form-field .thumb-cover .is_on .icon-thumbs-up-alt {
        color: green;
    }

    .form-field .thumb-cover .is_on .icon-thumbs-down, .form-field .thumb-cover .is_on .icon-thumbs-down-alt {
        color: red;
    }

    .form-field .thumb-cover .input_cover.error-field {
        border-color: #ff8181;
    }

#animated-example {
    background: #cd4436;
    height: 200px;
    margin: 20px auto;
    width: 300px;
    box-shadow: inset 0 0 7px rgba(0,0,0,0.7);
}

.animated {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}

@keyframes bounceOutRight {
    0% {
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

.top_t {
    font-weight: bold;
}

#box2 {
    position: absolute;
    left: 120px;
    height: 20px;
    width: 30px;
    background: blue;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

#box1:hover + #box2 {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    left: calc(100% - 102px);
    background: yellow;
}

#heart_show {
    position: absolute;
    right: 50px;
    top: 200px;
    width: 500px;
    height: 500px;
}

.top_m {
    background: none;
    color: #2ca3ef;
    cursor: auto;
    font-size: 14px;
    left: 0;
    padding: 0;
    position: relative;
    top: 0;
}

abbr.Phone {
    margin-right: 10px;
}

abbr.Email {
    margin-right: 10px;
}

abbr.Address {
    margin-right: 7px;
}

.numbered li {
    margin-bottom: 10px;
}

ul.big-list li, ul.list-lg li {
    padding-bottom: 5px;
}

.about_12 p {
    line-height: 25px;
}

.about_12 h5 {
    font-weight: normal;
}

.about_12 .title-divider small {
    position: relative;
    top: 10px;
}

.pad_left_10 {
    padding-left: 25px;
}

#contact-form-success {
    display: none;
}

div.email_response {
    background-color: #ffffcc;
    padding: 10px;
}

div.email_response {
    background-color: #f5f8fc;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 1em;
}

p.larger {
    font-weight: bold;
    font-size: 16px;
}

.abt_span_h {
    font-weight: bold;
    font-size: 15px;
}

@media screen and (max-width: 1100px) {
    .col-md-6.ri8_side.contact_ri8 {
        padding-left: 15px !important;
    }
}

@media screen and (max-width: 718px) {
    #highlighted .container.contact_12 .col-md-12, #highlighted .container.contact_12 .col-md-11, #highlighted .container.feed_back12 .col-md-12, #highlighted .container.feed_back12 .col-md-11, #highlighted .container.about_12 .col-md-12, #highlighted .container.about_12 .col-md-11 {
        padding: 0px 15px !important;
    }

    .col-md-6.ri8_side.contact_ri8 {
        margin-top: 80px;
    }

        .col-md-6.ri8_side.contact_ri8 iframe {
            width: 100% !important;
        }

    .term .title-divider {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        font-size: 18px;
        line-height: 23px;
        margin: 0 0 20px;
    }
}

@media screen and (max-width: 470px) {
    .team_12 .media > .pull-left {
        width: 100%;
    }

    .team_12 .media-body {
        float: left;
    }

    .social_tip ul li {
        margin-bottom: 10px;
    }
}
