/*

	Template Name: Droplet resposnive App landing template

	Author: Themeturn

	Author URI: http://themeforest.net/user/ThemeTurn

	Description: App landing page

	Version: 1.0

*/



/* Table of Content

==================================================

1.	Global Styles

2. 	Typography

3.	Button styles

4.	Header area

5.	Slideshow

6.	Features

7.	About

8.	Process

9.	Testimonial

10.	Portfolio

11.	Benefit

12.	Counter

13. Pricing

14.	Download

15.	Clients

16.	Contact

17.	About more

18.	Subscription

19.	Footer

20.	Overlay

21.Back To Top Button 





*/





@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,300,700,600);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,500,600,700,300);





@font-face {
    font-family: 'ElegantIcons';
    src: url('fonts/ElegantIcons.eot');
    src: url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'), url('fonts/ElegantIcons.woff') format('woff'), url('fonts/ElegantIcons.ttf') format('truetype'), url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* Global styles

================================================== */



html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}



body {
    border: 0;
    margin: 0;
    padding: 0;
    color: #333333;
    font-size: 14px;
    background: #fff;
}





a:link,
a:visited {
    text-decoration: none;
    color: white;
}





a:hover {
    text-decoration: none;
    color: #00AEFF;
    cursor: pointer;
}





section {
    position: relative;
}



.no-padding {
    padding: 0;
}



.gap-80 {
    clear: both;
    height: 80px;
}



.gap-40 {
    clear: both;
    height: 40px;
}



.gap-30 {
    clear: both;
    height: 30px;
}

.gap-20 {
    clear: both;
    height: 20px;
}



a:focus {
    outline: 0;
}

a {
    color: #444;
}



    a.read-more:hover {
        color: #00AEFF;
    }



ul {
    list-style-type: none;
}





img {
    width: 100%;
}





/* Typography

================================================== */



body, p {
    font-family: 'Raleway', sans-serif;
    /*font-weight: 500; */
    font-size: 14px;
    line-height: 23px;
    /*letter-spacing: 1px;*/
}



h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}



h1 {
    font-size: 36px;
    line-height: 48px;
}



h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}



h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}



h4 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}



h5 {
    font-size: 14px;
    line-height: 24px;
}



.heading-inner {
    /*width: 60%;*/
    margin: 0 auto;
    margin-bottom: 70px;
    position: relative;
}

.sec-title {
    padding: 8px 0px 10px 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    font-family: 'Open Sans', sans-serif;
    color: #444;
}

    .sec-title span {
        color: #00AEFF;
    }



.heading-inner p {
    margin-top: 20px;
}



.heading-inner:after {
    position: absolute;
    content: "";
    border-top: 1px dotted#ddd;
    border-bottom: 1px dotted#ddd;
    width: 330px;
    left: 0px;
    top: 25px;
    padding: 5px 10px;
    overflow: hidden;
}

.heading-inner:before {
    position: absolute;
    content: "";
    border-top: 1px dotted#ddd;
    border-bottom: 1px dotted#ddd;
    width: 330px;
    right: 0px;
    top: 25px;
    padding: 5px 10px;
    overflow: hidden;
}





/*BUTTON styles

=========================================*/

.btn-default {
    padding: 13px 40px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 5px;
    background: transparent;
    color: #fff;
    position: relative;
    margin-top: 20px;
}

    .btn-default, .btn-default.featured {
        -webkit-transition: all .3s linear 0s;
        -o-transition: all .3s linear 0s;
        transition: all .3s linear 0s;
    }

        .btn-default:hover, .btn-main:hover {
            background: #00AEFF;
            border-color: #00AEFF;
            color: #fff;
        }

        .btn-default.featured {
            background: #00AEFF;
            border-color: #00AEFF;
            color: #fff;
        }

            .btn-default.featured:hover {
                background: transparent;
                color: #222;
            }





