
@media (min-width: 320px) and  (max-width: 1199.5px) {
   

/*--------- Header  start --------------*/
     #header {
        background-color: #f26f21;
        display: block;
        width: 100%;
        position: fixed;
        top:0px;
    }
    
    #header .header-wrapper{
        display: block;
        
    }
    /*--------- Logo Topmenu start --------------*/
    #nav-top{
            display: none;
    }
    .top-menu-m{

        display:block;
    }

    .top-menu-m ul>li{

        list-style: none;
        float: left;
        margin-top: 2px;
        border-right: 1px solid #fff;
    }
     .top-menu-m ul>li:last-child{

        border-right:none;
    }

    .top-menu-m ul>li a{

        display: block;
        margin-top: 3px;
        margin-left: 5px;
        margin-right: 5px;
        color:#fff;

    }
    #header {
        background-color: #fff;
        display: block;
        width: 100%;
    }
    
    #header .header-wrapper{
        display: block;
    }
    #header .header-wrapper .header-top {
        width: 1140px;
        margin: 0px auto;
    }
    
        #header .header-wrapper .header-top .header-top-container{
            display: block;
        }
            #header .header-wrapper .header-top .header-top-container .logo{
                float: left;
    
            }
            
            #header .header-wrapper .header-top .header-top-container .top-menu{
                display: block;
                float: right;
                margin-right: 30px;
    
            }
            #header .header-wrapper .header-top .header-top-container .top-menu ul li{
                display: block;
                list-style: none;
                float: left;
                padding: 5px 20px;
                border-right: 1px solid #f26f21;
                
            } 
            #header .header-wrapper .header-top .header-top-container .top-menu ul li a{
                font-size: small;
                
                color: #000;
            } 
            #header .header-wrapper .header-top .header-top-container .top-menu ul li a:hover{
                text-decoration: underline;
            }
    /*--------- Logo Topmenu  end--------------*/

     /*---------Header Menu start-------------*/

     #header .header-wrapper .header-menu{
        
        height: 45px;
        background-color:#f26f21;
        font-size: 14px ;
        color: white;
        position: relative;
        
    }
    

    #header .header-wrapper .header-menu .header-menu-container {
        
        margin: 0px auto;
        display: block;
        width: 100%;

    }
    #header .mb-logo {
        margin-top: 3px;
        display:block;
        width: 100%;
        
    }
    
    #header img{
       
        width: 120px;
        display: block;
       
        background-color: #fff;
        
    }
    #header .header-wrapper .header-menu .header-menu-container .menu {
    
        position: fixed;
        left: -100%;
        top: 45px;
        width: 100%;
        gap: 0;
        flex-direction: column;
        transition: 0.3 ease-in-out;
        -webkit-transition: 0.3 ease-in-out;
        text-align: left;
        background-color: #f26f21;
        z-index: 1150;
    
    }

   
    #header .header-wrapper .header-menu .header-menu-container .menu.active {
    
       
        left: 0;
        
    }
    header .header-wrapper .header-menu .header-menu-container .menu .nav-menu{
        display: flex;   
        justify-content: space-between;
        text-align: center;
        padding-left: 0px 30px;
    }

    #header .header-wrapper .header-menu .header-menu-container .menu ul li {
  
        text-transform: uppercase;
        border-top: 1px solid #fff;

    }
    #header .header-wrapper .header-menu .header-menu-container .menu ul li:first-child{
        
    }

    #header .header-wrapper .header-menu .header-menu-container .menu a {
        color: white;
        display: block;
        padding: 0px 12px;
        line-height: 40px;
        font-weight: bold;

    }
    #header .header-wrapper .header-menu .header-menu-container .menu a:hover {
        text-decoration: underline;
    }
    
   
    
    /*---------Header Menu end--------------*/
     /*---------- Hammber button start -----------------*/

     .hamburger{
        display: block;
    }
    .hamburger.active .bar:nth-child(2){
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3){
        transform:  translateY(-10px) rotate(-45deg);
       -webkit-transform:  translateY(-10px) rotate(-45deg);
       -webkit-transition: all 0.5 ease-in-out;
       transition: all 0.5 ease-in-out;
    }
    .hamburger{
        position: fixed;
        cursor: pointer;
        
        right: 20px;
        top: 7px;
        z-index: 1000;
    }
    .bar{
        display: block;
        width: 30px;
        height: 3px;
        margin: 6px auto;
        -webkit-transition: all 0.5 ease-in-out;
        transition: all 0.5 ease-in-out;
        background-color: #fff;
    }

    /*-----Hammber button End */
