/*------------------------------------------
Project Name : Creative Pixel
Desgined By  : eCreative solutions
Developed By : sharjeel;
Date        :  25/Jan/17;

Table Of Index
------------------
1. Base css
2. Typography css
3. Header css
4. Revolution slider css
5. About Us css
6. How it works css
7. Testimonials css
8. Pay Packages css
9. Video css
10. contact form css
11. Footer css

------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Ubuntu:400,500,700');

body {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    overflow-x: hidden;
}
/*---------------------------------------
   Typorgraphy              
-----------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
}

h1, h2, h4 {
    font-weight: 500;
}

h1 {
    font-size: 60px;
    letter-spacing: -1px;
}

h2 {
    color: #272727;
    font-size: 36px;
    line-height: 52px;
    margin: 0px;
}

h3 {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

h4 {
    color: #454545;
    font-size: 18px;
    line-height: 26px;
}

h5 {
    letter-spacing: 0.5px;
}

p {
    color: #777;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 1px;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}
/*---------------------------------------
   Buttons               
-----------------------------------------*/

.btn-success:focus {
    background-color: #000;
    color: #ffffff;
}

.section-btn {
    background: #95bd1a;
    border: 3px solid #95bd1a;
    border-radius: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 30px;
    margin-top: 22px;
    text-transform: uppercase;
}

    .section-btn:focus, .section-btn:hover {
        background: #fff;
        border-color: #fff;
        color: #333;
    }
/*---------------------------------------
   General               
-----------------------------------------*/

html {
    -webkit-font-smoothing: antialiased;
}

a {
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    color: #95bd1a;
    text-decoration: none !important;
}

    a:hover, a:active, a:focus {
        color: #95bd1a;
        outline: none;
    }

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.parallax-section {
    background-attachment: fixed !important;
    background-size: cover !important;
}

.section-title {
    margin: 0;
    padding-bottom: 50px;
    text-align: center;
}

    .section-title p {
        max-width: 800px;
        margin: auto;
    }

.parallax-section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

