/* here you can put your own css to customize and override the theme */

/* front steps */
.front-steps-wrapper h2,
.ecommerce .front-steps-wrapper h2 {
    color: #f0f0f0;
    font-size: 22px;
    line-height: 1.2;
    padding-top: 10px;
    margin-bottom: 5px;
}
.front-steps-wrapper .front-step1 h2,
.ecommerce .front-steps-wrapper .front-step1 h2 {
    color: #fefefe;
}
.front-steps-wrapper p {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
}

.front-steps-wrapper .front-step-col {
    padding-left: 0;
    padding-right: 0;
}
.front-steps-wrapper .front-step-col:first-child {
    padding-left: 15px;
}
.front-steps-wrapper .front-step-col:last-child {
    padding-right: 15px;
}

.front-steps-wrapper .front-step {
    position: relative;
    padding: 15px 38px 33px;
}
.front-steps-wrapper .front-step h2 {
    font-size: xx-large;
    font-weight: bold;
    text-align: left;
}
.front-steps-wrapper .front-step h2:after {
    border-bottom: none;
}
.front-steps-wrapper .front-step p {
    font-size: medium;
    text-align: left;
}
.front-steps-wrapper .front-step1 {
    background: #3999FF;
}
.front-steps-wrapper .front-step2 {
    background: #7c858e;
}
.front-steps-wrapper .front-step3 {
    background: #68727c;
}
.front-steps-wrapper .front-step4 {
    background: #636a72;
}
.front-steps-wrapper .front-step5 {
    background: #5e6369;
}
.front-steps-wrapper .front-step6 {
    background: #55585d;
}

.front-steps-wrapper .front-step:before {
    color: #fff;
    font: 300 125px 'Open Sans', sans-serif;
    font-weight: bold;
    display: block;
    position: absolute;
    right: -20px;
    bottom: -40px;
    opacity: 0.1;
}
.ie8 .front-steps-wrapper .front-step:before {
    display: none !important;
}
.front-steps-wrapper .front-step1:before {
    content: "1";
    opacity: 0.2;
    margin: 0px 20px 12px 0px;
}
.front-steps-wrapper .front-step2:before {
    content: "2";
    margin: 0px 20px 12px 0px;
}
.front-steps-wrapper .front-step3:before {
    content: "3";
    margin: 0px 20px 12px 0px;
}
.front-steps-wrapper .front-step:after {
    top: 50%;
    width: 0;
    height: 0;
    left: 100%;
    z-index: 2;
    content: " ";
    display: block;
    margin-top: -1em;
    position: absolute;
    border-left: 15px solid #3999FF;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.ie8 .front-steps-wrapper .front-step:after {
    display: none !important;
}
.front-steps-wrapper .front-step-col:last-child .front-step:after {
    display: none;
}
.front-steps-wrapper .front-step2:after {
    border-left-color: #899199;
}
.front-steps-wrapper .front-step3:after {
    border-left-color: #778089;
}
.front-steps-wrapper .front-step4:after {
    border-left-color: #727980;
}
.front-steps-wrapper .front-step5:after {
    border-left-color: #6E7278;
    top: auto;
    bottom: 10%;
}

/* dropdown menu */
@media (min-width: 1025px) {
    .header-navigation > ul > li:hover > .dropdown-menu {
        display: block;
    }
}
.header-navigation,
.header-navigation .dropdown {
    position: static;
}
.header-navigation .dropdown-menu {
    left: auto;
    top: 100%;
    padding: 0;
    background: #fff;
    position: absolute;
    border: none;
    box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
    text-transform: none;
    font: 16px "Open Sans", sans-serif;
    letter-spacing: 0;
    border-radius: 0;
    z-index: 9999;
}

.header-navigation .dropdown-menu:before,
.header-navigation .dropdown-menu:after {
    display: none !important;
}