.btn-main {
    padding: 13px 40px;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 5px;
    background: #2a2a2a;
    color: #fff;
    border-color: #2a2a2a;
    position: relative;
    border-radius: 25px;
}



#feature, #about, #overview, #feedback, #footer {
    padding: 80px 0px;
    background: #fff;
}



/*NAvbar menu styles

========================================*/



.navbar {
    margin-bottom: 0px;
}



#tf-menu {
    padding: 15px;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

    #tf-menu.navbar-default {
        /* background-color: rgba(248, 248, 248, 0.1); */
        background-color: rgb(0, 0, 0);
        border-color: rgba(231, 231, 231, 0.1);
    }

    #tf-menu a.navbar-brand {
        text-transform: uppercase;
        font-size: 22px;
        color: #fff;
        font-weight: 900;
        border-right: 1px solid#ccc;
    }



    #tf-menu.navbar-default .navbar-nav > li > a {
        text-transform: uppercase;
        color: #FFF;
        font-size: 14px;
        font-weight: 600;
    }

.on {
    /* background-color: rgba(0, 0, 0, 0.6)!important; */
    background-color: rgb(0, 0, 0) !important;
    padding: 0px !important;
    height: 65px;
    padding-top: 6px !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
}

.on.navbar-default .navbar-brand {
    margin-left: -90px;
    padding-left: 90px;
}



.navbar-brand {
    margin-top: -18px;
}

.navbar-default .navbar-nav a:hover {
    color: #00AEFF !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #00AEFF !important;
    background: transparent;
}



.navbar-toggle:hover {
    background: #00AEFF !important;
}



.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}





/*SLIDER HEADER 

============================================================*/

.slider {
    background: url("../images/slider_bg1.png") no-repeat center center fixed;
    background-size: cover;
    min-height: 580px;
    height: 500px;
    overflow: hidden;
}

.slider-wrap {
    padding: 150px 0px;
}

.slider-img {
}

    .slider-img img {
        /*width: 300px;

	height: 700px;*/
    }

.slider {
}

.slider-content {
    padding-top: 40px;
}

.slider h1 {
    margin: 0 0 20px 0;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    line-height: 60px;
    font-weight: 700;
}

.slider h2 {
    font-family: 'lora', serif;
    font-style: italic;
    color: #fff;
    text-transform: capitalize;
    font-size: 24px;
}

.slider p {
    margin-bottom: 25px;
    color: #fff;
}



.top-link {
    margin-top: 60px;
}

    .top-link a {
        padding: 20px 30px;
        border-radius: 3px;
        background: #fff;
        font-weight: 700;
        -webkit-transition: all .3s linear 0s;
        -o-transition: all .3s linear 0s;
        transition: all .3s linear 0s;
    }

        .top-link a i {
            color: #00AEFF;
            font-size: 25px;
            margin-right: 10px;
        }

        .top-link a:hover {
            background: #00AEFF;
            color: #fff;
        }



            .top-link a:hover i {
                color: #fff;
            }





/*Features section

=============================================================*/

#feature {
    padding: 80px 0px;
}

.feature-inner {
    padding: 30px 10px;
}



.feature-bg, .feature-bg.white {
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.feature-bg {
    background: #f7f7f7;
}

    .feature-bg.white {
        background: #f9f9f9;
    }

    .feature-bg:hover {
        background: #00AEFF;
    }

        .feature-bg:hover .feature-content, .feature-bg:hover .feature-content p, .feature-bg:hover .read-more {
            color: #fff;
        }

            .feature-bg:hover .feature-content h3 {
                border-color: #ddd;
            }

            .feature-bg:hover .read-more:before, .feature-bg:hover .read-more:after {
                background: #fff;
            }

.icon-box {
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    font-size: 50px;
    margin-bottom: 20px;
}





.feature-content h3 {
    font-size: 16px;
    font-weight: 600;
    /*text-transform: capitalize;*/
    text-transform: uppercase;
    margin: 10px 0px;
    position: relative;
    padding-bottom: 10px;
}

    .feature-content h3:after {
        position: absolute;
        content: "";
        width: 50px;
        height: 2px;
        background: #444;
        bottom: 0px;
        left: 40%;
    }



.feature-content p {
    margin: 10px 0px 20px;
    color: #444;
    padding: 10px 10px;
}

.read-more {
    text-transform: capitalize;
    padding: 10px 20px;
    position: relative;
    border-radius: 20px;
    border: 1px solid#00AEFF;
    font-weight: 700;
}

.feature-content:hover .read-more {
    border: 1px solid#fff;
}

.feature-content:hover h3:after {
    background: #fff;
}



.feature-content:hover .icon-box {
    color: #fff !important;
}





/*About section

===========================*/

#about {
    padding: 0px 0px;
    padding-bottom: 80px;
}

