/*
    Template Name    : Choice
	Description		 : Business Responsive HTML5 Template.
    Version          : 1.0
*/

/*
================================================
/* Table of Content
==================================================

1. Fonts - Cairo and Raleway
2. Common CSS
3. Loader CSS
4. Scrool top Arrow
5. Logo Bar 
6. Navigation
7. Banner Wrapper
8. About Us
9. Our Team
10. Counters
11. Services
12. Testimonials Wrapper 
13. Portfolio
14. Blog
15. Pricing Table
16. Contact Us
17. Footer
18. Media Quries 

/*
================================================
1. Fonts - Cairo and Cairo
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Cairo:400,600,700|Cairo:300,400,500,600,700');
/*
================================================
2. Common CSS
================================================
*/
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #666;
    overflow-x: hidden;
}

.headerPopup {
    width: 75%;
    margin: 0 auto;
}

    .headerPopup iframe {
        width: 100%;
        margin: 120px auto;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cairo', sans-serif;
    margin-top: 0;
    text-transform: none;
    color: #000;
}

a, a:hover, a:active, a:focus {
    outline: none;
    border: none;
}

a {
    color: #666666;
    transition: all 0.3s ease 0s;
}

    a:hover {
        color: #337ab7;
        text-decoration: none;
    }

section h2 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    position: relative;
    margin: 0 auto 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    padding: 12px 10px 10px;
}

section {
    width: 100%;
    float: left;
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin: 0 0 40px;
}

    .section-title h2 {
        font-size: 36px;
        letter-spacing: 0;
        padding: 0 0 10px;
        text-transform: uppercase;
        font-weight: 900;
        margin: 0;
    }

.heading-line {
    display: block;
    margin: auto auto 15px;
    position: relative;
    width: 50px;
    height: 3px;
    background: #ff941a;
}

.section-title > p {
    font-size: 15px;
    margin: 20px auto auto;
}

    .section-title > p span {
        display: block;
    }
/* btn effect */
.btn-one {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #ff941a;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin: 20px 0 0;
    padding: 9px 30px 15px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Cairo', sans-serif;
}

    .btn-one:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #282828;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .btn-one:hover, .btn-one:focus, .btn-one:active {
        color: white;
    }

        .btn-one:hover:before, .btn-one:focus:before, .btn-one:active:before {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
/*color changer*/
#switcher {
    position: fixed;
    bottom: 25%;
    left: -170px;
    width: 170px;
    z-index: 9999;
    font-size: 15px;
    padding-bottom: 20px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    height: 90px;
    background: #fff;
    box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.2);
}

    #switcher.active {
        left: 0px;
    }

    #switcher p {
        color: #fff;
        bottom: -6px;
        position: absolute;
        left: 21px;
        font-size: 13px;
    }

    #switcher .theme-click {
        color: #ffffff;
        cursor: pointer;
        display: block;
        font-size: 20px;
        height: 40px;
        line-height: 40px;
        position: absolute;
        right: -40px;
        text-align: center;
        top: 0;
        width: 40px;
        z-index: 2;
    }

    #switcher .theme-color {
        width: 30px;
        height: 30px;
        margin: 10px;
        position: absolute;
        left: 0px;
        cursor: pointer;
    }

    #switcher .theme-active {
        background: #da3832;
    }

    #switcher .theme-color-two {
        background: #0bc0c5;
        left: 40px;
    }

    #switcher .theme-color-three {
        background: #2a80b9;
        left: 80px;
    }

    #switcher .theme-color-four {
        background: #069a97;
        left: 120px;
    }

    #switcher .theme-color-five {
        background: #a4d249;
        left: 0px;
        top: 40px;
    }

    #switcher .theme-color-six {
        background: #c40d2a;
        left: 40px;
        top: 40px;
    }

    #switcher .theme-color-seven {
        background: #505FB5;
        left: 80px;
        top: 40px;
    }

    #switcher .theme-color-eight {
        background: #ff6853;
        left: 120px;
        top: 40px;
    }
