/**
 * Stylesheet:  style.css
 * Theme:       BusinessLand - Corportate and Creative Agency HTML Template
 * Version:     1.0
 * Author:      yokothemes
 * URL:         http://www.themeforest.net/user/yokothemes
 *
 */


/* Table of contents
=================================================
1. Import CSS and Google Fonts
2. Global Styles
3. Preloader
4. Top Bar
5. Header
6. Sticky Header
7. Dropdown Main Menu
8. Slicknav and Responsive
9. Slider
10. About
10. About video area
11. Parallex
12. Team
13. Skills
14. Team Detail
15. News
16. Portfolio
17. Gallery
18. Service
19. Counter
20. Scroll to Top
21. Testimonial
21. Pricing
22. Contact
23. 404 Error
24. Blog
25. Sidebar
26. Author Box
27. Comment
28. Under Construction
29. FAQ
30. Featured Box
31. Subscribe
31. Appointment
32. Footer - Main
33. Footer - Bottom
34. Google Map
35. Service Details
36. Homepae video
=================================================
*/


/*
================================
Import CSS and Google Fonts
================================
*/

@import url(font-awesome.min.css);
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

/*
================================
Global Styles
================================
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}
html {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html a {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #464646;
    overflow: hidden;
    line-height: 22px;
    overflow-x: hidden;
    background-color: transparent;
}
p {
    color: #2a2a2a;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}
.ttu {
    text-transform: uppercase;
}
.ttl {
    text-transform: lowercase;
}
.ttn {
    text-transform: normal;
}
a {
    text-decoration: none !important;
    cursor: pointer;
}
a:link,
a:visited {
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
}
:active,
:hover,
:focus,
:visited {
    text-decoration: none;
    outline: none !important;
}
input,
button,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
}
.page-wrapper {
    width: 100%;
    height: auto;
    position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: #353535;
}
.sep {
    position: relative;
    left: 0;
    right: 0;
    width: 30px;
    height: 1.5px;
    background: #353535;
    display: block;
    margin: 20px auto;
    text-align: center;
}
.sep:before {
    content: '';
    position: absolute;
    left: -10px;
    right: 0;
    bottom: 0;
    background: #353535;
    width: 50px;
    height: 1.5px;
    margin: 5px 0;
}
.sep:after {
    content: '';
    position: absolute;
    left: -10px;
    right: 0;
    top: 0;
    background: #353535;
    width: 50px;
    height: 1.5px;
    margin: 5px 0;
}
.sep-white {
    background: #fff;
}
.sep-white:before {
    background: #fff;
}
.sep-white:after {
    background: #fff;
}
.gap-small {
    width: 100%;
    height: 20px;
    clear: both;
}
.bg-gray {
    background: #f2f3f3!important;
}
.no-pb {
    padding-bottom: 0!important;
}
img {
    border: 0;
    outline: none;
}
.img-fullwidth {
    width: 100%;
}
.img-responsive {
    display: block;
    width: 100%;
    height: auto;
}
.bg-white {
    background: #fff !important;
}
.bg-black4 {
    background: #f1f1f1 !important;
}
.heading-normal {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
}
.heading-normal h2 {
    font-family: 'Open Sans', sans-serif;
    color: #228df8;
    padding-bottom: 10px;
    font-size: 26px;
    font-weight: 800;
}
.heading-normal p {
    color: #2a2a2a;
    font-size: 14px;
}

/*
================================
Preloader
================================
*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../img/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/*
================================
Header
================================
*/

header {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 99999;
    position: fixed;
}
header .logo {
    float: left;
    -webkit-transition: background .2s;
    transition: background .2s;
}
header .logo img {
    max-height: 50px;
    margin: 18px 0 10px;
    /*border: 2px solid #fff;*/
    text-align: center;
}
header .nav-wrapper {
    float: right;
}
header .nav-wrapper ul {
    float: right;
}

/*
================================
Sticky Header
================================
*/

header.sticky {
    position: fixed;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 10000;
    -webkit-box-shadow: 0px 8px 15px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 8px 15px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 8px 15px -7px rgba(0, 0, 0, 0.75);
}
header.sticky .logo img {
    height: 40px;
    margin-top: 10px;
}
header.sticky .sf-menu .menu-description {
    display: none;
}
header.sticky .sf-menu li a {
    padding: 10px 18px;
    color: #333;
}
header.sticky .sf-menu li a:hover {
    color: #228df8;
}
header.sticky .sf-menu li li a {
    padding-top: 3px;
    padding-bottom: 3px;
}
header.sticky .sf-menu > li {
    margin-top: 10px;
}
header.sticky .sf-menu > li {
    margin-top: 0;
    height: 60px;
    line-height: 40px;
}
header.sticky .logo img {
    content: url(../img/logo-sticky.png);
}

/*
================================
Dropdown Main Menu
================================
*/

