/*-----------------------------------------------------------------------------------

    Template Name: Bustle - Corporate HTML Template
    Description: This is html5 template
    Author: HasTech
    Version: 1.0

-----------------------------------------------------------------------------------
    CSS INDEX
	===================
	O1. header-top-area
	O2. main-menu-area
	O3. slider-area
	O4. we-are-area
	O5. Recent-Works-area
	O6. service-area
	O7. team-area
	O8. testimonial-area
	O9. counter-area
	10. blog-area
	11. brand-area
	12. footer-area
	13. breadcrumb-area
	14. about-area
	15. pricing-area
	16. blog-right-area
	17. contact-area
	18. map
-----------------------------------------------------------------------------------*/

/* header-top-area */
.header-top-area {
    padding-bottom: 15px;
    padding-top: 15px;
    background-color: #1e2127;
}

.header-info {
}

.header-info span {
    margin-left: 8px;
    padding-left: 8px;
    position: relative;
}

.header-info span:first-child {
    padding: 0;
    margin: 0;
}

.header-info span::before {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: -2px;
    position: absolute;
    top: 0;
    width: 1px;
}

.header-info span:first-child::before {
    display: none;
}

.header-info span a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: .3s;
}

.header-info span a:hover {
    color: #26c7cc;
}

.header-top-right {
}

.header-top-right a {
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    transition: .3s;
}

.header-top-right a:hover {
    color: #26c7cc;
}

/* main-menu-area */

.main-menu-area {
    background-color: #212529 !important;
}

.logo {
    margin-top: 12px;
}

@media (min-width: 991px) {
    .logo {
        margin-top: 19px;
    }
}

.logo > a {
    color: #fff;
    font-size: 20px;
    letter-spacing: 4px;
    text-transform: capitalize;
}

.meanmenu-reveal > span {
    color: #fff;
}

.logo a img {
    max-width: 50px;
    margin-bottom: 3px;
}

.main-menu {
    float: right;
}

.main-menu ul {
}

.main-menu ul li {
    display: inline-block;
    position: relative;
}

