/*
Theme Name: NB Lawyers
Theme URI:
Author: nblawyers
Author URI: 
Description:
Version:  1.0
Text Domain: nblawyers
*/

/* Main css with editable-------------------------------------------------------------- */
@import url('http://fonts.googleapis.com/css?family=PT+Sans+Narrow');
.row {
    margin-left: 0px;
    margin-right: 0px;
} 
/* Header Section css-------------------------------------------------------------- */ 
body {
    font-family: 'PT Sans Narrow', sans-serif;
    background-color: #ffffff;

}
#article-h4{
	color: #000;
	font-weight: bold;
}
#wrapper{	
    position: relative;
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.container {
    padding-left: 0px ;
    padding-right: 0px ;
}
a:hover, a:focus{
    text-decoration: none ;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #666;
    text-shadow: 0 0 1px rgba(0,0,0,0.01);
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 600;

}
p , .textwidget{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    line-height: 26px;

}
.footer-contact{
    margin-left: 80px;
}
.footer-contact a { color: #f2f2f2;}
blockquote {
    box-shadow: 5px 5px 5px rgb(215, 207, 207);
}
.head-contact-info{
    display: block;
    text-align: left;
    padding-top:15px;
    padding-bottom:2px;
    padding-left:0;
}
.contact-mobile{display:none;}
.head-contact-info li {
    display: inline;
	
    margin-right:10px;
    font-size:18px;

}
.head-contact-info li a{color:#ffffff;}
.head-contact-info i {
    margin-right:8px;
    font-size:20px;
    display: inline;
}
.logo{
    text-align:left;
    padding-bottom:0px;
    font-family: 'PT Sans Narrow', sans-serif;
}
.logo a{
    font-weight: 600;
    font-family: 'PT Sans Narrow', sans-serif;
    margin-bottom:10px;
    font-size: 50px;
    color: #fff;
}
.logo a:hover{
    color: #fff;
}
.logo p{
    font-family: 'PT Sans Narrow', sans-serif;
    margin-top:5px;
    color: #fff;
}
.social{
    display: block;
    text-align: right;
    padding-top:5px;
    padding-bottom:5px;

}

.social li{
    font-size:18px;
    
    display: inline-block;
    height: 35px;
    margin-right: 5px;
    width: 35px;
    text-align: center;
    -webkit-transition: background .5s ease-in-out; 
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out; 

    cursor:pointer;
}
.social i  {
    color:#fff;
    line-height:38px;
}
/* Free consultation button header*/
.cta{
    display: block;
    text-align: right;
    margin: 0px 39px 3px 0px;
    padding: 12px 0px 0px 0px;
}
.cta li{
    font-size:18px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.6);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.6);
    display: inline-block;
    height: auto;
    margin-right: 5px;
    width: inherit;
    text-align: center;
    /*-webkit-transition: background .5s ease-in-out; 
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out; */
    border: 0px solid #000000;
    cursor:pointer;
    padding:0px 10px 0px 10px;
}
.cta a{
    color:#ffffff;
}
.cta a:focus{
    color:#ffffff;
}
.cta i{
    color:#fff;
    line-height:30px;
    padding-right: 4px;
}
.cta li.cta-header{
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #BF2026 50%, #000000 50%);
}


/* facebook */
.social li.facebook{
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #636060 50%, #636060 50%);
}
.social li.googleplus{
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #636060 50%, #636060 50%);
}
.social li.facebook:hover{
    background-position: 0 -100%;
    background-color:#4C66A4;
}
/* dribble */
.social li.dribbble{
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #BF2026 50%, #EA4C89 50%);
}
.social li.dribbble:hover{
    background-position: 0 -100%;
    background-color:#EA4C89;
}
/* dribble */
.social li.twitter{
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #BF2026 50%, #f60 50%);
}
.social li.twitter:hover{
    background-position: 0 -100%;
    background-color:#f60;
}
/* linkedin */
.social li.linkedin{
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #636060 50%, #636060 50%);
}
.social li.linkedin:hover{
    background-position: 0 -100%;
    background-color:#069;
}
/* youtube */
.social li.youtube{
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #BF2026 50%, #C92228 50%);
}
.social li.youtube:hover{
    background-position: 0 -100%;
    background-color:#C92228;
}

.enigma_heading_title {
    display: block;
    margin: 0px 0 50px;
    text-align:center;
}
#title1{margin:0px;}

.enigma_heading_title h3 {
    display: inline-block;
    margin-top: 0px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    line-height: 40px;
}
.page-container-heading{    position: relative;
                            border-bottom: 2px solid #efeeee;
                            margin-bottom: 30px;
                            text-align: left;
                            font-size: 26px !important;
                            font-weight: 500;
                            letter-spacing: 0.3px;
                            padding-bottom: 15px;}

.enigma_heading_title h3 {
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;

    font-family: 'PT Sans Narrow', sans-serif;
}

.enigma_heading_title2 {
    display: block;
    margin: 0px 0 20px;
}
.enigma_heading_title2 h3 {
    display: inline-block;
    margin-top: 0px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    font-weight: 600;
    font-family: 'PT Sans Narrow', sans-serif;
}

