/*
Table Of Contents
00) import style
01) common style
02) title style
03) breadcrumb
04) header-top-bar
05) header-search
06) main-navigation
07) responsive nav
08) slider
09) bizface-video
10) bizface-about
11) services
12) bizface-projects
13) testimonial
14) bizface-news
15) bizface-blogpage
16) bizface-blogpage-details
17) bizface-comment
18) bizface-page-siderbar
19) bizface-team
20) bizface-price
21) bizface-counter
22 bizface-callus
23) happy-clients
24) bizface-contact-page
25) bizface-errorpage
26) bizface-login
27) pagination
28) footer
29) bizface-footer-bottom
30) bizface-scroll-top

 ===============================================*/


/*** 

====================================================================
    import style
====================================================================

***/

@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('owl.carousel.min.css');
@import url('magnific-popup.css');
@import url('animate.css');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,500i,600,600i,700,800|Roboto+Condensed:300,300i,400,400i,700');

/*** 

====================================================================
    common style
====================================================================

***/

* {
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
    margin: 0;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    color: #353535;
    background: #fff;
    position: relative;
    letter-spacing: 0.5px;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    color: inherit;
}

p,
em {
    font-size: 14px;
    line-height: 1.6;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 600;
    margin: 0px;
    background: none;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
    color: #000;
    text-transform: uppercase;
}

ul li a {
    display: inline-block;
}

.clearfix {
    clear: both;
}


/*3.2 Input Style */

input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
select {
    border: 0;
    padding: 7px 10px 7px 15px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    outline: none;
    height: 40px;
    font-size: 13px;
    position: relative;
}
input, input:before, input:after {
      -webkit-user-select: initial;
      -khtml-user-select: initial;
      -moz-user-select: initial;
      -ms-user-select: initial;
      user-select: initial;
     }

textarea {
    padding: 0 20px;
    border: 0;
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    outline: none;
    font-size: 13px;
}

ul.list label.radio-label,
label.radio-label {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 5px 0px 0px 15px;
    margin: 0 auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    text-transform: capitalize;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #777;
}

select::-moz-placeholder,
select::-webkit-input-placeholder,
select:-ms-input-placeholder,
select:-moz-placeholder {
    color: #fff;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #777;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #777;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #777;
}

.clearfix {
    clear: both;
}

.pdl0 {
    padding-left: 0 !important;
}

.pdr0 {
    padding-right: 0 !important;
}

.pdt0 {
    padding-top: 0 !important;
}

.pdb0 {
    padding-bottom: 0 !important;
}

.mrt0 {
    margin-top: 0 !important;
}

.mrb0 {
    margin-bottom: 0 !important;
}

.mrl0 {
    margin-left: 0
}

.mrr0 {
    margin-right: 0;
}

.btn:hover,
.btn:focus,
.btn:active {
    color: #fff;
    box-shadow: none;
    outline: none;
    background: #68B737;
}

.btn.btn-primary {
    font-size: 15px;
    background: #006699;
    text-align: center;
    display: inline-block;
    border: none;
    outline: none;
    color: #fff;
    vertical-align: top;
    text-transform: capitalize;
    line-height: 42px;
    font-weight: bold;
    outline: none;
    padding: 0 27px;
}

.btn.btn-primary i {
    font-size: 14px;
    margin-left: 7px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0px 0px 0px 1000px white inset !important;
}

select:focus,
select:active {
    box-shadow: 0px;
    border: 0px;
    outline: 0px;
}

