/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, Blog and One Page Theme.
 * Version: 1.5
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/

@import url(app.css);
@import url(plugins.css);

/*Import CSS Plugins*/

@import url(plugins/animate.css);
@import url(plugins/box-shadows.css);
body {
    width: 100%;
    height: 100%;
    /*padding-top: 90px;*/
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #555;
}

::selection {
    color: #fff;
    background: #8DC63F;
}


/*Header
------------------------------------*/

/*Navbar Logo*/

.navbar-brand {
    font-size: 31px;
    padding: 6px;
    font-weight: 200;
    line-height: 15px;
    color: #fff !important;
    font-family: 'Open Sans', sans-serif;
}

.navbar-brand span {
    color: #8DC63F !important;
}


/*Navbar Toggle*/

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #555555;
}

.navbar-toggle .icon-bar {
    height: 1px;
    width: 25px;
    font-size: 22px;
    background: #fff;
    margin-bottom: 7px;
}

.navbar-toggle .icon-bar:last-child {
    margin-bottom: 0;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}


/*Navbar*/

.navbar-default {
    border-bottom: none;
    background: #ffffff;
    /* Old browsers */
    /* background: -moz-linear-gradient(top,  #ffffff 1%, #ebfbe6 100%); */

 
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#ebfbe6)); /* Chrome,Safari4+ */
    /* background: -webkit-linear-gradient(top,  #ffffff 1%,#ebfbe6 100%); */
    /* Chrome10+,Safari5.1+ */
    /* background: -o-linear-gradient(top,  #ffffff 1%,#ebfbe6 100%); */
    /* Opera 11.10+ */
    /* background: -ms-linear-gradient(top,  #ffffff 1%,#ebfbe6 100%); */
    /* IE10+ */
    /* background: linear-gradient(to bottom,  #ffffff 1%,#ebfbe6 100%); */
    /* W3C */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebfbe6',GradientType=0 ); */
    /* IE6-9 */
    /* background: rgb(0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 20, 28, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(50%, rgba(0, 20, 28, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 20, 28, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 20, 28, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 20, 28, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 20, 28, 1) 50%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0); */
}

.navbar-default .navbar-nav > li > a {
    color: #B7B4B4;
    font-size: 12.5px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:before {
    left: -3px;
    z-index: 2;
    color: #eee;
    font-size: 4px;
    content: "\f10c";
    margin-right: 6px;
    position: absolute;
    font-family: FontAwesome;
}

.navbar-default .navbar-nav > li.home > a:before {
    content: "";
}

.navbar-default .navbar-nav > li > a:hover {
    z-index: 1;
    color: #8DC63F;
    -webkit-box-shadow: inset 0px -5px 0px 0px rgba(141, 198, 63, 1);
    -moz-box-shadow: inset 0px -5px 0px 0px rgba(141, 198, 63, 1);
    box-shadow: inset 0px -5px 0px 0px rgba(141, 198, 63, 1);
}

.navbar-default .navbar-nav > li > a:focus {
    color: #8DC63F;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    z-index: 1;
    color: #8DC63F;
    background: none;
}

.navbar {
    margin-bottom: 0;
}


@media(min-width:991px) {
    .navbar {
        padding: 0;
        -webkit-transition: background .3s ease-in-out, padding .3s ease-in-out;
        -moz-transition: background .3s ease-in-out, padding .3s ease-in-out;
        transition: background .3s ease-in-out, padding .3s ease-in-out;
        padding: 5px 0 5px 0;
    }
    .top-nav-collapse {
        /* Customize the look and feel of the collapsed top nav here */
        padding: 0;
    }
    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

    .navbar-default .navbar-toggle:hover {
        background: none;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: #555555;
    }

    .navbar-toggle .icon-bar {
        height: 1px;
        width: 25px;
        font-size: 22px;
        background: #fff;
        margin-bottom: 7px;
    }

    .navbar-toggle .icon-bar:last-child {
        margin-bottom: 0;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: 0px;
    }
    .navbar-default .navbar-toggle {
        border-color: #ddd;
        display: block;
    }
}

@media (max-width: 768px) {
    .navbar-nav {
        float: none;
    }
    .navbar-nav > li {
        position: relative;
        display: block;
        float: none;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        margin-right: 15px;
        padding: 9px 10px;
        margin-top: 8px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        display: block;
    }
    .navbar-default .navbar-toggle {
        border: none;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: none;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background: #555555;
    }
    .navbar-toggle .icon-bar {
        height: 1px;
        width: 25px;
        font-size: 22px;
        display: block;
    }
    .banner .navbar-collapse.collapse.in {
        display: block !important;
    }
    .banner .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse {
        max-height: 340px;
        overflow-x: visible;
        padding-right: 15px;
        padding-left: 15px;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
        -webkit-overflow-scrolling: touch;
    }
    .collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .nav > li {
        position: relative;
        display: block;
    }
    .navbar-default .navbar-nav > li > a {
        color: #B7B4B4;
        font-size: 12.5px;
        text-transform: uppercase;
    }
    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }
    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }
    .navbar-brand {
        font-size: 31px;
        padding: 6px;
        font-weight: 200;
        line-height: 15px;
        color: #fff !important;
        font-family: 'Open Sans', sans-serif;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }


    .navbar-collapse.collapse {
        display: none!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
}

@media(min-width:767px) {
    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }
    .navbar-default .navbar-toggle {
        border: none;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        margin-right: 15px;
        padding: 9px 10px;
        margin-top: 8px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
}

/*Navbar*/

@media (min-width: 992px) {
    .navbar .navbar-nav {
        float: none;
        background-color: transparent;
    }
}


