/*------------------------------------------*/
/*           /* header css start here */
/*------------------------------------------*/
/*common*/

*:focus {
    outline: none;
}

.app-slide.uber-x.padding-common {
    padding: 80px 0 120px 0;
    height: 80vh;
}

/*.ico {
padding: 10px;
}*/

.tab-content h3.tab-title {
    padding: 10px 30px 0px 20px !important;
}

/*                                                                 
.uber-x-icon .ico img {
padding: 10px;
}
*/

.app-slide-icon .ico span {
    padding: 15px;
}

#back-to-top.show img {
    width: 100%;
    height: auto;
    padding: 12px 10px;
}

#banner {
    background-image: linear-gradient(to bottom, rgb(240, 245, 247), rgba(57, 115, 230, 0));
}

#flipkart-navbar {
    background-color: #fff;
    color: #000;
    box-shadow: 0px 2px 30px -11px rgba(0, 0, 0, 0.13);
}

.row1 {
    padding-top: 10px;
}

.row2 {
    padding-bottom: 20px;
}

.largenav .pull-right {
    margin-top: 13px !important;
}

.mobile-pad {
    padding: 14px;
}

.flipkart-navbar-input {
    padding: 11px 16px;
    border-radius: 2px 0 0 2px;
    border: 0 none;
    outline: 0 none;
    font-size: 15px;
}

.flipkart-navbar-button {
    background-color: #ffe11b;
    border: 1px solid #ffe11b;
    border-radius: 0 2px 2px 0;
    color: #565656;
    padding: 10px 0;
    height: 43px;
    cursor: pointer;
}

.cart-button {
    background-color: #2469d9;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .23), inset 1px 1px 0 0 hsla(0, 0%, 100%, .2);
    padding: 10px 0;
    text-align: center;
    height: 41px;
    border-radius: 2px;
    font-weight: 500;
    width: 120px;
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    color: inherit;
    border: none;
    outline: none;
}

.cart-button:hover {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.cart-svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 8px;
}

.item-number {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .1);
    height: 20px;
    padding: 3px 6px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    line-height: 12px;
    margin-left: 10px;
}

.upper-links {
    display: inline-block;
    padding: 0 11px;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    color: inherit;
    border: none;
    outline: none;
    font-size: 16px;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
}

.dropdown:hover {
    color: #e80000;
}

.dropdown:hover .links {
    color: #e80000;
}

.dropdown:hover .dropdown-menu {
    display: block !important;
}

a:focus,
a:hover {
    text-decoration: none !important;
    color: #fff;
}

.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    border-bottom: 1px solid #f7f7f7;
}

.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    display: none;
    background-color: #fff;
    color: #333;
    left: 0px;
    border: 0;
    border-radius: 0;
    box-shadow: 0 4px 8px -3px #555454;
    margin: 0;
    padding: 0px;
}

.links {
    color: #000;
    text-decoration: none;
}

.links:hover {
    color: #e80000;
    text-decoration: none;
}

.profile-li {
    padding-top: 2px;
}

.largenav {
    display: none;
}

.smallnav {
    display: block;
}

.smallsearch {
    margin-left: 15px;
    margin-top: 15px;
}

.menu {
    cursor: pointer;
}

.dropdown.mob-head {
    display: block;
}

li.mob-head a:hover {
    display: block;
    /*padding: 8px 20px;*/
    clear: both;
    /*font-weight: 400;*/
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.sidenav a:focus {
    outline: none !important;
    color: #818181;
}

/* .dropdown-menu>li>a:focus,
.dropdown-menu>li>a {
width: 304px !important;
} */

@media screen and (min-width: 768px) {
    .largenav {
        display: block;
    }

    .smallnav {
        display: none;
    }

    .smallsearch {
        margin: 0px;
    }
}

/*Sidenav*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 0 4px 8px -3px #555454;
    padding-top: 0px;
}

.sidenav a {
    padding: 16px 8px 16px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s
}

a.btn-download.text-center.fea-sec {
    margin-top: 30px;
}

span.top-heading.uberh {
    color: #000;
}

.testimonial-sec .carousel-indicators {
    top: 270px;
}

.testimonial-sec-1 {
    box-shadow: none;
    border: 0;
    margin: 0 20px;
}

/* #home-d {
padding-top: 66px;
}
*/

.view-demo-img span {
    text-transform: capitalize;
}

.uber-p p {
    text-align: left;
}

.uber-p .list-o li {
    margin-bottom: 22px;
}

a:focus {
    outline: none !important;
    color: #665453;
}

.sidenav li a:hover {
    background: #f7f7f7;
}

.sidenav li {
    list-style-type: none;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #000;
    padding: 10px;
}

@media screen and (max-height: 450px) {
    .sidenav a {
        font-size: 18px;
    }
}

.sidenav-heading {
    font-size: 36px;
    color: #fff;
}

.top_nav {
    margin-top: 5px !important;
}

.banner-notification .tag-new {
    background-color: #e80000;
    padding: 4px 8px;
    color: #fff;
    font-size: .75rem;
}

.navbar-custom {
    padding: 25px 30px;
    border-bottom: 0;
    background: #aaa;
}

.tag {
    border-radius: 20px;
    font-family: Sailec-Bold, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #fff;
    background: #e80000;
    padding: 3px 6px;
    margin-right: 15px;
}

.news-feed {
    cursor: pointer;
    background: #f5f5f5;
    padding: 2px 10px;
}

.main-area {
    padding: 4px;
}

.nav-top {
    margin-top: 15px;
}

.navbar-custom {
    border-top: 0px !important;
}

body .nav-top-one {
    background: #34495e;
}

footer .footer_logo p {
    color: #616161;
    padding: 8px 0px 5px 0;
}

footer .quick_links ul li a {
    color: #616161;
}

.form_main {
    width: 100%;
}

.form_main h4 {
    font-family: roboto;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 20px;
    text-transform: uppercase;
}

.dmca_bottom {
    margin-bottom: 10px;
}

.intl-tel-input.allow-dropdown {
    width: 100%;
}

input#phone {
    padding: 20px 50px;
}