ul,
ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-header .top-left .social-links a,
.main-slider.owl-theme .owl-nav [class*=owl-],
.bizface-about-icon,
.project-link a,
.single-testimonials .testi-img,
.news-carousel.owl-theme .owl-nav [class*=owl-],
.team-carousel.owl-theme .owl-nav [class*=owl-],
.icon-counter,
footer .footer-widget address p a,
.footer-bottom .social-links a,
a.scroll-top {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.main-header .top-left .social-links a i,
.main-slider.owl-theme .owl-nav [class*=owl-] i,
.bizface-about-icon i,
.project-link a i,
.single-testimonials .testi-img img,
.news-carousel.owl-theme .owl-nav [class*=owl-] i,
.team-carousel.owl-theme .owl-nav [class*=owl-] i,
.icon-counter i,
footer .footer-widget address p a i,
.footer-bottom .social-links a i,
a.scroll-top i {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.bizface-service-div,
.news-item-content,
.price-content,
.single-testimonials,
.happy-clients .owl-item {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: inset 0px 0px 13px #ccc;
    -webkit-box-shadow: inset 0px 0px 13px #ccc;
    -ms-box-shadow: inset 0px 0px 13px #ccc;
}

.top-search .input-group,
.project-menu ul li,
.bizface-comment .comment-thumb img,
.sidebar .sidebar-widget,
nav.pagination a,
nav.pagination span.current,
.tag-widget .tag-list a,
footer .newsletter-form .form-group button[type="submit"],
.form-group input[type="text"],
.form-group input[type="email"],
.contact-info p i,
.blog-detail .news-detail-share a,
.login-page button[type="submit"],
.form-group .social-register a i {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

.section {
    padding: 80px 0;
}
@media screen and (max-width: 1024px){
    .section{
        padding:70px 0;
    }
    .page {
        margin: 70px 0;
    }
}

.grey-background {
    background-color: #FAFAFD;
}


/*** 

====================================================================
    title style
====================================================================

***/

.sec-title {
    max-width: 600px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}

.sec-title p {
    padding-top: 15px;
    font-size: 16px;
}

.sec-title h2 {
    text-transform: uppercase;
    font-size: 32px;
    position: relative;
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.sec-title h2::before {
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    border: 2px solid #68B737;
    bottom: -10px;
    background: #006699;
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    display: block;
    transform: rotate(45deg);
}

.sec-title h2::after {
    background: #006699;
    width: 150px;
    left: 0;
    right: 0;
    height: 1px;
    bottom: -5px;
    position: absolute;
    content: "";
    margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
    .sec-title h2 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .sec-title {
        padding: 0 15px;
        max-width: 100%;
    }
    .sec-title h2 {
        font-size: 24px;
    }
}


/*** 

====================================================================
    breadcrumb
====================================================================

***/

.bizface-breadcrumb {
    padding: 20px 15px;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}

.bizface-breadcrumb .bizface-breadcrumb-title {
    display: block;
    position: relative;
    text-align: center;
}

.bizface-breadcrumb .bizface-breadcrumb-title h1 {
    font-size: 18px;
    color: #ffffff;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
}

.bizface-breadcrumb .bizface-breadcrumb-title p {
    margin-bottom: 0;
}

.bizface-breadcrumb .bizface-breadcrumb-title p a {
    font-size: 15px;
    color: #fff;
    display: inline-block;
}

.bizface-breadcrumb .bizface-breadcrumb-title p a:first-child::after {
    content: "\f101";
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #ffffff;
    padding: 0 10px;
    display: inline-block;
}

.bizface-breadcrumb-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 102, 153, 0.9);
}


/*
====================================================================
   header-top-bar
====================================================================
*/

.main-header .header-top-bar {
    position: relative;
    font-size: 13px;
    color: #ffffff;
    background: #ED1C26;
}

.main-header .header-top-bar .top-left {
    position: relative;
    float: left;
    padding: 8px 50px 8px 0;
    line-height: 24px;
    background: #68B737;
}

.main-header .header-top-bar .top-left:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #68B737;
    border-style: solid;
    border-width: 20px 0 21px 30px;
    content: "";
    height: 0;
    position: absolute;
    right: -30px;
    top: 0;
    width: 0;
}

.main-header .header-top-bar .top-left:after {
    bottom: 0;
    content: "";
    left: -780px;
    position: absolute;
    top: 0;
    width: 1000px;
    background: #68B737;
}

.main-header .top-left .social-links {
    list-style: none;
    position: relative;
    z-index: 1;
}

.main-header .top-left .social-links li {
    display: inline-block;
}

.main-header .top-left .social-links a {
    display: inline-block;
    margin-left: 15px;
    color: #ffffff;
    font-size: 13px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    background: none;
}

.main-header .top-left .social-links li.active a,
.main-header .top-left .social-links a:hover {
    background-color: #ffffff;
    color: #ED1C26;
}

.main-header .header-top-bar .top-right {
    position: relative;
    float: right;
    padding: 8px 0;
    line-height: 24px;
}

.main-header .header-top-bar .top-right ul li {
    position: relative;
    float: left;
    margin-left: 20px;
    line-height: 24px;
    color: #e3e3e3;
}

.main-header .header-top-bar .top-right ul li a {
    position: relative;
    display: block;
    padding-left: 26px;
    line-height: 24px;
    color: #e3e3e3;
}

.main-header .header-top-bar .top-right ul li .icon {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
}

.main-header .header-top-bar a:hover {
    color: #68B737;
}


/*
====================================================================
    main-menu media screen
====================================================================
*/

@media only screen and (max-width: 1023px) {
    .main-header .header-top-bar .top-left {
        padding: 10px;
    }
    .main-header .header-top-bar .top-left:before,
    .main-header .header-top-bar .top-left:after {
        display: none;
    }
    .main-header .header-top-bar .top-right {
        padding-right: 15px;
    }
    .main-header .header-top-bar .top-right ul li,
    .main-header .header-top-bar .top-right ul li {
        float: none;
        display: inline-block;
        margin: 0 10px;
    }
}
@media only screen and (max-width: 1023px) {
    .main-header .header-top-bar .top-left{
        width: 100%;
        background-color: transparent;
        text-align: center;
    }
    .main-header .header-top-bar .top-right{
        float: none;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .main-header .header-top-bar .top-left,
    .main-header .header-top-bar .top-right {
        width: 100%;
        float: none;
        text-align: center;
    }
}


/*=============================
header-search
=============================*/

.header-search {
    float: right;
    padding: 30px 0;
    margin-left: 20px;
    cursor: pointer;
    color: #68B737;
}

.header-search .search-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background: rgba(0, 0, 0, .9);
    margin: 0;
    width: 100%;
    height: 100vh;
    -webkit-transform: scale(.2, .2);
    -moz-transform: scale(.2, .2);
    -ms-transform: scale(.2, .2);
    -o-transform: scale(.2, .2);
    -webkit-transition: all .3s cubic-bezier(.4, 0, 1, 1);
    -khtml-transition: all .3s cubic-bezier(.4, 0, 1, 1);
    -moz-transition: all .3s cubic-bezier(.4, 0, 1, 1);
    -ms-transition: all .3s cubic-bezier(.4, 0, 1, 1);
    -o-transition: all .3s cubic-bezier(.4, 0, 1, 1);
    transition: all .3s cubic-bezier(.4, 0, 1, 1);
}

.header-search .search-popup.active .search-overlay {
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}

.header-search form.form-wrapper {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.2, .2);
    -moz-transform: scale(.2, .2);
    -ms-transform: scale(.2, .2);
    -o-transform: scale(.2, .2);
    -webkit-transition: all .3s cubic-bezier(.4, 0, 1, 1);
    -khtml-transition: all .3s cubic-bezier(.4, 0, 1, 1);
    -moz-transition: all .3s cubic-bezier(.4, 0, 1, 1);
    -ms-transition: all .3s cubic-bezier(.4, 0, 1, 1);
    -o-transition: all .3s cubic-bezier(.4, 0, 1, 1);
    transition: all .3s cubic-bezier(.4, 0, 1, 1);
    position: absolute;
    z-index: 999999;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.header-search .search-popup.active form.form-wrapper {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}

.form-wrapper input[type="text"] {
    width: 96%;
    height: 45px;
    margin: 0 2%;
    border: 1px solid #68B737;
    padding: 0 20px;
    background: transparent;
    text-transform: capitalize;
    color: #ffffff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
}

.header-search .form-wrapper input[type="text"]::-webkit-input-placeholder {
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.header-search .form-wrapper input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    background: #68B737;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0 30px 30px 0;
    -webkit-border-radius: 0 30px 30px 0;
    -ms-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -o-border-radius: 0 30px 30px 0;
    padding: 0 15px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.header-search .form-wrapper input[type="submit"]:hover {
    background: #006699;
}


/*=============================
main-navigation
=============================*/

.site-branding a.logo {
    float: left;
    width: 180px;
}

#site-identity {
    float: left;
}

.site-branding {
    float: left;
    margin-top: 20px;
}

#main-navigation ul {
    display: block;
    margin: 0;
    padding: 0;
    text-align: right;
}

#main-navigation ul ul {
    background-color: #ffffff;
    left: -9999px;
    margin: 0;
    min-width: 180px;
    position: absolute;
    top: 100%;
    z-index: -9999;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0;
    display:none;
    transition: transform 0.5s ease, opacity 0.2s ease;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease;
}

#main-navigation ul li:hover > ul {
    display: block;
    opacity: 1;
    z-index: 1000;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform 0.3s ease, opacity 0.2s ease .1s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease .1s;
}


#main-navigation ul ul ul {
    left: 100%;
    top: 0;
}

#main-navigation ul ul ul::before,
#main-navigation ul ul ul::after {
    display: none;
}

#main-navigation li {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}