.enigma_heading_title2 h3 {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

.service-heading{  margin-top: 2px;
                   margin-bottom: 22px;
         
                   letter-spacing: 1px;
                   color: rgb(191, 32, 38);

}

/* Flex Slider css *****************************************************************************************************************
********************************************************************************************************************************/ 
.carousel{
    margin-bottom:0px;
}

.carousel-inner img{
    width:100%;
}
.carousel-caption{
    top:20%;
}
.carousel-control .fa .fa-chevron-left{
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-text h1 {
    margin: 0 0 0px 0;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 50px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    line-height: 1.4em;
    background:rgba(0,0,0,0.6);
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -ms-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s;
    letter-spacing:3px;
}

.carousel-text .enigma_blog_read_btn{
    font-size: 25px;
    color:#fff;
    font-weight:normal;
    display:inline-block;
    transition: all 0.4s ease 0s;
    padding:10px 10px 10px 10px ;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    margin-top:45px;
    box-shadow:none !important;
}

.carousel-list li {
    color: #fff;
    font-size: 25px;
    margin-bottom: 10px;
    overflow: hidden;

    font-family: 'PT Sans Narrow', sans-serif;
    padding:10px;
    padding-left: 10px;
    padding-right: 10px;
    line-height:35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
    letter-spacing:1px;

}
.carousel-list li:nth-child(1) {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -ms-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s;
}
.carousel-list li:nth-child(2) {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -ms-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.carousel-list li:nth-child(3) {
    -webkit-animation-delay: .7s;
    -moz-animation-delay: .7s;
    -ms-animation-delay: .7s;
    -o-animation-delay: .7s;
    animation-delay: .7s;
}

.enigma_slider_shadow{
    background: url('./images/shadow1.png') no-repeat top center;
    position: absolute;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 99;
    width:100%;
    background-size: 100% 100%;
    height: 60px;
    bottom: -60px;
}



/** Service Section  ***************************************************************************************************************
********************************************************************************************************************************/
.enigma_service {
    padding-top:90px;
    padding-bottom:90px;

}
.enigma_service_area{
    border-radius: 0px;
    margin-bottom: 15px;
    transition: all 0.4s ease 0s;

}
.enigma_service_iocn{
    width: 90px;
    height: 90px;
    display: block;
    margin-right:20px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align:center;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.enigma_service_iocn i{
    color: #fff;
    font-size: 50px;
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 90px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;	
}
.enigma_service_detail h3{
    font-size: 24px;
    padding:10px;
    letter-spacing: normal;
    line-height: 32px;
    word-wrap:break-word;
    margin:0 0 10px;
    font-weight: normal;
    font-family: 'PT Sans Narrow', sans-serif;
}
.enigma_service_detail p{
    font-size: 16px;
    line-height: 27px;
}	
.enigma_service_area:hover .enigma_service_iocn{
    background-position: 0 -100%;
}
.enigma_service_area_2{
    text-align:center;
    border-radius: 0px;
    margin-bottom: 65px;
    transition: all 0.4s ease 0s;
}
.enigma_service_iocn_2 i{
    background: #fff;
    width: 90px;
    height: 90px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align:center;
}
.enigma_service_iocn_2 i{
    font-size: 50px;
    position: relative;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 90px;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.enigma_service_detail_2 h3{
    font-size: 24px;	
    letter-spacing: normal;
    line-height: 27px;
    font-weight: 600;
    font-family: 'PT Sans Narrow', sans-serif;
}
.enigma_service_detail_2 p{
    font-size: 18px;
    line-height: 27px;
}	
.enigma_service_area_2:hover .enigma_service_iocn_2 i{
    background-position: 0 -100%;
}
.enigma_service_area_2:hover .enigma_service_iocn_2 i {
    color:#fff;
}

/*** Project Or Works  ******************************************************************************************************
**************************************************************************************************************************/
.enigma_project_section{
    background:#ecf0f1; 
    padding-top:90px;
    padding-bottom:90px;
    border-top:1px solid #DEE1E2;
    border-bottom:1px solid #DEE1E2;
}

.enigma_carousel-navi {
    text-align:center;
    margin-top:15px;
}
.enigma_carousel-prev {
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline;
    transition: all 0.3s ease 0s;
    padding: 6px 15px 10px;
    margin-right: 5px;
}
.enigma_carousel-next {
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline;
    transition: all 0.3s ease 0s;
    padding: 6px 15px 10px;
}
.enigma_carousel-prev i,
.enigma_carousel-next i {
    font-size: 20px;
    vertical-align: middle;
    transition: all 0.3s ease 0s;
}


.enigma_project_section_col {
    border-radius: 0px;
    margin-bottom: 35px;
    transition: all 0.4s ease 0s;
    text-align: center;
}
.img-wrapper{
    margin-bottom:50px;
    overflow:hidden;
}
.enigma_home_portfolio_showcase {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.enigma_home_portfolio_showcase:hover .enigma_home_portfolio_showcase_title a {
    text-decoration: underline;
}
.enigma_img_responsive {
    width: 100%;
    display: block;
    height: auto;
}
.enigma_home_portfolio_showcase_overlay {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -80%;
    left: 0;
    background:rgba(0,0,0,0.7);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.enigma_home_portfolio_showcase img{
    -webkit-transition: all .45s ease-in;
    -moz-transition: all .45s ease-in;
    -o-transition: all .45s ease-in;
    transition: all .45s ease-in;
}
.enigma_home_portfolio_showcase_overlay_inner {
    position: absolute;
    bottom:-110%;
    left: 0;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
.enigma_home_portfolio_showcase .enigma_home_portfolio_showcase_icons {
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.enigma_home_portfolio_showcase .enigma_home_portfolio_showcase_icons a {
    font-size: 1.3em;
    line-height: 1em;
    display: inline-block;
    margin-left: 2px;
    padding: 8px 8px;
    opacity: 1;
    text-decoration: none;
    margin-right:5px;
    border-radius:100%;
    width:60px;
    height:60px;
    transition: all 0.3s ease 0s;
}
.enigma_home_portfolio_showcase .enigma_home_portfolio_showcase_icons a i{
    font-size: 1.6em;
    line-height:40px;
}
.enigma_home_portfolio_showcase:hover .enigma_home_portfolio_showcase_overlay {
    visibility: visible;
    top: 0;
}
.enigma_home_portfolio_showcase:hover .enigma_home_portfolio_showcase_overlay_inner {
    visibility: visible;
    bottom:40%;
    left: 0;
}
.enigma_home_portfolio_showcase_fade {
    opacity: 0.8;
}
.enigma_home_portfolio_showcase_fade:hover .enigma_home_portfolio_showcase_overlay {
    display: none !important;
}
.enigma_home_portfolio_caption {
    border-radius: 0;
    padding: 0 0 15px;
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
    cursor: pointer;
}


.enigma_home_portfolio_caption h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 9px 3px 0px;
    line-height: 35px;
    font-family: 'PT Sans Narrow', sans-serif;
}
.enigma_home_portfolio_caption small {
    font-size: 13px;
    line-height: 20px;
}
.enigma_home_portfolio_caption {
    background:#fff;
}

.enigma_home_portfolio_caption h3 a {
    color: #404040;
    font-size:22px;
}
.enigma_home_portfolio_caption small {
    color: #777777;
}

.enigma_proejct_button{
    border-radius: 0;
    padding: 15px 5px 5px;
    text-align: center;
    transition: all 0.4s ease 0s;
    text-align: center;
}
.enigma_proejct_button a {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight:700;
    font-size: 18px;
    line-height: 20px;
    margin: 8px 0;
    padding: 9px 20px;
    text-align: right;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}

.enigma_portfolio_page{
    margin-bottom:70px;
}

/* Isotope Animating
 * -------------------------- */
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.enigma_portfolio_shadow{
    background: url('./images/shadow.png') no-repeat top center;
    position: absolute;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 99;
    width:100%;
    background-size: 100% 100%;
    height: 25px;
    bottom: 26px;

}
/********** project detail page css **********************************************
***********************************************************************************/
.enigma-project-detail-section{
    margin-bottom: 70px;
}
.enigma-project-detail-section img{
    margin-bottom:30px;

}
.enigma-project-description h3{
    text-align:left;
    font-size:24px;
    margin: 20px 0;
}
.enigma-project-description h3 span{
    text-align:left;
    font-size:24px;
}
.enigma-project-description p{
    text-align:left;
    font-size:16px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight:500;
}
.enigma-related-project{
    padding-top: 55px;
    padding-bottom: 30px;
    width: 100%;
}
.enigma-related-project .enigma_portfolio_4col_row{
    margin:0px;
}
.enigma-related-project .enigma_portfolio-4col-column {
    margin-bottom:90px;
}
.enigma-related-project h3{
    margin-bottom: 25px;
    margin-top: 0;
}

.enigma_portfolio_detail_pagi{
    text-align:left;
    overflow: hidden;
    padding-left:0;
    padding-bottom:20px;
}
.enigma_portfolio_detail_pagi li {
    display: block; 
    float: left;
    margin-right:15px;

}
.enigma_portfolio_detail_pagi li a {
    padding: 4px 11px;
    display: block;
    height: 45px;
    width: 55px;
    transition: all 0.3s ease 0s;

}
.enigma_portfolio_detail_pagi li a span {
    font-size: 22px;
}
.enigma-project-detail-sidebar {
    padding-left:10px;
}
.enigma-project-detail-sidebar p {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px;
    padding-bottom: 15px;
    padding-top: 0px;
}
.enigma-project-detail-sidebar p small {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    padding-left: 0px;
    display:block;
    margin-top:6PX;
}

.enigma-project-detail-sidebar .launch-enigma-project a {
    display: inline-block;
    font-weight: 600;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0 15px;
    padding: 8px 30px;
    text-align: right;
    text-transform: lowercase;
    transition: all 0.4s ease 0s;
    vertical-align: middle;

}
.enigma-project-detail-sidebar .launch-enigma-project a {
    text-decoration:none;
}

.enigma_project_detail_related_projet{
    margin-bottom:70px;

}
.enigma_project_detail_related_projet .enigma_carousel-navi {
    text-align: center;
    display: inline-flex;
    margin-top:0px;
    float: right;
}

.sidebar-img{
    margin-right: 5px;
}

.enigma-project-description h3 span{
    color:#f9504b;
}
.enigma-project-description p{
    color:#6a6a6a;	
}
.enigma-related-project{
    background: none repeat scroll 0 0 #F9F9F9;
    border-top: 2px solid #D1D1D1;
}



/******* gallery css *****************************************************
*********************************************************************/
.enigma_gallery_page{
    margin-bottom:70px;
    width:100%;
    float:left;
    margin-right: auto; 
    margin-left: auto; 
}


.enigma_gallery-padding{
    padding-left:0px;
    padding-right:0px;
    margin-bottom:0px;
}
.enigma_gal_img{
    position: relative;
    overflow: hidden; 
}

.gallery_wrapper{
    margin-bottom:0px;
    overflow:hidden;
}
.enigma_gallery_showcase {

    position: relative;
    width: 100%;
    overflow: hidden;
}
.enigma_gallery_blog{
    width: 24.98%;
    margin-right: 0;
    margin-bottom: 0;
    float: left;
}
.enigma_img_responsive {
    width: 100%;
    display: block;
}
.enigma_gallery_showcase_overlay {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -80%;
    left: 0;
    background:rgba(0,0,0,0.7);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.enigma_gallery_showcase img{
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;

}
.enigma_gallery_showcase_overlay_inner {
    position: absolute;
    bottom:-110%;
    left: 0;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;


}
.enigma_gallery_showcase .enigma_gallery_showcase_icons {
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.enigma_gallery_showcase .enigma_gallery_showcase_icons a {

    display: inline-block;
    margin-left: 2px;
    padding: 8px 8px;
    opacity: 1;
    text-decoration: none;
    margin-right:5px;
    border-radius:100%;
    width:60px;
    height:60px;
    transition: all 0.3s ease 0s;

}

.enigma_gallery_showcase .enigma_gallery_showcase_icons a i{
    font-size: 1.6em;
    line-height:40px;

}
.enigma_gallery_showcase:hover .enigma_gallery_showcase_overlay {
    visibility: visible;
    top: 0;
}

.enigma_gallery_showcase:hover .enigma_gallery_showcase_overlay_inner {
    visibility: visible;
    bottom:40%;
    left: 0;

}


/***************** BLog Section *************************************************************************
***************************************************************************************************/ 

/** wrapper for front page **/
.enigma_blog_area{
    background-color: #f0f0f0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-top: 90px;
    padding-bottom: 90px;
}
.enigma_blog_wrapper{
    margin-bottom: 90px;
}
.enigma_blog_thumb_wrapper{
    margin-bottom:40px;
    border-radius: 4px;
    margin-top:0px;
    padding:10px;
}

.enigma_blog_thumb_wrapper img {
    width:100%;

}

.enigma_blog_thumb_wrapper h2 {
    font-size: 22px;
    margin-bottom: 8px;
    padding-right: 0px;
    line-height:1.4;
    margin-top:0px;

}
.enigma_blog_thumb_wrapper h2 a:hover {
    color: #34495e !important;
}
.enigma_fuul_blog_detail_padding h2 a:hover {
    color: #34495e !important;
}
.enigma_blog_thumb_wrapper{
    position:relative;
    overflow:hidden;
}

.enigma_blog_thumb_date{
    list-style: none;
    text-align:left;
    padding-left:0;
    color:#9b9b9b;
    font-size:14px;
    margin-bottom: 0px;
}
.enigma_blog_thumb_date li{
    display:inline-block;
    color:#555;
    margin-right:15px;
    margin-bottom: 5px;
}
.enigma_blog_thumb_date li i{
    margin-right:8px;
    font-size:22px;
}

.enigma_blog_thumb_date li a{
    color:#555;
}
.enigma_blog_thumb_wrapper p{
    font-size:16px;
    padding-right:8px;
    margin-bottom: 20px;
    line-height:27px;
}
.enigma_blog_thumb_wrapper span a i{
    margin-right:6px;
    font-size:20px;
    vertical-align: middle;
}

.enigma_tags {
    margin-bottom:8px;
}
.enigma_tags a ,.enigma_cats a{
    padding: 3px 7px;
    margin: 4px 4px 4px 0;
    margin-bottom:10px;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    color: #515151;
    text-decoration: none;
    font-size: 0.9em;
    white-space: nowrap;
    display: inline-block;
}
.enigma_tags a i{
    margin-right:5px;
    transition: all 0.4s ease 0s;
}
.enigma_blog_read_btn{
    font-size: 16px;
    color:#fff;
    display:inline-block;
    transition: all 0.4s ease 0s;
    padding:5px 5px 5px 5px;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    margin-bottom:20px;
}
.enigma_blog_thumb_wrapper_showcase {
    position: relative;
    padding: 0px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;

}
.enigma_blog_thumb_wrapper_showcase_overlay {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -80%;
    left: 0;
    background:rgba(0,0,0,0.5);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.enigma_blog_thumb_wrapper_showcase img{
    -webkit-transition: all .45s ease-in;
    -moz-transition: all .45s ease-in;
    -o-transition: all .45s ease-in;
    transition: all .45s ease-in;


}
.enigma_blog_thumb_wrapper_showcase_overlay_inner {
    position: absolute;
    bottom:-110%;
    left: 0;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;


}
.enigma_blog_thumb_wrapper_showcase .enigma_blog_thumb_wrapper_showcase_icons {
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.enigma_blog_thumb_wrapper_showcase .enigma_blog_thumb_wrapper_showcase_icons a {
    font-size: 1.3em;
    line-height: 1em;
    display: inline-block;
    margin-left: 2px;
    padding: 8px 8px;
    opacity: 1;
    text-decoration: none;
    margin-right:5px;
    border-radius:100%;
    width:60px;
    height:60px;

}

.enigma_blog_thumb_wrapper_showcase:hover .enigma_blog_thumb_wrapper_showcase_overlay {
    visibility: visible;
    top: 0;
}

.enigma_blog_thumb_wrapper_showcase:hover .enigma_blog_thumb_wrapper_showcase_overlay_inner {
    visibility: visible;
    bottom:40%;
    left: 0;

}
.enigma_blog_thumb_wrapper_showcase .enigma_blog_thumb_wrapper_showcase_icons a i{
    font-size: 1.6em;
    line-height:40px;

}



/********* Blog Full width css ********/

.enigma_blog_full{
    margin-bottom: 20px;
    margin-top: 10px;
    overflow:auto;
    padding: 0px;
    float: none;
}

.enigma_blog_full .enigma_blog_thumb_wrapper_showcase {
    margin-bottom:20px;

}
/* .enigma_blog_full img{
        width:100%
}
*/
.blog-date-left{
    list-style: none;
    float:left;
    padding: 0px;
    transition: all 0.4s ease 0s;

}
.blog-date-left li{
    width:100px;
    height:100px;
    text-align:center;
    transition: all 0.4s ease 0s;
}

.blog-date-right{
    list-style: none;
    float:right;
    padding: 0px;
    transition: all 0.4s ease 0s;

}
.blog-date-right li{
    width:100px;
    height:100px;
    text-align:center;
    transition: all 0.4s ease 0s;
}


.enigma_post_date {
    padding-top: 10px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom: 10px;
    transition: all 0.4s ease 0s;
}

.enigma_post_date span.date {
    font-size: 16px;
    line-height: 35px;

}
.enigma_post_date h6 {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 10px;
    text-align: center;
    color:#fff;
}

.enigma_post_author img {
    height: 100px !important;
    max-width: 100%; 
}

.enigma_post_author {

    width: 100px;
    text-align: center;
    margin-top: 0px;
}

.enigma_blog_comment{

    border-radius: 0px;
    display: block;
    font-weight: 600;
    font-family: 'PT Sans Narrow', sans-serif;
    width: 100px;
    padding-top: 10px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 0px;
    color:#999999;
    background:#f6f6f6;

}
.enigma_blog_comment a{
    color:#999999;
}
.enigma_blog_comment i{
    font-size: 68px;
    line-height: 55px;
    transition: all 0.4s ease 0s;

}
.enigma_blog_comment h6{
    font-size:16px;
    color:#999999;
    transition: all 0.4s ease 0s;
}

.post-content-wrap {
    float: left;
    width:86%;
}/*
.post-content-wrap img{
        width:100%;
}*/

.post-content-wrap-right {
    float: right;
    width:86%;
}
.post-content-wrap-right img{
    width:100%;
}
.enigma_blog_post_content{
    float: left;
    margin-bottom: 10px;
    width: 100%;

}
.enigma_blog_post_content p {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 17px;
    line-height: 27px;
    margin: 0 0 20px;
	padding-left: 0px;
}
.enigma_blog_post_content p {
    color: #2A2A2A;
}
.team-title{  padding: 0px 0px 10px 0px;
              color:#444444;
}
.enigma_fuul_blog_detail_padding{

    padding-left: 20px;
    float: left;
    width: 100%;
}
.enigma_fuul_blog_detail_padding h2 {
    margin-top:0px;
}
.enigma_fuul_blog_detail_padding h2 a{

    font-size: 28px;
    margin-bottom: 8px;
    padding-right: 0px;
    line-height: 35px;
    margin-top: 0px;
    transition: all 0.4s ease 0s;

}

.enigma_fuul_blog_detail_padding p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 20px;
	text-align: justify;
}
.blog-sep.header-sep {
    margin-top: 40px;
    margin-bottom: 50px;
}
.header-sep {
    border: 0;
    height: 4px;
    color: #f5f5f5;
    background-color: #f5f5f5;
}

/***** Blog page with sidebar *****************************************************************
***************************************************************************************/
.enigma_recent_widget_post {
    margin: 0 0 5px !important;
    padding-bottom: 16px;
    border-bottom: 0px solid #6B6B6B;
    vertical-align:middle;
}
.enigma_recent_widget_post:last-child{
    margin: 0 0 0px !important;
}

.enigma_recent_widget_post h3 , .enigma_footer_widget_column ul li {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
    margin-top: -2px;

}
.enigma_recent_widget_post h3 a {
    transition: all 0.2s ease 0s;
}

.enigma_recent_widget_post h3 a:hover {
    color: #ffffff;
}

.enigma_recent_widget_post_move{
    float: left;
}
.enigma_recent_widget_post_img {
    margin-right: 10px !important;
    width: 64px;
    height: 64px;
    transition: opacity 0.3s ease-out 0s;
    display: block;
}

.enigma_recent_widget_post_date {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
}
.enigma_sidebar_widget {
    margin-bottom: 30px;
    margin-top: 10px;
    overflow: hidden;
    box-shadow: none;

}
.enigma_sidebar_widget_title{
    margin-bottom:20px;
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
	    width: 100%;

}
.enigma_sidebar_widget .enigma_recent_widget_post_date{
    color: #6a6a6a;
}
.enigma_sidebar_widget .enigma_recent_widget_post h3 a:hover {
    color: #6a6a6a;
}
.enigma_sidebar_widget .enigma_recent_widget_post h3 {
    font-weight: 600;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 2px;
    margin-top: -2px;
}

.enigma_sidebar_widget h3 {
    display: inline-block;
    font-weight: 600;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
    margin-top: 0px;
}

.enigma_sidebar_widget_title h2{
    margin:0px;
    clear: both;
    font: normal normal 18px PT Sans Narrow;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    font-size: 22px;
    color: #fff;
}

.enigma_sidebar_blog_shadow {
    background: url('./images/shadow.png') no-repeat top center;
    position: absolute;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 99;
    width: 100%;
    background-size: 100% 100%;
    height: 25px;
    bottom: 26px;
}


/* blog pagination */
.enigma_blog_pagination {
    margin-bottom: 20px;
    overflow: auto;
    padding: 0 0 0px;
    float: none;
}
.enigma_blog_pagi {
    margin: 0px 0 0px;
    overflow: hidden;
    padding: 4px 0;
}
.enigma_blog_pagi a {
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 10px 4px;
    padding: 9px 16px;
    transition: all 0.3s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
}


/**** link widget **/
.enigma_sidebar_widget ul li a , .enigma_footer_widget_column ul li a {
    position:relative;
}    
/*.enigma_sidebar_widget ul li a:before , .enigma_footer_widget_column ul li a:before {
    position:absolute;
    font-family: FontAwesome;
    top:0;
    left:-14px;
    content: "\f105";
}*/  
.enigma_footer_widget_column ul li a:before {
    position:absolute;
    font-family: FontAwesome;
    top:0;
    left:-14px;
    content: "\f105";
}
.enigma_footer_widget_column ul li ,.enigma_footer_widget_column ul#recentcomments li a{
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
    font-family: 'PT Sans Narrow',sans-serif;
    font-size: 18px;
    line-height: 20px;	
    transition: all 0.2s ease 0s;
}
.enigma_sidebar_widget ul li.cat-item a{
	color: #ffffff;
    background-color: #3a3938;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 1.09px;
	
}
.enigma_sidebar_link p a , .enigma_sidebar_widget ul li a{
    transition: all 0.4s ease 0s;
    display: block;
    font-family: "PT Sans Narrow",sans-serif;
    font-size: 16px;
    line-height: 20px;
}
.enigma_sidebar_widget ul li ,.enigma_footer_widget_column ul#recentcomments li {list-style:none;}
.enigma_sidebar_widget ul li a{ padding-left: 10px; }
.enigma_sidebar_link p a i {
    margin-right: 10px;
}
.enigma_sidebar_link p ,.enigma_sidebar_widget ul li{
    display: block;
    font-family: "PT Sans Narrow",sans-serif;
    font-size: 16px;
    transition: all 0.4s ease 0s;
    padding-bottom: 10px;
    padding-top: 0;
	padding-right: 37px;
}
.enigma_sidebar_link p a {
    color: #2a2a2a;
}
.enigma_sidebar_widget ul li a{
    color: #fff;
}

/*** tag widget **/
.enigma_widget_tags , .tagcloud{
    margin: 0px 0 10px;
    overflow: hidden;
    padding: 0;
}
.enigma_widget_tags a , .tagcloud a ,.enigma_footer_widget_column .tagcloud a{
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 14px !important;	
    line-height: 20px;
    margin: 0 5px 10px 0;
    padding: 8px 12px;
    transition: all 0.8s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
}
.enigma_footer_widget_column .tagcloud {
    padding: 8px;
}
.enigma_widget_tags a  , .tagcloud a ,.enigma_footer_widget_column .tagcloud a {
    border: 1px solid #edf0f2;
    color: #555;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

/*** Flickr widget **/
.flickr-photos-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    overflow: hidden;
}

.flickr-photos-list > li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.flickr-photos-list > li img {
    width: 73px;
    height: 73px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.flickr-photos-list > li img:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
}
.enigma_sidebar_left_side{

    float:left;

}
.enigma_blog_right_side{
    float:right;
}


/********* Blog detail page *************/
.enigma_author_detail_section{
    margin-bottom:60px;
    margin-top:20px;
}

.author_detail_img{
    width:100px;
    height:100px;
    float:left;
    margin-right:20px;
    margin-bottom:2px;

}
.enigma_author_detail_name{
    font-size: 18px;
    line-height: 20px;
    margin: 0px 0 5px;
    color:#fff;
}
.enigma_author_detail_wrapper p{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 0px;
    color:#fff;
}
.enigma_comment_section {
    overflow: auto;
    padding: 0 0 15px;
    margin: 0px 0px 0px 0px;
    float: none;
}
.enigma_comment_title {
    display: block;
    margin: 0 0 5px;
}
.enigma_comment_title h3 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 30px;
    line-height: 25px;
    margin: 0 0 -2px;
    padding-bottom: 11px;
    padding-right: 10px;
}
.enigma_comment_title h3 > i {
    font-size: 34px;
}

.enigma_comment_box {
    margin: 0 0 10px !important;
    padding: 40px 0px 0 0;
    position: relative;
}
.pull_left_comment{
    margin-right: 15px;
    float: left;
}
.comment_img {
    height: 80px;
    width: 80px;
    margin: 0 0 20px;
}
.enigma_comment_detail {
    margin-left: 0px;
    padding: 20px;
}
.enigma_comment_detail_title {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    margin: 0px 0 5px;
}

.enigma_comment_detail p{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 20px;
}
.enigma_comment_date{
    padding-bottom:5px;
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 14px;
    display:block;
    font-weight: 600;
    font-family: 'PT Sans Narrow', sans-serif;
}
.reply {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.reply a {
    font-size: 16px;
    line-height: 22px;
}
.reply a > i {
    font-size: 16px;
    position: relative;
    padding-right: 5px;
    top: 2px;
}
.enigma_form_group {
    margin-bottom: 20px;
}
.enigma_comment_form_section {
    margin-bottom: 60px;
    padding: 0 0 15px;
    margin: 20px 0 45px;
    float: none;
}
.enigma_comment_form_section h2 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 25px;
    margin: 0 0 30px;
    padding: 0 0 15px;
}
.enigma_comment_form_section h2 > i {
    font-size: 32px;
    position: relative;
    top: 5px;
}
.enigma_comment_form_section label {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 11px;
}

.enigma_con_input_control {
    display: block;
    font-size: 14px;
    height: 45px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}
.enigma_con_textarea_control {
    display: block;
    font-size: 14px;
    height: auto;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}
.enigma_con_input_control:focus, .enigma_con_textarea_control:focus {
    outline: 0;
}

.enigma_con_input_control {
    background-image: none;
}
.enigma_con_textarea_control {
    background-image: none;
}
.enigma_send_button , #enigma_send_button{
    font-weight: 600;
    font-family: 'PT Sans Narrow', sans-serif;
    display: inline-block;
    padding: 15px 40px;
    margin-bottom: 0;
    font-size: 18px;

    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 2px solid transparent;
    transition: all 0.4s ease;

}



.enigma_comment_title h3 {
    color: #121212;
    border-bottom: 1px solid #E9E9E9;
}
.enigma_comment_title h3 > i {
    color:#ccc;
}
.enigma_comment_detail {
    background: #F8F8F8;
    border: 2px solid #F1F0F0;
}

.enigma_comment_detail p{
    color:#6a6a6a;
}
.enigma_comment_date{
    color:#A0A0A0;
}

.enigma_comment_form_section h2 {
    color: #121212;
    border-bottom: 1px solid #E0E0E0;
}
.enigma_comment_form_section h2 > i {
    color:#ccc;
}
.enigma_con_input_control {
    background-color: #FFFFFF;
    border: 1px solid #c5c5c5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
}
.enigma_con_textarea_control {
    background-color: #FFFFFF;
    border: 1px solid #c5c5c5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
}


/*** Testimonial Section  ******************************************************************************************************
**************************************************************************************************************************/
.enigma_testimonial_area{
    background-image: url('http://www.lawyersforemployers.com.au/wordpress/wp-content/uploads/2015/10/testimonials.jpg');
    background-repeat:no-repeat;

    padding-top: 90px;
    padding-bottom: 90px;
    border-top: 1px solid #DEE1E2;
    border-bottom: 1px solid #DEE1E2;
    text-align:center;
}
.enigma_testimonial{
    text-align:center;
    margin-bottom:15px;

}

.enigma_testimonial_area i{
    font-size:60px;
    margin-bottom:20px;
}
.enigma_testimonial_area p{
    color:#f2f2f2;
    font-size: 20px;
    font-family: 'georgia';
    font-style: italic;
    margin-bottom:20px;
    line-height: 32px;
}
.enigma_testimonial_area img{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 10px;
    width:150px;
    height: auto;
}
.enigma_testimonial_area h3{
    color:#f2f2f2;
    margin: 0 0 10px 0;
}
.enigma_testimonial_area span{
    margin: 0 0 20px 0;
    font-size:16px;
    color:#f2f2f2;
}
.pager a{
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    text-indent: -9999px;
    width: 15px;
    margin: 0 3px;
    text-decoration: none;
}
.pager a:focus{
    outline:none;
}
.pager {
    list-style: none outside none;
    margin: 0px;
    padding-left: 0;
    text-align: center;
    margin-top: 30px;
}

/*JOB Section*/
.job-list{
	    background: #fff;
    border: 1px solid #e1e1e1;
    float: left;
    margin: 15px 0;
    padding: 20px 20px 10px;
width: 100%;
}


/***Client Section ******************************************************************************************************
**************************************************************************************************************************/

.enigma_client_area{
    padding-top: 90px;
    padding-bottom: 40px;

}
.enigma_client_wrapper{
    border: 4px solid #ecf0f1;
    opacity: 0.95;
    filter: alpha(opacity=95);
    text-align:center;
    transition: all 0.3s ease 0s;
    margin-bottom: 50px;

}

.enigma_client_area .enigma_heading_title2{
    text-align:right;
    margin-bottom:40px;
}

.enigma_client_navi {
    overflow: hidden;
    display: inline;
}
.enigma_client_prev {

    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline;
    transition: all 0.3s ease 0s;
    padding: 6px 15px 10px;
    margin-right: 5px;

}
.enigma_client_next {
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline;
    transition: all 0.3s ease 0s;
    padding: 6px 15px 10px;
}
.enigma_client_prev i,
.enigma_client_next  i {
    font-size: 20px;
    vertical-align: middle;
    transition: all 0.3s ease 0s;
}
/***** Consultation form *****************************************************************
***************************************************************************************/
.employer-personal-info{
    background-color: rgb(242, 242, 242);
    padding: 18px;
    -webkit-box-shadow: 10px 11px 0px 10px rgba(230,25,25,1);
    -moz-box-shadow: 10px 11px 0px 10px rgba(230,25,25,1);
    box-shadow: 3px 3px 0px rgba(213, 213, 213, 1);
    margin-bottom: 40px;
}
.personal-info-heading{
    background-color: #5d5d5d;
    padding: 0px;
    margin: 0px;
}
.emp{
    margin-top: 16px;
    margin-bottom: 0px;
    color:#fff
}
.emp-info{margin-top:16px;}

input[type="radio"]{
    width: 1em;
    height: 1em;
    vertical-align: middle;
}
.other-textbox{
    margin-top:10px;	

}
/***** Call Out Section *****************************************************************
***************************************************************************************/
.enigma_callout_area{
    width:100%;
    padding-top:39px;
    padding-bottom:40px;
    display:block;
    overflow:hidden;

}

.enigma_callout_area p{
    font-size:26px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 35px;
    padding-top:10px;
}
.enigma_callout_area p{
    color:#fff;
}
.enigma_callout_area p i{
    font-size:40px;
    float:left;
    margin-right:20px;
    vertical-align:middle;
}
.enigma_callout_btn {
    float: right;	
}
.row1{
    padding: 12px;
	}
.enigma_callout_area a {
    display: inline-block;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 22px;
    font-weight:500;
    line-height: 20px;
    border-radius:0px;
    padding: 16px 18px;
    text-align: right;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}
.enigma_callout_area a{
    transition: all 0.4s ease 0s;
    text-decoration:none;
    color:#fff;
    text-align:center;
}

.enigma_callout_area a {
    color: #FFFFFF;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, transparent 50%, #ffffff 50%);
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border:1.5px solid #ffffff;
}
.enigma_callout_area a:hover {
    background-position: 0 -100%;
    color:#BF2026;
}

.enigma_callout_shadow {
    position: absolute;
    left: 0;
    right: 0;
    height: 54px;
    z-index: 99;
    width: 100%;
    background-size: 100% 100%;
    margin-top:40px;
    background: url('./images/shadow3.png') center center no-repeat;


}


/***** Footer widget Area *****************************************************************
***************************************************************************************/

.enigma_footer_widget_area{
    padding: 38px 0 20px 30px;
}

.enigma_footer_widget_area h6 ,.enigma_footer_widget_column .textwidget{
    color: #f2f2f2;
    font-family: "PT Sans Narrow",sans-serif;
    font-size: 16px;
    line-height: 27px;
    margin-top: 25px;
}

.enigma_footer_widget_area p {
    font-size: 18px;
    line-height: 30px;
    font-family: 'PT Sans Narrow', sans-serif;
    padding-top:5px;
}

.enigma_footer_widget_area h6 {
    color: #95a5a6;
}
.enigma_footer_widget_area p {
    color: #ffffff;
}


.enigma_footer_widget_area{
    background: rgba(0, 0, 0, 0.84);
}

.enigma-footer-separator{
    background-color: #ffffff;
    height: 3px;
    margin-top:10px;
    text-align:center;
    width: 100px;
}
.enigma_footer_widget_title{
    color: #ffffff;
    text-shadow: 0px 1px 2px #2a2a2a;
}

.enigma_footer_widget_title{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 24px;
    margin: 0px 0px 25px 0px;
    line-height: 25px;
    letter-spacing: 1px;
}

.enigma_footer_widget_column{
    margin-bottom: 50px;
}


.enigma_footer_widget_column address{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 14px;
    line-height: 25px;
}

.enigma_footer_widget_column address{
    color: #9e9d9d;

}
.enigma_footer_widget_column address p{
    color: #f2f2f2;
    padding:0 0 10px;
    font-size:16px;
}
.enigma_footer_widget_column address p i{
    margin-right:10px;
}
.enigma_footer_widget_column address a{
    color: #CCCCCC;

}
.enigma_footer_widget_column address a:hover{
    color: #ffffff;
}



.enigma_footer_widget_link {
    margin: 20px 0 10px;
    overflow: hidden;
    padding: 4px 0;
}
.enigma_footer_widget_link a {
    display: block;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0px 0 0px;
    transition: all 0.4s ease 0s;
}

.enigma_footer_widget_link a {
    color: #ffffff;
    text-decoration:none;
}
.enigma_footer_widget_link a:hover {
    color:#f8504b;
}




/* Footer area Section Css------------------------------------------------------------ */
.contact-footer{margin-left:85px;}
.enigma_footer_area{
    padding: 10px 0 0px;
}
.enigma_footer_area p {
    font-family: 'PT Sans Narrow', sans-serif;
    line-height: 20px;
    font-size: 13px;
    bottom:0;
    text-align:center;
    padding-top:12px;
}

.enigma_footer_area p {
    color: #f2f2f2;
    font-size:15px;
}
.enigma_footer_area p span{
    color: #fa504b;
}
.enigma_footer_area p a {
    color: #000000;
}
.enigma_footer_area p a:hover {
    color: #ffffff;
}
.enigma_footer_copyright_info{
    float:left;
}
.enigma_footer_social_div{
    float:right;
}


/* Scroll To Top ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.enigma_scrollup {
	display: inline;
    width: 45px;
    height: 40px;
    opacity: 0.5;
    position: fixed;
    bottom: 100px;
    right: 30px;
    display: none;
    border-radius: 2px;
    text-align: center;
    color: #fafafa;
    font-size: 25px;
    background: #BF2026;
    z-index: 9999;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.enigma_scrollup i {
    line-height: 38px;
    font-size: 24px;
    vertical-align:middle;
}
.enigma_scrollup:hover{
    opacity: 0.8;
}
a.enigma_scrollup:hover i, a.enigma_scrollup:focus i {
    text-decoration: none;
    color: #fafafa;
    outline: none;

}

/*-----------------------
-----Scrollimations------
------------------------*/   
.scrollimation.fade-in{
    opacity:0;
    -webkit-transition:opacity 0.6s ease-out;
    transition:opacity 0.6s ease-out;
}

.scrollimation.fade-in.in{
    opacity:1;
}

.scrollimation.scale-in{
    opacity:0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform:scale(0.5);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
    transition: transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
}

.scrollimation.scale-in.in{
    opacity:1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform:scale(1);
}

.scrollimation.fade-right{
    opacity:0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform:translateX(-100px);
    -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-out;
    transition: transform .4s ease-out,opacity .4s ease-out;
}

.scrollimation.fade-right.in{
    opacity:1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform:translateX(0px);
}

.scrollimation.fade-left{
    opacity:0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform:translateX(100px);
    -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-out;
    transition: transform .4s ease-out,opacity .4s ease-out;
}

.scrollimation.fade-left.in{
    opacity:1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform:translateX(0px);
}

.scrollimation.fade-up{
    opacity:0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform:translateY(100px);
    -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-in;
    transition: transform .4s ease-out,opacity .4s ease-in-out;
}

.scrollimation.fade-up.in{
    opacity:1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform:translateY(0px);
}

.scrollimation.d1{
    transition-delay:.2s;
}

.scrollimation.d2{
    transition-delay:.4s;
}

.scrollimation.d3{
    transition-delay:.6s;
}

.scrollimation.d4{
    transition-delay:.8s;
}

.touch .scrollimation.fade-in{
    opacity:1;
}

.touch .scrollimation.scale-in{
    opacity:1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform:scale(1);
}

.touch .scrollimation.fade-right{
    opacity:1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform:translateX(0px);
}

.touch .scrollimation.fade-left{
    opacity:1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform:translateX(0px);
}

.touch .scrollimation.fade-up{
    opacity:1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform:translateY(0px);
}
/***********theme required css **********/

.wp-caption-text { font-size:14px;text-align: center; }
.gallery-caption { font-size:14px; }
.bypostauthor{ font-size:14px; }
.alignright{ font-size:14px; text-align:right;display: inline;
             float: right; }

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.aligncenter{font-size:14px; text-align:center; }
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;font-size:14px;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.enigma_fuul_blog_detail_padding img {max-width: 100%;height:auto;}
.enigma-sidebar .input-group{max-width:100%;}
.enigma-sidebar ul.sub-menu,.enigma-sidebar ul.children , .enigma_footer_widget_area ul.sub-menu,.enigma_footer_widget_area ul.children {padding:0;}

ul#recentcomments li a:before , .enigma_footer_widget_column ul#recentcomments{content:'';}
ul#recentcomments li a {line-height:11px;font-size:14px;}
.enigma_footer_widget_column ul {padding:9px;list-style-type:none;}
table.table, table {
    width: 100%;
    text-align: left;
    background-color: transparent;
}
.enigma_footer_widget_column ul {padding:9px;}
.enigma_footer_widget_column ul {padding-left:0;}
.enigma_footer_widget_column ul li {padding: 3px;}
.post-content-wrap-right .enigma_fuul_blog_detail_padding{
    padding-right: 20px;
}
.callout-box.callout-box2 {
    padding: 26px 20px;
    background: #BF2026;
    color: #f1f1f1;
    border: 0;
    margin-top: 15px;
}
.callout-box .callout-content h2 {
    font-weight: normal;
    line-height: 30px;
    font-size: 22px;
    margin: 0;
    color: #ffffff;
}
.screen-reader-text{display : none;}

/*Calander Widget CSS*/
#wp-calendar tbody tr td {
    text-align: center;
}
#wp-calendar caption {
    padding: 10px;
}
#wp-calendar thead tr th {
    text-align: center;
}
table th {
    border: 1px solid #dddddd;
    padding: 8px;
    line-height: 20px;
    text-align: center;
    vertical-align: top;
}
table td {
    border: 1px solid #dddddd;
    padding: 8px;
    line-height: 20px;
    text-align: center;
    vertical-align: top;
}
table td {
    border: 1px solid #dddddd;
    padding: 8px;
    line-height: 20px;
    text-align: center;
    vertical-align: top;
}
.enigma_footer_widget_column table td {
    color:#e7e7e7;
}
.enigma_footer_widget_column #wp-calendar thead tr th {
    color: #fff;
}
/*Flikr Widget CSS**/
.enigma-sidebar .flickr_badge_image {
    float: left;
    margin-bottom: 5%;
    margin-left: 5%;    
    transition: all 0.2s ease-in-out 0s;
}
.flickr_badge_image:hover{opacity:0.65;}
.enigma_footer_widget_column .flickr_badge_image {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
}
.sidebar .widget-content p {
    line-height: 150%;
}
.widgetmore {
    clear: both;
    display: block;
}
.sticky{}
/*HTML POST HEADING CSS*/
.enigma_fuul_blog_detail_padding h1,.enigma_fuul_blog_detail_padding h4,
.enigma_fuul_blog_detail_padding h5 , .enigma_fuul_blog_detail_padding h5, .enigma_fuul_blog_detail_padding h6 
{
    color: #BF2026;
    margin-top: 10px;
    margin-bottom: 10px;
}
.enigma_fuul_blog_detail_padding h3{
    color:#000000;
    margin-top: 10px;
    margin-bottom: 10px;
}
.articles{font-size:15px;
          line-height:25px;
}
#wblizar_nav  span{
    padding-top: 20px;
}
.nav-previous {
    /*float: left;*/
    width: 50%;
}
.nav-next {
    /*float: right;
    text-align: right;*/
    padding-left: 15%;
    width: 50%;
}
.navigation_en{padding-bottom:5%;}
.fa-arrow-left:before{content: "\f060" ;}
.fa-arrow-right:before{content: "\f061" ;}
/* Flickr Gallery Shortcode */
.col-md-3.col-sm-4.col-center.weblizar-flickr-div a {
    display: inline-block !important;
}
.LoadingImg img{
    display: none;
}
#fancybox-loading{
    display: none;
}
/* UR Image Slider Pro */
.enigma_blog_full {
    overflow: hidden;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
/********** contact us page css *******************************************************************************
********************************************************************************************************/
.enigma_contact_area{
    width:100%;
}
.enigma_cotact_form_div{
    margin-bottom:70px;
}
.enigma_cotact_form_div p{
    font-size: 17px;
    line-height: 25px;
    color: #555;
    margin-top:5px;
    font-family: 'Open Sans', sans-serif;
}

.enigma_contact_form_fields{
    padding-right: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-right: 1px solid #E5E5E5;
}
.enigma_contact_info{
    padding-left: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.enigma_contact_info ul{
    list-style: none;
    margin: 0;
    padding:0px;
}
.enigma_contact_info li {
    border-bottom: 1px solid #E5E5E5;
    position: relative;
    padding: 15px 0 15px 80px;
    margin-bottom: 10px;
}
.enigma_contact_info li .fa {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -20px;
    text-align: center;
    font-size: 32px;

}
.enigma_contact_info li .fa {
    color: #2a2a2a;
}
.enigma_contact_info li .text {
    font-size: 18px;
    line-height: 25px;
}
.enigma_contact_info li .text {
    color: #2a2a2a;
}
.enigma_contact_info li .desc {
    display: block;
    padding-bottom: 0px;
}
#off{color: #2a2a2a;}
.enigma_contact_info li .desc {
    font-size: 18px;
    font-weight: bold;
    /*	text-transform: uppercase; */
}
.enigma_short_tabs_content {
    border: 1px solid #dddddd;
    color: #2A2A2A;
    border-top: none;
    padding: 20px 15px 20px 15px;
}

/***About us Title ******************************************************************************************************
**************************************************************************************************************************/
.about_us_img{
    margin-bottom:40px; 
    position:relative;
    overflow:hidden;
    box-shadow: 0 0 5px rgba(0,0,0,.5);

}
.about_us_img img {

    -webkit-transition: all .55s linear;
    -moz-transition: all .55s linear;
    -o-transition: all .55s linear;
    transition: all .55s linear;

}
.about_us_img:hover img{
    -moz-transform: scale(2.0); 
    -webkit-transform: scale(2.0); 
    -o-transform: scale(2.0); 
    transform: scale(2.0); 
}
.enigma_process {
    /*margin-bottom:40px;*/
    padding: 0 0 10px;

}
.enigma_process p{
    margin: 0 0 3px;
    font-size: 16px;
}


.enigma_team_section{
    padding-top: 40px;
    padding-bottom: 40px;
}

.enigma_team_wrapper{
    margin-bottom:50px;
    overflow:hidden;
    box-shadow: 0 0 6px rgba(0,0,0,.4);
}
.enigma_team_showcase {
    position: relative;
    padding: 0px;
    position: relative;
    width:100%;
    overflow: hidden;
}
.enigma_team_showcase:hover .enigma_team_showcase_title a {
    text-decoration: underline;
}
.enigma_img_responsive {
    width: 100%;
    display: block;
}
.enigma_team_showcase_overlay {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -80%;
    left: 0;
    background:rgba(0,0,0,0.5);
    -webkit-transition: all .5s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.enigma_team_showcase img{
    -webkit-transition: all .55s ease-in;
    -moz-transition: all .55s ease-in;
    -o-transition: all .55s ease-in;
    transition: all .55s ease-in;

}
.enigma_team_showcase_overlay_inner {
    position: absolute;
    bottom:-110%;
    left: 0;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;


}
.enigma_team_showcase .enigma_team_showcase_icons {
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.enigma_team_showcase .enigma_team_showcase_icons a {
    font-size: 1.3em;
    line-height: 1em;
    display: inline-block;
    margin-left: 2px;
    padding: 8px 8px;
    opacity: 1;
    text-decoration: none;
    margin-right:5px;
    border-radius:100%;
    width:60px;
    height:60px;
    transition: all 0.3s ease 0s;

}

.enigma_team_showcase .enigma_team_showcase_icons a i{
    font-size: 1.6em;
    line-height:40px;

}
.enigma_team_showcase:hover .enigma_team_showcase_overlay {
    visibility: visible;
    top: 0;
}

.enigma_team_showcase:hover img{
    -moz-transform: scale(1.0); 
    -webkit-transform: scale(1.0); 
    -o-transform: scale(1.0); 
    transform: scale(1.0); 
}

.enigma_team_showcase .enigma_team_showcase_icons h3{
    color: #ffffff;
}
.enigma_team_showcase .enigma_team_showcase_icons small{
    color: #ffffff;
}


.enigma_team_showcase:hover .enigma_team_showcase_overlay_inner {
    visibility: visible;
    bottom:40%;
    left: 0;

}
.enigma_team_showcase_fade {
    opacity: 0.8;
}

.enigma_team_caption {
    border-radius: 0;
    padding: 0 0 15px;
    text-align: center;
    transition: all 180ms ease-in-out 0s;
    font-family: 'PT Sans Narrow', sans-serif;
    cursor: pointer;
    background:#fff;
    height:160px;
}



.enigma_team_caption h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    padding: 31px 3px 0px;
    line-height: 35px;
    font-family: 'PT Sans Narrow', sans-serif;
}
.enigma_team_caption small {
    font-size: 18px;
    line-height: 20px;
    color: #777777;
}

.enigma_team_caption h3  {
    color: #404040;

}
/*** Project Or Works  ******************************************************************************************************
**************************************************************************************************************************/
.enigma_project_section{
    background:#ecf0f1; 
    padding-top:90px;
    padding-bottom:90px;
    border-top:1px solid #DEE1E2;
    border-bottom:1px solid #DEE1E2;
}

.enigma_carousel-navi {
    text-align:center;
    margin-top:15px;
}
.enigma_carousel-prev {
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline;
    transition: all 0.3s ease 0s;
    padding: 6px 15px 10px;
    margin-right: 5px;
}
.enigma_carousel-next {
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline;
    transition: all 0.3s ease 0s;
    padding: 6px 15px 10px;
}
.enigma_carousel-prev i,
.enigma_carousel-next i {
    font-size: 20px;
    vertical-align: middle;
    transition: all 0.3s ease 0s;
}


.enigma_project_section_col {
    border-radius: 0px;
    margin-bottom: 35px;
    transition: all 0.4s ease 0s;
    text-align: center;
}
.img-wrapper{
    margin-bottom:50px;
    overflow:hidden;
}
.enigma_home_portfolio_showcase {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.enigma_home_portfolio_showcase:hover .enigma_home_portfolio_showcase_title a {
    text-decoration: underline;
}
.enigma_img_responsive {
    width: 100%;
    height: auto;
    display: block;
}
.enigma_home_portfolio_showcase_overlay {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -80%;
    left: 0;
    background:rgba(0,0,0,0.7);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.enigma_home_portfolio_showcase img{
    -webkit-transition: all .45s ease-in;
    -moz-transition: all .45s ease-in;
    -o-transition: all .45s ease-in;
    transition: all .45s ease-in;

}
.media-wrapper{
	
	}

.enigma_home_portfolio_showcase_overlay_inner {
    position: absolute;
    bottom:-110%;
    left: 0;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
.enigma_home_portfolio_showcase .enigma_home_portfolio_showcase_icons {
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.enigma_home_portfolio_showcase .enigma_home_portfolio_showcase_icons a {
    font-size: 1.3em;
    line-height: 1em;
    display: inline-block;
    margin-left: 2px;
    padding: 8px 8px;
    opacity: 1;
    text-decoration: none;
    margin-right:5px;
    border-radius:100%;
    width:60px;
    height:60px;
    transition: all 0.3s ease 0s;
}
.enigma_home_portfolio_showcase .enigma_home_portfolio_showcase_icons a i{
    font-size: 1.6em;
    line-height:40px;
}
.enigma_home_portfolio_showcase:hover .enigma_home_portfolio_showcase_overlay {
    visibility: visible;
    top: 0;
}

.enigma_home_portfolio_showcase:hover .enigma_home_portfolio_showcase_overlay_inner {
    visibility: visible;
    bottom:40%;
    left: 0;
}
.enigma_home_portfolio_showcase_fade {
    opacity: 0.8;
}
.enigma_home_portfolio_showcase_fade:hover .enigma_home_portfolio_showcase_overlay {
    display: none !important;
}
.enigma_home_portfolio_caption {
    border-radius: 0;
    padding: 0 0 15px;
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
    cursor: pointer;
}
.enigma_home_portfolio_caption:hover p{color:#fff; }
.img-wrapper:hover p{color:#fff; }

.enigma_home_portfolio_caption h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 9px 3px 0px;
    line-height: 35px;
    font-family: 'PT Sans Narrow', sans-serif;
}
.enigma_home_portfolio_caption small {
    font-size: 13px;
    line-height: 20px;
}
.enigma_home_portfolio_caption {
    background:#fff;
}

.enigma_home_portfolio_caption h3 a {
    color: #404040;
    font-size:20px;
}
.enigma_home_portfolio_caption small {
    color: #777777;
}

.enigma_proejct_button{
    border-radius: 0;
    padding: 15px 5px 5px;
    text-align: center;
    transition: all 0.4s ease 0s;
    text-align: center;
}
.enigma_proejct_button a {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight:700;
    font-size: 18px;
    line-height: 20px;
    margin: 8px 0;
    padding: 9px 20px;
    text-align: right;
    /*	text-transform: uppercase; */
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}

.enigma_portfolio_page{
    margin-bottom:70px;
}

/* Isotope Animating
 * -------------------------- */
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.enigma_portfolio_shadow{
    background: url('./images/shadow.png') no-repeat top center;
    position: absolute;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 99;
    width:100%;
    background-size: 95% 100%;
    height: 25px;
    bottom: 26px;

}
.service1{position: absolute; left: 0px; top: 0px; transform: translate3d(407px, 0px, 0px);}
.service2{position: absolute; left: 0px; top: 0px; transform: translate3d(419px, 0px, 0px);}
#isotope-service-container{height: 620px;}
/*Front Team Member*/
#team-division-box .team-box-mid.span6{margin-top: 2.5641%;  padding-right: 32px;padding-left: 32px;
}
.team-box .team-box-mid:nth-child(2n+1){margin-left: 0; }
#team-division-box .team-box {margin-top: 15px; }
.teammember{background-color: #f3f3f3; transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; }
.teammember:hover .team-name-deg {color:#F1F0F0;}
.teammember:hover .seperator{background-color:#F1F0F0;}
.teammember:hover {background-color: rgba(53,59,72,1);}
#team-division-box .teammember_img {height: 312px; max-width: 100%; }
.team-box-mid .team_overlay_content{
    float: left;
    padding-left: 30px;
    width: 50%;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}
.team-avatar {float: right;/* line-height: 0; */position: relative; overflow: hidden;}
.team-box-mid .team_overlay_content .title {word-wrap: break-word;font-size: 25px;font-weight: 500;letter-spacing: 0.3px; margin-top: 34px; margin-bottom: 15px;line-height: 35px;width: 82%;
                                            -webkit-transition: .3s ease-in-out;transition: .3s ease-in-out;-o-transition: .3s ease-in-out;-moz-transition:.3s ease-in-out;
}
.team-box-mid .team_overlay_content .team_prof {font-size: 18px;font-weight: 400;letter-spacing: 0.3px;margin-top: 19px;
                                                -webkit-transition: .3s ease-in-out;transition: .3s ease-in-out;-o-transition: .3s ease-in-out;-moz-transition:.3s ease-in-out;
}
.team-box-mid .team_overlay_content .team_inner_text {color: #FFFFFF; font-size: 14px; font-weight: 400; margin-top: 60px;margin-bottom: 10px;text-align: center; }
.team-box-mid .team_overlay_content .teamsocial {-webkit-transition: all 0.5s ease 0s;transition: all 0.5s ease 0s;-o-transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s; text-align: left;padding:0px;list-style: none outside none; margin: 47px 0 0; }
.team-box-mid .team_overlay_content .teamsocial li {display: inline-block; margin: 0 0 0 1px; height: 48px; width: 48px; text-align: center; line-height: 48px;transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s;}
.team-box-mid .team_overlay_content .teamsocial a {background-color: #FFFFFF;display: block; color: #615656;font-size: 20px;transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s;}
.team-box-mid .team_overlay_content .teamsocial li:first-child {margin: 0; }
.team-box-mid .team_overlay_content .teamsocial li:hover a{color: #ffffff; }

.teamsocial li:hover .team-fb{background-color: #BF2026;}
.teamsocial li:hover .team-tw{background-color: #55ACEE;}
.teamsocial li:hover .team-gp{background-color: #DD4B39;}
.teamsocial li:hover .team-li{background-color: #2D7BBD;}

#full-division-box .action-button.call-hover{border-bottom: 1px solid #444; transition: all 1s ease 0s;
                                             -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s;
}

.team-avatar img{display: block;position: relative;text-align: center;-webkit-transform: scale(1);transform: scale(1);
                 -webkit-transition: all 0.5s ease-in-out 0s;transition: all 0.5s ease-in-out 0s;width: 100%;z-index: 1;}

.teammember:hover{-webkit-transition: all 0.5s ease-in-out 0s;transition: all 0.5s ease-in-out 0s;-o-transition: all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;}

.rect-shape {border-bottom: 20px solid transparent; border-left: 21px solid #f3f3f3; border-top: 20px solid transparent; height: 0; position: absolute; top: 13%; width: 0; }
.seperator {background-color: #000; height: 1px; position: relative;width: 68%;-webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out;-o-transition: .3s ease-in-out;-moz-transition:.3s ease-in-out;}
.seperator > span {background: none repeat scroll 0 0 #BF2026;border-radius: 20px;bottom: 0;height: 3px;left: 50%;margin-left: -25px;position: absolute;right: 0;top: -1px; width: 50px; }
/*Front About Style*/
#about-section-box {padding-top:80px;}
#about-section-box { background-image: url("http://www.lawyersforemployers.com.au/nbl/wp-content/uploads/2015/10/what-we-do-BG.jpg");background-repeat: no-repeat;background-size:cover;-webkit-background-size: cover; -moz-background-size: cover; background-repeat: no-repeat;overflow: hidden;background-attachment:fixed;}
#about-section-box.avis-section .section_description {color: #FFFFFF; }
#about-section-box .botton_style .leftsquare::before, #about-section-box .botton_style .rightsquare::after { border-top: 2px solid rgba(255,255,255,0.2); }
.about_section_html {padding: 0 38px 0 18px;color: #ffffff;;line-height: 30px;}
.about_section_html {max-width:100%;}
.about_section_content .inner_html li {margin: -5px 0 28px;list-style: none;position: relative;padding-left: 84px; }
.inner_html.span6 h3 {color: #686868; font-size: 18px; font-weight: 400; margin: 0 0 8px; }
.about_section_html .inner_html .fa {font-size: 35px;position: absolute;left: 0;top: 3px;transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; }
.about_section_html .inner_html_image {text-align: right; }
.screenshot-image {line-height: 0;  padding-right: 70px;padding-top: 68px;}
.screenshot-image > img {max-width: 100%;}
#about-section-box .alignleft {float: none;margin: 0; }
#about-section-box .get-button {margin:40px 10px 0 0;text-align: center; float: left;}
#about-section-box.avis-section {margin-top: 25px;}
.screenshot-image.top-margin img {margin-top: 50px;}
#about-section-box .get-button.btn-center {float: none;}
.about_section_content .large-button.aligncenter {display: block;margin: 5px auto;width: 23%;}
#what_we_do, .section_description{color:#f2f2f2;}
.about-us-panel-title{padding-left:20px;}
/*Front Feature Style*/
#featured-box {padding-top:70px;padding-bottom:70px; }
.mid-box-mid {margin-top: 44px; }
.avis-iconbox.iconbox-top {display: table; text-align: center; vertical-align: middle;position: relative;}
.avis-iconbox.iconbox-top .iconbox-icon {background-color: #f3f3f3; width: 72%;height: inherit; line-height: 0; display: table; text-align: center; transition: all 0.8s ease 0s; -webkit-transition: all 0.8s ease 0s; -moz-transition: all 0.8s ease 0s; -o-transition: all 0.8s ease 0s; margin: 0 auto;padding: 0 20px;z-index: 900; }
#featured-box .mid-box-mid .mid-box .iconbox-content a {line-height: 28px;color: #444;font-size: 14px;}
.avis-iconbox.iconbox-top .iconbox-content{margin-top: 45px;color: #444; font-size: 14px; font-weight: 400;letter-spacing: 0.3px;}
.mid-box:hover .iconbox-icon i, .mid-box:hover .iconbox-icon h4, .mid-box:hover .iconbox-icon h4 a {color: #FFFFFF;  }
.iconbox-icon i {border-radius: 0; color: #444; font-size: 45px;line-height: 50px;padding: 20px 0; text-align: center; width: 50px;transition: all 0.3s ease 0s;-webkit-transition: all 0.3s linear 0s;-moz-transition: all 0.3s linear 0s;-o-transition: all 0.3s linear 0s;  }
.avis-iconbox h4 { color: #444; font-weight: 400; font-size: 18px;letter-spacing: 0.3px; text-transform: uppercase;transition: all 0.3s ease 0s;-webkit-transition: all 0.3s linear 0s;-moz-transition: all 0.3s linear 0s;-o-transition: all 0.3s linear 0s;}
.avis-iconbox h4 a{color: #444; font-size: 18px; font-weight: 400;letter-spacing: 0.3px; text-transform: uppercase;transition: all 0.3s ease 0s;-webkit-transition: all 0.3s linear 0s;-moz-transition: all 0.3s linear 0s;-o-transition: all 0.3s linear 0s;}	
.mid-box:hover .avis-iconbox.iconbox-top .iconbox-icon .fa-location-arrow {-webkit-animation: float 2s linear infinite;animation: float 2s linear infinite; }
.mid-box:hover .avis-iconbox.iconbox-top .iconbox-icon .fa-user{ -webkit-animation: burst 2s infinite linear;animation: burst 2s infinite linear;}
.mid-box:hover .avis-iconbox.iconbox-top .iconbox-icon .fa-money{-webkit-animation: pulse 2s linear infinite;animation: pulse 2s linear infinite; }
.mid-box:hover .iconbox-icon {cursor: pointer;background-color: #da3434;}
/*About Inner Page Style*/
.page-template-template-about-page #footer{margin-top: 100px;}
.about_page_content h3 {font-size: 30px;font-weight: 500; letter-spacing: 0.3px; text-align: center;margin-bottom: 0;line-height: normal;}
.about-avis-section {border: 1px solid #cdcdcd; padding: 40px 0 10px;margin-top: 100px; }
.about-avis-section h2.section_heading {font-family: 'PT Sans Narrow', sans-serif;font-weight: bold;font-size: 50px;letter-spacing: 0.3px; line-height: normal; text-align: center;margin: 0 0 7px;}
.about-avis-section .section_description {text-align: center; }
.about_page_content p {font-family: 'PT Sans Narrow', sans-serif;font-size: 14px; letter-spacing: 0.3px;font-weight: 400; }
.about_page_content .inner_html li {list-style: none outside none; margin: -5px 0 28px; padding-left: 84px; position: relative; }
.inner_html_image.span6 > img {max-width: 100%; }
.sections_inner_content {text-align: center;}
.about_page_content h3 p {margin-bottom: 0;}
.about_html_wrap {margin-top: 22px;}
.about-title-seperator {background-color: #efeeee; display: inline-block; height: 1px; margin: 25px 0 18px; position: relative; width: 15%; }
.about-title-seperator > span {background: none repeat scroll 0 0 #000000; border-radius: 20px; bottom: 0; height: 6px; left: 0; margin: 0 auto; position: absolute; right: 0; top: -3px; width: 50px; }
.page-container.clearfix > h3:before {background: none repeat scroll 0 0 #000; border-bottom: 2px solid;bottom: -2px;content: ""; display: block; left: 0; position: absolute; right: 0; width: 25%;}
.page-container.clearfix > h3{position: relative;border-bottom: 2px solid #efeeee;margin-bottom: 30px;text-align: left;font-size: 26px !important; font-weight: 500; letter-spacing: 0.3px; padding-bottom: 15px;}
.about_page_content .page-container.clearfix p {margin: 0;}
.avis_acc_set .avis_acc_title .fa {font-size: 20px;margin-right: 30px;vertical-align: middle;}
.about-page-wrapper div.avis_acc_title{background-image: none; }
.about-page-wrapper div.avis_acc_title.active{background-image: none; }
.work-container {margin-top: 15px; }
.process-inner{float: left;width: 220px;text-align: center;}
.work-procress-inner-wrap.one-fifth-part {background-color: #f3f3f3;float: left;padding-bottom: 20px;text-align: center; width: 192px;transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s;}
.work-procress-inner-wrap.one-fifth-part:hover{background-color:#BF2026;}
.process-inner:first-child {margin-left: 0;}
.process-inner:last-child {width: 200px;}
.work-procress-inner-wrap.one-fifth-part .fa, .work-procress-inner-wrap.one-fifth-part i {color:#333;font-size: 68px;margin-top: 25px;transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s;}
.work-procress-inner-wrap.one-fifth-part h3 {font-size: 20px; font-weight: 400; margin-bottom: 0; margin-top: 62px;transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s;}
.work-procress-inner-wrap.one-fifth-part:hover .fa, 
.work-procress-inner-wrap.one-fifth-part:hover i,
.work-procress-inner-wrap.one-fifth-part:hover h3 {color: #FFFFFF;}
.process-inner .fa.fa-chevron-right {line-height: 200px;margin: 0 0px;}
/*Front Testimonial Style*/
.testimonial_avatar_img {float: left;height: 165px;width: 165px;margin-left: 0px;margin-top: 10px;text-align: center;margin-right: 15px; -moz-border-radius: 100%;-webkit-border-radius: 100%;border-radius: 100%; border:2px solid rgba(191, 32, 38, 1); }
.testimonial_avatar_img > img {-moz-border-radius: 100%;-webkit-border-radius: 100%;border-radius: 100%;max-width: 100%;margin-top: 9px;}
.testimonial_quote_icon {float: left;font-size: 30px;color: #BF2026;}
.testimonial{  background-color: rgba(240, 240, 240, 1);
               padding: 25px 44px 30px 20px;}
			   .testimonial p
{ 
	text-align : justify;
			   }
/* Meet our partners*/
.partners :hover img{
    opacity:0.5;
}

/*Left side contact info*/
.left-contact{
    margin-top:15px;
    margin-left:0px;
}
.contact-phone, .contact-enquiry {
    font-weight: 700;
    font-size: 18px;
    background-color: #ebebeb;
    color: #333;
    margin-left: 5px;
    padding: 14px 15px 11px;
    display: inline-block;
    min-width: 66%;
    letter-spacing:1px;
}
.contact-phone:hover, .contact-enquiry:hover {
    background-color:#000;
    color:#fff;
    transition-duration: 0.3s;
}
.contact-icon {
    display: inline-block;
    background-color: #BF2026;
    color: #fff;
    padding: 10px 0;
    font-size: 20px;
    min-width: 15.5%;
    float: left;
    margin-bottom: 5px;
    text-align: center;}
#right-sbi{
    min-width: 20.5%;
}
#right-sb{
    padding: 13px 15px 11px;
    min-width: 77%;
}
.cp{
    margin-bottom:25px;
}
table#bt{
    width: 100%;
}
table#bt td{
  text-align:left;  
}
    
    table#bt td:nth-child(odd) {
        width:30%;
    } 
    table#bt td:nth-child(even) {
        width:70%;
    }
table#bt tr:nth-child(even) {
    background-color: #eee;
}
table#bt tr:nth-child(odd) {
    background-color: #fff;
}
table#bt th {
    color: white;
    background-color: #be2026;
}
ul.bt-list li{
    text-align:left;
   }
