html,
body {
    height: 100%;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans',sans-serif;
    margin: 0 0 15px;
    color: #000000;
    font-weight: 700;
}

h1 {
    font-size: 48px;
    line-height: 50px;
}

h2 {
    font-size: 38px;
    line-height: 40px;
}

h3 {
    font-size: 30px;
    line-height: 32px;
}

h4 {
    font-size: 24px;
    line-height: 26px;
}

h5 {
    font-size: 20px;
    line-height: 22px;
}

h6 {
    font-size: 16px;
    line-height: 20px;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:active,
    a:hover {
        outline: 0 none;
    }

body {
    background: #fff none repeat scroll 0 0;
    color: #000000;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    text-align: left;
    overflow-x: hidden;
    line-height: normal;
}

.well-middle h4 {
    font-size: 18px;
    line-height: 20px;
    margin: 20px 0 10px;
    font-weight: 600;
}

.well-middle p {
    margin: 0 0 15px;
    text-align: justify;
}

ol {
    padding-left: 18px;
    list-style: disc;
    text-align: left;
    margin: 0;
}

    ol li {
        padding: 5px 0;
        text-align: justify;
    }

.back-to-top:focus {
    background: #002a5c;
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #002a5c;
    color: #fff;
}

.clear {
    clear: both;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

input,
select,
textarea,
input[type="text"],
input[type="date"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"],
button,
button[type="submit"] {
    -moz-appearance: none;
    box-shadow: none!important;
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url('../img/preloader.gif') no-repeat center center;
}

::-moz-selection {
    background: #3EC1D5;
    text-shadow: none;
}

::selection {
    background: #3EC1D5;
    text-shadow: none;
}

.area-padding {
    padding: 30px 0px 50px;
}

.area-padding-2 {
    padding: 30px 0px 50px;
}

.padding-2 {
    padding-bottom: 30px;
}

.pad-top-bot {
    padding: 5px 0 15px 0;
}

.section-headline h2 {
    display: inline-block;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 42px;
    position: relative;
    color: #00b0f0;
    text-align: center;
    text-transform: capitalize;
    line-height: 32px;
}

.sec-head {
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    padding: 0 0 10px;
    text-transform: none;
    transition: all 0.4s ease 0s;
    color: #002a5c;
}

.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(255,255,255,0.8);
    z-index: 9;
}

.navbar-header a.navbar-brand {
    display: inline-block;
    padding: 3px 0 0 0;
}

.navbar-nav li a span img {
    padding-right: 10px;
}

.main-menu ul.navbar-nav li {
    display: inline-block;
    padding: 0px 13px;
}

    .main-menu ul.navbar-nav li a,
    .main-menu ul.navbar-nav li.active a {
        background: none;
        color: #000;
        font-size: 15px;
        font-weight: 400;
        padding: 25px 0px;
        letter-spacing: 1px;
    }

        .main-menu ul.navbar-nav li.active a:hover,
        .main-menu ul.navbar-nav li.active a:focus,
        .main-menu ul.navbar-nav li.active a:active {
            background: none;
            color: #000;
        }

        .main-menu ul.navbar-nav li.active a:focus {
            color: #000;
        }

    .main-menu ul.navbar-nav li:last-child a span img {
        margin-top: -4px;
    }

    .main-menu ul.navbar-nav li:last-child {
        margin-right: 70px;
    }

    .main-menu ul.navbar-nav li a:hover,
    .main-menu ul.navbar-nav li a:focus {
        color: #000;
    }

.navbar {
    border: medium none;
    margin-bottom: 0;
}

.navbar-default {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
}

    .main-menu ul.navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        background: none;
        color: #000000;
    }

    .navbar-default .navbar-toggle {
        background: rgba(0,0,0,0) none repeat scroll 0 0;
        border: medium none;
        border-radius: 0;
        padding: 25px 0px;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        background-color: transparent;
        color: #fff;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: none;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000;
        width: 30px;
        height: 2px;
    }

#navbar-example {
    position: fixed;
    top: 0px;
    left: 0;
    background: #002a5c;
    width: 100%;
    height: 100%;
    z-index: 99;
}

    #navbar-example ul {
        width: 80%;
        margin: 0 auto;
        float: none;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

        #navbar-example ul li {
            display: block;
            float: none;
        }

        #navbar-example ul.navbar-nav li:last-child {
            margin: 0;
        }

        #navbar-example ul li a {
            color: #fff;
            font-size: 20px;
            text-align: center;
            font-weight: 300;
            padding: 12px 0;
        }

.top-right.text-right {
    float: right;
    position: relative;
    top: 24px;
    margin-left: 20px;
}

.close_toggle {
    position: fixed;
    right: 32px;
    top: 32px;
    width: 45px;
    height: 45px;
    opacity: 0.7;
    z-index: 9999;
}

    .close_toggle:hover {
        opacity: 1;
    }

    .close_toggle:before,
    .close_toggle:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 46px;
        width: 2px;
        background-color: #fff;
    }

    .close_toggle:before {
        transform: rotate(45deg);
    }

    .close_toggle:after {
        transform: rotate(-45deg);
    }

.top-right.text-right > li {
    float: right;
    margin: 0px 8px;
}

.top-right.text-right li a {
    color: #fff;
}

.main-menu .dropdown ul {
    background: #000;
}

    .main-menu .dropdown ul li {
        display: block;
    }

#sticker {
    transition: all ease-in-out 0.6s;
    opacity: 9;
}

.header-area.stick {
    background-color: rgba(255,255,255,1);
    box-shadow: 1px 1px 15px 4px rgba(0,0,0,0.21);
    transition: all ease-in-out 0.6s;
    opacity: 0;
    height: 70px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.stick .navbar-header a.navbar-brand {
    display: inline-block;
    height: 90px;
}

.navbar-brand > img {
    width: 100%;
    max-width: 260px;
}

.stick .navbar-brand > img {
    display: none;
    width: 100%;
    max-width: 200px;
}

.stick .navbar-brand.sticky-logo > img {
    display: block;
    width: 100%;
    max-width: 250px;
}

.sticky-logo h1 {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}

    .sticky-logo h1 span {
        color: #3ec1d5;
    }

.stick .main-menu ul.navbar-nav li.active > a::after {
    border: 1px solid #fff;
    bottom: 0px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}

.stick .main-menu ul.nav > li > a:hover {
    color: #000;
}

.stick .main-menu ul.navbar-nav li.active a {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    color: #fff;
    position: relative;
}

.stick .mainmenu ul#nav > li:hover > a,
.stick .mainmenu ul#nav li .mega-menu,
.stick .mainmenu ul#nav li ul.sub-menu {
    background-color: #f5f5f5;
    color: #fff;
    outline: medium none;
}

.stick .mainmenu ul#nav li:hover ul.sub-menu li a:hover,
.mainmenu ul#nav li .mega-menu span > a:hover,
.stick .mainmenu ul#nav li .mega-menu-shop a.mega-menu-title:hover {
    color: #fff;
}

.stick .logo {
    height: 20px;
}

    .stick .logo a {
        margin-top: 0px;
    }

.p7 {
    padding-left: 5px;
    padding-right: 5px;
}

.stick .main-menu ul.nav > li > a {
    color: #000;
    line-height: 22px;
    padding: 24px 0px;
    letter-spacing: 1px;
}

.stick .navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
    width: 30px;
    height: 2px;
}

.stick .navbar-default .navbar-toggle {
    padding: 10px 0px;
}

.about-area,
.details_area {
    padding-top: 50px;
}

.single-well > a {
    display: block;
}

.single-well ul li {
    color: #000000;
    display: block;
    padding: 5px 0;
    line-height: 24px;
    font-size: 16px;
}

    .single-well ul li i {
        color: #3EC1D5;
        padding-right: 10px;
        font-size: 12px;
    }

.single-well p {
    color: #000000;
    text-align: justify;
    margin-bottom: 10px;
}

.services-icon {
    color: #000000;
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
}

.services-details {
    padding-top: 40px;
    transition: all 0.5s ease 0s;
}

    .services-details:hover h4,
    .services-details:hover .services-icon {
        color: #3EC1D5;
    }

.row.second-row {
    margin-top: 40px;
}

.section-head > h2 {
    color: #000000;
}

.single-services > h4 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
}

.single-services > p {
    color: #000000;
    font-size: 14px;
}

.our-skill-area {
    position: relative;
}

.our-skill-area {
    background: rgba(248,248,248,0.8) url("../img/background/bg1.jpg") no-repeat fixed center top / cover;
}