#counter, #service, #contact, #address {
    text-align: center;
}
/*---------------------------------------
     Preloader section              
-----------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
}

.cssload-dots {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    outline: 1px solid red;
    filter: url(#goo);
    -o-filter: url(#goo);
    -ms-filter: url(#goo);
    -webkit-filter: url(#goo);
    -moz-filter: url(#goo);
}

.cssload-dot {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
}

    .cssload-dot:before {
        content: "";
        width: 34px;
        height: 34px;
        border-radius: 49px;
        background: rgb(251,211,1);
        position: absolute;
        left: 50%;
        transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        margin-left: -17.5px;
        margin-top: -17.5px;
    }

    .cssload-dot:nth-child(5):before {
        z-index: 100;
        width: 44.5px;
        height: 44.5px;
        margin-left: -21.75px;
        margin-top: -21.75px;
        animation: cssload-dot-colors 4.6s ease infinite;
        -o-animation: cssload-dot-colors 4.6s ease infinite;
        -ms-animation: cssload-dot-colors 4.6s ease infinite;
        -webkit-animation: cssload-dot-colors 4.6s ease infinite;
        -moz-animation: cssload-dot-colors 4.6s ease infinite;
    }

    .cssload-dot:nth-child(1) {
        animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
        -o-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
        -ms-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
        -webkit-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
        -moz-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
    }

        .cssload-dot:nth-child(1):before {
            background-color: rgb(255,50,112);
            animation: cssload-dot-move 4.6s 0s ease infinite;
            -o-animation: cssload-dot-move 4.6s 0s ease infinite;
            -ms-animation: cssload-dot-move 4.6s 0s ease infinite;
            -webkit-animation: cssload-dot-move 4.6s 0s ease infinite;
            -moz-animation: cssload-dot-move 4.6s 0s ease infinite;
        }

    .cssload-dot:nth-child(2) {
        animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
        -o-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
        -ms-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
        -webkit-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
        -moz-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
    }

        .cssload-dot:nth-child(2):before {
            background-color: rgb(32,139,241);
            animation: cssload-dot-move 4.6s 1.15s ease infinite;
            -o-animation: cssload-dot-move 4.6s 1.15s ease infinite;
            -ms-animation: cssload-dot-move 4.6s 1.15s ease infinite;
            -webkit-animation: cssload-dot-move 4.6s 1.15s ease infinite;
            -moz-animation: cssload-dot-move 4.6s 1.15s ease infinite;
        }

    .cssload-dot:nth-child(3) {
        animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
        -o-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
        -ms-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
        -webkit-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
        -moz-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
    }

        .cssload-dot:nth-child(3):before {
            background-color: rgb(175,225,2);
            animation: cssload-dot-move 4.6s 2.3s ease infinite;
            -o-animation: cssload-dot-move 4.6s 2.3s ease infinite;
            -ms-animation: cssload-dot-move 4.6s 2.3s ease infinite;
            -webkit-animation: cssload-dot-move 4.6s 2.3s ease infinite;
            -moz-animation: cssload-dot-move 4.6s 2.3s ease infinite;
        }

    .cssload-dot:nth-child(4) {
        animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
        -o-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
        -ms-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
        -webkit-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
        -moz-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
    }

        .cssload-dot:nth-child(4):before {
            background-color: rgb(251,211,1);
            animation: cssload-dot-move 4.6s 3.45s ease infinite;
            -o-animation: cssload-dot-move 4.6s 3.45s ease infinite;
            -ms-animation: cssload-dot-move 4.6s 3.45s ease infinite;
            -webkit-animation: cssload-dot-move 4.6s 3.45s ease infinite;
            -moz-animation: cssload-dot-move 4.6s 3.45s ease infinite;
        }

@keyframes cssload-dot-move {
    0% {
        transform: translateY(0);
    }

    18%, 22% {
        transform: translateY(-68px);
    }

    40%, 100% {
        transform: translateY(0);
    }
}

@-o-keyframes cssload-dot-move {
    0% {
        -o-transform: translateY(0);
    }

    18%, 22% {
        -o-transform: translateY(-68px);
    }

    40%, 100% {
        -o-transform: translateY(0);
    }
}

@-ms-keyframes cssload-dot-move {
    0% {
        -ms-transform: translateY(0);
    }

    18%, 22% {
        -ms-transform: translateY(-68px);
    }

    40%, 100% {
        -ms-transform: translateY(0);
    }
}

@-webkit-keyframes cssload-dot-move {
    0% {
        -webkit-transform: translateY(0);
    }

    18%, 22% {
        -webkit-transform: translateY(-68px);
    }

    40%, 100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes cssload-dot-move {
    0% {
        -moz-transform: translateY(0);
    }

    18%, 22% {
        -moz-transform: translateY(-68px);
    }

    40%, 100% {
        -moz-transform: translateY(0);
    }
}

@keyframes cssload-dot-colors {
    0% {
        background-color: rgb(251,211,1);
    }

    25% {
        background-color: rgb(255,50,112);
    }

    50% {
        background-color: rgb(32,139,241);
    }

    75% {
        background-color: rgb(175,225,2);
    }

    100% {
        background-color: rgb(251,211,1);
    }
}

@-o-keyframes cssload-dot-colors {
    0% {
        background-color: rgb(251,211,1);
    }

    25% {
        background-color: rgb(255,50,112);
    }

    50% {
        background-color: rgb(32,139,241);
    }

    75% {
        background-color: rgb(175,225,2);
    }

    100% {
        background-color: rgb(251,211,1);
    }
}

@-ms-keyframes cssload-dot-colors {
    0% {
        background-color: rgb(251,211,1);
    }

    25% {
        background-color: rgb(255,50,112);
    }

    50% {
        background-color: rgb(32,139,241);
    }

    75% {
        background-color: rgb(175,225,2);
    }

    100% {
        background-color: rgb(251,211,1);
    }
}

@-webkit-keyframes cssload-dot-colors {
    0% {
        background-color: rgb(251,211,1);
    }

    25% {
        background-color: rgb(255,50,112);
    }

    50% {
        background-color: rgb(32,139,241);
    }

    75% {
        background-color: rgb(175,225,2);
    }

    100% {
        background-color: rgb(251,211,1);
    }
}

@-moz-keyframes cssload-dot-colors {
    0% {
        background-color: rgb(251,211,1);
    }

    25% {
        background-color: rgb(255,50,112);
    }

    50% {
        background-color: rgb(32,139,241);
    }

    75% {
        background-color: rgb(175,225,2);
    }

    100% {
        background-color: rgb(251,211,1);
    }
}

@keyframes cssload-dot-rotate-1 {
    0% {
        transform: rotate(-105deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

@-o-keyframes cssload-dot-rotate-1 {
    0% {
        -o-transform: rotate(-105deg);
    }

    100% {
        -o-transform: rotate(270deg);
    }
}

@-ms-keyframes cssload-dot-rotate-1 {
    0% {
        -ms-transform: rotate(-105deg);
    }

    100% {
        -ms-transform: rotate(270deg);
    }
}

@-webkit-keyframes cssload-dot-rotate-1 {
    0% {
        -webkit-transform: rotate(-105deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
    }
}

@-moz-keyframes cssload-dot-rotate-1 {
    0% {
        -moz-transform: rotate(-105deg);
    }

    100% {
        -moz-transform: rotate(270deg);
    }
}

@keyframes cssload-dot-rotate-2 {
    0% {
        transform: rotate(165deg);
    }

    100% {
        transform: rotate(540deg);
    }
}

@-o-keyframes cssload-dot-rotate-2 {
    0% {
        -o-transform: rotate(165deg);
    }

    100% {
        -o-transform: rotate(540deg);
    }
}

@-ms-keyframes cssload-dot-rotate-2 {
    0% {
        -ms-transform: rotate(165deg);
    }

    100% {
        -ms-transform: rotate(540deg);
    }
}

@-webkit-keyframes cssload-dot-rotate-2 {
    0% {
        -webkit-transform: rotate(165deg);
    }

    100% {
        -webkit-transform: rotate(540deg);
    }
}

@-moz-keyframes cssload-dot-rotate-2 {
    0% {
        -moz-transform: rotate(165deg);
    }

    100% {
        -moz-transform: rotate(540deg);
    }
}

@keyframes cssload-dot-rotate-3 {
    0% {
        transform: rotate(435deg);
    }

    100% {
        transform: rotate(810deg);
    }
}

@-o-keyframes cssload-dot-rotate-3 {
    0% {
        -o-transform: rotate(435deg);
    }

    100% {
        -o-transform: rotate(810deg);
    }
}

@-ms-keyframes cssload-dot-rotate-3 {
    0% {
        -ms-transform: rotate(435deg);
    }

    100% {
        -ms-transform: rotate(810deg);
    }
}

@-webkit-keyframes cssload-dot-rotate-3 {
    0% {
        -webkit-transform: rotate(435deg);
    }

    100% {
        -webkit-transform: rotate(810deg);
    }
}

@-moz-keyframes cssload-dot-rotate-3 {
    0% {
        -moz-transform: rotate(435deg);
    }

    100% {
        -moz-transform: rotate(810deg);
    }
}

@keyframes cssload-dot-rotate-4 {
    0% {
        transform: rotate(705deg);
    }

    100% {
        transform: rotate(1080deg);
    }
}

@-o-keyframes cssload-dot-rotate-4 {
    0% {
        -o-transform: rotate(705deg);
    }

    100% {
        -o-transform: rotate(1080deg);
    }
}

@-ms-keyframes cssload-dot-rotate-4 {
    0% {
        -ms-transform: rotate(705deg);
    }

    100% {
        -ms-transform: rotate(1080deg);
    }
}

@-webkit-keyframes cssload-dot-rotate-4 {
    0% {
        -webkit-transform: rotate(705deg);
    }

    100% {
        -webkit-transform: rotate(1080deg);
    }
}

@-moz-keyframes cssload-dot-rotate-4 {
    0% {
        -moz-transform: rotate(705deg);
    }

    100% {
        -moz-transform: rotate(1080deg);
    }
}
/*---------------------------------------
     Navigation section              
-----------------------------------------*/
.sticky-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000
}