ul.country-list {
    max-width: 267px;
}

.heading {
    border-bottom: 1px solid #fcab0e;
    padding-bottom: 9px;
    position: relative;
}

.heading span {
    background: #9e6600 none repeat scroll 0 0;
    bottom: -2px;
    height: 3px;
    left: 0;
    position: absolute;
    width: 75px;
}

.txt2[type="submit"]:hover {
    color: #fff;
}

.form {
    border-radius: 7px;
    padding: 6px;
}

.txt[type="text"] {
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 10px 0 10px 5px;
    width: 100%;
}

.txt_3[type="text"] {
    margin: 10px 0 0;
    padding: 10px 0 10px 5px;
    width: 100%;
}

.txt2[type="submit"] {
    background: #e80000 none repeat scroll 0 0;
    border: 1px solid #e80000;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: 35px;
    margin: 10px 0;
    padding: 0;
    text-transform: uppercase;
    width: 50%;
}

.txt2:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #5793ef;
    transition: all 0.5s ease 0s;
}

body .main_footer ul li a.trans-fb:hover {
    background: #3e5b99;
}

body .main_footer ul li a.trans-tweet:hover {
    background: #1da1f2;
}

body .main_footer ul li a.trans-gplus:hover {
    background: #dc4a38;
}

.get_it {
    padding: 7px 1px;
    width: 250px;
    margin-top: 8px;
}

.top-download {
    line-height: 30px;
}

.foot_one .top-btn-text {
    font-size: 22px;
}

.package-para {
    margin-bottom: 3px;
    padding: 13px;
    background: #fff;
    box-shadow: 0px 0px 16px rgba(56,56,56,.12);
}

.package-para i {
    color: #fff !important;
    background: #e80000;
    padding: 5px;
    border-radius: 100%;
    font-size: 11px;
}

.package-para .pack-icon {
    position: relative;
    float: left;
    margin-top: 7px;
}

.package-para .pack-icon::before {
    content: " ";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    background-color: rgba(232, 0, 0, 0.3);
    border-radius: 100%;
    box-shadow: 0px 1px 16px 0px rgba(243, 63, 10, 0.41);
}

.pack-txt {
    margin-left: 35px;
}

.feature_box1-icon {
    height: 50px;
}

.package-sec .nav-tabs li {
    width: 33.33%;
}

.pack-tab-icon {
    height: 50px;
}

.pack-tab-pane {
    overflow-x: hidden;
    padding: 0px 11px;
}

.package-sec .nav-tabs li a {
    text-align: center;
    border-right: 3px solid #e8e8e8;
    padding: 10px;
    cursor: pointer;
}

.package-sec .nav-tabs>li.active>a, 
.package-sec .nav-tabs>li.active>a:hover, 
.package-sec .nav-tabs>li.active>a:focus {
    background-color: #fff;
    color: #343434;
}

.package-sec .tab-content {
    background: #fff;
    padding: 50px 30px;
    margin: 0px 0px;
}

/* Drop-Down Navigation */

ul#navigation li:hover>ul {
    /*these 2 styles are very important,
being the ones which make the drop-down to appear on hover */
    visibility: visible;
    opacity: 1;
}

ul#navigation ul,
ul#navigation ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /*the next 2 styles are very important,
being the ones which make the drop-down to stay hidden */
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 99999;
    width: 180px;
    background: #f8f8f8;
    box-shadow: 1px 1px 3px #ccc;
    /* css3 transitions for smooth hover effect */
    -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
    -moz-transition: opacity 0.2s linear, visibility 0.2s linear;
    -o-transition: opacity 0.2s linear, visibility 0.2s linear;
    transition: opacity 0.2s linear, visibility 0.2s linear;
}

.icon-class-icon {
    float: right !important;
    position: relative !important;
    left: 20px !important;
    top: 8px !important;
}

ul#navigation ul {
    top: 43px;
    left: 1px;
}

ul#navigation ul li ul {
    top: 0;
    left: 181px;
    /* strong related to width:180px; from above */
}

ul#navigation ul li {
    clear: both;
    width: 100%;
    border: 0 none;
    border-bottom: 1px solid #c9c9c9;
}

ul#navigation ul li a {
    background: none;
    padding: 7px 15px;
    color: #616161;
    text-shadow: 1px 1px 0px #fff;
    text-decoration: none;
    display: inline-block;
    border: 0 none;
    float: left;
    clear: both;
    width: 150px;
}

/*------------------------------------------*/
/*           /* header css ends here */
/*------------------------------------------

/*------------------------------------------*/
/*           /* Home page css starts here */
/*------------------------------------------*/

.pro-slider .slick-prev {
    right: 50px;
    z-index: 1;
    left: auto;
    opacity: 1.0 !important;
    background: #e80000;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    box-shadow: 0px 10px 40px -10px rgba(0, 64, 128, 0.2);
}

.pro-slider .slick-next {
    right: 3px;
    z-index: 1;
    left: auto;
    opacity: 1.0 !important;
    background: #e80000;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    box-shadow: 0px 10px 40px -10px rgba(0, 64, 128, 0.2);
}

