/*@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

body {
    animation-name: fadeIn;
    animation-duration: 1s;
    transition-timing-function: ease-in;
    animation-fill-mode: both;
}*/
body {
    background-color: #061F31;
    font-size: 16px;
    line-height: 1.6;
}

.max-width-1 {
    box-sizing: border-box;
    padding: 0 8%;
    width: 100%;
}

.max-width-2 {
    box-sizing: border-box;
    margin: 0px auto;
    max-width: 800px;
    width: 90%;
}

a {
    color: #10285b;
}

.opensans {
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}

.crimsontext {
    font-family: 'Crimson Text', serif !important;
}

.bitter {
    font-family: 'Bitter', serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bitter', serif !important;
}

.dashedborder {
    background-image: url('../images/dashed.png');
    height: 1px;
    width: 100%;
    opacity: 0.4;
}

.fullwidthshadow {
    background-image: url('../images/home/full-width-shadow.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100%;
    padding-bottom: 8%;
}

.blockmargintop {
    margin-top: 6% !important;
}

.blockmarginbottom {
    margin-bottom: 6% !important;
}

#page h1.home_section_title {
    /* Style for "Tangle Med" */
    color: #495D83;
    font-family: "Open Sans";
    font-size: 3em;
    font-weight: 700;
    /* Text style for "Tangle Med" */
    letter-spacing: -3.04px;
    background-color: #f9f9f9;
    margin: 0;
    padding: 50px 8% 20px;
    margin-bottom: 50px;

}

/* ======================================= *
 * Header
 * ======================================= */

header#header {
    background-image: linear-gradient(to right, black 58%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 17px 1px;
    background-repeat: repeat-x;
    background-color: #FFF;
}

header .header-bar {
    background-color: #061f30;
    height: 40px;
    position: relative;
    font-family: "Crimson Text";
}

header .header-core-actions .login-button {
    position: absolute;
    bottom: -19px;
    right: 8%;
    text-transform: uppercase;
}

header .header-bar img {
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
}

header .header-bar span.tangle-name {
    z-index: 2;
    position: relative;
    float: left;
    margin-right: 0;
    margin-left: 18px;
    font-family: "Open Sans";
    font-size: 14px;
    margin-top: 5px;
}

header .header-bar span {
    float: right;
    color: #fff;
    margin-right: 8%;
    padding: 4px 0;
    font-size: 20px;

}

header i.fa.fa-navicon {
    font-size: 30px;
    margin-top: 28px;
    cursor: pointer;
}

#page header i.fa.fa-navicon {
    margin: 4px 15px 0;
}

header .header-actions {

}

header .header-actions h5 {
    text-align: right;
    font-family: 'Crimson Text', serif;
}

header .header-actions .login-btn {
    font-size: 12px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 800;
    color: #fff;
    background-color: #1782d0;
    text-decoration: none;
    padding: 4px 10px;
    display: inline-block;
    float: left;
}

header .header-actions .header-core-actions {
    float: right;
    margin: 10px 0;
}

header .header-actions .header-core-actions a {
    margin-left: 5px;
}

header .header-actions .header-core-actions a i {
    font-size: 23px;
}

header nav {
    display: flex;
    margin: 0 auto;
    font-size: 18px;
    font-style: italic;
    padding-top: 20px;
}

header nav ul {
    display: inline-block;
}

header nav ul a {
    padding: 8px 35px;
}

/* ======================================= *
 * Main Block
 * ======================================= */
#main {
    overflow: hidden;
}

#main-block {
    /* Style for "Mask" */
    transition: all 1s linear;
    /*    background-color: rgba(200, 0, 0, 0.2);*/
    background-image: url('../images/bannerbg.png');
    background-size: cover, cover;
    background-position: top, top;
    padding: 0 0;
    padding-bottom: 275px;
    position: relative;
    overflow: hidden;
}

#main-block .ribbon {
    position: absolute;
    right: 0;
    top: 40%;
    border-color: #ff0000;
    z-index: 4;
}

