@media(min-width:992px) and (max-width: 1200px){
    .numberwrap .col h5{
        font-size: 20px;
        line-height: 25px;
    }
    
    .numberwrap .col .numscroller{
        font-size: 50px;
    }
    
}
    
@media(min-width:992px){
    .mb-img{
        display: none !important;
    }
    
    .footersection .collapse{
        display: block !important;
    }
}
    
@media(max-width:991px){
    .inner-banner .bannerText{
        position: static;
        margin-top: 20px;
    }
    
    .inner-banner .bannerText h2{
        color: #000;
        font-size:30px;
        line-height: 35px;
    }
    
    p.lead {
        font-size: 25px;
        line-height: 35px;
    }
    
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .inner-banner .container{
        padding: 0;
        width: 100%;
        max-width: 100%;
    }
    
    .latestnews .full{
        padding: 0;
        max-width: 100%;
    }
    
    .latestnews .full .newsbg{
        -webkit-border-radius: 37px;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius: 37px;
        -moz-border-radius-topleft: 0;
        border-radius: 37px;
        border-top-left-radius: 0;
    }
    
    .latestnews .btn-grey{
        width: 100%;
        margin-top: 0 !important;
    }
    
    .latestnews .row{
        margin-bottom: 0 !important;
    }
/*
    .banner .bannerCont{
        position: relative;
        top: 0;
        transform: translateY(0);
        border-radius: 0;
        max-width: 100%;
    }
*/
    .banner .bannerCont{
        left: 30px;
        right: 30px;
        padding: 20px 20px;
    }
    
    .navbar-toggler {     
        position: relative;
        top: 10px;
        padding: 0;
        width: 45px;
        height: 45px;
    }
    
    .navbar-toggler:focus{
        outline: none;
    }
    
    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23C22821' d='M501.333,96H10.667C4.779,96,0,100.779,0,106.667s4.779,10.667,10.667,10.667h490.667c5.888,0,10.667-4.779,10.667-10.667 S507.221,96,501.333,96z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23C22821' d='M501.333,245.333H10.667C4.779,245.333,0,250.112,0,256s4.779,10.667,10.667,10.667h490.667 c5.888,0,10.667-4.779,10.667-10.667S507.221,245.333,501.333,245.333z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23C22821' d='M501.333,394.667H10.667C4.779,394.667,0,399.445,0,405.333C0,411.221,4.779,416,10.667,416h490.667 c5.888,0,10.667-4.779,10.667-10.667C512,399.445,507.221,394.667,501.333,394.667z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
      width: 100%;
    }
    
    header .navbar-expand-lg .navbar-nav .nav-link{
        margin-bottom: 15px;
    }
    
    .navbar-toggler {
        position: absolute;
        top: 35px;
        right: 55px;
        order: 2;
    }
    header .navbar-expand-lg .navbar-collapse{
        order: 3;
    }

    /* close menu icon */
    #simple-menu{
        position: absolute;
        right: 0;
        /*width: 30px;
        height: 30px;
         top: 50%;
        transform: translateY(-50%);
        margin-top: 5px; */
        z-index: 9999;
    }

    #simple-menu {
        width: 30px;
        height: 24px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
      
    .menu-button span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #000;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .menu-button span:nth-child(1) {
        top: 0px;
    }
    
    .menu-button span:nth-child(2),#nav-icon3 span:nth-child(3) {
        top: 10px;
    }
    
    .menu-button span:nth-child(4) {
        top: 20px;
    }
    
    .menu-button.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    
    .menu-button.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    .menu-button.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 10px;
    }
    
    .menu-button.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    /* close menu icon close */
    
    .searchico{
        order: 2;
        background: #fff;
        z-index: 100;
        display: none;
    }
    
    .dk-img{
        display: none !important;
    }
    
    .mb-img{
        width: 100%;
    }
    
    .news-detailwrap aside{
        margin-top: 50px;
    }
    
    .news-detailwrap .btn-red{
        width: 100%;
        text-align: center;
    }
    
    footer .footersection{
        padding-top: 5px;
        border-bottom: 1px solid #A4A08B;
    }
    
    footer .subscribe .footersection{
        border-bottom: 0;
    }
    
    footer .collapse li:last-child{
        margin-bottom: 20px !important;
    }
    
    .footer-plus{
        background: url(../images/plus-symbol.svg) no-repeat right 4px;
        background-size: 15px;
    }
    .footer-drop-close{
        background: url(../images/close.svg) no-repeat right 0;
        background-size: 15px;
    }
    
    .latestnews .col{
        margin-bottom: 30px;
    }
    
    .latestnews .newsimage img{
        width: 100%;
    }
    
    .footerLogo img{
        max-width: 100px;
    }
    
    footer .footerborder {
        border-right: 0;
    }
    
    footer .socialmedia{
        float: none;
        text-align: center;
    }
    
    footer .footersection.copyright a{
        padding: 0 5px;
    }
    
    footer .footersection .footeremail{
        margin-bottom: 30px;
    }
    
    footer .subscribe{
        text-align: center;
    }
    
    footer .socialmedia li{
        display: inline-block;
        margin-right: 5px;
    }
    
    footer .footersection.copyright{
        text-align: center;
        padding-top: 30px;
        padding-right: 0;
    }
    
    .latestnews a.btn-red{
        position: static !important;
    }
    
    .visionwrap{
        -webkit-border-radius: 37px;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius: 37px;
        -moz-border-radius-topleft: 0;
        border-radius: 37px;
        border-top-left-radius: 0;
        max-width: 100%;
        text-align: center;
    }
    
    .visionwrap .col.col-lg-5{
        padding: 30px;
    }
    
    .col5{
        max-width: 100%;
    }
    
    .numberwrap .col{
        width: 100%;
    }
    
    .numberwrap .col{
        text-align: center;
    }
    
    .numberwrap .col img{
        float: none !important;
    }
    
    .cont-columns{
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
    }
    
    .numbers{
        padding: 20px !important;
    }
    
    .full-width{
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .contactform .form-control, .contactform textarea.form-control{
        max-width: 100%;
    }
    

    .contactform form{
        margin:auto auto 50px auto;
        width: 80%;
    }
    .contactform .container{
        max-width: 100%;
        padding: 0;
    }
    
    .banner .bannerCont .bannerSmall {
        display: none;
    }

    .banner .bannerCont h2 {
        font-size: 32px;
        font-weight: normal;
    }

    #sidr #menu li {
        margin-left: 10px;
    }

    #sidr #menu a {
        font-size: 18px;
    }

    .sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active,
    .sidr ul li {
        line-height: 20px;
    }

    #sidr #menu .sub-menu a {
        font-size: 18px;
    }

    #sidr #menu .menu-item-has-children a {
        padding-right: 30px;
    }

    #sidr #menu .toggle-button {
        padding: 0;
        position: absolute;
        top: 14px;
        right: 10px;
        z-index: 9;
        cursor: pointer;
    }

    #sidr #menu .toggle-button:after {
        content: "+";
        color: var(--greycolor) !important;
        font-size: 20px;
        display: inline-block;
        text-align: center;
        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    #sidr #menu .toggle-button.plus:after {
        content: "+";
        -webkit-transform: rotate(0deg);
           -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    .sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active,
    .sidr ul li ul li {
        line-height: 30px;
    }

    #sidr #menu .sub-menu {
        margin: 0 0 10px;
    }
    
    #sidr #menu li:hover .toggle-button:after, .current-menu-item > .toggle-button:after,
    #sidr #menu a:hover, #sidr #menu .current-menu-item > a {
        color: #C22821 !important;
    }
    footer .footersection ul li:last-child {
        margin-bottom: 8px;
    }

    html.no-srcoll {
        overflow: hidden;
    }   
    body #sidr,
    #menu {
        overflow: hidden;
    }
    .sidr-open #menu .main-menu {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        padding-bottom: 15px;
    }
    .sidr-open .sticky {
        z-index: 999;
        border: none;
        background: transparent;
    }
    .sidr-open .sticky .navbar-brand {
        opacity: 0;
        pointer-events: none;
    }
}

@media(max-width:767px) {
    .banimg {
        display: flex;
        justify-content: center;
        overflow: hidden;
    }
    .banimg img {
        width: auto !important;
        max-height: 500px;
        max-width: initial;
    }
}

@media(max-width:500px){
    .navbar-nav{
        margin-top: 20px;
    }
    
    .searchico{
        margin-left: 0;
        width: 100%;
    }
    
    .search-box input[type="text"] + span{
        display: none;
    }
    
    .search-box input[type="text"]{
        width: 100%;
        border: 4px solid var(--greycolor);
        border-radius: 25px;
    }
    
    .navbar-toggler {
        right: 0;
    }
    
    header .navbar-expand-lg .navbar-collapse{
        order: 2;
    }
    .searchico{
        order: 3;
    }
    
    .search-box input[type="text"]{
      color: var(--greycolor) !important;
      font-size: 18px;
      font-weight: 600;
      line-height: 23px;
        padding-left: 15px;
    }
}