.about-us .box-sec {
    padding-bottom: 55px;
    padding-top: 0px;
    padding-left: 50px;
    padding-right: 50px;
}

.about-us .main-para {
    margin-top: 0px;
}

.about-us .lead-controls p {
    font-size: 17px;
    line-height: 36px;
    margin-top: 45px;
    text-align: justify !important;
    letter-spacing: 0.4;
}

.home-app-li li {
    list-style-type: none;
    font-size: 16px;
    color: #5f5b5b;
}

.home-app-li i {
    padding: 0 10px 0 0;
}

ul.home-app-li {
    text-align: left;
}

/*#intro-bg {
background-color: #C0DEED;
background: #76f436 url(../img/intro-bg-m.svg) no-repeat;
}*/

.section-title h3 {
    margin-top: 0px;
}

#about-review .reviewer-img {
    background: transparent;
    height: 600px;
    margin: 0;
    background: #cac6c4;
}

#about-us {
    padding: 60px 0 110px 0;
}

.video-about-one {
    padding: 30px 0 0 0;
}

.justifyer {
    text-align: justify;
}

#benefit {
    background: url(../img/hari/1_about.webp) repeat fixed 0 0 / cover;
}

.ban-title {
    padding: 350px 0 10px 0 !important;
}

.show-more {
    margin-top: 40px;
}

.other-show-more {
    padding-bottom: 60px;
}

#services i.fa {
    font-size: 20px;
    height: 53px;
    width: 35px;
    padding: 12px 0;
    margin-bottom: 3px;
    border-radius: 10%;
    background: transparent;
}

.owl-controls .clickable i.fa {
    font-size: 20px;
    height: 53px;
    width: 35px;
    padding: 12px 0;
    margin-bottom: 3px;
    border-radius: 10%;
    background: transparent;
}

.products-section {
    padding-top: 0px !important;
}

.about-us {
    /*padding: 60px 0 0px 0;*/
    /*background: #f4f6f7;*/
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: 100px 0 100px 0;*/
}

.box-sec {
    /*box-shadow: 0px 2px 61px -11px rgba(0,0,0,0.13);*/
    /*background:#f4f6f7;*/
    padding-bottom: 55px;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
}

p.home-btn {
    margin-top: 45px;
}

.lead-controls {
    margin-top: 10px;
}

.lead-controls p {
    font-size: 20px;
    line-height: 33px;
    margin-top: 45px;
}

.box-sec .main-para {
    margin-bottom: 0px;
}

.services-m {
    margin: 65px 0 0 0;
}

.why-b {
    background: #fff;
    background-attachment: fixed;
    padding: 55px 0 55px 0;
}

.boxs.first.why-a {
    padding: 25px 10px !important;
    box-shadow: 0px 0px 1px 1px #e8ebf1 !important;
    transition: all 0.3s ease-in-out !important;
    margin: 0px 20px !important;
}

/*.boxs.first.why-a:hover {
box-shadow: 1px 0px 34px 1px rgba(0, 0, 0, 0.13), 0px 15px 34px 1px rgba(0, 0, 0, 0.13) !important;
margin-top: -20px !important;
padding-top: 45px !important;
}
*/

.boxs.second.why-a {
    padding: 25px 10px !important;
    box-shadow: 0px 0px 1px 1px #e8ebf1 !important;
    transition: all 0.3s ease-in-out !important;
    margin: 0px 45px !important;
}

/*.boxs.second.why-a:hover {
box-shadow: 1px 0px 34px 1px rgba(0, 0, 0, 0.13), 0px 15px 34px 1px rgba(0, 0, 0, 0.13) !important;
margin-top: -20px !important;
padding-top: 45px !important;
}
*/

.boxs.third.why-a {
    padding: 25px 10px !important;
    box-shadow: 0px 0px 1px 1px #e8ebf1 !important;
    transition: all 0.3s ease-in-out !important;
    margin: 0px 45px !important;
}

/*.boxs.third.why-a:hover {
box-shadow: 1px 0px 34px 1px rgba(0, 0, 0, 0.13), 0px 15px 34px 1px rgba(0, 0, 0, 0.13) !important;
margin-top: -20px !important;
padding-top: 45px !important;
}
*/

.testimonial-sec {
    /*    background: rgba(0, 0, 0, 0) linear-gradient(to top, #d2e8f3, #f1f1f1) repeat scroll 0 0 !important;
*/
    /*padding: 25px 0 25px 0;*/
    background: url('../img/testimonial-img.webp');
}

.why-a img {
    padding: 10px;
}

.about-us-img {
    display: block;
    margin: auto;
}

/*------------------------------------------*/
/*           /* Home page css ends here */
/*------------------------------------------*

/*------------------------------------------*/
/*           /* Uber For X */
/*------------------------------------------*/

.list-app h3 {
    color: #fff;
    line-height: 31px;
}

@media (min-width: 767px) {
    .navbar-nav {
        float: right !important;
        margin: 0;
    }
}

.low-back-gradient-app:after {
    background: linear-gradient(to bottom, rgba(57, 115, 230, .7), rgba(57, 115, 230, 0));
}

/*------------------------------------------*/
/*           /* OUR PRODUCTS */
/*------------------------------------------*/

.display-table-cell {
    display: block;
    vertical-align: middle;
    padding: 180px 0;
}

.service:hover {
    background: #fff;
    /*border: 1px solid #f7f7f7;*/
    margin-bottom: 0px;
    padding: 45px 15px 45px 15px;
    color: #fff;
    transition: all 0.5s ease 0s;
    box-shadow: 0px 10px 40px -10px rgba(0, 64, 128, 0.2);
    z-index: 1;
}