/*
================================================
3. Loader CSS
================================================
*/
#loader {
    background: url(../images/loader.gif) no-repeat center center #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999;
}
/*
================================================
4. Scrool top Arrow
================================================
*/
#scrollUp {
    background: rgba(69, 75, 84, 0.7) none repeat scroll 0 0;
    border-radius: 5%;
    bottom: 30px;
    color: #fff;
    font-size: 12px;
    height: 40px;
    text-decoration: none;
    line-height: 38px;
    right: 30px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 40px;
}

    #scrollUp i {
        display: block;
        line-height: 35px;
    }
/*
================================================
5. Top Bar 
================================================
*/
.top-bar {
    background: #3f4f9e;
    padding: 10px 0;
    font-size: 13px;
}

    .top-bar p {
        color: #a4a4a6;
        margin: 0px;
        padding: 0;
        font-size: 13px;
    }

    .top-bar a {
        color: #fff;
    }

        .top-bar a:hover .fa-envelope, .top-bar a:hover {
            color: #fff;
        }

    .top-bar .fa {
        color: #fff;
        margin-right: 6px;
    }

    .top-bar ul {
        margin: 2px 0 0;
        padding: 0;
    }

        .top-bar ul li {
            margin-right: 15px;
            padding: 0;
        }

.top-header-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
}

    .top-header-wrapper ul li:first-child {
        margin: 0;
    }

    .top-header-wrapper ul li {
        list-style: none;
        margin: 0 0 0 10px;
        padding: 0;
        display: inline-block;
    }

.top-header-wrapper > a {
    color: #a4a4a6;
}

.top-header-wrapper i {
    margin-right: 5px;
}

.top-support > span {
    display: block;
}

span.separator {
    margin: 0 10px;
}
/*
================================================
6. Logo Bar 
================================================
*/
 
.Maplabel {
    color: black;
    background-color: white;
    font-family: Cairo, "Arial", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 240px;
    border: 2px solid black;
    white-space: nowrap;
    margin-right:70px;
}
 
.logo-bar {
    float: left;
    padding: 15px 0;
    width: 100%;
    position: relative;
    background: #fff;
    transition: all 400ms ease-in-out 0s;
}

    .logo-bar.affix {
        position: fixed;
        z-index: 1025;
        box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15);
        margin-top: -42px;
    }

    .logo-bar.fadeInDown {
        animation-name: none !important;
    }

.affix.fadeInDown {
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: fadeInDown !important;
    animation-play-state: running;
    animation-timing-function: ease;
}
/*
================================================
7. Navigation
================================================
*/
.navbar-default {
    background-color: inherit;
    border-color: inherit;
}

.navbar {
    border-radius: 0;
    min-height: auto;
    margin: 0;
    border: none;
    z-index: 9;
}

.navbar-collapse {
    float: left;
    margin: 20px 0 0;
    padding: 0;
}

.navbar-default .navbar-brand {
    padding: 0;
    height: auto;
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0;
}

.navbar-nav > li {
    padding: 0 30px 0 0;
    float: right;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Cairo', sans-serif;
}

.navbar-nav > li > a {
    padding-bottom: 0;
    padding-top: 0;
}

.nav > li > a {
    padding: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: inherit;
}
/*
================================================
8. Banner Wrapper
================================================
*/
.affix + .banner-wrapper {
    margin-top: 49px;
}

.banner-wrapper {
    width: 100%;
    float: left;
    position: relative;
}