#main-navigation ul > li:hover > ul {
    opacity: 1;
    left: 0;
    z-index: 9999;
}

#main-navigation ul ul ul ul {
    display: none;
}

#main-navigation ul ul ul li:hover > ul {
    display: block;
}

#main-navigation ul ul li:hover > ul {
    opacity: 1;
    left: 100%;
}

#main-navigation li li {
    float: none;
    display: block;
}

#main-navigation ul li li:first-child > a {
    border-left: none;
}

#main-navigation ul li a {
    color: #333333;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 30px 12px;
    position: relative;
    z-index: 99;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

#main-navigation ul ul a,
#main-navigation ul ul ul a {
    border-bottom: 1px solid rgba(202, 206, 210, 0.33);
    border-left: medium none;
    border-right: medium none;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.18) inset;
    transition: padding 0.2s ease-in-out 0s;
    height: auto;
    padding: 10px 20px;
    text-align: left;
    width: 100%;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

#main-navigation ul ul li:last-child a {
    border: none;
}

#main-navigation ul ul li:last-child ul a {
    border-bottom: 1px solid rgba(202, 206, 210, 0.33);
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.18) inset;
}

#main-navigation ul li.menu-item-has-children > a{
    padding-right: 30px;
}

#main-navigation li > a:hover,
#main-navigation li.current-menu-item > a,
#main-navigation li:hover > a {
    color: #68B737;
}

#main-navigation ul li.menu-item-has-children.current-menu-item > a::after{
    border-top-color: #ffb426;
}

#main-navigation li.menu-item-has-children:hover > a:after{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

#main-navigation li li > a:hover,
#main-navigation li li.current-menu-item > a,
#main-navigation li li:hover > a {
    padding-left: 25px;
    background-color: #68B737;
    color:#fff;
}

#main-navigation ul li.menu-item-has-children > a::after {
    content: "\f107";
    font-family: "FontAwesome";
    margin-left: 10px;
    margin-right: 0;
    position: absolute;
    right: 13px;
    top: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    font-size: 14px;
}

#main-navigation ul li li.menu-item-has-children > a::after{
    content: "\f105";
    font-family: "FontAwesome";
    top: 10px;
    right: 20px;
}

#main-navigation ul li.menu-item-has-children a{
    padding-right: 30px;
}


/*==========================
responsive-nav
==========================*/

.toggle-button {
    width: 34px;
    height: 34px;
    text-align: center;
    padding: 5px 5px;
    float: right;
    background:#68B737;
    cursor: pointer;
    display: none;
    margin-top:5px;
}

.toggle-button span {
    display: block;
    background: #fff;
    height: 4px;
    width: 100%;
    margin-bottom: 5px;
}

.toggle-button span:last-child {
    margin-bottom: 0;
}

.main-navigation .close-icon {
    display: none;
    cursor: pointer;
    float: right;
    color: #ffffff;
    width: 100%;
    text-align: right;
    font-size: 30px;
    padding-right: 20px;
    padding-top: 10px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.main-navigation .close-icon:hover {
    color: #fff;
}

.affix {
    position: fixed;
    z-index: 99999;
    width: 100%;
    border-radius: 0;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.38);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    animation: fadeInDown 1s both 0.2s;
}


/*==========================
    main-navigation media screen
==========================*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #main-navigation ul li:hover > ul {
        display:block !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #main-navigation ul li a, .header-search {
        padding-top:15px;
    }
    #main-navigation ul li.menu-item-has-children > a::after {
        top: 15px;
    }

    #main-navigation ul li li.menu-item-has-children > a::after{
        top: 10px;
    }
    #main-navigation ul ul a,
    #main-navigation ul ul ul a {
        padding: 10px 20px;
    }
}


@media only screen and (max-width: 991px) {
    .site-branding {
        float: none;
        max-width: 215px;
        margin: 0 auto;
        margin-top: 15px;
    }
    #site-identity {
        float: none;
    }
    .header-nav-search {
        width: 100%;
        clear: both;
    }
    
    #main-navigation ul {
        display: block;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    
}

@media only screen and (max-width: 767px) {
    .site-branding a.logo {
        float: left;
    }
    #site-identity {
        float: left;
    }
    .site-branding {
        float: left;
        width: auto;
        margin-top: 0;
        text-align: left;
    }
    .header-nav-search {
        width: auto;
        clear: none;
    }
    .toggle-button {
        display: block;
    }
    .header-search{
        margin-top:0;
        padding:4px 10px;
        color: #ffffff;
        margin-top:5px;
        background-color: #006699;
    }
    .menu{
        width: 100%;
        padding:15px 0;
    }
    .header-nav-search .main-navigation {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        transition: all ease 0.5s;
        -webkit-transition: all ease 0.5s;
        -ms-transition: all ease 0.5s;
        background: #222;
        z-index: 999;
    }
    .main-navigation ul{
        background-color: #333;
    }
    body.menu-active .header-nav-search .main-navigation {
        left: 0;
    }
    .main-navigation .close-icon {
        display: block;
    }
    .menu-active #main-navigation ul li {
        width: 100%;
        margin: 0;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
        position: relative;
    }
    #main-navigation ul ul {
        position: static;
        width: 100%;
    }
    #main-navigation ul li a {
        color: #fff;
        width: 100%;
        padding: 10px 20px;
        text-align: left;
    }
    #main-navigation ul ul li a {
        color: #222;
        width: 100%;
        padding: 10px 20px;
    }
    #main-navigation ul li.menu-item-has-children span.fa-angle-down {
        font-size: 18px;
        position: absolute;
        top: 10px;
        right: 15px;
        width: 30px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        border: 1px solid #fff;
        color: #ffffff;
        cursor: pointer;
        display: block;
        z-index: 999;
        transition: all ease 0.35s;
        -webkit-transition: all ease 0.35s;
        -moz-transition: all ease 0.35s;
    }
    #main-navigation ul ul li.menu-item-has-children span.fa-angle-down {
        border: 1px solid #222;
        color: #222;
    }
    #main-navigation ul li.menu-item-has-children > a::after,
    #main-navigation ul ul::before,
    #main-navigation ul ul::after {
        display: none;
    }
    #main-navigation ul li.menu-item-has-children:hover > ul {
        z-index: 1000;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    #main-navigation ul ul {
        opacity: 1;
        transform: none;
    }
}
@media only screen and (max-width: 480px) {
    .site-branding {
        max-width: 140px;
        margin: 0 auto;
    }
    #site-identity{
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1920px) {
    #main-navigation ul li.menu-item-has-children span.fa-angle-down {
        display: none;
    }
}



/*==========================
banner-slider
==========================*/
.main-slider{
    overflow: hidden;
}
.slider-items {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 600px;
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.slider-content{
    position: relative;
    max-width: 1170px;
    width: 100%;
    margin:0 auto;
    min-height: 600px;
}

.slider-items .carousel-caption {
    position: absolute;
    top: 50%;
    bottom: inherit;
    padding:0 15px;
    text-shadow: none;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.main-slider.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: 50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    width: 100%;
}
.main-slider.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
}
.main-slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 15px;
}
.main-slider.owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #006699;
    display: inline-block;
    cursor: pointer;
    font-size: 24px;
    margin: 0;
}
.main-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background: #68B737;
}

