@font-face {
  font-family: 'Segoe UI';
  src: url('fonts/segoeui.woff') format('woff'),
       url('fonts/SEGOEUI.TTF')  format('truetype');
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

body{
    font-family: 'Segoe UI', sans-serif !important;
}

.fade-in {
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

.title-white {
    font-family: 'Segoe UI', sans-serif;
    font-size:2em;
    color:#ef5b2a;
    padding:25px 0px 25px 0px;
    background-color: white;
}

.title-light {
    font-family: 'Segoe UI', sans-serif;
    font-size:2em;
    color:#ef5b2a;
    padding:25px 0px 25px 0px;
    background-color: #FAF7F2;
}

.title-orange {
    font-family: 'Segoe UI', sans-serif;
    font-size:2em;
    color:#fff;
    padding:25px 0px 25px 0px;
}

.white-bg {
    background-color: white;
    padding:20px 0px 0px 0px;
}

.orange-bg {
    background-color: #ef5b2a;
}


.light-bg {
    background-color: #FAF7F2;
}

.piro-text {
    color:#ef5b2a;
}

.text-wrapper {
    /*width: 980px;*/
    margin:0 auto;
}

.header-bg {
    background-color: #ef5b2a;
    background-image: url("img/intro-bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    /*height: 750px;*/
}

.top-link {
    color:#fff;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
    font-size:1.7em;
    display: block;
    margin: 55px 0px 55px 0px;

    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
}

.top-link:hover{
    text-decoration: none;
    color:#772d15;
}

.introducing {
    position: relative;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 2em;
    color:#fff;
    padding: 15px 0px 15px 0px;
    width: 250px;
    background-color: #C7B299;
    margin: 0 auto;
    z-index: 100;
}

.main-title {
    position: relative;
    background-color: white;
    padding-top: 110px;
    padding-bottom: 40px;
    width: 800px;
    margin: 0 auto;
    z-index: 10;
    margin-top: -27px;

    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.main-title p {
    padding-top:80px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 600;
    color:#ef5b2a;
    font-size: 1.4em;
}

.text-wrapper {
    /*width: 980px;*/
    margin:0 auto;
}

.text-wrapper p {
    padding: 50px 0px 50px 0px;
    font-size:1.2em;
    font-family: 'Segoe UI', sans-serif;
    line-height: 30px;
}

.reasons-bg {
    background-color: #ef5b2a;
    background-image: url("img/reasons-bg.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
    min-height: 570px;
    height: auto;
}

.reason-row {
    margin-left: auto !important;
    margin-right: auto !important;
}

.reason-item {
    padding:40px 0px 40px 0px;
}

@-webkit-keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.reason-title {
    color:white;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
}

.divider-line {
    display: block;
    position: relative;
    width: 200px;
    border-bottom: 2px solid #ef5b2a;
    margin:0 auto;
}

.features-text {
    padding-top:50px;
    padding-bottom:50px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 1.4em;
}

.feature-element {
    margin-bottom: 20px;
}

.feature-element h3 {
    color:#ef5b2a;
    font-weight: 600;
	font-size: 18px;
}

.feature-element p{
	font-size:1.1em;
}

.h-divider {
    clear: both;
    position: relative;
    display: block;
    width: 5px;
    height: 20px;
    background-color: white;
    top: 20px;
    margin: 0 auto;
}

.border-white {
    border-bottom: 1px solid white;
}

.advantages {
    margin: 0 auto !important;
}


@-webkit-keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


.advantage-single {
    display: block;
    height: 222px;
    background-color: #DE5429;

    vertical-align: middle;
    padding-top: 51px;
    text-align: center;

    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
}

.advantage-single-2 {
    display: block;
    height: 222px;
    background-color: #D45024;

    vertical-align: middle;
    padding-top: 51px;
    text-align: center;

    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
}
.advantages>div:hover h3,
.advantages>div:hover p{
    color:#ef5b2a ;
}
.advantage-single-2:hover, .advantage-single:hover {
    background-color:white;
}


.advantage-single h3, .advantage-single-2 h3 {
    font-family: 'Segoe UI', sans-serif;
    color:white;
    font-weight: 600;
    font-size:1.3em;
}

.advantage-single p, .advantage-single-2 p {
    font-family: 'Segoe UI', sans-serif;
    color:white;
    font-size: 1.1em;
    font-weight: 100;
}

.solution-item {
    margin-top: 50px;
    text-align: center;
}

.title-block {
    position: relative;
    display: block;
    width: 159px;
    height: 100px;
    border: 1px solid #F2F2F2;
    margin:0 auto;
    padding-top: 15px;
    z-index: 30;

}

.solution-item h6 {
    font-family: 'Segoe UI', sans-serif;
    font-size: 1.2em;
    font-weight: 100;
}

.solution-mark {
    position: relative;
    z-index: 40;
    margin-top:-23px;
}

.av-image {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    transition-property: transform;
    transition-duration: 1s;
}

.av-image:hover {
    -webkit-animation-name: rotate; 
    -webkit-animation-duration: .8s; 

    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate; 
    -moz-animation-duration: .8s; 

    -moz-animation-timing-function: linear;
    animation-name: rotate; 
    animation-duration: .8s; 

    animation-timing-function: linear;
}

.footer-bg {
    background-color: #ef5b2a;
    background-image: url("img/bottom-bg.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
    height: 400px;
    margin-top: 50px;
}

.subscribe {
    position: relative;
    vertical-align: middle;
    background-color: white;
    padding: 30px 90px 30px 90px;
    top: 350px;
    transition: all .2s ease-in-out;
}

.subscribe h1 {
    color:#ef5b2a;
    font-size: 3em;
    font-family: 'Segoe UI', sans-serif;
}

.subscribe h4 {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    padding-top: 30px;
    color: #9C9C9C;
    font-size: 1.8em;
}

.subscribe p {
    font-family: 'Segoe UI', sans-serif;
}

.subscribe button {
    background-color:#ef5b2a;
    color:white;
    border:0px;

    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
}

.subscribe button:hover {
    border:0px;
}

a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background: #ef5b2a url("img/up-arrow.png") no-repeat center 43%;
    border: 1px solid white;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

a.back-to-top:hover{
    background-color: transparent;
}

.buttons-section{
    position: relative;
    top: 150px;
}

.main-content{
    margin-top: 90px;
}

footer .buttons-section{
    position: relative;
    top: 0;
    padding-top: 7px;
}

.buttons-section .btn.btn-default{
    width: 100%;
    max-width: 300px;
    padding: 18px 20px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
    background: #ef5b2a;
    font-size: 16px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.buttons-section .btn.btn-default:hover{
    color: #DE5429;
    background: #fff;
    border-color: #fff;
}

/*.buttons-section img{
    width: 100%;
}*/

.img-rounded{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.footer-top .contact-us{
    padding-left: 80px;
}

.dark-grey-txt {
    color: #7f7f7f;
    font-size: 14px;
}

.link_to_demo a{
    border: 1px solid #e9501c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #e9501c;
    padding: 11px 13px 13px;
    margin-right: 0 !important;
    position: static;
    text-shadow: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    z-index: 901;
    background: rgba(233,80,28,0.15);
}

.link_to_buy_now a {
    border: 1px solid #e9501c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    padding: 11px 13px 13px;
    position: static;
    text-shadow: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    z-index: 901;
    background: #e9501c;
}

.link_to_buy_now:hover > a,.link_to_buy_now:focus > a, .link_to_demo:focus > a, .link_to_demo:hover > a {
    background: #f2f2f2;
    -webkit-border-radius: 3px;
    border-color: inherit;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #e9501c;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.top-bar{
    display: block;
    padding: 17px 0 17px;
}

.top-bar-left{
    padding-top: 4px;
}

.top-bar-right{
    text-align: right;
}
.top-bar-middle{
    padding-top: 6px;
}

.top-bar .title{
    color: #ef5b2a;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.top-bar .logo{
    display: inline-block;
    padding-right: 18px;
    border-right: 3px solid #ef5b2a;
}

.feature-element .col-md-4{
    text-align: right;
}

.feature-element{
    padding-left: 45px;
}

/********************* Footer ****************************/
.title-box{
    margin-bottom: 10px;
}
footer.footer-top {
    background: #575757;
    border-top: 1px solid #fff;
}

footer.footer-top {
    font-size: 12px;
    line-height: 21px;
    padding: 50px 0 13px;
}

footer.footer-top .title-box h3.title, footer.footer-top h3.title{
    margin-top: 0;
}

.footer-bottom, .footer-bottom a, #Footer-Bottom, #Footer-Bottom a {
    color: #7f7f7f;
}
.footer-bottom {
    padding: 30px 0;
    background: #464646;
    border: 0;
}

.footer-bottom {
    border-top-width: 1px;
    font-size: 16px;
    line-height: 17px;
    padding: 21px 0 20px;
}

#Footer-Top aside{
    margin-bottom: 20px;
}

#block-block-58{
    margin-top: 15px;
}
/********************* END Footer ************************/

/********************* ICONS ***************************/
.footer-top #Footer-Top ul li, footer aside header .title, footer aside .title-box .title, .footer-top #Footer-Top aside,.footer-top #Footer-Top a, .footer-top #block-18 li {
    color: #fff;
    text-decoration: none;
    list-style: none;
    font-size: 16px;
}
.footer-top #Footer-Top .social a {
    height: 40px;
    width: 40px;
}

.social .sbtnf {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: block;
    height: 40px;
    float: left;
    line-height: 40px;
    margin: 0 10px 0 0;
    opacity: .35;
    filter: alpha(opacity=35);
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    text-align: center;
    width: 40px;
    text-decoration: none;
}

.social .sbtnf:hover {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.color-hover.fa-facebook, .color-hover.fa-twitter, .color-hover.fa-youtube, .color-hover.fa-linkedin {
    background: #bcbec0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.color-hover.fa-facebook:hover {
    background: #3b5998;
}
.color-hover.fa-twitter:hover {
    background: #00bdec;
}
.color-hover.fa-youtube:hover {
    background: #c4302b;
}
.color-hover.fa-linkedin:hover {
    background: #1b92bd;
}
/********************* END ICONS ***********************/

/****************** Responsive Slides *****************/
.slides {
    position: relative;
    top: 100px;
    list-style: none;
    /*overflow: hidden;*/
    padding: 0;
    margin: 0;
}

.slick-slider { display: table; table-layout: fixed; width: 100%; } 
.slides{
    margin: 0 -15px;
}

.slides .slick-list{
    -webkit-box-shadow: 0px 6px 21px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 21px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 21px -2px rgba(0,0,0,0.75);
}

.slides li{
    max-height: 100%;
}

.slides li img{
    width: 100%;
}

.slides.with-caption li .slide-caption{
    display: none;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: #e9501c;
    opacity: 0.8;
    filter: alpha(opacity =80);
}

.slides.with-caption li .slide-caption .caption{
    color: #fff;
    font-size: 1.2em;
}

@media (max-width: 1200px) {
    .top-bar .logo{
        /*margin-bottom: 10px;*/
    }
}

 @media (max-width: 991px) {   
    #Footer-Top .buttons-section a{
       font-size: 14px;
    }
    #block-block-58{
        /*padding-left: 35px;*/
    }
    
    .feature-element{
    padding-left: 0;
}
    
.feature-element .col-md-4{
    text-align: center;
}

.top-bar .logo{
        border: none;
    }

 }

@media (max-width: 800px) {
    .slides{
        margin: 0;
    }
}
/* ------- responsivity fixes --------- */

@media (max-width: 768px) {
    .header-bg{
        height: 500px;
    }
    .main-content{
    margin-top: 0;
}
    .feature-element img {
        display: block;
        position: relative;
        margin: 0 auto;
    }

    .reasons-bg {
        background-position: center center;
    }

    .subscribe {
        display: block;
        padding:10px;
        width: auto;
        top: 130px;
    }

    .solutions-container {
        text-align: center;
    }
    #Footer-Top .buttons-section a{
       font-size: 16px;
    }
      #block-block-58{
        padding-left: 0;
    }
    .slick-dots{
        bottom: -50px !important;
    }
    .footer-top .contact-us{
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .header-bg{
        height: 350px;
    }
}

@media (max-width: 435px) {
    .main-title {
        width: 264px;
        padding: 92px 13px 65px 13px;
    }

    .main-title img {
        width: 200px; 
    }

    .introducing {
        width: 100%;
    }

    .text-wrapper {
        width: auto;
        padding:0px 20px 0px 20px;
    }

    .features-text {
        padding-right: 15px;
    }

    .title-orange, .title-white {
        font-size:1.5em;
        padding:20px;
    }

    .subscribe {
        display: block;
        padding:10px;
        width: auto;
    }

    .feature-element img {
        display: block;
        position: relative;
        margin: 0 auto;
        width: 100%;
    }

    .subscribe button {
        margin-top: 20px;
    }

    .solutions-container {
        text-align: center;
    }
    .advantage-single,.advantage-single-2{
        height: 100%;
    }
}