@charset "utf-8";
/* CSS Document */

/*****--------------------| HEADER |--------------------*****/
header {    
    position: relative;
    background: #fff;
    width: 100%;
    z-index: 99;
}

header .container-fluid {
    max-width: 1730px;
}

.hd_btn {
    display: flex;
    align-items: center;
}

.hd_btn .btn_dark {
    font-size: 18px;
    margin-right: 0 !important;
}

.menu_link {
    margin: 0 auto 0 0;
    display: flex;
    flex-wrap: wrap;
}

.hd_top_left {color: #000; font-style: normal; font-weight: normal;}
.hd_top_left img, .hd_top_right img { filter: brightness(0) ; margin-right: 8px;}
.hd_top_right a { font-size: 12px; letter-spacing: 1px;}
.hd_top_right a img { margin-right: 6px;}
.hd_top {
    background: #EEF7FF;
    color: #000;
    padding: 7px 0;
    font-size: 14px; font-weight: 500; font-style: italic;
}
.hd_top_right .ph_no { font-size: 16px; color: #01559E; font-weight: bold; }
.hd_top_right .ph_no:hover { text-decoration: underline;}
.middle_text {
    position: relative;
    padding: 0 20px;
    text-align: center;
    margin-left: 50px;
}
.middle_text:after { position: absolute; content: ""; width:96%; background: #01559E; height: 1px; left: 0; top: 0; bottom: 0; margin: auto;z-index: 0; right: 0;}
.middle_text span {
    padding: 0 10px;
    background: #EEF7FF;
    z-index: 1;
    position: relative;
}
.hd_top_right { font-style: normal; font-size: 16px; font-weight: normal;}
.left_logo {
    width: 225px;
    top: 51px;
    position: absolute;
    left: calc(50% - 105px);
    z-index: 1;
}

.right_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.top_menu {
    width: calc(100% - 260px);
}
.hd_btn { width: 260px;}
.top_menu nav { width: 100%;}
li.blank_div {
    width: 47%;
}
.hd_btn .btn_border { padding: 10px 28px;}

/*menu*/
.togglebtn {
    display: none;
}

.menu_link nav>ul {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 25px;
}

.menu_link nav > ul > li {
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0;
}


.menu_link nav>ul>li {
    padding: 40px 18px;
}
.menu_link nav > ul > li:first-child { padding-left: 0;}
.menu_link nav>ul>li>a {
    color: #001629;
    font-size: 16px;
    letter-spacing: 0.4px;
    display: block;
    text-transform: capitalize;
    position: relative;
    line-height: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    position: relative;
    font-weight: 500;
}

.menu_link nav>ul>li:hover>a:after,
.menu_link nav>ul>li.active>a:after {
    width: 100%;
}

.menudrop {
    font-size: 16px;
    z-index: 1;
    display: inline-block;
    border-radius: 50%;
    height: 15px;
    width: 16px;
    text-align: center;
    vertical-align: middle;
    margin-left: 1px;
    margin-top: -4px;
    line-height: 16px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.menu_link nav ul li.haschild:hover .menudrop {
    transform: rotate(180deg);
}

.menu_link ul>li.hidden,
.togglebtn,
.menulogo {
    display: none
}

.headlink {
    position: relative;
    background: #fff;
}

.logo-left {
    position: absolute;
    z-index: 99;
    top: 9px;
    width: 170px;
    margin: auto;
    left: 58px;
    right: 0;
}

.menu_link .submenu {
    left:0;
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: left;
    border-radius: 0;
    z-index: 10;
    background: #EEF7FF;
    border-top: 0px solid #FF0000;
    right: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: 0 0;
    padding:24px 0 0;
}


.menu_link li:hover>.submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    display: block;
}

.submenu .sublink li {
    width: 100%;
}

.menu_link .submenu>ul.sublink {
    margin: 0 -12px;
}

.menu_link .submenu>ul.sublink>li {
    width:12.5%;
    float: left;
    text-align: center;
    padding: 0px 12px;
    position: relative;
}
.menu_link .submenu>ul.sublink>li a.serv_box { padding: 36px; width: 100%;}
.menu_img span.home_no {
    position: absolute;
    bottom: 0;
    left: 22px;
    right: 0;
    margin: 0 auto;
    font-size: 43px;
    line-height: 31px;
    -webkit-transition: background-size 0.5s cubic-bezier(0.67, 0.01, 0.15, 0.98);
    transition: background-size 0.5s cubic-bezier(0.67, 0.01, 0.15, 0.98);
}
.menu_link .submenu>ul.sublink>li:hover span.home_no { background-size: 200% 100%; }
.menu_img { position: relative;}
.menu_link .submenu>ul.sublink li a .title { font-size: 16px; color: #000000; padding-left:22px;  position: relative; margin-top: 12px;line-height: 18px;}
.menu_link .submenu ul.sublink li a .title:after { position: absolute; content: ""; width:11px; height: 1px; background: #000; left: 0; top: 0;bottom: 0;
    margin: auto;}
.menu_link .submenu ul.sublink {
        float: none;
        margin: 0 auto;
        max-width: 1830px;
}

.menu_link nav ul>li:first-child img {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.menu_link li.has-sub:hover:after {
    opacity: 1;
}

.menu_link nav > ul > li:hover > a ,
.menu_link nav > ul > li.active > a ,
.submenu .sublink li:hover a .title,
.submenu .sublink li.active a .title {
    color: #01559E;
}
.menu_link nav ul .sublink>li:hover>a .title,
.menu_link nav ul .sublink>li.active>a .title,
.submenu .sublink li:hover>a,
.submenu .sublink li.active>a {
    color:#01559E;
}
.submenu .sublink li:hover>a.serv_box, .submenu .sublink li.active > a.serv_box { background: #fff;}

.submenu .sublink li:hover a:before,
.submenu .sublink li.active a:before {
    background: #000;
}

.menu_link .submenu .fa-angle-down.menudrop {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 100%;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #000;
    font-size: 15px;
    text-align: center;
    padding: 0 1px 0 0;
    line-height: 17px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.menu_link nav ul>li:first-child span.service_img {
    display: block;
}
.fixed-header .mainheader {
    position: fixed;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.23);
    -webkit-animation-duration: 0.7s;
    -webkit-animation-name: headfadeIn;
    animation-name: headfadeIn;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 11;
}

.menu_link nav > ul > li.service_menu  { position: static;}
header .container-fluid { position: initial;}
.area_list .submenu {
    width: 300px;
    padding: 35px;left: -24%;
}
.area_list .submenu  ul li { width: 100%;}
.menu_link .area_list .submenu > ul > li {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}
.sublink .serv_icon > * {
    width: 80px;
    height: 80px;
}
.sublink  .serv_tit { font-size: 20px;padding: 20px 0 0; height: 90px; }
.droup_menu { color: #01559E; font-size: 30px; width: 100%; display: inline-block;font-family: 'Prata';text-align: center; border-top: 2px solid #DAEEFF; padding: 51px 0; margin: 30px 0 0;}
.areasmenu-text { color: #01559E; font-size: 25px; width: 100%; display: inline-block;font-family: 'Prata';text-align: center; border-top: 2px solid #DAEEFF; padding: 51px 0; margin: 30px 0 0;}

.simple_submenu .submenu .sublink li { width: 100%;}
.simple_submenu .submenu .sublink li a { font-size: 14px;}
.simple_submenu .submenu { padding: 0;}
.menu_link .simple_submenu > .submenu .sublink > li {
    width: 100% !important;
    padding: 12px 40px;
    text-align: left;
}
.menu_link .simple_submenu > .submenu  {
    width:200px ;
}


@-webkit-keyframes headfadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes headfadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (hover:hover) and (pointer:fine) {

.menu_link .submenu li:hover>a .menudrop {
        opacity: 1;
        transform: rotate(-90deg);
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 0;
        margin: auto;
    }

    .menu_links li:hover .submenu {
        -webkit-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
        visibility: visible;
    }
}

.menuoverlay {
    position: relative;
    transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}

.menuoverlay:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.70);
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}

.scrollbar {
    overflow-y: scroll;

}

/*inner page styles*/

/*-----BREADCRUMBS-----*/
.inpage {
    width: 100%;
    padding: 100px 0;
    position: relative;
    display: flex;
    width: 100%;
}

.breadcrumb_wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.breadcrumb {
    padding: 12px 0 0;
    position: relative;
    z-index: 1;
    background: transparent;
}

ul.woo_breadcums {
    width: 100%;
    padding: 0px;
    text-align: left;
}

ul.woo_breadcums li {
    list-style: none;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing:1.5px;
}

ul.woo_breadcums li span {
    padding: 0;
}

ul.woo_breadcums li a {
    position: relative;
    z-index: 0;
    line-height: 100%;
    margin: 0 50px 0 0;
    display: inline-block;
}

ul.woo_breadcums li a:after {
    position: absolute;
    z-index: 0;
    content: '';
    width: 17px;
    height: 6px;
    top: 6px;
    right: -36px;
    bottom: 0;
    background: url(../images/bread-icon.svg);
}

ul.woo_breadcums li a:hover {
    text-decoration: underline;
}

ul.woo_breadcums li a:hover {
    color: #01559E;
}

/* inner banner */
.inner_bnr_badge { position: absolute;}
.inner_bnr_badge {
    position: absolute;
    right: 4%;
    bottom: -72px;
    z-index: 1;
}
.inner_banner {
    position: relative;
    z-index: 9;
    padding: 120px 0 20px;
}

/* .inner_banner img {
    opacity: 1;
} */

.banner_text {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    align-items: flex-start;
    z-index: 1;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: column;
    padding: 0 15px;

}

.banner_title.title_lg {
    text-align: left;
    margin-bottom:102px;
    color: #01559E;
    position: relative;
    z-index: 1;
    font-size: 60px;
    font-size : clamp(30px, 5vw, 60px);
    line-height: 66px;
}

.banner_text:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
}

.incontainer .banner_title.title_xlg {
    color: #ffffff;
    font-size: 60px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.breadcrumb .circle {
    right: 0;
    left: auto;
    top: -50px;
}

.bnr_text.flexdiv {
    background: #fff;
    flex-wrap: inherit;
    padding: 8px 8px 0 20px;
    align-items: center;
}

.bnr_text span {
    background: #231F20;
    align-items: center;
    display: flex;
    padding: 24px 9px;
}

.fixed-header header {
    position: fixed;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 23%);
    -webkit-animation-duration: 0.7s;
    -webkit-animation-name: headfadeIn;
    animation-name: headfadeIn;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 100%;
    top: 0;
    z-index: 99;
}

/*STICKY HEADER*/
.fixed-header #section_header {
    -webkit-animation-duration: 0.8s;
    -webkit-animation-name: headfadeIn;
    animation-name: headfadeIn;
    -moz-animation-name: headfadeIn;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-animation-fill-mode: both;
}

@-webkit-keyframes headfadeIn {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -moz-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -moz-transform: translateY(0);
    }
}

@keyframes headfadeIn {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -moz-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -moz-transform: translateY(0);
    }
}

.menu_information.hidden,
.btn_gred img {
    display: none;
}



/*responsive styles*/
@media only screen and (min-width:1600px) and (max-width:1900px) {
    li.blank_div {
        width: 42%;
    }
}
@media (max-width: 1599.98px) {

    li.blank_div {
        width: 30%;
    }

    .menu_link nav>ul {justify-content: space-between; }
    .left_logo {
        width: 190px;
        top: 59px;
        position: absolute;
        left: calc(50% - 125px);
        z-index: 1;
    }

    .banner_title.title_lg {margin-bottom: 55px; }
    .inner_banner {
        padding:95px 0 20px;
    }
}

@media (max-width: 1439.98px) {
    .hd_btn {
        width: 227px;
    }
    .top_menu {
        width: calc(100% - 227px);
    }
    .hd_btn .btn_border {
            padding: 7px 11px;
            font-size: 15px;
        }
    
    li.blank_div {
        width: 22%;
    }
    .left_logo {
        width: 160px;
        top: 62px;left: calc(50% - 95px);
    }
    .menu_link nav>ul { justify-content: space-between;}
    .menu_link nav>ul>li {
        padding: 40px 10px;
    }
    .inpage {padding: 80px 0; }
}


@media (max-width: 1199px) {



    .inpage {
        padding: 60px 0;
    }

    .overlay {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: none;
        background-color: rgb(0 0 0 / 80%);
        cursor: pointer;
    }

    html.menuhidden {
        position: fixed;
        overflow-y: hidden
    }

    /*MENU LEVEL DROPDOWN*/

    header {
        /* overflow: hidden; */
        top: 0;
        width: 100%;
        z-index: 11;
    }

    .menu_btns ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .menu_btns ul li:last-child,
    .hdtop .logo-left {
        display: block;
    }

    .mainheader>.container>.logo-left {
        display: none;
    }


    /*HEADER*/
    html.menuhidden {
        position: fixed;
        overflow-y: hidden
    }

    .mainheader {
        position: relative;
        z-index: initial;
        top: 0;
        width: 100%;
        height: auto;
    }

    .overlay {
        position: fixed;
        top:119px;
        right: 0;
        z-index: 9;
        width: 100%;
        height: 100%;
        display: none;
        background-color: rgba(0, 0, 0, 0.8);
        cursor: pointer;
    }

    .togglebtn span {
        position: relative;
        display: inline-block;
        margin-top: 4px;
        vertical-align: top
    }

    .togglebtn span::before {
        top: -8px;
    }

    .togglebtn span::after {
        top: 8px
    }

    .togglebtn span::before,
    .togglebtn span::after {
        content: "";
        position: absolute;
        left: 0;
    }

    .togglebtn span,
    .togglebtn span::before,
    .togglebtn span::after {
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        background-color: #01559e;
        -ms-transition: all 0.3s ease-in-out;
        width: 30px;
        height: 3px;
    }

    /*
    .togglebtn span::before { width: 22px;}
    .togglebtn span::after { height: 2px; width: 22px;}
*/
    .togglebtn span {
        height: 3px;
    }

    .togglebtn {
        position: fixed;
        right: 15px;
        top:60px;
        display: block;
        text-align: center;
        width: 38px;
        height: 38px;
        border: 0;
        cursor: pointer;
        z-index: 9999;
        padding: 14px 5px;
        background: white;
         border-radius: 2px;
    }

    .togglebtn.active span::before {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        top: 0;
        height: 3px;
        width: 30px;
    }

    .togglebtn.active span::after {
        -webkit-transition-delay: 0.09s;
        top: 0;
        -moz-transition-delay: 0.09s;
        -o-transition-delay: 0.09s;
        -ms-transition-delay: 0.09s;
        transition-delay: 0.09s;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
    }

    .togglebtn.active span {
        background-color: transparent;
    }

    .togglebtn.active:before {
        content: none
    }

    .menu_link nav>ul>li>a,
    .menu_link nav>ul>li:first-child a {
        font-size: 14px;
        height: auto;
        font-weight: normal;
        color: #000;
        text-align: left;
        text-transform: uppercase;
        font-weight: 500;
        display:block;
    }

    .menu_link.active {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
    }

    .menu_link {
        float: none;
        padding: 0;
        position: fixed;
        top: 119px;
        height: calc(100% - 119px);
        width: 450px;
        margin: 0;
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        overflow-y: auto;
        left: 0;
        z-index: 1000;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        background: #fff;
        display: block;
        padding-bottom: 30px;
        border-top: 1px solid #000;
    }

    .menu_link .submenu {
        -webkit-transform: none;
        transform: none;
        display: none;
        visibility: unset;
        opacity: unset;
        width: 100%;
        position: relative;
        padding-bottom: 0;
        left: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 0px 0px 0px 0;
        min-width: inherit;
        border: 0;
        background: transparent;
    }

    .menu_link nav>ul>li {
        display: block;
        text-align: left;
        width: 100%;
        height: auto;
        border-bottom: 1px solid rgb(112 112 112 / 20%);
    }

    .menu_link nav>ul>li:last-child {
        border-bottom: 0;
    }

    .menu_link li.has-sub:after {
        content: none;
    }

    .menulogo {
        display: block;
        background: #fff;
        text-align: center;
        padding: 10px 0;
        margin-bottom: 30px;
        width: 100%;
        max-height: 104px;
    }

    .menu_link nav>ul {
        width: 100%;
        padding: 30px 20px;
    }

    .submenu .sublink li a {
        color: #000;
        padding-bottom: 0;
    }
    

    .menu_link .fa-angle-down.menudrop,
    .menu_link .submenu .menudrop {
        display: block;
        top: 0;
        font-size: 20px;
        height: 44px;
        width: 50px;
        border-radius: 0;
        line-height: 46px;
        right: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        background: transparent;
    }

    .menu_link .submenu>ul.sublink>li {
        padding: 12px 0;
        border-bottom: 1px solid rgb(223 223 223 / 40%) !important;
        margin-bottom: 0px;
    }

    .menu_link .submenu ul.sublink>li:last-child {
        border-bottom: 0 !important;
    }

    .menudrop {
        position: absolute;
        right: 0;
        top: 4px;
    }

    i.fa.fa-plus.menudrop.openedmenu {
        transform: rotate(45deg);
    }

    .menu_link nav>ul>li>a,
    .menu_link ul>li.hidden {
        display: block;
    }

    .hd_btn {
        padding-right: 55px;
        text-align: right;
        justify-content: end;
    }

    .right_menu {
        width: calc(100% - 132px);
    }


    .submenu .sublink li a img {
        display: none;
    }

    .menu_link .submenu>ul.sublink>li {
        width: 100%;
    }

    .menu_link .submenu>ul.sublink li span.title {
        font-size: 16px;
        margin: 0;
        text-align: left;
    }

    .menu_link nav>ul>li:hover>a:after {
        content: none;
    }

    .menu_link .submenu>ul.sublink {
        margin: 15px auto 0;
    }

    .menu_link .submenu>ul.sublink>li {
        width: 100%;
        padding: 3px 0px;
    }
    .menu_link .area_list .submenu>ul.sublink>li {
        width: 100%;
        padding: 3px 0px 3px 28px;
    }
    .area_list .sublink li:after {top: 9px; }

    .menu_link nav>ul>li {
        padding: 20px 0px;
        position: relative;
    }

    .menu_link .submenu>ul.sublink>li {
        position: relative;
    }

    .submenu .sublink li label:after {
        position: absolute;
        content: "\f105";
        left: 12px;
        top: 0px;
        font-size: 16px;
        color: #fff;
        font-family: 'Font Awesome 5 Free';
        font-weight: bold;
    }

    .menu_link li:hover .submenu {
        display: none;
    }

    .menu_link li .submenu.active {
        display: block;
    }

    .menu_link nav ul li .menu_img {
        display: none;
    }

    li.has-sub.isopen i.fa.fa-angle-down.menudrop {
        transform: rotate(180deg);
    }

    .top_hd_content {
        padding: 10px 0px;
    }

    .menu_link nav>ul>li>a:after {
        background: rgb(21 180 213 / 40%);
    }

    /* .menu_link nav > ul > li:hover > a, .menu_link ul > li.active a { color: #057393;} */
    .menu_link nav>ul>li>a:hover:after,
    .menu_link nav>ul>li.active>a:after {
        height: 10px;
    }

    .menu_link .submenu>ul.sublink {
        padding: 30px 30px 10px;
    }

    .menu_link nav>ul>li>a:after {
        z-index: -1;
    }

    a.hidden.mb_view {
        display: block !important;
        padding: 30px 20px 0;
    }
    .menu_link .submenu>ul.sublink li a .title { margin-top: 0;padding-left: 20px;  color: #A1A09D;}
    .menu_link .submenu ul.sublink li { border: 0 !important;}
    .menu_link .submenu ul.sublink li a .title:after { background: #A1A09D;}
    .menu_link .submenu>ul.sublink {
        padding: 0 20px;
    }
    li.haschild::after { content: none;}


    .left_logo {position: relative;top: 0; left: 0;}
  .right_menu{
        width: calc(100% - 160px);
    }
    .hd_btn, .top_menu  {
        width:auto;
    }
    li.blank_div { display: none !important;}
    .menu_link .submenu ul.sublink { max-width: 100%;}
    .submenu .sublink li a p { display: none;}
    .sublink .serv_tit {font-size: 15px; padding:0px 0 0 16px; text-align: left; position: relative; height: auto;}
    .sublink .serv_tit:after , .menu_link .simple_submenu > .submenu .sublink > li:after{ position: absolute; content: "\f105";font-family:'FontAwesome'; font-size: 16px; left: 0; top: 0; }
    .droup_menu { display: none;}
    .menu_link .submenu>ul.sublink>li a.serv_box { padding: 0;}

    .mb_working_hrs.hidden {
        display: block !important;
        background: #eef7ff;
        margin: 0 15px;
        padding: 15px;
    }

    .banner_title.title_lg {margin-bottom: 30px; }
    .inner_banner {
        padding: 50px 0 20px;
    }
    .serv_tit { font-family: 'Albert Sans', sans-serif;}
    .menu_link .simple_submenu > .submenu {
        width: 100%;
    }
    .menu_link .simple_submenu > .submenu .sublink > li {
        padding: 1px 27px;
    }
}

@media (max-width: 991.98px) {
  
    .middle_text { display: none;}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    .hd_top_left { display: none !important;}
    .hd_top_right { display: block; width: 100%; text-align: center;}
    .banner_title.title_lg {
        margin-bottom: 0;
    }
}


@media (max-width: 575.98px) {


    .inpage {padding: 50px 0; }
    .menu_link { width: 100%;}
    .hd_btn .btn_border {
        padding: 3px 9px;
        font-size: 12px;
        line-height: 16px;
        width: 121px;
    }
    .hd_btn { padding-right: 42px; }
    .left_logo { width: 130px; }
    .right_menu { width: calc(100% - 130px); }
    .hd_top_right {font-size: 12px;}
    .hd_top_right .ph_no { font-size: 14px;}
    .hd_top_right img {margin-right: 3px; }
    .togglebtn { top: 56px;}
    .menu_link, .overlay {top: 108px;  height: calc(100% - 108px); }

    .inner_banner .bgimg {object-position: 67%;}
    ul.woo_breadcums li a {margin: 0 35px 0 0; }
    ul.woo_breadcums li a:after { right: -25px;}
    ul.woo_breadcums li { font-size: 14px;}
    .banner_title.title_lg { line-height: 40px;}
    ul.woo_breadcums { width: 71%;}
    header { position: sticky; }
    .fixed-header header { transition: none; animation: none;}

}
@media only screen and (min-width:300px) and (max-width:370px)  {

    .left_logo {width: 110px;}
    .hd_btn .btn_border {width: 112px; }
}