.slider-items  .carousel-caption.caption-left {
    left:0;
    text-align: left;
}

.slider-items  .carousel-caption.caption-center {
    left: 0;
    right: 0;
    margin:0 auto;
    text-align: center;
}

.slider-items  .carousel-caption.caption-right {
    right:0;
    text-align: right;
}

.slider-items .carousel-caption h2 {
    color: #fff;
    margin: 0;
    font-weight: 600;
    font-size: 40px;
}

.slider-items .carousel-caption p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #fff;
}

.btn.btn-primary.inverse,
.btn.btn-primary:hover {
    background: #68B737;
    color: #fff;
}

.btn.btn-primary.inverse:hover {
    background: #006699;
    color: #fff;
}

.main-slider .owl-item.active .carousel-caption h2{
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.main-slider .owl-item.active .carousel-caption p{
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

/*==========================
slider-media srceen
==========================*/
@media only screen and (max-width: 991px) {
    .slider-items  .carousel-caption {
        padding: 0 60px;
    }
}
@media only screen and (max-width: 1024px) {
    .slider-items , .slider-items  .slider-content{
        min-height: 450px;
    }
    .slider-items  .carousel-caption {
        padding: 0 70px;
    }
    .slider-items  .carousel-caption h2 {
        font-size: 28px;
    }
}
@media only screen and (max-width:768px) {
    .slider-items , .slider-items  .slider-content{
        min-height: 350px;
    }
    .slider-items  .carousel-caption h2 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    
    .slider-items  .carousel-caption h2 {
        font-size: 18px;
    }
    .slider-items  .carousel-caption {
        padding: 0 50px;
    }
    .main-slider.owl-theme .owl-nav [class*=owl-] {
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 16px;
    }
    .main-slider.owl-theme .owl-nav .owl-prev{
        left: 0;
    }
    .main-slider.owl-theme .owl-nav .owl-next{
        right: 0;
    }
}

@media only screen and (max-width: 600px) {
    .slider-items .carousel-caption p{
        margin:15px 0;
    }
    .slider-items .carousel-caption.caption-center,
    .slider-items .carousel-caption.caption-left,
    .slider-items .carousel-caption.caption-right{
    left: 0;
    right: 0;
    margin:0 auto;
    text-align: center;
}
    
}

@media only screen and (max-width: 480px) {
     .slider-itemes, .slider-items .slider-content {
        min-height: 300px;
    }
}

/*
====================================================================
    bizface-video
====================================================================
*/

.video {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    min-height: 350px
}

.video-overlay {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: rgba(0, 102, 153, 0.5);
}

.video h2 {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 40%;
    margin-top: -60px;
    z-index: 100;
    left: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.playbtn {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -25px;
    z-index: 100;
    left: 0;
}

.playbtn a {
    box-sizing: content-box;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
}

.playbtn a span {
    display: inline-block;
    position: absolute;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 24px solid #68B737;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    top: 16px;
    left: 22px;
}

.playbtn a:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.playbtn a:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


/*
=================================
    bizface-about
=================================
*/

.bizface-about-div {
    margin-bottom: 50px;
}

.bizface-about-right .col-md-6:nth-child(3) .bizface-about-div,
.bizface-about-right .col-md-6:nth-child(4) .bizface-about-div {
    margin-bottom: 0;
}

.bizface-about-head {
    display: block;
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

.bizface-about-icon {
    color: #68B737;
    font-size: 30px;
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    background: #fff;
    text-align: center;
    border: 1px solid #eee;
    box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.1);
    transition: all .5s ease;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.bizface-about-div:hover .bizface-about-icon {
    background-color: #68B737;
    color: #ffffff;
}

.bizface-about-head h5 {
    display: inline-block;
    font-weight: 700;
    margin: 0;
    overflow: hidden;
    padding-left: 25px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}


/*** 

====================================================================
    bizface-about media screen
====================================================================

***/

@media only screen and ( max-width: 991px) {
    .bizface-about-banner {
        margin-top: 0;
    }
    .video{
        margin-bottom: 50px;
    }
}

@media only screen and ( max-width: 768px) {
    .bizface-about-right {
        text-align: center;
    }
    .bizface-about-div {
        margin-bottom: 80px;
    }
    .bizface-about-content{
        margin-top:15px;
        display: inline-block;
        width: 100%;
    }
    .bizface-about-right .col-md-6:nth-child(3) .bizface-about-div {
        margin-bottom: 0;
    }
    .bizface-about-right .col-md-6:nth-child(4) .bizface-about-div {
        margin-bottom: 0;
    }
}
@media only screen and ( max-width: 767px) {
    .bizface-about-right .col-md-6:nth-child(3) .bizface-about-div {
        margin-bottom: 80px;
    }
}


/*
=================================
    bizface-Service
=================================
*/

.bizface-service-area.section {
    padding-bottom: 70px;
}

.bizface-service-div {
    text-align: center;
    background-color: #fff;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    margin-bottom: 30px;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.bizface-service-div::after {
    background-color: #006699;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: -1;
}

.bizface-service-div:hover:after {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
}

.bizface-service-icon {
    float: left;
    width: 100%;
    position: relative;
    color: #68B737;
}

.bizface-service-icon a i {
    float: left;
    width: 100%;
    line-height: 40px;
    font-size: 50px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.bizface-service-content h5 {
    float: left;
    width: 100%;
    margin: 25px 0 40px 0;
    position: relative;
}

.bizface-service-content h5::after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #006699;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
}

.bizface-service-content h5 a {
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.bizface-service-content p {
    margin: 0 auto;
    display: inline-block;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.bizface-service-div:hover .bizface-service-content a,
.bizface-service-div:hover .bizface-service-content p,
.bizface-service-div:hover .bizface-service-icon a i {
    color: #ffffff;
}

.bizface-service-div:hover .bizface-service-content h5::after {
    background-color: #ffffff;
}


/*
====================================================================
    bizface-service media screen
====================================================================
*/

@media only screen and ( max-width:767px) {
    .service-inner {
        float: left;
    }
    .service-inner .col-sm-6 {
        width: 50%;
        float: left;
    }
}

@media only screen and ( max-width:580px) {
    .service-inner .col-sm-6 {
        width: 100%;
        float: none;
    }
}


/*
====================================================================
   bizface- projects
====================================================================
*/

.bizface-projects.section {
    padding-bottom: 60px;
    position: relative;
}

.single-project-item {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.single-project-item {}

.project-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-color: rgba(0, 102, 153, 0.5);
    visibility: hidden;
    opacity: 0;
}

.single-project-item:hover .project-overlay {
    visibility: visible;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
}

.project-link {
    left: 0;
    right: 0;
    position: absolute;
    top: 50%;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    opacity: 0;
    text-align: center;
}

.project-link a {
    color: #68B737;
    border: 1px solid #68B737;
    background-color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    position: relative;
    margin-right: 15px;
}

.project-link a:last-child {
    margin-right: 0;
}

.project-link a:hover {
    background-color: #68B737;
    color: #ffffff;
}

.project-text {
    bottom: -46px;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding: 12px 0;
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}

.project-text:after {
    background: #68B737 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.single-project-item:hover .project-text {
    bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.single-project-item:hover .project-link {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.project-menu ul li {
    border: 1px solid #68B737;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin: 0 5px;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.project-menu ul {
    list-style: outside none none;
    margin: 0 0 35px;
    padding: 0;
    text-align: center;
}

.project-menu ul li:hover {
    background: #68B737 none repeat scroll 0 0;
    color: #fff;
}

#project-wrapper .mix {
    display: none
}

.project-menu .active {
    background: #68B737 none repeat scroll 0 0;
    border: 1px solid #68B737;
    color: #fff;
}


/*
====================================================================
    bizface-project media screen
====================================================================
*/

@media only screen and ( max-width:991px) {
    .project-menu ul li {
        margin-bottom: 15px;
        padding: 5px 10px;
    }
}

@media only screen and ( max-width:767px) {
    #project-wrapper .col-sm-6 {
        width: 50%;
        float: left;
        vertical-align: top;
    }
}

@media only screen and ( max-width:480px) {
    #project-wrapper .col-sm-6 {
        width: 100%;
        float: none;
    }
}

#project .project-hover .project-btn a {
    color: #68B737;
    background: #fff;
    display: inline-block;
    margin: 0 5px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
}

#project .project-hover .project-btn a:hover {
    color: #fff;
    background: #68B737;
}


/*
====================================================================
    bizface project media screen
====================================================================
*/

@media only screen and ( max-width:767px) {
    .project-inner .col-sm-6 {
        width: 50%;
        float: left;
        vertical-align: top;
    }
}

@media only screen and ( max-width:530px) {
    .project-inner .col-sm-6 {
        width: 100%;
        float: none;
    }
}


/*
====================================================================
    testimonial
====================================================================
*/

.testimonials {
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot span {
    background: #006699;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 10px;
    height: 5px;
    margin: 0 7px;
    display: block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #68B737;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    width: 15px;
}

.testimonial-carousel.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 30px;
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.single-testimonials {
    padding: 0 30px 30px 30px;
    display: inline-block;
    text-align: center;
    background-position: center;
}

.single-testimonials p {
    font-size: 14px;
    margin: 0;
    line-height: 24px;
}

.single-testimonials .testi-img {
    width: 95px;
    height: 95px;
    margin: 50px auto;
    overflow: hidden;
    border: 1px solid #eee;
    background-color: #68B737;
    box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.1);
    transition: all .5s ease;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.single-testimonials .testi-img img {
    vertical-align: middle;
    position: relative;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
}

.single-testimonials .author-content {
    text-align: center;
    margin-top: 20px;
}

.single-testimonials .author-content h3 {
    font-size: 16px;
    text-transform: capitalize;
    color: #006699;
    margin: 0;
    font-weight: 600;
    padding-bottom: 5px;
}


/*
====================================================================
    bizface-news
====================================================================
*/

.news-item-content {
    max-width: 100%;
    width: 90%;
    margin: -50px 5% 0 5%;
    padding: 30px 20px;
    background-color: #ffffff;
    position: relative;
}

.news-item-content span {
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
}

.news-item-content .news-date span:first-child::after {
    display: inline-block;
    content: "|";
    padding: 0 10px;
}

.news-item-content span i {
    margin-right: 5px;
    color: #68B737;
}

.news-item-content h5 {
    font-weight: 600;
    letter-spacing: 0.6px;
    margin: 15px 0;
}

.news-btn {
    display: inline-block;
    margin: 20px 0 10px 0;
}

.news-carousel.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: -50px;
    right: 0;
}

.news-carousel.owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 12px;
    padding: 0px 10px;
    background: #68B737;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    margin: 0 10px;
    border: 1px solid #68B737;
}

.news-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: #006699;
    color: #ffffff;
    border: 0;
    text-decoration: none;
    border: 1px solid #006699;
}


/*
====================================================================
    bizface-news media screen
====================================================================
*/

@media only screen and ( max-width:767px) {
    .news-inner {
        padding: 15px;
    }
}


/*
====================================================================
  bizface-blogpage
====================================================================
*/

.page {
    margin: 80px 0;
}

.blog-page .news-item-content {
    max-width: 100%;
    position: relative;
    width: 90%;
    margin: -50px 5% 0 5%;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    left: 0;
    right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 4px solid rgba(0, 0, 0, 0.07);
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.blog-page .news-item {
    margin-bottom: 50px;
}

.blog-page .news-item:last-child {
    margin-bottom: 0;
}


/*
====================================================================
  bizface-blogpage-details
====================================================================
*/

.blog-detail .news-item-content {
    max-width: 100%;
    position: relative;
    width: 100%;
    margin: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    left: 0;
    right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 4px solid rgba(0, 0, 0, 0.07);
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.blog-detail .news-item-content h3 {
    margin: 15px 0;
    text-transform: capitalize;
}

.blog-detail blockquote {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    font-style: italic;
    border-left: 5px solid #006699;
    margin-top: 30px;
}

.blog-detail .news-detail-share .share-title,
.comment-title {
    margin: 30px 0;
}

.blog-detail .news-detail-share a {
    display: inline-block;
    padding: 3px 12px;
    margin-right: 5px;
    color: #ffffff;
    background-color: #68B737
}

.blog-detail .news-detail-share a:hover {
    background-color: #006699;
}

.tag-widget .tag-list a {
    padding: 5px 15px;
    border: 1px solid #68B737;
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tag-widget .tag-list a:hover {
    border-color: #68B737;
    background-color: #68B737;
    color: #ffffff;
}

.blog .blog-img {
    position: relative;
    overflow: hidden;
}


/*
====================================================================
  bizface-comment
====================================================================
*/

.comment-section,
.bizface-review {
    margin-top: 50px;
}

.bizface-comment,
{
    position: relative;
}

.bizface-comment .comment-box {
    position: relative;
    margin-bottom: 30px;
    padding-left: 100px;
    min-height: 100px;
}

.bizface-comment .comment-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: #ffffff;
}

.bizface-comment .comment-thumb img {
    display: block;
    width: 80px;
    height: 80px;
}

.bizface-comment .comment-content {
    position: relative;
    padding: 15px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

.bizface-comment .rating {
    color: #ff9c01;
    font-size: 13px;
}

.bizface-comment .rating .fa {
    margin-right: 1px;
}

.bizface-comment .comment-info {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}

.bizface-comment .comment-text {
    font-size: 15px;
}

.bizface-review .rating {
    position: relative;
    padding-top: 8px;
}

.bizface-review .rating .rate-box {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #555555;
}

.bizface-review .rating .rate-box:hover,
.bizface-review .rating .rate-box:focus,
.bizface-review .rating .rate-box:active {
    color: #fa6f1c;
}

.bizface-review label {
    position: relative;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #303030;
}

.bizface-review .form-group {
    position: relative;
    margin-bottom: 20px;
}

.bizface-review .form-group input[type="text"],
.bizface-review .form-group input[type="password"],
.bizface-review .form-group input[type="tel"],
.bizface-review .form-group input[type="email"],
.bizface-review .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 9px 15px;
    color: #222222;
    border: 1px solid #e0e0e0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.bizface-review .form-group button[type="button"] {
    padding: 10px 15px;
    background-color: transparent;
    border: 0;
    text-transform: capitalize;
    font-weight: 600;
}

.bizface-review .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 8px 15px;
    color: #222222;
    border: 1px solid #e0e0e0;
    height: 150px;
    resize: none;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}


/*
====================================================================
  bizface-page-sidebar
====================================================================
*/

.sidebar .sidebar-widget {
    background: #ffffff;
    margin-bottom: 40px;
    padding: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 4px solid rgba(0, 0, 0, 0.07);
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.sidebar .sidebar-widget:last-child {
    margin-bottom: 0;
}

.search-widget .form-group {
    margin-bottom: 0;
}

.search-widget .input-group-addon {
    background-color: #68B737;
    color: #ffffff;
    border-color: #68B737;
    cursor: pointer;
}

.sidebar .sidebar-widget .widget-title {
    padding-bottom: 10px;
    border-bottom: 2px dashed #EFEFEF;
    position: relative;
    margin-bottom: 30px;
}

.sidebar .sidebar-widget .widget-title h3,
.blog-detail .news-detail-share .share-title h3,
.blog-detail .news-item-content .comment-title h3 {
    color: #222222;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
}

.sidebar .sidebar-widget .widget-title h3:after,
.blog-detail .news-detail-share .share-title h3::after,
.comment-title h3::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 2px;
    height: 15px;
    background-color: #68B737;
    left: 0;
}

.sidebar .category-widget ul li a {
    font-size: 14px;
    color: #222222;
    text-transform: capitalize;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}

.sidebar .category-widget ul li:first-child a {
    padding-top: 0;
}

.sidebar .category-widget ul li:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
}

.sidebar .category-widget ul li a span.category-count {
    color: #000;
}

.post-widget ul li {
    width: 100%;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
    overflow: hidden;
    padding: 15px 0;
}

.post-widget ul li:first-child {
    padding-top: 0;
}

.post-widget ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.post-widget .post-widget-thumb {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    float: left;
}

.post-widget-content {
    overflow: hidden;
}

.post-widget-content h4 {
    color: #222222;
    font-size: 14px;
    text-transform: capitalize;
    margin: 0;
    font-weight: 600;
}

.post-widget-content span {
    font-size: 13px;
    text-transform: capitalize;
    margin-top: 10px;
    width: 100%;
    float: left;
}


/*
====================================================================
  bizface-blogpage medai screen
====================================================================
*/

@media only screen and ( max-width:767px) {
    .blog-detail .search-widget,
    .blog-right .search-widget {
        margin-top: 40px;
    }
}


/*
====================================================================
    bizface-team
====================================================================
*/

.team {
    position: relative;
}

.team .team-details {
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.30);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.30);
    position: relative;
    overflow: hidden;
}