.sf-menu {
    margin-bottom: 0;
}
.sf-menu ul {
    box-shadow: none;
    border-top: 0;
}
.sf-menu a {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: normal;
}
.sf-menu li {
    text-transform: none;
    background: none;
}
.sf-menu li ul {
    border: 1px solid #ddd;
}
.sf-menu li li > ul {
    border: 1px solid #ddd;
    margin-left: 1px;
}
.sf-menu li li {
    min-width: 170px;
    height: auto;
    line-height: 30px;
    /*background: #228df8;*/
    color: #fff;
    margin-right: 0;
    -webkit-transition: height 200ms ease-in;
    -moz-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    transition: height 200ms ease-in;
}
.sf-menu li li a {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
.sf-menu li li:hover a:hover {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.sf-menu li li:first-child:hover a:hover {
    border-top: 1px solid #fff;
}
.sf-menu li li:last-child:hover a:hover {
    border-bottom: 1px solid #fff;
}
.sf-menu li li:last-child {
    border-bottom: 0;
}
.sf-menu li li:hover {
    /*background: #f2f3f3;*/
}
.sf-menu li li:hover > ul {
    -moz-animation: slideInRight 0.3s ease;
    -webkit-animation: slideInRight 0.3s ease;
    animation: slideInRight 0.3s ease;
}
.sf-menu li li:hover a {
    padding-left: 25px;
    font-weight: normal;
}
.sf-menu li li:hover li a {
    padding-left: 15px;
}
.sf-menu li li a {
    font-weight: normal !important;
    font-size: 13px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.sf-menu li li li {
    /*background: #228df8;*/
    /*border-left: 1px solid #f2f3f3;*/
    margin-left: -1px;
}
.sf-menu li li li a {
    color: green;
}
.sf-menu li li li a:hover {
    color: #2a2a2a;
    padding-left: 25px;
}
.sf-menu li a {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 21px;
    text-transform: none;
}
.sf-menu li:hover {
    background: none;
}
.sf-menu li:hover > ul {
    display: block;
    -moz-animation: zoomIn 0.3s ease;
    -webkit-animation: zoomIn 0.3s ease;
    animation: zoomIn 0.3s ease;
}
.sf-menu li:hover a {
    color: #ECF0F1;
}
.sf-menu li:hover li a {
    color: #000;
}
.sf-menu li:hover li:hover a {
    color: #000;
}
.sf-menu li.sfHover {
    background: none;
    font-weight: bold;
}
.sf-menu > li {
    margin-top: 25px;
    text-transform: uppercase;
}
.sf-menu > li > a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}
.sf-menu > li {
    margin-top: 0;
    height: 100px;
    line-height: 80px;
}
.sf-menu li:hover li a {
    /*background: #228df8;*/
    color: #000;
}
.sf-menu li:hover li:hover a {
    background: #fff;
    color: #228df8;
}
.sf-menu li:hover li:hover li a {
    /*background: #228df8;*/
    color: #fff;
}
.sf-menu li:hover li:hover li a {
    color: #5B5B5B;
}
.sf-menu li:hover li:hover li:hover a {
    /*background: #fff;*/
    /*background: #464646;*/
    color: #228df8;
}
.sf-menu li:hover li a {
    /*background: #464646!important;*/
    background: #fff !important;
    color: #5B5B5B;
}

/*
================================
Slicknav and Responsive
================================
*/

@media screen and (max-width: 991px) {
    #menu {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
    header.sticky .logo {
        z-index: 99999;
    }
    body.sticky .slicknav_menu {
        z-index: 99999;
        position: fixed;
        width: 100%;
        margin-top: -65px;
    }
    body.sticky .slide-carousel {
        margin-top: 124px;
    }
    .featured-box .item {
        margin-bottom: 25px;
    }
    .slicknav_nav .slicknav_row:hover {
        color: #333;
    }
    .slicknav_nav .slicknav_row:hover a {
        color: #333;
    }
}
@media screen and (min-width: 992px) {
    .slicknav_menu {
        display: none;
    }
    #menu {
        display: block;
    }
}
.slicknav_menu .slicknav_menutxt {
    text-indent: -9999px;
}
.slicknav_menu .slicknav_icon {
    margin-left: 0;
}
@media screen and (max-width: 599px) {
    .top-bar {
        text-align: center;
    }
    .top-bar .top-contact {
        float: none;
        width: 100%;
        display: inline-block;
    }
    .top-bar .top-contact .list {
        width: 100%;
        float: none;
    }
    .top-bar .top-social {
        float: none;
        width: 100%;
        display: inline-block;
    }
    .top-bar .top-social ul {
        float: none;
        width: 100%;
        text-align: center;
    }
    .top-bar .top-social ul li {
        float: none;
        display: inline-block;
        margin-left: 0;
        margin-right: 0;
    }
}

/*
================================
Slider
================================
*/

.slide-single {
    width: 100%;
    height: 660px;
    background-image: url(../images/slide1.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
}
.slide-single .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #262626;
    opacity: 0.7;
}
.slide-single .text {
    padding-top: 19%;
    text-align: center;
    position: relative;
    z-index: 99;
}
.slide-single .text-page {
    padding-top: 12%;
}
.slide-single h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
    padding: 10px 20px;
    width: 80%;
    line-height: 50px;
}
.slide-single h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 27px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    padding: 10px 20px;
}
.slide-single p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    text-transform: uppercase;
}
.slide-single p a {
    border: 1px solid #fff;
    padding: 10px 20px;
    background: transparent;
    color: #fff;
    font-weight: 600;
    display: inline-block;
}
.slide-single p a:hover {
    background: #fff;
    border-color: #fff;
    color: #228df8;
}
.slide-single:hover p {
    background: transparent;
}
.slide-carousel {
    overflow: hidden;
    position: relative;
    margin-bottom: -10px;
    position: relative;
}
.slide-carousel .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #262626;
    opacity: 0.5;
}
.slide-carousel .item {
    height: 660px;
    background: #4BCAFF;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.slide-carousel .item .photo {
    width: 100%;
    height: 100%;
}
.slide-carousel .item .text {
    padding-top: 18%;
    text-align: center;
    position: relative;
    z-index: 99;
}
.slide-carousel .item .text h2 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    width: 80%;
    line-height: 50px;
}
.slide-carousel .item .text h3 {
    font-family: 'Open Sans', sans-serif;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    line-height: 32px;
    text-transform: none;
    font-weight: 500;
}
.slide-carousel .item .text p {
    font-family: 'Open Sans', sans-serif;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    margin-top: 35px;
}
.slide-carousel .item h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0px;
    display: inline-block;
    padding: 10px 20px;
}
.slide-carousel .item h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
    padding: 10px 20px;
}
.slide-carousel .item p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    text-transform: uppercase;
}
.slide-carousel .item p a {
    border: 1px solid #fff;
    padding: 10px 20px;
    background: transparent;
    color: #fff;
    font-weight: 600;
}
.slide-carousel .item p a:hover {
    background: #fff;
    color: #228df8;
    border-color: #fff;
}
.slide-carousel .item p a:hover p {
    background: transparent;
}
.slide-carousel .owl-prev {
    display: block;
    position: absolute;
    top: 44%;
    left: 0;
}
.slide-carousel .owl-next {
    display: block;
    position: absolute;
    top: 44%;
    right: 0;
}
.slide-carousel .owl-nav [class*=owl-] {
    font-size: 50px;
    font-weight: normal;
    padding: 10px;
    text-align: center;
    background: transparent;
    color: #fff;
    transition: all ease 0.4s;
}
.slide-carousel .owl-nav [class*=owl-]:hover {
    color: #228df8;
    background: transparent;
}
.slide-single-page {
    background-image: url(../images/banner.jpg);
    height: 265px;
}
.slide-single-page h2 {
    font-size: 32px !important;
    font-weight: 500 !important;
}
.slide-single-page .overlay {
    opacity: 0.7;
}
.slide-single-page .text {
    padding-top: 0 !important;
}
.slide-single-page .text-page {
    height: 300px;
    padding-top: 0;
}
.slide-single-page .text-page .this-item {
    width: 100%;
    height: 300px;
    display: table;
    text-align: center;
}
.slide-single-page .text-page .this-item h2 {
    display: table-cell;
    vertical-align: middle;
    font-weight: 600!important;
    text-transform: capitalize!important;
}