.about-inner {
    margin-bottom: 50px;
    padding: 0px 20px;
}

    .about-inner i {
        font-size: 50px;
        color: #00AEFF;
        text-align: center;
        line-height: 50px;
        margin-right: 20px;
        -webkit-transition: all .3s linear 0s;
        -o-transition: all .3s linear 0s;
        transition: all .3s linear 0s;
        margin: 0px auto;
    }



.about-wrapper.wrapper-right .about-inner i {
    float: left;
    margin-left: 0px;
}



.about-content h4 {
    border-bottom: 1px solid#ddd;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 18px;
    color: #111;
    margin: 20px 0px 15px;
    padding-bottom: 15px;
    line-height: 38px;
}



/*PROCESS section

=====================================================*/

#process {
    background: #efefef;
}



.process-img {
}

    .process-img img {
        max-height: 390px;
    }

.item-desc {
    display: table;
}

.process-content {
    background: #eaeaea;
    display: table-cell;
    vertical-align: middle;
    height: 390px;
    padding: 30px;
    color: #fff !important;
}

    .process-content h3 {
        text-transform: uppercase;
    }

    .process-content p {
        padding-left: 25px;
    }

    .process-content .sub-title {
        text-transform: capitalize;
        border-bottom: 1px solid#ddd;
        padding-bottom: 15px;
        color: #888;
        font-style: italic;
    }



#process-carousel .col-md-6 {
    padding: 0px;
}

#process-carousel .carousel-indicators {
    width: 50%;
    left: 60%;
}

.carousel-indicators li {
    background: #444;
    border: 0px;
}

    .carousel-indicators li.active {
        background: #00AEFF;
        border: 0px;
    }



/*TESTIMONIAL

============================================*/

#testimonial {
    padding: 80px 0px;
}

.parallax2 {
    background: url("../images/parallax/bg1.jpg") fixed 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}



#testimonial-carousel {
}

.carousel-inner#test-carousel {
    background: rgba(0,0,0,0.7) !important;
    padding: 60px 40px;
}



.testimonial-desc {
    color: #fff;
}

    .testimonial-desc p i {
        font-size: 30px;
        color: #00AEFF;
        margin: 0px 10px;
    }

    .testimonial-desc h4 {
        text-transform: uppercase;
        font-size: 26px;
        margin: 25px 0px;
    }

        .testimonial-desc h4 span {
            color: #DDD;
            font-size: 12px;
        }







/* PORTFolio

==================================*/



#overview {
    padding: 80px 0px;
}

#app-carousel .item {
    float: left;
}

#app-carousel .carousel-indicators {
    bottom: -35px;
}

.thumbnail {
    position: relative;
}



.caption {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,174,255,.7);
    top: 800px;
    left: 0px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.caption-content {
    position: relative;
    top: 40%;
}

    .caption-content a i {
        text-align: center;
        margin: 0 auto;
        width: 50px;
        height: 50px;
        background: rgba(0,0,0,0.7);
        color: #fff;
        border-radius: 100%;
        padding-top: 18px;
    }

#app-carousel .item img {
    -webkit-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 1;
}

#app-carousel .item:hover img {
    opacity: .4;
}