@media (max-width: 1024px) {
    .navbar-nav {
        float: none;
    }
    .navbar-nav > li {
        position: relative;
        display: block;
        float: none;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        margin-right: 15px;
        padding: 9px 10px;
        margin-top: 8px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        display: block;
    }
    .navbar-default .navbar-toggle {
        border: none;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: none;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background: #555555;
    }
    .navbar-toggle .icon-bar {
        height: 1px;
        width: 25px;
        font-size: 22px;
        display: block;
    }
    .banner .navbar-collapse.collapse.in {
        display: block !important;
    }
    .banner .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse {
        max-height: 340px;
        overflow-x: visible;
        padding-right: 15px;
        padding-left: 15px;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
        -webkit-overflow-scrolling: touch;
    }
    .collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .nav > li {
        position: relative;
        display: block;
    }
    .navbar-default .navbar-nav > li > a {
        color: #B7B4B4;
        font-size: 12.5px;
        text-transform: uppercase;
    }
    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }
    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }
    .navbar-brand {
        font-size: 31px;
        padding: 6px;
        font-weight: 200;
        line-height: 15px;
        color: #fff !important;
        font-family: 'Open Sans', sans-serif;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }


    .navbar-collapse.collapse {
        display: none!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
}

@media only screen and (min-width: 1024px) {
    .navbar-default .navbar-toggle {
        display: block;
    }
}

@media only screen and (min-width: 1026px) {
    .navbar-default .navbar-toggle {
        display: none;
    }
    .navbar .navbar-nav {
        float: right;
        background-color: transparent;
    }
}

@media only screen and (min-width: 1025px) {
    .navbar-default .navbar-toggle {
        display: none;
    }
    .navbar .navbar-nav {
        float: right;
        background-color: transparent;
    }
}

/*Fixed Header*/

.top-nav-collapse {
    padding: 7px 0;
    background: #fff;
    box-shadow: 0 0 3px #b5b5b5;
}

.top-nav-collapse .navbar-brand,
.top-nav-collapse .navbar-nav > li > a,
.top-nav-collapse.navbar-default .navbar-nav > li > a:before {
    color: #777;
}

.top-nav-collapse .navbar-brand {
    color: #777 !important;
}


/*Navbar Toggle*/

.top-nav-collapse.navbar-default .navbar-toggle .icon-bar {
    background: #555;
}

.top-nav-collapse.navbar-default .navbar-toggle:hover .icon-bar {
    background: #72c02c;
}

@media (max-width: 768px) {
    .top-nav-collapse {
        padding: 0;
    }
}


/*Revolution Slider
------------------------------------*/

.tp-bullets.simplebullets.round .bullet {
    background: url("../assets/bullet.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 20px;
    margin-left: 3px;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    width: 20px;
}


/*Slides*/

.rs-caption-1 {
    color: #0033ff;
    font-size: 32px;
    font-weight: 200;
}

.rs-caption-1:after,
.rs-caption-1:before {
    font-size: 16px;
    position: absolute;
}

@media (max-width: 768px) {
    .rs-caption-1:after,
    .rs-caption-1:before {
        content: "";
    }
}

.rs-caption-1:after {
    right: 4%;
}

.rs-caption-1:before {
    left: 4%;
}

.rs-caption-2 {
    color: #444444;
    font-size: 26px;
    font-weight: 200;
    line-height: 40px;
    padding: 10px 50px;
    text-align: center;
}

.rs-caption-2:after {
    left: 50%;
    content: "";
    height: 1px;
    width: 100px;
    bottom: -10px;
    background: #fff;
    margin-left: -50px;
    position: absolute;
}

.rs-caption-3 a {
    margin: 0 5px;
    padding: 7px 20px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .rs-caption-1,
    .rs-caption-2,
    .rs-caption-3 {
        font-weight: normal;
    }
}


/*Parallax Backgrounds
------------------------------------*/

/*Parallax Counter Block*/

.parallax-counter {
    padding: 30px 0;
    background: url(../img/patterns/5.png) repeat fixed;
}

.parallax-counter .counters {
    color: #fff;
    padding: 15px 0;
    /*background: rgba(255,255,255,0.1);*/
}

.parallax-counter h4 {
    color: #999;
    font-size: 16px;
    text-transform: uppercase;
}

.parallax-counter span.counter {
    font-size: 48px;
}


/*Parallax Team*/

.parallax-team {
    background: url(../img/team/faces.jpg) 50% 0 repeat fixed;
}

.parallax-team,
.parallax-team .title-box-v2 {
    position: relative;
}

.parallax-team:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
}


/*Parallax Quote*/

.parallax-quote {
    color: #fff;
    padding: 100px 0;
    position: relative;
    text-align: center;
    background: url(../img/contents/faces.jpg) 50% 0 repeat fixed;
}

.parallax-quote:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
}

.parallax-quote:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: url(../img/patterns/gridtile.png) repeat;
}

.parallax-quote-in {
    z-index: 1;
    padding: 0 80px;
    position: relative;
}

.parallax-quote-in p {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.parallax-quote-in p:after,
.parallax-quote-in p:before {
    content: ' " ';
    position: absolute;
    font-family: Tahoma;
}

.parallax-quote-in p:after {
    margin-left: 3px;
}

.parallax-quote-in p:before {
    margin-left: -15px;
}

.parallax-quote-in small {
    color: #bbb;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}


/*Parallax Twitter*/

.parallax-twitter {
    color: #fff;
    padding: 100px 0;
    position: relative;
    text-align: center;
    background: #333 url(../img/bg/bg2.jpg) 50% 0 fixed;
}

.parallax-twitter:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}

.parallax-twitter:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: url(../img/patterns/gridtile.png) repeat;
}

