/* --------------------------------- */
/* Css Styles                        */
/*---------------------------------- */

/**
	Berlin - Portfolio Template 
	Author : Tavonline
	Copyright 2018

/* Table of Content
==================================================
	
	1. Body and Core Css
	2. Home Section
	3. About Section
	4. Portfolio Section
	5. Contact Section
	6. Responsive
	7. Slider & Video Home


/*------------------------ 1 Body and Core Css ------------------------*/		

body{
	font-family: 'Poppins', sans-serif;
}

html{
	height: 100%;
}

img{
    height: auto;
}

.responsive{
    display: none;
    font-size: 23px;
}
    
.active{
    color:#afafaf;
}

/*preloader */
.loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(164,63,81);
    background: linear-gradient(0deg, rgba(164,63,81,1) 0%, rgba(220,137,129,1) 50%, rgba(164,63,81,1) 100%);    z-index: 9999;
}

.loader {
    height: 1px;
    background-color: #fff;
    position: absolute;
    z-index: 9999;
}


/*------------------------ 2 Home ------------------------*/		

.home{
    width: 100%;
    display: table;
}

.diag .home{
    background: url(../images/gaia-hope-intro.jpg) bottom right fixed;
    background-size: cover;
}

.home-content{
   display: table-cell;
   vertical-align: middle;
   text-align: center;
   z-index: 2;
   position: relative;
}

.home-content h1, .home-content .home-logo{
   font-size: 64px;
   color: #fff;
   font-weight: 500;
   letter-spacing: -3px;
   text-shadow: 0.05em 0.05em 0.08em rgba(0,0,0,0.6);
}

.home-content h1 span{
    font-weight: 200;
}

.home-logo img{
    -webkit-filter: drop-shadow(0.05em 0.05em 0.08em rgba(0,0,0,0.6));
    filter: drop-shadow(0.05em 0.05em 0.08em rgba(0,0,0,0.6));
}

.social {
    text-shadow: 0.12em 0.12em 0.15em rgba(0,0,0,0.75);
}

.social a{
    color: #fff;
    font-size: 32px;
    margin: 0 20px 0 5px;
    transition: all ease 0.3s;
}


.social a:hover{
    transition: all ease 0.3s;
    opacity: 0.7;
    text-decoration: none;
}

.diag .social p {
    color: #fff;
    font-size: 24px;
    line-height: 2em;
    font-weight: 200;
}

.home-footer {
    position: absolute;
    bottom: 0;
    z-index: 100;
    padding: 10px 0;
    font-size: 12px;
    font-weight: 200;
    color: #000;
}

.fw200{
    font-weight: 200;
}

.fw500{
    font-weight: 500;
}

.diagonal{
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    background: #fff;
    float: left;
    z-index: 1000;
}

.diagonal-gray{
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    background: #fff;
    float: left;
    z-index: 100;
    margin-top: 90px;
}

.diagonal-gray path {
       fill: #f5f5f5;
}

.diagonal-white{
    background: #f5f5f5;
    margin-bottom: -6px;
    margin-top: 60px;
}

.diagonal-white path {
    fill: #fff;
    stroke: #f5f5f5;
    stroke-width: 0;
}

.diagonal.home-left{
    position: absolute;
    bottom: 0;
    left: 0;
    background: none;
    z-index: 99;
}

.diagonal.home-right{
    position: absolute;
    bottom: 0;
    right: 0 !important;
    background: none;
    z-index: 99;
    left: auto;
}

.diagonal.home-left, .diagonal.home-right path {
    fill: #fff;
    stroke: #fff;
    stroke-width: 0;
}

.diag p{
    font-size: 15px;
    color: #748182;
    line-height: 28px;
}

.diag .section-title.dleft{
    text-align: left;
    padding: initial;
}

.diag .section-title.dleft .portfolio_filter ul{
    float: left;
}

.diag .section-title.dright{
    text-align: right;
    padding: initial;
}

.diag section{
    position: relative;
}

.diag .contact .contact-info li{
    line-height: 36px;
    font-size: 14.5px;
    color: #414141;
    text-align: left;
    list-style: none;
}

.diag .page-title.sub{
    font-size: 23px;
    text-align: right;
    width: 100%;
    float: right;
}

.diag .page-title.sub h5{ 
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 15px;
}

.diag .social-icons a {
    color: #000;
    font-size: 13px;
    width: 26px;
    height: 18px;
    display: inline-block;
}

.diag .home-content .container > *{
    text-align: left;
    margin-bottom: 7.5vh;
}

.diag .home-content .home-down.bounce{
    float: left;
    padding: 50px 74px 0;
}

.social-icons a:hover {
    font-size: 15px;
}

.fb:hover{
    color: #3b5998!important;
    transition: all ease 0.1s;
}

.tw:hover{
    color: #55acee!important;
    transition: all ease 0.1s;
}

.ins:hover{
    color: #cd486b!important;
    transition: all ease 0.1s;
}

.bh:hover{
    color: #1769ff!important;
    transition: all ease 0.1s;
}

.dr:hover{
    color: #ea4c89!important;
    transition: all ease 0.1s;
}

@media screen and (max-width: 991px) {

    .home-logo img{
        width: 180px;
    }
    
    .home-content h1{
        font-size: 50px;
    } 

}

@media screen and (max-width: 767px) {

    .home-logo img{
        width: 140px;
    }
    
    .home-content h1{
        font-size: 32px;
        letter-spacing: -1px;
    }
    
    .social a{
        margin: 0 10px;
        font-size: 24px;
    }

    .diag .social p{
        font-size: 18px;
    }
    
    .social a:first-child {
        margin-left: 0;
    }

    .home-footer {
        position: relative;
        padding: 5px 0 10px 0;
        font-size: 10px;
    }

    .responsive{
        float: right;
        display: block;
    }
    
    .diagonal, .diagonal-gray, .diagonal-white{
        height: 70px;
    }
    
}