/*
================================
About
================================
*/

.about {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.about h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #333;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.about p {
    font-family: 'Open Sans', sans-serif;
    color: #2a2a2a;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 14px;
}
.red-bar {
    background: #228df8 none repeat scroll 0 0;
    height: 4px;
    position: relative;
    width: 70px;
}
.black-btn {
    background: #fff;
    border-radius: 1px;
    color: #228df8;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    padding: 8px 20px;
    text-transform: uppercase;
    transition: all ease 0.4s;
    border: 2px solid #228df8;
    font-weight: 700;
}
.black-btn:hover {
    background: #228df8;
    color: #fff;
    border: 2px solid transparent;
}
.about .progress {
    height: 15px;
    border-radius: 0;
}
.about .progress-bar {
    font-weight: bold;
    line-height: 15px;
    background: #228df8;
}
.about .bar-heading {
    font-size: 14px;
    font-weight: 700;
}


/*
================================
Featured
================================
*/
.featured {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 10px;
}
.featured-info {
    overflow: hidden;
}
.featured-info-single-box {
    border: 1px solid #228df8;
    border-radius: 2px;
    padding: 25px;
    text-align: center;
    transition: all ease 0.4s;
    margin-bottom: 40px;
}
.featured-info-single-box:hover {
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
}
.featured-icon-box {
    overflow: hidden;
}
.featured-icon-box i.fa {
    background: #228df8 none repeat scroll 0 0;
    border: 5px solid #aed7ff;
    border-radius: 50%;
    color: #fff;
    float: none;
    font-size: 35px;
    height: 60px;
    line-height: 50px;
    margin-right: 15px;
    text-align: center;
    width: 60px;
}
.featured-icon-box > h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    text-transform: uppercase;
}
.featured-info-single-box > p {
    margin-top: 5px;
}

/**********************
About video area
**********************/

.about-video {
    background: url(../images/about-bg.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 10% 0;
    background-color: #ddd;
    position: relative;
    z-index: 1;
    text-align: center;
}
.about-video:after {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.about-video h2 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    margin-top: 20px;
}
.video-play-btn i.fa {
    background: #228df8 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    height: 70px;
    line-height: 72px;
    padding-left: 7px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 70px;
}
.video-play-btn i.fa:hover {
    background: rgba(207, 148, 85, .3);
    color: #fff;
}
.video-play-btn {
    display: block;
    text-align: center;
}

/*
================================
Parallex
================================
*/

.parallex {
    background-image: url(../images/slide1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
    position: relative;
}
.parallex .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
}
.parallex h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
}
.parallex p {
    color: #fff;
}
.parallex a {
    background: #fff;
    border-radius: 5px;
    margin-right: 5px;
    color: #2F2F2F;
    display: inline-block;
    font-size: 14px;
    padding: 10px 25px;
    text-transform: uppercase;
    margin-top: 20px;
    transition: all ease 0.4s;
    font-weight: 600;
}
.parallex .active-btn {
    background: #228df8;
    color: #fff;
}
.parallex .active-btn:hover {
    background: #fff;
    color: #333;
}
.parallex a:hover {
    background: #228df8;
    color: #fff;
}

/*
================================
Team
================================
*/

.team {
    background: #F5F5F5;
    padding-top: 50px;
    padding-bottom: 50px;
}
.team .heading {
    margin-bottom: 20px;
    text-align: center;
}
.team .heading h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #333;
    position: relative;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.team .heading p {
    text-align: center;
    color: #666;
    margin-bottom: 50px;
}
.team .team-inner {
    position: relative;
}
.team .item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.team .item .thumb {
    position: relative;
    overflow: hidden;
}
.team .item .thumb img {
    width: 100%;
}
.team .item .thumb .overlay {
    width: 100%;
    height: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 300ms ease;
    transition: all ease .3s;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
}
.team .item:hover .thumb .overlay {
    opacity: 1;
    height: 100%;
}
.team .item .social-icons {
    margin-top: -12%;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all ease 0.4s;
}
.team .item:hover .social-icons {
    top: 45%;
    opacity: 1;
}
.team .item .social-icons ul {
    text-align: center;
    padding-left: 10px;
}
.team .item .social-icons ul li {
    list-style-type: none;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 12px;
}
.team .item .social-icons ul li a {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    transition: all 0.4s ease;
    width: 40px;
}
.team .item .social-icons ul li a:hover {
    background: #228df8;
    border: 1px solid #228df8;
}
.team .item:hover .thumb img {
    width: 100%;
}
.team .text {
    text-align: center;
    bottom: -10%;
    left: 50%;
    margin-left: -50%;
    position: absolute;
    width: 100%;
    transition: all ease 0.4s;
    opacity: 0;
}
.team .item:hover .text {
    bottom: 17%;
    opacity: 1;
}
.team .text h3 {
    color: #228df8;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 5px;
}
.team .text h3 a {
    color: #228df8;
}
.team .text h4 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

/*
================================
Skills
================================
*/
.about .skills-bar {
    margin-top: 20px;
}


/*
================================
Counter
================================
*/
.work-counter {
    padding: 130px 0 80px;
    background: url(../images/banner.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 999;
}
.work-counter:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .7);
    z-index: -1;
}
.skill-heading {
    padding-top: 5px;
}
.work-counter h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #228df8;
    position: relative;
    text-transform: uppercase;
}
.work-counter p {
    font-size: 16px;
    color: #353535;
    margin-bottom: 0;
    margin-top: 16px;
    word-break: break-all;
}
.counter-skills {
    text-align: center;
}
.counter-item {
    margin-bottom: 50px;
}
.counter-text {
    border: 1px solid #aed7ff;
    overflow: hidden;
    padding: 50px 0 40px;
    background: url(../img/pattern.png);
    position: relative;
}
.counter-skills span.counter {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.counter-skills span.sml {
    font-size: 16px;
    font-weight: 700;
}
.counter-skills .counter-text p {
    margin-bottom: 15px;
    margin-top: 15px;
}
.counter-skills .small-bar {
    display: block;
    margin: 0 auto;
}
.counter-icon .fa {
    background: #228df8 none repeat scroll 0 0;
    border: 5px solid #aed7ff;
    border-radius: 50%;
    box-sizing: border-box;
    color: #fff;
    font-size: 30px;
    height: 70px;
    line-height: 60px;
    text-align: center;
    width: 70px;
}
.counter-icon {
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%, -35px);
    z-index: 999;
}

/**
 * ---------------------------------------------------
 * Team Detail
 * ---------------------------------------------------
 */