.navbar {
    border-radius: 0;
}

.custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 6px 0;
    width: 100%;
}

.is-sticky .custom-navbar {
    background: #fff;
    -moz-box-shadow: 0 10px 33px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 10px 33px rgba(0,0,0,.1);
    box-shadow: 0 10px 33px rgba(0,0,0,.1);
}

.custom-navbar .navbar-brand {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    line-height: 35px;
}

.custom-navbar .nav li a {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    padding-right: 22px;
    padding-left: 22px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

    .custom-navbar .nav li a:hover {
        background: transparent;
        color: #ffffff;
    }

.is-sticky .custom-navbar .nav li a {
    color: #999;
}

    .is-sticky .custom-navbar .nav li a:hover {
        color: #333;
    }

.is-sticky .custom-navbar .navbar-brand {
    color: #94bc19;
    line-height: 20px;
}

.custom-navbar .navbar-nav > li > a:hover, .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #95bd1a;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

    .custom-navbar .navbar-toggle .icon-bar {
        background: #95bd1a;
        border-color: transparent;
    }


.navbar-collapse.in {
    overflow: visible;
    max-height: none;
    background: #222;
}


.is-sticky .custom-navbar .nav li a {
    line-height: 24px;
}




@media(min-width:768px) {
    .custom-navbar {
        border-bottom: 0;
    }

        .custom-navbar.top-nav-collapse {
            background: rgba(0,0,0,0.7);
            padding: 6px 0;
        }
}
/*---------------------------------------
    Home section              
-----------------------------------------*/

#home {
    /*background: url(../images/home-bg.jpg) no-repeat top;*/
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    height: 100vh;
    position: relative;
    text-align: center;
}

    #home h3 {
        color: #f0f0f0;
    }

    #home .overlay {
        background: rgba(0,0,0,0.3);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.slide-text h1 {
    margin-top: 0;
}

