﻿@charset "UTF-8";

html {
    font-size: 100%;
}

.bap1 {
    background-color: #00a3e7 !important;
    padding: 10px 10px !important;
    color: #fff !important;
    margin-top: 22px;
    margin-left: 15px;
}

.ptblf {
    padding: 10px 15px !important;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 0;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
}

.lead {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

body {
    background-attachment: fixed;
    background-color: #fff;
    color: #222;
    font-family: Lato,sans-serif;
    font-size: 16px;
    line-height: 23px;
    overflow-x: hidden;
    transition: inherit;
    -webkit-font-smoothing: antialiased;
}

.wrapper {
    position: relative;
    height: 12em;
}

.countdown-container {
    font-family: Montserrat,sans-serif;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
}

.countdown {
    display: flex;
    transform-style: preserve3d;
    perspective: 500px;
    height: 10rem;
    width: 64em;
    margin: 0 auto;
}

    .countdown.remove {
        animation: hide-countdown 1s cubic-bezier(0,.9,.56,1.2) forwards;
        overflow: hidden;
    }

.number, .separator {
    display: block;
    color: #333;
    height: 10rem;
    font-size: 10rem;
    position: relative;
    line-height: 10rem;
    text-align: center;
    width: 100%;
}

.separator {
    margin: 0;
    width: 2rem;
}

.current, .new, .old {
    color: #333;
    position: absolute;
    border-radius: 1rem;
    height: 10rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.new {
    animation: show-new .4s cubic-bezier(0,.9,.5,1.2) forwards;
}

.old {
    animation: hide-old 2s cubic-bezier(0,.9,.56,1.2) forwards;
}

.countdown section {
    position: relative;
}

#js-days:after, #js-hours:after, #js-minutes:after, #js-seconds:after {
    content: "DAYS";
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -80px;
    font-size: 12px;
}

#js-hours:after {
    content: "HOURS";
}

#js-minutes:after {
    content: "MINUTES";
}

#js-seconds:after {
    content: "SECONDS";
}

@keyframes hide-countdown {
    to {
        height: 0;
        overflow: hidden;
    }
}

@keyframes show-new {
    0% {
        opacity: 0;
        transform: translate(-50%,-50%) translateY(-2rem) scale(.8) rotateX(-20deg);
    }

    100% {
        transform: translate(-50%,-50%);
    }
}

@keyframes hide-old {
    0% {
        transform: translate(-50%,-50%);
    }

    100% {
        opacity: 0;
        transform: translate(-50%,-50%) translateY(-5rem) scale(.5) rotateX(-75deg);
    }
}

.list-inline {
    padding-left: 0;
    margin-left: -10px;
    list-style: none;
}

.heightslider {
    height: 520px;
}

.h180 {
    height: 180px;
}

.img-wh300 {
    height: 280px;
}

.img-wh220 {
    height: 220px;
}