.parallax-twitter-in {
    z-index: 1;
    position: relative;
}


/*Twitter Block (owl-controls)*/

.parallax-twitter-in ul {
    margin: 0;
}

.parallax-twitter-in li {
    color: #fff;
}

.parallax-twitter-in li p {
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    /*margin-bottom: 0;*/
}

.parallax-twitter-in li a {
    color: #eee;
    text-decoration: underline;
}

.parallax-twitter-in li a:hover {
    /*color: #72c02c;*/
    text-decoration: none;
}

.parallax-twitter-in li span {
    color: #ddd;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

.parallax-twitter-in .owl-page {
    width: 18px;
}


/*Intro Section
------------------------------------*/

/*.intro-section {
    height: 100%;
    padding-top: 0px;
    position: relative;
    text-align: center;
}
*/

/*Intro Section*/

.intro-section {
    background: none;
}

.intro-section:after {
    width: 100%;
    height: 100%;
    position: absolute;
    /*z-index: 9999999;*/
    /*background: rgba(0,0,0,0.8);*/
}


/*About Section
------------------------------------*/

/*About Section*/

.about-section {
    /*height: 100%;*/
    padding-top: 0px;
    padding-bottom: 0;
}

.block-v1 {
    padding: 60px 0;
}

.about-section .about-image {
    padding: 60px 0 60px 0;
    background: #fafafa;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}


/*Team Section
------------------------------------*/

.team {
    background: #f7f7f7;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

.team ul {
    position: relative;
}


/*Team Image*/

.team li > .team-img {
    position: relative;
}

.team li > .team-img:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: transparent;
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.team li:hover > .team-img:after {
    background: rgba(0, 0, 0, 0.5);
}


/*Team Socials*/

.team li > .team-img ul {
    left: 0;
    top: 45%;
    z-index: 1;
    padding: 0;
    width: 100%;
    height: 36px;
    list-style: none;
    margin-top: -18px;
    text-align: center;
    visibility: hidden;
    position: absolute;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.team li:hover > .team-img ul {
    top: 50%;
    visibility: visible;
}

.team li > .team-img ul li {
    margin: 0 5px;
    text-align: center;
    display: inline-block;
}

.team li > .team-img li i {
    color: #eee;
    border-width: 2px;
    border-color: #eee;
    transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}

.team li > .team-img li i.fa-twitter:hover {
    color: #fff;
    background: #3498db;
    border-color: #3498db;
}

.team li > .team-img li i.fa-facebook:hover {
    color: #fff;
    background: #4765a0;
    border-color: #4765a0;
}

.team li > .team-img li i.fa-google-plus:hover {
    color: #fff;
    background: #e74c3c;
    border-color: #e74c3c;
}


/*Team Discription*/

.team li > h3 {
    color: #000;
    font-size: 18px;
    line-height: 20px;
    margin: 15px 0 7px;
    text-transform: uppercase;
}

.team li > h4 {
    color: #999;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
}

.team li > p {
    margin: 20px 0;
    position: relative;
}

.team li > p:before {
    left: 0;
    top: -10px;
    height: 1px;
    width: 40px;
    content: " ";
    position: absolute;
    background: #bbb;
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.team li:hover > p:before {
    width: 100%;
    background: #72c02c;
}


/*Services Section
------------------------------------*/

.service-box-v1 .servive-block {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
}

.service-box-v1 p {
    position: relative;
    margin-bottom: 50px;
}

.service-box-v1 p:after {
    content: " ";
    left: 50%;
    height: 1px;
    width: 50px;
    bottom: -15px;
    position: absolute;
    margin-left: -25px;
    background: #72c02c;
}

.service-box-v1 ul {
    padding: 0 40px;
}

.service-box-v1 li {
    margin: 8px 0;
    font-size: 15px;
    padding-top: 8px;
    border-top: dotted 1px #72c02c;
}

.service-box-v1 li:hover {
    color: #72c02c;
}

.service-box-v1 li:first-child {
    padding-top: 0;
    border-top: none;
}


/*News Section
------------------------------------*/

.news-section {
    /*background: #f7f7f7;*/
    border-bottom: solid 0px #eee;
}

.news-v1 .news-v1-in {
    background: #fafafa;
}

.news-v1 h3 {
    margin-bottom: 0;
    font-weight: 200;
    line-height: 28px;
    padding: 10px 15px 15px;
}

.news-v1 h3 a {
    color: #555;
}

.news-v1 h3 a:hover {
    color: #72c02c;
}

.news-v1 p {
    color: #555;
    padding: 0 15px;
    margin-bottom: 20px;
}

.news-v1 .news-v1-info {
    overflow: hidden;
    margin-top: 30px;
    padding: 8px 15px;
    border-top: solid 1px #eee;
}

.news-v1 .news-v1-info li {
    font-size: 12px;
}

.news-v1 .news-v1-info li a:hover {
    color: #72c02c;
    text-decoration: none;
}


/*Contacts Section
------------------------------------*/

/*Contact Section*/

.contacts-section {
    color: #fff;
    position: relative;
}

.contacts-section:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
}

.contacts-section:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: url(../img/patterns/gridtile.png) repeat;
}


/*Contacts Title*/

.contacts-section .title-v1 p,
.contacts-section .title-v1 h2 {
    color: #fff;
}


/*Contacts Content*/

.contacts-in {
    z-index: 1;
    color: #fff;
    position: relative;
}

.contacts-in h3 {
    color: #fff;
    margin-bottom: 15px;
}

.contacts-in ul {
    margin-top: 20px;
}

.contacts-in li {
    color: #fff;
    margin: 15px 0;
    font-size: 14px;
    font-weight: 200;
}

.contacts-in li a {
    color: #fff;
}

.contacts-in li i {
    width: 35px;
    padding: 8px;
    font-size: 18px;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
}

.contacts-in form label {
    font-size: 14px;
    font-weight: 200;
}

.contacts-in form .form-control {
    color: #fff;
    box-shadow: none;
    border-color: #5D5B5B;
    background: rgba(0, 0, 0, 0.2);
}

.contacts-in form .form-control:focus {
    border-color: #bbb;
    background: rgba(0, 0, 0, 0.6);
}

.contacts-in form .btn-u.btn-brd.btn-u-dark {
    color: #fff;
    border-color: #fff;
    background: rgba(0, 0, 0, 0.2);
}

.contacts-in form .btn-u.btn-brd.btn-u-dark:hover {
    border-color: #bbb;
    background: rgba(0, 0, 0, 0.6) !important;
}


/*Copyright Section*/

.copyright-section {
    z-index: 1;
    background: #fff;
    position: relative;
    text-align: center;
    padding: 25px 0 20px;
}

.copyright-section p {
    font-size: 14px;
}

.copyright-section p a {
    color: #555;
    text-decoration: underline;
}

.copyright-section p a:hover {
    text-decoration: none;
}

.copyright-section ul.social-icons li {
    margin-bottom: 0;
    padding: 0;
}

.copyright-section i.back-to-top {
    left: 50%;
    top: -35px;
    color: #555;
    font-size: 20px;
    background: #fff;
    padding: 8px 10px;
    margin-left: -15px;
    position: absolute;
}

.copyright-section i.back-to-top:hover {
    color: #72c02c;
}


/*Other Features
------------------------------------*/

/*Image Features*/

.img-center img {
    margin: 0 auto;
}


/*Heading Titles*/

.title-v1 {
    z-index: 1;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
}

.title-v1 h1,
.title-v1 h2 {
    color: #444;
    font-size: 28px;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.title-v1 h1:after,
.title-v1 h2:after {
    bottom: 0;
    left: 50%;
    height: 1px;
    width: 70px;
    content: " ";
    margin-left: -35px;
    position: absolute;
    background: #72c02c;
}

.title-v1 p {
    font-size: 14px;
    font-weight: 200;
    text-align: left;
}


/*Call To Action v1*/

.call-action-v1 p {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 0;
}

.inner {
    width: 100%;
    display: table;
    padding: 30px 0;
    vertical-align: middle;
}

.inner1 {
    display: table-cell;
    vertical-align: middle;
}

.inner1.inner-btn {
    text-align: right;
    min-width: 250px;
}

@media (max-width: 992px) {
    .inner1,
    .inner1.inner-btn {
        display: block;
        text-align: center;
    }
    .inner1 p {
        margin-bottom: 20px;
    }
}


/*Portfolio Feature v1*/

.portfolio-box-v1 {
    margin: 0;
    background-color: #333333;
}

.portfolio-box-v1 [class^="col-"] {
    padding: 0;
    overflow: hidden;
    border-right: solid 1px #fff;
}

.portfolio-box-v1 li {
    background: #333;
    position: relative;
    -webkit-backface-visibility: hidden;
    /*For Chrome*/
}

.portfolio-box-v1 li:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
}

.portfolio-box-v1 li:hover:after {
    background: rgba(0, 0, 0, 0.7);
}

.portfolio-box-v1 li:after,
.portfolio-box-v1 li:hover:after {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.portfolio-box-v1 li img {
    width: 100%;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.portfolio-box-v1 li:hover img {
    -transform: scale(2.0);
    -o-transform: scale(2.0);
    -moz-transform: scale(2.0);
    -webkit-transform: scale(2.0);
}

.portfolio-box-v1 .portfolio-box-v1-in {
    left: 0;
    top: 50%;
    z-index: 1;
    width: 100%;
    visibility: hidden;
    min-height: 150px;
    margin-top: -75px;
    text-align: center;
    position: absolute;
    font-family: "Open Sans";
}

.portfolio-box-v1 li:hover .portfolio-box-v1-in {
    visibility: visible;
}

.portfolio-box-v1 .portfolio-box-v1-in h3 {
    font-size: 22px;
    margin-top: 20px;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.portfolio-box-v1 .portfolio-box-v1-in h3:after {
    left: 50%;
    height: 1px;
    width: 40px;
    content: " ";
    bottom: -10px;
    background: #fff;
    margin-left: -20px;
    position: absolute;
}

.portfolio-box-v1 .portfolio-box-v1-in p,
.portfolio-box-v1 .portfolio-box-v1-in h3 {
    color: #fff;
}

.portfolio-box-v1 .portfolio-box-v1-in p {
    font-size: 16px;
    margin-bottom: 20px;
}

.portfolio-box-v1 .portfolio-box-v1-in a.btn-u {
    font-weight: normal;
    -webkit-backface-visibility: hidden;
    /*For Chrome*/
}


/*Icon Lists*/

.content-boxes-v3 i.icon-custom {
    margin-right: 8px;
}

.content-boxes-v3 h2 {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
}


/*Carousel v2*/

.clients-section {
    padding: 60px;
    position: relative;
}

.clients-section:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
}

.clients-section:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: url(../img/patterns/gridtile.png) repeat;
}

.clients-section .title-v1 p,
.clients-section .title-v1 h2 {
    color: #fff;
}

.clients-section ul {
    padding: 0;
    z-index: 1;
    list-style: none;
}

.clients-section li {
    margin: 0 3px;
    background: #fff;
}

.clients-section li a {

    display: block;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}



#detail .item p {
    background: #333333;
    color: #D3D4D3;
    font-size: 12px;
    padding: 5px;
    text-align: center;
    border-bottom: solid 2px #88C23D;
    margin-bottom: 0;
}

.clients-section img {
    width: 100px;
    height: 100px;
}

.clients-section .owl-pagination {
    display: none;
}


/*Testimonials Section*/

.testimonials-v3 {
    padding: 100px 0;
    font-family: "Open Sans";
    border-bottom: solid 1px #eee;
}

.testimonials-v3 ul {
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
}

.testimonials-v3 li img {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}

.testimonials-v3 li > p {
    font-size: 14px;
}

.testimonials-v3 .testimonials-v3-title {
    font-size: 22px;
    font-weight: 200;
    margin-bottom: 20px;
}

.testimonials-v3 .testimonials-v3-title p {
    color: #72c02c;
    margin-bottom: 0;
}

.testimonials-v3 .testimonials-v3-title span {
    color: #777;
    display: block;
    font-size: 14px;
}


/*Testimonials Owl Navigation*/

.testimonials-v3 .owl-pagination {
    display: none;
}

.testimonials-v3 .owl-buttons .owl-prev,
.testimonials-v3 .owl-buttons .owl-next {
    padding: 13px;
    position: relative;
    margin: 15px 2px 0;
    background: #f5f5f5;
    display: inline-block;
}

.testimonials-v3 .owl-buttons .owl-prev:after,
.testimonials-v3 .owl-buttons .owl-next:after {
    top: 0;
    color: #bbb;
    font-size: 16px;
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

.testimonials-v3 .owl-buttons .owl-prev:after {
    left: 10px;
    content: "\f104";
}

.testimonials-v3 .owl-buttons .owl-next:after {
    right: 10px;
    content: "\f105";
}

.testimonials-v3 .owl-buttons .owl-prev:hover:after,
.testimonials-v3 .owl-buttons .owl-next:hover:after {
    color: #fff;
}

.testimonials-v3 .owl-buttons .owl-prev:hover,
.testimonials-v3 .owl-buttons .owl-next:hover {
    background: #72c02c;
    -webkit-transition: background 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out;
    -o-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out;
}


/* style for Cube Portfolio wrapper*/

.wrapper-portfolio {
    width: 96%;
    margin: 0 auto;
    max-width: 1200px;
}

.wrapper-portfolio .cbp-caption {
    -webkit-backface-visibility: hidden;
    /*For Chrome*/
}

.wrapper-portfolio #filters-container {
    text-align: center;
}

.wrapper-portfolio #filters-container .cbp-filter-item-active {
    background: #72c02c;
    border-color: #72c02c;
}

.wrapper-portfolio #filters-container .cbp-filter-item:hover {
    color: #fff;
    background: #72c02c;
    border-color: #72c02c;
}

.btn-backtotop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
}