.thumbnail:hover .caption {
    opacity: 1;
    top: 0px;
    z-index: 999;
}





/*?BENEFit section

===========================================================*/

#benefit {
    position: relative;
    background: url("../images/contact_bg1.png") fixed 50% 50%;
    background-attachment: fixed !important;
    background-size: cover;
    background-repeat: repeat;
    color: #FFF;
    padding: 80px 0px;
}



    #benefit .sec-title {
        color: #fff;
    }

.item-list-left {
}

    .item-list-left li {
        padding-bottom: 20px;
    }

        .item-list-left li i {
            font-size: 50px;
            float: left;
            line-height: 50px;
            color: #00AEFF;
        }



        .item-list-left li .item-content {
            margin: 0px 0px 0px 90px;
        }

            .item-list-left li .item-content h3 {
                font-weight: 600;
                text-transform: uppercase;
                color: #fff;
                padding-bottom: 20px;
                border-bottom: 1px solid#ddd;
            }

.item-content ul li i {
    color: #fff;
}



/*ITEM-right-lits

==================================================================*/

.item-right-list {
}

    .item-right-list .col-md-5, .item-right-list .col-md-7 {
        padding: 0px;
    }

    .item-right-list .col-md-7 {
        margin-left: -40px;
    }

.item-content ul {
    margin-top: 30px;
}

.item-content li:first-child {
    border-top: 0px;
}

.item-content li {
    padding: 30px 0px;
    border-top: 1px solid#ddd;
}

    .item-content li h4 {
        margin-top: -6px;
        font-weight: 600;
        text-transform: capitalize;
        color: #00AEFF;
    }

    .item-content li p {
        margin-left: 120px;
    }

    .item-content li i {
        float: left;
        margin-right: 25px;
        font-size: 20px;
        width: 60px;
        height: 60px;
        color: #444;
        text-align: center;
        border-radius: 100%;
        padding-top: 10px;
        line-height: 40px;
        -webkit-box-shadow: 0px 0px 5px 5px#eaeaea;
        box-shadow: 0px 0px 0px 5px#eaeaea;
        margin-left: 30px;
    }

.item-img img {
    max-width: 280px;
}



/*Counter area

======================================================================*/



#counter-area {
    background: #00AEFF;
    padding: 80px 0px;
}

.facts {
}

.line {
    width: 50px;
    background: #fff;
    height: 2px;
    margin: 0 auto;
}

.columns {
    position: relative;
}

    .columns:after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        border-right: 1px solid #ddd;
        top: 13px;
        right: 0px;
        -webkit-transform: rotate(-21deg);
        -ms-transform: rotate(-21deg);
        -o-transform: rotate(-21deg);
        transform: rotate(-21deg);
    }

.facts-wrap i {
    font-size: 60px;
    line-height: 60px;
    color: #fff;
}

.fact-content h6 {
    font-size: 20px;
    padding: 20px 0px 10px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}

.facts-wrap-num {
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    padding-top: 10px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.columns:last-child:after {
    border: 0px;
}





/*TESTIMONIAL section

===============================================================*/

#feedback {
    padding: 80px 0px;
}

    #feedback .sec-heading {
        margin-bottom: 40px;
    }

    #feedback .sec-heading,
    #feedback .sec-sub-title {
        color: #333;
        font-weight: 600;
    }



#testimonial-carousel p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    padding: 0px 40px;
    margin-top: -35px;
    margin-left: 15px;
}

.test-desc i {
    font-size: 30px;
    line-height: 40px;
    color: #00AEFF;
}



#testimonial-carousel .item {
    border-bottom: 1px solid#ccc;
    padding: 10px 0px;
}

.test-desc {
    margin-left: 20px;
}

#testimonial-carousel.owl-carousel {
    text-align: left;
}

