﻿/* -------------------------------- *\
		        steps
\* -------------------------------- */
section.steps {
    overflow-x: hidden;
}
.steps-area {
    position: relative;
    padding-top: 420px;
}
.blue-cyrcle {
    overflow: hidden;
    width: 450px;
    height: 450px;
    border-radius: 450px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    border: 4px solid #044765;
}
    .blue-cyrcle:after,
    .blue-cyrcle:before {
        content: '';
        position: absolute;
    }
.blue-cyrcle-dotted {
    width: 500px;
    margin: 0 auto;
    padding-top: 25px;
    position: relative;
}
    .blue-cyrcle-dotted:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 500px;
        height: 500px;
        border-radius: 500px;
        border: 2px dotted #E6E6E6;
    }

.blue-cyrcle:after {
    width: 442px;
    height: 442px;
    top: 0;
    left: 0;
    z-index: 99;
    border-radius: 450px;
    border: 10px solid #fff;
}

.blue-cyrcle-content {
    height: 100%;
    text-align: center;
    color: #fff;
    padding-top: 35px;
    background: #009ce1;
    background: -moz-linear-gradient(top, #009ce1 0%, #0677ae 100%);
    background: -webkit-linear-gradient(top, #009ce1 0%,#0677ae 100%);
    background: linear-gradient(to bottom, #009ce1 0%,#0677ae 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ce1', endColorstr='#0677ae',GradientType=0 ); /* IE6-9 */
}
    .blue-cyrcle-content p {
        color: #fff;
    }

.steps .step h3 {
    color: #009DE2;
    position: relative;
    padding-left: 35px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.step h3 .step-counter {
    color: #fff;
    background-color: #009DE2;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0;
    text-align: center;
    padding-top: 2px;
    opacity: 1;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.step {
    position: absolute;
    max-width: 200px;
}
    .step:before {
        content: '';
        background-color: #fff;
        border-radius: 9px;
        position: absolute;
        width: 130%;
        height: 110%;
        z-index: -1;
        top: -12%;
        left: -15%;
        box-shadow: 0 0 0px rgba(0,0,0,0.2);
        opacity: 0;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        transition: 0.2s;
    }
    .step:after {
        content: '';
        border-bottom: 2px dotted #E6E6E6;
        position: absolute;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        transition: 0.2s;
        opacity: 1;
    }
/* step hover */
.step:hover {
	z-index: 99;
}
.step:hover:before{
	opacity: 1;
    box-shadow: 0 0 60px rgba(0,0,0,0.2);
    z-index: -1;
}
.step:hover h3{ padding-left: 0 }
.step:hover h3 span.step-counter{ opacity: 0 }
.step:hover .hover-angle { opacity: 1; }
.step .icon-box { text-align: center }
.step:hover:after { opacity:0 }

/* step 1 */
.step.step1 {
    bottom: 0;
    left: 0;
    max-width: 160px;
}
.step.step1:after {width: 125px;right: -140px;top: 90px}
.step.step1 .hover-angle { top: -50px }
.step.step1 .hover-angle:after { transform: rotate(-80deg);right: -30px;top: 2px }

/* step 2 */
.step.step2 {
    top: 289px;
    left: 80px;
}
.step.step2:after {width: 115px;right: -120px;top: 200px;transform: rotate(35deg);}
.step.step2 .hover-angle { bottom: -20px }
.step.step2 .hover-angle:after { transform: rotate(-80deg);top: 1px;right: -30px }

/* step 3 */
.step.step3 {
    top: 60px;
    left: 250px;
    min-width: 130px;
}
.step.step3:before {
    width: 200px;
    left: -38px;
}
.step.step3 .hover-angle{}
.step.step3 .hover-angle:after {top: 30px;transform: rotate(-30deg);right: -10px }
.step.step3:after {width: 145px;right: -98px;bottom: -55px;transform: rotate(62deg);}

/* step 4 */
.step.step4 {
    top: 0;
    left: 50%;
    margin-left: -87px;
}
.step.step4 .hover-angle {left: 50%;margin-left: -30px;bottom: -30px}
.step.step4 .hover-angle:after {left: 15px;top: 29px;transform: rotate(-3deg)}
.step.step4:after {width: 105px;left: 37px;bottom: -51px;transform: rotate(90deg);}

/* step 5 */
.step.step5 {
    top: 60px;
    right: 250px;
}
.step.step5 .hover-angle {left: -42px;bottom: -30px}
.step.step5 .hover-angle:after {transform: rotate(20deg);left: -2px;bottom: -41px;}
.step.step5:after {width: 110px;right: 100px;bottom: -40px;transform: rotate(-62deg);}

/* step 6 */
.step.step6 {
    top: 310px;
    right: 30px;
}
.step.step6 .hover-angle {left: -60px}
.step.step6 .hover-angle:after {transform: rotate(70deg);left: -29px}
.step.step6:after {width: 95px;left: -115px;top: 200px;transform: rotate(-40deg);}

/* step 7 */
.step.step7 {
    right: 0;
    bottom: 0;
    min-width: 140px;
}
.step.step7 .hover-angle{ top: -52px;left: -50px }
.step.step7 .hover-angle:after {transform: rotate(80deg);left: -31px;top: -3px}
.step.step7:after {width: 115px;left: -150px;top: 90px}

.hover-angle {
    position: absolute;
    font-size: 18px;
    background-color: #009FE4;
    font-weight: bold;
    color: #fff;
    width: 59px;
    height: 59px;
    text-align: center;
    padding-top: 8px;
    right: -50px;
    bottom: -20px;
    border-radius: 40px;
    border: 10px solid #fff;
    opacity: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

    .hover-angle:after {
        content: '';
        height: 56px;
        width: 11px;
        background: url("/Images/hover-angle-after.png") no-repeat center;
        position: absolute;
    }

@media (max-width: 1199px){

    .steps-area {padding-top: 380px;}
    .step .icon-box img {width: 80px}
    .steps .step h3 {font-size: 16px}
    .steps .step p {font-size: 13px}
    .step.step2 {top: 289px;left: 60px;}
    .step.step3 {top: 100px;left: 220px}
    .step.step5 {top: 90px;right: 180px;}
    .step.step4 {top: 40px;left: 50%;margin-left: -57px;}
    .step.step6 {top: 310px;right: 0px}
    .blue-cyrcle-dotted {width: 420px;padding-top: 21px;}
    .blue-cyrcle-dotted:after{width: 420px;height: 420px;}
    .blue-cyrcle{width: 390px;height: 380px;}
    .blue-cyrcle:after{width: 382px;height: 372px}
    .blue-cyrcle-content { padding-top: 27px }
    .blue-cyrcle-content img { width: 70px; }
    .blue-cyrcle-content p { margin-bottom: 10px;font-size: 12px;}
    .step.step1:after {width: 75px;right: -80px;}
    .step.step2:after {width: 45px;right: -70px;top: 180px;}
    .step.step3:after {width: 45px;right: -20px;bottom: -46px;}
    .step.step4:after {width: 45px;left: 46px;bottom: -43px;}
    .step.step5:after {width: 55px;right: 110px;bottom: -30px;}
    .step.step6:after {width: 55px;left: -78px;top: 200px;transform: rotate(-30deg)}
    .step.step7:after {width: 65px;left: -105px;}
}

@media (max-width: 991px) {

    .steps-area {padding-top: 330px;}
    .hover-angle { display: none }
    .steps .step h3 {font-size: 16px;margin: 15px 0;padding-left: 0;}
    .step {text-align: center;}
    .step.step2 {top: 289px;left: 40px;}
    .step.step5 {right: 100px;}
    .step.step6 {right: -20px;}
    .step.step3 {top: 100px;left: 140px;}
    .step.step4 h3 .step-counter {left: -11px;}
    .step:after { display: none }
}

@media (max-width: 767px) {

    /* steps styles */
    .steps-area {
        padding-top: 0;
    }

    .step.step1, .step.step2, .step.step3,
    .step.step4, .step.step5, .step.step6,
    .step.step7 {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        margin: 0 auto 15px;
        padding: 10px 20px;
        max-width: 240px;
        width: 100%;
    }

        .step.step1:before, .step.step2:before,
        .step.step3:before, .step.step4:before,
        .step.step5:before, .step.step6:before,
        .step.step7:before {
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }
}

@media (max-width: 480px) {

    .steps .container { padding-left: 0; padding-right: 0 }
    .steps-area {
        padding-top: 0;
        padding-bottom: 420px;
        overflow: hidden;
}