html #header.header-transparent {
    position: relative;
}
.text_center{
    text-align: center;
}
.owl-carousel.nav-dark.nav-style-1 .owl-nav .owl-next, .owl-carousel.nav-dark.nav-style-1 .owl-nav .owl-prev {
    color: #fff !important;
    background-color: #02020270 !important;
    border: 1px solid gray !important;
}
.show_more {
    padding: 10px 34px !important;
    font-size: 13px !important;
    margin: auto;
    display: block;
}
.word-rotator i, .word-rotator em, .word-rotator b {
    font-style: italic !important;
    font-weight: normal;
    font-size: 31px;
    margin: 33px 0 13px;
}
.tbn_home_slide{
    font-size: 20px;
}
.max_w{
    margin: auto;
    /*max-width: 444px;*/
    line-height: 35px;

}
.button {
    position: relative;
    padding: 8px 16px;
    background: #1b357c;
    border: none;
    outline: none;
    border-radius: 2px;
    cursor: pointer;
}

.button:active {
    background: #007a63;
}

.button__text {

    color: #ffffff;
    transition: all 0.2s;
}

.button--loading .button__text {
    visibility: hidden;
    opacity: 0;
}

.button--loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}
.page-header h1 {

    line-height: 39px !important;

}

.h1_line{
    line-height: 39px !important;
}
footer .list.list-icons {
    width: 95%;
}
.accordion .card-header a [class*="fa-"], .accordion .card-header a .icons {

    top: 1px;
    left: 7px;
}
.image_svg_service{
    width: 29px;
    margin: -5px 1px -1px 11px;
}
.bg-color-light-scale-100 {
    background-color: #ffffff !important;
}
.page-header222 {
    margin: 0 0 0;
    padding: 33px 0 20px 0 !important;
}
h2 {
    margin: 0 0 7px;
}
.page-header.page-header-modern.page-header-md {
    padding: 37px 0 0px;
    margin: 0;
    text-align: right;
}

.word-rotator.type .word-rotator-words::after {
    display: none;
}

.feature-box .feature-box-icon.feature-box-icon-extra-large {
    width: 70px;
    height: 70px;
    flex: unset;
}
.feature-box22{
    display: flex;
    justify-content: center;
}
.img-fluid2 {
    max-height: 275px;
    display: block;
}
#header .header-top {

    min-height: 44px;
    height: 44px;
}
.overlay::before {
    background: #21252900;
}
.hero_button:hover {
    color: #050454;
    background-color: white;
    text-decoration: none !important;
    cursor: pointer;
}

.hero_button {

    border: 1px solid white;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    cursor: pointer;
}
.box_btn_slider{
    display: flex;
    justify-content: space-around;
    width: 321px;
    margin: auto;
}
.title_slider_home{
    font-size: 70px;
    font-weight: 900 !important;
}
.title_3_text{
    color: #374672 !important;
    margin-top: 26px;
    margin-left: 14px;
}
html .svg-fill-color-primary svg path, html .svg-fill-color-primary svg rect, html .svg-fill-color-primary svg line, html .svg-fill-color-primary svg polyline, html .svg-fill-color-primary svg polygon {
    fill: #fff !important;
}
html .bg-color-quaternary, html .bg-quaternary {
    background-color: #1e3b89 !important;
}
.feature-box .feature-box-icon {
    background-color: rgba(0, 0, 0, 0);
}

.owl-stage2{
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.owl-stage2 img{
    width: 165px;
}
.box_icon_contact{
    margin: 12px 1px -7px 10px;
    display: table-caption;
    color: #1e3d91;
}
.box_icon_what{
    border: none !important;
    font-size: 27px !important;
    margin: -8px 0 0 0 !important;
    padding: 0 !important;
}
.blog-posts img{
    max-width: 100%;
}
.fadeInUpShorter {
    animation-name: fadeInUpShorter;
    line-height: 34px;
    text-align: justify;
}
.image_size_blog {
    text-decoration: none !important;
    display: block;
    width: 100%;
    height: 188px;
    overflow: hidden;
    margin-bottom: 18px;
}
.li_icon_dis{
    padding: 1px !important;
}
ul.simple-post-list .post-image {
    float: right;
    margin-right: 12px;
}
ul.simple-post-list .post-info a{
    margin-right: 11px;
}
.tabs ul li{
    width: 100%;
    border-bottom: 1px solid;
    text-align: center;
}
.image_baner_blog{
    width: 100%;
    margin-bottom: 14px;
}






@media (max-width: 575px)
{
    .btn_contact_h{
        width: max-content;
    }
    #header .header-logo img {
        z-index: 1;
        width: 99%;
        height: auto;
        max-width: 200px;
    }
    .img_blog_home{
        width: 100%;
    }
    #productDescription img{
        width: 100%;
    }
    .title_slider_home {
        font-size: 59px !important;

    }
    #header .header-nav-main nav>ul li.dropdown .dropdown-menu {
        display: block;
    }
    .image_baner_blog{
        display: none;
    }
}
@media (min-width: 992px)
{
    #header .header-nav {
        justify-content: space-between;
    }

}