#main-block .ribbon:before {
    margin-top: 0.5em;
    content: "";
    float: left;
    border: 2.5em solid;
    border-color: inherit;
    border-left-color: transparent;
    transition: 200ms;
    cursor: pointer;
}

#main-block .ribbon:hover:before {
    border-right-width: 10em;
}

.main.home #main-block #main-block-inner {
    width: 100%;
    padding: 0 2%;
    margin-bottom: 50px;
}

#main-block .shadow {

    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;

}

.main.home #main-block #main-block-inner #main-block-inner-left {
    float: left;
    width: 45%;
    box-sizing: border-box;
    padding-right: 5%;
    position: relative;
}

.main.home #main-block #main-block-inner #main-block-inner-right {
    float: right;
    width: 48%;
    position: relative;
}
.main.home #main-block #main-block-inner .caption {
    width: 100%;
    text-align:center;
}
.main.home #main-block #main-block-inner img.img {/* max-width: 100%; *//* max-height: 100%; */position:  absolute;left: -20%;width: 110%;transform: translateY(-14%);}
.main.home #main-block #main-block-inner .slide {
    height: auto;
    max-height: 100%;
    transition: 0.25s;
    /* transform: translateX(-50%); */
    /* left: 50%; */
    position: absolute;
    width: 100%;
}
.main.home #main-block #main-block-inner .slide.in {
    opacity: 1;
    transition: all 1s linear;
}

.main.home #main-block #main-block-inner .slide.out {
    opacity: 0;
    transition: all 1s linear;
}

.main.home #main-block #main-block-inner #main-block-inner-left img {
    max-width: 100%;
    position: relative;

}

.main.home #main-block #main-block-inner #main-block-inner-left {
    float: left;
    width: 26%;
    text-align: right;
    margin-left: 5%;
    padding: 0 0;
}

.main.home #main-block #main-block-inner #main-block-inner-left h1 {
    font-weight: 700;
    margin-bottom: 6%;
    font-size: 2em;
    color: #081b27;
}

.main.home #main-block #main-block-inner #main-block-inner-left p {
    font-style: italic;
    font-size: 1em;
}

/* ======================================= *
 * Worktype Block
 * ======================================= */

#worktype-block {
    margin-top: -120px;
    position: relative;
}

#worktype-tabs.nav-tabs > li {
    width: 27.5%;

}

#worktype-tabs {
    display: flex;
    width: 100%;
    margin: 0 auto 160px;
    justify-content: center;
    border: none;
    padding: 50px 0 0px;
    border-bottom: 4px solid #0b142b;
}

#worktype-tabs > li > a {
    background-color: #0d2b47;
    color: #fff;
    border: none;
    font-weight: 800;
    font-size: 1.6vw;
    /*opacity: 0.8;*/
    font-family: Bitter, Arial, sans-serif;
    padding: 18px 50px;
    position: relative;
    margin: 0 0.5%;
    background-image: radial-gradient(#1a4265 32%, #062744 100%);
    background-size: 100% 200%;
    background-position: 100%;
    letter-spacing: -1px;
    text-align: center;

    /* Style for "Rectangle" */

}

#worktype-tabs > li:first-child > a::after {
    content: '';
    width: 5%;
    height: 5px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 51%;
}

#worktype-tabs > li:last-child > a::after {
    content: '';
    width: 5%;
    height: 5px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 51%;
}

#worktype-tabs > li.active > a {
    /* Style for "Rectangle" */

    background-image: radial-gradient(circle 323px at 253.79% 427.66%, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%);

    opacity: 0.96;
}

#worktype-block #webdevelopment-aspects-tabs,
#worktype-block #businesssoftware-aspects-tabs {
    box-sizing: border-box;
    width: 100%;
    padding: 0 3%;
    margin: 0;
    border-top: 0;

    background-position: bottom;
    background-size: 17px 1px;
    background-repeat: repeat-x;
}