.slide-text h3 {
    font-size: 20px;
}
/*---------------------------------------
   Counter section              
-----------------------------------------*/

#counter {
    background: #ec502b;
    background: url(../images/funfact-bg.jpg)
}

.animatebg {
    background: #0562da;
    -webkit-animation: bannerbg 5s linear 2s infinite alternate; /* Safari 4.0 - 8.0 */
    animation: bannerbg 5s linear 2s infinite alternate;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes bannerbg {
    0% {
        background-color: #0562da;
    }

    25% {
        background-color: #fec107;
    }

    50% {
        background-color: #c90157;
    }

    75% {
        background-color: #95bd1a;
    }

    100% {
        background-color: #95bd1a;
    }
}

/* Standard syntax */
@keyframes bannerbg {
    0% {
        background-color: #0562da;
    }

    25% {
        background-color: #fec107;
    }

    50% {
        background-color: #c90157;
    }

    75% {
        background-color: #95bd1a;
    }

    100% {
        background-color: #95bd1a;
    }
}


#counter .counter-number {
    display: block;
    color: #fff;
    font-size: 60px;
    line-height: 60px;
}

#counter span {
    color: #fff;
    font-weight: bold;
}

.counter-icon {
    font-size: 60px;
    margin-bottom: 15px;
    color: rgba(255,255,255,0.5);
}
/*********************************************
		Revolution slider options
**********************************************/
.tp-banner-container {
    position: relative;
    z-index:;
    padding: 0;
    width: 100%;
}

.tp-banner {
    position: relative;
    width: 100%;
}

    .tp-banner ul {
        padding: 0;
        margin: 0;
    }

.tp-caption {
    line-height: normal !important
}

    .tp-caption a {
        color: inherit !important;
    }

.tp-bullets.simplebullets.round .bullet {
    border: 3px #fff solid;
    border-radius: 50%;
    background-image: none !important;
}

.tparrows {
    width: auto !important;
    height: auto !important;
    background-image: none !important;
}

.tp-arr-allwrapper {
    margin: 0 10px;
    width: 50px;
    height: 60px;
    background: rgba(255,255,255,0.5);
}

    .tp-arr-allwrapper:hover .tp-arr-iwrapper {
        color: #fff;
    }

.tp-leftarrow .tp-arr-allwrapper {
}

.tp-rightarrow .tp-arr-allwrapper {
}

.tp-arr-iwrapper {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-family: 'FontAwesome';
    line-height: 60px;
}

.tp-leftarrow .tp-arr-iwrapper {
}

    .tp-leftarrow .tp-arr-iwrapper:before {
        content: "\f104";
    }

.tp-rightarrow .tp-arr-iwrapper:before {
    content: "\f105";
}

.tp-rightarrow .tp-arr-iwrapper {
}

.slide-h1 {
    margin: 5px 0 !important;
    padding: 0 0 10px !important;
    padding-bottom: 5px !important;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 57px;
}

