/*
Author       : Dreambuzz
Author  Uri  : Dreambuzz
Template Name: Appex- App landing template
Version      : 1.0                                          
*/


/*---------------

 1. Global Styles
 2. Navigation and Logo Section
 3. Hero Section
 4. service Section
 5. Services Section
 6. Team Section
 7. Parallax Section
 8. Price Rate Chart Section
 9. Clients Section
 10. Testimonials Section
 11. Contact Section
 12. Footer Section
 13. Back to Top
 14. TYPOGRAPHY STYLES
 15. Responsive Styles CSS
---------------------------*/


/*---------- 1. Global Styles ----------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Poppins:400,700');
html {
    overflow-y: scroll;
    -webkit-backface-visibility: hidden;
    backface-visibility: initial;
}
html,
body {
    height: 100%;
    min-height: 100%;
}
body {
    color: #666;
    background-color: #fff;
    font-weight: 400;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height:30px;
    opacity: .9;
}
:focus {
    outline: none;
}
a {
    color: #444;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
a.highlight:hover {
    color: #aeaeae;
}
section {
    background-position: center center;
    background-size: cover;
}
ul {
    list-style: none;
    padding: 0;
}

/*---------- 2. Navigation and Logo Section ----------*/


/*---------- Default Nav Style ----------*/

.navbar-default {
    padding: 10px;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    border-color: transparent;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.navbar-nav>li>a {
    padding: 17px 0 15px 30px;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
}

/* DROPDOWN MENU*/

.navbar-default li.dropdown ul li a {
    padding: 12px 26px;
    font-size: 14px;
    color: #222!important;
    text-transform: capitalize;
}
.navbar-default li.dropdown ul li {
    border-bottom: 1px solid#eee;
    margin: 0px 20px 0px 20px;
}
.dropdown-menu {
    text-align: left;
    background: #fff;
    z-index: 100;
    min-width: 200px;
    border-radius: 5px;
    position: absolute;
    margin-top: 60px;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #9757ea!important;
    text-decoration: none;
    background-color: #f5f5f5;
}
@media (min-width: 768px) {
    ul.nav li.dropdown:hover ul.dropdown-menu {
        display: block;
    }
    ul.nav li.dropdown:hover ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu {
        display: none;
    }
    ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover ul.dropdown-menu {
        display: block;
    }
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    z-index: 1000;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 90px;
}
ul.nav li.dropdown:hover ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    margin-top: 0;
}

/*---------- Navigation Collapse Default Style ----------*/

@media (min-width: 768px) {
    .top-nav-collapse {
        padding: 0px 0;
        margin-bottom: 0px;
        font: 500 10px/1;
        text-transform: uppercase;
        text-shadow: none;
        border-color: transparent;
        background-color: #fff;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
    }
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
}
nav.navbar-default {
    background-color: #fff;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2)!important;
}
@media (max-width: 767px) {
    nav.navbar-default {
        border-radius: 0;
        border: none;
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08)!important;
    }
}
.navbar-default .navbar-toggle {
    border: none;
}
.navbar-nav li a {
    color: #000;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 20px 0;
    margin: auto;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*---------- Transparent Navigation With White Text Color ----------*/

@media (min-width: 768px) {
    nav.navbar.transparent-white {
        background-color: transparent;
        box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.3)!important;
    }
    .transparent-white li a {
        color: #fff!important;
    }
    nav.navbar.transparent-white .logo-light {
        display: initial;
    }
    nav.navbar.transparent-white .logo-dark {
        display: none;
    }
    nav.navbar.transparent-white.top-nav-collapse {
        background-color: #fff;
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08)!important;
    }
    nav.navbar.transparent-white.top-nav-collapse li a {
        color: #000!important;
        letter-spacing: 1.5px;
        font-size: 13px;
    }
    nav.navbar.transparent-white.top-nav-collapse .logo-light {
        display: none;
    }
    nav.navbar.transparent-white.top-nav-collapse .logo-dark {
        display: initial;
    }
}
.transparent-white .navbar-nav>li>a {
    color: #000;
}
.transparent-white .navbar-nav>li>a:hover {
    color: #000;
}
.transparent-white .navbar-nav>li>a:focus {
    color: #000;
}
.transparent-white.navbar {
    background-color: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08)!important;
}
.transparent-white.navbar .logo-light {
    display: none;
}
.transparent-white.navbar .logo-dark {
    display: initial;
}
.transparent-white.navbar .navbar-toggle .icon-bar {
    background-color: #000;
}

/*---------- Transparent Navigation With Black Text Color ----------*/

@media (min-width: 768px) {
    nav.navbar.transparent-black {
        background-color: transparent;
        box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.7)!important;
    }
    .transparent-black li a {
        color: #000!important;
        letter-spacing: 1.5px;
    }
    nav.navbar.transparent-black .logo-light {
        display: none;
    }
    nav.navbar.transparent-black .logo-dark {
        display: initial;
    }
    nav.navbar.transparent-black.top-nav-collapse {
        background-color: #fff;
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08)!important;
    }
    .transparent-black.top-nav-collapse li a {
        color: #000!important;
        letter-spacing: 1.5px;
    }
    nav.navbar.transparent-black.top-nav-collapse .logo-light {
        display: none;
    }
    nav.navbar.transparent-black.top-nav-collapse .logo-dark {
        display: initial;
    }
}
.transparent-black .navbar-nav>li>a {
    color: #000;
}
.transparent-black .navbar-nav>li>a:hover {
    color: #000;
}
.transparent-black .navbar-nav>li>a:focus {
    color: #000;
}
.transparent-black.navbar {
    background-color: #fff;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3)!important;
}
.transparent-black.navbar .logo-light {
    display: none;
}
.transparent-black.navbar .logo-dark {
    display: initial;
}
.transparent-black.navbar .navbar-toggle .icon-bar {
    background-color: #000;
}

