/* 
    Document   : sec_style
    Created on : Jan 11, 2017, 9:54:02 PM
    Author     : Netpear
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body{
    color: #150707 !important;
}
/*Registering the fonts*/
@font-face {
    font-family: Dynalight;
    src: url("Dynalight-Regular.otf") format("opentype");
}

/*TEAM CSS*/
.team-section .team-member .image{
    border: 2px solid #e7e7e7;
    display: block;
    max-height: 175px;
    max-width: 175px;
    overflow: hidden;
    margin: 0px auto !important;
    border-radius: 50%;
}
.team-section .team-member .image img{
    height: auto !important;
}
.our_team_ul li{
    display: inline-block;
    width: 19.2%;
    padding: 10px;
}
.team-section .team-member .inner-box{
    text-align: center;
}
.out_team_btn a{
    background: #393939 !important;
    border: none !important;
    margin-top: -60px;
}
.out_team_btn a:hover, .out_team_btn a:focus  {
    background: #5a011f !important;
    border: none !important;
}
.expert_thumb_img{
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
}
.expert_wrapper{
    padding-top: 10px;
}

.team-memberv3{
    margin-bottom: 30px !important;
}
.image-box.expert_img_wrapper{
    max-height: inherit !important;
    max-width: 60% !important;
    float: left;
    min-width: 100%;
    margin-bottom: 25px;
}
.expertpage_title{
    text-align: center !important;
    color: #5A011F!important;
    font-family: "Lato",sans-serif;
}

/*TESTIMONIAL CSS*/
.testimonial-carousel .slide-info .image-thumb img{
    height: 80px;
}
.testimonial-carousel .slide-info {
    padding: 15px 15px 44px 0;
    position: relative;
}
.testi_slide{
    margin-bottom: 10px !important;
}
.testi_user{
    padding-bottom: 0px !important;
}

