/*
Theme Name: Darwin
Theme URI: http://www.digitalheaps.com/product/darwin/
Author: DigitalHeaps
Author URI: https://themeforest.net/user/digitalheaps/
Description: Creative WordPress Responsive Theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: darwin
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/*==========================================
/ Header
============================================*/
.header{
    position: absolute;
    left: 0;
    top: 30px;
    padding: 0 30px;
    z-index: 9;
    background: transparent;
    width: 100%;
}
.header.innerHeader{
    position: relative;
    top: 0;
    padding: 0 0 16px;
}
.logo,
.logo_text{
    padding: 56px 0 0 045px;
}
.logo_text a{
    text-transform: uppercase;
    font-weight: 600;
    color: #111111;
    font-size: 32px;
    letter-spacing: .64px;
    line-height: .9;
    margin: 0;
}
.logo_text a:hover{
    color: #d2b342;
}
.menuArea{
    text-align: right;
    padding-top: 60px;
    padding-right: 45px;
}
.menuexpender{
    display: inline-block;
    width: 28px;
    position: relative;
    height: 22px;
    z-index: 99;
}
.menuexpender span{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: #000000;
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
}
.menuexpender span:nth-child(2){
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.menuexpender span:last-child{
    top: auto;
    bottom: 0;
}
.menuexpender.active{
    width: 24px;
    height: 24px;
    position: absolute;
    right: 65px;
    top: 60px;
}
.menuexpender.active span:nth-child(2){
    display: none;
}
.menuexpender.active span:nth-child(1){
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 10px;
    position: absolute;
}
.menuexpender.active span:nth-child(3) {
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.menuSide {
    background: #fbfbfb;
    height: calc(100vh - 60px);
    position: fixed;
    right: 30px;
    top: 30px;
    width: 310px;
    text-align: left;
    padding: 137px 45px 20px 45px;
    margin-right: -340px;
    z-index: 999;
    padding-right: 0;
}
.innerHeader .menuSide{
    height: 100vh;
}
.logged-in .menuSide{
    height: calc(100vh - 0);
    top: 60px;
}
.home.logged-in .menuSide{
    height: calc(100vh - 90px);
    top: 30px;
}
.navLogo{
    text-align: center;
    margin-bottom: 74px;
}
.navLogo img{
    width: auto;
    height: 100%;
}
.mainMenu ul{
    margin: 0;
    padding: 0;
    list-style: none none;
}
.mainMenu > ul{
    height: 450px;
}
.mainMenu ul li{
    margin-bottom: 34px;
    position: relative;
    line-height: 1;
}
.mainMenu ul li a{
    text-transform: uppercase;
    color: #222222;
    font-family: Poppins;
    letter-spacing: 1.4px;
    font-weight: 400;
}
.mainMenu ul ul.sub-menu{
    padding-top: 24px; 
    display: none;
}
.mainMenu ul ul.sub-menu li{
    margin-bottom: 14px;
    position: relative;
}
.mainMenu ul ul.sub-menu li a::before {
    background: #000000;
    content: "";
    height: 1px;
    position: absolute;
    top: 9px;
    width: 32px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.mainMenu ul ul.sub-menu li:last-of-type{
    margin-bottom: 0;
}
.mainMenu ul ul.sub-menu li a{
    text-transform: capitalize;
    font-size: 12px;
    color: #555555;
}
.mainMenu ul ul.sub-menu li a:hover{
    padding-left: 44px;
    color: #222222;
}
.mainMenu ul li:hover a{
    color: #D9B944;
}
.mainMenu ul ul.sub-menu li a:hover::before{
    visibility: visible;
    opacity: 1;
    width: 32px;
}

.menuCopyr{
    position: absolute;
    bottom: 36px;
}
.menuCopyr p {
    color: #888888;
    font-size: 12px;
    letter-spacing: 0.24px;
    line-height: 1.3;
    margin: 0;
}
.portfolio_cat {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    height: 707px;
    cursor: pointer;
    background: #fff;
    z-index: 10;
}
.portfolio_cat img{
    width: 100%;
    height: 100%;
}
.c_line{
    width: 1px;
    height: 47.2%;
    background: #222;
    display: inline-block;
    position: absolute;
    left: 15px;
}
.c_line.t::before {
    background: #222;
    content: "";
    height: 1px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 17px;
}
.c_line.b::before {
    background: #222;
    content: "";
    height: 1px;
    left: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 17px;
}
.c_line.t::after {
    background: #222;
    bottom: 0;
    content: "";
    height: 1px;
    left: -5px;
    margin: auto;
    position: absolute;
    right: 0;
    width: 11px;
}
.c_line.b::after {
    background: #222;
    top: 0;
    content: "";
    height: 1px;
    left: -5px;
    margin: auto;
    position: absolute;
    right: 0;
    width: 11px;
}

.c_line.t{
    top: 0;
}
.c_line.b{
    bottom: 0;
}
.c_squre {
    bottom: 0;
    height: 16px;
    left: 7px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 16px;
    background: #fff;
    z-index: 9;
}
.c_squre span {
    background: #222;
    float: left;
    height: 4px;
    margin-bottom: 2px;
    margin-right: 2px;
    width: 4px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.c_squre:hover > span,
.c_squre.active > span{
    background: #d9b844;
}
.c_squre span:nth-of-type(03),
.c_squre span:nth-of-type(06),
.c_squre span:nth-of-type(09){
    margin-right: 0;
}
.c_squre::before {
    background: #222;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: -5px;
    width: 16px;
}
.c_squre::after {
    background: #222;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 16px;
}
.pnav {
    background: #000000;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 9;
    min-width: 160px;
    left: -40px;
    text-align: center;
    padding: 26px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.pnav.active{
    visibility: visible;
    opacity: 1;
    left: 40px;
}
.pnav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.pnav ul li{
    line-height: 1;
    margin-bottom: 24px
}
.pnav ul li:last-of-type{
    margin-bottom: 0;
}
.pnav ul li a{
    font-size: 14px;
    color: #eeeeee;
    text-transform: uppercase;
    font-family: Poppins;
    letter-spacing: 1.4px;
    font-weight: 400;
}
.pnav ul li a:hover{
    color: #dbbb44;
}
.menuSide{
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.menuscroll .menuSide{
    top: 0;
}
.portfolioPages{
    padding-top: 35px;
}

/*==========================================
/ Icon Box 01
============================================*/
.iconBox01{
    padding-left: 60px;
    position: relative;
    margin-bottom: 50px;
    padding-right: 30px;
}
.iconBox01 i{
    font-size: 37px;
    color: #000000;
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 1;
    transition: all 0.15s ease-in-out;
}
.iconBox01 h2{
    font-size: 18px;
    line-height: 26px;
    letter-spacing: .36px;
    font-weight: 300;
    margin-bottom: 6px;
}
.iconBox01:hover i {
    -webkit-transform: scale(1.1) rotate(5deg) translateY(10px);
    transform: scale(1.1) rotate(5deg) translateY(10px);
}
.iconBox01 P{
    font-size: 14px;
    font-weight: 400;
}
.iconBox01.icon_right{
    padding-left: 0;
    padding-right: 60px;
}
.iconBox01.icon_right i{
    left: auto;
    right: 0;
}
.iconBox01.icon_top{
    padding-left: 0;
    padding-right: 0;
}
.iconBox01.icon_top i{
    position: relative;
    margin-bottom: 26px;
}

/*==========================================
/ Client Carousel
============================================*/
.clientSliders.owl-carousel .owl-item img {
    height: 91px;
    margin: auto;
    max-width: 100%;
    width: 122px;
    opacity: .5;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.clientSliders.owl-carousel .owl-item.center img {
    opacity: 1;
}

/*==========================================
/ TestMonial
============================================*/
.testiSlider{}
.singleTestimonial{
    text-align: center;
}
.singleTestimonial .tImg{
    margin-bottom: 90px;
}
.singleTestimonial .tImg img {
    border-radius: 50%;
    height: 85px;
    margin: auto;
    max-width: 100%;
    width: 85px;
}
.singleTestimonial .dVider{
    position: relative;
    margin-bottom: 42px;
}
.singleTestimonial .dVider span{
    width: 96px;
    height: 1px;
    background: #111111;
    display: inline-block;
}
.singleTestimonial .dVider img {
    display: inline-block;
    height: 21px;
    margin: auto 16px;
    position: relative;
    top: 5px;
    width: 27px;
}
.singleTestimonial .tCon{
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .48px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 44px;
}
.singleTestimonial .tFoot{
    position: relative;
}
.singleTestimonial .tFoot h4 {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.36px;
    line-height: 1;
    margin: 0 0 7px;
}
.singleTestimonial .tFoot span{
    font-size: 12px;
    line-height: 1;
    margin: 0;
    font-weight: 300;
    letter-spacing: .24px;
    font-family: Poppins;
}
.singleTestimonial .tFoot img {
    display: inline-block;
    height: 93px;
    width: 93px;
    margin-left: 18px;
}
.singleTestimonial .tFoot .tNameDeg {
    display: inline-block;
    position: relative;
    top: 28px;
}

/*==========================================
/ Team Member
============================================*/
.singleMember.slideItem img{
    width: 163px !important;
}
.flow .slides .slideItem{
    text-align: center;
}
.mHover {
    background: #d2b342;
    bottom: -80px;
    position: absolute;
    width: 222px;
    text-align: center;
    height: 104px;
    padding: 16px 0 0;
    left: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.singleMember.slideItem:hover .mHover{
    visibility: visible;
    opacity: 1;
    bottom: -92px;
}
.mHover::before {
    border-bottom: 15px solid #d2b342;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -15px;
    width: 0;
}
.flow .gradient{
    display: none;
}
.reflection{
    display: none;
}
.mHover h2{
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 10px;
    letter-spacing: .36px;
}
.mHover h6{
    margin: 0;
    color: #fff;
    letter-spacing: .24px;
    font-size: 12px;
    margin: 0 0 5px;
}
.mSocial{}
.flow .mHover .mSocial a{
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin: 0 3px;
}
.mimgs{}
.mimgs img{
    width: 100%;
    height: auto;
}

/*==========================================
/ Icon Box 02
============================================*/
.iconBox02{
    background: #fff;
    text-align: center;
    padding: 62px 30px 50px;
    -webkit-box-shadow: 0 0 15px rgba(233, 233, 233, .75);
            box-shadow: 0 0 15px rgba(233, 233, 233, .75);
    margin-top: 40px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.iconBox02 i {
    display: inline-block;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 16px;
    color: #000;
    min-height: 53px;
}
.iconBox02 i.flaticon-draw{
    font-size: 38px;
}
.iconBox02 i.flaticon-check-mark{
    font-size: 35px;
}
.iconBox02 h2 {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.36px;
    line-height: 26px;
    margin-bottom: 6px;
}
.iconBox02 P {
    font-size: 14px;
    font-weight: 400;
}
.iconBox02:hover{
    -webkit-box-shadow: 0 0 15px rgba(177, 177, 177, .80);
            box-shadow: 0 0 15px rgba(177, 177, 177, .80);
}
.countNumber{
    position: absolute;
    right: 33px;
    font-size: 18px;
    line-height: .8;
    letter-spacing: .36px;
    top: 80px;
}
.countNumber:before{
    background: #111111;
    content: "";
    height: 70px;
    position: absolute;
    right: 9px;
    top: -80px;
    width: 1px;
    display: inline-block;
}

/*==========================================
/ Icon Box 03
============================================*/
.iconBox03{
    background: #fff;
    text-align: center;
    padding: 57px 30px 35px;
    -webkit-box-shadow: 0 0 15px rgba(233, 233, 233, .75);
            box-shadow: 0 0 15px rgba(233, 233, 233, .75);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.iconBox03:hover{
    -webkit-box-shadow: 0 0 15px rgba(134, 131, 131, 0.61);
            box-shadow: 0 0 15px rgba(134, 131, 131, 0.61);
}
.iconBox03 i {
    display: inline-block;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 20px;
    color: #000;
    min-height: 50px;
}
.iconBox03 i.fa-envelope-o{
    font-size: 40px;
}
.iconBox03 i.flaticon-support{
    font-size: 45px;
}
.iconBox03 h2 {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.36px;
    line-height: 26px;
    margin-bottom: 10px;
}
.iconBox03 P {
    font-size: 14px;
    font-weight: 400;
}
.iconBox03 a{
    font-size: 13px;
    letter-spacing: .26px;
    text-decoration: underline;
    line-height: .8;
    display: inline-block;
    margin-top: 24px;
}


/*==========================================
/ Contact
============================================*/
.contactWrap{
    text-align: center;
}
.contactInfo{
    margin-bottom: 70px;
}
.contactInfo h2{
    border: 1px solid #d2b342;
    display: inline-block;
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1.6px;
    line-height: 1;
    margin: 0;
    padding: 22px 27px 16px;
    margin-bottom: 16px;
}
.contactInfo p{
    color: #666666;
    font-family: Poppins;
    font-size: 12px;
    letter-spacing: .24px;
}
.contactForm input[type='text'],
.contactForm input[type='email'],
.contactForm textarea{
    width: 100%;
    height: 50px;
    border: 1px solid #e6e6e6;
    padding: 10px 20px;
    background: transparent;
    margin-bottom: 30px;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .24px;
    color: #888888;
}
.contactForm textarea{
    height: 150px;
    padding-top: 12px;
}
.contactForm input[type='text']::input-placeholder,
.contactForm input[type='email']::input-placeholder,
.contactForm textarea::input-placeholder{
    color: #888888;
    opacity: 1;
}
.contactForm input[type='text']::-webkit-input-placeholder,
.contactForm input[type='email']::-webkit-input-placeholder,
.contactForm textarea::-webkit-input-placeholder{
    color: #888888;
    opacity: 1;
}
.contactForm input[type='text']:-moz-placeholder,
.contactForm input[type='email']::-moz-placeholder,
.contactForm textarea::-moz-placeholder{
    color: #888888;
    opacity: 1;
}
.contactForm input[type='text']::-moz-placeholder,
.contactForm input[type='email']::-moz-placeholder,
.contactForm textarea::-moz-placeholder {
    color: #888888;
    opacity: 1;
}
.contactForm input[type='text']::-ms-input-placeholder,
.contactForm input[type='email']::-ms-input-placeholder,
.contactForm textarea::-ms-input-placeholder{
    color: #888888;
    opacity: 1;
}
.contactForm input[type="submit"] {
    background: #000000;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    height: 54px;
    letter-spacing: 0.32px;
    line-height: 1;
    padding: 0 25px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    float: right;
}
.contactForm input[type="submit"]:hover{
    background: #d2b342;
}
span.wpcf7-not-valid-tip{
    display: none;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    border-color: #d2b342;
}
div.wpcf7 .ajax-loader {
    left: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 200px;
    top: 20px;
}

/*==========================================
/ Map
============================================*/
.map{
    height: 643px;
    background: #f2f0e9;
}

/*==========================================
/ Portfolio
============================================*/
.portfolio2Col{
    padding-bottom: 100px;
}
.filterNav{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 72px;
}
.filterNav li{
    display: inline-block;
    margin-right: 40px;
    font-family: Poppins;
    font-size: 14px;
    color: #222222;
    letter-spacing: 1.4px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    position: relative;
}
.filterNav li:before{
    position: absolute;
    content: '';
    background: #d2b342;
    width: 0;
    height: 1px;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.filterNav li:hover:before,
.filterNav li.active:before{
    width: 100%;
}
.singleFolio{
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.singleFolio.folio2cnormal{
    margin-bottom: 30px;
}
.folioImg{
    position: relative;
    overflow: hidden;
}
.folioImg img{
    width: 100%;
    height: auto;
}
.folioCon{
    background: #f9f9f9;
    padding: 19px 0;
}
.folioCon h3{
    font-size: 15px;
    letter-spacing: 0.64px;
    font-weight: 300;
    margin: 0 0 0;
    line-height: 24px;
    margin-bottom: 4px;
}
.folioCat a {
    color: #666666;
    display: block;
    font-size: 12px;
    letter-spacing: 0.24px;
    line-height: 18px;
}
.folioCat a:hover{
    color: #d2b342;
}
.folioHover {
    background: rgba(0, 0, 0, .80);
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    margin: auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 15px;
}
.singleFolio:hover .folioHover{
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
}
.folioHover > a.ar {
    display: block;
    height: 25px;
    line-height: 1;
    padding: 12px 0;
    position: absolute;
    right: 80px;
    top: 12px;
    width: 33px;
}
.singleFolio:hover .folioHover > a.ar{
    right: 20px; 
}
.arrow_right_fol {
    background: #fff;
    display: block;
    height: 1px;
    line-height: 1;
    position: relative;
    width: 32px;
}
.arrow_right_fol::before {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    right: 0;
    top: -3px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 7px;
}
.folioConHover {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.folioConHover h3{
    margin-bottom: 9px;
}
.folioConHover h3,
.folioConHover .folioCat a{
    color: #fff;
    font-size: 16px;
    letter-spacing: .64px;
    transform: translateY(100px);
    -moz-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
}
.folioConHover h3{
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease; 
}
.folioConHover .folioCat a{
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
}
.singleFolio:hover .folioConHover h3,
.singleFolio:hover .folioConHover .folioCat a{
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); 
}
.folioConHover .folioCat a{
    font-size: 12px;
    letter-spacing: .24px;
    display: inline-block;
}
.folioConHover .folioCat a:after {
    content: '/';
    padding: 0 5px;
}
.folioConHover .folioCat a:last-child:after {
    display: none;
}
.folioConHover .folioCat a:hover{
    color: #d2b342;
}
.singleFolio .folioCon{
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}
.singleFolio:hover .folioCon{
    transform: translateY(85px);
    -moz-transform: translateY(85px);
    -webkit-transform: translateY(85px);
    -ms-transform: translateY(85px);
    -o-transform: translateY(85px);
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}
.paginations{
    padding-top: 70px;
}
.masPagination .paginations{
    padding-top: 104px;
}
.pagi3col .paginations{
    padding-top: 100px;
}
.paginations a,
.paginations span.current{
    width: 50px;
    height: 50px;
    border: 1px solid #cccccc;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 3px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .36px;
    line-height: 1;
}
.paginations span.current{
    background: #222222;
    border-color: #222222;
    color: #fff;
}
.paginations a.prev,
.paginations a.next{
    border: none;
    width: 37px;
}
.portfolioPages{
    padding-bottom: 150px;
}
/*==========================================
/ Social Area Setup
============================================*/
.socialarea{
    position: fixed;
    width: 30px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    background: #fff;
}
.socialInner{
    padding: 0 5px;
    font-size: 15px;
    letter-spacing: 0;
    line-height: .8;
    text-align: center;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 2;
}
.socialarea a{
    display: inline-block;
    margin-bottom: 14px;
}
.socialarea a i{
    color: #888888;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
}
.socialInner a:hover i.fa-facebook{
    color: #3B5998;
}
.socialInner a:hover i.fa-twitter{
    color: #1DA1F2;
}
.socialInner a:hover i.fa-pinterest-p{
    color: #CB1F27;
}
.socialInner a:hover i.fa-linkedin{
    color: #0274B3;
}
.socialInner a:hover i.fa-vimeo{
    color: #1AB7EA;
}

/*==========================================
/ Footer 
============================================*/
.footer{
    background: #f2f2f2;
    padding: 13px 0;
    -webkit-box-shadow: 0 -8px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 -8px 10px rgba(0, 0, 0, 0.05);
    min-height: 75px;
    position: relative;
    margin-top: 75px;
}
.footerCon p{
    display: inline-block;
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    float: left;
    font-weight: 300;
    color: #373737;
    font-family: Poppins;
}
.footerCon p b{
    font-weight: normal;
    color: #000000;
}
.ftlogo {
    float: left;
    margin-right: 22px;
}
.footerCon a.ftlogo{
    margin-bottom: 10px;

}
.dr_button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #000000;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    height: 39px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.24px;
    line-height: 1;
    padding: 0 26px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    font-family: Poppins;
}
.dr_button span {
    background: #CAAC3F ;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: 1;
}
.dr_button:hover span {
    height: 562.5px;
    width: 562.5px;
}
.dr_button:hover i,
.dr_button i{
    font-style: normal;
    z-index: 9;
    position: relative;
    color: #fff;
}
.dr_button.home{
    height: 54px;
    font-size: 16px;
    letter-spacing: .32px;
    text-transform: capitalize;
    padding: 0 37px;
    font-family: Poppins;
}
.footerCon a{
    margin-top: 5px;
}


/*==========================================
/ 404 Page 
============================================*/
.error_404{
    min-height: calc(100vh - 245px);
}
.error_404 .error_404in{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.error_404in h2{
    color: #e0e0e0;
    font-size: 120px;
    font-weight: 600;
    letter-spacing: 5px;
    margin: 0;
    text-transform: uppercase;
}
.error_404in h3{
    font-size: 28px;
    letter-spacing: 2.1px;
    line-height: 26px;;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.error_404in p{
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.42px;
    line-height: 26px;
    margin-bottom: 30px;
}

/*==========================================
/ Portfolio Single
============================================*/
.folio_slider{
    position: relative;
}
.folio_slider a.left,
.folio_slider a.right{
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: #909090;
    width: 32px;
    height: 32px;
    color: #fff;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.folio_slider a.right{
    left: auto;
    right: 10px;
}
.folio_slider a.left:hover,
.folio_slider a.right:hover{
    background: #d2b342;
}
.folio_slider{
    padding-bottom: 91px;
}
.folio_slider .carousel-indicators {
    bottom: -50px !important;
    left: -5px;
    list-style: outside none none;
    margin-left: 0;
    padding-left: 0;
    position: relative;
    text-align: center;
    width: 104%;
    z-index: 15;
}
.folio_slider .carousel-indicators li{
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 163px;
    margin: 0 19px 0 0;
    text-indent: 0;
    width: 170px;
    margin-bottom: 24px;
}
.fortfolio_sidebar{}
.fortfolio_sidebar .folio_Widget{}
.folio_Widget{
    margin-bottom: 110px;
}
.folio_Widget h2.folioTitle{
    font-size: 18px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .36px;
    line-height: .8;
    margin: 0;
    margin-bottom: 53px;
}
.folio_Widget.achievement{
    padding-right: 70px;
}
.folio_Widget.achievement h2 {
    line-height: 28px;
    margin-bottom: 17px;
}
.foliofwinfo .folio_Widget{
    margin-bottom: 74px;
}
.specifType p{
    font-family: Poppins;
    font-size: 14px;
    letter-spacing: .56px;
    margin: 0 0 17px;
    color: #222222;
    line-height: 22px;
    font-weight: 300;
}
.specifType p span {
    display: inline-block;
    width: 107px;
    font-weight: 500;
}
.specifType p b{
    margin-right: 13px;
    font-weight: 500;
}
.portfolio_dec h2{
    font-size: 24px;
    color: #222222;
    letter-spacing: .48px;
    font-weight: 500;
    line-height: 36px;
    margin: 0 0 32px;
}
.portfolio_dec p{
    margin-bottom: 27px;
}
.clientsayBorder{
    width: 100%;
    height: 1px;
    background: #dddddd;
    display: block
}
.folio_clientsay {
    padding-bottom: 129px;
}
.folio_clientsay .testiSlider{
    padding-top: 122px;
}
.singlefolio_nav{
    background: #ebebeb;
    overflow: hidden;
}
.singlefolio_nav > div{
    float: left;
}
.singlefolio_nav div.pre, 
.singlefolio_nav div.next {
    display: block;
    height: 80px;
    width: 90px;
}
.singlefolio_nav div.mid{
    text-align: center;
    width: 84.2%;
}
.singlefolio_nav > div.mid img{
    width: 20px;
    height: 20px;
    position: relative;
    top: 25px;
}
.singlefolio_nav div.pre a,
.singlefolio_nav div.next a{
    width: 90px;
    height: 80px;
    display: inline-block;
    position: relative;
}
.singlefolio_nav div.pre a:before,
.singlefolio_nav div.next a:before{
    position: absolute;
    content: '';
    background: #ebebeb;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.singlefolio_nav div.pre:hover a:before,
.singlefolio_nav div.next:hover a:before{
    background: rgba(0, 0, 0, .5);
}
.singlefolio_nav div.pre a i, 
.singlefolio_nav div.next a i{
    bottom: 0;
    height: 18px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 18px;
    font-size: 18px;
    color: #222222;
}
.singlefolio_nav div.pre:hover a i,
.singlefolio_nav div.next:hover a i{
    color: #fff;
}
.singlefolio_nav div.next{
    text-align: right;
}
.folio_related .singleFolio,
.folio_related .singleFolio .folioImg{
    margin: 0;
    padding: 0;
}
.folio_related h2{
    font-size: 18px;
    color: #222222;
    margin: 0;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 48px;
}
.pagecalltoaction{
    background: #f1f1f1;
    padding: 50px 0 75px;
}
.portfolio_dec p > img {
    height: auto;
    margin-top: 44px;
    width: 100%;
    margin-bottom: 28px;
}
.portfolio_dec p:last-of-type,
.portfolio_dec p:last-of-type img{
    margin-bottom: 0;
}
.folio_navigaiions{
    padding-bottom: 97px;
}
.folio_related{
    padding-bottom: 150px;
}
.pagecalltoaction p{
    margin-bottom: 42px;
}
.pagecalltoaction a.dr_button{
    height: 54px;
    font-size: 16px;
    letter-spacing: .32px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 35px;
}
.folioSingle{
    padding-top: 45px;
}
.folio_peraGroup{
    margin-bottom: 73px;
}
.folio_singel_img{
    margin-bottom: 100px;
}
.folio_singel_img img{
    width: 100%;
    height: auto;
}
.portfolio_dec.fullw .folio_peraGroup{
    padding: 0 187px;
}
.dec_singleImg img{
    width: 100%;
    height: auto;
}


/*==========================================
/ Blog Page
============================================*/
.blogPageSection{
    padding-bottom: 144px;
    padding-top: 50px;
}
.singleBlog_post{
    background: #fff;
    margin-bottom: 60px;
}
.blogPadding{
    padding: 25px 30px 33px;
}
.blogTitle{
    font-size: 18px;
    line-height: 24px;
    color: #222222;
    letter-spacing: .36px;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 15px;
    word-wrap: break-word;
}
.singleBlog_post .date{
    line-height: 1;
    font-size: 12px;
    color: #666666;
    letter-spacing: .24px;
}
.singleBlog_post .description{
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 32px;
}
.blogPadding.bottompadding{
    padding: 31px 30px 39px 40px;
}
.darwin_picture img{
    width: 100%;
    height: auto;
}
.bButton{
    position: relative;
    overflow: hidden;
}
.bButton img{
    width: 30px;
    height: 10px;
    margin-right: 8px;
}
.bButton img.h {
    left: -30px;
    position: absolute;
    top: 1px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.bButton{
    font-size: 13px;
    color: #222222;
    text-transform: capitalize;
    letter-spacing: .26px;
    line-height: 1;
}
.bButton a:hover img.h{
    left: 0;
}
.bButton a:hover img.n{
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.blog_pagination{
    padding-top: 34px;
}
.darwin_gallery .owl-dots {
    bottom: 20px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    line-height: 1;
}
.darwin_gallery .owl-dots span{
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin: 0 5px !important;
}
.darwin_gallery.owl-theme .owl-dots .owl-dot.active span, 
.darwin_gallery.owl-theme .owl-dots .owl-dot:hover span {
    background: #d2b342;
}
.darwin_audio iframe{
    width: 100%;
    height: 183px;
}

/*==========================================
/ Blog Single
============================================*/
.blogheader{
    margin-bottom: 60px;
}
.blogSingle {
    padding-bottom: 150px;
    padding-top: 44px;
}
.singleBlog_title{
    font-size: 30px;
    line-height: 42px;
    color: #222222;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: .9px;
}
.blogheader p{
    line-height: .8;
    margin: 0;
    font-size: 12px;
    color: #666666;
    letter-spacing: .24px;
    font-weight: 300;
}
.blogImg{
    margin-bottom: 43px;
}
.blogImg img{
    width: auto;
    height: auto;
}
.singleBlogContent{}
.singleBlogContent .description{}
.singleBlogContent .description p{
    margin-bottom: 35px;
}
.singleBlogContent .description p em{
    font-weight: 500;
    letter-spacing: .48px;
}
blockquote{
    background: #efefef;
    margin: 0 50px 0 70px;
    border: 0;
    padding: 23px 30px;
    margin-bottom: 80px;
    margin-top: 54px;
    border-left: 3px solid #d2b342;
    border-right: 3px solid #d2b342;
}
blockquote p{
    margin-bottom: 0 !important;
    font-size: 14px !important;;
    color: #666666;
    font-weight: 400;
}
.singleBlogContent .description .video_post{
    margin-bottom: 80px;
}
.singleBlogContent .description .postLists{
    margin-bottom: 73px;
}
.singleBlogContent .description .definition_headding{
    font-size: 18px;
    color: #222222;
    margin-bottom: 17px;
}
.singleBlogContent .description ol,
.singleBlogContent .description ul{
    margin: 0;
    padding: 0;
    padding-left: 35px;
}
.singleBlogContent .description ol li,
.singleBlogContent .description ul li{
    font-size: 14px;
    letter-spacing: .42px;
    font-weight: 400;
    padding-left: 11px;
}
.singleBlogContent .description ol li b,
.singleBlogContent .description ul li b{
    color: #222;
    font-weight: 400;
}
.blogshareTag{
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 80px;
    padding: 12px 0;
}
.blogshareTag .tags{
    text-align: right;
}
.blogshareTag .tags a{
    font-size: 14px;
    line-height: 1;
    color: #888888;
    letter-spacing: .28px;
    font-weight: 300;
    margin-right: 5px;
    padding-right: 10px;
    border-right: 1px solid #dddddd;
}
.blogshareTag .tags a:last-of-type{
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
.shareBlog a{
    font-size: 12px;
    color: #888888;
    line-height: 1;
    margin-right: 4px;
}
.shareBlog a:last-of-type{
    margin-right: 0;
}
.blogshareTag .tags a:hover,
.shareBlog a:hover{
    color: #000;  
}
.postAuthorwrap{
    padding-bottom: 80px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 118px;
    min-height: 180px;
}
.postAuthor{
    background: #f2f2f2;
    padding-left: 168px;
    position: relative;
    min-height: 118px;
    padding-top: 30px;
    padding-bottom: 33px;
    padding-top: 39px;
    padding-right: 30px;
}
.postAuthor h2{
    color: #222222;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.36px;
    line-height: 1;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.postAuthor p.deg{
    color: #666666;
    font-family: Poppins;
    font-size: 12px;
    letter-spacing: 0.24px;
    line-height: 1;
    margin-bottom: 4px;
}
.postAuthor img{
    width: 118px;
    height: 118px;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 40px;
}
.aSocials{
    margin-bottom: 5px;
}
.aSocials a{
    color: #888888;
    font-size: 12px;
    line-height: 1;
    margin-right: 4px;
}
.aSocials a:last-of-type{
    margin-right: 0;
}
.aSocials a:hover{
    color: #d2b342;
}
.postAuthor .autDec{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.42px;
    line-height: 26px;
}
.comment_list{
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 16px;
}
.comment_list li{
    position: relative;
    margin-bottom: 50px;
}
.comment_list li div.singleComment .com_text{}
.comment_list li div.singleComment .com_text li{
    margin-bottom: 0;
}
.singleComment{
    padding-left: 170px;
    background: #f2f2f2;
    min-height: 118px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 38px;
}
.singleComment img{
    position: absolute;
    left: 22px;
    top: 42px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.singleComment h3{
    font-size: 18px;
    color: #222222;
    font-weight: 300;
    letter-spacing: .36px;
    text-transform: capitalize;
    margin: 0 0 10px;
    line-height: 1;
}
.singleComment h3 a{
    position: absolute;
    right: 21px;
    font-size: 16px;
    color: #222222;
}
.singleComment .comhead{
    margin-bottom: 21px;
}
.singleComment .com_text{
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .42px;
    font-weight: 400;
}
.singleComment h3 a:hover{
    color: #d2b342;
}
.singleComment .com_date{
    font-size: 12px;
    line-height: 1;
    color: #666666;
    letter-spacing: .24px;
    font-family: Poppins;
}
ol.comment_list li ul.children{
    margin-top: 50px;
    margin-left: 50px;
    list-style: none;
    padding-left: 0;
}
.commentTitle.form_title{
    margin-bottom: 38px;
}
.commentTitle.form_title a#cancel-comment-reply-link{
    padding-left: 50px;
}
.darwin_comment_form input[type='text'],
.darwin_comment_form input[type='email'],
.darwin_comment_form input[type='url'],
.darwin_comment_form textarea{
    width: 100%;
    height: 50px;
    border: 1px solid #e6e6e6;
    background: transparent;
    margin-bottom: 30px;
    color: #888888;
    font-size: 12px;
    letter-spacing: .24px;
    font-weight: 300;
    padding: 4px 21px;
}
.darwin_comment_form input[type='text']:input-placeholder,
.darwin_comment_form input[type='email']:input-placeholder,
.darwin_comment_form input[type='url']:input-placeholder,
.darwin_comment_form textarea::input-placeholder{
    color: #888888;
    opacity: 1;
}
.darwin_comment_form input[type='text']::-webkit-input-placeholder,
.darwin_comment_form input[type='email']::-webkit-input-placeholder,
.darwin_comment_form input[type='url']::-webkit-input-placeholder,
.darwin_comment_form textarea::-webkit-input-placeholder{
    color: #888888;
    opacity: 1;
}
.darwin_comment_form input[type='text']::-moz-placeholder,
.darwin_comment_form input[type='email']::-moz-placeholder,
.darwin_comment_form input[type='url']::-moz-placeholder,
.darwin_comment_form textarea::-moz-placeholder {
    color: #888888;
    opacity: 1;
}
.darwin_comment_form input[type='text']::-moz-placeholder,
.darwin_comment_form input[type='email']::-moz-placeholder,
.darwin_comment_form input[type='url']::-moz-placeholder,
.darwin_comment_form textarea::-moz-placeholder {
    color: #888888;
    opacity: 1;
}
.darwin_comment_form input[type='text']::-ms-input-placeholder,
.darwin_comment_form input[type='email']::-ms-input-placeholder,
.darwin_comment_form input[type='url']::-ms-input-placeholder,
.darwin_comment_form textarea::-ms-input-placeholder{
    color: #888888;
    opacity: 1;
}
.darwin_comment_form textarea{
    resize: none;
    height: 150px;
    padding-top: 12px;
}
.commentTitle{
    font-size: 18px;
    color: #222222;
    letter-spacing: .36px;
    margin: 0 0 46px;
    font-weight: 600;
}
.darwin_comment_form input[type='submit']{
    border: none;
    height: 54px;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: .32px;
    font-weight: 600;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.darwin_comment_form input[type='submit']:hover{
    background: #d9b844;
}
.sidebar{}
.sidebar aside.widget{
    margin-bottom: 116px;
}
.widgetTitle{
    font-size: 18px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 56px;
    line-height: 1;
    letter-spacing: .36px;
}
.sidebar aside.widget.widget_categories .widgetTitle{
    margin-bottom: 28px;
}
.widget.widget_search .widgetTitle{
    font-size: 18px;
    color: #222222;
    text-transform: capitalize;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1;
    letter-spacing: .36px;
    margin-bottom: 30px;
}
.searchFormWidget{
    position: relative;
}
.searchFormWidget input{
    background: transparent;
    border: none;
    border-bottom: 1px solid #101010;
    width: 100%;
    font-size: 12px;
    color: #888888;
    padding-bottom: 4px;
}
.searchFormWidget input:focus{
    outline: none;
}
.searchFormWidget input:input-placeholder{
    color: #888888;
    opacity: 1;
}
.searchFormWidget input::-webkit-input-placeholder {
    color: #888888;
    opacity: 1;
}
.searchFormWidget input:-moz-placeholder {
    color: #888888;
    opacity: 1;
}
.searchFormWidget input::-moz-placeholder {
    color: #888888;
    opacity: 1;
}
.searchFormWidget input:-ms-input-placeholder {
    color: #888888;
    opacity: 1;
}
.searchFormWidget button{
    position: absolute;
    right: -5px;
    background: transparent;
    font-weight: 300;
    border: none;
    top: 0;
}
.searchFormWidget button img{
    width: 19px;
    height: 19px;
}
.sidebar aside.widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar aside.widget ul li{
    border-bottom: 1px solid #ececec;
    padding: 24px 0;
}
.sidebar aside.widget ul li:last-of-type{
    border-bottom: none;
    padding-bottom: 0;
}
.sidebar aside.widget ul li,
.sidebar aside.widget ul li a{
    font-size: 14px;
    color: #222222;
    letter-spacing: 1.4px;
    line-height: 1.5;
    font-weight: 300;
}
.sidebar aside.widget ul li a:hover{
    color: #d2b342;
}
.sidebar select{
    height: 50px;
    width: 100%;
    background: transparent;
    border: 1px solid #ececec;
    padding: 10px;
}
.sidebar select option{
    padding: 5px;
}
.sidebar img {
    height: auto;
    max-width: 100%;
}
.single_recent_post{
    position: relative;
    padding-left: 102px;
    min-height: 120px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.single_recent_post:last-of-type{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    min-height: 90px;
}
.single_recent_post img{
    width: 92px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
}
.single_recent_post .caption{
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .42px;
    font-weight: 400;
    display: block;
    margin-bottom: 13px;
    position: relative;
    top: -6px;
}
.single_recent_post .date{
    font-size: 12px;
    color: #666666;
    letter-spacing: .24px;
    line-height: .8;
    font-family: Poppins;
}
.rpcontent{
    position: relative;
    top: -7px;
}
.flickerFeed{
    overflow: hidden;
}
.flickerFeed a{
    display: block;
    float: left;
}
.flickerFeed a img{
    width: 100px;
    height: 100px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.relatedImg{
    position: relative;
}
.relatedImg{}
.relatedImg a{
    position: relative;
    display: inline-block;
    margin-right: 17px;
    width: 100px;
    height: 100px;
    margin-bottom: 20px
}
.relatediHover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.relatediHover img {
    height: 8px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 15px;
}
.relatedImg a:hover .relatediHover{
    visibility: visible;
    opacity: 1;
}
.tagcloud a {
    background: #222222;
    color: #fff;
    display: inline-block;
    font-size: 11px !important;
    font-weight: 500;
    letter-spacing: 1.4px;
    line-height: 1;
    margin-bottom: 4px;
    padding: 10px 15px;
    text-transform: uppercase;
}
.tagcloud a:hover{
    background: #d2b342;
    color: #fff;
}
.widget.widget_calendar{}
.widget.widget_calendar table{
    width: 100%;
}
.widget.widget_calendar table tr td,
.widget.widget_calendar table tr th{
    border: 1px solid #ececec;
    text-align: center;
}
.widget.widget_rss{}
.widget.widget_rss .rss-date {
    display: block;
    font-size: 12px;
    margin-bottom: 16px;
    margin-top: 7px;
}
.widget.widget_pages{}
.widget.widget_pages ul{}
.widget.widget_pages ul li ul.children{
    border-top: 1px solid #ececec;
    margin-top: 24px;
}
.textwidget strong{
    color: #666666;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.48px;
    line-height: 26px;
}
.newslatter input[type="email"]{
    height: 50px;
    border: 1px solid #e6e6e6;
    background: transparent;
    width: 100%;
    padding-right: 50px;
    font-size: 12px;
    color: #888888;
    letter-spacing: .24px;
    padding-left: 20px;
}
.newslatter input[type="email"]:input-placeholder{
    color: #888888;
    opacity: 1;
}
.newslatter input[type="email"]::-webkit-input-placeholder {
    color: #888888;
    opacity: 1;
}
.newslatter input[type="email"]:-moz-placeholder {
    color: #888888;
    opacity: 1;
}
.newslatter input[type="email"]::-moz-placeholder {
    color: #888888;
    opacity: 1;
}
.newslatter input[type="email"]:-ms-input-placeholder {
    color: #888888;
    opacity: 1;
}
.newsForm{
    position: relative;
}
.newslatter button[type="submit"] {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    height: 50px;
    position: absolute;
    width: 50px;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #333333;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.newslatter input[type="email"]:focus{
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.newslatter button[type="submit"]:hover{
    background: #222;
    color: #fff;
}
.widget_mc4wp_form_widget{}
.widget_mc4wp_form_widget h3.widgetTitle{
    margin-bottom: 10px;
}
.newslatter > p{
    font-size: 14px;
    color: #666666;
    letter-spacing: .42px;
    line-height: 26px;
    margin-bottom: 25px;
}
.mc4wp-response{
    margin-top: 20px;
}
.mc4wp-response div.mc4wp-alert p {
    color: #666666;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.42px;
    line-height: 20px;
    margin-bottom: 25px;
}
.mc4wp-response div.mc4wp-alert.mc4wp-success p{
    color: #5cb85c;
}
.mc4wp-response div.mc4wp-alert.mc4wp-error p{
    color: #d9534f;
}

/*==========================================
/ Home Page
============================================*/
body.home .bodyWrapper #footer.footer{
    display: none;
}
.home_textBlock{
    position: relative;
    padding-top: 192px;
}
.home_textBlock hgroup{
    margin-bottom: 43px;
}
.home_textBlock h1 {
    display: block;
    font-size: 100px;
    font-weight: 600;
    left: -5px;
    letter-spacing: 25px;
    line-height: 0.8;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    text-shadow: 30px 0 40px rgba(0, 0, 0, .30);
}
.home_textBlock h1.extra{
    letter-spacing: 44px;
}
.home_textBlock h1::before {
    background: #d9b944;
    bottom: 0;
    content: "";
    height: 25px;
    left: -37px;
    margin: auto;
    position: absolute;
    right: 0;
    top: -10px;
    width: 88%;
    z-index: -1;
}
.vtext,
.hgrouptext{
    display: inline-block;
}
.home_textBlock p{
    text-transform: uppercase;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    letter-spacing: 4.2px;
    font-family: Poppins;
    margin-bottom: 48px;
    line-height: 28px
}
.home_textBlock .vtext {
    left: -62px;
    position: relative;
    top: -52px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.home_textBlock .vtext p{
    text-transform: uppercase;
    margin: 11px;
    font-family: Raleway;
    font-size: 18px;
    letter-spacing: 9.72px;
    font-weight: 700;
    color: #222222;
}
.home_textBlock .vtext p.n2d{
    letter-spacing: 20.52px;
}
.home_textBlock .vtext p.n3d{
    letter-spacing: 5px;
}

.stickys {
    background: #d2b342;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 26px;
    padding: 2px 14px;
    text-transform: uppercase;
}

.blogContent table,
.commentContent table,
.page table{
    border: 1px solid #ececec;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 30px;
}
.blogContent table tr th,
.commentContent table tr th,
.page table tr th{
    border: 1px solid #ececec;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
}
.blogContent table tr td,
.commentContent table tr td,
.page table tr td{
    border: 1px solid #ececec;
    font-size: 16px;
    padding: 10px;
}
.blogContent dd,
.commentContent dd{
    font-weight: 300;
    margin-bottom: 15px;
}
.blogContent dt,
.commentContent dt{
    color: #222;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.blogContent address,
.commentContent address{
    font-style: italic;
    font-weight: 300;
}
.blogContent img {
    max-width: 100%;
}
.blogContent img.alignleft {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}
.blogContent img.alignright {
    float: right;
    margin-bottom: 15px;
    margin-left: 15px;
}
.blogContent div.alignleft {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}
.blogContent > div {
    max-width: 100%;
}
.blogContent div.alignright {
    float: right;
    margin-bottom: 15px;
    margin-left: 15px;
}
.blogContent .post-password-form p {
    display: inline-block;
    line-height: 1;
    position: relative;
}
.blogContent .post-password-form p label{
    margin-bottom: 0;
}
.blogContent .post-password-form input[type='password']{
    background: transparent;
    border: none;
    border: 1px solid #101010;
    font-size: 12px;
    color: #888888;
    padding-bottom: 4px;
    height: 50px;
    width: 300px;
    padding: 0 10px;
}
.blogContent .post-password-form input[type='password']:focus{
    outline: none;
}
.blogContent .post-password-form input[type='password']:input-placeholder{
    color: #888888;
    opacity: 1;
}
.blogContent .post-password-form input[type='password']::-webkit-input-placeholder {
    color: #888888;
    opacity: 1;
}
.blogContent .post-password-form input[type='password']:-moz-placeholder {
    color: #888888;
    opacity: 1;
}
.blogContent .post-password-form input[type='password']::-moz-placeholder {
    color: #888888;
    opacity: 1;
}
.blogContent .post-password-form input[type='password']:-ms-input-placeholder {
    color: #888888;
    opacity: 1;
}
.blogContent .post-password-form input[type="submit"] {
    background: #222;
    border: 1px solid #222;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    height: 50px;
    letter-spacing: 1px;
    padding: 0 50px;
    position: relative;
    text-transform: uppercase;
    top: 0;
}
#respond {
    margin-top: 50px;
}
#respond.comment-respond{
    margin-bottom: 30px;
}
#respond.comment-respond h2 {
    font-size: 18px;
}
.singleBlogContent p iframe{
    max-width: 100%;
}

.slides{
    position: relative;
}
.slides:before{
    position: absolute;
    left: 0;
    width: 39%;
    height: 500px;
    background: rgba(246, 246, 246, .5);
    content: '';
    z-index: 9;
}
.slides:after{
    position: absolute;
    right: 0;
    width: 39%;
    height: 500px;
    background: rgba(246, 246, 246, .5);
    content: '';
    z-index: 9;
}

#backToTop {
    background: #333;
    border-radius: 0;
    bottom: 40px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    line-height: 0.8;
    margin-right: 6px;
    opacity: 0;
    padding: 10px 0;
    position: fixed;
    right: 50px;
    text-align: center;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    visibility: hidden;
    width: 35px;
}
#backToTop.showit {
    opacity: 1;
    visibility: visible;
}
#backToTop:hover {
    background: #d9b844;
}
#menuexpender{
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.menuscroll #menuexpender {
    position: fixed;
    top: 40px;
    right: 93px;
}
.post_meta{}
.post_meta a{
    display: block;
    text-align: right;
    border-bottom: 1px solid #ececec;
    padding-top: 21px;
    padding-bottom: 21px;
    font-family: Poppins;
    font-weight: 300;
    position: relative;
}
.post_meta a:last-of-type{
    border-bottom: none;
}
.post_meta a i{
    position: absolute;
    left: 0;
}
.socialShare{}
.socialShare a {
    font-size: 14px;
    color: #555555;
    margin: 0 5px;
    display: inline-block;
    padding: 27px 0;
}
.socialShare a:hover{
    color: #d9b844;
}
.widget_archive .screen-reader-text, .widget_categories .screen-reader-text, .navigation .screen-reader-text {
    display: none;
    visibility: hidden;
}
.PaginInner{
    margin-bottom: 20px; 
}

/* Comments Navigation */
.navigation.comment-navigation {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
    padding: 10px 0;
}
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
    display: inline-block;
}

.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
    content: "/";
    display: inline-block;
    opacity: 0.7;
    padding: 0 5px;
}

/* Custom Rules added by aminul */
.overlay-image .ImgDiv img {
    max-width: inherit;
    width: auto;
}