.main-menu ul li a {
    color: rgba(255, 255, 255, .75);
    display: block;
    font-size: 15px;
    /*font-weight: 700;*/
    padding: 35px 17px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.main-menu ul li:last-child a {
    padding-right: 0;
}

.main-menu ul li:first-child a {
    padding-left: 0;
}

.main-menu ul li:hover > a, .main-menu ul li.active > a {
    color: #d5bf7b;
}

.main-menu ul li a i {
    font-size: 14px;
    margin-left: 8px;
    opacity: 0.4;
}

.company-bio {
    font-size: 16px;
}

/* sub-menu */
.main-menu ul li ul.submenu {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 9999;
}

.main-menu ul li:hover ul.submenu {
    opacity: 1;
    visibility: visible;
}

.main-menu ul li ul.submenu li {
    border-top: 1px solid #f5f5f5;
    display: block;
}

.main-menu ul li ul.submenu li a {
    color: #464646;
    font-size: 13px;
    font-weight: 700;
    height: 36px;
    line-height: 34px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.main-menu ul li ul.submenu li a:hover {
    background: #F5F5F5;
    color: #26c7cc;
}

/* slider-area */
.slider-area {
    background-position: center center;
    background-size: cover;
}

.slider-wrapper {
}

.slider-text {
    z-index: 9999;
    position: relative;
}

.slider-text h2 {
    color: #ffffff;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 28px;
}

.slider-infos {
    margin: auto;
    width: 850px;
}

.slider-infos p {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    line-height: 35px;
    margin-bottom: 0;
}

.slider-text a {
    background-color: #d5bf7b;
    border: 2px solid #d5bf7b;
    border-radius: 30px;
    color: #000000;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 40px;
    padding: 12px 45px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.slider-text a:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #d5bf7b;
}

.slider-text a i {
    padding-left: 4px;
}

/* we-are-area */
.we-are-area {
}

.section-title {
    margin-bottom: 75px;
}

.section-title h2 {
    color: #444444;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 9px;
    text-transform: capitalize;
}

.section-title p {
    margin-bottom: 0;
}

.content-wrapper {
}

.content-img {
}

.content-img img {
    width: 40px;
}

.we-are-content {
}

.we-are-content h2 {
    color: #444;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: 22px;
    text-transform: uppercase;
}

.we-are-content p {
    color: #252525;
    font-weight: 400;
    margin-bottom: 0;
}

/* Recent-Works-area */
.Recent-Works-area {
}

.Recent-Works-wrapper {
}

.Recent-Works-img {
    max-height: 428px;
    overflow-y: hidden;
    box-shadow: 0 0 25px 0 rgb(11 25 29 / 10%);
    /*border: 1px solid rgba(0,0,0,.125);*/
    border-radius: 4px !important;
}

.Recent-Works-img a {
}

.Recent-Works-img a img {
    width: 100%;
}

.Recent-Works-text {
    text-align: center;
}

.Recent-Works-text h4 {
    color: #444444;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 13px;
    margin-top: 16px;
    text-transform: capitalize;
}

.Recent-Works-text p {
    color: #999999;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: normal;
}

/* service-area */
.service-area {
}

.service-wrapper {
    text-align: center;
}

.service-img {
}

.service-img img {
    width: 55px;
}

.section-title h2 {
    font-family: 'Raleway', sans-serif !important;
    font-weight: bold;
}

.service-text h4 {
    color: #444444;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 15px;
    text-transform: capitalize;
}

.service-text p {
    margin-bottom: 0;
}

/* team-area */
.team-area {
}

.team-wrapper {
    background: #ffffff none repeat scroll 0 0;
    transition: .3s;
}

.team-wrapper:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    transform: translateY(-10px);
}

.team-img {
}

.team-img img {
    width: 100%;
}

.team-text {
}

.team-text h4 {
    color: #444444;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 18px;
    text-transform: uppercase;
}

.team-text span {
    color: #444;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 14px;
}

.team-text p {
    color: rgba(86, 86, 86, 0.8);
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
}

.team-icon {
    display: block;
    margin-top: 15px;
}

.team-icon a {
    background-color: #eeeeee;
    border: 0 hidden #ffffff;
    border-radius: 50%;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px 24px;
    width: 40px;
}

.team-icon a:hover {
    background: #26c7cc;
    color: #fff;
}

.team-icon i {
}

/* testimonial-area */
.testimonial-area {
}

.testimonial-wrapper {
    overflow: hidden;
}

.testimonial-img {
}

.testimonial-img img {
    width: 31%;
    float: left;
    padding-right: 20px;
}

.testimonial-text {
}

.testimonial-text p {
    color: rgba(86, 86, 86, 0.8);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 14px;
}

.testimonial-text span {
    color: rgba(86, 86, 86, 0.6);
    display: block;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 17px;
}

.testimonial-text h4 {
    color: #444;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

/* counter-area */
.counter-area {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.counter-wrapper {
}

.counter-icon {
}

.counter-icon i {
    color: #6d6d6d;
    font-size: 45px;
}

.counter-text {
    margin-top: 11px;
}

.counter-text span {
    color: #39434a;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 10px;
    display: inline-block;
}

.counter-text h4 {
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
}

/* blog-area */
.blog-area {
}

.blog-wrapper {
}

.blog-img {
}

.blog-img a {
    position: relative;
    display: block;
}

.blog-img a::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: #B3BCBE;
    opacity: 0;
    transition: .3s;
}

.blog-img a:hover::before {
    opacity: .5;
}

.blog-img a {
}

.blog-img a img {
    width: 100%;
}

.blog-content {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    padding: 26px;
}

.blog-content > h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

.blog-content > h2 a {
    color: #272727;
    transition: .3s;
}

.blog-content > h2 a:hover {
    color: #26C7CC;
}

.entry-meta {
}

.entry-meta span {
    border-right: 1px solid #e4e4e4;
    margin-right: 7px;
    padding-right: 7px;
}

.entry-meta span:last-child {
    border-right: 0;
    margin: 0;
    padding: 0;
}

.entry-meta span a {
    color: #666666;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
}

.blog-content > p {
    color: #888;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 11px;
}

/* brand-area */
.brand-area {
}

.brand-wrapper {
}

.brand-img {
}

.brand-img a {
}

.brand-img a img {
    border: 1px solid #999999;
    padding: 20px 35px !important;
    width: 100%
}

.kkkk {
    width: 20%
}

/* footer-area */
.footer-top-area {
}

.footer-wrapper a {
    font-size: 16px;
}

.footer-logo {
    margin-bottom: 22px;
}

.footer-phone {
    color: #fff;
}

.footer-phone:hover {
    color: #d5bf7b;
}

.footer-logo a {
}

.footer-brief {
}

.footer-brief p {
    color: #fff;
    margin-bottom: 0;
}

.footer-social {
    margin-top: 16px;
}

.footer-social a {
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    margin: 0 5px;
    text-align: center;
    width: 30px;
    transition: .3s;
}

.footer-social a:hover {
    color: #26c7cc;
    border-color: #26c7cc;
}

.footer-social-icons {
    font-size: 17px;
}

.footer-title {
    color: #fff;
    font-size: 19px;
    /*font-weight: 600;*/
    margin-bottom: 14px;
    /*text-transform: uppercase;*/
}

.footer-name {
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 4px;
}

.footer-title img {
    width: 50px;
    margin-right: 5px;
}

.footer-segment {
    color: #fff;
    margin-bottom: 14px !important;
    font-size: 16px;
}

.footer-menu {
}

.footer-menu li {
    /*border-bottom: 1px solid #666;*/
    /*margin-bottom: 10px;*/
    margin-right: 5px;
    padding-bottom: 10px;
}

.footer-menu li:last-child {
    border-bottom: 0;
    padding: 0;
    margin: 0;
}

.footer-menu li a {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    transition: .3s;
}

.footer-menu li a:hover {
    color: #d5bf7b;
}

.footer-item {
    margin-bottom: 40px;
    overflow: hidden;
}

.footer-item:last-child {
    margin-bottom: 0;
}

.footer-img {
    float: left;
    margin-right: 15px;
    overflow: hidden;
}

.footer-img a {
}

.footer-img a img {
    width: 80px;
}

.footer-text {
}

.footer-text h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.footer-text h6 a {
    color: #fff;
}

.footer-text p {
    color: #fff;
    margin-bottom: 2px;
}

.footer-text p:last-child {
    margin-bottom: 0;
}

.footer-text p a {
    color: #777;
}

.footer-contact label {
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
}

.footer-top-newsletter > p {
    color: #fff;
    line-height: 21px;
}

.footer-contact input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #999999;
    font-size: 13px;
    height: 40px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
    border-radius: 3px;
}

.sign-up {
    background: #26c7cc none repeat scroll 0 0;
    border: 1px solid #26c7cc;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1;
    padding: 12px 40px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.sign-up:hover {
    background: #2a363f none repeat scroll 0 0 !important;
    border: 1px solid #2a363f;
}

.footer-bottom-area {
}

.copyright {
}

.copyright p {
    color: #fff;
    margin-bottom: 0;
}

.copyright a {
    color: #d5bf7b;
}

.icon {
}

.icon a {
    color: #fff;
    width: 32px;
    transition: .3s;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    min-height: 32px;
    display: inline-block;
    text-align: center;
    margin: 0 5px;
}

.icon a:hover {
    color: #d5bf7b;
    border-color: #d5bf7b;
}

#scrollUp {
    background-color: #d5bf7b;
    border: 1px solid #d5bf7b;
    bottom: 65px;
    color: #000;
    font-size: 20px;
    height: 40px;
    line-height: 35px;
    right: 30px;
    text-align: center;
    width: 40px;
}

/* breadcrumb-area */
.breadcrumb-banner-area {
    background: #ededed;
}

.breadcrumb-text {
    position: relative;
    z-index: 1;
}

.entry-title {
    color: #333;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.breadcrumb-menu {
}

.breadcrumb-menu ul {
    float: right;
}

.breadcrumb-menu ul li {
    display: inline-block;
    position: relative;
    padding: 0 5px;
}

.breadcrumb-menu ul li::after {
    color: #333;
    content: "/";
    display: inline-block;
    float: right;
    position: relative;
    right: -6px;
}

.breadcrumb-menu ul li:last-child::after {
    display: none;
}

.breadcrumb-menu ul li a {
    color: #555;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.breadcrumb-menu ul li a:hover {
    color: #26c7cc;
}

.breadcrumb-menu span {
    color: #26c7cc;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.title-area {
    background-position: center center;
    background-size: cover;
    padding-bottom: 220px;
    padding-top: 250px;
}

.title-area .breadcrumb-menu {
    text-align: center;
}

.title-area .entry-title {
    color: #fff;
    font-size: 4.286em;
    line-height: 1.5;
}

.title-area .breadcrumb-menu ul li a {
    color: #fff;
}

.title-area .breadcrumb-menu ul li::before {
    color: #fff;
}

.title-area .breadcrumb-menu span {
    color: #fff;
}

.breadcrumb-banners-area {
    background-size: cover;
    background-position: center center;
}

.breadcrumb-texts {
    position: relative;
    z-index: 999;
}

.breadcrumb-texts h1 {
    color: #fefefe;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* about-area */
.about-area {
}

.about-wrapper {
}

.about-text {
}

.about-text h2 {
    color: hsl(0, 0%, 27%);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 23px;
    text-transform: uppercase;
}

.sksksk {
    margin: auto;
    width: 885px;
}

.sksksk p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 21px;
}

.about-text a {
    background-color: hsl(182, 69%, 47%);
    border-radius: 3px;
    color: hsl(0, 0%, 100%);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 45px;
    padding: 14px 40px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.about-text a:hover {
    background-color: hsl(206, 20%, 21%);
    color: hsl(0, 0%, 100%);
}

.about-img {
}

.about-img img {
    width: 100%;
}

/* progress-bar-area */
.progress-bar-area {
    background: hsl(0, 0%, 97%) none repeat scroll 0 0;
}

.about-us-wrapper {
}

.about-us-text {
}

.about-us-text h2 {
    color: hsl(0, 0%, 27%);
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 23px;
    line-height: 30px;
}

.ksksksks {
    padding-right: 15%;
}

.ksksksks p {
    color: hsl(0, 0%, 27%);
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}

.about-us-text a {
    background-color: hsl(182, 69%, 47%);
    border-radius: 3px;
    color: hsl(0, 0%, 100%);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 36px;
    padding: 14px 40px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.about-us-text a:hover {
    background-color: hsl(206, 20%, 21%);
    color: hsl(0, 0%, 100%);
}

.single-progress {
}

.progress-bar {
    background-color: hsl(182, 69%, 47%);
    box-shadow: none;
}

.progress {
    border-radius: 3px;
    box-shadow: none;
    height: 20px;
    margin-bottom: 32px;
}

.progress:last-child {
    margin-bottom: 0;
}

.our-skill h6 {
    color: hsla(0, 0%, 0%, 0.92);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.progress {
    background-color: #E2E2E2;
}

/* pricing-area */
.pricing-area {
}

.pricing-wrapper {
    border: 1px solid hsl(180, 2%, 91%);
}

.content-title {
    color: hsl(0, 0%, 20%);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 21px;
    text-transform: uppercase;
}

.content-icon-header {
    padding-bottom: 24px;
}

.content-icon-header i {
    color: #999999;
    font-size: 80px;
    margin-top: 0;
}

.kc-pricing-price {
    background-color: hsl(0, 0%, 94%);
    padding-bottom: 28px;
    padding-top: 40px;
    transition: .3s;
}

.pricing-wrapper:hover .kc-pricing-price {
    background: #26C7CC;
}

.kc-pricing-pricess {
    background-color: #26C7CC;
    padding-bottom: 28px;
    padding-top: 40px;
    transition: all 0.3s ease 0s;
}

.contents-currency {
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    transition: all 0.3s ease 0s;
}

.contents-prices {
    color: #fff;
    font-size: 64px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 6px;
    transition: all 0.3s ease 0s;
}

.contentss-duration {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    transition: all 0.3s ease 0s;
}

.content-currency {
    color: #999999;
    font-size: 28px;
    font-weight: 300;
    transition: .3s;
}

.pricing-wrapper:hover .content-currency {
    color: #fff;
}

.content-price {
    color: hsl(0, 0%, 20%);
    font-size: 64px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 6px;
    transition: .3s;
}

.pricing-wrapper:hover .content-price {
    color: #fff;
}

.content-duration {
    color: hsl(0, 0%, 60%);
    font-weight: 300;
    font-size: 16px;
    transition: .3s;
}

.pricing-wrapper:hover .content-duration {
    color: #fff;
}

.content-desc > li {
    color: hsl(0, 0%, 60%);
    font-size: 14px;
    padding: 8px 0;
}

.content-desc > li:first-child {
    margin-top: 13px;
}

.content-button a {
    background-color: #efefef;
    border-radius: 45px;
    color: #333333;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 34px;
    margin-top: 23px;
    padding: 13px 31px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.content-button a:hover {
    background-color: hsl(182, 69%, 47%);
    color: hsl(0, 0%, 100%);
}

/* blog-right-area */
.blog-right-area {
}

.blog-right-wrapper {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.bolg-right-img {
}

.bolg-right-img a {
    position: relative;
    display: block;
}

.bolg-right-img a::before {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.blog-right-wrapper:hover .bolg-right-img a::before {
    opacity: 1;
}

.bolg-right-img a img {
    width: 100%;
}

.blog-right-text {
    padding: 25px 15px;
}

.blog-right-text h2 {
    margin-bottom: 10px;
}

.blog-right-text h2 a {
    color: #333333;
    font-size: 30px;
    transition: all 0.3s ease 0s;
}

.blog-right-text h2 a:hover {
    color: #26C7CC
}

.blog-date {
    margin-bottom: 9px;
}

.blog-date span {
    font-size: 12px;
    margin-right: 10px;
    text-transform: capitalize;
}

.blog-date span:last-child {
    margin-right: 0;
}

.blog-date span i {
    font-size: 14px;
    margin-right: 8px;
}

.blog-right-text > p {
    color: #444444;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}

.blog-right-text > a {
    color: rgba(0, 0, 0, 0.75);
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 12px;
    text-transform: uppercase;
}

.post-pagination .pagination {
    margin: 0;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.post-pagination {
    margin-top: 20px;
}

.post-pagination ul {
    border-radius: 4px;
    display: inline-block;
}

.post-pagination ul li {
    background-color: #ffffff;
    color: #337ab7;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.post-pagination ul.page-numbers li .page-numbers.current {
    background: #26c7cc none repeat scroll 0 0;
    border: 1px solid #26c7cc;
    color: #ffffff;
    cursor: no-drop;
    display: block;
    padding: 0 15px;
}

.post-pagination ul li a, .post-pagination ul li span {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #26c7cc;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    position: relative;
    text-decoration: none;
}

.post-pagination ul li a:hover {
    background: #26c7cc none repeat scroll 0 0;
    border-color: #26c7cc;
    color: #ffffff;
}

.sidebar-widget {
    overflow: hidden;
    margin-bottom: 50px
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}

form#search {
    position: relative;
}

form#search input {
    border: 2px solid #eeeeee;
    float: left;
    height: 36px;
    padding-left: 10px;
    width: 100%;
    color: #666666;
    border-radius: 3px;
}

form#search button {
    background: #26c7cc none repeat scroll 0 0;
    border: 2px solid #26c7cc;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    height: 36px;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
}

form#search button:hover {
    background: #2a363f none repeat scroll 0 0;
    border: 2px solid #2a363f;
}

.single-left-blog h5 {
}

.blog-search button:hover {
    background: #26CCFF;
    border-color: #26CCFF;
    color: #999;
}

.blog-left-text {
}

.sidebar-title {
    border-bottom: 1px solid #e5e5e5;
    color: #333333;
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 11px;
    padding-bottom: 12px;
    position: relative;
    text-transform: capitalize;
}

.blog-left-text {
}

ul.sidebar-link {
}

ul.sidebar-link li {
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
}

ul.sidebar-link li:last-child {
    padding-bottom: 0;
}

ul.sidebar-link li:last-child {
    border-bottom: 0
}

ul.sidebar-link li a {
    color: #333333;
    display: block;
    font-size: 14px;
    font-weight: normal;
    position: relative;
}

ul.sidebar-link li a:hover {
    color: #26C7CC
}

.blog-left-info {
}

.Tags {
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 17px;
    padding-bottom: 13px;
    padding-top: 40px;
    text-transform: capitalize;
    position: relative;
}

.Tags::before {
    background: #03a9f4 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50%;
}

.blog-left-info {
}

ul.tag {
}

ul.tag li {
    display: inline-block;
}

ul.tag li a {
    border: 1px solid #cccccc;
    color: #565656;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-right: 5px;
    padding: 7px 12px;
    text-transform: capitalize;
    transition: .3s;;
}

ul.tag li a:hover {
    background: #26c7cc none repeat scroll 0 0;
    border-color: #26c7cc;
    color: #ffffff;
}

.blog-item {
    margin-bottom: 16px;
    overflow: hidden;
}

.blog-item:last-child {
    margin-bottom: 0;
}

.blog-item-img {
    float: left;
    margin-right: 15px;
}

.blog-item-img img {
    width: 80px;
}

.product-info {
    overflow: hidden;
}

.product-title.multi-line {
    font-size: 18px;
    margin-bottom: 2px;
    font-weight: 500;
    text-transform: capitalize;
}

.product-title.multi-line > a {
    color: #333333;
}

.product-info > p {
    margin: 0 0 2px;
}

/* blog-story-area */
.blog-story-area {
}

.blog-story {
}

.blog-img-2 {
    margin-bottom: 30px;
}

.blog-header {
}

.blog-header h1 {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
}

.story-hbtitle p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
}

.story-hbtitle h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
}

.tab-info {
}

.tab-info p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
}

.meta-info {
    margin-bottom: 50px;
}

.meta-info span {
    margin-right: 20px;
}

.meta-item {
    font-size: 1.2rem;
    font-weight: 300;
}

.meta-item i {
    margin-right: 5px;
    color: #000;
}

.contact-form {
}

.contact-form h3 {
    font-size: 2.5rem;
    color: #000;
}

.contact-form p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.contact-form label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #000;
}

.contact-form textarea {
    border: 1px solid #e8e8e8;
    color: #afafaf;
    font-size: 12px;
    font-weight: 500;
    height: 168px;
    margin-bottom: 20px;
    padding: 6px 15px;
    width: 100%;
}

.btn {
    background: #03a9f4 none repeat scroll 0 0;
}

.contact-form input {
    border: 1px solid #e8e8e8;
    color: #8f8f8f;
    font-size: 12px;
    font-weight: 500;
    height: 36px;
    margin-bottom: 15px;
    padding: 8px;
    width: 100%;
}

.blog-img-2 > img {
    width: 100%;
}

.contact-form button {
    background: #26C7CC;
    border: 1px solid #26C7CC;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    text-transform: uppercase;
    transition: .3s;
}

.contact-form button:hover {
    background-color: #2a3640;
    color: #ffffff;
    border-color: #2a3640;
}

/* contact-icon-area */
.contact-icon-area {
    background: #f5f5f5 none repeat scroll 0 0;
}

.contact-section {
    margin-bottom: 55px;
}

.contact-section > h2 {
    font-size: 37px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.contact-sksksks {
    margin: auto;
    width: 666px;
}

.contact-sksksks p {
    line-height: 21px;
    margin-bottom: 0;
}

.contact-icon-wrapper {
}

.content-info {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 20px;
    text-transform: uppercase;
}

.contact-icon {
}

.contact-icon i {
    background-color: #26c7cc;
    border: 1px solid #26c7cc;
    border-radius: 50%;
    color: #ffffff;
    font-size: 30px;
    height: 80px;
    line-height: 78px;
    width: 80px;
    transition: .3s;
}

.contact-icon-wrapper:hover .contact-icon i {
    color: #26c7cc;
    background-color: rgba(255, 255, 255, 0);
}

.content-desc {
    font-size: 14px;
    font-weight: 400;
    color: rgba(86, 86, 86, 0.8);
}

/* contact-area */
.contact-area {
}

.contacts-section {
    margin-bottom: 58px;
}

.contacts-section h3 {
    font-size: 37px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.contacts-section h4 {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 5px;
}

.contact-wrapper {
}

#contact-form {
}

#contact-form > input {
    border: 1px solid #cccccc;
    font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
    height: 36px;
    margin-bottom: 15px;
    padding-left: 10px;
    width: 100%;
    background: #fff;
}

#contact-form > input:focus {
    border: 1px solid #999999
}