/*SERVICE CSS*/
.default-service-column .service-header{
    padding-left: 0px;
}
.ser_layer{
    position: absolute;
    top: 0;
    background-repeat: repeat-x repeat-y;
    width:100%;
    height:100%;
    opacity:0;
}
.ser_box{
    text-align: center !important;
}
.service_imgbox{
    border-bottom: 2px solid #5a011f !important;
}
.ser_title {
    border-bottom: medium none !important;
    min-height: auto !important;
}
.ser_readmore_link{
    bottom: 40%;
    color: #fff !important;
    left: 30%;
    padding-top: 25px;
    position: absolute;
    right: 30%;
    text-align: center;
}
.ser_fa {
    font-size: 24px;
    height: 24px;
    width: 24px;
    text-align: center;
}
.serviceimg {
    position: relative;
    overflow: hidden;
}
.serviceimg img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.ser_box:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.default-service-column .service-header .icon{
    margin-bottom: 0px;
    width: 70px;
    height: 70px;
    top: -32px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #5a011f;
    position: none !important;
}
.ser_icon{
    line-height: 55px !important;
}
.ser_icon_container{
    left: 40%;
    position: absolute;
    text-align: center !important;
    top: -10px;
    width: 100%;
}
.ser_readmore_link a, .ser_readmore_link a:hover, .ser_readmore_link a:focus{
    color: #fff !important;
}
.service_imgbox{
    padding-bottom: 0px !important;
}
.ser_overlay{
    padding: 15px 0px;
}
.ser_img {
    width:100%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.ser_overlay_onhover {
    position: relative;
    background: #5a011f;
    border: none;
}
.ser_overlay_onhover:after, .ser_overlay_onhover:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ser_overlay_onhover:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #5a011f;
    border-width: 15px;
    margin-left: -15px;
}
.ser_overlay_onhover:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: none;
    border-width: 36px;
    margin-left: -36px;
}
.ser_img:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.ser_overlay_onhover > a {
    color: #fff;
}
.ser_overlay_onhover p{
    margin: 0px;
    padding: 30px 0px;
}
.ser_box:hover .image {
    -webkit-transform:scale(1.3);
    transform:scale(1.3);
}
.image {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.ser_content{
    position: relative;
}
.ser_overlay_onhover {
    background: #5a011f none repeat scroll 0 0;
    position: absolute;
    width: 100%;
    display: none;
    -webkit-transition-property: top;
    -webkit-transition-duration: 1s;
    bottom: 0;
}
.service_subtitle{
    color: #5a011f;
    font-family: Dynalight !important;
    font-size: 24px !important;
    font-weight: 400;
    line-height: 1.44444em;
}

/*HEADER CSS*/
.main-header .lower-section, .fixed-header .lower-section{
    background: #5a011f;
}

/*SPONSORS CSS*/
.sponsors-slider li{
    padding: 15px;
}

/*VC PAGE TEMPLATE*/
.welcome-section {
    padding: 40px 10px !important;
    position: relative;
}

/*WIDGET CSS*/
.widget_subtitle{
    color: #ffffff;
    font-family: Dynalight !important;
    font-size: 24px !important;
    font-weight: 400;
    line-height: 1.44444em;
    margin-top: -5px;
}
.widget_heading{
    text-align: center;
    border-bottom: 2px solid #fff !important;
}
.widget_title {
    font-size: 24px;
    font-weight: bold;
}
.widget_body{
    padding: 0px;
}
.widget_body li{
    border-bottom: 1px solid #5A011F;
    padding: 10px 5px;
}
.widget_body li:hover, .widget_body li:focus{
    background: #5A011F;
    color: #fff !important;
}
.widget_panel{
    border: none;
    border-color: none !important;
    margin-bottom: 50px;
}
.widgetfield{
    max-width: 100%;
    margin-bottom: 5px;
    border-radius: 0px;
}
.widget_body li:hover a{
    color: #fff !important;
}
.viewmore_service{
    background: #393939;
}
.viewmore_service:hover, .viewmore_service:focus{
    background: #5A011F;
}
.viewmore_service{
    color: #fff !important;
}
.form_widget_body{
    padding: 15px !important;
}
.widget_form_btn {
    background: #a71919 none repeat scroll 0 0;
    color: #fff;
    height: 40px !important;
    margin : 20px 0px 10px;
    width: 100%;
}
.widget_form_btn:hover, .widget_form_btn:focus{
    background: #2D0110 !important;
     transition: all 300ms ease 0s;
}

.icon.widget_icon {
    background: #fff none repeat scroll 0 0 !important;
    border: 2px solid #5A011F;
    border-radius: 540%;
    bottom: -15px;
    height: 57px;
    margin: 0 auto;
    padding: 15px;
    position: relative;
    width: 55px;
    z-index: 3;
}
.widget_form_btn:hover{
    background: #5A011F;
}
.wpcf7-form br{
    display: none;
}
.wpcf7-form > p {
    margin: 0;
    padding: 0;
}

/*OVERWRITTEN CSS*/
.news-section .inner-box ul li, .comment .text ul li, .news-section ul li, .news-section ul li {
    display: block;
    /* float: left; */
    list-style-type: square;
    display: list-item;
    margin-left: 27px;
    font-family: 'Lato', sans-serif;
}
.sidebar-page-container{
    padding: 25px 0px 0px;
}
.main-header .top-bar .search-box button{
    color: #f1dca1;
}
.team-section.extended {
    padding: 20px 0;
}
.current-menu-item  > a, .current-page-ancestor > a {
border-radius:5px;
background:#2d0110 !important;
color:#ffffff;	
}
.active > a{
  padding:10px 15px 10px 15px !important;
  border-radius: 0;
  /* background:#2d0110; */
  color:#ffffff;
}
.content-layer > h3, service_titles {
    color: #fff !important;
}
.wpb_wrapper h2, firm_titles{
    font-family: "Lato",sans-serif;
}
.footer-bottom{
    font-family: "Lato",sans-serif !important;
}
.hidden-bar .logo{
    background: #fff !important;
}
.hidden-bar{
    background: #5A011F;
}
.hidden-bar .side-menu ul li a, .hidden-bar .side-menu ul li a:hover, .hidden-bar .side-menu ul li a:focus{
    color: #fff !important;
}
.consult-section .auto-container{
    padding-left: 0px;
}
.consultationform_heading {
    text-align: center;
}
.consultationform_heading::after{
    left: initial !important;
    margin-left: -45px !important;
}
.consultation_form_btn{
    text-align: center !important;
}
.hide_large_Screens{
    display: none !important;
}
.hide_small_Screens{
    display: block;
}
.date.blog_date {
    height: 80px;
}
.team_inner_box {
    position: relative;
    text-align: center;
}
.team_inner_box :hover{
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.team_inner_box::after {
    background-color: rgba(255, 255, 255, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: none 0s ease 0s ;
    width: 0;
}
.team_inner_box:hover::after {
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.3s ease-out 0s;
    width: 120%;
}


/*MEDIA CSS*/

@media(min-width: 1025px) and (max-width: 1199px){
    .team-section .team-member .image{
    }

}
@media(min-width: 992px) and (max-width: 1024px){
    .our_team_ul li{
        display: inline-block;
        width: 32.5%;
    }
}
@media(min-width: 768px) and (max-width: 872px){
    .our_team_ul li{
        display: inline-block;
        width: 32.5%;
    }
}
@media(min-width: 873px) and (max-width: 991px){
    .our_team_ul li{
        display: inline-block;
        width: 32.5%;
    }
}
@media(min-width: 120px) and (max-width: 767px){
    .our_team_ul li{
        display: inline-block;
        width: 100%;
    }
    .footer-bottom .footer-nav li{
        margin-left: 0px;
    }
    .footer-nav.clearfix{
        float: left;
    }
    .footer-bottom{
        width: 100% !important;
    }
    .padd-bott-70{
        padding-bottom: 0px !important;
    }
    
}
@media(min-width: 120px) and (max-width: 991px){
.hide_large_Screens{
        display: block !important;
    }
    .hide_small_Screens{
        display: none !important;
    }
}
.out_team_btn a {
    background: #5a011f !important;
    border: none !important;
    margin-top: -60px;
}