@import url(https://fonts.googleapis.com/css?family=Roboto:700,900);
@font-face {
    font-family: Vonique;
    src: url(https://apps.crafted-internet.com/crafted/desktop/public/fonts/Vonique.otf);
}
@font-face {
    font-family: futura;
    src: url(https://apps.crafted-internet.com/crafted/desktop/public/fonts/futura.ttf);
}
@font-face {
    font-family: opensansbold;
    src: url(https://apps.crafted-internet.com/crafted/desktop/public/fonts/OpenSans-Bold.ttf);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}
body {
    background: #000;
    overflow-y: hidden;
    overflow-x: hidden;
    font-family: futura;
    font-size: 14px;
    font-size: 1.4rem;
}
#contact-map #hide-map {
    background: none;
}
.main-font {
    font-family: futura;
}
button:focus,
input:focus,
textarea:focus {
    outline: none;
}
.heading {
    font-family: Vonique;
}
.pad-r-30 {
    padding-right: 30px;
}
.colored {
    color: #ba6708;
}
.clearfix {
    clear: both;
}
.bold {
    font-weight: 700;
}
.half-width {
    float: left;
    width: 50%;
}
.three-columns {
    float: left;
    width: 33.3333333%;
}
::-moz-selection {
    color: #fff;
    background: #ba6708;
}
::selection {
    color: #fff;
    background: #ba6708;
}
.service-btn {
    width: 20rem;
    height: 4rem;
    line-height: 4rem;
    border: 1px solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 112.5%;
    font-weight: 600;
    font-family: futura;
    text-transform: capitalize;
}
#contact-map #hide-map {
    outline: none;
    background: transparent;
}
#contact-map #hide-map::active,
#contact-map #hide-map:hover {
    border: none;
    outline: none;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(32, 28, 28, 0.6);
    padding: 15px;
    padding-top: 20px;
    z-index: 200;
}
@media only screen and (min-height: 768px) {
    header {
        padding: 10px;
        padding-top: 20px;
    }
}
@media only screen and (max-height: 700px) {
    header {
        padding: 8px;
        padding-top: 10px;
    }
}
header #header-brand-wrapper {
    display: inline-block;
}
header #header-brand-wrapper #header-brand {
    width: 14rem;
    height: 6rem;
}
header #return-home {
    display: none;
    float: left;
    list-style: none;
    position: relative;
    margin-top: -0.5rem;
}
header #return-home a {
    color: #fff;
    cursor: pointer;
}
header nav {
    float: right;
}
header nav li.header-link {
    float: left;
    margin-right: 20px;
    list-style: none;
    position: relative;
}
@media only screen and (min-height: 768px) {
    header nav li.header-link {
        margin-right: 22px;
    }
}
@media only screen and (max-height: 700px) {
    header nav li.header-link {
        margin-right: 16px;
    }
}
header nav li.header-link a.x {
    display: block;
    color: #959595;
    text-decoration: none;
    font-size: 13px;
    font-weight: 100;
    font-family: Vonique;
    cursor: pointer;
}
@media only screen and (min-height: 768px) {
    header nav li.header-link a.x {
        font-size: 15px;
    }
}
@media only screen and (max-height: 700px) {
    header nav li.header-link a.x {
        font-size: 11px;
    }
}
header nav li.header-link a.x:after {
    content: '';
    right: -10px;
    position: absolute;
    color: #959595;
    top: -7px;
    border-right: 1px solid #959595;
    height: 30px;
    width: 2px;
}
header nav li.header-link.active-link a.x,
header nav li.header-link:hover a.x {
    color: #fff;
    text-decoration: underline;
}
header nav li.header-link.active-link a.x:after,
header nav li.header-link:hover a.x:after {
    border-color: #959595;
}
header nav li.header-link:last-child a.x:after {
    display: none;
}
.header--li-dropdown-con.own-pull-left {
    margin-right: 9.7rem;
    margin-left: 3rem;
}
.header--li-dropdown-con:hover #services-trigger {
    text-decoration: none;
}
.header--li-dropdown-con:hover .header--ul-dropdown-menu {
    display: block;
}
.header--li-dropdown-con:hover .header--ul-dropdown-menu li:first-child {
    animation: slide-menu 0.3s linear 0.15s forwards;
}
.header--li-dropdown-con:hover .header--ul-dropdown-menu li:nth-child(2) {
    animation: slide-menu 0.3s linear 0.3s forwards;
}
.header--li-dropdown-con:hover .header--ul-dropdown-menu li:nth-child(3) {
    animation: slide-menu 0.3s linear 0.45s forwards;
}
.header--li-dropdown-con:hover .header--ul-dropdown-menu li:nth-child(4) {
    animation: slide-menu 0.3s linear 0.6s forwards;
}
.header--ul-dropdown-menu {
    position: absolute;
    padding-top: 15px;
    top: 100%;
    left: -10%;
    width: 180px;
    z-index: 1;
    display: none;
    overflow: auto;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.header--ul-dropdown-menu li {
    opacity: 0;
    width: 100%;
    padding: 18px 12px 12px 6px;
    background: rgba(32, 28, 28, 0.6);
    border-bottom: 0.5px solid hsla(0, 0%, 93%, 0.2);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header--ul-dropdown-menu li:last-child {
    border: none;
}
.header--ul-dropdown-menu li a {
    color: #959595;
    text-transform: capitalize;
    font-family: Vonique;
    font-size: 12px;
    font-weight: 600;
}
.header--ul-dropdown-menu li:hover {
    background: #fff;
    cursor: pointer;
    padding-left: 15px;
}
.header--ul-dropdown-menu li:hover a {
    text-decoration: none;
}
@keyframes slide-menu {
    0% {
        margin-right: 250px;
        opacity: 0;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    to {
        margin-right: 0;
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}
#fixed-logo {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 11000;
}
#fixed-logo img {
    opacity: 0;
    width: 600px;
    max-width: 100%;
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
}
#fixed-logo.show img {
    opacity: 1;
}
#preloader {
    position: fixed;
    background: #000;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}
#preloader.hide {
    opacity: 0;
}
.bubble-container {
    position: relative;
    width: 170px;
    height: 170px;
    text-align: center;
    font-weight: 700;
    display: none;
}
@media only screen and (min-height: 768px) {
    .bubble-container {
        width: 200px;
        height: 200px;
    }
}
@media only screen and (max-height: 700px) {
    .bubble-container {
        width: 130px;
        height: 130px;
    }
}
.title {
    color: #ba6708;
}
#office-content div:hover .bubble-container {
    display: block;
}
.bubble {
    background: url(https://apps.crafted-internet.com/crafted/desktop/public/media/bubble.png);
    width: 170px;
    height: 170px;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media only screen and (min-height: 768px) {
    .bubble {
        width: 200px;
        height: 200px;
    }
}
@media only screen and (max-height: 700px) {
    .bubble {
        width: 130px;
        height: 130px;
    }
}
.bubble-text {
    width: 60%;
    margin: auto;
    font-size: 13px;
    padding-top: 20px;
    margin-left: 19%;
    position: absolute;
}
@media only screen and (min-height: 768px) {
    .bubble-text {
        font-size: 16px;
    }
}
@media only screen and (max-height: 700px) {
    .bubble-text {
        font-size: 10px;
        padding-top: calc(4% + 5px);
        width: 70%;
        margin-left: 15%;
    }
}
#office {
    background: url(https://apps.crafted-internet.com/crafted/desktop/public/media/background.png);
    background-size: 100% 100%;
}
#office-logo {
    position: absolute;
    width: 400px;
    top: 6%;
    left: calc(50% - 200px);
}
@media only screen and (min-height: 768px) {
    #office-logo {
        width: 400px;
        left: calc(50% - 220px);
    }
}
@media only screen and (max-height: 700px) {
    #office-logo {
        width: 300px;
        left: calc(50% - 150px);
    }
}
#office-content {
    position: relative;
    width: 100%;
    height: 100%;
}
#haytham {
    position: absolute;
    bottom: 61px;
    background: url(https://apps.crafted-internet.com/crafted/desktop/public/media/haytham.png);
    width: 13%;
    height: 47.5%;
    background-size: 100% 100%;
    right: 24%;
    z-index: 3;
}
@media only screen and (min-height: 768px) {
    #haytham {
        bottom: 9%;
    }
}
@media only screen and (max-height: 700px) {
    #haytham {
        bottom: 9%;
    }
}
#partners-portrait {
    position: absolute;
    bottom: 290px;
    background: url(https://apps.crafted-internet.com/crafted/desktop/public/media/partners.png);
    width: 14%;
    height: 32%;
    background-size: 100% 100%;
    right: 22%;
    z-index: 2;
    transition: all 0.5s ease;
}
@media only screen and (min-height: 768px) {
    #partners-portrait {
        bottom: 42%;
    }
}
@media only screen and (max-height: 700px) {
    #partners-portrait {
        bottom: 42%;
    }
}
#partners-portrait:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
#haytham-bubble {
    position: absolute;
    bottom: 200px;
    background: url(https://apps.crafted-internet.com/crafted/desktop/public/media/haytham-bubble.png);
    width: 230px;
    height: 200px;
    background-size: 100% 100%;
    right: 30%;
    z-index: 2;
    padding: 45px 0 0 70px;
}
@media only screen and (min-height: 768px) {
    #haytham-bubble {
        right: 33%;
    }
}
@media only screen and (max-height: 700px) {
    #haytham-bubble {
        width: 200px;
        height: 170px;
    }
}
#haytham-bubble .heading {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: -5px;
    padding: 0;
    letter-spacing: 1px;
}
@media only screen and (min-height: 768px) {
    #haytham-bubble .heading {
        font-size: 36px;
    }
}
@media only screen and (max-height: 700px) {
    #haytham-bubble .heading {
        font-size: 24px;
        font-weight: 600;
    }
}
#haytham-bubble .text {
    font-family: futura;
    margin-left: 10px;
    font-weight: 700;
}
@media only screen and (min-height: 768px) {
    #haytham-bubble .text {
        font-size: 16px;
    }
}
#creative-director {
    position: absolute;
    right: 46%;
    bottom: 65px;
    width: 11%;
    height: 37%;
    background-size: 100% 100%;
}
@media only screen and (min-height: 768px) {
    #creative-director {
        bottom: calc(10% - 6px);
    }
}
@media only screen and (max-height: 700px) {
    #creative-director {
        bottom: calc(10% - 5px);
    }
}
#creative-director .image {
    background: url(https://apps.crafted-internet.com/crafted/desktop/public/media/creative-director.png);
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
}
#creative-director:hover {
    bottom: 14px;
    height: 45%;
    width: 14%;
}
@media only screen and (max-height: 700px) {
    #creative-director:hover {
        bottom: calc(3% - 7px);
    }
}
#creative-director:hover .image {
    background: url(https://apps.crafted-internet.com/crafted/desktop/public/media/creative-director-front.png);
    background-size: 100% 100%;
    left: 9%;
}
#creative-director .bubble-container {
    margin-left: 151px;
    margin-top: -11px;
}
@media only screen and (min-height: 768px) {
    #creative-director .bubble-container {
        margin-left: 80%;
        margin-top: -15px;
    }
}
@media only screen and (max-height: 700px) {
    #creative-director .bubble-container {
        margin-left: 80%;
    }
}
#creative-director .bubble-text {
    padding-top: 30px;
}
@media only screen and (min-height: 768px) {
    #creative-director .bubble-text {
        padding-top: calc(30px + 5%);
    }
}
@media only screen and (max-height: 700px) {
    #creative-director .bubble-text {
        width: 75%;
        margin-left: 13%;
    }
}
#creative-director .bubble {
    transform: rotate(50deg);
}
#project-manager {
    position: absolute;
    bottom: 64px;
    width: 8%;
    height: 44%;
    left: 25%;
}
@media only screen and (min-height: 768px) {
    #project-manager {
        bottom: calc(10% - 6px);
    }
}
@media only screen and (max-height: 700px) {
    #project-manager {
        bottom: calc(10% - 2px);
    }
}
#project-manager .image {
    background: url(https://apps.crafted-internet.com/crafted/desktop/public/media/project-manager.png);
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -8px;
    z-index: 3;
}
#project-manager .bubble-container {
    margin-left: 40px;
    margin-top: -35px;
}
@media only screen and (min-height: 768px) {
    #project-manager .bubble-container {
        margin-left: 48px;
        margin-top: -50px;
    }
}
@media only screen and (max-height: 700px) {
    #project-manager .bubble-container {
        margin-left: 55px;
        margin-top: -25px;
    }
}
#project-manager .bubble-container .bubble {
    transform: rotate(30deg);
}
#project-manager .bubble-container .bubble-text {
    padding-top: 30px;
}
@media only screen and (min-height: 768px) {
    #project-manager .bubble-container .bubble-text {
        padding-top: calc(30px + 5%);
    }
}
@media only screen and (max-height: 700px) {
    #project-manager .bubble-container .bubble-text {
        padding-top: 35px;
    }
}
#phone {
    position: absolute;
    bottom: 28%;
    background: url(https://apps.crafted-internet.com/crafted/desktop/public/media/phone.png)
        no-repeat;
    width: 10%;
    height: 30%;
    background-size: 105%;
    left: 1%;
    z-index: 100;
}
#phone:hover {
    background: url(https://apps.crafted-internet.com/crafted/desktop/public/media/phone-opened.png);
    background-size: 100% 100%;
    bottom: 28.5%;
    left: 0;
}
#developer-back-with-chair {
    position: absolute;
    bottom: 64px;
    width: 13%;
    height: 42%;
    background-size: 100% 100%;
    left: 11%;
}
@media only screen and (min-height: 768px) {
    #developer-back-with-chair {
        bottom: calc(10% - 2px);
    }
}
@media only screen and (max-height: 700px) {
    #developer-back-with-chair {
        bottom: 10.1%;
    }
}
#developer-back-with-chair .image {
    background: url(https://apps.crafted-internet.com/crafted/desktop/public/media/developer-back-with-chair.png);
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -8px;
    z-index: 3;
}
#developer-back-with-chair .bubble-container {
    margin-left: -68px;
}
@media only screen and (min-height: 768px) {
    #developer-back-with-chair .bubble-container {
        margin-left: -74px;
    }
}
@media only screen and (max-height: 700px) {
    #developer-back-with-chair .bubble-container {
        margin-left: -45px;
        margin-top: 5px;
    }
}
@media only screen and (min-height: 768px) {
    #developer-back-with-chair .bubble-container .bubble-text {
        padding-top: 55px;
        width: 65%;
        margin-left: 18%;
        font-size: 14px;
    }
}
@media only screen and (max-height: 700px) {
    #developer-back-with-chair .bubble-container .bubble-text {
        padding-top: 35px;
    }
}
#developer-back-with-chair .bubble-container .bubble {
    transform: rotate(260deg);
}
#developer-back-with-chair:hover {
    width: 15%;
}
@media only screen and (min-height: 768px) {
    #developer-back-with-chair:hover {
        bottom: 11.5%;
    }
}
@media only screen and (max-height: 700px) {
    #developer-back-with-chair:hover {
        bottom: 11.1%;
    }
}
#developer-back-with-chair:hover .image {
    background-image: url(https://apps.crafted-internet.com/crafted/desktop/public/media/developer-front.png);
    background-repeat: no-repeat;
    background-size: 104% 105%;
    bottom: -10px;
}
@media only screen and (min-height: 768px) {
    #developer-back-with-chair:hover .image {
        bottom: -27px;
    }
}
@media only screen and (max-height: 700px) {
    #developer-back-with-chair:hover .image {
        bottom: -20px;
    }
}
#marketeer {
    position: absolute;
    width: 13%;
    height: 440px;
    right: 8%;
    bottom: 35px;
}
@media only screen and (min-height: 768px) {
    #marketeer {
        height: 480px;
        bottom: calc(40px + 4.67%);
    }
}
@media only screen and (max-height: 700px) {
    #marketeer {
        height: 350px;
        bottom: 10%;
    }
}
#marketeer .image {
    background: url(https://apps.crafted-internet.com/crafted/desktop/public/media/marketeers.png)
        no-repeat;
    background-size: 100% 330px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
}
@media only screen and (min-height: 768px) {
    #marketeer .image {
        background-size: 100% 77.08333%;
    }
}
@media only screen and (max-height: 700px) {
    #marketeer .image {
        background-size: 100% 75%;
    }
}
#marketeer:hover .image {
    background: url(https://apps.crafted-internet.com/crafted/desktop/public/media/marketeer-front.png)
        no-repeat;
    background-position: 10px 85px;
    background-size: 130px 330px;
}
@media only screen and (min-height: 768px) {
    #marketeer:hover .image {
        background-position: -5px 82px;
        background-size: 90% 77.08333%;
    }
}
@media only screen and (max-height: 700px) {
    #marketeer:hover .image {
        background-position: 0 94px;
        background-size: 90% 75%;
    }
}
@media only screen and (min-height: 768px) {
    #marketeer:hover {
        bottom: 38px;
    }
}
@media only screen and (max-height: 700px) {
    #marketeer:hover {
        bottom: 9.8%;
    }
}
#marketeer .bubble-container {
    margin-left: 78px;
    margin-top: 70px;
}
@media only screen and (min-height: 768px) {
    #marketeer .bubble-container {
        margin-top: 10px;
        margin-left: 80px;
    }
}
#marketeer .bubble-text {
    padding-top: 30px;
    padding-left: 10px;
}
@media only screen and (min-height: 768px) {
    #marketeer .bubble-text {
        padding-top: 35px;
        width: 70%;
        margin-left: 15%;
    }
}
#marketeer .bubble-container .bubble {
    transform: rotate(46deg);
}
#project-manager-ideas {
    position: absolute;
    bottom: 322px;
    background: url(https://apps.crafted-internet.com/crafted/desktop/public/media/ideas.png);
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
    left: 320px;
    display: none;
}
#plant {
    position: absolute;
    bottom: 58px;
    background: url(https://apps.crafted-internet.com/crafted/desktop/public/media/plant-1.png);
    background-size: 100% 100%;
    width: 8%;
    height: 120px;
    right: 0;
}
@media only screen and (min-height: 768px) {
    #plant {
        bottom: 60px;
        height: 140px;
    }
}
@media only screen and (max-height: 700px) {
    #plant {
        bottom: 7.6%;
    }
}
#plant:hover {
    background-image: url(https://apps.crafted-internet.com/crafted/desktop/public/media/plant-2.png);
    width: 120px;
    height: 200px;
    right: 20px;
    bottom: 44px;
}
@media only screen and (min-height: 768px) {
    #plant:hover {
        bottom: 50px;
        right: 30px;
        width: 8%;
    }
}
@media only screen and (max-height: 700px) {
    #plant:hover {
        bottom: 6%;
        right: 15px;
        height: 160px;
        width: 110px;
    }
}
.light {
    position: absolute;
    top: 18%;
    width: 50px;
    height: 50px;
    z-index: 100000;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media only screen and (min-height: 768px) {
    .light {
        top: 18.4%;
    }
}
@media only screen and (max-height: 700px) {
    .light {
        width: 34px;
        height: 34px;
        top: 18.5%;
    }
}
.light:hover {
    opacity: 1;
}
#left-light-first {
    left: 11.2%;
}
@media only screen and (min-height: 768px) {
    #left-light-first {
        left: calc(0.11 + 0.47000000000000003);
    }
}
@media only screen and (max-height: 700px) {
    #left-light-first {
        left: calc(0.11 + 0.05);
    }
}
#left-light-second {
    left: 20.4%;
}
@media only screen and (min-height: 768px) {
    #left-light-second {
        left: calc(0.20199999999999999 + 0.47000000000000003);
    }
}
@media only screen and (max-height: 700px) {
    #left-light-second {
        left: calc(0.204 + 0.31);
    }
}
#right-light {
    right: 22.7%;
}
@media only screen and (min-height: 768px) {
    #right-light {
        right: calc(0.227 + 0.12);
    }
}
@media only screen and (max-height: 700px) {
    #right-light {
        right: calc(0.227 + 0.03);
    }
}
#about {
    background: #000;
}
#about #about-us-logo {
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#about #about-us-logo:after {
    content: '';
    position: absolute;
    top: 15%;
    left: calc(50% - 3px);
    background: linear-gradient(#ecb650, #dc7a50 50%, #ecb650);
    height: 70%;
    width: 6px;
}
#about-us-pattern {
    position: absolute;
    top: 0;
    left: 0;
}
#about-us-pattern img {
    width: 500px;
}
@media only screen and (min-height: 768px) {
    #about-us-pattern img {
        width: 600px;
    }
}
#about #about-us-logo img {
    width: 500px;
}
@media only screen and (min-height: 768px) {
    #about #about-us-logo img {
        width: 600px;
    }
}
#about #about-us-logo h2 {
    text-align: center;
    margin-top: 35%;
    font-family: Vonique;
}
#about #about-us-text {
    display: block;
    color: #fff;
    padding: 40px;
    padding-top: 15%;
    overflow: auto;
}
@media only screen and (min-height: 768px) {
    #about #about-us-text {
        height: 100%;
    }
}
#about #about-us-text .heading {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
}
@media only screen and (min-height: 768px) {
    #about #about-us-text .heading {
        font-size: 45px;
    }
}
@media only screen and (max-height: 700px) {
    #about #about-us-text .heading {
        font-size: 24px;
    }
}
#about #about-us-text p {
    color: #eee;
    width: 90%;
    line-height: 1.5;
}
@media only screen and (min-height: 768px) {
    #about #about-us-text p {
        font-size: 20px;
    }
}
@media only screen and (max-height: 700px) {
    #about #about-us-text p {
        font-size: 12px;
    }
}
#partners {
    background: #fff;
}
#partners #section-word {
    position: relative;
    color: #bdbdbd;
    background: #000;
    padding: 38px;
    padding-top: 110px;
    text-align: center;
    font-size: 38px;
}
@media only screen and (max-height: 700px) {
    #partners #section-word {
        font-size: 28px;
        padding-top: 60px;
    }
}
#partners #section-word:after {
    content: '';
    position: absolute;
    top: calc(100% - 3px);
    left: 35%;
    width: 30%;
    height: 5px;
    background: linear-gradient(#ecb650, #dc7a50 50%, #ecb650);
}
#partners #section-word .triangle {
    border-left: 500px solid #fff;
    border-top: 700px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://apps.crafted-internet.com/crafted/desktop/public/media/about-pattern.png)
        0 0 no-repeat;
}
#partners-heading {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    padding: 0;
}
#partners-heading span {
    position: relative;
}
#partners-heading span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    top: calc(100% - 15px);
}
#partners-list {
    position: relative;
    display: block;
    text-align: center;
    z-index: 5000;
    margin-top: 5rem;
}
#partners-list .partners-list-upper {
    width: 613px;
    margin: 0 auto;
}
@media only screen and (min-height: 768px) {
    #partners-list .partners-list-upper {
        width: 768px;
    }
}
#partners-list .partners-list-lower {
    width: 813px;
    margin: 0 auto;
}
@media only screen and (min-height: 768px) {
    #partners-list .partners-list-lower {
        width: 1000px;
    }
}
#partners-list .partners-list-lower .partner {
    margin-top: 10px !important;
}
#partners-pattern {
    position: absolute;
    z-index: 1000;
    width: 500px;
    left: 0;
    top: 0;
}
#partners-list .partner {
    display: inline-block;
    width: 110px !important;
    height: 110px !important;
    margin: 30px 3px 0;
}
@media only screen and (max-height: 700px) {
    #partners-list .partner {
        height: 90px !important;
        width: 90px !important;
    }
}
#partners-list .partner img {
    width: 100%;
    height: 100%;
}
#contact-us {
    background: #000;
}
#contact-heading {
    color: #fff;
    background: #000
        url(https://apps.crafted-internet.com/crafted/desktop/public/media/about-pattern.png) 0 0
        no-repeat;
    background-size: 500px;
    padding: 30px 50px 10px;
    text-align: center;
    font-weight: 500;
    font-family: Vonique;
    font-size: 36px;
}
@media only screen and (min-height: 768px) {
    #contact-heading {
        font-size: 40px;
    }
}
@media only screen and (max-height: 700px) {
    #contact-heading {
        font-size: 30px;
    }
}
#contact-form {
    background: #fff;
    overflow: hidden;
    padding: 6px 30px 10px;
    z-index: 1;
}
@media only screen and (min-height: 768px) {
    #contact-form {
        padding: 30px;
    }
}
@media only screen and (max-height: 700px) {
    #contact-form {
        padding: 5px 30px;
    }
}
#form-inputs {
    float: left;
    width: 70%;
    position: relative;
}
#form-inputs:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 5px;
    height: 100%;
    background: linear-gradient(#ecb650, #dc7a50 50%, #ecb650);
}
#form-heading {
    font-size: 26px;
    font-weight: 300;
    padding-bottom: 6px;
    margin-bottom: 15px;
    border-bottom: 1px solid;
    display: inline-block;
    margin-top: 10px;
}
@media only screen and (min-height: 768px) {
    #form-heading {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 25px;
    }
}
@media only screen and (max-height: 700px) {
    #form-heading {
        font-size: 20px;
        margin-bottom: 10px;
    }
}
#contact-form input,
#contact-form textarea {
    display: block;
    width: 100%;
    border: none;
    padding: 5px 10px;
    border-bottom: 1px solid #777;
}
@media only screen and (max-height: 700px) {
    #contact-form input,
    #contact-form textarea {
        padding: 2px 5px;
    }
}
#contact-form textarea {
    height: 45px;
}
@media only screen and (min-height: 768px) {
    #contact-form textarea {
        height: 50px;
    }
}
@media only screen and (max-height: 700px) {
    #contact-form textarea {
        height: 40px;
    }
}
.form-row {
    margin-bottom: 20px;
    overflow: hidden;
    padding-right: 15%;
}
@media only screen and (max-height: 700px) {
    .form-row {
        margin-bottom: 8px;
    }
}
.form-row .half-width:first-child {
    padding-right: 15%;
}
#contact-btn {
    float: right;
    padding: 4px 8px;
    border: 1px solid #000;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
