/*
* ----------------------------------------------------------------------------------------
Author       : creativepersonal
Template Name: venos - Personal portfolio
Version      : 1.0                                          
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.PRELOADER & BOUNCE CCS STYLE
* 03.HOMEPAGE CSS STYLE
    SLIDER BACKGROUND CSS STYLE
    VIDEO BACKGROUND CSS STYLE
* 04.ABOUT CSS STYLE
* 05.SERVICE CSS STYLE
* 06.PORTFOLIO CSS STYLE
* 07.TESTIMONIAL CSS STYLE
* 08.CONTACT CSS STYLE
* 09.FOOTER CSS STYLE
* 10.COMPANY LOGO CSS STYLE

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

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/

body {
    font-size: 18px;
    font-weight: 300;
    height: 100%;
    font-family: 'Glacial Indifference';
    color: #808291;
}

html,
body {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {


    font-family: 'Poppins', sans-serif;


}

@font-face {
    font-family: 'Glacial Indifference';
    src: url('../fonts/GlacialIndifference-Regular.eot');
    src: url('../fonts/GlacialIndifference-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GlacialIndifference-Regular.woff2') format('woff2'),
        url('../fonts/GlacialIndifference-Regular.woff') format('woff'),
        url('../fonts/GlacialIndifference-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

img {
    width: 100%;
}

a:hover {
    text-decoration: none;
}

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

p {
    line-height: 28px;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.no-padding {
    padding: 0
}

.section-padding {
    padding: 120px 0px;
}

.section-title {
    margin-bottom: 60px;
    text-align: center;
}

.section-title h2 {
    font-size: 50px;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-weight: 700;
    margin-top: 0;
    color: #181B31;
}

.white-title h2 {
    color: #fff;
}


a.read-more {
    display: inline-block;
    color: #fff;
    padding: 16px 30px;
    text-transform: capitalize;
    font-size: 16px;
    border: 1px solid #43e97b;
    background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0px 0px 70px rgba(29, 24, 24, 0.09);
    border-radius: 5px;
    margin-top: 30px;
}

a.read-more:hover {
    background: transparent;
    color: #000;
    border: 1px solid #2ED47C;
    -webkit-transition: .3s;
    transition: .3s;
}

.scrollup {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    line-height: 40px;
    cursor: pointer;
    display: none;
    z-index: 2;
    background: #000;
}

.scrollup:hover {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}


/*
* ----------------------------------------------------------------------------------------
* 02.PRELOADER & BOUNCE CCS STYLE
* ----------------------------------------------------------------------------------------
*/

#preloader-area {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    text-align: center
}