#services.products-section {
    padding-top: 0px;
}

/*------------------------------------------*/
/*           /* END OUR PRODUCTS */
/*------------------------------------------*/
/*------------------------------------------*/
/*           /* START CONTACT-FORM*/
/*------------------------------------------*/

.section-title.center {
    padding: 0px;
    text-align: center;
}

#contact-inner {
    background: #FFF !important;
    /*padding: 55px 0 55px 0;*/
}

.log_in_box {
    box-shadow: 0px 10px 40px -10px rgba(0, 64, 128, 0.2);
    border: 1px solid #f1f1f1;
}

.form-control {
    background: #f7f7f7;
    color: #aaa;
}

.contact-fom-sec h2 {
    margin-top: 0;
    margin-right: 50px;
}

/*#contact-inner i.fa:hover {
color: #fff;
background: #e80000;
border: #e80000;
}*/

#contact-inner i.fa {
    float: left;
}

/* div.uber-x.clone {
background: url(../img/clone-apps.jpeg) no-repeat !important;
}*/

h2.price {
    color: #fff;
    font-size: 45px;
    margin: 0;
}

.gray {
    text-align: left;
    position: relative;
    left: 15px;
    top: 30px;
}

p.gray.address-sec {
    top: 25px;
}

.img-contact {
    float: left;
    width: 50px;
    height: auto;
    margin: 20px 0 20px 0;
    object-fit: cover;
}

.btn-download-send {
    padding: 10px 25px;
    width: 150px;
}

.heading-img {
    width: 100%;
    height: 90px;
    margin: 22px 0;
}

/*------------------------------------------*/
/*           /* END CONTACT-FORM */
/*------------------------------------------*/
/*------------------------------------------*/
/*           /* Uber For X start */
/*------------------------------------------*/

.list-app h3 {
    color: #fff;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: right !important;
        margin: 0;
    }
}

.low-back-gradient-app:after {
    background: url("..img/git-uberx.gif") !important;
}

/*    .uber-x .list-app {
padding-top: 0px;
padding-right: 42px;
}*/

.list-app h3 {
    font-size: 30px;
}

.uber-x .join-us-app h1 {
    text-align: left;
}

.banner-h .list-app h3 {
    color: #fff;
    color: rgb(255, 255, 255);
    font-weight: 600;
    background: rgba(77, 181, 171, 0.7);
    padding: 11px;
    border-radius: 15px;
    transition: none;
    text-align: inherit;
    line-height: 42px;
    border-width: 0px;
    margin: 0px;
    letter-spacing: -1px;
    font-size: 30px;
}

.uber-page h1 {
    text-align: left;
}

.uber-page p {
    text-align: left;
}

.uber-page li {
    text-align: left;
}

.uber-x h1.x-title {
    text-align: left;
}

.list-app h3 span {
    padding-bottom: 10px;
}

.uber-x .list-o li {
    text-align: left;
    display: inline-block;
}

.ubersec i.fa {
    position: absolute;
    z-index: 10;
    top: -8px;
    right: 30px;
    display: block;
    padding: 5px 0px;
    font-size: 36px;
    color: #e80000;
    background-color: #fff;
    box-shadow: 0px 1px 5px 2px #c8c2c2;
    border: 1px solid #e80000;
    width: 65px;
    text-align: center;
}

.ubersec .container-fluid {
    margin: 0 135px;
}

.uber-btn {
    padding-top: 53px;
}

.uber-btn .btn-small {
    /* border: 1px solid #c1c1c1; */
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-top: 25px;
    padding: 10px 20px 10px 18px;
    transition: all 0.5s ease 0s;
    background: #e80000;
    text-transform: uppercase;
    padding: 11px 17px;
}

.ubersec .box.eats {
    min-height: 300px !important;
}

.ubersec .box.eats {
    border: 1px solid #e80000;
    margin-bottom: 20px;
}

.pricing-footer.last-sec-p {
    padding: 45px 0 0 0;
}

.ceo.img-responsive.uber-x {
    height: 600px !important;
}



#superb-services.uber-box {
    /*padding: 0px 0px 0px 0px;*/
    background: #ffffff;
}

.startup.uber-box {
    background: #ffffff;
    background-attachment: fixed;
    padding: 0px 0 0px 0;
}

.startup .boxs.first {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background: #fff;
    padding: 90px 30px 90px 30px;
    margin: 0;
}

.startup .boxs.second {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background: #fff;
    padding: 90px 30px 90px 30px;
    margin: 0;
}

.startup .boxs.therteen.xtra-2 {
    border-right: 1px solid #ccc;
    padding: 30px 5px 30px 5px;
    border-bottom: 1px solid #ccc;
    border-left: none;
}

.startup .boxs.fourteen.xtra-1 {
    border-left: 1px solid #ccc;
    padding: 16px 5px 0px 5px;
    border-bottom: 1px solid #ccc;
    /*border-right: none;*/
}

.startup .boxs.third {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background: #fff;
    padding: 90px 30px 90px 30px;
    margin: 0;
}

.btn-download-small.btn-primary {
    font-family: sans-serif;
    display: inline-block;
    border: 1px solid #e80000;
    padding: 8px 30px;
    background: #e80000;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    text-shadow: none;
    border-radius: 0px;
    text-decoration: none;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    text-transform: initial;
    max-width: 100%;
    width: auto;
    margin-top: 22px;
    box-shadow: 0 5px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12) !important;
}

.btn-download-small.btn-primary:hover {
    opacity: .8;
    box-shadow: 0 14px 26px -12px rgba(156, 39, 176, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2) !important;
}