.dropdown-fix-left .dropdown-menu {
    left: 0;
    width: 700px;
}
.dropdown-fix-right .dropdown-menu {
    right: 0;
    width: 700px;
}
.header-navigation > ul > li > .dropdown-menu {
    margin-top: -5px;
    border-top: solid 3px transparent;
    z-index: 1001;
}
.header-navigation .dropdown100 > .dropdown-menu {
    left: 15px;
    right: 15px;
}
.header-navigation > ul > li.dropdown:hover > a:after {
    bottom: 0;
    width: 0;
    height: 0;
    z-index: 1002;
    content: " ";
    display: block !important;
    position: absolute;
    border-bottom: 8px solid #3999ff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.ie8 .header-navigation > ul > li.dropdown:hover > a:after {
    display: none !important;
}
.header-navigation li.dropdown100 > .dropdown-menu:after {
    display: none !important;
}
.header-navigation .dropdown-menu > li:first-child {
    border-top: solid 2px #3999ff;
}
.header-navigation .dropdown-menu li {
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #efefef;
    position: relative;
    float: none;
}
.header-navigation .dropdown-menu li:last-child {
    border: none;
}
.header-navigation .dropdown-menu li > a {
    padding: 10px 15px;
    font-weight: 400;
    color: #767f88;
}
.header-navigation .dropdown-menu > li > a:hover,
.header-navigation .dropdown-menu > li.active > a,
.header-navigation .header-navigation-content .header-navigation-col li > a:hover,
.header-navigation .header-navigation-content .header-navigation-col li.active > a {
    background: #3999ff;
    color: #fff;
}
.dropdown-submenu > a:after {
    display: none;
}
.pre-footer-col img {
    width: 28%;
    margin-right: 10px;
}
.tp-caption .btn-default {
    border: none;
    color: #ffffff;
    background: #0d1217!important;
    font-size: 40px;
    padding: 10px 20px;
}
.portfolio-block h4 {
    margin-bottom: 25px;
}
.services-block .row:last-child {
    margin: 0px;
}
.services-block img {
    width: 100%;
    margin-bottom: 20px;
}
.services-block .row {
    margin: 0px;
}
.services-block .row .col-md-3 {
    padding: 0px 12px 0px 0px;
}
.services-block .row .col-md-3:last-child {
    padding: 0px 0px 0px 0px;
}

/* Feature block */
.features-block {
    background: #f6f6f6;
    padding: 60px 0 70px;
}
.features-block .row {
    padding-top: 44px;
}
.features-block .item {
    border-right: solid 1px #e8e7e7;
    padding-top: 9px;
    padding-bottom: 15px;
}
.features-block .col-md-3:last-child {
    border-right: none;
}
.features-block h3 {
    font-size: 20px;
}
.features-block .fa {
    background: #e85425;
    color: #fff;
    width: 99px;
    height: 99px;
    line-height: 1;
    border-radius: 50%;
    position: relative;
    margin-bottom: 29px;
}
.features-block .fa:after {
    bottom: -8px;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -9px;
    z-index: 2;
    content: " ";
    display: block;
    position: absolute;
    border-top: 9px solid #e85425;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
}
.features-block .fa {
    font-size: 38px;
    padding: 34px 0 0;
}
.features-block p {
    font-size: 16px;
    margin-bottom: 0px;
}
.features-block .fa-rocket {
    background: #e85425;
}
.features-block .fa-graduation-cap {
    background: #0c91e5;
}
.features-block .fa-trophy {
    background: #ffa500;
}
.features-block .fa-heart {
    background: #1e9765;
}
.features-block .fa-rocket:after {
    border-top: 9px solid #e85425;
}
.features-block .fa-graduation-cap:after {
    border-top: 9px solid #0c91e5;
}
.features-block .fa-trophy:after {
    border-top: 9px solid #ffa500;
}
.features-block .fa-heart:after {
    border-top: 9px solid #1e9765;
}
