/*-----------------------------------------------------------------
Author       : Codexboss
Template Name: Alvah Creative Personal Portfolio Template
Developed    : Codexboss
Version      : 1.0                                       
-----------------------------------------------------------------*/

/*--------------------------------------
Table Of Index
============================
1. Reset css
2. Style Css
    2.1 Navigation
    2.2 Banner
    2.3 Seravices
    2.4 About Me
    2.5 Portfolio
    2.6 Testimonial
    2.7 Contact
    2.8 footer
    2.9 Extras
3. Responsive Css
--------------------------------------*/

/*=============================================
Start Default Settings
=============================================*/
body{
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #666;
    font-family: 'Raleway', sans-serif;
}
ul,li{
    padding: 0;
    margin: 0;
    list-style: none;
}
a,
a:hover,
a:focus,
input,
button,
textarea{
    text-decoration: none;
    outline: none;
}

/*-----------Typography Settings-------------*/
h1,h2,h3,h4,h5,h6,p{
    padding: 0;
    margin: 0;
}
h1 {
    color: #fff;
    font-size: 65px;
    font-weight: 600;
    line-height: 80px;
    text-transform: capitalize;
}
h2 {
    color: #333;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 1.3px;
    line-height: 50px;
    text-transform: uppercase;
}
h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
}
h4 {
    color: #333;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
}
h5 {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
}
p {
    color: #666;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.2px;
}

/*-----------Spacing Css-------------*/
.pt-1{
    padding-top: 67px;
}
.ptb-1{
    padding-top: 86px;
    padding-bottom: 90px;
}
.pb-2{
    padding-bottom: 58px;
}
.mb-1{
    margin-bottom: 30px;
}
.mb-2{
    margin-bottom: 90px;
}
.ptb-3{
    padding-top: 50px;
    padding-bottom: 42px;
}

/*-----------Alignment Css-------------*/
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}

/*-----------Color Css-------------*/
.bg-1{
    background: #f5f5f5;
}
.bg-2{
    background: #222;
}
.white {
    color: #fff;
}

