/*
  Theme Name: Bespoke - Creative One Page HTML5 Template 
  Theme URL: http://nasfactor.com/themes/bespoke/
  Author: nasirwd
  Author URI: http://nasfactor.com/
  Description: Bespoke - Creative One Page HTML5 Template 
  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
=========================================================================*/


@font-face {
  font-family: 'DIN Regular';
  src: url('../fonts/DIN/DINNextLTPro-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'DIN Medium';
  src: url('../fonts/DIN/DINNextLTPro-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'DIN Bold';
  src: url('../fonts/DIN/DINNextLTPro-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'DIN Black';
  src: url('../fonts/DIN/DINNextLTPro-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'DIN Light';
  src: url('../fonts/DIN/DINNextLTPro-Light.ttf') format('truetype');
}


.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;
}


.header.internaHead{background:#ffc112 }
.header.internaHead .logo{display: none;}
.header.internaHead .stickyLogo{display: inline-block;width: 100%;max-width: 250px;}
.header.internaHead .stickyLogo img{width: 100%;position: relative;top:-8px;}
.header.internaHead .mainMenu ul li a, .header.internaHead  .callus p{color:#FFF;}
.header.internaHead .mainMenu ul li a:hover{color:#333;}
.header.internaHead .mainMenu ul li:hover > a{color:#333!important;}


@media only screen  and (max-width: 767px) {
.header.internaHead{background:#ffc112;padding:20px 15px;}
.header.internaHead .logo{display: none;}
.header.internaHead .stickyLogo{display: block;width: 80%;max-width: 250px;position: relative;top:8px;}
.header.internaHead .stickyLogo img{width: 100%;position: relative;top:-8px;}
.header.internaHead .mainMenu ul li a, .header.internaHead  .callus p{color:#333;}
.header.internaHead .mainMenu ul li a:hover{color:#333;}
.header.internaHead .mainMenu ul li:hover > a{color:#333!important;}

    
.header.fixedHeader.internaHead .stickyLogo{position: absolute;top:-15px;}

}

.logo {
    position: relative;
    top: -4px;
    width: 100%;
    max-width: 250px;
}

.logo a{
    width: 100%;
    
}
.logo a img{
    width: 100%;

}
.logo h1{
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
}
.logo h1 a{
    color: #fff;
}
.logo.logoText {
    left: -3px;
    position: absolute;
    top: -6px;
}



@media only screen  and (max-width: 767px) {
    .logo {
        width: auto;
    }

    .logo a{
        width: auto;
    }
    .logo a img{
        width: auto;
        max-width: 180px;
    }
}


.mainMenu{
    text-align: right;
}
.mainMenu ul{}
.mainMenu ul li{
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.mainMenu ul li:last-of-type{
    margin-right: 0;
}
.mainMenu ul li a {
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
}
.mainMenu ul li.active a,
.mainMenu ul li a:hover{
    color: #ffc112;
}
.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: -4px;
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}
.fixedHeader .mainMenu ul ul.sub-menu:before{
    border-bottom: 5px solid #fff;
}
.mainMenu ul li:hover ul.sub-menu{
    visibility: visible;
    opacity: 1;
    top: 56px;
}
.mainMenu ul ul.sub-menu li{
    display: block;
    margin: 0;
    border-bottom: 1px solid #f3f3f3;
    padding: 8px 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{
    color: #ffc112 !important;
}
.fixedHeader .mainMenu ul li:hover > a{
    color: #333 !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: #ffc112;
    z-index: 1009;
    padding: 25px 90px 18px;
    box-shadow: 0 -2px 19px 0px #dadada;
}
.isSticky.fixedHeader .logo{
    top: 0;
}
.isSticky.fixedHeader .mainMenu ul li a,
.isSticky.fixedHeader .callus p{
    color: #FFF;
    font-weight: normal;
}
.isSticky.fixedHeader .mainMenu ul li.active a,
.isSticky.fixedHeader .mainMenu ul li a:hover{
    color: #333!important;
}
.isSticky.fixedHeader .logo{
    display: none;
}
.stickyLogo{
    position: absolute;
    display: none;
}
.isSticky.fixedHeader .stickyLogo{
    display: block;
    width: 100%;
    max-width: 250px;
}

.isSticky.fixedHeader .stickyLogo img{
    position: relative;
    width: 100%;
    top:-8px;
}
.isSticky.fixedHeader .logo h1 a{
    color: #333;
}

.fixedHeader .mainMenu ul ul.sub-menu::before{
    border-bottom: 5px solid #ffc112;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}


@media only screen  and (max-width: 767px) {
    .isSticky.fixedHeader .mainMenu ul li a, .isSticky.fixedHeader .callus p{color: #333}
    .isSticky.fixedHeader .callus p{
        color: #333;
        
    }
}



/*=======================================================================
[02] SLIDER
=========================================================================*/
.slider{
    background: #020605;
}
.slider .slotholder::after {
    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: 500;
}
.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:hover{
    border-color: #ffc112;
}
.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:hover{
    border-color: #ffc112;
}
.mouseSlider2 a.hover{
    visibility: hidden;
    opacity: 0;
}
.mouseSlider2:hover a.normal{
    visibility: hidden;
    opacity: 0;
}
.mouseSlider2:hover a.hover{
    visibility: visible;
    opacity: 1;
}
/*=======================================================================
[03] ABOUT
=========================================================================*/
.about{
    padding-bottom: 50px;
}
.aboutTop{
    padding-top: 163px;
    padding-bottom: 0px;
    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 ); */
    background: #ffc112;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 13px 16px 27px rgba(0, 0, 0, .11);
    font-size: 50px;
    text-align: center;
    z-index: 1;
}
.aboutBottom{
    padding-top: 110px;
    padding-bottom: 110px;
}
.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: 73px;
    -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%;
}*/
.singleService h6.lead {
    line-height: 1.5;
    margin: 0 0 20px;
    color: #000;
}
.singleService p{
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
}
.singleService p:last-of-type{
    margin-bottom: 20px;
}
.singleService a.learn{
    font-size: 15px;
    line-height: .8;
    color: #999999;
    text-transform: uppercase;
    font-weight: 600;
}
.singleService a.learn:hover{
    color: #ffc112;
}

/*=======================================================================
[04] TEAM
=========================================================================*/
.team{
    padding-bottom: 20px;
}
.epr200{
    padding-right: 400px;
}
.teamBig img{
    width: 100%;
}
.singleTestm p{
    font-size: 40px;
    color: #000000;
    font-weight: 300;
    line-height: 50px;
    margin-bottom:21px;
}
.teamDeg h4.magenta{
    color: #ffc112;
}
.teamTop{
    margin-bottom: 133px;
}
.testmonial {
    margin-left: 120px;
    margin-top: 150px;
    position: relative;
}
.testmonial::before {
    background: #ffc112;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 200px;
    left: -224px;
    top: 23px;
}
.testmonial::after {
    content: "\f104";
    font-family: "Flaticon";
    left: -50px;
    position: absolute;
    top: -17px;
    font-size: 27px;
    color: #ffc112;
}
.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{
    margin-bottom: 29px;
}

/*=======================================================================
[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: #ffc112;
}
.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;
}
.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: #ffc112;
}
#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: #ffc112;
    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: #ffc112;
    margin: 0 0 3px;
}
.testAut p{
    font-size: 16px;
    line-height: .8;
    margin: 0;
    font-weight: 300;
}
#testmonialCaro::before {
    color: #fff;
    content: "\f104";
    font-family: "Flaticon";
    font-size: 72px;
    height: 67px;
    left: 6px;
    margin: auto;
    position: absolute;
    right: 0;
    top: -18px;
    width: 76px;
}
#testmonialCaro.owl-theme .owl-dots {
    bottom: -1px;
    position: relative;
    right: -87px;
    text-align: right;
}
#testmonialCaro.owl-theme .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
#testmonialCaro.owl-theme .owl-dots .owl-dot span,
#testmonialCaro.owl-theme .owl-dots .owl-dot:hover span {
    background: #343434;
    border-radius: 30px;
    display: block;
    height: 6px;
    margin: 0;
    width: 6px;
    opacity: 1;
}
#testmonialCaro.owl-theme .owl-dots .owl-dot.active span{
    background: #ffc112;
    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;
}
.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;
}
.blogDec{
    padding: 30px 30px 30px 35px;   
}
.blogDate{
    color: #ffc112;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}
.blogThumb img{
    width: 100%;
    height: auto;
}
.blogTitle{
    margin-bottom: 15px;
    height: 128px;
    overflow: hidden;
    line-height: 22px;
}


@media only screen  and (max-width: 480px) {
    .blogTitle{
        height: auto;
    }
}

.bperaDiv {
    height: 165px;
    overflow: hidden;
}
.bperaDiv p{
    font-size: 16px;line-height: 24px
}
.blogTitle a{
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}
.blogTitle a:hover{
    color: #ffc112;
}
.blogDec p:last-of-type{
    margin-bottom: 20px;
}
.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: #ffc112;
}
.bauthor,
.bauthor a{
    font-size: 16px;
    color: #ffc112;
    line-height: 27px;
}
.bauthor a{
    margin-left: 3px;
}

/*=======================================================================
[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: 0 0 17px;
    text-transform: uppercase;
    line-height: .8;
}
.sayDec p:last-of-type{
    margin-bottom: 70px;
}

/*=======================================================================
[12] CONTACT
=========================================================================*/
.contact{
    background: #1d1d1d;
    padding:40px 0 67px;
}
.contactInner h3 {
    margin-bottom: 70px;
}
.contactForm{
    text-align: left;
    padding: 0px 212px;
}
.single_form {
    margin-bottom: 22px;
    margin-right: 10px;
    margin-left: 10px;
}
.single_form input[type='text'],
.single_form select,
.single_form input[type='email'],
.single_form textarea{
    width: 100%;
    background: transparent;
    height: 41px;
    border: none;
    border-bottom: 2px solid #292929;
    font-size: 18px;
    line-height: 22px
}

@media (max-width: 480px) {
    .single_form input[type='text'],
    .single_form select,
    .single_form input[type='email'],
    .single_form textarea{
        height: 30px;
        font-size: 16px;
        line-height: 20px;
        vertical-align: top;
    }
    .single_form label{
        font-size: 13px;
        margin-bottom: 2px;
        vertical-align: bottom;
        
    }
}

.single_form textarea{
    resize: none;
    height: 143px;
    margin-bottom: 20px;
}
.single_form label{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: .8;
    color: #fff;
    cursor: pointer;
}
.contactForm input[type='submit']{
    border: transparent;
}

.single_form input.reqError,.single_form select.reqError,
.single_form textarea.reqError{
    border-color: #ffc112;
}

.con_politicas_text.reqError label, .con_politicas_text.reqError label a{
    color: #ffc112;
}


/*=======================================================================
[13] FOOTER
=========================================================================*/
.footer{
    padding: 72px 75px 5px;
    background: #ffc112;
}
.textWidget{
    padding-right: 300px;
}
.widgetTitle{
    font-size: 20px;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 20px;
}
.widgetTitle b{
    font-weight: 600;
}
.flogo{
    width: 100%;
    max-width: 250px;
    margin-bottom: 20px;
}
.flogo img{
    width: 100%;
    height: auto;
}



@media (max-width: 768px) {
    .flogo{
        margin:0 auto 20px;
    }
    .flogo img{
        width: 100%;
        height: auto;
    }

}


.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: #ffc112;
    color: #fff;
}
.socialIcon a.fb:hover{
    background: #3A559F;
}
.socialIcon a.tw:hover{
    background: #50ABF1
}
.socialIcon a.gp:hover{
    background: #DD4B39
}
.socialIcon a.dr:hover{
    background: #CF3F72
}
.socialIcon a.be:hover{
    background: #0071B9
}
.newsletterwid {
    padding-top: 85px;
    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;
    color:#FFF;
}
.copyPera a{
    
    color:#FFF;
}

/*=======================================================================
[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: #ffc112;
    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
=========================================================================*/
.showit {
    background: #ffc112;
    bottom: 30px;
    color: #ffffff;
    font-size: 20px;
    height: 40px;
    line-height: 0.8;
    padding: 10px 12px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 40px;
    z-index: 99;
    border-radius:0;
}
.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 h6,
.folio_hover2 a.work_btn,
.folio_hover2 h3,
.folio_hover2 .workTag{
    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{
    -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{
    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{
    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: #ffc112;
}
.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 {
    background: rgba(0, 0, 0, 0) url("../images/bg/p1.png") no-repeat center 0 ;
    left: 0;
    position: absolute;
    right: 0;
    height: 593px;
    top: 0;
    margin: auto;
    width: auto;
}
.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: 0px;
    top: 0px;
    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: 0px;
    right: 0px;
    -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: #ffc112;
}
.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 .mainMenu ul li a,
.header.workDetail .callus p{
    color: #000;
}
.workDetailHead {
    padding: 90px 0 94px;
}
.wdhContent {
    padding-bottom: 9px;
}
.wdhContent h6 {
    color: #b3b3b7;
    font-weight: 600;
    margin-bottom: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    font-family: 'DIN Regular', sans-serif;
    font-size: 18px
}
.wdhContent h3{
    color:#333;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 70px;
    font-family: 'DIN Regular', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.wdhContent h6 a{
    color: #b3b3b7;
}
.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 img{
    width: 100%;
    height: auto;
}
.featcureImage{
    margin-bottom: 111px;
}
.workContentSec{
    padding-bottom: 100px;
}
.wdContent{
    padding: 0 170px;
}
.wdContent h5{
    text-transform: uppercase;
    color: #ffc112;
    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: #ffc112;
    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;
}
.relatedWorlSec{
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 52px;
}
.nexprevPagination{
    padding-left: 90px;
    padding-right: 90px;
    padding-bottom: 65px;
}
.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;
}
.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: #ffc112;
}
.blogContents{
    background: #f3f3f3;
    padding: 22px 0 68px;
}
.singleBlog2{
    border: 1px solid #eaeaea;
    margin-bottom: 20px;
}
.singleBlog2.bigpost .blogTitle{
    min-height: 0;
}
.singleBlog2.bigpost .blogTitle{
    font-weight: 600;
}
.singleBlog2.bigpost .blogTitle a{
    font-size: 46px;
    line-height: 60px;
}
.singleBlog2.bigpost .bperaDiv{
    min-height: 0;
}
.blogLoadmore{
    margin-top: 65px;
}
.singleBlog2.bigpost .blogDec{
    padding: 61px 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: #ffc112;
    font-weight: 600;
    margin-bottom: 11px;
    text-transform: uppercase;
}
.BdContent h6 a{
    color: #ffc112; 
}
.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: #ffc112;
}
.singleJournal_meta{
    line-height: .8;
    padding: 10px 0;
}
.singleJournal_meta a{
    font-size: 14px;
    color: #ffc112;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    font-weight: 500;
}
.singleJournal_meta a:hover{
    color: #000;
}
.jon_comment{
    width: 31px;
    height: 24px;
    background: #ffc112;
    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: #ffc112 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{
    font-size: 50px;
    line-height: 65px;
    color: #000;
    font-weight: 400;
    margin-bottom: 70px;
}
.journalImg{
    margin-right: 20px;
    overflow: hidden;
}
.journalImg img{
    width: 100%;
    height: auto;
}
.journal_contentWrap{
    margin-bottom: 20px;
}
.journal_content p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 100;
    margin-bottom: 15px;
    margin-top: 5px;
    color:#333;
}



.journal_content h4{
    color:#333;
    font-size: 24px;
    line-height: 30px;
}


.relatedTitle{
    text-transform: uppercase;
    font-size: 24px;
    color: #333;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 35px;
    padding-right: 90px;
    position: relative;
}

.relatedTitle:after{
content: '';
width: 40px;
height: 6px;
position: absolute;
left: 0%;
bottom: -15px;
margin-left: 0px;
background-color: #ffc112;
display: block;
}

blockquote{border-color:#ffc112!important;border-width: 4px!important;font-family: 'DIN Regular', sans-serif;font-weight: normal!important;font-size: 21px!important;}
blockquote p{font-weight: normal!important;font-size: 21px!important;}


p.quoteText{font-family: 'DIN Regular', sans-serif;font-weight: normal;font-size: 18px;background: #f2f2f2;color:#666666;border-left: 4px solid #ffc112;margin: 9px 0 9px;padding: 0 0px 0 12px}



.textoGris{color:#b3b3b3!important;}
.textoGris.boldColorBlack b{color:#333!important;}
.textoLaboral{color:#ffc112!important;margin-bottom: 5px!important;font-size: 20px!important}

.destacadoLaboral{color:#333!important;font-size: 21px!important;line-height: 30px!important;}
.destacadoLaboral b{color:#ffc112!important;}

.relatedProduct{
    margin-top: 5px;
    padding-top: 15px;
}
.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 #ffc112;
    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: #ffc112;
}
.journal_content{
    padding-bottom: 20px;
    padding-top: 20px;
}
.j_contentRel h3{
    font-size: 26px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 13px;
}
.j_contentRel h3 a:hover{
    color: #ffc112
}
.authorName {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 0.8;
}
.commentTitle{
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    letter-spacing: 8px;
    text-transform: uppercase;
}
.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;
}
.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: #ffc112;
    line-height: .8;
}
.comAutReply {
    line-height: 0.8;
    position: relative;
    top: -7px;
}
.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: #ffc112;
}
.comAutReply a.reply{
    color: #ffc112;
    position: relative;
}
.comAutReply a.reply:hover,
.comDate:hover{
    color: #000;
}
.comAutReply a.reply::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 > p{
    font-size: 16px;
    color: #666666;
    line-height: 36px;
}
.commentList ol li ul.ChildCom{
    padding-left: 140px;
    margin-bottom: 60px;
}
.commentList ol li ul.ChildCom li{
    position: relative;
}
.commentList ol li ul.ChildCom li:before{
    position: absolute;
    left: -10px;
    width: 10px;
    height: 180px;
    background: #f2f2f2;
    content: '';
}
.commentList ol li ul.ChildCom li .singleCom{
    margin-left: 20px;
}
.commentList ol li > .singleCom{
    position: relative;
}
.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;
    margin-top: 40px;
}
.wdhContent.bdetail h5{
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 28px;
    color:#333;
}

@media (min-width: 320px) and (max-width: 767px){
    .wdhContent.bdetail {
        padding-bottom: 0px!important;
    }
}

.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;
}
.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,
.parallaxTwo,
.parallaxThree,
.parallaxFour{
    height: 100vh;
    position: relative;
    width: 100%;
}
.abcontentTP,
.parTwoContent,
.parallaxThreeCon,
.parallaxfirstCon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}
.bgCover{
    width: 460px;
    height: 640px;
    background: #101010;
}
.parTwoContent {
    background: #101010;
    height: 640px;
    position: absolute;
    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: 215px
}
.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;
}
.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 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 li:hover:before,
.fixednavHeader li.active:before{
    width: 100%;
}
.fixednavHeader li.active a,
.fixednavHeader li:hover a{
    color: #fff;
    opacity: 1;
}
.fixednavHeader 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;
}
.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
}





.btnPedirPresupuesto{color: #FFF;border-radius: 0;background: #ffc112;padding:9px 12px;font-size: 13px;border:0;}
.btnPedirPresupuesto:hover{background: #ffd560;color: #FFF;border:0;}
.btnPedirPresupuesto.active, .btnPedirPresupuesto:active, .btnPedirPresupuesto:hover, .btnPedirPresupuesto:focus{color: #FFF;outline: none!important;border:0;}
.btnPedirPresupuesto:focus{color:#FFF;background: #ffd560;}




.mainMenu ul.headerBlack li a{color: black;}





.isSticky.fixedHeader .btnPedirPresupuesto{color: #FFF;border-radius: 0;background: #ffd560;padding:9px 12px;font-size: 13px;border:0;}
.isSticky.fixedHeader .btnPedirPresupuesto:hover{background: #ffd560!important;color: #FFF;border:0;}
.isSticky.fixedHeader .btnPedirPresupuesto.active, .isSticky.fixedHeader .btnPedirPresupuesto:active, .isSticky.fixedHeader .btnPedirPresupuesto:hover, .isSticky.fixedHeader .btnPedirPresupuesto:focus{color: #FFF;outline: none!important;border:0;}
.isSticky.fixedHeader .btnPedirPresupuesto:focus{color:#FFF;background: #ffd560!important;}

.sectionTitle h2.lead{color:#ffc112;font-size: 50px;}

@media only screen  and (max-width: 1200px) {
    .sectionTitle h2.lead{color:#ffc112;font-size: 40px;}
}

@media only screen  and (max-width: 991px) {
    .sectionTitle h2.lead{color:#ffc112;font-size: 30px;}
}

@media only screen  and (max-width: 768px) {
    .sectionTitle h2.lead{color:#ffc112;font-size: 30px!important;word-break:inherit!important;line-height: 38px}
}


#btnPresupuesto{background: #ffc112;
    bottom: 30px;
    color: #ffffff;
    font-size: 14px;
    height: 40px;
    line-height: 1;
    padding: 10px 12px;
    position: fixed;
    right: 76px;
    text-align: center;
    width: 177px;
    z-index: 99;display: none;border-radius: 0}
#btnPresupuesto span{padding-left: 10px}
#btnPresupuesto:hover{background:#333333 }
#btnPresupuesto.showit{display:inline-block;}

#btnCanalEtico{background: #ffc112;
    bottom: 30px;
    color: #ffffff;
    font-size: 14px;
    height: 40px;
    line-height: 1;
    padding: 10px 12px;
    position: fixed;
    right: 260px;
    text-align: center;
    width: 115px;
    z-index: 99;display: none;border-radius: 0}
#btnCanalEtico span{padding-left: 10px}
#btnCanalEtico:hover{background:#333333 }
#btnCanalEtico.showit{display:inline-block;}

@media only screen  and (max-width: 768px) {
    /*#btnPresupuesto{display: none!important}*/
    #btnPresupuesto{right:63px;}
    #btnCanalEtico{right:249px;}
    .workDetailHead.bdetail{padding-top: 100px!important}
}


h5.modal-title{letter-spacing: 1.5px;font-size: 20px}
.modal-header .close{position: absolute;right: 15px;top:15px;font-size: 30px;}

button:focus{outline: none!important}

.btn-primary{background-color:#ffc112;border-color: #ffc112}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{background-color:#ffc112;border-color: #ffc112}


.formPresu{font-size: 14px}
.formPresu h3{font-size: 16px;color:#666;margin-bottom: 10px}
.formPresu .row{margin-bottom: 10px;}
.formPresu input[type="text"],.formPresu select{width: 100%;line-height: 28px;border:1px solid #d1d1d1;color:#666;}
.formPresu select{padding:5px 5px}
.formPresu label{margin-bottom: 5px;line-height: 18px;color:#000;}
.formPresu .txtLegales{margin-bottom: 5px;padding-bottom: 0;vertical-align: top;line-height: 20px}
.formPresu .txtLegales a{color:blue;}
.formPresu .txtLegales label{color:#666;font-weight: 500;font-size: 12px;margin-bottom: 0}
.formPresu .txtLegales label input{position: relative;top:2px;}

.presu_error{color:red;font-size: 13px;font-weight: 600;margin:0;text-align: center;padding:0 15px;}
.presu_error.enviando{color:orange;}
.presu_error.enviado{color:green;}
.presu_error.error{color:red;}

.footerPrivacy{font-size: 14px;color:#FFF;}
.footerPrivacy a{font-size: 14px;color:#FFF;}
.footerPrivacy a:hover{font-size: 14px;color:#FFF;text-decoration: underline;}

.mobileBar span, .mobileBar2 span{background-color:white!important;}

@media only screen  and (max-width: 768px) {
    .formPresu h3{font-size: 14px;line-height:18px;margin-bottom: 7px}
    .formPresu label{margin-bottom: 3px;vertical-align: bottom}
}


.cursos_container{padding-top:40px;padding-bottom: 120px}
.cursos_container .home_page2{margin-bottom: 40px}
.cursos_container .abBigtitle .lead{line-height: 70px;top:0;position: inherit;}

.ui-datepicker .ui-datepicker-header{background: #f0f0f0}

#contenidoseventos p{
    margin: 0 0 10px 0;
}

.calendarioHome { 
    width:49%;
    display: inline-block;
    font-size: 14px;
    
}
.calendarioHome2 { 
    width:49%;
    display: inline-block;
    font-size: 14px;
}

.ui-widget.ui-widget-content{width: 100%;height: 253px;}


.ui-datepicker th{padding:5px 3px;line-height: 16px;vertical-align: top;background: #ffc112;color:#FFF;}
.ui-datepicker td span, .ui-datepicker td a{padding:5px 3px;line-height: 16px;text-align: center;}
.ui-datepicker td{line-height: 16px;text-align: center;}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a{color:#FFF;background: #ffc112}
.ui-state-highlight a:hover, .ui-widget-content .ui-state-highlight a:hover, .ui-widget-header .ui-state-highlight a:hover{background: #ffc11244}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{border-color:#ffc112;background:#ffc11242;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{border-color:red;background:black;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{border-color:#ccc;background:#FFF;}

@media screen and (max-width:900px)
{
    .calendarioHome { width:100%;margin-bottom:15px;}
    .calendarioHome2 { width:100%;margin-bottom:15px;}

    .ui-datepicker-inline{margin: 0px auto;}
}

#contenidoseventos p{line-height: 20px;border-bottom: 1px solid #cccccc8a;padding-bottom: 7px}
#contenidoseventos .negrita{font-weight: bold;color:#ffc112;}

.t_1{font-size: 65%;}
.t_2{font-size: 85%;}
.t_2:hover{text-decoration: underline;}
.t_3{font-size: 75%;}


.accordion .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active{text-decoration: none;color:#ffc112;font-size: 20px}
.accordion h5{margin-bottom: 0px;font-size: 20px;font-size: 20px}
.accordion .card-body{padding:5px 30px;margin-bottom: 10px;font-size: 14px}
.accordion .card-body p{margin:0;line-height: 26px;}


.seccion_interna{margin-top: 120px}

.contentCurso h2{margin-top: 40px;font-size: 28px;line-height: 34px;color:#ffc112;text-decoration: underline;}
.contentCurso .infoBox{padding:10px;background: #f0f0f0;color:#464646;}
.contentCurso .infoBox h4{margin-bottom: 0}
.contentCurso p{}
.contentCurso .infoBox p{margin-bottom: 0}

.contentCurso .tituloBackground{background: #ffc112;padding:3px 10px;color:#FFF;font-size: 20px;margin:10px 0;font-weight: 700;}
.contentCurso .contentDesc{padding:0 10px;}

.miga_de_pan{font-size: 16px;color:#ffc112;}


.blogTitleSec {
    padding-bottom: 30px;
    padding-top: 120px;
}
.blogTitleList h2 {
    font-size: 72px;
    line-height: 100px;
    margin: 0;
    font-weight: 600;
}




.footerCookies{position: fixed;top:0;left: 0;width: 100%;text-align: center;z-index: 9999;background: white;font-size: 13px;line-height: 18px;display: none;}
.footerCookies .container{position: relative;max-width: 990px}
.footerCookies h5{margin:15px 0 5px;}
.footerCookies p{margin:10px 0;width: calc(100% - 70px);text-align: left;color:#818181;}
.footerCookies .imgCookie{position: absolute;left: 50px;padding-top:25px;}
.footerCookies .txtCookie{display: inline-block;padding-left: 100px}

.footerCookies .cleared{margin:10px 0;width: 100%;display: inline-block;}
.footerCookies .btnNeeded{background: #333;color:#FFF;font-size: 12px;padding:3px 7px;margin:5px 10px;}
.footerCookies .btnOption{background: #188600;color:#FFF;font-size: 12px;padding:3px 7px;margin:5px 10px;}
.footerCookies .selectionCookies{}
.footerCookies .selectionCookies input{position: relative;top: 2px;}
.footerCookies .selectionCookies label{color:#333;margin:2px 5px 8px;cursor: pointer;font-weight: normal;font-size:12px;}

.footerCookies .detalles_cookies{display: none;padding-left: 100px;height: 200px;overflow-x: auto;}
.footerCookies .detalles_cookies .table{margin:0 auto;text-align: left;padding-left: 100px;}

.modalPrivacidad{}
.modalPrivacidad p{}
.modalPrivacidad a{}

@media (max-width: 768px) {
    .modalPrivacidad{}
    .modalPrivacidad p{}
    .modalPrivacidad a{}
}



.revCon h2{
    font-size: 38px;
    line-height: 42px;
    background: #ffc112d9;
    margin-bottom: 10px;
    padding: 20px 15px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'DIN Medium', sans-serif;
}

.revCon h5{
    font-size: 22px;
    line-height: 26px;
    background: #ffc112d9;
    margin-bottom: 10px;
    padding: 20px 15px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 1px;
    display: inline-block;
    width: auto;
    font-family: 'DIN Regular', sans-serif;
}
.revCon b{
    font-weight: normal;
    font-family: 'DIN Bold', sans-serif;
}


@media (max-width: 767px) {

.revCon h2{
    font-size: 24px;
    line-height: 32px;

}

.revCon h5{
    font-size: 16px;
    line-height: 22px;
    
}


}


.newTitulo h1.lead{background: #2c2c2c;font-family: 'DIN Regular', sans-serif;font-weight: normal;text-transform: uppercase;-webkit-background-clip:text;line-height: 72px;font-size: 42px}
.newTitulo h1.lead:after{
content: '';
width: 70px;
height: 6px;
position: absolute;
left: 49%;
bottom: 5px;
margin-left: 0px;
background-color: #ffc112;
display: block;
}
.newTitulo h1.lead b{font-family: 'DIN Black', sans-serif;font-weight: normal;}


.textoDesc{color:#2c2c2c;font-family: 'DIN Regular';font-size: 20px;line-height: 28px}
.textoDesc p{margin-bottom: 20px}
.textoDesc p.pResaltado b{font-family: 'DIN Bold';}



@media (max-width: 768px) {
    .textoDesc{font-size: 18px;line-height: 26px;margin-top: 30px}
}
@media (max-width: 768px) {
    .textoDesc{font-size: 16px;line-height: 24px}
}

.singleServiceRow {
    border:1px solid #CCC;
    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: 73px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.singleServiceRow:hover{
    margin-top: -20px;
    box-shadow: 0px 30px 70px rgba(0, 0, 0, .1)
}

.singleServiceRow .serImg {
    margin: 20px auto;
    position: relative;
    top: 0px;
    width: 150px;
    background: transparent;
    
}
.singleServiceRow .serImg img{
    
    
    
}
.singleServiceRow h6.lead {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 1px;
    margin: 0 0 20px;
    color: #2c2c2c;
    font-family: 'DIN Black';
}
.singleServiceRow p{
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color:#b3b3b3;
    min-height: 100px;
}
.singleServiceRow p:last-of-type{
    margin-bottom: 20px;
}
.singleServiceRow a.learn{
    font-size: 15px;
    line-height: .8;
    color: #2c2c2c;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #ffc112;
    padding:12px;
}
.singleServiceRow:hover a.learn{
    background-color: #ffd560;
}


@media (max-width: 1440px) {
    .singleServiceRow p{min-height: 130px}
}

@media (max-width: 1200px) {
}

@media (max-width: 990px) {
    .abBigtitle h1.lead{}
    .singleServiceRow p{min-height: 130px}
}


#ver_mas_eventos a{color:#2c2c2c;font-size: 18px;border:none;float: right;}
#ver_mas_eventos a:hover{background-color: #ffd560;}



.btnBLog{color:#2c2c2c;font-size: 18px;border:none;border-radius: 0;padding:12px 20px;font-size: 24px}
.btnBLog:hover{color:#2c2c2c;background-color: #ffd560;}

.btnEnviarEtica{color:#2c2c2c;font-size: 18px;border:none;border-radius: 0;padding:12px 60px;font-size: 24px}
.btnEnviarEtica:hover{color:#2c2c2c;background-color: #ffd560;}


.btnEtica{width:100%;color:#2c2c2c;font-size: 18px;border:none;border-radius: 0;padding:12px 20px 12px 20px;font-size: 24px;display: flex;align-items: center;max-width: 440px;white-space: inherit;text-align: left;line-height: 32px;margin-top: 86px;}
.btnEtica:hover{color:#2c2c2c;background-color: #ffd560;}
.btnEtica span{padding-left: 35px;padding-right: 90px;width: 100%;display: inline-block;}

.btnEtica::before {
  content:url('../images/ico-download.png');
  position: relative;
  top:3px;
  left: 12px;
  display: inline-block;

}

@media (max-width: 1440px) {
    .btnEtica{margin-top: 0px;}
}

@media (max-width: 1200px) {
    .journal_content p.w1200-arreglo{font-size:19px!important;line-height: 24px!important}
    .btnEtica{padding: 8px 20px 8px 20px;font-size: 22px;line-height: 26px}
}

@media (max-width: 540px) {
    .btnEtica{padding-right: 12px;font-size: 22px;line-height: 25px}
    .btnEtica span{padding-left: 35px;padding-right: 20px;}
}

@media (max-width: 380px) {
    .btnEtica{padding-right: 12px;font-size: 18px;line-height: 24px;}
    .btnEtica span{padding-left: 20px;padding-right: 20px;}
    .btnEtica::before {
        content:url('../images/ico-download-mobile.png');
        left:2px;
    }
}


.prevent-select{-webkit-user-select: none;  -ms-user-select: none;  user-select: none;}

.boxSeleccionablesEtica{margin-bottom: 30px}
.boxSeleccionablesEtica .boxEtica .hovered{display: none;}
.boxSeleccionablesEtica .boxEtica{background: #f2f2f2;border-left: 3px solid #ffc112;padding:4px 15px;display: inline-block;width: 100%;margin:3px 0;position: relative;cursor: pointer; 
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;}
.boxSeleccionablesEtica .boxEtica img{display: inline-block;position: absolute;left:18px;top:calc(50% - 35px);margin-left:0;}
.boxSeleccionablesEtica .boxEtica h5{font-family: 'DIN Bold';color:#333;line-height: 24px;letter-spacing: 0;font-size: 19px;padding-left: 95px;margin:7px 0 2px;-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;}
.boxSeleccionablesEtica .boxEtica p{font-family: 'DIN Regular';color:#333;line-height: 24px;letter-spacing: 0;padding-left: 95px;margin: 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;}

.boxSeleccionablesEtica .boxEtica:hover .normalito{display: none;}
.boxSeleccionablesEtica .boxEtica:hover .hovered{display: inline-block;}
.boxSeleccionablesEtica .boxEtica:hover{background: #fec526;border-color:#333;border-left-width: 5px}
.boxSeleccionablesEtica .boxEtica:hover h5{padding-left: 98px}
.boxSeleccionablesEtica .boxEtica:hover p{padding-left: 98px}


.boxSeleccionablesEtica .boxEtica.active .normalito{display: none;}
.boxSeleccionablesEtica .boxEtica.active .hovered{display: inline-block;}
.boxSeleccionablesEtica .boxEtica.active{background: #fec526;border-color:#333;border-left-width: 5px}
.boxSeleccionablesEtica .boxEtica.active h5{padding-left: 98px}
.boxSeleccionablesEtica .boxEtica.active p{padding-left: 98px}

.boxGrisDesc{background: #f2f2f2;padding:12px 20px;margin-bottom: 30px}
.boxGrisDesc p{color:#666666;}
.boxGrisDesc textarea{border:none;background: white;display: inline-block;width: 100%;min-height: 100px;resize: vertical;padding:12px 20px;color:#333;line-height: 24px}

.boxGrisLegales p{font-size: 14px!important;line-height: 18px!important;height: 92px;overflow-x: auto;margin-bottom: 0}

.boxCheckRadio{position: relative;margin-bottom: 40px}
.boxCheckRadio span.textLabel{font-weight: normal;font-size: 17px;line-height: 25px;padding-left: 35px;position: relative;top: -2px;display: inline-block;}
.boxCheckRadio span.textLabel b{padding-top: 12px;display: inline-block;}

.roundCheck {
  position: absolute;
  width: 35px;
  z-index: 10;
}

.roundCheck label {
  background-color: #fff;
  border: 1px solid #ffc112;
  border-radius: 50%;
  cursor: pointer;
  height: 22px;
  left: 0;
  position: absolute;
  top: 0;
  width: 22px;
}

.roundCheck label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 6px;
  transform: rotate(-45deg);
  width: 12px;
}

.roundCheck input[type="checkbox"] {
  visibility: hidden;
}

.roundCheck input[type="checkbox"]:checked + label {
  background-color: #ffc112;
  border-color: #ffc112;
}

.roundCheck input[type="checkbox"]:checked + label:after {
  opacity: 1;
}


@media (max-width: 578px) {

    .boxSeleccionablesEtica .boxEtica h5{font-family: 'DIN Bold';color:#333;line-height: 22px;letter-spacing: 0;font-size: 17px;}
    .boxSeleccionablesEtica .boxEtica p{font-family: 'DIN Regular';color:#333;line-height: 20px;font-size: 16px}

    .boxSeleccionablesEtica .boxEtica h5{padding-left: 75px}
    .boxSeleccionablesEtica .boxEtica p{padding-left: 75px}    

    .boxCheckRadio span.textLabel{font-size: 15px;line-height: 22px;}
    .boxSeleccionablesEtica .boxEtica:hover{border-left-width: 3px}
    .boxSeleccionablesEtica .boxEtica:hover h5{padding-left: 75px}
    .boxSeleccionablesEtica .boxEtica:hover p{padding-left: 75px}    
    .boxSeleccionablesEtica .boxEtica.active{border-left-width: 3px}
    .boxSeleccionablesEtica .boxEtica.active h5{padding-left: 75px}
    .boxSeleccionablesEtica .boxEtica.active p{padding-left: 75px}

    .boxGrisDesc textarea{line-height: 20px;font-size: 16px}

    .boxGrisLegales p{height: 120px}

    .boxSeleccionablesEtica .boxEtica img{width: 50px}

}

.d-none{display: none;}


.dropzone{
    min-height: 120px;
    border: none;
    background: white;
    padding: 10px;
    border-radius:0;
}
.dropzone .dz-preview{display: none}
.dropzone .dz-message{margin:0.5em 0;line-height: 24px}
.dropzone .ace-file-container{font-size: 15px;line-height: 16px;}

.containerAdjuntos .lineaAdjunto{margin: 7px 0;display: flex;align-items: center}
.containerAdjuntos .lineaAdjunto.highlighted a{color: #ffc112!important}
.containerAdjuntos .lineaAdjunto.highlighted span{color: #ffc112!important}
.containerAdjuntos .lineaAdjunto a{vertical-align: bottom;line-height: 21px;font-size:16px;position: relative;top: 4px;-webkit-transition: all .5s ease-out;  -moz-transition: all .5s ease-out;  -o-transition: all .5s ease-out;  transition: all .5s ease-out;}
.containerAdjuntos .lineaAdjunto a i{position: relative;top: 0px;font-size: 17px;}
.containerAdjuntos .lineaAdjunto span{font-size: 13px;vertical-align: bottom;color: #99a1ab;-webkit-transition: all .5s ease-out;  -moz-transition: all .5s ease-out;  -o-transition: all .5s ease-out;  transition: all .5s ease-out;margin-left: 10px;margin-top: -6px;height: 20px;}
.containerAdjuntos .lineaAdjunto .btn-close{margin-left: 25px;vertical-align: top;top:-2px;color:#666;}
.containerAdjuntos .lineaAdjunto .btn-close:hover{color:red;}

.dropzone.dz-started .dz-message .processing{text-align: center;}
.dropzone.dz-started .dz-message .processing i{font-size: 26px;position: relative;left: -3px;}
.dropzone.dz-started .dz-message .processing .num{margin-top: 5px;}

.progress {box-shadow: none;height: 10px;border-radius:0;}
.progress-bar {
    background-color: #fdc32d;
    color: #fff;
    box-shadow: none;
}

.containerAdjuntos .lineaAdjunto a:hover, .containerAdjuntos .lineaAdjunto a:active{color: #ffc112!important}
.containerAdjuntos .lineaAdjunto a:visited,.containerAdjuntos .lineaAdjunto a:focus {color: #333!important}



#errorTxt{color:red;width: 100%;margin:7px 0;text-align: center;font-size: 16px;}
#errorTxt i{}


#errorTxtForm{color:red;width: 100%;margin:7px 0;text-align: center;font-size: 16px;}
#errorTxtForm i{}

.btnLaboral {
    font-size: 24px;
    background: #ffc112;
    border-radius: 0;
    padding: 12px 20px;
    text-align: center;
    color: #2c2c2c;
    text-transform: uppercase;
    letter-spacing: 1.5px;

}
.btnLaboral:hover{color:#2c2c2c;background-color: #ffd560;}

/*\
|*| ========================================================================
|*| Bootstrap Toggle: bootstrap4-toggle.css v3.6.1
|*| https://gitbrent.github.io/bootstrap4-toggle/
|*| ========================================================================
|*| Copyright 2018-2019 Brent Ely
|*| Licensed under MIT
|*| ========================================================================
\*/
.btn-group-xs>.btn,.btn-xs{padding:.35rem .4rem .25rem .4rem;font-size:.875rem;line-height:.5;border-radius:.2rem}.checkbox label .toggle,.checkbox-inline .toggle{margin-left:-1.25rem;margin-right:.35rem}.toggle{position:relative;overflow:hidden}.toggle.btn.btn-light,.toggle.btn.btn-outline-light{border-color:rgba(0,0,0,.15)}.toggle input[type=checkbox]{display:none}.toggle-group{position:absolute;width:200%;top:0;bottom:0;left:0;transition:left .35s;-webkit-transition:left .35s;-moz-user-select:none;-webkit-user-select:none}.toggle-group label,.toggle-group span{cursor:pointer}.toggle.off .toggle-group{left:-100%}.toggle-on{position:absolute;top:0;bottom:0;left:0;right:50%;margin:0;border:0;border-radius:0}.toggle-off{position:absolute;top:0;bottom:0;left:50%;right:0;margin:0;border:0;border-radius:0;box-shadow:none}.toggle-handle{position:relative;margin:0 auto;padding-top:0;padding-bottom:0;height:100%;width:0;border-width:0 1px;background-color:#fff}.toggle.btn-outline-primary .toggle-handle{background-color:var(--primary);border-color:var(--primary)}.toggle.btn-outline-secondary .toggle-handle{background-color:var(--secondary);border-color:var(--secondary)}.toggle.btn-outline-success .toggle-handle{background-color:var(--success);border-color:var(--success)}.toggle.btn-outline-danger .toggle-handle{background-color:var(--danger);border-color:var(--danger)}.toggle.btn-outline-warning .toggle-handle{background-color:var(--warning);border-color:var(--warning)}.toggle.btn-outline-info .toggle-handle{background-color:var(--info);border-color:var(--info)}.toggle.btn-outline-light .toggle-handle{background-color:var(--light);border-color:var(--light)}.toggle.btn-outline-dark .toggle-handle{background-color:var(--dark);border-color:var(--dark)}.toggle[class*=btn-outline]:hover .toggle-handle{background-color:var(--light);opacity:.5}.toggle.btn{min-width:3.7rem;min-height:2.15rem}.toggle-on.btn{padding-right:1.5rem}.toggle-off.btn{padding-left:1.5rem}.toggle.btn-lg{min-width:5rem;min-height:2.815rem}.toggle-on.btn-lg{padding-right:2rem}.toggle-off.btn-lg{padding-left:2rem}.toggle-handle.btn-lg{width:2.5rem}.toggle.btn-sm{min-width:3.125rem;min-height:1.938rem}.toggle-on.btn-sm{padding-right:1rem}.toggle-off.btn-sm{padding-left:1rem}.toggle.btn-xs{min-width:2.19rem;min-height:1.375rem}.toggle-on.btn-xs{padding-right:.8rem}.toggle-off.btn-xs{padding-left:.8rem}


.tdInput .btn{padding:3px 5px;font-size: 13px;}

.btn{border-radius:0;}

.bgDots{background: url("../images/bg-dots.jpg") 110% bottom no-repeat #F3F3F3!important}

@media (max-width: 990px) {
.bgDots{background: #F3F3F3!important}

}

.con_txtLegales{margin-bottom: 5px;padding-bottom: 0;vertical-align: top;line-height: 20px;padding-left: 30px;}
.con_txtLegales p{font-size: 16px}
.con_txtLegales a{color: #000;font-weight: bold;}
.con_txtLegales a:hover{text-decoration: underline;}
.con_txtLegales label{color:#333;font-weight: 500;font-size: 16px;margin-bottom: 0}
.con_txtLegales label input{position: relative;top:2px;}


.bes_button2{float: right;margin-right: 10px}

@media (max-width: 768px) {
    .bes_button2Container{text-align: center;margin-top: 30px}
    .bes_button2{float: inherit;margin-right: 0px}
}

@media (max-width: 480px) {
    .con_txtLegales label{font-size: 13px;}
}




.boxFormacionCursos{margin-bottom: 20px;margin-top: 50px;}
.boxFormacionCursos img{display: inline-block;vertical-align: top;}
.boxFormacionCursos p{position: relative;font-family: 'DIN Bold';color:#000;line-height: 24px;display: inline-block;width: calc(100% - 160px);vertical-align: top;text-transform: uppercase;margin-top: 20px;padding-right: 10%}
.boxFormacionCursos > p:after{
    content: '';
    width: 40px;
    height: 3px;
    position: absolute;
    left: 0%;
    bottom: -5px;
    margin-left: 0px;
    background-color: #ffc112;
    display: block;
}

@media (max-width: 990px) {
    .boxFormacionCursos{text-align: center;margin-bottom: 50px}
    .boxFormacionCursos p{width: 100%;padding-right: 0}
    .boxFormacionCursos > p:after{
        left: 45%
    }
}

.font-24px{font-size:21px!important;line-height: 32px!important}

@media (max-width: 990px) {
    .font-24px{font-size:18px!important;line-height: 30px!important}
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.arrowIco {
  display: block;
  float: left;
  margin-top: .25em;
  border-color: transparent;
  border-top-color: #ffc112;
    border-style: solid;
    border-width: .5em .31em 0;
    width: 0;
    height: 0;
    position: relative;
  line-height: 0;
  margin-right: 5px;
}

.arrowIco-up {
  border-width: 0 .31em .5em;
  border-top-color: transparent;
  border-bottom-color: #ffc112;
}

.arrowIco-left {
   border-width: .31em 0.5em .31em .0;
  border-top-color: transparent;
  border-right-color: #ffc112;
}

.arrowIco-right {
   border-width: .31em 0 .31em .5em;
  border-top-color: transparent;
  border-left-color: #ffc112;
  
}


.menu-lateral{margin:0px 20px 90px 0;}
.menu-lateral a{position:relative;min-height:70px;display: inline-block;width: 100%;background: linear-gradient(-45deg, #ffc112, #ffc112, #ffc112, #e3a800);background-size: 300% 300%;background-position: 100% 50%;padding:15px 12px 12px;margin:5px 0;font-size: 24px;line-height: 25px;-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;display: flex;
    align-items: center;}
.menu-lateral span{display:inline-block;width:100%;vertical-align: middle;padding-right: 40px;-webkit-transition: all 500ms ease;padding-left: 10px;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;}
.menu-lateral a i{float: right;vertical-align: top;position: relative;right: 10px;-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;}


.menu-lateral a:hover{
    background-position: 0% 0%;
}

.menu-lateral a:before {
   font-family: "FontAwesome";
   content: "\f105";
   display: inline-block;
   vertical-align: middle;
   font-weight:900;
   position: absolute;
   right: 25px;
   font-size:37px;
   top:28%;
   -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.menu-lateral a:hover:before {
   right: 15px;
}



.menu-lateral a:hover span{padding-left: 25px;padding-right: 15px}
.menu-lateral a:hover i{right: 5px}
.menu-lateral a:active, .menu-lateral a:focus, .menu-lateral a:visited{color:#333;}

.menu-lateral a.active{
    background-position: 0% 0%;
}
.menu-lateral a.active span{padding-left: 25px;padding-right: 15px}
.menu-lateral a.active i{right: 5px}

.menu-lateral a.active:before {
   right: 15px;
}

@media (max-width: 1200px){

    .menu-lateral a{font-size: 20px}
    .menu-lateral a i{font-size: 22px}
}

@media (max-width: 420px){

    .menu-lateral a{font-size: 17px}
    .menu-lateral a i{font-size: 20px}
}

@media (max-width: 360px){

    .menu-lateral a{font-size: 15px}
    .menu-lateral a i{font-size: 18px}
}


.internaTitulo{font-size: 28px;color:#ffc112;line-height: 38px;font-weight: normal;font-family: 'DIN Bold';}
.bullYellow{list-style: none;}
.bullYellow.plr-0{padding-right: 20px;padding-left: 30px}
.bullYellow.plr-1{padding-right: 60px;padding-left: 60px}
ul.bullYellow li::before {
  content: "\2022";
  color: #ffc112;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

@media (min-width: 320px) and (max-width: 767px){
    .journal_content ul {
        font-size: 16px;
        line-height: 28px;
    }

    .bullYellow.plr-1{padding-right: 20px;padding-left: 40px}
}


.lineHeight30{line-height: 30px}

.journal_content h4.textoLaboralLinea{color:#ffc112!important;font-size: 28px!important;position: relative;font-family: 'DIN Bold';margin-bottom: 40px}
.journal_content h4.textoLaboralLinea:after{
    content: '';
    width: 40px;
    height: 3px;
    position: absolute;
    left: 0%;
    bottom: -15px;
    margin-left: 0px;
    background-color: #ffc112;
    display: block;
}


.contentFooterInfo{text-align: right;vertical-align: top;line-height:24px}
.link-contacto-footer{width: 100%;display: inline-block;font-size: 15px;color:#FFF;line-height: 20px;vertical-align: top;}
.link-contacto-footer:hover{text-decoration: underline;color:#FFF;}
.link-contacto-footer:visited{color:#FFF;}
.link-contacto-footer:active, .link-contacto-footer:focus{color:#FFF;}
@media (max-width: 767px){
    .contentFooterInfo{text-align: center;}
}


.btnUserMenu{display: none;position: absolute;
    right: 50px;
    top: -39px;color:#FFF;font-size: 24px}

.fixedHeader .btnUserMenu{top:-15px;} 

.btnUserMenu:visited, .btnUserMenu:active, .btnUserMenu:focus{color:#FFF;}

@media (max-width: 767px){
    .btnUserMenu{display: inline-block;}
}