.why-content {
    padding-top: 60px;
}

.why-booking {
    padding: 25px 0px 0px 0px;
}

.padding-service {
    padding: 0px 8px 0px 8px;
}

.padding-service h2 {
    color: #fff;
}

.padding-service p {
    color: #fff;
}

.padding-main-service {
    padding: 60px 0px 10px 0px;
}

.bg-main-service {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f9f9f9+100 */
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(249, 249, 249, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
    /* IE6-9 */
}

.bg-padding-service {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f9f9f9+100 */
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(249, 249, 249, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
    /* IE6-9 */
    border-bottom: solid 1px #F5F5F5;
    padding-top: 20px;
}

.main-footter {
    padding: 30px 0px 30px 0px;
}

.bg-form {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 10px;
    margin-top: 16px;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.main-booking {
    padding: 60px 0 40px 0;
}

.title-booking {
    padding: 25px 0 25px 0;
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal p {
    font-size: 14px;
}

.logo-footer {
    margin: 0 auto;
    display: table;
}

.footer-address {
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 15px;
}

.web-booking-main {
    padding: 40px 0 40px 0;
}

.web-booking-main h2 {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.5;
}

.web-booking {
    border-radius: 15px 0px 15px 0px !important;
    background: rgb(171, 234, 98);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(171, 234, 98, 1) 0%, rgba(114, 192, 44, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(171, 234, 98, 1)), color-stop(100%, rgba(114, 192, 44, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(171, 234, 98, 1) 0%, rgba(114, 192, 44, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(171, 234, 98, 1) 0%, rgba(114, 192, 44, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(171, 234, 98, 1) 0%, rgba(114, 192, 44, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(171, 234, 98, 1) 0%, rgba(114, 192, 44, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#abea62', endColorstr='#72c02c', GradientType=0);
    /* IE6-9 */
    padding: 15px;
    margin-bottom: 20px;
}

.web-booking2 {
    border-radius: 15px 0px 15px 0px !important;
    background: #d6d6d6;
    padding: 15px;
    margin-bottom: 20px;
}

.service-padding {
    margin: 0 0 40px 0;
}

.terms-conditons {
    border-top: solid 1px #E4E9F0;
    padding: 10px 0 10px 0;
    margin: 10px 0 0 0;
}

.btn-success {
    color: #fff;
    background-color: #313131;
    border: 0px;
    float: right;
    margin-top: 17px;
}

.icon-custom.rounded-x.icon-bg-dark.fa.fa-calendar {
    background-color: #91CC41;
}

.icon-custom.rounded-x.icon-bg-dark.fa.fa-building-o {
    background-color: #042660;
}

.icon-custom.rounded-x.icon-bg-dark.fa.fa-users {
    background-color: #555555;
}

.product-service .product-service-heading {
    padding: 10px 0;
    text-align: center;
    background: #8cc63e;
}

.product-service:hover .product-service-heading {
    background: #78AD30;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-service .product-service-in {
    padding: 15px 30px;
    text-align: left;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.product-service .product-service-heading i {
    color: #fff;
    font-size: 40px;
}

.product-service .product-b2b-heading {
    padding: 10px 0;
    text-align: center;
    background: #3498DB;
}

.product-service:hover .product-b2b-heading {
    background: #1E77B3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-service .product-b2b-in {
    padding: 15px 30px;
    text-align: left;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.product-service .product-b2b-heading i {
    color: #fff;
    font-size: 40px;
}

.bg-product {
    background-color: #f7f7f7;
    border-top: solid 2px #8cc63e;
    border-bottom: solid 2px #8cc63e;
}

.bg-product p {
    text-align: left;
}

.bg-product h3 {
    text-align: left;
}

/* login */

.reg-page {
    color: #555;
    padding: 30px;
    background: #fefefe;
    border: solid 1px #eee;
    box-shadow: 0 0 3px #eee;
    width: 100%;
    margin: 0 auto;
}

.icon-login-top {
    color: #fff;
    text-align: right;
    margin-top: -18px;
    background-color: #88C23D;
    display: inline-block;
    padding: 8px;
    position: fixed;
    right: 0;
    z-index: 9999;
}

.icon-login-top a {
    color: #fff;
}

.icon-login-top a:hover {
    color: #000;
    text-decoration: underline;
}

li.icon-login-top {
    position: absolute;
    top: 0;
    padding-top: 5px;
    right: 0;
    padding-right: 20px;
}

/* End login */

@media only screen and (max-width: 299px) {
    /* login */
    .reg-page {
        color: #555;
        padding: 30px;
        background: #fefefe;
        border: solid 1px #eee;
        box-shadow: 0 0 3px #eee;
        width: 100%;
        margin: 0 auto;
    }
    .icon-login-top {
        color: #fff;
        text-align: right;
        margin-top: 0px;
        background-color: #88C23D;
        display: inline-block;
        padding: 8px;
        position: fixed;
        right: 0;
        z-index: 900;
    }
    .icon-login-top a {
        color: #fff;
    }
    .icon-login-top a:hover {
        color: #000;
        text-decoration: underline;
    }
    li.icon-login-top {
        position: absolute;
        top: 0;
        padding-top: 5px;
        right: 0;
        padding-right: 20px;
    }
    /* End login */
    /* Owl Clients v2 */
    #detail .item p {
        background: #333333;
        color: #D3D4D3;
        font-size: 12px;
        padding: 5px;
        text-align: center;
        border-bottom: solid 2px #88C23D;
        margin-bottom: 0;
        min-height: 67px;
        line-height: 2.0;
    }
    /* End Owl Clients v2 */
}

@media only screen and (min-width: 320px) and (orientation: portrait) {
    /* login */
    .reg-page {
        color: #555;
        padding: 30px;
        background: #fefefe;
        border: solid 1px #eee;
        box-shadow: 0 0 3px #eee;
        width: 100%;
        margin: 0 auto;
    }
    .icon-login-top {
        color: #fff;
        text-align: right;
        margin-top: 0px;
        background-color: #88C23D;
        display: inline-block;
        padding: 8px;
        position: fixed;
        right: 0;
        z-index: 900;
    }
    .icon-login-top a {
        color: #fff;
    }
    .icon-login-top a:hover {
        color: #000;
        text-decoration: underline;
    }
    li.icon-login-top {
        position: absolute;
        top: 0;
        padding-top: 5px;
        right: 0;
        padding-right: 20px;
    }
    /* End login */
    /* Owl Clients v2 */
    #detail .item p {
        background: #333333;
        color: #D3D4D3;
        font-size: 12px;
        padding: 5px;
        text-align: center;
        border-bottom: solid 2px #88C23D;
        margin-bottom: 0;
        min-height: 83px;
        line-height: 2.0;
    }
    /* End Owl Clients v2 */
}

@media only screen and (min-width: 320px) and (orientation: landscape) {
    /* login */
    .reg-page {
        color: #555;
        padding: 30px;
        background: #fefefe;
        border: solid 1px #eee;
        box-shadow: 0 0 3px #eee;
        width: 100%;
        margin: 0 auto;
    }
    .icon-login-top {
        color: #fff;
        text-align: right;
        margin-top: 0px;
        background-color: #88C23D;
        display: inline-block;
        padding: 8px;
        position: fixed;
        right: 0;
        z-index: 900;
    }
    .icon-login-top a {
        color: #fff;
    }
    .icon-login-top a:hover {
        color: #000;
        text-decoration: underline;
    }
    li.icon-login-top {
        position: absolute;
        top: 0;
        padding-top: 5px;
        right: 0;
        padding-right: 20px;
    }
    /* End login */
    /* Owl Clients v2 */
    #detail .item p {
        background: #333333;
        color: #D3D4D3;
        font-size: 12px;
        padding: 5px;
        text-align: center;
        border-bottom: solid 2px #88C23D;
        margin-bottom: 0;
        min-height: 49px;
        line-height: 3;
    }
    /* End Owl Clients v2 */
}

@media only screen and (min-width: 480px) {
    /* Owl Clients v2 */
    #detail .item p {
        background: #333333;
        color: #D3D4D3;
        font-size: 12px;
        padding: 5px;
        text-align: center;
        border-bottom: solid 2px #88C23D;
        margin-bottom: 0;
        min-height: 43px;
        line-height: 3;
    }
    /* End Owl Clients v2 */
}

/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* Owl Clients v2 */
    #detail .item p {
        background: #333333;
        color: #D3D4D3;
        font-size: 12px;
        padding: 5px;
        text-align: center;
        border-bottom: solid 2px #88C23D;
        margin-bottom: 0;
        min-height: 43px;
        line-height: 3;
    }
    /* End Owl Clients v2 */
}

/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* Owl Clients v2 */
    #detail .item p {
        background: #333333;
        color: #D3D4D3;
        font-size: 12px;
        padding: 5px;
        text-align: center;
        border-bottom: solid 2px #88C23D;
        margin-bottom: 0;
        min-height: 43px;
        line-height: 3;
    }
    /* End Owl Clients v2 */
}

@media only screen and (min-width: 1024px) {
    /* login */
    .reg-page {
        color: #555;
        padding: 30px;
        background: #fefefe;
        border: solid 1px #eee;
        box-shadow: 0 0 3px #eee;
        width: 50%;
        margin: 0 auto;
    }
    .icon-login-top {
        color: #fff;
        text-align: right;
        margin-top: 23px;
        background-color: #88C23D;
        display: inline-block;
        padding: 8px;
        position: fixed;
        right: 0;
        z-index: 900;
    }
    .icon-login-top a {
        color: #fff;
    }
    .icon-login-top a:hover {
        color: #000;
        text-decoration: underline;
    }
    li.icon-login-top {
        position: absolute;
        top: 0;
        padding-top: 5px;
        right: 0;
        padding-right: 20px;
    }
    /* End login */
    /* Owl Clients v2 */
    #detail .item p {
        background: #333333;
        color: #D3D4D3;
        font-size: 12px;
        padding: 5px;
        text-align: center;
        border-bottom: solid 2px #88C23D;
        margin-bottom: 0;
        min-height: 49px;
        line-height: 35px;
    }
    /* End Owl Clients v2 */
}

@media only screen and (min-width: 1366px) {
    /* login */
    .reg-page {
        color: #555;
        padding: 30px;
        background: #fefefe;
        border: solid 1px #eee;
        box-shadow: 0 0 3px #eee;
        width: 50%;
        margin: 0 auto;
    }
    .icon-login-top {
        color: #fff;
        text-align: right;
        margin-top: 23px;
        background-color: #88C23D;
        display: inline-block;
        padding: 8px;
        position: fixed;
        right: 0;
    }
    .icon-login-top a {
        color: #fff;
    }
    .icon-login-top a:hover {
        color: #000;
        text-decoration: underline;
    }
    li.icon-login-top {
        position: absolute;
        top: 0;
        padding-top: 5px;
        right: 0;
        padding-right: 20px;
    }
    /* End login */
    /* Owl Clients v2 */
    #detail .item p {
        background: #333333;
        color: #D3D4D3;
        font-size: 12px;
        padding: 5px;
        text-align: center;
        border-bottom: solid 2px #88C23D;
        margin-bottom: 0;
        min-height: 49px;
        line-height: 35px;
    }
    /* End Owl Clients v2 */
}

@media only screen and (min-width: 1920px) {
    /* login */
    .reg-page {
        color: #555;
        padding: 30px;
        background: #fefefe;
        border: solid 1px #eee;
        box-shadow: 0 0 3px #eee;
        width: 50%;
        margin: 0 auto;
    }
    .icon-login-top {
        color: #fff;
        text-align: right;
        margin-top: 23px;
        background-color: #88C23D;
        display: inline-block;
        padding: 8px;
        position: fixed;
        right: 0;
        z-index: 900;
    }
    .icon-login-top a {
        color: #fff;
    }
    .icon-login-top a:hover {
        color: #000;
        text-decoration: underline;
    }
    li.icon-login-top {
        position: absolute;
        top: 0;
        padding-top: 5px;
        right: 0;
        padding-right: 20px;
    }
    /* End login */
    /* Owl Clients v2 */
    #detail .item p {
        background: #333333;
        color: #D3D4D3;
        font-size: 12px;
        padding: 5px;
        text-align: center;
        border-bottom: solid 2px #88C23D;
        margin-bottom: 0;
        min-height: 49px;
        line-height: 35px;
    }
    /* End Owl Clients v2 */
}

/* Owl Clients v2 */

#owl-demo .item {
    background: #3fbf79;
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.customNavigation-v3 {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 9999;
}

.customNavigation-v3 a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #fff;
}