/*---------- Logo ----------*/

.navbar-brand {
    padding: 0;
    position: relative;
}
.navbar-brand img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 55px;
}
@media (max-width: 767px) {
    .container .navbar-header {
        margin-right: 5px;
        margin-left: 5px;
    }
}
@media (min-width: 768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin: 0;
    }
}
#ion-icons li {
    display: inline-block;
    text-align: center;
    color: #191a1c;
    padding: 30px;
    margin: 3px 0px 3px 3px;
    z-index: 0;
    font-size: 28px;
    cursor: pointer;
}

/*---------- 3. Hero Slider Section ----------*/

.banner-container {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    padding-top: 50px;
}
.banner-content {
    display: table-cell;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

#banner:before{
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
}

/*
#banner-slider {
    position: relative;
    background: rgb(30,87,153);
    background: -moz-linear-gradient(left, rgba(30,87,153,1) 0%, rgba(61,175,240,1) 0%, rgba(151,87,234,1) 100%, rgba(125,185,232,1) 100%);
    background: -webkit-linear-gradient(left, rgba(30,87,153,1) 0%,rgba(61,175,240,1) 0%,rgba(151,87,234,1) 100%,rgba(125,185,232,1) 100%);
    background: linear-gradient(to right, rgba(30,87,153,1) 0%,rgba(61,175,240,1) 0%,rgba(151,87,234,1) 100%,rgba(125,185,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );
} */

#banner-slider {
    position: relative;
    background: rgb(122, 127, 132);
    background: -moz-linear-gradient(left, rgba(30,87,153,1) 0%, rgba(61,175,240,1) 0%, rgba(151,87,234,1) 100%, rgba(125,185,232,1) 100%);
    background: -webkit-linear-gradient(left, rgba(21, 22, 23, 0.58) 0%,rgb(37, 40, 41) 0%,rgb(41, 42, 43) 100%,rgb(31, 33, 35) 100%);
    background: linear-gradient(to right, rgb(37, 39, 41) 0%,rgba(114, 116, 118, 0.6) 0%,rgb(48, 125, 162) 100%,rgba(125,185,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );
}

#banner2 .btn-hero,
#banner2 .btn-hero,
#banner3 .btn-hero {
    margin-top: 10px;
}
#banner2 .btn-hero:hover,
#banner2 .btn-hero:hover {
    background-color: rgba(255, 255, 255, .95);
    color: rgba(0, 0, 0, .85);
    border-color: rgba(255, 255, 255, .12);
}
.background-image img {
    display: none
}
.background-image {
    position: relative;
}
.banner-info li {
    text-align: left;
}
.banner-info li span {
    font-weight: 800;
    font-size: 22px;
}
#banner {
    position: relative;
}

.banner-content h2 {
    font-size: 68px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#banner .banner-content h5{
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #eee;
}

.banner-content p{
    margin-bottom: 30px;
    color: #eee;
}
#banner2 .banner-content h2,
#banner2 .banner-content p {
    color: #fff;
}
#banner2 .banner-content h2 span {
    color: #9757ea;
}

#banner3 .banner-content h2 {
    font-size: 40px;
}
.slider-wrap {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    padding-top: 75px;
}
.slider-content {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding-top: 100px;
    padding-bottom: 100px;
}
.slider-content h2 {
    font-size: 40px;
}
.slider-content h2 span {
    color: #9757ea;
}
.slider-content p {
    margin-bottom: 30px;
    margin: 20px auto 30px;
}


.banner-inner-img{
    margin-top: 130px;
}






/*---------- 01. Process Section ----------*/

.process-img-box img {
    border: 5px solid#fff;
}
.process-single h4 {
    margin: 15px 0px;
}

/*---------- 03. Feature Section ----------*/

#feature {
    padding-bottom: 60px;
}
.feature-intro h3 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.feature-intro h3:before {
    position: absolute;
    content: "";
    bottom: 0px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #000;
}
.feature-intro h3:after {
    position: absolute;
    content: "";
    bottom: 0px;
    width: 40px;
    height: 5px;
    background: #307da2;
    left: 10px;
}
.feature-intro p {
    margin: 15px 0px;
}
.feature-single {
    margin-bottom: 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-bottom: 1px solid#eee;
    padding-bottom: 20px;
}
.feature-single hr.line,
.feature-single h4 {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.feature-single p {
    margin: 15px 0px;
}
.feature-img {
    width: 50px;
    height: 100px;
    float: left;
    margin-right: 30px;
}
hr.line {
    width: 20px;
    background: #9757ea;
    height: 2px;
    margin: 0px;
}
.feature-single:hover h4 {
    color: #307da2;
}



/* ==========================================================================
Showcase
========================================================================== */
#section-portfolio{
    position: relative;
    padding-bottom: 100px;
}
/* .portfolio-half-bg{
    position: absolute;
    content:"";
    width: 60%;
    height:500px;
    background:#9857ea;
} */
.portfolio-half-bg{
    position: absolute;
    content:"";
    width: 60%;
    height:500px;
    background:#307da2;
} 
.portfolio-content {
    padding-top: 130px;
}

.portfolio-content p{
    margin: 20px 0px 40px;
}
.portfolio-content h2,.portfolio-content p ,.portfolio-content {
    color: #fff;
}

#section-portfolio{
    position: relative;
}
.showcase h1 {
    margin: 0 0 20px 0;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
}
.showcase p {
    margin-bottom: 25px;
    color: #fff;
}
.device {
    position: absolute;
    top: -60px;
    left: -20px;
    min-height: 676px;
    width: 740px;
    background: url('../img/iphone-skeleton.png') no-repeat center center;
}
.device-content {
    position: absolute;
    top: 115px;
    left: 56px;
    width: 247px;
    height: 445px;
    background: rgba(0, 0, 0, 0.3);
}
.device-content img {
    width: 247px;
    height: 445px;
}
.showcase-wrap {
    position: relative;
    padding: 100px 0;
    min-height: 600px;
}
.showcase-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.showcase-slider .flickity-page-dots {
    bottom: 20px;
}

