/*-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	1. Theme default CSS
	2. menu-area 
	3. slider-area
	4. Service Area
	5. Why Choose Area
	6. Portfolio Area
	7. Pricing Table
	8. testimonial-area
	9. subscribe-area
	10. our-blog-area
	11. our-brand-area
	12. footer-area
	13. about-area
	
-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
/* google-font */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

html, body {
    height: 100%;
}

.floatleft {
    float: left
}

.floatright {
    float: right
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}

.aligncenter {
    display: block;
    margin: 0 auto 15px
}

a:focus {
    outline: 0px solid
}

img {
    max-width: 100%;
    height: auto
}

.fix {
    overflow: hidden
}

p {
    margin: 0 0 15px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    font-family: 'Poppins', sans-serif;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

    a:hover {
        color: #03A9F4;
        text-decoration: none;
    }

    a:active, a:hover {
        outline: 0 none;
    }

    a:focus {
        text-decoration: none;
    }

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.clear {
    clear: both
}

body {
    font-family: "Poppins",sans-serif;
    line-height: 24px;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.pb-50 {
    padding-bottom: 50px;
}

.ptb-50 {
    padding: 50px 0;
}

.ptb-45 {
    padding: 45px 0;
}

.ptb-40 {
    padding: 40px 0;
}

.ptb-80 {
    padding: 80px 0;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.ptb-20 {
    padding: 20px 0;
}

.pb-60 {
    padding-bottom: 60px;
}

.ptb-100 {
    padding: 100px 0;
}

.bg-img {
    background: rgba(0, 0, 0, 0) url("img/home/out-side-parallax.jpg") repeat scroll 0 0;
    background-position: center center;
    background-size: cover;
}

.bg-img-2 {
    background: rgba(0, 0, 0, 0) url("img/bg/2.jpg") repeat scroll 0 0;
    background-position: center center;
    background-size: cover;
}

.bg-red {
    background: #F1F1F1
}

.bg-gray {
    background-color: #F1F1F1
}

.bg {
    background: #333;
}

.bg-blue {
    background: #0E5372;
}

.bg-dark-grey {
    background: #647883
}

.bg-opacity {
    position: relative;
}

    .bg-opacity::before {
        background: #000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.5;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }
/* -------------
 2. menu-area 
---------------------*/
.logo {
    margin-top: 5px;
}

.main-menu {
}

    .main-menu ul {
    }

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

            .main-menu ul li a {
                color: #444444;
                display: block;
                font-size: 12px;
                font-weight: 600;
                padding: 40px 11px;
                position: relative;
                text-transform: uppercase;
                transition: all 0.3s ease 0s;
            }

                .main-menu ul li a i {
                    color: #999;
                    margin-left: 3px;
                    right: 0;
                }

            .main-menu ul li:hover > a {
                color: #cdc633;
            }

            .main-menu ul li ul.submenu {
                background: #fff none repeat scroll 0 0;
                border-top: 3px solid #657983;
                opacity: 0;
                position: absolute;
                text-align: left;
                top: 130%;
                transition: all 0.3s ease 0s;
                visibility: hidden;
                width: 210px;
                z-index: 9999;
            }

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

            .main-menu ul li ul.submenu li {
                display: block;
            }

                .main-menu ul li ul.submenu li a {
                    font-size: 13px;
                    font-weight: 400;
                    padding: 8px 20px;
                    text-transform: none;
                }

                    .main-menu ul li ul.submenu li a:hover {
                        background: #cdc633;
                        color: #fff
                    }

/* search */
.header-search {
    float: right;
    margin-left: 20px;
    margin-top: 39px;
}

.search-open {
    color: #444;
}

.search-inside {
    background: rgba(0, 0, 0, 0.84) none repeat scroll 0 0;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

    .search-inside .search-close {
        color: #fff;
        cursor: pointer;
        font-size: 30px;
        position: absolute;
        right: 50px;
        top: 50px;
        z-index: 500;
    }

        .search-inside .search-close:hover {
            color: #fe4847
        }

    .search-inside .search-overlay {
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
    }

    .search-inside .position-center-center {
        padding: 0 20px;
        width: 60%;
    }

.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.search-inside .search {
    display: inline-block;
    position: relative;
    width: 100%;
}

    .search-inside .search input {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: #fff none repeat scroll 0 0;
        border-color: -moz-use-text-color -moz-use-text-color rgba(0, 0, 0, 0.5);
        border-image: none;
        border-style: none none solid;
        border-width: medium medium 1px;
        color: #000;
        font-size: 20px;
        height: 60px;
        padding: 0 20px;
        text-align: left;
        transition: all 0.4s ease-in-out 0s;
        width: 100%;
        font-weight: 600;
    }

    .search-inside .search button {
        background: #03a9f4 none repeat scroll 0 0;
        border: medium none;
        color: #fff;
        float: right;
        font-size: 21px;
        height: 60px;
        position: absolute;
        right: 0;
        top: 0;
        transition: all 0.4s ease-in-out 0s;
        width: 59px;
        z-index: 1;
    }

        .search-inside .search button:hover {
            background: #03A9F4
        }

/*--------- 3. slider-area ---------*/
.slider-area {
}

.single-area {
    position: relative;
}

.slider-img {
    position: relative;
}

    .slider-img::before {
        background: #000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        opacity: 0.5;
        position: absolute;
        width: 100%;
        z-index: 9;
    }

    .slider-img img {
    }

.slider-text {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

    .slider-text span.sub-title {
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .slider-text h2 {
        color: #fff;
        font-size: 50px;
        font-weight: 700;
        line-height: 46px;
        margin: 20px 0;
        text-transform: uppercase;
    }

    .slider-text h3 {
        color: #fff;
        font-size: 50px;
        font-weight: 700;
        line-height: 46px;
        margin: 20px 0;
        text-transform: uppercase;
    }

    .slider-text p {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        margin: 0;
    }

    .slider-text a {
        border: 1px solid #fff;
        color: #fff !important;
        display: inline-block;
        font-size: 18px;
        font-weight: normal;
        line-height: 26px;
        margin-top: 45px;
        padding: 9px 26px;
        text-decoration: none;
        transition: all 0.3s ease 0s;
    }

        .slider-text a:hover {
            background: #cdc633;
            border-color: #cdc633;
        }

.owl-dots {
    position: relative;
    text-align: center;
    top: -99px;
    z-index: 99;
}

.slider-active .owl-nav div {
    color: #fff;
    font-size: 40px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    opacity: 0;
}

    .slider-active .owl-nav div.owl-next {
        left: auto;
        right: 0;
    }

.slider-active:hover .owl-nav div {
    left: 60px;
    opacity: 1;
}

    .slider-active:hover .owl-nav div.owl-next {
        left: auto;
        right: 60px
    }
/*--------- 4. Service Area ---------*/
.service-area {
}

.section-title {
    margin-bottom: 40px;
    padding-bottom: 24px;
    position: relative;
}

    .section-title h3 {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .section-title p {
        color: #666;
        font-size: 14px;
        font-weight: 300;
        margin: 0;
    }

    .section-title::before {
        background: #3399ff none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        width: 108px;
    }

    .section-title::after {
        background: #fff none repeat scroll 0 0;
        bottom: -3px;
        color: #3399ff;
        content: "";
        font-family: fontawesome;
        font-size: 14px;
        height: 17px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        width: 39px;
    }

.single-service {
    border: 1px solid #f1f1f1;
    padding: 40px 25px;
    transition: .3s;
}

    .single-service:hover {
        background: #cdc633;
        border-color: #cdc633;
    }

.service-icon {
    color: #657983;
    font-size: 30px;
    margin-bottom: 25px;
    transition: all 0.3s ease 0s;
}

.single-service:hover .service-icon {
    color: #fff
}

.service-text {
}

    .service-text h4 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
    }

.single-service:hover .service-text h4 {
    color: #fff
}

.service-text p {
    font-size: 14px;
    color: #666;
    font-weight: 300;
    margin: 0;
    transition: .3s;
}

.single-service:hover .service-text p {
    color: #fff
}
/*------ 5. Why Choose Area --------*/
.whay-choose-area {
}

.choose-content {
}

    .choose-content h5 {
        color: #fff;
        font-size: 2.8rem;
        font-weight: 500;
    }

    .choose-content p {
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        width: 745px;
    }

    .choose-content a {
        background: #03a9f4 none repeat scroll 0 0;
        display: inline-block;
        padding: 10px 20px;
        font-weight: 700;
        color: #fff;
        transition: .3s;
    }

        .choose-content a:hover {
            background-color: #26CCFF;
        }
/*------- 6. Portfolio Area --------*/
.portfolio-area {
}

.portfolio-menu {
}

    .portfolio-menu ul {
    }

        .portfolio-menu ul li {
            background: #eeeeee none repeat scroll 0 0;
            border-radius: 2px;
            color: #333333;
            cursor: pointer;
            display: inline-block;
            font-size: 13px;
            font-weight: 500;
            line-height: 13px;
            margin: 0 5px 10px;
            padding: 12px 15px;
            position: relative;
            text-transform: capitalize;
            transition: all 0.3s ease 0s;
        }

            .portfolio-menu ul li:hover {
                background: #03A9F4;
                color: #fff;
            }

.single-portfolio {
    position: relative
}

.portfolio-img {
}

.image-link > img {
    width: 100%;
}

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

.portfolio-menu ul li.filter.active {
    background: #03A9F4;
    color: #fff;
}

.portfolio-img a::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: .3s;
}

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

.portfolio-content {
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translatey(-50%);
    opacity: 0;
    transition: .3s;
}

.portfolio-icon {
}

    .portfolio-icon a {
        background: #03a9f4 none repeat scroll 0 0;
        color: #fff;
        display: inline-block;
        font-size: 18px;
        height: 50px;
        line-height: 53px;
        width: 50px;
        font-weight: 600;
    }

.portfolio-title {
}

    .portfolio-title span {
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        position: relative;
        text-transform: capitalize;
        top: 40px;
    }

.single-portfolio:hover .portfolio-content {
    opacity: 1;
    top: 50%;
}

#Container .mix {
    display: none
}
/*------- 7. Pricing Table --------*/
.pricing-table {
}

.single-pricing {
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease 0s;
}

    .single-pricing:hover {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    }

.single-pricng-head {
    border-bottom: 1px solid #e5e5e5;
    padding: 40px 0 30px;
    transition: all 0.3s ease 0s;
}

.single-pricing:hover .single-pricng-head {
    background: #cdc633;
    color: #fff;
}

.single-pricng-head h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.single-pricng-head h5 {
}

.price {
    display: block;
    font-size: 18px;
    font-weight: 500;
}

.price {
}

    .price b {
        display: inline-block;
        font-size: 35px;
    }

.single-pricng-head h5 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
}

.single-pricing-body {
    padding: 35px 0 40px;
    transition: all 0.3s ease 0s;
}

    .single-pricing-body ul {
    }

        .single-pricing-body ul li {
            color: #565656;
            font-size: 14px;
            margin-bottom: 20px;
        }

.order {
    border: 1px solid #e5e5e5;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    margin-top: 15px;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
    transition: .3s;
    color: rgba(0, 0, 0, 0.75)
}

.single-pricing:hover .order {
    background: #cdc633;
    color: #fff !important;
}
/*------- 8. testimonial-area --------*/
.testimonial-area {
}

.single-testimonial {
}

.testimonial-content {
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    margin-top: 2px;
    padding: 28px 31px 14px;
}

    .testimonial-content h4 {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .testimonial-content p {
        color: #666;
        font-size: 14px;
        font-style: italic;
        font-weight: 300;
        line-height: 24px;
    }

.testimonial-information {
    overflow: hidden;
    padding-top: 34px;
}

.testimonial-img {
    float: left;
    margin-right: 18px;
    position: relative;
    width: 92px;
}

    .testimonial-img::before {
        border: 1px solid #e7e7e7;
        border-radius: 50%;
        content: "";
        height: 10px;
        left: 67px;
        position: absolute;
        top: -11px;
        width: 10px;
        z-index: 99;
    }

    .testimonial-img::after {
        border: 1px solid #ececec;
        border-radius: 50%;
        content: "";
        height: 16px;
        left: 76px;
        position: absolute;
        top: -26px;
        width: 16px;
    }

    .testimonial-img img {
        border: 1px solid #ececec;
        border-radius: 50%;
    }

.testimonial-name {
    overflow: hidden;
    padding-top: 27px;
}

    .testimonial-name h4 {
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 6px;
    }

    .testimonial-name span {
        display: block;
        font-style: italic;
        color: #666;
        font-size: 14px;
        font-weight: 300;
    }

.testimonial-active .owl-nav div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    color: #d4d4d4;
    display: inline-block;
    font-size: 20px;
    height: 48px;
    left: 0;
    line-height: 48px;
    margin: -24px 0 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 48px;
    opacity: 0;
    transform: translateY(-50%)
}

    .testimonial-active .owl-nav div.owl-next {
        right: 0;
        left: auto;
    }

.testimonial-active:hover .owl-nav div {
    background: #03A9F4;
    border-color: #03A9F4;
    color: #fff;
    left: 20px;
    opacity: 1;
}

    .testimonial-active:hover .owl-nav div.owl-next {
        left: auto;
        right: 20px
    }
/*------- 9. subscribe-area --------*/
.subscribe-area {
}

.subscribe-text {
    padding-top: 15px;
}

    .subscribe-text h4 {
        font-size: 2rem;
        font-weight: 500;
    }

.subscribe-form > form {
    position: relative;
}

.subscribe-form input {
    border: 1px solid #ffffff;
    float: left;
    height: 50px;
    padding-left: 20px;
    width: 100%;
}

.subscribe-form button {
    background: #cdc633 none repeat scroll 0 0;
    border: 1px solid #cdc633;
    color: #fff;
    float: left;
    font-weight: 700;
    height: 50px;
    padding: 0 25px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    transition: all 0.3s ease 0s;
}

    .subscribe-form button:hover {
        background-color: #657983;
        border-color: #657983;
    }
/*------- 10. our-blog-area --------*/
.our-blog-area {
}

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

.bolg-img {
}

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

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

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

    .bolg-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%;
    }

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

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

    .blog-text h4 {
    }

        .blog-text h4 a {
            color: #333333;
            font-size: 15px;
            transition: .3s;
        }

            .blog-text h4 a:hover {
                color: #03A9F7;
            }

.blog-date {
}

    .blog-date span {
        color: #666;
        font-size: 12px;
        margin-right: 10px;
    }

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

.blog-text p {
    color: #555555;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 12px;
    margin-top: 6px;
    word-spacing: 1px;
}

.blog-text a {
    color: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    transition: all 0.3s ease 0s;
}

    .blog-text a:hover {
        color: #3399FF;
    }
/*------- 11. our-brand-area --------*/
.our-brand-area {
}

.single-brand {
    border: 1px solid #f1f1f1;
    padding: 30px 15px;
}
/*------- 12. footer-area --------*/
.footer-top-area {
    border-bottom: 1px solid #cdc633;
}

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

.footer-info {
}

.footer-sin {
    margin-right: 30px;
    display: inline-block;
}

    .footer-sin:last-child {
        margin-right: 0;
    }

    .footer-sin i {
        margin-right: 10px;
    }

    .footer-sin a {
        color: #fff;
        font-size: 14px;
        font-weight: 300;
    }
/* footer-middle-area */
.footer-middle-area {
}

.footer-text {
}

    .footer-text h5 {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .footer-text p {
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        margin-top: 25px;
    }

.footer-address {
}

.footer-icon {
    color: #fff;
    display: inline-block;
    float: left;
    margin-top: 2px;
    width: 25px;
}

.footer-info {
}

.footer-menu {
}

    .footer-menu ul {
    }

        .footer-menu ul li {
            margin-bottom: 14px;
        }

            .footer-menu ul li a {
                color: #fff;
                font-size: 14px;
                font-weight: 300;
                text-transform: capitalize;
                transition: .3s;
            }

                .footer-menu ul li a:hover {
                    color: #03a9f4;
                    margin-left: 5px;
                }

.contact-form button {
    border: 1px solid #3399FF;
    background: #3399FF;
    color: #fff;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

    .contact-form button:hover {
        background: #26CCFF;
        border-color: #26CCFF;
    }
/* footer-bottom-area */
.footer-bottom-area {
}

.copyright {
    margin-top: 9px;
}

    .copyright p {
        color: #fff;
        font-size: 13px;
        font-weight: 300;
        margin-bottom: 0;
    }

.icon {
    text-align: right;
}

    .icon a {
        border: 1px solid #ddd;
        color: #fff;
        display: inline-block;
        font-size: 20px;
        height: 40px;
        line-height: 38px;
        margin: 0 10px;
        text-align: center;
        transition: all 0.3s ease 0s;
        width: 40px;
    }

        .icon a:hover {
            background: #03A9F4;
            border-color: #03A9F4;
        }
/* breadcrumb-banner-area */
.breadcrumb-banner-area {
}

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

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

.breadcrumb-menu {
}

    .breadcrumb-menu ul {
    }

        .breadcrumb-menu ul li {
            display: inline-block;
            padding: 0 5px;
            text-transform: capitalize;
        }

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

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

            .breadcrumb-menu span, .breadcrumb-menu ul li a:hover {
                color: #cdc630;
            }

            .breadcrumb-menu ul li a {
                color: #fff;
                font-weight: 300;
                font-size: 14px;
            }
/*--------- 13. about-area --------*/

.about-area {
}

.about-text {
}

.about-heading {
}

    .about-heading h5 {
        color: rgba(0, 0, 0, 0.75);
        font-size: 2rem;
        font-weight: 500;
    }

.about-text p {
    color: #666;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
}

.about-text a {
    background: #cdc633 none repeat scroll 0 0 !important;
    border: 1px solid #cdc633;
    color: #fff !important;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
}

    .about-text a:hover {
        background: #657983 !important;
    }
/* video-area */
.video-area {
}

.video-text p {
    color: #666;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
}

.video-heading h5 {
    color: rgba(0, 0, 0, 0.75);
    font-size: 2rem;
    font-weight: 500;
}
/* tram-area */
.tram-area {
}

.single-team {
    position: relative;
}

.team-img {
}

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

        .team-img a::before {
            background: #3694c1 none repeat scroll 0 0;
            content: "";
            height: 100%;
            opacity: 0.9;
            position: absolute;
            transform: scaleX(0);
            transition: all 0.3s ease 0s;
            width: 100%;
        }

.single-team:hover .team-img a::before {
    transform: scaleX(1)
}

.social-icon {
    padding: 0 20px;
    position: absolute;
    text-align: center;
    top: 20%;
    transform: translateY(-50%);
    opacity: 0;
    transition: .3s;
}

.icon-info {
}

    .icon-info a {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-weight: 300;
        height: 35px;
        line-height: 33px;
        margin-bottom: 10px;
        text-align: center;
        transition: all 0.3s ease 0s;
        width: 35px;
    }

        .icon-info a:hover {
            color: #278EC4;
            background: #fff;
        }

.social-icon > p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}

.single-team:hover .social-icon {
    top: 50%;
    opacity: 1
}

.team-text {
    border-left: 1px solid #f1f1f1;
    padding: 20px 0;
    border-right: 1px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
    transition: .3s;
}

.single-team:hover .team-text {
    border-bottom-color: #3399FF;
}

.team-text h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
/* counter-area-start */
.counter-area {
}

.single-counter {
    position: relative;
    z-index: 99;
}

.counter-icon {
    color: #f0f0f0;
    font-size: 24px;
    margin-bottom: 38px;
    font-weight: 300;
}

    .counter-icon i {
    }

.single-counter h2 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 26px;
}

.single-counter p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0;
}
/* skill-area */
.skill-area {
}

.skill-title {
}

    .skill-title h3 {
        color: rgba(0, 0, 0, 0.85);
        font-size: 24px;
        font-weight: 500;
        line-height: 24px;
        text-transform: uppercase;
    }

    .skill-title p {
        font-size: 13px;
        font-weight: 300;
        line-height: 24px;
    }
/* skill-area */
.skill-area {
}

.single-skill {
    margin-top: 40px;
}

.skill-info {
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    text-transform: capitalize;
    top: -22px;
}

.progress {
    background-color: #f5f5f5;
    border-radius: 0;
    box-shadow: none;
    height: 20px;
    margin-bottom: 30px;
    overflow: visible;
    position: relative;
}

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

.progress-bar {
    background-color: #03a9f4;
}
/* img-team-area */
.img-team-area {
}

.medium-img {
}

.img-title {
}

    .img-title > h5 {
        font-size: 2rem;
        font-weight: 500;
    }

}

.img-title h5 {
    font-weight: 500;
    font-size: 24px;
}

.img-title > p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
/* blog-left-area */
.single-left-blog {
}

.blog-search {
}

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

form#search {
    position: relative;
}

    form#search input {
        border: 2px solid #eee;
        float: left;
        height: 36px;
        padding-left: 20px;
        width: 100%;
    }

    form#search button {
        background: #3399ff none repeat scroll 0 0;
        border: 2px solid #3399ff;
        font-weight: 700;
        height: 36px;
        padding: 0 20px;
        position: absolute;
        right: 0;
        top: 0;
        color: #fff;
        transition: .3s;
    }