.customNavigation-v3 a:hover {
    color: #88C23D;
}

/* End Owl Clients v2 */

/* Register */

.register {
    padding: 7px 37px;
    background-color: #88C23D;
    border: 1px solid #ddd;
    border-radius: 15px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
}

.register a {
    background-color: #365A08;
}

.register-button {
    display: table;
    margin: 0 auto;
}

/* End Register */

/* Show portfolio */

.button-portfolio {
    padding-bottom: 30px;
}

#hide-portfolio {
    display: none;
}

#detail {
    display: none;
}

/* End Show portfolio */

.portfolio-more {
    padding: 10px 0 10px 0;
    background-color: #72C02C;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-top: 30px;
}

.portfolio-more:hover {
    background-color: #4C4C4C;
    transition: .2s ease-out;

}

.bg-title-section {
    background-color: #fafafa;
    padding: 20px 0;
    display: block;
}

.title-section-border {
    border-left: solid 2px #c9c9c9;
    padding: 0 20px;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color: #68860b;
    height: 50px;
    line-height: 50px;
}

.bg-title-section i {
    background-color: transparent;
    color: #a9cb40;
    font-size: 32px !important;
    border: 0;
}

.bg-title-section ul > li {
    list-style: none;
    line-height: 16px;
}

.bg-title-section ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.bg-title-section ul > li.title-section-core {
    font-size: 26px;
    color: #a9cb40;
}

