@media (min-width: 1200px) {
	#wrapper{
        width: 1140px;
        display: block;
        margin: 0px auto;
        height: 35px;
        
    }
    /*--------- Logo Topmenu  End--------------*/
    
    #header {
        background-color: #fff;
        display: block;
        width: 100%;
    }
    
    #header .header-wrapper{
        display: block;
    }
    .top-menu-m{

        display:none;
    }
    #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 .logo img{
                width:230px;
            }

            #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: 35px;
            background-color: #f26f21;
            font-size: 14px ;
            color: white;
            position: relative;
            
        }
       
    
        #header .header-wrapper .header-menu .header-menu-container {
            width: 100%;
            margin: 0px auto;
    
        }
        #header .header-wrapper .header-menu .header-menu-container .menu {
        
        }
        #header .mb-logo{
            display:none;
        }

        #header .header-wrapper .header-menu .header-menu-container .menu ul li {
           
            float: left;
            text-transform: uppercase;
    
        }
        #header .header-wrapper .header-menu .header-menu-container .menu ul li:last-child{
            border-right: 1px solid #fff;
        }
    
        #header .header-wrapper .header-menu .header-menu-container .menu a {
            color: white;
            display: block;
            padding: 0px 12px;
            line-height: 35px;
            border-left: 1px solid #fff;
            font-weight: bold;
    
        }
        #header .header-wrapper .header-menu .header-menu-container .menu a:hover {
            text-decoration: underline;
        }

		/*----- Hamburger button ----*/
		       
        .hamburger{
            position: fixed;
            display: none;
            cursor: pointer;
            
          
        }
        .bar{
            display: none;
        }
        
    /*---------Header Menu end--------------*/
    
    /*---------News update start--------------*/
    #main {
        margin-top: 5px;
        background: url(../images/main-bg.png);
    }
        #main .news-update{
            margin: 0px auto;
            width: 1140px;
        }
            #main .news-update .content{
                padding: 20px;
                background-color: #fff;
                margin: 20px;
            }
            #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: 10px;
                        padding-bottom: 15px;
                        display: block;
                        
                    }
    
                        #main .news-update .content .news-udpate-content .middle-news .news-updates-article{
                            float:left;
                            width: 33%;
                            background-color: #fff;
                            display: block;
                            padding: 0px 15px 0px 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: 190px;
                                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: 1240px;
            margin: 0px auto;
    
        }
        #full-load .full-load-tutorial .full-content{
            margin: 10px;
            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: 31.3%;
            float:left;
            margin: 10px 10px;
            padding: 10px;
            
            background-color: #fff;
            min-height: 580px;
            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%;
            color:#f26f21
        }
        #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--------------*/
    
    /*---------Footer start--------------*/
        #footer{
        border-top: 3px solid #f26f21;
        content-visibility: auto;
        min-height: 650px;
        background: url(../images/bg-footer.jpg);
        background-position: 80% 100%;
        background-repeat: no-repeat;
       
    
    }
    
    #footer .container{
        margin-top: 25px;
        width: 1140px;
       
    }
    /*---------Footer end--------------*/


    /**--------- Articles-main-content  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: 1140px;
        margin-top: 15px;
        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 .col-left-articles{

            border-right: solid 1px #a9a9a9;
        }
        
        
        #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:50px;
            height: 50px;
            border-radius: 40px;
        }
        #articles-main-content .articles-container .articles-body-content .articles-body{
            margin-top: 5px;
            display: block;
            margin-bottom: 5px;
            padding-top: 15px;
            text-align: justify;
            
        }

        #articles-main-content .articles-container .articles-body-content .articles-body h1{
           
            margin-bottom: 10px;
        }

        #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{
            margin-top: 15px;

        }

        #articles-main-content .articles-container .articles-body-content .articles-body .articles-detail img{
            display: block;
            width: 80%;
            margin: 20px auto;
        }
        #list-cat-container {

            margin-top: 25px;
            display: block;
            width: 100%;
            
        }
        #list-cat-container .row .content{
            
        }

       
        /**--------- Artcles Body  end ------*/


    /**--------- Articles-main-content  End ------*/

    /*------- Contact css start ------*/

    #list-cat-container .row-right .content{



    }

    #list-cat-container .row-right .content h3{
        margin-bottom: 15px;

        
    }
    
    /*------- Contact css end ------*/
}