.fade-carousel {
    position: relative;
    height: 600px;
}

    .fade-carousel .carousel-inner .active.left, .fade-carousel .carousel-inner .active.right, .fade-carousel .carousel-inner .item {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    .fade-carousel .carousel-inner .active, .fade-carousel .carousel-inner .next.left, .fade-carousel .carousel-inner .prev.right {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

        .fade-carousel .carousel-inner .active.left, .fade-carousel .carousel-inner .active.right, .fade-carousel .carousel-inner .next, .fade-carousel .carousel-inner .prev {
            left: 0;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }

    .fade-carousel .carousel-control {
        z-index: 2
    }

    .fade-carousel .carousel-inner .item {
        height: 600px;
    }

.welcome-control {
    background: 0 0 !important;
    border: 1px solid #ddd;
    color: #fff;
    font-size: 24px;
    height: 50px;
    left: 0;
    line-height: 45px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    z-index: 20
}

.right.welcome-control {
    left: auto;
    right: -52px
}

.left.welcome-control {
    left: -52px
}

.banner-wrapper:hover .right.welcome-control {
    right: 30px;
    transition: .25s;
    -webkit-transition: .25s;
    border: 1px solid #fff;
}

.banner-wrapper:hover .left.welcome-control {
    left: 30px;
    transition: .25s;
    -webkit-transition: .25s;
    border: 1px solid #fff;
}

.fade-carousel .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.fade-carousel .carousel-indicators > li {
    border-radius: 0;
    height: 13px;
    width: 13px;
    border: none;
    margin: 0 0 0 5px;
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #aaa;
    display: none;
}

.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: 0;
}

.carousel .item.active .hero {
    opacity: 1;
}

.hero h1 {
    font-size: 65px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-family: 'Cairo', sans-serif;
}

.hero h3 {
    font-family: 'Cairo', sans-serif;
    font-size: 30px;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

.carousel .item.active .animated1 {
    animation: 1s ease-in 500ms normal both 1 running flipInX;
}

.carousel .item.active .animated2 {
    animation: 1s ease-in-out 100ms normal both 1 running bounceInLeft;
}

.carousel .item.active .animated3 {
    animation: 1s ease-in 500ms normal both 1 running bounceIn;
}

.btn.btn-lg {
    padding: 10px 40px;
}

.btn.btn-hero, .btn.btn-hero:hover, .btn.btn-hero:focus {
    outline: none;
    margin: 20px auto;
    padding: 14px 50px;
    border-radius: 100px;
    transition: all 0.3s ease 0s;
    border: none;
}
/* Slides backgrounds */
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
    height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    .fade-carousel .slides .slide-1:before, .fade-carousel .slides .slide-2:before, .fade-carousel .slides .slide-3:before {
        background: #000000c7 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0.6;
        position: absolute;
        right: 0;
        top: 0;
    }

.fade-carousel .slides .slide-1 {
    background-image: url(../images/banner.jpg);
}

.fade-carousel .slides .slide-2 {
    background-image: url(../images/banner1.jpg);
}

.fade-carousel .slides .slide-3 {
    background-image: url(../images/banner2.jpg);
}
/*
================================================
9. Counters
================================================
*/
.counters {
    padding: 0 0 20px;
    width: 100%;
    float: left;
    text-align: center;
}

.counters-inner {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.29);
    overflow: hidden;
    position: relative;
    top: -50px;
    z-index: 9;
}

.counters .counter i {
    margin: 0 0 20px;
    font-size: 25px;
    transition: all 400ms linear 0s;
}

.counters .counter:hover i {
    transform: translateY(-15px);
}

.counters .counter .number {
    font-size: 20px;
    margin: 0 0 20px;
    padding: 0;
    color: #000;
    font-weight: 600;
}

.counters .counter.last::after {
    display: none;
}

.counters-inner > div {
    padding: 0;
}

.counters .counter:after {
    content: "";
    height: 140%;
    position: absolute;
    right: 0;
    top: -30px;
    width: 2px;
}

.counters .counter {
    border-radius: 4px;
    min-height: 155px;
    padding: 25px 20px;
    transition: all 400ms linear 0s;
    position: relative;
}

    .counters .counter p {
        font-size: 12px;
        margin: 0;
        padding: 0;
        color: #333;
        font-weight: 500;
    }
/*
================================================
10. About Us
================================================
*/
.aboutus {
    padding: 55px 0 70px;
    background: #f7f7f7;
}

.single-about {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e8e8e9;
    border-right: 1px solid #e8e8e9;
    padding: 40px 20px;
    transition: all 0.4s ease 0s;
    text-align: center;
}

    .single-about:last-child {
        border-right: 0px
    }

    .single-about:hover {
        box-shadow: 0 3px 45px 0 rgba(0, 0, 0, 0.2);
        z-index: 999;
    }

    .single-about i {
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 24px;
        height: 60px;
        line-height: 60px;
        margin: 0 0 24px;
        text-align: center;
        text-decoration: none;
        transition: all 0.5s ease-in-out 0s;
        width: 60px;
    }

    .single-about h4 {
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0;
        transition: all 0.5s ease-in-out 0s;
    }

    .single-about p {
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
    }

    .single-about:hover i {
        transform: scale(1.1);
    }
/*
================================================
11. Our Team
================================================
*/
.ourteam {
    padding: 56px 0 70px;
}

    .ourteam .section-title {
        margin: 0;
    }

    .ourteam .single-team {
        position: relative;
        margin-top: 40px;
        text-align: center;
        overflow: hidden;
    }

    .ourteam .team-head {
        position: relative;
        overflow: hidden;
    }

    .ourteam .single-team img {
        z-index: 5;
        width: 100%;
        
    }

.team .single-team:hover img {
    transform: translateY(-100%);
}

.ourteam .team-head:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    visibility: hidden;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 8;
}

