/*=================================================================
Template Name: Hordes - Equestrian And Horse Riding HTML Template.
Author: WrapDiv
===================================================================
CSS INDEX
===================
# Default CSS
# Pre Loader CSS
# Header CSS
  -- Header Top CSS
  -- Main Menu CSS
  -- Dropdown Menu CSS
  -- Mobile Menu CSS
  -- Header 2 CSS
  -- Header 3 CSS
# Banner Css
# Popup Video CSS
# Footer Css
  -- Image Gallery Widget CSS
  -- Contact Info Widget CSS
  -- Footer Bottom CSS
# Blog Page CSS
  -- Post Details CSS
  -- Sidebar CSS
# Home Slider CSS
# Home Slider Two CSS
# Home Slider Three CSS
# Double Image & About CSS
# Section Title CSS
# CTA CSS
# CTA Two CSS
# Service CSS
# Service Two CSS
# Subscribe CSS
# Subscribe Two
# Team CSS
# Team Two CSS
# Contact Form CSS
# Video Popup CSS
# Contact Form Two CSS
# Project CSS
# Project Slider Css
# Project Layout Three CSS
# Counter CSS
# Pricing Table CSS
# Pricing Table Two
# Testimonial CSS
# Brand Slider CSS
# Testimonial Two CSS
# Recent Post CSS
# About Us CSS
# Service Page CSS
# Project Page CSS
# Team details Page CSS
# Error Page CSS
# Contact Page CSS
# Template Color CSS
===================================================================*/