#worktype-block #webdevelopment-aspects-tabs > li,
#worktype-block #businesssoftware-aspects-tabs > li {
    box-sizing: border-box;
    width: 25%;
}

#worktype-block #webdevelopment-aspects-tabs > li > a,
#worktype-block #businesssoftware-aspects-tabs > li > a {
    background-color: #fff;
    border: none;
    text-align: center;
    color: #182c5b;
    font-size: 1.25em;
    text-decoration: none;
    padding: 30px 0;
    font-family: "Open Sans", Arial, sans-serif;
    margin-right: 0;
    border-right: 1px solid rgba(150, 150, 150, 0.18);
    font-weight: 700;
    background-image: linear-gradient(180deg, rgba(171, 171, 171, 0.12) 0%, rgba(4, 17, 30, 0.16) 100%),
    linear-gradient(to right, rgb(148, 173, 197) 58%, rgba(255, 255, 255, 0) 0%);
    background-repeat: repeat,
    repeat-x;
    background-size: 100%,
    27px 1px;
    background-position: top center, bottom;
    min-height: 85px;

    font-size: 1.3vw;

}

#worktype-block #webdevelopment-aspects-tabs > li.active > a,
#worktype-block #businesssoftware-aspects-tabs > li.active > a {
    background-image: none;
}

#worktype-block #webdevelopment-aspects-tabs > li:last-child > a,
#worktype-block #businesssoftware-aspects-tabs > li:last-child > a {
    border-right: none;
}

#worktype-block #webdevelopment-aspects-tabs > li.active > a,
#worktype-block #businesssoftware-aspects-tabs > li.active > a {
    /*background-color: #e2e2e2;*/
}

#worktype-block #webdevelopment-aspects-contents,
#worktype-block #businesssoftware-aspects-contents {
    font-size: 1.5em;
}

#worktype-block #webdevelopment-aspects-contents .tab-pane,
#worktype-block #businesssoftware-aspects-contents .tab-pane {
    box-sizing: border-box;
    width: 94%;
    padding: 3% 5%;
    overflow: hidden;
    transition: 200ms;
    margin: 0 auto;

    /* Style for "We spend a" */
    color: #3a3a3a;
    font-family: "Open Sans";
    font-weight: 400;
    /* Text style for "We spend a" */
    letter-spacing: -0.67px;
    font-size: 16px;
    line-height: 36px;
    background: #FFF;
}

#worktype-block #webdevelopment-aspects-contents .tab-pane div.left,
#worktype-block #businesssoftware-aspects-contents .tab-pane div.left {
    display: inline;
    float: left;
    overflow: hidden;
    padding: 20px;
    margin: 0 2% 50px;
    max-width: 47%;

}

#worktype-block #webdevelopment-aspects-contents .tab-pane div.right h3,
#worktype-block #businesssoftware-aspects-contents .tab-pane div.right h3 {
    /* Style for "[ learn mo" */
    color: #182c5b;
    font-family: "Open Sans";
    font-weight: 300;
    letter-spacing: -1px;
    margin: 30px 0;

    /* Style for "Design mak" */

    color: #182c5b;
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 700;
    /* Text style for "Design mak" */
    letter-spacing: -1.33px;
    text-align: center;

}

#worktype-block #webdevelopment-aspects-contents .tab-pane div.left img,
#worktype-block #businesssoftware-aspects-contents .tab-pane div.left img {
    box-shadow: 5px 5px 15px #aaa;
    width: 100%;
}

/* ======================================= *
 * Video Block
 * ======================================= */

#video-block {
    display: flex;
    background-color: #F5F5F5;
    padding: 6%;
    position: relative;
}

.video-wrapper {
    height: auto;
    display: inline-block;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    position: relative;
    width: 70%;
    z-index: 2;
}

.video-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4%;
    width: 100%;
    height: 8%;
}

#video-block .shadow {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
    width: 100%;
    height: 675px;
    display: block;
}

/* ======================================= *
 * Complicated Block
 * ======================================= */