.client-desc {
    float: right;
    border-left: 1px solid#ddd;
    padding-left: 30px;
}

    .client-desc h3 {
        color: #00AEFF;
        text-transform: uppercase;
    }

    .client-desc h4 {
        color: #888;
        font-size: 14px;
        font-weight: 300;
    }



.owl-pagination {
    position: relative;
    left: 45%;
}

.owl-page.active {
    background: #00AEFF;
}

.owl-page {
    width: 35px;
    height: 10px;
    margin-right: 10px;
    border: 2px solid#00AEFF;
    float: left;
    margin-top: 50px;
}





/*PRICING section

============================================*/



#pricing {
    padding: 80px 0px;
    background: url("../images/bg/news_bg.jpg") fixed 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}



.pricing-wrapper {
    position: relative;
    border: 1px solid#ccc;
    -webkit-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

    .pricing-wrapper:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

.plan {
    padding: 35px 0px;
    background: #222;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
}

.price {
    padding: 30px 0px;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    background: #fff;
    color: #666;
}

    .price span {
        color: #aaa;
        font-size: 14px;
    }

    .price.feature span {
        color: #fff;
        font-size: 14px;
    }

.pricing-desc {
    background: #333;
    text-align: center;
    color: #fff;
}

    .pricing-desc ul {
        margin-left: -40px;
    }

        .pricing-desc ul li {
            padding: 20px 0px;
            text-transform: capitalize;
            color: #aaaaaa;
        }

.price.feature {
    background: #66CEFF;
    color: #fff;
}



.pricing-btn {
    text-align: center;
    margin-top: -30px;
}

.pricing-desc ul li:last-child {
    padding-bottom: 60px;
}

.pricing-btn .btn-default:hover {
    background: #fff;
    color: #222;
}



#pricing .heading-inner, #pricing .sec-title {
    color: #fff;
}







/*DOWNLOAD SETCION

===============================================================*/

#download {
    padding: 80px 0px;
    background: #fff;
    position: relative;
}



.download-inner h2 {
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid#ddd;
    padding-bottom: 20px;
}

    .download-inner h2 span {
        color: #00AEFF;
    }

.download-inner p {
    margin: 25px 0px 30px;
}

.btn-container a {
    margin-right: 20px;
}

    .btn-container a i {
        height: 70px;
        width: 70px;
        text-align: center;
        border: 1px solid#ccc;
        font-size: 30px;
        padding-top: 18px;
        line-height: 30px;
        color: #555;
        -webkit-transition: all .3s linear 0s;
        -o-transition: all .3s linear 0s;
        transition: all .3s linear 0s;
    }



        .btn-container a i:hover {
            border: 1px solid#555;
            color: #fff;
            background: #555;
        }



/* Clients

================================================== */



.clients {
    background: #00AEFF;
    color: #fff;
    padding: 20px 0px 55px;
}

.clients-content {
}



.clients h2.title {
    border-left: 0;
    color: #fff;
}

.client-carousel {
    padding-top: 40px;
}

    .client-carousel .item a {
        margin-right: 20px;
        border: 1px solid rgba(255, 255, 255, .3);
        display: inline-block;
        padding: 10px;
        -webkit-transition: all 350ms;
        -ms-transition: all 350ms;
        transition: all 350ms;
    }



        .client-carousel .item a:hover {
            border: 1px solid rgba(255, 255, 255,1);
        }



.owl-carousel {
    display: block !important;
    overflow: hidden;
    width: 100%;
    text-align: center;
}





/*CAROUSEL SLDIER COMMON STYLE

================================================================*/

.carousel-inner {
    display: block;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
}

.carousel-control {
    top: 40%;
}

    .carousel-control.left {
        position: absolute;
        left: -136px;
    }

    .carousel-control.right {
        position: absolute;
        right: -136px;
    }

    .carousel-control img {
        max-width: 45px;
    }



/*CONATCT

=====================================================================*/



#contact {
    background: url("../images/contact_bg.png") fixed 50% 50%;
    background-size: cover;
    padding: 80px 0px;
}