.ourteam .single-team:hover .team-head:before {
    visibility: visible;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
}

.ourteam .hover-team {
    position: absolute;
    color: #fff;
    top: 0;
    text-align: center;
    padding: 10%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 10;
    width: 100%;
}

.ourteam .single-team:hover .hover-team {
    opacity: 1;
    visibility: visible;
}

.ourteam .hover-team p {
    font-size: 13px;
    color: #fff;
}

.ourteam .team-social {
    margin-top: 30px;
}

    .ourteam .team-social li {
        display: inline-block;
        margin-right: 10px;
    }

    .ourteam .team-social a {
        width: 90px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        border-radius: 8px;
        background: #fff;
        color: #5D4B3E;
        display: block;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .ourteam .team-social a:hover {
            background: #5a473b;
            color: #fff
        }

.ourteam .single-team:hover .team-social {
    bottom: 0;
    opacity: 1
}

.ourteam .member-name {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 15px 10px 10px;
}

    .ourteam .member-name h4 {
        font-size: 21px;
        margin-bottom: 10px;
        color: #444;
    }

    .ourteam .member-name p {
        color: #888;
    }
/*
================================================
12. Services
================================================
*/
.services {
    padding: 55px 0;
    background: #fff;
}

.single-service {
    background: #f7f7f7;
    margin: 15px 0;
    transition: all 0.3s ease 0s;
}

    .single-service:hover {
        transition: 0.3s;
    }

    .single-service i, .single-service h3, .single-service p {
        transition: 0.3s;
    }

    .single-service p {
        margin: 0;
    }

    .single-service:hover i, .single-service:hover h3, .single-service:hover p {
        color: #fff;
    }

.service-inner:before {
    background: rgba(0, 0, 0, 0) url(../images/services-arow-one.png) no-repeat scroll 0 0 / 100% auto;
    content: "";
    height: 30px;
    left: 15px;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 0px;
    transition: all 0.3s ease 0s;
}

.service-inner {
    padding: 45px 25px 32px;
    position: relative;
    z-index: 1;
}

    .service-inner i {
        display: block;
        font-size: 30px;
        margin: 0 0 10px;
    }

    .service-inner:after {
        background: rgba(0, 0, 0, 0) url(../images/services-arow-two.png) no-repeat scroll 0 0 / 100% auto;
        content: "";
        height: 30px;
        left: 15px;
        opacity: 0;
        position: absolute;
        right: 15px;
        bottom: -15px;
        transition: all 0.3s ease 0s;
    }

.single-service:hover .service-inner::before {
    top: 15px;
    opacity: 1;
}

.single-service:hover .service-inner::after {
    bottom: 2px;
    opacity: 1;
}

.cx-services {
    margin-top: 20px;
    margin-bottom: 35px;
}
/*
================================================
13. Portfolio
================================================
*/
.portfolio {
    clear: both;
    float: left;
    width: 100%;
    padding: 55px 0 0;
    background: #f7f7f7;
}

.work {
    padding: 0;
}

    .work a {
        display: block;
        overflow: hidden;
        position: relative;
    }

.work-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    padding: 20px;
}

    .work-inner:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #000;
        opacity: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        z-index: 1;
    }

.work:hover .work-inner:after {
    opacity: 0.8;
}