.slide-h2 {
    margin: 5px 0 !important;
    padding: 0 0 10px !important;
    padding-bottom: 5px !important;
    color: #555;
    font-weight: bold;
    font-size: 55px;
    line-height: 100%;
}

.big-font {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 60px;
}

.large-desc {
    font-size: 16px;
}

.slide-h3 {
    color: #fff;
    font-size: 31px;
    line-height: 100%;
}

    .slide-h3 span {
        text-transform: uppercase;
        font-weight: bold;
    }

.slide-head {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
}

.slide-desc {
    font-size: 22px;
    line-height: 150%;
}

.main-title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 70px;
}

.icon-cont {
    padding: 15px 40px;
    border-radius: 10px;
    text-align: center;
}

    .icon-cont:after {
        position: absolute;
        bottom: -10px;
        left: 40%;
        z-index: 5;
        display: inline-block;
        width: 0;
        height: 0;
        border-width: 10px 10px 0 10px;
        border-style: solid;
        content: "";
    }

    .icon-cont i {
        margin-bottom: 10px;
        color: #fff;
        font-size: 50px;
    }

    .icon-cont span {
        display: block;
        padding: 0 0 5px;
        color: #fff;
        text-align: center;
        font-size: 18px;
    }

a.wit-btn {
    background: #fff;
    color: #333 !important;
    text-transform: uppercase;
}

.wit-line {
    width: 5%;
    height: 1px;
    background: #fff;
}

.vert-line {
    min-height: 270px;
    width: 1px;
    background: #fff;
}

.subTxt {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    color: #333;
}

.large-title {
    color: #222;
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase !important;
}

.large-light-title {
    color: #787878 !important;
    font-size: 70px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 2px
}

.large-text {
    font-size: 20px;
    color: #000;
    font-weight: lighter;
}

.larger-text {
    font-size: 24px;
    font-weight: lighter;
    text-transform: uppercase;
}

.witTxt {
    color: #fff !important;
}

.light-font {
    font-weight: lighter !important;
    font-size: 50px;
}

.black-bg {
    background: rgba(0,0,0,.63);
    color: #a8a8a8;
    text-transform: none;
}

.lft-list {
    padding: 10px;
    font-size: 18px;
    color: #fff;
}

.wit-border {
    border: 1px #fff solid;
    padding: 15px 60px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.rounded-bord {
    margin-right: 15px;
    border: 1px #fff solid;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    border-radius: 50%;
}

#vertical-ticker {
    height: 120px;
    overflow: hidden;
}

    #vertical-ticker li {
        padding: 15px 20px;
        display: block;
        text-align: center;
    }

.to-bottom i.fa {
    font-size: 30px;
    border: 2px #a8a8a8 solid;
    padding: 20px 22px;
    border-radius: 50%;
    -webkit-animation: bounce 2s infinite linear;
    animation: bounce 2s infinite linear;
}

.slidertext1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    padding: 15px 0;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
}

.slidertext2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 15px 0;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 10px;
}

.sliderpara {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
    text-transform: none !important;
}

.sliderbtn a {
    color: #fff !important;
}

    .sliderbtn a:hover {
        color: #000 !important;
    }

@-webkit-keyframes bounce {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(-30%);
    }

    100% {
        transform: translateY(0);
    }
}

/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(-30%);
    }

    100% {
        transform: translateY(0);
    }
}

/* Opera 12.0 */
@-o-keyframes bounce {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(-30%);
    }

    100% {
        transform: translateY(0);
    }
}

/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(-30%);
    }

    100% {
        transform: translateY(0);
    }
}
/*---------------------------------------
    About section              
-----------------------------------------*/

#about {
    padding: 100px 0;
}

.about-desc h2 {
    font-size: 24px;
    color: #95bd1a;
    font-weight: 600;
}

#about .about-desc h4 {
    margin-top: 0px;
    padding-bottom: 8px;
}

#about .about-desc a {
    color: #565656;
}

    #about .about-desc a:hover {
        color: #95bd1a;
    }

#about .team-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
}

    #about .team-wrapper h2 {
        color: #353535;
        font-size: 26px;
        line-height: 32px;
    }

    #about .team-wrapper strong {
        color: #95bd1a;
        font-weight: 600;
    }

    #about .team-wrapper img {
        border-radius: 2px;
        width: 100%;
    }

    #about .team-wrapper .team-desc {
        background: rgba(250,250,250,0.5);
        position: absolute;
        cursor: crosshair;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        padding: 20em 4em 0 0;
        transition: all 0.4s ease-in-out;
        text-align: right;
    }

    #about .team-wrapper:hover .team-desc {
        opacity: 1;
        transform: scale(1.1);
    }

