body{
    font-family: 'Roboto';
}
body{-ms-overflow-style: scrollbar !important;} /*-------ie---fix---------------*/

#page{
    margin-top: 0px;
}
a:hover{
    text-decoration: none;
    outline: none;
}
/*--------------------system---------------------------*/
#cookie-law-info-again{
    display: none!important;
}
.loading-content{
    position: fixed;
    z-index: 99998;
    top:0;
    left:0;
    width:100%;
    display: none;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.loading-content i{
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -45px;
    margin-left:-45px;
    color:#005050;
    font-size:90px;
}
.scrollToTop{
    position: fixed;
    bottom: 5px;
    right: 5px;
    width:40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background:#8cc63f;
    color:#fff;
    opacity:0.7;
    display:none;
    z-index: 9;
    cursor:pointer; 
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.scrollToTop:hover,.scrollToTop:focus{
    opacity:1;
    color:#fff;
}
.modal-title{
    font-size: 20px;
    line-height: 26px;
    color:#002a3e;
    font-weight: 500;

}
.preview-lazyload{
    display: block;
    width: 100%;
    padding-bottom: 55.5%;
    position: relative;
}
.preview-lazyload a .lazy-load-div,
.preview-lazyload a,.preview-lazyload iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}
.grecaptcha-badge{
    opacity: 0!important;
    visibility: hidden!important;
}
.js-lazyload--not-loaded .preview-lazyload{
    opacity: 1;
}
.modal{
    overflow-y: auto;
}
.modal-header .close{
    position: absolute;
    top:0;
    right: 0;
    color:#000;
    font-weight: 200;
    font-family: 'Roboto';
    right: 0;
    margin: 5px;
    outline: none!important;
    width: 40px;
    height: 40px;
    opacity: 1;
    box-shadow: none;
    border: none;
    line-height: 40px;
    font-size: 36px;
}
.modal-content{
    border-radius: 0;
}
.modal-header .close:hover{
    color:#8cc63f;
}
.modal-header{
    border:none;
    text-align: center;
    padding: 40px 15px 0 15px;
}
/*------------------------------------*/
.navbar-default .navbar-nav>li>a{
    font-size: 15px;
    line-height: 15px;
    color:#fff;
    font-weight: 500;
    background: transparent!important;
    padding: 17px 6px;
    outline: none!important;
    transition: all 0.3s;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color:#fff;
    background: transparent;
}
.navbar-default .navbar-nav>li>a:hover{
    color:#77787b!important;
}
section.section{
    padding: 150px 0;
}
section.section .container{
    position: relative;
}
#s1.section{
    padding-top: 170px; 
}
section.no-section{
    padding: 100px 0;
}
#social-block{
    text-align: right;
    padding: 10px 0;
    margin-bottom: 25px;
}
#social-block a{
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    color:#fff;
    margin: 0 5px;
    transition: all 0.3s;
}
#social-block a:hover{
    color:#77787b;
}
.flex{ 
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: vertical;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
}
/*----------------std-------------------*/
.std h2{
    font-size: 38px;
    text-align: center;
    line-height: 42px;
    font-weight: 500;
    margin: 0 0 5px 0;
    color:#77787b;
    position: relative;
    z-index: 1;
}
.std h2:before{
    position: absolute;
    top:50%;
    transform: translate(-50%,-50%);
    left: 50%;
    width: 250px;
    height: 40px;
    content: "";
    z-index: -1;
    background: url('./img/heading.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
#s1 .std h2{
    color:#8cc63f;
    font-size: 40px;
    line-height: 46px;
    text-align: left;
    font-weight: 500;
    margin: 0 0 20px 0;
}
#s1 .std h2:before{
    display: none;
}
.owl-nav button span{
    line-height: 20px;
    font-size: 20px;
}
.owl-nav button{
    width: 50px;
    outline: none!important;
    margin: 0 5px!important;
    height: 25px;
    box-shadow: none!important;
    border-radius: 0!important;
    background: #8cc63f!important;
    color:#fff!important;
    border:none!important;
    text-align: center;
    line-height: 25px!important;
}
.owl-theme .owl-nav .disabled{
    opacity: 1;
    background: #ddd!important;
}
.section.layout-3 .std h2{
    margin-bottom: 20px;
}
.std h3{
    font-size: 25px;
    text-align: center;
    line-height: 32px;
    font-weight: 500;
    margin: 0 0 50px 0;
    color:#8cc63f;
}
body.page-template-default .std h1,
body.page-template-default .std h4,
body.page-template-default .std h2,
body.page-template-default .std h3,
body.single .std h1,
body.single .std h4,
body.single .std h2,
body.single .std h3{
    text-align: left;
    color:#77787b;
    margin-bottom: 20px;
}
.std h4{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 20px 0;
    color:#77787b;
}
.std h6{
    font-size: 19px;
    line-height: 27px;
    font-weight: 700;
    margin: 0 0 0px 0;
    color:#8cc63f;
}
.std p a{
    color:#8cc63f;
}
.std p a:hover{
    color:#77787b;
}
.std p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 20px 0;
    color:#77787b;
}
.std ul li{
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    margin: 0 0 4px 0;
    color:#77787b;
}
#s1{
    background-size: contain!important;
    background-position: top center!important;
    background-repeat: no-repeat!important;
}
#s1 h1{
    position: absolute;
    top:0;
    text-align: right;
    right: 15px;
    color:#fff;
    font-weight: 200;
    font-size: 70px;
    line-height: 1.1em;
}
#s1 h1:after{
    content: "";
    width: 70px;
    height: 70px;
    display: block;
    clear: both;
    margin: 25px 0 0 auto;
    background: url('./img/ce.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
body.page-template-default .std table{
    margin-bottom: 20px;
}
body.page-template-default .std table tr th,
body.page-template-default .std table tr td{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding: 5px;
    color: #77787b;
}
/*-----------------------------------------*/
.big-gap-top{
    margin-top: 120px;
}
#site-navigation{
    background: transparent;
    margin: 0;
    border:none;
    z-index: 98;
    transition: all 0.8s;
}
#site-navigation .container{
    position: relative;
}
#site-navigation .navbar>.container .navbar-brand{

}
#site-navigation.sticky.navbar>.container .navbar-brand{
    display: none;
}
#site-navigation.sticky{
    background: #8cc63f;
    top:-75px;
}
/*------------------------------------------------*/
#site-navigation .small-brand{
    position: absolute;
    bottom: 6px;
    left: 15px;
}
#site-navigation .small-brand img{
    max-width: 100%;
    width: 40px;
}
#site-navigation .small-brand{
    opacity: 0;
    visibility: hidden;
}
#site-navigation .small-brand{
    opacity: 0;
    visibility: hidden;

}
#site-navigation.sticky .small-brand{
    opacity: 1;
    visibility: visible;
    -webkit-transition-property: all; /* Safari */
    -webkit-transition-duration: 0.5s; /* Safari */
    -webkit-transition-delay: 0.8s; /* Safari */
    transition-property: all;
    transition-duration: 0.5s;
    transition-delay: 0.8s;
}
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-------------------layout-1---------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.section.layout-1 .wp-block-columns{
    padding-top: 60px;
}
.section.layout-1 .wp-block-column{
    margin: 0!important;
}
.section.layout-1 .wp-block-table{
    width: 100%;
    margin-bottom: 20px;
}
.section.layout-1 .std .wp-block-columns.has-2-columns  p{
    font-size: 13px;
    line-height: 16px;
    color:#8cc63f;
}
.section.layout-1 .wp-block-table tr td{
    font-size: 13px;
    line-height: 19px;
    padding: 5px 3px;
    text-align: center;
}
.section.layout-1 .wp-block-table tr td:nth-child(1){
    font-weight: 700;
    text-align: left;
}
.section.layout-1 .wp-block-table tr td{
    background:#f9fbe6;
}
.section.layout-1 .wp-block-table tr:nth-child(odd) td{
    background: #f4f6cd;
}
.section.layout-1 .wp-block-table tr:nth-child(1) td{
    background:#8cc63f;
    color:#fff;
    font-weight: 700;
}
.wp-block-file a{
    display: block;
    padding: 30px 50px;
    opacity: 1;
    color:#393e57;
    font-size: 16px;
    text-align: center;
    height: 180px;
    line-height: 22px;
    box-shadow: 5px 0px 45px rgba(0,0,0,0.2);
    transition: all 0.3s;
    z-index: 1;
    background: #fff;
    position: relative;
}
.wp-block-file a:hover{
    text-decoration: none;
    box-shadow: 5px 0px 45px rgba(0,0,0,0.5);
}
.wp-block-file a:before{
    content: "";
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto 15px auto;
    background: url('./img/ico1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    clear: both;
}
.wp-block-columns .wp-block-column:nth-of-type(even) .wp-block-file a:before{
    background: url('./img/ico2.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.wp-block-file .wp-block-file__button{
    display: none!important;
}
.tile{
    margin-bottom: 40px;
    cursor: pointer;
}
.tile .content{
    padding: 15px;
    background: #fff;
    width: 70%;
    margin-top: -50px;
    float: right;
    transition: all 0.3s;
    box-shadow: 5px 0 57px rgba(0,0,0,0.2);
    text-align: center;
}
.tile:hover .content{
    box-shadow: 5px 0 57px rgba(0,0,0,0.6);
}
.tile .content p{
    color:#8cc63f;
    font-size: 13px;
    margin: 0;
    line-height: 19px;
}

.tile .cover{
    width: 80%;
    padding-bottom: 80%;
    background: #ddd;
    background-size: cover!important;
    background-position: center center!important;
}
/*.wp-block-embed-youtube .wp-block-embed__wrapper{
    width: 100%;
    padding-bottom: 55%;
    position: relative;
    display: block;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}*/
.news-tile .cover{
    width: 100%;
    display: block;
    min-height: 200px;
    background: #ddd;
    cursor: pointer;
    background-size: cover!important;
    background-position: center center!important;
}
.news-tile{
    padding: 30px 15px 45px 15px;
}
.news-tile .excerpt p{
    font-size: 16px;
    line-height: 22px;
    color:#393e57;
    font-weight: 400;
    margin: 0 0 20px 0;
}
.news-tile h5{
    margin: 10px 0;
}
.news-tile h5 a{
    color:#8cc63f;
    font-size: 20px;
    line-height: 26px;
}
.news-tile h5 a:hover{
    color:#002a3e;
}
.btn.btn-primary{
    width: 100%;
    padding: 8px;
    font-size: 16px;
    border-radius: 0;
    background: #fff;
    border:none;
    border-bottom: 2px solid #8cc63f;
    line-height: 16px;
    text-align: center;
    outline: none!important;
    color:#393e57;
    transition: all 0.3s;
    box-shadow: 5px 0 45px rgba(0,0,0,0.2);
}
.btn.btn-primary:hover{
    border-color: #393e57;
    box-shadow: 5px 0 45px rgba(0,0,0,0.5);
}
.form-group{
    margin-bottom: 15px;
}
.form-group label{
    font-size: 14px;
    margin: 0 0 3px 0;
    color: #77787b;
    font-weight: 400;
}
input.wpcf7-form-control{
    height: 40px!important;
    background: transparent;
    border-radius: 0!important;
    border:2px solid #ddd!important;
    line-height: 40px!important;
    max-width: 100%;
    width: 100%;
    font-size: 15px!important;
    padding: 0 8px!important;
    transition: all 0.4s;
    color:#77787b!important;
    font-family: 'Roboto'!important;
}
input.wpcf7-form-control:focus{
    outline: none;
    border-color: #8cc63f!important;
}
.form-group .btn.btn-primary{
    padding: 11px;
}
.wpcf7-form .row{
    margin-left: -10px;
    margin-right: -10px;
}
.wpcf7-form .row>div{
    padding-left: 10px;
    padding-right: 10px;
}
span.wpcf7-not-valid-tip{
    position: absolute;
    top:3px;
    right: 5px;
    font-size: 11px;
    color:#ac0000;
    font-weight: 300;
    pointer-events: none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    border-color: #ac0000;
}
div.wpcf7-response-output{
    margin: 30px 0 0 0;
    padding: 15px 10px;
    color:#77787b;
    font-size: 16px;
    line-height: 22px;
}
/*-------------------layout-2---------------------*/
section.layout-2 .std h2{
    margin-bottom: 25px;
}
.gap30{
    margin-bottom: 30px;
}
.lazy-load-div:after{
     display: inline-block;
     content: "";
     background: rgba(255,255,255,0.8);
       position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    width: 90px;
    height: 90px;
    transition: all 0.3s;
}
.lazy-load-div{
    opacity: 1;
}
.lazy-load-div:hover:after{
    background: rgba(255,255,255,1);
}
.lazy-load-div:before{
    display: inline-block;
    border: 3px solid #8cc63f;
    border-radius: 50%;
    width: 80px;
    opacity: 1!important;
    transition: 0.3s;
    height: 80px;
    line-height: 77px;
    padding-left: 11px;
    text-align: center;
    text-shadow: none!important;
    box-shadow: none!important;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.lazy-load-div:hover:before{
    color:#393e57;
    border-color: #393e57;
}
/*-------------------layout-7---------------------*/
section.layout-5 .wp-block-columns{
    align-items:center;
}
section.layout-5 .wp-block-image{
    margin-bottom: 0;
}
.back-cover{
    position: absolute;
    top:0;
    z-index: -1;
    display: block;
}
section{
    position: relative;
}
.back-cover.top{
    right: 0;
    width: 100%;
    height: calc(100% - 300px);
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center top!important; 
}
.back-cover.right{
    right: 0;
    top:150px;
    width: 50%;
    height: calc(100% - 150px);
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: right top!important; 
}
.back-cover.left{
    left: 0;
    top:150px;
    width: 50%;
    height: calc(100% - 150px);
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: left top!important; 
}
.wp-block-columns{
    flex-wrap:nowrap;
}
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.copyright p{
    margin: 0;
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color:#77787b;
    text-align: center;
}
.copyright p a{
    color:#77787b;
}
.copyright p a:hover{
    text-decoration: underline;
}
body #page{
    z-index: 1;

    position: relative;
}
body #page:before{
    background: url('./img/footer2.jpg');
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 900px;
    z-index: -1;
    background-repeat: no-repeat;
    content: "";
    background-position: bottom center;
    background-size: contain;
}
body:not(.home) #site-navigation{
    background: #8cc63f;
}
body:not(.home) #page{
    margin-top: 145px;

}
#page-content{
    padding-top: 80px;
    padding-bottom: 60px;
}
.heading-title{
    background: #8cc63f;
}
.heading-title .container{
    padding-top: 40px;
    position: relative;
    padding-bottom: 40px;
}
.heading-title .container:before{
    position: absolute;
    top:0;
    left: 15px;
    width: calc(100% - 30px);
    height: 2px;
    background: #fff;
    content: "";
}
.text-right{
    text-align: right;
}
.other-news{
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color:#77787b;
    font-weight: 500;
    margin: 80px 0 0 0;
}
.btn-info{
    background: transparent;
    border: 2px solid #fff;
    color:#fff;
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-info:hover{
    background: #fff;
    color:#8cc63f;
    border-color: #fff;
}
.heading-title h1{
    font-size: 40px;
    line-height: 48px;
    color:#fff;
}
.lazy-load-div:before{
    color:#8cc63f;
    opacity: 1;
}
#page{
    overflow: hidden;
}
@media(max-width:1199px){
    .wp-block-file a{
        padding: 30px 20px;
    }
    section.no-section,
    section.section{
        padding: 70px 0;
    }
    #s1 h1{
        font-size: 50px;
    }
    #s1 .wp-block-image img{
        width: 400px;
    }
}
@media(max-width:991px){
    .navbar-default .navbar-nav>li>a{
        text-align: center!important;
    }
    #site-navigation .navbar-right{
        overflow: auto;
        max-height: calc(100vh - 200px);
    }
    .heading-title h1{
        font-size: 30px;
        line-height: 36px;
    }
    .mobile-head{
        padding: 20px;
        background: #8cc63f;
        text-align: center;
    }
    .mobile-head img{
        width: 200px;
        display: block;
        margin: auto;
    }
    body:not(.home) #page{
        margin-top: 0;
    }
    .big-gap-top {
        margin-top: 60px;
    }
    .section.layout-3.flex{
        display: block;
    }
    #s1.section{
        padding-top: 50px;
    }
    #s1 h1{
        position: relative;
        right: auto;
    }

    #social-block{
        float: none!important;
        max-width: 200px;
        margin: 0 auto 10px auto!important;
        display: block!important;
        text-align: center;
        padding: 5px 0;
    }
    #site-navigation.sticky .small-brand{
        display: none;
    }
    .navbar-default .navbar-nav>li>a{
        padding: 10px;
    }
    #site-navigation .navbar-right{
        float: none!important;
        max-width: 200px;
        margin: 0 auto!important;
        display: block!important;
    }
    .navbar-header{
        display: block;
        float: none;
    }
    .navbar-brand{
        display: block!important;
        max-width: 200px;
        float: none;
        margin: 0px auto 0 auto!important;
    }
    .navbar-nav>li{
        display: block;
        float: none;
    }
    #site-navigation .collapse{
        display: block;
        border: none;
        box-shadow: none;
    }
    #site-navigation{
        position: fixed;
        top:0!important;
        left: 0;
        width: 100%;
        height: 100%;
        background: #8cc63f;
        transform: translate(-100%,0);

    }
    #site-navigation.active{
        transform: translate(0,0);
    }
    .mobile-header{
        position: fixed;
        top:0;
        z-index: 99;
        left: 0;
        width: 100%;
        height: 50px;
    }
    .mobile-header .mobile-menu{
        width: 40px;
        height: 40px;
        background: #8cc63f;
        display: block;
        float: right;
        margin: 5px;
        cursor: pointer;
        position: relative;
    }
    .mobile-header .mobile-menu.active{
        background: #8cc63f;
    }
    .mobile-header .mobile-menu span{
        position: absolute;
        width: 70%;
        height: 2px;
        background: #fff;
        left: 15%;
        transition: all 0.5s;
        top:9px;
    }
    .mobile-header .mobile-menu div{
        transition: all 0.4s;
        transition-delay: 0.2s;
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .mobile-header .mobile-menu.active div{
        -ms-transform: rotate(-45deg); 
        -webkit-transform: rotate(-45deg); 
        transform: rotate(-45deg);
    }
    .mobile-header .mobile-menu span.mm2{
        top:19px;
    }
    .mobile-header .mobile-menu span.mm3{
        top:29px;
    }
    .mobile-header .mobile-menu.active span.mm3{
        opacity: 0;
    }
    .mobile-header .mobile-menu.active span.mm1{
        top:18px;
        -ms-transform: rotate(-90deg); 
        -webkit-transform: rotate(-90deg); 
        transform: rotate(-90deg);
    }
    .mobile-header .mobile-menu.active span.mm2{
        top:18px;
    }
    .homepage-logo{
        display: block;
        max-width: 200px;
        position: absolute;
        top:0;
        left: 15px;
        margin: 0 auto 10px 0 ;
    }
    .mobile-footer-back{
        padding: 10px 0;
        margin-left: -15px;
        margin-right: -15px;
        background: #8cc63f;
    }
    #site-navigation{
        display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: vertical;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    }
    .navbar-default .navbar-nav>li>a{
        font-size:20px;
        line-height: 20px;
    }
}
@media(max-width:767px){
    
    .mobile-footer-back{
        margin-top: 20px;
    }
    #page-content{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .post-thumb{
        padding: 0;
        margin-bottom: 40px;
    }
    .xs-no-padding-top{
        padding-top: 0!important;
    }
    .post-thumb img{
        max-width: 100%;
        height: auto;
    }
    .other-news{
        margin: 40px 0 20px 0;
    }
    .heading-title h1{
        font-size: 28px;
        line-height: 34px;
    }
    .has-5-columns:before,.has-5-columns:after{
        content: "";
        width: 100%;
        display: table;
        clear: both;
    }
    .has-5-columns .wp-block-column{
        width: 33.333%;
        float: left;
        height: 180px;
    }
    #s1.section{
        padding-top: 20px;
    }
    #s1 .std h2{
        font-size: 30px;
        line-height: 36px;
    }
    .homepage-logo{
        display: block;
        position: relative;
        left:0;
        max-width: 200px;
        margin: 0 auto 10px auto ;
    }
    #s1 h1{
        font-size: 35px;
        text-align: center;
    }
    #s1 h1:after{
        width: 35px;
        height: 35px;
        margin: 5px auto 0 auto;
    }
    section.no-section,
    section.section {
        padding: 40px 0;
    }
    .dropdown-menu{
        position: relative;
        box-shadow: none;
        background: transparent;
        width: 100%;
        top:0;
        border:none;
        float: none;
    }
    .toggle-drop-menu{
        display: block;
        position: absolute;
        top:0;
        right:0;
        width:40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color:#000;
        z-index: 999;
    }
    .toggle-drop-menu:before{
        font-family:FontAwesome;
        content: "\f0fe";
    }
    .toggle-drop-menu.active:before{
        content:"\f146";
    }
    .wp-block-columns{
        display: block;
    }
    
}
@media(max-width:580px){
      .big-gap-top .aligncenter{
        margin: 0px;
        width: 100%;
    }
    .big-gap-top .aligncenter img{
        width: 100%!important;
    }
    .has-5-columns .wp-block-column{
        width: 50%;

    }
    .col-us-12{
        width: 100%;
        clear: both;
        float: none;
    }
    .back-cover.top{
        height: 100%;
    }
}
@media(max-width:480px){
    
  section.no-section, section.section {
      padding: 20px 0;
  }
  .section.layout-1 .wp-block-columns{
      padding-top: 20px;
  }
    .big-gap-top{
        margin-top: 40px;
        margin-bottom: 20px!important;
    }
     body.page-template-default .std table tr th,
    body.page-template-default .std table tr td,
    .std ul li,
    .std p {
        font-size: 15px;
        line-height: 21px;
    }
    .news-tile{
        padding-top: 0;
    }
    #s1.section{
        padding: 0;
    }
    .wp-block-file{
        margin-bottom: 0;
    }
    .wp-block-file a{
        padding: 20px 10px;
        font-size: 14px;
        line-height: 19px;
    }
    .navbar-brand{
        margin-top: 10px!important;
    }
    .std h2:before{
        width: 140px;
        height: 30px;
    }
    .std h2{
        font-size: 32px;
        line-height: 36px;
    }
    .std h3{
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 27px;
    }
    #s1 .std h2 br{
        display: none;
    }
    #s1 .std h2{
        color: #77787b;
        font-size: 22px;
        line-height: 28px;
    }
    .homepage-logo{
        margin-bottom: 40px;
    }
    #s1 .wp-block-image img{
        width: 260px;
    }
}
@media(max-width:350px){
    .navbar-default .navbar-nav>li>a{
        font-size: 18px;
        line-height: 18px;
        padding: 8px 10px;
    }
}
@media(min-width:768px){
    #page-content{
        min-height: calc(100vh - 333px);
    }
    .sm-pull-right{
        float: right;
    }
    
    .sm-left-60{
        padding-left: 60px;
    }
    .section.layout-4 .wp-block-columns .wp-block-column:nth-of-type(1){
        flex-basis:33.333%
    }
    .section.layout-4 .wp-block-columns .wp-block-column:nth-of-type(2){
        flex-basis:66.666%
    }
    .navbar-nav>li .dropdown-menu{
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s;
    }
    .navbar-nav>li:hover .dropdown-menu{
        opacity: 1;
        visibility: visible;
    }
}
@media(min-width:992px){

}
@media(min-width:1200px){
    .navbar-default .navbar-nav>li>a{
        padding: 17px 10px;
    }
    .container{
        width: 1170px;
    }
    body.page-template-default .std table tr th,
    body.page-template-default .std table tr td,
    .std ul li,
    .std p {
        font-size: 19px;
        line-height: 26px;
    }
    .std.modal-body ul li,
    .std.modal-body p {
        font-size: 16px;
        line-height: 22px;
    }
    .section.layout-4 .wp-block-columns .wp-block-column:nth-of-type(1) {
        flex-basis: 25%;
    }
}

@media(min-width:1500px){
    .section.layout-1 .wp-block-image img{
        width: 110%;
        max-width: 110%;
    }

}