html{overflow-x: hidden;}

body{overflow-x: hidden;
    -webkit-user-select: none;
     -moz-user-select: -moz-none;
      -ms-user-select: none;
          user-select: none;
}
.top-header{background-color:#000000; padding: 8px 0px;}
.main-header{background-color: #004202;}
.nav-link{color:#00ff09!important;}
.bg-main{background-color: #004202;}
.img-box{width: 100%;}
.img-box img{width:100%; border: 1px solid #007304;}
.color-main{color:#00ff09;}
.f-22{font-size: 22px;}
.f-28{font-size:28px;}
.bg-outer{background-image: url('../images/outer.jpg'); padding: 50px 0px; 
background-size: cover;}
.link-side{display: block; color:#00ff09; padding:8px 15px; background-color: #004202; 
	border-top-left-radius: 20px; border-bottom-right-radius: 20px; margin-bottom: 15px; 
 font-weight: 700; font-size: 16px; transition: 1s; text-decoration: none!important;}
 .link-side:hover{background-color:#00ff09; color: #004202;}
		.f-40{font-size: 60px;}
 .bg-call{background-image: url("../images/calling.jpg"); padding:180px 0px; 
background-size: cover; background-position: center; margin-top:-120px;}
.thumb img{border:5px ridge #004202; margin:10px 0px;}
.mr-ng{margin-top: -120px;}
.img-box a{
    background-color: #004202;
    display: block;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top: 5px solid #dedede;
    position: absolute;
    width: 88%;
    margin-top: -52px;
}
.banner img{width:100%!important}
	.out-links{display: block; color: #ffffff!important; padding: 5px 0px; border-bottom: 1px solid #ffffff;}
	.bg-footer{background-image: url("../images/footer.jpg");  
background-size: cover; background-position: center; }
.foot-call {
    display: none;
}
.gallery a img {
            float: left;
            width: 23%;
            margin:10px;
            height: auto;
            border: 2px solid #004202;
            border-radius:20px;
            -webkit-transition: -webkit-transform .15s ease;
            -moz-transition: -moz-transform .15s ease;
            -o-transition: -o-transform .15s ease;
            -ms-transition: -ms-transform .15s ease;
            transition: transform .15s ease;
            position: relative;
        }

        .clear {
            clear: both;
        }
@media only screen and (min-width: 320px) and (max-width:480px){
    .gallery a img{width:45%; margin:7px;}
    .mob-hide{display: none!important;}
    .nav-item{border-bottom: 1px solid #00ff09;}
    .navbar-toggler{position: absolute;
    top: -39px;
    right: 0px;
    background-color: #00ff09;}
		.banner{width: 100%!important;}
        .f-40{font-size: 36px;}
        .banner img{width: 100%!important; }
        .img-box{margin-bottom: 15px;}
        .foot-call {
    display: block;
    padding: 10px 15px;
    font-size: 28px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #000000;
}
.foot-call .col-md-2 {
    width: 15%!important;
    float: left;
}
.foot-call .col-md-8 {
    width: 70%!important;
    float: left;
}
.img-box a{width: 92%;}
}