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

    Template Name: amee.. - One Page paralax Portfolio Html Template
    Template URI: https://wpocean.com/tf/html/amee
    Description: amee.. - One Page paralax Portfolio Html Template
    Author: irsfoundation
    Author URI: https://wpocean.com
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
  
    1. Home One
        1.1 Header Area
        1.2 slider-area
        1.3 service-area
        1.4 about-area
        1.5 protfolio-area
        1.6 testimonial-area
        1.7 news-area
        1.8 contact-area
        1.9 footer-area
        1.10 footer-sub-area

    8. Blog
    9.blog-details


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


/*============================================
* 1. Home One / 1.1 Header Area
*=============================================*/
.ban {
  height: 80vh; /* Full-screen height */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.ban-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; /* Send the image to the back */
}
.ban-cont {
  text-align: center;
  color: #FFFFFF;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}
.ban-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.ban-btn {
  padding: 10px 20px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #FFFFFF;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.ban-btn:hover {
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid white;
  text-decoration: none;
}
* {
    margin: 0;
    padding: 0;
}

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

body {
    color: #666;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    margin-bottom: 10px;
}

p {
    margin: 0px;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

div,
button,
a,
i {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

a:hover {
    color: #00a3be;
}

a:hover,
a:active.a:focus {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-area {
    background: #111;
}
.header-area2{
    background: transparent;
  
}

.sticky-header.sticky .header-area2{
    background: #111;
}
.logo h1 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 10px;
    color: #fff;
}

.logo span {
    color: #caab1a;
}

.header-menu ul {
    justify-content: flex-end;
}

.header-menu ul li a {
    display: block;
    padding: 15px 0;
    position: relative;
    margin-right: 30px;
    color: #fff;
    text-transform: capitalize;
    z-index: 1;
}

.header-menu ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 5px;
    background: #f8c000;
    bottom: 0;
    transform: translateY(-50%);
    margin-top: 6px;
    z-index: -1;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.header-menu ul li a:hover:before {
    opacity: 1;
}

.header-menu ul li {
    position: relative;
}

ul.dropdown_style {
    position: absolute;
    width: 200px;
    background: #111;
    padding: 20px;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    transform-origin: top;
    transform: scaleY(0);
}

ul.dropdown_style li a {
    padding: 0px;
    display: inline-block;
    padding: 5px 0;
}

.header-menu ul li:hover ul {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.header-menu ul li:last-child a {
    margin-right: 0px;
}

.slicknav_menu {
    background: none;
}

.slicknav_btn {
    margin-top: -40px;
    margin-right: -6px;
}

.slicknav_menu .slicknav_menutxt {
    display: none;
}

.slicknav_nav a {
    outline: none;
}

.slicknav_menu .slicknav_icon {
    padding: 0px;
    margin-right: 5px;
}

.sticky-header {
    width: 100%;
    z-index: 99;
    position: fixed;
}

.slicknav_nav a:hover{
    background: transparent;
    color: #fff;
}
.slicknav_nav .slicknav_row:hover {
    background: transparent;
}
.slicknav_nav .slicknav_arrow {
    float: right;
}
.slicknav_nav ul{
    position: static !important;
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    width: auto;
    padding: 0;
}
.slicknav_menu .slicknav_icon {
    margin: 0px;
}
.slicknav_btn {
    padding: 11px;
}
/*======================================
slider-area start
=========================================*/

.slider-area {
    position: relative;
}

.single-slider {
    background: url(img/slider/1.jpg);
    height: 680px;
    background-position: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
}

.slider-2 {
    background: url(img/slider/2.jpg);
    background-position: center;
    height: 680px;
    margin-top: 30px;
}

.slider-content {
    color: #fff;
}

.slider-content h4 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}

.slider-content h2 {
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    line-height: 54px;
}

.slider-active .owl-nav {
    display: none;
}

.btn-style a {
    display: block;
    width: 170px;
    height: 40px;
    border: 1px solid #f8c000;
    line-height: 40px;
    text-align: center;
    color: #f8c000;
    margin-top: 30px;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    font-weight: 700;
}

.btn-style a:hover {
    background: #f8c000;
    color: #333;
}

.btn-sub a:before {
    content: "";
    position: absolute;
    left: -29px;
    top: 50%;
    width: 56px;
    height: 2px;
    background: #fff;
    bottom: 0;
    transform: translateY(-50%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.btn-style a:hover:before {
    left: -65px;
}

.social-area {
    background: #111;
    position: absolute;
    left: -313px;
    top: 311px;
    z-index: 9;
    transform: rotate(-90deg);
    width: 680px;
    margin-top: 30px;
}

.social-area ul {
    margin: auto;
}

.social-area ul li a {
    display: block;
    padding: 15px;
    color: #fff;
    font-size: 14px;
}

.social-area li i {
    margin-left: 10px;
    font-size: 8px;
    color: #f8c000;
}

.slider-active .owl-dots {
    position: absolute;
    bottom: 0;
    right: 15px;
    text-align: center;
    top: 66%;
    transform: translateY(-65%);
}

.slider-active .owl-dot {
    height: 10px;
    width: 10px;
    background: gray;
    border-radius: 50%;
    margin: 20px 15px;
}

.slider-active .owl-dot.active {
    background: #fff;
}

.slider-item {
    position: relative;
}




/*=========================================
service-area start
===========================================*/

.service-area {
    padding: 100px 0 20px;
}


.service-single {
    text-align: center;
    margin-bottom: 60px;
}

.service-single span {
    display: block;
    font-size: 40px;
    width: 90px;
    height: 90px;
    border: 3px solid #999;
    margin: auto;
    text-align: center;
    line-height: 90px;
    color: #f8c000;
    transform: rotate(45deg);
    margin-bottom: 30px;
}

.service-single i {
    transform: rotate(-45deg);
}

.service-single h2 {
    font-size: 24px;
    font-weight: 600;
}

.service-single p {
    margin: 10px 0 20px;
}

.service-single a {
    color: #f8c000;
    font-size: 14px;
    font-weight: 600;
}

/*=======================================
about-area start
==========================================*/

.about-area {
    background: #000;
    overflow: hidden;
    padding: 70px 0 85px;
}
.about-img {
    width: 300px;
    margin: auto;
    position: relative;
}

.about-img:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 75px;
    width: 327px;
    height: 327px;
    border: 10px solid #caab1a;
    transform: rotate(136deg);
    transition: all .5s;
}

.about-img:after {
    content: "";
    position: absolute;
    left: -30px;
    top: 75px;
    width: 327px;
    height: 327px;
    border: 10px solid #333;
    transform: rotate(-91deg);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.about-img:hover:after{
    transform: rotate(0deg);
}
.about-img:hover:before{
    transform: rotate(45deg);
}

.about-content {
    padding: 65px 0px 40px;
}

.about-content h2 {
    position: relative;
    color: #fff;
    padding-bottom: 15px;
    font-size: 30px;
}

.about-content h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 180px;
    height: 5px;
    background: #f8c000;
    bottom: 0;
    transform: translateY(-50%);
    margin-top: 5px;
}

.about-content p {
    margin-bottom: 30px;
    color: #fff;
}

/*===========================================
protfolio-area start
=============================================*/

.prtfolio-area {
    padding: 80px 0 58px;
}

.portfolio-menu {
    margin-bottom: 20px;
}

.portfolio-menu button {
    border: none;
    background: none;
    padding: 10px;
    font-size: 17px;
    font-weight: 600;
    outline: none;
    cursor: pointer;
}

.portfolio-menu button.active {
    font-weight: 700;
    color: #f8c000;
}

.grid-item {
    margin-bottom: 30px;
}

.section-title h2 {
    padding-bottom: 5px;
    position: relative;
    font-size: 30px;
    margin-bottom: 20px;
}

.section-title2 h2 {
    padding-bottom: 5px;
    margin-bottom: 34px;
}

.section-title h2:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 180px;
    height: 8px;
    background: #f8c000;
    bottom:3px;
    transform: translateX(-50%);
    z-index: 1;
}

.protfolio-img {
    position: relative;
    max-width: 100%;
}

.protfolio-img {
    overflow: hidden;
}

.protfolio-img img {
    transform: scale(1.2);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.grid-item:hover .protfolio-img img {
    transform: scale(1);
}



.protfolio-content {
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s;
    width: 100%;
    text-align: center;
    background: #bbb;
    padding: 15px;
    color: #fff;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.protfolio-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.protfolio-content span {
    font-size: 14px;
    font-weight: 600;
}

.protfolio-img:hover .protfolio-content {
    opacity: 1;
    transform: scaleY(1);
}




/*=========================================
testimonial-area start
===========================================*/

.testimonial-area {
    background: url(img/testimonial/1.jpg);
    height: 430px;
    padding: 75px 0 110px;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.testimonial-area:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .7;
    z-index: -99;
}

.testimonial-content p {
    font-size: 18px;
    padding: 0 118px;
    line-height: 36px;
    color: #fff;
}

.testimonial-content h4 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0;
    color: #fff;
}

.testimonial-img {
    margin-top: 20px;
    width: 100px;
    height: 100px;
    margin: auto;
}

.testimonial-content span {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
    display: block;
}

.testimonial-active .owl-nav {
    display: none;
}




/*==============================================
news-area start
================================================*/

.news-area {
    padding: 80px 0 58px;
}

.news-single {
    overflow: hidden;
}

.news-img {
    overflow: hidden;
}

.news-img img {
    transform: scale(1);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.news-single:hover .news-img img {
    transform: scale(1.5);
}

.news-content h4 {
    font-weight: 600;
    font-size: 20px;
}

.news-content p {
    margin-top: 15px;
}

.news-content {
    padding: 30px 10px 0 0;
}

.news-single {
    margin-bottom: 30px;
}

.news-content a {
    font-size: 14px;
    font-weight: 600;
    color: #999;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.news-content a:hover {
    color: #f8c000;
}

.btn-2 a {
    display: block;
    width: 105px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    background: #666;
}

.btn-2 a:hover {
    background: #f8c000;
    color: #333;
}


/*============================================
* 10. Contact Area
*=============================================*/

.contact-area {
    padding:80px 0px 67px;
    background: #f5f5f5;
}

.contact-info {}

.contact-info h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
    text-align: center;
}

.contact-info ul {
    text-align: center;
    padding: 21px 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
    margin-top: 24px;
}

.contact-info ul li {
    display: block;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 25px;
}

.contact-info ul li i {
    font-size: 28px;
    margin-bottom: 10px;
}

.cnt-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    letter-spacing: 0;
    margin-bottom: 35px;
    max-width: 100%;
    width: 600px;
}


/*============================================
* END Contact Area
*=============================================*/


/*==============================================
footer-area start
================================================*/

.footer-area {
    background: #000;
}

.footer-item {
    padding: 100px 0 85px;
}

.footer-single {
    margin-bottom: 30px;
}

.footer-single li {
    position: relative;
    padding-left: 120px;
    margin-bottom: 10px;
    color: #333;
    font-size: 20px;
    line-height: 30px;
}

.footer-single li:last-child {
    margin-bottom: 0;
}

.footer-single li span {
    position: absolute;
    left: 0;
    top: 0;
    border: 3px solid #bbb;
    width: 80px;
    height: 80px;
    font-size: 36px;
    color: #fff;
    text-align: center;
    line-height: 80px;
    transform: rotate(45deg);
}

.footer-single i {
    transform: rotate(-45deg);
}

.footer-single a {
    color: #fff;
}




/*===============================================
footer-sub-area start
==================================================*/

.footer-sub-content ul {
    justify-content: flex-end;
}

.footer-sub-content {
    padding: 20px;
}

.footer-sub-content span {
    text-align: center;
    color: #666;
    display: inline-block;
}

.footer-sub-content ul li {
    margin-left: 20px;
}

.footer-sub-content ul li a {
    color: #666;
    text-transform: capitalize;
}




/*================================
about-me area start
===================================*/

.breadcumb-area {
    background: url(img/crumbs/1.jpg);
    background-position: center;
    background-size: cover;
    height: 415px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.breadcumb-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
}

.breadcumb-wrap {
    z-index: 99;
}

.breadcumb-wrap h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
}

.breadcumb-wrap ul li {
    display: inline-block;
    padding: 0px 5px;
    color: #fff;
}

.breadcumb-wrap ul li a {
    color: #fff;
}

.breadcumb-wrap ul li:after {
    content: "/";
    position: relative;
    left: 7px;
}

.breadcumb-wrap ul li:last-child:after {
    display: none;
}




/*============================================
* 8. Blog
*=============================================*/

.blog-area {
    padding: 100px 0px;
    background-color: #f9f9f9;
}

.blog-area .ft-single-blog {
    margin-bottom: 30px;
}

.footer-top.bg-gray {
    background-color: #f9f9f9;
}

.pagination-wrapper {
    margin-top: 20px;
}

.pagination-wrapper ul {
    text-align: center;
}

.pagination-wrapper ul li {
    display: inline-block;
}

.pagination-wrapper ul li a,
.pagination-wrapper ul li span {
    display: block;
    height: 40px;
    width: 40px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 40px;
    color: #223;
}

.pagination-wrapper ul li span,
.pagination-wrapper ul li a:hover,
.pagination-wrapper ul li span:hover {
    background-color: #ddd;
}

.widget_sidebar {}

.widget {
    margin-bottom: 50px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget_search form {
    position: relative;
}

.widget_search form input {
    height: 45px;
    width: 100%;
    border: 1px solid #ddd;
    padding-left: 20px;
    padding-right: 45px;
    background: #fff;
    letter-spacing: 0;
}

.widget_search form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 45px;
    border: none;
    background-color: #f8c000;
}

h2.widget_title {
    font-size: 24px;
    color: #333333;
    font-weight: 700;
    letter-spacing: 0;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 34px;
}

h2.widget_title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 40px;
    height: 6px;
    z-index: 1;
    background: #f8c000;
}