.team .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-bottom {
    position: absolute;
    width: 100%;
    bottom: -70px;
    left: 0;
    right: 0;
    background: rgba(0, 102, 153, 0.8);
    text-align: center;
    padding: 15px 15px;
    color: #fff;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.team .team-details:hover .team-bottom {
    bottom: 0;
}

.team-text .team-post {
    font-style: italic;
    text-transform: capitalize;
}

.team-text h3.team-name {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
    position: relative;
    padding-bottom: 15px;
    font-size: 14px;
    color: #ffffff;
}

.team-text h3.team-name:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 3px;
    width: 50px;
    bottom: 0;
    background: #ffffff;
}

.team-social ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
}

.team-social ul li a {
    color: #fff;
}

.team-social ul li a:hover {
    color: #68B737;
}

.team-carousel.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: -50px;
    right: 0;
}

.team-carousel.owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 12px;
    padding: 0px 10px;
    background: #68B737;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    margin: 0 10px;
    border: 1px solid #68B737;
}

.team-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: #006699;
    color: #ffffff;
    border: 0;
    text-decoration: none;
    border: 1px solid #006699;
}


/*
====================================================================
    bizface team media screen
====================================================================
*/

@media only screen and ( max-width:767px) {
    .team .col-xs-12 {
        float: left;
        width: 50%;
    }
    .team .col-xs-12 .team-details {
        margin-bottom: 50px;
    }
    .team .col-xs-12:nth-child(4) .team-details {
        margin-bottom: 0;
    }
    .team .col-xs-12:nth-child(5) .team-details {
        margin-bottom: 0;
    }
}

