/********************************
    Font iclusion
********************************/

@charset "UTF-8";
@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
}


/********************************
    Reset CSS
********************************/

html,
body,
div,
h1,
h2,
h3,
p,
a,
img,
ul,
li,
header,
nav,
section,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

header,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    outline: 0;
}


/********************************
    Border Box
********************************/

* {
    box-sizing: border-box;
    outline: none;
}

body {
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
}


/********************************
    Clearfix
********************************/
video::cue{
    background-color: black;
    color: white;
    font-size: 16px;
}
.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}

.clearfix:after {
    clear: both;
}


/*LINE*/

.line:after {
    content: '';
    display: block;
    width: 87px;
    height: 4px;
    margin: 25px auto 0 auto;
    background-color: var(--main-bg-color-black);
    opacity: 0.149;
}


/********************************
    4 Column Grid
********************************/

.col-1 {
    width: 280px;
}

.col-2 {
    width: 560px;
}

.col-4 {
    width: 1120px;
}


/*service classes*/


/*var(--main-bg-color)*/

:root {
    --main-bg-color-blue: #c7c7c7;
    --main-bg-color-dark-blue: #185a9d;
    --main-bg-color-pink: #185A9D;
    --main-bg-color-grey: #EFF5F6;
    --main-bg-color-white: #EFF5F6;
    --main-bg-color-black: #020E17;
}

section {
    padding: 100px 0 50px 0;
}

.disabled {
    background: gray !important;
    cursor: none !important;
}
.disabled:hover {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}


.width50 {
    width: 50%;
}

.margin-bottom {
    margin-bottom: 50px;
}

.wrapper {
    margin: 0 auto;
}

.float-left {
    position: relative;
    display: block;
    float: left;
}

.first-heading {
    font-size: 40px;
    color: var(--main-bg-color-white);
    font-weight: bold;
    line-height: 1.2;
}

.second-heading {
    font-size: 18px;
    color: var(--main-bg-color-white);
    line-height: 1.444;
}


/*header*/

#header {
    height: 40px;
    width: 100%;
    margin: 70px auto 0 auto;
}

#header ul {
    margin: 0 auto;
    width: 100%;
    padding: 12px;
    list-style: none;
}

.half {
    width: 40%;
    padding-top: 10px;
    float: left;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
}

.leftRadius {
    border-radius: 5px 0px 0px 5px;
}

.rightRadius {
    border-radius: 0px 5px 5px 0px;
}

.half li {
    float: left;
    width: 33.3%;
}

.twenty {
    background-color: rgba(0, 0, 0, 0.5);
    width: 20%;
    float: left;
    height: 40px;
}

.twenty li {
    float: left;
    width: 100%;
}

#header li {
    float: left;
}

#header a {
    padding: 2px 0;
    font-weight: bold;
    text-align: center;
    display: block;
    color: var(--main-bg-color-grey);
}

#header a:hover {
    color: var(--main-bg-color-pink);
}

#header ul li a.logo {
    background: url(../images/doorLockLogo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    /* width: 115%; */
    height: 130px;
    max-width: 100px;
    margin: 0 auto;
    position: relative;
    top: -80px;
    left: 0px;
    right: 0;
    z-index: 9999;
}

.main-button {
    font-size: 18px;
    display: inline-block;
    padding: 29px 0;
    width: 80%;
    max-width: 200px;
    margin: 5px auto;
    color: var(--main-bg-color-white);
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
}

.main-button:hover {
    -webkit-box-shadow: inset 0px -4px 0px 0px rgba(135, 193, 184, 0.80);
    -moz-box-shadow: inset 0px -4px 0px 0px rgba(135, 193, 184, 0.80);
    box-shadow: inset 0px -4px 0px 0px rgba(135, 193, 184, 0.80);
}

.blue-button {
    background: var(--main-bg-color-blue);
    -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.25);
}

.pink-button {
    background: var(--main-bg-color-pink);
    -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.25);
}

.download-heading {
    margin-bottom: 25px;
    font-weight: bold;
}


/*--------------------------------*/

.services {
    background: var(--main-bg-color-dark-blue);
}

.section-heading {
    display: block;
    margin: 0 0 22px 0;
}

.services .wrapper {
    text-align: center;
    margin: 0 auto;
}

.sub-heading {
    display: block;
    margin-top: 25px;
}

.service-info {
    padding: 20px;
}

.service-heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    color: var(--main-bg-color-white);
    margin-bottom: 27px;
}

.service-text {
    font-size: 16px;
    line-height: 20px;
    color: var(--main-bg-color-white);
}


/*------------------------------------*/

.team-section {
    background: #2F98BD;
}

.team-headding {
    margin-bottom: 24px;
    color: var(--main-bg-color-black);
}

.subheadding {
    margin-bottom: 80px;
    color: var(--main-bg-color-black);
}

.team-members {
    padding: 0 40px;
}