.form-group label {
    text-transform: capitalize;
    margin-bottom: 10px;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    height: 45px;
    background: transparent;
}

    .form-control:focus {
        border-color: #00AEFF;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.contact-inner {
    color: #fff;
}



#contact .heading-inner, #contact .sec-title {
    color: #fff;
}



#contact .btn-default.featured {
    margin: 30px 0px;
}

    #contact .btn-default.featured:hover {
        color: #fff;
    }



/*About more

====================================================================*/



#about-more {
    background: url("../images/bg/additional-bg.jpg") fixed 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 60px 0px;
    color: #fff;
    position: relative;
}

.sec-sub-title {
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #fff;
}



.additional-feature-inner {
    margin: 50px 0px;
}

.feature-single i {
    font-size: 40px;
    line-height: 40px;
}

.feature-single h3 {
    margin: 20px 0px;
    text-transform: capitalize;
}



.left-border.no-border {
    border-left: 0px;
}









/*Subscription

=====================================================================*/

.subscription {
    width: 80%;
    margin: 60px auto 40px;
    position: relative;
}

    .subscription input {
        width: 80%;
    }

    .subscription .form-control {
        border-radius: 25px;
        height: 48px;
    }

    .subscription .btn-default {
        position: absolute;
        top: 0px;
        right: 100px;
    }



        .subscription .btn-default:hover {
            background: #fff;
        }



/*FOoter

=========================================================================*/



#footer {
    padding: 50px 0px;
    background: #000;
    color: white;
}



.footer-socail {
    margin: 15px 0px;
}



    .footer-socail li a i {
        font-size: 20px;
        line-height: 20px;
        width: 45px;
        height: 45px;
        border: 1px solid#ddd;
        padding-top: 10px;
        -webkit-transition: all .4s ease 0s;
        -o-transition: all .4s ease 0s;
        transition: all .4s ease 0s;
    }

    .footer-socail li a:hover i {
        border-color: #00AEFF;
    }

.logo-title img {
    width: 150px;
    height: auto;
    margin: 0 auto;
}



.copyright span {
    color: #00AEFF;
}



/*Overlay

============================================*/





.bg-overlay.pattern {
    background: url("../images/pattern.png") repeat scroll 0% 0% transparent;
}

.bg-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.6);
}





/* Back To Top Button 

======================================*/



#back-top {
    position: fixed;
    right: 30px;
    bottom: 35px;
    z-index: 9999;
}



    #back-top a {
        opacity: 0.5;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

        #back-top a i {
            padding-top: 8px;
            text-align: center;
        }



    #back-top .btn-primary {
        background: #00AEFF;
        border-color: #00AEFF;
        padding: 0px;
        font-size: 18px;
        width: 36px;
        height: 36px;
        border-radius: 100%;
    }



    #back-top a:hover {
        background: #00AEFF;
        opacity: 1;
    }

.logo {
    width: 140px;
    margin-top: 8px;
}

body {
    width: 100%;
    height: 100%;
}



html {
    width: 100%;
    height: 100%;
}



@media(min-width:767px) {

    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }



    .top-nav-collapse {
        padding: 0;
    }
}

.intro-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}



.about-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #eee;
}



.services-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}



.contact-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #eee;
}

/* 

 *  Core Owl Carousel CSS File

 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        /* fix for flashing background */
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
            -webkit-transform-style: preserve-3d;
        }

    .owl-carousel .owl-nav.disabled,
    .owl-carousel .owl-dots.disabled {
        display: none;
    }

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel.owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }



/* No Js */

.no-js .owl-carousel {
    display: block;
}