ul.orderlist {
    list-style: none;
    margin: 0;
    padding: 0
}

    ul.orderlist li {
        float: left;
        width: 100%;
        margin-bottom: 12px;
        color: #333;
        font-size: 16px;
        position: relative;
        padding-left: 25px;
    }

        ul.orderlist li:before {
            content: '\f00c';
            font-family: 'FontAwesome';
            position: absolute;
            left: 0;
            vertical-align: middle;
            color: #95bd1a;
        }


/*---------------------------------------
   			How it works         
-----------------------------------------*/
.howitwrap {
    margin-top: 80px;
}

.howlist {
    list-style: none;
}

    .howlist li {
        margin-top: 30px;
        text-align: center;
    }

        .howlist li .iconcircle {
            width: 100px;
            height: 100px;
            border: 6px solid #eee;
            border-radius: 0 20px;
            text-align: center;
            line-height: 115px;
            margin-bottom: 15px;
            display: inline-block;
            background: #ddd;
        }

            .howlist li .iconcircle i {
                font-size: 48px;
                color: #fff;
            }

        .howlist li h4 {
            font-size: 24px;
            font-weight: 700;
            color: #95bd1a;
            margin-bottom: 10px;
        }

        .howlist li p {
            font-size: 16px;
            line-height: 24px;
            color: #555;
        }




/*---------------------------------------
   Service section              
-----------------------------------------*/

#service .service-thumb {
    margin-bottom: 30px;
    margin-top: 20px;
}

    #service .service-thumb h4 {
        color: #000;
    }

#service .thumb-icon {
    background: #95bd1a;
    color: #fff;
    width: 120px;
    height: 120px;
    border-radius: 20px 0;
    line-height: 60px;
    margin: 0 auto;
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
}

#service .service-thumb:hover .thumb-icon {
    background: #3a3a3a;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border-radius: 0 20px;
    -webkit-box-shadow: 0px 0px 41px 2px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 0px 41px 2px rgba(0,0,0,0.29);
    box-shadow: 0px 0px 41px 2px rgba(0,0,0,0.29);
}

#service .fa {
    font-size: 60px;
    padding-top: 30px;
}

/*---------------------------------------
     Gallery/Product section               
-----------------------------------------*/
#gallery {
    background: #f9f9f9;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

    #gallery .gallery-thumb {
        margin-bottom: 30px;
        padding: 0;
        overflow: hidden;
        position: relative;
        top: 0;
        -webkit-transition: all ease-in-out 0.4s;
        transition: all ease-in-out 0.4s;
    }

        #gallery .gallery-thumb:hover {
            background: #ffffff;
            -webkit-box-shadow: 0px 0px 41px 2px rgba(0,0,0,0.29);
            -moz-box-shadow: 0px 0px 41px 2px rgba(0,0,0,0.29);
            box-shadow: 0px 0px 41px 2px rgba(0,0,0,0.29);
        }

        #gallery .gallery-thumb img {
            border-radius: 2px;
            width: 100%;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
        }

        #gallery .gallery-thumb:hover img {
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
        }

/*---------------------------------------
    Work section              
-----------------------------------------*/

#work {
    background: #f9f9f9;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

    #work .work-thumb {
        margin-bottom: 30px;
        padding: 0;
        overflow: hidden;
        position: relative;
        top: 0;
        -webkit-transition: all ease-in-out 0.4s;
        transition: all ease-in-out 0.4s;
    }

        #work .work-thumb:hover {
            background: #ffffff;
            -webkit-box-shadow: 0px 0px 41px 2px rgba(0,0,0,0.29);
            -moz-box-shadow: 0px 0px 41px 2px rgba(0,0,0,0.29);
            box-shadow: 0px 0px 41px 2px rgba(0,0,0,0.29);
        }

        #work .work-thumb img {
            border-radius: 2px;
            width: 100%;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
        }

        #work .work-thumb:hover img {
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
        }