.ceo.img-responsive.uber-x {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding-top: 95px;
    height: 650px;
    background: url(../img/uber-x-banner.webp) no-repeat !important;
}

.join-us-app h1.x-title {
    font-size: 45px;
    font-weight: 300;
    padding: 15px 0 15px 0;
    text-transform: inherit;
    line-height: normal;
}

div#app-download.uber-x {
    background: #f1f1f1;
    /*padding: 55px 0px 55px 0px;*/
}

.uber-x-sec {
    padding-bottom: 40px;
}

.section-title.bitcoin-b {
    box-shadow: 0px 10px 40px -10px rgba(0, 64, 128, 0.2);
    margin: 10px;
}

/*------------------------------------------*/
/*           /* Uber For X  End */
/*------------------------------------------*/
/*------------------------------------------*/
/*           /* tinder tossing */
/*------------------------------------------*/

.tossing {
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

/*------------------------------------------*/
/*           /* tinder tossing end */
/*------------------------------------------*/
/*------------------------------------------*/
/*           /* start tinder clone */
/*------------------------------------------*/

.feature-icon .feature-fa {
    margin: 40px 0 0 0 !important;
}

.feature-content.text-left.tinder-feature {
    padding-top: 30px;
}

#services-box.tinder-turnkey-solution {
    background: #fff;
}

.tinder-offer li {
    padding: 4px 4px;
}

.tinder-offer .join-us-icon .ico {
    margin-top: 12px;
}

.tinder-padding-sec {
    padding: 75px 0 75px 0 !important;
}

.startup.text-center.tinder-padding-sec {
    background: #fff;
}

.tinder-padding-sec.startup .boxs.first {
    border-left: 1px solid #ccc !important;
}

.join-us.tinder-padding-sec {
    background: #f1f1f1;
}

.startup .boxs.second {
    padding: 30px 30px 30px 30px;
}

.startup .boxs.first {
    padding: 30px 30px 30px 30px;
}

.startup .boxs.third {
    padding: 30px 30px 30px 30px;
}

/*------------------------------------------*/
/*           /* end tinder clone */
/*------------------------------------------*/
/*------------------------------------------*/
/*           /* start BlockChain Devlopement */
/*------------------------------------------*/

h1.bd-title {
    font-size: 55px;
}

h3.bd-title {
    font-size: 33px;
    color: #ffffff;
}

#skills-round.bd {
    /*padding: 55px 0px 55px 0;*/
}

#rotate-services.bd {
    /*padding: 55px 0px 55px 0;*/
    background: #ffffff;
}

.startup.bd {
    /*padding: 55px 0px 55px 0;*/
}

.service.bd {
    /*min-height: 380px;*/
}

.service.bd img {
    width: 90px;
    padding-bottom: 15px;
}

.list-o.bd li {
    padding: 4px 3px;
    line-height: 28px;
    color: #616161;
    list-style-type: none;
    margin-bottom: 0px;
}

#awesome-features.bd {
    /*padding: 55px 0px 55px 0px;*/
}

#contact.hire {
    /*padding: 55px 0px 55px 0px;*/
}

#contact.hire .form-control {
    display: block;
    width: 100%;
    padding: 9px 12px;
    font-size: 14px;
    line-height: 22px;
    background-color: transparent;
    background-image: none;
    color: #bababa;
    border-radius: 2px;
    -webkit-box-shadow: none;
    border: 1px solid #bababa;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin-top: 25px;
}

#contact .form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
    border: 1px solid #bababa;
}

#contact.hire form {
    padding: 0px 0;
}

.low-back-footer-r.hire:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 1;
}

.m-n {
    margin: 0 !important;
}

strong.f-min {
    font-weight: 300;
}

hr.title {
    background: #e80000;
}

hr.title {
    height: 2px;
    width: 90px;
    text-align: center;
    position: relative;
    background: #e80000;
    margin: 30px auto 15px auto;
    border: 0;
}

.btn-download-send:hover {
    background-color: #121212;
    border: none;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
}

.subs {
    background-color: #f1f1f1;
}

.newsletter-content>input.bd {
    /*border: 1px solid #e80000;*/
    background-color: #ffffff;
}

.newsletter-content .button:hover {
    background: #e80000;
    border: 0 none;
    color: #ffffff;
    border: 1px solid #fff;
}

.newsletter-content .button {
    border: 1px solid #e80000;
}

.text-con-n.subs.low-back-up {
    padding: 55px 0 55px 0;
}

.newsletter {
    padding: 80px 0 0 0;
}

/*------------------------------------------*/
/*           /* end BlockChain Devlopement */
/*------------------------------------------*/

.block-sec #particles-js {
    height: 70%;
}

.block-sec .display-table {
    height: 70%;
}

.block-sec .display-table-cell {
    padding: 120px 0;
}

.bg-app.eats {
    background: url(../img/product-banner/ubereats-bg.webp) no-repeat scroll center center;
    background-size: cover;
    display: inline-block;
    width: 100%;
    /* animation: awan-animasi 50s linear infinite;
-ms-animation: awan-animasi 50s linear infinite;
-moz-animation: awan-animasi 50s linear infinite;
-webkit-animation: awan-animasi 50s linear infinite;*/
}

.eats.low-back-gradient-r:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to top, #ffffff, #ffffff) repeat scroll 0 0;
    opacity: 0.95;
}

.top-heading-i.eats {
    color: #34495e;
}

.text-con-i.eats {
    color: #fff;
    padding: 120px 0 0 0;
}