#complicated-block {

    background-color: #061f30;
    background-image: url('../images/gradient.png'), url('../images/4-layers.png');

    background-size: cover, contain;
    background-position: top, top;

    /*background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(135deg, #3023ae 0%, #c96dd8 100%);*/
    transition: all 500ms ease-in-out;
    position: relative;
}

/*
#complicated-block::after {
    content: '';
    ;
    opacity: 0.3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-size: 100% 100%;
    z-index: 0;
}*/

#complicated-block.html {
    background-color: #EC4F12;
    /*background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(135deg, rgb(236, 79, 18) 0%, rgb(248, 103, 23) 100%);*/
}

#complicated-block.css {
    background-color: #00A9DF;
    /*  background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(135deg, rgb(0, 114, 186) 0%, rgb(0, 169, 223) 100%);*/
}

#complicated-block.php {
    background-color: #682794;
    /*background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(135deg, rgb(104, 39, 148) 0%, rgb(144, 101, 128) 100%);*/
}

#complicated-block.jquery {
    background-color: #FC9600;
    /*
    background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(135deg, rgb(252, 150, 0) 0%, rgb(255, 178, 39) 100%);
    */
}

#complicated-block #complicated-block-inner {
    position: relative;
    box-sizing: border-box;
    z-index: 2;
}

#complicated-block #complicated-block-inner #complicated-block-inner-left {
    position: relative;
    width: 40%;
    float: left;
    padding: 175px 4.5% 0 4%;
}

#complicated-block #complicated-block-inner #complicated-block-inner-left h2 {
    font-size: 4.75em;
    font-weight: 400;
    color: #fff;
    padding-left: 15px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 15px;
    letter-spacing: -1.56px;
    font-family: Bitter, Helvetica, sans-serif;
}

#complicated-block #complicated-block-inner #complicated-block-inner-left div.content {
    padding-left: 30px;
    border-left: 10px solid #fff;
    padding-bottom: 20px;
    margin-top: 30px;
}

#complicated-block #complicated-block-inner #complicated-block-inner-left p {
    padding: 0;
    padding-left: 21px;
    font-size: 16px;
    color: #fff;
    font-family: "Open Sans";
    font-weight: 300;
    line-height: 29px;

}

#complicated-block #complicated-block-inner #complicated-block-inner-left #complicated-sub-heading {
    font-weight: 700;
    padding-top: 24px;
    padding-bottom: 6px;
    font-family: Bitter, Arial, sans-serif;
    font-size: 1.9em;
    color: #FFF;
    padding-left: 21px;
}

#complicated-block #complicated-block-inner #complicated-block-inner-left div.icons {
    margin-top: 70px;
    padding: 0 2%;
}

#complicated-block #complicated-block-inner #complicated-block-inner-left div.icons div.icon {
    display: inline-block;
    width: 20%;
    margin-right: 5%;
    float: left;
}

#complicated-block #complicated-block-inner #complicated-block-inner-left div.icons div.icon img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

#complicated-block #complicated-block-inner #complicated-block-inner-right {
    position: relative;
    width: 60%;
    float: left;
    overflow: hidden;
    margin-top: 100px;
}

#complicated-block #complicated-block-inner #complicated-block-inner-right img.dots {
    position: absolute;
    left: 20%;
    width: 55%;
    top: 0;
}

#complicated-block #complicated-block-inner #complicated-block-inner-right div.IDE-wrapper {
    width: 90%;
    position: relative;
    margin-top: 32%;
    margin-left: 3.5%;
    margin-bottom: 25%;
}

#complicated-block #complicated-block-inner #complicated-block-inner-right div.IDE-wrapper img.IDE {
    width: 100%;
    position: relative;
    z-index: 1;
}

#complicated-block #complicated-block-inner #complicated-block-inner-right div.IDE-wrapper::after {
    content: '';
    position: absolute;
    left: -6%;
    bottom: -11%;
    width: 112%;
    height: 20%;
    background-image: radial-gradient(rgba(0, 0, 0, 0.3), transparent 70%);
    z-index: 0;
}

