/****************font-faces***************/

@font-face {
    font-family: 'TitilliumLight';
    src: url(../fonts/titillium/Titillium-Light.otf);
    font-weight: normal;
    font-style: normal;
    }

@font-face {
    font-family: 'TitilliumRegular';
    src: url(../fonts/titillium/Titillium-Regular.otf);
    font-weight: normal;
    font-style: normal;
    }
    
@font-face {
    font-family: 'TitilliumBold';
    src: url(../fonts/titillium/Titillium-Bold.otf);
    font-weight: normal;
    font-style: normal;
    }
    
/****************************************/

body {
    width: 100%;
    height: 100%;
    font-family: 'TitilliumRegular';
    color: #333333;
    background-color: #ffffff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: 'TitilliumBold';
    font-weight: 500;
    letter-spacing: 1px;
}

p {
    font-size: 1.1em;
    line-height: 1.5;
}

a {
    color: #00aeef;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #11505d;
    outline: none !important;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: 'TitilliumRegular';
    background-color: #000;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #333333;
}

.navbar-custom .nav li.active {
    outline: 0;
    background-color: #00aeef;

    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(255,255,255,.3);
}

nav.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse div.container div.collapse.navbar-collapse.navbar-right.navbar-main-collapse ul.nav.navbar-nav li a {
    color: #333333;
}

html body#page-top nav.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse div.container div.collapse.navbar-collapse.navbar-right.navbar-main-collapse ul.nav.navbar-nav li.active a.page-scroll {
    color: #ffffff;
}

.navbar-brand {
    padding: 0;
    margin-top: -9px;
}

nav.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse div.container div.navbar-header a.navbar-brand {
	margin-top: 6px;
}

html body#page-top nav.navbar.navbar-custom.navbar-fixed-top div.container div.navbar-header a.navbar-brand.page-scroll img {
    max-width: 130px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    trasition: all 0.5s ease-in-out 0s;
}

html body#page-top nav.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse div.container div.navbar-header a.navbar-brand.page-scroll img {
    max-width: 85px;
}

nav.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse {
    padding: 0px;
}

ul.nav.navbar-nav li div.social-media {
    margin-top: 22px;
}

ul.nav.navbar-nav li div.social-media:before {
    content: "";
    position: absolute;
    margin-left: -1px;
    z-index: -1;
    width: 1px;
    height: 16px;
    margin-top: 4px;
    background-color: #333333;
}

ul.nav.navbar-nav li div.social-media ul {
    margin: 0;
    padding: 0;
}

ul.nav.navbar-nav li div.social-media ul li {
    display: inline-block;
    margin-left: 10px;
}

ul.nav.navbar-nav li div.social-media ul li a img {
    max-width: 16px;
}

nav.navbar.navbar-custom.navbar-fixed-top div.container div.collapse.navbar-collapse.navbar-right.navbar-main-collapse ul.nav.navbar-nav li div.social-media ul li a:hover,
nav.navbar.navbar-custom.navbar-fixed-top div.container div.collapse.navbar-collapse.navbar-right.navbar-main-collapse ul.nav.navbar-nav li div.social-media ul li a:focus,
nav.navbar.navbar-custom.navbar-fixed-top div.container div.collapse.navbar-collapse.navbar-right.navbar-main-collapse ul.nav.navbar-nav li div.social-media ul li a:active {
    background-color: transparent !important;
}

.intro {
    background: url("../img/imac.jpg") no-repeat scroll center center / cover rgba(0, 0, 0, 0);
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: bottom;
}

.intro-text {
    text-align: center;
    padding: 33% 0;
}

.intro-1,
.intro-2,
.intro-3,
.intro-4 {
    font-size: 2em;
}

header.intro div.intro-body div.container div.row div.col-md-8.col-md-offset-2 p.scroller {
    text-align: center;
    margin: 0;
}

p.scroller a.btn.btn-circle.page-scroll,
p.scroller a.btn.btn-circle.page-scroll:focus {
    outline: none !important;
}

html body#page-top nav.navbar.navbar-custom.navbar-fixed-top div.container div.collapse.navbar-collapse.navbar-right.navbar-main-collapse ul.nav.navbar-nav li a.page-scroll {
    background-color: transparent;
    padding: 0;
    margin: 25px 15px;
}

/* Scroll down icon */