.bg-title-section i.fa.fa-caret-right {
    color: #333;
}

.bg-title-section ul > li.title-section-competency {
    font-size: 22px;
}

.bg-title-section i.icon-custom.icon-md.rounded-x.icon-bg-u.icon-line.fa.fa-cogs {
    margin-right: 10px;
    margin-bottom: 0;
    /* height: auto; */
    line-height: inherit;
    font-size: 40px !important;
}

@media (max-width: 991px) {
    .bg-title-section {
        display: none;
    }
}

/*
  Responsive CSS MacBook Retina Mockup by Henri Peetsmann
  https://codepen.io/henripeetsmann/
*/

.css-mb {
    max-width: 650px;
    /* Set the desired maximum width of the macbook */
    min-width: 50px;
    /* Set the desired minimum width of the macbook */
    margin: 0 auto;
    /* Align mockup to center */
    margin-bottom: 60px;
}

.css-mb div {
    box-sizing: border-box !important;
    /* Just in case */
}

/* Center the display */

.css-mb .mb-display-position {
    width: 80%;
    margin: 0 auto;
}

/* The display */

.css-mb .mb-display {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 65.9442%;
    background: #373435;

    -webkit-border-top-left-radius: 3.5% 5.3075% !important;
    -moz-border-radius-topleft: 3.5% 5.3075% !important;
    border-top-left-radius: 3.5% 5.3075% !important;

    -webkit-border-top-right-radius: 3.5% 5.3075% !important;
    -moz-border-radius-toptight: 3.5% 5.3075% !important;
    border-top-right-radius: 3.5% 5.3075% !important;
}