.btn-download-app:hover {
    background: #e80000 !important;
    color: #fff !important;
    opacity: .8;
    box-shadow: 0 14px 26px -12px rgba(156, 39, 176, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2) !important;
    display: inline-block;
    padding: 10px 30px;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 0px !important;
    text-shadow: none;
    border-radius: 0px;
    text-decoration: none;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    max-width: 100%;
    margin-top: 18px;
}

.btn-download-app i:hover {
    color: #e80000;
    font-size: 22px;
}

.btn-download-app:hover i {
    color: #e80000 !important;
}

.box.eats {
    min-height: 380px;
}

.box.eats:hover>i.fa {
    color: #fff;
    transform: none !important;
    padding: 30px 0;
}

/*------------------------------------------*/
/* Hire Dedicate Developer*/
/*------------------------------------------*/
/*start product home page*/
/*------------------------------------------*/

.home-sec .box {
    max-height: 300px !important;
}

p.home-btn a:focus {
    color: #fff !important;
    outline: none !important;
}

p.home-btn {
    outline: none;
}

@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);

.col-item {
    /*border: 1px solid #E1E1E1;*/
    border-radius: 0px;
    background: #FFF;
    transition: all 0.3s ease-in-out !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.col-item:hover {
    box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, .18) !important;
}

.col-item .photo img {
    margin: 0 auto;
    width: 100%;
}

.col-item .info {
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}

.col-item:hover .info {
    background-color: #F5F5DC;
}

.col-item .price {
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}

.col-item .price h5 {
    line-height: 20px;
    margin: 0;
}

.price-text-color {
    color: #219FD1;
}

.col-item .info .rating {
    color: #777;
}

.col-item .rating {
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator {
    border-top: 1px solid #E1E1E1;
}

.clear-left {
    clear: left;
}

.col-item .separator p {
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i {
    margin-right: 5px;
}

.col-item .btn-add {
    width: 50%;
    float: left;
}

.col-item .btn-add {
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details {
    width: 50%;
    float: left;
    padding-left: 10px;
}

.controls {
    margin-top: 20px;
}

[data-slide="prev"] {
    margin-right: 10px;
}

/*custom*/

.uber-product-a {
    background-size: 100%;
    position: relative;
    /*padding-bottom: 100%;*/
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #f7f7f7;
}

#intro-bg-flipboard .app-slide.uber-x {
    overflow: hidden;
    background: none;
    text-align: left;
}

.photo h6 {
    text-align: center;
    font-size: 16px;
    padding: 9px;
}

.photo:focus {
    outline: none;
}

.amazon .playstore {
    padding: 75px 0 143px 0;
    background: #000;
    transition: all 0.6s ease 0s;
    z-index: 999;
    border-right: 0px;
    border-left: 0px;
    opacity: 0.75;
}

.bg-img p {
    font-size: 17px;
    line-height: 28px;
}

.top-sticky {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 69px;
}

.sticy_btnsec a.stickybtns {
    padding: 7px 15px;
    background: #fff;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .4);
    color: #fff;
    background: #e80000;
    border-radius: 2px;
    font-size: 12px;
    margin-left: 5px;
}

.sticy_btnsec a.stickybtns img {
    padding: 5px;
    border-radius: 2px;
    background: #eee !important;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .4);
    transition: .5s;
}

.sticy_btnsec a.stickybtns:hover img {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 1);
    transition: .5s;
}

/*.brdr_lft{
border-left:2px solid #eee;
}
.brdr_rht{
border-right:2px solid #eee;
}*/
#banner .list-app.home h1 {
    margin-bottom: 0px;
    margin-top: 38px;
}

.top-sticky a.btn-small {
    border: none;
    padding: 10px 17px 10px 18px;
    font-size: 12px;
}

#sticky {
    float: right;
}

.top-nav-collapse .top-sticky a {
    color: #fff !important;
}

.col-item.a {
    background: #357dd6;
}

#testimonial img {
    width: 100px;
}

.btn-success {
    color: #fff;
    background-color: #e80000;
    border-color: #e80000;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #e80000;
    border-color: #e80000;
}

.media-body h3 {
    margin: 20px 0 20px 0;
}

#tab {
    padding: 55px 35px 55px 35px;
}

#blog {
    background: #fff;
    padding: 55px 0 55px 0;
}

.tab-wrap {
    border: 1px solid #e6e6e6;
    margin-bottom: 0px;
    margin-top: 20px;
}

/*------------------------------------------*/
/* Hire Dedicate Developer*/
/*app-cost*/
/*.log_in_box.app-cost {
width: 60%;
margin: 0 235px;
padding: 30px;
position: relative;
overflow: hidden;
}*/

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #aaa !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaa !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #aaa !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #aaa !important;
}

/*header menu*/
/*success page*/

.success-sec {
    padding: 145px 0 55px 0;
}

.success-sec h4 {
    margin-top: 20px !important;
    margin-bottom: 28px !important;
}

/*blog*/