.flickity-page-dots .dot {
    width: 13px;
    height: 13px;
    opacity: 1;
    background: transparent;
    border: 2px solid #fff;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}






/*---------- 04. Advance Service Section ----------*/

.service-box{
    position: reltive;
    margin-bottom: 40px;
    margin-top: 20px;
}

.service-box {}
.service-box h4{
    text-transform: uppercase;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.right{
    text-align: right;
}

.service-box i{
    position: relative;
    overflow: hidden;
    float: left;
    display: block;
    width: 68px;
    height: 68px;
    border: 2px solid transparent;
    color: #cbcbd7;
    font-size: 36px;
    line-height: 64px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
} 
.service-box:hover i{
    border: 2px solid #307da2;
    color: #307da2;
}
.service-box i:after{
    position: absolute;
    bottom: -14px;
    right: -14px;
    width: 0;
    height: 0;
    border-bottom: 14px solid #307da2;
    border-left: 14px solid transparent;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.service-box:hover h4{
    text-decoration: underline;
}
.service-box-content{
    margin-left: 100px;
}
.service-box-content h4{
    margin-bottom: 20px;
}




/*---------- 06. Testimonial Section ----------*/

#testimonial {
    position: relative;
}
#testimonial:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    top: 0px;
}
#testi-carousel {
    padding-bottom: 60px;
}
#testi-carousel img {
    width: 30%;
    height: 20%;
    margin-bottom: 20px;
}
.client-info {
    margin-top: 20px;
}
.test-box {
    padding: 40px;
    position: relative;
    border: 1px solid#eee;
    border-radius: 5px;
}

.test-box:before{
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    top: 45px;
    left: 43px;
    font-size: 52px;
    opacity: .3;
}
#testi-carousel .carousel-indicators {
    bottom: 0px;
}
#testi-carousel .carousel-indicators .active {
    background-color: #307da2;
    border-color: #307da2;
}
#testi-carousel .carousel-indicators li {
    border: 1px solid #444;
}


 .footer-social li a {
        color: #eee;
    }

.section-heading {
    margin-bottom: 80px;
}




/*---------- 07. DOWNLOAD BUTTON Section ----------*/


#download{
    background: url("../img/about/2-layers-8.png");
    -webkit-background-size: cover;
    background-size: cover;
    padding: 100px 0px;
}
.download-wrap{
    margin-top: 100px;
}
.download-wrap h2 {
    margin-bottom: 10px;
}
.download-wrap h2,.download-wrap p{
    color: #fff;
}

.download-list{
    margin-top: 40px;
}
.download-list a{
    border: 1px solid#307da2;
    border-radius: 35px;
    padding: 20px;
    background: #307da2;
    color: #fff;
    -webkit-transition:all .3s ;
    -o-transition: all .3s;
    transition: all .3s;
}
.download-list i{
    color: #fff;
    padding-top: 12px;
    font-size: 30px;
    margin-right: 10px;
}


.download-list li:hover a {
    border-color: #fff;
    background: transparent;
}


/*---------- 13. Footer Section ----------*/


.footer-widget h3{
    color: #fff;
    margin: 20px 0px;
}

.copy {
    font-size: 16px;
    color: #fff;
    opacity: .7;
}
.copy span {
    color: #fff;
}
#footer-btm {
    background: #1d273a;
    padding: 30px 0px 40px 0px;
}

/*----- 15. Back to Top Button -----*/

#back-to-top {
    position: fixed;
    color: #222;
    z-index: 100;
    bottom: 28px;
    right: 32px;
    display: none;
    cursor: pointer;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    opacity: 0;
    background: #307da2;
    padding-top: 4px;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
}
#back-to-top:hover {
    color: #fff;
    background-color: #1F2023;
}
#back-to-top .icon {
    font-size: 10px;
}

/*---------- TYPOGRAPHY ----------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
}
h2 {
    line-height: 1.2;
}
h3 {
    font-size: 22px;
    line-height: 33px;
}
h4 {
    font-size: 18px;
    line-height: 28px;
}
h5 {
    font-size: 14px;
    line-height: 24px;
}

/*-- H1 --*/

.h1-xl {
    font: 800 125px/.9em;
    letter-spacing: -4px;
}
.h1-lg {
    letter-spacing: 3px;
    text-transform: capitalize;
    font-weight: 800;
    font-size: 100px;
    line-height: 1;
}
.h1-md {
    letter-spacing: .5px;
    text-transform: uppercase;
}
.h1-sm {
    letter-spacing: normal;
    text-transform: uppercase;
}

/*-- H2 --*/

.h2-lg {
    font: 600 65px/1.2em;
    letter-spacing: -1px;
}
.h2-md {
    font: 600 45px/1.2em;
}
.black .h2-md {
    letter-spacing: -1px;
}
.h2-sm {
    font: 600 25px/1.2em;
}

/*-- H3 --*/

.h3-lg {
    font: 600 28px/1.1em;
    letter-spacing: -.5px;
}
.h3-md {
    font: 600 22px/1.1em;
    letter-spacing: -.5px;
}
.h3-sm {
    font: 600 16px/1.1em;
    letter-spacing: 0px;
}

/*-- H4 --*/

.h4-lg {
    font: 400 38px/1.1em;
}
.h4-md {
    font: 400 32px/1.1em;
    letter-spacing: -.5px;
}
.h4-sm {
    font: 400 26px/1.1em;
}

/*-- H5 --*/