.img-wh500 {
    height: 500px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-50 {
    margin-top: 50px;
}

.appriimg {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    display: block;
}

img {
    max-width: 100%;
}

p {
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}

.text-thm1 {
    color: #fff !important;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

iframe {
    border: none;
    width: 100%;
}

a {
    color: #00a2e8;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

    a:focus, a:hover {
        color: #333;
        text-decoration: none;
        outline: 0;
    }

    a img {
        border: none;
    }

::selection {
    background: #222;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #222;
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #222;
    color: #fff;
    text-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Raleway,sans-serif;
    line-height: 1.428571429;
    color: #333;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #333;
        font-weight: 400;
    }

    .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: #333;
        font-weight: 400;
    }

    .h2, .h3, .h4, h1, h2, h3, h4 .h1 {
        font-weight: 700;
    }

.h5, .h6, h5, h6 {
    font-weight: 400;
}

.h1, h1 {
    font-size: 36px;
}

.h2, h2 {
    font-size: 30px;
}

.h3, h3 {
    font-size: 24px;
}

.h4, h4 {
    font-size: 18px;
}

.h5, h5 {
    font-size: 15px;
}

.h6, h6 {
    font-size: 12px;
}

address, blockquote, dd, dl, dt, ol, p, ul {
    margin: 0 0 10px;
}

.ff-lato {
    font-family: Lato,sans-serif;
}

.ff-lora {
    font-family: Lora,sans-serif;
}

.ff-montserrat {
    font-family: Montserrat,sans-serif;
}

.ff-opensans {
    font-family: "Open Sans",sans-serif;
}

.ff-raleway {
    font-family: Raleway,sans-serif;
}

.ff-serif {
    font-family: serif;
}

.header-top {
    padding: 0 0;
    position: relative;
}

.header-top-two {
    background: #434343 none repeat scroll 0 0;
    padding-bottom: 5px;
    padding-top: 15px;
}

    .header-top-two span {
        color: #fff;
        font-weight: 400;
    }

.ulockd-padz {
    padding: 0;
}

.welcm-ht {
    position: relative;
}

    .welcm-ht a {
        color: #434343;
    }

        .welcm-ht a.btn {
            padding: 5px 15px;
        }

.welcm-ht-two {
    color: #d3d3d3;
}

.ulockd-welcntxt {
    color: #434343;
    margin: 0;
}

header.header-nav {
    z-index: 99;
}

.welcm-header-middle > p {
    margin-bottom: 0;
}

.header-middle {
    background-color: #f6f6f6;
    border-top: 1px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ulockd-ohour-info.style2 {
    border: 2px solid #f5f5f5;
    padding: 10px 0;
    -webkit-box-shadow: 0 2px 24px rgba(0,0,0,.2);
    box-shadow: 0 2px 24px rgba(0,0,0,.2);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .ulockd-ohour-info.style2 .ulockd-info {
        padding-left: 0;
    }

.ulockd-ohour-info .ulockd-icon {
    font-size: 20px;
    line-height: 1.3em;
}

.ulockd-ohour-info .ulockd-info {
    display: inline-block;
    padding-left: 15px;
    position: relative;
}

    .ulockd-ohour-info .ulockd-info h3 {
        color: #333;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 0;
        margin-top: 12px;
    }

    .ulockd-ohour-info .ulockd-info h4, .ulockd-ohour-info .ulockd-info h5 {
        font-weight: 700;
        margin: 0;
    }

    .ulockd-ohour-info .ulockd-info p {
        font-size: 13px;
        margin-bottom: 0;
    }

.htc-info .ulockd-icon {
    border: 2px solid #dcdcdc;
    font-size: 26px;
    margin-right: 16px;
    padding: 3px 10px;
}

.htc-info .ulockd-info {
    padding-right: 25%;
}

    .htc-info .ulockd-info h3 {
        color: #333;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 0;
        margin-top: 12px;
    }

.ulockd-addrss, .ulockd-cell {
    color: #555;
}

.ulockd-main-logo2 img {
    margin-top: 0;
    width: 140px;
}

.ba {
    background-color: #00a3e7 !important;
    padding: 10px 10px !important;
    color: #fff !important;
    margin-top: 22px;
    margin-left: 15px;
}

.bap {
    background-color: #fff !important;
    padding: 10px 10px !important;
    color: #00b3ff !important;
    margin-top: 22px;
    margin-left: 15px;
}

.navbar-left {
    float: left !important;
    margin-left: 30px;
}

.dropbtn {
    background-color: transparent;
    border: none;
    color: #434343;
    cursor: pointer;
}

.dropdown {
    position: relative;
}

    .dropdown:hover .dropdown-content {
        display: block;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    padding: 6px 0;
    width: 85px;
    z-index: 9999;
}

    .dropdown-content a {
        color: #000;
        padding: 5px 0;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #a9a9a9;
        }

.fixedup {
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.main-header-nav {
    position: relative;
}

.main-header-nav-two {
    background-color: #fff;
}

nav.navbar.bootsnav.menu-style1 {
    border: none;
    position: relative;
}

.nav.navbar-nav.single-page li.active a {
    color: #303030;
}

nav.navbar.bootsnav.menu-style1 ul.nav li a {
    padding: 35px 10px;
}

nav.navbar.bootsnav ul.nav li a {
    font-size: 14px;
    font-family: Raleway,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    nav.navbar.bootsnav ul.nav li a.active {
        color: #303030;
        font-weight: 600;
    }

    nav.navbar.bootsnav ul.nav li a:focus, nav.navbar.bootsnav ul.nav li a:hover {
        color: #303030;
        font-weight: 600;
    }

.navbar.bootsnav .nav.navbar-nav .dropdown li a {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.attr-nav ul li a {
    color: #303030;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a {
    font-family: Lato,sans-serif;
    font-size: 13px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a:hover {
        padding-left: 20px;
    }

nav.navbar.bootsnav.menu-style2 li.dropdown ul.dropdown-menu li a {
    color: #303030;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    nav.navbar.bootsnav.menu-style2 li.dropdown ul.dropdown-menu li a:hover {
        padding-right: 20px;
    }

.header-nav .main-header-nav.navbar-scrolltofixed {
    background: #fff;
    border-top: 1px solid #fff;
}

nav.navbar.bootsnav.menu-style2 {
    border: none;
}

.attr-nav ul li a span.badge {
    background-color: #222;
    padding: 3px 0 0;
}

nav.navbar.bootsnav ul.nav li a.active, nav.navbar.bootsnav ul.nav li a:focus, nav.navbar.bootsnav ul.nav li a:hover {
    color: #111 !important;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a:focus, nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a:hover {
    color: #111 !important;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-top: 5px solid #dcdcdc;
}

nav.navbar.bootsnav.menu-style1 ul.dropdown-menu.megamenu-content .title {
    font-weight: 700;
}

.dropdown-menu .cart-list a, .dropdown-menu .cart-list p {
    color: #303030;
}

    .dropdown-menu .cart-list p .price {
        color: #303030;
    }

.total a.btn-cart {
    color: #303030 !important;
}

nav.navbar.bootsnav.menu-style1 ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
    color: #303030;
    font-size: 16px;
    line-height: 12px;
    margin-bottom: 8px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

nav.navbar.bootsnav.menu-style1 ul.dropdown-menu.megamenu-content .content ul.menu-col li:hover a {
    padding-left: 10px;
}

.top-search .input-group-addon.close-search {
    color: #303030;
}

.navbar-brand {
    padding: 3px;
}

.header-nav.nav-app {
    left: 0;
    position: absolute;
    right: 0;
}

.ulockd-quote-btn {
    position: relative;
}

nav.menu-style1 .side .widget ul.link li a {
    font-family: Lato,sans-serif;
}

.ulockd-quote-btn a {
    font-size: 16px;
    margin-top: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.ulockd-quote-btn-two a {
    font-size: 16px;
    margin-top: 10px;
    padding: 10px 20px;
    text-transform: uppercase;
}

nav.navbar.unlock-megamenu {
    margin-bottom: 0;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .mega-dropdown-menu li ul {
        padding: 0;
        margin: 0;
    }

        .mega-dropdown-menu li ul li {
            list-style: none;
        }

            .mega-dropdown-menu li ul li a {
                display: block;
                color: #222;
                padding: 3px 5px;
            }

    .mega-dropdown-menu .dropdown-header {
        font-size: 24px;
        padding: 5px 60px 5px 5px;
        line-height: 30px;
    }

body.on-side {
    margin-left: 0;
}

body.wrap-nav-sidebar .wrapper {
    padding-left: 0 !important;
}

.header-nav.transparent {
    position: absolute;
    z-index: 999 !important;
}

    .header-nav.transparent nav {
        left: 0;
    }

.fixedup .navbar-scrolltofixed.scroll-to-fixed-fixed {
    background-color: #fff;
    margin-top: 0;
}

.menu-fixed-center {
    left: 0;
    margin-top: -35px;
    position: absolute;
    right: 0;
}

.menu-style-fixed .side .widget ul.link li a, .menu-style1 .side .widget ul.link li a, .menu-style2 .side .widget ul.link li a {
    color: #fff;
}

.carousel-caption {
    left: 10%;
    padding-bottom: 5%;
    right: 0;
    text-align: left;
    top: 30%;
}

    .carousel-caption h1 {
        color: #fff;
        font-size: 48px;
        text-shadow: none;
    }

        .carousel-caption h1 span {
            border-radius: 35px;
            padding: 10px 15px;
        }

    .carousel-caption h2 {
        color: #fff;
        margin-top: 25px;
        text-shadow: none;
    }

        .carousel-caption h2 span {
            border-radius: 35px;
            padding: 10px 15px;
        }

    .carousel-caption h3 {
        color: #fff;
        margin-top: 25px;
        text-shadow: none;
    }

        .carousel-caption h3 span {
            border-radius: 35px;
            padding: 10px 15px;
        }

    .carousel-caption p {
        color: #fff;
    }

    .carousel-caption a {
        text-transform: uppercase;
        color: #fff;
        background: #111;
        padding: 6px 12px;
    }

    .carousel-caption button {
        border-radius: 25px;
        margin-top: 10px;
    }

    .carousel-caption.style3 {
        bottom: 0;
        left: 0;
        padding: 0 5%;
        padding-bottom: 0;
        right: 0;
        text-align: center;
    }

.carousel-inner .item a img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.carousel-inner .item img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.item.active img {
    transition: transform 5s linear 0s;
    transform: scale(1.05,1.05);
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .next.left {
    opacity: 1;
}

.carousel-fade .carousel-inner .next.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
    font-size: 80px;
}

.carousel-indicators li {
    background-color: #bbb;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    width: 12px;
    border: 0;
}

    .carousel-indicators li .active {
        background-color: #434343;
        height: 12px;
        margin: 0;
        width: 12px;
        border: 0;
    }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.active.right, .carousel-fade .carousel-inner > .item.next {
        opacity: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .carousel-fade .carousel-inner > .item.active.left, .carousel-fade .carousel-inner > .item.prev {
        opacity: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

        .carousel-fade .carousel-inner > .item.active, .carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right {
            opacity: 1;
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
        }
}

.home-slider {
    overflow-x: hidden;
}

    .home-slider .home-app {
        position: relative;
    }

    .home-slider .pogoSlider--navBottom .pogoSlider-nav {
        bottom: 25px;
    }

    .home-slider .pogoSlider-nav-btn {
        border-radius: 0;
        height: 5px;
        width: 20px;
    }

.ulockd-home-btn {
    border-radius: 30px;
}

.ulockd-home-btn {
    border-radius: 30px;
}

#custom_carousel .item {
    color: #000;
    background-color: #eee;
    padding: 20px 0;
}

#custom_carousel .controls {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background: #dcdcdc;
}

    #custom_carousel .controls li {
        display: table-cell;
        width: 1%;
        max-width: 90px;
    }

        #custom_carousel .controls li.active {
            background-color: #eee;
        }

    #custom_carousel .controls a small {
        display: block;
        font-size: 10px;
        font-weight: 700;
        margin-top: 5px;
        overflow: hidden;
    }

.ulockd-parallax-bg {
    padding-bottom: 0;
    padding-top: 0;
}

    .ulockd-parallax-bg.form_style {
        padding: 5px 0;
    }

.about-us {
    padding: 40px 0;
    background: #fff;
}

    .about-us .col-sm-6 {
        min-height: auto;
        padding: 0;
        position: relative;
    }

    .about-us h3 {
        color: #01a4e7;
        margin: 0 0 30px;
        text-transform: uppercase;
        font-size: 30px;
        line-height: 40px;
    }

.spec-content {
    width: 88%;
    font-size: 17px;
    text-align: justify;
}

.about-list li {
    background: #f0f0f0;
    display: inline-block;
    margin: 0 5px 9px 0;
    padding: 33px 25px;
    text-transform: uppercase;
    width: 95%;
    height: 120px;
}

    .about-list li img {
        float: left;
        margin: 0 20px 0 0;
        max-width: 55px;
        vertical-align: middle;
    }

    .about-list li div.content {
        display: inline-block;
    }

    .about-list li h2 {
        color: #3cb9aa;
        font-size: 25px;
        line-height: 30px;
        margin: 0;
    }

    .about-list li h3 {
        color: #20774a;
        font-size: 22px;
        line-height: 30px;
        margin: 0;
    }

    .about-list li h4 {
        color: #20774a;
        font-size: 18px;
        font-weight: 300;
        letter-spacing: 1px;
        line-height: 25px;
        margin: 0;
    }

ul.linesd li {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 8px;
    color: #414244;
    text-align: justify;
    font-family: 'Open Sans',sans-serif;
}

.about-us .container > .col-sm-6:last-child::after {
    background: url(../images/seprater.png) no-repeat scroll left top;
    content: "";
    height: 100%;
    left: -50px;
    position: absolute;
    top: 0;
    width: 20px;
}

.pogoSlider h1, .pogoSlider h2, .pogoSlider h3, .pogoSlider h4, .pogoSlider p {
    color: #fff;
}

.img-whp {
    width: 100% !important;
}

.color-white {
    color: #fff !important;
}

.color-whitef1 {
    color: #f1f1f1;
}

.color-whitef2 {
    color: #f2f2f2;
}

.color-whitef3 {
    color: #f3f3f3;
}

.color-whitef4 {
    color: #f4f4f4;
}

.color-whitef5 {
    color: #f5f5f5;
}

.color-whitef6 {
    color: #f6f6f6;
}

.color-whitef7 {
    color: #f7f7f7;
}

.color-whitef8 {
    color: #f8f8f8;
}

.color-whitef9 {
    color: #f9f9f9;
}

.color-whitefa {
    color: #fafafa;
}

.color-whitefb {
    color: #fbfbfb;
}

.color-whitefc {
    color: #fcfcfc;
}

.color-whitefd {
    color: #fdfdfd;
}

.color-whitefe {
    color: #fefefe;
}

.color-lightgray {
    color: #d3d3d3;
}

.color-gray {
    color: gray;
}

.color-green2 {
    color: #28b928;
}

.color-black {
    color: #000;
}

.color-black11 {
    color: #111 !important;
}

.color-black22 {
    color: #222;
}

.color-black33 {
    color: #333;
}

.color-black31 {
    color: #303030;
}

.color-black44 {
    color: #434343;
}

.color-black55 {
    color: #555;
}

.color-black66 {
    color: #676767;
}

.color-primary {
    color: #337ab7;
}

.color-primary2 {
    color: #145892 !important;
}

.color-success {
    color: #5cb85c;
}

.color-info {
    color: #5bc0de;
}

.color-warning {
    color: #f0ad4e;
}

.color-danger {
    color: #d9534f;
}

.color-green {
    color: #28b928;
}

.color-yellow {
    color: #ff0;
}

.color-yellow2 {
    color: #f0c900;
}

.color-darkblue {
    color: #004274;
}

.color-fb {
    color: #3b5998;
}

.bgc-fb {
    background-color: #3b5998;
}

.hvr-bgc-fb:hover {
    background-color: #3b5998;
}

.hvr-bgc-behnc:hover, .hvr-bgc-drbl:hover, .hvr-bgc-fb:hover, .hvr-bgc-gogle:hover, .hvr-bgc-inst:hover, .hvr-bgc-lnkdn:hover, .hvr-bgc-pint:hover, .hvr-bgc-skyp:hover, .hvr-bgc-twtr:hover, .hvr-bgc-utube:hover {
    color: #fff;
}

.color-twtr {
    color: #1da1f2;
}

.bgc-twtr {
    background-color: #1da1f2;
}

.hvr-bgc-twtr:hover {
    background-color: #1da1f2;
}

.color-inst {
    color: #d31a77;
}

.bgc-inst {
    background-color: #d31a77;
}

.hvr-bgc-inst:hover {
    background-color: #d31a77;
}

.color-lnkdn {
    color: #007bb6;
}

.bgc-lnkdn {
    background-color: #007bb6;
}

.hvr-bgc-lnkdn:hover {
    background-color: #007bb6;
}

.color-pint {
    color: #cb2027;
}

.bgc-pint {
    background-color: #cb2027;
}

.hvr-bgc-pint:hover {
    background-color: #cb2027;
}

.color-skyp {
    color: #00aff0;
}

.bgc-skyp {
    background-color: #00aff0;
}

.hvr-bgc-skyp:hover {
    background-color: #00aff0;
}

.color-drbl {
    color: #ea4c89;
}

.bgc-drbl {
    background-color: #ea4c89;
}

.hvr-bgc-drbl:hover {
    background-color: #ea4c89;
}

.color-behnc {
    color: #0b7bff;
}

.bgc-behnc {
    background-color: #0b7bff;
    padding: 3px 5px 5px 5px;
    color: white;
    font-size: 14px;
}

.hvr-bgc-behnc:hover {
    background-color: #0b7bff;
}

.color-utube {
    color: red;
}

.bgc-utube {
    background-color: red;
}

.hvr-bgc-utube:hover {
    background-color: red;
}

.color-gogle {
    color: #ea4335;
}

.bgc-gogle {
    background-color: #ea4335;
}

.hvr-bgc-gogle:hover {
    background-color: #ea4335;
}

.bgc-black11 {
    background-color: #111;
}

.bgc-black22 {
    background-color: #222;
}

.bgc-black33 {
    background-color: #333;
}

.bgc-black44 {
    background-color: #434343;
}

.bgc-black55 {
    background-color: #555;
}

.bgc-black66 {
    background-color: #676767;
}

.bgc-black99 {
    background-color: #999;
}

.bgc-lightgray {
    background-color: #d3d3d3;
}

.bgc-snowshade {
    background-color: #f9f9f9;
}

.bgc-snowshade2 {
    background-color: #fafafa;
}

.bgc-white {
    background-color: #fff !important;
}

.lft {
    text-align: right;
}

.video-consultant {
    padding: 10px !important;
    background: #00a3e7 !important;
    margin-right: 10px;
    border-radius: 10px;
    text-decoration: none !important;
}

.lang {
    display: inline-block;
    padding: 10px;
    font-weight: 400;
    margin: auto;
    margin-right: auto;
  
}

.video-custom {
    color: #fff !important;
}

.bgc-whiteen {
    background-color: #fff !important;
    box-shadow: 1px 1px 5px #888;
    border-radius: 7px;
}

.bgc-whitef0 {
    background-color: #f0f0f0;
}

.bgc-whitef1 {
    background-color: #f1f1f1;
}

.bgc-whitef2 {
    background-color: #f2f2f2;
}

.bgc-whitef3 {
    background-color: #f3f3f3;
}

.bgc-whitef4 {
    background-color: #f4f4f4;
}

.bgc-whitef5 {
    background-color: #f5f5f5 !important;
}

.bgc-whitef6 {
    background-color: #f6f6f6;
}

.bgc-whitef7 {
    background-color: #f7f7f7;
}

.bgc-whitef8 {
    background-color: #f8f8f8;
}

.bgc-primary {
    background-color: #337ab7;
}

.bgc-primary2 {
    background-color: #145892;
}

.bgc-success {
    background-color: #5cb85c;
}

.bgc-info {
    background-color: #5bc0de;
}

.bgc-warning {
    background-color: #f0ad4e;
}

.bgc-danger {
    background-color: #d9534f;
}

.bgc-lightgray {
    background-color: #f9f9f9;
}

.bgc-snowshade {
    background-color: #f9f9f9;
}

.bgc-snowshade2 {
    background-color: #fafafa;
}

.bgc-transparent {
    background-color: transparent !important;
}

.bgc-darkcyan {
    background-color: #008b8b;
}

.bgc-darkblue {
    background-color: #004274;
}

.bgc-green {
    background-color: #28b928;
}

.bgc-yellow {
    background-color: #ff0;
}

.bgc-yellow2 {
    background-color: #f0c900;
}

.bdrs0 {
    border-radius: 0 !important;
}

.bdrs5 {
    border-radius: 5px;
}

.bdrs10 {
    border-radius: 10px;
}

.bdrs20 {
    border-radius: 20px;
}

.bdrs50 {
    border-radius: 50%;
}

.bdr1 {
    border: 1px solid #d3d3d3;
}

.tdu {
    text-decoration: underline;
}

.tdu-hvr:hover {
    cursor: pointer;
    text-decoration: underline;
}

.all-body-content {
    background-color: #fff;
    margin-bottom: 800px;
    position: relative;
    z-index: 9;
}

.btn-thm {
    color: #fff;
    border-radius: 4px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .btn-thm:active, .btn-thm:focus, .btn-thm:hover {
        background-color: #004274;
        border-color: #004274;
        color: #fff;
    }

.btn-dark {
    background-color: #303030;
    border-color: #303030;
    color: #fff;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .btn-dark:active, .btn-dark:focus, .btn-dark:hover {
        color: #fff;
    }

    .btn-dark:active, .btn-dark:focus, .btn-dark:hover {
        color: #fff;
    }

.btn-yellow {
    background-color: #f0c900;
    border-color: #f0c900;
    color: #333;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .btn-yellow:active, .btn-yellow:focus, .btn-yellow:hover {
        color: #333;
    }

    .btn-yellow:active, .btn-yellow:focus, .btn-yellow:hover {
        color: #fff;
    }

.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #303030;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .btn-white:active, .btn-white:focus, .btn-white:hover {
        color: #fff;
    }

.btn-gray {
    background-color: #d3d3d3;
    border-color: #d3d3d3;
    color: #303030;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .btn-gray:active, .btn-gray:focus, .btn-gray:hover {
        color: #fff;
    }

.ulockd-btn-green {
    background-color: #28b928;
    border-color: #28b928;
    color: #fff;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .ulockd-btn-green:active, .ulockd-btn-green:focus, .ulockd-btn-green:hover {
        color: #fff;
    }

.btn-blue {
    background-color: #004274;
    border-color: #004274;
    color: #fff;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .btn-blue:active, .btn-blue:focus, .btn-blue:hover {
        color: #fff;
    }

.btn-bgct {
    background-color: white;
    border-color: #fff;
    color: #000 !important;
    border-radius: 20px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-default {
    font-size: 14px;
    padding: 8px 15px;
}

.fz11 {
    font-size: 11px;
}

.fz13 {
    font-size: 13px;
}

.fz16 {
    font-size: 16px;
}

.fz18 {
    font-size: 18px;
}

.fz20 {
    font-size: 20px;
}

.fz24 {
    font-size: 24px;
}

.fz30 {
    font-size: 30px;
}

.fz40 {
    font-size: 40px;
}

.fz45 {
    font-size: 45px;
}

.fz48 {
    font-size: 48px;
}

.fz60 {
    font-size: 60px;
}

.fz72 {
    font-size: 72px;
}

.fz100 {
    font-size: 100px !important;
}

.lh30 {
    line-height: 30px;
}

.h05 {
    height: 5px !important;
}

.h10 {
    height: 10px;
}

.h20 {
    height: 20px;
}

.h25 {
    height: 25px;
}

.h30 {
    height: 30px;
}

.h35 {
    height: 35px;
}

.h40 {
    height: 40px;
}

.h45 {
    height: 45px;
}

.h50 {
    height: 50px;
}

.h100 {
    height: 100px;
}

.h150 {
    height: 150px;
}

.h200 {
    height: 200px;
}

.h250 {
    height: 250px;
}

.h300 {
    height: 300px;
}

.h320 {
    height: 320px;
}

.h350 {
    height: 350px;
}

.h400 {
    height: 400px;
}

.h450 {
    height: 450px;
}

.h500 {
    height: 500px;
}

.h550 {
    height: 550px;
}

.h600 {
    height: 600px;
}

.h650 {
    height: 650px;
}

.h700 {
    height: 700px;
}

.h750 {
    height: 750px;
}

.h800 {
    height: 800px;
}

.h850 {
    height: 850px;
}

.h900 {
    height: 900px;
}

.wa {
    width: auto;
}

.w100 {
    width: 100%;
}

.fw300 {
    font-weight: 300 !important;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.fw800 {
    font-weight: 800;
}

.fw900 {
    font-weight: 900;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.dif {
    display: inline-flex;
}

.dfr {
    display: flow-root;
}

.dn {
    display: none;
}

.ovh {
    overflow: hidden;
}

.ovv {
    overflow: visible;
}

.ulockd-pm0 {
    margin: 0;
    padding: 0;
}

.ulockd-p0 {
    padding: 0 !important;
}

.ulockd-p5 {
    padding: 5px;
}

.ulockd-p10 {
    padding: 10px;
}

.ulockd-p15 {
    padding: 15px;
}

.ulockd-p20 {
    padding: 20px;
}

.ulockd-p25 {
    padding: 10px;
}

.tms {
    color: #000;
    text-align: left;
    font-size: 11px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.ulockd-p30 {
    padding: 30px !important;
}

.ulockd-p35 {
    padding: 35px;
}

.ulockd-p40 {
    padding: 10px;
}

.ulockd-p45 {
    padding: 45px;
}

.ulockd-p50 {
    padding: 50px;
}

.ulockd-p55 {
    padding: 55px;
}

.ulockd-p60 {
    padding: 60px;
}

.ulockd-p65 {
    padding: 65px;
}

.ulockd-p65 {
    padding: 65px;
}

.ulockd-p70 {
    padding: 70px;
}

.ulockd-p75 {
    padding: 75px;
}

.ulockd-p80 {
    padding: 80px;
}

.pad10 {
    padding: 10% 5%;
}

.pad17 {
    padding-top: 17% !important;
}

.ulockd-pt0 {
    padding-top: 0;
}

.ulockd-pt10 {
    padding-top: 10px;
}

.ulockd-pt15 {
    padding-top: 15px;
}

.ulockd-pt20 {
    padding-top: 20px;
}

.ulockd-pt25 {
    padding-top: 25px;
}

.ulockd-pt30 {
    padding-top: 30px;
}

.ulockd-pt35 {
    padding-top: 35px;
}

.ulockd-pt40 {
    padding-top: 40px;
}

.ulockd-pt45 {
    padding-top: 45px;
}

.ulockd-pt50 {
    padding-top: 50px;
}

.ulockd-pr0 {
    padding-right: 0;
}

.ulockd-pr5 {
    padding-right: 5px;
}

.ulockd-pr10 {
    padding-right: 10px;
}

.ulockd-pr15 {
    padding-right: 15px;
}

.ulockd-pr20 {
    padding-right: 20px;
}

.ulockd-pr25 {
    padding-right: 25px;
}

.ulockd-pr30 {
    padding-right: 30px;
}

.ulockd-pr35 {
    padding-right: 35px;
}

.ulockd-pr40 {
    padding-right: 40px;
}

.ulockd-pr45 {
    padding-right: 45px;
}

.ulockd-pr50 {
    padding-right: 50px;
}

.ulockd-pr5 {
    padding-right: 55px;
}

.ulockd-pr60 {
    padding-right: 60px;
}

.ulockd-pr65 {
    padding-right: 65px;
}

.ulockd-pr70 {
    padding-right: 70px;
}

.ulockd-pr75 {
    padding-right: 75px;
}

.ulockd-pr80 {
    padding-right: 80px;
}

.ulockd-pr85 {
    padding-right: 85px;
}

.ulockd-pr0 {
    padding-right: 90px;
}

.ulockd-pr95 {
    padding-right: 95px;
}

.ulockd-pr100 {
    padding-right: 100px;
}

.ulockd-pb15 {
    padding-bottom: 15px;
}

.ulockd-pb0 {
    padding-bottom: 0;
}

.ulockd-pb5 {
    padding-bottom: 5px;
}

.ulockd-pb10 {
    padding-bottom: 10px;
}

.ulockd-pb15 {
    padding-bottom: 15px;
}

.ulockd-pb20 {
    padding-bottom: 20px;
}

.ulockd-pb25 {
    padding-bottom: 25px;
}

.ulockd-pb30 {
    padding-bottom: 30px;
}

.ulockd-pb35 {
    padding-bottom: 35px;
}

.ulockd-pb40 {
    padding-bottom: 40px;
}

.ulockd-pb45 {
    padding-bottom: 45px;
}

.ulockd-pb50 {
    padding-bottom: 50px;
}

.ulockd-pb55 {
    padding-bottom: 55px;
}

.ulockd-pb60 {
    padding-bottom: 60px;
}

.ulockd-pb65 {
    padding-bottom: 65px;
}

.ulockd-pb70 {
    padding-bottom: 70px;
}

.ulockd-pb75 {
    padding-bottom: 75px;
}

.ulockd-pb80 {
    padding-bottom: 80px;
}

.ulockd-pb85 {
    padding-bottom: 85px;
}

.ulockd-pb90 {
    padding-bottom: 90px;
}

.ulockd-pb95 {
    padding-bottom: 95px;
}

.ulockd-pb100 {
    padding-bottom: 100px;
}

.ulockd-pl0 {
    padding-left: 0;
}

.ulockd-pl5 {
    padding-left: 5px;
}

.ulockd-pl10 {
    padding-left: 10px;
}

.ulockd-pl15 {
    padding-left: 15px;
}

.ulockd-pl20 {
    padding-left: 20px;
}

.ulockd-pl25 {
    padding-left: 25px;
}

.ulockd-pl30 {
    padding-left: 30px;
}

.ulockd-pl35 {
    padding-left: 35px;
}

.ulockd-pl40 {
    padding-left: 40px;
}

.ulockd-pl45 {
    padding-left: 45px;
}

.ulockd-pl50 {
    padding-left: 50px;
}

.ulockd-pl55 {
    padding-left: 55px;
}

.ulockd-pl60 {
    padding-left: 60px;
}

.ulockd-pl65 {
    padding-left: 65px;
}

.ulockd-pl70 {
    padding-left: 70px;
}

.ulockd-pl75 {
    padding-left: 75px;
}

.ulockd-pl80 {
    padding-left: 80px;
}

.ulockd-pl85 {
    padding-left: 85px;
}

.ulockd-pl90 {
    padding-left: 90px;
}

.ulockd-pl95 {
    padding-left: 95px;
}

.ulockd-pl100 {
    padding-left: 100px;
}

.ulockd-pr0 {
    padding-right: 0;
}

.ulockd-pr5 {
    padding-right: 5px;
}

.ulockd-prpl5 {
    padding-left: 5px;
    padding-right: 5px;
}

.ulockd-prpl10 {
    padding-left: 10px;
    padding-right: 10px;
}

.ulockd-prpl15 {
    padding-left: 15px;
    padding-right: 15px;
}

.ulockd-prpl2 {
    padding-left: 2px;
    padding-right: 2px;
}

.ulockd-prpl {
    padding-left: 2px;
    padding-right: 2px;
}

.ulockd-prpl0 {
    padding-left: 0;
    padding-right: 0;
}

.ulockd-pl0 {
    padding-left: 0;
}

.ulockd-pl5 {
    padding-left: 5px;
}

.ulockd-mt-10 {
    margin-top: -10px;
}

.ulockd-mt-100 {
    margin-top: -100px;
}

.ulockd-mt0 {
    margin-top: 0 !important;
}

.ulockd-mt5 {
    margin-top: 5px;
}

.ulockd-mt10 {
    margin-top: 10px;
}

.ulockd-mt15 {
    margin-top: 15px;
}

.ulockd-mt20 {
    margin-top: 0;
}

.ulockd-mt25 {
    margin-top: 25px !important;
}

.ulockd-mt30 {
    margin-top: 30px;
}

.ulockd-mt35 {
    margin-top: 35px;
}

.ulockd-mt40 {
    margin-top: 40px;
}

.ulockd-mt45 {
    margin-top: 45px;
}

.ulockd-mt50 {
    margin-top: 50px;
}

.ulockd-mt60 {
    margin-top: 60px;
}

.ulockd-mt70 {
    margin-top: 70px;
}

.ulockd-mt80 {
    margin-top: 80px;
}

.ulockd-mt90 {
    margin-top: 90px;
}

.ulockd-mt100 {
    margin-top: 100px;
}

.ulockd-mt150 {
    margin-top: 150px;
}

.ulockd-mt200 {
    margin-top: 200px;
}

.ulockd-mt250 {
    margin-top: 250px !important;
}

.ulockd-mt300 {
    margin-top: 300px;
}

.ulockd-mt400 {
    margin-top: 400px;
}

.ulockd-mt500 {
    margin-top: 500px;
}

.ulockd-mr0 {
    margin-right: 0;
}

.ulockd-mrgb35 {
    margin-right: 5px;
}

.ulockd-mr10 {
    margin-right: 10px;
}

.ulockd-mr15 {
    margin-right: 15px;
}

.ulockd-mr20 {
    margin-right: 20px;
}

.ulockd-mr25 {
    margin-right: 25px;
}

.ulockd-mr30 {
    margin-right: 30px;
}

.ulockd-mr35 {
    margin-right: 35px;
}

.ulockd-mr40 {
    margin-right: 40px;
}

.ulockd-mr45 {
    margin-right: 45px;
}

.ulockd-mr50 {
    margin-right: 50px;
}

.ulockd-mr55 {
    margin-right: 55px;
}

.ulockd-mr60 {
    margin-right: 60px;
}

.ulockd-mr65 {
    margin-right: 65px;
}

.ulockd-mr70 {
    margin-right: 70px;
}

.ulockd-mr75 {
    margin-right: 75px;
}

.ulockd-mr80 {
    margin-right: 80px;
}

.ulockd-mr85 {
    margin-right: 85px;
}

.ulockd-mr90 {
    margin-right: 90px;
}

.ulockd-mr95 {
    margin-right: 95px;
}

.ulockd-mr100 {
    margin-right: 100px;
}

.ulockd-mb0 {
    margin-bottom: 0 !important;
}

.ulockd-mb5 {
    margin-bottom: 5px;
}

.ulockd-mb10 {
    margin-bottom: 10px;
}

.ulockd-mb15 {
    margin-bottom: 15px;
}

.ulockd-mb20 {
    margin-bottom: 10px;
}

.ulockd-mb25 {
    margin-bottom: 25px !important;
}

.ulockd-mb30 {
    margin-bottom: 30px;
}

.ulockd-mb35 {
    margin-bottom: 35px;
}

.ulockd-mb40 {
    margin-bottom: 40px;
}

.ulockd-mb45 {
    margin-bottom: 45px;
}

.ulockd-mb50 {
    margin-bottom: 50px !important;
}

.ulockd-mb55 {
    margin-bottom: 55px;
}

.ulockd-mb60 {
    margin-bottom: 60px;
}

.ulockd-mb65 {
    margin-bottom: 65px;
}

.ulockd-mb70 {
    margin-bottom: 70px;
}

.ulockd-mb75 {
    margin-bottom: 75px;
}

.ulockd-mb80 {
    margin-bottom: 80px;
}

.ulockd-mb85 {
    margin-bottom: 85px;
}

.ulockd-mb90 {
    margin-bottom: 90px;
}

.ulockd-mb95 {
    margin-bottom: 95px;
}

.ulockd-mb100 {
    margin-bottom: 100px;
}

.ulockd-ml0 {
    margin-left: 0;
}

.ulockd-ml5 {
    margin-left: 5px;
}

.ulockd-ml10 {
    margin-left: 10px;
}

.ulockd-ml15 {
    margin-left: 15px;
}

.ulockd-ml20 {
    margin-left: 20px;
}

.ulockd-ml25 {
    margin-left: 25px;
}

.ulockd-ml30 {
    margin-left: 30px;
}

.ulockd-ml35 {
    margin-left: 35px;
}

.ulockd-ml40 {
    margin-left: 40px;
}

.ulockd-ml45 {
    margin-left: 45px;
}

.ulockd-ml50 {
    margin-left: 50px;
}

.ulockd-ml55 {
    margin-left: 55px;
}

.ulockd-ml60 {
    margin-left: 60px;
}

.ulockd-ml65 {
    margin-left: 65px;
}

.ulockd-ml70 {
    margin-left: 70px;
}

.ulockd-ml75 {
    margin-left: 75px;
}

.ulockd-ml80 {
    margin-left: 80px;
}

.ulockd-ml85 {
    margin-left: 85px;
}

.ulockd-ml90 {
    margin-left: 90px;
}

.ulockd-ml95 {
    margin-left: 95px;
}

.ulockd-ml100 {
    margin-left: 100px;
}

.ulockd-mbmt0 {
    margin-bottom: 0;
    margin-top: 0;
}

.ulockd_bgi1 {
    background-attachment: scroll;
    background-image: url(../images/background/1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ulockd_bgi2 {
    background-attachment: scroll;
    background-image: url(../images/background/2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ulockd_bgi3 {
    background-attachment: scroll;
    background-image: url(../images/background/3.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ulockd_bgi4 {
    background-attachment: scroll;
    background-image: url(../images/background/4.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ulockd_bgs1 {
    background-attachment: scroll;
    background-image: url(../images/background/split-one.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ulockd_bgih1 {
    background-attachment: scroll;
    background-image: url(../images/home/h1.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ulockd_bgih2 {
    background-image: url(../Arthritis-treatment-in-India/banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ulockd_bgih3 {
    background-attachment: scroll;
    background-image: url(https://www.epilepsytreatment.org/images/home/6.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding:230px 200px;
}

.ulockd_bgih4 {
    background-attachment: scroll;
    background-image: url(../images/home/h4.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ulockd_bgih5 {
    background-attachment: scroll;
    background-image: url(../images/home/h5.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ulockd_bgp1 {
    background-attachment: scroll;
    background-image: url(../images/pattern/1.png);
}

.ulockd_bgp2 {
    background-attachment: scroll;
    background-image: url(../images/pattern/2.png);
}

.ulockd_bgp3 {
    background-attachment: scroll;
    background-image: url(../images/pattern/3.png);
}

.ulockd_bgp4 {
    background-attachment: scroll;
    background-image: url(../images/pattern/4.png);
}

.ulockd_bgp5 {
    background-attachment: scroll;
    background-image: url(../images/pattern/5.png);
}

.ulockd_bgp6 {
    background-attachment: scroll;
    background-image: url(../images/pattern/6.png);
}

.successstory {
    color: #fff;
    padding: 5px 5px;
    text-align: center;
}

section {
    padding: 35px 0;
    position: relative;
}

.height445 {
    height: 445px;
}

.footer-padding {
    padding: 35px 15px 30px;
}

.ulockd-divider {
    padding: 50px 0;
}

.ulockd-main-title {
    position: relative;
    margin-bottom: 50px;
}

    .ulockd-main-title:before {
        color: red;
        content: "";
        font-family: fontawesome;
        font-size: 85px;
        left: 0;
        opacity: .2;
        position: absolute;
        right: 0;
        top: 0;
    }

    .ulockd-main-title h2 {
        font-family: Raleway,sans-serif;
        margin-bottom: 20px;
        margin-top: 0;
        padding-bottom: 10px;
        text-transform: uppercase;
    }

    .ulockd-main-title p {
        margin-bottom: 0;
    }

.mt-separator {
    position: relative;
}

    .mt-separator:before {
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        width: 100px;
    }

    .mt-separator:after {
        bottom: -5px;
        content: "";
        height: 2px;
        left: 0;
        margin: 0 auto;
        right: 0;
        position: absolute;
        width: 50px;
    }

    .mt-separator img {
        margin: 0 auto;
        left: 0;
        position: absolute;
        right: 0;
        top: -12px;
    }

    .mt-separator.style2 {
        margin: inherit;
    }

.title-bottom {
    position: relative;
    color: #000 !important;
}

    .title-bottom:before {
        bottom: -5px;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 80px;
    }

.title-bottom2 {
    position: relative;
}

    .title-bottom2:before {
        background-color: #fff;
        bottom: -15px;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 80px;
    }

.preloader {
    background-color: #fff;
    background-image: url(../images/logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.preloader_disabler {
    bottom: 10px;
    left: 43%;
    position: absolute;
}

.scrollToHome:hover {
    color: #fff;
    background-color: #222;
}

.scrollToHome {
    background-color: #222;
    border: 2px solid #fff;
    bottom: 15px;
    color: #fff;
    display: none;
    font-size: 20px;
    line-height: 1.5em;
    padding: 3px 10px;
    position: fixed;
    right: 20px;
    text-align: center;
    z-index: 99999;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.list-style-square li {
    color: #fff;
    font-size: 16px;
    list-style-type: square;
    margin-left: 18px;
}

    .list-style-square li a {
        color: #fff;
        font-size: 16px;
    }

.list-style-circle li {
    color: #222;
    font-size: 15px;
    list-style-type: circle;
    margin-left: 12px;
    text-align: justify;
}

.bgc-overlay-white3:before {
    background-color: rgba(255,255,255,.3);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white35:before {
    background-color: rgba(255,255,255,.35);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white4:before {
    background-color: rgba(255,255,255,.4);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white45:before {
    background-color: rgba(255,255,255,.45);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white5:before {
    background-color: rgba(255,255,255,.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white55:before {
    background-color: rgba(255,255,255,.55);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white6:before {
    background-color: rgba(255,255,255,.6);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white65:before {
    background-color: rgba(255,255,255,.65);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white7:before {
    background-color: rgba(255,255,255,.7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white75:before {
    background-color: rgba(255,255,255,.75);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white8:before {
    background-color: rgba(255,255,255,.8);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white85:before {
    background-color: rgba(255,255,255,.85);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white9:before {
    background-color: rgba(255,255,255,.9);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-white95:before {
    background-color: rgba(255,255,255,.95);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black3:before {
    background-color: rgba(0,0,0,.3);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black35:before {
    background-color: rgba(0,0,0,.35);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black4:before {
    background-color: rgba(0,0,0,.4);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black45:before {
    background-color: rgba(0,0,0,.45);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black5:before {
    background-color: rgba(0,0,0,.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black55:before {
    background-color: rgba(0,0,0,.55);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black6:before {
    background-color: rgba(0,0,0,.6);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black65:before {
    background-color: rgba(0,0,0,.65);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black7:before {
    background-color: rgba(0,0,0,.7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black75:before {
    background-color: rgba(0,0,0,.75);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black8:before {
    background-color: rgba(0,0,0,.8);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black85:before {
    background-color: rgba(0,0,0,.85);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black9:before {
    background-color: rgba(0,0,0,.9);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bgc-overlay-black95:before {
    background-color: rgba(0,0,0,.95);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.overlay-tc95:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.overlay-tc9:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.overlay-tc85:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.overlay-tc8:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.overlay-tc75:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.overlay-tc7:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.overlay-tc65:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.overlay-tc6:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.overlay-tc55:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.overlay-tc5:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.about-box {
    position: relative;
}

    .about-box h3 {
        position: relative;
        -webkit-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

.ab-thumb {
    position: relative;
}

    .ab-thumb img {
        -webkit-transition: all .4s ease-in-out 0s;
        -o-transition: all .4s ease-in-out 0s;
        transition: all .4s ease-in-out 0s;
        border-radius: 0 80px;
    }

    .ab-thumb .lbox-caption {
        position: absolute;
        top: 25%;
    }

    .ab-thumb .doc-name-left {
        left: 15%;
    }

    .ab-thumb .doc-name-right {
        right: 15%;
    }

    .ab-thumb .doc-name-left, .ab-thumb .doc-name-right {
        bottom: -68px;
        color: #fff;
        padding: 8px 30px;
        position: absolute;
        -webkit-transition: all .4s ease-in-out 0s;
        -o-transition: all .4s ease-in-out 0s;
        transition: all .4s ease-in-out 0s;
        text-align: center;
    }

        .ab-thumb .doc-name-left h4, .ab-thumb .doc-name-right h4 {
            color: #fff;
            margin: 0;
        }

        .ab-thumb .doc-name-left p, .ab-thumb .doc-name-right p {
            margin: 0;
        }

    .ab-thumb:hover .doc-name-left, .ab-thumb:hover .doc-name-right {
        bottom: 0;
    }

.diamond {
    left: 0;
    position: absolute;
    right: 0;
    top: 40%;
    text-align: center;
}

    .diamond a {
        font-size: 30px;
    }

        .diamond a span {
            color: #fff;
            display: inline-flex;
            padding: 5px 10px;
        }

.about-icon {
    height: 60px;
    margin: -30px auto 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 60px;
}

    .about-icon i {
        color: #fff;
        display: inline-block;
        font-size: 30px;
        line-height: 60px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.about-box2 {
    border: 1px solid #dcdcdc;
    padding: 25px 10px;
    position: relative;
}

    .about-box2 h3 {
        position: relative;
        -webkit-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

    .about-box2:hover .about-icon2 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

        .about-box2:hover .about-icon2 i {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.about-icon2 {
    height: 60px;
    margin: 0 auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    width: 60px;
}

    .about-icon2 i {
        color: #fff;
        display: inline-block;
        font-size: 30px;
        line-height: 60px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

.ulockd-about-one.inner {
    background-color: #f7f7f7;
}

.ulockd-about-thumb {
    position: relative;
}

.ulockd-main-title.details h2 {
    line-height: 30px;
}

.ulockd-main-title.details h3 {
    margin-bottom: 0;
    margin-top: 0;
}

.ulockd-about-video {
    margin-top: 12px;
}

.doctors-table {
    background-color: #fff;
    border: 1px solid transparent;
    padding: 10px 15px;
    text-align: center;
}

    .doctors-table .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        border: none;
    }

.bdr1 {
    border: 1px solid #fff !important;
}

.ulockd-service {
    z-index: 1;
}

    .ulockd-service:before {
        background-color: rgba(255,255,255,.8);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }

.service-col {
    background-color: #fff;
    text-align: center;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

    .service-col .srvc-icon {
        color: #fff;
        font-size: 30px;
        padding: 8px 13px;
    }

    .service-col .srvc-details {
        padding: 10px 15px;
    }

        .service-col .srvc-details h3 {
            font-size: 22px;
            -webkit-transition: all .2s ease-in-out 0s;
            -o-transition: all .2s ease-in-out 0s;
            transition: all .2s ease-in-out 0s;
        }

.img-box {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 30px 25px;
    position: relative;
}

    .img-box h3, .img-box h4 {
        margin-top: 0;
    }

    .img-box .thumb {
        display: inline-block;
    }

        .img-box .thumb img {
            margin: 10px 0;
            width: 48px;
        }

.ulockd-pd-content h3 {
    color: #333;
    margin-bottom: 15px;
}

.service-widget {
    margin-top: 15px;
}

    .service-widget a {
        border-radius: 0;
        font-size: 16px;
        margin-bottom: 5px;
        padding: 10px 25px;
        text-transform: uppercase;
    }

        .service-widget a.active {
            background-color: #222;
            border-color: #222;
        }

.agent-post {
    background-color: #fafafa;
    margin-top: 25px;
    padding: 10px;
}

.list-group-item.active {
    background-color: #222;
}

    .list-group-item.active:focus, .list-group-item.active:hover {
        background-color: #222;
    }

.ulockd-brochure-widget {
    background-color: #f5f5f5;
    margin-top: 35px;
    padding: 10px 30px;
}

    .ulockd-brochure-widget p {
        margin-bottom: 22px;
    }

    .ulockd-brochure-widget ul li a {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

.service-box {
    position: relative;
    text-align: center;
}

    .service-box .icon {
        font-size: 70px;
        line-height: 1.2;
    }

    .service-box .title {
        color: #fff;
        margin-top: 0;
    }

.icon_box {
    padding: 20px 0 0;
    position: relative;
}

    .icon_box.style2 {
        margin-bottom: 50px;
    }

    .icon_box .icon {
        margin-top: 6px;
        -webkit-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

        .icon_box .icon i {
            font-size: 24px;
            height: 55px;
            line-height: 56px;
            text-align: center;
            width: 55px;
        }

        .icon_box .icon span {
            display: inline-block;
            font-size: 30px;
            height: 55px;
            line-height: 56px;
            text-align: center;
            width: 55px;
        }

    .icon_box:hover .icon i, .icon_box:hover .icon span {
        color: #fff !important;
        -webkit-transition: all .2s ease-in-out 0s;
        -o-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s;
    }

    .icon_box .ib_details {
        margin-left: 0;
        margin-top: 0;
    }

        .icon_box .ib_details.two {
            margin-left: 0;
            position: relative;
        }

        .icon_box .ib_details.left {
            margin-right: 75px;
            margin-left: 0;
        }

        .icon_box .ib_details h3, .icon_box .ib_details h4 {
            font-weight: 500;
            margin-top: 0;
        }

.pagination > .active > a {
    color: #fff !important;
}

ul.features-tab {
    border: none;
}

    ul.features-tab li a {
        border: 1px solid #dcdcdc;
        border-radius: 0;
        margin-left: 5px;
        margin-bottom: 25px;
        position: relative;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    ul.features-tab li.active a:before {
        content: "";
        height: 20px;
        position: absolute;
        top: 31px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 20px;
    }

.features-tab > li.active > a, .features-tab > li.active > a:focus, .features-tab > li.active > a:hover {
    color: #333;
}

.media-heading {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 15px;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    height: 75px;
    width: 120px;
}

form.volunteer-reg-form {
    background-color: #f9f9f9;
    padding: 10px 15px 20px;
}

    form.volunteer-reg-form input {
        border-radius: 0;
        box-shadow: none;
        height: 45px;
    }

.pb-details h3 {
    margin-top: 0;
    font-size: 22px;
}

.ficon-box {
    background-color: #fff;
    margin-bottom: 50px;
    padding: 30px;
    position: relative;
}

    .ficon-box:hover {
        cursor: pointer;
    }

        .ficon-box:hover span {
            color: #fff !important;
        }

    .ficon-box .ficon {
        display: inline-block;
        font-size: 48px;
        line-height: 1.3em;
        margin-top: 0;
        padding: 0 15px;
        position: relative;
        -webkit-transition: all .4s ease-in-out 0s;
        -o-transition: all .4s ease-in-out 0s;
        transition: all .4s ease-in-out 0s;
    }

        .ficon-box .ficon h5 {
            letter-spacing: 1px;
            margin-bottom: 0;
            -webkit-transition: all .2s ease-in-out 0s;
            -o-transition: all .2s ease-in-out 0s;
            transition: all .2s ease-in-out 0s;
            text-transform: uppercase;
        }

    .ficon-box .icon {
        display: inline-block;
    }

        .ficon-box .icon img {
            width: 100px;
        }

.department_box {
    margin-bottom: 50px;
}

    .department_box h4 {
        margin-top: 0;
    }

.masonry-filter {
    margin-bottom: 50px;
}

    .masonry-filter li {
        padding-right: 0;
    }

    .masonry-filter a {
        border: 1px solid #eee;
        color: #555;
        display: inline-block;
        font-size: 14px;
        float: none;
        line-height: 40px;
        margin-bottom: 10px;
        outline: medium none;
        padding: 0 15px;
        text-transform: uppercase;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

        .masonry-filter a.active, .masonry-filter a:active, .masonry-filter a:focus, .masonry-filter a:hover {
            color: #fff;
        }

.isotope-item .gallery-thumb {
    overflow: hidden;
    position: relative;
}

.isotope-item .details {
    padding: 0 9px;
}

    .isotope-item .details h5 {
        margin-bottom: 0;
    }

.masonry-gallery .isotope-item {
    overflow: hidden;
    width: 25%;
}

    .masonry-gallery .isotope-item .thumb {
        position: relative;
        overflow: hidden;
    }

        .masonry-gallery .isotope-item .thumb .photo {
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: all 1.2s ease 0s;
            -o-transition: all 1.2s ease 0s;
            transition: all 1.2s ease 0s;
        }

.masonry-gallery.grid-1 .isotope-item {
    width: 100%;
}

.masonry-gallery.grid-1.mrgn10 .gallery-thumb {
    margin: 10px;
}

.masonry-gallery.grid-2 .isotope-item {
    width: 50%;
}

.masonry-gallery.grid-2.mrgn10 .gallery-thumb {
    margin: 10px;
}

.masonry-gallery.grid-3 .isotope-item {
    width: 33.333%;
}

.masonry-gallery.grid-3.mrgn10 .gallery-thumb {
    margin: 10px;
}

.masonry-gallery.grid-4 .isotope-item {
    width: 25%;
}

.masonry-gallery.grid-4.mrgn10 .gallery-thumb {
    margin: 10px;
}

.masonry-gallery.grid-5 .isotope-item {
    width: 20%;
}

.masonry-gallery.grid-5.mrgn10 .gallery-thumb {
    margin: 10px;
}

.masonry-gallery.grid-6 .isotope-item {
    width: 16.666%;
}

.masonry-gallery.grid-6.mrgn10 .gallery-thumb {
    margin: 10px;
}

.masonry-gallery.grid-7 .isotope-item {
    width: 14.285%;
}

.masonry-gallery.grid-7.mrgn10 .gallery-thumb {
    margin: 10px;
}

.masonry-gallery.grid-8 .isotope-item {
    width: 12.5%;
}

.masonry-gallery.grid-8.mrgn10 .gallery-thumb {
    margin: 10px;
}

.masonry-gallery.grid-9 .isotope-item {
    width: 11.111%;
}

.masonry-gallery.grid-9.mrgn10 .gallery-thumb {
    margin: 10px;
}

.masonry-gallery.grid-10 .isotope-item {
    width: 10%;
}

.masonry-gallery.grid-10.mrgn10 .gallery-thumb {
    margin: 10px;
}

.lbox-caption {
    display: table;
    height: 100%;
    width: 100%;
}

    .lbox-caption a {
        border-radius: 0;
        display: inline-block;
        font-size: 18px;
        padding: 12px 15px;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }

        .lbox-caption a:hover {
            background-color: #fff;
        }

            .lbox-caption a:hover span {
                color: #333;
            }

    .lbox-caption span {
        color: #fff;
    }

.lbox-details {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

    .lbox-details h4, .lbox-details h5, .lbox-details p {
        color: #fff;
        margin-bottom: 20px;
    }

.hovereffect {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .hovereffect a, .hovereffect p {
        color: #fff;
        padding: 1em 0;
        opacity: 0;
        -webkit-transition: opacity .35s,-webkit-transform .35s;
        transition: opacity .35s,transform .35s;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    .hovereffect h2 {
        background-color: transparent;
        color: #fff;
        font-size: 17px;
        opacity: 0;
        padding: 1em 0;
        position: relative;
        -webkit-transition: opacity .35s,-webkit-transform .35s;
        transition: opacity .35s,transform .35s;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        text-transform: uppercase;
        text-align: center;
    }

    .hovereffect img {
        position: relative;
        -webkit-transition: all .35s;
        transition: all .35s;
    }

    .hovereffect .overlay {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        height: 80%;
        left: 10%;
        overflow: hidden;
        position: absolute;
        top: 10%;
        -webkit-transition: opacity .35s,-webkit-transform .35s;
        transition: opacity .35s,transform .35s;
        -webkit-transform: scale(0,1);
        -ms-transform: scale(0,1);
        transform: scale(0,1);
        width: 80%;
    }

    .hovereffect:hover img {
        filter: brightness(.6);
        -webkit-filter: brightness(.6);
    }

    .hovereffect:hover .overlay {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .hovereffect:hover a, .hovereffect:hover h2, .hovereffect:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

.fancybox-gallery-slider .gs-thumb {
    border-radius: 0 50px;
    position: relative;
    overflow: hidden;
}

.fancybox-gallery-slider .item:hover {
    cursor: pointer;
}

    .fancybox-gallery-slider .item:hover .gallery-overlay {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

.fancybox-gallery-slider .owl-next {
    left: 80px;
    top: -70px;
}

.fancybox-gallery-slider .owl-prev {
    left: 10px;
    top: -70px;
}

.fancybox-gallery-slider .owl-next, .fancybox-gallery-slider .owl-prev {
    background-color: transparent !important;
    border: 1px solid;
    font-size: 24px !important;
    padding: 5px 15px !important;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.gallery-overlay {
    border-radius: 0 50px;
    bottom: 10px;
    left: 10px;
    position: absolute;
    right: 10px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    text-align: center;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    top: 10px;
}

    .gallery-overlay .lbox-caption a {
        border: none;
        font-size: 24px;
    }

.lbox-caption {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.gallery-thumb:hover .overlayer {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.gallery-thumb:hover .thumb .photo {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.gallery-thumb .overlayer {
    height: 96%;
    left: 2%;
    overflow: hidden;
    position: absolute;
    top: 2%;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    text-align: center;
    width: 96%;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .gallery-thumb .overlayer:before {
        bottom: 0;
        content: "";
        height: 90%;
        left: 5%;
        position: absolute;
        right: 5%;
        top: 5%;
        width: 90%;
    }

    .gallery-thumb .overlayer h3, .gallery-thumb .overlayer h4, .gallery-thumb .overlayer h5, .gallery-thumb .overlayer p {
        color: #fff;
    }

    .gallery-thumb .overlayer i {
        color: #fff;
        font-size: 30px;
        left: 0;
        line-height: 45px;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 45%;
    }

.gallery-thumb.style2 .overlayer .lbox-caption {
    top: 50%;
}

.our-team {
    background-color: #f5f5f5;
}

.team_post {
    position: relative;
    overflow: hidden;
}

    .team_post .details h3 {
        margin-top: 0;
    }

.team_member {
    position: relative;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

    .team_member .tm_thumb {
        overflow: hidden;
        position: relative;
    }

        .team_member .tm_thumb .tm_social_icon {
            margin-top: 20px;
        }

            .team_member .tm_thumb .tm_social_icon .footer-font-icon a {
                color: #a3a3a3;
            }

        .team_member .tm_thumb img {
            border: 5px solid #fff;
            display: inline-block;
        }

    .team_member .tm_details {
        padding: 5px 25px 20px;
    }

.details1 {
    background-color: #004274;
    left: 0;
    padding: 5px 7px;
    right: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.details h3, .details h5 {
    color: #fff;
}

.team_member .details {
    background-color: #004274;
    bottom: -100%;
    left: 0;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

    .team_member .details h3, .team_member .details h5 {
        color: #fff;
    }

.team_member:hover .details {
    bottom: 0;
}

.team-details {
    padding: 20px 0 0;
}

    .team-details p {
        font-size: 16px;
        line-height: 20px;
        margin-top: 12px;
    }

    .team-details .team-icon {
        margin-top: 25px;
    }

        .team-details .team-icon.style2 {
            margin-top: 45%;
        }

        .team-details .team-icon:hover {
            color: #fff !important;
        }

            .team-details .team-icon:hover .team-overlay {
                left: 0;
            }

        .team-details .team-icon li {
            margin-right: -5px;
            margin-left: 0;
        }

            .team-details .team-icon li a {
                background: #fff;
                border: 1px solid #fff;
                font-size: 14px;
                padding: 5px 9px;
                -webkit-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }

.team-icon:hover {
    color: #fff;
}

    .team-icon:hover .team-overlay {
        left: 0;
    }

.team-icon li {
    margin-right: -5px;
    margin-left: 0;
}

    .team-icon li a {
        border: 1px solid #fff;
        font-size: 14px;
        padding: 5px 9px;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .team-icon li a:hover {
            background-color: #fff;
            color: #2980b9 !important;
        }

.team-grid {
    position: relative;
}

    .team-grid .thumb {
        overflow: hidden;
        position: relative;
    }

.voep {
    height: 460px;
    width: 100%;
}

.team-grid .thumb:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.team-grid:hover .thumb:before {
    -webkit-animation: shine .85s;
    animation: shine .85s;
}

.team-grid .details {
    background-color: #fff;
    padding: 10px 20px 20px;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.member-name {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 0;
}

.member-post {
    margin-top: 0;
}

.team-member-two:hover .team-two-details {
    bottom: 0;
}

.team-member-two .team-two-details {
    background-color: #999;
    bottom: -56%;
    color: #fff;
    left: 0;
    padding: 12px 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    .team-member-two .team-two-details p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 12px;
    }

.ulockd-tm-thumb {
    position: relative;
    overflow: hidden;
}

.team-contact-info {
    padding: 10px 0 10px;
    margin-bottom: 0;
}

    .team-contact-info:hover {
        cursor: pointer;
    }

    .team-contact-info li {
        font-size: 16px;
        line-height: 30px;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .team-contact-info li:hover {
            color: #303030;
        }

.back, .flip-container, .front {
    width: 100%;
    height: 380px;
}

.flip-container {
    perspective: 1000px;
}

    .flip-container .flipper {
        transition: .6s;
        transform-style: preserve-3d;
        position: relative;
    }

        .flip-container .flipper:hover {
            cursor: pointer;
        }

        .flip-container .flipper .back {
            background-color: #f5f5f5;
            padding: 0 25px;
        }

            .flip-container .flipper .back p {
                font-size: 16px;
            }

            .flip-container .flipper .back .team-icon a {
                border: 1px solid #fff;
            }

    .flip-container.hover .flipper, .flip-container:hover .flipper {
        transform: rotateY(180deg);
    }

.back, .front {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.front {
    background-position: center center !important;
    z-index: 2;
    transform: rotateY(0);
}

.back {
    background-color: #f8f8f8;
    transform: rotateY(180deg);
}

    .back ul li {
        font-size: 16px;
        line-height: 26px;
    }

.team-one {
    cursor: pointer;
}

    .team-one .team-thumb {
        position: relative;
        overflow: hidden;
    }

    .team-one.style2 {
        background-color: #f5f5f5;
    }

        .team-one.style2 .team-details {
            padding: 20px 15px;
        }

    .team-one:hover .team-overlay {
        bottom: 0;
    }

    .team-one:hover .small-layer {
        bottom: 0;
    }

    .team-one .team-overlay {
        border: 1px solid #fff;
        bottom: -100%;
        position: absolute;
        text-align: center;
        -webkit-transition: all .8s ease;
        -o-transition: all .8s ease;
        transition: all .8s ease;
        width: 100%;
    }

        .team-one .team-overlay .team-icon {
            margin-top: 25px;
        }

            .team-one .team-overlay .team-icon.style2 {
                margin-top: 3%;
            }

            .team-one .team-overlay .team-icon:hover {
                color: #fff;
            }

                .team-one .team-overlay .team-icon:hover .team-overlay {
                    left: 0;
                }

            .team-one .team-overlay .team-icon li {
                margin-right: -5px;
                margin-left: 0;
            }

                .team-one .team-overlay .team-icon li a {
                    background: #fff;
                    border: 1px solid #fff;
                    font-size: 14px;
                    padding: 5px 9px;
                    -webkit-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out;
                }

.small-layer {
    bottom: -60px;
    height: 60px;
    position: absolute;
    text-align: center;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
}

.tm-name {
    font-size: 24px;
    margin-bottom: 0;
}

.tm-post {
    margin-top: 0;
}

.ulockd-pesonar-info li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.ulockd-ip-latest-news {
    background-color: #fff;
}

    .ulockd-ip-latest-news .ulockd-ext-spc {
        margin-bottom: 50px;
    }

.blog-post {
    background-color: #f5f5f5;
    overflow: hidden;
    position: relative;
}

.blog-post1FF {
    height: 400px;
}

.blog-post .post-thumb {
    position: relative;
    overflow: hidden;
}

    .blog-post .post-thumb .post_date {
        display: none;
        color: #fff;
        bottom: 10px;
        font-size: 18px;
        font-weight: 700;
        padding: 10px;
        position: absolute;
        left: 0;
        text-align: center;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

.blog-post h3 {
    margin-top: 0;
    font-size: 17px !important;
}

.eventdate {
    background: rgba(255,255,255,.85);
    box-sizing: border-box;
    font-size: 16px;
    left: 15px;
    line-height: 1;
    padding: 8px;
    position: absolute;
    top: 15px;
    width: 60px;
}

.bp-details {
    padding: 25px 20px;
}

    .bp-details .post-title {
        margin-top: 0;
    }

    .bp-details p {
        margin-top: 10px;
    }

.bpost-detail {
    padding: 14px 20px;
}

.ulockd-bp-details {
    background-color: #fff;
    padding: 10px 15px 20px;
}

    .ulockd-bp-details.style2:hover {
        cursor: pointer;
    }

.ulockd-bpost {
    margin-top: 10px;
}

.ulockd-bp-title h3 {
    color: #333;
    font-weight: 400;
    margin-top: 15px;
}

.ulockd-bp-btn {
    padding-bottom: 3px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.ulockd-bps-first {
    margin-bottom: 50px;
}

    .ulockd-bps-first .media-heading {
        color: #696969;
        font-size: 18px;
        padding-right: 38px;
    }

        .ulockd-bps-first .media-heading span {
            color: #a3a3a3;
            font-size: 14px;
            line-height: 22px;
        }

    .ulockd-bps-first .media-body p {
        margin-bottom: 0;
    }

    .ulockd-bps-first .media {
        border: 1px solid #eee;
        padding: 30px 50px 30px 30px;
    }

    .ulockd-bps-first .media-object {
        border: 1px solid #eee;
        margin-top: 8px;
    }

.ulockd-bpost-slider .item {
    margin: 15px;
}

.ulockd-bpost-slider .owl-controls {
    margin-top: 20px;
}

    .ulockd-bpost-slider .owl-controls .owl-prev {
        left: 0;
    }

    .ulockd-bpost-slider .owl-controls .owl-next {
        right: 0;
    }

    .ulockd-bpost-slider .owl-controls .owl-next, .ulockd-bpost-slider .owl-controls .owl-prev {
        background-color: #303030;
        font-size: 24px;
        padding: 5px 8px;
        position: absolute;
        -webkit-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        top: 40%;
    }

.ulockd-bps-second {
    margin-bottom: 50px;
    margin-left: 20%;
    width: 80%;
}

    .ulockd-bps-second .media-heading {
        color: #696969;
        font-size: 18px;
        padding-right: 12px;
    }

        .ulockd-bps-second .media-heading span {
            color: #a3a3a3;
            font-size: 14px;
            line-height: 22px;
        }

    .ulockd-bps-second .media-body p {
        margin-bottom: 0;
    }

    .ulockd-bps-second .media {
        border: 1px solid #eee;
        padding: 30px 50px 30px 30px;
    }

    .ulockd-bps-second .media-object {
        border: 1px solid #eee;
        margin: 8px;
    }

.ulockd-bps-contact-form h2 {
    color: #111;
}

.ulockd-bps-contact-form .ulockd-form-bps {
    border: 1px dashed #ccc;
    border-radius: 0;
    box-shadow: none;
    color: #a3a3a3;
    height: 40px;
    margin-bottom: 45px;
    padding: 0 0 0 15px;
}

.ulockd-bps-contact-form .ulockd-bps-textarea {
    border: 1px dashed #ccc;
    border-bottom-width: 1px;
    border-radius: 0;
    box-shadow: none;
    color: #a3a3a3;
    padding: 0 0 0 15px;
}

.ulockd-lp {
    padding-top: 20px;
}

.ulockd-tag-list-title {
    margin-top: 50px;
}

    .ulockd-tag-list-title h3 {
        color: #333;
        margin-bottom: 30px;
    }

.ulockd-tag-list-details a {
    border: 1px solid;
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    padding: 5px 8px;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.ulockd-tag-list-details li:hover a {
    color: #fff;
}

.ulockd-bp-date {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 30px;
    margin-top: 25px;
    padding-bottom: 5px;
}

.ulockd-bp-date-innner {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

    .ulockd-bp-date-innner span {
        font-size: 24px;
        font-weight: 500;
    }

.ulockd-bp-comment {
    color: #999;
    margin-top: 11px;
}

.ulockd-bpd-thumb {
    margin-bottom: 50px;
    margin-top: 40px;
}

.ulockd-latest-post {
    margin-bottom: 30px;
}

article.ulockd-pd-content {
    border: 1px solid #eee;
    padding: 15px;
}

.blog-post-img-slider .owl-next, .blog-post-img-slider .owl-prev {
    font-size: 24px !important;
    padding: 5px 14px !important;
}

    .blog-post-img-slider .owl-next:hover, .blog-post-img-slider .owl-prev:hover {
        color: #fff;
    }

.title-widget-sidebar {
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.recent-post {
    height: 80px;
    list-style-type: none;
    width: 100%;
}

.post-img img {
    float: left;
    height: 70px;
    margin-right: 15px;
    width: 100px;
}

.sw-accordion {
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    outline: 0;
    padding: 18px;
    text-align: left;
    transition: .4s;
    width: 100%;
}

    .sw-accordion:after {
        color: #fff;
        content: "+";
        font-weight: 700;
        float: right;
        margin-left: 5px;
    }

    .sw-accordion.active:after {
        content: "−";
    }

.swa-panel {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
}

.project-box {
    background-color: #f5f5f5;
    position: relative;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

    .project-box .pb-thumb {
        height: 100%;
        position: relative;
        overflow: hidden;
        width: 100%;
    }

        .project-box .pb-thumb .overlay {
            background-color: rgba(255,255,255,.8);
            padding: 10% 0;
            position: absolute;
            overflow: hidden;
            width: 90%;
            height: 90%;
            left: 5%;
            top: 5%;
            -webkit-transition: opacity .35s,-webkit-transform .35s;
            transition: opacity .35s,transform .35s;
            -webkit-transform: scale(0,1);
            -ms-transform: scale(0,1);
            transform: scale(0,1);
        }

            .project-box .pb-thumb .overlay span {
                color: #f5f5f5;
                font-size: 36px;
                line-height: 2rem;
            }

            .project-box .pb-thumb .overlay p {
                color: #fff;
            }

        .project-box .pb-thumb h4 {
            text-transform: uppercase;
            position: relative;
            opacity: 0;
            -webkit-transition: opacity .35s,-webkit-transform .35s;
            transition: opacity .35s,transform .35s;
            -webkit-transform: translate3d(0,-100%,0);
            transform: translate3d(0,-100%,0);
        }

    .project-box .pb-details {
        padding: 5px;
        position: relative;
    }

.nextevent {
    font-size: 60px;
    color: #fff;
}

.project-box:hover .pb-thumb .overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.project-box:hover h4 {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.img_hvr_box {
    display: inline-grid;
    width: 100%;
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
}

    .img_hvr_box textarea {
        -webkit-box-sizing: padding-box;
        box-sizing: padding-box;
        font-size: .9em;
        height: 32px;
        padding: 6px 0;
        resize: none;
        text-align: center;
        width: 100%;
        border: 1px solid rgba(0,0,0,.2);
    }

.ulockd-contact-form .ulockd-form-fg {
    border: 1px solid #d3d3d3;
    border-radius: 0;
    box-shadow: none;
    color: #a3a3a3;
    height: 40px;
    margin-bottom: 20px;
}

.ulockd-contact-form .ulockd-form-tb {
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: none;
    color: #a3a3a3;
}

.ulockd-contact-form.style2 {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dcdcdc;
    padding: 50px;
}

.ulockd-google-map .ulockd-style-two {
    margin-top: -9%;
    position: relative;
    z-index: -1;
}

.ulockd-contact-btn:hover button {
    background-color: #111;
    color: #fff;
}

.ulockd-cp-title {
    position: relative;
    padding-bottom: 30px;
}

    .ulockd-cp-title h2 {
        color: #111;
        margin-top: 0;
    }

.bx-wrapper {
    -webkit-box-shadow: 0 0 5px #ccc !important;
    box-shadow: 0 0 5px #ccc !important;
    border: 5px solid #fff;
    background: #fff;
    padding: 11px 5px;
    margin-bottom: 0;
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .main-banner-wrapper {
        overflow: hidden;
    }
}

.main-banner-wrapper {
    position: relative;
}

    .main-banner-wrapper .carousel-btn-block {
        cursor: pointer;
        position: absolute;
        top: 45%;
        width: 100%;
        z-index: 9;
    }

        .main-banner-wrapper .carousel-btn-block .carousel-btn {
            border: 1px solid #fff;
            border-radius: 8px;
            color: #fff;
            cursor: pointer;
            display: inline-block;
            font-size: 34px;
            height: 82px;
            width: 42px;
            line-height: 82px;
            text-align: center;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            vertical-align: middle;
            z-index: 9;
        }

            .main-banner-wrapper .carousel-btn-block .carousel-btn:hover {
                background-color: #fff;
                color: #f0ad4e;
                opacity: 1;
            }

            .main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn {
                position: absolute;
                left: 30px;
            }

            .main-banner-wrapper .carousel-btn-block .carousel-btn.right-btn {
                position: absolute;
                right: 30px;
            }

.banner-style-one .slide {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    .banner-style-one .slide.slide-one::before {
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

.banner-style-one .owl-nav {
    display: none;
}

.banner-style-one .banner-title {
    font-size: 50px;
    margin: 25px 0 10px;
}

    .banner-style-one .banner-title span {
        background-color: rgba(255,255,255,.8);
        border-radius: 45px;
        padding: 10px 35px;
    }

.banner-style-one .banner-title, .banner-style-one .banner_top_title {
    color: #fff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.banner-style-one .banner_top_title {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
}

    .banner-style-one .banner_top_title span {
        border-radius: 25px;
        padding: 10px 25px;
    }

.banner-style-one p {
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    font-weight: 300;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.banner-style-one .banner-btn {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    padding: 19.5px 50px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin-top: 20px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

    .banner-style-one .banner-btn:hover {
        background-color: #fff;
        color: #f0ad4e;
    }

.banner-style-one .active .banner-title, .banner-style-one .active .banner_top_title {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.banner-style-one .active p {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.banner-style-one .active .banner-btn {
    border: 2px solid #fff;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    padding: 10px 35px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

    .banner-style-one .active .banner-btn:active, .banner-style-one .active .banner-btn:focus, .banner-style-one .active .banner-btn:hover {
        background-color: #fff;
        color: #f0ad4e;
    }

.banner-style-one .owl-dots {
    display: none !important;
    margin: 0;
    position: absolute;
    bottom: 110px;
    left: 50%;
    width: 100%;
    max-width: 1170px;
    text-align: center;
}

    .banner-style-one .owl-dots .owl-dot span {
        background-color: #eee;
        width: 8px;
        height: 8px;
        margin: 0;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }

    .banner-style-one .owl-dots .owl-dot .active span {
        height: 13px;
        width: 13px;
        background-color: #fff;
    }

    .banner-style-one .owl-dots .owl-dot + .owl-dot {
        margin-left: 7px;
    }

.banner-style-one .btn {
    box-shadow: none !important;
}

.banner-style-one.no-dots .owl-dots {
    display: none !important;
}

.owl-carousel .owl-item img {
    width: auto;
}

.slideDemos-single {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 0;
}

    .slideDemos-single .pogoSlider {
        height: 196px;
    }

    .slideDemos-single h3 {
        text-align: center;
        margin-top: 90px;
        color: #fff;
        font-weight: 700;
    }

.whychoose-slider .mc-image img {
    height: auto !important;
    margin: 0 !important;
    width: auto;
}

.maximage-home #maximage .mc-image {
    position: relative !important;
}

    .maximage-home #maximage .mc-image img {
        margin: 0 !important;
        width: 100% !important;
    }

.ms-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

    .ms-section.ms-table {
        display: table;
        width: 100%;
    }

    .ms-section.ms_one {
        padding: 0 25px !important;
    }

.ms-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.ms-easing {
    -webkit-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

#multiscroll-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}

    #multiscroll-nav.right {
        right: 17px;
    }

    #multiscroll-nav.left {
        left: 17px;
    }

    #multiscroll-nav ul {
        margin: 0;
        padding: 0;
    }

    #multiscroll-nav li {
        display: block;
        width: 14px;
        height: 13px;
        margin: 7px;
        position: relative;
    }

        #multiscroll-nav li a {
            display: block;
            position: relative;
            z-index: 1;
            width: 100%;
            height: 100%;
            cursor: pointer;
            text-decoration: none;
        }

        #multiscroll-nav li .active span {
            background: #333;
        }

    #multiscroll-nav span {
        top: 2px;
        left: 2px;
        width: 8px;
        height: 8px;
        border: 1px solid #000;
        background: rgba(0,0,0,0);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        z-index: 1;
    }

.multiscroll-tooltip {
    position: absolute;
    color: #fff;
    font-size: 14px;
    top: -2px;
    white-space: nowrap;
    max-width: 220px;
}

    .multiscroll-tooltip.right {
        right: 20px;
    }

    .multiscroll-tooltip.left {
        left: 20px;
    }

.fp-viewing--1 {
    overflow-y: visible !important;
}

#footer-multiscroll, #header-multiscroll {
    position: fixed;
    height: 50px;
    display: block;
    width: 100%;
    background: #333;
    z-index: 9;
    text-align: center;
    color: #fff;
}

#header-multiscroll {
    padding: 0;
    top: 0;
}

#footer-multiscroll {
    bottom: 0;
    padding: 20px 0 0 0;
}

.ulockd-footer {
    background-color: #00a3e7;
    position: relative;
}

    .ulockd-footer.fixed-footer {
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        z-index: -1;
    }

.ulockd-footer-logo {
    margin-bottom: 20px;
}

.ulockd-footer-log {
    margin-bottom: 20px;
}

.ulockd-ftr-text {
    color: silver;
}

.ulockd-footer-newsletter .title {
    color: #fff;
    margin-top: 30px;
}

.ulockd-media-box:hover {
    cursor: pointer;
}

.ulockd-media-box .post-date {
    color: #fff;
}

.ulockd-media-box .media-heading {
    color: #999;
}

.ulockd-media-box .media-body p {
    color: silver;
}

.ulockd-footer-fst-col {
    padding-right: 10px;
}

    .ulockd-footer-fst-col p {
        color: silver;
        font-family: Lato,sans-serif;
        margin-bottom: 20px;
    }

.footer-fst-col p {
    color: #222;
    font-family: Lato,sans-serif;
    margin-bottom: 20px;
}

.ulockd-footer-lnews h3, .ulockd-footer-qlink h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 27px;
    margin-top: 0;
}

.footer-lnews h3, .footer-qlink h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}

.ulockd-footer-contact h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 27px;
    margin-top: 0;
}

.ulockd-footer-contact p {
    color: #eee;
    margin-bottom: 20px;
}

.footer-contact h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}

.footer-contact p {
    color: #222;
    margin-bottom: 20px;
}

.ulockd-ftr-fax, .ulockd-ftr-mail, .ulockd-ftr-phone {
    color: #eee;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .2px;
}

.ftr-fax, .ftr-mail, .ftr-phone {
    color: #222;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .2px;
}

.ulockd-ftr-fax > a, .ulockd-ftr-fax > span, .ulockd-ftr-mail > a, .ulockd-ftr-mail > span, .ulockd-ftr-phone > a, .ulockd-ftr-phone > span {
    color: #eee;
}

.ulockd-footer-qlink .list-unstyled li span {
    padding-right: 10px;
}

.ulockd-footer-qlink .list-unstyled li a {
    color: #eee;
    font-size: 16px;
    line-height: 28px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .ulockd-footer-qlink .list-unstyled li a:hover {
        color: #fff;
        padding-left: 10px;
    }

.footer-qlink .list-unstyled li a {
    font-size: 16px;
    line-height: 28px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .footer-qlink .list-unstyled li a:hover {
        padding-left: 10px;
    }

.parallax {
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    z-index: 1;
    position: relative;
}

.divider-half {
    overflow-x: hidden;
    position: relative;
    overflow-y: hidden;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #00a2e8;
    border-color: #000;
}

.divider-half:before {
    background-position: center 10%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    content: "";
    bottom: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.divider-half.style2:before {
    background-image: url(../images/background/5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ulockd-frst-divider {
    overflow-x: hidden;
    position: relative;
}

    .ulockd-frst-divider:before {
        background-color: rgba(0,0,0,.5);
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .ulockd-frst-divider .hvr-overline-from-center:before {
        background-color: #fff;
    }

    .ulockd-frst-divider .style1 {
        background-attachment: scroll !important;
        background-color: transparent;
        background-image: url(../images/background/1.jpg);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        overflow-x: hidden;
        z-index: 1;
    }

        .ulockd-frst-divider .style1:before {
            background-color: rgba(0,0,0,.5);
            content: "";
            height: 100%;
            position: absolute;
            top: 0;
            width: 100%;
        }

.divider {
    background-attachment: scroll !important;
    background-image: url(../images/background/1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    position: relative;
    overflow-y: hidden;
}

    .divider:before {
        background-color: rgba(17,17,17,.75);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.video-section .pattern-overlay {
    background-image: url(../images/resource/videooverlay1.png);
    background-color: rgba(0,0,0,.3);
    padding: 110px 0 25px;
    min-height: 880px;
}

.video-section h1 {
    font-size: 72px;
    text-transform: uppercase;
    margin: 15% auto 0;
}

.video-section h3 {
    margin: 0 auto 15px;
}

.video-section .buttonBar {
    display: none;
}

.ulockd-inner-home {
    background-attachment: fixed;
    background-image: url(../images/background/inner-pagebg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    padding: 120px 0;
    position: relative;
}

.ulockd-inner-home1 {
    background-image: url(../images/background/bgss.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    padding: 180px 0;
    position: relative;
}

.inner-conraimer-details h1 {
    color: #fff;
    position: relative;
    margin: 0;
    font-size: 24px;
}

.inner-conraimer-details:before { /*background-color:rgba(17,17,17,.3);*/
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ulockd-inner-page {
    background-color: #f7f7f7;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
}

.ulockd-icd-layer {
    padding: 20px;
    position: relative;
}

    .ulockd-icd-layer ul {
        margin-bottom: 0;
    }

.ulockd-icd-sub-menu li a {
    color: #434343;
}

table.shop-dashboard {
    border: 1px solid #dcdcdc;
    color: #333;
}

    table.shop-dashboard thead {
        background-color: #f5f5f5;
    }

        table.shop-dashboard thead tbody tr {
            background-color: transparent !important;
        }

.shop-form-control {
    border-radius: 0;
    box-shadow: none;
    height: 45px;
}

.account-info .form-control {
    border-radius: 0;
    height: 40px;
}

.shop-box2 {
    border-radius: 4px;
    background: #fff;
    padding: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 2px 55px #000 !important;
    box-shadow: 0 2px 55px #000 !important;
}

.sb-top {
    padding-bottom: 10px;
}

    .sb-top ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        isplay: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .sb-top a {
        color: #a3a3a3;
    }

        .sb-top a:hover {
            color: #ccc;
        }

.converse {
    padding: 2px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.sb-img {
    margin-bottom: 40px;
}

.sb-details {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.heading {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0;
}

.info {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
}

.style {
    font-size: 16px;
    margin-bottom: 20px;
}

.old-price {
    color: red;
    text-decoration: line-through;
}

.our-shop {
    background-color: #fafafa;
}

.shop-list > li {
    padding: 0;
}

.product-details > p {
    margin-bottom: 0;
    margin-top: 10px;
}

.shop-box {
    padding-bottom: 15px;
}

    .shop-box .product-details h4 {
        margin-bottom: 0;
        margin-top: 0;
    }

    .shop-box .shop-thumb {
        overflow: hidden;
        position: relative;
    }

        .shop-box .shop-thumb.style2 {
            height: 250px;
        }

        .shop-box .shop-thumb.style3 {
            height: 280px;
        }

    .shop-box .overlay {
        bottom: -40px;
        color: #fff;
        font-size: 18px;
        line-height: 36px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: auto;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .shop-box .overlay a {
            color: #fff;
            display: inline-block;
        }

    .shop-box:active .overlay, .shop-box:focus .overlay, .shop-box:hover .overlay {
        bottom: 0;
    }

.shop_bg1 {
    background-image: url(../images/shop/1.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.shop_bg2 {
    background-image: url(../images/shop/2.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.shop_bg3 {
    background-image: url(../images/shop/3.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.shop_bg4 {
    background-image: url(../images/shop/4.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.product_view .modal-dialog {
    max-width: 800px;
    width: 100%;
}

.pre-cost {
    color: #a3a3a3;
    text-decoration: line-through;
}

.space-ten {
    padding: 10px 0;
}

.ulockd-shop-menubar {
    background-color: #f5f5f5;
    padding-bottom: 15px;
    padding-top: 15px;
}

.ulockd-product-searchbar .form-control {
    height: 40px;
    border-radius: 0;
    box-shadow: none;
}

.ulockd-product-searchbar button {
    height: 40px;
    border-radius: 0;
}

.ulockd-shop-item {
    background-color: #f9f9f9;
    border: 1px solid #f9f9f9;
    margin-bottom: 40px;
}

    .ulockd-shop-item:hover {
        cursor: pointer;
    }

        .ulockd-shop-item:hover h3 {
            color: #222;
        }

.ulockd-product-img {
    position: relative;
}

.price-tag {
    background-color: #222;
    color: #fff;
    font-size: 16px;
    left: 0;
    padding: 5px 8px;
    position: absolute;
    top: 0;
}

.ulockd-product-details {
    padding: 10px 12px 20px;
}

    .ulockd-product-details h4 {
        margin-bottom: 0;
    }

    .ulockd-product-details h3 {
        margin-top: 0;
    }

.ulockd-cart-total {
    border: 1px solid #dcdcdc;
}

.ulockd-product-details-img {
    border: 3px solid #f9f9f9;
}

.ulockd-pd-tab .nav-tabs li a {
    font-size: 18px;
}

.ulockd-pd-tab .tab-content p {
    font-size: 16px;
}

.ulockd-shopping-cart table.table {
    background-color: #f9f9f9;
}

    .ulockd-shopping-cart table.table th {
        font-size: 18px;
        padding: 15px;
        text-align: center;
    }

    .ulockd-shopping-cart table.table td {
        font-size: 16px;
        padding-top: 5%;
        text-align: center;
    }

        .ulockd-shopping-cart table.table td .form-control {
            border-radius: 0;
            box-shadow: none;
            margin: 0 auto;
            width: 50%;
        }

.ulockd-shopping-cart.style2 table.table td.cart {
    font-size: 16px;
    padding-top: 1%;
    text-align: center;
}

.ulockd-payment-way {
    border: 3px solid #f9f9f9;
    padding: 15px 20px;
}

.ulockd-error {
    color: #fff;
    font-family: Lato,sans-serif;
    font-size: 345px;
    font-style: italic;
    letter-spacing: 5px;
}

.ulockd-error-paragraph {
    color: #fff;
    font-size: 36px;
    line-height: 48px;
}

.ulockd-csoon {
    color: #fff;
    font-size: 80px;
}

.ulockd-coming-soon, .ulockd-uconctruction {
    padding: 250px 0;
}

    .ulockd-coming-soon::before, .ulockd-uconctruction::before {
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.ulockd-uconctruction {
    padding: 200px 0;
}

.ulockd-uconctruction-ttl {
    color: #fff;
    font-size: 100px;
}

.ulockd-uconctruction-paragraph {
    color: #fff;
    font-size: 36px;
    line-height: 48px;
}

.ulockd-site-map {
    background-image: url(../images/pattern/p3.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

    .ulockd-site-map:before {
        background-color: rgba(255,255,255,.95);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.ulockd-sitemap li {
    font-size: 18px;
    line-height: 30px;
    padding: 5px;
}

    .ulockd-sitemap li a {
        color: #333;
        text-transform: uppercase;
    }

.ulockd-flip-clock {
    display: inline-block;
}

    .ulockd-flip-clock .clock {
        padding-left: 50px;
    }

        .ulockd-flip-clock .clock .flip-clock-label {
            color: #fff;
            font-size: 18px;
        }

    .ulockd-flip-clock .timeTo figcaption {
        color: #fff;
    }

.upcoming-event .flip-clock-wrapper .flip {
    -webkit-box-shadow: 0 2px 24px rgba(0,0,0,.2);
    box-shadow: 0 2px 24px rgba(0,0,0,.2);
}

.upcoming-event .flip-clock-wrapper .flip-clock-label {
    color: #f7f7f7;
}

.upcoming-event .flip-clock-wrapper ul {
    margin: 3px;
}

    .upcoming-event .flip-clock-wrapper ul li a div div.inn {
        text-shadow: 0 1px 2px #999;
        background-color: #f5f5f5;
    }

.upcoming-event .flip-clock-wrapper .flip-clock-dot {
    background-color: #f7f7f7;
}

.upcoming-event.ulockd-flip-clock .clock {
    padding-left: 0;
}

.call-to-action {
    padding: 20px 0;
}

.ulockd-copy-right {
    color: #303030;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .ulockd-copy-right a {
        color: #fff;
    }

    .ulockd-copy-right p {
        margin-bottom: 0;
    }

.ulockd-ap-service-two:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ulockd-ap-faq {
    background-color: #f6f6f6;
}

.ulockd-faq-title h2 {
    margin-bottom: 25px;
    margin-top: 0;
    padding-top: 0;
}

.ulockd-faq-title.style2 h2 {
    margin-bottom: 45px;
    margin-top: 0;
    padding-top: 0;
}

.ulockd-faq-content .panel-default {
    border: none;
}

    .ulockd-faq-content .panel-default .panel-heading {
        border: medium none;
        border-radius: 0;
        color: #fff;
        padding-bottom: 0;
        padding-left: 0;
        padding-top: 0;
    }

        .ulockd-faq-content .panel-default .panel-heading:hover a, .ulockd-faq-content .panel-default .panel-heading:visited a {
            color: #fff;
        }

.ulockd-faq-content .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .ulockd-faq-content .panel .panel-title a .icon-1 {
        display: inline-block;
    }

    .ulockd-faq-content .panel .panel-title a .icon-2 {
        display: none;
    }

    .ulockd-faq-content .panel .panel-title a.collapsed .icon-1 {
        display: none;
    }

    .ulockd-faq-content .panel .panel-title a.collapsed .icon-2 {
        display: inline-block;
    }

    .ulockd-faq-content .panel .panel-title a i {
        background-color: #bbb;
        color: #fff;
        height: 50px;
        line-height: 50px;
        margin-right: 10px;
        text-align: center;
        width: 50px;
    }

.ulockd-faq-content.style2 .panel .panel-title a i {
    background-color: transparent;
    height: auto;
    padding: 0 10px;
    width: auto;
}

.faq-content .panel-default {
    border: none;
}

    .faq-content .panel-default .panel-heading {
        border: medium none;
        border-radius: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-top: 0;
    }

.faq-content .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .faq-content .panel .panel-title a .icon-1 {
        display: inline-block;
    }

    .faq-content .panel .panel-title a .icon-2 {
        display: none;
    }

    .faq-content .panel .panel-title a.collapsed .icon-1 {
        display: none;
    }

    .faq-content .panel .panel-title a.collapsed .icon-2 {
        display: inline-block;
    }

    .faq-content .panel .panel-title a i {
        background-color: #0b97f7;
        color: #fff;
        height: 50px;
        line-height: 50px;
        margin-right: 10px;
        text-align: center;
        width: 50px;
    }

    .faq-content .panel .panel-body {
        padding-left: 60px;
    }

.ulockd-faq-box .panel-body {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 20px 25px;
}

.ulockd-faq-box .panel .panel-title a i {
    background-color: #bbb;
    color: #fff;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
    width: 50px;
}

.feature-box {
    margin-bottom: 50px;
    max-height: 220px;
    overflow: hidden;
    position: relative;
}

    .feature-box .icon {
        font-size: 24px;
        color: #fff;
        padding: 10px 15px 5px;
    }

    .feature-box .title {
        position: absolute;
        bottom: -100%;
        width: 100%;
        -webkit-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

        .feature-box .title.blue {
            background-color: rgba(0,66,116,.9);
        }

    .feature-box:hover {
        cursor: pointer;
    }

        .feature-box:hover .title {
            bottom: 0;
        }

    .feature-box img {
        height: 100%;
    }

    .feature-box h3 {
        color: #fff;
        margin-bottom: 5px;
        margin-top: 10px;
        position: relative;
        -webkit-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

    .feature-box .overlay {
        height: 100%;
        left: 0;
        padding: 15px 25px 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        -webkit-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

        .feature-box .overlay.blue {
            background-color: rgba(0,66,116,.9);
        }

        .feature-box .overlay p, .feature-box .overlay span {
            color: #fff;
        }

        .feature-box .overlay h3 {
            margin-top: 0;
        }

    .feature-box:hover .overlay {
        top: -100%;
    }

.icon-box {
    border-radius: 0 45px 0;
    font-family: Lato,sans-serif;
    margin-bottom: 50px;
    padding: 15px;
    position: relative;
    height: 225px;
}

    .icon-box.icon-left .icon {
        float: none;
        margin-top: 5px;
    }

    .icon-box.icon-left .details {
        display: table;
        padding: 15px;
    }

    .icon-box .icon {
        font-size: 70px;
    }

    .icon-box h3 {
        margin-top: 0;
    }

    .icon-box h4 {
        margin-top: 0;
        font-size: 16px;
        -webkit-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

    .icon-box.style2 {
        background-color: #fff;
        -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
        box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
        -webkit-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        padding: 0 20px 25px 20px;
    }

        .icon-box.style2 .icon {
            font-size: 48px;
        }

    .icon-box.style3 {
        background-color: #fff;
        -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
        box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
        -webkit-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        padding: 10px;
    }

        .icon-box.style3 h3 {
            margin-top: 10px;
        }

        .icon-box.style3 .icon {
            font-size: 48px;
        }

    .icon-box:hover.style2, .icon-box:hover.style3 {
        box-shadow: none;
    }

.feature-box2 {
    border-radius: 5px 45px;
    padding: 20px 20px;
    position: relative;
    height: 330px;
}

    .feature-box2 .icon {
        font-size: 30px;
        text-align: center;
    }

    .feature-box2 h3 {
        color: #fff;
        margin-top: 0;
        font-size: 20px;
    }

    .feature-box2 p {
        color: #fff;
        margin-bottom: 22px;
        height: 185px;
    }

    .feature-box2 .list-group li {
        border-bottom: 1px solid #fff;
        color: #fff;
        line-height: 30px;
        padding: 5px;
    }

    .feature-box2 .lead {
        margin-bottom: 19px;
    }

.img-icon-box .thumb img {
    border-radius: 0 45px;
}

.img-icon-box .details .icon {
    background-color: #fff;
    font-size: 30px;
    padding: 10px;
}

.social-linked {
    position: relative;
}

    .social-linked li {
        padding: 0;
    }

    .social-linked a {
        border: 1px solid #dcdcdc;
        color: #434343;
        font-size: 14px;
        padding: 5px 9px;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .social-linked a:hover {
            color: #fff;
        }

.social-linked-two {
    position: relative;
}

    .social-linked-two li {
        padding: 0;
    }

    .social-linked-two a {
        border: 1px solid #fff;
        color: #fff;
        font-size: 14px;
        padding: 5px 9px;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

.social_icons li {
    padding: 0;
    text-align: center;
}

    .social_icons li a {
        display: block;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        width: 30px;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

.social_icons.icon_sm li a {
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    width: 25px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.social_icons.icon_md li a {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.social_icons.icon_lg li a {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.social_icons.icon_lg li a {
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    width: 45px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.footer-font-icon li {
    padding-right: 0;
}

.footer-font-icon a {
    border: 1px solid;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 8px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .footer-font-icon a:hover {
        color: #fff !important;
    }

.footer-font-icon.style2 a {
    color: #222;
    font-size: 16px;
    line-height: 20px;
}

.team-sicon {
    bottom: 0;
    left: 0;
    margin-bottom: -11px;
    margin-top: 13px;
    padding: 10px 8px;
    right: 0;
}

    .team-sicon li {
        color: #fff;
        padding: 0;
        margin: 0;
    }

    .team-sicon a {
        border: 1px solid transparent;
        color: #fff;
        font-size: 16px;
        padding: 5px 8px;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .team-sicon a:hover {
            background-color: #999;
            border: 1px solid #fff;
            color: #fff;
        }

.font-icon-Pe-7, .icon_moon {
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .font-icon-Pe-7:hover, .icon_moon:hover {
        background-color: #222;
        color: #fff;
    }

    .font-icon-Pe-7 span, .icon_moon span {
        font-size: 60px;
    }

    .font-icon-Pe-7 code, .icon_moon code {
        color: gray;
        font-size: 80%;
    }

.icon_moon {
    padding: 10px 0;
}

    .icon_moon span {
        font-size: 40px;
    }

.elegant-icon-box1 {
    font-size: 16px;
    display: inline-block;
    width: 11em;
    padding: .25em .5em;
    margin: 20px 10px 0 0;
}

    .elegant-icon-box1 span {
        color: #111;
    }

.font-icon-diamond {
    margin-top: 15px;
}

    .font-icon-diamond li {
        background-color: #fff;
        height: 30px;
        margin-right: 10px;
        text-align: center;
        width: 30px;
    }

        .font-icon-diamond li a {
            line-height: 30px;
        }

.course-search .form-group {
    margin-bottom: 0;
}

.course-search .form-control {
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    height: 45px;
}

.course-search button.btn {
    height: 45px;
}

.course-search select {
    color: #fff;
    text-align: center;
}

    .course-search select.course_length option, .course-search select.study_level option {
        font-size: 16px;
        height: 24px;
        padding: 0;
    }

.course-search p {
    margin-bottom: 0;
}

.search-box {
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 2px 24px rgba(0,0,0,.2);
    box-shadow: 0 2px 24px rgba(0,0,0,.2);
    padding: 25px 0;
    position: relative;
    z-index: 999;
}

.appointment_form {
    background-color: #f3f3f3;
    padding: 15px 35px;
}

    .appointment_form input {
        border-radius: 0;
        box-shadow: none;
        height: 40px;
    }

    .appointment_form.style2 {
        background-color: #fff;
        padding: 10px 15px 30px;
    }

.appointment_view .modal-dialog {
    max-width: 800px;
    width: 100%;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all, .ui-timepicker-list .ui-timepicker-selected:hover, .ui-timepicker-list li:hover, li.ui-timepicker-selected {
    background-color: #222;
    color: #f3f3f3;
}

.ulockd-apmnmnt-schedule {
    border: 1px solid #eee;
    padding: 10px 15px;
    text-align: center;
}

table.table.ulockd-one {
    border: 1px solid #eee;
}

    table.table.ulockd-one h3 {
        margin-top: 0;
    }

table.table.ulockd-two {
    border: 1px solid #eee;
}

    table.table.ulockd-two h3 {
        margin-top: 0;
    }

.table.ulockd-one > tbody > tr > td, .table.ulockd-one > tbody > tr > th, .table.ulockd-one > tfoot > tr > td, .table.ulockd-one > tfoot > tr > th, .table.ulockd-one > thead > tr > td, .table.ulockd-one > thead > tr > th {
    text-align: center;
}

.booking_form_style_home {
    border: 3px solid #f9f9f9;
    padding: 15px;
}

.jassorheight {
    width: 1600px;
    height: 560px;
}

.form_control {
    border-radius: 0;
    box-shadow: none;
    height: 45px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 13px !important;
}

.booking_form {
    border-radius: 5px;
    padding: 0 20px 15px;
}

    .booking_form.home_style {
        background-color: rgba(255,255,255,.6);
        padding: 25px 15px;
    }

    .booking_form input, .booking_select {
        border-radius: 0;
        box-shadow: none;
        height: 45px;
    }

    .booking_form.style2 {
        padding: 15px 20px;
    }

    .booking_form .booking_form_control {
        border-radius: 0;
        height: 45px;
    }

form.ulockd-login-form, form.ulockd-reg-form {
    background-color: #f6f6f6;
    padding: 10px 30px 40px;
}

.ulockd-login-form input, .ulockd-reg-form input {
    border-radius: 0;
    box-shadow: none;
    height: 40px;
}

.signup_form {
    background-color: #fff;
    padding: 10px 25px 20px;
}

    .signup_form .form-group {
        position: relative;
        margin-top: 35px;
    }

    .signup_form .form-control {
        border: none;
        display: block;
        height: 36px;
        box-shadow: none;
        border-bottom: 1px solid #d3d3d3;
    }

        .signup_form .form-control:focus {
            border-bottom: 2px solid #28b928;
            outline: 0;
            box-shadow: none;
        }

    .signup_form .float-label {
        color: #999;
        font-size: 16px;
        font-weight: 300;
        left: 0;
        position: absolute;
        top: 10px;
        transition: .2s ease all;
        -moz-transition: .2s ease all;
        -webkit-transition: .2s ease all;
    }

    .signup_form input[type=checkbox] {
        display: none;
        visibility: hidden;
    }

        .signup_form input[type=checkbox] + label {
            cursor: pointer;
            font-size: 15px;
            font-weight: 500;
            transition: border-color .3s ease-in-out,background-color .3s ease-in-out;
        }

            .signup_form input[type=checkbox] + label:before {
                border: 2px solid #5a5a5a;
                border-radius: 2px;
                content: "";
                display: inline-block;
                height: 18px;
                margin: 0 15px 3px 0;
                vertical-align: middle;
                width: 18px;
            }

        .signup_form input[type=checkbox]:checked + label:before {
            background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwcHgiIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDIwIDE1Ij4NCjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iNy4xNDMsMTQuOTM4IDAsNy43OTYgMi4wMjEsNS43NzYgNy4xNDMsMTAuODk4IDE3Ljk3OSwwLjA2MiAyMCwyLjA4MiAiLz4NCjwvc3ZnPg0K);
            background-color: #28b928;
            border-color: #28b928;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            -webkit-background-size: 11px auto;
            -moz-background-size: 11px auto;
            -o-background-size: 11px auto;
            background-size: 11px auto;
        }

    .signup_form button[type=submit] {
        border-radius: 3px;
        border: 0;
        cursor: pointer;
        background: #28b928;
        color: #fff;
        float: right;
        position: relative;
    }

    .signup_form [ripple] {
        position: relative;
        overflow: hidden;
        -webkit-transition: box-shadow .4s;
        -moz-transition: box-shadow .4s;
        -ms-transition: box-shadow .4s;
        -o-transition: box-shadow .4s;
        transition: box-shadow .4s;
        cursor: inherit;
    }

        .signup_form [ripple] .touch {
            pointer-events: none;
            border-radius: 100%;
        }

    .signup_form .form-control:focus ~ .float-label, .signup_form .form-control:valid ~ .float-label {
        top: -15px;
        font-size: 12px;
    }

#datepicker-error, #email-error, #message-error, #name-error, #phone-error, #subject-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 3px 10px;
}

.ulockd-ffact-one {
    border-right: 1px solid #fff;
    position: relative;
}

    .ulockd-ffact-one span {
        color: #fff;
        font-size: 48px;
    }

    .ulockd-ffact-one p {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px;
        margin-top: 15px;
        text-transform: capitalize;
        text-align: center;
    }

    .ulockd-ffact-one .timer {
        color: #fff;
        font-family: serif;
        font-size: 30px;
        font-weight: 700;
    }

    .ulockd-ffact-one .timer1 {
        margin: 15px 0px 15px 0px;
        color: #fff;
        font-family: serif;
        font-size: 30px;
        font-weight: 700;
    }

.ulockd-ffact-two span {
    font-size: 60px;
}

.ulockd-ffact-two p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
}

.ulockd-ffact-two .timer {
    font-family: serif;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

    .ulockd-ffact-two .timer:before {
        background-color: #fff;
        bottom: 35%;
        content: "";
        height: 2px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        width: 50px;
    }

.ulockd-mailchimp {
    width: 75%;
}

    .ulockd-mailchimp input {
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 0;
    }

    .ulockd-mailchimp button {
        background-color: #a3a3a3;
        border-radius: 0;
        color: #fff;
    }

.subscribe {
    text-align: center;
}

    .subscribe h1 {
        margin: 0;
    }

    .subscribe h4 {
        margin: 10px 0 20px 0;
        color: #f9f9f9;
    }

    .subscribe input {
        border: 1px solid transparent;
        box-shadow: none;
        font-size: 14px;
        line-height: 20px;
        color: #222;
        padding: 7px 14px;
        min-width: 20%;
    }

    .subscribe button {
        background-color: #bbb;
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        color: #fff;
        padding: 8px 16px;
        border: none;
        margin-left: -5px;
    }

.ulockd-divider-thumb {
    background-color: #fff;
    padding: 5px;
}

    .ulockd-divider-thumb:hover img {
        cursor: pointer;
    }

.office-location h3 {
    margin-top: 0;
}

.office-location li a {
    font-size: 16px;
    line-height: 24px;
}

.ulockd-pricing {
    background-color: #f7f7f7;
}

.ulockd-pricing-table {
    background-color: #fff;
    border: 1px solid #222;
    border-radius: 5px;
    padding: 15px 25px;
}

    .ulockd-pricing-table:hover {
        cursor: pointer;
    }

.ulocked-pricing-header {
    padding-top: 25px;
    position: relative;
}

    .ulocked-pricing-header .title sup {
        font-size: 30px;
    }

.ulocked-pricing-tag {
    border-radius: 5%;
    padding: 10px 20px;
    position: absolute;
    top: -60px;
}

    .ulocked-pricing-tag span {
        color: #fff;
        font-size: 40px;
        line-height: 1.3em;
    }

.ulocked-pricing-details ul li {
    border-bottom: 1px dashed #222;
    padding: 8px;
}

    .ulocked-pricing-details ul li:hover a {
        color: #222;
    }

    .ulocked-pricing-details ul li:first-child {
        border-top: 1px dashed #222;
        margin-top: 40px;
    }

    .ulocked-pricing-details ul li:last-child {
        border-bottom: 1px solid transparent;
    }

    .ulocked-pricing-details ul li a {
        font-size: 16px;
        line-height: 24px;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

.ulocked-pricing-details a {
    margin-top: 20px;
}

.pricing-table {
    background-color: #fff;
    position: relative;
}

    .pricing-table .price-type {
        margin-bottom: 0;
    }

    .pricing-table .price, .pricing-table .price-type {
        font-weight: 300;
    }

    .pricing-table .table-list {
        list-style: outside none none;
        padding: 10px 0 0 20px;
    }

        .pricing-table .table-list li {
            border-bottom: 1px solid #d3d3d3;
            margin: 5px 0;
        }

            .pricing-table .table-list li:before {
                border: none;
                content: "";
                display: inline-block;
                font-family: fontawesome;
                font-size: 18px;
                margin-right: 10px;
                padding: 0;
            }

.pricing_table {
    text-align: center;
    position: relative;
}

    .pricing_table .pricing_table_header {
        border-radius: 0 60px 0 0;
        overflow: hidden;
    }

        .pricing_table .pricing_table_header .title {
            color: #fff;
            font-size: 20px;
            font-weight: 700;
            line-height: 30px;
            padding: 15px 0 0;
            margin: 0;
            text-transform: uppercase;
            -webkit-transition: all .4s ease 0s;
            -o-transition: all .4s ease 0s;
            transition: all .4s ease 0s;
        }

        .pricing_table .pricing_table_header .price-value {
            color: #fff;
            display: block;
            font-size: 35px;
            font-weight: 700;
            margin: 0;
            padding: 5px 0 10px;
            -webkit-transition: all .4s ease 0s;
            -o-transition: all .4s ease 0s;
            transition: all .4s ease 0s;
        }

            .pricing_table .pricing_table_header .price-value .month {
                display: block;
                font-size: 13px;
                font-weight: 500;
                color: #fff;
                text-transform: uppercase;
            }

    .pricing_table .pricing-content {
        border-left: 1px solid #f2f2f2;
        position: relative;
    }

        .pricing_table .pricing-content ul {
            padding: 0;
            margin: 0;
            list-style: none;
            background: #fff;
        }

            .pricing_table .pricing-content ul li {
                display: block;
                font-size: 15px;
                color: #333;
                line-height: 23px;
                padding: 11px 0;
                border-bottom: 1px solid #f2f2f2;
            }

        .pricing_table .pricing-content .pricing_table_signup {
            background: #fff;
            border-bottom: 1px solid #f2f2f2;
            border-radius: 0 0 0 60px;
            padding: 20px 0;
        }

            .pricing_table .pricing-content .pricing_table_signup a {
                display: inline-block;
                padding: 9px 20px;
                font-weight: 700;
                color: #555;
                text-transform: uppercase;
                border: 1px solid #555;
                background: #fff;
                transition: all .4s ease 0s;
            }

                .pricing_table .pricing-content .pricing_table_signup a:hover {
                    background: #004274 !important;
                    color: #fff;
                }

                .pricing_table .pricing-content .pricing_table_signup a i {
                    padding-left: 5px;
                }

    .pricing_table:hover .price-value, .pricing_table:hover .pricing_table_header, .pricing_table:hover .title {
        background: #004274 !important;
    }

.pricingTable {
    text-align: center;
    position: relative;
}

    .pricingTable .pricingTable-header:after {
        content: "";
        height: 25.8%;
        position: absolute;
        right: 0;
        top: -1px;
        transform: skewY(45deg) translateY(18px);
        width: 36px;
        z-index: 2;
        -webkit-transition: all .4s ease 0s;
        -o-transition: all .4s ease 0s;
        transition: all .4s ease 0s;
    }

    .pricingTable .title {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        padding: 15px 0 0;
        margin: 0 35px 0 0;
        text-transform: uppercase;
        -webkit-transition: all .4s ease 0s;
        -o-transition: all .4s ease 0s;
        transition: all .4s ease 0s;
    }

    .pricingTable .price-value {
        color: #fff;
        display: block;
        font-size: 35px;
        font-weight: 700;
        margin: 0 35px 0 0;
        padding: 5px 0 10px;
        -webkit-transition: all .4s ease 0s;
        -o-transition: all .4s ease 0s;
        transition: all .4s ease 0s;
    }

    .pricingTable .month {
        display: block;
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase;
    }

    .pricingTable .pricing-content {
        border-left: 1px solid #f2f2f2;
        position: relative;
    }

        .pricingTable .pricing-content:after {
            content: "";
            width: 35px;
            height: 100%;
            background: #f8f8f8;
            box-shadow: 9px 9px 20px #dcdcdc;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 1;
            transform: skewY(-45deg) translateY(-18px);
            -webkit-transition: all .4s ease 0s;
            -o-transition: all .4s ease 0s;
            transition: all .4s ease 0s;
        }

        .pricingTable .pricing-content ul {
            padding: 0;
            margin: 0 35px 0 0;
            list-style: none;
            background: #fff;
        }

            .pricingTable .pricing-content ul li {
                display: block;
                font-size: 15px;
                color: #333;
                line-height: 23px;
                padding: 11px 0;
                border-bottom: 1px solid #f2f2f2;
            }

    .pricingTable .pricingTable-signup {
        background: #fff;
        padding: 20px 0;
        margin-right: 35px;
        border-bottom: 1px solid #f2f2f2;
    }

        .pricingTable .pricingTable-signup a {
            display: inline-block;
            padding: 9px 20px;
            font-weight: 700;
            color: #555;
            text-transform: uppercase;
            border: 1px solid #555;
            background: #fff;
            transition: all .4s ease 0s;
        }

            .pricingTable .pricingTable-signup a:hover {
                color: #fff;
            }

            .pricingTable .pricingTable-signup a i {
                padding-left: 5px;
            }

    .pricingTable:hover .price-value, .pricingTable:hover .pricingTable-header:after, .pricingTable:hover .title {
        background: #004274 !important;
    }

.progress-levels {
    position: relative;
}

    .progress-levels .progress-box {
        margin-bottom: 15px;
        overflow: hidden;
        position: relative;
    }

        .progress-levels .progress-box .inner {
            background-color: #eee;
        }

        .progress-levels .progress-box .bar {
            position: relative;
            height: 20px;
        }

            .progress-levels .progress-box .bar .bar-innner {
                height: 20px;
                left: 0;
                position: relative;
                top: 0;
                width: 100%;
            }

            .progress-levels .progress-box .bar .bar-fill {
                border-radius: 2px;
                height: 20px;
                left: -100%;
                position: absolute;
                top: 0;
                -webkit-transition: all 2s ease .3s;
                -o-transition: all 2s ease .3s;
                transition: all 2s ease .3s;
                width: 0;
            }

        .progress-levels .progress-box.animated .bar .bar-fill {
            left: 0;
        }

        .progress-levels .progress-box.animated .percent {
            opacity: 1;
        }

        .progress-levels .progress-box .percent {
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 1px;
            line-height: 26px;
            opacity: 0;
            position: absolute;
            right: 0;
            text-align: center;
            top: -35px;
            -webkit-transition: all 2s ease .7s;
            -o-transition: all 2s ease .7s;
            transition: all 2s ease .7s;
        }

    .progress-levels:last-child {
        margin-bottom: 0;
    }

    .progress-levels .box-title {
        margin-bottom: 10px;
        position: relative;
        text-transform: uppercase;
    }

#graph-wrapper button {
    color: #fff;
}

.legend-of-0 .rect-of-0, .legend-of-1, text.legend-of-0 {
    display: none;
}

#particles-js {
    width: 100%;
    height: 1080px;
    background-color: #b61924;
    background-image: url("");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#particles2-effect {
    width: 100%;
}

    #particles2-effect canvas {
        height: 880px;
    }

.ulockd-testimonial {
    background-color: #fff;
}

.testimonial-grid {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0 45px 0;
    padding: 10px 20px;
    position: relative;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.2);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .testimonial-grid:hover {
        cursor: pointer;
        box-shadow: none;
    }

    .testimonial-grid img {
        display: inline-block;
        margin-bottom: 0;
    }

.ulockd-testimonials {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0 45px 0;
    padding: 10px 20px;
    position: relative;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.2);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 380px;
}

    .ulockd-testimonials:hover {
        cursor: pointer;
        box-shadow: none;
    }

    .ulockd-testimonials .testi-thumb img {
        border: 1px solid #eee;
        border-radius: 0 20px;
        height: 70px;
        margin: -50px auto 0;
        width: 70px;
    }

    .ulockd-testimonials .testi-thumb ul li {
        padding: 0;
    }

    .ulockd-testimonials p {
        margin-bottom: 20px;
        text-transform: capitalize;
    }

    .ulockd-testimonials.style2 {
        background-color: #fff;
        margin-top: 25px;
    }

.testimonial-col {
    position: relative;
}

    .testimonial-col .content {
        padding: 30px;
    }

.ulockd-inr-testimonials {
    background-color: #f9f9f9;
    padding: 10px 25px;
}

    .ulockd-inr-testimonials p {
        color: #303030;
    }

    .ulockd-inr-testimonials h3 {
        color: #333;
        margin-bottom: 0;
    }

.ulockd-tcompliment span {
    color: #222;
}

#calendar {
    max-width: 900px;
    margin: 0 auto;
}

.flickr-photo {
    margin-top: 30px;
}

    .flickr-photo li {
        display: inline-block;
        margin-bottom: 10px;
        margin-right: 10px;
    }

#instafeed img {
    display: block;
    float: left;
    height: auto;
    width: 100%;
}

.instagram-feed-image {
    display: inline-block;
    float: left;
    margin: 5px;
    width: 80px;
}

.ulockd-footer-widget li a {
    color: #fff;
    letter-spacing: 1px;
}

.flickr-widget li {
    padding: 0;
}

    .flickr-widget li .thumb {
        position: relative;
        overflow: hidden;
        margin-bottom: 10px;
    }

        .flickr-widget li .thumb .overlay {
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            text-align: center;
            transform: scale(0);
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -o-transform: scale(0);
            -ms-transform: scale(0);
            top: 0;
            width: 100%;
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

            .flickr-widget li .thumb .overlay span {
                color: #fff;
                font-size: 20px;
                left: 0;
                position: absolute;
                right: 0;
                top: 35%;
            }

        .flickr-widget li .thumb:hover .overlay {
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
        }

.flickr-widget .thumbnail {
    margin-bottom: 0;
}

.flickr-widget h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-top: 0;
}

.footer-flickr h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}

.ulockd-flickr-widget li {
    margin-bottom: 6px;
    margin-right: -5px;
}

.ulockd-footer-twitter h3 {
    color: #fff;
    font-weight: 700;
    margin-top: 0;
}

.ulockd-footer-twitter h4 {
    color: #fff;
}

.ulockd-footer-twitter p {
    color: #eee;
}

.footer-twitter h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.twitter ul li {
    color: #f7f7f7;
    margin-bottom: 20px;
}

    .twitter ul li a {
        color: #999;
    }

.twitter.style2 ul li {
    color: #222;
    margin-bottom: 20px;
}

    .twitter.style2 ul li a {
        margin-bottom: 20px;
    }

.font-icon-social {
    margin-top: 15px;
}

.link-widget h3, .news-widget h3, .tag-widget h3, .twitter-widget h3, .widget-about h3 {
    color: #fff;
    margin-bottom: 20px;
    margin-top: 0;
}

.call-widget h3, .location-widget h3, .mail-widget h3 {
    color: #fff;
}

.call-widget .icon, .location-widget .icon, .mail-widget .icon {
    color: #bbb;
    font-size: 40px;
}

.widget-about p {
    color: gray;
}

.tag-widget li {
    border: 1px solid #2f4f4f;
    padding: 3px 5px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 5px;
}

    .tag-widget li:hover a {
        color: #fff;
    }

    .tag-widget li a {
        color: gray;
    }

.link-widget li {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .link-widget li:hover a {
        color: #fff;
    }

    .link-widget li a {
        color: gray;
    }

.ml75 {
    margin-left: 75px !important;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    left: 20px;
    float: left;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.ulockd_bgihnewbg {
    background-image: url(../Epileptic-seizures/banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#pot {
    bottom: 5%;
    position: absolute;
    -webkit-animation: linear infinite;
    -webkit-animation-name: run;
    -webkit-animation-duration: 25s;
    z-index: 9999;
}

.hw150 {
    height: 120px;
    width: 120px;
}

@-webkit-keyframes run {
    0% {
        left: 0;
    }

    50% {
        left: calc(100% - 100px);
    }

    100% {
        left: 0;
    }
}

nav.navbar.bootsnav ul.nav > li > a {
    color: #000000;
    background-color: transparent;
    outline: 0;
    margin-bottom: -2 px;
}

.height120 {
    height: 120px;
}

.height360 {
    height: 400px;
}

.height210 {
    height: 210px;
}

.mt10 {
    margin-top: 10px;
}

.height295 {
    height: 295px;
}

.hidden-lg {
    display: none;
}

.hidden-md {
    display: none;
}

.appoment {
    margin-top: -43px;
    margin-left: 30px;
}


.showmobile {
    display: none;
}

.my-float {
    margin-top: 16px;
}