@-webkit-keyframes scroll-down-anim {
	0%{ bottom: 5px; }
	50%{ bottom: 11px; }
	100%{ bottom: 5px; }
}
@-moz-keyframes scroll-down-anim {
	0%{ bottom: 5px; }
	50%{ bottom: 11px; }
	100%{ bottom: 5px; }
}
@-o-keyframes scroll-down-anim {
	0%{ bottom: 5px; }
	50%{ bottom: 11px; }
	100%{ bottom: 5px; }
}
@keyframes scroll-down-anim {
	0%{ bottom: 5px; }
	50%{ bottom: 11px; }
	100%{ bottom: 5px; }
}

.scroll-down{
	width: 40px;
	height: 40px;
	margin-left: -20px;
	position: absolute;
	bottom: 20px;
	left: 50%;
    text-align: center;
    text-decoration: none;
    
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 

}

.scroll-down:before{
    display: block;
    content: "";
	width: 30px;
	height: 30px;
    margin: 0 0 0 -10px;
	position: absolute;
	bottom: 0;
	left: 50%;
    background: #00aeef;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    
    z-index: 1;
}

.scroll-down:hover:before{
    opacity: .6;
}

.scroll-down-icon{
    display: block;
    width: 10px;
    height: 17px;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    bottom: 4px;
	color: #ffffff;
    font-size: 1.5em !important;

	
    -webkit-animation: scroll-down-anim 1s infinite;
    -moz-animation: scroll-down-anim 1s infinite;
    -o-animation: scroll-down-anim 1s infinite;
    animation: scroll-down-anim 1s infinite; 
    
   
   z-index: 2;
}

section {
    padding: 80px 0;
}

section#about {
    text-align: left;
    padding-bottom: 40px;
}



/***** Team *****/

section#team {
    background-color: #efefef;
    padding-top: 40px;
}

h1.section-heading {
    text-align: center;
}

.team {
    overflow: hidden;
}

.team .profile-tab {
    padding: 15px;
}

.team .profile-tab .profile {
    background-color: #ffffff;
    height: 100%;
    position: relative;
}

span.rollover {
    background: url(../img/zoom.png) center center no-repeat;
    cursor: pointer;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);

    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

span.rollover:hover {
    opacity: 1;

    -webkit-box-shadow: 0px 0px 12px;
    -moz-box-shadow: 0px 0px 12px;
    -ms-box-shadow: 0px 0px 12px;
    box-shadow: 0px 0px 12px;
}

.team .profile-tab .profile .profile-picture {}

.team div.col-md-3.col-sm-6.col-xs-6.profile-tab div.profile div.profile-picture img {
    width: 100%;
    max-width: 362px;
}

.team .profile-tab .profile .caption {
    background-color: #ffffff;
    padding: 10px;
}

.team div.col-md-3.col-sm-6.col-xs-6.profile-tab div.profile div.caption div.title h4 {
    margin-bottom: 5px;
}

.team div.col-md-3.col-sm-6.col-xs-6.profile-tab div.profile div.caption div.name {
    color: #999999;
}


/***** Services *****/

section#services div.container {
    position: relative;
}

/***** Portfolio *****/

section#portfolio {
	background-color: #efefef;
	}
	
/***** Client *****/

.client > img {
	cursor: pointer;
	}

section#clients div.container div.row div.slider.clients.slick-initialized.slick-slider {
    margin-bottom: 0;
}

.slick-prev:before {
    content: "\f104" !important;
}

.slick-next:before {
    content: "\f105" !important;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'FontAwesome' !important;
    opacity: 1 !important;
    color: #ffffff !important;
}

div.slider.clients.slick-initialized.slick-slider button.slick-prev,
div.slider.clients.slick-initialized.slick-slider button.slick-next {
    background-color: #00aeef;
}

/***** Clients *****/

section#clients {
    padding-top: 40px;
}

.featured-client {
	min-height: 280px;
	}


/***** Modal *****/

body.modal-open {
    overflow:inherit;
    padding-right:inherit !important;
}

.modal-backdrop.in {
    opacity: 0.9;
}

html body#page-top.modal-open div#frank.modal.fade.in div.modal-dialog {
    width: 700px;
}

.modal.fade.in div.modal-dialog div.modal-content div.modal-body {
    padding: 0;
    overflow: hidden;
}

.modal.fade.in div.modal-dialog div.modal-content div.modal-header {
    padding: 0;
    min-height: 0;
    border: none;
}

.modal.fade.in div.modal-dialog div.modal-content {
    border-radius: 0;
}

.modal-open div.modal.fade.in div.modal-dialog div.modal-content div.modal-header button.close {
    position: absolute;
    z-index: 999;
    right: 0;
    opacity: 1;
    margin: 0;
    padding: 4px 8px;
    color: #ffffff;
    background-color: #00aeef;
}