.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: #333;
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 30px;
    padding-bottom: 13px;
    position: relative;
    text-transform: capitalize;
}

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

.blog-left-text {
}

ul.sidebar-link {
}

    ul.sidebar-link li {
        margin-bottom: 12px;
    }

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

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

            ul.sidebar-link li a:hover {
                color: #3399FF
            }

.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;
        margin-bottom: 8px;
        margin-right: 8px;
    }

        ul.tag li a {
            border: 1px solid #e8e8e8;
            color: #333333;
            display: inline-block;
            font-size: 13px;
            padding: 3px 17px;
            text-align: center;
            transition: .3s;
        }

            ul.tag li a:hover {
                background: #03A9F4;
                color: #fff;
                border-color: #03A9F4
            }

/* Team-3-column */
.team-img img {
    display: block;
    width: 100%;
}
/* 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;
    }

.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;
}

.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;
    }

.contact-form {
}

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

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

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

    .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%;
}
/* map */
#map {
    height: 300px;
    width: 100%
}

.contact-area {
}

.single-address {
    margin-bottom: 45px;
}

    .single-address:last-child {
        margin-bottom: 0;
    }

.contact-icon {
}

    .contact-icon i {
        background: #03a9f4 none repeat scroll 0 0;
        border-radius: 50%;
        color: #fff;
        font-size: 24px;
        height: 50px;
        line-height: 45px;
        text-align: center;
        width: 50px;
        transition: .3s;
    }

        .contact-icon i:hover {
            background: #0B96BE;
        }