h2.widget_title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 255px;
    height: 1px;
    background: #b7b7b7;
}

.widget_category ul li {
    display: block;
}

.widget_category ul li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    border-bottom: 1px solid #b7b7b7;
    letter-spacing: 0;
    line-height: 20px;
    margin: 13px 0px;
    padding-bottom: 13px;
    position: relative;
    padding-left: 18px;
}

.widget_category ul li a:first-child {
    margin-top: 0;
}

.widget_category ul li a:before {
    content: '\f0da';
    position: absolute;
    left: 0;
    top: 0;
    font-family: fontawesome;
}

.widget_category ul li a:hover {
    color: #f8c000;
}

.widget_category ul li a span {
    float: right;
}

.rcp_single {
    overflow: hidden;
    margin-bottom: 20px;
}

.rcp_single:last-child {
    margin-bottom: 0;
}

.rcp_thumb {
    float: left;
    margin-right: 20px;
}

.rcp_thumb img {
    max-width: 70px;
}

.rcp_content {
    overflow: hidden;
    margin-top: -7px;
}

.rcp_content h2 a {
    display: block;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 5px;
}

.rcp_content h2 a:hover {
    color: #f8c000;
}

.rcp_content span {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    letter-spacing: 0;
}

.widget_tags {}

.widget_tags ul li {
    display: inline-block;
}

