.fixed {
    position: fixed;
    top: 0;
    background: #f9f9f9 !important;
}

#our_services > #headers > .menu {
    position: relative;
}

#headers > .menu > nav > .navigation > li > ul {
    position: absolute;
    /* height: 300px; */
    background: #fff;
    border: 1px solid #f5f5f5;
    z-index: 1000;
    /* padding: 20px; */
    /* right: 37%; */
    width: 210px;
    top: 43px;
    display: none;
}

#headers > .menu > nav > .navigation > li > ul > li {
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
}

#headers > .menu > nav > .navigation > li > ul > li > a {
    color: #333;
    cursor: pointer;
    font-size: 14px;
}

#headers > .menu > nav > .navigation > li > ul > li:hover {
    background: #034fa2
}

#headers > .menu > nav > .navigation > li > ul > li:hover a {
    color: #fff;
}

#headers > .menu > nav > .navigation > .about_us:hover > #about_us_title {
    width: 180px;
}

#headers > .menu > nav > .navigation > .services_title:hover #services_branches {
    display: block;
}

#headers > .menu > nav > .navigation > .about_us:hover #about_us_title {
    display: block;
}

#banner {
    display: block;
    height: 450px;
}

#banner > img {
    display: block;
    width: 100%;
    height: 100%;
}

#services_content {
    margin: 0 auto 0;

}

#services_content > .branch_services {
    padding: 50px 0 0;
}

/*#services_content>.branch_services:nth-of-type(2n){
    background:#eee;
}*/
#services_content > .branch_services > .content {
    width: 1200px;
    margin: auto;
    margin-top: 40px;
}

#services_content > .branch_services > .content > h3 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

#services_content > .branch_services > .content > .h3_bottom {
    border-bottom: 6px solid #da7272;
    width: 150px;
    margin: 10px auto;
}


#services_content > .branch_services > .content > p {
    margin-left: 100px;
    line-height: 30px;
    font-size: 16px;
    margin-top: 20px;
}

#services_content > .branch_services > .content > .italic_font {
    font-size: 16px;
    font-style: italic;
}

#services_content > .branch_services > .content > ul {
    margin-left: 100px;
    font-size: 16px;
    /*background: #f9f9f9;*/
    margin-top: 10px;
    border-radius: 10px;
    padding: 0 30px 0 0;
}

#services_content > .branch_services > .content > h4 {
    font-weight: bold;
    color: #ef6b51;
    font-size: 20px;
    margin-left: 100px;
    margin-top: 20px;
}

#services_content > .branch_services > .content > h5 {
    font-size: 16px;
    font-weight: bold;
    margin-left: 100px;
    margin-top: 18px;
}

#services_content > .branch_services > .content > ul > li {
    padding: 10px 0;
    /* list-style: initial; */
    display: flex;
    align-items: center;
}

#services_content > .branch_services > .content > ul > li > .triangle {
    margin-right: 10px;

}

.right_nav {
    position: fixed;
    top: 40%;
    right: 5%;
    display: none;
}

.right_nav > li {
    display: flex;

}

.right_nav > li > .left_circular > .circular {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #333;
    display: flex;
}

.right_nav > li > .left_circular > .active_color {
    border: 2px solid #018bdc;
    color: #018bdc;
}

.right_nav > li > .left_circular > .circular > .inner_circle {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 2px solid #333;
    margin: auto;
}

.right_nav > li > .left_circular > .active_color > .inner_circle {
    border: 2px solid #018bdc;
}

.right_nav > li > .left_circular > .vertical_line {
    width: 1px;
    height: 30px;
    background: #333;
    margin-left: 7px;
}

.right_nav > li > a {
    margin-left: 10px;
    cursor: pointer;
}

.left_nav {
    position: fixed;
    top: 70%;
    left: 5%;
    display: block;
}

.active_nav {
    position: fixed;
    top: 15%;
    left: 5%;
    display: none;
}

#headers > .menu > nav > .navigation > .our_strengths:hover .dropdown-menu {
    display: block;
}

#headers > .menu > nav > .navigation > .contact_us:hover .dropdown-menu {
    display: block;
}

.layui-nav {
    background-color: transparent;
    color: #333;
}

.layui-nav-tree .layui-nav-item {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.triangle {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #262626;
}

.layui-nav-tree .layui-nav-item a {
    color: #262626;
    font-weight: 500;
    text-overflow: clip;
}

.layui-nav-tree .layui-nav-item a:hover {
    background: transparent !important;
    color: #ef6b51;
}


.layui-nav-tree .active_item a {
    color: #ef6b51;
}

.layui-nav-tree .active_item div {
    border-left-color: #ef6b51;
}

@media screen and (max-width: 1560px) {
    #services_content > .branch_services > .content {
        width: 900px;
    }

    #services_content > .branch_services > .content > p {
        font-size: 16px;
    }

    .right_nav {
        right: 1%;

    }
}

@media screen and (max-width: 1440px) {
    #services_content > .branch_services > .content {
        width: 900px;
    }

    #services_content > .branch_services > .content > p {
        font-size: 16px;
    }

    .right_nav {
        right: 1%;

    }
}











.ui-autocomplete-loading {
    background: white url("/static/img/ui-anim_basic_16x16.gif?3b2fa5719af2") right center no-repeat;
}