html,body{
    width:100%;
    height: 100%;
    margin:0;
    font-family: woodmouse, Raleway, 'Open Sans', Raleway, Roboto, Arial, sans-serif;
}

#page{
    position: relative;
    overflow: hidden;
    opacity: 0;
}

nav ul{
    margin-top:0;
    margin-bottom:0;
}

.screen-blur-effect{
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;

}

#grid-svg{
    height: 100%;
    width:100%;
    left: 0 ;
    right: 0;
    top:0;
    bottom: 0;
    position:absolute;
    padding: 1px;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    z-index: -1;
    opacity:0.5;
}

.stain-bg {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 200px;
    height: 200px;
    background-image: url('img/stain.png');
    background-size: contain;
    background-repeat: no-repeat;

}

.stain2-bg {
    position: absolute;
    top: 20px;
    right: 200px;
    width: 300px;
    height: 300px;
    background-image: url('img/stain2.png');
    background-size: contain;
    background-repeat: no-repeat;

}

.ruler-bg {
    position: absolute;
    top: 100px;
    left: 100px;
    width: 900px;
    height: 900px;
    background-image: url('img/ruler.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 101;
}

#container{
    position: absolute;
    top: 300px;
    right: 0;
    z-index: 101;
}

/*############## VIDEO CONTAINER ###############*/

.video-container {
    position: relative;
    height:100vh;
    overflow:hidden;
  /*  filter: blur(2px);
    -webkit-filter: blur(2px);*/
    transition: all .5s ease-out;
    background: rgb(1,37,46);
}
.blueprint-background{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: 	#2f4e81;
    background-image: url('img/blueprint-background.png');
    background-repeat: repeat-y;
    background-size: 100% 400px;

    z-index: -2;
}
.screen-overlay{
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    z-index: 5;
    transition: all .5s ease-out;

}


#title-svg{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}


#center-icon-svg{
    position: relative;
    top: 50%;
    height:100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*################################################*/
.svg-container{
    height: 100%;
    width:100%;
    left: 0 ;
    right: 0;
    top:0;
    bottom: 0;
    position:absolute;
    padding: 1px;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    z-index: -1;

}

.svg-draw-text {
    z-index: 99;
}
.svg-text{
    transition: fill-opacity 1s ease-in, stroke-opacity 1s ease-in;
}


.main-content{
    display: block;
    position:relative;
    color: #fff;
}


.main-content span {
    position:relative;
    z-index: 1;
}
.title-container{
    display: none;
    font-family: 'woodmouse', 'Open Sans', sans-serif;
    font-weight: 300;
    position:relative;
    font-size: 150px;
    line-height: 150px;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    text-align: center;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99;

}
.title-container span {
    display: inline-block;
    line-height: 150px;
    height: 150px;
}
.slogan-container{
    position:relative;
    font-size: 68px;
    line-height: 70px;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    text-align: right;
}
.slogan-container span {
    display: inline-block;
    line-height: 20px;
    height: 20px;
}


/*###########MENU############*/
.woodmouse-menu {
    list-style:none;
    top:0;
    left:0;
    z-index:999;
    width:100%;
    transition: all 0.2s ease-in-out;


}
.woodmouse-nav{
    position:fixed;
    top:0;
    left:0;
    z-index:999;
    width:100%;
    padding: 20px;
    transition: all 0.2s ease-in-out;
    background-color: unset;
}

.menu-background {
    background-color: rgb(1,37,46);
    padding: 10px 20px;
}
#menu-toggle{
    display: none;
    left: 0;
    top:0;
    z-index: 1000;
    padding: 20px;
    font-size: 24px;
    position: fixed;
    border: none;
    color: rgb(255,252,249);
    background-color: initial;
}

.woodmouse-menu li {
    display: inline;
    font-size: 16px;
    padding: 20px;
    font-weight:  700;
}

.woodmouse-menu li a {
    color: #fff;
}

.site-phone{
    color:#fff;
    font-size: 16px;
    font-weight:  700;
    transition: all 0.2s ease-in-out;
    text-align:center;
}
/*################################################*/
.logo-container{
    width:500px;
    position: absolute;
    top:calc(50% - 300px);
    left:calc(50% - 250px);
    z-index: 5;
    font-size: 70px;
    font-weight: 300;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    transition: all .5s ease-out;
    overflow:hidden;

}
#home-activate-btn{
    padding: 20px;
    font-size: 30px;
    font-weight: 300;
    background-color: #00b9eb;
    border-radius: 5px;
    box-shadow: 10px 10px 10px #000;
    -moz-box-shadow: 10px 10px 10px #000;
    -webkit-box-shadow: 0 0 20px 5px #000;
    -o-box-shadow: 2px 2px 2px #000;
    color: #fff;
    position: absolute;
    bottom: 20px;
    width: 400px;
    left: calc(50% - 200px);
    cursor: pointer;
    text-align: center;
    transition: all 0.1s ease-out;
}
#home-desc{
    position:absolute;
    width: 1200px;
    top: 50%;
    left: calc(50% - 600px);
    text-align: center;
    font-size: 30px;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    font-weight: 300;
}
.background-video{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgb(1,37,46);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    opacity: 0;
    transition: opacity 500ms ease-in-out;

}

.background-js{
    opacity: 0;
    transition: opacity 1s ease-in;
}


.overlay-button:hover {

    -webkit-box-shadow: 0 0 30px 5px #000;
    padding: 22px;
    bottom: 18px;
    width: 204px;
    left: calc(50% - 102px);
    font-size: 30px;
}