.blog-sec {
    height: 70%;
    background: url(../img/about-page.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    opacity: 0.8;
}

.blog-sec .header-text.text-center {
    padding-top: 100px;
}

h1.h-blog {
    padding: 130px 0 0 0;
    color: #000;
}

.dropbtn {
    padding: 16px 8px 16px 32px;
    /*background-color: #f7f7f7;*/
    color: #eee;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    box-sizing: content-box;
    -moz-box-sizing: border-box;
}

.dropbtn:hover,
.dropbtn:focus {
    background-color: #f7f7f7;
    box-sizing: content-box;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 10px;
    right: 83px;
    top: 53px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #000;
}

.show {
    display: block;
}

.dropbtn.dropdown.mob-link {
    box-sizing: content-box;
    padding: 16px 8px 16px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/*slick slider*/

<<<<<<< HEAD=======.slick-prev:before,
.slick-next:before {
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #fff;
}

.slick-prev,
.slick-next {
    top: -37px;
}

>>>>>>>origin/master .slick-prev {
    right: 50px;
    z-index: 1;
    left: auto;
    opacity: 1.0 !important;
}

.slick-next {
    right: 18px;
}

.slick-prev:before {
    content: "\f053";
}

.slick-next:before {
    content: "\f054";
}

.pro-slide-box {
    margin-top: 3px;
    height: auto;
    padding: 20px 20px 20px 0px;
}

.photo a img {
    /*height: 300px;*/
    border-radius: 0px !important;
}

/* bootstrap hack: fix content width inside hidden tabs */

.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: block;
    /* undo display:none */
    height: 0;
    /* height:0 is also invisible */
    overflow-y: hidden;
    /* no-overflow */
}

.tab-content>.active,
.pill-content>.active {
    height: auto;
    /* let the content decide it */
}

/* bootstrap hack end */

h3.tab-title {
    padding: 10px 30px 0px 20px;
}

/***
Pricing table
***/

.pricing {
    position: relative;
    margin-bottom: 15px;
    border: 3px solid #eee;
}

.pricing-active {
    border: 3px solid #e80000;
    margin-top: -10px;
    box-shadow: 7px 7px #fbd7d4;
}

.pricing:hover {
    border: 3px solid #e80000;
}

.pricing:hover h4 {
    color: #e80000;
}

.pricing-head {
    text-align: center;
}

.pricing-head h3,
.pricing-head h4 {
    margin: 0;
    line-height: normal;
}

.pricing-head h3 span,
.pricing-head h4 span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-style: normal;
}

.pricing-head h3 {
    font-weight: 300;
    color: #fafafa;
    padding: 12px 0;
    font-size: 27px;
    background: #e80000;
    border-bottom: solid 1px #e80000;
}

.pricing-head h4 {
    color: #e80000;
    padding: 15px 0;
    font-size: 54px;
    font-weight: 300;
    background: #fbfef2;
    border-bottom: solid 1px #f5f9e7;
}

.pricing-head-active h4 {
    color: #e80000;
}

.pricing-head h4 i {
    top: -8px;
    font-size: 28px;
    font-style: normal;
    position: relative;
}

.pricing-head h4 span {
    top: -10px;
    font-size: 14px;
    font-style: normal;
    position: relative;
}

/*Pricing Content*/

.pricing-content li {
    color: #888;
    font-size: 16px;
    padding: 7px 15px;
    border-bottom: solid 1px #f5f9e7;
}

/*Pricing Footer*/

.pricing-footer {
    color: #777;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    padding: 23px 20px 25px;
}

.pricing-footer p {
    margin-bottom: 0;
    margin-top: 11px;
}

h2.pay_with {
    font-size: 38px;
}

/*Priceing Active*/

.price-active,
.pricing:hover {
    z-index: 9;
}

.price-active h4 {
    color: #36d7ac;
}

.no-space-pricing .pricing:hover {
    transition: box-shadow 0.2s ease-in-out;
}

.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
    color: #36d7ac;
    padding: 15px 0;
    font-size: 80px;
    transition: color 0.5s ease-in-out;
}

a.nectar-button.medium.regular.accent-color.regular-button {
    padding: 7px;
    color: #fff;
    background: #e80000;
}

/*whatsapp form*/

.form .btn-download-app-tr {
    font-size: 16px;
}

/*taxi*/

.ceo.img-responsive.taxi-1 {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding-top: 95px;
    height: 650px;
    background: url(../img/screen/taxi-1.webp) no-repeat;
    background-size: 100%;
    margin-top: -36px;
}

.ceo.img-responsive.taxi-2 {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding-top: 95px;
    height: 650px;
    background: url(../img/courier_img2.webp) no-repeat;
    background-size: 100%;
    margin-top: -36px;
}

.ceo.img-responsive.taxi-3 {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding-top: 95px;
    height: 650px;
    background: url(../img/courier_img3.webp) no-repeat;
    background-size: 100%;
    margin-top: -36px;
}

.ceo.img-responsive.taxi-4 {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding-top: 95px;
    height: 650px;
    background: url(../img/courier_img4.webp) no-repeat;
    background-size: 100%;
    margin-top: -36px;
}

.bs-slider {
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.40);*/
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
    margin: auto;
    width: 100% !important;
}

.banner-text h1 {
    color: #000 !important;
}

.banner-text p {
    color: #000 !important;
}

