/* CSS Document 
   
Theme Name:Tekyinky Ventures
Description: A copyright wordpress design for Tekyinky Ventures.
Author:Seun Crowther
Author URI:http://seuncrowther.com.ng
Version:1.0
.
*/
@font-face {
	font-family: 'Montserrat-bold';
	src:url('assets/fonts/montserrat/Montserrat-Bold.ttf');
}

@font-face {
	font-family: 'Montserrat-regular';
	src:url('assets/fonts/montserrat/Montserrat-Regular.ttf');
}

@font-face {
	font-family: 'Montserrat-light';
	src:url('assets/fonts/montserrat/Montserrat-Light.ttf');
}
*{
    box-sizing: border-box;
}
body, html{
    padding:0;
    margin:0;
    position:relative;
}
header{
    transition:.6s;
    width:100%;
    display:inline-block;
}
header.sticky-header{
    transition:.6s;
    position:fixed;
    top:0;
    left:0;
    z-index:5;
}
.top-header{
    transition:.6s;
    width:100%;
    border-bottom:1px solid #F2F2F2;
    padding:5px 0;
}
header.sticky-header .top-header{
    transition:.6s;
    display:none;
}
.top-header-inner{
    width:80%;
    margin:auto;
    display:flex;
    flex-direction:row;
}
.top-header-inner span{
    color:#333;
    font-size:12px;
    font-family: 'Montserrat-light';
}
.top-header-inner span:first-child{
    border-right:1px solid #000;
    padding-right:10px;
    margin-right:10px;
}
nav{
    width:100%;
    display: inline-block;
    background:#000;
}
.nav-inner{
    width:80%;
    margin:auto;
}
.mobile-nav{
    width:100%;
    padding:5px 0;
    display:none;
}
.hamburger-container{
    width:25px;
    height:25px;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    cursor:pointer;
}
.hamburger-container span{
    width:100%;
    height:3px;
    background:#FFF;
    border-radius:10px;
}
.hamburger-container span:nth-child(2){
    width:80%;
}
.hamburger-container span:nth-child(3){
    width:60%;
}
.logo{
    transition:.6s;
    width:100px;
    height:100px;
    margin:auto;
    float:left;
}
header.sticky-header .logo{
    transition:.6s;    
    width:80px;
    height:80px;
}
.logo img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.navigation{
    min-width:100px;
    float:right;
}
.menu{
    width:100%;
    display:flex;
    flex-direction: row;
    padding:0;
    margin:0 auto;
    list-style:none;
    justify-content: center;
}
.menu-item{
    transition:.6s;
    line-height:100px;
    padding:0 20px;
}
header.sticky-header .menu .menu-item{
    transition:.6s;
    line-height:80px;
}
.menu-item a{
    text-decoration:none;
    font-family: 'Montserrat-regular';
    color:#FFD700;
}
.slider{
    width:100%;
    height:400px;
    background-image:url('assets/images/hero-bg.jpg');
    background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    position:relative;
}
.slider-overlay{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background: rgba(0, 0, 0, 0.45);
    align-content: center;
    justify-content: center;
}
.slider-overlay .txt-container{
    width:80%;
    margin:auto;
}
.slider-overlay h4{
    color:#FFF;
    font-family:'Montserrat-regular';
    align-items: center;
    margin:10px 0 10px 0;
}
.slider-overlay h5{
    color:#FFF;
    font-family:'Montserrat-regular';
}
.slider-overlay h1{
    font-size:40px;
    color:#FFF;
    font-family:'Montserrat-bold';
    margin:150px 0 10px 0;
}
.slider-overlay .txt-container .abt-btn{
    transition:.6s;
    display:inline-block;
    padding:10px 30px;
    background:#FFD700;
    text-decoration:none;
    color:#000;
    font-family:'Montserrat-light';
}
.slider-overlay .txt-container .abt-btn:hover{
    transition:.6s;
    color:#FFD700;
    background:#000;
}
.page-slider{
    width:100%;
    height:350px;
    background-image:url('assets/images/hero-bg.jpg');
    background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    position:relative;
}
section{
    width:100%;
    padding:50px 0;
}
section .services-intro{
    width:80%;
    margin:auto;
    display:flex;
    flex-wrap: wrap;
    flex-direction:row;
    justify-content: space-between;
}
.services-intro .about-intro{
    width:40%;
    padding-right:20px;
}
.services-intro .about-text{
    width:100%;
    overflow:auto;
    padding-right:20px;
}
.services-intro .about-intro .title{
    width:100%;
    font-size:30px;
    font-family:'Montserrat-regular';
    color:#000;
}
.services-intro .about-intro .about{
    width:100%;
    line-height:30px;
    font-family:'Montserrat-light';
    color:#333;
    margin-top:20px;
}
.services-intro .service-card{
    width:calc(30% - 20px);
    background:#FFF;
    border-radius:0;
    padding:20px 0;
    box-shadow: 0 0 30px 0 rgba(62,46,99,.08);
}
.service-card{
    display:flex;
    flex-direction:column
}
.service-card h3{
    font-family:'Montserrat-bold';
    padding:10px;
    line-height:20px;
    margin:0;
}
.service-card span{
    font-family:'Montserrat-regular';
    padding:10px;
    cursor:pointer;
    color:#333;
}
.service-card span i{
    color:#FFD700;
}
.service-card span:hover{
    background:#000;
    color:#FFF;
}
.home-button{
    display:inline-block;
    padding:10px 20px;
    background:#FFD700;
    margin-top:15px;
}
.home-button a{
    color:#000;
    font-family:'Montserrat-regular';
    text-decoration:none;
}
.page-content{
    width:100%;
}
.page-content-inner{
    width:80%;
    margin:auto;
}
.about-container{
    display:flex;
    flex-direction:row;
    padding:50px 0;
    justify-content: space-between;
    height:auto;
}