.loader {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.loader div {
    display: inline-block;
    background-color: #fff;
    width: 14px;
    height: 14px;
    margin: 3px;
    border-radius: 50%;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.loaded #loader-wrapper {
    visibility: hidden;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.loaded #loader-wrapper,
.loaded .loader {
    -webkit-transition: ease-out .3s;
    -moz-transition: ease-out .3s;
    -o-transition: ease-out .3s
}

.loaded .loader {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.loader .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.loader .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

/*
* ----------------------------------------------------------------------------------------
* 03.HOMEPAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-area {
    height: 100%;
}

.welcome-image-area {
    position: relative;
    height: 100%;
    background: url(../images/bg/mainbg.jpg);
    background-size: cover;
    z-index: 1;
}

.welcome-image-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}


#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.version:after {
    position: absolute;
    content: '';
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 100%;
    width: 100%;
    left: -1px;
    right: -1px;
    bottom: 0;
    z-index: -1;
    background-image: url(../images/bg/banner-angle.png);
}

.header-text {
    margin-top: 60px;
}

.header-text h2 {
    color: #fff;
    font-size: 120px;
    margin-top: 10px;
    font-weight: 900;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.header-text p {
    color: #fff;
    font-size: 20px;
    margin: 0;
    text-transform: capitalize;
}

.header-top-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    padding-top: 30px;
    padding-bottom: 25px;
}

.menu-bg {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    padding-top: 20px;
    padding-bottom: 15px;
}

.logo {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.logo a p {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.mainmenu .navbar-nav li {
    margin-right: 30px;
}

.mainmenu .navbar-nav li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
    padding-left: 0;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 400;
}

.mainmenu .navbar-nav li a:hover {
    background: none;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav li a:focus,
.nav li a:hover {
    background: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    min-height: 0px;
    margin: 0;
}

.menu-bg {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #fff;
    box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    background: #000;
    border: none;
}

.menu-bg .logo {

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-bg .logo a p {
    color: #fff;
}

.menu-bg .mainmenu .navbar-nav li a {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-bg .mainmenu .navbar-nav li a:hover {
    color: #CFCFCF;
}


.mainmenu .navbar-nav li a span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.mainmenu .navbar-nav li a:hover span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.menu-bg .mainmenu .navbar-nav li a span:before {
    background: #CFCFCF;
}



/*
* ----------------------------------------------------------------------------------------
* 04.ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/


.about-text h3 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.about-text h2 {
    margin-bottom: 30px;
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 0;
    color: #181B31;
}


.about-image-list {
    box-shadow: 0px 0px 70px rgba(29, 24, 24, 0.09);
}



/*
* ----------------------------------------------------------------------------------------
* 05.SERVICE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.service-area {
    background: #F9F9F9;
}

.single-service {
    padding: 50px 30px;
    -webkit-transition: .3s;
    transition: .3s;
    background: #fff;
    text-align: center;
}

.single-service:hover {
    box-shadow: 0px 0px 70px rgba(29, 24, 24, 0.09);
    -webkit-transition: .3s;
    transition: .3s;
}

.single-service h4 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s;
    color: #333;
}

.service-icon i {
    font-size: 50px;
    color: #000;
}

.single-service p {
    margin-bottom: 0;
    color: #333;
}


/*
* ----------------------------------------------------------------------------------------
* 06. PORTFOLIO CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.portfolio-area {
    padding-top: 120px;
    padding-bottom: 100px;
}

.portfolio-filter {
    margin-bottom: 40px;
}

.portfolio-filter button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 2px;
    padding: 6px 15px;
    text-transform: uppercase;
    font-size: 12px;
}


.portfolio-filter button:last-child:before {
    display: none
}

.portfolio-filter button.active {
    color: #000;
    font-weight: 700;
}

.row-portfolio {
    margin: 0 -10px
}

.row-portfolio .portfolio-item {
    padding: 0 10px;
}

.portfolio-wrapper {
    position: relative;
}

.portfolio-wrapper:hover {
    box-shadow: 0px 0px 70px rgba(29, 24, 24, 0.09);
}

.portfolio-item {
    width: 33.33%;
    float: left;
    margin-bottom: 20px;
}

.portfolio-image img {
    width: 100%;
}

.portfolio-image {
    position: relative;
}

.portfolio-image:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.portfolio-wrapper:hover .portfolio-image:before {
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.view-icon {
    text-align: center;
    top: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    z-index: 9;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    margin-top: -40px;
    left: 0;
    position: absolute;
    right: 0;
}

.portfolio-wrapper:hover .view-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.view-icon a {
    background: #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    width: 70px;
    font-size: 20px;
}

.view-icon a:hover {
    background: #fff;
}

.view-icon a i {
    color: #000;
}

.portfolio-caption h4 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding-bottom: 6px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
}

.portfolio-caption p {
    text-transform: capitalize;
}

.portfolio-caption {
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding: 15px;
    position: absolute;
    bottom: 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}

.portfolio-wrapper:hover .portfolio-caption {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    bottom: 15px;
}

/*
* ----------------------------------------------------------------------------------------
* 07.TESTIMONIAL CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.testimonial-area {
    background: #000;
}


.single-testimonial {
    text-align: center;
    padding-right: 30px;
}


.single-testi-des {
    margin-bottom: 30px;
    color: #333;
    font-size: 30px;
}

.single-testi-des p {
    color: #fff;
    font-size: 18px;
    font-style: italic;
    padding: 0px 150px;
}

.single-testimonial img {
    width: 70px;
    border-radius: 50%;
    margin: 0 auto;
}

.testi-name {}

.testi-name h2 {
    font-size: 24px;
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
}

.testi-name h3 {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: 4px;
}

.owl-theme .owl-controls {
    margin-top: 30px;
    text-align: center;
    margin-left: -20px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 5px;
    height: 5px;
    margin: 5px 7px;
    filter: Alpha(Opacity=1);
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    border: 1px solid #fff;
    background: #fff;
}


/*
* ----------------------------------------------------------------------------------------
* 08.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.contact-area {
    background: #000;
}


.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #f1f1f1;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    padding: 20px 0px;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 30px;
}

.form-control:focus {
    border-color: #f1f1f1;
    outline: 0;
    box-shadow: none;
}

.contact-form button {
    display: inline-block;
    color: #fff;
    padding: 15px 35px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #f1f1f1;
    background-color: #000;
    font-weight: 600;
    width: 200px;
    margin-bottom: 0;
}

.contact-form button:hover {
    background: #f1f1f1;
    color: #000;
    border: 1px solid #f1f1f1;
    -webkit-transition: .3s;
    transition: .3s;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

/*
* ----------------------------------------------------------------------------------------
* 09.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.footer-area {
    background: #000;
}

.single-contact-info {
    text-align: center;
}

.single-contact-info i {
    font-size: 40px;
    color: #fff;
}

.single-contact-info h2 {
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px;
}

.single-contact-info p {
    margin-bottom: 0;
    color: #aeaeae;
}

.footer-text {}

.footer-text h2 {
    font-size: 16px;
    color: #f7f7f7;
    margin: 0;
}


.footer-text p {
    font-size: 14px;
    color: #f7f7f7;
    margin-bottom: 0;
    text-align: right;
}

/*
* ----------------------------------------------------------------------------------------
* 10.COMPANY LOGO CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.company-logo-area {
    padding: 100px 0px;
}

.single-company-logo {
    text-align: center;
}

.single-company-logo img {
    width: 135px;
}



/*
* ----------------------------------------------------------------------------------------
* PREVIEW CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.preview-body {
    background: #fafafa;
}

.demo-area {
    height: 500px;
}

.demo-area .header-text h2 {
    margin-bottom: 50px;
    font-size: 60px;
}

.demo-area .header-text h2 span {
    color: #000;
}

.preview-single-image img {
    width: 100%;
}

.preview-single-image {
    -webkit-transition: 1s;
    transition: 1s;
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.preview-single-image:hover {
    -webkit-transition: 1s;
    transition: 1s;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.preview-single-image h2 {
    font-size: 20px;
    text-align: center;
    color: #000;
    background: #fff;
    margin: 0;
    padding: 30px 20px;
}

.preview-header-top-area {
    padding: 50px 0px;
}

.preview-header-top-area h2 {
    font-size: 80px;
    color: #2ED47C;
    text-transform: capitalize;
    font-weight: 900;
}

.preview-header-top-area p {
    color: #333;
    font-size: 30px;
    font-weight: 300;
}

.main h2 {
    color: #000;
}

.main {
    padding-top: 100px;
    padding-bottom: 100px;
}

.preview-single-image img {
    width: 100%;
}
a.slide-btn {
    margin: 0px 5px;
    display: inline-block;
    color: #000;
    padding: 16px 30px;
    text-transform: capitalize;
    font-size: 16px;
    border: 1px solid #fff;
    background-color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0px 0px 70px rgba(29, 24, 24, 0.09);
    border-radius: 5px;
}

a.slide-btn:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

a.slide-btn.other-btn {
    background: transparent;
}

a.slide-btn.other-btn:hover {
    background: #2ED47C;
}