@media only screen and ( max-width:530px) {
    .team .col-xs-12 {
        float: none;
        width: 100%;
    }
    .team .col-xs-12 .team-details {
        margin-bottom: 50px;
    }
    .team .col-xs-12:nth-child(4) .team-details {
        margin-bottom: 50px;
    }
    .team .col-xs-12:nth-child(5) .team-details {
        margin-bottom: 0;
    }
}


/*
====================================================================
    bizface-price
====================================================================
*/
.bizface-price{
    padding-bottom: 50px;
}
.price-content {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    background-color: #fff;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
}

.price-content:hover {
    transform: translateY(-2%);
    -webkit-transform: translateY(-2%);
    -ms-transform: translateY(-2%);
    -moz-transform: translateY(-2%);
    -o-transform: translateY(-2%);
}

.price-content .price-content-header {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 3px;
    padding: 30px;
    background-color: #006699;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.price-content .price-content-cost {
    padding: 30px 0;
}

.price-content .price-content-cost-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.price-content .price-content-cost-inner span.currency {
    font-size: 26px;
    line-height: 1;
    align-self: flex-start;
    color: #2e3243;
}

.price-content .price-content-cost-inner span.amount {
    font-size: 60px;
    font-weight: 600;
    line-height: .8;
    color: #006699;
    padding: 0 5px;
}

