/* For background image */
.hompage_slider_bg, .team_area, .homepage_five_bg, .client_area, .post-thumb, .imagebox-image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}
/* For before/after only bacground img overlay*/
.hompage_slider_bg:after, .team_area:after, .client_area:after, .homepage_five_bg:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom:auto;
    right: auto;
    z-index: -1;
    background: rgba(2, 2, 2, 0.7) none repeat scroll 0 0;
}
/* For before/after */
.why_choose_text li::after{
    position: absolute;
    content: "";
    left: 0;
}
/* For Transition */
.search, .main_menu li a, ul.sub_menu, .sub_menu > li > a::before, .owl-nav div, .owl-dots div, .team_social_link > a, .single_tema, .footer_social_icon a, .search_expand > a i, .common_input input, textarea, .single_recent_post h4, .widget.widget_category a, .widget.widget_category a:after, .widget.widget_category li, .hover_content, .pfl_popup{
    -webkit-transition-duration: .5s; 
    transition-duration: .5s;
}
/* For Display table */
.display_table {
    display: table;
    height: 100%;
}
.display_table_cell {
    display: table-cell;
    height: 0px;
    vertical-align: middle;
}
/* For Common Button */
.common_btn{
    background: #00abc9 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    line-height: 52px;
    font-size: 13px;
}
.common_btn i{
    position: relative;
    top:1px;
    padding-left: 17px;
}
/* For Button Hover Effect */
.hvr-shutter-out-vertical::before {
    background: #333333  none repeat scroll 0 0;
}
/* For Owl-img */
.owl-carousel .owl-item img {
    width: auto;
}

.hompage_slider .owl-dots div {
    background: #497cbf;
    display: inline-block;
    height: 5px;
    width: 25px;
    z-index: 1;
    margin: 15px 0;
}


.hompage_slider .owl-dots {
    position: absolute;
    left: 0;
    top: auto;
    width: 100%;
    bottom:  7%;
    text-align:  center;
}

.hompage_slider .owl-dots div.active {
    background: #fff;
    transition:  all 0.5s ease 0s;
    height: 3px;
}

.hompage_slider.home2 .owl-dots div{
	
}


/* For Owl-Nav */
.owl-nav div {
    border: 2px solid #fff;
    color: #fff;
    font-size: 19px;
    height: 40px;
    left: 50px;
    line-height: 35px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.owl-nav div:hover{
    border: 2px solid #497cbf;
    color: #497cbf;
}
.owl-nav div.owl-next {
    left: auto;
    right: 50px;
}