.h5-lg {
    font: 300 20px/1.55em;
}
.h5-md {
    font: 200 18px/1.65em;
}
.h5-sm {
    font: 400 15px/1.65em;
}
.black .h5-md {
    font-weight: 400;
}
p {
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
    opacity: .9;
}
.white p {
    font-weight: 300;
}

/*--------- SEction Heading ----------- */

.heading {
    width: 60%;
    margin-bottom: 70px;
}
.heading p {
    color: #888;
}
.heading h2 {
    margin: 10px 0px 20px 0px;
}
.seperator {
    width: 50px;
    height: 3px;
    margin: 20px auto 0px;
    background: #307da2;
    margin-bottom: 25px;
}
.section-heading {
    text-align: center;
}
.f-xbold {
    font-weight: 800;
}
.f-bold {
    font-weight: 700;
}
.f-mbold {
    font-weight: 600;
}
.f-smbold {
    font-weight: 500;
}
.f-normal {
    font-weight: 400;
}
.f-mnormal {
    font-weight: 300;
}
.f-xsnormal {
    font-weight: 200;
}
.f-light {
    font-weight: 100;
}
@media (max-width: 1200px) {
    .h5-lg {
        font-size: 17px;
    }
    .h1-xl {
        font-size: 85px;
        letter-spacing: -2px;
    }
    .h1-lg {
        font-size: 85px;
    }
    .h1-md {
        font-size: 70px;
    }
    .h2-lg {
        font-size: 50px;
        letter-spacing: normal;
    }
}
@media (max-width: 992px) {
    .lead.h5-md {
        font-size: 16px;
    }
    .h2-lg {
        font-size: 30px;
        letter-spacing: normal;
    }
    .h1-xl {
        font-size: 50px;
        letter-spacing: -1px;
    }
    .h1-lg,
    .h1-md,
    .h1-sm {
        font-size: 40px;
    }
    .h2-md {
        font-size: 35px;
    }
}

/*---------- Text Colors ----------*/


/* WHITE */

.white {
    color: #fff;
}
.white p,
.white h1,
.white h1 small,
.white h2,
.white h3,
.white h4,
.white .h2bold,
.white h5,
.white h6 {
    color: #fff;
}

/* BLACK */

.black {
    color: #0f1113;
}
.black p,
.black h1,
.black h2,
.black h3,
.black h4,
.black .h2bold,
.black h5,
.black h6 {
    color: #0f1113;
}

/* GRAY */

.gray p,
.gray h1,
.gray h2,
.gray h3,
.gray h4,
.gray .h2bold,
.gray h5,
.gray h6 {
    color: #aeaeae;
}

/* Feature*/

.bg-feature h3,
.bg-feature h5 {
    color: #fff;
}
.bg-feature p {
    color: #f5f5f5;
}

/*---------- Background Colors ----------*/

.bg-black {
    background-color: #000;
}
.bg-dark {
    background-color: #0f1113;
}
.bg-gray {
    background-color: #f8f8f8;
}
.bg-white {
    background-color: #fff;
}
.bg-feature {
    background-color: #9757ea;
}

/*---------- 20. Home Banner Parallax ----------*/