/* Webcam */

/* Browser may not render a perfect circle */

.css-mb .mb-display:before {
    content: '';
    display: block;
    position: absolute;
    top: 3%;
    left: 50%;
    width: 1%;
    height: 1.5164%;
    margin-left: -0.5%;
    border-radius: 50% !important;
    background: #525252;
}

/* Glare */

/* Browser may not render the top and right offset evenly */

.css-mb .mb-display:after {
    content: '';
    display: none;
    position: absolute;
    right: 0.4%;
    top: 0.64%;
    width: 62.5%;
    height: 100%;

    background: none;
    /* Hide the gradient on older browsers */
    background: -moz-linear-gradient(55deg, rgba(0, 0, 0, 0) 61%, rgba(255, 255, 255, 0.05) 61%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(36deg, rgba(0, 0, 0, 0) 61%, rgba(255, 255, 255, 0.05) 61%);
    /* Chrome10+ and Safari5.1+ compute the degree differently */
    background: -o-linear-gradient(55deg, rgba(0, 0, 0, 0) 61%, rgba(255, 255, 255, 0.05) 61%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(55deg, rgba(0, 0, 0, 0) 61%, rgba(255, 255, 255, 0.05) 61%);
    /* IE10+ */
    background: linear-gradient(55deg, rgba(0, 0, 0, 0) 61%, rgba(255, 255, 255, 0.05) 61%);

    -webkit-border-top-right-radius: 5.3075% !important;
    -moz-border-radius-toptight: 5.3075% !important;
    border-top-right-radius: 5.3075% !important;
}

/* Only show glare, if the class is applied */

.css-mb.with-glare .mb-display:after {
    display: block;
}

/* Position the screen and give make it the right size, ratio 16:10 */

.css-mb .mb-screen-position {
    position: absolute;
    top: 6.5%;
    width: 93.2%;
    left: 3.4%;
    height: 0;
    margin: 0;
    padding-bottom: 58.25%;
    /* Ratio */
    z-index: 1;
}

/* Give parent (this element) a "height", so that child elements can use height: 100%;*/

.css-mb .mb-screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: #4b4b4d;
    /* bg color if content is not big enough, or rendering is off */
}

/* Image on the screen */

.css-mb .mb-screen img {
    max-width: 100%;
    height: auto;
}

/* Iframe on the screen */

.css-mb .mb-screen iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Macbook body */

.css-mb .mb-body {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 2.3%;
    background: #e6e7e8;
}

/* The groove */

.css-mb .mb-body:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 14.0740%;
    height: 0;
    padding-bottom: 1.4814%;
    margin-left: -7.037%;
    background: #a9abae;

    -webkit-border-bottom-left-radius: 7.0370% 50% !important;
    -moz-border-radius-bottomleft: 7.0370% 50% !important;
    border-bottom-left-radius: 7.0370% 50% !important;

    -webkit-border-bottom-right-radius: 7.0370% 50% !important;
    -moz-border-radius-bottomtight: 7.0370% 50% !important;
    border-bottom-right-radius: 7.0370% 50% !important;
}

/* Macbook bottom */

.css-mb .mb-bottom-cover {
    width: 100%;
    height: 0;
    padding-bottom: 0.7407%;
    background: #a9abae;

    -webkit-border-bottom-left-radius: 12% 600% !important;
    -moz-border-radius-bottomleft: 12% 600% !important;
    border-bottom-left-radius: 12% 600% !important;

    -webkit-border-bottom-right-radius: 12% 600% !important;
    -moz-border-radius-bottomtight: 12% 600% !important;
    border-bottom-right-radius: 12% 600% !important;
}