/*---------News update start--------------*/
    #main {
        margin-top: 55px;
        width: 100%;
        display: block;
        padding-top: 10px;
        background-color: #fff;
        
    }
        #main .news-update{
            margin: 20px auto;
            width: 100%;
        }
            #main .news-update .content{
                
                background-color: #fff;
                margin-top: 30px;
            }
            #main .news-update .content h3{
                margin: 5px auto;
                display: block;
                text-align: center;
                color: #000;
            }
            #main .news-update .content .news-udpate-content{
    
            }
                #main .news-update .content strong{
                    color:#f26f21;
                }
    
                    #main .news-update .content .news-udpate-content .middle-news{
                        padding-top: 5px;
                        padding-bottom: 5px;
                        display: block;
                        
                    }
    
                        #main .news-update .content .news-udpate-content .middle-news .news-updates-article{
                            width: 100%;
                            background-color: #fff;
                            display: block;
                            padding: 0px 10px 10px 10px;
                            margin-bottom: 15px;
                        }
                        #main .news-update .content .news-udpate-content .middle-news .news-updates-article .title a {
                            color: #f26f21;
                            font-weight: bold;
                            max-lines: 2;
                            text-align: left;
    
                        }
                        #main .news-update .content .news-udpate-content .middle-news .news-updates-article .title a:hover {
                            color: #000;
    
                        }
                            #main .news-update .content .news-udpate-content .middle-news .news-updates-article .update-images{
                                height: 220px;
                                overflow: hidden;
                                border-radius: 10px;
                                margin-bottom: 15px;
                            }
                            #main .news-update .content .news-udpate-content .middle-news .news-updates-article .update-images img{
                                width: 100%;
                                height: auto;
                                border-radius: 10px;
                            }
    
    /*--------- News update end--------------*/
    
     /*---------Full-load  start--------------*/
     #full-load {
        margin:auto;
        background-color: #fff;
    }
    #full-load .full-load-tutorial{
        width: 100%;
        margin: 0px auto;

    }
    #full-load .full-load-tutorial .full-content{
        
        padding: 10px 10px 10px 15px;
        background-color: #fff;
        
    }
    #full-load .full-load-tutorial .full-content .title h3 {
            margin: 5px auto 20px auto;
            display: block;
            text-align: center;
            color: #000;
        
    }
    #full-load .full-load-tutorial .full-content .title strong{
        color:#f26f21;

    }

    #full-load .full-load-tutorial .full-content .full-box{

    }
    #full-load .full-load-tutorial .full-content .full-box .box{
        width: 90%;
        float:left;
        margin: 20px 10px;
        padding: 0px;
        
        background-color: #fff;
        min-height: 500px;
        border-radius:  5px 5px 5px;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);

    }
    #full-load .full-load-tutorial .full-content .full-box .box .box-content{
        position: relative;

    }
    #full-load .full-load-tutorial .full-content .full-box .box .box-content .element-container
    {
        position: absolute;
        right: -20px;
        top: -50px;
        z-index: 99;
        
    }
    #full-load .full-load-tutorial .full-content .full-box .box .box-content .element-container .element-wrapper i{
        font-size: 30pt;
        display: flex;
    padding: .7rem;
    background-color: #fff;
    border-radius: 50%;
    }
    #full-load .full-load-tutorial .full-content .full-box .box h3{
        display: block;
        margin: 25px auto;

    }
    #full-load .full-load-tutorial .full-content .full-box .box h3 a{
        color:#000;
        display: block;
        text-align: left;
        font-size: 18pt;
        margin-left: 10px;

    }
    #full-load .full-load-tutorial .full-content .full-box .box ol {
        margin: 0px;
        padding: 0px 15px;
    }
    #full-load .full-load-tutorial .full-content .full-box .box ol li{
        display:block;
        margin-bottom: 10px;

    }
    #full-load .full-load-tutorial .full-content .full-box .box ol li a{

        font-weight:lighter;
        text-decoration: none;
        color: #465365;
        font-size: large;
    }
    