/*-----------All Transition Settings-------------*/
.logo,
.main-menu .navbar-nav > li > a,
.main-menu .navbar-nav > li > a::before,
.sticky .main-menu .navbar-nav > li > a,
.single-resume-item::after,
.portfolio-menu button,
.portfolio-overlay,
.portfolio-item-content,
.portfolio-menu button,
.project-title,
.contact-icon i,
.btn2,.btn-5,.read-btn,
.author-link .btn-3,.author-link .btn-4,
.scroll-top,
.social-link ul li a i,
.blog-social-link li a i,
ul.blog-pagination li a,
.comments .auther-img,
.cat-list li a,
.tag-list > a,
.not-visible,
.switcher-area,
.style-info {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

/*-----------Common Section-------------*/
.section-top-title p {
    color: #666;
    font-size: 15px;
    line-height: 25px;
    padding-top: 10px;
    text-transform: capitalize;
}
/*=============================================
            End Default Settings
=============================================*/

/*=============================================
            Start Header Area
=============================================*/
header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.header-area {
    position: absolute;
    width: 100%;
}
.logo {
    padding-top: 25px;
}
.logo p {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    text-transform: capitalize;
}
header.sticky .logo{
    padding-top: 18px;
}
header.sticky .logo p{
    color: #333;
}
.navbar-nav > li {
    display: inline-block;
    margin-right: 20px;
}
.navbar-nav > li:last-child{
    margin-right: 0;
}
.main-menu .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    position: relative;
    text-transform: uppercase;
}
.main-menu .navbar-nav > li > a::before {
    background: #fff;
    bottom: 0;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.main-menu .navbar-nav > li:hover ::before {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.main-menu .navbar-nav > li:last-child > a{
    padding-right: 0;
} 
.nav > li > a:focus, .nav > li:hover a {
    color: #fff;
    background-color: transparent;
}
.navbar {
    border: 0;
    margin-bottom: 0;
}
.navbar-toggle {
    cursor: pointer;
}
.sticky .main-menu .navbar-nav > li > a{
    color: #333;
    line-height: 40px;
}
header.sticky .main-menu .navbar-nav li:hover a {
    color: #333;
}
header.sticky .main-menu .navbar-nav li a:hover::before {
    background: #333;
}
.sticky .main-menu .navbar-nav li.active a {
    color: #333;
}
.sticky .main-menu .navbar-nav li.active a::before {
    opacity: 1;
    background: #333;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
header.sticky .header-area {
    position: fixed;
    background: #f4f4f4;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
    -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
    -o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
}
.navbar-toggle .icon-bar {
    background: #fff;
}
header.sticky .navbar-toggle .icon-bar {
    background: #333;
}
/*=============================================
            End Header Area
=============================================*/

/*=============================================
            Start Banner Area
=============================================*/
.banner-area.banner-1 {
    background: url(../images/banner.jpg);
    height: 100vh;
    width: 100%;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner-area.banner-2 {
    background: url(../images/banner2.jpg);
    height: 100vh;
    width: 100%;
    background-position: 50% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner-2 #particles-js {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 9;
    background-color: transparent;
    background-image: url("");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.background-video {
    position: absolute;
    background-position: top center;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    overflow: hidden;
    right: 0;
    top: 0;
}
video,source {
    bottom: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}
.overlay{
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    position: absolute;
    background: rgba(0,0,0,.5);
}
.banner-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 100vh;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    -o-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
.banner-content h1,.banner-content h2,.banner-content h3 {
    z-index: 9;
    position: relative;
}
.banner-content > p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    z-index: 9;
    position: relative;
}
.arrow-down {
    width: 26px;
    height: 55px;
    bottom: 5%;
    left: 50%;
    z-index: 9;
    text-align: center;
    position: absolute;
    border: 1px solid #aaa;
    border-radius: 20px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.arrow-down i {
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    -webkit-animation: arrowdown 2s infinite;
    -moz-animation: arrowdown 2s infinite;
    -ms-animation: arrowdown 2s infinite;
    -o-animation: arrowdown 2s infinite;
    animation: arrowdown 2s infinite;
}
.arrow-down i:hover {
    padding-top: 10px;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
}
@keyframes arrowdown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
}
/*=============================================
            End Banner Area
=============================================*/

/*=============================================
            Start about Area
=============================================*/
.author-img > img {
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.author-link {
    margin: 20px;
    text-align: center;
}
.btn-3 {
    background: #333;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 38px;
    padding: 0 25px;
    text-transform: capitalize;
    border: 1px solid #333;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.btn-4 {
    background: transparent;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 38px;
    padding: 0 25px;
    text-transform: capitalize;
    border: 1px solid #ccc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.btn-5 {
    color: #333;
    background: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 38px;
    padding: 0 25px;
    text-transform: capitalize;
    border: 1px solid #ccc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.author-link a.btn-3 {
    color: #fff;
    margin-right: 10px;
}
.author-link a.btn-4 {
    color: #333;
}
.author-link a.btn-3:hover {
    color: #333;
    background: transparent;
    border: 1px solid #ccc;
}
.author-link a.btn-4:hover {
    color: #fff;
    background: #333;
    border: 1px solid #333;
}
.author-link a.btn-5:hover {
    color: #fff;
    background: transparent;
    border: 1px solid #ccc;
}
.author-info h4 {
    padding-bottom: 20px;
}
span {
    color: #333;
    font-weight: 600;
    padding-left: 5px;
}

/*=============================================
            End about Area
=============================================*/

/*=============================================
            Start Skill Area
=============================================*/
.skill .progress .lead {
    color: #333;
    font-size: 12px;
    font-weight: 400;
    left: 0;
    position: absolute;
    top: -21px;
    z-index: 9;
    text-transform: uppercase;
}
.skill .progress {
    background-color: #eee;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 7px;
    margin-bottom: 51px;
    overflow: visible;
    position: relative;
}
.skill .progress-bar span {
    color: #333;
    float: right;
    font-weight: 400;
    font-size: 12px;
    margin-right: 10px;
    margin-top: -26px;
    position: relative;
    padding: 0 5px;
}
.skill .progress:nth-child(1) .progress-bar {
    background: #333;
}
.skill .progress:nth-child(2) .progress-bar {
    background: #333;
}
.skill-bar-area{
    overflow: hidden;
    padding-top: 50px;
}
/*=============================================
            End Skill Area
=============================================*/

/*=============================================
            Start Resume Area
=============================================*/
.resume-title {
    margin-bottom: 25px;
}
.resume-title > h5 {
    font-size: 16px;
}
.resume-single-content {
    border-left: 2px solid #ccc;
}
.single-resume-item {
    border-style: solid;
    border-width: 1px 1px 1px 2px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 10px 20px;
    position: relative;
    max-width: 500px;
    border-color: #ccc #ccc #ccc #333;
    -webkit-border-image: none;
    -moz-border-image: none;
    -ms-border-image: none;
    -o-border-image: none;
    border-image: none;
}
.single-resume-item::before {
    width: 15px;
    left: -17px;
    top: 24px;
    position: absolute;
    content: "";
    border: 1px solid #333;
}
.single-resume-item::after {
    background: #fff;
    content: "";
    height: 16px;
    left: -32px;
    position: absolute;
    top: 16px;
    width: 16px;
    border: 2px solid #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.single-resume-item:hover::after {
    background: #333;
}
/*=============================================
            End Resume Area
=============================================*/

/*=============================================
            Strat Service Area
=============================================*/
.single-service-item {
    margin-bottom: 40px;
    text-align: center;
}
.service-icon {
    display: block;
    margin-bottom: 15px;
}
.service-icon i {
    color: #333;
    font-size: 40px;
}
.service-content > p {
    padding-right: 20px;
}
.service-title > h5 {
    padding-bottom: 10px;
}
/*=============================================
            End Service Area
=============================================*/

/*=============================================
            Start Subscribe Area
=============================================*/
.subscribe-content h2 {
    font-size: 34px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.subscribe-content p {
  color: #fff;
}
/*=============================================
            End Subscribe Area
=============================================*/

/*=============================================
            Start Portfolio Area
=============================================*/
.portfolio-area {
    padding-bottom: 98px;
    padding-top: 90px;
}
.portfolio-menu {
    padding-bottom: 25px;
}
.portfolio-single-item{
    position: relative;
}
.portfolio-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,.8);
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.portfolio-single-item:hover .portfolio-overlay {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.portfolio-single-item > img {
    width: 100%;
}
.portfolio-item-content {
    height: 45px;
    width: 45px;
    bottom: 25%;
    left: 90%;
    position: absolute;
    text-align: center;
    visibility: hidden;
    border: 1px solid #fff;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.portfolio-item-content::before {
    position: absolute;
    width: 25px;
    height: 1px;
    background: #fff;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.portfolio-item-content::after {
    position: absolute;
    width: 1px;
    height: 25px;
    background: #fff;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.portfolio-single-item:hover .portfolio-item-content {
    bottom: 25%;
    left: 50%;
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}
.project-title {
    left: 12%;
    position: absolute;
    top: 36%;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
span.project-title {
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    text-transform: capitalize;
}
.portfolio-single-item:hover .project-title {
    left:50%;
    top: 36%;
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.portfolio-menu button {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid transparent;
    border-radius:20px;
}
.portfolio-menu button:hover{
    color: #333;
}
.portfolio-menu button:hover::before {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.portfolio-menu button.active {
    color: #333;
}
/*=============================================
            End Portfolio Area
=============================================*/

/*=============================================
            Start Testimonial Section
=============================================*/
.testimonial-thumb > img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.owl-item:hover {
    cursor: move;
}
.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}
.testimonial-thumb p {
    color: #fff;
    margin-top: 30px;
    font-style: italic;
}
.name {
    color: #fff;
    font-size: 16px;
    font-style: italic;
    line-height: 25px;
    margin-top: 30px;
    text-transform: uppercase;
}
.designation {
    color: #fff;
    font-style: italic;
}
/*=============================================
            End Testimonial Section
=============================================*/

/*=============================================
            Start Conatact Section
=============================================*/
.contact-area{
    padding-bottom: 100px;
}
.single-contact-field {
    margin-bottom: 20px;
}
.single-contact-field .text-field {
    font-size: 14px;
    height: 50px;
    line-height: 20px;
    padding: 0 10px;
    width: 100%;
    border: 1px solid #ccc;
}
.single-contact-field textarea {
    height: 150px;
    width: 100%;
    line-height: 20px;
    padding: 12px 10px;
    border: 1px solid #ccc;
}
.btn2 {
    background: #333;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    padding-left: 35px;
    padding-right: 35px;
    text-transform: capitalize;
    border: 1px solid #333;
    border-radius:35px;
}
.btn2:hover {
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
}
.contact-icon {
    height: 50px;
    width: 50px;
    float: left;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.contact-icon i {
    color: #333;
    font-size: 25px;
    line-height: 50px;
    display: block;
}
.info-text {
    float: left;
    padding-left: 20px;
}
.info-text {
    font-size: 16px;
    font-weight: 400;
}
.contact-info li {
    width: 100%;
    margin-bottom: 28px;
    display: inline-block;
}
.contact-info li:hover .contact-icon i {
    color: #fff;
    background: #333;
}
.success {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    background: #333;
    padding: 15px;
    text-align: center;
    margin-top: 25px;
}
/*=============================================
            End Conatact Section
=============================================*/

/*=============================================
            Start Footer Section
=============================================*/
.copy-right > p {
    color: #fff;
    line-height: 30px;
    text-transform: capitalize;
}
.copy-right {
    padding-top: 30px;
}
.social-link {
    padding: 30px 0;
}
.social-link ul li{
    margin-right: 10px;
    display: inline-block;
}
.social-link ul li a i {
    height: 35px;
    width: 35px;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.social-link ul li:hover a i {
    color: #333;
    background: #fff;
}
/*-------------Scroll To Top-------------*/
.scroll-top {
    height: 35px;
    width: 35px;
    background: #222;
    text-align: center;
    position: fixed;
    right: 20px;
    cursor: pointer;
    bottom: 50px;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.scroll-top i {
    line-height: 35px;
    color: #fff;
    font-size: 24px;
}
.not-visible {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}
/*=============================================
            End Footer Section
=============================================*/

/*=============================================
            Start Blog Page
=============================================*/
.blog-banner-area{
    background: url(../images/blog-bg.jpg);
    background-position: 50% 35%;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 140px;
    position: relative;
    overflow: hidden;
}
.breadcrumb-area .breadcrumb {
    background: #333;
    display: inline-block;
    margin-bottom: 0;
    background: transparent;
}
.breadcrumb-area .breadcrumb li a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}
.breadcrumb-area .breadcrumb > .active {
    color: #999;
    font-size: 20px;
    text-transform: capitalize;
}
.breadcrumb-area .breadcrumb li{
    color: #fff;
    position: relative;
}
.single-blog-post{
    margin-bottom: 75px;
}
.read-btn {
    background: transparent;
    border: 1px solid #ccc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    color: #333;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 35px;
    padding: 0 18px;
    text-transform: capitalize;
    margin-top: 35px;
}
.read-btn:hover{
    background: #333;
    border: 1px solid #333;
    color: #fff;
}
.post-thumbnail > img {
    width: 100%;
}
.post-head {
    padding: 25px 0;
}
.date {
    background: #333;
    color: #fff;
    float: left;
    height: 65px;
    margin-right: 20px;
    text-align: center;
    width: 60px;
}
.date > span {
    color: #fff;
    display: block;
    font-size: 25px;
}
.entry-title > a {
    color: #333;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
}
.entry-meta > a {
    color: #666;
    padding-left: 5px;
    padding-right: 5px;
}
.entry-content > p {
    text-align: justify;
}
.quote {
    color: #666;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0 76px;
    position: relative;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
}
.quote::before {
    content: '\f10d';
    left: 0;
    top: 0;
}
.quote::before, .quote::after {
    font: 22x;
    position: absolute;
}
.quote::after {
    bottom: 0;
    content: '\f10e';
    right: 0;
}
.quote::before, .quote::after {
    font: 22px FontAwesome;
    position: absolute;
    padding: 0 50px;
}
ul.blog-pagination li a {
    border: 1px solid #ccc;
    border-radius: 0 !important;
    color: #666;
    font-size: 16px;
    height: 35px;
    line-height: 20px;
    margin: 5px;
    width: 35px;
}
.black-icon > span {
    padding-left: 0;
}
.black-icon {
    background: #333 !important;
}
.black-icon:hover {
    background: #333 !important;
}
ul.blog-pagination li a:hover {
    color: #fff;
    background: #333;
    border: 1px solid #333;
}
.black-icon i {
    font-size: 14px;
    color: #fff !important;
}
.comments {
    margin-top: 50px;
}
.comment-title {
    text-transform: capitalize;
}
.comments .auther-img {
    float: left;
    height: 100px;
    overflow: hidden;
    width: 100px;
    margin: 0 20px 20px 0;
    border: 4px solid #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.comments .auther-img img {
    height: 100%;
    max-width: 100%;
}
.children:hover .auther-img, .parent:hover .auther-img {
    border-color: #666;
}
.auther-link {
    margin-bottom: 7px;
}
.auther-link a {
    color: #333;
    font-weight: 600;
    padding-right: 15px;
}
.auther-link > span {
    color: #333;
    font-weight: 600;
    padding-right: 15px;
}
.auther-link:hover span, .auther-link:hover a {
    color: #666;
}
.parent {
    display: inline-block;
}
.children {
    display: inline-block;
    margin-left: 100px;
}
.parent, .children{
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.comment-form h4 {
    color: #333;
    display: table;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    text-transform: capitalize;
}
.comment-form h4::after {
    background: #ccc;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
.single-comment-box {
    margin-bottom: 25px;
}
.single-comment-box input {
    height: 45px;
    line-height: 50px;
    padding: 0 10px;
    width: 100%;
    border: 1px solid #ccc;
    text-transform: capitalize;
}
.single-comment-box textarea {
    height: 180px;
    padding: 10px;
    width: 100%;
    text-transform: capitalize;
    border: 1px solid #ccc;
}
/*------------------------------------------
            Blog Page Sidebar
------------------------------------------*/
.single-sidebar {
    margin-bottom: 50px;
}
.single-sidebar > h4 {
    color: #333;
    padding-bottom: 20px;
    text-transform: capitalize;
}
.form-control.input-field {
    border-radius: 0;
    float: left;
    height: 40px;
    text-transform: capitalize;
    width: calc(100% - 40px);
}
.search-btn {
    color: #333;
    font-size: 22px;
    height: 40px;
    width: 40px;
    background: transparent;
    border: 1px solid #ccc;
}
.cat-list li {
    border-bottom: 1px solid #ccc;
}
.cat-list li:last-child {
    border-bottom: 0;
}
.cat-list li a {
    color: #666;
    letter-spacing: 0.5px;
    line-height: 45px;
}
.cat-list span {
    color: #666;
    float: right;
    font-weight: 400;
    padding-right: 20px;
}
.cat-list li a i {
    padding-right: 10px;
}
.cat-list li:hover a {
    padding-left: 10px;
}
.blog-social-link li{
    margin-right: 5px;
    display: inline-block;
}
.blog-social-link li a i {
    background: #333;
    border: 1px solid #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
}
.blog-social-link li:hover a i {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}
.recent-post li {
    display: inline-block;
    margin-bottom: 15px;
}
.rp-thumb {
    float: left;
    margin-right: 12px;
}
.rp-text {
    float: left;
}
.rp-text h5 {
    font-size: 14px;
    text-transform: capitalize;
}
.tag-list > a {
    border: 1px solid #ccc;
    border-radius: 20px;
    color: #333;
    display: inline-block;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 0 15px;
    text-transform: capitalize;
}
.tag-list > a:hover{
    background: #333;
    color: #fff;
    border: 1px solid #333;
}
.instagram-photo img {
    float: left;
    width: 33.33%;
}
/*=============================================
            End Blog Page
=============================================*/

/*=============================================
            Start Preloader
=============================================*/
.loader-overlay {
    background-color: rgba(255, 255, 255, 1);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
.preloader {
    background: #333;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
}
.preloader-inner-area {
    height: 100%;
    position: relative;
    width: 100%;
}
.l-preloader {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.c-preloader {
    width: 60px;
    height: 60px;
    position: relative;
}
.c-preloader::before {
    content: '';
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background-color: #333;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    animation-name: preloading;
    animation-duration: 1.2s;
    animation-delay: 0s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.c-preloader::after {
    content: '';
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background-color: #333;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    animation-name: preloading;
    animation-duration: 1.2s;
    animation-delay: -0.6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes preloading {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
/*=============================================
            End Preloader
=============================================*/





