.widget_tags ul li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    letter-spacing: 0;
    border: 1px solid #333333;
    padding: 8px 13px;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-right: 3px;
}

.widget_tags ul li a:hover {
    background-color: #333333;
    color: #fff;
}

.blg-thumb {
    display: block;
    overflow: hidden;
}

.blg-thumb a {
    position: relative;
    display: inline-block;
}

.blg-thumb a img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ft-single-blog:hover .blg-thumb a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.blg-thumb a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ft-single-blog:hover .blg-thumb a:before {
    opacity: 1;
}

.blg-content {
    background-color: #fff;
    padding: 21px 15px 30px 30px;
}

.blg-content h2 a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    letter-spacing: 0;
    line-height: 31px;
    margin-bottom: 10px;
}

.blg-content span.blg-meta {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    letter-spacing: 0;
    margin-bottom: 14px;
}

.blg-content p {
    color: #666666;
}

.blg-content a.read-more {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #666666;
    margin-top: 15px;
    letter-spacing: 0;
}

.blg-content h2 a:hover,
.blg-content a.read-more:hover {
    color: #f8c000;
}





/*============================================
* END Blog
*=============================================*/


/*============================================
* 9. Blog Details
*=============================================*/

.blog-details-area {
    padding: 100px 0 80px;
}