.parallax {
    position: relative;
    overflow: hidden;
}
.parallax .container {
    position: relative;
    z-index: 2;
}
.parallax>.background-image {
    height: 100vh;
    top: -50vh;
    -webkit-transition: opacity 0.9s ease;
    -moz-transition: opacity 0.9s ease;
    transition: opacity 0.9s ease;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
.hero-main .background-image {
    top: 0;
}
.hero-fullwidth .background-image {
    top: 0;
}
@media all and (max-width: 1024px) {
    .parallax>.background-image,
    .parallax .background-image {
        top: 0 !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        transform: none !important;
        height: 100%;
    }
}
.parallaxe {
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}

/*---------- BUTTONS ----------*/

.btn {
    font: 600 10.5px/1;
    display: inline-block;
    padding: 14px 27px 14px 27px;
    text-transform: uppercase;
    border: 1px solid transparent;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 0px;
}
.btn:focus,
.btn:active,
.btn:active:focus {
    outline: none;
    box-shadow: none;
}
.btn-hero,
.btn-white:hover {
    color: #fff;
    background: #307da2;
    letter-spacing: 1px;
}
.btn-hero:focus {
    color: #fff;
}
.btn-black,
.btn-hero:hover {
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.btn-black:hover {
    color: #fff;
    background-color: #2e7eed;
}
.btn-black:focus {
    color: #fff;
}
.btn-white {
    background-color: rgba(255, 255, 255, .95);
    color: rgba(0, 0, 0, .85);
    border-color: rgba(255, 255, 255, .12);
}
.btn-white:focus {
    color: #000;
}
.btn-white:active {
    color: #fff;
}
.btn-trans-black {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .15);
    color: rgba(0, 0, 0, .85);
    letter-spacing: 1px;
}
.btn-trans-black:hover {
    color: rgba(255, 255, 255, 1);
    background-color: #000;
    font-weight: 500;
}
.btn-trans-white {
    background-color: transparent;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, .95);
    letter-spacing: 1.5px;
}
.btn-trans-white:hover {
    background-color: rgba(255, 255, 255, .95);
    color: rgba(0, 0, 0, .85);
    border-color: rgba(255, 255, 255, .12);
}
.btn-trans-white:active,
.btn-trans-white:focus {
    color: #fff;
    background-color: transparent;
    border-color: rgba(255, 255, 255, .12);
}
.btn-p-gray {
    text-decoration: underline;
    color: #fff;
}
.btn-p-gray:hover {
    text-decoration: underline;
    color: #3F7130;
}
.btn-rounded {
    border-radius: 4px;
    padding: 17px 32px 17px 32px;
}
.btn-circled {
    border-radius: 25px;
}
.btn-fullwidth {
    width: 100%;
}
.btn i {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.btn:hover i {
    padding-left: 10px;
}

/*---------- SPACING SHORTCODES ----------*/

.section-padding {
    padding-top: 120px; 
    padding-bottom: 120px;
}
.section-padding-top {
	padding-top: 0px;  /* this is just will work for top slider */
} 

/*-- Padding --*/

.p0 {
    padding: 0px
}
.p5 {
    padding: 5px
}
.p10 {
    padding: 10px
}
.p15 {
    padding: 15px
}
.p20 {
    padding: 20px
}
.p30 {
    padding: 30px
}
.p40 {
    padding: 40px
}
.p50 {
    padding: 50px
}
.p60 {
    padding: 60px
}
.p70 {
    padding: 70px
}
.p80 {
    padding: 80px
}
.p90 {
    padding: 90px
}
.p100 {
    padding: 100px
}
.p110 {
    padding: 110px
}
.p120 {
    padding: 120px
}
.p130 {
    padding: 130px
}
.p140 {
    padding: 140px
}
.p150 {
    padding: 150px
}

/*-- Padding Top --*/

.pt0 {
    padding: 0px
}
.pt5 {
    padding-top: 5px
}
.pt10 {
    padding-top: 10px
}
.pt15 {
    padding-top: 15px
}
.pt20 {
    padding-top: 20px
}
.pt30 {
    padding-top: 30px
}
.pt40 {
    padding-top: 40px
}
.pt50 {
    padding-top: 50px
}
.pt60 {
    padding-top: 60px
}
.pt70 {
    padding-top: 70px
}
.pt80 {
    padding-top: 80px
}
.pt90 {
    padding-top: 90px
}
.pt100 {
    padding-top: 100px
}
.pt110 {
    padding-top: 110px
}
.pt120 {
    padding-top: 120px
}
.pt130 {
    padding-top: 130px
}
.pt140 {
    padding-top: 140px
}
.pt150 {
    padding-top: 150px
}

/*-- Padding Bottom --*/

.pb0 {
    padding-bottom: 0px
}
.pb5 {
    padding-bottom: 5px
}
.pb10 {
    padding-bottom: 10px
}
.pb15 {
    padding-bottom: 15px
}
.pb20 {
    padding-bottom: 20px
}
.pb30 {
    padding-bottom: 30px
}
.pb40 {
    padding-bottom: 40px
}
.pb50 {
    padding-bottom: 50px
}
.pb60 {
    padding-bottom: 60px
}
.pb70 {
    padding-bottom: 70px
}
.pb80 {
    padding-bottom: 80px
}
.pb90 {
    padding-bottom: 90px
}
.pb100 {
    padding-bottom: 100px
}
.pb110 {
    padding-bottom: 110px
}
.pb120 {
    padding-bottom: 120px
}
.pb130 {
    padding-bottom: 130px
}
.pb140 {
    padding-bottom: 140px
}
.pb150 {
    padding-bottom: 150px
}

/*-- Margin Auto --*/

.m-auto {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

/*-- Margin --*/

.m0 {
    margin: 0px
}
.m5 {
    margin: 5px
}
.m10 {
    margin: 10px
}
.m15 {
    margin: 15px
}
.m20 {
    margin: 20px
}
.m30 {
    margin: 30px
}
.m40 {
    margin: 40px
}
.m50 {
    margin: 50px
}
.m60 {
    margin: 60px
}
.m70 {
    margin: 70px
}
.m80 {
    margin: 80px
}
.m90 {
    margin: 90px
}
.m100 {
    margin: 100px
}
.m110 {
    margin: 110px
}
.m120 {
    margin: 120px
}
.m130 {
    margin: 130px
}
.m140 {
    margin: 140px
}
.m150 {
    margin: 150px
}

/*-- Margin Top --*/

.mt0 {
    margin-top: 0
}
.mt5 {
    margin-top: 5px
}
.mt10 {
    margin-top: 10px
}
.mt15 {
    margin-top: 15px
}
.mt20 {
    margin-top: 20px
}
.mt30 {
    margin-top: 30px
}
.mt40 {
    margin-top: 40px
}
.mt50 {
    margin-top: 50px
}
.mt60 {
    margin-top: 60px
}
.mt70 {
    margin-top: 70px
}
.mt80 {
    margin-top: 80px
}
.mt90 {
    margin-top: 90px
}
.mt100 {
    margin-top: 100px
}
.mt110 {
    margin-top: 110px
}
.mt120 {
    margin-top: 120px
}
.mt130 {
    margin-top: 130px
}
.mt140 {
    margin-top: 140px
}
.mt150 {
    margin-top: 150px
}

/*-- Margin Bottom --*/

.mb0 {
    margin-bottom: 0
}
.mb5 {
    margin-bottom: 5px
}
.mb10 {
    margin-bottom: 10px
}
.mb15 {
    margin-bottom: 15px
}
.mb20 {
    margin-bottom: 20px
}
.mb30 {
    margin-bottom: 30px
}
.mb40 {
    margin-bottom: 40px
}
.mb50 {
    margin-bottom: 50px
}
.mb60 {
    margin-bottom: 60px
}
.mb70 {
    margin-bottom: 70px
}
.mb80 {
    margin-bottom: 80px
}
.mb90 {
    margin-bottom: 90px
}
.mb100 {
    margin-bottom: 100px
}
.mb110 {
    margin-bottom: 110px
}
.mb120 {
    margin-bottom: 120px
}
.mb130 {
    margin-bottom: 130px
}
.mb140 {
    margin-bottom: 140px
}
.mb150 {
    margin-bottom: 150px
}

/*-- Margin Left --*/

.ml0 {
    margin-left: 0
}
.ml5 {
    margin-left: 5px
}
.ml10 {
    margin-left: 10px
}
.ml15 {
    margin-left: 15px
}
.ml20 {
    margin-left: 20px
}
.ml30 {
    margin-left: 30px
}
.ml40 {
    margin-left: 40px
}
.ml50 {
    margin-left: 50px
}
.ml60 {
    margin-left: 60px
}
.ml70 {
    margin-left: 70px
}
.ml80 {
    margin-left: 80px
}
.ml90 {
    margin-left: 90px
}
.ml100 {
    margin-left: 100px
}
.ml110 {
    margin-left: 110px
}
.ml120 {
    margin-left: 120px
}
.ml130 {
    margin-left: 130px
}
.ml140 {
    margin-left: 140px
}
.ml150 {
    margin-left: 150px
}

/*-- Margin Right --*/

.mr0 {
    margin-right: 0
}
.mr5 {
    margin-right: 5px
}
.mr10 {
    margin-right: 10px
}
.mr15 {
    margin-right: 15px
}
.mr20 {
    margin-right: 20px
}
.mr30 {
    margin-right: 30px
}
.mr40 {
    margin-right: 40px
}
.mr50 {
    margin-right: 50px
}
.mr60 {
    margin-right: 60px
}
.mr70 {
    margin-right: 70px
}
.mr80 {
    margin-right: 80px
}
.mr90 {
    margin-right: 90px
}
.mr100 {
    margin-right: 100px
}
.mr110 {
    margin-right: 110px
}
.mr120 {
    margin-right: 120px
}
.mr130 {
    margin-right: 130px
}
.mr140 {
    margin-right: 140px
}
.mr150 {
    margin-right: 150px
}


.f-normal{
    font-weight: normal;
}

/*---------- COLORS ----------*/


/*-- Global Colors --*/

.white {
    color: #fff
}
.black {
    color: #000
}
.gray {
    color: #aeaeae;
}
.dark {
    color: rgba(0, 0, 0, .85)
}

/*-- Background Colors --*/

.bg-black {
    background-color: #000;
}
.bg-dark {
    background-color: rgba(0, 0, 0, .96);
}
.bg-primary {
    background-color: #0db8ca;
}
.bg-gray {
    background-color: #f2f4ec;
}
.bg-white {
    background-color: #fff;
}

/*---------- 23. Owl Carousel ----------*/

.owl-carousel .owl-item {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.owl-carousel .owl-item:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.owl-dot {
    display: inline-block;
    padding: 3px;
}
.owl-theme .owl-controls .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 3px;
    display: block;
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    box-shadow: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.owl-theme .owl-controls .owl-dot.active span {
    background: rgba(255, 255, 255, 0.8);
}
.owl-item {
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
}

/* BANNER SLIDER HOME 2 -------*/

#banner-slider .carousel-caption {
    left: 0px;
    right: 0px;
    padding-bottom: 100px;
}

/*---------- 24. Preloader ----------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    /* change if the mask should have another color then white */
    z-index: 9999;
    /* makes sure it stays on top */
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(../img/assets/preloader.gif);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}

/*--------- PAge Section -------- */

#page-wrap {
    background: url(../img/backgrounds/bg4.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 100px 0px;
}
.overlay {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/backgrounds/overaly.png);
}
.overlay-bg {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.overlay-feature {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
/*    background: rgba(255, 192, 0, .97);*/
/*
    background: #1e5799;
    background: -moz-linear-gradient(45deg, #1e5799 0%, #3daff0 0%, #9757ea 100%, #7db9e8 100%);
    background: -webkit-linear-gradient(45deg, #1e5799 0%,#3daff0 0%,#9757ea 100%,#7db9e8 100%);
    background: linear-gradient(45deg, #1e5799 0%,#3daff0 0%,#9757ea 100%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ); */
    background: rgb(122, 127, 132);
    background: -moz-linear-gradient(left, rgba(30,87,153,1) 0%, rgba(61,175,240,1) 0%, rgba(151,87,234,1) 100%, rgba(125,185,232,1) 100%);
    background: -webkit-linear-gradient(left, rgba(21, 22, 23, 0.58) 0%,rgb(37, 40, 41) 0%,rgb(41, 42, 43) 100%,rgb(31, 33, 35) 100%);
    background: linear-gradient(to right, rgb(37, 39, 41) 0%,rgba(114, 116, 118, 0.6) 0%,rgb(48, 125, 162) 100%,rgba(125,185,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );
}

.page-inner {
    padding-top: 70px;
}
.page-inner p {
    margin: 20px 0px 30px 0px;
    font-size: 18px;
}
.page-wrap:before {
    position: absolute;
    content: "";
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}
#blog-page .hero-content {
    padding-top: 53px;
    padding-bottom: 65px;
}

/*---------- 12. Counter   Section ----------*/

#counter-wrap {
    background: url(../img/backgrounds/bg5.jpg) fixed 50% 50%;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 70px 0px;
}
.single-project-complete i {
    font-size: 50px;
}
.single-project-complete h4 {
    margin: 20px 0px 0px 0px;
}
.single-project-complete h2,
.single-project-complete i {
    color: #fff;
}
.single-project-complete h4 {
    color: #222;
}