.member-detail {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.member-detail .member-single {
    margin-bottom: 30px;
}
.member-detail .member-single .text {
    background: #f1f1f1;
    text-align: center;
    padding: 25px 10px;
}
.member-detail .member-single .text h2 {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.member-detail .member-single .text h3 {
    color: #333;
    font-size: 14px;
    margin-bottom: 15px;
}
.member-detail .member-single .text p {
    color: #228df8;
}
.member-detail .member-single .thumb img {
    width: 100%;
    height: auto;
}
.member-detail .member-single .social .title {
    text-align: center;
    margin-top: 25px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.member-detail .member-single .social ul {
    margin-top: 15px;
    text-align: center;
}
.member-detail .member-single .social ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 5px;
}
.member-detail .member-single .social ul li a {
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    display: block;
    background: #228df8;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: inset 0 -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 -5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -5px rgba(0, 0, 0, 0.2);
}
.member-detail .member-single .social ul li a:hover {
    background: #656464;
}
.member-detail .member-detail-tab .content {
    padding: 15px 0;
}
.member-detail .member-detail-tab .content h2 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
}
.member-detail .member-detail-tab .content ul li {
    list-style-position: inside;
}
.member-detail .member-detail-tab .nav-tabs>li>a {
    color: #228df8;
}
.member-detail .member-detail-tab .nav-tabs>li.active>a {
    color: #333;
}
.member-detail .testimonial-content {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #656464;
}
.member-detail .testimonial-content:last-child {
    border-bottom: 0;
}
.member-detail .testimonial-content .top {
    overflow: hidden;
}
.member-detail .testimonial-content .top img {
    width: 60px;
    height: 60px;
    line-height: 60px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.member-detail .testimonial-content .top h2 {
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
    font-size: 16px;
}
.member-detail .testimonial-content .top h3 {
    color: #656464;
    font-size: 13px;
}
.member-detail .testimonial-content .bottom {
    color: #656464;
}
.member-detail .ask-question .btn-success {
    background-color: #228df8;
    border-color: #228df8;
    width: 100%;
    font-size: 16px;
    padding: 10px 20px 16px;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0 -5px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 -5px rgba(0, 0, 0, .2);
    box-shadow: inset 0 -5px rgba(0, 0, 0, .2);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.member-detail .ask-question .btn-success:hover {
    background: #656464;
    border-color: #656464;
}
.member-detail .ask-question .form-control {
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
}
.member-detail .contact-info {
    background: #f1f1f1;
    margin-bottom: 20px;
    padding: 20px;
}
.member-detail .contact-info .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #228df8;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}
.member-detail .contact-info .icon i {
    font-size: 20px;
}
.member-detail .contact-info .text {
    text-align: center;
}
.member-detail .contact-info .text h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
.member-detail .contact-info .text p {
    font-size: 14px;
}

/*
================================
News
================================
*/

.news {
    background: #f2f3f3;
    padding-top: 50px;
    padding-bottom: 50px;
}
.news .heading {
    margin-bottom: 20px;
    text-align: center;
}
.news .heading h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.news .heading p {
    text-align: center;
    color: #666;
    margin-bottom: 50px;
}
.news .thumbnail {
    padding: 0;
    border-radius: 0;
    position: relative;
}
.news .thumbnail .photo {
    position: relative;
}
.news .thumbnail .photo img {
    width: 100%;
}
.news .thumbnail .date {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(70, 70, 70, 0.8);
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
}
.news .thumbnail .date .inner {
    padding-top: 15px;
}
.news .thumbnail:hover .date {
    opacity: 1;
    height: 50px;
}
.news .thumbnail .caption {
    padding: 15px;
}
.news .thumbnail .caption h3 {
    font-family: 'Open Sans', sans-serif;
    color: #228df8;
    font-weight: 600;
    font-size: 20px;
}
.news .thumbnail .caption h4 {
    font-family: 'Open Sans', sans-serif;
    color: #868686;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 15px;
}
.news .thumbnail .caption p {
    font-size: 14px;
    line-height: 22px;
}
.news .thumbnail .caption p a {
    background: #228df8;
    border-color: #228df8;
    margin-top: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0;
}
.news .thumbnail .caption p a:hover {
    background: #2a2a2a;
    border-color: #2a2a2a;
}

/*
================================
Portfolio
================================
*/

.portfolio {
    padding-top: 50px;
    padding-bottom: 50px;
}
.portfolio h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #333;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}
.portfolio p.heading {
    margin-bottom: 50px;
    text-align: center;
    color: #666;
}
ul.portfolio-menu {
    text-align: center;
    margin-bottom: 25px;
}
ul.portfolio-menu li {
    display: inline-block;
    padding: 7px 14px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    background: #262626;
    color: #fff;
}
ul.portfolio-menu li:hover {
    background: #228df8;
    color: #fff;
}
ul.portfolio-menu li.filter.active {
    background: #228df8;
    color: #fff;
}
ul.portfolio-menu li {
    border-radius: 2px;
    margin-bottom: 5px;
}
.portfolio .mix {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    display: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.portfolio .mix .content-box {
    position: relative;
}
.portfolio .mix img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#mix-container {
    text-align: center;
}
.portfolio .mix .inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.portfolio .inner .overlay {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.portfolio .inner:hover .overlay {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.portfolio .inner .icons {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -20px;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 36px;
    z-index: 200;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.portfolio .inner .icons-inner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.portfolio .inner .icons-inner a {
    background: #228df8;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.portfolio .inner .icons-inner a:hover {
    background: #333;
}
.portfolio .inner .icons-inner a i {
    font-size: 16px;
}
.portfolio .inner:hover .icons-inner a {
    opacity: 1;
    filter: alpha(opacity=1);
}

/*
================================
Gallery
================================
*/

.gallery {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background: #fff;
    position: relative;
}
.gallery .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2a2a2a;
    opacity: 0.7;
}
.gallery h2 {
    font-family: "Raleway", serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2496D8;
    text-align: center;
}
.gallery h3 {
    font-family: "Raleway", serif;
    display: inline-block;
    font-size: 24px;
    border-top: 1px dotted #f2f3f3;
    border-bottom: 1px dotted #f2f3f3;
    color: #f2f3f3;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.gallery .menu-grid h2 {
    margin-bottom: 20px;
}
.gallery .menu-grid h3 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.gallery .menu-grid-item {
    overflow: hidden;
    margin-bottom: 50px;
}
.gallery .item {
    margin-bottom: 30px;
    width: 100%;
}
.gallery .item .inner {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.gallery .item .inner:hover .desc {
    top: 0;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.gallery .item .photo img {
    width: 100%;
}
.gallery .item .desc {
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #2a2a2a;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.gallery .item .desc p {
    color: #f2f3f3;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding: 0 20px;
    margin-top: 30%;
}
.gallery .nav-tabs {
    border-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.gallery .nav-tabs > li {
    margin-right: 10px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.gallery .nav-tabs > li > a {
    font-family: "Raleway", serif;
    font-size: 18px;
    background: transparent;
    color: #fff;
    border: 0;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 6px 10px;
}
.gallery .nav-tabs > li > a:hover {
    color: #2a2a2a;
    border-color: #2496D8;
    background: #2496D8;
}
.gallery .nav-tabs > li.active > a,
.gallery .nav-tabs > li.active > a:focus,
.gallery .nav-tabs > li.active > a:hover {
    background: #2496D8;
    color: #2a2a2a;
    border: 0;
    border: 1px solid #2a2a2a;
    border-radius: 0;
}
.gallery a.gallery-photo i {
    color: #fff;
    font-size: 30px;
}

/*
================================
Service
================================
*/

.service {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.service h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #333;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.service p.heading {
    margin-bottom: 50px;
    color: #666;
}
.service-single {
    margin-bottom: 50px;
    text-align: left;
}
.service .fix-clear:nth-child(3n+1) {
    clear: both;
}
.service .service-text h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.service .service-text p {
    color: #666;
}
.small-bar {
    background: #228df8;
    height: 2px;
    margin-bottom: 10px;
    width: 50px;
}
.center-red-bar {
    background: #228df8;
    display: block;
    height: 4px;
    margin: 0 auto 15px;
    position: relative;
    width: 80px;
}
.service-icon {
    display: block;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}
.service-icon i.fa {
    border: 1px solid #228df8;
    border-radius: 5px;
    color: #228df8;
    font-size: 40px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    transition: all ease 0.4s;
}
.service-single:hover .service-icon i.fa {
    background: #228df8;
    color: #fff;
}
.service-text {
    overflow: hidden;
}

/*
================================
Counter
================================
*/

.counter-v1 {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-image: url(../images/slide2.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.counter-v1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #353535;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.counter-v1 .container {
    position: relative;
    z-index: 9999;
}
.counter-v1 .counter-text {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    width: 187px;
    height: 187px;
    font-size: 24px;
    color: #fff;
    line-height: 38px;
    border-radius: 187px;
    -webkit-border-radius: 187px;
    -moz-border-radius: 187px;
    text-align: center;
    background: rgba(220, 32, 61, 0.7);
}
.counter-v1 .counter-text p:first-child {
    padding-top: 60px;
    margin-bottom: 0px;
}
.counter-v1 .counter-text span {
    color: #fff;
    font-size: 16px;
}
.counter-v1 .counter-text span.counter {
    color: #fff;
    font-size: 50px;
}

/*
================================
Scroll to Top
================================
*/

.scrollup {
    position: fixed;
    z-index: 99999;
    bottom: 20px;
    right: 20px;
    display: none;
}
.scrollup i {
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 50%;
    background: #228df8;
    color: #fff;
    border: 4px solid #228df8;
    text-align: center;
    font-size: 26px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.scrollup i:hover {
    opacity: 1;
    filter: alpha(opacity=1);
}

/*
================================
Testimonial
================================
*/

.testimonial-v1 {
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
    background-image: url(../images/slide2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.testimonial-v1 .overlay {
    background: #000;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}
.testimonial-v1 .heading h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}
.testimonial-v1 .container {
    position: relative;
    z-index: 9999;
}
.testimonial-v1 .testimonial-carousel {
    margin-top: 0px;
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.testimonial-v1 .testimonial-carousel .item {
    background-repeat: repeat-y;
    background-size: cover;
    margin: 0 auto;
    width: 80%;
}
.testimonial-v1 .testimonial-carousel .item .content {
    text-align: center;
}
.testimonial-v1 .testimonial-carousel .item .author-comment > p {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.testimonial-v1 .author ul {
    margin-bottom: 15px;
}
.testimonial-v1 .author-comment .fa {
    font-size: 40px;
    margin: 15px 0 20px;
    color: #fff;
}
.testimonial-v1 .author > h4 {
    color: #228df8;
    font-weight: 700;
    margin-top: 15px;
    text-transform: uppercase;
}
.testimonial-v1 .author > h4 span {
    color: #ddd;
    font-size: 13px;
    display: block;
    margin-top: 5px;
    font-weight: 500;
    text-transform: capitalize;
}
.testimonial-v1 .author li {
    display: inline-block;
    margin: 0;
    padding-right: 5px;
}
.testimonial-v1 .author ul li i.fa {
    color: #228df8;
    font-size: 16px;
}

/**
 * ---------------------------------------------------
 * Pricing - Version 1
 * ---------------------------------------------------
 */

.pricing-v1 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pricing-v1 .heading {
    margin-bottom: 50px;
}
.pricing-v1 .heading h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}
.pricing-v1 .heading p {
    text-align: center;
    color: #666;
    margin-bottom: 50px;
    text-align: center;
}
.pricing-v1 .pricing-item {
    background-image: url(../img/pattern.png);
    background-repeat: repeat;
    background-size: initial;
    padding: 40px;
    text-align: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-bottom: 40px;
}
.pricing-v1 .pricing-item:hover {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(194, 194, 194, 1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(194, 194, 194, 1);
    box-shadow: 0px 0px 5px 1px rgba(194, 194, 194, 1);
}
.pricing-v1 .pricing-item .title {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    border: 1px solid #000;
    padding: 10px;
    background: #464646;
    color: #fff;
}
.pricing-v1 .pricing-item .subtitle {
    font-size: 14px;
    color: #656464;
    margin-bottom: 10px;
}
.pricing-v1 .pricing-item .price {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 50px;
}
.pricing-v1 .pricing-item .price .hexa {
    width: 130px;
    height: 70px;
    background: #228df8;
    position: relative;
    margin: 0 auto;
}
.pricing-v1 .pricing-item .price .hexa:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 65px solid transparent;
    border-right: 65px solid transparent;
    border-bottom: 30px solid #228df8;
}
.pricing-v1 .pricing-item .price .hexa:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 65px solid transparent;
    border-right: 65px solid transparent;
    border-top: 30px solid #228df8;
}
.pricing-v1 .pricing-item .price .hexa .amount {
    color: #fff;
    font-size: 50px;
    padding-top: 12px;
}
.pricing-v1 .pricing-item .price .hexa .amount span {
    font-size: 26px;
}
.pricing-v1 .pricing-item .price .hexa .time {
    color: #fff;
    font-size: 14px;
    padding-top: 2px;
}
.pricing-v1 .pricing-item .offer ul li {
    list-style-type: none;
    border-bottom: 1px solid #BFBFBF;
    padding: 6px 0;
}
.pricing-v1 .pricing-item .offer ul li:first-child {
    border-top: 1px solid #BFBFBF;
}
.pricing-v1 .pricing-item .button {
    margin-top: 40px;
}
.pricing-v1 .pricing-item .button a {
    padding: 8px 22px 12px;
    background: #228df8;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: inset 0 -5px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 -5px rgba(0, 0, 0, .2);
    box-shadow: inset 0 -5px rgba(0, 0, 0, .2);
}
.pricing-v1 .pricing-item:hover .button a:hover {
    background: #2A2A2A;
    color: #fff;
}

/*
================================
Contact
================================
*/

.contact {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact .item {
    margin-bottom: 20px;
    overflow: hidden;
    background: #228df8;
    padding: 15px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contact .item:hover {
    background: #2a2a2a;
}
.contact .icon {
    float: left;
    margin-right: 15px;
    margin-top: 6px;
    color: #f2f3f3;
    font-size: 20px;
}
.contact .text {
    float: left;
}
.contact .text h3 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-top: 5px;
}
.contact .text p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.contact .text ul li {
    list-style-type: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.contact .cform-1 .btn-success {
    font-family: 'Open Sans', sans-serif;
    background-color: transparent;
    border-width: 2px;
    border-color: #228df8;
    color: #228df8;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contact .cform-1 .btn-success:hover {
    background: #228df8;
    color: #fff;
}
.contact .cform-1 .form-control {
    border-radius: 0;
    box-shadow: none;
}
.contact .cform-1 input[type="text"],
.contact .cform-1 input[type="email"],
.contact .cform-1 textarea {
    background: transparent;
    border-width: 2px;
    color: #2a2a2a;
}
.contact .cform-1 input[type="text"]:focus,
.contact .cform-1 input[type="email"]:focus,
.contact .cform-1 textarea:focus {
    border-color: #228df8;
}
.contact .cform-1 input[type="text"],
.contact .cform-1 input[type="email"] {
    height: 40px;
}

/*
================================
404 Error
================================
*/

.error-page {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.error-page .title .inner {
    font-family: 'Open Sans', sans-serif;
    width: 200px;
    height: 200px;
    background: #228df8;
    color: #fff;
    border: 5px solid #228df8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
}
.error-page .title .inner span:first-child {
    display: block;
    margin: 0;
    line-height: 60px;
    margin-top: 40px;
    font-size: 66px;
}
.error-page .title .inner span:last-child {
    display: block;
    margin: 0;
    line-height: 60px;
    font-size: 30px;
}
.error-page .content {
    margin-top: 40px;
    text-align: center;
}
.error-page .content h2 {
    font-family: 'Open Sans', sans-serif;
    color: #228df8;
    font-size: 24px;
}
.error-page .content p {
    font-size: 16px;
    color: #2a2a2a;
}
.error-page .content .button {
    margin-top: 40px;
}
.error-page .content .button a {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 2px solid #228df8;
    color: #228df8;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 16px;
}
.error-page .content .button a:hover {
    background: #228df8;
    color: #fff;
}

/*
================================
Blog
================================
*/

.blog {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.blog .post-item {
    margin-bottom: 30px;
}
.blog .image-holder {
    position: relative;
}
.blog .image-holder .date {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    z-index: 999;
}
.blog .image-holder .day {
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #228df8;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 16px;
}
.blog .image-holder .day:before {
    position: absolute;
    top: 22px;
    left: 24px;
    color: #228df8;
    font-family: 'FontAwesome';
    content: '\f0d7';
    font-size: 24px;
}
.blog .image-holder .month {
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #2a2a2a;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}
.blog h1 {
    font-size: 24px;
    color: #228df8;
    font-weight: bold;
}
.blog h2 {
    font-size: 20px;
    color: #228df8;
    font-weight: bold;
}
.blog h3 {
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    color: #228df8;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.blog h3 a {
    color: #228df8;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}
.blog h3 a:hover {
    color: #2a2a2a;
}
.blog h4 {
    font-size: 16px;
    color: #228df8;
    font-weight: bold;
}
.blog h5 {
    font-size: 14px;
    color: #228df8;
    font-weight: bold;
}
.blog h6 {
    font-size: 12px;
    color: #228df8;
    font-weight: bold;
}
.blog p {
    margin-bottom: 15px;
    font-size: 14px;
    color: #2a2a2a;
}
.blog .text {
    padding: 20px 0;
}
.blog .text ul.status {
    overflow: hidden;
    margin-bottom: 15px;
}
.blog .text ul.status li {
    text-align: left;
    margin-bottom: 15px;
    color: #228df8;
    font-size: 13px;
    float: left;
    list-style-type: none;
    margin-right: 15px;
    line-height: 18px;
    margin-bottom: 5px;
    padding-left: 0;
}
.blog .text ul.status li a {
    color: #228df8;
}
.blog .text ul.status li i {
    margin-right: 8px;
}
.blog .text ul.status li:before {
    content: '';
}
.blog ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    list-style-type: none;
}
.blog ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    content: '\f044';
    color: #353535;
}
.blog p.button {
    margin-top: 30px;
    display: block;
}
.blog p.button a {
    font-family: 'Open Sans', sans-serif;
    background: transparent;
    border: 2px solid #228df8;
    color: #228df8;
    font-size: 14px;
    padding: 8px 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.blog p.button a:hover {
    background: #2a2a2a;
    color: #fff;
    border-color: #2a2a2a;
}
.blog .pagination {
    margin-top: 20px;
}
.blog .pagination ul {
    width: 100%;
    height: auto;
    text-align: center;
}
.blog .pagination ul li {
    display: inline-block;
    color: #2a2a2a;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    padding-left: 0;
}
.blog .pagination ul li:before {
    content: '';
}
.blog .pagination ul li a {
    background: #228df8;
    color: #fff;
    display: block;
    font-size: 16px;
    border: 1px solid #228df8;
}
.blog .pagination ul li a i {
    margin-right: 0;
}
.blog .pagination ul li a:hover {
    background: #2a2a2a;
    border: 1px solid #2a2a2a;
    color: #fff;
}
.blog .pagination ul li a.active {
    background: #2a2a2a;
    border: 1px solid #2a2a2a;
    color: #fff;
}
.blog .gallery-carousel {
    position: relative;
    z-index: 999;
}
.blog .owl-controls {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 999;
}
.blog .owl-controls .owl-prev,
.blog .owl-controls .owl-next {
    background: #353535;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 13px;
    padding-right: 13px;
}
.blog .owl-controls .owl-prev i,
.blog .owl-controls .owl-next i {
    font-size: 16px;
}
.blog .owl-controls .owl-prev:hover,
.blog .owl-controls .owl-next:hover {
    background: #228df8;
}
.blog .video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.blog .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog .audio {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

/*
================================
Sidebar
================================
*/

.sidebar {
    width: 100%;
}
.sidebar .widget {
    overflow: hidden;
    margin-bottom: 30px;
}
.sidebar .widget h4 {
    font-family: 'Open Sans', sans-serif;
    color: #228df8;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 6px;
    margin-bottom: 15px;
}
.sidebar .widget ul li {
    display: block;
    float: none;
    color: #2a2a2a;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.sidebar .widget ul li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    color: #2a2a2a;
    top: 1px;
    left: 3px;
    font-weight: 600;
}
.sidebar .widget ul li a {
    color: #2a2a2a;
    font-size: 14px;
}
.sidebar .widget ul li a:hover {
    color: #228df8;
}
.sidebar .widget ul.tag-cloud li {
    display: inline-block;
    padding-left: 0;
    font-size: 12px;
    margin-right: 5px;
}
.sidebar .widget ul.tag-cloud li a {
    display: block;
    padding: 4px 10px;
    border: 2px solid #afafaf;
}
.sidebar .widget ul.tag-cloud li:before {
    content: '';
}
.sidebar .widget ul.tag-cloud li:hover {
    background: #228df8;
    border-color: #228df8;
    color: #fff;
}
.sidebar .widget ul.tag-cloud li:hover a {
    color: #fff;
    border: 2px solid #228df8;
}
.sidebar .widget-search input {
    height: 36px;
    color: #2a2a2a;
    border: 2px solid #228df8;
    background: transparent;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 0;
}
.sidebar .widget-search input:focus {
    border: 2px solid #228df8;
}
.sidebar .widget-search button {
    width: 42px;
    height: 36px;
    float: left;
    border: 2px solid #228df8;
    background: #228df8;
    border-radius: 0;
    margin-left: 5px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/*
================================
Author Box
================================
*/

.author-box {
    width: 100%;
    height: auto;
    background: #228df8;
    color: #2a2a2a;
    text-align: left;
}
.author-box .inner {
    padding: 20px;
    overflow: hidden;
}
.author-box .author-thumb {
    width: 15%;
    float: left;
}
.author-box .author-thumb img {
    width: 100%;
    height: auto;
    padding-right: 15px;
}
.author-box .author-info {
    width: 85%;
    float: left;
}
.author-box .author-info h3 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    text-transform: none;
}
.author-box .author-info p {
    color: #fff;
    line-height: 22px;
    font-size: 14px;
}
.author-box .author-info ul li {
    float: left;
    list-style-type: none;
    margin-right: 5px;
    padding-left: 0;
}
.author-box .author-info ul li:before {
    content: '';
}
.author-box .author-info ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #228df8;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    display: block;
}
.author-box .author-info ul li a i {
    margin-right: 0;
    font-size: 14px;
}
.author-box .author-info ul li a:hover {
    background: #2a2a2a;
    color: #fff;
}

/*
================================
Comment
================================
*/

.comments {
    margin-top: 40px;
}
.comments h2 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}
.comments .comment-list {
    background: transparent;
    padding: 15px;
}
.comments .comment-list .thumb {
    width: 80px;
    display: table-cell;
    vertical-align: top;
}
.comments .comment-list .thumb img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.comments .comment-list .text {
    padding: 0;
    display: table-cell;
    vertical-align: top;
}
.comments .comment-list .text .inner {
    margin-left: 10px;
}
.comments .comment-list .text h3 {
    margin-top: 0;
    text-transform: none;
    font-size: 18px;
}
.comments .comment-list .text p,
.comments .comment-list .text span {
    color: #2a2a2a;
    font-size: 14px;
}
.comments .comment-list .text span.date {
    margin-right: 40px;
}
.comments .comment-list .text span.date i {
    margin-right: 5px;
}
.comments .comment-list .text span.reply a {
    font-family: 'Open Sans', sans-serif;
    background: #228df8;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
}
.comments .comment-list .parent {
    margin-bottom: 0px;
    overflow: hidden;
}
.comments .comment-list .children .parent {
    margin-bottom: 0px;
}
.comments .comment-list .children .parent-inner {
    background: transparent;
    padding: 15px;
    overflow: hidden;
    margin-left: 60px;
}
.comments .comment-list .children .children .parent-inner {
    background: transparent;
    padding: 15px;
    overflow: hidden;
    margin-left: 120px;
}
.comments .comment-list .children > li {
    list-style-type: none;
    display: block;
    margin-right: 0;
    margin-bottom: 0;
}
.comments .comment-list .children > li:before {
    content: '';
}
.comments .comment-list > li {
    border-bottom: 1px dashed #a1a1a1;
    margin-bottom: 20px;
    padding-left: 0;
}
.comments .comment-list > li:before {
    content: '';
}
.comments .comment-list > li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.comments > li {
    list-style-type: none;
    display: block;
    margin-right: 0;
    margin-bottom: 0;
}
.comments .respond {
    background: transparent;
    margin-bottom: 20px;
}
.comments .respond .cform-1 .btn-success {
    font-family: 'Open Sans', sans-serif;
    background-color: transparent;
    border: 2px solid #228df8;
    color: #228df8;
    font-size: 16px;
    padding: 8px 20px;
    font-weight: 600;
    border-radius: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.comments .respond .cform-1 .btn-success:hover {
    background: #2a2a2a;
    color: #fff;
    border-color: #2a2a2a;
}
.comments .respond .cform-1 .form-control {
    border-radius: 0;
    box-shadow: none;
}
.comments .respond .cform-1 input[type="text"],
.comments .respond .cform-1 input[type="email"],
.comments .respond .cform-1 textarea {
    font-family: 'Open Sans', sans-serif;
    background: transparent;
    border: 2px solid #ccc;
    color: #2a2a2a;
    font-size: 14px;
}

/*
================================
Under Construction
================================
*/

.under-construction-v1 {
    width: 100%;
    height: 100vh;
    position: relative;
    background: url(../images/slide2.jpg);
    background-size: cover;
    background-position: center;
}
.under-construction-v1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2a2a2a;
    opacity: 0.8;
}
.under-construction-v1 .inner {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.under-construction-v1 h1 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 50px;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}
.under-construction-v1 p {
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
}
.under-construction-v1 .newsletter {
    text-align: center;
}
.under-construction-v1 .btn-success {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    background-color: #228df8;
    color: #fff;
    border: 0;
    border-color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0;
}
.under-construction-v1 .btn-success:hover {
    background: #2a2a2a;
    border-color: #2a2a2a;
    color: #fff;
}
.under-construction-v1 .form-control {
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    outline: none;
}
.under-construction-v1 input[type="email"] {
    background: #f2f3f3;
    border: 2px solid #f2f3f3;
    height: 40px;
    color: #000;
}

/*
================================
FAQ
================================
*/

.faq {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
}
.faq h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #228df8;
    margin-bottom: 20px;
}
.faq .panel {
    box-shadow: none !important;
    border-radius: 0 !important;
}
.faq .panel-group {
    margin-bottom: 40px;
}
.faq .panel-group .panel-heading a:after {
    content: '\f068';
    font-family: 'FontAwesome';
    position: absolute;
    font-weight: normal;
    font-size: 14px;
    right: -1px;
    top: -6px;
    padding: 21px;
    color: #228df8;
}
.faq .panel-group .panel-heading a.collapsed:after {
    content: '\f067';
    font-family: 'FontAwesome';
    font-size: 14px;
    right: -1px;
    top: -6px;
    padding: 21px;
    color: #228df8;
}
.faq .panel-default > .panel-heading {
    background: #eee;
    color: #2a2a2a;
    padding: 0;
    border-radius: 0;
    position: relative;
    font-size: 14px;
}
.faq h4.panel-title a {
    display: block;
    padding: 14px;
    font-size: 14px;
    font-weight: bold;
}
.faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}

/*
================================
Featured Box
================================
*/

.featured-box {
    background: #f2f3f3;
    padding-top: 50px;
    padding-bottom: 50px;
}
.featured-box .item {
    padding: 30px 15px;
    position: relative;
}
.featured-box .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #228df8;
    opacity: 0.9;
    z-index: 10;
}
.featured-box .item .icon {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    display: block;
    position: relative;
    z-index: 1000;
}
.featured-box .item .icon i {
    font-size: 40px;
}
.featured-box .item .text {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1000;
}
.featured-box .item .text h2 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    border: 2px solid #fff;
    border-radius: 18px;
    display: inline-block;
    padding: 6px 22px;
}
.featured-box .item .text p {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

/*
================================
Subscribe
================================
*/

.subscribe {
    background-image: url(../images/subscribe.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
    position: relative;
}
.subscribe .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
}
.subscribe h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
.subscribe p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.subscribe-form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #cccccc;
    color: #fff;
    padding: 12px 10px;
    width: 40%;
}
.subscribe-form button {
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    margin-top: -4px;
    padding: 13px 35px;
    text-transform: uppercase;
    transition: all ease 0.4s;
    border: 1px solid #fff;
}
.subscribe-form button:hover {
    background: #228df8;
    border: 1px solid #228df8;
    color: #fff;
}

/*
================================
Appointment
================================
*/

.appointment-v1 {
    background: #228df8;
    padding-top: 30px;
    padding-bottom: 30px;
}
.appointment-v1 .left p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    padding-top: 10px;
    line-height: 28px;
}
.appointment-v1 .right {
    float: right;
}
.appointment-v1 .right a {
    font-size: 18px;
    padding: 10px 20px;
    display: block;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}
.appointment-v1 .right a:hover {
    background: #2a2a2a;
    color: #f2f3f3;
    border: 2px solid #2a2a2a;
}

/*
================================
Footer - Main
================================
*/

.footer-main {
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: #2a2a2a;
}
.footer-main h3 {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    padding-bottom: 10px;
}
.footer-main h3:after {
    content: "";
    position: absolute;
    width: 50px;
    background: #228df8;
    left: 0;
    bottom: 0;
    height: 2px;
}
.single-footer-info {
    margin-bottom: 35px;
}
.footer-main .footer-col p {
    color: #a3a3a3;
    font-size: 15px;
    margin-bottom: 0;
}
.footer-info i.fa {
    color: #a3a3a3;
    margin-right: 5px;
}
.footer-info {
    list-style: none;
}
.footer-info li a {
    color: #a3a3a3;
    font-size: 15px;
    transition: all ease 0.3s;
}
.footer-info > li {
    padding-bottom: 5px;
}
.footer-info > li:hover a {
    color: #fff;
}
.footer-main .footer-col #ft-hbg {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-form .form-control {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #555555;
    border-radius: 0;
    color: #fff;
    height: 40px;
    margin-bottom: 15px;
    transition: all ease 0.4s;
}
.footer-form textarea.form-control {
    height: 150px;
}
.footer-form input.btn {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 1px;
    font-weight: 600;
    padding: 13px 30px;
    text-transform: uppercase;
    transition: all ease 0.4s;
}
.footer-form input.btn:hover {
    background: #228df8;
    border: 1px solid #228df8;
}
.footer-form .form-control:hover {
    border-color: #228df8;
}
.footer-form .form-control:focus {
    border-color: #228df8;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*
================================
Footer - Bottom
================================
*/

.footer-bottom {
    width: 100%;
    height: auto;
    background: #141314;
    padding: 15px 0;
}
.footer-bottom .copyright {
    font-size: 13px;
    color: #a3a3a3;
    text-align: center;
}

/*
================================
Google Map
================================
*/

.google-map iframe {
    width: 100%;
    height: 400px;
}

/*
================================
Service Details
================================
*/

.service-detail {
    padding: 50px 0;
}
.service-detail h2 {
    color: #333;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.service-detail h3 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
}

/*
================================
Homepage Video
================================
*/

.video-wrapper {
    height: 660px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.overlay {
    height: 100%;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, .6);
    content: "";
    top: 0;
    width: 100%;
}
.video-wrapper .video-content {
    left: 50%;
    position: absolute;
    top: 54%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.video-wrapper .this-item > h2 {
    animation-delay: 0s;
    animation-duration: 0.8s;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: none;
    width: 80%;
    color: #fff;
    margin: 0 auto;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 50px;
    padding: 10px 20px;
}
.video-wrapper .this-item > h3 {
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 27px;
    margin-bottom: 15px;
    padding: 10px 20px;
}
.video-wrapper .this-item p a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.video-wrapper .this-item p a:hover {
    background: #fff;
    color: #333;
    border: 1px solid #fff;
}