/*================================================
# Default CSS
=================================================*/
body {
    font-size: 16px;
    line-height: 1.8;
    color: #545454;
    font-weight: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

.site {
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.5;
    color: #1e1916;
}

a, h1, h2, h3, h4, h5, h6,
.wrd-transition {
    -webkit-transition: .3s;
    transition: .3s;
}

img {
    max-width: 100%;
    height: auto;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

a:focus,
.wrd-button,
button:focus,
select:focus,
input:focus,
textarea:focus {
    box-shadow: none;
    outline: none;
}
a,
a:hover {
    text-decoration: none;
}

button {
    cursor: pointer;
}

textarea {
    height: 120px;
    width: 100%;
}

ul, ol {
    margin: 0;
    padding: 0;
}

ul ul, ol ol, ol ul, ul ol {
    padding-left: 20px;
}


.wrd-list-style,
.wrd-list-style ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wrd-list-inline li {
    display: inline-block;
}

.slick-arrow {
    position: absolute;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
    font-size: 20px;
}

.slick-arrow.slick-prev.flaticon-long-arrow-pointing-to-the-right {
    transform: rotate(180deg);
}


.slick-slide:focus, .slick-slider a:focus {
    box-shadow: none !important;
    outline: none !important;
}

ul.slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1;
    width: 100%;
}

.slick-dots li {
    display: inline-block;
    margin-right: 10px;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots button {
    border: 1px solid transparent;
    border-radius: 50%;
    height: 14px;
    padding: 0;
    text-indent: -10000px;
    width: 14px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    transition: .3s;
}

.wrd-cover-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.wrd-button, input[type="submit"], button[type="submit"],
.add_to_cart_button{
    padding: 20px 40px 18px 40px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid;
    transition: .3s;
    display: inline-flex;
    align-items: center;
}
.add_to_cart_button{
    padding: 16px 30px 14px 30px;
}


.wrd-button i,button[type="submit"] i,.add_to_cart_button i {
    margin-left: 15px;
    font-size: 16px;
    margin-top: 4px;
}


.wrd-table {
    display: table;
    height: 100%;
    width: 100%;
}

.wrd-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.wrd-bottom-border{
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}



.wrd-p-115{
    padding: 115px 0;
}

.wrd-pt-115{
    padding-top: 115px;
}

.wrd-pb-115{
    padding-bottom: 115px;
}

.wrd-p-0{
    padding: 0;
}

.wrd-p-15{
    padding: 0 15px;
}

.wrd-pb-85{
    padding-bottom: 85px;
}

.wrd-pt-100{
    padding-top: 100px;
}

.wrd-pb-100{
    padding-bottom: 100px;
}

.wrd-pb-70{
    padding-bottom: 70px;
}

.wrd-light-bg{
    background-color: #fdf5eb;
}

.container,.container-fluid{
    width: 100%;
    padding: 0 10px;
}

.row{
    margin: 0 -10px;
}

.row [class*="col-"], .row*>{
    padding: 0 10px;
}

.wrd-pr-0,
.row [class*="col-"].wrd-pr-0{
    padding-right: 0;
}
.wrd-pl-0,
.row [class*="col-"].wrd-pl-0{
    padding-left: 0;
}

@media (min-width: 768px){
    .container{
        max-width: 760px;
        padding: 0 15px;
    }
    .container-fluid{
        padding: 0 15px;
    }

    .row{
        margin: 0 -15px;
    }

    .row [class*="col-"]{
        padding: 0 15px;
    }
}

@media (min-width: 992px){
    .container{
        max-width: 990px;
    }
}

@media (min-width: 1200px){
    .container{
        max-width: 1140px;
    }
}

@media (min-width: 1400px){
    .container{
        max-width: 1320px;
    }
}
.screen-reader-tex {
    display: none;
}
/*====================================
    Pre Loader CSS
=====================================*/

.preloader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: table;
    background-color: #231d1b;
}

.preloader-container {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.bounce-active {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

.preloader img {
    display: inline-block;
    max-width: 100px;
}

/*====================================
# Header CSS
 ====================================*/
.header-area.site-header {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.wrd-call-button i {
    font-size: 36px;
    line-height: 36px;
    height: 36px;
    width: 36px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 0;
}

.wrd-call-button {
    position: relative;
    padding-left: 50px;
    display: inline-block;
}

.wrd-call-button .button-subtitle,
.wrd-call-button .header-button-text{
    display: block;
}

.wrd-call-button .button-text {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}

/* Header Top CSS */
.header-top-area {
    background-color: rgba(30, 24, 23, .65);
    padding: 15px 0;
}

.header-top-menu li,.header-social a,.header-top-menu a {
    color: #ffffff;
}

.header-top-menu li{
    margin-right: 25px;
    position: relative;
}

.header-top-menu a {
    font-size: 14px;
    display: block;
}

.header-top-menu li:last-child,
.header-social li:last-child a{
    margin-right: 0;
}
.header-top-menu li:before {content: '*';position: absolute;font-size: 17px;right: -18px;}

.header-top-menu li:last-child:before {
    display: none;
}

.header-social a {
    font-size: 14px;
    display: block;
    margin-right: 20px;
}


.header-top-button a {
    font-size: 15px;
    display: inline-flex;
    align-items: center;
}

.header-top-button a i {
    margin-left: 15px;
}

/* Main Menu CSS */
.site-branding img {
    max-width: 190px;
}


.header-navigation-area {
    flex: 1;
    text-align: center;
}


.main-navigation ul li {
    display: inline-block;
    position: relative;

}

.main-navigation ul li a {
    padding: 40px 20px;
    display: block;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    line-height: 1;
}

.main-navigation ul ul li a{
    color: #ffffff;
}

/* Main Menu CSS End*/

/* Submenu / Dropdown Menu CSS */
.main-navigation ul li ul {
    position: absolute;
    width: 250px;
    left: 0;
    top: 98px;
    z-index: 2;
    -webkit-transition: .3s;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    background-color: #1e1916;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navigation ul li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.main-navigation ul li ul li a {
    padding: 14px 20px;
    line-height: 26px;
}

.main-navigation ul li ul li {
    display: block;
    text-align: left;
}

.main-navigation ul li ul ul {
    left: 250px;
    top: 0;
}

.main-navigation ul li ul li {
    border-bottom: 1px solid #e5e5e52b;
}

.main-navigation ul li ul li:last-child {
    border-bottom: 0;
}

/* Submenu / Dropdown Menu CSS End */

/* Mobile Menu CSS*/

.mobile-menu-trigger {
    cursor: pointer;
    margin-left: 30px;
    display: none;
}

.mobile-menu-trigger span {
    height: 2px;
    display: block;
    width: 35px;
    margin-bottom: 9px;

}

.mobile-menu-trigger span:last-child {
    margin-bottom: 0;
}

.mobile-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #231d1b;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    overflow-x: hidden;
    -webkit-transition: .4s;
    transition: .4s;
}

#mobile-menu-wrap {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    padding: 150px 50px 50px 50px;
}

#mobile-menu-wrap div {
    background-color: transparent;

}

.mobile-menu-container.menu-open {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.slicknav_nav, .slicknav_nav.slicknav_hidden {
    display: block !important;
    text-align: left;
    margin-top: 25px;
}

.slicknav_btn {
    display: none !important;
}

.slicknav_menu {
    padding-left: 0;
}

.slicknav_nav li a {
    display: block;
    border-bottom: 1px solid #ffffff14;
    font-weight: 400;
}

.slicknav_item.slicknav_row a {
    border-bottom: 0;
}

.slicknav_nav .slicknav_row, .slicknav_nav a {
    padding: 10px 0px;
    margin: 0;
}

.slicknav_nav .slicknav_arrow {
    font-size: 15px;
}

.slicknav_nav ul {
    margin: 0 0 0 25px;
}

.slicknav_nav .menu-item-has-children ul {
    margin-bottom: 20px;
}

.slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover {
    background-color: transparent;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
    border-radius: 0;
}

.slicknav_item.slicknav_row {
    display: inline-block;
    width: 100%;
    position: relative;
}

.slicknav_arrow {
    -webkit-transition: .3s;
    transition: .3s;
    right: 0;
    top: 17px;
    position: absolute;

}

.slicknav_nav a, .slicknav_row a {
    color: #ffffff;
    font-size: 20px;
    display: inline-block;
}

.mobile-menu-container li {
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateX(1000px);
    -webkit-transform: translateX(1000px);
    transform: translateX(100px);
    -webkit-transition: 1s;
    transition: 1s;
}

.mobile-menu-container.menu-open li {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mobile-menu-close {
    position: absolute;
    right: 50px;
    top: 50px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1;
}

.mobile-menu-close::before {
    left: 15px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu-close::after {
    right: 13px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu-close::before, .mobile-menu-close::after {
    position: absolute;
    height: 30px;
    width: 2px;
    background: #ffffff;
    content: '';
    top: 0;
}

/* Mobile Menu Css End */

/* Header 2 CSS */
.header-style-two .header-social a:hover{
    color: #ffffff;
}
.header-style-two .header-area .container {
    max-width: 1500px;
}

.header-style-two .header-area.site-header{
    position: relative;
}

.header-style-two .main-navigation ul li a{
    color: #1e1916;
}

.header-style-two .main-navigation ul ul li a {
    color: #ffffff;
}

.header-style-two .main-navigation ul li a:hover,
.header-style-two .main-navigation ul li.current-menu-item > a,
.header-style-two .main-navigation ul li.current-menu-ancestor > a{
    background-color: #f7f2eb;
}

.header-style-two .main-navigation ul ul li a:hover,
.header-style-two .main-navigation ul ul li.current-menu-item > a,
.header-style-two .main-navigation ul ul li.current-menu-ancestor > a{
    background-color: inherit;
}


.header-style-two .header-top-area{
    background-image: url("images/others/header-top-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 3px 0;
}

.header-style-two .header-top-button a{
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

.header-style-two .header-top-info li,.header-style-two .header-top-info li a {
    color: #ffffff;
}
.header-style-two .header-top-info li span,
.header-style-two .header-top-button span{
    color: #1e1916;
    font-weight: 500;
    line-height: 1;
    margin-right: 5px;
}


.header-style-two .header-top-info li,
.header-style-three .header-top-info li{
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}

.header-style-two .header-top-info li:before,
.header-style-three .header-top-info li:before{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    background: #ffffff;
    height: 18px;
    width: 1px;
    margin-top: -9px;
}

.header-style-two .header-top-info li:last-child:before,
.header-style-three .header-top-info li:last-child:before{
    display: none;
}

.header-style-two .main-navigation ul li a:before,
.header-style-three .main-navigation ul li a:before{
    position: absolute;
    content: '';
    height: 0;
    width: 0px;
    border-top: 8px solid #e9a537;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    top: 0;
    left: 50%;
    margin-left: -8px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.header-style-two .main-navigation ul ul li a:before,
.header-style-three .main-navigation ul ul li a:before{
    display: none;
}

.header-style-two .main-navigation ul li a:hover:before,
.header-style-two .main-navigation ul li.current-menu-item > a:before,
.header-style-two .main-navigation ul li.current-menu-ancestor > a:before,
.header-style-three .main-navigation ul li a:hover:before,
.header-style-three .main-navigation ul li.current-menu-item > a:before,
.header-style-three .main-navigation ul li.current-menu-ancestor > a:before{
    opacity: 1;
    visibility: visible;
}

/* Header 2 Css End */

/* Header 3 CSS */
.header-style-three .header-top-area {
    background-color: #ffffff;
}

.header-style-three .header-top-info{
    margin-left: -15px;
}

.header-style-three .header-social{
    margin-right: -15px;
}

.header-style-three .header-top-area .container {
    position: relative;
}
.header-style-three .header-area.site-header {
    position: relative;
    background: #fdf5eb;
}

.header-three-menu-area {
    padding: 0 35px;
}

.header-style-three .header-buttons-wrapper .wrd-button{
    background-color: #1e1916;
    border-color: #1e1916;
}


.header-style-three .header-top-area .container:before,
.header-style-three .header-top-area .container:after{
    position: absolute;
    content: '';
    background: #fdf5eb;
    height: 100px;
    width: 5000px;
    bottom: -15px;
}

.header-style-three .header-top-area .container:before {
    left: -5050px;
    transform: skewX(
            45deg
    );
}

.header-style-three .header-top-area .container:after {

    right: -5050px;
    transform: skewX(
            -45deg
    );
}

.header-style-three .main-navigation ul li a:before{
    border-top: 8px solid #ffffff;
}

.header-style-three .main-navigation ul li a:hover,
.header-style-three .main-navigation ul li.current-menu-item > a,
.header-style-three .main-navigation ul li.current-menu-ancestor > a {
    color: #ffffff;
    background-color: #ecaf4a;
}

.header-style-three .main-navigation ul ul li a:hover,
.header-style-three .main-navigation ul ul li.current-menu-item > a,
.header-style-three .main-navigation ul ul li.current-menu-ancestor > a {
    background-color: inherit;
}

.header-style-three .header-top-info li,
.header-style-three .header-top-info li a{
    color: #545454;
}
.header-style-three .header-social a{
    color: #1e1916;
}

.header-style-three .header-top-info li:before{
    background-color: #e7e0d3;
}
.header-style-three .header-top-info strong {
    margin-right: 5px;
}


/* Header 3 Css End */

/*====================================
# Banner Css
====================================*/
.banner-area {
    height: 450px;
    background-size: cover;
    background-position: center;
}


.banner-title {
    font-size: 85px;
    line-height: 95px;
    color: #ffffff;
}
.breadcrumb-container {
    font-size: 20px;
    font-weight: 500;
}

.breadcrumb-container,.breadcrumb-container a {
    color: #ffffff;
}

.breadcrumb-container span {
    margin: 0 10px;
}

.breadcrumb-container span:last-child {
    margin-right: 0;
}
/*====================================
# Popup Video CSS
====================================*/

.wrd-video-button {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.wrd-video-button:before {
    z-index: 0;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.wrd-video-button:after {
    z-index: 1;
    transition: all 200ms;
}

.wrd-video-button:before, .wrd-video-button:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.wrd-video-button i {
    color: #fff;
    z-index: 2;
    position: absolute;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    left: 1px;
    top: 2px;
    font-size: 20px;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    opacity: 1;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    height: 40px;
    line-height: 40px;
    font-size: 35px;
    right: -36px;
    padding-right: 0;
    top: -36px;
}


@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


@media only screen and (max-width: 1024px) {
    .mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
        right: 50%;
        margin-right: -20px;
        top: -80px;
    }
}


/*====================================
# Footer Css
====================================*/
.footer-widget-area {
    background-color: #1e1916;
    padding: 90px 0 55px;
    position: relative;
}

.footer-widget-area,
.footer-widget-area a {
    color: #cbcbcb;
}

.widget {
    margin-bottom: 35px;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget-area ul.menu li {
    margin: 10px 0;
}

.footer-widget-area .widget_nav_menu {
    padding-left: 50px;
}

.footer-widget-area .widget_nav_menu li a {
    position: relative;
    font-size: 16px;
    padding-left: 20px;
}

.footer-widget-area .widget_nav_menu ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    height: 2px;
    width: 10px;
    background: #cbcbcb;
    margin-top: -1px;
    transition: .3s;
}

.footer-widget-area .widget-title {
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 45px;
    letter-spacing: .5px;
}

/* Image Gallery Widget CSS */
.wrd-gallery-photo-wrapper {
    margin-left: -5px;
}

.wrd-gallery-photo-url {
    height: 95px;
    width: 32.3333%;
    padding-left: 5px;
    display: inline-block;
}

.wrd-gallery-photo-item {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 5px;
}

.wrd-gallery-photo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
}

.wrd-gallery-photo-plus {
    display: inline-block;
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 30px;
    height: 30px;
    width: 30px;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    text-align: center;
}

.wrd-gallery-photo-item:hover .wrd-gallery-photo-overlay {
    opacity: .8;
    visibility: visible;
}

/* Contact Info Widget CSS */
.widget-contact-info-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.widget-contact-info-list li a {
    font-weight: 500;
}

.widget-contact-info-list li i {
    position: absolute;
    left: 0;
    top: 6px;
}

/* Footer Bottom CSS */
.footer-bottom-area {
    background-color: #161110;
    padding: 17px 0;
}

.footer-bottom-area .left-text,
.footer-bottom-area a{
    color: #ffffff;
}

.site-copyright-text {
    text-align: right;
    color: #ffffff;
}


.scroll-to-top {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    position: fixed;
    right: 50px;
    bottom: 30px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 100;
    color: #ffffff;
    font-size: 25px;
}

.scroll-to-top.scroll-to-top-visible {
    opacity: 1;
    visibility: visible;
}

/*====================================
# 5 Column
====================================*/

.wrd-col-xl-5,
.wrd-col-lg-5,
.wrd-col-md-5,
.wrd-col-sm-5 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.wrd-col-sm-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 768px) {
    .wrd-col-md-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .wrd-no-gutters-lg > .wrd-col, .wrd-no-gutters-lg > [class*="wrd-col-"] {
        padding-right: 0;
        padding-left: 0;
    }

    .wrd-col-lg-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .wrd-no-gutters-xl > .wrd-col, .wrd-no-gutters-xl > [class*="wrd-col-"] {
        padding-right: 0;
        padding-left: 0;
    }

    .wrd-col-xl-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/*====================================
# Blog Page CSS
====================================*/
.all-articles {
    margin: 115px 0;
}

.single-post-wrapper {
    background: #f7f2eb;
}

article.single-post-item {
    margin-bottom: 40px;
}

article.single-post-item:last-child {
    margin-bottom: 0;
}

.single-post-wrapper .post-content-wrapper {
    padding: 40px 50px 50px 50px;
    -webkit-transition: .3s;
    transition: .3s;
}

.post-meta {
    margin-bottom: 15px;
}

.post-meta ul li {
    display: inline-block;
    text-transform: capitalize;
    margin-right: 15px;
    font-weight: 500;
}

.post-meta ul li, .post-meta ul li a {
    color: #1e1916;
}

.post-meta li i {
    margin-right: 8px;
}

article .post-title {
    margin-top: 0;
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    word-break: break-word;
    margin-bottom: 20px;
}

article .post-title a {
    color: #1e1916;
}

.post-read-more {
    margin-top: 33px;
}

.post-pagination {
    margin-top: 70px;
    text-align: center;
}

.post-pagination nav.navigation.pagination {
    display: inline-block;
}

.post-pagination ul li {
    display: inline-block;
    margin-right: 10px;
}

.post-pagination ul li:last-child {
    margin-right: 0;
}

.post-pagination ul li a, .post-pagination ul li span, .page-links a, .page-links span {
    display: inline-block;
    height: 55px;
    border: 2px solid;
    border-color: #f7f2eb;
    background-color: #f7f2eb;
    border-radius: 50%;
    width: 55px;
    line-height: 53px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    transition: .3s;
    -webkit-transition: .3s;
    color: #1e1916;
}

.post-pagination ul li a.prev i.flaticon-long-arrow-pointing-to-the-right {
    transform: rotate(
            180deg
    );
    display: inline-block;
    margin-top: -2px;
}

.post-pagination ul li a:hover, .page-links a:hover, .post-pagination ul li span.current, .page-links .current {
    color: #ffffff;
    text-decoration: none;
}

.post-pagination span.page-numbers.dots {
    border-color: transparent;
    background-color: transparent;
    font-size: 35px;
    width: auto;
}

.post-pagination i.flaticon-double-left-chevron {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
}

.post-pagination .next.page-numbers i.flaticon-double-left-chevron {
    transform: rotate(180deg);
}

.blog-3-column article .post-title {
    font-size: 24px;
    line-height: 34px;
}

.blog-3-column .single-post-wrapper .post-content-wrapper {
    padding: 40px 30px 45px 30px;
}

/* Post Details CSS */
.post-content-column {
    margin: 115px 0;
}

.post-details-wrapper .post-thumbnail-wrapper {
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.post-details-wrapper .post-meta {
    margin-bottom: 20px;
}

.blog-details-image-and-list img {
    margin-top: 15px;
}

blockquote {
    background-color: #f7f2eb;
    padding: 30px;
    color: #1e1916;
    font-size: 19px;
    font-style: italic;
    border-left: 5px solid;
    margin: 25px 0 30px;
    position: relative;
}

blockquote:before {
    position: absolute;
    content: '\f10d';
    font-family: "Font Awesome 5 Free";
    font-size: 90px;
    font-weight: 900;
    opacity: .1;
    top: 30px;
    left: 30px;
    line-height: 1;
}

.post-details-wrapper .entry-content {
    margin-bottom: 30px;
}

.post-footer {
    padding-top: 25px;
    border-top: 2px solid;
    padding-bottom: 20px;
    border-bottom: 2px solid;
    border-color: #f4f5f1;
}

.post-tags a {
    padding: 7px 18px;
    margin-right: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 5px;
    border-radius: 5px;
}

.share-this-post {
    background-color: #f7f2eb;
    padding: 30px;
    margin-top: 60px;
    border-radius: 5px;
}

.post-details-wrapper article .share-post-title {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 28px;
}

.share-this-post ul li a {
    color: #ffffff;
    background-color: #647589;
    display: block;
    padding: 8px 14px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 2px;
}

.share-this-post ul li a.fb-share {
    background-color: #3b5999;
}

.share-this-post ul li a.twitter-share {
    background-color: #3fbff5;
}

.share-this-post ul li a.linkedin-share {
    background-color: #0073b0;
}

.share-this-post ul li a.pinterest-share {
    background-color: #e60122;
}

.share-this-post ul li a.email-share {
    background-color: #d54b3d;
}

.share-this-post ul li a.fb-share, .share-this-post ul li a.twitter-share, .share-this-post ul li a.linkedin-share, .share-this-post ul li a.whatsapp-share {
    padding-right: 14px;
    padding-left: 14px;
}

.fb-share i, .twitter-share i, .linkedin-share i, .whatsapp-share i {
    margin-right: 10px;
    padding-right: 13px;
    position: relative;
}

.fb-share i:after, .twitter-share i:after, .linkedin-share i:after, .whatsapp-share i:after {
    position: absolute;
    content: '';
    height: 15px;
    width: 1px;
    background-color: #fff;
    z-index: 1;
    right: 0;
    top: 2px;
}

.single-blog-next-prev {
    margin-top: 60px;
}

.single-blog-next-prev a {
    display: inline-block;
}

.blog-next-prev-img {
    display: inline-block;
    position: relative;
}

.single-blog-next-prev img {
    border-radius: 5px;
}

.blog-next-prev-img i {
    position: absolute;
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    line-height: 95px;
    border-radius: 5px;
}

.blog-next-prev-img:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    border-radius: 5px;
}

.blog-next-prev-img i, .blog-next-prev-img:before {
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.blog-next-prev-img:hover:before {
    opacity: .8;
    visibility: visible;
}

.blog-next-prev-img:hover i {
    opacity: 1;
    visibility: visible;
}

.comments-area {
    margin-top: 80px;
}

.comments-title {
    font-size: 28px;
    border-bottom: 2px solid #eeeff2;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

ol.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment ol.children {
    list-style: none;
    padding-left: 50px;
}

.comment .comment-body {
    margin-top: 15px;
    padding: 15px 15px 15px 0;
    border-bottom: 2px solid #f1f1f1;
    position: relative;
}

.comment-meta {
    position: relative;
}

.comment-author-name {
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    left: 110px;
    top: 0;
    text-transform: capitalize;
    color: #1e1916;
}

.comment-author-name,
.comment-body .reply,
blockquote{
    font-family: 'Playfair Display', serif;
}

.comment-metadata {
    position: absolute;
    left: 110px;
    top: 35px;
    font-weight: 600;
}

.comment-author img {
    border-radius: 50%;
    height: 90px;
    width: 90px;
}

.comment .comment-content {
    position: relative;
    padding-left: 110px;
    margin-top: -10px;
}

.comment-body .reply {
    position: absolute;
    right: 0;
    top: 8px;
    font-weight: 700;
}

.comments-area .reply a {
    position: relative;
    padding-left: 25px;
    color: #1e1916;
}

.comment-body .reply a:before {
    content: "\f122";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: -3px;
}

.comment-list li:last-child .comment-body {
    border-bottom: 0;
}

.comment-list li .children .comment-body {
    border-bottom: 2px solid #f1f1f1;
}

.comment-respond {
    margin-top: 30px;
    padding: 35px 30px 30px;
    background-color: #f7f2eb;
    border-radius: 5px;
}

.comments-heading {
    font-size: 28px;
    margin-bottom: 5px;
}

.comment-form .comment-form-wrap {
    margin: 25px -30px 0 -30px;
    border-top: 2px solid #fafafb;
    padding: 35px 15px 15px 15px;
}

.comment-form input, .comment-form textarea {
    background: #ffffff;
    border-color: #ffffff;
    color: #555b56;
    width: 100%;
    padding: 15px;
    border: 0;
    margin-bottom: 25px;
}

/* Sidebar CSS */
.sidebar-widget-area {
    margin: 115px 0;
}

.sidebar-widget-area .widget {
    margin-bottom: 50px;
    padding: 30px 40px;
    background-color: #f7f2eb;
    border-radius: 5px;
    overflow: hidden;
}

.sidebar-widget-area .widget:last-child {
    margin-bottom: 0;
}

.sidebar-widget-area .widget-title {
    padding: 13px 40px 12px 40px;
    color: #ffffff;
    font-size: 24px;
    margin: -30px -40px 40px -40px;
}

.sidebar-widget-area .widget.widget_nav_menu ul li a,
.sidebar-widget-area .widget.widget_categories ul li a {
    display: block;
    padding: 10px 15px 10px 50px;
    border-radius: 5px;
    position: relative;
    background-color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    color: #1e1916;
}

.sidebar-widget-area .widget_nav_menu ul li a:before,
.sidebar-widget-area .widget.widget_categories ul li a:before {
    position: absolute;
    content: "\f153";
    font-family: Flaticon;
    left: 25px;
    font-size: 14px;
    top: 10px;
    font-weight: 600;
}

.sidebar-widget-area .widget.widget_nav_menu ul li.current-menu-item a,
.sidebar-widget-area .widget.widget_nav_menu ul li a:hover,
.sidebar-widget-area .widget.widget_categories ul li a:hover {
    color: #ffffff;
}

form.search-form {
    position: relative;
}

form.search-form label {
    width: 100%;
    margin-bottom: 0;
}

form.search-form input {
    margin-bottom: 0;
    width: 100%;
    border-radius: 5px;
    border: 0;
    height: 55px;
    padding: 5px 15px;
}

.widget.widget_search button[type="submit"] {
    padding: 10px;
    color: #ffffff;
    border-radius: 5px;
    height: 46px;
    width: 46px;
    top: 50%;
    margin-top: -23px;
    right: 8px;
    position: absolute;
    text-align: center;
}

.widget_search button[type="submit"]{
    display: inline-block;
}

.widget.widget_search button[type="submit"] i {
    margin: 0;
}

.sidebar-widget-area .widget.widget_categories ul li {
    position: relative;
}

.sidebar-widget-area .widget .post-count-number {
    position: absolute;
    right: 0;
    color: #ffffff;
    top: 0;
    width: 60px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    letter-spacing: .5px;
    transition: .3s;
    -webkit-transition: .3s;
    pointer-events: none;
    font-weight: 500;
    border-radius: 0 5px 5px 0;
}

.sidebar-widget-area .widget.widget_categories ul li:hover .post-count-number {
    background-color: #1e1916;
}

.widget.widget_cta_button_widget {
    padding: 0 !important;
}

.cta-widget-content {
    text-align: center;
    padding: 55px 35px 45px 35px;
    position: relative;
}

.cta-widget-title, .cta-widget-button,
.cta-widget-number {
    position: relative;
    z-index: 1;
}

.cta-widget-title {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 40px;
}

.cta-widget-button {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    font-size: 40px;
    line-height: 105px;
    display: inline-block;
    color: #ffffff;
}

.cta-widget-button:hover,
.cta-widget-number:hover {
    color: #ffffff;
}

.cta-widget-number {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
}

.cta-widget-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .9;
}

.widget.widget_tag_cloud a {
    font-size: 16px !important;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 500;
}

.widget.widget_wrd-recent-posts ul li {
    padding: 12px 0;
    min-height: 100px;
}

.wrd-recent-post-widget img {
    height: 80px;
    width: 80px;
    float: left;
    border-radius: 5px;
}

.sidebar-widget-area .wrd-recent-post-widget .wrd-recent-post-title-and-date {
    margin-left: 95px;
}

.wrd-recent-post-title-and-date h6 {
    margin-bottom: 5px;
}

.sidebar-widget-area .wrd-recent-post-title-and-date h6 {
    margin-top: -8px;
}

.wrd-recent-widget-date i {
    margin-right: 3px;
    font-size: 15px;
}

.wrd-recent-widget-date a {
    font-weight: 500;

}

.wrd-recent-post-widget-title {
    font-size: 18px;
    line-height: 28px;
    color: #1e1916;
}

.footer-widget-area .wrd-recent-post-widget-title {
    font-size: 20px;
    line-height: 28px;
}

.footer-widget-area .widget_wrd-recent-posts .widget-title{
    margin-bottom: 26px;
}
/*====================================
# Home Slider CSS
====================================*/
.wrd-slider-content-wrapper {
    margin-top: 100px;
}

.wrd-single-slide-item {
    height: 920px;
    display: flex !important;
    align-items: center;
}

.wrd-slide-sub-title {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}

.wrd-slide-title h2 {
    font-size: 90px;
    line-height: 100px;
    color: #ffffff;
}

.wrd-slider-content-text {
    font-size: 23px;
    color: #ffffff;
    margin-top: 30px;
}

.slider-button-wrapper {
    margin-top: 50px;
}

.wrd-home-slider-wrapper .slick-arrow {
    top: 50%;
    left: 100px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
}


.wrd-home-slider-wrapper:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.wrd-home-slider-wrapper .slick-arrow.slick-next {
    margin-top: 105px;
}


.wrd-home-slider-wrapper .slick-arrow:hover,
.wrd-home-slider-wrapper .slick-dots button:hover,
.wrd-home-slider-wrapper .slick-dots .slick-active button{
    background-color: #ffffff;
}

.wrd-home-slider-wrapper .slick-dots {
    position: absolute;
    bottom: 35px;
}

.wrd-slider-right-video {
    position: absolute;
    right: 0;
    width: 400px;
    top: 50%;
    margin-top: -45px;
}

.wrd-home-slider-one .wrd-single-slide-item .wrd-video-button:before,
.wrd-home-slider-one .wrd-single-slide-item .wrd-video-button:after {
    height: 70px;
    width: 70px;
    background-color: transparent;
    border: 2px solid #ffffff;
}

.slider-button-wrapper .wrd-button:hover{
    background-color: transparent;
}

.slider-button-wrapper .wrd-video-button {
    position: relative;
    left: auto;
    right: auto;
    top: 9px;
    margin-left: 50px;
    transform: translateX(0%) translateY(0%);
    display: none;
}

/*====================================
# Home Slider Two CSS
====================================*/
.wrd-home-slider-two .wrd-slider-content-wrapper {
    margin-top: 0;
}
.wrd-home-slider-two .wrd-slider-right-video {
    position: absolute;
    right: 13%;
    width: 350px;
    top: 50%;
    margin-top: -175px;
    height: 350px;
    background: rgba(232, 164, 55, .18);
    border-radius: 50%;
}

.slider-top-right-shape {
    background: rgba(232, 164, 55, .18);
    height: 200px;
    width: 200px;
    position: absolute;
    top: -50px;
    right: -50px;
    border-radius: 50%;
}


/*====================================
# Home Slider Three CSS
====================================*/
.wrd-home-three-slider .slider-left-image {
    position: relative;
    max-width: 630px;
}
.wrd-home-three-slider .slider-left-image:before {
    position: absolute;
    content: '';
    background-color: #ffffff;
    height: 520px;
    width: 520px;
    z-index: -1;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wrd-home-three-slider .wrd-slider-content-wrapper {
    margin-top: 0;
    padding-left: 65px;
    position: relative;
    z-index: 1;
}

.wrd-home-three-slider .wrd-slide-title h2,
.wrd-home-three-slider .wrd-slider-content-text{
    color: #1e1a15;
}

.wrd-home-three-slider .slider-button-wrapper .wrd-button:hover{
    background-color: #1e1a15;
    border-color: #1e1a15;
    color: #ffffff;
}

.wrd-slider-left-image-two {
    position: absolute;
    width: 150px;
    left: 80px;
    top: 80px;
}

.wrd-slider-left-image-two:after,
.wrd-slider-right-shape,
.wrd-slider-left-bottom-shape{
    position: absolute;
    content: '';
    height: 150px;
    width: 150px;
    border-radius: 50%;
}

.wrd-slider-left-image-two:after {
    top: -20px;
    left: 50px;
    z-index: -1;
}
.wrd-slider-right-shape {
    background: #ffffff;
    right: 5%;
    bottom: 130px;
}

.wrd-slider-left-bottom-shape {
    background: #f9edd8;
    bottom: -20px;
    left: -30px;
}

.wrd-home-three-slider .wrd-home-slider-wrapper .slick-arrow:hover,
.wrd-home-three-slider .wrd-home-slider-wrapper .slick-dots button:hover,
.wrd-home-three-slider .wrd-home-slider-wrapper .slick-dots .slick-active button{
    background-color: #1e1916;
}


/*====================================
# Double Image & About CSS
====================================*/

.wrd-double-image-wrapper {
    width: 630px;
    height: 600px;
    position: relative;
}

.double-image-one,
.double-image-two{
    max-width: 300px;
    display: inline-block;
}

.double-image-two {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.bg-circle {
    height: 420px;
    width: 420px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -210px;
    left: 50%;
    margin-left: -210px;
    border: 25px solid #fdf6eb;
}

.double-image-one {
    position: relative;
    z-index: 1;
}

.wrd-home-one-about {
    padding-left: 85px;
}

.about-section {
    padding: 115px 0;
}

/*====================================
# Section Title CSS
====================================*/
.wrd-section-title-wrapper {
    margin-bottom: 35px;
    position: relative;
}
.wrd-section-title-content {
    display: inline-block;
}

.section-subtitle {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.wrd-section-title-wrapper h2 {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 30px;
}

.section-subtitle-two {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 22px;
}

.section-title-desc ul{
    overflow: hidden;
    margin-top: 25px;
}
.section-title-desc ul li {
    font-weight: 500;
    width: 50%;
    display: inline-block;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.section-title-desc ul li:before{
    position: absolute;
    content: "\f12f";
    font-family: Flaticon;
    left: 0;
    font-size: 12px;
    top: 4px;
}

.section-title-desc ul li,.section-title-desc ul li a {
    color: #1e1916;
}


/*====================================
# CTA CSS
 ====================================*/
.cta-area {
    padding: 45px 50px 35px 50px;
    position: relative;
    overflow: hidden;
}

.cta-text h3 {
    font-size: 55px;
    line-height: 65px;
    color: #ffffff;
}

.cta-button-wrapper .wrd-call-button{
    color: #ffffff;
    padding-left: 75px;
}

.cta-button-wrapper .wrd-call-button .button-text {
    font-size: 30px;
    font-weight: 700;
}

.cta-button-wrapper .button-subtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.cta-button-wrapper .wrd-call-button i {
    font-size: 50px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    margin-top: -25px;
}


.cta-icon {
    position: absolute;
    height: 180px;
    width: 180px;
    font-size: 180px;
    color: #edb255;
    line-height: 180px;
    bottom: -35px;
    left: 50%;
    margin-left: -15px;
}

.cta-button-wrapper .wrd-call-button:hover{
    color: #ffffff;
}
.cta-two-button .wrd-button{
    background-color: #1e1916;
    border-color: #1e1916;
}
/*====================================
# CTA Two CSS
 ====================================*/
.wrd-cta-two-wrapper {
    margin-bottom: -160px;
    position: relative;
    z-index: 1;
}
.wrd-cta-two-content-wrapper{
    position: relative;
    overflow: hidden;
}
.wrd-cta-two-content {
    padding: 50px 60px 60px 60px;
    position: relative;
    z-index: 2;
}

.wrd-cta-two-content-wrapper:before,
.wrd-cta-two-content-wrapper:after{
    content: '';
    position: absolute;
    height: 200px;
    width: 400px;
    background-color: #d69428;
    transform: rotate(45deg);
}

.wrd-cta-two-content-wrapper:before {
    transform: rotate(
            45deg
    );
    right: -220px;
    top: -60px;
}

.wrd-cta-two-content-wrapper:after {

    left: -200px;
    bottom: -80px;
}

.wrd-cta-two-content-wrapper:after{

}

.wrd-cta-two-content {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
}

.cta-two-title {
    color: #ffffff;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 35px;
    margin-top: 15px;
}

.wrd-footer-extra-padding .footer-widget-area{
    padding: 265px 0 55px;
}

/*====================================
# Service CSS
 ====================================*/
.service-section {
    padding: 110px 0 115px 0;
}
.service-section .wrd-section-title-content{
    width: 45%;
}

.single-service-item .service-content {
    background: #ffffff;
    text-align: center;
    padding: 40px 30px 20px 30px;
}


.service-icon {
    height: 80px;
    width: 80px;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    font-size: 80px;
    margin-bottom: 20px;
}

.service-image {
    position: relative;
    overflow: hidden;
}

.service-image img {
    min-width: 100%;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    transform: translateY(-101%);
}

.single-service-item:hover .image-overlay{
    transform: translateY(0%);
}

.image-overlay a {
    height: 60px;
    width: 60px;
    border: 1px solid #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
    font-size: 20px;
    color: #ffffff;
}

.service-title {
    font-size: 28px;
    margin-bottom: 25px;
}

.single-service-item:hover .service-content .service-icon,
.single-service-item:hover .service-content .service-title,
.single-service-item:hover .service-content .service-des{
    color: #ffffff;
}

.service-item-wrapper .slick-slide{
    padding: 0 15px;
}

.service-item-wrapper .slick-arrow {
    top: 50%;
    margin-top: -30px;
    left: -100px;
    opacity: 0;
    visibility: hidden;
}

.service-item-wrapper .slick-arrow.slick-next {
    left: auto;
    right: -100px;
}

.service-item-wrapper:hover .slick-arrow{
    opacity: 1;
    visibility: visible;
}

.service-section-three.wrd-service-layout-two .service-icon {
    background-color: #fdf5eb;
}

/*====================================
# Service Two CSS
 ====================================*/
.wrd-service-layout-two .service-content {
    background-color: #fbf3e9;
    position: relative;
    z-index: 1;
}

.wrd-service-layout-two .service-icon {
    background-color: #ffffff;
    border-radius: 50%;
    height: 125px;
    width: 125px;
    line-height: 125px;
    font-size: 80px;
    position: relative;
    margin-bottom: 45px;
}

.wrd-service-layout-two .service-icon:before {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 2px solid #e9a537;
    content: '';
    border-radius: 50%;
    left: 5px;
    top: 5px;
    z-index: -1;
}

.wrd-service-layout-two .single-service-item:hover .service-icon:before {
    border-color: #1e1916;
    background-color: #1e1916;
}

.wrd-service-two-button .wrd-button {
    background: transparent;
    border-color: transparent;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
}

.single-service-item:hover .wrd-service-two-button .wrd-button {
    background: #1e1916;
    border-color: #1e1916;
    color: #ffffff;
    transform: translateY(20px);
}

.service-section-three {
    padding: 115px 0 85px;
}
.service-section-three.wrd-service-layout-two .service-content{
    background-color: #ffffff;
}

.service-section-three.wrd-service-layout-two .single-service-item{
    margin-bottom: 30px;
}


/*====================================
# Subscribe CSS
 ====================================*/
.subscribe-area {
    padding: 115px 0 110px;
}

.subscribe-form-content {
    padding: 54px 50px 55px 50px;
}

.subscribe-image img {
    width: 100%;
}

.wrd-subscribe-title-wrapper,.wrd-subscribe-title-wrapper h2 {
    color: #ffffff;
}

.wrd-subscribe-title-wrapper h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
}

.wrd-subscribe-title-wrapper .subtitle {
    text-transform: uppercase;
    font-weight: 500;
    line-height: 26px;
}

.wrd-subscribe-form input[type="email"] {
    background: transparent;
    border: 1px solid #ffffff;
    width: calc(100% - 70px);
    padding: 15px;
    color: #ffffff;
}

.subscribe-button {
    position: absolute;
    background: #1e1916;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.wrd-subscribe-form {
    position: relative;
}

.subscribe-button input[type=submit] {
    background: transparent;
    border: none;
    width: 100%;
    height: 100%;
}

.subscribe-button i {
    position: absolute;
    top: 0;
    font-size: 20px;
    color: #ffffff;
    left: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    pointer-events: none;
}


.wrd-subscribe-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1; /* Firefox */
    text-transform: capitalize;
}

.wrd-subscribe-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
    text-transform: capitalize;
}

.wrd-subscribe-form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff;
    text-transform: capitalize;
}



/*====================================
# Subscribe Two
 ====================================*/
.subscribe-layout-two {
    padding-top: 85px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.subscribe-layout-two .wrd-subscribe-title-wrapper h2{
    margin-bottom: 0;
}

.subscribe-layout-two .subscribe-form-content {
    padding: 0;
}
/*====================================
# Team CSS
 ====================================*/

.team-section {
    padding-bottom: 85px;
}
.team-section .wrd-section-title-content{
    width: 45%;
}

.single-team-member{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    display: inline-block;
}


.member-info {
    background: #fdf6eb;
    padding: 30px;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    transition: .3s;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
}

.single-team-member:hover .member-info {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.member-name {
    font-size: 26px;
}

.member-designation {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

.member-social {
    background: #fdf6eb;
    margin-top: 25px;
}

.member-social ul li a {
    height: 40px;
    width: 40px;
    border: 2px solid #eadfd2;
    display: inline-block;
    color: #1e1916;
    line-height: 40px;
    margin-right: 3px;
}

.member-social ul li:last-child a {
    margin-right: 0;
}

.member-social ul li a:hover{
    color: #ffffff;
}

.team-section.home-three-team {
    padding: 110px 0 75px;
}

/*====================================
# Team Two CSS
 ====================================*/

.wrd-team-two-wrapper .member-details {
    position: relative;
}

.wrd-team-two-wrapper .single-team-member a {
    display: inline-block;
}

.wrd-team-two-wrapper .member-two-info {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(233, 165, 55, .92);
    width: 100%;
    height: 100%;
    padding: 50px 30px;
    display: table;
    transform: translateY(-100%);
    transition: .6s;
    visibility: hidden;
    opacity: 0;
}
.wrd-team-two-wrapper .single-team-member:hover .member-two-info{
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.wrd-team-two-wrapper .member-two-social a{
    height: 40px;
    width: 40px;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}

.wrd-team-two-wrapper .member-two-social a:hover{
    background-color: #ffffff;
}

.wrd-team-two-wrapper .member-two-social li {
    margin-right: 5px;
}

.wrd-team-two-wrapper .member-two-social li:last-child {
    margin-right: 0;
}
.wrd-team-two-wrapper .member-name {
    font-size: 30px;
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 5px;
}

.wrd-team-two-wrapper .member-designation{
    color: #ffffff;
    margin-bottom: 60px;
}
.wrd-team-two-wrapper .member-details-url {
    font-size: 50px;
    color: #ffffff;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

.member-two-social {
    margin-top: 60px;
}

/*====================================
# Contact Form CSS
 ====================================*/

.contact-section {
    padding-top: 115px;
    padding-right: 150px;
    position: relative;
}
.wrd-contact-form-container {
    padding: 65px 130px 70px 130px;
    background-color: #ffffff;
    position: relative;
}
.wrd-contact-form-container .wrd-subscribe-title-wrapper {
    margin-bottom: 45px;
}

.wrd-contact-form-container .wrd-subscribe-title-wrapper h2{
    color: #1e1916;
}

.wrd-contact-form-container input, .wrd-contact-form-container textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid;
    border-color: #eadfd2;
    background: transparent;
}

.wrd-form-control-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.wrd-form-control-wrapper i {
    position: absolute;
    right: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    top: 50%;
    margin-top: -15px;
    pointer-events: none;
    color: #757575;
}

.wrd-form-control-wrapper.wrd-textarea i {
    top: 30px;
}

.wrd-image-with-circle-bg {
    position: relative;
    z-index: 1;
    max-width: 550px;
    display: inline-block;
}

.wrd-image-with-circle-bg:before {
    position: absolute;
    content: '';
    background-color: #ffffff;
    height: 520px;
    width: 520px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.wrd-contact-form-container.home-three-form {
    padding: 0 0 0 50px;
    background-color: transparent;
}

.contact-section-three {
    padding: 90px 0 110px 0;
}

/*====================================
# Video Popup CSS
 ====================================*/

.video-container {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 53%;
    bottom: 0;
}
.video-wrapper {
    position: relative;
}
.video-wrapper,
.video-wrapper img{
    height: 100%;
}

.wrd-circle-img-with-video{
    text-align: right;
}

.wrd-circle-image {
    height: 545px;
    width: 545px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

.wrd-circle-image:before {
    position: absolute;
    content: '';
    height: calc(100% + 26px);
    width: calc(100% + 26px);
    border: 2px solid #f9e4c6;
    left: -13px;
    top: -13px;
    border-radius: 50%;
}

.wrd-circle-img-with-video .wrd-video-button {
    left: 100px;
    bottom: 40px;
    transform: translate(0, 0);
    top: auto;
}

.wrd-circle-img-with-video .wrd-video-button:before{
    display: none;
}

.wrd-circle-img-with-video .wrd-video-button:after{
    border: 5px solid #ffffff;
    height: 150px;
    width: 150px;
}

/*====================================
# Contact Form Two CSS
 ====================================*/
.contact-section-two {
    margin-top: -100px;
    padding-bottom: 115px;
}

.contact-section-two .wrd-contact-form-container {
    padding: 65px 100px 70px 100px;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .12);
}

.contact-section-two textarea {
    height: 155px;
}

.contact-section-two .wrd-contact-form-container .wrd-subscribe-title-wrapper {
    margin-bottom: 60px;
}
/*====================================
# Project CSS
 ====================================*/
.video-gallery{
    padding: 110px 0 115px;
}
.video-gallery .wrd-section-title-content{
    width: 50%;
    display: inline-block;
}

@media (min-width: 1400px){
    .video-gallery .container {
        max-width: 1350px;
    }
}

.wrd-client-moment-slider-wrapper .slick-slide {
    padding: 0 30px;
}

.client-moment-slider {
    margin: 0 -350px;
}

.wrd-client-moment-slider-wrapper {
    overflow: hidden;
}

.client-image-wrapper {
    position: relative;
}

.client-image-wrapper .info {
    position: absolute;
    bottom: 0;
    display: inline-block;
    color: #ffffff;
    padding: 32px 35px 30px 35px;
    z-index: 1;
}

.client-image-wrapper .info span {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
}

.client-image-wrapper .info h3 {
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 0;
}

.client-image-wrapper .client-moment-video {
    height: 60px;
    width: 60px;
    border: 1px solid #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    position: absolute;
    border-radius: 5px;
    font-size: 20px;
    color: #ffffff;
    right: 40px;
    bottom: 30px;
    z-index: 1;
}
.client-image-wrapper .info,
.client-image-wrapper .client-moment-video,
.wrd-client-moment-slider-wrapper .slick-arrow{
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.slick-center .client-image-wrapper .info,
.slick-center .client-image-wrapper .client-moment-video,
.wrd-client-moment-slider-wrapper:hover .slick-arrow{
    opacity: 1;
    visibility: visible;
}

.wrd-client-moment-slider-wrapper .slick-arrow{
    left: 200px;
}

.wrd-client-moment-slider-wrapper .slick-arrow {
    top: 50%;
    margin-top: -30px;
    left: 620px;
}

.wrd-client-moment-slider-wrapper .slick-arrow.slick-next{
    left: auto;
    right: 620px;
}

.client-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 1));
    pointer-events: none;
}


/*====================================
# Project Slider Css
 ====================================*/
.team-and-project-section-wrapper {
    position: relative;
    padding-top: 110px;
    padding-bottom: 80px;
}

.team-and-project-wrapper-bg {
    position: absolute;
    height: 100%;
    width: 40%;
    background: #fbf3e9;
    right: 0;
    top: 0;
}

.project-section.project-layout-two .wrd-section-title-content {
    width: 50%;
}
.project-image {
    position: relative;
}

.single-project-item {
    overflow: hidden;
}

.project-details-url {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(233, 165, 55, .92);
    display: table;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.project-details-url a {
    display: table-cell;
    vertical-align: middle;
    font-size: 50px;
    color: #ffffff;
}

.single-project-item:hover .project-details-url {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.project-info {
    text-align: center;
    padding: 32px 25px;
}

.project-subtitle {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.project-title {
    font-size: 25px;
    margin-bottom: 0;
}

/*====================================
# Project Layout Three CSS
 ====================================*/
.project-layout-three {
    padding: 110px 0 0 0;
}
.project-layout-three .wrd-section-title-content {
    width: 50%;
}
.project-three-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.project-three-info {
    margin-top: 20px;
}
.project-three-item .details-url {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(233, 165, 55, .92);
    text-align: center;
    display: table;
    padding: 30px;
}
.project-three-item .details-url{
    transition: .6s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
}

.project-three-item .plus-icon {
    font-size: 60px;
    color: #ffffff;
}

.project-three-item .project-subtitle,
.project-three-item .project-title{
    color: #ffffff;
}


.project-three-item:hover .details-url{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
/*====================================
# Counter CSS
 ====================================*/
.counter-up-section{
    padding: 100px 0 70px;
}
.wrd-counter-col {
    padding: 0 15px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.wrd-counter-col:before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid #e9a537;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 50%;
    margin-top: -5px;
    right: -15px;
}

.wrd-counter-col:last-child:before {
    display: none;
}

.counter-box {
    background: #ffffff;
    display: inline-block;
    padding: 28px 30px 28px 30px;
    min-width: 210px;
    text-align: center;
}

.count-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.wrd-count-number-and-unit {
    font-size: 48px;
    font-weight: 700;
    color: #1e1916;
    line-height: 1;
    margin: 15px 0px 25px;
}

.count-icon {
    font-size: 30px;
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 30px;
}

/*====================================
# Pricing Table CSS
 ====================================*/

.pricing-section{
    padding: 110px 0 85px;
}
.wrd-single-pricing-table {
    background: #fdf5eb;
    padding: 30px 30px 50px 30px;
    text-align: center;
    margin-bottom: 30px;
}

.wrd-price {
    font-size: 45px;
    font-weight: 700;
}

.wrd-price sup {
    font-size: 25px;
    margin-right: -5px;
}

.wrd-price-title,
.pricing-two-item .wrd-price-title {
    font-size: 25px;
    margin-bottom: 30px;
}

.wrd-pricing-icon {
    height: 130px;
    width: 130px;
    text-align: center;
    display: inline-block;
    line-height: 130px;
    font-size: 90px;
    border-radius: 30% 70% 70% 30% / 42% 43% 57% 58% ;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    color: #1e1916;
}

.wrd-pricing-icon i {
    margin-top: -5px;
    display: block;
}

.icon-bg-shape{
    background-color: transparent;
    border-radius: 30% 70% 70% 30% / 42% 43% 57% 58%;
    position: absolute;
    top: 3px;
    height: 125px;
    width: 125px;
    border: 2px solid #e9a537;
    z-index: -1;
    transform: rotate(
            45deg
    );
    left: -1px;
}
.wrd-pricing-features {
    margin: 35px 0 40px 0;
}

.wrd-pricing-features li {
    position: relative;
    padding-left: 20px;
    margin: 10px 0;
}

.wrd-pricing-features li i {
    position: absolute;
    top: 8px;
    font-size: 12px;
    left: 0;
}

.wrd-single-pricing-table:hover .wrd-price{
    color: #ffffff;
}

.wrd-single-pricing-table:hover .icon-bg-shape{
    border-color: #1e1916;
}

.wrd-single-pricing-table:hover .wrd-pricing-features li,
.wrd-single-pricing-table:hover .wrd-pricing-features li a{
    color: #ffffff;
}
.wrd-single-pricing-table .wrd-button {
    padding: 18px 35px 15px 35px;
}

.wrd-single-pricing-table:hover .wrd-button {
    border-color: #1e1916;
    background-color: #1e1916;
}

/*====================================
# Pricing Table Two
====================================*/
.pricing-two-wrapper{
    padding: 110px 0 85px;
}
.wrd-single-pricing-table.pricing-two-item {
    position: relative;
    overflow: hidden;
    padding: 190px 35px 50px 35px;
    text-align: left;
}


.wrd-single-pricing-table.pricing-two-item:before,
.wrd-single-pricing-table.pricing-two-item:after {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    transition: .3s;
}

.wrd-single-pricing-table.pricing-two-item:before {
    border-top: 150px solid #f9e6c6;
    border-bottom: 150px solid transparent;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    top: 0;
    right: -60px;
}

.wrd-single-pricing-table.pricing-two-item:after {
    border-left: 100px solid #e9a537;
    border-bottom: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 100px solid transparent;
    top: 0;
    left: 0;
}

.pricing-two-item .wrd-pricing-icon {
    position: absolute;
    right: 30px;
    top: 30px;
}



.wrd-single-pricing-table.pricing-two-item:hover:before  {
border-top-color: #efb85b;
}

.wrd-single-pricing-table.pricing-two-item:hover:after  {
    border-left-color: #1e1a17;
}

.pricing-two-price-and-title {
    position: relative;
}

/*====================================
# Testimonial CSS
====================================*/
.wrd-testimonial-slider-wrapper{
    padding: 110px 0 115px;
}
.wrd-testimonial-item {
    background: #ffffff;
    padding: 50px 35px 45px 35px;
}

.wrd-testimonial-image {
    max-width: 210px;
    display: inline-block;
}

.wrd-testimonial-desc {
    position: relative;
    margin-top: 35px;
    margin-bottom: 30px;
}



.wrd-testimonial-icon {
    position: absolute;
    font-size: 85px;
    color: #fbf2e0;
    line-height: 1;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.wrd-testimonial-text {
    z-index: 1;
    position: relative;
}

.wrd-testimonial-text p:last-child{
    margin-bottom: 0;
}

.wrd-testimonial-person-info span {
    display: block;
    font-weight: 500;
    font-size: 17px;
}

.wrd-testimonial-person-name,
.wrd-testimonial-two-item .wrd-testimonial-person-name {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0;
}

.wrd-arrow-top .wrd-testimonial-slider .slick-arrow {
    right: 15px;
    top: -150px;
}

.wrd-arrow-top .wrd-testimonial-slider .slick-arrow.slick-prev {
    margin-right: 80px;
}

/*====================================
# Brand Slider CSS
====================================*/
.wrd-brand-slider{
    margin: 0;
    padding: 0 30px;
}
.wrd-brand-slider-item.slick-slide {
    height: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.wrd-brand-slider-item.slick-slide img {
    display: inline-block;
    height: auto;
}

/*====================================
# Testimonial Two CSS
====================================*/
.wrd-testimonial-slider-two-wrapper {
    padding: 110px 0;
}

.wrd-testimonial-two-desc {
    padding: 65px 35px 35px 35px;
    position: relative;
}

.wrd-testimonial-two-item .wrd-testimonial-text {
    margin-top: 45px;
}

.wrd-testimonial-two-item .wrd-testimonial-icon {
    position: absolute;
    font-size: 60px;
    top: 25px;
    transform: rotate(
            180deg
    );
    left: 35px;
}

.wrd-testimonial-two-item .wrd-testimonial-person-info {
    position: relative;
    padding-left: 95px;
    margin-top: 35px;
    margin-bottom: 15px;
}

.wrd-testimonial-two-item .wrd-testimonial-person-image {
    position: absolute;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    left: 0;
    top: 0;
}

.wrd-arrow-left-right .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: -100px;
}

.wrd-arrow-left-right .slick-arrow.slick-next {
    left: auto;
    right: -100px;
}

.wrd-testimonial-slider-two-wrapper  .slick-arrow{
    opacity: 0;
    visibility: hidden;
}

.wrd-testimonial-slider-two-wrapper:hover  .slick-arrow{
    opacity: 1;
    visibility: visible;
}


/*====================================
# Recent Post CSS
====================================*/
.recent-post-wrapper {
    padding: 110px 0 85px;
}
.wrd-recent-post-item {
    margin-bottom: 30px;
    height: 590px;
    overflow: hidden;
}

.wrd-recent-post-content{
    padding: 40px 30px 45px 30px;
}
.wrd-recent-post-thumbnail {
    display: inline-block;
}

.wrd-recent-post-title {
    font-size: 28px;
    line-height: 38px;
}

.wrd-recent-post-mata {
    margin-bottom: 10px;
}

.wrd-recent-post-mata li{
    margin-right: 15px;
    font-weight: 500;
}

.wrd-recent-post-mata li i {
    margin-right: 5px;
}

.wrd-recent-post-mata li,.wrd-recent-post-mata li a {
    color: #1e1916;
}
.wrd-post-excerpt p:last-child {
    margin-bottom: 0;
}
.wrd-recent-post-item .wrd-button{
    padding: 17px 35px 15px 35px;
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
}

.wrd-recent-post-item:hover .wrd-recent-post-content {
    transform: translateY(-95px);
}

.wrd-recent-post-item:hover .wrd-button {
    opacity: 1;
    visibility: visible;
}


.wrd-post-list li {
    position: relative;
    padding-left: 60px;
    margin-bottom: 12px;
}

.wrd-post-list li i {
    background-color: #f7f2eb;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 8px;
    transition: .3s;
}

.wrd-post-list li:hover i {
    color: #ffffff;
}


/*====================================
# About Us CSS
====================================*/

.about-us .wrd-circle-img-with-video{
    text-align: left;
}

.about-us  .wrd-home-one-about {
    padding-left: 45px;
}

.wrd-experience-year {
    font-size: 120px;
    line-height: 1;
    text-shadow: 5px 2px 0px #cf9943;
    color: #ffffff;
    margin-bottom: 50px;
}

.wrd-experience-text {
    font-size: 55px;
    line-height: 1;
    color: #ffffff;
}

.wrd-experience-box {
    padding: 50px 40px;
    margin-bottom: 30px;
}

.wrd-years-of-experience .wrd-section-title-wrapper{
    margin-bottom: 0;
}

.wrd-experience-content {
    padding-left: 50px;
}

.wrd-years-of-experience {
    padding: 115px 0 85px;
}

.about-us .team-section {
    padding: 110px 0 85px;
}


/*====================================
# Service Page CSS
====================================*/
.services .service-section{
    padding: 110px 0 85px 0;
}
.services .single-service-item{
    margin-bottom: 30px;
}
.services .single-service-item .service-content {
    background: #fdf5eb;
}

.services .service-section-three.wrd-service-layout-two .service-icon{
    background-color: #ffffff;
}

.services-title .wrd-section-title-content {
    width: 45%;
}

.wrd-service-details-content h1{
    font-size: 40px;
    line-height: 53px;
}

.wrd-service-details-main-thumb {
    margin-bottom: 30px;
}

.wrd-service-details-image {
    margin: 30px 0;
}

/*====================================
# Project Page CSS
====================================*/

.projects .project-section{
    padding: 105px 0 55px;
}
.wrd-projects-wrapper {
    padding: 0 75px;
}

.projects .wrd-projects-wrapper .single-project-item{
    margin-bottom: 20px;
}
.content-area.project-details-content {
    margin-top: 115px;
}
/* Project Details Slider Start */
.wrd-project-details-main-slider-item {
    height: 421px;
}
.wrd-project-info {
    background-color: #f7f2eb;
    padding: 35px 30px 45px 30px;
}

.wrd-project-info-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 33px;
}

.wrd-project-info-list li {
    background-color: #ffffff;
    padding: 14px 25px;
    margin-bottom: 8px;
    border-radius: 5px;
}

.wrd-project-info-list li a {
    color: #555b56;
}

.wrd-project-info-list li span, .wrd-project-info-list li strong {
    color: #1e1916;
    font-weight: 500;
    font-size: 15px;
    min-width: 80px;
    display: inline-block;
    position: relative;
    margin-right: 25px;
}

.wrd-project-info-list li span:before, .wrd-project-info-list li strong:before {
    position: absolute;
    content: "\f12f";
    font-family: Flaticon;
    right: -10px;
    font-size: 10px;
    line-height: 1;
    top: 8px;
    font-weight: 600;
    color: #1e1916;
}

.wrd-project-info-slider-wrapper {
    margin-bottom: 35px;
}

.wrd-project-details-slider-nav {
    margin: 10px -7px 15px -7px;
}

.wrd-project-details-slider-nav img {
    padding: 7px;
    cursor: pointer;
    opacity: .7;
    transition: .3s;
}

.wrd-project-details-slider-nav img:hover, .wrd-project-details-slider-nav img.slick-current {
    opacity: 1;
}

/* Project Details Slider End */

.video-wrapper.video-style-two {
    height: 430px;
    margin-top: 20px;
}

/*====================================
# Team details Page CSS
====================================*/
.wrd-member-details-wrapper {
    padding-top: 115px;
}
.wrd-member-details .wrd-member-image {
    position: relative;
    display: inline-block;
}

.member-details-social {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
}

.member-details-social a {
    height: 40px;
    width: 40px;
    color: #ffffff;
    background: #ffffff;
    display: block;
    text-align: center;
    border-radius: 50%;
    line-height: 43px;
}

.wrd-member-desc-wrapper blockquote{
    background-color: #ffffff;
}


.member-details-social li:not(:last-child) {
    margin-bottom: 10px;
}

.wrd-member-details.wrd-light-bg {
    padding: 50px;
}
.wrd-member-desc-wrapper {
    padding-left: 50px;
}

.wrd-member-name {
    font-size: 50px;
    line-height: 60px;
}

.wrd-member-details .wrd-designation {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}


/*====================================
# Error Page CSS
====================================*/
section.error-404 {
    padding: 115px 0;
}

.error-left-image {
    position: relative;
    max-width: 630px;
    display: inline-block;
}
.error-left-image:before {
    position: absolute;
    content: '';
    background-color: #fdf5eb;
    height: 520px;
    width: 520px;
    z-index: -1;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.text-404 {
    margin-bottom: 50px;
}
.text-404 h4 {
    font-size: 200px;
    line-height: 1;
    text-shadow: 3px 2px 2px #00000033;
}

.not-found-text-wrapper h6 {
    font-size: 45px;
    line-height: 55px;
}

.not-found-text-wrapper p {
    font-size: 18px;
}

.error-page-button {
    margin-top: 50px;
}

/*====================================
# Contact Page CSS
====================================*/
#wrd-google-map {
    height: 850px;
}

.wrd-google-map-wrapper {
    padding: 115px 80px;
}

.wrd-google-map-container{
    position: relative;
}

.contact-details {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    padding: 100px 0 0;
    bottom: 50px;
}

.wrd-contact-details-box {
    background: #fdf5eb;
    padding: 45px 30px 40px 135px;
    margin-bottom: 30px;
    position: relative;
}

.wrd-contact-details-box-icon {
    height: 65px;
    width: 65px;
    box-shadow: -10px 10px #e8a437;
    position: absolute;
    left: 45px;
    font-size: 30px;
    text-align: center;
    line-height: 65px;
    background: #ffffff;
}

.wrd-contact-details-box .wrd-contact-box-title{
    font-size: 25px;
    line-height: 35px;
    margin: -7px 0 15px 0;
}

.wrd-contact-details-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wrd-contact-details-box a {
    color: #545454;
    font-weight: 500;
}

.wrd-contact-details-box,
.wrd-contact-details-box-icon,
.wrd-contact-box-title{
    transition: .3s;
}


.wrd-contact-details-box:hover{
    color: #ffffff;
}

.wrd-contact-details-box:hover .wrd-contact-box-title,
.wrd-contact-details-box:hover a{
    color: #ffffff;
}

.wrd-contact-details-box:hover .wrd-contact-details-box-icon{
    background-color: #ffffff;
    box-shadow: -10px 10px #1e1916;
}

.contact-page-form .wrd-contact-form-container{
    padding: 0;
}

section.contact-page-form {
    padding-bottom: 115px;
}

/*====================================
# Template Color CSS
====================================*/
.slicknav_nav a:hover,
.slicknav_item.slicknav_row:hover a,
.slicknav_item.slicknav_row:hover .slicknav_arrow,
.slicknav_menu .current-menu-item > a,
.slicknav_menu .current-menu-item .slicknav_row > a,
.slicknav_menu .current-menu-ancestor > a,
.slicknav_menu .current-menu-ancestor > .slicknav_row > a,
.current-menu-ancestor > .slicknav_row .slicknav_arrow,
.current-menu-item .slicknav_row .slicknav_arrow,
.header-style-two .main-navigation ul li a:hover,
.header-style-two .main-navigation ul li.current-menu-item > a,
.header-style-two .main-navigation ul li.current-menu-ancestor > a,
.header-style-three .main-navigation ul ul li a:hover,
.header-style-three .main-navigation ul ul li.current-menu-item > a,
.header-style-three .main-navigation ul ul li.current-menu-ancestor > a,.header-style-three .header-top-info li a:hover,
.header-style-three .header-top-info strong,.breadcrumb-container .current-item,.wrd-primary-color,.wrd-home-slider-wrapper .slick-arrow:hover,.wrd-team-two-wrapper .member-two-social a:hover,.wrd-contact-form-container .wrd-subscribe-title-wrapper .subtitle,
.wrd-button:hover, input[type="submit"]:hover, button[type="submit"]:hover,.wrd-call-button,.wrd-call-button:hover,
.header-social a:hover,.header-top-menu a:hover,.header-top-button a,.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current-menu-ancestor > a,.section-subtitle,.section-subtitle-two,.service-icon,
.slider-button-wrapper .wrd-button:hover,.footer-bottom-area a:hover,.comments-area .reply a:hover,.comment-metadata,
article .post-title a:hover,.post-meta li i,.post-meta ul li a:hover,.wrd-project-info-list li a:hover,
.footer-widget-area a:hover,.wrd-recent-widget-date i, .wrd-recent-widget-date a,
.wrd-recent-post-widget-title:hover,.wrd-home-three-slider .wrd-slide-title span,.member-designation,.wrd-service-layout-two .single-service-item:hover .service-content .service-icon,.wrd-service-two-button .wrd-button,.project-subtitle,.count-title,.wrd-price,.wrd-testimonial-two-item .wrd-testimonial-icon,.wrd-recent-post-mata li i,.wrd-post-list li i,.wrd-post-list li:hover i,.text-404 h4,.wrd-contact-details-box-icon{
    color: #eaa636;
}

.header-style-two .header-top-area,.header-three-menu-area,
.wrd-primary-bg,.slick-arrow,.slick-dots button,.wrd-button, input[type="submit"], button[type="submit"],
.wrd-video-button:before, .wrd-video-button:after,.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close,
.single-service-item:hover .service-content,.mobile-menu-trigger span,.client-image-wrapper .client-moment-video:hover,
.sidebar-widget-area .widget-title,.sidebar-widget-area .widget .post-count-number,.sidebar-widget-area .widget.widget_nav_menu ul li.current-menu-item a,
.sidebar-widget-area .widget.widget_nav_menu ul li a:hover,.widget.widget_tag_cloud a,.wrd-service-layout-two .service-icon:before,.subscribe-layout-two,
.sidebar-widget-area .widget.widget_categories ul li a:hover,.wrd-gallery-photo-overlay,.blog-next-prev-img:before,
.post-pagination ul li a:hover, .page-links a:hover, .post-pagination ul li span.current, .page-links .current,
.post-tags a,.member-details-social a,.add_to_cart_button,.wrd-slider-left-image-two:after,.wrd-single-pricing-table:hover,
.wrd-contact-details-box:hover,.footer-widget-area .widget_nav_menu ul li a:hover:before,.scroll-to-top,.member-social ul li a:hover{
    background-color: #eaa636;
}

.wrd-button, input[type="submit"], button[type="submit"],.add_to_cart_button,
.wrd-button:hover, input[type="submit"]:hover, button[type="submit"]:hover,
.slider-button-wrapper .wrd-button:hover,.client-image-wrapper .client-moment-video:hover,
.post-pagination ul li a:hover, .page-links a:hover, .post-pagination ul li span.current, .page-links .current,
blockquote,.member-social ul li a:hover,.wrd-contact-form-container input:focus, .wrd-contact-form-container textarea:focus{
    border-color: #eaa636;
}
/* Secondary Color */

.wrd-secondary-color{
    color: #1e1916;
}
.wrd-secondary-bg,.wrd-primary-bg.wrd-hover,
.slick-arrow:hover,
.slick-dots button:hover,
.slick-dots .slick-active button,
.widget.widget_tag_cloud a:hover,.post-tags a:hover{
    background-color: #1e1916;
}

.wrd-button:hover, input[type="submit"]:hover, button[type="submit"]:hover,
.add_to_cart_button:hover{
    background-color: #1e1916;
    color: #ffffff;
    border-color: #1e1916;
}