/*---------------------------------------
    Team section              
-----------------------------------------*/
#team .thumb-image {
    margin-bottom: 15px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 30px;
}

#team .team-thumb h4 {
    margin: 0 0 5px 0;
    color: #95bd1a
}

#team .team-thumb h5 {
    color: #999;
    margin: 0 0 10px 0;
}

#team .team-thumb img {
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#team .team-thumb:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Social */
.social {
    margin-top: 15px;
}

    .social li a {
        display: block;
        height: 36px;
        width: 36px;
        color: #222328 !important;
        line-height: 36px;
        text-align: center;
        text-decoration: none !important;
        border-radius: 50%;
        border: 2px solid #585858;
        ;
    }

        .social li a:hover {
            color: #ffffff !important;
            border-color: transparent;
        }

.bg-facebook:hover {
    background-color: #3b5998 !important;
}

.bg-twitter:hover {
    background-color: #00aced !important;
}

.bg-linkedin:hover {
    background-color: #007bb6 !important;
}

.bg-googleplus:hover {
    background-color: #dd4b39 !important;
}

/*---------------------------------------
    Testimonials section              
-----------------------------------------*/
#testimonials {
    background: #222 url(../images/testimonial-bg.png) no-repeat top;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

    #testimonials h2 {
        color: #fff;
    }

.testimonialsList {
    list-style: none;
}

    .testimonialsList li {
        text-align: center;
        max-width: 770px;
        margin: 10px auto;
    }

        .testimonialsList li .testimg {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            overflow: hidden;
            margin: auto
        }

        .testimonialsList li .clientname {
            font-size: 24px;
            font-weight: 500;
            color: #fff;
            margin-top: 10px;
        }

        .testimonialsList li p {
            font-style: italic;
            line-height: 22px;
            color: #ccc;
        }

        .testimonialsList li .clientinfo {
            font-weight: 600;
            color: #95bd1a;
            margin-bottom: 20px;
        }

/*---------------------------------------
    Prices section              
-----------------------------------------*/
#package {
    padding: 100px 0;
}

.packageList li {
    text-align: center;
    margin-top: 30px;
}

    .packageList li .packbox {
        border: 3px solid #f9f9f9;
        background: #f9f9f9;
        padding: 40px 20px;
    }

        .packageList li .packbox:hover {
            border-color: #ddd;
        }

    .packageList li .icon {
        background: #fff;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        margin: 0 auto;
        text-align: center;
        font-size: 24px;
        line-height: 70px;
    }

        .packageList li .icon i {
            padding-top: 20px;
            display: block;
        }

    .packageList li h3 {
        margin: 15px 0 10px 0;
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 0;
    }

    .packageList li .price {
        margin-bottom: 10px;
    }

        .packageList li .price span {
            color: #888;
        }

        .packageList li .price strong {
            font-size: 36px;
            color: #95bd1a;
        }

    .packageList li p {
        letter-spacing: 0;
        border-top: 1px solid #eee;
        font-size: 14px;
        padding-top: 5px;
        margin-top: 5px;
        text-transform: uppercase;
    }

    .packageList li .booknow {
        margin-top: 20px;
    }

        .packageList li .booknow a {
            border: 1px solid #777;
            color: #000;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 600;
            padding: 10px 20px;
            display: block;
        }

    .packageList li .packbox.select {
        border-color: #95bd1a;
        background: #fff;
        -webkit-box-shadow: 0px 0px 41px 2px rgba(0,0,0,0.29);
        -moz-box-shadow: 0px 0px 41px 2px rgba(0,0,0,0.29);
        box-shadow: 0px 0px 41px 2px rgba(0,0,0,0.29);
    }

        .packageList li .packbox.select .icon {
            background: #f9f9f9;
            color: #95bd1a
        }

        .packageList li .packbox.select .booknow a {
            border: 1px solid #95bd1a;
            color: #95bd1a;
        }

    .packageList li .packbox .booknow a:hover {
        background: #777;
        color: #fff;
    }


/************************************************
           == Video css==
*************************************************/
.videowraper {
    background: url(../images/videobg.jpg) no-repeat top;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    padding: 50px 0;
}

    .videowraper h2 {
        color: #fff;
    }

    .videowraper .subtitle, .videowraper h3 {
        color: #fff;
    }

    .videowraper p {
        color: #fff;
        max-width: 800px;
        margin: 0 auto;
        font-size: 18px;
        line-height: 24px;
    }

    .videowraper a {
        display: inline-block;
        margin-top: 20px;
        font-size: 100px;
        color: #95bd1a;
    }

        .videowraper a:hover {
            color: #fff;
        }