/*---------Full-load  end--------------*/

  
/**--------- Artcles Body start ------*/

#articles-main-content{

    background: url(../images/main-bg.png);
    
}
#articles-main-content .articles-container{
    margin-top: 100px;
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    margin-top: 75px;
    padding: 10px 20px 20px 20px;
}
    /**--------- Breadcrumb  start ------*/
    #articles-main-content .articles-container .row-breadcrumd{
        
        padding: 5px 10px;
        background-color: #a9a9a9;
        display: block;
        height: 35px;
        
    }
    #articles-main-content .articles-container .row-breadcrumd ul{
        
        /*display: block;*/
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin: 0;
        padding: 0;

    }
    #articles-main-content .articles-container .row-breadcrumd ul li{
        list-style:none;
        display: block;
        float: left;

    }
    #articles-main-content .articles-container .row-breadcrumd ul li {
        display: block;
        padding-right: 10px;
    }
    #articles-main-content .articles-container .row-breadcrumd ul li a:link,
    #articles-main-content .articles-container .row-breadcrumd ul li a:visited {
        color: #000;
    }

    /**--------- Breadcrum  end ------*/

    /**--------- Artcles Body start ------*/
    #articles-main-content .articles-container a{
        display: block;
    }

    
    #articles-main-content .articles-container .articles-body-content .articles-body {
        padding-bottom: 20px;
        border-bottom: solid 1px #465365;
    }

    #articles-main-content .articles-container .articles-body-content .articles-body .articles-title{
        padding-top: 10px ;
        
    }
    #articles-main-content .articles-container .articles-body-content .articles-body .articles-title .mb_title{

    }
    #articles-main-content .articles-container .articles-body-content .articles-body .articles-title img{
        width:30px;
        height: 30px;
        border-radius: 25px;
    }
    
    #articles-main-content .articles-container .articles-body-content .articles-body .articles-title .mb_title span {
        color: #000;
    }
    #articles-main-content .articles-container .articles-body-content .articles-body .articles-title .mb_title .badge-light{
        color: #000;
        font-size: 1em;
    }

    #articles-main-content .articles-container .articles-body-content .articles-body .articles-detail{
        padding-top: 15px;

    }

    
    #articles-main-content .articles-container .articles-body-content .articles-body .articles-detail p{
        width: 100%;
        text-align: justify;
        display: block;
        margin: 0px auto;
    }
    #articles-main-content .articles-container .articles-body-content .articles-body .articles-detail img,
    #articles-main-content .articles-container .articles-body-content .articles-body .articles-detail p img {
        display: block;
        width: 90%;
        margin: 10px auto;
    }


    /**--------- Artcles right start ------*/
    #articles-main-content .articles-container .articles-body-content .col-right-cat{

        padding-top: 10px;
        padding-bottom: 10px;
    }

    /**--------- Artcles right end  ------*/


/**--------- Artcles Body end ------*/
/*---------Footer start--------------*/
    #footer{
    border-top: 3px solid #f26f21;
    content-visibility: auto;
    min-height: 150px;
    background: url(../images/bg-footer.jpg);
    background-position: 80% 100%;
    background-repeat: no-repeat;
   

    }

    #footer .container{
        background-color: #fff;
        margin-top: 10px auto;
        padding-top: 15px;
        padding-bottom: 15px;
        opacity: 0.8;
        width: 100%;


    
}
/*---------Footer  end--------------*/




}