.work-info {
    text-align: center;
    margin-top: 15%;
    top: -15px;
    position: relative;
}

    .work-info p, .work-info h2, .work-info i {
        position: relative;
        z-index: 2;
        opacity: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .work-info h2 {
        font-size: 20px;
        color: #fff;
        top: -10px;
        margin: 0;
        padding: 0;
        line-height: 35px;
    }

    .work-info p {
        font-size: 12px;
        top: 10px;
        font-weight: 700;
        -webkit-transition: all 0.6s;
    }

    .work-info i {
        font-size: 14px;
        top: 20px;
        font-weight: 700;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        color: #333;
        background: #fff;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

.work:hover .work-info p, .work:hover .work-info h2, .work:hover .work-info i {
    opacity: 1;
    top: 0;
}

.portfolio-filter {
    list-style: outside none none;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
}

    .portfolio-filter li {
        display: inline-table;
        text-transform: uppercase;
        font-size: 14px;
        padding: 10px 0;
        margin: 0 5px;
        cursor: pointer;
        position: relative;
        font-weight: 600;
    }

        .portfolio-filter li:after {
            position: absolute;
            content: "";
            width: 0;
            height: 3px;
            left: 0;
            bottom: 0;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
        }

        .portfolio-filter li.active:after {
            width: 100%;
        }

.work-popup {
    max-width: 550px;
    background: #fff;
    position: relative !important;
    margin: 70px auto;
    left: 0 !important;
}

    .work-popup img {
        width: 100%;
        height: 100%;
    }

.work-popup-content {
    padding: 25px;
}

    .work-popup-content h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .work-popup-content p {
        text-align: left;
        line-height: 23px;
    }

.mfp-close-btn-in .mfp-close {
    position: absolute;
    background: #fff;
    font-size: 40px;
    width: 50px;
    height: 50px;
    opacity: 1;
    box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.2);
}
/*
================================================
14. Testimonials Wrapper 
================================================
*/
.testimonials-wrapper {
    width: 100%;
    float: left;
    padding: 55px 0 105px;
}

.single_testimonial {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    padding: 20px;
    margin: 0 0 8px;
}

    .single_testimonial h4 {
        letter-spacing: 0;
        margin-top: 0;
    }

    .single_testimonial i {
        color: #ffc207;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .single_testimonial img {
        /*border: 4px solid #eee;
        border-radius: 500px;*/
        display: block;
        height: 140px;
        margin: auto auto 15px;
        width: 140px;
    }

    .single_testimonial h3 {
        font-size: 16px;
        margin-bottom: 0;
        text-transform: uppercase;
    }

.carousel-indicators li {
    border-radius: 0px;
    height: 5px;
    margin: 0 1px;
    width: 10px;
    background: #282828;
    border: none;
}

.carousel-indicators .active {
    border-radius: 0;
    height: 5px;
    margin: 0 1px;
    width: 20px;
    border: none;
}

.site-wrapper {
    margin-bottom: 65px
}

.testimonials-wrapper .carousel-indicators {
    bottom: -50px
}
/*
================================================
15. Pricing Table
================================================
*/
.pricing-table-wrapper {
    background: #f7f7f7;
    padding: 56px 0 70px;
}

    .pricing-table-wrapper .section-title {
        margin: 0;
    }

.pricing-table {
    border: 1px solid #eee;
    display: block;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: #fff;
    padding: 0 0 30px;
    margin: 40px 0 0;
}

    .pricing-table:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        box-shadow: 0px 8px 24px rgba(0,0,0,0.25);
    }

.price-title {
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 20px;
    height: 120px;
    padding: 20px 0 10px;
    text-align: center;
    text-transform: uppercase;
}

.price {
    margin-bottom: 30px;
}

.price-value {
    border: 4px solid #f7f7f7;
    border-radius: 100%;
    box-shadow: 0 5px 13px -4px #585858 inset;
    font-family: montserrat, sans-serif;
    color: #fff;
    font-size: 44px;
    height: 120px;
    line-height: 102px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    transition: all 0.4s ease 0s;
    width: 120px;
}

.price-list li {
    border-top: 1px dashed #eaeaea;
    color: #333;
    font-family: lora, sans-serif;
    font-size: 16px;
    line-height: 50px;
    list-style: outside none none;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
}

    .price-list li:hover {
        background-color: rgba(0, 0, 0, 0.03)
    }

.pricing-table button {
    margin: 10px 0;
    color: #fff;
}
/*
================================================
16. Contact Us
================================================
*/
.contactus {
    padding: 0;
    position: relative;
    float: left;
    width: 100%;
}

.google-map iframe {
    width: 100%;
    height: 400px;
    border: none;
}