.contact-icon {
    margin-bottom: 20px;
}

.contact-info h4 {
    color: #282828;
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.contact-info span {
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
}

.contact-form h4 {
    color: #282828;
    font-size: 18px;
    margin-left: 20px;
    text-transform: capitalize;
}

#contact-form {
}

    #contact-form input {
        border: 1px solid #dddddd;
        color: #565656;
        margin-bottom: 30px;
        padding: 7px 10px;
        width: 100%;
    }

    #contact-form textarea {
        border: 1px solid #ddd;
        color: #666;
        margin-bottom: 30px;
        padding: 10px;
        width: 100%;
    }

    #contact-form button {
        background: #cdc633 none repeat scroll 0 0;
        border: medium none;
        color: #fff;
        display: inline-block;
        float: left;
        font-size: 14px;
        font-weight: 700;
        margin-left: 16px;
        padding: 10px 40px;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
    }

        #contact-form button:hover {
            background: #657983;
        }

.four-zero-four {
    padding: 150px 0;
}

.four-zero-content h2 {
    font-size: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.four-zero-content > a {
    border: 1px solid #444;
    color: #444;
    display: inline-block;
    padding: 10px 15px;
    text-transform: uppercase;
}

.four-zero-content {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 50px;
}

    .four-zero-content > a:hover {
        background: #444;
        color: #fff
    }

.footer-info a {
    color: #cdc630;
}

.top10-properties {
    border: 3px solid #cdc633;
    padding:10px;
}

.footerfont {
    color: #cdc633;
}