.align-right{
    float:right;
}
.align-center{
    text-align: center;
}
.red-color{
    color: red;
}
.green-color{
    color: green;
}
.small-img{
    padding: 2px;
    border: 1px solid #0aa89e;
}

.btn.delete_photo{
    position: absolute;
    right: 16px;
    top: 3px;
}
.align-right{
    float: right;
}
.service_connection img{
    width: 100%;
}
@media(max-width:767px) {
    .our-blog-pages {
        background: none;
    }
}
table.table-condensed{
	font-size: 13px;
}

.form-inverse .checkbox-styled:not(ie8) input.all_locals ~ span:before, .form-inverse .radio-styled:not(ie8) input.all_locals ~ span:before {
    margin-top: 10px;
    border-color: white;
}

.th_right th{
    align:"right";
}
.main-box.transparent{
    background: transparent;
}
/*.row {
    display: flex;
    flex-wrap: wrap;
}
.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}*/

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 15% auto;
    }
}

.select2-container{
    width: 100%;
}

.login-form .submit-button {
    background: #4d92c8;
    border-radius: 2px;
    border-width: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: roboto, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    height: 32px;
    line-height: 16px;
    letter-spacing: 0.01em;
    margin: 20px auto 0 auto;
    padding: 0;
    text-align: center;
    text-shadow: none;
    width: 240px;
    position: relative;
}
.b-login-form .submit-button, .b-login-form-extended .submit-button {
    background: #7F96B9;
}
.login-form input {
    background: transparent;
    border-bottom: 1px solid #BBBBBB;
    box-shadow: inset 0 0 0 5000px #fff;
    display: block;
    position: absolute;
    top: 0;
    bottom: 3px;
    left: 0;
    right: 0;
    z-index: 1;
    border: 1px solid rgba(0,0,0,.2);
    padding-left: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 0 0 1px 0;
    filter: none;
    width: 100%;
    height: 27px;
    line-height: 18px;
    font-family: roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #323232;
}
.b-login-form, .b-login-form-extended {
    background: #fff;
    border: 0;
    margin: -240px 0 76px -160px;
    position: absolute;
    width: 320px;
    left: 50%;
    top: 50%;
}
.b-login-form .b-login-form__padder {
    padding: 0;
}
.b-logo {
    height: auto;
    margin: 20px 0;
    padding: 24px 0 32px;
    width: auto;
    text-align: center;
}
.login-form div {
    position: relative;
    height: 47px;
    width: 240px;
    margin: 0 auto 20px;
}
.b-login-form .submit-button, .b-login-form-extended .submit-button {
    background: #7F96B9;
}
.b-login-form .submit-button, .b-login-form-extended .submit-button {
    background: #7F96B9;
}
div.b-login-form__naupp-link + div {
    height: 0;
}
.login-form div {
    position: relative;
    height: 47px;
    width: 240px;
    margin: 0 auto 20px;
}

#table-example_wrapper{
    display: inline-block;
}
#table-example_filter{
    display: inline-block;
}
.blog_section {
    padding-top: 5rem;
    padding-bottom: 3rem;
}
.blog_section .blog_content .blog_item {
    position: relative;
    overflow: hidden;
    margin: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);

}
.blog_section .blog_content .blog_item:hover .blog_image img {
    transform: scale(1.1);
}
.blog_section .blog_content .blog_item .blog_image {
    overflow: hidden;
    padding: 0;
}
.blog_section .blog_content .blog_item .blog_image img {
    width: 100%;
    transition: transform 0.5s ease-in-out;
}
.blog_section .blog_content .blog_item .blog_image span i {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    width: 38px;
    height: 45px;
    padding-top: 7px;
    text-align: center;
    right: 20px;
    top: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
    background-color: #29ad45;
}
.blog_section .blog_content .blog_item .blog_details {
    padding: 25px 20px 30px 20px;
}
.blog_section .blog_content .blog_item .blog_details .blog_title h5 a {
    color: #020d26;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    transition: all 0.3s;
    text-decoration: none;
}
.blog_section .blog_content .blog_item .blog_details .blog_title h5 a:hover {
    color: #ff5e14;
}
.blog_section .blog_content .blog_item .blog_details ul {
    padding: 0 3px 10px 0;
    margin: 0;
}
.blog_section .blog_content .blog_item .blog_details ul li {
    display: inline-block;
    padding-right: 15px;
    position: relative;
    color: #7f7f7f;
}
.blog_section .blog_content .blog_item .blog_details ul li i {
    padding-right: 7px;
}
.blog_section .blog_content .blog_item .blog_details p {

    margin-top: 4px;

}
.blog_section .blog_content .blog_item .blog_details a {
    font-size: 13px;
    display: inline-block;
    color: #ff5e14;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;

}
.blog_section .blog_content .blog_item .blog_details a:hover {
    color: #020d26;
}
.blog_section .blog_content .blog_item .blog_details a i {
    vertical-align: middle;
    font-size: 20px;
}
.blog_section .blog_content .owl-nav {
    display: block;
}
.blog_section .blog_content .owl-nav .owl-prev {
    position: absolute;
    left: -27px;
    top: 33%;
    border: 5px solid #fff;
    text-align: center;
    z-index: 5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    outline: 0;
    background: #ff5e14;
    transition: all 0.3s;
    color: #fff;
}
.blog_section .blog_content .owl-nav .owl-prev span {
    font-size: 25px;
    margin-top: -6px;
    display: inline-block;
}
.blog_section .blog_content .owl-nav .owl-prev:hover {
    background: #fff;
    border-color: #ff5e14;
    color: #ff5e14;
}
.blog_section .blog_content .owl-nav .owl-next {
    position: absolute;
    right: -27px;
    top: 33%;
    border: 5px solid #fff;
    text-align: center;
    z-index: 5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    outline: 0;
    background: #ff5e14;
    color: #fff;
    transition: all 0.3s;
}
.blog_section .blog_content .owl-nav .owl-next span {
    font-size: 25px;
    margin-top: -6px;
    display: inline-block;
}
.blog_section .blog_content .owl-nav .owl-next:hover {
    background: #fff;
    border-color: #ff5e14;
    color: #ff5e14;
}

@media only screen and (max-width: 577px) {
    .blog_section .owl-nav .owl-prev {
        left: -17px !important;
    }
    .blog_section .owl-nav .owl-next {
        right: -17px !important;
    }
}
a.view-more{
    border: 1px solid #29ad45;
    border-radius: 5px;
    padding:  5px 10px 5px 10px;
    background-color: green;
    color: white !important;
}

a.view-more:hover{

    background-color: #099782;
    color: white !important;
    box-shadow:0px 1px 5px #099782;

}

.font-family-blog{
    font-family: 'Montserrat', sans-serif;
}
.img-blog-detail{
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}