/*---------- About section ----------*/

#about{
	/* 
    background: url("../img/funfacts/arrow_right.png") no-repeat right bottom ; */ 
    right: 0px;
    position: relative;
    bottom: 0px;
}
.about-inner{
    text-align: center;
}

.about-inner h4{
    font-weight: 400;
    margin: 20px 0px;
    color: #333;
}
.icon-box {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
    border-radius: 100%;
    padding-top: 10px;
    text-align: center;
}


.c1{
    background: #307da2;
}
.c2{
    background: #307da2; /* was red */
}
.c3{
    background: #307da2; /* was blue */
}

.icon-box i{
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    opacity: 1;
}


/*---------- 14. ContactPAge  Section ----------*/

.form-control {
    display: block;
    width: 100%;
    height: 44px;
    margin: 10px 0;
    color: #aeaeae;
    color: #aeaeae;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px;
    outline: none;
}
.form-control:focus {
    border-color: #000;
    box-shadow: none;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #222!important;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #222!important;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #222!important;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #222!important;
}




/*--------------------------
 HOme 2 STYLES
--------------------------*/
#banner-slider2{
    background: url("../img/backgrounds/slide-3.jpg") fixed 50% 50%;
    -webkit-background-size: cover;
    background-size:cover ;
}


#banner-slider2 .slider-content h2 {
    font-weight: 400;
}
#banner-slider2 .slider-content h2 span{
    font-weight: 700;
    color: #fff;
}