#complicated-block #complicated-block-inner #complicated-block-inner-right .ghost-1 {
    fill: #DDD4EE;
    position: absolute;
    top: 14.3%;
    left: 3.65%;
    z-index: 3;
}

#complicated-block #complicated-block-inner #complicated-block-inner-right div.ghost-2-container {
    fill: #FFF;
    position: absolute;
    right: 10%;
    bottom: 20%;
    z-index: 10;
}

#complicated-block #complicated-block-inner #complicated-block-inner-right div.ghost-2-container div.ghost-2-wrapper {
    position: relative;
}

#complicated-block #complicated-block-inner #complicated-block-inner-right div.ghost-2-container div.ghost-2-wrapper::after,
#complicated-block #complicated-block-inner #complicated-block-inner-right .ghost-1::after {
    content: '';
    position: absolute;
    left: -12.5%;
    width: 125%;
    bottom: -35%;
    background-image: radial-gradient(rgba(0, 0, 0, 0.15), transparent 70%);
    height: 25%;
}

#complicated-block #complicated-block-inner #complicated-block-inner-right div.ghost-2-container div.ghost-2-wrapper .ghost-2 {
    fill: #FFF;
}

/* ======================================= *
 * Process Block
 * ======================================= */

#process-block {
    text-align: center;
    position: relative;
}

#process-block #process-block-inner {
    background-image: url('../images/process-bg.jpg');
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 15% 0;
    background-size: cover;
}

#process-block #process-block-inner h2,
#process-block #process-block-inner img,
#process-block #process-block-inner p {
    margin: 0;
    font-size: 3em;
}

#process-block #process-block-inner img {
    width: 60%;
    margin: 75px 0;
}

#process-block #process-block-inner p {
    font-size: 15px;
    width: 50%;
    margin: 0 auto;
}

#process-block #process-triangle {
    position: absolute;
    width: 8%;
    padding-bottom: 3%;
    bottom: 0;
    left: 50%;
    margin-left: -4%;
    background-image: url('../images/home/triangle.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}

/* ======================================= *
 * Custom Design Block
 * ======================================= */

#custom-design-block {
    text-align: center;
    position: relative;
    padding: 100px 0;
    background-color: #FFF;
}

#custom-design-block #custom-design-text-block {
    margin: 0 auto;
    margin-bottom: 5%;
    width: 70%;
}

#custom-design-block #custom-design-text-block h2,
#custom-design-block #custom-design-text-block p {
    margin: 0;
}

#custom-design-block #custom-design-text-block h2 {
    display: inline-block;
    font-size: 36px;

    padding-bottom: 20px;
    margin-bottom: 10px;

    background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 25px 1px;
    background-repeat: repeat-x;
}

#custom-design-block #custom-design-text-block h2 .dashedborder {
    margin-top: 5px;
    margin-bottom: 5px;
}

#custom-design-block #custom-design-text-block p {
    font-size: 15px;
    padding-top: 3px;
}

#custom-design-block .block-text2 {
    width: 50%;
    margin: 0 auto;
    margin-top: -84px;
    font-size: 15px;
    line-height: 25px;
}

#custom-design-image-layers {
    width: 50%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 35%;
}

#custom-design-image-layers .custom-design-image-layer {
    position: absolute;
    top: 0;
    left: 0;
}

#custom-design-image-layers #design-3 {
    left: 48%;
    /* right: 0; */
    width: 40%;
    margin-top: 2%;
}

#custom-design-image-layers #design-2 {
    left: 30%;
    /* right: 23.5%; */
    width: 33%;
}

#custom-design-image-layers #design-1 {
    left: 10%;
    /* right: 48%; */
    width: 28%;
    margin-top: 2%;
}

#custom-design-image-layers #trashbin {
    width: 22%;
    margin-top: 34%;
}

#custom-design-image-layers #bottom-shadow {
    width: 70%;
    margin: 0 auto;
    left: auto;
    right: 10%;
    top: auto;
    bottom: 0;
    opacity: 0.5;
}

