/*
* ----------------------------------------------------------------------------------------
Author       : DuezaThemes
Author URL   : https://dueza.com/
Template Name: AboutMe
Version      : 1.0
* ----------------------------------------------------------------------------------------
*/

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    background: #000;
}

html,
body {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
}

a {
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: "Montserrat", sans-serif;
}

a:hover {
    text-decoration: none;
}

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

img {
    width: 100%;
}

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

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

.no-padding {
    padding: 0
}

.section-padding {
    padding: 60px 0
}

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

.preloader-area {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #000;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30px;
    width: 30px;
    margin-left: -15px;
    margin-top: -15px;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.single-image{
    padding: 20px;
}
.single-image img{
    width: 100%;
    transition: 1s;
}
.single-image img:hover{
    opacity: .2;
    transition: 1s;
}
.single-image h2{
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.header-top-area{
    padding: 50px 0px;
}
.header-top-area h2{
    font-size: 60px;
    color: #fff;
}
.header-top-area p{
    color: #ccc;
    font-size: 30px;
}

.bg-off-white {
  background: #f8f8f8;
}

.section-title h1 {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 24px;
  margin: 50px 0 25px 0;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 13px;
}

.section-title p {
  padding-bottom: 13px;
}

/*.section-title::before {
  width: 64px;
  height: 1px;
  background: #dddddd;
  margin-left: -32px;
  bottom: 0px;
  left: 50%;
  content: "";
  position: absolute;
}*/

.preview-filter {
    margin-bottom: 50px;
}

.preview-filter .filter {
    background-color: #eee;
    border: medium none;
    border-radius: 2px;
    color: #202020;
    cursor: pointer;
    display: inline-block;
    margin: 4px;
    padding: 7px 22px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.preview-filter .filter.active, .preview-filter .filter:hover {
    background: #f8b239 none repeat scroll 0 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
}

#preview-container .mix {
    display: none;
    margin-bottom: 30px;
}

.single-preview {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease 0s;
}

.single-preview:hover {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}

.preview-img {
}

.preview-img a {
    display: block;
    position: relative;
}

/*-----------------------------*/
/*  WHITE VERSION              */
/*-----------------------------*/

/*white-version-yellow*/
.white-version-yellow .preview-img a::before {
    background: #f8d706 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}
/*white-version-pink*/
.white-version-pink .preview-img a::before {
    background: #ed1d7f none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}
/*white-version-orange*/
.white-version-orange .preview-img a::before {
    background: #f37222 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}
/*white-version-red*/
.white-version-red .preview-img a::before {
    background: #ef3b29 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}
/*white-version-teal*/
.white-version-teal .preview-img a::before {
    background: #008181 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}
/*white-version-sky*/
.white-version-sky .preview-img a::before {
    background: #41b8d4 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}
/*white-version-blue*/
.white-version-blue .preview-img a::before {
    background: #497cbf none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}
/*white-version-gold*/
.white-version-gold .preview-img a::before {
    background: #ccab5c none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}
/*white-version-olive*/
.white-version-olive .preview-img a::before {
    background: #a89f35 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}
/*white-version-green*/
.white-version-green .preview-img a::before {
    background: #96c346 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}
/*white-version-black*/
.white-version-black .preview-img a::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}



.single-preview:hover .preview-img a::before {
    opacity: 0.9;
}

.preview-img a::after {
    color: #fff;
    content: "LIVE DEMO";
    font-family: "Merriweather",serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: capitalize;
    top: 20%;
    transition: all 0.3s ease 0s;
}

.single-preview:hover .preview-img a::after {
    opacity: 1;
    top: 44%;
}

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

.preview-title {
    background: #fff none repeat scroll 0 0;
    padding: 30px 0;
}

.preview-title h2 {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}

.preview-title span {
    display: block;
    line-height: 16px;
    margin-top: 5px;
    text-transform: capitalize;
}

a.other-templates {
    background: #96c346 none repeat scroll 0 0;
    border: 1px solid #96c346;
    color: #fff;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 24px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
}

a.other-templates:hover {
    background: transparent;
    border: 1px solid #96c346;
    color: #000;
}

.footer-bottom-area p i{
    color: #ef3b29;
    margin-left: 5px;
}


.footer-bottom-area{
    padding: 100px 0px;
	background-color: #000;
}

.main h2{
    color: #fff;
}