.blog-details .blg-content {
    padding-left: 0;
}

.blog-top-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.meta-title {
    flex-basis: 70%;
}

.meta-title h2 a {
    font-weight: 700;
}

.meta-share {
    flex-basis: 30%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.meta-share span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    letter-spacing: 0;
}

.meta-share ul li {
    display: inline-block;
}

.meta-share ul li a {
    display: block;
    color: #333;
    font-size: 15px;
    margin-left: 8px;
}

.meta-share ul li a:hover {
    color: #f8c000;
}

.blog-details p {
    font-weight: 500;
    margin-bottom: 17px;
}

.blog-details blockquote {
    border: 1px solid #ddd;
    padding: 30px;
    border-left: 30px solid #f8c000;
    margin: 30px 0px;
    margin-left: 50px;
}

.blog-details blockquote p {
    margin-bottom: 0;
}

.blog-details blockquote p i {
    font-size: 20px;
    margin-left: 7px;
}

.comment-area {
    overflow: hidden;
    margin-bottom: 22px;
}

h4.comment-title {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 13px;
}

h4.comment-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 70px;
    background-color: #999999;
}

.comment-info-inner article {
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.comment-thumb {
    float: left;
}

.comment-thumb img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin-right: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.comment-content {
    overflow-x: hidden;
}

.comment-content .meta-data {}

.comment-content .meta-data h2 {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.comment-content .meta-data span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #999999;
    letter-spacing: 0;
    margin-bottom: 8px;
}

.comment-content p {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    letter-spacing: 0;
    line-height: 23px;
}

.comment-content a {
    margin-top: 12px;
    display: inline-block;
    color: #999999;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 14px;
}

.comment-content a:hover {
    color: #f8c000;
}

.children {
    padding-left: 60px;
}



/*form-area*/

.form-area form input,
.form-area form textarea {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    border: 1px solid #999999;
    padding-left: 20px;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: capitalize;
}

.form-area form textarea {
    height: 120px;
    padding-top: 12px;
}

.form-area form #c_submit {
    max-width: 120px;
    background-color: #666;
    text-align: center;
    padding-left: 0;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.form-area form #c_submit:hover {
    background-color: transparent;
    color: #333;
}