/*--------------------------
 HOme 3 STYLES
--------------------------*/
#banner-slider2{
    background: url("../img/backgrounds/slide-3.jpg") fixed 50% 50%;
    -webkit-background-size: cover;
    background-size:cover ;
}


.bg-blue{
    background: #2e7eed;
}

#banner3{
    position: relative;
    overflow: hidden;
}
 .banner-content2 h1{
    font-family: "Open Sans", sans-serif!important;
    font-size: 45px;
    line-height: 61px;
    font-weight: 300!important;
}

#banner3::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 290px solid #fff;
    border-left: 2000px solid transparent;
    width: 0;
}

.color-main{
    color:#ff6a00;
}

.banner-intro{
    padding: 150px 0 300px;
}

 .banner-content2 .btn{
    text-transform: capitalize;
    margin-right: 10px;
}

 .banner-content2 .btn i {
    margin-right: 10px;
}

 .banner-content2 .btn:hover  i {
    color: #fff;
}


/* -----------
  ABOUT SECTION 2
--------------*/
.about-img2{
    margin-top: -100px;
}


.about-inner2 p.lead{
    margin: 10px 0px 30px;
}
.about-inner2 .btn{
    margin-top: 30px;
}

.f-opensans{
    font-family: "Open Sans", sans-serif;
}


.service-box2 i{
    font-size: 40px;
    width: 80px;
    height: 80px;
    display: block;
    text-align: center;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: #eee;
    color: #000;
    padding-top: 20px;
    border-radius: 100%;
}

.service-box2:hover i {
    background: -moz-linear-gradient(left, #ee0979 0%, #ff6a00 100%);
    color: #fff;
}
.service-box2 .service-box-content h4{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.service-box2 .service-box-content{
    margin-left: 121px;
    margin-top: -66px;
    margin-bottom: 40px;
}


.btn-white.gradient:hover{
    background: -moz-linear-gradient(left, #ee0979 0%, #ff6a00 100%);
    color: #fff;
}

.gradient-bg{
     background: -moz-linear-gradient(left, #ee0979 0%, #ff6a00 100%);
    color: #fff;
}
.counter-single2 {
    text-align: center;
}

.counter-single2 h4{
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
}
.counter-single2 i{
    border: 1px solid transparent;
    width: 100px;
    height: 100px;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-top: 25px;
    border-radius: 100%;
    background: #fff;
    color:#ee0979;
    -webkit-transition:all .3s ;
    -o-transition: all .3s;
    transition: all .3s;
}

.counter-single2:hover i{
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}



/*----------------------
 FEATURE BOX 2
----------------------*/

.feature-box2{
    margin-bottom: 35px;
}
.feature-box2 h4{
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
    font-weight: 300;
}

.feature-box2 h4 span{
    font-weight: 700;
}


.pl10{
    padding-left: 30px;
}
.pr10{
    padding-right: 30px;
}




/*------------------------
 PRICING BOX
---------------------------*/

#pricing{
    position: relative;
    overflow: hidden;
     
}
.pricing-bg-half{
    position: absolute;
    width: 60%;
    height: 800px;
    background: url("../img/about/iphone-ipad.png")no-repeat 50% 50%;
    left: -37px;
    top: 0px;
    -webkit-background-size: cover;
    background-size:cover ;
}


.pricing-box {}
.pricing-box {
    text-align: center;
    padding: 60px 0px;
    background: #fff;
    -webkit-box-shadow:0px 0px 2px 0px rgba(0, 0, 0, 0.2) ;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.pricing-box ul {
    margin: 30px 0px;
}
.pricing-box ul li {
    padding: 14px 0px 12px;
    border-top: 1px solid #eee;
    width: 60%;
    margin: 0 auto;
    
}
.pricing-box ul li p{
    font-size: 18px;
    text-transform: capitalize;
}
.price {
    font-size: 54px;
    color: #fff;
    font-family: "open sans",sans-serif;
    width: 180px;
    height: 180px;
    text-align: center;
    margin: 30px auto;
    border-radius: 100%;
    padding-top: 65px;
    font-weight: 700;
    -webkit-transition: all .3s;
    -o-transition:  all .3s;
    transition:  all .3s;
}

.price sub {
    font-size: 14px;
    color: #eee;
}

.pricing-box:hover .price{
    color: #000;
    border: 7px solid#eee;
    background: transparent;
}
.pricing-box:hover .price sub{
    color: #000;
}

/*----------------------------
  GALLERY CAROUSEL STYLES
-----------------------------*/
.gallery-carousel .owl-dots{
    text-align: center;
    margin-top: 30px;
}
.gallery-carousel .owl-dot.active{
    background: #2e7eed;
    border: 1px solid #2e7eed;
}
.gallery-carousel .owl-dot{
    width: 10px;
    height: 10px;
    padding: 0px;
    border: 1px solid #2e7eed;
    margin-right: 5px;
    border-radius: 100%;
   
}




/*------------------
 CONTACT form
-------------------*/
.contact-form-info{
    padding-left: 20px;
}
.contact-form-info h5{
    font-weight: 400;
    text-transform: uppercase;
}
.contact-form-info h2{
    margin-bottom: 40px;
}

.contact-form-info p.lead{
    margin-bottom: 5px;
}

/*-------------------
  HOME-4
---------------------*/
.read-more{
    color: #000;
    text-decoration: underline;
}

.read-more:hover{
    color: #000;
}


#banner4.banner-intro{
    padding: 180px 0 150px;
}

#banner4 .banner-content2{
padding-top: 50px;
}




.feature-box2{
    position: relative;
}
.feature-box2 i{
    position: absolute;
    content: "";
    left: 0px;
    top: 5px;
    font-size: 40px;
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-align: center;
    border: 1px solid#fff;
    padding-top: 10px;
}


.feature-intro-content{
    padding-left: 100px;
    
}


.feature-intro-content h4{
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
}

.feature-intro-content p{
    color: #eee;
}
.feature-inner-content h2{
    margin-bottom: 30px;
    font-weight: 700;
}
.feature-inner-content ul{
    margin-bottom: 30px;
}


/*-----------------------
  FOOTER 2nd Styles
---------------------------*/

#footer {
    padding: 80px 0px;
}
.footer-info h4{
    margin: 10px 0px;
}










/*---------- RESPONSIVE GLOBAL STYLES ----------*/


/* Medium Screens*/

@media (max-width: 992px) {
    .text-center-md {
        text-align: center;
    }
    .text-left-md {
        text-align: left;
    }
    .text-right-md {
        text-align: right;
    }
    .hidden-md,
    p.hidden-md {
        display: none;
    }
    .block-md {
        width: 100%;
    }
    .navbar-nav > li > a {
        padding: 17px 0 15px 20px;
        font-size: 14px;
    }
    nav.navbar.transparent-white.top-nav-collapse li a {
        letter-spacing: 0px;
    }
    .feature-img {
        height: 75px;
        float: none;
    }
}

/* Small Screens */

@media (max-width: 768px) {
    .text-center-sm {
        text-align: center;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-right-sm {
        text-align: right;
    }
    .hidden-sm,
    p.hidden-sm {
        display: none;
    }
    .block-sm {
        width: 100%;
    }
    #banner-slider {
        margin-top: 75px;
    }
    #banner-slider .carousel-caption {
        top: 60px;
    }
    #banner-slider .h1-lg {
        font-size: 50px;
    }
    #banner-slider .lead .h5-md {
        font-size: 14px;
    }
    #banner-slider .item img {
        min-height: 100%;
    }
    #banner-slider .item {
        min-height: 300px;
        width: 100%;
    }
    .navbar-nav > li > a {
        padding: 17px 0 15px 20px;
        font-size: 14px;
    }
    .feature-img {
        height: 75px;
        float: none;
    }
    .feature-inner-content{
        margin-top: 30px;
    }
    
    
    
    .  