@media only screen and (min-height: 768px) {
    #contact-btn {
        margin-top: 10px;
        padding: 6px 10px;
        font-size: 15px;
    }
}
@media only screen and (max-height: 700px) {
    #contact-btn {
        padding: 2px 4px;
        font-size: 10px;
    }
}
#contact-btn:hover {
    background: #ba6708;
    color: #fff;
    border-color: #ba6708;
}
#contact-info {
    padding: 30px 60px;
    float: left;
    width: 30%;
    padding-top: 20px;
}
#contact-info-heading {
    border-bottom: 1px solid #000;
    display: inline-block;
    font-family: futura;
    padding-bottom: 1px;
    font-size: 26px;
    font-weight: 300;
}
@media only screen and (min-height: 768px) {
    #contact-info-heading {
        font-size: 32px;
        font-weight: 600;
    }
}
@media only screen and (max-height: 700px) {
    #contact-info-heading {
        font-size: 20px;
    }
}
#contact-details {
    font-weight: 500;
    font-size: 18px;
}
#contact-details i {
    color: #ecb650;
    margin-right: 10px;
}
#contact-details a {
    color: #000;
    cursor: pointer;
}
@media only screen and (min-height: 768px) {
    #contact-details {
        font-size: 20px;
    }
}
@media only screen and (max-height: 700px) {
    #contact-details {
        font-size: 14px;
    }
}
#contact-map {
    height: 35rem;
    width: 45rem;
    background: transparent;
    position: absolute;
    top: 21%;
    right: -45rem;
    border: 3px solid #dc7a50;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#contact-map.slide-left {
    right: 4rem;
}
#contact-map #hide-map {
    border: none;
    position: absolute;
    top: 0;
    left: 0.2rem;
    z-index: 6000;
}
#contact-map #hide-map i {
    color: #dc7a50;
}
#contact-map #map {
    height: 100%;
    width: 100%;
}
#contact-map:before {
    content: '';
    position: absolute;
    background: linear-gradient(#ecb650, #dc7a50 50%, #ecb650);
    top: 50%;
    right: -10%;
    width: 6rem;
    height: 0.5rem;
}
footer {
    bottom: 0;
    padding: 10px 30px;
    overflow: hidden;
}
@media only screen and (max-height: 700px) {
    footer {
        padding: 0 15px !important;
    }
}
footer .column-heading {
    color: #ccc;
    padding: 5px 15px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 28px;
    text-align: center;
}
footer .column-heading > span {
    border-bottom: 1px solid #ba6708;
}
@media only screen and (max-height: 700px) {
    footer .column-heading > span {
        font-size: 16px;
    }
}
footer .three-columns li {
    display: block;
    padding-left: 10px;
}
footer .three-columns li a {
    color: #999;
    display: block;
    text-align: center;
}
@media only screen and (max-height: 700px) {
    footer .three-columns li a {
        font-size: 12px;
    }
}
#copyrights {
    color: #eee;
    padding-top: 20px;
    position: absolute;
    bottom: 5px;
}
#social-links {
    text-align: center;
    margin-top: 0.8rem;
}
#social-links a {
    display: inline-block;
    margin-right: 0.275rem;
    margin-left: 0.275rem;
}
#social-links img {
    width: 20px;
}
.page_1_home #preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 1.5s ease-in-out;
    z-index: 10;
}
.page_1_home .section-block {
    width: 100vw;
    overflow: hidden;
    opacity: 0.9;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.page_1_home .section-block.active-section {
    z-index: 10;
    opacity: 1;
}
.page_1_home .scale-in {
    -webkit-transform: scaleX(1.1);
    -moz-transform: scaleX(1.1);
    -ms-transform: scaleX(1.1);
    -o-transform: scaleX(1.1);
    transform: scaleX(1.1);
}
.page_1_home .scale-out {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.page_1_home #contact-us {
    overflow: hidden;
}
html {
    font-size: 62.5%;
}
.page_2_services #features .feature.left .background-layer,
.page_2_services #features .feature.right .background-layer {
    position: absolute;
    top: 6rem;
    height: 38rem;
    width: 75%;
    z-index: 1;
}
.page_2_services #features .feature.right .background-layer {
    right: 0;
}
.page_2_services #features .feature.left .background-layer {
    left: 0;
}
.page_2_services #features .feature.left .lines-layer,
.page_2_services #features .feature.right .lines-layer {
    position: absolute;
    top: 1.5rem;
    z-index: 2;
}
.page_2_services #features .feature.left .lines-layer .poly,
.page_2_services #features .feature.right .lines-layer .poly {
    stroke-width: 1;
    stroke-miterlimit: 1;
}
.page_2_services #features .feature.left .lines-layer .circlo,
.page_2_services #features .feature.right .lines-layer .circlo {
    opacity: 0;
}
.page_2_services #features .feature.left .lines-layer {
    left: 48%;
}
@media only screen and (min-width: 1450px) {
    .page_2_services #features .feature.left .lines-layer {
        left: 51.5%;
    }
}
.page_2_services #features .feature.right .lines-layer {
    right: 48%;
}
@media only screen and (min-width: 1450px) {
    .page_2_services #features .feature.right .lines-layer {
        right: 51.5%;
    }
}
@keyframes dash-small {
    0% {
        stroke-dashoffset: 500;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes dash-big {
    0% {
        stroke-dashoffset: 900;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes circo {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.page_2_services #features .feature.left .vector-layer,
.page_2_services #features .feature.right .vector-layer {
    position: absolute;
    width: 19.73684%;
    top: 13.82353rem;
    height: 22.35294rem;
    z-index: 2;
}
.page_2_services #features .feature.right .vector-layer {
    right: 50%;
}
.page_2_services #features .feature.left .vector-layer {
    left: 50%;
}
.page_2_services #features .feature.left .head-layer,
.page_2_services #features .feature.right .head-layer {
    font-size: 175%;
    font-weight: 800;
    font-family: Vonique;
    text-transform: uppercase;
    position: absolute;
    padding-top: 1rem;
    height: 4rem;
    top: 5rem;
}
.page_2_services #features .feature.right .head-layer {
    right: 22%;
}
.page_2_services #features .feature.left .head-layer {
    left: 4%;
}
.page_2_services #features .feature.left .text-layer,
.page_2_services #features .feature.right .text-layer {
    color: #fff;
    font-size: 106.25%;
    font-weight: 800;
    font-family: opensansbold;
    text-transform: capitalize;
    position: absolute;
    width: 40%;
    z-index: 3;
    bottom: 35%;
}
.page_2_services #features .feature.right .text-layer {
    right: 2%;
}
.page_2_services #features .feature.left .text-layer {
    left: 4%;
}
.page_2_services {
    background: #fff;
}
.page_2_services header {
    height: 45px;
    opacity: 0.3;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.page_2_services header:hover {
    opacity: 1;
    height: 53px;
}
.page_2_services .page-id {
    display: block;
    height: 19rem;
    width: 100%;
}
.page_2_services .page-id .page-id-background {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.page_2_services .page-id .page-id-background.developer {
    background: transparent
        url(https://apps.crafted-internet.com/crafted/desktop/public/media/developer-header.png)
        no-repeat 50%;
    background-size: 100% 110%;
}
.page_2_services .page-id .page-id-background.marketeer {
    background: transparent
        url(https://apps.crafted-internet.com/crafted/desktop/public/media/marketeer-header.png)
        no-repeat 50%;
    background-size: 100% 100%;
}
.page_2_services .page-id .page-id-background.creator {
    background: transparent
        url(https://apps.crafted-internet.com/crafted/desktop/public/media/creator-header.png)
        no-repeat 50%;
    background-size: 100% 100%;
}
.page_2_services .page-id .page-id-background.digital {
    background: transparent
        url(https://apps.crafted-internet.com/crafted/desktop/public/media/digital-header.png)
        no-repeat 50%;
    background-size: 100% 100%;
}
.page_2_services .page-id h1 {
    position: absolute;
    top: 6rem;
    left: 20%;
    width: 100%;
    z-index: 2;
    color: #fff;
    font-size: 212.5%;
    font-family: Vonique;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 2px;
    -webkit-transform: scale(1.2, 1.3);
    -moz-transform: scale(1.2, 1.3);
    -ms-transform: scale(1.2, 1.3);
    -o-transform: scale(1.2, 1.3);
    transform: scale(1.2, 1.3);
}
.page_2_services .page-id h1 img {
    height: 5rem;
    width: 5rem;
    display: inline-block;
    margin-left: 2%;
}
.page_2_services .page-intro {
    height: 9rem;
    padding-top: 2rem;
}
.page_2_services .page-intro h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 312.5%;
    font-weight: 500;
    font-family: Vonique;
    word-spacing: 2rem;
}
.page_2_services #features .feature {
    min-height: 50rem;
    max-height: 55rem;
    padding: 1.5rem;
    display: block;
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.page_2_services #features .feature.left:hover .overlay {
    left: 70%;
}
.page_2_services #features .feature.left:hover .overlay-two {
    top: 30%;
    left: 75%;
}
.page_2_services footer {
    margin-top: 0.1rem;
    background: #000;
}
.page_2_services .final-showcase {
    margin-top: 3rem;
}
.page_2_services .final-showcase .person-message {
    padding-top: 10rem;
}
.page_2_services .final-showcase .person-message h4 {
    height: 3.8rem;
    font-size: 200%;
    font-weight: 800;
    font-family: futura;
    text-transform: capitalize;
}
.page_2_services .final-showcase .interact-btn {
    font-size: 156.25%;
    font-weight: 800;
    font-family: Vonique;
    width: 30rem;
    margin-top: 3rem;
    padding: 0 !important;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
    border-radius: 0.3rem;
}
.page_2_services .final-showcase .interact-btn i {
    background: rgba(0, 0, 0, 0.5);
    float: left;
    font-size: 68.75%;
    padding: 1rem 0.8rem;
    margin-right: 1px solid #eee;
}
.arrows-down-wrapper {
    position: fixed;
    bottom: 10px;
    left: calc(50% - 52px);
    z-index: 12000;
    display: none;
    height: 50px;
    width: 40px;
    cursor: pointer;
    animation: arrow 2s infinite;
}
.arrows-down-wrapper img {
    width: 100px;
}
@keyframes arrow {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    to {
        opacity: 0;
    }
}
