/*-----------------------------------------------------------------------------------
Template Name: New HTML5 Template,
Template URI: http://www.themectg.com
Description: This is html5 template
Author: Themectg
Author URI: http://www.themectg.com
Version: 1.0
-----------------------------------------------------------------------------------
CSS INDEX
===================
1. Google font
2. Theme Default CSS
3. Helper-class
4. Button-style
5. Mainmenu-area
6. Section-Background
7. Header-style
8. Headline-style
9. Skills-area
10. Service-area
11. Work-area
12. Team-area
13. Bar-effect-css
14. Masp style
15. Form-style
16. Scroll-To-Top-Button
17. Preloader-css
-----------------------------------------------------------------------------------*/


/*-----------------
1. Google font
------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

/*-------------------
2. Theme Default CSS
--------------------*/

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #333333;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #000000;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 600;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
    background: url('images/bg1.jpg') no-repeat fixed center center / cover;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


.relative {
    position: relative;
}
.header-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -9;
}
.header-bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.9;
}

.header-text {
    color: #ffffff;
}
#particles {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fill {
    padding: 0 !important;
    margin: 0 !important;
}
.single-item {
  margin: 0 30px;
    position: relative;
}
.side-title {
    font-size: 50px;
}
.single-item img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-item:hover img {
    -webkit-filter: brightness(0.3);
    filter: brightness(0.3);
}

.single-item .view-icon {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    color: #ffffff;
    display: inline-block;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.single-item:hover .view-icon {
    opacity: 1;
}
.btn.btn-warning {
    padding: 10px 30px;
    border-radius: 100px;
}