.price-content .price-content-cost-inner span.cent {
    color: #2e3243;
    align-self: flex-end;
    font-size: 18px;
    line-height: 1;
}

.price-content .price-content-list {
    font-size: 14px;
    line-height: 16px;
}

.price-content .price-content-list ul li {
    font-size: 15px;
    line-height: 1.5em;
    margin: 0px 0px 15px;
}

.price-content .price-content-list ul li a {
    color: #222;
}

.price-content .price-btn {
    margin: 30px 0;
}

.price-content.premium-price .price-content-header {
    background-color: #68B737;
}

.price-content.premium-price .price-content-ribbon {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 150px;
    overflow: hidden;
    height: 150px;
}

.price-content.premium-price .price-content-ribbon .price-ribbon-inner {
    text-align: center;
    left: 0;
    width: 200%;
    -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    margin-top: 35px;
    font-size: 13px;
    line-height: 2;
    background-color: #006699;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}


/*
====================================================================
    bizface-price media screen
====================================================================
*/

@media only screen and ( max-width:991px) {
    .bizface-price-inner .col-sm-6 .price-content {
        margin-bottom: 50px;
    }
    .bizface-price-inner .col-sm-6:nth-child(4) .price-content {
        margin-bottom: 0;
    }
}


/*
====================================================================
    bizface-counter
====================================================================
*/

.bizface-counter {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}

.bizface-counter h2,
.bizface-counter p {
    color: #ffffff;
}

.bizface-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 102, 153, 0.8);
}

.counter-area {
    text-align: center;
}

.icon-counter {
    display: inline-block;
    width: 80px;
    height: 80px;
    color: #68B737;
    font-size: 30px;
    background-color: #fff;
    line-height: 80px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.icon-counter:hover {
    color: #fff;
    background-color: #68B737;
}

.counter-area h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin: 40px 0 18px 0;
}

.counter-area h3 {
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}


/*
====================================================================
    bizface counter media screen
====================================================================
*/

@media only screen and ( max-width:768px) {
    .bizface-counter .col-sm-6 {
        float: left;
        width: 50%;
        margin-bottom: 70px;
    }
    .bizface-counter .col-sm-6:nth-child(3) {
        margin-bottom: 0;
    }
    .bizface-counter .col-sm-6:nth-child(4) {
        margin-bottom: 0;
    }
}

@media only screen and ( max-width:460px) {
    .bizface-counter .col-sm-6 {
        float: left;
        width: 100%;
        margin-bottom: 70px;
    }
    .bizface-counter .col-sm-6:nth-child(3) {
        margin-bottom: 70px;
    }
}


/*
====================================================================
    bizface-callus
====================================================================
*/

.home-video {
    overflow: hidden;
    max-height: 400px;
    position: relative;
}

#video-shot {
    min-height: 100%;
    max-width: 100%;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 102, 153, 0.8);
}

.video-overlay-content {
    position: absolute;
    top: 50%;
    color: #ffffff;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
    padding: 15px;
}

.video-overlay-content p {
    margin: 30px 0;
    font-size: 18px;
    font-style: italic;

}

.video-overlay-call {
    margin-bottom: 20px;
}

.video-overlay-call span {
    font-size: 30px;
    margin-right: 15px;
    display: inline-block;
    text-transform: capitalize;
}

.video-overlay-call span:last-child {
    margin-right: 0;
}

.video-overlay-content h2 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
}

.video-overlay-content .btn.btn-primary {
    background-color: #68B737;
    border-color: #68B737;
}


/*
====================================================================
    bizface counter media screen
====================================================================
*/

@media only screen and ( max-width:767px) {
    .home-video {
        overflow: hidden;
        max-height: 400px;
        min-height: 400px;
        position: relative;
    }
}

@media only screen and ( max-width:480px) {
    .video-overlay-content h2,
    .video-overlay-call span {
        font-size: 24px;
    }
}

@media only screen and ( max-width:380px) {
    .video-overlay-content p {
        display: none;
    }
    .video-overlay-call {
        margin-top: 20px;
    }
}


/*
====================================================================
   happy-clients
====================================================================
*/

.happy-clients.owl-theme .owl-dots .owl-dot span {
    background: #006699;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 10px;
    height: 5px;
    margin: 0 7px;
    display: block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
}

.happy-clients.owl-theme .owl-dots .owl-dot.active span {
    background: #68B737;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    width: 15px;
}

.happy-clients.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 30px;
}

.happy-clients.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}


/*
====================================================================
    bizface-contact-page
====================================================================
*/

.contact-info p {
    margin-bottom: 15px;
}

.contact-info p i {
    height: 36px;
    width: 40px;
    border: 1px solid #006699;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
}

.contact-page-title {
    margin-bottom: 40px
}

.contact-page-inner .contact-page-title h4 {
    color: #222222;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
}

.contact-page-inner .contact-page-title h4::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 2px;
    height: 15px;
    background-color: #68B737;
    left: 0;
}

.contact-page .form-group label {
    margin-bottom: 15px;
}

.contact-page .form-group input[type="text"]{
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 9px 16px;
    height: 42px;
}
.contact-page .form-group textarea.form-control {
    border-radius: 0;

}

.contact-right-form .btn {
    margin-top: 15px;
}

.contact-map {
    margin: 50px 0;
}
.contact-map iframe{
    width: 100%;
    border:2px solid #ccc;
}
.contact-page form .col-sm-6{
    position: initial;
}

.contact-page-inner .bizface-btn {
    margin-top: 20px;
    float: left;
}


/*
====================================================================
    bizface-contactpage media screen
====================================================================
*/

@media only screen and (min-width: 300px) and (max-width: 991px) {
    .contact-right-form {
        margin-top: 50px;
    }
}


/*
====================================================================
    bizface-errorpage
====================================================================
*/

.bizface-errorpage {
    padding: 50px 30px 58px 30px;
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    text-align: center;
    margin: 30px auto;
}

.bizface-errorpage strong {
    display: block;
    font-size: 145px;
    line-height: 100px;
    color: #006699;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 5px 5px 1px #eaeaea;
}