/* ======================================= *
 * Portfolio Block
 * ======================================= */

#portfolio-block {
    padding-top: 5%;
    padding-bottom: 0;
    background-color: #fff;
    background-size: contain;
    cursor: pointer;
}

#portfolio-block .overlay-cover {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    z-index: 90;
    display: none;
}

#portfolio-block #portfolio-block-inner {
    position: relative;
    padding: 5% 0;
    height: 500px;
    background-image: url('../images/portfolio-bg.png');
    background-size: contain;
}

#portfolio-block #portfolio-block-inner .portfolio-block {
    width: 9.5%;
    float: left;
    margin: 0 0.25%;
}

#portfolio-block #portfolio-block-inner .portfolio-block .block-content img {
    width: 100%;
    transition: 0.5s;
    height: 100%;

}

#portfolio-block #portfolio-block-inner .portfolio-block {
    z-index: 10;

}

#portfolio-block #portfolio-block-inner .portfolio-block .block-content {
    height: 100%;
}

#portfolio-block #portfolio-block-inner .portfolio-block.active,
#portfolio-block #portfolio-block-inner .portfolio-block:hover {

    z-index: 255;
}

#portfolio-block #portfolio-block-inner .portfolio-block.active .block-content img,
#portfolio-block #portfolio-block-inner .portfolio-block .block-content:hover img {
    transform: scale(1.5);
    z-index: 255;
    background: #FFF;

}

/*----- Modal -----*/
#portfolio-block #portfolio-block-inner .portfolio-block .block-modal {
    position: fixed;
    width: 50%;
    margin: 0 25%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 100;
    display: none;
    background-color: #fff;
}

#portfolio-block #portfolio-block-inner .portfolio-block .block-modal div.preview {
    border-bottom: 1px dashed #777;
    margin-bottom: 15px;
    max-height: 75vh;
}

#portfolio-block #portfolio-block-inner .portfolio-block .block-modal img {
    width: 100%;
}

#portfolio-block #portfolio-block-inner .portfolio-block .block-modal .content {
    padding: 30px;
}

#portfolio-block #portfolio-block-inner .portfolio-block .block-modal .content h3 {
    margin-top: 0;
}

#portfolio-block #portfolio-block-inner .portfolio-block .block-modal div.close-portfolio {
    padding: 0 0 0 20px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.25em;
    opacity: 0.75;
    cursor: pointer;
}

#portfolio-block #portfolio-block-inner .portfolio-block .block-modal div.close-portfolio i {
    padding: 10px;
    background-color: #fff;
}

/* ======================================= *
 * Footer
 * ======================================= */

footer#footer {
    background-color: #F9F9F9;
}

footer#footer #footer-top #footer-top-inner {
    width: 100%;
    padding: 4% 9%;
    padding-bottom: 0;
}

footer#footer #footer-top #footer-top-inner h2 {

}

footer#footer #footer-bottom .footer-inner {
    margin: 0 9%;
}

footer#footer #footer-bottom {
    position: relative;
    margin-bottom: -446px;
    z-index: 2;
}

footer#footer #footer-bottom #footer-map {
    height: 250px;
    width: 100%;

    padding: 4% 0;
    margin: 0 auto;
    margin-top: 20px;
}

footer#footer .background-block {
    background-color: #f9f9f9;
    height: 100px;
    position: relative;
    bottom: -69px;
    width: 84%;
    z-index: 1;
    margin: 0 8%;
}

footer#footer #footer-bottom .contact {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;

}

footer#footer #footer-bottom .contact img.logo {
    width: 100px;
    max-width: 150px;
    width: auto;
    float: left;
    filter: invert(100%) brightness(100%) grayscale(100%) saturate(100%);
}

footer#footer #footer-bottom .contact h4 {
    float: left;
    margin-left: 20px;
    margin-top: 15px;
    color: #FFF;
}

footer#footer #footer-bar {
    background-color: #061f30;
    height: 30px;
    position: relative;
    height: 374px;

}