.banner-text a {
    color: #fff !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}

.fade .item {
    top: 60px;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
    position: relative;
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/

.control-round .carousel-control {
    top: 50%;
    opacity: 0;
    width: 50px;
    height: 50px;
    z-index: 100;
    color: #000;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
    padding: 10px;
}

.control-round .carousel-control.right {
    right: 1%;
    padding: 10px;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%;
}

/*---------- INDICATORS CONTROL ----------*/

.indicators-line>.carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

.indicators-line>.carousel-indicators li {
    padding: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}

.indicators-line>.carousel-indicators li:last-child {
    margin-right: 0;
}

.indicators-line>.carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.indicators-line>.carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

/*---------- SLIDE CAPTION ----------*/

.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 22%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
}

.slide-text>h1 {
    padding: 0;
    color: #ffffff;
    font-size: 50px;
    font-style: normal;
    line-height: 60px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    font-weight: 200;
}

.slide-text>p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text>a.btn-default {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #58a2f1;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a:hover,
.slide-text>a:active {
    color: #fff;
    background: #58a2f1;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

a.btn.btn-default.btn-food {
    background: #ff9748;
    color: #fff !important;
}

/*------------------------------------------------------*/
/* RESPONSIVE

.fade {
opacity: 1;
}

.fade .item {
top: 13px;
z-index: 1;
opacity: 0;
width: 100%;
position: absolute;
left: 0 !important;
display: block !important;
-webkit-transition: opacity ease-in-out 1s;
-moz-transition: opacity ease-in-out 1s;
-ms-transition: opacity ease-in-out 1s;
-o-transition: opacity ease-in-out 1s;
transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
top: auto;
position: relative;
}

.fade .item.active {
opacity: 1;
z-index: 2;
-webkit-transition: opacity ease-in-out 1s;
-moz-transition: opacity ease-in-out 1s;
-ms-transition: opacity ease-in-out 1s;
-o-transition: opacity ease-in-out 1s;
transition: opacity ease-in-out 1s;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/

.control-round .carousel-control {
    top: 50%;
    opacity: 0;
    width: 75px;
    height: 75px;
    z-index: 100;
    color: #fff;
    display: block;
    font-size: 50px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
    padding: 10px;
}

.control-round .carousel-control.right {
    right: 1%;
    padding: 10px;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%;
}

/*---------- INDICATORS CONTROL ----------*/

.indicators-line>.carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

.indicators-line>.carousel-indicators li {
    padding: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}

.indicators-line>.carousel-indicators li:last-child {
    margin-right: 0;
}

.indicators-line>.carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.indicators-line>.carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

/*---------- SLIDE CAPTION ----------*/

.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 22%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
}

.slide-text>h1 {
    padding: 0;
    color: #ffffff;
    font-size: 50px;
    font-style: normal;
    line-height: 60px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    font-weight: 200;
}

.slide-text>p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text>a.btn-default {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #58a2f1;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a:hover,
.slide-text>a:active {
    color: #fff;
    background: #58a2f1;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

a.btn.btn-default.btn-food {
    background: #ff9748;
    color: #fff !important;
}

/*------------------------------------------------------*/
/* RESPONSIVE

/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .slide-text>p {
        font-size: 18px;
    }
}

/*---------- MEDIA 480px ----------*/

@media (max-width: 767px) {
    .slide-text {
        padding: 10px 50px;
    }

    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .slide-text>p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .control-round .carousel-control {
        display: none;
    }

    .package-sec .nav-tabs li a span {
        display: none;
    }

    .multi_sec .box {
        min-width: inherit !important;
        min-height: inherit !important;
        width: auto !important;
        margin: 10px;
    }

    .multi_sec .box img {
        width: auto !important;
        border: 0px !important;
        padding: 0px !important;
        height: 40px;
    }

    .package-sec .tab-content {
        padding: 50px 10px;
    }

    .multi_sec .box h4 {
        font-size: 13px !important;
    }
}

@media (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }

    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .slide-text>p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .slide-text>a.btn-default,
    .slide-text>a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }

    .indicators-line>.carousel-indicators {
        display: none;
    }

    .fade {
        opacity: 1.2;
        top: 69px;
    }

    .slide-text h1 {
        font-size: 15px;
        line-height: 21px;
    }

    .slide-text {
        padding: 0px 16px;
        top: 30px;
        max-height: 637px;
    }

    .fade .item {
        top: 3px;
    }

    #awesome-features-app.home-sec {
        /*padding: 70px 0 50px 0;*/
    }

    i.fa.fa-life-ring {
        color: #fa9531;
    }

    i.fa.fa-user-plus {
        color: #eb468b;
    }

    i.fa.fa-database {
        color: #ae589f;
    }

    i.fa.fa-rocket {
        color: #c72c28;
    }

    i.fa.fa-thumbs-o-up {
        color: #70a900;
    }

    i.fa.fa-globe {
        color: #2bb5ee
    }

    .home-sec .box img {
        width: 100px;
    }

    .home-sec .box.eats {
        min-height: 352px;
    }

    .ion-minus {
        padding: 0px 10px;
    }

    blockquote {
        border: none;
    }

    blockquote p {
        font-size: 14px;
    }

    #testimonial #carousel {
        margin: 30px 0px;
    }

    #testimonial .left.carousel-control {
        display: inline-block;
        position: absolute;
        top: 100%;
        left: 20%;
        font-size: 30px;
        font-weight: bolder;
        color: #5db4c0;
    }

    #testimonial .right.carousel-control {
        display: inline-block;
        position: absolute;
        top: 100%;
        right: 20%;
        font-size: 30px;
        font-weight: bolder;
        color: #5db4c0;
    }

    #testimonial .fa.fa-quote-right {
        color: #5db4c0;
        font-size: 13px;
        padding-right: 10px;
    }

    .testimonial-sec .carousel-control.left {
        /* background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); */
        background-image: none !important;
        /* background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))); */
        background-image: none !important;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#34495e00000', GradientType=1);
        /* background-repeat: repeat-x; */
        color: #e80000;
        padding-top: 80px;
        padding-right: 163px;
        opacity: 1.8;
    }

    .testimonial-sec-1 img.img-circle {
        padding: 10px;
    }

    .testimonial-sec .carousel-control.right {
        /* background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); */
        background-image: none !important;
        /* background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))); */
        background-image: none !important;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#34495e00000', GradientType=1);
        /* background-repeat: repeat-x; */
        color: #e80000;
        padding-top: 80px;
        padding-left: 178px;
        opacity: 1.8;
    }

    a.left.carousel-control {
        font-size: 50px;
    }

    a.right.carousel-control {
        font-size: 50px;
    }