/* 

 * 	Default theme - Owl Carousel CSS File

 */

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-nav [class*='owl-'] {
        color: white;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #d6d6d6;
        display: inline-block;
        cursor: pointer;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .owl-theme .owl-nav [class*='owl-']:hover {
            background: #869791;
            color: white;
            text-decoration: none;
        }

    .owl-theme .owl-nav .disabled {
        opacity: 0.5;
        cursor: default;
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px;
        }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #d6d6d6;
            display: block;
            -webkit-backface-visibility: visible;
            -webkit-transition: opacity 200ms ease;
            -moz-transition: opacity 200ms ease;
            -ms-transition: opacity 200ms ease;
            -o-transition: opacity 200ms ease;
            transition: opacity 200ms ease;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #869791;
        }

.slide_text1 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 300;
    font-size: 20px !important;
}

.sl_img {
    /*margin-top: 60px;*/
}

.center2 {
    text-align: center;
}

.heading-inner.one:before {
    position: absolute;
    content: "";
    border-top: 1px dotted#ddd;
    border-bottom: 1px dotted#ddd;
    width: 230px;
    right: 0px;
    top: 25px;
    padding: 5px 10px;
    overflow: hidden;
}

.heading-inner.one:after {
    position: absolute;
    content: "";
    border-top: 1px dotted#ddd;
    border-bottom: 1px dotted#ddd;
    width: 230px;
    left: 0px;
    top: 25px;
    padding: 5px 10px;
    overflow: hidden;
}

.team-col {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.imgbox img {
    width: 100%;
}

.team-thumb:hover .team-dis, .team-thumb.active .team-dis {
    border-bottom: solid 1px #dcdcdc;
    background: #f6f6f6;
}

.team-thumb .team-dis {
    border-bottom: solid 1px #e6e6e6;
    padding: 20px;
    width: 100%;
    float: left;
    transition: top 0.3s ease-in-out 0s;
}

.font-center {
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}

.font17 {
    font-size: 17px !important;
}

.blue {
    color: #009ff0;
}

.m-bottom5 {
    margin-bottom: 50px;
}

section#team {
    padding-top: 70px;
}

#pricing_box {
    padding-top: 60px;
    padding-bottom: 80px;
}

.pricing-box.two {
    border: solid 1px #e3e2e2;
    background: #fff;
    /*padding: 60px 0;*/
    transition: all 0.3s ease-out 0s;
    min-height: 450px;
    width: 360px;
    margin: 0 auto;
    border-radius: 10px;
}

.text-center {
    text-align: center;
}

.price h4 {
    line-height: 20px;
}

ul.plan-list {
    padding: 0;
    margin: 0;
}

    ul.plan-list li {
        margin: 25px 0;
        font-weight: 600;
    }

.pricing-box.two.active {
    border: solid 1px #009ae8;
    background: #009ae8;
    transform: scale(1.1);
}

.white {
    color: #FFF !important;
}

section#pricing_box .price {
    padding: 0;
    color: inherit;
    background-color: inherit;
    line-height: inherit;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.row.f_bottom {
    text-align: center;
}

    .row.f_bottom span {
        padding: 15px;
    }

.address ul.address-info.map {
    padding: 0;
    margin-top: 17px;
}

    .address ul.address-info.map li {
        margin-bottom: 12px;
    }

.address i.fa {
    padding-right: 9px;
}

span.sl_text_one {
    color: rgb(253, 181, 12);
    padding-right: 10px;
}

span.sl_text_Two {
    color: #FAFAFA;
    font-size: 16px;
}

form#contactus .form-control {
    color: #fff !important;
}

/*iSTART : Extra css*/
.package-header {
    padding: 29px 0;
    font-size: 20px;
    border-bottom: 1px solid #dedede;
    background: #009ff0;
    color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.package-price {
    font-size: 60px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

#btnTryFree {
    width: 270px;
    height: 50px;
    background: #009ff0;
    color: #ffffff;
    font-weight: 700;
    font-family: Verdana, sans-serif;
}

ul.plan-list {
    padding: 2px 15px;
    margin-bottom: 20px;
}

#Package-OfferTill {
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
    padding: 13px;
    color: #e05425;
    font-size: 20px;
    font-family: Verdana,sans-serif;
}
/*iEND : Extra css*/
