/* For background image */
.hero_slider_bg, .video_area_bg, .romana_team_area, .home2_video_area_bg1, .home2_video_area_bg2, .cta_area, .romana_blog_img, .romana_blog_detail_img1{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}
/* For before/after only bacground img overlay*/
.hero_slider_bg:after, .video_area_bg:after, .romana_team_area:after, .home2_video_area_bg1:after, .cta_area:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom:auto;
    right: auto;
    z-index: -1;
    background-color: rgba(34,34,34,.89);
}
/* 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, .single_portfolio{
    -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: #2B5FB2 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    line-height: 52px;
    border-radius: 3px;
    font-size: 13px;
}
.common_btn i{
    position: relative;
    top:1px;
    padding-left: 17px;
}
/* For Button Hover Effect */
.hvr-shutter-out-vertical::before {
    background: #1f89ec none repeat scroll 0 0;
    border-radius: 3px;
}
/* For Owl-img */
.owl-carousel .owl-item img {
    width: auto;
}
/* For Owl-Dots */
.owl-dots{
    position: absolute;
    bottom: 7%;
    left: 0;
    text-align: center;
    width: 100%;
    top:auto;   
}
.owl-dot{
    color: #fff;
    display: inline-block;
/*
    width: 10px;
    height: 10px;
*/
    margin: 5px;
    padding: 5px;
    background-color: transparent;
    font-weight: 800;
    position: relative;
}
.owl-dot:after{
    background-color: #ffffff;
    content: "";
    height: 2px;
    left: 19px;
    position: absolute;
    top: 15px;
    width: 7px;
}
.owl-dot:last-child:after{
    width: 0px;
}
.owl-dot.active{
    color: #2B5FB2;
}
/* 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 #2B5FB2;
    color: #2B5FB2;
}
.owl-nav div.owl-next {
    left: auto;
    right: 50px;
}