/*
 Theme Name: Bespoke - Creative One Page  WordPress Theme
 Theme URL: http://themewar.com/wp/bespoke/
 Author: nasirwd
 Author URI: http://themewar.com/
 Description: Bespoke - Creative One Page WordPress Theme
 Version: 1.0
*/
/*=======================================================================
[Table of contents]
=========================================================================
[01] HEADER
[02] SLIDER
[03] ABOUT
[04] TEAM
[05] WHAT WE DO
[06] OUR WORK
[07] CHOOSE US
[08] TESTMONIAL
[09] OUR CLIENT
[10] OUR BLOG
[11] WHAT SAY
[12] CONTACT
[13] FOOTER
[14] SUBSCRIPTION POPUP
[15] BACK TO TOP
[16] HOME TWO
[17] WORK DETAIL
[18] BLOG LIST
[19] BLOG DETAIL
[20] HOME THREE
==========================================================================*/

/*=======================================================================
[01] HEADER
=========================================================================*/
.header{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 37px 90px 23px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.logged-in .header{
    top: 30px;
}
.logged-in .header.workDetail{
    top: 0;
}
.logo {
    position: relative;
    top: -4px;
}
.logo img{
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.header.workDetail .logo{
    top: 0;
}
.logo h1{
    font-weight: 700;
    margin: 0;
    line-height: .74;
    font-size: 30px;
}
.logo h1 a{
    color: #fff;
}
.logo.logoText {
    left: -3px;
    position: absolute;
    top: -6px;
    color: #000;
}
.logo.logoText a{
    color: #000;
}
.logo.logoText a:hover{
    color: #fd0060;
}
.logo.logoText.photography{
    position: relative;
    top: 0;
    left: auto;
}
.logo.logoText.photography a{
    color: #fff;
}
.logo.logoText.photography a:hover{
    color: #fd0060;
}
.header.workDetail .mainMenu ul li a{
    color: #333;
}
.mainMenu{
    text-align: right;
}
.mainMenu ul{}
.mainMenu ul li{
    display: inline-block;
    margin-right: 30px;
    position: relative;
}
.mainMenu ul li:last-of-type{
    margin-right: 0;
}
.mainMenu ul li a {
    color: #fff;
    font-weight: 700;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
}
.mainMenu ul li.active > a,
.mainMenu ul li a:hover{
    color: #fd0060;
}
.mainMenu > ul > li.active > a,
.mainMenu > ul > li > a:hover{
    text-shadow: 0 0 0.1px #fd0060;
}
.mainMenu ul ul.sub-menu{
    position: absolute;
    width: 200px;
    text-align: center;
    left: 0;
    background: #fff;
    top: 60px;
    box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, .08);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.mainMenu ul ul.sub-menu:before {
    content: "";
    left: 20px;
    margin: auto;
    position: absolute;
    right: auto;
    top: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}
.mainMenu ul ul.sub-menu li ul.sub-menu{
    left: 100%;
    top: 65px;
    box-shadow: 0px 1px 9px 0 rgba(0, 0, 0, .08);
}
.mainMenu ul li:hover > ul.sub-menu{
    visibility: visible;
    opacity: 1;
    top: 54px;
}
.mainMenu ul ul.sub-menu li:hover > ul.sub-menu{
    top: 0;
    opacity: 1;
    visibility: visible;
}
.mainMenu ul ul.sub-menu li{
    display: block;
    margin: 0;
    border-bottom: 1px solid #f3f3f3;
    padding: 14.5px 0;
}
.mainMenu ul ul.sub-menu li:last-child{
    border-bottom: none;
}
.mainMenu ul ul.sub-menu li a {
    color: #333;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    display: block;
}
.mainMenu ul li:hover > a,
.mainMenu ul li.active > a{
    color: #fd0060 !important;
}
.callus{
    text-align: right;
}
.callus p{
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    font-size: 14px;
}
.isSticky.fixedHeader{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    background: #fcfcfc;
    z-index: 1009;
    padding: 25px 90px 18px;
    box-shadow: 0 -2px 19px 0px #dadada;
}
.logged-in .isSticky.fixedHeader{
    top: 30px;
}
.isSticky.fixedHeader .logo{
    top: 0;
}
.isSticky.fixedHeader .mainMenu ul li a,
.isSticky.fixedHeader .callus p{
    color: #333;
    font-weight: 600;
}

.isSticky.fixedHeader .logo{
    display: none;
}
.stickyLogo{
    position: absolute;
    display: none;
}
.stickyLogo img{
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.isSticky.fixedHeader .stickyLogo{
    display: block;
}
.isSticky.fixedHeader .logo h1 a{
    color: #fd0060;
}

.fixedHeader .mainMenu ul ul.sub-menu::before{
    border-bottom: 5px solid #fd0060;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
/*=======================================================================
[01] HEADER New 01
=========================================================================*/
.header1_n1{
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    z-index: 9;
    width: 100%;
    background: rgba(255, 255, 255, .10);
    padding: 0 75px;
}
.header1_n1.header1_n1_inner{
    position: relative;
}
.logo_n1 {
    display: inline-block;
    left: 0;
    padding: 21px 19px 17px;
    position: absolute;
    z-index: 1;
    line-height: 1;
}
.fixedHeader_n1 .logo_n1{
    display: none;
}
.logo_n1 img{
    height: 31px;
    width: auto;
}
.stickyLogo_n1{
    position: absolute;
    left: 0;
    top: 0;
    padding: 17px 19px 17px;
    z-index: 1;
    display: none;
}
.stickyLogo_n1 img{
    height: 31px;
    width: auto;
}
.fixedHeader_n1 .stickyLogo_n1{
    display: block;
}
.bgcolor_n1{
    background: #25ad65;
}

.menuBarnav1_n2 {
    cursor: pointer;
    height: 9px;
    line-height: 0.001;
    width: 20px;
    position: relative;
    top: 0;
    display: none;
    margin: 24px 0 23px;
}
.menuBarnav1_n2 span{
    width: 100%;
    height: 1px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
}
.menuBarnav1_n2 span:nth-child(2){
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.menuBarnav1_n2 span:last-child{
    top: auto;
    bottom: 0;
}
.header1_n1_inner .menuBarnav1_n2 span{
    background: #000;
}
.header1_n1_inner.fixedHeader_n1 .menuBarnav1_n2 span{
    background: #fff;
}
.header1_n1_inner.fixedHeader_n1 .menuBarnav1_n2:hover span,
.header1_n1_inner.fixedHeader_n1 .menuBarnav1_n2.active span,
.menuBarnav1_n2.active span, .menuBarnav1_n2:hover span{
    background: #fd0060;
}

.mainNav1_n1 {
    display: inline-block;
    padding-left: 215px;
    width: 100%;
    line-height: .8;
}
.mainNav1_n1 ul li{
    display: inline-block;
    margin-right: 30px;
    padding: 26px 0 29px;
    position: relative;
    line-height: .8;
}
.mainNav1_n1 ul li a{
    color: #fff;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    line-height: .8;
    position: relative;
}
.header1_n1_inner .mainNav1_n1 ul li a{
    color: #000;
}
.fixedHeader_n1.header1_n1_inner .mainNav1_n1 ul li a{
    color: #FFF;
}
.mainNav1_n1 ul li a:before{
    width: 0;
    height: 1px;
    background: #fd0060;
    content: '';
    position: absolute; 
    top: 0;
    bottom: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.mainNav1_n1 ul li a:hover,
.mainNav1_n1 ul li:hover > a,
.mainNav1_n1 ul li.active > a, 
.header1_n1_inner .mainNav1_n1 ul li.current-menu-parent > a, 
.fixedHeader_n1.header1_n1_inner .mainNav1_n1 ul li a:hover{
    color: #fd0060;
}
.mainNav1_n1 ul li a:hover:before,
.mainNav1_n1 ul li:hover > a:before,
.mainNav1_n1 ul li.active > a:before,
.mainNav1_n1 ul li.current-menu-parent > a:before{
    width: 100%;
    visibility: visible;
    opacity: 1;
}
.mainNav1_n1 ul li ul.sub-menu{
    position: absolute;
    width: 200px;
    background: #000;
    z-index: 99;
    top: 80px;
    margin-left: -100px;
    left: 50%;
    text-align: center;
    visibility: hidden;
    box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, .08);
    opacity: 0;
    transition: all 500ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
}
.mainNav1_n1 ul li ul.sub-menu li{
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 14.5px 0;
}
.mainNav1_n1 ul li ul.sub-menu li a{
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    line-height: 21px;
}
.mainNav1_n1 ul li ul.sub-menu li a:hover, 
.mainNav1_n1 ul li ul.sub-menu li.active > a, 
.mainNav1_n1 ul li ul.sub-menu li.current-menu-item > a{
    color: #fd0060;
}
.mainNav1_n1 ul li ul.sub-menu li a:after, 
.mainNav1_n1 ul li ul.sub-menu li a:before{
    display: none;
}
.mainNav1_n1 ul li:hover ul.sub-menu{
    visibility: visible;
    opacity: 1;
    top: 70px;
}
.mainNav1_n1 ul li ul.sub-menu li:last-of-type{
    border-bottom: none;
}
.headerRight_n1 {
    line-height: 0.8;
    padding: 27px 0 0;
}
.headerRight_n1 p{
    margin-bottom: 0;
    color: #fff;
    letter-spacing: .8px;
    font-size: 13px;
    font-weight: 100;
    font-style: italic;
    font-family: Droid Serif;
}
.header1_n1_inner .headerRight_n1 p{
    color: #000;
}
.fixedHeader_n1.header1_n1_inner .headerRight_n1 p{
    color: #FFF;
}
.headerRight_n1 ul{
    text-align: right;
}
.headerRight_n1 ul li{
    display: inline-block;
    margin-right: 28px;
    color: #fff;
    position: relative;
    margin-bottom: 0;
}
.headerRight_n1 ul li:last-child{
    margin-right: 0;
}
.header1_n1_inner .headerRight_n1 ul li{
    color: #000;
}
.headerRight_n1 ul li.social_iconas a{
    font-size: 13px;
    color: #FFF;
    margin-right: 12px;
}
.header1_n1_inner .headerRight_n1 ul li.social_iconas a{
    color: #000;
}
.fixedHeader_n1.header1_n1_inner .headerRight_n1 ul li.social_iconas a{
    color: #FFF;
}
.headerRight_n1 ul li.social_iconas a:last-child{
    margin-right: 0;
}
.headerRight_n1 ul li a{
    color: #fff;
}
.header1_n1_inner .headerRight_n1 ul li a{
    color: #000;
}
.headerRight_n1 ul li a:hover, 
.fixedHeader_n1.header1_n1_inner .headerRight_n1 ul li a:hover, 
.header1_n1_inner .headerRight_n1 ul li a:hover{
    color: #fd0060;
}
.headerRight_n1 ul li.emai_n1l {
    color: #fff;
    font-style: italic;
    padding-right: 64px;
    text-transform: lowercase;
}
.headerRight_n1 a {
    font-family: 'Roboto', sans-serif;
    font-size: 13px
}

.header1_n1.fixedHeader_n1 {
    background: #333;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1005;
    border-color: #1d1d1d;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
}
.logged-in .header1_n1.fixedHeader_n1{
    top: 32px;
}
/*=======================================================================
[01] HEADER New 02
=========================================================================*/
.header3_n2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    background: transparent;
}
.header3_n2_inner.header3_n2{
    position: relative;
}
.header3_n2.fixedHeader_n2 {
    position: fixed;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    width: 100%;
    z-index: 9;
    background: #000;
}
.logged-in .header3_n2, .logged-in .header3_n2.fixedHeader_n2, .logged-in .header3_n2_inner.header3_n2.fixedHeader_n2{
    top: 32px;
}
.logged-in .header3_n2_inner.header3_n2{
    top: 0;
}
.logo2_n2 {
    display: inline-block;
    position: relative;
    line-height: 1;
    padding: 21px 29px 17px;
}
.fixedHeader_n2 .logo2_n2{
    opacity: 0;
    visibility: hidden;
}
.logo2_n2 img{
    height: 31px;
    width: auto;
}
.stickyLogo_n2{
    position: absolute;
    left: 0;
    top: 0;
    padding: 17px 44px 17px;
    opacity: 0;
    visibility: hidden;
}
.stickyLogo_n2 img{
    height: 31px;
    width: auto;
}
.fixedHeader_n2 .stickyLogo_n2{
    opacity: 1;
    visibility: visible;
}
.headerRight_n2 {
    line-height: 0.8;
    padding: 27px 0;
}
.headerRight_n2 ul {
    text-align: right;
    line-height: .8;
}
.headerRight_n2 ul li {
    display: inline-block;
    margin-right: 28px;
    color: #fff;
    position: relative;
    line-height: .8;
}
.header3_n2_inner .headerRight_n2 ul li{
    color: #000;
}
.header3_n2_inner.fixedHeader_n2 .headerRight_n2 ul li{
    color: #FFF;
}
.headerRight_n2 ul li.social_iconas a{
    font-size: 13px;
    color: #FFF;
    margin-right: 12px;
}
.header3_n2_inner .headerRight_n2 ul li.social_iconas a{
    color: #000;
}
.header3_n2_inner.fixedHeader_n2 .headerRight_n2 ul li.social_iconas a{
    color: #FFF;
}
.headerRight_n2 ul li.social_iconas a:hover, 
.header3_n2_inner.fixedHeader_n2 .headerRight_n2 ul li.social_iconas a:hover{
    color: #fd0060;
}
.headerRight_n2 ul li.social_iconas a:last-child{
    margin-right: 0;
}
.headerRight_n2 ul li.email_h2 {
    color: #fff;
    font-style: italic;
    padding-right: 64px;
    text-transform: lowercase;
}
.headerRight_n2 p {
    font-family: Droid Serif;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: .8;
    font-style: italic;
}
.menuBar_n1 {
    cursor: pointer;
    height: 9px;
    line-height: 0.001;
    width: 20px;
    position: relative;
    top: 0;
}
.menuBar_n1.hiddeNow{
    opacity: 0;
}
.menuBar_n1 span{
    width: 100%;
    height: 1px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;

    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
}
.header3_n2_inner .menuBar_n1 span{
    background: #000;
}
.header3_n2_inner.fixedHeader_n2 .menuBar_n1 span{
    background: #FFF;
}
.menuBar_n1 span:nth-child(2){
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.menuBar_n1 span:last-child{
    top: auto;
    bottom: 0;
}
.menuBar_n1.active span, .menuBar_n1:hover span, .header3_n2_inner .menuBar_n1:hover span, .header3_n2_inner.fixedHeader_n2 .menuBar_n1:hover span{
    background: #fd0060;
}

.menuBar_n2 {
    cursor: pointer;
    height: 9px;
    line-height: 0.001;
    width: 20px;
    position: relative;
    top: 0;
}
.menuBar_n2 span{
    width: 100%;
    height: 1px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;

    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
}
.menuBar_n2 span:nth-child(2){
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.menuBar_n2 span:last-child{
    top: auto;
    bottom: 0;
}
.menuBar_n2.active span, .menuBar_n2:hover span{
    background: #fd0060;
}




.menustyle2 {
    background: rgba(255, 255, 255, .9);
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1005;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.logged-in .menustyle2 {
    top: 32px;
}
.menustyle2 .container, .menustyle2 .container-fluid{
    position: relative;
    z-index: 2;
}
.menustyle2.active {
    visibility: visible;
    opacity: 1;
}
.popupoverlays{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(55, 55, 55, .5);
}
.logom {
    padding-left: 44px;
    padding-top: 17px;
}
.menuBarCr {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 43px;
    top: 35px;
    cursor: pointer;
}
.menuBarCr span {
    display: block;
    background: #333;
    width: 100%;
    height: 1px;
    margin-bottom: 1px;
}
.lightMode .menuBarCr span{
    background: #fff;
}
.menuBarCr:hover span{
    background: #fd0060;
}
.menuBarCr span:nth-child(1) {
    transform: rotate(-45deg);
}
.menuBarCr span:nth-child(2) {
    transform: rotate(45deg);
    position: absolute;
    top: 0;
}
.menu2 {
    padding-top: 137px;
}
.menu2 ul li{
    margin-bottom: 19px;
}
.menu2 ul li a{
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}
.lightMode .menu2 ul li a{
    color: #fff;
}
.menu2 ul li a:before{
    width: 0;
    height: 1px;
    background: #fd0060;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.menu2 ul li a:hover:before,
.menu2 ul li.active > a:before{
    width: 100%;  
}
.menu2 ul li a:hover,
.menu2 ul li.active > a{
    color: #fd0060;
}
.menu2 ul ul.sub-menu{
    display: none;
}
.menu2 ul ul.sub-menu li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 24px;
    margin-top: 16px;
}
.menu2 ul ul.sub-menu li a{
    font-size: 18px;
    text-transform: uppercase;
}



.menu1 ul li:nth-child(01),
.menu2 ul li:nth-child(01){
    -webkit-transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, 300px, 0);
    -moz-transform: translate3d(0, 300px, 0);
    -webkit-transform: translate3d(0, 300px, 0);
    -ms-transform: translate3d(0, 300px, 0);
    -o-transform: translate3d(0, 300px, 0);
}
.menu1 ul li:nth-child(02),
.menu2 ul li:nth-child(02){
    -webkit-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, 300px, 0);
    -moz-transform: translate3d(0, 300px, 0);
    -webkit-transform: translate3d(0, 300px, 0);
    -ms-transform: translate3d(0, 300px, 0);
    -o-transform: translate3d(0, 300px, 0);
}
.menu1 ul li:nth-child(03),
.menu2 ul li:nth-child(03){
    -webkit-transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, 300px, 0);
    -moz-transform: translate3d(0, 300px, 0);
    -webkit-transform: translate3d(0, 300px, 0);
    -ms-transform: translate3d(0, 300px, 0);
    -o-transform: translate3d(0, 300px, 0);
}
.menu1 ul li:nth-child(04),
.menu2 ul li:nth-child(04){
    -webkit-transition: all 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, 300px, 0);
    -moz-transform: translate3d(0, 300px, 0);
    -webkit-transform: translate3d(0, 300px, 0);
    -ms-transform: translate3d(0, 300px, 0);
    -o-transform: translate3d(0, 300px, 0);
}
.menu1 ul li:nth-child(05),
.menu2 ul li:nth-child(05){
    -webkit-transition: all 1100ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1100ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1100ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1100ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1100ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, 300px, 0);
    -moz-transform: translate3d(0, 300px, 0);
    -webkit-transform: translate3d(0, 300px, 0);
    -ms-transform: translate3d(0, 300px, 0);
    -o-transform: translate3d(0, 300px, 0);
}
.menu1 ul li:nth-child(06),
.menu2 ul li:nth-child(06){
    -webkit-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, 300px, 0);
    -moz-transform: translate3d(0, 300px, 0);
    -webkit-transform: translate3d(0, 300px, 0);
    -ms-transform: translate3d(0, 300px, 0);
    -o-transform: translate3d(0, 300px, 0);
}
.menu1 ul li:nth-child(07),
.menu2 ul li:nth-child(07){
    -webkit-transition: all 1300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, 300px, 0);
    -moz-transform: translate3d(0, 300px, 0);
    -webkit-transform: translate3d(0, 300px, 0);
    -ms-transform: translate3d(0, 300px, 0);
    -o-transform: translate3d(0, 300px, 0);
}
.menu1 ul li:nth-child(08),
.menu2 ul li:nth-child(08){
    -webkit-transition: all 1300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, 300px, 0);
    -moz-transform: translate3d(0, 300px, 0);
    -webkit-transform: translate3d(0, 300px, 0);
    -ms-transform: translate3d(0, 300px, 0);
    -o-transform: translate3d(0, 300px, 0);
}
.menu1 ul li:nth-child(09),
.menu2 ul li:nth-child(09){
    -webkit-transition: all 1400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, 300px, 0);
    -moz-transform: translate3d(0, 300px, 0);
    -webkit-transform: translate3d(0, 300px, 0);
    -ms-transform: translate3d(0, 300px, 0);
    -o-transform: translate3d(0, 300px, 0);
}
.menu1 ul li:nth-child(10),
.menu2 ul li:nth-child(10){
    -webkit-transition: all 1500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(0, 300px, 0);
    -moz-transform: translate3d(0, 300px, 0);
    -webkit-transform: translate3d(0, 300px, 0);
    -ms-transform: translate3d(0, 300px, 0);
    -o-transform: translate3d(0, 300px, 0);
}
.menustyle1.active .menu1 ul li:nth-child(01),
.menustyle1.active .menu1 ul li:nth-child(02),
.menustyle1.active .menu1 ul li:nth-child(03),
.menustyle1.active .menu1 ul li:nth-child(04),
.menustyle1.active .menu1 ul li:nth-child(05),
.menustyle1.active .menu1 ul li:nth-child(06),
.menustyle1.active .menu1 ul li:nth-child(07),
.menustyle1.active .menu1 ul li:nth-child(08),
.menustyle1.active .menu1 ul li:nth-child(09),
.menustyle1.active .menu1 ul li:nth-child(10),
.menustyle2.active .menu2 ul li:nth-child(01),
.menustyle2.active .menu2 ul li:nth-child(02),
.menustyle2.active .menu2 ul li:nth-child(03),
.menustyle2.active .menu2 ul li:nth-child(04),
.menustyle2.active .menu2 ul li:nth-child(05),
.menustyle2.active .menu2 ul li:nth-child(06),
.menustyle2.active .menu2 ul li:nth-child(07),
.menustyle2.active .menu2 ul li:nth-child(08),
.menustyle2.active .menu2 ul li:nth-child(09),
.menustyle2.active .menu2 ul li:nth-child(10){
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

/*=======================================================================
[02] SLIDER
=========================================================================*/
.slider{
    background: #020605;
}
.slider .tp-dottedoverlay.twoxtwo {
    background: rgba(0, 0, 0, 0.2);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.revCon h5{
    font-weight: 700;
}
.tp-banner{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 700px;
}
.slider .tp-bannertimer{
    display: none;
}
.slider .tp-bullets.simplebullets.hidebullets,
.slider .tp-bullets{
    display: block !important;
    opacity: 1 !important;
    left: 76px !important;
    margin-left: 0 !important;
}
.slider .tp-bullets.simplebullets .bullet {
    margin-right: 5px;
    font-size: 14px;
    color: #999999;
    font-weight: 900;
}
.slider .tp-bullets.simplebullets.round .bullet:hover, 
.slider .tp-bullets.simplebullets.round .bullet.selected, 
.slider .tp-bullets.simplebullets.navbar .bullet:hover, 
.slider .tp-bullets.simplebullets.navbar .bullet.selected {
    color: #fff;
}
#slider_count {
    color: #fff;
    font-weight: 700;
}
#slider_count span{
    background: #f80160;
    width: 42px;
    height: 2px;
}
.mouseSlider {
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    height: 58px;
    left: 0;
    margin: auto;
    position: relative;
    right: 0;
    text-align: center;
    top: -98px;
    width: 58px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.mouseSlider a{
    display: block;
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
}
.mouseSlider a img{
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.mouseSlider:hover{
    border-color: #fd0060;
}
.mouseSlider a.hover{
    visibility: hidden;
    opacity: 0;
}
.mouseSlider:hover a.normal{
    visibility: hidden;
    opacity: 0;
}
.mouseSlider:hover a.hover{
    visibility: visible;
    opacity: 1;
}

.mouseSlider2 {
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    height: 58px;
    left: 0;
    margin: auto;
    position: relative;
    right: 0;
    text-align: center;
    top: auto;
    width: 58px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.mouseSlider2 a{
    display: block;
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
}
.mouseSlider2 a img{
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.mouseSlider2:hover{
    border-color: #fd0060;
}
.mouseSlider2 a.hover{
    visibility: hidden;
    opacity: 0;
}
.mouseSlider2:hover a.normal{
    visibility: hidden;
    opacity: 0;
}
.mouseSlider2:hover a.hover{
    visibility: visible;
    opacity: 1;
}
.custom.tparrows, .custom.tparrows:hover{
    background: transparent;
}
.custom.tparrows.tp-rightarrow:before{
    position: relative;
    content: '\f103';
    font-family: "Flaticon";
    color: #fff;
    font-size: 25px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.custom.tparrows.tp-leftarrow:before {
    position: relative;
    content: '\f103';
    font-family: "Flaticon";
    color: #fff;
    font-size: 25px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.custom.tparrows.tp-rightarrow:hover:before, 
.custom.tparrows.tp-leftarrow:hover:before{
    color: #fd0060;
}
/*=======================================================================
[03] ABOUT
=========================================================================*/
.about{
    padding-bottom: 86px;
}
.aboutTop{
    padding-top: 163px;
    padding-bottom: 230px;
    background: #1d1d1d url(../images/bg/1.jpg) no-repeat scroll center center/cover;
}
.aboutBottom{
    background: #c40661;
    background: -moz-linear-gradient(0deg, #36146a 0%, #9A0A65 50%, #ff0060 100%); 
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #36146a), color-stop(50%, #9A0A65), color-stop(100%, #ff0060));
    background: -webkit-linear-gradient(0deg, #36146a 0%, #9A0A65 50%, #ff0060 100%);
    background: -o-linear-gradient(0deg, #36146a 0%, #9A0A65 50%, #ff0060 100%); 
    background: -ms-linear-gradient(0deg, #36146a 0%, #9A0A65 50%, #ff0060 100%); 
    background: linear-gradient(90deg, #36146a 0%, #9A0A65 50%, #ff0060 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36146a', endColorstr='#ff0060',GradientType=1 ); 
}
.abcontentT{
    text-align: center;
}
.abcontentT h5 {
    margin-bottom: 33px;
}
.abBigtitle{
    position: relative;
}
.abBigtitle h1.lead{
    position: absolute;
    top: -118px;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(359deg, #ff00de 0%, #FF696F 50%, #ffd200 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff00de), color-stop(50%, #FF696F), color-stop(100%, #ffd200));
    background: -webkit-linear-gradient(359deg, #ff00de 0%, #FF696F 50%, #ffd200 100%); 
    background: -o-linear-gradient(359deg, #ff00de 0%, #FF696F 50%, #ffd200 100%);
    background: -ms-linear-gradient(359deg, #ff00de 0%, #FF696F 50%, #ffd200 100%);
    background: linear-gradient(91deg, #ff00de 0%, #FF696F 50%, #ffd200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00de', endColorstr='#ffd200',GradientType=1 ); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 13px 16px 27px rgba(0, 0, 0, .11);
    font-size: 159px;
    text-align: center;
    z-index: 1;
}
.aboutBottom{
    padding-top: 124px;
    padding-bottom: 228px;
}
.abcontentB{
    padding: 0 100px;
}
.abcontentB h5{
    margin-bottom: 12px;
}
.ourServices {
    margin-top: -110px;
}
.singleService {
    background: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
    margin-left: 7px;
    margin-right: 7px;
    padding: 0 15px 67px;
    text-align: center;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.singleService:hover{
    margin-top: -40px;
    box-shadow: 0px 30px 70px rgba(0, 0, 0, .1)
}
.serImg {
    height: 187px;
    margin: auto;
    position: relative;
    top: -42px;
    width: 187px;
    background: transparent;
    border-radius: 50%;
}
.serImg img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.serIcon{
    height: 187px;
    margin: auto;
    position: relative;
    top: -42px;
    width: 187px;
    background: #c40661;
    border-radius: 50%;
    text-align: center;
    width: 187px;
    margin: 0 auto;
}
.serIcon i{
    line-height: 1;
    font-size: 62px;
    color: #FFC600;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 2;
}
.singleService h6.lead {
    line-height: 0.7;
    margin: 0 0 67px;
    color: #000;
}
.singleService p{
    font-weight: 300;
    font-size: 20px;
}
.singleService p:last-of-type{
    margin-bottom: 32px;
}
.singleService a.learn{
    font-size: 15px;
    line-height: .8;
    color: #999999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.singleService a.learn:hover{
    color: #fd0060;
}
.singleService a.learn i{
    margin-left: 10px;
}
.singleService a.learn.icon_lefty i{
    margin-left: 0;
    margin-right: 10px;
}

/*=======================================================================
[04] TEAM
=========================================================================*/
.team{
    padding-bottom: 89px;
}
.epr200{
    padding-right: 400px;
}
.teamBig{
    margin-top: 9px;
}
.teamBig img{
    width: 100%;
}
.singleTestm p{
    font-size: 30px;
    color: #000000;
    font-weight: 300;
    line-height: 45px;
    margin-bottom:21px;
    padding-right: 45px;
}
.teamDeg h4.magenta{
    color: #fd0060;
}
.teamTop{
    margin-bottom: 133px;
}
.singleTestm {
    margin-left: 120px;
    margin-top: 150px;
    position: relative;
}
.singleTestm::before {
    background: #fd0060;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 200px;
    left: -224px;
    top: 23px;
}
.singleTestm::after {
    content: "\f104";
    font-family: "Flaticon";
    left: -50px;
    position: absolute;
    top: -17px;
    font-size: 27px;
    color: #fd0060;
}
.singleTeam{
    text-align: center;
}
.singleTeam img{
    width: 100%;
    height: auto;
    margin-bottom: 21px;
}
.teamDeg{}
.teamDeg h4{
    color: #000;
    margin: 0 0 4px;
}
.teamDeg p{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: .8;
    margin: 0;
}

/*=======================================================================
[05] WHAT WE DO
=========================================================================*/
.whatwe{
    background: url(../images/bg/2.jpg) no-repeat scroll center center/cover;
    padding-top: 253px;
    padding-bottom: 223px;
}
.wedoContent{}
.wedoContent h5 {
    margin-bottom: 39px;
}
.wedoContent h2{
    font-size: 80px;
    letter-spacing: 0;
    line-height: 90px;
    font-weight: 700;
    margin-bottom: 29px;
}
.wwd_sliders.owl-theme .owl-dots {
    bottom: auto;
    position: relative;
    right: auto;
    text-align: center;
    margin-top: 28px;
}
.wwd_sliders.owl-theme .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
.wwd_sliders.owl-theme .owl-dots .owl-dot span,
.wwd_sliders.owl-theme .owl-dots .owl-dot:hover span {
    background: #343434;
    border-radius: 30px;
    display: block;
    height: 6px;
    margin: 0;
    width: 6px;
    opacity: 1;
}
.wwd_sliders.owl-theme .owl-dots .owl-dot.active span{
    background: #fd0060;
    height: 10px;
    width: 10px;
    top: -2px;
    position: relative;
    left: -2px;
}

/*=======================================================================
[06] OUR WORK
=========================================================================*/
.ourwork{
    padding-top: 146px;
}
.singleWorkContent{
    text-align: center;
    position: absolute;
    top: 49.5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    left: 0;
    right: 0;
}
.singleWorkContent h6{
    margin-bottom: 30px;
}
.singleWorkContent h2{
    margin-bottom: 18px;
}
.workTag{
    line-height: 1.5;
    margin-bottom: 41px;
}
.workTag a{
    margin-left: 2px;
    margin-right: 10px;
}
.workTag a,
.workTag{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5.6px;
    color: #ffffff;
    font-weight: 700;
}
.workTag a:hover{
    color: #fd0060;
}
.work_btn {
    background: #000000;
    border-radius: 30px;
    color: #fff;
    height: 50px;
    padding: 0 29px;
    line-height: 50px;
    display: inline-block;
    font-size: 21px;
    font-weight: 400;
}
.work_btn:hover{
    background: #D90361;
    color: #fff;
}
.folio_video {
    background: #000000;
    border-radius: 30px;
    color: #fff;
    height: 50px;
    padding: 2px 29px;
    line-height: 50px;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    width: 79px;
    letter-spacing: 0;
    text-align: center;
}
.folio_video:hover{
    background: #D90361;
    color: #fff;
}
.singleWork{
    margin: 0 20px;
}
.singleWork img{
    width: 100%;
    height: auto;
}
.singleWork.slick-active.slick-center .singleWorkContent{
    visibility: visible;
    opacity: 1;
}
.singleWork.slick-active.slick-center{
    position: relative;
}
.singleWork.slick-active.slick-center:before{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    content: '';
}
#workCarousel .slick-prev, 
#workCarousel .slick-next {
    background: #000000;
    border-radius: 50%;
    cursor: pointer;
    height: 60px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 9;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#workCarousel .slick-prev:hover, 
#workCarousel .slick-next:hover{
    background: #fd0060;
}
#workCarousel .slick-prev i, 
#workCarousel .slick-next i{
    line-height: 60px;
    font-size: 28px;
    color: #fff;
}
#workCarousel .slick-prev i{
    left: -1px;
    position: relative;
}
#workCarousel .slick-prev{
    left: 157px;
}
#workCarousel .slick-next{
    right: 157px;
}
.singleWorkContent{}
.singleWorkContent h2 {
    color: #fff;
    font-weight: 600 !important;
    margin-bottom: 14px;
    line-height: 70px !important;
    margin-bottom: 31px;
}

/*=======================================================================
[07] CHOOSE US
=========================================================================*/
.chooseus{
    padding-top: 149px;
    padding-bottom: 126px;
}
.chooseUsContent {
    padding-right: 70px;
}
.chooseUsContent h3 {
    margin-bottom: 40px;
}
/*.chooseUsContent p{
    line-height: 40px;
}*/
.chooseUsContent p:last-of-type{
    margin-bottom: 7px;
}
.signatureandname{
    overflow: hidden;
}
.signatureandname h4 {
    color: #fd0060;
    float: left;
    font-weight: 700;
    margin: 22px 0 0;
}
.signatureandname img{
    width: 182px;
    height: 106px;
    float: left;
}
.chooseUsImg {
    margin-top: -67px;
}

/*=======================================================================
[08] TESTMONIAL
=========================================================================*/
.testmonialSec{
    background: url(../images/bg/3.jpg) no-repeat fixed center center/cover;
    margin-bottom: 123px;
}
.testmonialCaro{
    background: #333 url(../images/bg/4.jpg) no-repeat scroll center center/cover;
    width: 900px;
    margin: auto;
    padding: 153px 127px 29px;
    position: relative;
    top: 121px;
}
.singleTestmn p{
    font-size: 30px;
    color: #ffffff;
    line-height: 50px;
    font-weight: 300;
}
.singleTestmn p:last-of-type{
    margin-bottom: 31px;
}
.testAut h4{
    color: #fd0060;
    margin: 0 0 3px;
}
.testAut p{
    font-size: 16px;
    line-height: .8;
    margin: 0;
    font-weight: 300;
}
.quotearea{
    height: 67px;
    width: 76px;
    top: -18px;
    position: absolute;
    right: 0;
    left: 6px;
    margin: auto;
    color: #FFF;
}
.quotearea::before {
    color: inherit;
    content: "\f104";
    font-family: "Flaticon";
    font-size: 72px;
    height: 67px;
    width: 76px;
}
.testcarousel.owl-theme .owl-dots {
    bottom: -1px;
    position: relative;
    right: -87px;
    text-align: right;
}
.testcarousel.owl-theme .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
.testcarousel.owl-theme .owl-dots .owl-dot span,
.testcarousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #343434;
    border-radius: 30px;
    display: block;
    height: 6px;
    margin: 0;
    width: 6px;
    opacity: 1;
}
.testcarousel.owl-theme .owl-dots .owl-dot.active span{
    background: #fd0060;
    height: 10px;
    width: 10px;
    top: -2px;
    position: relative;
    left: -2px;
}

/*=======================================================================
[09] OUR CLIENT
=========================================================================*/
.client{
    padding-top: 149px;
    padding-bottom: 90px;
}
.singleClient{}
.singleClient{
    width: 230px;
    height: 130px;
    margin: auto;
    margin-bottom: 55px;
}
.clientsliders .singleClient{
    margin-bottom: 0;
}
.clientsliders .singleClient img{
    max-width: 100%;
}
.singleClient a{
    display: block;
}
.singleClient img{
    width: 100%;
    height: auto;
    opacity: .7;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.singleClient img:hover{
    opacity: 1; 
}
/*=======================================================================
[10] OUR BLOG
=========================================================================*/
.blogSection{
    background: url(../images/bg/5.jpg) no-repeat fixed center center/cover;
    padding: 123px 0 140px;
}
.singleBlog{
    background: #fff;
    margin: 0 7.5px 15px;
}
.blogDec{
    padding: 51px 30px 45px 41px;   
    position: relative;
}
.blogDate{
    color: #fd0060;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
}
.blogThumb{
    position: relative;
}
.blogThumb .carousel-control-prev, .blogThumb .carousel-control-next{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    margin: auto 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    opacity: 1;
    box-shadow: none;
    text-shadow: none;
    line-height: .8;
    padding: 14px 0;
    color: #fd0060;
    text-align: center;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
}
.blogThumb .carousel-control-next{
    left: auto;
    right: 0;
}
.blogThumb .carousel-control-prev:hover, .blogThumb .carousel-control-next:hover{
    background: rgba(0, 0, 0, 1);
}
.blogThumb .iframeplay, .wdFeactureImage .iframeplay{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 58px;
    height: 58px;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    color: #000;
    padding: 16px 0;
    line-height: .8;
    font-size: 25px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
}
.wdFeactureImage .iframeplay{
    width: 80px;
    height: 80px;
    padding: 28px 0px;
}
.blogThumb .iframeplay:hover, .wdFeactureImage .iframeplay:hover{
    color: #fd0060;
    border-color: #fd0060;
}
.blogThumb img{
    max-width: 100%;
    height: auto;
}
.blogThumb.shortcodeThumb img{
    width: 100%;
}
.blogTitle{
    margin-bottom: 42px;
    min-height: 108px;
}
.bperaDiv {
    min-height: 182px;
    word-break: break-all;
    margin-bottom: 10px;
}

/*.blogTitle{
    margin-bottom: 42px;
}*/
/*.bperaDiv {
    min-height: 182px;
    word-break: break-all;
}*/

.blogTitle a{
    font-size: 26px;
    color: #000000;
}
.blogTitle a:hover{
    color: #fd0060;
}
.blogDec p:last-of-type{
    margin-bottom: 39px;
}
.bigpost .blogDec p:last-of-type{
    margin-bottom: 69px;
}
.blogBott{
    overflow: hidden;
}
.bauthor{
    float: left;
}
.blogComs{
    float: right;
    font-size: 12px;
    color: #999999;
    line-height: .8;
}
.blogComs img{
    margin-right: 9px;
}
.blogComs a:hover{
    color: #fd0060;
}
.bauthor,
.bauthor a{
    font-size: 12px;
    color: #fd0060;
    line-height: 2;
    text-transform: capitalize;
}
.bauthor a:hover{
    color: #333333;
}
.bauthor a{
    margin-left: 3px;
    text-transform: capitalize;
}

/*=======================================================================
[11] WHAT SAY
=========================================================================*/
.sayhello{
    padding: 100px 0 52px;
}
.sayThumb{
    position: relative;
    margin-bottom: 48px;
}
.sayThumb h3{
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #fff;
    font-weight: 700;
    letter-spacing: 4.8px;
}
.sayThumb img{
    width: 100%;
    height: auto;
}
.saypaddingR{
    padding-right: 60px;
}
.saypaddingl{
    padding-left: 60px;
}
.sayDec h6{
    letter-spacing: 2.8px;
    margin: 0 0 10px;
}
.sayDec p {
    letter-spacing: 2.8px;
    margin: -9px 0 17px;
    text-transform: uppercase;
    line-height: 31px;
}
.sayDec p:last-of-type{
    margin-bottom: 63px;
}

/*=======================================================================
[12] CONTACT
=========================================================================*/
.contact{
    background: #1d1d1d;
    padding:81px 0 67px;
}
.contactInner h3 {
    margin-bottom: 70px;
}
.contactForm{
    text-align: left;
    padding: 0px 212px;
}
.contactForm span.wpcf7-not-valid-tip{
    display: none !important;
    visibility: hidden !important;
}
.single_form {
    margin-bottom: 22px;
    margin-right: 10px;
    margin-left: 10px;
}
.single_form.textareas {
    margin-bottom: 10px;
}
.logged-in .single_form.textareas{
    margin-bottom: 23px;
}
.single_form.inputas{
    margin-bottom: 35px;
}
.single_form input[type='text'],
.single_form input[type='email'],
.single_form textarea{
    width: 100%;
    background: transparent;
    height: 41px;
    border: none;
    border-bottom: 2px solid #292929;
    font-size: 14px;
}
.single_form input[type='text'].wpcf7-not-valid, 
.single_form input[type='email'].wpcf7-not-valid,
.single_form textarea.wpcf7-not-valid{
    border-bottom-color: #fd0060;
}
.single_form textarea{
    resize: none;
    height: 143px;
    margin-bottom: 20px;
}
#commentform .single_form input[type='text'],
#commentform .single_form input[type='email'], 
.logged-in #commentform .single_form textarea{
    margin-bottom: 20px;
}
.single_form label{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: .8;
    color: #fff;
    cursor: pointer;
}
.light_form .single_form label{
    color: #333;
}
.contactForm input[type='submit']{
    border: transparent;
}

.single_form input.reqError,
.single_form textarea.reqError{
    border-color: #fd0060;
}
div.wpcf7-response-output{
    font-weight: 300;
}

.light_form .bes_button{
    height: 50px;
    border-radius: 30px;
    display: inline-block;
    padding: 0 48px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.8px;
    line-height: 46px;
    background: #fb0060;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
}
.light_form .bes_button:hover{
    color: #fff;
    background: #1d1d1d;
}
.newsletter .mc4wp-alert p{
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}
.newsletter .mc4wp-alert.mc4wp-error p{
    color: #fe0060;
}
.comment-form-cookies-consent{
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: .8;
    color: #000;
    cursor: pointer;
    padding-left: 25px;
    line-height: 1.5;
    margin-bottom: 40px;
}
.comment-form-cookies-consent input{
    margin-right: 10px;
    position: relative;
    top: 2px;
}


/*=======================================================================
[13] FOOTER
=========================================================================*/
.footer{
    padding: 72px 75px 55px;
}
.footerEx{
    padding: 72px 75px 55px;
    background: #f9f9f9;
}
.fotLogo{
    margin-bottom: 49px;
}
.fotLogo img{
    max-width: 100%;
    height: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.textWidget{
    padding-right: 300px;
}
.widgetTitle{
    font-size: 20px;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 20px;
}
.widgetTitle b{
    font-weight: 600;
}
.flogo{
    width: 133px;
    margin-bottom: 49px;
}
.flogo img{
    width: 100%;
    height: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.textWidget p{
    font-size: 16px;
    line-height: 36px;
    font-weight: 300;
}
.textWidget p:last-of-type{
    margin-bottom: 39px;
}
.socialIcon a{
    width: 40px;
    height: 40px;
    background: #000000;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 42px;
    margin-right: 11px;
}
.socialIcon a:hover{
    background: #fd0060;
    color: #fff;
}
.socialIcon a.fb:hover, 
.socialIcon a.facebook-f:hover, 
.socialIcon a.facebook:hover{
    background: #3A559F;
}
.socialIcon a.tw:hover, 
.socialIcon a.twitter:hover{
    background: #50ABF1
}
.socialIcon a.gp:hover, 
.socialIcon a.google-plus-circle:hover, 
.socialIcon a.google-plus:hover{
    background: #DD4B39
}
.socialIcon a.dr:hover, 
.socialIcon a.dribbble:hover{
    background: #CF3F72
}
.socialIcon a.be:hover, 
.socialIcon a.behance:hover{
    background: #0071B9
}
.socialIcon a.pinterest:hover, 
.socialIcon a.pinterest-square:hover{
    background: #CC2127
}
.socialIcon a.instagram:hover{
    background: #7033BF
}
.newsletterwid {
    padding-top: 0;
    padding-left: 40px;
}
.newsletter{
    position: relative;
    margin-bottom: 27px;
    padding-top:5px;
}
.newsletter input[type='email']{
    width: 100%;
    border: none;
    border-bottom: 2px solid #000;
    background: transparent;
    font-size: 18px;
    color: #a89f9f;
    font-weight: 300;
}
.newsletter input[type='email']:input-placeholder{
    color: #a89f9f;
    opacity: 1;
}
.newsletter input[type='email']::-webkit-input-placeholder {
    color: #a89f9f;
    opacity: 1;
}
.newsletter input[type='email']:-moz-placeholder {
    color: #a89f9f;
    opacity: 1;
}
.newsletter input[type='email']::-moz-placeholder {
    color: #a89f9f;
    opacity: 1;
}
.newsletter input[type='email']:-ms-input-placeholder {
    color: #a89f9f;
    opacity: 1;
}
.newsletter input[type='submit']{
    position: absolute;
    right: -5px;
    background: transparent;
    font-size: 14px;
    color: #fe0060;
    text-transform: uppercase;
    border: none;
    font-weight: 700;
    line-height: .8;
    top: 15px;
}
.fooInfo p{
    font-size: 14px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 38px;
    font-weight: 300;
    margin-left: 2px;
}
.fooInfo p:last-of-type{
    margin-right: 0;
    margin-left: 0;
}
.fooInfo p i{
    font-size: 16px;
    margin-right: 11px;
    position: relative;
    top: 1px;
}
.fooInfo p b{
    color: #000;
    font-weight: 700;
}
.copyright{
    background: #fff;
    padding:44px 0 39px;
}
.copyPera{
    margin: 0;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}

.workHour {
    padding: 10px 0 0;
}
.workHour li {
    border-top: 1px solid #e9e9e9;
    padding: 19.5px 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0;
}
.workHour li span {
    float: right;
}
.workHour li:hover {
    color: #000000;
    cursor: pointer;
}
.workHour li:last-of-type {
    border-bottom: 1px solid #e9e9e9;
}
.footer2 .instaFeed{
    padding-top: 10px;
}

/*=======================================================================
[14] SUBSCRIPTION POPUP
=========================================================================*/
.subscriptionSuccess, 
.contactSuccess{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1500;
    background: rgba(0, 0, 0, .95);
    display: none;
}
.subsNotice, 
.consNotice{
    width: 100%;
    height: 190px;
    background: none;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    border-radius: 5px 5px 0 0;
    text-align: center;
}
.subsNotice i,
.consNotice i{
    background: #fff;
    border-radius: 50%;
    color: #fd0060;
    font-size: 60px;
    height: 109px;
    text-align: center;
    width: 110px;
    padding: 27px 0;
}
.subsNotice p, 
.consNotice p{
    color: #fff;
    font-size: 30px;
    margin: 40px 0 0;
    text-transform: capitalize;
    line-height: 40px;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 2px;
}


/*=======================================================================
[15] BACK TO TOP
=========================================================================*/
#backToTop{
    display: none;
}
.showit {
    background: #fd0060;
    bottom: 60px;
    color: #ffffff;
    font-size: 20px;
    height: 40px;
    line-height: 0.8;
    padding: 10px 12px;
    position: fixed;
    right: 60px;
    text-align: center;
    width: 40px;
    z-index: 99;
    display: block !important;
}
.showit i {
    color: #ffffff;
}
.showit:hover {
    background: #333333;
    color: #ffffff;
}

/*=======================================================================
[16] HOME TWO
=========================================================================*/
.header2{
    background: #1d1d1d;
    padding: 21px 90px 21px;
}
.header2 .logo{
    top: 0;
}
.header2.isSticky.fixedHeader{
    padding: 21px 90px 21px;
}
.aboutBottom.home_page2{
    background: url(../images/bg/6.jpg) no-repeat scroll center center/cover;
    position: relative;
}
.aboutTop.home_page2 {
    background: url("../images/bg/7.jpg") no-repeat scroll center center / cover ;
}
.whatwe.home_page2{
    background: url("../images/bg/8.jpg") no-repeat scroll center center / cover ;
}
.overlayHover{
    background: rgba(38, 38, 38, 0.3);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.single_folio:hover .overlayHover{
    visibility: visible;
    opacity: 1;
}
.polioThumb img{
    width: 100%;
    height: auto;
}
.folio_hover2{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    padding-bottom: 30px;
    padding-left: 30px;
    z-index: 1;
}
.folio_hover2 h6{
    margin-bottom: 19px;
}
.folio_hover2 h3{
    margin-bottom: 12px;
}
.folio_hover2 .workTag{
    margin-bottom: 28px;
}
.folio_hover2 a.folio_video{
    margin-left: 10px;
}
.folio_hover2 h6,
.folio_hover2 a.work_btn,
.folio_hover2 h3,
.folio_hover2 .workTag, 
.folio_hover2 a.folio_video{
    transform: translate3d(0, 60px, 0);
    -webkit-transform: translate3d(0, 60px, 0);
    -moz-transform: translate3d(0, 60px, 0);
    -ms-transform: translate3d(0, 60px, 0);
    -o-transform: translate3d(0, 60px, 0);
}
.folio_hover2 h6{
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.folio_hover2 h3{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.folio_hover2 .workTag{
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}
.folio_hover2 a.work_btn, .folio_hover2 a.folio_video{
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}
.folio_hover2 h6,
.folio_hover2 a.work_btn, 
.folio_hover2 a.folio_video{
    visibility: hidden;
    opacity: 0;
}
.single_folio{
    overflow: hidden;
}
.single_folio:hover .folio_hover2 h6,
.single_folio:hover .folio_hover2 a.work_btn,
.single_folio:hover .folio_hover2 h3,
.single_folio:hover .folio_hover2 .workTag, 
.single_folio:hover .folio_hover2 a.folio_video{
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}
.polioThumb img{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.single_folio:hover .polioThumb img{
    transform: scale(1.08) rotate(-2deg);
    -moz-transform: scale(1.08) rotate(-2deg);
    -o-transform: scale(1.08) rotate(-2deg);
    -ms-transform: scale(1.08) rotate(-2deg);
    -webkit-transform: scale(1.08) rotate(-2deg);
}
.testmonialSec.home_page2{
    background: url("../images/bg/9.jpg") no-repeat fixed center 0 / cover;
    position: relative;
}
.testmonialCaro.home_page2::before{
    color: #fd0060;
}
.blogSection.home_page2{
    background: url("../images/bg/10.jpg") no-repeat scroll center center / cover;
}
.contact.home_page2{
    background: #fff;
    border-top: 1px solid #f3f3f3;
}
.single_form.home_page2 label{
    color: #333;
}
.chooseus.home_page2{
    position: relative;
    padding-top: 180px;
}
.client.home_page2 {
    /*    background: url("../images/bg/12.jpg") no-repeat scroll center -121px / cover ;*/
    position: relative;
}
.about.about2{
    position: relative;
}
.perelaxBg1 {
    left: 0;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    margin: auto;
    width: auto;
    z-index: 1;
}
.perelaxBg2 {
    background: rgba(0, 0, 0, 0) url("../images/bg/p2.png") no-repeat center 0 ;
    left: 0;
    position: absolute;
    right: 0;
    height: 593px;
    top: 0;
    margin: auto;
    width: auto;
}
.perelaxBg3 {
    background: rgba(0, 0, 0, 0) url("../images/bg/p3.png") no-repeat center 0 ;
    left: 0;
    position: absolute;
    right: 0;
    height: 1127px;
    top: 0;
    margin: auto;
    width: auto;
}
.perelaxBg4 {
    background: rgba(0, 0, 0, 0) url("../images/bg/p4.png") no-repeat scroll center 0;
    height: 170px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -90px;
    width: auto;
}
.perelaxBg5 {
    background: rgba(0, 0, 0, 0) url("../images/bg/p5.png") no-repeat scroll center 0;
    height: 486px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -132px;
    width: auto;
}

#slider_count{
    display: none;
}
.slider2 .tparrows.default.round{
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
    font-size: 25px;
}
.slider2 .tp-leftarrow.default.round{
    position: relative;
}
.slider2 .tp-leftarrow.default.round:before{
    position: absolute;
    content: '\f103';
    font-family: "Flaticon";
    color: #fff;
    left: 40px;
    top: 21px;
    transform: rotate(-180deg);
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}
.slider2 .tp-rightarrow.default.round:after{
    position: absolute;
    content: '\f103';
    font-family: "Flaticon";
    color: #fff;
    top: 21px;
    right: 40px;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}
.slider2 .tp-leftarrow.default:hover.round:before,
.slider2 .tp-rightarrow.default:hover.round:after{
    color: #fb0060;
}
.slider2 .tparrows.default.round.hidearrows, 
.slider2 .tp-bullets.simplebullets.hidebullets {
    display: block !important;
    opacity: 1 !important;
}

.abBigtitle.home_page2 h1{
    text-shadow: none;
}

/*=======================================================================
[17] WORK DETAIL
=========================================================================*/
.header.workDetail {
    padding: 21px 90px 31px;
    position: relative;
}
.header.workDetail .callus p{
    color: #000;
}
.workDetailHead {
    padding: 118px 0 94px;
}
.wdhContent {
    padding-bottom: 9px;
}
.wdhContent h6 {
    color: #fa0060;
    font-weight: 600;
    margin-bottom: 11px;
    text-transform: uppercase;
}
.wdhContent h3{
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 70px;
}
.wdhContent h6 a{
    color: #fa0060;
}
.wdhContent h6 a:hover{
    color: #000;
}
.workMetas{
    border-top: 1px solid #e6e6e6;
    padding-top: 40px;
}
.workMeta{}
.workMeta.servic{
    padding-left: 15px;
}
.workMeta h6{
    font-size: 14px;
    line-height: .9;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 6px;
}
.workMeta p{
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 100;
}
.wdFeactureImage{
    width: 100%;
    height: 100vh;
    background-color: #000;
}
.vegas-slide-inner{
    background-size: cover !important;
}
.vegas-transition-zoomOut-in, .vegas-transition-zoomOut2-in{
    background-size: cover !important;
}
.wdFeactureImageGall{
    height: auto;
}
.featcureImage{
    margin-bottom: 111px;
}
.folioFeatureImage{
    margin-bottom: 111px;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.workContentSec{
    padding-bottom: 100px;
}
.wdContent{
    padding: 0 170px;
}
.wdContent h5{
    text-transform: uppercase;
    color: #fd0060;
    margin-bottom: 21px;
}
.wdContent p{
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
}
.rewdContent {
    padding: 230px 173px 0;
    text-align: center;
}
.rewdContent h5{
    text-transform: uppercase;
    font-weight: 600;
    color: #fd0060;
    margin-bottom: 40px;
}
.rewdContent p{
    font-size: 24px;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 300;
}
.shareTheProject{
    text-align: center;
    padding: 75px 0 96px;
}
.shareTheProject h6{
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    margin-bottom: 23px;
}
.shareSocial a{
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    border: 1px solid #c4c4c4;
    border-radius: 50%;
    color: #000000;
    display: inline-flex;
    height: 62px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    line-height: 1;
    margin-right: 5px;
    text-align: center;
    width: 62px;
    font-size: 19px;
}
.shareSocial a.fb:hover{
    color: #3A559F;
    border-color: #3A559F;
}
.shareSocial a.tw:hover{
    color: #50ABF1;
    border-color: #50ABF1;
}
.shareSocial a.pi:hover{
    color: #C9353D;
    border-color: #C9353D;
}
.shareSocial a.gp:hover{
    color: #DC4A38;
    border-color: #DC4A38;
}
.shareSocial a.ln:hover{
    color: #0172B1;
    border-color: #0172B1;
}
.relatedWorlSec{
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 52px;
}
.folio_share_section{
}
.nexprevPagination{
    padding-left: 90px;
    padding-right: 90px;
    padding-bottom: 65px;
    border-top: 1px solid #e9e9e9;
    padding-top: 52px;
}
.nexprevPagination.postNextPrevMenu{
    margin-top: 30px;
}
.paginationnp{
    padding-left: 229px;
    position: relative;
    min-height: 120px;
    text-align: left;
    padding-top: 20px;
}
.paginationnp img{
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 120px;
}
.paginationnp.right{
    padding-left: 0;
    padding-right: 229px;
    text-align: right;
    border-left: 1px solid #e9e9e9;
}
.paginationnp.right img{
    left: auto;
    top: 0;
    right: 0;
}
.paginationnp h6 {
    line-height: 0.8;
    margin: 0 0 14px;
}
.paginationnp h6 a{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 4.8px;
}
.paginationnp h6 a:hover{
    color: #fe0060;
}
.paginationnp h1{
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
}
.paginationnp h1 a{
    color: #000;
}
.paginationnp h1 a:hover{
    color: #fe0060;
}
.workDetail.isSticky.fixedHeader{
    position: fixed;
    padding: 21px 90px;
}

/*=======================================================================
[18] BLOG LIST
=========================================================================*/
.blogTitleSec {
    padding-bottom: 50px;
    padding-top: 88px;
}
.blogTitleList h2 {
    font-size: 140px;
    line-height: 160px;
    margin: 0;
    font-weight: 600;
}
.blogCat {
    position: relative;
    top: 63px;
    width: 185px;
}
.blogCat h6{
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0;
    margin: 0;
    padding: 20px 16px;
    height: 50px;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    width: 186px;
    position: relative;
    color: #000;
    font-weight: 600;
    line-height: .8;
    cursor: pointer;
    -webkit-user-select: none; 
    -moz-user-select: none;    
    -ms-user-select: none;     
    user-select: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.blogCat.active h6{
    background: #000;
    color: #fff;
    border-color: #000;
}
.blogCat h6 i{
    position: absolute;
    right: 18px;
    top: 18px;
}
.blogCat ul {
    border: 1px solid #c3c3c3;
    position: absolute;
    width: 186px;
    border-radius: 3px;
    border-radius: 0 0 3px 3px;
    display: none;
    top: 49px;
    z-index: 9;
    background: #fff;
}
.blogCat.active ul{
    display: block;
}
.blogCat ul li{
    border-bottom: 1px solid #cccccc;
}
.blogCat ul li:last-of-type{
    border-bottom: none;
}
.blogCat ul li a {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5;
    padding: 14px 10px 14px 26px;
}
.blogCat ul li a:hover{
    color: #fd0060;
}
.blogContents{
    background: #f3f3f3;
    padding: 22px 0 68px;
}
.blogConLeft{
    padding-right: 22px;
}
.blogConRight{
    padding-left: 22px;
}
.singleBlog2{
    border: 1px solid #eaeaea;
    margin-bottom: 20px;
}
.singleBlog2.bigpost .blogTitle{
    min-height: 0;
    margin-bottom: 39px;
}
.singleBlog2.bigpost .blogTitle{
    font-weight: 600;
}
.singleBlog2.bigpost .blogTitle a{
    font-size: 40px;
    line-height: 50px;
}
.singleBlog2.bigpost .bperaDiv{
    min-height: 0;
}
.blogLoadmore{
    margin-top: 65px;
}
.singleBlog2.bigpost .blogDec{
    padding: 51px 45px 45px 41px;
}

/*=======================================================================
[19] BLOG DETAIL
=========================================================================*/
.blogDetailsSec{
    background: url(../images/bg/11.jpg) no-repeat scroll center center/cover;
    position: relative;
    height: 80vh;
}
.blogDetailsSec:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0, 0, .30);
}
.BdContent {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.BdContent h6 {
    color: #fa0060;
    font-weight: 600;
    margin-bottom: 11px;
    text-transform: uppercase;
}
.BdContent h6 a{
    color: #fa0060; 
}
.BdContent h6 a:hover{
    color: #fff;
}
.BdContent h3{
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 70px;
    color: #fff;
}
.singleJournal_meta a.jon_date{
    color: #000;
    margin-right: 13px;
    font-weight: 600;
}
.singleJournal_meta a.jon_date:hover{
    color: #fd0060;
}
.singleJournal_meta{
    line-height: .8;
    padding: 10px 0;
}
.singleJournal_meta a{
    font-size: 14px;
    color: #fd0060;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    font-weight: 500;
}
.singleJournal_meta a:hover{
    color: #000;
}
.jon_comment{
    width: 31px;
    height: 24px;
    background: #fd0060;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: .8;
    padding: 7px 0;
    float: right;
    top: 5px;
    position: relative;
    font-weight: 600;
}
.jon_comment:hover{
    background: #333;
    color: #fff;
}
.jon_comment:hover:before{
    border-color: #333 transparent transparent;
}
.jon_comment::before {
    border-color: #fd0060 transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0 0;
    bottom: -8px;
    content: "";
    height: 0;
    left: 8px;
    position: absolute;
    width: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.journal_wrap {
    border-bottom: 1px solid #f3f3f3;
    margin: 0 0 65px;
    padding: 34px 0 27px;
}
.blogDescriptionTop{
    margin-bottom: 26px;
}
.journal_content h2.excerpts{
    /*    font-size: 50px;
        line-height: 65px;*/
    font-size: 26px;
    line-height: 41px;
    color: #000;
    font-weight: 400;
    margin-bottom: 70px;
}
.mejs-container{
    margin-bottom: 35px;
}
.journalImg{
    margin-right: 20px;
    overflow: hidden;
}
.journalImg img{
    width: 100%;
    height: auto;
}
.journal_contentWrap{
    margin-bottom: 91px;
}
.journal_content p{
    font-size: 18px;
    line-height: 36px;
    font-weight: 100;
    margin-bottom: 35px;
}
.relatedTitle{
    text-transform: uppercase;
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    letter-spacing: 8px;
    margin-bottom: 35px;
}
.relatedProduct{
    margin-top: 5px;
}
.journalImgRela{
    margin-right: 20px;
    margin-bottom: 23px;
}
.journalImgRela img{
    width: 100%;
    height: auto;
}
.journalmeta.relatedMeta{
    margin-bottom: 19px;
}
.journalmeta a.jnalDate {
    border-bottom: 2px solid #fd0060;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    margin-right: 17px;
    padding-bottom: 14px;
    text-transform: uppercase;
}
.journalmeta a:hover,
.authorName a:hover{
    color: #fd0060;
}
.journal_content{
    padding-bottom: 67px;
}
.journal_main_content_area > iframe, 
.journal_main_content_area > embed{
    margin-bottom: 35px;
}
.j_contentRel h3{
    font-size: 26px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 13px;
}
.j_contentRel h3 a:hover{
    color: #fd0060
}
.authorName {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 0.8;
    text-transform: capitalize;
}
.commentTitle{
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    letter-spacing: 8px;
    text-transform: uppercase;
}
.commentTitle a#cancel-comment-reply-link{
    color: #fd0060;
    position: relative;
    font-size: 13px;
    letter-spacing: 2.6px;
    line-height: 0.9;
    margin-left: 41px;
    text-transform: uppercase;
}
.commentTitle a#cancel-comment-reply-link:hover{
    color: #000;
}
.commentTitle a#cancel-comment-reply-link:before{
    background: #cccccc;
    content: "";
    height: 1px;
    left: -24px;
    position: absolute;
    top: 9px;
    width: 15px;
}
.socialShare {
    position: relative;
    top: -9px;
}
.socialShare span{
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2.6px;
    color: #000;
    margin-right: 10px;
}
.socialShare a {
    border: 1px solid #eaeaea;
    border-radius: 50%;
    color: #b2b2b2;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    line-height: 0.7;
    padding: 10px 0;
    text-align: center;
    width: 35px;
    margin-right: 0;
}
.socialShare a i.fa-google-plus{
    position: relative;
    left: 2px;
    top: -1px;
}
.socialShare a.fb:hover{
    border-color: #38559B;
    color: #38559B;
}
.socialShare a.tw:hover{
    border-color: #01B1FD;
    color: #01B1FD;
}
.socialShare a.gp:hover{
    border-color: #E4492A;
    color: #E4492A;
}
.socialShare a.pn:hover{
    border-color: #CB2026;
    color: #CB2026;
}
.socialShare a.ln:hover{
    border-color: #0172B1;
    color: #0172B1;
}
.commentList {
    margin-bottom: 61px;
}
.singleCom{
    padding-left: 130px;
    position: relative;
}
.singleCom img{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.comHead{
    margin-bottom: 21px;
}
.comDate{
    font-size: 12px;
    color: #fd0060;
    line-height: .8;
}
.comAutReply {
    line-height: 0.8;
    position: relative;
    top: -2px;
}
.comAutReply a {
    color: #000000;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2.6px;
    line-height: 0.9;
    margin-right: 41px;
    text-transform: uppercase;
}
.comAutReply a:hover{
    color: #fd0060;
}
.comAutReply a.comment-reply-link, .comAutReply a.upvote{
    color: #fd0060;
    position: relative;
}
.comAutReply a.comment-reply-link:hover,
.comDate:hover, .comAutReply a.upvote:hover{
    color: #000;
}
.comAutReply a.comment-reply-link::before, .comAutReply a.upvote:before {
    background: #cccccc;
    content: "";
    height: 1px;
    left: -24px;
    position: absolute;
    top: 5px;
    width: 15px;
}
.commentList ol li div.singleCom{
    padding-top: 15px;
}
.commentList ol > li{
    min-height: 180px;
    padding-bottom: 1px;
    position: relative;
    margin-bottom: 35px;
}
.commentList ol > li:after{
    width: 100px;
    height: 1px;
    background: #e5e5e5;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.commentList ol > li:last-child:after{
    width: 100%;
}
.commentList ol > li:last-child {
    margin-top: 45px;
}
.singleCom .commentsContents{
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    font-weight: 100;
    margin-bottom: 35px;
}
.singleCom > p{
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    font-weight: 100;
}
.singleCom .commentsContents p:last-of-type{
    margin-bottom: 0;
}
.commentList ol li ul.children{
    padding-left: 140px;
    margin-bottom: 60px;
}
.commentList ol li ul.children li{
    position: relative;
}
.commentList ol li ul.children li:before{
    position: absolute;
    left: -10px;
    width: 10px;
    height: 180px;
    background: #f2f2f2;
    content: '';
}
.commentList ol li ul.children li .singleCom{
    margin-left: 20px;
    min-height: 180px;
}
.commentList ol li > .singleCom{
    position: relative;
}
.commentList li.pingbackli span.pingbacks{
    position: absolute;
    left: 0;
    color: #000;
    font-weight: 600;
    background: #f1f1f1;
    font-family: 'Poppins';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 13px 10px;
    line-height: .9;
    top: 27px;
}
.comReplyTitle{
    margin-bottom: 46px;
}
.commentForm input[type="text"], 
.commentForm input[type="email"], 
.commentForm textarea {
    border-color: -moz-use-text-color -moz-use-text-color #000;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #818181;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 1.96px;
    line-height: 28px;
    margin-bottom: 27px;
    padding: 0 0 14px;
    text-transform: uppercase;
    width: 100%;
}
.commentForm textarea{
    height: 100px;
    margin-bottom: 68px;
}
.commentForm input[type='text']::-webkit-input-placeholder ,
.commentForm input[type='email']::-webkit-input-placeholder ,
.commentForm textarea::-webkit-input-placeholder {
    color: #818181;
    opacity: 1;
}
.commentForm input[type='text']:-moz-placeholder,
.commentForm input[type='email']:-moz-placeholde,
.commentForm textarea:-moz-placeholde{
    color: #818181;
    opacity: 1;
}
.commentForm input[type='text']::-moz-placeholder ,
.commentForm input[type='email']::-moz-placeholder,
.commentForm textarea::-moz-placeholder{
    color: #818181;
    opacity: 1;
}
.commentForm input[type='text']:-ms-input-placeholder,
.commentForm input[type='email']:-ms-input-placeholder,
.commentForm textarea:-ms-input-placeholder{
    color: #818181;
    opacity: 1;
}
.wdhContent.bdetail{
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 94px;
    margin-bottom: -1px;
}
body.page .wdhContent.bdetail{
    border-bottom: none;
}
.workDetailHead.bdetail{
    padding-bottom: 0;
}
.singleBlog .blogThumb img{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.singleBlog .blogThumb{
    overflow: hidden;
    text-align: center;
    background: #f9f9f9;
}
/*.singleBlog:hover .blogThumb img{
    transform: scale(1.08) rotate(-2deg);
    -moz-transform: scale(1.08) rotate(-2deg);
    -o-transform: scale(1.08) rotate(-2deg);
    -ms-transform: scale(1.08) rotate(-2deg);
    -webkit-transform: scale(1.08) rotate(-2deg);
}*/


/*=======================================================================
[20] HOME THREE
=========================================================================*/
.parallaxOne{
    position: relative;
    width: 100%;
    background: transparent;
}
.full_height_sect{
    height: 100vh;
}
.bgCover{
    width: 460px;
    height: 640px;
    background: #101010;
}
.parTwoContent {
    background: #101010;
    height: 640px;
    position: relative;
    width: 460px;
    padding: 112px 50px;
    right: auto;
    left: auto;
}
.parTwoContent h2{
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 46px;
}
.parTwoContent h1{
    font-size: 150px;
    font-weight: 900;
    color: #fff;
    line-height: 150px;
    margin-bottom: 19px;
    position: relative;
    left: -50px;
}
.parTwoContent p{
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0;
    color: #fff;
    font-weight: 400;
    height: 150px;
}
.chooseUsContent.home_page3{
    padding-top: 0;
}
.chooseUsContent.home_page3 h3,
.chooseUsContent.home_page3 .signatureandname h4{
    color: #fff;
}
.parallaxThreeCon{
    text-align: center;
    padding: 0 220px;
}
.parallaxThreeCon h2,
.parallaxThreeCon h1{
    color: #fff;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0;
}
.parallaxThreeCon h2{
    font-size: 90px;
    line-height: 80px;
    margin-bottom: 5px;
}
.parallaxThreeCon h1{
    font-size: 120px;
    line-height: 110px;
    margin-bottom: 35px;
}
.parallaxThreeCon p{
    color: #fff;
    font-size: 24px;
    line-height: 40px;
}
.parallaxfirstCon{
    text-align: center;
}
.mouseSlider2.home_page3 {
    bottom: 40px;
    margin: auto;
    position: absolute;
    top: auto;
}

.header3{}
.fixednavHeader {
    z-index: 9;
    text-align: right;
    width: 180px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}
.fixednavHeader.fixedPositionLeft{
    right: auto;
    left: 0;
    text-align: left;
}
.header3.active .fixednavHeader{
    top: -150px;
}
.fixednavHeader li {
    line-height: 1;
    margin-bottom: 33px;
    position: relative;
    display: inline-block;
}
.fixednavHeader li:last-of-type{
    margin-bottom: 0;
}
.fixednavHeader > ul > li:before{
    position: absolute;
    right: 0;
    content: '';
    width: 40px;
    height: 2px;
    display: inline-block;
    background: #fff;
    bottom: -14px;
    opacity: .20;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.fixednavHeader.fixedPositionLeft > ul > li:before{
    right: auto;
    left: 0;
}
.fixednavHeader > ul > li:hover:before,
.fixednavHeader > ul > li.active:before{
    width: 100%;
}
.fixednavHeader > ul > li.active > a,
.fixednavHeader > ul > li:hover > a{
    color: #fff;
    opacity: 1;
}
.fixednavHeader > ul > li > a{
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2.8px;
    padding-right: 0;
    padding-right: 46px;
    display: inline-block;
    opacity: .10;
}
.fixednavHeader.FHNInner > ul > li > a{
    color: #fd0060;
    opacity: .30;
}
.fixednavHeader.FHNInner > ul > li.active > a, 
.fixednavHeader.FHNInner > ul > li.current-menu-item > a, 
.fixednavHeader.FHNInner > ul > li > a:hover{
    color: #fd0060;
    opacity: 1;
}
.fixednavHeader.FHNInner > ul > li:before{
    background: #fd0060;
    opacity: .30;
}
.fixednavHeader.FHNInner > ul > li:hover:before, 
.fixednavHeader.FHNInner > ul > li.active:before, 
.fixednavHeader.FHNInner > ul > li.current-menu-item:before{
    opacity: 1;
}
.fixednavHeader.fixedPositionLeft > ul > li > a{
    padding-right: 0;
    padding-left: 46px;
}
.fixednavHeader li ul{
    position: absolute;
    background: #fff;
    min-width: 200px;
    right: 150%;
    top: 0;
    box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, .08);
    padding: 25px 25px;
    margin: auto;
    text-align: center;
    top: 50%;
    z-index: 4;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;

    opacity: 0;
    visibility: hidden;
}
.fixednavHeader.fixedPositionLeft li ul{
    right: auto;
    left: 150%;
}
.fixednavHeader li:hover > ul{
    opacity: 1;
    visibility: visible;
    right: 120%;
}
.fixednavHeader.fixedPositionLeft li:hover > ul{
    right: auto;
    left: 120%;
    opacity: 1;
    visibility: visible;
}
.fixednavHeader li ul:before {
    content: "";
    right: -4px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0;
    height: 0;

    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #fff;
}
.fixednavHeader.fixedPositionLeft li ul:before{
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #FFF transparent transparent;
    right: auto;
    left: -4px;
}
.fixednavHeader li ul li{
    text-align: right;
    display: block;
    margin-bottom: 25px;
}
.fixednavHeader.fixedPositionLeft li ul li{
    text-align: left;
}
.fixednavHeader li ul li a{
    color: #333;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    display: block;
    text-transform: uppercase;
}
.fixednavHeader li ul li:hover > a, 
.fixednavHeader li ul li.current-menu-item > a, 
.fixednavHeader li ul li.active > a{
    color: #fd0060;
}


.parTwoContent{}
.parTwoContent h1 span{
    color: #fff;
}
.typewrite > .wrap{
    border: none !important;
    position: relative;
}
.typewrite > .wrap:after{
    background: #fff;
    content: "";
    height: 120px;
    left: auto;
    padding-left: 3px;
    position: absolute;
    right: -21px;
    top: 48px;
    width: 10px;
}
.copyright2 {
    background: #171717;
}
.footer2 .widgetTitle,
.footer2 .fooInfo p b{
    color: #fff;
}
.footer2 .newsletter input[type="email"]{
    border-color: #313131
}


/**Blog Sidebar**/
.sidebar aside.widget,
.footer aside.widget,
.shop_sidebar aside.widget{
    margin-bottom: 60px;
}
.footer aside.widget:last-of-type,
.sidebar aside.widget:last-of-type{
    margin-bottom: 0px;
}
.sidebar aside .widgetTitle,
.shop_sidebar aside .widgetTitle{
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    font-family: poppins;
    margin-bottom: 42px;
    letter-spacing: 3.2px;
    position: relative;
    padding-bottom: 15px;
}
.sidebar aside .widgetTitle:after, 
.shop_sidebar aside .widgetTitle:after{
    width: 30px;
    height: 3px;
    content: '';
    background: #fd0060;
    position: absolute;
    left: 10px;
    bottom: 0;
}
.sidebar aside .widgetTitle:before, 
.shop_sidebar aside .widgetTitle:before{
    width: 5px;
    height: 3px;
    content: '';
    background: #fd0060;
    position: absolute;
    left: 0;
    bottom: 0;
}
.footer aside .widgetTitle,
.sidebar aside .widgetTitle{
    margin-bottom: 28px;
}
.sidebar aside .search-form,
.footer .widget .search-form,
.shop_sidebar aside .search-form{
    position: relative;
    padding-bottom: 8px;
}
.footer .widget input[type="search"],
.sidebar aside input[type="search"]{
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    color: #999999;
    font-size: 12px;
    height: 50px;
    letter-spacing: 1.68px;
    padding-left: 16px;
    padding-top: 5px;
    width: 100%;
    font-weight: 300;
}
.footer .widget input[type="search"]:input-placeholder,
.sidebar aside input[type="search"]:input-placeholder{
    color: #999999;
    opacity: 1;
}
.footer .widget input[type="search"]::-webkit-input-placeholder,
.sidebar aside input[type="search"]::-webkit-input-placeholder{
    color: #999999;
    opacity: 1;
}
.footer .widget input[type="search"]:-moz-placeholder,
.sidebar aside input[type="search"]:-moz-placeholder{
    color: #999999;
    opacity: 1;
}
.footer .widget input[type="search"]:-ms-input-placeholder,
.sidebar aside input[type="search"]:-ms-input-placeholder{
    color: #999999;
    opacity: 1;
}
.footer .widget button[type="submit"],
.sidebar aside button[type="submit"]{
    background: transparent;
    color: #000;
    font-size: 14px;
    height: 50px;
    padding: 7px 11px;
    position: absolute;
    right: 0;
    top: 0;
}
.footer aside ul,
.sidebar aside ul{
    margin: 0;
    padding: 0;
}
.footer .widget ul li,
.sidebar aside ul li{
    line-height: 22px;
    margin-bottom: 9px;
    font-size: 15px;
    color: #999999;
    position: relative;
    overflow: hidden;
    padding-left: 26px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
}
.footer aside.widget_recent_comments ul li:hover > a,
.sidebar aside.widget_recent_comments ul li:hover > a{
    padding-left: 0;
}
.footer.shop_sidebar .widget.widget_recent_comments li,
.sidebar.shop_sidebar .widget.widget_recent_comments li{
    padding-left: 26px;
}
.footer .widget ul li a,
.sidebar aside ul li a{
    color: #999999;
    font-size: 18px;
    font-weight: 300;
}
.footer .widget ul li,
.sidebar aside ul li{
    margin-bottom: 18px;
}
.footer .widget ul li:hover,
.sidebar aside ul li:hover{
    padding-left: 30px;
}
.footer .widget ul li a:hover,
.sidebar aside ul li a:hover{
    color: #fd0060;
}
.footer .widget ul li:before,
.sidebar aside ul li:before{
    width: 13px;
    height: 1px;
    background: #cccccc;
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    top: 11px;
}

.sidebar aside.widget_archive ul li,
.footer aside.widget_archive ul li,
.sidebar aside.widget_categories ul li{
    text-align: right;
}
.sidebar aside.widget_archive ul li a,
.footer aside.widget_archive ul li a,
.sidebar aside.widget_categories ul li a{
    float: left;
}
.sidebar aside ul li:last-of-type,
.footer .widget ul li:last-of-type,
.shop_sidebar aside ul li:last-of-type{
    margin-bottom: 0;
}
.sidebar aside.widget_search h3.widgetTitle,
.shop_sidebar aside.widget_search h3.widgetTitle{
    margin-bottom: 27px;
}
.sidebar aside.widget_recent_comments li,
.shop_sidebar aside.widget_recent_comments li{
    font-size: 18px;
    font-weight: 300;
}
.sidebar aside.widget_recent_comments li{
    padding-left: 26px;
}
.sidebar aside.widget_rss li a{
    padding-left: 0;  
}
.single-post .commonSection{
    padding-bottom: 67px;
}
.tagcloud{
    overflow: hidden;
}
.tagcloud a{
    height: 30px;
    border: 2px solid #cccccc;
    display: inline-block;
    font-size: 12px !important;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
    padding: 7px 15px;
    float: left;
    margin-right: 4px;
    margin-bottom: 10px;
    background: #FFF;
    font-weight: 400;
}
.tagcloud a:hover{
    background: #fd0060;
    border-color: #fd0060;
    color: #fff;
}
.navigation.pagination .screen-reader-text{
    display: none;
}
.navigation.pagination{
    margin: 65px 0 0;
    text-align: center;
    display: block;
}
.navigation.pagination a, .navigation.pagination span{
    -moz-align-content: center;
    -webkit-align-content: center;
    -o-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #000;
    border-radius: 30px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    height: 49px;
    letter-spacing: 2.8px;
    line-height: 0.8px;
    padding: 0 30px;
    text-transform: uppercase;
}
.navigation.pagination a:hover, 
.navigation.pagination span.current{
    background: #fb0060;
    color: #fff;
}


.contentnones .search-form{
    position: relative;
    padding-bottom: 8px;
}
.contentnones input[type="search"]{
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    color: #999999;
    font-size: 12px;
    height: 50px;
    letter-spacing: 1.68px;
    padding-left: 16px;
    padding-top: 5px;
    width: 100%;
    font-weight: 300;
}
contentnones input[type="search"]:input-placeholder{
    color: #999999;
    opacity: 1;
}
.contentnones input[type="search"]::-webkit-input-placeholder{
    color: #999999;
    opacity: 1;
}
.contentnones input[type="search"]:-moz-placeholder{
    color: #999999;
    opacity: 1;
}
.contentnones input[type="search"]::-moz-placeholder{
    color: #999999;
    opacity: 1;
}
.contentnones input[type="search"]:-ms-input-placeholder  {
    color: #999999;
    opacity: 1;
}
.contentnones button[type="submit"]{
    background: transparent;
    color: #000;
    font-size: 14px;
    height: 50px;
    padding: 7px 11px;
    position: absolute;
    right: 0;
    top: 0;
}

/*=======================================================================
[16] 404 PAGE
=========================================================================*/
.errorPage{
    background: #000 ;
    height: 100vh;
    padding: 0;
    position: relative;
}
.errorContent h1{
    font-size: 200px;
    color: #fd0060;
    font-weight: 900;
    letter-spacing: 8px;
    line-height: 147px;
    margin-bottom: 12px;
    margin-bottom: 50px;
    line-height: .7;
}
.errorContent h3{
    font-size: 55px;
    line-height: 57px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 19px;
}
.errorContent p {
    color: #999;
    font-size: 16px;
    letter-spacing: .64px;
    margin: 0;
}
.errorContent p a {
    color: #fd0060;
}
.errorContent p a:hover{
    color: #fff;
}
.errorOv{
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.error404 footer, 
.error404 header,
.error404 .headerTopSection,
.error404 .copyrightSection{
    display: none;
}
.errorContent {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    z-index: 4;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.search_404 {
    margin: 35px auto auto;
    text-align: center;
    width: 722px;
}
.search_404 .search-form{
    overflow: hidden;
}
.search_404 input[type='search'] {
    border: none;
    border-radius: 0;
    float: left;
    font-weight: 400;
    margin: 0;
    height: 50px;
    padding: 0;
    resize: none;
    padding-right: 0;
    width: 294px;
    font-size: 16px;
    text-align: center;
}
.search_404 input[type='submit'],
.search_404 a{
    background: #fd0060;
    border: medium none;
    border-radius: 0 30px 30px 0;
    color: #fff;
    float: left;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.8px;
    line-height: 0.8;
    padding: 16px 0 16px;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
    text-align: center;
    width: 210px;
}
.search_404 input[type='submit']:hover,
.search_404 a:hover{
    color: #000;
}
.search_404 a {
    border-radius: 30px 0 0 30px;
    padding: 20px 0;
    float: left;
}
.error404 .copyright{
    display: none;
}
.error404 #backToTop{
    display: none !important;
}

.folioVideocontainer{
    position:relative;
    overflow:hidden;
    margin-bottom: 111px;
    border: none;
}
.folioVideocontainer iframe, .folioVideocontainer object, .folioVideocontainer embed {
    width:100vw;
    height:100vh;
    border: none;
}
.single_folio_video{
    background: #fb0060;
    border-radius: 50%;
    color: #fff;
    height: 80px;
    width: 80px;
    display: inline-block;
    font-size: 25px;
    font-weight: 400;
    line-height: 80px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.single_folio_video:hover{
    background: #000000;
    color: #fff;
}


/*=======================================================================
COMINGSOON PAGE
=========================================================================*/
body.maintaenance_modes{
    padding: 0;
}
.comingPage{
    padding: 269px 0 194px;
    background: #333;
    background: rgba(0, 0, 0, 1);
    height: 100vh;
    padding: 0;
    position: relative;
}
.overlayDiv{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .50);
}
.comingPage .container{
    position: relative;
    z-index: 2;
}
.comingTitle{
    margin-bottom: 150px;
}
.comingTitle h2{
    font-size: 75px;
    color: #ffffff;
    letter-spacing: 11.25px;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin-left: -2px;
}
.comingTitle p{
    letter-spacing: 1px;
    font-weight: 100;
    margin-bottom: 20px;
}
.comingSocial{
    position: relative;
}
.comingSocial a{
    background: rgba(0, 0, 0, .45);
    color: #FFF;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: .8;
    font-size: 12px;
    padding: 14px 0;
}
.comingSocial a:hover{
    background: #fd0060;
}
.comingContent{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#countdown_dashboard{
    text-align: center;
}
#countdown_dashboard .countdown-section{
    display: inline-block;
    border-right: none;
    width: 200px;
    margin-right: 5px;
    padding: 25px 0 20px;
    background: rgba(0, 0, 0, .45);
}
#countdown_dashboard .countdown-section:nth-child(4){
    margin-right: 0;
}
.countdown-section .countdown-amount {
    display: block;
    font-size: 65px;
    font-weight: 600;
    font-family: 'Poiret One', cursive;
    line-height: .8;
    letter-spacing: 0;
    background: -moz-linear-gradient(359deg, #ff00de 0%, #FF696F 50%, #ffd200 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff00de), color-stop(50%, #FF696F), color-stop(100%, #ffd200));
    background: -webkit-linear-gradient(359deg, #ff00de 0%, #FF696F 50%, #ffd200 100%); 
    background: -o-linear-gradient(359deg, #ff00de 0%, #FF696F 50%, #ffd200 100%);
    background: -ms-linear-gradient(359deg, #ff00de 0%, #FF696F 50%, #ffd200 100%);
    background: linear-gradient(91deg, #ff00de 0%, #FF696F 50%, #ffd200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00de', endColorstr='#ffd200',GradientType=1 ); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.countdown-section .countdown-period{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 5px;
    margin-top: 15px;
    color: #fff;
    line-height: .8;
    display: block;

}
.contactImage img{
    height: auto;
}
.map{
    position: relative;
    height: 520px;
}

.iframeWraper{
    position:relative;
    padding-bottom:100vh;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.iframeWraper iframe, .iframeWraper object, .iframeWraper embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border: none;
    display: block;
}
.wdFeactureImage.folioFeatureImg{
    height: auto;
}
.wdFeactureImage.folioFeatureImg img{
    width: 100%;
    height: auto;
}
.instaFeed{
    width: 100%;
    position: relative;
}
.instaFeed img{
    width: 79px !important;
    height: 79px !important;
    margin-right: 13px;
    margin-bottom: 13px;
}

.widSocialIcon a{
    background: #000 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 55px;
    line-height: 0.8;
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 21px 0;
    text-align: center;
    width: 55px;
}
.widSocialIcon a:hover{
    background: #fd0060;
}


.sidebar .widget .popularPost{
    position: relative;
    width: 100%;
}
.sidebar .widget .firstPopularPost{
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}
.sidebar .widget .firstPopularPost img{
    width: 100%;
    height: auto;
    margin-bottom: 22px;
}
.sidebar .widget .firstPopularPost h3{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 11px;
    line-height: 25.6px;
    color: #333330;
}
.sidebar .widget .firstPopularPost h3 a{
    color: #000000;
}
.sidebar .widget .firstPopularPost h3 a:hover{
    color: #fd0060;
}
.sidebar .widget .firstPopularPost p{
    line-height: .8;
    font-size: 12px;
    letter-spacing: .18px;
    text-transform: capitalize;
    color: #999999;
    margin: 0;
}
.sidebar .widget .widPopPost{
    padding-left: 130px;
    position: relative;
    min-height: 100px;
    margin-bottom: 20px;
}
.sidebar .widget .widPopPost img{
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0;
    top: 0;
}
.sidebar .widget .widPopPost h3{
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0;
    margin: 0 0 12px;
    line-height: 25.6px;
    color: #333330;
    word-break: break-all;
}
.sidebar .widget .widPopPost h3 a{
    color: #000000;
    display: inline-block;
    margin: -7px 0 0;
}
.sidebar .widget .widPopPost h3 a:hover{
    color: #fd0060;
}
.sidebar .widget .widPopPost p{
    line-height: .8;
    font-size: 12px;
    letter-spacing: .18px;
    text-transform: capitalize;
    color: #999999;
    margin: 0;
}


.singleFun{
    background: #f6f6f6;
    text-align: center;
    padding: 169px 0 157px;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -ms-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
    position: relative;
    z-index: 9;
}
.singleFun h2{
    font-size: 20px;
    color: #000000;
    margin-bottom: 30px;
}
.singleFun p{
    font-size: 80px;
    color: #fd0060;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0;
}


.pricingTable{
    width: 100%;
    position: relative;
    background: #FFFFFF;
    text-align: center;
    padding-bottom: 70px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.pricingTable:hover{
    margin-top: -40px;
    box-shadow: 0px 30px 70px rgba(0, 0, 0, .1)
}
.pricingHead{
    background: #fd0060 none repeat scroll 0 0;
    border-radius: 10px 10px 0 0;
    padding: 64px 0 120px;
    position: relative;
}
.priceCurrency {
    color: #fff;
    font-size: 5em;
    font-weight: 100;
    line-height: 0.75;
    margin: 0 0 27px;
    padding: 0;
    font-weight: 900;
}
.pcCurrency {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    vertical-align: top;
    padding-top: 11px;
    display: inline-block;
    padding-right: 5px;
    font-weight: 100;
    font-style: italic;
}
.pcPeriod {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-style: italic;
    padding: 0 0 0 0.5em;
    font-weight: 100;
}
.priceTitle {
    color: #fff;
    font-size: 12px;
    font-size: 16px;
    letter-spacing: 6.4px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
}
.pricingHead-img {
    bottom: -30px;
    height: 160px;
    left: 0;
    position: absolute;
    width: 100%;
}
svg:not(:root) {
    overflow: hidden;
}
.deco-layer {
    transition: transform 0.5s ease 0s;
}
.priceDescUl {
    list-style: outside none none;
    margin: 0;
    padding: 0px 0 60px;
    text-align: center;
    position: relative;
    z-index: 9;
}
.priceDescLi {
    padding: 10px 0;
    cursor: default;
    font-size: 18px;
    font-weight: 100;
}
.pricingTable .bes_button2{
    margin-bottom: 0;
}
.pricingTable:hover .deco-layer--1 {
    transform: translate3d(15px, 0px, 0px);
}
.pricingTable:hover .deco-layer--2 {
    transform: translate3d(-15px, 0px, 0px);
}

.singleSkill{
    margin-bottom: 36px;
    position: relative;
    width: 100%;
    text-align: left;
}
.singleSkill p {
    font-weight: 400;
    line-height: 0.8;
    margin-bottom: 15px;
    margin-top: 0;
    position: relative;
    font-weight: 700;
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 0.8;
}
.skillBarWrap{
    position: relative;
}
.skilPercent{
    text-align: right;
}
.skillOne{
    background: #f8f8f8;
    height: 4px;
    position: relative;
    width: 95%;
    margin-left: 0%;
}
.skillTwo{
    background: #f4f4f4;
    height: 4px;
    position: relative;
    width: 100%;
    margin-left: 0;
}
.skillBar{
    background: #fd0060;
    height: 100%;
    position: absolute;
    top: 0;
    width: 0%;
    left: 0;
}
.skillBar2{
    background: #000;
    height: 100%;
    position: absolute;
    top: 0;
    width: 0%;
    left: 0;
}



.iconBox{
    position: relative;
}
.iconBox i, .iconBox img{
    margin-bottom: 41px;
}
.iconBox i{
    color: #fd0060;
    display: inline-block;
    font-size: 91px;
    height: 91px;
    line-height: 1;
    width: 91px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.iconBox i:before, .iconBox i:after{
    display: table-cell;
    vertical-align: middle;
}
.iconBox img{
    max-width: 100%;
    height: auto;
}
.iconBox h3{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: .8;
    margin: 0 0 65px;
    letter-spacing: 8px;
}
.iconBox p{
    margin: 0 0 36px;
    font-weight: 300;
    font-size: 20px;
    line-height: 36px;
    padding: 0 10px;
}
.iconBox ul{
    margin: 0 0 58px;
    padding: 0;
}
.iconBox ul li{
    width: 100%;
    color: #333333;
    font-size: 20px;
    line-height: .8;
    text-transform: capitalize;
    font-weight: 300;
    margin: 0 0 24px
}
.iconBox ul li:last-child{
    margin-bottom: 0;
}
.iconBox a {
    padding: 20px 34px;
    text-transform: uppercase;
    height: 50px;
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0;
    color: #fd0060;
    line-height: .8;
    position: relative;
}
.iconBox a span {
    position: relative;
    z-index: 2;
}
.iconBox a:after {
    content: "";
    width: 110px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(253, 0, 96, .2);
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
}
.iconBox a:hover:after {
    width: 100%;
}

.serBox{
    position: relative;
}
.serBoxH{
    min-height: 61px;
    padding-left: 80px;
    position: relative;
    padding-top: 22px;
    margin-bottom: 45px;
}
.serBox.text-right .serBoxH{
    padding-left: 0;
    padding-right: 80px;
}
.serBoxH img {
    height: 61px;
    left: 0;
    position: absolute;
    top: 0;
    width: 61px;
}
.serBox.text-right .serBoxH img{
    left: auto;
    right: 0;
}
.serBoxH i{
    height: 61px;
    left: 0;
    position: absolute;
    top: 0;
    width: 61px;
    color: #000000;
    font-size: 50px;
    line-height: 1;
    margin: 0;
    text-align: left;
    display: table;
}
.serBoxH i:after, .serBoxH i:before{
    display: table-cell;
    vertical-align: bottom;
}
.serBox.text-right .serBoxH i{
    left: auto;
    right: 0;
    text-align: right;
}
.serBoxH h2{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color:#000000;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 8px;
}

.singleprocess{
    margin: 0 10px;
    margin-bottom: 0;
}
.singleprocess img{
    width: 100%;
    height: auto;
    margin-bottom: 64px;
}
.singleprocess h2{
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 8px;
    margin-bottom: 30px;
}
.singleprocess p{
    font-size: 20px;
    color: #999999;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 0;
}

.bespokeTabArea{
    position: relative;
    margin-bottom: 30px;
}
.bespokeTabs{
    position: relative;
    text-align: left;
}
.bespokeTabs li{
    list-style: none;
    margin-right: 0;
    float: left;
    border-right: thin solid #fff;
}
.bespokeTabs li a{
    font-size: 16px;
    letter-spacing: 2px;
    color: #FFF;
    background: #333;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 25px 18px;
    line-height: .8;
    display: inline-block;
}
.bespokeTabs li a:hover, .bespokeTabs li.active a{
    background: #fb0060;
}
.bespokeTabContent{
    border: thin solid #e1e1e1;
    padding: 15px 15px 5px 15px;
}

.bespokeAcc{
    position: relative;
}
.bespokeAcc .panel{
    margin-bottom: 10px;
    box-shadow: none;
    border: none;
    border-radius: 0;
}
.bespokeAcc .panel-title{
    position: relative;
    margin: 0;
}
.bespokeAcc .panel-title a i{
    margin-right: 10px;
}
.bespokeAcc .panel-title a.collapsed{
    color: #FFF;
    display: block;
    background-color: #000;
    padding: 8px 15px;
}
.bespokeAcc .panel-title a.collapsed:hover{
    color: #fb0060;
    background: #000;
}
.bespokeAcc .panel-title a[aria-expanded="true"]{
    background: #fb0060;
    color: #FFF;
    display: block;
    padding: 8px 15px;
}
.bespokeAcc.withoutbg .panel-title a.collapsed{
    padding: 0;
    background: none;
    color: #000;
}
.bespokeAcc.withoutbg .panel-title a.collapsed:hover{
    color: #fb0060;
}
.bespokeAcc.withoutbg .panel-title a[aria-expanded="true"]{
    padding: 0;
    background: none;
    color: #fb0060;
}
.bes-panel-body{
    padding: 15px 15px 5px 15px;
}
.bespokeAcc.withoutbg .bes-panel-body.withIcon{
    padding-left: 25px;
}
.borderTop{
    border-top: 1px solid #f3f3f3;
}
.footer .screen-reader-text,
.sidebar .screen-reader-text{
    display: none;
}
.footer select,
.sidebar select{
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    color: #999999;
    font-size: 16px;
    height: 50px;
    letter-spacing: 0;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    font-weight: 300;
    line-height: 50px;
}
.footer table,
.sidebar table{
    width: 100%;
    border: 1px solid #e0e0e0;
    background: #FFF;
}
.sidebar table tr th, 
.sidebar table tr td, 
.footer table tr td,
.footer table tr th{
    border: 1px solid #e0e0e0;
    text-align: center;
    font-size: 16px;
    padding: 6px 0;
}
.footer table tr th,
.sidebar table tr th{
    color: #000;
    font-weight: 700;
}
.footer table caption,
.sidebar table caption{
    border: 1px solid #e0e0e0;
    background: #fff;
    text-align: center;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    font-family: poppins;
    letter-spacing: 3.2px;
    border-bottom: none;
}
.footer table tr td a,
.sidebar table tr td a{
    color: #999999;
    font-size: 18px;
    font-weight: 300;
}
.footer table tr td a:hover,
.sidebar table tr td a:hover{
    color: #fd0060;
}
.footer aside ul li ul,
.sidebar aside ul li ul{
    margin-left: -26px;
    margin-top: 18px;
}
.widget_rss li span.rss-date{
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .7px;
    margin: 5px 0 10px;
}
.rssSummary{
    line-height: 26px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}
.footer img,
.sidebar img{
    max-width: 100%;
    height: auto;
}
.blogDec{
    position: relative;
}
.featuredsa{
    position: absolute;
    width: 90px;
    text-align: center;
    color: #FFF;
    background: #fd0060;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 7px;
    word-break: break-all;
    line-height: 15px;
    left: -1px;
    top: 0;
    letter-spacing: 1px;
}

/* Unit Test */
.journal_content h5, .journal_content h6, .commentsContents h5, .commentsContents h6{
    letter-spacing: 0;
}
.journal_content table, .commentsContents table{
    width: 100%;
    border: 1px solid #e0e0e0;
    margin-bottom: 35px;
}
.commentsContents table{
    margin-bottom: 15px;
}
.journal_content table tr th, .journal_content table tr td, .commentsContents table tr th, .commentsContents table tr td{
    border: 1px solid #e0e0e0;
    padding: 6px 15px;
}
.journal_content table tr th, .commentsContents table tr th{
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    font-family: poppins;
    letter-spacing: 1px;
}
.journal_content a:hover, .commentsContents a:hover{
    color: #fd0060;
}
.journal_content dt, .commentsContents dt{
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    font-family: poppins;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.journal_content dd{
    margin-bottom: 35px;
}
.commentsContents dd{
    margin-bottom: 15px;
}
.journal_content dl dd:last-of-type, .journal_content dl dd:last-child, .commentsContents dl dd:last-of-type, 
.commentsContents dl dd:last-child{
    margin-bottom: 0;
}
.journal_content dl{
    margin-bottom: 35px;
}
.commentsContents dl{
    margin-bottom: 15px;
}
.journal_content ul{
    margin: 0 0 35px 20px;
}
.commentsContents ul{
    margin: 0 0 15px 20px;
}
.journal_content ul li ul{
    margin-bottom: 0;
}
.commentsContents ul li ul{
    margin-bottom: 0;
}
.journal_content ul li, .commentsContents ul li{
    list-style: disc;
}
.journal_content ul li ul li, .commentsContents ul li ul li{
    list-style: circle;
}
.journal_content ol{
    margin: 0 0 35px 20px;
}
.commentsContents ol{
    margin: 0 0 15px 20px;
}
.journal_content ol li ol, .commentsContents ol li ol{
    margin-bottom: 0;
}
.journal_content ol li, .commentsContents ol li{
    list-style: decimal;
}
.journal_content ol li ol li, .commentsContents ol li ol li{
    list-style: lower-roman;
}
.commentsContents ol li{
    min-height: 1px;
    margin: 0;
}
.commentsContents ol li:last-child{
    margin: 0;
}
.commentsContents ol li:after{
    display: none;
}
.journal_content address{
    font-style: italic;
    font-weight: 300;
    line-height: 26px;
}
.commentsContents address{
    font-style: italic;
}
.journal_content pre, .commentsContents pre{
    overflow-y: scroll;
    height: 200px;
    margin-bottom: 35px;
}
.journal_content img, .journal_content div{
    max-width: 100%;
    height: auto;
}
.journal_content img.alignleft, .journal_content div.alignleft{
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
.journal_content img.alignright, .journal_content div.alignright{
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
}
.journal_content div.aligncenter{
    margin: 0 auto 10px;
    text-align: center;
}
.journal_content p.wp-caption-text{
    font-style: italic;
}
.journal_content .PaginInner strong{
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    font-family: poppins;
    letter-spacing: 1px;
    display: inline-block;
    line-height: 20px;
}
.journal_content .PaginInner > span, .journal_content .PaginInner a{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #000;
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    border-radius: 2px;
}
.journal_content .PaginInner > span, .journal_content .PaginInner a:hover{
    background: #fd0060;
}
.journal_content .post-password-form label{
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    font-family: poppins;
    letter-spacing: 1px;
}
.journal_content .post-password-form input[type="password"]{
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    color: #999999;
    font-size: 12px;
    height: 50px;
    letter-spacing: 1.68px;
    padding-left: 16px;
    font-weight: 300;
    min-width: 280px;
    border-radius: 30px;
}
.journal_content .post-password-form input[type="submit"]{
    height: 50px;
    border-radius: 30px;
    display: inline-block;
    padding: 0 48px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.8px;
    line-height: 46px;
    background: #000;
    border: none;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
}
.journal_content .post-password-form input[type="submit"]:hover{
    background: #fb0060;
}
.post_tags{
    text-align: right;
}
.post_tags a{
    height: 30px;
    border: 2px solid #cccccc;
    display: inline-block;
    font-size: 12px !important;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
    padding: 7px 15px;
    margin-right: 4px;
    margin-bottom: 0;
    background: #FFF;
    font-weight: 400;
}
.post_tags a:last-child{
    margin-right: 0;
}
.post_tags a:hover{
    background: #fd0060;
    border-color: #fd0060;
    color: #fff;
}
/* Unit Test */

section.paralaxsections .container, 
section.paralaxsections .container-fluid{
    position: relative;
    z-index: 3;
}
section.absolute_content_in_middle.abs_section .abscontent{
    top: 59%;
    transform: translateY(-59%);
    -moz-transform: translateY(-59%);
    -o-transform: translateY(-59%);
    -ms-transform: translateY(-59%);
    -webkit-transform: translateY(-59%);
    left: 0;
    right: 0;
    margin: auto;
}
.featcureImage3{
    position: relative;
}



.footer .widget .widPopPost, 
.footerEx .widget .widPopPost{
    padding-left: 115px;
    position: relative;
    min-height: 95px;
    margin-bottom: 20px;
    padding-top: 1px;
}
.footerEx .widget .widPopPost img{
    position: absolute;
    width: 95px;
    height: 95px;
    left: 0;
    top: 0;
}
.footerEx .widget .widPopPost h3{
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0;
    margin: 0 0 12px;
    line-height: 25.6px;
    color: #333330;
    word-break: break-all;
}
.footerEx .widget .widPopPost h3 a{
    color: #000000;
    display: inline-block;
    margin: -7px 0 0;
}
.footerEx .widget .widPopPost h3 a:hover{
    color: #fd0060;
}
.footerEx .widget .widPopPost p{
    line-height: .8;
    font-size: 12px;
    letter-spacing: .18px;
    text-transform: capitalize;
    color: #999999;
    margin: 0;
}
.bgblack.footerEx {
    background: #1b1b1b;
}
.footerEx.bgblack .widget .widPopPost h3 a{
    color: #999999;
}
.footerEx.bgblack .widget .widPopPost h3 a:hover {
    color: #fd0060;
}


.instaFeed img:hover {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
.footer .instaFeed img, 
.footerEx .instaFeed img{
    width: 95px !important;
    height: 95px !important;
    margin-right: 16px;
    margin-bottom: 20px;
}


.commentList ol .comment-respond, 
.commentList ul .comment-respond{
    position: relative;
}
.commentList ol form{
    margin-bottom: 35px;
}
.portfolioGallerySlider .carousel-control{
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, .8);
    color: #FFF;
    line-height: 50px;
    opacity: 1;
    box-shadow: none;
    text-shadow: none;
    top: 0;
    bottom: 0;
    margin: auto 30px;
}
.portfolioGallerySlider .carousel-control:hover{
    color: #fd0060;
}
.pfgs_gall_item, .portfolioGallerySlider2{
    text-align: center;
    background: #f8f8f8;
}
.portfolioGallerySlider2{
    position: relative;
}
.pfgs_gall_item img, .portfolioGallerySlider2 img{
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.pfgs_gall_item > a, .portfolioGallerySlider2 > a{
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, .8);
    color: #FFF;
    line-height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 13px;
    
    opacity: 0;
    visibility: hidden;
}
.pfgs_gall_item:hover > a, .portfolioGallerySlider2:hover > a{
    visibility: visible;
    opacity: 1;
}
.pfgs_gall_item > a:hover, .portfolioGallerySlider2 > a:hover{
    color: #fd0060;
}
.mt75px{
    margin-top: 75px;
}
.fullbars{
    width: 100%;
    height: 1px;
    background: #e9e9e9;
    margin-bottom: 75px;
}
.mt45px{
    margin-top: 45px;
}



/*===== Mosharof Css ======*/


/* Photography Logo
.photographyNormalLogo{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    background: transparent;
    padding: 37px 90px 23px;
}
.logged-in .photographyNormalLogo{
    top: 32px;
} */