@import 'badges.css';
/*-------- Global --------*/

@font-face {
    font-family: 'Bernadette';
    src: url('../Fonts/Bernadette/Bernadette.eot?#iefix') format('embedded-opentype'),  
        url('../Fonts/Bernadette/Bernadette.woff') format('woff'), 
        url('../Fonts/Bernadette/Bernadette.ttf')  format('truetype'), 
        url('../Fonts/Bernadette/Bernadette.svg#Bernadette') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'CenturyGothic';
    src: url('../Fonts/CenturyGothic/CenturyGothic.eot?#iefix') format('embedded-opentype'),  
        url('../Fonts/CenturyGothic/CenturyGothic.woff') format('woff'), 
        url('../Fonts/CenturyGothic/CenturyGothic.ttf')  format('truetype'), 
        url('../Fonts/CenturyGothic/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'CenturyGothic-Bold';
    src: url('../Fonts/CenturyGothic/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),  
        url('../Fonts/CenturyGothic/CenturyGothic-Bold.woff') format('woff'), 
        url('../Fonts/CenturyGothic/CenturyGothic-Bold.ttf')  format('truetype'), 
        url('../Fonts/CenturyGothic/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

body{
    font-family: 'CenturyGothic';
    font-size: 14px;
    overflow-x: hidden;
}

::-moz-selection {
    color: #fff; 
    background: #FBB040;
}

::selection {
    color: #fff; 
    background: #FBB040;
}

.overflow{
    overflow: hidden;
}

.padding-0{
    padding: 0;
}

.nodisplay{
    display: none !important;
}

.btn-default:hover:focus,
.btn-default:focus{
    outline: none;
}

.slick-slide{
    outline: none;
}

/* Right Click Custom */
.right-click{
    display: none;
    position: absolute;
    width: 150px;      
    left: -150px;
    background: #231F20;    
    border-radius: 5px;
    z-index: 99;
}

.top-click{
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    display: inline-block;
    width: 100%;
}

.top-click i{
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
}

.top-click i:hover{
    color: #FBB040;
}

.bottom-click{
    list-style: none;
    padding: 10px 15px;
    margin-bottom: 0;
}

.bottom-click li a{
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s;
}

.bottom-click li a:hover{
    color: #FBB040;
}
/* End Right Click Custom*/

/*-------- Follow Us --------*/
.follow-us{
    height: 65px;
    background-color: #FBB040 !important;
    position: relative;
    z-index: 9999;
}

.follow-us:after{
    content: '';
    width: 100%;
    height: calc(100vh - 65px);
    display: inline-block;
    background-color: #000;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    border-bottom: 1px solid #FBB040;
}

.follow-logo{
    height: 65px;
    line-height: 65px;
}

.follow-logo svg{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 150px;
}

.follow-text{
    height: 65px;
    line-height: 65px;
    font-size: 14px;
    font-family: 'CenturyGothic';
    text-align: right;
    text-transform: uppercase;
}

.follow-links{
    text-align: right;
}

.btn-follow {
    width: 65px;
    height: 65px;
    color: #fff;
    font-size: 25px;
    padding: 0;
    margin-left: -5px;
    border-radius: 0;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-fb,
.btn-fb:focus{
    background-color: #3b4c9e;
    color: #fff;
}
.btn-fb:hover,
.btn-fb:hover:focus{
    color: #3b4c9e;
}

.btn-tw,
.btn-tw:focus{
    background-color: #27aae1;
    color: #fff;
}
.btn-tw:hover,
.btn-tw:hover:focus{
    color: #27aae1;
}

.btn-in,
.btn-in:focus{
    background-color: #1c75bc;
    color: #fff;
}
.btn-in:hover,
.btn-in:hover:focus{
    color: #1c75bc;
}

.btn-go,
.btn-go:focus{
    background-color: #ef4136;
    color: #fff;
}
.btn-go:hover,
.btn-go:hover:focus{
    color: #ef4136;
}

.btn-insta,
.btn-insta:focus{
    background-color: #231f20;
    color: #fff;
}
.btn-insta:hover,
.btn-insta:hover:focus{
    color: #231f20;
}

.follow-close{
    width: 100%;
    height: 65px;
    border: none;
    border-radius: 0;
    font-family: 'CenturyGothic-Bold';
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.followus {
    width: 50px;
    position: absolute;
    top: 0;
    right: 25px;
}

.forkit-curtain{
    height: 65px !important;
}

.forkit{
    height: 160px !important;        
}

/*-------- Navigation --------*/
.navbar-custom{
    height: 65px;    
    background-color: #231F20;
    border: 0px;    
    margin-bottom: 0;
}

.navbar-brand {
    float: left;
    padding: 0;
    height: 100%;    
    padding-left: 15px;
}

.navbar-brand svg, .navbar-brand img{
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 150px;
}

.navbar-custom li a{
    height: 100%;    
    line-height: 65px;
    color: #fff !important;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 0;        
    -webkit-transition: all 0.3s;        
    transition: all 0.3s;
}

.navbar-custom li:hover a{
    color: #FBB040 !important;
    background: transparent;  
    cursor: pointer;
}

.navbar-custom li.active a{
    color: #FBB040 !important;
    background: transparent !important;   
}

.navbar-custom li a:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 0px solid #FBB040;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.navbar-custom li.active a:after{
    border-bottom: 10px solid #FBB040;
}

.navbar-custom li a:hover:after {
    border-bottom: 10px solid #FBB040;
}

/*-------- Home --------*/
.section{
    position: relative;
    width: 100vw;
    height: 100vh;
}

.section-title{
    position: relative;
    text-align: center;
    /* padding-top: 200px; */margin-bottom: 20px;   
}

/*---- Landing Section ----*/
.landing-section{
    background-color: #231F20;
    overflow: hidden;border: none;
}

.landing-section .section-title{
    color: #FFF; 
    font-size: 100px;
    font-family: "Bernadette";
    top: 37%;
    transform: translateY(-50%);
    margin: 0;
    z-index: 99;
}

/*---- We are Animation ----*/
.landing-section .section-title svg{
    position: relative;
    width: 25%;
    margin-bottom: 2%;
}

.stlayer{    
    stroke-dasharray: 3500;
    stroke-dashoffset: 3500;
    -webkit-animation: offset 2s linear forwards;
    animation: offset 2s linear forwards;
}

@-webkit-keyframes offset{
    from {
        stroke-dashoffset: 1000;
    }
}

@keyframes offset{
    from {
        stroke-dashoffset: 1000;
    }
}

.landing-section .bend{
    color: #FFF; 
    font-size: 50px;
    font-weight: bold;
    font-family: 'CenturyGothic';
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-top: -30px;
}

.link-btn{
    position: relative;
    color: #FFF;
    background-color: transparent;
    border: 2px solid #FFF;
    border-radius: 50px;
    padding: 10px 35px;
    font-family: 'CenturyGothic';
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 5%;
    z-index: 9;/* width: 100px; */; font-size: 20px;1;    
}

.link-btn:hover,
.link-btn:hover:focus,
.link-btn:focus{
    color: #FBB040;
    background-color: transparent;
    border: 2px solid #FBB040;
    outline: none;text-decoration: none;
}

.landing-section .spaceship{
    width: 150px;
    right: 18%;
    bottom: -10%;
    -webkit-transition: all 3s;
    transition: all 3s;
}

.landing-section .spaceship.fly{
    bottom: 55%;   
}

.landing-section .spaceship.flymore{
    bottom: 110%;
}

.landing-section svg{
    position: absolute;
    bottom: 0px;
    width: 100vw;
}

/* Space */
.space {
    position: absolute;
    width: 400vw;
    height: 400vh;
    top: 50%;
    left: 50%;
    margin-top: -200vh;
    margin-left: -200vw;
    -webkit-animation: spin 240s linear infinite;
    animation: spin 240s linear infinite;
    background-size: 240px;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    /* Had to base64 SVG background for FF compatibility */  
}

/*---- Analyse Section ----*/
.analyse-section{
    background-color: #FFF;top: -1px;position: relative;
}

.analyse-section .section-title{
    color: #000; 
    font-size: 50px;
    font-family: "Bernadette";
    padding-top: 100px;
}

.analyse-section .section-title span{
    color: #000; 
    font-size: 40px;
    font-family: 'CenturyGothic-Bold';
    text-transform: uppercase;
    display: block;
}

.analyse-section .picture{
    width: 40vw;
    position: relative;
    /* top: 50%; */
    /* left: 50%; */
    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */margin: 0 auto;
}

.analyse-section img{
    width: 100%;
    position: relative;
}

/*---- Brainstorming Section ----*/
.brainstormin-section{
    background-color: rgba(64, 139, 251, 0.2);
}

.brainstormin-section svg:first-child {
    position: absolute;
    top: -1px;
    width: 100vw;
    z-index: 1;
}

.section-title {
    color: #000;     
    padding-top: 250px;
}

.section-title h2 {
    font-size: 50px !important;
    font-family: "Bernadette";
}

.brainstormin-section .picture{
    width: 770px;
    height: 425px;
    position: relative;    
    /* top: 60%; */
    /* left: 50%; */
    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */margin: 0 auto;
}

.brainstormin-section svg:last-child {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.blue0{
    fill: #BEDDF4;
}

.blue1{
    fill: #95C8EC;
}

.blue2{
    fill: #71B3E2;
}

.blue3{
    fill: #88C6ED;
}

.blue4{
    fill: #58A0D7;
}

.blue5{
    fill: #C3E5F9;
}

.polyglow0{
    -webkit-animation: colorchange0 4s infinite alternate;
}

@-webkit-keyframes colorchange0 {

    0%{
        fill: #BEDDF4;
    }

    25% {

        fill: #58A0D7;
    }

    50% {

        fill: #BEDDF4;
    } 

    75% {

        fill: #58A0D7;
    }

    100% {

        fill: #BEDDF4;
    }

}

.polyglow4{
    -webkit-animation:colorchange4 4s infinite alternate;
}

@-webkit-keyframes colorchange4 {

    0%{
        fill: #58A0D7;
    }

    25% {

        fill: #95C8EC;
    }

    50% {

        fill: #58A0D7;
    }

    75% {

        fill: #95C8EC;
    }

    100% {

        fill: #58A0D7;
    }

}

.polyglow2{
    -webkit-animation:colorchange2 3s infinite alternate;
}

@-webkit-keyframes colorchange2 {

    0%{
        fill: #71B3E2;
    }

    25% {

        fill: #88C6ED;
    }

    50% {

        fill: #71B3E2;
    }

    75% {

        fill: #88C6ED;
    }

    100% {

        fill: #71B3E2;
    }

}

.polyglow3{
    -webkit-animation:colorchange3 3s infinite alternate;
}

@-webkit-keyframes colorchange3 {

    0%{
        fill: #88C6ED;
    }

    25% {

        fill: #71B3E2;
    }

    50% {

        fill: #88C6ED;
    }

    75% {

        fill: #71B3E2;
    }

    100% {

        fill: #88C6ED;
    }

}

.polyglow1{
    -webkit-animation:colorchange1 2s infinite alternate;
}

@-webkit-keyframes colorchange1 {

    0%{
        fill: #95C8EC;
    }

    25% {

        fill: #C3E5F9;
    }

    50% {

        fill: #95C8EC;
    }

    75% {

        fill: #C3E5F9;
    }

    100% {

        fill: #95C8EC;
    }

}

.polyglow5{
    -webkit-animation:colorchange5 2s infinite alternate;
}

@-webkit-keyframes colorchange5 {

    0%{
        fill: #C3E5F9;
    }

    25% {

        fill: #95C8EC;
    }

    50% {

        fill: #C3E5F9;
    }

    75% {

        fill: #95C8EC;
    }

    100% {

        fill: #C3E5F9;
    }

}


/*---- Designing Section ----*/
.designing-section{
    background-color: #FBB040;
}

.designing-section .section-title{
    color: #FFF; 
    font-size: 50px;
    font-family: "Bernadette";
    /* padding-top: 0; */
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    z-index: 1;
}

.designing-section .picture{
    width: 550px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.designing-section img{
    width: 100%;
    position: relative;
}

.flipInX{
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*---- Shark Section ----*/
.shark-section{
    height: 2.8vh;
    width: 100vw;
    background-color: #fff;
    position: relative;  
    -webkit-transition: all 1s;  
    transition: all 1s;

}

.shark-section.animation{
    -webkit-animation: sharkteeth 0.7s infinite;
    animation: sharkteeth 0.7s infinite;
}

@-webkit-keyframes sharkteeth{
    0% { height: 5vh; }
    50% { height: 2.8vh; }
    100% { height: 5vh; }
}

@keyframes sharkteeth{
    0% { height: 5vh; }
    50% { height: 2.8vh; }
    100% { height: 5vh; }
}

.shark-section.open{
    height: 50vh;  
}

.shark-title{    
    width: 100%;
    text-align: center;
    font-family: 'CenturyGothic-Bold';
    text-transform: uppercase;
    font-size: 50px;
    position: absolute;
    top: 50%;   
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.shark-section .topteeth{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


.shark-section .bottomteeth{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

/*---- Developing Section ----*/
.developing-section{
    background-color: #231f20;
    height: auto;
}

.developing-section .section-title{
    color: #fff;
    font-size: 50px;
    padding-top: 100px;
    font-family: "Bernadette";
}

.developing-section .binaries{
    text-align: center;
    color: #fff;    
    font-size: 35px;
    position: relative;
    height: 570px;
    overflow: hidden;
}

.num{
    font-family: 'CenturyGothic';
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;    
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;    
}

.developing-section .binaries:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: -webkit-linear-gradient(top, transparent, #231f20);
    background-image: linear-gradient(to bottom, transparent, #231f20);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateZ(15px);
    transform: translateZ(15px);
}

.developing-section .nova{
    text-align: left;
    color: #fff;
    padding: 30px 0;
}

.developing-section .nova h2{
    text-transform: uppercase;
}

.developing-section .nova .paragraph{
    text-align: left;
}

.developing-section .nova .paragraph p{
    margin-bottom: 30px;
}

.developing-section .nova .paragraph span{
    text-decoration: none;
    color: #FBB040;
    cursor: pointer;
}

.home-footer{
    background-color: #231f20;
}

.hometop-footer{
    margin-bottom: 10%;
    position: relative;
    z-index: 1;
}

.hometop-footer .footer-title,
.hometop-footer .footer-links .list-inline li a{
    color: #fff;
}

.bottom-footer .blackcloud{
    position: absolute;
    width: 100vw;
    bottom: 0;
}

.novalogo{
    height: 100%;    
}

.novalogo svg{
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 75%;
}

/*---- About Us ----*/
.about-header{
    margin-top: 10%;
}

.about-title{
    color: #FBB040; 
    font-size: 50px;
    font-family: "Bernadette";
    text-align: center;
}

.about-header-img{
    position: relative;
    margin: 5% 0;
}

.about-header-img .picture{
    width: 260px;
    height: 260px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.about-header-img .picture img{
    position: relative;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.paragraph{
    text-align: center;
}

.paragraph-title{
    color: #FBB040; 
    font-size: 25px;
    font-family: 'CenturyGothic-Bold';
    text-transform: uppercase;
    margin-bottom: 2.5%;
}

.about-links{
    margin: 7.5% 0;
    margin-bottom: 5%;
    width: 100%;
    display: inline-block;
}

.links-cloud{
    position: relative;
    cursor: pointer;
}

.links-cloud svg{
    width: 100%;
}

.links-cloud .cloudgrey{
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;   
    -webkit-transition: all 0.3s;   
    transition: all 0.3s;
}

.links-cloud .cloud{
    position: relative;
}

.links-cloud .design,
.links-cloud .web,
.links-cloud .apps{
    position: absolute;
    width: 25%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.links-cloud .crown{
    position: absolute;
    width: 30%;
    top: -10px;
    left: 60%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.links-cloud .crown.crownup{
    top: -55px;
    left: 68%;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.links-cloud .cms{
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.links-cloud:hover .cloudgrey{
    top: 55%;
}

.cloudgrey.focus-shadow{
    top: 55%;
}

.about-footer .paragraph{
    text-align: left;
    margin-bottom: 5%;
}

/*---- Portfolio ----*/
.portfolio-grid li{     
    padding: 0;
}

.list-inline {
    margin-left: 0px; 
}

.portfolio-grid{
    display: inline-block;
    width: 100%;
}

.portfolio-grid .section-title{
    padding-top: 10px;
    font-family: "Bernadette";
    font-size: 50px;
}

.portfolio-img{
    position: relative;
    margin: 10% 0;
    z-index: 9;
}

.portfolio-img .picture{
    position: relative;
    width: 775px;
    height: 265px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.portfolio-img .picture img{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.portfolio-img .picture svg{
    width: 100%;
}

.project-grid{
    width: 100%;
    height: 235px;
    overflow: hidden;
    border: 0.5px solid #fff;    
    position: relative;    
}

.project-grid img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    z-index: 9;
    padding: 1px;
}

.project-grid:hover .overlay{
    top: 0px;   
}

.project-grid:hover img{
    transform: scale(1.1);
}

.project-grid .overlay{
    position: absolute;
    top: 235px;
    left: 0px;
    height: 100%;
    width: 100%;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9;
    color: #fff;
    transition: all 0.3s ease-in-out;   
}

.project-grid .overlay span{
    display: block;
}

.project-grid .overlay span:first-child{
    font-size: 19px
}

.project-grid .overlay .phase{
    position: absolute;
    bottom: 15px;    
    max-width: calc(90% - 30px);
}

.project-grid .overlay .share-project{
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.project-grid .overlay .share-project button{
    border: 2px solid #fff;
    background: transparent;
    border-radius: 100%;
    padding: 5px;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    outline: none;
    cursor: pointer;
}

/*---- Project Details ----*/
.projet-detail{
    width: 100%;
    height: calc(100% - 65px);    
    position: fixed;
    top: 65px;
    left: -100%;
    transition: all 0.5s;
    overflow: hidden;
    z-index: 99;
}

.projet-detail.open{
    left: 0;    
}

.projet-detail .picture img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
    filter: blur(5px);
}

.project-content{
    background: #fff;
    position: relative;
    /*width: 950px;*/
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px;    
    height: calc(100% - 100px);
}

.btn-close{
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 35px !important;    
    padding: 0;
    text-align: center;
    font-size: 25px !important;
    top: -17.5px;
    right: -17.5px;
    border-radius: 100%;
    background: #fbb040;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-close:focus{
    outline: none;
}

.project-title{
    display: inline-block;
    width: 100%;
}

.project-title span{
    display: block;
}

.project-title span{
    font-size: 19px;        
    font-family: 'CenturyGothic-Bold';
    text-transform: uppercase;
}

.project-desc{
    font-family: 'CenturyGothic';
    font-size: 16px;        
}

.project-website a{
    color: #FBB040;
    font-family: 'CenturyGothic';
    text-decoration: none;
}

.project-cover{
    margin: 40px 0 !important;
    /*height: 500px !important;*/
    height: calc(100% - 160px) !important;
}

.slideshow img{
    width: 100%;
    min-height: 100%;
}

/* Slick */
.slick-dots{
    position: relative !important;    
    text-align: right !important;
}

.project-cover .slick-dots li{
    height: 2px;
    width: 50px;
    background: #ccc;
}

.project-cover .slick-active{    
    background-color: #fbb040 !important;
}

.project-cover .slick-dots li button {
    display: none;
}

.slick-dots li button:before{
    content: "" !important;
}

.project-content .phase{
    font-size: 19px;
}

.loadmore{
    text-align: center;
    padding: 40px 0;
}

.loadmore .link-btn{
    border-color: #000;
    color: #000;
    margin: 0;
}

.loadmore .link-btn:hover{
    border-color: #FBB040;
    color: #FBB040;
}

/*---- Contact ----*/
#map{
    width: 100%;
    height: 500px;
    margin-top: 65px;
    background-color: #FBB040;
    z-index: 1;
}

.contact-body{
    margin-top: 5%;
}

.contact-info{
    background-color: #231f20;
    color: #fff;
    padding: 25px 0;
}

.chat-div a{
    text-decoration: none;
    color: #fff;
}

.info-title{
    color: #FBB040;
    font-size: 16px;
    font-family: 'CenturyGothic-Bold';
}

.directions{
    padding: 19px;
    text-align: center;
}

.direction-btn,
.direction-btn:hover,
.direction-btn:hover:focus,
.direction-btn:focus{
    background-color: #FBB040;
    border-color: #FBB040;
    font-family: 'CenturyGothic-Bold';
    text-transform: uppercase;
    position: relative;
}

.contact-title{
    color: #FBB040;
    font-size: 50px;
    text-align: center;
    font-family: "Bernadette";
    margin-bottom: 5%;
}

.tel-image{
    width: 282px;
    height: 260px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tel-image .earphone{
    width: 100%;
    position: absolute;
    top: 0;
}

.tel-image .telephone{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.contact-form{
    padding: 50px;
}

.contact-inputs{
    background-color: #231f20;
    border-color: #231f20;
    border-radius: 0;
    height: 40px;
    color: #fff;
    box-shadow: none;
    margin-bottom: 10px;
    padding-left: 25px;
}

textarea.contact-inputs{
    height: 200px;
    padding-top: 10px;
    resize: none;
}

.contact-inputs:focus{
    border-color: #231f20;    
    box-shadow: none;
}

.contact-inputs::-webkit-input-placeholder{
    color: #fff;
}

.btn-send{
    background-color: #231f20;
    border-color: #231f20;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    padding: 10px 22px;
    float: right;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-send:hover,
.btn-send:hover:focus,
.btn-send:focus{
    background-color: #231f20;    
    border-color: #231f20;
    color: #FBB040;
}

/*---- Footer ----*/
.footer{
    margin-top: 10%;
}

/* Top Footer */
.top-footer{
    position: relative;
}

.top-footer svg{
    position: absolute;
    bottom: -65px;
    z-index: -1;
}

.footer-title{
    text-align: center;
    color: #000;
    font-size: 50px;
    font-family: "Bernadette";
}

.footer-links .list-inline{
    margin-top: 1%;
    margin-bottom: 5%;
}

.footer-links .list-inline li{
    padding: 0 15px;
}

.footer-links .list-inline li a{
    text-decoration: none;
    color: #000;    
    -webkit-transition: all 0.3s;    
    transition: all 0.3s;
}

.footer-links .list-inline li a:hover{
    color: #FBB040;
    cursor: pointer;
}

.footer-links .list-inline li.active a{
    color: #FBB040;
    font-family: 'CenturyGothic-Bold';
}

/* Bottom Footer */
.bottom-footer{
    height: 65px;
    line-height: 65px;
    background-color: #231f20;
    position: relative;
}

.devbynova4{
    height: 65px;
    line-height: 65px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.devbynova4 img{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.devbynova4 span{
    color: #fff;
}

.footer-social{
    text-align: center;
}

.btn-social {
    background-color: transparent;    
    color: #fff;
    border-radius: 0;
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-social:hover,
.btn-social:hover:focus,
.btn-social:focus{
    background-color: transparent;    
    color: #fff;  
    border-color: #FBB040;
}

.footer-pages{
    text-align: right;
}

.footer-pages a{
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-pages a:hover{
    color: #FBB040;
}

/*---- Newsletter Modal ----*/
.modal-newsletter .modal-content{   
    background-color: transparent;    
    border: none;
    border-radius: 0;    
    position: absolute;
    bottom: 0;
    width: 100%;
}

.modal-newsletter .close-modal{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    margin: 15px;    
    cursor: pointer;
}

.modal-newsletter .close-modal:focus{
    background-color: transparent;
    outline: none;    
}

.modal-newsletter .modal-header{    
    background-color: rgba(0, 0, 0, 0.5);
    padding: 60px 0;
    border: none;
}

.modal-newsletter .modal-title{
    color: #fff;
    font-family: "Bernadette";
    text-align: center;
    font-size: 60px;
}

.modal-newsletter .modal-footer{
    background-color: #000;
    border: none;
    height: 65px;
    line-height: 65px;
    padding: 0;
}

.modal-newsletter .modal-footer .modal-footer-left{
    text-align: left;
    color: #fff;
    padding: 0 50px;
}

.modal-newsletter .modal-footer .modal-footer-right form{
    margin-bottom: 0;
}

.modal-newsletter .news-input{
    height: 100%;
    border: none;
    border-radius: 0;
    padding-left: 50px;
    color: #000;
}

.modal-newsletter .news-input::-webkit-input-placeholder {
    color: #000;
}

.modal-newsletter .inner-footer{
    background-color: #FBB040;
    height: 100%;
    text-align: left;
}

.modal-newsletter .news-submit{
    background-color: transparent;
    border: none;
    width: 100%;
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modal-newsletter .news-submit:focus{
    background-color: transparent;
    outline: none;
}

.modal-newsletter .inner-footer svg{
    width: 15%;
}

/*---- Loader ----*/
.loading{
    position: fixed;
    width: 100vw    ;
    height: 100vh;
    top: 0;
    background: #FBB040;
    z-index: 9999;
}

.loading .gear1{
    position: absolute;
    width: 150px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading .gear2{
    position: absolute;
    width: 100px;
    top: calc(40% + 70px);
    left: calc(50% + 105px);
    transform: translate(-50%, -50%);
}

.loading .gear3{
    position: absolute;
    width: 75px;
    top: calc(40% + 100px);
    left: calc(50% - 60px);
    transform: translate(-50%, -50%);
}

.loading .gear1 path{
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.loading .gear2 path,
.loading .gear3 path{
    -webkit-animation-name: spin-reverse;
    animation-name: spin-reverse;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@keyframes spin {
    from {-webkit-transform: rotate(0deg);transform: rotate(0deg); }
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}

@-webkit-keyframes spin-reverse {
    from {-webkit-transform: rotate(0deg);transform: rotate(0deg); }
    to {-webkit-transform: rotate(-360deg);transform: rotate(-360deg);}
}

@keyframes spin-reverse {
    from {-webkit-transform: rotate(0deg);transform: rotate(0deg); }
    to {-webkit-transform: rotate(-360deg);transform: rotate(-360deg);}
}

.typed-cursor{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    display: none;
}

@keyframes blink{
    0% { opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    50% { opacity:0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    100% { opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
}
@-webkit-keyframes blink{
    0% { opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    50% { opacity:0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    100% { opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
}

.typing{
    position: relative;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    text-align: center;
    font-size: 20px;
    font-family: 'CenturyGothic-Bold';
}

.forkit {
    position: fixed;
    right: 0;
    top: 0;
    width: 200px;
    height: 150px;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    cursor: pointer;
}

.forkit .tag {
    display: block;
    height: 45px;
    width: 200px;
    background-image: url("../Images/followus.png");
    background-repeat: no-repeat;   
    -webkit-transform-origin: 15px 0px;
    -moz-transform-origin: 15px 0px;
    -ms-transform-origin: 15px 0px;
    -o-transform-origin: 15px 0px;
    transform-origin: 15px 0px;
}

.forkit .string {
    display: block;
    height: 2px;
    width: 0px;
    position: absolute;

    background: rgba( 255, 255, 255, 1 );
    box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.4 );

    -webkit-transform-origin: 0px 0px;
    -moz-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    -o-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
}

.forkit-curtain {
    position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
}

/****************************************************************************************************************************/
/* web responsive layout */
/* Smartphones Portrait */
@media (max-width: 767px) {       

    .typing{
        font-size: 16px;
    }

    .forkit-curtain {
        height: 100% !important;
    }

    .follow-close {    
        height: 65px;
    }

    .follow-text{
        text-align: center;
        color: #fff;
    }

    .follow-links{
        text-align: center;
    }

    .btn-follow {
        width: 100%;
    }

    .follow-us:after{
        display: none;
    }

    .navbar-collapse{
        background-color: #231F20;
        padding: 0;
        border: 0;
    }

    .navbar-nav{
        margin: 0;
    }

    .navbar-custom li a{
        text-align: center;
        padding-top: 0;
    }

    .navbar-custom li a:after{
        display: none;
    }

    .navbar-toggle{
        color: #FBB040;        
        background-color: transparent !important;
        border: none;
        z-index: 999;
    }

    .bar1, .bar2, .bar3 {
        width: 25px;
        height: 3px;
        background-color: #FBB040;
        margin: 5px 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-5px, 4px) ;
        transform: rotate(-45deg) translate(-5px, 4px) ;
    }

    .change .bar2 {opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -7px) ;
        transform: rotate(45deg) translate(-8px, -7px) ;
    }

    .project-content .phase{
        font-size: 15px;
    }

    .slideshow img {
        width: auto;
        min-height: auto;
        min-width: 100%;
        height: 100%;
    }

    .slick-dots{
        text-align: center !important;
        bottom: -20px !important;
    }

    /****************/
    .landing-section .section-title svg {
        width: 75%;
    }

    .landing-section .bend {
        font-size: 22px;
        margin-top: 0px;
    }

    .link-btn {
        margin-top: 25%;
    }

    .landing-section .spaceship {
        width: 50px;
        bottom: -7.5%;
    }

    /****************/       
    .analyse-section .section-title{
        padding-top: 50px;
    }

    .analyse-section .picture {
        width: 100vw;
    }

    /****************/
    .brainstormin-section .section-title{
        padding-top: 75px;
    }


    .brainstormin-section .picture {
        width: 75vw;
        height: 325px;
        margin-top: 0px;
    }

    /****************/
    .designing-section .picture {
        width: 90vw;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    /****************/
    .shark-section {
        height: 0vh;
    }

    .shark-title{
        font-size: 35px;
    }

    /****************/
    .developing-section .section-title {   
        padding-top: 75px !important;
    }     

    .developing-section .nova h2{   
        font-size: 22px;
        padding: 0 15px;
    }          

    .developing-section .nova p,
    .developing-section .nova span{
        padding: 0 15px;
    }

    /****************/
    .hometop-footer {
        margin-bottom: 0px; 
    }

    .bottom-footer {
        height: auto;
    }

    .footer-title{
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 35px;
    }

    .footer-pages {
        text-align: center;
    }

    .devbynova4{
        text-align: center;
    }

    .devbynova4 span {
        width: 100%;
        display: block;
        white-space: nowrap;
    }

    .novalogo{
        display: none;
    }

    .top-footer svg {
        bottom: 0;
    }

    /****************/
    .about-header {
        margin-top: 30%;
    }

    .about-header-img .picture{
        width: 150px;
        height: 150px;
    }

    .links-cloud{
        margin-top: 10%;
    }

    /****************/        
    .portfolio-img .picture{
        width: 100%;
    }

    .portfolio-grid .section-title{
        padding-top: 0px !important;
    }

    .portfolio-grid li{
        /*width: 100%;*/
    }

    .portfolio-img {
        width: 100%;
        height: 125px;
        margin: 10% 0;
        margin-top: 30%;
    }    

    .project-content{
        width: 90%;
    }

    .project-cover{
        margin: 30px 0 !important;
    }

    /****************/
    .modal-newsletter .modal-footer .modal-footer-left {
        padding: 0 15px; 
    }

    .modal-newsletter .modal-footer {
        height: auto; 
        line-height: 40px;
    }

    .modal-newsletter .news-input{
        height: 50px;
    }

    .modal-newsletter .news-submit {
        height: 50px;
        top: 0%; 
        left: 0%; 
        -webkit-transform: translate(0%, 0%); 
        transform: translate(0%, 0%); 
    }

    .modal-newsletter .inner-footer svg {
        width: 10%;
    }

    /****************/
    .contact-form {
        padding: 50px 0;
    }

    .facebook{
        margin-bottom: 10%;
    }

}


/****************************************************************************************************************************/
/* web responsive layout */
/* Smartphones Landscape */
@media (max-width : 767px) and (orientation : landscape) {      

}

/****************************************************************************************************************************/
/* web responsive layout */
/* Tablets Landscape */
@media (min-width : 768px) and (max-width : 1023px)  {

    .forkit-curtain {
        height: 100% !important;
    }

    .follow-close {    
        height: 65px;
    }

    .follow-text{
        text-align: center;
        color: #fff;
    }

    .follow-links{
        text-align: center;
    }

    .btn-follow {
        width: calc(100% / 5);
    }

    .follow-us:after{
        display: none;
    }

    /****************/
    .landing-section .section-title svg {
        position: relative;
        width: 30%;
    }

    .landing-section .bend {
        font-size: 22px;
        margin-top: 0px;
    }

    .landing-section .spaceship {
        width: 100px;
        bottom: -7.5%;
    }

    /****************/       
    .analyse-section .picture {
        width: 65vw;
    }

    /****************/
    .brainstormin-section .section-title{
        padding-top: 150px;
    }

    .brainstormin-section .picture {
        width: 75vw;
        height: 325px;
        margin-top: 0px;
    }

    /****************/
    .designing-section .picture {
        width: 50vw;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    /****************/
    .shark-section {
        height: 0vh;
    }

    /****************/
    .hometop-footer {
        margin-bottom: 0px; 
    }

    .bottom-footer {
        height: auto;
    }

    .footer-title{
        margin-bottom: 30px;
        font-size: 35px;
    }

    .footer-pages {
        text-align: center;
    }

    .devbynova4{
        text-align: center;
    }

    .devbynova4 span {
        width: 100%;
        display: block;
        white-space: nowrap;
    }

    .novalogo{
        display: none;
    }

    .top-footer svg {
        bottom: 0;
    }

    /****************/
    .about-header {
        margin-top: 15%;
    }

    .links-cloud{
        margin-top: 10%;
    }

    .about-links {
        margin: 0% 0;
        margin-bottom: 10%;
    }

    /****************/    
    .portfolio-grid .section-title{
        padding-top: 0px !important;
    }

    .portfolio-img {
        width: 100%;
        margin: 20% 0;
        margin-top: 15%;
    }

    /****************/
    .modal-newsletter .modal-footer .modal-footer-left {
        padding: 0 15px; 
    }

    .modal-newsletter .modal-footer {
        height: auto; 
        line-height: 40px;
    }

    .modal-newsletter .news-input{
        height: 50px;
    }

    .modal-newsletter .news-submit {
        height: 50px;
        top: 0%; 
        left: 0%; 
        -webkit-transform: translate(0%, 0%); 
        transform: translate(0%, 0%); 
    }

    .modal-newsletter .inner-footer svg {
        width: 10%;
    }

    .modal-newsletter .inner-footer svg {
        width: 5%;
    }

    /****************/    
    .facebook{
        margin-bottom: 10%;
    }



    .forkit{
        display: none;
    }

}


/****************************************************************************************************************************/
/* web responsive layout */
/* Laptops 1024px */
@media (min-width : 1024px) and (max-width : 1439px) {

    .forkit{
        display: none;
    }
    .forkit-curtain{
        display: none;
    }

    /****************/   
    .landing-section .spaceship {
        width: 100px;
    }

    /****************/       
    .analyse-section .picture {
        width: 50vw;
    }

    /****************/
    .brainstormin-section .picture {
        width: 75vw;
        height: 325px;
        margin-top: 5%;
    }    

    /****************/
    .designing-section .picture {
        width: 35vw;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    /****************/
    .shark-section {
        height: 0vh;   
    }


}

/****************************************************************************************************************************/
/* web responsive layout */
/* Laptops 1440px */
@media (min-width : 1440px) and (max-width : 2559px) {

}

/****************************************************************************************************************************/
/* web responsive layout */
/* Laptops 2560px */
@media (min-width : 2560px) {

}