.overlay-button:active {
    -webkit-box-shadow: 0 0 10px 5px #000;
    padding:20px;

    bottom: 20px;
    width: 200px;
    left: calc(50% - 100px);
    font-size: 30px;
}

.video-container .site-title-container {
    width: 100%;
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}




.container-bg{
    position:absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom:0;
    width: 100%;
    background:#00b9eb;
    border-radius: 10px;
    opacity: 0;
    box-shadow: 10px 10px 10px #fff;
    -moz-box-shadow: 10px 10px 10px #fff;
    -webkit-box-shadow: 0 0 20px 5px #fff;
    -o-box-shadow: 2px 2px 2px #000;
    transition: opacity 1s ease-out;
}

.home-container {
    position: relative;
    float: left;
    width:100%;
    margin: 0;
}

/*######################ACTIONS-HOME####################*/
svg text {
    font-family: 'woodmouse', 'FontAwesome', 'Raleway', sans-serif;
}
.actions-container{
    width: 100%;
    float: left;
}
.action-container {
    margin-top: -25px;
    opacity:1;
    position: relative;
    min-height: 350px;
    height: 350px;
    padding-bottom: 50px;
    z-index: 100;
    cursor:pointer;
    transition: all 0.5s ease-in-out;
}

.action-container svg {

}
.action-icon{

    position: relative;
    top:0;
    font-family: 'FontAwesome', 'Open Sans', sans-serif;
    height: 100px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.icon-background {
    font-family: 'FontAwesome', 'Open Sans', sans-serif;
    position: relative;
    margin: auto;
    width: 100px;
    height: 100px;
    background-color: rgb(1,37,46);
    border-radius: 999px;
}

.actions-background{
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right: 0;
    background-color:  rgb(1,37,46);
    z-index: 1;
}

.action-button{
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    padding: 10px 0;
    height: 40px;
}

.big-contact-button{
    position: relative;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    padding: 10px 0;
    height: 40px;
}

.contact-button-container{
    padding: 20px 0 20px 0;
}

.show-9-works{
    position:relative;
    width:20%;
    float:left;
    border-bottom: 4px solid rgb(1,37,46);
    border-left: 4px solid rgb(1,37,46);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.show-9-works:nth-child(9n+1), .show-9-works:nth-child(9n+3), .show-9-works:nth-child(9n+7), .show-9-works:nth-child(9n+9){
    width:25%;
}
.show-9-works:nth-child(9n+2), .show-9-works:nth-child(9n+8){
    width:50%;
}
.show-9-works:nth-child(9n+4), .show-9-works:nth-child(9n+6){
    width:40%;
}

.show-4-works{
    position:relative;
    width:66.6666%;
    float:left;
    border-bottom: 4px solid rgb(1,37,46);
    border-left: 4px solid rgb(1,37,46);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.show-4-works:nth-child(4n+1), .show-4-works:nth-child(4n+2){
    width:33.3333%;
}

.show-3-works{
    position:relative;
    width:25%;
    float:left;
    border-bottom: 4px solid rgb(1,37,46);
    border-left: 4px solid rgb(1,37,46);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.show-3-works:nth-child(3){
    width:50%;
}



.action-heading {

    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
}

.action-desc {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 20px;
}

.action-button-background {
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    border-radius: 20px;
    background-color: rgb(255,252,249);
}

.action-background{
    position: absolute;
    top:60px;
    bottom:0;
    left:10px;
    right:10px;
    background-color: #00151a;
    transition: background-color 0.1s ease-in , opacity 0.1s ease-in ;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.simple-offer{
    overflow:hidden;
}

.simple-offer .action-desc{
    color: #fff;
    transition:margin 0.2s ease-in;
}

.simple-offer .action-heading{
    color:#fff;
}
.action-desc span{
    width:100%;
    float:left;
    display:block;
    transition:all 0.15s ease-in;
}
.simple-offer .action-desc .large-text{
    font-size: 48px;
    font-family: Roboto,Montserrat, sans-serif;
    font-weight: 400;
    text-shadow: 5px 5px 5px #000;
}

.simple-offer .action-background{
    background: #063945;
    background: -moz-radial-gradient(center, ellipse cover, #063945 0%, #00151a 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #063945 0%,#00151a 100%);
    background: radial-gradient(ellipse at center, #063945 0%,#00151a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#063945', endColorstr='#00151a',GradientType=1 );
    box-shadow: 2px 2px 10px rgb(0,0,0);
}

.simple-offer .popup-tab{
    background: rgb(255,105,120);
    position:absolute;
    left:50%;
    height:0;
    bottom:0;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition:height 0.1s ease-in;
    overflow:hidden;
    color:#fff;
    font-size: 24px;
    box-shadow: 2px 2px 10px #000;
}

.simple-offer .popup-tab span{
    text-align:center;
    margin:20px 10px;
}

/*.action-container:hover .action-background {
    background-color: rgb(23,57,66);
}*/
.simple-offer:hover .popup-tab{
    height:40px;
}
.simple-offer:hover .action-desc .large-text{

}

.action-container:hover .action-icon{

}

.actions-button-box{
    position: absolute;
    bottom: 10px;
    height: auto;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;

}

.action-expanded-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    transition: all 0.5s ease-in-out;
    border-top-left-radius: 20px;
    margin-top: 10px;
    display: none;

}
.action-expanded-container-background {
    border-top-left-radius: 20px;
    background-color: rgb(23,57,66);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.action-expanded-desc{
    padding-left: 50px;
    padding-top: 100px;


}


.expanded-background {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    display: flex;
    display: -webkit-flex;
    flex-flow: row;


}
#expanded-area{
    flex:1;
    z-index:2;
    text-align: center;
    transition: all 0.5s ease-in-out;
    background-color: rgb(23,57,66);
    margin-top: 10px;
}

.action-expanded-button{
    position: relative;
    float: left;
    height: 50px;
}
.action-button.expanded-button {
    right: 15px;
}

.action-back-button {
    font-size: 16px;
    cursor: pointer;
    z-index: 3;
    position: absolute;
    top: 0;
    left:10px;


}

.organise-meeting-btn{

    display: none;
}

.hide-action {
    opacity:0;
}
.shrink-action-width {
    cursor: default;
    width:0;
    height: 0;
    padding-left: 0;
    padding-right:0;
    margin-left: 0;
    margin-right: 0;


}



.testimonials-container{
    position: relative;
    height: auto;
    min-height: 100vh;
    padding-bottom: 20px;

}
.quote-container{
    position:absolute;
    top:0;
    bottom:0;
    width:50%;
    left:50%;
    transform:translateX(-50%);
}

.quote-inner-container{
    font-family:'woodmouse', Roboto, Raleway, arial, sans-serif;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
}

.faded-4{
    opacity: 0.6;
}

.border-bottom-red{
    padding-bottom:10px;
    border-bottom: 4px solid rgb(255,105,120);
}
.border-top-red{
    border-top: 4px solid rgb(255,105,120);
}
.testimonial-white{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color: rgb(255,252,249);
    opacity: 0.5;
    z-index: -1;

}

.testimonial-text{
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
    padding: 10px;
}

.testimonial-text .testimonial-white{

    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}


.testimonial-sig{
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    padding:50px 10px 10px 10px;
}
.testimonial-sig .testimonial-white{

    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}


.testimonial-background {
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background-color: rgb(255,252,249);
    z-index:-2;
}

.portfolio-label{
    position: absolute;
    top:0;
    left:0;
    width: auto;
    height: auto;
    z-index: 100;
    font-size: 25px;
    font-weight: 700;
    padding: 5px 40px;
    border-bottom-right-radius: 20px;
    background: rgb(255,105,120);
    color: rgb(255,252,249);
}
.portfolio-piece{
    height:300px;
}

.portfolio-piece-background{
    z-index: 2;
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
}
.portfolio-piece-logo{
    z-index: 3;
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background:url('img/coming-soon.jpg');
    background-size: contain;
    background-repeat:no-repeat;
    background-position: center;
}


.portfolio-background{
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background: rgb(1,37,46);
}

.portfolio-piece-overlay{
    z-index: 99;
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background-color: rgb(1,37,46);
    opacity: 0;
    cursor: pointer;
    transition: opacity 0.25s ease-in-out;
}


.portfolio-button{
    display:none;
    z-index: 99;
    position: relative;
    width:250px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: 700;
    color: rgb(255,252,249);
    text-align: center;
    margin: auto;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    border: 2px solid rgb(255,252,249);
    border-radius:5px;
}

.portfolio-button:hover {
    text-decoration: none;
    color:rgb(255,105,120);
    border: 2px solid rgb(255,105,120);
}
.portfolio-button a:focus {
    text-decoration: none;
    color:rgb(255,105,120);
}


.contact-button-2-container{
    padding: 20px 0;
    background: rgb(1,37,46);
}

.contact-button-2-background{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.contact-container {
    position: relative;
    height: auto;
    min-height: 400px;
    color:#fff;
    font-size: 16px;
    z-index: 0;
}
.contact-text {
    padding-top: 100px;

}

.contact-form {
    padding-top: 100px;
}
.contact-background{
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background: rgb(1,37,46);
    z-index: -1;

}
.map-container{
    position:relative;
    height:400px;
}

.inner-map-container {
    width:100%;
    z-index: 1;
    height:400px;
}

.map-background {
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background: rgb(255,252,249);
    z-index: -1;
}



/*#############CONTACT FORM##################*/
form ul {
    padding: 0;
    margin: 0;
}
div.wpcf7-response-output{
    margin: 0;
}
div.wpcf7-validation-errors{
    border: none;
}
.wpcf7-form-control-wrap {
    font-size: 16px;
    font-weight: 700;
}

.wpcf7-form-control-wrap input{
    line-height: 40px;
    color:rgb(1,37,46);
     width:100%;
     padding: 0 20px;

     border-radius: 20px;
     border: none;
     -moz-outline-radius: 10px;
     outline: 10px;
 }
.form-element {
    width: 100%;
    float: left;
    padding: 20px;
    overflow: hidden;
}

.form-element.name {
    width:50%;
    padding-top: 0;

}
.form-element.phone {
    width:50%;
    padding-top: 0;

}
.form-element.email {
    width:100%;
    padding-top: 0;
}

.wpcf7-form-control-wrap textarea{
    color:rgb(1,37,46);
    width:100%;
    height: 100px;
    padding: 0 20px;
    border-radius: 20px;
    border: none;
    -moz-outline-radius: 10px;
    outline: 10px;

}

.form-element.submit-button{
    width: 150px;
    float: right;
    padding: 0 20px;
    overflow: hidden;
}

.submit-button .wpcf7-submit {
    line-height: 40px;
    width: 100%;
    border-radius: 20px;
    border:none;
    background-color: rgb(255,105,120);
    color: rgb(255,252,249);
}

/*#########PRICING################################*/


.pricing-desc{
    height: 450px;
    font-size: 30px;
    color: rgb(255,252,249);
    text-align: center;
    font-weight: 300;
    text-decoration: underline;


}
.pricing-desc text{
    stroke: rgb(255,252,249);
    fill: rgb(255,252,249);
}
.pricing-desc-background{
    background-color:rgb(1,37,46);
    background-image: url('img/background-home.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    z-index: -1;
}
.pricing-tabs{
    padding-left: 0;
    padding-right: 0;
}
.pricing-tabs-background{
    background-color:rgb(1,37,46);
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    z-index: -1;
}
.pricing-center-icon {
    position:absolute;
    top:700px;
    z-index: 99;

}
.pricing-center-icon span{
    position: absolute;
    width: 100%;
    color: rgb(255,252,249);
    font-family: Roboto, arial, sans-serif;
}

.pricing-center-icon .top-text{
    top:60px;
    text-align: center;
}

.pricing-center-icon .bottom-text{
    top:135px;
    text-align: right;
}

.pricing-center-icon .icon-background{
    height:200px;
    width: 200px;
    border-radius: 200px;
    right:5px;
    padding:5px;
}
.pricing-center-icon svg text{
    font-family: "Open Sans", arial, sans-serif;

}

.pricing-tab-text{
    position: relative;
    padding-bottom: 200px;
    color: rgb(255,252,249);

}
.pricing-tab{
    margin-top: -50px;
    opacity:1;
    position: relative;
    min-height: 450px;
    height:850px;
    padding-bottom: 50px;
    z-index: 1;
    transition: all 0.5s ease-in-out;

}

.pricing-tab:nth-child(2n+1) .pricing-tab-background{
    right: 10px;

}
.pricing-tab:nth-child(2n) .pricing-tab-text{
    color: rgb(1,37,46);
}
.pricing-tab:nth-child(2n) .pricing-tab-background{
    background-color: rgb(255,252,249);
}
.pricing-tab:nth-child(2n) .pricing-tab-button-background{
    background-color: rgb(1,37,46);

}
.pricing-tab:nth-child(2n) .pricing-tab-button-box text{
    fill: rgb(255,252,249);
    stroke:rgb(255,252,249);
}

.pricing-tab:nth-child(2n) .start-text{
    color: rgb(1,37,46);
}

.pricing-tab-background{
    background-color:rgb(23,57,66);
    position: absolute;
    top:60px;
    bottom: 0;
    left:0;
    right:0;
    z-index: -1;
}


.pricing-tab-heading{
    position:relative;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
}

.pricing-tab-features{
    position:relative;
    left:0;
    right:0;
    bottom:0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
}
.pricing-tab-features ul{
   list-style-type: none;
}

.pricing-tab-features ul li{
    padding: 10px 0;
    margin-left: -30px;
}

.pricing-tab-features li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 5px 0 -15px;
    color: rgb(255,105,120);
}
.pricing-tab-desc{
    position:relative;
    right:0;
    bottom:0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;

}

.pricing-tab-button-box {
    position: absolute;
    bottom: 100px;
    height: auto;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
}
.pricing-tab-button{
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    padding: 10px 0;
    height: 40px;
    z-index: 999;
}
.pricing-tab-button .svg-draw-text {
    z-index: 999;
}
.pricing-tab-button .pricing-tab-button-background {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color: rgb(255,252,249);
    border-radius:20px;
}

.pricing-tab-price-box{
    position: absolute;
    bottom: 140px;
    height: auto;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
}
.pricing-tab-price{
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    height: 70px;
}
.start-text{
    float: left;
    width: 100%;
    position: relative;
    margin-top:-30px;
    text-align:center;
}
/*#####################CONTACT############################*/
.contact-desc{
    height: 450px;
    font-size: 30px;
    color: rgb(255,252,249);
    text-align: center;
    font-weight: 300;
    text-decoration: underline;
    background-color:rgb(1,37,46);
    z-index: -1;

}

.contact-form-container{
    background-color: rgb(255,252,249);
    text-align:center;
    overflow:hidden;
    position: relative;
}
.contact-desc text{
    stroke: rgb(255,252,249);
    fill: rgb(255,252,249);
}
.about-header text{
    stroke: rgb(255,252,249);
    fill: rgb(255,252,249);
}
.contact-desc-background{
    background-color:rgb(1,37,46);
    background-image: url('img/background-home.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    z-index: -1;
}
.contact-option{
    margin-top: -50px;
    height: 200px;
    opacity:1;
    position: relative;
    z-index: 100;
    transition: all 0.5s ease-in-out;

}
.contact-option-background{
    background-color:rgb(23,57,66);
    position: absolute;
    top:60px;
    bottom: 0;
    left:5px;
    right:5px;
    z-index: -1;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.contact-options-container{
    background-color:rgb(1,37,46);
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    z-index: -1;
}
.outer-container{
    position:relative;
    background-color:rgb(1,37,46);
    height: 150px;
    z-index: -1;
}
.contact-option-title{
    color:rgb(255,252,249);
    font-size: 24px;
    font-weight:700;
    text-align: center;
    line-height: 100px;
}
.contact-summary{
    padding-top: 30px;
    position:relative;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    background-color: rgb(255,252,249);
}
.contact-page-form{
    padding-top: 30px;
    position:relative;
    text-align: center;
    background-color: rgb(255,252,249);

}
.contact-page-form .form-field{
    width: 100%;
    line-height: 40px;
    height: 50px;
    border-radius: 0;
    text-align: center;
    border-bottom: 2px solid rgb(23,57,66);
    color: rgb(23,57,66);
}
.contact-page-form .form-field-message{
    width:100%;
    text-indent: 10px;
    border-radius: 20px;
    text-align: center;
    border: 2px solid rgb(23,57,66);
    color: rgb(23,57,66);
}
.contact-page-form .form-field-select{
    text-indent: 10px;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
    width:350px;
    text-align: center;
    border: 2px solid rgb(23,57,66);
    color: rgb(23,57,66);
}
.contact-page-form .form-field-submit{
    line-height: 40px;
    padding-left:50px;
    padding-right: 50px;
    height: 50px;
    border-radius: 0;
    text-align: center;
    background-color:initial;
    border-bottom: 2px solid rgb(23,57,66);
    color: rgb(23,57,66);
}

.select-budget-field{
    display:none;
}
/*################### ABOUT #################################*/

.about-header{
    height: 450px;
    font-size: 30px;
    color: rgb(255,252,249);
    text-align: center;
    font-weight: 300;
    text-decoration: underline;
}

.about-header-background{
    background-color:rgb(1,37,46);
    background-image: url('img/brick-wall.jpeg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    z-index: -1;
}

.about-desc{
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto;
    font-size: 20px;
    color: rgb(1,37,46);
    text-align: center;
    font-weight: 300;
    vertical-align: middle;

}

.about-desc-background{

    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    z-index: -1;
}
.about-container {
    position:relative;
    height: 450px;

}
.about-image{
    position:relative;
    height: 200px;
    width: 200px;
    margin:auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    text-align: center;

}
.about-image svg {
    overflow: visible;
}
.about-image .about-profile-pic{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('img/profile-placeholder.jpg');
    border-radius:100px;
}

.profile-text{
    margin-left: -15px;
    position: absolute;
    bottom: 20px;
    height: auto;
    width: 100%;
}

.about-profile-name{
    font-size: 24px;

}

.about-profile-title{
    font-size: 20px;
}

.about-button-background{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color: rgb(1,37,46);
    border-radius: 20px;
}
.about-button-box text{
    fill: rgb(255,252,249);
    stroke:rgb(255,252,249);
}

.about-button-box {
    position: relative;
    bottom: 0;
    height: auto;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
}

.about-button{
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 20px;
    padding: 10px 0;
    height: 40px;
    z-index: 999;
}

.site-footer {
    height: 100px;
    font-weight: 700;
    color: rgb(1,37,46);
    text-align: center;
    padding: 20px;
    background-color: rgb(255,252,249);
}



.site-footer span {
    display: block;
    width: 100%;
}


.fade-text{
    opacity: 0;
}

.load-image-js{
    opacity:0;
    transition:opacity 0.2s ease-in;
}

.loading-icon{
    position:absolute;
    left:50%;
    bottom:0;
    transform: translateX(-50%);
    width:200px;
    height:200px;
    z-index:4;

}

@-webkit-keyframes uil-ball-anim0 {
    0% {
        top: 160px;
    }
    12% {
        top: 105px;
    }
    25% {
        top: 62px;
    }
    37% {
        top: 38px;
    }
    50% {
        top: 30px;
    }
    62% {
        top: 37px;
    }
    75% {
        top: 62px;
    }
    87% {
        top: 101px;
    }
    100% {
        top: 160px;
    }
}
@-webkit-keyframes uil-ball-anim0 {
    0% {
        top: 160px;
    }
    12% {
        top: 105px;
    }
    25% {
        top: 62px;
    }
    37% {
        top: 38px;
    }
    50% {
        top: 30px;
    }
    62% {
        top: 37px;
    }
    75% {
        top: 62px;
    }
    87% {
        top: 101px;
    }
    100% {
        top: 160px;
    }
}
@-moz-keyframes uil-ball-anim0 {
    0% {
        top: 160px;
    }
    12% {
        top: 105px;
    }
    25% {
        top: 62px;
    }
    37% {
        top: 38px;
    }
    50% {
        top: 30px;
    }
    62% {
        top: 37px;
    }
    75% {
        top: 62px;
    }
    87% {
        top: 101px;
    }
    100% {
        top: 160px;
    }
}
@-ms-keyframes uil-ball-anim0 {
    0% {
        top: 160px;
    }
    12% {
        top: 105px;
    }
    25% {
        top: 62px;
    }
    37% {
        top: 38px;
    }
    50% {
        top: 30px;
    }
    62% {
        top: 37px;
    }
    75% {
        top: 62px;
    }
    87% {
        top: 101px;
    }
    100% {
        top: 160px;
    }
}
@-moz-keyframes uil-ball-anim0 {
    0% {
        top: 160px;
    }
    12% {
        top: 105px;
    }
    25% {
        top: 62px;
    }
    37% {
        top: 38px;
    }
    50% {
        top: 30px;
    }
    62% {
        top: 37px;
    }
    75% {
        top: 62px;
    }
    87% {
        top: 101px;
    }
    100% {
        top: 160px;
    }
}
@-webkit-keyframes uil-ball-anim0 {
    0% {
        top: 160px;
    }
    12% {
        top: 105px;
    }
    25% {
        top: 62px;
    }
    37% {
        top: 38px;
    }
    50% {
        top: 30px;
    }
    62% {
        top: 37px;
    }
    75% {
        top: 62px;
    }
    87% {
        top: 101px;
    }
    100% {
        top: 160px;
    }
}
@-o-keyframes uil-ball-anim0 {
    0% {
        top: 160px;
    }
    12% {
        top: 105px;
    }
    25% {
        top: 62px;
    }
    37% {
        top: 38px;
    }
    50% {
        top: 30px;
    }
    62% {
        top: 37px;
    }
    75% {
        top: 62px;
    }
    87% {
        top: 101px;
    }
    100% {
        top: 160px;
    }
}
@keyframes uil-ball-anim0 {
    0% {
        top: 160px;
    }
    12% {
        top: 105px;
    }
    25% {
        top: 62px;
    }
    37% {
        top: 38px;
    }
    50% {
        top: 30px;
    }
    62% {
        top: 37px;
    }
    75% {
        top: 62px;
    }
    87% {
        top: 101px;
    }
    100% {
        top: 160px;
    }
}
@-webkit-keyframes uil-ball-anim1 {
    0% {
        -ms-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        -moz-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        -webkit-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        -o-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
    }
    100% {
        -ms-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        -moz-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        -webkit-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        -o-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
    }
}
@-webkit-keyframes uil-ball-anim1 {
    0% {
        -ms-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        -moz-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        -webkit-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        -o-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
    }
    100% {
        -ms-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        -moz-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        -webkit-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        -o-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
    }
}
@-moz-keyframes uil-ball-anim1 {
    0% {
        -ms-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        -moz-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        -webkit-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        -o-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
    }
    100% {
        -ms-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        -moz-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        -webkit-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        -o-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
    }
}
@-ms-keyframes uil-ball-anim1 {
    0% {
        -ms-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        -moz-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        -webkit-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        -o-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
    }
    100% {
        -ms-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        -moz-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        -webkit-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        -o-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
    }
}
@-moz-keyframes uil-ball-anim1 {
    0% {
        -ms-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        -moz-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        -webkit-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        -o-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
    }
    100% {
        -ms-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        -moz-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        -webkit-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        -o-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
    }
}
@-webkit-keyframes uil-ball-anim1 {
    0% {
        -ms-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        -moz-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        -webkit-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        -o-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
    }
    100% {
        -ms-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        -moz-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        -webkit-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        -o-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
    }
}
@-o-keyframes uil-ball-anim1 {
    0% {
        -ms-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        -moz-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        -webkit-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        -o-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
    }
    100% {
        -ms-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        -moz-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        -webkit-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        -o-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
    }
}
@keyframes uil-ball-anim1 {
    0% {
        -ms-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        -moz-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        -webkit-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        -o-transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
        transform: translate(0, -60px) rotate(0deg) translate(60px, 0);
    }
    100% {
        -ms-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        -moz-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        -webkit-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        -o-transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
        transform: translate(0, -60px) rotate(360deg) translate(60px, 0);
    }
}
.loading-icon > div {
    position: absolute;
    top: 160px;
    left: 100px;
    width: 20px;
    height: 20px;
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 30px;
    background: #00151a;
    -ms-animation: uil-ball-anim0 1s linear infinite;
    -moz-animation: uil-ball-anim0 1s linear infinite;
    -webkit-animation: uil-ball-anim0 1s linear infinite;
    -o-animation: uil-ball-anim0 1s linear infinite;
    animation: uil-ball-anim0 1s linear infinite;
}

/*##################SIMPLE OFFER######################*/

.header-banner{
    float:left;
    position:relative;
    width:100%;
    height: 450px;
    font-size: 30px;
    color: rgb(255,252,249);
    text-align: center;
    font-weight: 300;
    text-decoration: underline;
    padding:0;
}

.header-background{
    background-color:rgb(1,37,46);
    background-image: url('img/brick-wall.jpeg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    z-index: -1;
}

.header-banner-text{
    width:100%;
    float:left;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);

}
.header-banner-text span{
    width:100%;
    text-align:center;
    float:left;
    position:relative;
}

.large-text{
    font-size: 48px;
    font-family: Roboto,Montserrat, sans-serif;
    font-weight: 400;
    text-shadow: 5px 5px 5px #000;
}

.simple-offer-sales-pitch {
   padding-top: 20px;
}
.simple-offer-sales-pitch ul{
    font-size: 20px;
    width:100%;
    text-align:center;
 }
.simple-offer-sales-pitch ul li{
    display: inline-block;
    margin-bottom: 20px;
    width:100%;
}
.simple-offer-sales-pitch ul li i{
   padding:10px 10px;
    display:inline;
    float:left;
    margin-right: -40px;
}
.simple-offer-sales-pitch ul li span{
    padding: 0 10px;
    text-align:left;
    margin-left: 30px;
    width:auto;
    float:left;
    position:relative;

}

.simple-offer-sales-pitch span{
    padding: 20px;
    font-size: 24px;
    text-align:center;
    width:100%;
    float:left;
    position:relative;

}

.contact-bar{
    position:relative;
    float:left;
    width:100%;
}
.contact-bar span{
    padding:10px 20px;
    margin-bottom: 20px;
    font-size: 24px;
    text-align:center;
    color: #fff;
    background: rgb(1,37,46);
    left:50%;
    transform:translate(-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    position:relative;
    float:left;
    border-radius: 10px;

}

.simple-offer-heading{
    float:left;
    position:relative;
    font-size: 24px;
    width:100%;
    text-align:center;
}

.simple-offer-heading.hero-images-heading{
    position:absolute;
    left:50%;
    top:0;
    transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    color:#fff;
    background: rgb(1,37,46);
    width:auto;
    padding:10px;
    border-bottom-right-radius:  10px;
    -webkit-border-bottom-left-radius: 10px;
    z-index:-1;
}
.hero-images{
    position: relative;
    float:left;
    width:100%;
    box-shadow:inset 0 2px 5px #000, inset 0 -2px 5px #000;
}

.darken-overlay{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgb(1,37,46);
    opacity:0.4;
    transition: opacity 0.2s ease-in;
}
.darken-overlay:hover{
    opacity:0;
}
.darken-overlay:hover ~ .demo-heading{
    opacity:0.1;
}
.demo-heading{
    position:relative;
    float:left;
    font-size: 48px;
    font-weight:700;
    text-align:center;
    width:100%;
    margin-top:20px;
    color:#fff;
    transition: opacity 0.2s ease-in;
    pointer-events: none;
    z-index:2;
}
.hero-image{
    height:400px;
    height:100vh;
    overflow: hidden;
    position: relative;


}

.hero-image-container{
    z-index:-2;
    position:absolute;
    width:100%;
    bottom:0;
    height:600px;
    height:150vh;
    background: center no-repeat;
    background-size:cover;
    transition:width 0.2s ease-in, left 0.2s ease-in;;
}
.homescreen-content-container{
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    text-align:center;
    color:#fff;

}
.simple-offer-logo-container{
    height:300px;
}

.homescreen-heading h1{
    font-family: Rokkitt, Raleway, Roboto, "Open Sans",sans-serif;
    font-weight:300;
    font-size: 48px;
}
.homescreen-subheading h3{
    font-family: Raleway, Rokkit, Roboto, "Open Sans",sans-serif;
    font-weight:300;
    font-size: 20px;
}

.features{
    position:relative;
    float:left;
    display:flex;
    flex-flow:row;
    padding:0 0 20px 0;

}

.features-heading{
    position:relative;
    float:left;
    width:100%;
    text-align:center;
    font-size:48px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.feature-box-container{
    display:flex;
    flex-flow:row;
    flex:1;
    padding:0;
}
.feature-box{
    padding-top:20px;
    padding-bottom:20px;
    flex:1;
    text-align: center;
    font-size: 20px;
    border-right: 1px solid rgb(1,37,46);
    height:auto;
    box-shadow: inset 0 0 10px #000;
/*    background: rgb(225, 229, 230);*/
}

.feature-last{
    border-right:none;
}


.feature-box i{
    font-size:48px;
    font-weight:300;
    width:100%;
}

.setup-process-desc{

    font-size: 16px;

}
.setup-process{
    padding:0;
}
.process-steps{
    position:relative;
    float:left;
    display:flex;
    flex-flow:row;
    padding:0;
    background:#fff;
    height:200px;
    overflow:hidden;
}
.process-box {
    padding:0;
    margin:0;
    flex: 1;
    text-align: center;
    font-size: 20px;
    height: auto;
    margin-right:10px;
    /*    background: rgb(225, 229, 230);*/
}
.process-box:last-child{
    margin-right:0;
}
.process-box:first-child{
    margin-left:-100px;
    padding-left:100px;
}
.chevron{
    position:relative;
    float:left;
    width:100%;
    border-left: 100px solid rgba(255, 255, 255, 0);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    border-top: 100px solid rgb(1, 37, 46);
    border-bottom: 100px solid rgb(1, 37, 46);
    transition:border 0.2s ease-in;
}
.process-box:hover .process-info{
    color:rgb(1,37,46);
}
.process-box:hover .chevron{
    border-top-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
}
.process-box:hover .chevron-arrow{
    border-left-color: rgb(255, 255, 255);
}

.first-chevron{
    border-left: none;
   /* border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;*/
}

.last-chevron{
/*    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;*/

}
.chevron-arrow{
    position:absolute;
    left:100%;
    width:100px;
    border-left: 100px solid rgb(1, 37, 46);
    border-top: 100px solid rgba(255, 255, 255,0);
    border-bottom: 100px solid rgba(255, 255, 255,0);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    transition:border 0.2s ease-in;
}
.process-info{
    position:absolute;
    top:50%;
    left:calc(50% + 50px);
    transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    color:#fff;
    transition:color 0.2s ease-in;

}

.process-info i {
    font-size: 48px;
}

.about-package{
    position:relative;
    float:left;
    box-shadow:inset 2px 2px 5px #000;
    background: center no-repeat;
    background-size: cover;
    min-height: 600px;
    overflow:hidden;
}
.about-package-background{
    position:absolute;
    bottom:0;
    float:left;
    background: center no-repeat;
    background-size: cover;
    width: 100%;
    min-height:600px;
}
.about-package-container{
    position:relative;
    top:0;
    bottom:0;
    left:0;
    right:0;
    padding-top:50px;
    padding-bottom:50px;
}
.about-package span{
    position:relative;
    float:left;
    color:#fff;
    padding-bottom: 10px;
}
.about-package .package-heading{
    position:relative;
    float:left;
    font-size: 48px;
    font-family: Rokkitt, Roboto, "Open Sans", sans-serif;

}


.about-package .package-brief{
    font-size: 24px;
    padding-bottom:10px;
}
.about-package .package-details{
    position:relative;
    float:left;
    font-size: 16px;
   /* top:50%;
    transform:translateY(-50%);*/
}





@media screen and (max-width: 992px) {

    .simple-offer:hover .popup-tab {
        height: 80px;
    }

    .about-package-background {
        top:0;
    }
    .hero-image{
        height:600px;
    }
    .features{
        flex-flow:column;
    }
    .feature-box{
        height: 200px;
    }
    .process-info{
        left:50%;
    }
    .process-steps{
        flex-flow:column;
        height:auto;
    }
    .process-box:first-child{
        margin-left:0;
        padding-left:0;
    }
    .chevron-arrow{
        display:none;
    }
    .chevron{
        border-left: none;
    }


    .feature-container-top{
        border-bottom: 1px solid rgb(1,37,46);
    }

    .feature-box:last-child{
        border-right:none;
    }

    .quote-container{
        width:90%;
        left:10%;
        transform: translateX(-5%);
    }
    .show-4-works{
        width:100%;
    }
    .show-4-works:nth-child(4n+1), .show-4-works:nth-child(4n+2){
        width:100%;
    }


    .svg-button-text {
        font-size: 16px;
    }
    .pricing-tab-price .svg-button-text {
        font-size: 50px;
    }
    .pricing-desc .svg-button-text{
        font-size: 40px;
    }
    .contact-desc .svg-button-text{
        font-size: 40px;
    }
    .action-desc {
        font-size: 16px;
            }
    .action-expanded-desc{
        font-size: 16px;
    }

    .organise-meeting-btn {

        display: block;
    }
    .actions-button-box{
        bottom: 70px;
    }
    .action-container {
        height: auto;
    }
    .background-js{
        opacity: 1;
    }

    .woodmouse-menu {
        display: none;
        opacity: 0;
        left:0;
    }

    .site-phone{
        display:none;
        opacity: 0;
        text-align:center;
        width:100%;
        font-size: 16px;
        padding:20px 0 20px 55px;
    }
    .woodmouse-menu li{
        display: block;
        border-bottom: 2px solid #fff;
        text-align: center;
        font-size: 16px;

    }
/*
    .site-phone{
        display: block;
        border-bottom: 2px solid #fff;
        text-align: center;
        font-size: 16px;

    }*/
    #menu-toggle{
        display: block;
    }
    .testimonial-text{
        font-size: 18px;

    }
    .testimonial-sig{
        font-size: 20px;
    }

    .pricing-tab-features ul{
        font-size: 16px;
    }
    .pricing-tab-features ul li{
        padding: 10px 0;
    }

    .pricing-tab-desc {
        font-size: 16px;
    }

}

@media screen and (max-width: 1200px) {

    .load-image-js{
        opacity: 1;
    }

    .background-video{
        opacity:1;
        transition: none;
    }

    .expanded-area{
        display: none;
        opacity: 0;
        z-index: -9;
    }
    .pricing-tab-features ul li{
        padding: 10px 0;
    }
    .pricing-tab-features ul{
        font-size: 16px;
    }
    .pricing-tab-desc {
        font-size: 16px;
    }
    .action-heading{
        font-size: 24px;

    }
    .action-desc{
        font-size: 18px;
    }

    .action-expanded-desc{
        font-size: 18px;
    }
    .background-js{
        opacity: 1;
    }

    .title-container{
        font-size: 100px;
        line-height: 100px;


    }

    .slogan-container{
        font-size: 45px;
        line-height: 45px;
    }
    .contact-option-title{
        font-size: 18px;
    }

}


@media screen and (max-width: 768px) {

    .about-image{
        height:100px;
        width:100px;
    }

    .about-image svg circle {
       display: none;
    }

    .about-profile-name{
        font-size: 20px;
    }

    .about-profile-title{
        font-size: 16px;
    }
    .contact-page-form .form-field-select {
        width:100%;
    }
    .pricing-tab:nth-child(2n+1) .pricing-tab-background{
        right: 0;

    }
    .pricing-tab {
        height: initial;
    }
    .title-container{

        font-size: 70px;
        line-height: 70px;
        height:400px;
    }
    .outer-container{
        height:100px;
    }
    .slogan-container {
        font-size: 32px;
        line-height: 32px;
    }
    .video-container{
        height: 400px;

    }
    .contact-option-title{
        font-size: 14px;
        line-height: 20px;
        word-spacing: 999px;
        padding:15px 0 0 0;
    }
    .contact-option{
        margin-top:-25px;
        height: 125px;
    }
    .contact-option-icon{
        padding: 0;
    }
    .contact-option-icon .icon-background{
        width:50px;
        height:50px;
    }
    .contact-option-icon text {
        font-size: 20px;
        stroke-width:1px;
    }
    .pricing-center-icon{
        display:none;
    }
    .pricing-desc .svg-button-text{
           font-size: 20px;
       }
    .pricing-desc{
        height: 250px;
    }
    .contact-desc .svg-button-text{
        font-size: 20px;
    }
    .contact-desc{
        height: 250px;
    }

}


@media screen and (max-width: 520px) {
    .title-container{
        font-size: 50px;
        line-height: 50px;
    }
    .slogan-container {
        font-size: 23px;
        line-height: 23px;
    }




}






/*############Cursor blinking animation#####################*/
@keyframes blink {
    50% {
        opacity: 0.0;
    }
}
@-webkit-keyframes blink {
    50% {
        opacity: 0.0;
    }
}
.blinking {
    animation: blink 1s step-start 0s infinite;
    -webkit-animation: blink 1s step-start 0s infinite;
}