.test-overly {
    background: rgba(0,0,0,0.80);
    position: absolute;
    width: 100%;
    height: 100%;
}

.progress-h4 {
    color: #fff;
    font-weight: 700;
}

.faq-details .panel-heading {
    padding: 0;
}

.panel-default > .panel-heading {
    background-color: transparent;
    border: medium none;
    color: #000000;
}

.faq-details h4.check-title a {
    color: #000000;
    display: block;
    font-weight: 700;
    letter-spacing: 2px;
    margin-left: 40px;
    padding: 6px 10px;
    text-decoration: none;
}

.panel-body {
    padding: 15px 15px 0px 50px;
}

.faq-details h4.check-title {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.faq-details a span.acc-icons {
    position: relative;
}

    .faq-details a span.acc-icons::before {
        color: #000000;
        content: "";
        font-family: fontawesome;
        font-size: 24px;
        height: 40px;
        left: -51px;
        line-height: 39px;
        position: absolute;
        text-align: center;
        top: -10px;
        width: 42px;
    }

.faq-details h4.check-title a.active,
.faq-details a.active span.acc-icons::before {
    color: #3EC1D5;
}

.faq-details a.active span.acc-icons::before {
    content: "";
    font-family: fontawesome;
    font-size: 24px;
    height: 40px;
    left: -51px;
    line-height: 39px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 42px;
}

.second-row {
    margin-top: 30px;
}

.event-content.head-team h4 {
    background: transparent none repeat scroll 0 0;
    color: #000000;
    padding: 30px 0 10px;
    font-weight: 700;
    text-transform: capitalize;
}

.tab-menu .nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.tab-menu {
    display: block;
    text-align: center;
}

    .tab-menu ul.nav {
        margin: 0;
        padding: 0;
    }

        .tab-menu ul.nav li {
            border: medium none;
            display: inline-block;
        }

            .tab-menu ul.nav li a {
                background: rgba(0,0,0,0) none repeat scroll 0 0;
                border-radius: 0;
                color: #000000;
                display: block;
                font-weight: 700;
                margin-right: 5px;
                padding: 10px 20px;
                font-family: raleway;
                font-size: 18px;
            }

    .tab-menu ul li.active a,
    .tab-menu ul li.hover a,
    .tab-menu ul li.focus a {
        border-bottom: 1px solid #fff;
        color: #3EC1D5!important;
    }

    .tab-menu .nav-tabs {
        border-bottom: none;
    }

.tab-main-img a {
    position: relative;
    display: block;
}

    .tab-main-img a:hover span.events-offer {
        height: 20%;
    }

    .tab-main-img a span.events-offer {
        background: rgba(0,0,0,0.8) none repeat scroll 0 0;
        bottom: 0;
        color: #fff;
        content: "";
        font-size: 20px;
        font-weight: 700;
        height: 0%;
        left: 0;
        line-height: 70px;
        padding: 0;
        position: absolute;
        text-align: left;
        transition: all 0.5s ease 0s;
        width: 100%;
        padding: 0px 10px;
    }

.wellcome-area {
    background: rgba(248,248,248,0.8) url("../img/background/bg1.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.well-bg {
    position: relative;
}

.wellcome-text {
    margin: 70px 0;
    padding: 30px 40px;
}

.well-text > h2 {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
}

.well-text p {
    font-size: 18px;
    font-style: italic;
    color: #fff;
}

.wellcome-text .section-headline p {
    margin-bottom: 0;
}

.subs-feilds {
    border: 1px solid #fff;
    display: inline-block;
    height: 52px;
    margin-top: 30px;
    width: 60%;
    border-radius: 30px;
    overflow: hidden;
}

.suscribe-input input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: left;
    font-size: 15px;
    line-height: 24px;
    padding: 11px 15px;
    width: 70%;
    height: 50px;
}

.suscribe-input button {
    background: #3ec1d5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0 20px 20px 0;
    color: #fff;
    float: left;
    font-size: 20px;
    font-weight: 700;
    padding: 14px 20px;
    width: 30%;
}

    .suscribe-input button:hover {
        background: #fff none repeat scroll 0 0;
        color: #002a5c;
    }

.prev-slide::before {
    background: rgba(255,255,255,0.8) none repeat scroll 0 0;
    color: #002a5c;
    content: "";
    cursor: pointer;
    font: 300 50px/50px FontAwesome;
    position: absolute;
    text-align: center;
    top: 39%;
    transition: all 300ms ease-in 0s;
    z-index: 9;
    font-weight: 100;
    left: -30px;
    width: 50px;
    border-radius: 50%;
    font-size: 30px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.25);
}

.preview-2 .nivo-directionNav a.nivo-nextNav:hover:before,
.preview-2 .nivo-directionNav a.nivo-prevNav:hover:before {
    border-color: #002a5c;
    color: #fff;
    background: #002a5c;
}

.next-slide::before {
    background: rgba(255,255,255,0.8) none repeat scroll 0 0;
    border-radius: 50%;
    color: #002a5c;
    content: "";
    cursor: pointer;
    font: 100 30px/50px FontAwesome;
    height: 50px;
    position: absolute;
    right: -30px;
    text-align: center;
    top: 39%;
    transition: all 300ms ease-in 0s;
    width: 50px;
    z-index: 9;
    font-size: 30px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.25);
}

.preview-2 .nivo-directionNav a.nivo-nextNav::before {
    font: 24px/46px FontAwesome;
    padding: 0 0 0 3px;
}

.preview-2 .nivo-directionNav a.nivo-prevNav::before {
    padding: 0 6px 0 0px;
    font: 24px/46px FontAwesome;
}