.about-text{
    width: 70%;
    display:inline-block;
}
.mission-vision-container{
    width:calc(30% - 20px);
    display:flex;
    flex-direction:column;
}
.mission-statement{
    width:100%;
    background:#FFF;
    box-shadow: 0 0 30px 0 rgba(62,46,99,.08);
    padding:20px;
    margin-bottom:20px;
}
.vision-statement{
    width:100%;
    background:#FFF;
    box-shadow: 0 0 30px 0 rgba(62,46,99,.08);
    padding:20px;
}
.about-text .title{
    width:100%;
    font-size:30px;
    font-family:'Montserrat-regular';
    color:#000;
}
.about-text .about{
    width:100%;
    line-height:30px;
    font-family:'Montserrat-light';
    color:#333;
    margin-top:20px;
}
.statement-logo{
    width:30px;
    height:30px;
    background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
    float:left;
}
.mission-icon{
    background-image:url('assets/img/mission-icon.svg');
}
.vision-icon{
    background-image:url('assets/img/vision-icon.svg');    
}
.statement-title{
    line-height:30px;
    width:calc(100% - 30px);
    font-family:'Montserrat-regular';
    font-size:20px;
    float:right;
    padding-left:10px;
}
.statement{
    width:100%;
    line-height:30px;
    font-family:'Montserrat-light';
}
.core-values-container{
    width:100%;
    height:100px;
}
.core-values-container h3{
    font-family:'Montserrat-regular';
}
.core-items-container{  
    width:100%;  
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.core-items{  
    width:calc(50% - 10px);
    background:#FFF;
    box-shadow: 0 0 30px 0 rgba(62,46,99,.08);
    margin-bottom:20px;
}
.core-items .title{
    width:100%;
    line-height:40px;
    font-size:16px;
    color:#000;
    font-family:'Montserrat-regular';
    background:#FFD700;
    border-left:5px solid #000;
    padding-left:5px;
    position:relative;
    cursor:pointer;
    text-transform: uppercase;
}
.core-items .title i{
    position:absolute;
    top:30%;
    right:10px;
    font-weight:normal;
    font-size:16px;
}
.core-items .note{
    width:100%;
    color:#333;
    font-family:'Montserrat-light';
    padding: 10px;
    display:none;
}
.contact-content{
    width:100%;
    display:flex;
    flex-direction:row;
    padding:30px 0;
}
.form-spc{
    width:60%;
    padding:0 20px;
}
.form-spc h3{
    font-family:'Montserrat-regular';
}
.description-spc{
    width:40%;
}
.description-spc h3{
    font-family:'Montserrat-regular';
}
.contact-dets{
    width:100%;
    padding:10px 0;
}
.contact-dets-head{
    color:#000;
    font-family:'Montserrat-regular';
    margin-bottom:10px;
}
.contact-dets-info{
    font-family:'Montserrat-light';
    font-style: italic;
    color:#333;
    line-height:30px;
}
.contact-dets-info a{
    width:100%;
    line-height:30px;
    display:inline-block;
    font-size:14px;
    color:#FFD700;
}
.map{
    width:100%;
    height:200px;
    margin-bottom:20px;
}
.wpcf-text{
    width:100%;
    padding:10px;
    border:#F2F2F2 1px solid;
    margin-bottom:20px;
}
.wpcf-textarea{
    width:100%;
    padding:10px;
    border:#F2F2F2 1px solid;
    margin-bottom:20px;
}
.wpcf-submit{
    transition:.6s;
    padding:10px 25px;
    background:#FFD700;
    color:#000;
    font-family:'Montserrat-light';
    font-size:14px;
    cursor:pointer;
    border:0;
}
.wpcf-submit:hover{
    transition:.6s;
    color:#FFD700;
    background:#000;
}
footer{
    width:100%;
    background:#000;
    padding:20px 0 0 0;
}
.footer-inner{
    width:80%;
    display:flex;
    flex-direction:row;
    margin:auto;
}
.footer-content:first-child{
    width:40%;  
    padding:20px;
    border-radius:5px;
}
.footer-content{
    width:calc(30% - 20px);
    padding:20px;
    border-radius:5px;
}
.footer-content .footer-link{
    display:inline-block;
    width:100%;
    line-height:30px;
}
.footer-content .footer-link a{
    text-decoration:none;
    font-family:'Montserrat-light';
    font-size:12px;
    color:#FFD700;
    text-transform: uppercase;
}
.footer-content h2{
    font-family:'Montserrat-regular';
    color:#FFF;
}
.footer-content .footer-note{
    font-family:'Montserrat-light';
    color:#FFF;
    font-size:12px;
    line-height:30px;
}
.footer-content .socials{
    width:100%;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer-content .socials .social-item{
    color:#FFF;
    width:30px;
    height:30px;
}
.copyright{
    width:80%;
    padding:20px 0;
    color:#F2F2F2;
    font-family:'Montserrat-light';
    font-size:10px;
    text-align:center;
    border-top:1px solid rgba(255, 255, 255, 0.15);
    margin:auto;
}

@media(max-width:900px){
    .logo{
        width:100%;
        float:none;
        text-align:center;
        padding-top:10px;
    }
    header.sticky-header .logo{
        transition:.6s;    
        width:80px;
        height:80px;
    }
    .logo img{
        width:80px;
        height:auto;
        object-fit: cover;
    }
    .top-header{
        display:none;
    }
    .mobile-nav{
        display:block;
    }
    .navigation{
        min-width:100%;
        float:none;
    }
    .menu{
        flex-direction: column;
        padding:0;
        display:none;
    }
    .menu-item{
        width:100%;
        line-height:30px;
        padding:10px 0;
    }
    .nav-inner{
        width:90%;
    }
    .slider{
        height:300px;
    }
    .slider-overlay .txt-container{
        width:90%;
    }
    .slider-overlay h4{
        color:#FFF;
        font-family:'Montserrat-regular';
        align-items: center;
        margin:10px 0 10px 0;
    }
    .slider-overlay h5{
        color:#FFF;
        font-family:'Montserrat-regular';
    }
    .slider-overlay h1{
        font-size:40px;
        color:#FFF;
        font-family:'Montserrat-bold';
        margin:30px 0 10px 0;
    }
    header.sticky-header{
        position:relative;
    }
    header.sticky-header .menu .menu-item{
        line-height:40px;
    }
    section .services-intro{
        width:90%;
        flex-direction:column;
    }
    .services-intro .about-intro{
        width:100%;
        padding:20px 0;
    }
    .services-intro .about-text{
        width:100%;
        overflow:auto;
        padding-right:0;
    }
    .services-intro .about-intro .title{
        width:100%;
        font-size:24px;
        font-family:'Montserrat-regular';
        color:#000;
    }
    .services-intro .about-intro .about{
        width:100%;
        line-height:25px;
        font-family:'Montserrat-light';
        color:#333;
        margin-top:10px;
    }
    .services-intro .service-card{
        width:100%;
        padding:20px 0;
        margin-bottom:20px
    }
    .service-card{
        display:flex;
        flex-direction:column
    }
    .service-card h3{
        padding:10px;
        line-height:20px;
    }
    .service-card span{
        padding:10px;
        color:#333;
    }
    .footer-inner{
        width:90%;
        display:flex;
        flex-direction:column;
    }
    .footer-content:first-child{
        width:100%;  
        padding:20px 0;
    }
    .footer-content{
        width:100%;
        padding:20px 0;
    }
    .about-container{
        flex-direction:column;
        padding:30px 0;
    }    
    .about-text{
        width: 100%;
        display:inline-block;
        min-height:500px;
        overflow:auto;
    }
    .mission-vision-container{
        width:100%;
        display:inline-block;
    }
    .page-content-inner{
        width:90%;
    }
    .about-text .title{
        font-size:24px;
    }
    .core-items-container{  
        width:100%;
        display:inline-block;  
    }
    .core-items{  
        width:100%;
        margin-bottom:20px;
    }
    .core-items .title{
        font-size:14px;
    }
}