.bizface-errorpage b {
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: #68B737;
    margin: 0;
    font-weight: 300;
}

.bizface-errorpage em {
    display: block;
    font-size: 18px;
    color: #006699;
    margin: 15px 0;
    font-style: normal;
}



/*
====================================================================
    bizface errorpage media screen
====================================================================
*/

@media only screen and (min-width: 280px) and (max-width: 767px) {
    .bizface-errorpage {
        width: 100%;
        border-radius: 0;
        margin: 25px auto;
        padding: 15px;
    }
    .bizface-errorpage em {
        line-height: none;
        margin-bottom: 10px
    }
}
@media only screen and (max-width: 360px){
    .bizface-errorpage strong {
        font-size: 50px;
        line-height: 30px;
    }
} 


/*
====================================================================
    bizface-login
====================================================================
*/

.login-form {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    padding: 20px;
    float: left;
    max-width: 100%;
    width: 100%;
}

.login-page .navbar-brand {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
    display: inline-block;
}

.login-page .navbar-brand img {
    max-width: 280px;
    margin: 0 auto;
}

.login-page .login-btn {
    width: 100%;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
    padding: 10px 15px;
    background-color: #006699;
}

.login-page input[type="checkbox"] {
    outline: none;
    border: 0;
    margin-right: 15px;
}

.login-page button[type="submit"] {
    outline: none;
    border: 0;
}

.login-page .doyou {
    width: 100%;
    text-align: center;
    margin: 30px 0;
}

.login-page .doyou span {
    margin-right: 15px;
}

.login-page .doyou span a,
.button-box span.pull-right a {
    color: #006699;
}

.login-page .form-group {
    margin-bottom: 30px;
}

.form-group .social-register {
    text-align: center;
    width: 100%;
}

.form-group .social-register a i {
    width: 50px;
    height: 40px;
    line-height: 40px;
    background-color: #3c6195;
    text-align: center;
    color: #ffffff;
    margin-right: 10px;
    display: inline-block;
}

.form-group .social-register a i.fa-google-plus {
    background-color: #de3635;
}


/*
====================================================================
    bizface-pagination
====================================================================
*/

nav.pagination {
    margin: 50px 0 0 0;
    display: inline-block;
    text-align: center;
    width: 100%;
}

nav.pagination a {
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
    padding: 5px 15px;
    background-color: #68B737;
}

nav.pagination span.current {
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    padding: 5px 15px;
    background-color: #006699;
}

nav.pagination a:hover {
    background-color: #006699;
}


@media screen and (max-width: 320px){
    nav.pagination a, nav.pagination span.current {
       margin-right: 0;
    }
}
/*
====================================================================
    bizface-footer
====================================================================
*/

footer {
    position: relative;
    background: #006699;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    color: #fff;
    padding: 70px 0 70px;
}

footer .footer-widget {
    position: relative;
}

footer h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 30px;
    color: #ffffff;
    position: relative;
    padding-left: 15px;
}

footer h3::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 2px;
    height: 15px;
    background-color: #68B737;
    left: 0;
}

footer .about-widget .text {
    margin-bottom: 20px;
    line-height: 1.8em;
}

footer .footer-widget address {
    margin-top: 20px;
}

footer .footer-widget address p {
    margin-bottom: 20px;
}

footer .footer-widget address p:last-child {
    margin-bottom: 0;
}

footer .footer-widget address p a {
    color: #68B737;
    background-color: #ffffff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
}

footer .footer-widget address p a:hover {
    background-color: #68B737;
    color: #ffffff;
}

footer .links-widget ul li a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    margin-right: 11px;
    color: #68B737;
}

footer .links-widget ul li {
    padding: 5px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

footer .links-widget ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

footer .subscribe-widget {
    position: relative;
}

footer .links-widget ul li a {
    text-transform: capitalize;
}

.footer .link-widget ul li a:hover {
    color: #68B737;
}

footer .subscribe-widget .text {
    position: relative;
    line-height: 1.8em;
    margin-bottom: 30px;
}

footer .subscribe-widget .form-group input[type="text"],
footer .subscribe-widget .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 9px 16px;
    height: 42px;
    color: #222222;
    outline: none;
    font-size: 13px;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

footer .subscribe-widget .form-group input[type="text"]:focus,
footer .subscribe-widget .form-group input[type="email"]:focus {
    background-color: #f1f1f1;
}

footer .subscribe-widget .form-group {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

footer .newsletter-form .bizface-btn {
    text-transform: capitalize;
    padding: 5px 15px;
}

footer .newsletter-form .form-group button[type="submit"] {
    padding: 0 30px;
    background-color: #ffffff;
    border: 0;
    text-transform: capitalize;
    font-weight: 600;
    color: #68B737;
}

footer .newsletter-form .form-group button:hover[type="submit"] {
    padding: 0 30px;
    background-color: #68B737;
    color: #ffffff;
}


/*
====================================================================
   footer-media screen
====================================================================
*/

@media only screen and (min-width: 460px) and (max-width: 767px) {
    .links-widget .col-sm-6 {
        float: left;
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .footer-widget {
        margin-bottom: 50px;
    }
    .footer-widget.subscribe-widget {
        margin-bottom: 0;
    }
    .sec-title {
        padding: 0 15px;
    }
}


/*
====================================================================
   bizface-footer-bottom
====================================================================
*/

.footer-bottom {
    position: relative;
    font-size: 14px;
    padding: 13px 5px;
    line-height: 24px;
    text-align: center;
    background-color: #045781;
    color: #ffffff;
    width: 100%;
    float: left;
}

.footer-bottom .text {
    margin-top: 5px;
}

.footer-bottom .social-links * {
    color: rgb(255, 255, 255);
    display: inline-table;
    list-style: outside none none;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    margin-left: 3px;
}

.footer-bottom .social-links a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: transparent;
    display: inline-block;
}

.footer-bottom .social-links li {
    display: inline-block;
}

.footer-bottom .social-links li.active a,
.footer-bottom .social-links li a:hover,
.footer-bottom .social-links li a:hover i,
.footer-bottom .social-links li.active a i {
    background-color: #ffffff;
    color: #68B737;
}

.footer-bottom .social-links i {
    font-size: 13px;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .footer-bottom .col-sm-6 .text-left {
        text-align: center;
    }
    .footer-bottom .col-sm-6 .text-right {
        text-align: center;
        margin-top: 15px;
    }
}


/*
====================================================================
    bizface scroll-top
====================================================================
*/

a.scroll-top {
    background-color: #68B737;
    bottom: 45px;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    height: 40px;
    font-weight: bold;
    line-height: 38px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 40px;
    z-index: 999;
}

a.scroll-top::before {
    font-size: 25px;
}