footer#footer #footer-bar img {
    height: 40px;
    position: absolute;
    bottom: 0px;
    left: 0;
}

footer#footer #footer-logo {
    display: none;
}

footer#footer #footer-bottom .client-support-centre-bottom {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 4% 0;
    padding-top: 0;
}

footer#footer #footer-bottom .client-support-centre-bottom .client-portal-login {
    float: left;
    width: 50%;
    padding-right: 2%;
}

footer#footer #footer-bottom .client-support-centre-bottom .client-portal-login h4 {
    font-weight: 700;
}

footer#footer #footer-bottom .client-support-centre-bottom .client-portal-login .client-portal-login-form {
    padding: 20px;
    background-color: #eeeeee;
}

footer#footer #footer-bottom .client-support-centre-bottom .client-portal-login .client-portal-login-form input,
footer#footer #footer-bottom .client-support-centre-bottom .client-portal-login .client-portal-login-form button {
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 10px;
    margin-bottom: 10px;
}

footer#footer #footer-bottom .client-support-centre-bottom .client-portal-login .client-portal-login-form button {
    background-color: #08273b;
    border: 1px solid #08273b;
    color: #fff;
    font-weight: 700;
}

footer#footer #footer-bottom .client-support-centre-bottom .client-portal-login .client-portal-login-form a {
    color: #5d83a6;
}

footer#footer #footer-bottom .client-support-centre-bottom .client-portal-login .client-portal-login-form a:hover {
    text-decoration: underline;
}

footer#footer #footer-bottom .client-support-centre-bottom .submit-request {
    float: left;
    width: 50%;
}

footer#footer #footer-bottom .client-support-centre-bottom .submit-request h4 {
    font-weight: 700;
}

footer#footer #footer-bottom .client-support-centre-bottom .submit-request .request-block {
    margin-bottom: 5px;
}

footer#footer #footer-bottom .client-support-centre-bottom .submit-request .request-block .request-block-desc {
    width: 47%;
    float: left;
    font-size: 13px;
}

footer#footer #footer-bottom .client-support-centre-bottom .submit-request .request-block .request-block-icon {
    width: 6%;
    float: left;
    text-align: center;
    padding: 1%;
    color: #dddddd;
}

footer#footer #footer-bottom .client-support-centre-bottom .submit-request .request-block .request-block-link {
    width: 100%;
    float: left;
    padding: 10px;
    background-color: #eeeeee;
    border: 1px solid #dadada;
    color: #10212d;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
}

/*footer#footer .footer-inner {
    
}

footer#footer #footer-bar {
    background-color: #061f30;
    height: 30px;
    position: relative;
}

footer#footer #footer-bar img {
    height: 40px;
    position: absolute;
    top: -10px;
    left: 0;
}

footer#footer #footer-logo {
    display: none;
}

footer#footer .footer-inner .client-support-centre-top {
    display: inline-block;
    margin-left: 25%;
    width: 75%;
    transform: translateY(-100%);
}

footer#footer .footer-inner .login-btn {
    display: inline-block;
    width: 25%;
    background-color: #1782d0;
    color: #fff;
    float: left;
}

footer#footer .footer-inner .client-support-centre-bottom {
    width: 75%;
    background-color: #fff;
    float: left;
    box-sizing: border-box;
    padding: 5%;
    margin-top: -50px;
}
*/

/* ======================================= *
 * Methods
 * ======================================= */
.file-button {
    margin-bottom: 20px;
    text-align: left;
}

.portfolio-display .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
}

.portfolio-display .img-responsive {
    margin: 0 auto;
}

.portfolio-display .crop {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    border: 1px solid #c7c7c7;
    background:#eee;
}

.portfolio-display a.thumbnail-link {
    color: #b3b3b3;
}

.portfolio-display .crop i.fa {
    font-size: 50px;
    z-index: 3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    transform: translateX(-50%);

}

.portfolio-display .crop img {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0.2;
    filter: grayscale(100%);
}

.btn-primary {
    background: #0068e1;
}