.name-star {
    font-size: 24px;
    color: var(--main-bg-color-black);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

.blue-text {
    padding: 15px 0;
    color: var(--main-bg-color-pink);
    font-weight: bold;
}

.member-info {
    color: var(--main-bg-color-black);
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 35px;
}

.face-facebook {
    background: url(../images/fb.png);
    background-size: 32px;
    background-repeat: no-repeat;
    padding: 16px;
    margin: 6px;
}

.face-git {
    background: url(../images/git.png);
    background-size: 32px;
    background-repeat: no-repeat;
    padding: 16px;
    margin: 6px;
}

.face-mail {
    background: url(../images/email.png);
    background-size: 32px;
    background-repeat: no-repeat;
    padding: 16px;
    margin: 6px;
}

.base {
    display: inline-block;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin-bottom: 42px;
}

.photo-star {
    width: 100%;
    border-radius: 50%;
}


/*------------------------*/

.skills {
    background: #9C27B0;
}

.section-title {
    color: var(--main-bg-color-grey);
    padding-bottom: 14px;
}

.sub-title {
    color: var(--main-bg-color-grey);
    padding-top: 27px;
}

.skills-wrapper {
    padding-top: 84px;
}

.description {
    text-transform: uppercase;
    color: var(--main-bg-color-grey);
    margin-bottom: 40px;
    margin-top: 10px;
    font-size: 24px;
}


/* -------------------------------- */

.portfolio {
    background-color: var(--main-bg-color-grey);
}

.our-porfolio {
    text-transform: uppercase;
    margin-bottom: 21px;
    color: var(--main-bg-color-black);
}

.secondary-heading {
    color: var(--main-bg-color-black);
}

.or {
    color: var(--main-bg-color-black);
}


/*-----------------------------*/

.dark-blue-section {
    background-color: var(--main-bg-color-dark-blue);
}

.services-provide {
    padding-bottom: 25px;
}

.we-are-heading {
    margin-bottom: 75px;
}

.email {
    float: left;
    background-color: var(--main-bg-color-grey);
    padding: 20px;
    border-radius: 3px;
    border: 0;
    margin-left: 15px;
    width: 415px;
    margin-bottom: 27px;
}

.name {
    float: right;
    background-color: var(--main-bg-color-grey);
    padding: 20px;
    border-radius: 3px;
    border: 0;
    margin-right: 15px;
    width: 415px;
    margin-bottom: 27px;
}

.message {
    width: 860px;
    height: 200px;
    padding: 20px;
    margin-bottom: 60px;
    background-color: var(--main-bg-color-grey);
    border-radius: 3px;
    border: 0;
}


/* Video Player */

.player {
    max-width: 920px;
    border: 5px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: relative;
    font-size: 0;
    overflow: hidden;
    margin: 0 auto;
}


/* This css is only applied when fullscreen is active. */

.player:fullscreen {
    max-width: none;
    width: 100%;
}

.player:-webkit-full-screen {
    max-width: none;
    width: 100%;
}

.playerVideo {
    width: 100%;
}

.playerControls {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(100%) translateY(-5px);
    transition: all .3s;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.1);
}

.player:hover .playerControls {
    transform: translateY(0);
}

.player:hover .progress {
    height: 15px;
}

.playerControls>* {
    flex: 1;
}

.progress {
    flex: 10;
    position: relative;
    display: flex;
    flex-basis: 100%;
    height: 5px;
    transition: height 0.3s;
    background: rgba(0, 0, 0, 0.5);
    cursor: ew-resize;
}

.progressFilled {
    width: 50%;
    background: var(--main-bg-color-pink);
    flex: 0;
    flex-basis: 50%;
}


/* Button for get to the top */

.cdTop {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #8BC34A url(../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-container {
    width: 90%;
    max-width: 768px;
    margin: 2em auto;
}

.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

.cdTop.cd-is-visible,
.cdTop.cd-fade-out,
.no-touch .cdTop:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cdTop.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cdTop.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .8;
}

.no-touch .cdTop:hover {
    background-color: #e86256;
    opacity: 1;
}

.programmer {
    padding: 10px 0;
    font-weight: bold;
    font-variant-caps: all-petite-caps;
}

@media only screen and (min-width: 768px) {
    .cdTop {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cdTop {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}


/*MEDIA QUERIES FOR RESPONSIVE DESIGN*/

@media screen and (max-width: 1200px) {
    .col-1 {
        width: 25%;
    }
    .col-2 {
        width: 50%;
    }
    .col-4 {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .col-1 {
        width: 100%;
    }
    .col-2 {
        width: 100%;
    }
    .col-4 {
        width: 100%;
    }
    .message {
        width: 100%;
        margin: 10px 0;
    }
    .name {
        width: 100%;
        margin: 10px 0;
    }
    .email {
        width: 100%;
        margin: 10px 0;
    }
    .half {
        width: 100%;
        border-radius: 5px;
    }
    .twenty {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .col-1 {
        width: 100%;
    }
    .col-2 {
        width: 100%;
    }
    .col-4 {
        width: 100%;
    }
}