/*---------------------------------------
    Contact section              
-----------------------------------------*/
#contact {
    background: #f9f9f9;
}

    #contact .form-control {
        border-color: transparent;
        border-radius: 0px;
        box-shadow: none;
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
        -webkit-transition: all ease-in-out 0.4s;
        transition: all ease-in-out 0.4s;
    }

    #contact input {
        border: 2px solid #f0f0f0 !important;
        height: 55px;
    }

        #contact input:focus, #contact textarea:focus {
            border-color: #95bd1a !important;
        }

    #contact textarea {
        background: #fff;
        border: 2px solid #f0f0f0 !important;
    }

    #contact button#submit {
        background: #95bd1a;
        border: none;
        border-radius: 0;
        color: #ffffff;
        padding: 10px 30px;
        height: auto;
        width: 100%;
        text-transform: uppercase;
    }

        #contact button#submit:hover {
            background: #343434;
            color: #ffffff;
        }

.gmap {
    margin-top: 10px;
}

    .gmap iframe {
        width: 100%;
        height: 350px;
        border: none;
        display: block;
    }
/*---------------------------------------
    Address section              
-----------------------------------------*/

#address {
    border-bottom: 1px solid #222;
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

    #address .fa {
        font-size: 42px;
        color: #777;
    }

    #address h4 {
        color: #95bd1a;
    }

    #address p {
        color: #888;
    }

/*---------------------------------------
   Clients
-----------------------------------------*/
.naptum-clients {
    padding: 50px 0;
    background: #eee
}

    .naptum-clients .owl-controls {
        display: none !important;
    }


/*---------------------------------------
   Footer section              
-----------------------------------------*/

footer {
    background: #111;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.socialLinks {
    margin-bottom: 30px;
}

    .socialLinks a {
        font-size: 24px;
        color: #fff;
        display: inline-block;
        margin: 0 7px;
    }

        .socialLinks a:hover {
            color: #95bd1a;
        }

footer .footer-copyright p {
    color: #ccc;
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #000;
    padding: 5px;
    opacity: 0.5;
    border-radius: 50%;
}

    .scrollup i {
        color: #fff;
        display: block;
        line-height: 30px;
        text-align: center;
    }

    .scrollup:hover {
        opacity: 1;
        text-decoration: none;
    }

/*---------------------------------------
   Mobile Responsive styles              
-----------------------------------------*/
@media (max-width: 1024px) {
    .custom-navbar .nav li a {
        padding: 0 17px;
    }
}

@media (max-width: 980px) {
    h1 {
        font-size: 52px;
    }

    #service .service-thumb-first, #service .service-thumb-second {
        margin-bottom: 32px;
    }

    ul.orderlist li {
        float: none;
        width: auto;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 48px;
    }

    #counter .counter-item {
        margin-top: 28px;
        margin-bottom: 28px;
    }
}

@media (max-width: 767px) {
    .sticky-wrapper, .navbar-collapse.in {
        z-index: 100000;
    }

    .is-sticky .navbar-collapse.in {
        background: #eee;
    }

    .custom-navbar .navbar-brand {
        line-height: 15px;
    }

    #about .about-desc {
        margin-bottom: 32px;
    }

    #address .address-phone {
        margin-top: 22px;
        margin-bottom: 22px;
    }

    #team .team-thumb {
        margin-bottom: 30px;
    }

    .is-sticky .custom-navbar .nav li a {
        line-height: 30px;
    }

    #service .service-thumb {
        border: 1px solid #ddd;
        padding: 30px 20px;
        background: #fff;
    }

    #counter .counter-number {
        font-size: 48px;
    }

    .parallax-section, #about, #packages {
        padding: 80px 30px;
    }
}

@media (max-width: 580px) {
    h1 {
        font-size: 29px
    }

    h2 {
        font-size: 24px;
        line-height: 42px;
    }

    h3 {
        font-size: 12px;
        letter-spacing: 2px;
    }
}

@media (max-width: 350px) {
    #about .team-wrapper .team-desc {
        padding-top: 14em;
    }
}
