.mynav{
}
.navigation{
    display: none;
}
.hamburger{
    position: relative;
    width: 30px;
    height: 4px;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
    z-index: 2;
    transition: 0.3s;
}

.hamburger:before,
.hamburger:after{
    content: "";
    position: absolute;
    height: 4px;
    left: 0;
    background: #fff;
    border-radius: 10px;
    transition: 0.3s;
}
div.navbannerline div.navigation{
    position: relative;
    height: 40px;
}
.hamburger:before{
    top: -10px;
    width: 20px;
}

.hamburger:after{
    top: 10px;
    width: 25px;
}

.toggle-box{
    padding-top: 30px;
    position: absolute;
    width: 95%;
    height: 30px;
    z-index: 3;
    cursor: pointer;
    opacity: 0;
}
.hamburger, .toggle-box{
    display: none;
}

.navigation input:checked ~ .hamburger{
    background: transparent;
}

.navigation input:checked ~.hamburger:before{
    top: 0;
    transform: rotate(-45deg);
    width: 30px;
}

.navigation input:checked ~ .hamburger:after{
    top: 0;
    transform: rotate(45deg);
    width: 30px;
}
.navigation input:checked ~ #dnnMenu .topLevel{
    right: 0;
    transition: 0.7s;
}

@media screen and (max-width: 1200px){
    .s_wrap_main{
        width: 100%;
    }
    
    div.headerline div.template_style{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .ltlogo, .rtlogo, .hrtlogo{
        width: auto;
        flex-basis: 30%;
        padding: auto;
        margin: 0;
    }
    div.breadcline div.breadbox{
        width: 85%;
    }
    div.navbannerline div.template_style{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }
    .mnav{
        display: none;
    }
    
    div#dnnMenu ul.topLevel{
        overflow: hidden;
    }
    .bannerbox{
        margin-left: 0;
    }
    div.navbanneriline > .inner >.s_wrap_sub>.template_style> .bannerbox{
        margin-left: 5%;
    }
    div.navbanneriline > .inner >.s_wrap_sub>.template_style> .navigation{
        padding-top: 8px;
        padding-bottom: 20px;
    }

    div.contentline > div.s_wrap_main{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        width: 100%!important;
    }
    div.contentline div.s_wrap_sub{
        width: 100%!important;
    }
    div.contentline div.columns-box{
        text-align: center;
        justify-content: center;
        width: 100%!important;
    }
    div.nivoSlider {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        background-size: cover;
        z-index: 0;
    }
    .nivo-controlNav{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%;
    }
    
    div.contentline div.template_style{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        width: 100%;
    }
    #dnn_ContentLeft{
        text-align: center !important;
        margin: 0 auto;
        width: 45%;
        padding: 10px;
    }
    .hcol01-box > p{
        text-align: center;
    }
    
    #dnn_ContentPane{
        justify-content: center;
        margin: 0 auto;
        text-align: center;
    }
    #dnn_ContentPaneRight{
        text-align: center;
        width: 80% !important;
        padding: 10px;
    }
    #dnn_LeftPane{
        text-align: center;
        width: 100%;
        padding: 10px;
    }
    #dnn_RightPane{
        justify-content: center;
        text-align: center;
        width: 100%;
        padding: 10px;
    }
    #dnn_ctr2152_ModuleContent{
        margin-right: 5%;
    }
    #dnn_ctr2152_HtmlModule_lblContent{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }
    .hccolrt{
        margin-left: 0;
    }
    
    #dnn_RightPane.iccolrt{
        padding: 15px;
    }
    #dnn_ctr2157_ModuleContent .Normal >table{
        margin-left: auto;
        margin-right: auto;
    }
    #dnn_ctr2260_HtmlModule_lblContent{
        margin: 0 auto;
        width: 60%;
    }
    div#dnn_ctr2260_HtmlModule_lblContent > .style1 {
        text-align: center;
    }
    #dnn_ctr2222_HtmlModule_lblContent{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        text-align: center;
    }
    .c_title{
        padding-top: 10px;
        text-align: center;
    }
    #dnn_ctr2227_FormMaster_pnlForm > table{
        display: flex;
        justify-content: center;
    }
    #dnn_ctr2227_FormMaster_trC5SReCaptcha>#dnn_ctr2227_FormMaster_tdC5SReCaptcha .g-recaptcha{
        width: 100% !important;
        margin-left: 10%;
    }
    
    div.footerline div.template_style{
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .copyr, .sitecreatedby, .footerpanebot{
        margin: 5px auto;
    }
    .copyr{
        order: 3;
    }
    div.copyr> div.copyr{
        margin-left: 17%;
    }
    .footerpanebot{
        order: 2;
    }
    #dnn_ctr2719_HtmlModule_lblContent > div{
        margin-left: 0px!important;
    }
    .sitecreatedby{
        order: 1;
    }
    #dnn_ctr2262_ContentPane{
        display: flex;
        text-align: center;
    }
    #dnn_ctr2262_HtmlModule_lblContent>p{
        margin-bottom: 0;
    }
    

    .hamburger, .toggle-box{
        display: block;
    }
    #dnnMenu .topLevel{
        display: flex;
        justify-content: start;
        flex-direction: column;
        align-items: center;
        position: fixed;
        top: 0;
        right: -300px;
        background: #124379;
        width: 250px;
        height: 100%;
        z-index: 3;
        transition: 0.5s;
    }
    #dnnMenu .topLevel li{
        width: 100%;
        height: 100%;
    }
    #dnnMenu .topLevel li a,
    #dnnMenu .topLevel li a:hover{
        text-align: center;
        padding: 25px;
        font: 22px;
    }
    .mnav {
        z-index: 1;
    }
    .navigation{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: auto;
        height: 21px;
        margin-left: 30px;
        z-index: 1; 
    }
    .bannermenubox{
        position: relative;
    }
    .toggle-box{
        width: 70%;
    }
    #dnnMenu .selected a{
        background: none;
    }
    #dnnMenu .topLevel li{
        box-shadow: inset 0 0 90px rgba(9,46,97,255);
        background: url(../images/menubr.gif) no-repeat right top;
    }
    #dnnMenu .topLevel li.hover .subLevel{
        display:none;
    }
    #dnnMenu .subLevel li.hover > .subLevelRight{
        display:none;
    }
    #dnnMenu .hover a{
        background: gray;
    }
}