.map-contact {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.contact-from {
    padding: 25px;
    background: #f7f7f7;
}

    .contact-from input {
        background-color: #ffffff;
        border: medium none;
        color: #aaaaaa;
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 18px;
        padding: 10px 10px;
        transition: all 0.3s ease 0s;
        width: 100%;
    }

    .contact-from textarea {
        background-color: #ffffff;
        border: medium none;
        color: #aaaaaa;
        font-size: 14px;
        font-weight: normal;
        height: 100px;
        padding: 16px 20px;
        transition: all 0.3s ease 0s;
        width: 100%;
    }

    .contact-from button {
        color: #fff;
        padding: 11px 30px 13px;
    }

.contact-area {
    float: left;
    width: 100%;
    background: #fff;
    padding: 0 0 0;
    margin: -5px 0 0;
}

.fix {
    overflow: hidden;
}

.conatct-info {
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 30px 60px;
}

.contact-icon {
    border-radius: 5px;
    display: inline-table;
    height: 54px;
    margin-right: 18px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 54px;
    border: 1px solid #f3f3f3;
}

    .contact-icon i {
        color: #666666;
        display: table-cell;
        font-size: 25px;
        vertical-align: middle;
    }

.contact-icon2 {
    border-radius: 5px;
    display: inline-table;
    height: 44px;
    margin-right: 18px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 44px;
    border: 1px solid #f3f3f3;
}

    .contact-icon2 i {
        color: #666666;
        display: table-cell;
        font-size: 20px;
        vertical-align: middle;
    }

.contact-text {
    display: inline-block;
}

    .contact-text > span {
        color: #7a7a7a;
        font-size: 14px;
        font-weight: normal;
        line-height: 22px;
    }

        .contact-text > span a {
            font-size: 14px;
            font-weight: normal;
            line-height: 22px;
            color: #7a7a7a;
        }

            .contact-text > span a:hover {
                text-decoration: none;
            }
/*
================================================
17. Footer
================================================
*/
footer {
    padding: 25px 0;
    width: 100%;
    float: left;
    margin: -5px 0 0;
}

    footer p {
        color: #fff;
        text-align: center;
        margin: 0;
    }

/*
================================================
18. Media Quries 
================================================
*/
@media (min-width: 768px) and (max-width: 991px) {
    header {
        height: 500px;
    }

    .navigation {
        padding: 0;
    }

    .navbar-collapse {
        margin: 6px 0 0;
    }

    .navigation .navbar-collapse {
        padding: 0;
    }

    .navbar-nav > li {
        padding: 0 0 0 15px;
    }

    .navbar {
        margin-top: 0px;
    }

    .logo-bar.affix {
        margin: 0;
    }

    .hero h1 {
        font-size: 35px;
    }
    /*** contact us ***/
    .single-contact-info.space {
        margin: 30px 0 0;
    }

    #scrool-top {
        right: 15px;
    }
}

@media (max-width: 767px) {
    /*** Common styles ***/
    section h2 {
        font-size: 25px;
    }
    /*** header ***/
    header {
        height: 380px;
    }
    /*** logo bar ***/
    .logo-bar {
        z-index: 9;
        padding: 10px 0;
    }
    /*** navigation ***/
    .navbar-toggle {
        margin: 0 0 5px;
    }

    header .navbar-nav {
        margin: 7.5px 0;
    }

    .navbar {
        margin: 0;
    }

    .navbar-brand {
        display: block;
        padding: 0;
        height: auto;
        margin-right: 20px;
    }

    .affix .navbar {
        margin: 0px;
    }

    .affix + .banner-wrapper {
        margin-top: 290px;
    }

    .navbar-nav > li {
        padding: 0 15px 0 0;
        float: none;
    }

        .navbar-nav > li > a {
            padding-bottom: 10px;
            display: inline-block;
        }

    .navbar-default .navbar-collapse {
        float: right;
        border: none;
        box-shadow: none;
    }
    /*** banner ***/
    .hero h1 {
        display: none;
    }
    /*** counter ***/
    .counter {
        margin: 0 0 50px;
    }

    .counters {
        padding-bottom: 30px;
        margin: 0;
    }
    /*** about us ***/
    .section-title > p span {
        display: inline;
    }
    /*** contact us ***/
    .single-contact-info {
        margin: 0 0 10px;
    }

    #scrool-top {
        right: 15px;
    }
}
