header{
    position: relative;
    z-index: 99;
}
.hdr_sec,
.hdr_mb_sec {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.hdr_mb_sec {
    display: none !important;
}
.et_pb_menu__wrap {
    width: 100% !important;
}
nav.et-menu-nav {
    width: 100% !important;
}
.et_pb_menu__menu {
    width: 100% !important;
}
.et_pb_menu_inner_container.clearfix {
    width: 100% !important;
}
div#main-content {
    margin-top: 150px;
}
/* header year */
.hdr_year_row {
    background: #D1441F;
}
.hdr_year_txt {
    color: #fff;
    font-size: 16px;
}
.hdr_year_icn {
    display: flex;
}
.hdr_year_icn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.hdr_year_txt_box_inr {
    padding: 15px 50px;
}
.hdr_year_txt b {
    padding: 0 5px;
}
/* -------main header---- */
.hdr_main_row,
.hdr_ser_row {
    padding: 0px 50px !important;
    background-color: #fff !important;
}
.hdr_col1 {
    width: 20% !important;
}
.hdr_col2 {
    width: 50% !important;
}
.hdr_col3 {
    width: 30% !important;
}
/* logo */
.hdr_logo img {
    width: 100%;
    height: 75px;
    object-fit: contain;
}
/* --menu-- */
.hdr_menu ul {
    width: 100% !important;
    justify-content: center !important;
}
.hdr_menu ul {
    margin: 0 !important;
}
.hdr_menu ul>li {
    padding: 40px 40px !important;
    margin: 0 !important;
    transition: 0s !important;
    text-align: center;
}
.hdr_menu ul li a {
    font-size: 16px;
    padding: 0 !important;
    font-weight: 400;
    color: #000 !important;
    opacity: 1 !important;
    transition: 1s;
    text-transform: capitalize;
    width: 100% !important;
    display: flex !important;
    justify-content: left !important;
    line-height: 1.5;
}
/* .hdr_menu ul li ul {
    border-color: #D1441F !important;
    padding: 0 !important;
    visibility: hidden !important;
    transition: 0s !important;
    transform: rotateX(90deg);
    transform-origin: top;
    width: 250px !important;
}
.hdr_menu ul li ul li {
    padding: 7px 10px !important;
    border-bottom: 1px solid #D1441F;
    width: 100% !important;
    background: #fff !important;
}
.hdr_menu ul li ul li a {
    padding: 0 !important;
    background: #fff0 !important;
    justify-content: left;
}
.hdr_menu ul li a:hover,
.hdr_menu ul li.current_page_item a {
    color: #D1441F !important;
}
.hdr_menu ul li:hover>ul {
    visibility: visible !important;
    transition: 1s !important;
    transform: rotateX(0deg);
}
.et-menu .menu-item-has-children>a:first-child:after {
    right: -15px !important;
    top: 1px !important;
    line-height: 1.3;
} */
/* --menu end-- */
/* --button-- */
.call_btn_box_inr {
    width: 275px;
    height: 60px;
    background: #D1441F;
    justify-content: space-between;
    border-radius: 50px;
}
.call_btn_txt {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    width: 205px;
    background: #FFFFFF;
    height: 100%;
    border-radius: 50px;
    border: 1px solid #D1441F;
}
.call_btn_txt span {
    display: flex;
}
.call_btn_img {
    display: flex;
}
.call_btn_img img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-left: 25px;
}
span.call_sml_txt {
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 400 !important;
}
.call_btn_txt span {
    font-size: 20px;
    font-weight: 700;
    color: #d1441f;
}
.call_btn_txt {
    padding-left: 25px;
    padding-top: 7px;
}
.hdr_btn_box .site_btn_main_box {
    justify-content: right;
}
/* header service row */
ul#menu-services {
    width: 100%;
    border: 1px solid #DDDDDD;
    margin: 0 !important;
        justify-content: center;
}
ul#menu-services li {
    padding: 0;
    margin: 0;
    width: 258px;
    flex: 1 !important;
    text-align: center;
    display: flex;
    justify-content: center;
    line-height: 1;
    height: 60px;
    align-items: center;
    border-right: 1px solid #DDDDDD;
}
ul#menu-services li a {
    padding: 0;
    font-size: 16px;
    color: #000;
	transition:1s;
}
ul#menu-services li a:hover,ul#menu-services li.current_page_item a {
    color: #d1441f;
    opacity: 1 !important;
}
ul#menu-services li:last-child {
    border-right: none;
}
ul#menu-services li ul {
    border-color: #D1441F !important;
    padding: 0 !important;
    visibility: hidden !important;
    transition: 0s !important;
    transform: rotateX(90deg);
    transform-origin: top;
    width: 100% !important;
}
ul#menu-services li ul li {
    padding: 13px 10px !important;
    border-bottom: 1px solid #D1441F;
    width: 100% !important;
    background: #fff !important;
    line-height: 1;
    height: 100%;
}
ul#menu-services li ul li a {
    padding: 0 !important;
    background: #fff0 !important;
    justify-content: left;
}
ul#menu-services li a:hover,
ul#menu-services li.current_page_item a {
    color: #D1441F !important;
}
ul#menu-services li:hover>ul {
    visibility: visible !important;
    transition: 1s !important;
    transform: rotateX(0deg);
}
.et-menu .menu-item-has-children>a:first-child:after {
    right: -15px !important;
    top: -3px !important;
    line-height: 1.3;
}
.hdr_btn_box .pdr {
    padding-right: 25px !important;
}
@media all and (min-width: 320px) and (max-width: 767px) {}
@media all and (min-width: 768px) and (max-width: 980px) {}
@media all and (min-width: 320px) and (max-width: 980px) {
    div#main-content {
        margin-top: 85px;
    }
    .hdr_sec {
        display: none !important;
    }
    .hdr_mb_sec {
        width: 100%;
        top: 0;
        z-index: 9;
        display: block !important;
        background: #fff;
        border-bottom: 1px solid #ddd;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    .hdr_mb_row {
        display: flex;
        align-items: center;
        padding: 7px !important;
        border-bottom: 1px solid #dddddd17;
    }
    .hdr_icons {
        display: flex;
        justify-content: right;
        padding-right: 40px;
    }
    .hdr_icon:first-child {
        margin-right: 5px;
    }
    .hdr_mb_logo {
        display: flex;
    }
    .hdr_mb_logo img {
        width: 100%;
        height: 40px;
        object-fit: contain;
        object-position: left;
    }
    .hdr_icon {
        display: flex;
        height: 35px;
        width: 32px;
        justify-content: center;
        align-items: center;
        background: #fff;
        border-radius: 5px;
        border: 2px solid #D1441F;
    }
    .hdr_mb_svg {
        display: flex;
    }
    .hdr_mb_svg img {
        width: 100%;
        height: 22px;
        object-fit: contain;
    }
    .hdr_ofr_txt_box {
        padding: 3px 0;
    }
    .hdr_ofr_txt {
        font-size: 13px !important;
    }
   
    .hdr_mb_year_txt_box {
        overflow: hidden;
        color: #fff;
        white-space: nowrap;
    }
    .hdr_mb_year_txt_box_inr {
        display: flex;
        width: max-content;
        animation: scrollText 20s linear infinite;
        padding: 5px;
    }
    .hdr_mb_year_txt_box .hdr_year_txt {
        padding-right: 50px;
        font-size: 12px;
    }
    @keyframes scrollText {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(-50%);
        }
    }
}
@media all and (min-width: 981px) and (max-width: 1024px) {
    .hdr_main_row,
    .hdr_ser_row {
        padding: 0px 15px !important;
    }
    .hdr_year_txt_box_inr {
        padding: 10px 15px;
    }
    .hdr_logo img {
        height: 60px;
    }
    .hdr_col1 {
        width: 17% !important;
    }
    .hdr_col2 {
        width: 48% !important;
    }
    .hdr_col3 {
        width: 35% !important;
    }
    .hdr_btn_box .pdr {
        padding-right: 5px !important;
    }
    .hdr_menu ul>li {
        padding: 15px 20px !important;
    }
    ul#menu-services li {
        width: 135px;
        height: 35px;
    }
    .call_btn_box_inr {
        width: 155px;
        height: 40px;
    }
    .call_btn_txt {
        width: 120px;
        padding-left: 13px;
        padding-top: 5px;
    }
    .call_btn_img img {
        width: 18px;
        height: 18px;
        margin-left: 12px;
    }
    .call_btn_txt span {
        font-size: 13px;
    }
    span.call_sml_txt {
        font-size: 11px !important;
    }
    .hdr_year_txt {
        color: #fff;
        font-size: 14px;
    }
    .hdr_menu ul li a,
    ul#menu-services li a {
        font-size: 13px;
    }
}
@media all and (min-width: 1025px) and (max-width: 1140px) {
    .hdr_main_row,
    .hdr_ser_row {
        padding: 0px 15px !important;
    }
    .hdr_year_txt_box_inr {
        padding: 10px 15px;
    }
    .hdr_logo img {
        height: 60px;
    }
    .hdr_col1 {
        width: 17% !important;
    }
    .hdr_col2 {
        width: 48% !important;
    }
    .hdr_col3 {
        width: 35% !important;
    }
    .hdr_btn_box .pdr {
        padding-right: 5px !important;
    }
    .hdr_menu ul>li {
        padding: 15px 20px !important;
    }
    ul#menu-services li {
        width: 142px;
        height: 35px;
    }
    .call_btn_box_inr {
        width: 170px;
        height: 40px;
    }
    .call_btn_txt {
        width: 135px;
        padding-left: 13px;
        padding-top: 5px;
    }
    .call_btn_img img {
        width: 20px;
        height: 20px;
        margin-left: 10px;
    }
    .call_btn_txt span {
        font-size: 13px;
    }
    span.call_sml_txt {
        font-size: 11px !important;
    }
    .hdr_year_txt {
        color: #fff;
        font-size: 14px;
    }
    .hdr_menu ul li a,
    ul#menu-services li a {
        font-size: 13px;
    }
}
@media all and (min-width: 1141px) and (max-width: 1280px) {
    .hdr_main_row,
    .hdr_ser_row {
        padding: 0px 15px !important;
    }
    .hdr_year_txt_box_inr {
        padding: 10px 15px;
    }
    .hdr_logo img {
        height: 60px;
    }
    .hdr_col1 {
        width: 17% !important;
    }
    .hdr_col2 {
        width: 48% !important;
    }
    .hdr_col3 {
        width: 35% !important;
    }
    .hdr_btn_box .pdr {
        padding-right: 10px !important;
    }
    .hdr_menu ul>li {
        padding: 20px 25px !important;
    }
    ul#menu-services li {
        width: 157px;
        height: 40px;
    }
    .call_btn_box_inr {
        width: 175px;
        height: 45px;
    }
    .call_btn_txt {
        width: 135px;
        padding-left: 13px;
        padding-top: 5px;
    }
    .call_btn_img img {
        width: 20px;
        height: 20px;
        margin-left: 10px;
    }
    .call_btn_txt span {
        font-size: 14px;
    }
    span.call_sml_txt {
        font-size: 13px !important;
    }
    .hdr_year_txt {
        color: #fff;
        font-size: 15px;
    }
    .hdr_menu ul li a,
    ul#menu-services li a {
        font-size: 14px;
    }
}
@media all and (min-width: 1281px) and (max-width: 1440px) {
    .hdr_main_row,
    .hdr_ser_row {
        padding: 0px 15px !important;
    }
    .hdr_year_txt_box_inr {
        padding: 10px 15px;
    }
    .hdr_logo img {
        height: 60px;
    }
    .hdr_col1 {
        width: 17% !important;
    }
    .hdr_col2 {
        width: 50% !important;
    }
    .hdr_col3 {
        width: 33% !important;
    }
    .hdr_btn_box .pdr {
        padding-right: 10px !important;
    }
    .hdr_menu ul>li {
        padding: 25px 30px !important;
    }
    ul#menu-services li {
        width: 178px;
        height: 40px;
    }
    .call_btn_box_inr {
        width: 215px;
        height: 50px;
    }
    .call_btn_txt {
        width: 165px;
        padding-left: 20px;
        padding-top: 4px;
    }
    .call_btn_img img {
        width: 20px;
        height: 20px;
        margin-left: 20px;
    }
    .call_btn_txt span {
        font-size: 17px;
    }
    span.call_sml_txt {
        font-size: 15px !important;
    }
    .hdr_year_txt {
        color: #fff;
        font-size: 15px;
    }
    .hdr_menu ul li a,
    ul#menu-services li a {
        font-size: 15px;
    }
}
@media all and (min-width: 1441px) and (max-width: 1680px) {
    .hdr_main_row,
    .hdr_ser_row {
        padding: 0px 15px !important;
    }
    .hdr_year_txt_box_inr {
        padding: 10px 15px;
    }
    .hdr_logo img {
        height: 60px;
    }
    .hdr_col1 {
        width: 17% !important;
    }
    .hdr_col2 {
        width: 50% !important;
    }
    .hdr_col3 {
        width: 33% !important;
    }
    .hdr_btn_box .pdr {
        padding-right: 10px !important;
    }
    .hdr_menu ul>li {
        padding: 25px 30px !important;
    }
    ul#menu-services li {
        width: 200px;
        height: 45px;
    }
    .call_btn_box_inr {
        width: 235px;
        height: 50px;
    }
    .call_btn_txt {
        width: 180px;
    }
    .call_btn_img img {
        width: 20px;
        height: 20px;
        margin-left: 20px;
    }
    .call_btn_txt {
        padding-left: 20px;
        padding-top: 4px;
    }
    .call_btn_txt span {
        font-size: 17px;
    }
}
@media all and (min-width: 1681px) and (max-width: 1880px) {
    .hdr_main_row,
    .hdr_ser_row {
        padding: 0px 15px !important;
    }
    .hdr_year_txt_box_inr {
        padding: 10px 15px;
    }
    .hdr_logo img {
        height: 60px;
    }
    .hdr_col1 {
        width: 17% !important;
    }
    .hdr_col2 {
        width: 50% !important;
    }
    .hdr_col3 {
        width: 33% !important;
    }
    .hdr_btn_box .pdr {
        padding-right: 10px !important;
    }
    .hdr_menu ul>li {
        padding: 30px 40px !important;
    }
    ul#menu-services li {
        width: 235px;
    }
}