.modal-open div.modal.fade.in div.modal-dialog div.modal-content div.modal-header button.close i.fa.fa-times {
    margin-top: -10px;
    vertical-align: middle;
    font-size: 0.8em;
}

.modal-profile-picture {
    background-color: coral;
    height: 100%;
}

.modal-profile-details {
    margin-left: -15px;
    padding: 15px 30px 15px 0;
}

.modal.fade.in div.modal-dialog div.modal-content div.modal-body div.modal-profile-details div.modal-title h4 {
    margin-bottom: 5px;
}

/******************/

div.md-modal.md-show div.md-content div p {
    font-size: 1em !important;
}

div.md-modal.md-effect-1.md-show div.md-content div.social-profile ul {
    padding: 0;
    margin: 0;
}

div.md-modal.md-effect-1.md-show div.md-content div.social-profile ul li {
    display: inline-block;
    float: right;
}

div.md-modal.md-show div.md-content div.md-title h4 {
    margin-bottom: 5px;
    font-size: 1.3em;
}

div.md-modal.md-show div.md-content div.md-name {
    color: #999999;
}


/***** Services *****/

section#services div.container div.row.services {
    text-align: center;
}

section#services div.container div.row.services div.col-md-4 div.service-1,
section#services div.container div.row.services div.col-md-4 div.service-2,
section#services div.container div.row.services div.col-md-4 div.service-3 {
    padding: 10px;
}

.service-icon {
    text-align: center;
}

/***** Contact Form *****/

#nairobi-details {
	margin-bottom: 30px;
	}
	
.map {
	border: 0px solid #00aeef;
	}

.form {

}

.label-it {
    font-size: 1.3em;
}

ul.fields ul li {
    display: block;
    list-style-type: none;
    margin: 10px 0;
}

ul.fields ul li:first-child {
    width: 70px;
    font-weight: 300;
    vertical-align: top;
}

ul.fields ul li input,
ul.fields ul li textarea {
    border: none;
    padding: 10px;
    font-weight: 400;
    width: 100%;
}

div.form ul.fields ul#field-4 li button[type="submit"] {
    margin-top: 10px;
    padding: 8px;
    background-color: transparent;
    border: 3px double #444444;
    font-weight: 300;
    width: auto !important;

    -webkit-transition: all ease-in-out 0.35s;
    -moz-transition: all ease-in-out 0.35s;
    -o-transition: all ease-in-out 0.35s;
    -ms-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
}

div.form ul.fields ul#field-4 li button[type="submit"]:hover {
    background-color: #00aeef;
    border: 3px double #00aeef;
    color: #ffffff;
}

section#contacts div.container div.row div.col-md-6 div.form ul.fields ul#field-1 li input,
section#contacts div.container div.row div.col-md-6 div.form ul.fields ul#field-2 li input,
section#contacts div.container div.row div.col-md-6 div.form ul.fields ul#field-3 li textarea {
    background-color: #efefef;
    border: 1px solid #333333;
}

section#contacts div.container div.row div.col-md-6 div.contacts-blurb {
    margin-top: 32px;
}



/***** Footer *****/

footer {
    background-color: #262526;
    color: #ffffff;
    margin-top: 100px;
}

.copyright-area.copyright-area__dark {
    background-color: #262526;
}

.copyright-area {
    position: relative;
    font-size: 14px;
    text-align: center;
    color: #919191;
    background-color: #262526;
}

.copyright-area svg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -96px;
    margin-top: -100px;
}

.copyright-area svg path {
    fill: #262526;
}

svg:not(:root) {
    overflow: hidden;
}

.btn--top {
    position: absolute;
    top: -12px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.btn--top_text {
    display: block;
    position: absolute;
    top: -45px;
    left: 50%;
    width: 16px;
    height: 16px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    -moz-transform: translateX(-50%) translateY(-30%);
    -ms-transform: translateX(-50%) translateY(-30%);
    -webkit-transform: translateX(-50%) translateY(-30%);
    transform: translateX(-50%) translateY(-30%);
}

.btn--top_text .btn__arrow--top {
    top: 2px;
}

.btn--top_text .btn__arrow--bottom {
    top: 8px;
}

.btn--top_text .btn__arrow {
    display: block;
    position: absolute;
    left: 50%;
    height: 10px;
    width: 10px;
    border-left: 2px solid white;
    border-top: 2px solid white;
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}


/***** Media Queries *****/


@media(min-width:767px) {
    p {
        line-height: 1.6;
    }
}




@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: rgba(255, 255, 255, 1);
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid #00aeef;
    }
}




@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }
}




@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}





@media(min-width:767px) {
    
}





@media(max-width:1199px) {
    
}





@media(max-width:767px) {
    
}

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}