/*     Home 4 */
    .feature-inner-content{
        margin-top: 30px;
    }
    
    
    .single-project-complete,.pricing-box {
        margin-bottom: 30px;
    }
    
    .single-project-complete{
        text-align: center;
    }
    .feature-img2{
        margin-bottom: 40px;
    }
    .test-box  p{
        padding-top: 30px;
    }
    
    .test-box img{
        width: 100%;
        padding-left: 30px;
    }
    .contact-form-info {
        margin-top: 30px;
    }
    
    
    
/*     HOme one */
    
    .about-inner,.feature-intro{
        margin-bottom: 30px;
    }
    
    .portfolio-half-bg{
        width: 100%;
    }
    .download-list li  ,   .download-list{
        margin-bottom: 30px;
    }
    .footer-social li a {
        color: #eee;
    }
    .slider-content  a{
        margin-bottom: 20px;
    }
    .slider-wrap {
        padding-top: 0px;
    }
    
    
/*     Home 3 */
    .banner-content2 a{
        margin-bottom: 10px;
    }
    
    .about-img2{
        margin-top: 30px;
    }
}

/* Extra Small Screens */

@media (max-width: 576px) {
    .text-center-xs {
        text-align: center;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-right-xs {
        text-align: right;
    }
    .hidden-xs,
    p.hidden-xs {
        display: none;
    }
    .block-xs {
        width: 100%;
    }
    .heading {
        width: 92%;
    }
    #banner-slider {
        margin-top: 75px;
    }
    #banner-slider .carousel-caption {
        top: 40px;
    }
    #banner-slider .h1-lg {
        font-size: 30px;
    }
    #banner-slider .lead .h5-md {
        font-size: 14px;
    }
    #banner-slider .item img {
        min-height: 100%;
    }
    #banner-slider .item {
        min-height: 350px;
    }
    .banner-info li {
        margin-bottom: 20px;
    }
    .testimonial-wrap,
    .blog-single,
    .widget {
        margin-bottom: 30px;
    }
   
    
/*     Home 4 */
    .feature-inner-content{
        margin-top: 30px;
    }
    
    
    .single-project-complete,.pricing-box {
        margin-bottom: 30px;
    }
    
    .single-project-complete{
        text-align: center;
    }
    .feature-img2{
        margin-bottom: 40px;
    }
    .test-box  p{
        padding-top: 30px;
    }
    
    .test-box img{
        width: 100%;
        padding-left: 30px;
    }
    .contact-form-info {
        margin-top: 30px;
    }
    
    
    
    
    
/*     HOme one */
    
    .about-inner,.feature-intro{
        margin-bottom: 30px;
    }
    
    .portfolio-half-bg{
        width: 100%;
    }
    .download-list li  ,   .download-list{
        margin-bottom: 30px;
    }
    .footer-social li a {
        color: #eee;
    }
    .slider-content  a{
        margin-bottom: 20px;
    }
    .slider-wrap {
        padding-top: 0px;
    }
    
    
/*     Home 3 */
    .banner-content2 a{
        margin-bottom: 10px;
    }
    
    .about-img2{
        margin-top: 30px;
    }
    
    
    #banner4 .banner-content2{
        padding-top: 0px;
    }
    
    
}