.team-member {
    background: rgba(0,0,0,0.65) none repeat scroll 0 0;
    display: block;
    margin-right: -15px;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

    .team-member::before {
        background: rgba(0,0,0,0) url("../img/team/team01.html") repeat scroll 0 0;
        content: "";
        display: block;
        height: 100%;
        left: 0;
        margin-right: -15px;
        padding: 10px;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        transition: 5s;
        transform: scale(1);
    }

    .team-member:hover.team-member::before {
        transform: scale(1.2);
    }

.single-team-member {
    border: 1px solid #ddd;
}

.team-left-text h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.team-left-text p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.email-news {
    display: block;
    margin: 30px 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

    .email-news .email_button input {
        background: rgba(0,0,0,0) none repeat scroll 0 0;
        border: 1px solid #fff;
        color: #fff;
        float: left;
        font-size: 13px;
        padding: 8px;
        width: 81%;
    }

    .email-news .email_button > button {
        background: rgba(0,0,0,0) none repeat scroll 0 0;
        border: 1px solid #fff;
        color: #fff;
        float: left;
        font-size: 16px;
        padding: 8px 12px;
        text-align: center;
    }

        .email-news .email_button > button:hover {
            background: #3EC1D5;
            border: 1px solid #fff;
            color: #fff;
        }

.team-left-icon ul li {
    display: inline-block;
}

    .team-left-icon ul li a:hover {
        color: #3EC1D5;
        background: #fff;
        border: 2px solid #fff;
    }

    .team-left-icon ul li a {
        border: 2px solid #fff;
        color: #fff;
        display: block;
        font-size: 16px;
        height: 40px;
        line-height: 37px;
        margin: 0 3px;
        width: 40px;
    }

.team-member-carousel .single-team-member {
    overflow: hidden;
    width: 100%;
}

.single-team-member:hover .team-img a:after {
    opacity: 1;
}

.single-team-member:hover .team-social-icon {
    top: 45%;
    opacity: 1;
}

.team-img {
    position: relative;
}

    .team-img > a {
        display: block;
    }

        .team-img > a::after {
            background: rgba(0,0,0,0.70);
            bottom: 0;
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            transition: all 0.5s ease 0s;
            width: 100%;
            opacity: 0;
        }

.team-social-icon {
    left: 50%;
    margin-left: -61px;
    opacity: 0;
    position: absolute;
    top: 30%;
    transition: 1.3s;
}

    .team-social-icon ul li {
        display: inline-block;
    }

        .team-social-icon ul li a {
            border: 1px solid #fff;
            border-radius: 50%;
            color: #fff;
            display: block;
            font-size: 14px;
            height: 34px;
            line-height: 35px;
            margin: 0 3px;
            width: 34px;
        }

            .team-social-icon ul li a:hover {
                color: #fff;
                border: 1px solid #3EC1D5;
                background: #3EC1D5;
            }

.team-content {
    padding: 10px 0px;
}

    .team-content > h4,
    .team-content > p {
        color: #000000;
        margin-bottom: 5px;
    }

    .team-content.head-team p {
        margin-bottom: 0;
    }

.team-left-icon.text-center {
    margin-bottom: 20px;
}

.head-team h4 {
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.reviews-area {
    background: url(../img/background/bg1.jpg);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 30px;
}

.work-left-text {
    background: #3EC1D5 none repeat scroll 0 0;
}

    .work-left-text a {
        pointer-events: none;
    }

.work-left-text {
    width: 50%;
}

.work-right-text {
    background: rgba(0,0,0,0.43) none repeat scroll 0 0;
    float: right;
    height: 100%;
    overflow: hidden;
    padding: 71px 0;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

    .work-right-text h2 {
        color: #fff;
        font-size: 24px;
        line-height: normal;
        padding: 0 20%;
        font-weight: 300;
        margin: 10px 0 40px 0;
    }

    .work-right-text h5 {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px; /* text-transform: uppercase; */
        padding: 0 60px;
    }

    .work-right-text .sus-btn {
        margin-left: 0;
        margin-top: 20px;
    }

.single-awesome-4 {
    display: block;
    float: left;
    overflow: hidden;
    width: 33.33%;
}

    .single-awesome-4 .add-actions {
        padding: 10px 20px;
    }

.pst-content {
    padding-left: 10px;
}

.project-menu {
    margin-bottom: 40px;
    text-align: center;
}

    .project-menu li {
        display: inline-block;
    }

        .project-menu li a {
            background: #fff none repeat scroll 0 0;
            border: 1px solid #000000;
            border-radius: 20px;
            color: #000000;
            cursor: pointer;
            display: inline-block;
            font-size: 14px;
            font-weight: 700;
            margin: 0 4px;
            padding: 6px 15px;
            text-transform: capitalize;
            transition: all 0.3s ease 0s;
        }

            .project-menu li a.active,
            .project-menu li a:hover {
                border-color: #3EC1D5;
                background: #3EC1D5;
                color: #fff;
                text-decoration: none;
            }

.single-awesome-portfolio {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 25%;
    position: relative;
}

.single-awesome-project {
    overflow: hidden;
    margin-bottom: 30px;
}

.first-item {
    margin-bottom: 30px;
}

.awesome-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

    .awesome-img > a {
        display: block;
        position: relative;
    }

.single-awesome-project:hover .awesome-img > a::after {
    opacity: 1;
}

.single-awesome-project:hover .add-actions {
    opacity: 1;
    bottom: 0;
}

.awesome-img > a::after {
    background: rgba(0,0,0,0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}

.add-actions {
    background: rgba(0,0,0,0.6) none repeat scroll 0 0;
    bottom: 30px;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 10px 15px;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.project-dec {
    display: block;
    height: 100%;
    width: 100%;
}

    .project-dec a {
        display: block;
        height: 100%;
        width: 100%;
    }

    .project-dec h4 {
        margin-bottom: 5px;
    }

        .project-dec h4:hover {
            color: #fff;
        }

    .project-dec h4 {
        color: #ddd;
        font-size: 24px;
        margin-top: -45px;
        padding-top: 50%;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 700;
    }

    .project-dec span {
        color: #ddd;
        font-size: 13px;
    }

.project-action-btn {
    display: block;
    height: 100%;
    text-align: center;
    transition: all 1s ease 0s;
    width: 100%;
}

    .project-action-btn li {
        display: block;
        height: 100%;
        width: 100%;
    }

        .project-action-btn li a {
            display: block;
            height: 100%;
            width: 100%;
        }

.pricing-area {
    background: rgba(0,0,0,0.02) none repeat scroll 0 0;
}

.pri_table_list {
    border: 1px solid #ccc;
    text-align: center;
    transition: all 0.4s ease 0s;
    background: #fff;
}

    .pri_table_list h3 span {
        font-size: 16px;
    }

    .pri_table_list ol li {
        border-bottom: 1px solid #ccc;
        color: #666;
        padding: 12px 15px;
        position: relative;
        text-align: left;
    }

    .pri_table_list li.check.cross::after {
        content: "\f00d";
        font-family: fontawesome;
        font-size: 14px;
        position: absolute;
        right: 50px;
        top: 12px;
        color: indianred;
    }

    .pri_table_list li.check::after {
        content: "\f00c";
        font-family: fontawesome;
        font-size: 14px;
        position: absolute;
        right: 50px;
        top: 12px;
        color: #3EC1D5;
    }

    .pri_table_list button {
        background: #000000 none repeat scroll 0 0;
        border: 1px solid #000000;
        color: #fff;
        margin-bottom: 25px;
        padding: 10px 35px;
        text-transform: uppercase;
        transition: all 0.4s ease 0s;
        border-radius: 30px;
    }

    .pri_table_list > h3 {
        color: #000000;
        font-size: 24px;
        font-weight: 700;
        line-height: 25px;
        padding: 30px 0 20px;
        text-transform: uppercase;
        transition: all 0.4s ease 0s;
    }

    .pri_table_list ol {
        list-style: outside none none;
        margin: 0;
        padding: 0 0 25px;
    }

    .pri_table_list.active {
        transition: all 0.4s ease 0s;
        position: relative;
        overflow: hidden;
    }

.saleon {
    background: #3EC1D5 none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    left: -26px;
    padding: 2px 25px;
    position: absolute;
    text-transform: uppercase;
    top: 16px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.pri_table_list > button:hover {
    background-color: #fff;
    border: 1px solid #000000;
    color: #000000;
}

.active > h3 {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #000000;
    transition: all 0.4s ease 0s;
}

.active > button {
    background: #3EC1D5 none repeat scroll 0 0;
    border: 1px solid #3EC1D5;
    color: #fff;
    transition: 0.4s;
}

    .active > button:hover {
        background: #000000 none repeat scroll 0 0;
        border: 1px solid #000000;
        color: #fff;
        transition: 0.4s;
    }

.testimonials-area {
    background: rgba(0,0,0,0) url("../img/background/slider2.jpg") no-repeat fixed center top / cover;
    height: auto;
    width: 100%;
}

.testi-inner {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}

.testi-overly {
    background: rgba(0,0,0,0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.quate {
    border: 1px dotted #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 70px;
    line-height: 70px;
    width: 70px;
}

    .quate:hover {
        color: #fff;
    }

.testi-img img {
    border: 1px dotted rgba(0,0,0,0.05);
    border-radius: 2px;
    height: 80px;
    margin: 0 auto;
    padding: 5px;
    transition: background 0.6s ease-out 0s;
    width: 80px!important;
}

.testi-text p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    margin: 20px 0;
    letter-spacing: 1px;
}

.testi-text h6 {
    color: #fff;
    font-size: 20px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot > span {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: 5px;
    width: 25px;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    border-radius: 20%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: -30px;
    display: block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
}

.testimonial-content {
    margin-bottom: 15px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px;
}

    .testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
        background: #002a5c;
    }

.testi-text.text-center > h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.guest-rev {
    color: #ddd;
    font-size: 16px;
}

    .guest-rev > a {
        color: #002a5c;
        font-size: 14px;
    }

.blog-area {
    height: auto;
    width: 100%;
}

.blog-text h4 a {
    color: #000000;
    text-decoration: none;
}

.blog-text h4 {
    color: #000000;
    margin-bottom: 8px;
    font-size: 20px;
}

.blog-btn {
    border-bottom: 1px dotted #000000;
    color: #000000;
    text-decoration: none;
}

.blog-btn {
    border-bottom: 1px dotted #000000;
    color: #000000;
    display: inline-block;
    padding: 0 1px 5px 0;
    position: relative;
    text-decoration: none;
}

.blog-btn {
    position: relative;
}

    .blog-btn::after {
        content: "\f178";
        font-family: fontawesome;
        position: absolute;
        right: -20px;
        top: 1px;
        transition: all 0.3s ease 0s;
    }

    .blog-btn:hover::after {
        right: -30px;
    }

    .blog-btn:hover {
        color: #000000;
        text-decoration: none;
    }

.blog_meta span.date_type i {
    margin-left: 5px;
}

.blog-meta span.comments-type {
    margin-left: 5px;
}

.blog-meta span i {
    padding-right: 10px;
}

.blog-content .blog-meta {
    border-bottom: 1px dotted #000000;
}

.blog-meta {
    border-bottom: 1px dotted #fff;
    padding: 10px 0;
}

    .comments-type > a,
    .date-type,
    .blog-meta span.comments-type {
        color: #000000;
        letter-spacing: 1px;
        margin-right: 5px;
    }

    .blog-meta .comments-type i {
        padding-right: 0!important;
    }

.blog-content-right .comments-type > a,
.blog-content-right .date-type,
.blog-content-right .blog-meta span.comments-type,
.blog-content-right .blog-text p {
    color: #fff;
    letter-spacing: 1px;
}

.single-blog .ready-btn {
    border: 1px solid #000;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 100;
    margin-top: 10px;
    padding: 5px 40px 5px 10px;
    text-align: left;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    position: relative;
}

    .single-blog .ready-btn:hover,
    .single-blog .ready-btn:hover::after {
        color: #000!important;
    }

    .single-blog .ready-btn::after {
        content: "\f002";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit; /*--adjust as necessary--*/
        color: #fff;
        font-size: 16px;
        padding-right: 0.5em;
        position: absolute;
        top: -2px;
        right: 4px;
    }

.single-blog {
    text-align: left;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,0.05);
    -moz-box-shadow: 0 1px 6px 0 rgba(0,0,0,0.05);
    -webkit-transition: all .2s;
    transition: all .2s;
    background: #fff;
}

    .single-blog:hover {
        box-shadow: 0 6px 15px 0 rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 6px 15px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 6px 15px 0 rgba(0,0,0,0.12);
    }

.blog-text {
    padding: 16px;
}

.single-blog .ready-btn:hover {
    border: 1px solid #000;
    color: #fff;
}

.gallery-carousel {
    margin-top: 0px;
}

    .gallery-carousel .item {
        border-radius: 5px;
        cursor: url(../img/icon-zoom.png),pointer;
    }

        .gallery-carousel .item:before {
            content: "";
            background-color: rgba(13,20,50,.5);
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none;
            opacity: 0;
            filter: alpha(opacity=0);
            z-index: 99;
        }

    .gallery-carousel .owl-item:hover .item:before {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .gallery-carousel .next-slide::before,
    .gallery-carousel .prev-slide::before {
        background: rgba(0,42,92,0.8);
        color: #fff;
    }

    .gallery-carousel .prev-slide::before {
        left: -20px;
    }

    .gallery-carousel .next-slide::before {
        right: -20px;
    }

.suscribe-area {
    background: #3EC1D5 none repeat scroll 0 0;
    padding: 30px 0;
}

.suscribe-text {
    display: block;
    padding: 10px 0;
}

    .suscribe-text h3 {
        color: #fff;
        display: inline-block;
        font-size: 20px;
        font-weight: 600;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

.sus-btn {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #3EC1D5;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-left: 100px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 30px;
}

    .sus-btn:hover {
        background: #3EC1D5 none repeat scroll 0 0;
        border: 2px solid #fff;
        color: #fff;
    }

.contact-area {
    height: auto;
    width: 100%;
}

.contact-content {
    padding: 100px;
    background: #000 none repeat scroll 0 0;
}

.contact-content-right {
    padding: 100px;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #000000;
    height: 40px;
    margin-bottom: 16px;
    padding-left: 20px;
    width: 100%;
}

.contact-form textarea {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #000000;
    height: 140px;
    padding: 20px;
    width: 100%;
}

.contact-form button[type="submit"] {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
    padding: 12px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
}

.contact-form button[type=submit]:hover {
    color: #fff;
    border: 1px solid #3EC1D5;
    background: #3EC1D5;
}

.contact-form #sendmessage {
    color: #3EC1D5;
    border: 1px solid #3EC1D5;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

    .contact-form #sendmessage.show,
    .contact-form #errormessage.show,
    .contact-form .show {
        display: block;
    }

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

.single-icon i {
    font-size: 24px;
    width: 50px;
    height: 50px;
    border: 1px solid #000000;
    line-height: 46px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.single-icon p {
    font-size: 16px;
    line-height: 30px;
}

.contact-icon {
    margin-bottom: 40px;
}

#google-map {
    height: 370px;
    margin-bottom: 20px;
}

.footer-area {
    padding: 50px 0;
    background: #000;
}

.footer-head p {
    color: #bdbaba;
    font-size: 14px;
    line-height: normal;
    text-align: justify;
    margin: 0;
}

.readmore1 {
    padding: 7px 15px;
    border-radius: 1px;
    border: 1px solid #ddd;
    background: transparent;
    color: #ddd;
    margin: 20px 0 0;
    display: inline-block;
}

    .readmore1:hover,
    .readmore1:visited,
    .readmore1:focus {
        background: #000000;
        color: #bdbaba;
        border-color: #bdbaba;
    }

.footer-head h4 {
    color: #e4e0e0;
    font-size: 16px;
    letter-spacing: 2px;
    padding-bottom: 0;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}

.footer-logo {
    padding-bottom: 20px;
}

    .footer-logo h2 {
        color: #fff;
        padding: 0;
        margin: 0;
        font-size: 36px;
        font-weight: bold;
        line-height: 1;
    }

        .footer-logo h2 span {
            color: #3ec1d5;
        }

.footer-icons ul li {
    display: inline-block;
}

    .footer-icons ul li a {
        border: 1px solid #fff;
        color: #fff;
        display: block;
        font-size: 16px;
        height: 40px;
        line-height: 38px;
        margin-right: 5px;
        text-align: center;
        width: 40px;
        border-radius: 50%;
    }

.footer-contacts div[class*="col-"] {
    padding: 0 5px;
}

.text-center {
    text-align: center!important;
}

.footer-contacts ul li a {
    color: #bdbaba;
    text-decoration: none;
    font-size: 15px;
}

    .footer-contacts ul li a:hover {
        color: #bd3326;
        padding-left: 3px;
    }

.flicker-img > a {
    float: left;
    padding: 1px;
    width: 33.33%;
}

.footer-contacts p span {
    color: #3EC1D5;
    font-weight: 700;
}

.footer-contacts li {
    padding: 3px 0;
}

    .footer-contacts li a {
        color: #bdbaba;
        transition: all ease-in-out 0.2s;
    }

.popular-tag ul li {
    display: inline-block;
}

.footer-content {
    display: block;
    overflow: hidden;
    padding: 0 10px 0 0;
}

    .footer-content ul {
        padding: 0;
        margin: 0;
    }

.footer-contacts .col-sm-6 {
    padding: 0 2px;
}

.popular-tag ul li a:hover,
.footer-icons ul li a:hover {
    background: #3EC1D5;
    border: 1px solid #3EC1D5;
    color: #bdbaba;
}

.popular-tag ul li a {
    border: 1px solid #000000;
    border-radius: 30px;
    color: #000000;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 5px 3px;
    padding: 5px 10px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    width: 70px;
    text-align: center;
}

.footer-area-bottom {
    background: #080d19 none repeat scroll 0 0;
    padding: 15px 0;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #3EC1D5;
}

.copyright-text a {
    color: #000000;
}

.copyright > p {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
}

.copyright a,
.credits a {
    color: #3EC1D5;
}

.credits {
    padding-top: 5px;
    text-align: center;
}

.header-bg {
    background: url(../img/slider/slider1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

    .header-bg.home-2 {
        width: 100%;
        height: 100%;
        position: relative;
    }

.home-overly {
    background: rgba(0,0,0,0.50);
    height: 100%;
    position: absolute;
    width: 100%;
}

.home-2 .layer-1-3,
.home-3 .layer-1-3 {
    margin: 10px 0 0;
}

.stick .navbar-toggle {
    top: 10px;
}

.home-video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.header-image.home-3 {
    width: 100%;
    height: 100%;
    position: relative;
}

.table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.page-area {
    position: relative;
}

.blog-page .banner-box {
    margin-bottom: 40px;
}

.search-option input {
    border: medium none;
    padding: 6px 15px;
    width: 80%;
}

.search-option {
    border: 1px solid #ccc;
    height: 42px;
    margin-bottom: 30px;
}

    .search-option button {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        font-size: 20px;
        padding: 8px 23px;
    }

        .search-option button:hover {
            color: #3ec1d5;
        }

.left-blog h4 {
    border-bottom: 1px solid #ddd;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 15px 10px;
    text-transform: uppercase;
}

.left-blog {
    background: #f9f9f9 none repeat scroll 0 0;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 20px;
}

    .left-blog li {
        border-bottom: 1px solid #ddd;
        display: block;
    }

.ehover12 {
    background: #002a5c;
}

    .ehover12 img {
        max-width: none;
        width: calc(100% + 20px);
        -webkit-transition: opacity .35s,-webkit-transform .35s;
        transition: opacity .35s,transform .35s;
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .ehover12:hover img {
        opacity: .4;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .ehover12 .overlay {
        padding: 25px 20px;
    }

    .ehover12 h2 {
        position: relative;
        overflow: hidden;
        padding: .5em 0;
        background-color: transparent;
    }

        .ehover11 .overlay::before,
        .ehover12 h2::after,
        .ehover7 .overlay::before {
            content: '';
        }

.hover .overlay {
    position: absolute;
    top: 0;
    left: 0;
}

.hover h2 {
    position: relative;
    font-size: 16px;
    padding: 10px;
    text-align: left;
    color: #fff;
}

    .hover h2 span {
        display: block;
        margin: 0px;
        padding: 0px;
        font-size: 14px;
        font-weight: normal;
        line-height: 12px;
    }

.hover button.nullbutton {
    border: none;
    padding: 0;
    margin: 0;
}

.hover button.info {
    text-decoration: none;
    padding: 7px 14px;
    border: 1px solid #fff;
    margin: 10px 10px 0;
    border-radius: 0;
    background-color: #fff;
    color: #000;
}

.hover,
.hover .overlay {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: left;
}

.ehover12 h2 {
    padding-top: 33%;
}

.ehover12:hover h2::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.ehover12 button {
    color: #FFF;
    opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

.ehover12:hover h2 {
    padding-top: 11%;
    padding-bottom: 0px;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
}

.ehover12:hover button {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.p0 {
    padding-left: 0px;
    padding-right: 0px;
}

.left-blog ul li a {
    color: #000000;
    display: block;
    font-size: 14px;
    padding: 10px;
    text-transform: capitalize;
}

.recent-single-post {
    border-bottom: 1px solid #ddd;
    display: block;
    overflow: hidden;
    padding: 15px 10px;
}

.ready-btn {
    border: 1px solid #000;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block!important;
    font-size: 14px;
    font-weight: 100;
    margin-top: 10px;
    padding: 8px 30px 8px 10px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    z-index: 1;
    background: #000;
    position: relative;
    font-weight: 600;
    height: 38px;
}

    .ready-btn::after {
        content: "\00BB";
        font-style: normal;
        font-weight: normal;
        color: #fff;
        font-size: 25px;
        position: absolute;
        top: -2px;
        right: 7px;
    }

    .ready-btn:hover::after {
        color: #000;
    }

    .ready-btn:hover {
        color: #000;
        background: #fff;
        border: 1px solid #000;
        text-decoration: none;
        display: inline-block;
    }

.post-img {
    display: inline-block;
    float: left;
    padding: 0 5px;
    width: 35%;
}

.pst-content {
    display: inline-block;
    float: left;
    width: 65%;
}

    .pst-content p a:hover,
    .left-blog ul li a:hover {
        color: #3EC1D5;
    }

.blog-page .single-blog {
    margin-bottom: 40px;
}

.pst-content p a {
    color: #000000;
    font-size: 15px;
}

.header-bottom h1,
.header-bottom h2 {
    color: #fff;
}

.blog-tags {
    padding: 1px 0;
}

.left-blog li:last-child {
    border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
    color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
    padding: 0 10px;
}

.blog-1 .banner-box {
    margin-bottom: 30px;
}

.left-tags .left-side-tags ul li {
    border-bottom: 0;
}

    .left-tags .left-side-tags ul li a {
        padding: 3px 10px;
        width: auto;
    }

.left-side-tags h4 {
    margin-bottom: 15px;
}

.post-information h2 {
    color: #363636;
    font-size: 22px;
    text-transform: uppercase;
}

.post-information {
    padding: 20px 0;
}

    .post-information .entry-meta span a {
        color: #000000;
        display: inline-block;
        padding: 10px 0;
    }

.entry-meta span a:hover {
    color: #3EC1D5;
}

.post-information .entry-meta {
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
}

    .post-information .entry-meta span i {
        padding: 0 10px;
    }

.entry-content > p {
    color: #000000;
}

.entry-meta > span {
    color: #000000;
}

.entry-content blockquote {
    background: #fff none repeat scroll 0 0;
    border-left: 5px solid #3EC1D5;
    font-size: 17.5px;
    font-style: italic;
    margin: 0 0 20px 40px;
    padding: 22px 20px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #3EC1D5;
    border-color: #3EC1D5;
    color: #fff;
    cursor: default;
    z-index: 3;
}

.social-sharing {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    display: block;
    margin: 30px 0;
}

    .social-sharing > h3 {
        display: inline-block;
        font-size: 18px;
        margin: 0;
        padding: 20px 10px;
    }

.sharing-icon {
    display: inline-block;
    float: right;
    padding: 13px 10px;
}

    .sharing-icon a {
        border: 1px solid #000000;
        color: #000000;
        display: block;
        float: left;
        font-size: 18px;
        height: 34px;
        line-height: 30px;
        margin-left: 10px;
        text-align: center;
        width: 34px;
    }

        .sharing-icon a:hover {
            color: #3EC1D5;
            border: 1px solid #3EC1D5;
        }

.single-blog .author-avatar {
    float: left;
    margin-right: 10px;
}

.single-blog .author-description h2 {
    font-size: 18px;
    margin: 0;
    padding: 0 0 5px;
}

.author-info {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin: 30px 0;
    padding: 15px;
    width: 100%;
}

.single-post-comments {
    margin-bottom: 60px;
    max-width: 650px;
}

.comments-heading h3,
h3.comment-reply-title {
    border-bottom: 1px solid #e8e8e9;
    color: #000000;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-transform: uppercase;
}

.comments-list ul li {
    margin-bottom: 25px;
}

.comments-list-img {
    float: left;
    margin-right: 15px;
}

.comments-content-wrap {
    color: #42414f;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 15px 80px;
    padding: 10px;
    position: relative;
}

.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}

.author-description h2 {
    color: #777;
    font-size: 20px;
    text-transform: uppercase;
}

    .author-description h2 a {
        color: #000;
    }

.comments-content-wrap span b {
    margin-right: 5px;
}

span.post-time {
    margin-right: 5px;
}

.comments-content-wrap p {
    color: #909295;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 15px;
}

li.threaded-comments {
    margin-left: 50px;
}

.comment-respond {
    margin-top: 60px;
}

span.email-notes {
    color: #42414f;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.comment-respond p {
    color: #000000;
    margin-bottom: 5px;
}

.comment-respond input[type=text],
.comment-respond input[type=email] {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 32px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
}

.comment-respond textarea#message-box {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
    height: 130px;
    width: 100%;
}

.comment-respond input[type="submit"] {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 1px solid #3ec1d5;
    border-radius: 20px;
    box-shadow: none;
    color: #000000;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 14px;
    margin-top: 20px;
    padding: 10px 15px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
}

.comments-content-wrap span a {
    color: #000;
}

    .comments-content-wrap span a:hover {
        color: #3EC1D5;
    }

.comment-respond input[type=submit]:hover {
    border: 1px solid #3EC1D5;
    color: #fff;
    background: #3EC1D5;
}

.single-blog .blog-pagination {
    border-top: 1px solid #e5e5e5;
    margin: 0;
    padding-top: 30px;
}

.twosection { /* background: #012a5b; */
    padding: 30px 0;
    color: #000000;
}

.gallery-area,
.the-privileges,
.floor-area {
    background: #ffffff;
    padding: 30px 0;
}

.navbar-toggle {
    display: inline-block!important;
    position: absolute;
    right: 0px;
    top: -5px;
}

.title:after,
.title:before {
    background-color: #0e1432;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.title:before {
    content: "";
    width: 30px;
    height: 1px;
    position: absolute;
    bottom: -21px;
    left: 50%;
}

.title:after {
    content: "";
    width: 70px;
    height: 1px;
    position: absolute;
    bottom: -15px;
    left: 50%;
}

.section-headline {
    font-family: 'Open Sans',sans-serif;
}

.title2,
.title1 {
    padding: 10px;
    display: inline-block;
    margin-bottom: 0px;
}

.layer-1-2 h1 {
    padding: 0;
}

.layer-1-1 h2 {
    padding: 4px 0;
}

.mob-50 {
    padding: 0 5px;
}

.kc_column > .kc-col-container,
.kc_column_inner > .kc-col-inner-container {
    height: 100%;
}

.kc-col-container {
    clear: both;
    display: block;
    width: 100%;
}

.feature-box {
    text-align: center;
    background: #fff;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    position: relative;
}

    .feature-box:before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,.5);
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .feature-box .fbox-img {
        margin: 0;
    }

    .feature-box .fbox-content,
    .feature-box .fbox-img {
        display: inline-block;
    }

    .feature-box-v1 .fbox-icon,
    .feature-box .fbox-img {
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        color: #62b4df;
    }

    .feature-box .fbox-content {
        padding: 0 130px;
    }

    .feature-box a {
        background: none;
    }

    .feature-box a {
        border: 2px solid hsla(0,0%,100%,.2);
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        -webkit-transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
        position: absolute;
        bottom: 0;
        transform: translate(-50%,-50%); /* left: 50%; */
        border-radius: 0px;
        padding: 8px 30px;
    }

        .feature-box a:hover {
            color: #0e1432;
            background: #fff!important;
            border-color: #fff;
        }

.btn-primary,
.btn-theme-color,
.kc-call-to-action.kc-cta-2 .kc-cta-button a,
.kc-call-to-action.kc-cta-3 .kc-cta-button a,
.kc_button.btn,
.scrollup,
form.post-password-form input[type=submit] {
    color: #fff;
    border: 0;
    background: #0e1432;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.feature-box .fbox-content {
    left: 0;
    top: 80px;
    margin: a auto;
    padding: 0;
    position: absolute;
    -webkit-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    padding: 0 15px;
}

.feature-box h4 {
    margin-top: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 0;
    padding-bottom: 30px;
    position: relative;
}

    .feature-box h4 span {
        display: block;
    }

    .feature-box h4:before {
        content: "";
        position: absolute;
        bottom: 14px;
        width: 60px;
        height: 2px;
        background: #fff;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.feature-box a,
.feature-box a:hover {
    background: none;
}

.feature-box:hover:before,
.feature-box:hover a {
    opacity: 1;
    filter: alpha(opacity=100);
}

.feature-box:hover a {
    visibility: visible;
    bottom: -100px;
}

.fbox-body p {
    line-height: 24px;
    color: #fff;
    font-size: 16px;
    text-transform: none;
    text-align: justify;
}

.kc-feature-boxes.kc-fb-layout-1 .content-title {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin: 20px 0 0px;
    text-transform: capitalize;
}

.kc-feature-boxes.kc-fb-layout-1 .content-desc {
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
}

.kc-feature-boxes.kc-fb-layout-1 .content-icon i {
    font-size: 30px;
    color: #000;
    text-align: center;
    line-height: 80px;
    border: 2px solid #000;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    width: 80px;
    height: 80px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.et-map-pin:before {
    content: "\f041";
    font-family: FontAwesome;
}

.content-icon i {
    display: inline-block;
}

    .content-icon i:before {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
    }

.et-phone:before {
    content: "\f10b";
    font-family: FontAwesome;
}

.et-envelope:before {
    content: "\f2b7";
    font-family: FontAwesome;
}

#conatct .kc-fb-layout-1 {
    text-align: center;
}

.content-icon {
    width: 110px;
    height: 110px;
    border: 1px solid #012a5b;
    border-radius: 50%;
    margin: 0 auto;
}

    .content-icon img {
        width: 61px;
        display: block;
        margin: 0 auto;
        padding: 20px 0;
    }

.wpcf7-form .form-control,
.wpcf7-form form.post-password-form input[type=password],
form.post-password-form .wpcf7-form input[type=password] {
    border-width: 0 0 2px;
    padding-left: 0;
    border-color: #002a5c;
    background: transparent;
    color: #000;
}

.contact-area {
    background: #f3f3f3;
}

.form-control,
form.post-password-form input[type=password] {
    width: 100%;
    height: 44px;
    padding: 6px 12px 12px 0;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ebebeb;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.wpcf7-form-control-wrap {
    position: relative;
}

form .form-group,
form .form-row {
    margin-bottom: 30px;
}

#map .ready-btn {
    padding: 5px 25px!important;
}

/*----------------------------------------
		 .single
		----------------------------------------*/
.page-banner {
    background: url(../img/page-about-banner-1.jpg) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    z-index: 1;
}

    .page-banner h1 {
        font-size: 32px;
        font-weight: bold;
    }

    .page-banner h1,
    .page-banner p,
    .page-banner .breadcrumb > li + li::before {
        color: white;
        text-transform: capitalize;
    }

.padding {
    padding: 25% 0 3% 0;
}

.mt_30 {
    margin-top: 30px;
}

.mb_30 {
    margin-bottom: 30px;
}

.bg-gray {
    background-color: #f5f5f5!important;
}

.thum_title,
.thum_data {
    padding: 20px 20px 0px;
}

    .thum_data ul li:first-child,
    .thum_data ul li:nth-child(5) {
        padding-left: 0px;
    }

    .thum_data ul li span {
        display: table;
        white-space: nowrap;
        padding-bottom: 5px;
    }

    .thum_data ul li {
        display: inline-block;
        font-weight: 700;
        padding-bottom: 20px;
        padding-right: 15px;
    }

.property-detail h4 {
    font-size: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dae2e9;
    margin-bottom: 20px;
    margin-top: 50px;
}

.kc_content {
    background: #ffffff;
    padding: 120px 180px 100px 180px;
}

.img-100 {
    width: 100%;
}

.kc_padding {
    padding-left: 0px;
    padding-right: 0px;
}

.contactbanner {
    background: url(../img/contactus.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    background-position: center center;
}

#navbar-example a::before,
#navbar-example a::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s,opacity 0.2s;
    -moz-transition: -moz-transform 0.3s,opacity 0.2s;
    transition: transform 0.3s,opacity 0.2s;
}

#navbar-example a::before {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

#navbar-example a::after {
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

#navbar-example a:hover::before,
#navbar-example a:hover::after,
#navbar-example a:focus::before,
#navbar-example a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}

.mt60 {
    margin-top: 60px;
}

.theapartment ol,
.theapartment ul {
    margin: 0;
    padding-left: 18px;
}

    .theapartment ol li {
        font-size: 16px;
        line-height: normal;
        text-align: left;
    }

.outline-bordered-left:after {
    position: absolute;
    left: 40px;
    bottom: -40px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.outline-bordered-left:after,
.outline-bordered-right:after {
    content: "";
    border: 10px solid rgba(0,0,0,.05);
    display: block;
    transition: all .3s linear 0s;
}

.details_area .single-well h3 {
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
}

.nav-tabs .nav-link {
    color: rgba(var(--theme-light-color),0.7);
    border-color: transparent;
    padding: 1em 0.8575em 0.8em 0.8575em;
    text-align: center;
    min-width: 72px;
}

    .nav-tabs .nav-link.active,
    .nav-tabs .nav-link.active:focus,
    .nav-tabs .nav-link:focus {
        color: var(--theme-light-text-color);
        border-color: rgb(var(--theme-light-color));
        border-bottom-width: 2px;
        background-color: transparent;
    }

    .nav-tabs .nav-link:hover {
        color: var(--theme-light-text-color);
        border-color: transparent;
        background-color: rgba(var(--theme-light-color),0.08);
    }

    .nav-tabs .nav-link.active:hover {
        border-color: rgb(var(--theme-light-color));
        background-color: transparent;
    }

.tabs,
.scrtabs-tab-container,
.scrtabs-tabs-fixed-container,
.scrtabs-tab-scroll-arrow {
    height: 48.016px;
}

/* tabs component jQuery scroller */
.scrtabs-tab-scroll-arrow {
    color: var(--theme-light-text-color);
    padding: 0;
    border: none;
    line-height: 2;
}

    .scrtabs-tab-scroll-arrow:hover {
        background-color: transparent;
    }

    .scrtabs-tab-scroll-arrow button {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

.scrtabs-disable i {
    color: transparent;
}

.scrtabs-tab-scroll-arrow-left {
    text-align: right;
    width: 60px;
    padding-right: 6px;
}

.scrtabs-tab-scroll-arrow-right {
    width: 48px;
    padding-left: 6px;
}

.scrtabs-arrow-btn {
    background-color: transparent;
    height: 36px;
    width: 36px;
    padding: 0;
    color: rgb(var(--theme-light-color));
    font-size: 24px;
    line-height: 12px;
    border: 0;
}

.md-elevation-4dp {
    box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2),0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12);
}

.scrtabs-tab-container * {
    box-sizing: border-box;
}

/* line 17, jquery.scrolling-tabs.scss */
.scrtabs-tab-container {
    height: 42px;
}

    /* line 19, jquery.scrolling-tabs.scss */
    .scrtabs-tab-container .tab-content {
        clear: left;
    }

/* line 24, jquery.scrolling-tabs.scss */
.scrtabs-tabs-fixed-container {
    float: left;
    height: 42px;
    overflow: hidden;
    width: 100%;
}

/* line 31, jquery.scrolling-tabs.scss */
.scrtabs-tabs-movable-container {
    position: relative;
}

    /* line 33, jquery.scrolling-tabs.scss */
    .scrtabs-tabs-movable-container .tab-content {
        display: none;
    }

/* line 38, jquery.scrolling-tabs.scss */
.scrtabs-tab-scroll-arrow {
    border: 1px solid #dddddd;
    border-top: none;
    color: #428bca;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 42px;
    margin-bottom: -1px;
    padding-left: 2px;
    padding-top: 13px;
    width: 20px;
}

    /* line 50, jquery.scrolling-tabs.scss */
    .scrtabs-tab-scroll-arrow:hover {
        background-color: #eeeeee;
    }

/* line 55, jquery.scrolling-tabs.scss */
.scrtabs-tabs-fixed-container ul.nav-tabs {
    height: 41px;
}

    /* line 57, jquery.scrolling-tabs.scss */
    .scrtabs-tabs-fixed-container ul.nav-tabs > li {
        white-space: nowrap;
    }

/* line 63, jquery.scrolling-tabs.scss */
.scrtabs-tab-content-outside-movable-container .nav-tabs {
    display: none;
}

.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: 0px;
    background: #f5f4f4;
    border-radius: 0px;
}

.nav-tabs > li a:hover,
.nav-tabs > li a:focus,
.nav-tabs > li a {
    background: none;
    border: 0px!important;
    color: #000;
    border-radius: 0px;
    font-size: 16px;
}

.nav-tabs > li.active > a {
    background: #f5f4f4;
}

.tab-content > .active {
    background: #f5f4f4;
    padding: 40px 20px;
}

.nav-tabs {
    border: 0px;
}

.tab-content {
    margin-top: -1px;
}

.nivo-caption::after {
    display: none!important;
}

.nivo-caption {
    position: absolute;
    background: url(../img/banner-title.png) no-repeat bottom left;
    background-size: 40% 100px;
    left: 0;
    bottom: 100px;
    color: #fff;
    width: 100%;
    z-index: 8;
    opacity: 1;
    height: 116px;
    top: initial;
}

.slider-content {
    margin: 0;
    width: 100%;
    padding: 45px 0 0 80px;
}

.theappertments-sec {
    padding: 30px 0;
    background: #ffffff;
    color: #000;
}

.layer-1-1 h2 {
    font-weight: 400;
}

.theappertments-sec h2,
.theappertments-sec h4 {
    font-weight: 600;
}

.floor-area .floorplan-box {
    padding: 14px;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
    margin: 10px 0;
    text-align: center;
    cursor: pointer;
}

    .floor-area .floorplan-box p {
        font-size: 15px;
        margin: 0;
        padding: 10px 0;
        color: #012a5b;
    }

/*--- Casia-----*/
.page-banner.padding.cassia-banner {
    background: url(../img/cassia/cassia-inner-page.jpg) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.price-con {
    padding-top: 50px;
}

    .price-con ol {
        list-style: none;
        text-align: center;
        list-style: disc;
    }

        .price-con ol li {
            display: inline-block;
            margin: 0;
            padding: 8px 24px;
            font-size: 16px;
            font-weight: 400; /* width: 32%; */
            vertical-align: top;
            position: relative;
            background: url(../img/bullet.jpg) no-repeat top 45% left;
            background-size: 15px;
        }

.dhawa-banner {
    background: url(../img/dhawa/dhawa-inner-page.jpg) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.laguna-banner {
    background: url(../img/laguna-park/laguna-inner-page.jpg) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.pad-top-30 {
    padding-top: 30px;
}

.d-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gallery-carousel .owl-item .item img,
.gallery-carousel .item {
    cursor: auto;
    position: relative;
}

.gallery-carousel .owl-item .item:after {
    width: 30px;
    content: "";
    height: 30px;
    position: absolute;
    z-index: 9999;
    background: url(../img/icon-zoom.png) no-repeat center center;
    background-size: 100% 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all ease-in-out 0.3s;
    opacity: 0;
}

.gallery-carousel .owl-item .item:hover:after {
    opacity: 1;
}

.riderinfo123 {
    padding: 10px 0;
    font-size: 14px;
    color: #d61d1d;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #002a5c;
    color: #fff;
    padding: 7px;
    font-size: 13px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    width: 30px;
    height: 30px;
    line-height: 0;
    text-align: center;
}

@media (max-width:768px) {
    .back-to-top {
        bottom: 15px;
        display: none!important;
    }
}

.padding-bottom-clear, .padding-ver-clear {
    padding-bottom: 0 !important;
}

.pv-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.feature-box-2:hover .icon, .feature-box:not(.shadow):hover .icon {
    filter: alpha(opacity=80);
    opacity: .8;
}

.bordered, .feature-box-2.boxed {
    border: 1px solid #f1f1f1;
}

.feature-box-2 .icon, .icon {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.feature-box .title, .feature-box h3, .feature-box-2 .title, .image-box .body h3, .listing-item .body h3 {
    margin-top: 0;
}

.feature-box, .feature-box-2 {
    margin-bottom: 30px;
}

    .feature-box-2 .icon {
        position: absolute;
        top: 0;
        left: 0;
        transition: all .2s ease-in-out;
    }

        .feature-box-2 .icon.without-bg {
            width: 0;
            height: 0;
        }

    .feature-box-2.boxed .icon {
        left: 20px;
        top: 20px;
    }

    .feature-box-2 .body {
        margin-left: 62px;
    }

    .feature-box-2.right .body {
        margin-right: 62px;
        margin-left: 0;
        text-align: right;
    }

    .feature-box-2.right .icon {
        left: auto;
        right: 0;
    }

        .feature-box-2.right .icon.without-bg {
            right: 40px;
        }

    .feature-box-2.boxed.right .icon {
        left: auto;
        right: 20px;
    }

        .feature-box-2.boxed.right .icon.without-bg {
            right: 60px;
        }

@media (max-width:991px) {
    .feature-box-2:not(.boxed) {
        padding-bottom: 0;
    }
}

.shadow, .shadow-narrow {
    position: relative;
    background-color: #fff;
}

.light-gray-bg.shadow, .light-gray-bg.shadow-narrow {
    background-color: #fafafa;
}

.imagecenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}

/*NEW CSS*/


.service-home .serviceholder {
    overflow: hidden;
}

    .service-home .serviceholder .servicebox {
        float: left;
        width: 50%;
    }

.service-home .text-holder {
    padding: 25px 17px;
    min-height: 283px;
}


textarea {
    overflow: auto;
    resize: none;
}

.service-slider .service-text h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 30px;
    text-transform: initial;
}

.service-slider .slide_text {
    padding: 30px 30px;
    text-align: center;
}

.service-text p {
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 60px;
}

.service-text a {
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    padding: 8px 77px;
    transition: all 1s ease 0s;
    text-decoration: none;
    background: none;
}

    .service-text a:hover {
        color: #007FFF;
        border: 1px solid #007FFF;
    }

.service-text h6 {
    font-size: 70px;
    line-height: 100px;
    color: #ffffff;
    font-weight: 200;
    margin-bottom: 62px;
}

.service-text {
    padding: 0 70px;
}



.overly-blue {
    background: rgba(0, 36, 58, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.survey-contant h5 {
    color: #fff;
    font-size: 22px;
    line-height: 33px;
    text-transform: capitalize;
    font-weight: 400;
}

.survey-contant p {
    color: #fff;
    padding: 12px 10px;
    font-size: 18px;
}

.survey-survey p {
}

.survey-survey {
    background: rgba(0, 119, 193, 0.93);
    height: auto;
    width: 100%;
    overflow: hidden;
    padding: 36px 20px;
    text-align: center;
}

.service-solution .survey-survey {
    background: none;
}

.overly-blue {
    background: rgba(0, 36, 58, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.survey-survey h5 {
    color: #fff;
    font-size: 22px;
    line-height: 33px;
    text-transform: capitalize;
    font-weight: 400;
}

.survey-survey p {
    color: #fff;
    padding: 0px 10px;
    line-height: 20px;
    font-size: 18px;
}

.service-contant h5 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    padding: 12px 5px;
    text-transform: capitalize;
}

.service-contant p {
    color: #353e44;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 14px 39px;
    text-align: center;
}

.section-img {
    text-align: center;
}

.service-section {
    padding: 80px 50px;
    background-color: #f4f4f4;
}

.review-img {
    width: 100%;
    height: 160px;
    display: block;
    background-position: center center !important;
}

.section-img h4 {
    padding: 60px 0;
    font-size: 60px;
}

.solution-information {
}

    .solution-information h4 {
        font-size: 72px;
        line-height: 40px;
        color: #ffffff;
    }

    .solution-information h6 {
        color: #ffffff !important;
        font-size: 28px;
        font-weight: 500;
        line-height: 28px;
        padding: 30px 32px;
        text-transform: lowercase;
    }



.service-home .serviceholder .servicebox {
    float: left;
    width: 50%;
}

.service-home .img-holder,
.service-home .text-holder {
    float: left;
    width: 50%;
}

.service-home .text-holder {
    background: #fff;
}

.service-home .img-holder {
    position: relative;
}

.service-home .serviceholder:nth-child(even) .img-holder {
    float: right;
}

.service-home .text-holder {
    padding: 25px 17px;
    min-height: 283px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-home .img-holder:after,
.service-home .img-holder:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: '';
    height: 50%;
    background: rgba(81,207, 255, 0.5);
    transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
}

.service-home .img-holder:after {
    top: auto;
    bottom: 0;
}

.service-home .servicebox:hover .img-holder:before,
.service-home .servicebox:hover .img-holder:after {
    height: 0;
}

.service-home .img-holder img {
    display: block;
    width: 100%;
    height: auto;
    max-width: inherit;
}

.service-home .text-holder h5 {
    color: #0077c1;
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 12px;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
}

    .service-home .text-holder h5 a {
        text-decoration: none;
        color: #000;
    }

        .service-home .text-holder h5 a:hover {
            opacity: 0.7;
        }

.service-home .text-holder p {
    margin: 0 0 12px;
    color: #353e44;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
}

.service-home .text-holder .more {
    text-decoration: none;
    color: #007ACC;
    font-size: 14px;
}

.service-details ul {
    list-style: disc;
    padding-left: 30px;
}

    .service-details ul li {
        font-size: 14px;
        line-height: 16px;
        margin: 5px 0 5 0 !important;
        padding-left: 0px;
    }

@media (max-width:1200px) {
}

@media only screen and (max-width: 1199px) {
    .service-home .text-holder {
        padding: 10px 15px;
        min-height: 235px;
    }

        .service-home .text-holder h5 {
            text-overflow: ellipsis;
            overflow: hidden;
            width: 100%;
            white-space: nowrap;
            margin: 0 0 6px;
            font-size: 14px;
        }
}

@media (max-width:1023px) {
    .service-home .servicebox.hover .img-holder:before,
    .service-home .servicebox.hover .img-holder:after {
        height: 0;
    }







    @media (max-width:767px) {





        @media only screen and (max-width: 767px) {
            .serviceholder {
                background: #fff;
            }

            .service-home {
                padding: 40px 0 25px;
            }

                .service-home h4 {
                    font-size: 40px;
                }

                .service-home .img-holder,
                .service-home .text-holder {
                    float: none;
                    overflow: hidden;
                    width: 100%;
                }

                .service-home .img-holder,
                .service-home .text-holder {
                    display: block;
                    min-height: inherit;
                }

                .service-home .text-holder {
                    padding: 10px;
                }

                    .service-home .text-holder h5 {
                        font-size: 16px;
                    }

            .service-heading {
                padding: 44px 0 0;
            }

                .service-heading h4 {
                    font-size: 34px;
                    margin: 0 0 10px;
                }
        }
    }
}

.fontsize20 {
    font-size: 18px;
}

.inquiry-form {
    position: fixed;
    right: -350px;
    bottom: 40px;
    width: 400px;
    padding: 0 0 0 50px;
    z-index: 100000;
    transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
}

    .inquiry-form.inactive {
        right: 0;
    }

    .inquiry-form .opener {
        position: absolute;
        left: -61px;
        top: 40%;
        margin: -20px 0 0;
        padding: 10px;
        text-decoration: none;
        font-size: 19px;
        line-height: 22px;
        white-space: nowrap;
        background: #8E0F0F;
        color: #fff;
        text-transform: uppercase;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transition: none;
    }

        .inquiry-form .opener span, .inquiry-form .opener .ico {
            display: inline-block;
            vertical-align: middle;
            margin: 0 7px;
        }

        .inquiry-form .opener .ico {
            background: url('/images/sprite-images.png') no-repeat -211px -17px;
            width: 26px;
            height: 24px;
            transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
        }

    .inquiry-form .holder {
        padding: 25px 25px 0;
        overflow: hidden;
        background: #8E0F0F;
    }

    .inquiry-form .title {
        font-size: 18px;
        line-height: 24px;
        color: #fff;
        text-align: center;
        margin: 0 0 15px;
    }

    .inquiry-form span {
        border: 0;
        padding: 0;
        display: block;
    }

    .inquiry-form .form-control {
        margin-bottom: 10px;
        height: 45px;
        padding: 10px;
        border-color: #fff;
    }

    .inquiry-form .wpcf7-not-valid-tip {
        position: absolute;
        right: 5px;
        top: 5px;
        font-size: 14px;
    }

    .inquiry-form .wpcf7-validation-errors, .inquiry-form .wpcf7-response-output {
        display: none !important;
    }

    .inquiry-form .sendbtn {
        background: #fff;
        color: #353e44;
        width: 100%;
        display: block;
        height: auto;
        padding: 5px 10px;
        margin: 0;
    }

        .inquiry-form .sendbtn.changetext {
            background: #3c3;
            color: #fff;
        }

        .inquiry-form .sendbtn:hover {
            opacity: 0.7;
        }


.service-form {
    background: url("http://jpw.lbatechnologies.com/wp-content/uploads/2016/01/slider-img-6.jpg") no-repeat;
    background-size: cover;
    padding: 25px 15px 10px;
}





@media (max-width:767px) {
    .top-nav {
        display: none;
    }

    .slider-warp .carousel-caption {
        left: 18px;
    }

    .slider-warp .carousel-caption {
        width: 100%;
    }

    .slider-warp .carousel-caption {
        background: url(./images/watermark-image.png) no-repeat scroll center 19px !important;
    }




    .inquiry-form {
        width: 260px;
        bottom: 10px;
        right: -260px display:none;
    }

        .inquiry-form.inactive {
            right: 0;
        }

        .inquiry-form .opener {
            font-size: 16px;
            left: -67px;
        }

        .inquiry-form .wpcf7-form .wpcf7-submit {
            margin-bottom: 0;
        }
}

.bannertext {
    font-size: 32px;
    text-transform: uppercase;
}

.homepagebanner {
    font-size: 30px;
}

.homepageheading {
    font-size: 28px;
}

.light-gray-bg {
    background-color: #fafafa;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.dark-translucent-bg:after {
    background-color: rgba(0,0,0,.5);
}

.dark-translucent-bg.hovered:hover:after {
    background-color: rgba(0,0,0,.6);
}

.feature-box-2 .icon.without-bg {
    width: 0;
    height: 0;
}

.feature-box-2 .icon {
    position: absolute;
    top: 0;
    left: 0;
    transition: all .2s ease-in-out;
}

.icon.without-bg {
    font-size: 36px;
    line-height: 1;
    color: inherit;
    background-color: transparent;
    height: 100%;
}

.feature-box-2 .icon, .icon {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.icon {
    display: inline-block;
    text-align: center;
    background-color: rgba(255,255,255,.85);
    color: #000;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 58px;
    transition: all .2s ease-in-out;
    border-radius: 5px;
    border: 1px solid transparent;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.default-bg {
    background-color: #09afdf;
    color: #fff;
}

.dark-translucent-bg, .default-translucent-bg, .light-translucent-bg, .two-col-translucent-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.feature-box-2 .icon.without-bg {
    width: 0;
    height: 0;
}

.feature-box-2 .icon {
    position: absolute;
    top: 0;
    left: 0;
    transition: all .2s ease-in-out;
}

.icon.without-bg {
    font-size: 36px;
    line-height: 1;
    color: inherit;
    background-color: transparent;
    height: 100%;
}

.feature-box-2 .icon, .icon {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.dark-translucent-bg:after {
    background-color: rgba(0,0,0,.5);
}

.dark-translucent-bg:after, .default-translucent-bg:after, .light-translucent-bg:after, .two-col-translucent-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0)scale(1, 1);
}

.dark-translucent-bg, .dark-translucent-bg h1, .dark-translucent-bg h2, .dark-translucent-bg h3, .dark-translucent-bg h4, .dark-translucent-bg h5, .dark-translucent-bg h6 {
    color: #fff;
}

icon i {
    z-index: 1;
}

.alert-icon, .feature-box-2, .form-control, .icon, .icon i {
    position: relative;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.overlay1 {
    background: rgba(0,0,0, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