/*leave-comment-area*/

.leave-comment-area form input,
.leave-comment-area form textarea {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    border: 1px solid #999999;
    padding-left: 20px;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: capitalize;
}

.leave-comment-area form textarea {
    height: 120px;
    padding-top: 12px;
}

.leave-comment-area form #c_submit {
    max-width: 120px;
    background-color: #333;
    text-align: center;
    padding-left: 0;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.leave-comment-area form #c_submit:hover {
    background-color: transparent;
    color: #333;
}




/*============================================
* END Blog Details
*=============================================*/

/*crollup css*/
a.scrollup{
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 999;
    height: 50px;
    width: 50px;
    background-color: #ffc107;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    color: #fff;
    border-radius: 50%;
    opacity: 0;
}
a.scrollup:hover{
    background-color: #444;
}
.scrollup.show_hide{
    opacity: 1;
}

/*******************
PRELOADER WAVE CSS 
********************/

#preloader-wrapper {
    background: #caab1a;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader-wave-effect {
    height: 50px;
    left: 50%;
    margin: 0 -25px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
}

.preloader-wave-effect:before,
.preloader-wave-effect:after {
    -webkit-animation: 1.6s linear 0s normal none infinite running preloader-wave;
    animation: 1.6s linear 0s normal none infinite running preloader-wave;
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 50px;
    position: absolute;
    width: 50px;
}

.preloader-wave-effect:after {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes preloader-wave {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes preloader-wave {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}