@media screen and (max-width:640px){
    .rtlogo>a>img{
        width: 310px;
    }

    #dnn_ctr2246_HtmlModule_lblContent{
        font-size: 3.8vw;
    }
    #dnn_BannerBox>div>div>div>div>div{
        font-size: 3.8vw!important;
    }

    div.nivoSlider {
        height: 180px;
    }
    div.nivoSlider  img {
        width: 100%!important;
        height: 100%!important;
        object-fit: fill;
    }
    div.nivoSlider  div {
        width: 100%!important;
        height: 100%!important;
        object-fit: fill;
    }
    
    
    div.headerline div.template_style{
        justify-content: center;
    }
    #dnn_Left{
        width: 100%!important;
    }
    .new-columns-design{
        justify-content: center!important;
    }
    #dnn_Rignt{
        width: 100%!important;
    }
    .hrtbox{
        text-align: center;
    }
    #dnn_ContentLeft{
        margin: auto;
        width: 100%;
    }
    #dnn_ContentPane{
        margin: auto;
    }
    #dnn_ContentPaneRight{
        width: 100% !important;
    }
    #dnn_ctr2157_ModuleContent .Normal >table{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    #dnn_ctr2260_HtmlModule_lblContent{
        margin: 0;
        width: 100%;
    }
    #dnn_ctr2227_FormMaster_Contact_Form1>tbody{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
    }
    #dnn_ctr2227_FormMaster_Contact_Form1>tbody>tr{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    #dnn_ctr2227_FormMaster_Contact_Form1>tbody>tr>td:nth-child(1){
        align-self: center;
        flex-direction: column;
    }
    #dnn_ctr2227_FormMaster_Contact_Form1>tbody>tr>td:nth-child(2){
        align-self: center;
        flex-direction: column;
        margin-left: 0;
        width: 100%;
    }
    #dnn_ctr2227_FormMaster_Contact_Form1>tbody>tr>td .NormalTextBox{
        align-self: center;
        flex-direction: column;
        width: 100%!important;
        margin-left: 0;
    }
    #dnn_ctr2227_FormMaster_trC5SReCaptcha>#dnn_ctr2227_FormMaster_tdC5SReCaptcha .g-recaptcha{
        margin-left: 0;
    }
    
    div.footerline div.template_style{
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-around;
    }
    .footerpanebot{
        width: auto;
        margin: 0 auto;
    }
    .bbox1, .bbox2,.bbox3{
        width: 90% !important;
        padding: 0 0 0 10% !important;
        background-position: 20% !important;
        background-size: 10% !important;
    }
    div.Normal div.bbox2{
        background-size: 5% !important;
    }
    #dnn_ctr2719_HtmlModule_lblContent > div{
        width: auto !important;
        margin-left: 0px !important;
    }
    .navigation input:checked ~.hamburger:before{
        margin-right: 215%;
    }

    .navigation input:checked ~ .hamburger:after{
        margin-right: 215%;
    }
}