#contact-form textarea {
    border: 1px solid #cccccc;
    height: 100px;
    width: 100%;
    font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
    padding: 10px;
    background: #fff;
}

#contact-form textarea:focus {
    border: 1px solid #999999;
}

#contact-form > button {
    background: #26c7cc none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
    padding: 11px;
    text-transform: uppercase;
    width: 100%;
    transition: .3s;
    border-radius: 3px;
}

#contact-form > button:hover {
    background: #2a363f;
}

/* map */
#map {
    height: 500px;
    width: 100%
}

.contactss-area {
    background: #f5f5f5 none repeat scroll 0 0;
}

.contact-sectionss {
    margin-bottom: 55px;
}

.contact-sectionss > h2 {
    font-size: 37px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.contact-sksksksks {
    margin: auto;
    width: 336px;
}

.contact-sksksksks p {
    line-height: 21px;
    margin-bottom: 0;
}

.single-contact {
    padding: 80px 40px;
}

.contact-wrapperss {
    padding: 80px 40px;
}

.ccontacts-section {
    margin-bottom: 12px;
}

.ccontacts-section h3 {
    font-size: 37px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 23px;
    text-transform: uppercase;
}

.ccontacts-section h4 {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 5px;
}

@media (max-width: 778px) {
    .footer-top-area {
        padding-bottom: 25px !important;
        padding-top: 35px !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .logo a {
        font-size: 19px;
    }
}

@media (max-width: 768px) {
    .logo {
        margin-top: 18px !important;
    }
}

#scrollUp {
    z-index: 200 !important;
}