
body {
    font-family: 'PT Serif Caption', sans-serif;
    font-size: 14px;
}

[class*="-section"] {
    overflow: hidden;
}

img {
    max-width: 100%;
}

a {
    outline: 0 !important;
}

.ci {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* Custom Icon */
.widget_search .form-control {
    border-radius: 5px;
    border-color: #ddd;
    height: 50px;
    display: inline-block;
    padding-right: 43px;
}

.widget_search .btn {
    background-image: url("images/icon/search-icon.png");
    height: 50px;
    width: 36px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
}

.search-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    background-color: #333;
    border-radius: 0px 5px 5px 0px;
}

/* ## //- Layout ########################################### */

/* Section Header */
.section-header {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.section-sub-title, .title {
    text-transform: uppercase;
}

.section-sub-title {
    color: #aaa;
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-align: center;
    margin: 0 0 16px 0;
    padding: 0;
}

.section-title {
    font-size: 32px;
    color: #000;
    font-weight: 900;
    display: block;
    text-align: center;
    background-image: url("images/section/title-background.png");
    background-position: bottom center;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 40px;
    margin: 0 0 40px;
}

.description {
    display: inline-block;
    width: 55%;
    text-align: center;
    color: #777;
}

.ow-section {
    padding-bottom: 50px;
}

.no-section-header {
    padding-top: 50px;
    padding-bottom: 50px;
}

.no-section-header .ow-section {
    padding-bottom: 0;
}
/* Rotation */
.intro-icon.a span i,
.about-icon,
.why-choose-us-icon i,
.service-tab-system .nav-tabs > li.active > a > i, .service-tab-system li:hover > a > i,
.service-icon:hover i,
.featured-section .tab-system .nav-tabs li a .featured-icon.a i,
.testimonial-item img {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

.intro-icon.a:hover span i,
.about-icon:hover,
.why-choose-us-icon:hover  i,
.service-icon:hover i,
.featured-section .tab-system .nav-tabs li a:hover .featured-icon.a i,
.testimonial-item img:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
/* .carousel */
.carousel-inner > .item > img,
.carousel-caption {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.carousel-inner > .item > img {
    top: 0;
}

.carousel-caption {
    z-index: 10;
    width: 95%;
}

.carousel-control {
    width: 31px;
    position: relative;
    font-size: 15px;
    border: 1px solid #00c1ef;
    color: #00c1ef;
    padding: 5px;
    display: inline-block;
}

.carousel-control.right {
    right: -5px;
}

.carousel-control.left {
    left: -5px;
}

.carousel-control:hover,
.carousel-control:focus {
    background-color: #00c1ef;
    text-shadow: none;
    background-image: none;
    color: #fff;
}

.links-button {
    display: block;
    height: 49px;
    float: none;
    line-height: 49px;
    border: 1px solid #dfdfdf;
    color: #444444;
    margin: 30px 15px;
    text-align: center;
}

/* ## //- Header */

/* Logo Block */
.header-home {
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.09);
    display: inline-block;
    width: 100%;
    background-color: #fff;
}

.logo-block {
    padding: 19px 0;
}

.logo-block a h1 {
    font-size: 30px;
    margin: 0;
    color: #000;
}

.header-blog .logo-block a h1 {
    color: #fff;
}

.logo-block a {
    text-decoration: none;
}
/* Navigation Menu */
.menu-block {
    padding: 11px 0;
}

.navbar-default {
    background: none;
    border: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav li > a:hover,
.navbar-default .navbar-nav li > a:focus {
    background: none;
    color: #00c1ef;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #3e3e3e;
    text-transform: uppercase;
}

.navbar-default .navbar-nav li a:hover > .dropodown-menu {
    display: block;
}
/* DropDown Menu */
.header-home .dropdown-menu, .header-blog .dropdown-menu {
    left: auto;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.176);
}

/* Slider Section */
.slider-section {
    color: #fff;
    position: relative;
}

.slide-item {
    text-align: center;
}

.slide-title {
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    display: block;
    margin-top: 190px;
    position: relative;
    top: 46px;
}

.slide-title-border {
    border-top: 1px solid #fff;
    width: 18%;
    display: inline-block;
    position: absolute;
    top: 12px;
}

.slide-title-border.after {
    left: 21.2%;
}

.slide-title-border.before {
    right: 21.3%;
}

.slide-sub-title {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    text-align: center;
    font-size: 44px;
    font-weight: bold;
    color: #00c1ef;
    padding: 42px 48px;
    position: relative;
    z-index: 1;
}

.slide-sub-title img {
    height: auto !important;
    margin: 0 !important;
    position: relative !important;
    top: auto !important;
    width: auto !important;
    left: auto !important;
}

.slide-description {
    display: inline-block;
    width: 70%;
    font-size: 17px;
    margin-top: 70px;
}

.carousel-indicators {
    bottom: 40%;
}

.carousel-indicators li {
    background-image: url("images/icon/slider-indicator.png");
    background-repeat: no-repeat;
    background-color: transparent;
    width: 12px;
    height: 14px;
    border: none;
    border-radius: 0px;
}

.carousel-indicators .active {
    background-image: url("images/icon/slider-indicator-active.png");
    background-color: transparent;
    border: none;
    width: 11px;
    height: 14px;
}

.slide-item:before {
    background-image: url("images/gridtile.png");
    background-repeat: repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.arrow {
    color: #00C1EF;
    font-size: 40px;
}
/* ## #--1--# Section - Introduction ########################################### */

.iphone {
    text-align: right;
}

.introduction-section .tab-system {
    display: block;
}

.introduction-section .tab-system .nav li {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.introduction-section .tab-system .nav-tabs {
    border: none;
    margin-top: 30px;
}

/* 03-12-15 */

.intro-icon {
    width: 60px;
    height: 40px;
    position: relative;
    background: #ddd;
    display: inline-block;
}

.intro-icon:before,
.intro-icon:after {
    content: "";
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    position: absolute;
}

.intro-icon:before {
    top: -16px;
    border-bottom: 16px solid #ddd;
    left: 0;
}

.intro-icon:after {
    bottom: -16px;
    border-top: 16px solid #ddd;
    left: 0;
}

.intro-icon.a {
    background-color: #fff;
    -webkit-transform: scale(.98, .98);
    -moz-transform: scale(.98, .98);
    transform: scale(.98, .98);
    z-index: 1;
}

.intro-icon.a:before {
    border-bottom: 16px solid #fff;
    top: -16px;
}

.introduction-section .tab-system .nav-tabs > li.active .intro-icon.a,
.introduction-section .tab-system .nav-tabs > li.active:hover .intro-icon.a,
.introduction-section .tab-system .nav-tabs > li.active:focus .intro-icon.a,
.introduction-section .tab-system .nav-tabs > li a:hover {
    background-color: #00C1EF;
    color: #fff;
    border: none;
}

.introduction-section .tab-system .nav-tabs > li.active .intro-icon.a:before,
.introduction-section .tab-system .nav-tabs > li.active:hover .intro-icon.a:before,
.introduction-section .tab-system .nav-tabs > li.active:focus .intro-icon.a:before,
.intro-icon.a:hover:before {
    border-bottom-color: #00C1EF;
}

.intro-icon.a:after {
    border-top: 16px solid #fff;
    bottom: -15px;
}

.introduction-section .tab-system .nav-tabs > li.active .intro-icon.a:after,
.introduction-section .tab-system .nav-tabs > li.active:hover .intro-icon.a:after,
.introduction-section .tab-system .nav-tabs > li.active:focus .intro-icon.a:after,
.intro-icon.a:hover:after {
    border-top-color: #00C1EF;
}

.intro-icon.a:hover:after {
    bottom: -15px;
}

.intro-icon.a span {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    font-size: 26px;
    color: #000;
}

.introduction-section .tab-system .nav-tabs > li.active .intro-icon.a span,
.introduction-section .tab-system .nav-tabs > li.active:hover .intro-icon.a span,
.introduction-section .tab-system .nav-tabs > li.active:focus .intro-icon.a span,
.intro-icon.a:hover span {
    color: #fff;
}
/* over 03-12-15 */
.introduction-section .tab-system .tab-detail {
    display: inline-block;
    width: 80%;
    margin: 0 0 0 20px;
}

.introduction-section .tab-system .tab-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 7px;
    text-transform: uppercase;
}

/* ## #--2--# Section - Call to Action ########################################### */
/*call-to-action*/
.call-to-action {
    background-image: url("images/section/call-action-bg.png");
    text-align: center;
    color: #fff;
}

.call-action-subtitle,
.call-action-title {
    display: block;
}

.call-action-subtitle {
    font-size: 16px;
}

.call-action-title {
    font-size: 38px;
    font-weight: 900;
    color: #00c1ef;
}

.call-action-description {
    font-size: 14px;
    display: inline-block;
    width: 80%;
    margin-top: 20px;
    line-height: 19.6px;
}

.get-started {
    display: inline-block;
    border: 1px solid #fff;
    width: 154px;
    height: 49px;
    line-height: 49px;
    margin: 50px auto;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    margin-left: 10px;
}

.get-started:hover {
    color: #fff;
    background-color: #00c1ef;
    text-decoration: none;
    border: none;
}

.call-us .get-started:hover {
    background-color: #000;
}

/* ## #--3--# Section - About Us ########################################### */
/* about section */
.about-section {
    text-align: center;
}

.about .col-sm-6 {
    margin-bottom: 30px;
}

.about-icon {
    font-size: 60px;
    width: 140px;
    height: 159px;
    display: block;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

.about-icon-hexagone {
    width: 140px;
    height: 80px;
    position: relative;
    background: #00C1EF;
    display: inline-block;
    top: 37px;
}

.about-icon-hexagone:before,
.about-icon-hexagone:after {
    content: "";
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    position: absolute;
}

.about-icon-hexagone:before {
    top: -36px;
    border-bottom: 36px solid #00C1EF;
    left: 0;
}

.about-icon-hexagone:after {
    bottom: -36px;
    border-top: 36px solid #00C1EF;
    left: 0;
}

.about-icon-hexagone.a {
    background-color: #00C1EF;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    z-index: 1;
    top: 0;
}

.about-icon-hexagone.a a {
    color: #fff;
}

.about-icon-hexagone.a:before {
    border-bottom: 36px solid #00C1EF;
    top: -36px;
}

.about-icon-hexagone.a:after {
    border-top: 36px solid #00C1EF;
    bottom: -36px;
}

.about-icon:hover .about-icon-hexagone {
    background-color: #ddd;
}

.about-icon:hover .about-icon-hexagone.a {
    -webkit-transform: scale(.99, .99);
    -moz-transform: scale(.99, .99);
    transform: scale(.99, .99);
}

.about-icon:hover .about-icon-hexagone:before {
    border-bottom-color: #ddd;
}

.about-icon:hover .about-icon-hexagone:after {
    border-top-color: #ddd;
}

.about-icon:hover .about-icon-hexagone.a {
    background-color: #fff;
}

.about-icon:hover .about-icon-hexagone.a a {
    color: #000;
}

.about-icon:hover .about-icon-hexagone.a:before {
    border-bottom-color: #fff;
}

.about-icon:hover .about-icon-hexagone.a:after {
    border-top-color: #fff;
}

.about-icon:hover {
    color: #000;
}

.about-box-title {
    background-image: url("images/section/about-box-title-bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    font-size: 18px;
    padding: 30px 0 20px 0;
}

.about-box-description {
    color: #777;
    font-size: 13px;
}
/* call us */
.call-us {
    background: #00c1ef;
}

.call-us-title {
    color: #fff;
    font-size: 27px;
    text-align: left;
    margin: 0;
}

.call-us-title span {
    display: block;
    font-size: 14px;
}

.purchase-now {
    border: 1px solid #fff;
    margin: 0;
}
/* why choose */
.why-choose-us {
    background: #f6f6f6;
    padding: 50px 0;
}

.why-choose-us .title {
    font-weight: 300;
    text-transform: none;
}

.why-choose-us .col-md-4 {
    margin-bottom: 64px;
    display: inline-block;
}

.why-choose-us .intro-icon {
    top: 17px;
}

.why-choose-us .intro-icon.a {
    top: 0px;
}

.why-choose-us .intro-icon a:hover {
    background-color: #00C1EF;
}

.why-choose-us .choose-box {
    display: inline-block;
    width: 76%;
}

.why-choose-us .choose-box-title {
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
}

.choose-description {
    text-align: left;
    font-size: 13px;
}

/* ## #--4--# Section - Skill ########################################### */
/* Our Skills Section */
.skill-section {
    background-image: url("images/section/our-skills-bg.jpg");
    color: #fff;
}

.skill-section.no-section-header {
    padding: 100px 0;
}

.our-skill-title {
    font-size: 24px;
    font-weight: 600;
}

.our-skill-description {
    font-size: 13px;
    margin-bottom: 20px;
}

.skill-block {
    display: inline-block;
    width: 140px;
    height: 190px;
    position: relative;
    margin-left: 16px;
    margin-bottom: 20px;
}

.skill {
    width: 90%;
    text-align: center;
    line-height: 95px;
    font-size: 38px;
    font-weight: 900;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
}

.skill-section .col-md-3 {
    margin-bottom: 20px;
}

.skill-block > div {
    max-height: 165px;
    overflow: hidden;
    display: inline-block !important;
}

.skill-link {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    display: block;
}

.skill-link:hover {
    color: #fff;
}

.skill-section .col-md-5 img {
    width: 40%;
}

/* ## #--5--# Section - Service ########################################### */
.service-section {
    text-align: center;
}

.service-tab-system .nav-tabs,
.service-tab-system .nav-tabs > li.active > a,
.service-tab-system .nav-tabs > li.active > a:hover,
.service-tab-system .nav-tabs > li.active > a:focus {
    border: none;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: none;
    border: none;
}

.service-tab-system .nav-tabs > li.active > a,
.service-tab-system .nav-tabs > li.active > a:hover,
.service-tab-system .nav-tabs > li.active > a:focus {
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 46px;
    background-color: transparent;
}

.service-tab-system li {
    text-align: center;
    min-height: 262px;
}

.service-tab-system li:last-child {
    margin-right: 0;
}

.service-tab-system li a span {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 36px;
}

.service-tab-system li a .service-icon {
    height: 114px;
    width: 100px;
    display: inline-block;
    font-size: 35px;
    line-height: 55px;
    margin-bottom: 35px;
    color: #000;
}

.service-tab-icon {
    width: 100px;
    height: 57px;
    position: relative;
    background: #ddd;
    display: inline-block;
    top: 25px;
}

.service-tab-icon:before,
.service-tab-icon:after {
    content: "";
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    position: absolute;
}

.service-tab-icon:before {
    top: -25px;
    border-bottom: 25px solid #ddd;
    left: 0;
}

.service-tab-icon:after {
    bottom: -25px;
    border-top: 25px solid #ddd;
    left: 0;
}

.service-tab-icon.a {
    background-color: #fff;
    -webkit-transform: scale(.98, .99);
    -moz-transform: scale(.98, .99);
    transform: scale(.98, .99);
    z-index: 1;
    top: 0;
}

.service-tab-icon.a:before {
    border-bottom: 25px solid #fff;
    top: -25px;
}

.service-tab-icon.a:after {
    border-top: 25px solid #fff;
    bottom: -25px;
}

.service-tab-system .nav-tabs > li.active > a .service-icon .service-tab-icon.a,
.service-tab-system .nav-tabs > li.active > a:hover .service-icon .service-tab-icon.a,
.service-tab-system .nav-tabs > li.active > a:focus .service-icon .service-tab-icon.a,
.service-icon:hover  .service-tab-icon.a,
.phone-number-icon:hover  .service-tab-icon.a {
    background-color: #00C1EF;
}

.service-tab-system .nav-tabs > li.active > a .service-icon i,
.service-tab-system .nav-tabs > li.active > a:hover .service-icon i,
.service-tab-system .nav-tabs > li.active > a:focus .service-icon i,
.service-icon:hover i {
    color: #fff;
}

.service-tab-system .nav-tabs > li.active > a .service-icon .service-tab-icon.a:before ,
.service-tab-system .nav-tabs > li.active > a:hover .service-icon .service-tab-icon.a:before ,
.service-tab-system .nav-tabs > li.active > a:focus .service-icon .service-tab-icon.a:before ,
.service-icon:hover  .service-tab-icon.a:before ,
.phone-number-icon:hover  .service-tab-icon.a:before {
    border-bottom-color: #00C1EF;
}

.service-tab-system .nav-tabs > li.active > a .service-icon .service-tab-icon.a:after,
.service-tab-system .nav-tabs > li.active > a:hover .service-icon .service-tab-icon.a:after,
.service-tab-system .nav-tabs > li.active > a:focus .service-icon .service-tab-icon.a:after,
.service-icon:hover .service-tab-icon.a:after,
.phone-number-icon:hover  .service-tab-icon.a:after {
    border-top-color: #00C1EF;
}

.service-icon:hover .service-tab-icon.a:after {
    bottom: -24px;
}

.service-tab-system li a span {
    display: block;
}

.service-tab-system .nav-tabs > li.active > a > i,
.service-tab-system li:hover > a > i {
    color: #fff;
}

.service-tab-system li:hover > a {
    border-bottom: none;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 46px;
}

.service-tab-system .tab-content > .tab-pane {
    margin: 40px 0 0 0;
    min-height: 30px;
    padding: 0 120px;
}

.service-tab-system .tab-content {
    margin: 0 auto;
}

/* ## #--6--# Section - Featured ########################################### */
.featured-section {
    background-image: url("images/section/featured-background.png");
    text-align: center;
}

.featured-section .title {
    font-weight: 300;
    text-transform: capitalize;
}

.featured-section .tab-title {
    font-weight: 300;
    text-transform: none;
}

.featured-section .tab-system {
    display: block;
}

.featured-section .tab-system .nav li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.featured-section .tab-system .nav-tabs {
    border: none;
    margin-top: 30px;
}

.featured-section .tab-system .nav-tabs li a {
    width: 80px;
    height: 91px;
    position: relative;
    text-align: center;
    font-size: 30px;
    color: #000;
    float: left;
    line-height: 55px;
    padding: 0;
    border: none;
    background-color: transparent;
}

.featured-section .tab-system .tab-detail {
    display: inline-block;
    width: 80%;
    margin: 0 0 0 20px;
    text-align: left;
}

.featured-section .tab-system .tab-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 7px;
    text-transform: uppercase;
    text-align: left;
}

.featured-icon {
    width: 80px;
    height: 52px;
    position: absolute;
    background: #ddd;
    display: inline-block;
    top: 30px;
    left: 0;
}

.featured-icon:before,
.featured-icon:after {
    content: "";
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    position: absolute;
}

.featured-icon:before {
    top: -20px;
    border-bottom: 20px solid #ddd;
    left: 0;
}

.featured-icon:after {
    bottom: -20px;
    border-top: 20px solid #ddd;
    left: 0;
}

.featured-icon.a {
    background-color: #fff;
    -webkit-transform: scale(.98, .99);
    -moz-transform: scale(.98, .99);
    transform: scale(.98, .99);
    z-index: 1;
    top: 0;
    left: 0;
}

.featured-icon.a:before {
    border-bottom: 19px solid #fff;
    top: -19px;
}

.featured-icon.a:hover:before {
    border-bottom-color: #00C1EF;
}

.featured-icon.a:after {
    border-top: 19px solid #fff;
    bottom: -18px;
}

.featured-icon.a:hover:after {
    border-top-color: #00C1EF;
    bottom: -18px;
}

.featured-section .tab-system .nav-tabs li a:hover .featured-icon.a {
    background-color: #00C1EF;
}

.featured-section .tab-system .nav-tabs li a:hover .featured-icon.a i {
    color: #fff;
}

/* ## #--7--# Section - Quotes ########################################### */
.quotes-section {
    background: url("images/section/quate-section-background.png");
    text-align: center;
}

.quote-image {
    display: block;
    width: 60px;
    height: 68px;
    margin: 0 auto;
}

.quote-image .intro-icon.a {
    background-color: #00C1EF;
    top: 15px;
}

.quote-image .intro-icon.a:hover span i {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}

.quote-image .intro-icon.a span {
    font-size: 18px;
    color: #fff;
}

.quote-image .intro-icon.a:before {
    border-bottom-color: #00C1EF;
}

.quote-image .intro-icon.a:after {
    border-top-color: #00C1EF;
}

.quotes-section .section-title {
    color: #fff;
    font-weight: 500;
    font-size: 26px;
    width: 54%;
    display: block;
    margin: 0 auto;
}

/* ## #--8--# Section - Team Member ########################################### */
.team-member-section .team-inner {
    border: 1px solid #dfdfdf;
    display: block;
    position: relative;
}

.team-member-section .col-sm-6 {
    margin-bottom: 25px;
}

.team-member-section .col-sm-6 img {
    width: 100%;
}

.team-member-section .team-inner img {
    cursor: pointer;
}

.team-member-section .team-inner a {
    text-align: center;
    display: block;
    padding: 28px 0;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    z-index: 999;
}

.team-inner > .team-member-detail-show:hover > .team-member-detail {
    display: block;
}

.team-inner .team-member-detail-show:hover > a {
    color: #fff;
}

.team-member-detail {
    background-color: #0bc2ee;
    display: none;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    padding: 30px 0;
}

.team-member-heading {
    display: block;
    background-image: url("images/team/team-member-headding.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: center;
    margin-top: 0;
    padding-bottom: 19px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #fff;
}

.member-description {
    display: block;
    text-align: center;
    padding: 0 25px;
    color: #fff;
    font-size: 13px;
}

.team-member-detail .social {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 18px 0;
}

.team-member-detail .social li {
    display: inline-block;
    margin: 0 2px;
}

.team-member-detail .social li a {
    color: #fff;
    padding: 0;
    font-size: 24px;
}

/* ## #--9--# Section - Our Template ########################################### */
.our-template-section {
    background-image: url("images/section/template-background.png");
    text-align: center;
}

.template-title {
    display: block;
    text-align: center;
    margin-top: 0px;
    font-weight: 600;
}

.our-template-section .purchase-now {
    display: block;
    width: 164px;
    height: 49px;
    float: none;
    margin: 0 auto;
    line-height: 49px;
    border: 1px solid #dfdfdf;
    color: #444444;
    margin-top: 30px;
}

.our-template-section .purchase-now:hover {
    background-color: #00C1EF;
    text-decoration: none;
    color: #fff;
}
/* ## #--10--# Section - Our Facts ########################################### */
.our-fact-section .container > [class*="col-"] {
    padding: 0 46px;
}

.fact-inner {
    height: 233px;
    display: block;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.fact-inner .fa, .fact-inner .count, .fact-inner a {
    color: #00c1ef;
    display: block;
    text-align: center;
}

.fact-inner .fa {
    font-size: 50px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.fact-inner:hover .fa {
    color: #fff;
}

.fact-inner .count {
    color: #000;
    font-size: 46px;
    margin: 0 0 10px 0;
    line-height: 1;
}

.fact-inner:hover .count {
    color: #fff;
}

.fact-inner a {
    color: #777;
    font-size: 13px;
    text-transform: uppercase;
}

.fact-inner:hover > .fa, .fact-inner:hover > .count, .fact-inner:hover a {
    color: #fff;
}

.fact-inner-icon {
    width: 100%;
    height: 137px;
    position: relative;
    background: #ddd;
    display: inline-block;
    top: 50px;
}

.fact-inner-icon:before,
.fact-inner-icon:after {
    content: "";
    border-left: 97px solid transparent;
    border-right: 97px solid transparent;
    position: absolute;
}

.fact-inner-icon:before {
    top: -49px;
    border-bottom: 49px solid #ddd;
    left: 0;
}

.fact-inner-icon:after {
    bottom: -49px;
    border-top: 49px solid #ddd;
    left: 0;
}

.fact-inner-icon.a {
    background-color: #fff;
    -webkit-transform: scale(.98, .98);
    -moz-transform: scale(.98, .98);
    transform: scale(.98, .98);
    z-index: 1;
    top: 0;
}

.fact-inner-icon.a:before {
    border-bottom: 49px solid #fff;
    top: -49px;
}

.fact-inner-icon:hover:before,
.fact-inner-icon.a:hover:before {
    border-bottom-color: #333;
}

.fact-inner-icon.a:after {
    border-top: 49px solid #fff;
    bottom: -49px;
}

.fact-inner-icon.a:hover:after, 
.fact-inner-icon.a:hover:after {
    border-top-color: #333;
}

.fact-inner:hover .fact-inner-icon,
.fact-inner:hover .fact-inner-icon.a {
    background-color: #333;
}

/* ## #--11--# Time-line ########################################### */
.time-line-section {
    background-image: url("images/section/time-line-background.png");
}

.time-line-section .title {
    font-weight: 300;
    text-transform: capitalize;
}

.year {
    background-color: #333;
    width: 100px;
    height: 45px;
    display: block;
    line-height: 45px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
    position: relative;
    border-radius: 3px;
}

.load-more {
    width: 60px;
    height: 68px;
    display: block;
    text-align: center;
    line-height: 68px;
    margin: 0 auto;
    font-size: 40px;
    color: #fff;
}

.load-more .intro-icon.a {
    top: -8px;
}

.load-more .intro-icon.a span {
    font-size: 36px;
}

.load-more:hover .intro-icon.a {
    background-color: #00C1EF;
}

/* ## #--12--# Section - Call to Action-2 ########################################### */
.coll-to-action-2 {
    background-image: url("images/section/call-to-action-bg-2.png");
}
/* ## #--13--# Section - Portfolio ########################################### */
.portfolio-section {
    padding: 0;
}

.portfolio-section .portfolio-categories {
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center;
}

.portfolio-section .portfolio-categories > li {
    display: inline-block;
    margin: 0 7px;
}

.portfolio-section .portfolio-categories > li > a {
    padding-left: 0;
    padding-right: 3px;
    color: #777;
    padding-bottom: 17px;
    border-bottom: 1px solid #f0f0f0;
}

.portfolio-section .portfolio-categories > li > a:focus {
    text-decoration: none;
}

.portfolio-section .portfolio-categories > li > a:hover, .portfolio-section .portfolio-categories > li > a.active {
    color: #000;
    text-decoration: none;
    background-image: url("images/section/portfolio-menu-hover-bg.png");
    background-repeat: no-repeat;
    background-position: bottom;
    border-bottom: none;
    padding-bottom: 24px;
}

.portfolio-image-section {
    cursor: pointer;
}

.portfolio-section .portfolio-list {
    width: 100%;
    margin-top: 45px;
    padding: 0;
    display: inline-block;
}

.portfolio-section .portfolio-list li {
    display: inline-block;
    margin-bottom: 30px;
    min-height: 202px;
}

.portfolio-section .portfolio-categories > li:after {
    padding-left: 3px;
    padding-right: 3px;
}

.portfolio-list img:hover {
    opacity: 0.7;
}

.portfolio-image-section {
    display: block;
    position: relative;
}

.portfolio-heading-section {
    padding: 18px;
    border-bottom: 1px solid #f0f0f0;
}

.portfolio-title {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.portfolio-designation {
    color: #666;
    font-size: 13px;
}

.portfolio-image-section:hover > .portfolio-section-hover {
    display: block;
}

.portfolio-image-section:hover > .portfolio-heading-section {
    position: relative;
    z-index: 999;
    background-color: #00c1ef;
}

.portfolio-image-section:hover > .portfolio-heading-section .portfolio-title,
.portfolio-image-section:hover > .portfolio-heading-section .portfolio-designation {
    color: #fff;
}

.portfolio-section-hover {
    background-color: rgba(36, 31, 27, 0.8);
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.portfolio-section-hover ul {
    padding-left: 0;
    text-align: center;
    margin: 84px 0;
}

.portfolio-section-hover ul li {
    text-align: center;
    line-height: 50px;
    margin: 0px 2px;
}

.portfolio-section-hover ul li a {
    background-image: url("images/portfolio/portfolio-polygon.png");
    background-repeat: no-repeat;
    width: 44px;
    height: 50px;
    display: block;
}

.portfolio-section-hover ul li:hover {
    background-image: url("images/portfolio/portfolio-hover-polygon.png");
    background-repeat: no-repeat;
}

.portfolio-section-hover ul li:hover > a {
    color: #fff;
}
/* ## #--14--# Section - Client ########################################### */
.client-testimonial-section .section-title {
    background-image: none;
    padding-bottom: 0;
    margin-bottom: 20px;
    font-weight: 600;
}

.testimonial-item {
    text-align: center;
    padding: 0 22px;
}

.testimonial-item img {
    margin-bottom: 30px;
}

.testimonial-description,
.client-post {
    font-size: 13px;
    color: #666;
}

.testimonial-description {
    margin-bottom: 35px;
}

.testimonial-client-name {
    background-image: url("images/section/about-box-title-bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    font-size: 16px;
    padding-top: 35px;
    margin-bottom: 5px;
}

/* ## #--15--# Section - Work ########################################### */
.work-section {
    text-align: center;
    padding-bottom: 50px;
}

.work-section .section-title {
    background: none;
    margin: 70px 0 20px 0;
    padding: 0;
}

.work-section .links-button {
    max-width: 165px;
    margin: 0 auto;
}

.work-section .links-button:hover {
    background-color: #00C1EF;
    color: #fff;
    text-decoration: none;
}
/* ## #--16--# Section - Partners ########################################### */
.partners-section {
    background-color: #f6f6f6;
}
/* ## #--17--# Section - Pricing ########################################### */
.pricing-section {
    background-image: url("images/section/pricesing-section-bg.jpg");
    color: #fff;
}

.pricing-section .section-title {
    color: #fff;
    margin-bottom: 0;
}

.pricing-section .col-md-3 {
    margin-top: 95px;
}

.price-inner-section {
    min-height: 650px;
}

.price-inner {
    border-left: 1px solid #777;
    border-right: 1px solid #777;
    text-align: center;
}

.price-rate {
    width: 140px;
    min-height: 159px;
    display: block;
    margin: 0 auto;
    padding: 0;
}

.price-rate h2 {
    font-size: 60px;
    margin: 0;
    line-height: 0.8;
    font-weight: 900;
}

.price-rate span {
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-top: 20px;
}

.price-title {
    font-size: 18px;
    background-image: url("images/client/testimonail-client-name-bg.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    margin: 30px 0;
    padding-bottom: 30px;
    display: block;
}

.price-inner ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 10px;
    display: inline-block;
}

.price-inner ul li {
    font-size: 13px;
    margin-bottom: 20px;
}

.price-inner-section .links-button {
    color: #fff;
    border-radius: 3px;
}

.price-inner-section .links-button:hover {
    text-decoration: none;
}

.price-inner-section:hover {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: rgba(119, 119,119, 0.25);
    border-left: 1px solid #777;
    border-right: 1px solid #777;
    margin: -25px 0 0 0;
    position: relative;
}

.price-inner-section:hover > .price-inner {
    border: none;
}

.price-inner-section:hover > .links-button {
    background-color: #00c1ef;
    border: none;
}
/* ## #--18--# Section - Contact ########################################### */
.contact-section {
    margin: 0 auto;
    position: relative;
}
/* Map */
.map {
    position: relative;
}

.map iframe {
    width: 100%;
    height: 110px;
    border: none;
    display: inline-block;
}

.map:hover .full-map {
    display: block;
}

.map .full-map {
    position: absolute;
    background-color: rgba(0, 206, 243, 0.7);
    height: 100%;
    top: 0;
    display: none;
    width: 100%;
    text-align: center;
    line-height: 110px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.map .full-map:hover {
    text-decoration: none;
}

.map-main {
    width: 100%;
    height: 500px;
    background: #fff;
    position: relative;
    display: none;
}

.map-box {
    opacity: 0.7;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    display: inline-block;
    transition: all 2500ms ease 5s;
}

.map-box-in {
    display: none;
}

.map-main-in {
    display: block;
    transition: all 2500ms ease;
}
/* contact form */
.contact-form-heading {
    margin-top: 80px;
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 26px;
    display: block;
    text-align: center;
}

.contact-form {
    text-align: center;
    margin-bottom: 20px;
}

.contact-form input[type="text"],
.contact-form input[type="email"], 
.contact-form textarea {
    width: 100%;
    padding: 13px;
    border: 1px solid #eee;
    font-size: 13px;
    color: #666;
    margin-bottom: 14px;
}

.contact-form input[type="text"] {
    margin-bottom: 14px;
}

.contact-form textarea {
    height: 168px;
}

.contact-form input[type="submit"] {
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    display: inline-block;
    width: 170px;
    height: 45px;
    margin-top: 18px;
    border: none;
}

.contact-form input:hover[type="submit"] {
    background-color: #00C1EF;
}

.contact-information {
    display: block;
    text-align: center;
    color: #777;
}

.phone-number {
    display: block;
}

.phone-number-icon {
    width: 100px;
    height: 114px;
    color: #00c1ef;
    display: inline-block;
    line-height: 14px;
    font-size: 55px;
    cursor: pointer;
}

.phone-number-icon:hover {
    color: #fff;
}

.phone-number {
    display: block;
    font-size: 50px;
    font-weight: 600;
    margin: 20px 0;
}

.company-name {
    font-size: 20px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
}

.address,
.email-contact {
    font-size: 16px;
}

.address {
    margin-bottom: 0;
}

.email-contact {
    color: #777;
}

.contact-information .social {
    list-style: none;
    padding-left: 0;
    margin-top: 40px;
    margin-bottom: 80px;
}

.contact-information .social li {
    display: inline-block;
    margin: 0 5px;
}

.contact-information .social li a {
    color: #ccc;
    font-size: 30px;
}

.contact-information .social li a:hover {
    color: #00C1EF;
}

.back-to-top:hover,
.back-to-top:focus {
    color: #fff;
}

.back-to-top-icon {
    width: 80px;
    height: 60px;
    position: relative;
    background: #ddd;
    display: inline-block;
    top: 20px;
}

.back-to-top-icon:before,
.back-to-top-icon:after {
    content: "";
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    position: absolute;
}

.back-to-top-icon:before {
    top: -20px;
    border-bottom: 20px solid #ddd;
    left: 0;
}

.back-to-top-icon:after {
    bottom: -20px;
    border-top: 20px solid #ddd;
    left: 0;
}

.back-to-top-icon.a {
    background-color: #00C1EF;
    -webkit-transform: scale(.98, .99);
    -moz-transform: scale(.98, .99);
    transform: scale(.98, .99);
    z-index: 1;
    top: 0;
}

.back-to-top-icon.a:before {
    border-bottom: 20px solid #00C1EF;
    top: -20px;
}

.back-to-top-icon.a:hover:before {
    border-bottom-color: #00C1EF;
}

.back-to-top-icon.a:after {
    border-top: 20px solid #fff;
    bottom: -20px;
}

.back-to-top-icon.a:hover:after {
    border-top-color: #00C1EF;
}

.back-to-top:hover .back-to-top-icon.a {
    background-color: #00C1EF;
}

.back-to-top-icon.a i {
    position: relative;
    top: -15px;
}

.back-to-top:hover .back-to-top-icon.a i {
    color: #fff;
}
/* ## #--19--# Section - Footer ########################################### */
.footer-section {
    background-color: #333;
    text-align: center;
    color: #fff;
}

.footer-title {
    font-size: 20px;
    font-weight: 600;
}

.footer-title span {
    color: #00c1ef;
    font-size: 14px;
    font-weight: normal;
    margin: 0 13px;
}

.copyrights {
    display: block;
    font-size: 11px;
    line-height: 17px;
}

/* #-- Blog --#  Section - Blog ########## */
.page-header {
    display: block;
    background-color: #00c1ef;
    text-align: center;
    margin: 0;
    height: 120px;
}

.page-header .page-title {
    margin: 0;
    line-height: 120px;
    font-size: 32px;
    font-weight: 900;
    color: #fff;
}

.header-blog .navbar-default .navbar-nav > li > a {
    color: #fff;
}

.header-blog .navbar-default .navbar-nav > .active > a,
.header-blog .navbar-default .navbar-nav > .active > a:hover,
.header-blog .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color: #00c1ef;
}

/* ## Blog Section ######################################## */
.post-format {
    display: inline-block;
    margin-top: 40px;
    padding-left: 0;
    width: 100px;
}

.post-formate-icon {
    border: 1px solid #ddd;
    padding: 23px;
    display: inline-block;
    text-align: left;
    margin: 0 0 0 -5px;
    color: #00c1ef;
    width: 80px;
}

/* ## Blog Section ######################################## */

.blog-section .container > [class*="col-"] {
    min-height: 350px;
}

.blog-post {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 30px;
}

.blog-post .blog-post-hover {
    display: none;
    background-image: url("images/blog/blog-hover.html");
    background-repeat: repeat;
    height: 100%;
    left: 15px;
    max-height: 460px;
    position: absolute;
    right: 15px;
    top: 0;
}

.post-thumbnail:hover .blog-post-hover {
    display: block;
}

.blog-post .entry-title:hover {
    color: #1896ff;
}

.blog-post img {
    min-height: 460px;
}

.blog-post .entry-content > p, .blog-post .about-author {
    line-height: 23px;
}

.blog-post .author {
    padding-top: 50px;
    margin-bottom: 60px;
}

/* Blog Style 2 */
.post-style-2 {
    color: #fff;
    min-height: 500px;
    padding: 27px;
    border: 4px solid #444;
}

.post-style-2 .entry-content > p {
    margin-bottom: 75px;
}

/* Blog Style 3 */
.post-style-3 h3 {
    font-size: 16px;
    font-weight: bold;
}

.post-style-3 {
    background-color: #444;
    color: #fff;
    min-height: 435px;
    padding: 50px;
}

/* ## Blog Template ######################################## */
.type-post {
    display: inline-block;
    background-image: url("images/blog/blog-list-bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    margin-bottom: 37px;
}

.type-post:last-child {
    background-image: none;
}

.content-area {
    margin: 125px 0;
}

.content-section {
    padding-left: 0;
    text-align: center;
}

.content-sidebar {
    padding-right: 0;
}

.header-blog {
    background-color: #333;
 /*position: relative;*/;
}

/* Entry Cover */
.entry-cover img {
    width: 100%;
}

.entry-cover img:hover {
    opacity: 0.7;
}

.format-video iframe, .format-audio iframe {
    width: 100%;
    border: none;
    border-radius: 0;
}

.format-video iframe {
    height: 350px;
}

.format-audio iframe {
    height: 120px;
}
/* Entry Header */
.entry-header {
    margin-bottom: 30px;
    margin-top: 40px;
    text-align: left;
}

.entry-title,
.entry-title a {
    font-weight: 300;
    font-size: 28px;
    color: #444;
    margin-top: 0;
}

.entry-title a:hover {
    color: #00C1EF;
    text-decoration: none;
}
/* Entry Content */
.entry-date, .comments-link, .post-views {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;
}

.entry-date {
    background-color: #666;
    text-align: center;
    margin: 0;
    color: #fff;
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
    width: 80px;
    text-transform: uppercase;
}

.entry-date span {
    display: block;
    font-size: 34px;
    font-weight: bold;
}

.entry-content {
    color: #808080;
    margin-bottom: 30px;
}

.entry-content p {
    margin: 0 0 28px;
    font-size: 13px;
    text-align: justify;
    color: #666;
}

.read-more {
    display: block;
    color: #000;
    font-size: 12px;
    font-weight: 400;
}

.read-more .fa {
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 23px;
}

.read-more-icon {
    width: 44px;
    height: 25px;
    position: relative;
    background: #00C1EF;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
}

.read-more-icon:before,
.read-more-icon:after {
    content: "";
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    position: absolute;
}

.read-more-icon:before {
    top: -11px;
    border-bottom: 11px solid #00C1EF;
    left: 0;
}

.read-more-icon:after {
    bottom: -11px;
    border-top: 11px solid #00C1EF;
    left: 0;
}

.load-more-post {
    padding: 19px 28px;
    border: 1px solid #ddd;
    display: inline-block;
    text-align: center;
    color: #444;
    border-radius: 2px;
    margin-bottom: 20px;
}

.author-box {
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 20px 0;
    text-align: left;
}

.author-box .col-md-2 {
    padding-left: 0;
}

.author-box .col-md-10 {
    padding-right: 0;
}

.author-image {
    overflow: hidden;
    display: block;
}

.author-image:hover {
    opacity: 0.7;
}

.post-author h2 {
    margin: 0 0 5px;
    line-height: normal;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.post-author .col-md-10 {
    padding-left: 0;
    padding-right: 0;
}

.post-author .col-md-2 {
    padding-right: 0;
    border: 1px solid #ddd;
    padding: 11px;
}

.post-author p {
    line-height: 19.5px;
    color: #808080;
    font-size: 13px;
    text-align: justify;
    margin-bottom: 0;
}
/* Entry Meta */
.entry-meta a.comments:hover,
.entry-meta a {
    color: #aaa;
    font-size: 13px;
}

.entry-meta a:before {
    content: "";
    padding-right: 0px;
}

.entry-meta a:hover {
    color: #444;
    text-decoration: none;
}

.entry-meta a:after {
    content: "//";
    padding-left: 5px;
    padding-right: 5px;
    color: #00c1ef;
}

.entry-meta a:last-of-type:after {
    content: "";
}

.entry-meta.tags a:after {
    content: "";
    padding-left: 5px;
    padding-right: 5px;
    color: #00c1ef;
}

.tags {
    text-align: left;
}

.tags .fa {
    color: #00c1ef;
    font-size: 20px;
    margin-right: 10px;
}

.tags a:hover {
    color: #00c1ef;
}
/* Comment Area */
.comment-area h2 {
    margin-bottom: 20px;
    color: #4c4c4c;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
}

.comment-form .form-control {
    border-color: #eee;
    border-radius: 0;
    font-size: 13px;
    margin-bottom: 14px;
    box-shadow: none;
}

.comment-form textarea.form-control {
    height: 157px;
}

.comment-form > [class*="col-"] {
    padding-left: 0;
}

.comment-form > [class*="col-"]:first-of-type > [class*="col-"] {
    padding-left: 0;
}

.comment-form > [class*="col-"]:first-of-type .form-control {
    height: 43px;
}

.comment-form .btn {
    background-color: #333;
    border: none;
    color: #fff;
    float: left;
    border-radius: 0;
    padding: 17px 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.comment-form .btn:hover {
    background-color: #00C1EF;
    color: #fff;
}

.comment-form > [class*="col-"]:last-of-type {
    padding-right: 0;
}

/* ## Widgets ######################################## */
.widget-title {
    color: #4c4c4c;
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 5px;
    text-align: left;
    margin-top: 40px;
}

.widget-title:after {
    content: "";
    display: block;
    float: none;
    height: 6px;
    margin: 0 auto;
    text-align: center;
    width: 70px;
}

.widget:first-of-type .widget-title {
    margin-top: 0;
}

/* Social Icon Widget */
.widget.widget_social_icons > ul {
    margin: 0 -6px;
    padding: 0;
}

.widget_social_icons li {
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 12px;
    margin-left: 3px;
    margin-right: 3px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.widget_social_icons li a {
    color: #666;
    padding: 11px 16px;
    display: block;
}

.widget_social_icons li:hover {
    background-color: #00c1ef;
    border: none;
    border-radius: 0px;
}

.widget_social_icons li:hover > a {
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    padding: 11px 17px;
}
/* Widget Twitter Entries */
.widget_twitter_entries > ul {
    color: #808080;
    line-height: 22px;
    list-style: outside none none;
    padding: 0;
}

.tweet-post {
    font-style: italic;
    margin-bottom: 15px;
}

.tweet-post > a {
    font-style: italic;
    color: #1896ff;
    display: block;
    font-size: 13px;
}

.tweet-post > a:hover {
    color: #444;
}

/* Widget Recent Entries */
.widget_recent_entries > ul {
    font-size: 16px;
    list-style: outside none none;
    padding: 0;
}

.widget_recent_entries > ul li {
    width: 100%;
    float: left;
    margin-bottom: 35px;
}

.widget_recent_entries > ul a {
    color: #00c1ef;
    font-weight: normal;
}

.widget_recent_entries > ul a:hover {
    color: #808080;
}

.cat-item img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.cat-item img:hover {
    opacity: 0.7;
}

.days-meta {
    color: #808080;
    font-size: 13px;
    display: block;
    font-style: italic;
}

.widget_recent_entries > ul li img {
    float: left;
    margin: 0;
    padding-left: 0;
}

.latest-detail-blog-content {
    font-size: 13px;
    padding-left: 0;
}

.widget_recent_entries p,
.widget_recent_entries .latest-detail-blog-content a {
    font-size: 13px;
    color: #666;
}

.widget_recent_entries .latest-detail-blog-content .byline {
    font-size: 13px;
    color: #00C1EF;
    display: block;
    margin-top: 10px;
}
/* Widget Categories */
.widget_categories > ul {
    color: #808080;
    line-height: 25px;
    padding-left: 0;
    list-style: none;
}

.widget_categories > ul a:before {
    background-image: url("images/icon/categories-icon.png");
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    content: " ";
    margin-right: 15px;
}

.widget_categories > ul a {
    color: #666;
    background-position: left;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ededed;
    display: block;
    height: 46px;
    line-height: 46px;
    padding-left: 15px;
}

.widget_categories > ul a:hover:before {
    background-image: url("images/icon/categories-icon-hover.png");
}

.widget_categories > ul a:hover {
    background-color: #00c1ef;
    text-decoration: none;
    color: #fff;
    border: none;
}

.about-author-title {
    display: block;
    font-size: 20px;
    color: #000;
}

.comment-box {
    display: inline-block;
    border-bottom: 1px solid #ddd;
    margin-bottom: 28px;
    padding-bottom: 17px;
}

.comment-user-name {
    font-size: 15px;
    margin-top: 0;
    text-align: left;
}

.comment-date {
    text-align: left;
    font-size: 12px;
    color: #aaa;
}

.comments-desc {
    display: inline-block;
    width: 100%;
}

.reply {
    width: 60px;
    height: 33px;
    line-height: 10px;
    color: #888;
    font-size: 12px;
}

.reply:hover {
    background-color: #00c1ef;
    color: #fff;
    text-decoration: none;
}

.childeren {
    list-style: none;
    margin-left: 95px;
}

/* blog slider */
.type-post .carousel-control {
    position: absolute;
    top: 44%;
    bottom: auto;
    background-image: none;
    border: none;
}

.type-post .carousel-control.left,
.type-post .carousel-control.right {
    color: #fff;
    text-shadow: none;
    font-size: 25px;
    opacity: 1;
}

.type-post .carousel-control.left {
    left: 14px;
}

.type-post .carousel-control.right {
    right: 14px;
}

.type-post  .carousel-control:hover, .type-post  .carousel-control:focus {
    background-color: transparent;
}

/* line */
.line-image {
    position: absolute;
    bottom: -65px;
    left: 29px;
    right: auto;
}

.skill-block .dial {
    color: #000 !important;
}


/* ## Page Loader ********************** */
#site-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 9999999999;
    opacity: 1;
}

.site-loader {
    position: absolute;
    width: 100px;
    margin: 0 auto;
    top: 50%;
    left: 0px;
    margin-top: -60px;
    right: 0px;
}

#escapingBallG {
    position: relative;
    width: 128px;
    height: 44px;
}

.escapingBallG {
    background-color: #00c1ef;
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    -moz-animation-name: bounce_escapingBallG;
    -moz-animation-duration: 1.3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 0s;
    -moz-transform: scale(0.5, 1);
    -webkit-animation-name: bounce_escapingBallG;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-transform: scale(0.5, 1);
    -ms-animation-name: bounce_escapingBallG;
    -ms-animation-duration: 1.3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -ms-animation-delay: 0s;
    -ms-transform: scale(0.5, 1);
    -o-animation-name: bounce_escapingBallG;
    -o-animation-duration: 1.3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    -o-animation-delay: 0s;
    -o-transform: scale(0.5, 1);
    animation-name: bounce_escapingBallG;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0s;
    transform: scale(0.5, 1);
}

.dial {
    color: #000000 !important;
}

.fa-comp {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px;
    color: #333333;
    height: 40px;
    line-height: 40px;
    position: absolute;
    z-index: 99999;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 40px;
}

.fa-comp:hover {
    background: #333;
}

.popup_wrapper {
    background: rgba(0,0,0,0.6);
}

.opacity-1 {
    opacity: 1;
}

.opacity-0 {
    opacity: 0;
}

.display-none {
    display: none;
}

.tlt {
    position: absolute;
    text-align: center;
    font-weight: 300;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
    top: 47%;
    width: 100%;
	/*text-transform:uppercase;*/
    font-size: 50px;
    z-index: 9999;
}

#main-future {
    margin: 0 auto;
    position: absolute;
    text-align: center;
    bottom: 0;
    top: 50%;
    height: 25%;
    width: 100%;
    z-index: 999;
}

.link-box {
    bottom: -98%;
    left: 0;
    right: 0;
    position: absolute;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 2000;
    display: block;
}

.link-box a {
    display: inline-block;
    outline-style: none;
    width: 36px;
    height: 39px;
    line-height: 36px;
    font-size: 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    color: #FFF;
    margin: 10px 0;
    box-shadow: #FFF 0 0 1px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

/* *=*=*=*=*=*=*=*=*=*=*=*=*=*=*= */
/* =========== 3. Map =========== */
/* *=*=*=*=*=*=*=*=*=*=*=*=*=*=*= */		

/* Set a size for our map container, the Google Map will take up 100% of this container */
#map {
    height: 30%;
    min-height: 427px;
    width: 100%;
    z-index: -999;
    position: absolute;
    margin: auto;
    -webkit-transition: all 2500ms ease 0s;
    -moz-transition: all 2500ms ease 0s;
    -ms-transition: all 2500ms ease 0s;
    -o-transition: all 2500ms ease 0s;
    transition: all 2500ms ease 0s;
    opacity: 0;
    top: -100%;
}

.move-top {
    opacity: 0 !important;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.move-down {
    margin-top: 10% !important;
    position: relative;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.frontoff {
    -webkit-transition: all 2500ms ease 0s;
    -moz-transition: all 2500ms ease 0s;
    -ms-transition: all 2500ms ease 0s;
    -o-transition: all 2500ms ease 0s;
    transition: all 2500ms ease 0s;
    z-index: 1000 !important;
    opacity: 1 !important;
    top: 0 !important;
}

#close-map {
    left: 50%;
    height: 80px;
    margin-left: -363px;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    top: -120px;
    width: 400px;
    z-index: 9999;
    -webkit-transition: all 1500ms ease 0s;
    -moz-transition: all 1500ms ease 0s;
    -ms-transition: all 1500ms ease 0s;
    -o-transition: all 1500ms ease 0s;
    transition: all 1500ms ease 0s;
}

.fa-close-map {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px;
    color: #333333;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 40px;
}

.fa-close-map:hover {
    background: #333;
}

.sub-down {
    top: 0 !important;
    -webkit-transition: all 1500ms ease 0s;
    -moz-transition: all 1500ms ease 0s;
    -ms-transition: all 1500ms ease 0s;
    -o-transition: all 1500ms ease 0s;
    transition: all 1500ms ease 0s;
}


/* ## GOTO Next ********************** */
.goto-next {
    text-transform: uppercase;
    position: absolute;
    bottom: 50px;
    z-index: 999;
    display: inline-block;
    text-align: center;
    left: 0;
    right: 0;
}

.goto-next a {
    display: block;
    position: relative;
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    };
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    };
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.arrow {
    position: fixed;
    bottom: -25px;
    left: 50%;
    margin-left: -20px;
    width: 25px;
    height: 14px;
    /* background-image: url("images/icon/bounsing-aerrow.png");*/
    background-size: contain;
}

.bounce {
    -moz-animation: bounce 5s infinite;
    -webkit-animation: bounce 5s infinite;
    animation: bounce 5s infinite;
}
/* Back to Top */
.back-to-top {
    width: 80px;
    height: 56px;
    display: block;
    margin: 0 auto;
    color: #ccc;
    text-align: center;
    line-height: 50px;
    font-size: 35px;
    bottom: 0;
}

.back-to-top:hover {
    color: #ccc;
}

/* ## Time Line Section ####################### */

.time-line-section .odd {
    float: left;
    padding-right: 35px;
    position: relative;
    min-height: 170px;
}

.time-line-section .even {
    padding-left: 35px;
    margin-top: 25px;
    float: right;
    min-height: 170px;
}

.odd .timeline-badge {
    left: auto;
    right: -9px;
    background-color: #fff;
}

.even .timeline-badge {
    right: auto;
    left: -9px;
}

.time-line-section .even {
    float: right;
}

.time-line-image {
    list-style: none;
    padding-left: 0;
    margin: 10px 0;
}

.time-line-image li {
    display: inline-block;
    margin: 0 5px;
}

.timeline {
    list-style: none;
    padding: 40px;
    position: relative;
    background-image: url("images/time-line-bg.png");
    background-repeat: repeat-y;
    background-position: center top;
    height: 100%;
    display: inline-block;
    margin-bottom: 0;
}

.timeline > li {
    float: left;
    margin-bottom: 20px;
    position: relative;
    width: 50%;
}

.timeline > li:hover > .timeline-panel {
    background-color: #00c1ef;
    color: #fff;
}

.timeline > li > .timeline-panel {
    width: 100%;
    float: left;
    padding: 20px;
    position: relative;
    background-color: #fff;
}

.timeline > li:hover > .timeline-badge {
    background-image: url("images/icon/time-line-polygon-hover.png");
}

.timeline > li:hover > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #00c1ef;
    border-right: 0 solid #00c1ef;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li:hover > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #00c1ef;
    border-right: 0 solid #00c1ef;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 17px;
    height: 19px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 30px;
    background-color: transparent;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    background-image: url("images/icon/time-line-polygon.png");
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    width: 100%;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    font-size: 14px;
}

.timeline-title a {
    color: #333;
}

.timeline > li:hover .timeline-title a {
    color: #fff;
}

.timeline-title span {
    float: right;
    font-size: 13px;
    text-transform: uppercase;
}

.timeline-body > p {
    font-size: 12px;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

/* Superslides navigation */
.slides-navigation {
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    top: 46%;
    width: 100%;
}

.slides-navigation a {
    display: block;
    text-decoration: none;
    color: white;
    font-size: 22px;
    margin: 0 25px;
    background-color: #00C1EF;
    text-shadow: 0 1px 1px #000;
    text-align: center;
    height: 34px;
    width: 40px;
    top: -40px;
    padding: 1px;
    border-radius: 0 5px;
    -webkit-transition: background 0.15s ease;
    -moz-transition: background 0.15s ease;
    -o-transition: background 0.15s ease;
    transition: background 0.15s ease;
}

.slides-navigation a:hover {
    background: rgba(0, 0, 0, 0.4);
}

.slides-navigation a {
    position: absolute;
    display: block;
}

.slides-navigation a.prev {
    left: 0;
}

.slides-navigation a.next {
    right: 0;
}

.slides-pagination {
    position: absolute;
    z-index: 3;
    bottom: auto;
    text-align: center;
    width: 100%;
    top: 542px;
}

.slides-pagination a {
    background-color: transparent;
    background-image: url("images/icon/slider-indicator.png");
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 0;
    height: 14px;
    width: 12px;
    font-size: 0;
    display: inline-block;
    margin: 0 4px;
}

.slides-pagination a.current {
    background-image: url("images/icon/slider-indicator-active.png");
    background-color: transparent;
    width: 11px;
    height: 14px;
}


@-moz-keyframes bounce_escapingBallG {
    0% {
        left: 0px;
        -moz-transform: scale(0.5, 1);
    }

    25% {
        left: 42px;
        -moz-transform: scale(1, 0.5);
    }

    50% {
        left: 106px;
        -moz-transform: scale(0.5, 1);
    }

    75% {
        left: 42px;
        -moz-transform: scale(1, 0.5);
    }

    100% {
        left: 0px;
        -moz-transform: scale(0.5, 1);
    };
}

@-webkit-keyframes bounce_escapingBallG {
    0% {
        left: 0px;
        -webkit-transform: scale(0.5, 1);
    }

    25% {
        left: 42px;
        -webkit-transform: scale(1, 0.5);
    }

    50% {
        left: 106px;
        -webkit-transform: scale(0.5, 1);
    }

    75% {
        left: 42px;
        -webkit-transform: scale(1, 0.5);
    }

    100% {
        left: 0px;
        -webkit-transform: scale(0.5, 1);
    };
}

@-ms-keyframes bounce_escapingBallG {
    0% {
        left: 0px;
        -ms-transform: scale(0.5, 1);
    }

    25% {
        left: 42px;
        -ms-transform: scale(1, 0.5);
    }

    50% {
        left: 106px;
        -ms-transform: scale(0.5, 1);
    }

    75% {
        left: 42px;
        -ms-transform: scale(1, 0.5);
    }

    100% {
        left: 0px;
        -ms-transform: scale(0.5, 1);
    };
}

@-o-keyframes bounce_escapingBallG {
    0% {
        left: 0px;
        -o-transform: scale(0.5, 1);
    }

    25% {
        left: 42px;
        -o-transform: scale(1, 0.5);
    }

    50% {
        left: 106px;
        -o-transform: scale(0.5, 1);
    }

    75% {
        left: 42px;
        -o-transform: scale(1, 0.5);
    }

    100% {
        left: 0px;
        -o-transform: scale(0.5, 1);
    };
}

@keyframes bounce_escapingBallG {
    0% {
        left: 0px;
        transform: scale(0.5, 1);
    }

    25% {
        left: 42px;
        transform: scale(1, 0.5);
    }

    50% {
        left: 106px;
        transform: scale(0.5, 1);
    }

    75% {
        left: 42px;
        transform: scale(1, 0.5);
    }

    100% {
        left: 0px;
        transform: scale(0.5, 1);
    }
}


/* RESPONSIVE */

@media only screen and (min-width: 992px) and (max-width: 1366px) {
    .goto-next {
        bottom: 250px;
    }
}

@media (min-width: 768px) {
    .slider-section, .slider-section .slide-item img {
        min-height: 900px !important;
    }

    .slider-section .slide-item img {
        top: 0 !important;
    }

    .slider-section .slide-sub-title img {
        min-height: 10px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* Slider Section */
    .slide-title-border.after {
        left: 15.1%;
    }

    .slide-title-border.before {
        right: 15.1%;
    }
    /* Navigation Section */
    .nav > li > a {
        padding-left: 9px;
        padding-right: 9px;
    }
    
    /* Skill Section */
    .skill {
        max-height: 97px;
        line-height: 97px;
    }
    
    /* Fact Section */
    .our-fact-section .container > [class*="col-"] {
        padding: 0 30px;
    }

    .fact-inner-icon:before,
    .fact-inner-icon:after {
        content: "";
        border-left: 88px solid transparent;
        border-right: 88px solid transparent;
        position: absolute;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /*Slider Section */
    .slide-title-border {
        width: 23%;
    }

    .slide-title-border.after {
        left: 4.5%;
    }

    .slide-title-border.before {
        right: 4.5%;
    }

    .slides-pagination {
        top: 590px;
    }

    .slides-navigation {
        top: 48%;
    }

    .goto-next {
        bottom: 200px;
    }
    /* Introduction */
    .tab-content > .active {
        text-align: center;
    }
    /* our fact section */
    .our-fact-section .container > [class*="col-"] {
        padding: 0 10px;
    }
    /* Skill Section */
    .skill-section .col-md-3 {
        text-align: center;
        display: block;
    }

    .skill {
        left: 0;
        right: 0;
        width: auto;
        line-height: 90px;
    }
    /* Portfolio section */
    .portfolio-section-hover ul {
        margin: 40px 0;
    }
    
    /* Time Line Section */
    .time-line-section .even {
        min-height: 185px;
    }
    
    /* Pricing Section */
    .price-rate {
        background-size: 100% 100%;
        max-width: 120px;
        max-height: 100px;
    }

    .fact-inner-icon:before,
    .fact-inner-icon:after {
        content: "";
        border-left: 79px solid transparent;
        border-right: 79px solid transparent;
        position: absolute;
    }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
    /*Section Header */
    .section-title {
        font-size: 27px;
    }
    /*Slider Section */

    .slider-section, .slider-section .slide-item img {
        height: 480px !important;
    }

    .slider-section .slide-item img {
        top: 0!important;
    }

    .slide-title {
        margin-top: 0px;
        top: 36px;
        width: 290px;
        margin: 0 auto;
    }

    .slide-sub-title {
        padding-left: 24px;
        padding-right: 24px;
        font-size: 18px;
    }

    .slider-section .slide-sub-title img {
        height: auto !important;
    }

    .slide-title-border {
        width: 15%;
    }

    .slide-title-border.after {
        left: 0;
    }

    .slide-title-border.before {
        right: 0;
    }

    .slide-description {
        font-size: 13px;
        margin-top: 0px;
    }

    .slides-pagination {
        top: 345px;
    }
    /* Logo Block */
    .logo-block {
        position: relative;
        z-index: 1;
    }
    /* Introduction */
    .introduction-section .nav-tabs li {
        text-align: center;
    }

    .introduction-section .tab-system .nav-tabs li a {
        display: inline-block;
        float: none;
        margin-bottom: 20px;
    }

    .iphone {
        text-align: center;
    }

    .introduction-section .tab-system .tab-detail {
        width: 100%;
        margin-left: 0;
    }

    .line-image {
        display: none;
    }
    /*About Section*/
    .about-section .call-us-title {
        margin-bottom: 15px;
    }

    .about-section .why-choose-us .choose-box.pull-right {
        width: 75%;
        float: right !important;
        margin-left: 10px;
    }

    .about-section .why-choose-us .col-md-4 {
        padding: 0;
        margin: 16px 0px;
    }

    .about-section .why-choose-us .col-md-4:last-child {
        margin-bottom: 0;
    }
    
    /* Skill Section */
    .skill-section .col-md-3 {
        text-align: center;
        display: block;
    }

    .skill {
        left: 0;
        right: 0;
        width: auto;
        line-height: 90px;
    }

    .skill-block {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
    /* Service-Section */
    .service-tab-system li {
        min-height: 262px;
    }

    .service-tab-system .tab-content > .tab-pane {
        padding: 0;
    }
    
    /* Featured Section */
    .featured-section .tab-system .nav-tabs li a {
        float: none;
        margin: 0 auto 20px;
    }

    .featured-section .tab-system .tab-title,
    .featured-section .tab-system .tab-detail {
        text-align: center;
    }

    .featured-section .tab-system .tab-detail {
        display: block;
        width: auto;
        margin-left: 0;
    }
     
     /* Quote Section */
    .quotes-section .section-title {
        width: 80%;
    }
    
    /* Team Member Section */
    .team-member-section .team-inner {
        max-width: 250px;
        margin: 0 auto;
    }
    
    /* Fact Section */
    .fact-inner {
        max-width: 190px;
    }
    
    /* Portfolio Section */
    .portfolio-section .portfolio-list {
        text-align: center;
    }

    .portfolio-section .portfolio-list li {
        max-width: 290px;
    }

    .portfolio-categories {
        padding-left: 0;
    }

    .portfolio-categories li a {
        background-size: 100%;
        background-position: bottom center;
        display: inline-block;
        margin: 10px 0;
    }
    
    /* Pricing Section */
    .price-inner-section {
        max-width: 255px;
        margin: 0 auto;
    }

    .price-inner-section:hover {
        margin: 0 auto;
    }

    .price-inner-section .links-button {
        max-width: 200px;
        margin: 0 auto;
    }
    
    /*  Time-Line Section */
    .time-line-section .odd,
    .time-line-section .even,
    ul.timeline > li > .timeline-panel {
        float: left;
        width: 100%;
        height: auto;
        min-height: auto;
        margin-top: 0;
    }

    .time-line-section .odd,.time-line-section .even {
        padding: 0;
    }

    .timeline > li.timeline-inverted > .timeline-panel:before,
    .timeline > li.timeline-inverted > .timeline-panel:after,
    .timeline > li.odd > .timeline-panel:before,
    .timeline > li.odd > .timeline-panel:after {
        border: none;
    }

    .timeline > li > .timeline-badge,
    .timeline > li:hover > .timeline-badge {
        background-image: none;
        background-color: transparent;
    }
    
    /* Call to Action */
    .get-started {
        display: block;
        margin: 20px auto;
    }
    
    /* Contact Section */
        /* Map */
    .map .full-map {
        font-size: 14px;
    }
    
    /* Blog Section */
    .content-section {
        padding-right: 0;
    }

    .about-author-title {
        text-align: center;
    }

    .author-box .col-md-2 {
        padding-left: 15px;
        text-align: center;
        margin-bottom: 20px;
    }

    .comment-box .col-md-2 {
        float: left;
    }

    .comment-box .col-md-10 {
        float: right;
    }

    .childeren {
        margin-left: 0;
        padding-left: 10px;
    }

    .comment-form .col-md-12 {
        padding-right: 0;
    }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
    .slide-description {
        display: none;
    }

    .service-tab-system li {
        min-height: 282px;
    }
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .logo-block {
        position: relative;
        z-index: 2;
    }

    .navbar-toggle {
        display: block;
        border: 1px solid #fff;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-nav.navbar-right:last-child {
        margin: 0;
    }

    .navbar-collapse.in {
        overflow-y: auto !important;
    }

    .navbar-collapse {
        padding: 0;
        background-color: #fff;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-nav {
        width: 100%;
        margin: 0;
    }

    .navbar-nav > li {
        min-height: 0;
        float: none;
    }

    /* Navigation Menu */
    .logo-block {
        position: absolute;
        width: 135px;
    }

    .logo-block .navbar-brand {
        padding: 0 0 0 20px;
    }

    .logo-block .navbar-brand > img {
        margin-top: 6px;
        max-height: 80px;
    }
    
    /* Blog */
    .header-blog .navbar-collapse {
        background-color: transparent;
    }

    .dropdown-menu {
        width: 100%;
    }
}