@font-face {
    font-family: 'MalgunGothicRegular';
    src: url('../fonts/MalgunGothicRegular.woff') format('woff'),
    url('../fonts/MalgunGothicRegular.ttf') format('truetype'),
    url('../fonts/MalgunGothicRegular.svg#MalgunGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BellGothicStd-Bold';
    src: url('../fonts/BellGothicStd-Bold.eot');
    src: url('../fonts/BellGothicStd-Bold.woff2') format('woff2'),
    url('../fonts/BellGothicStd-Bold.woff') format('woff'),
    url('../fonts/BellGothicStd-Bold.ttf') format('truetype'),
    url('../fonts/BellGothicStd-Bold.svg#BellGothicStd-Bold') format('svg'),
    url('../fonts/BellGothicStd-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Impact';
    src: url('../fonts/Impact.woff') format('woff'),
    url('../fonts/Impact.ttf') format('truetype'),
    url('../fonts/Impact.svg#Impact') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    background: #111414;
}


img{
    max-width: 100%;
}
header{
    background: rgb(45, 51, 51);
    background: -moz-linear-gradient(90deg, rgb(45, 51, 51) 30%, rgb(14, 15, 15) 90%);
    background: -webkit-linear-gradient(90deg, rgb(45, 51, 51) 30%, rgb(14, 15, 15) 90%);
    background: -o-linear-gradient(90deg, rgb(45, 51, 51) 30%, rgb(14, 15, 15) 90%);
    background: -ms-linear-gradient(90deg, rgb(45, 51, 51) 30%, rgb(14, 15, 15) 90%);
    background: linear-gradient(180deg, rgb(45, 51, 51) 30%, rgb(14, 15, 15) 90%);
    padding-top: 10px;
    padding-bottom: 10px;
}
.item img{
    width: 100%;
}
.carousel-caption{
    text-align: left;
    bottom: 65%;

}
.carousel-caption h3{
    font-family: 'MalgunGothicRegular';
    font-size: 26px;
    color: #f8b91f;
}
.carousel-caption span{
    font-family: 'Impact';
    color: #ffffff;
    font-size: 44px;
}
.home-bottom{
    margin-top: -750px;
    position: relative;
}
.welcome-bg{
    background: #0077c1;
    padding: 20px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;

}
.welcome-bg h2{
    font-family: 'BellGothicStd-Bold';
    color: #ffffff;
    font-size: 26px;
}
.welcome-bg{
    color: #ffffff;
}
.welcome-bg h3{
    font-family: 'BellGothicStd-Bold';
    color: #ffffff;
    font-size: 24px;

}
.welcome-bg h4{
    color: #111414;
    font-size: 18px;
}
.welcome-box{
    border-right:1px solid #7fb324;
    padding: 0px 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.carousel-indicators{
    bottom: 60%;
    right: 0 !important;
    left: 85%;
    width: auto;

}
.border{
    border-bottom: 1px solid #ffffff;
    overflow: hidden;

}
.pama{
    padding: 0px;
    margin: 0px;

}
.more-btn{
    background: #ffffff;
    color: #2d3334;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 8px 18px;
    font-size: 16px;
    display: inline-block;
    margin-top: 20px;
}
.more-btn:hover{
    background: rgb(245, 222, 44);
    background: -moz-linear-gradient(90deg, rgb(245, 222, 44) 30%, rgb(237, 66, 37) 90%);
    background: -webkit-linear-gradient(90deg, rgb(245, 222, 44) 30%, rgb(237, 66, 37) 90%);
    background: -o-linear-gradient(90deg, rgb(245, 222, 44) 30%, rgb(237, 66, 37) 90%);
    background: -ms-linear-gradient(90deg, rgb(245, 222, 44) 30%, rgb(237, 66, 37) 90%);
    background: linear-gradient(180deg, rgb(245, 222, 44) 30%, rgb(237, 66, 37) 90%);
    text-decoration: none;
    color: #ffffff;
}
.welcome-bottom{
    padding-top: 20px;
    padding-bottom: 20px;
    background: #ffffff;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.welcome-bottom h2{
    font-family: 'BellGothicStd-Bold';
    color: #2d3334;
    margin: 0px;

}
.welcome-bottom h4{
    color: #747171;
    margin: 0px;
}
.welcome-bottom p{
    margin-top: 20px;
    font-size: 12px;
}
.welcome-bottom a{
    margin-top: 30px;
    margin-right: 5px;
    display: inline-block;
}
.footer{
    background: #111414;
    padding-top: 20px;
}
.footer h3{
    color: #ffffff;
    font-family: 'BellGothicStd-Bold';
    font-size: 26px;
    margin-bottom: 20px;
}
.right-border {
    border-right:1px solid #303637;
    padding-bottom: 45px;
}
.footer-menu ul{
    padding: 0px;
    margin: 0px;
}
.footer-menu li{
    list-style: none;
}
.footer-menu a{
    color: #c4c4c4;
    line-height: 28px;
}
.footer-menu i{
    padding-right: 5px;
}
.footer-menu svg{
	}
.galler-img{
    padding: 5px;
}
.galler-img img{
    border: 1px dashed #666666;
    padding: 3px;
}
.footer-bottom{
    border-top: 1px solid #ffffff;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-bottom p{
    color: #ffffff;
    margin-top: 30px;
    float: right;
}
.inner-page-head{
    background: #0077c1;
    border-top: 1px solid #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.inner-page-head h1{
    font-family: 'BellGothicStd-Bold';
    color: #ffffff;
    margin: 0px;
    font-size: 28px;
}
.bg-white{
    background: #ffffff;
}
.about-page{
    padding-top: 30px;
    padding-bottom: 30px;
}
.news{
    border-left: #528100;
}
.news h3{
    color: #010000;
    font-size: 22px;
    font-family: 'BellGothicStd-Bold';
}
.news span{
    display: block;
    text-decoration: underline;
    padding-bottom: 5px;
}

.holder .mask {
    position: relative;
    left: 0px;
    top: 10px;
    width:100%;
    height:240px;
    overflow: hidden;
}
.holder ul {
    list-style:none;
    margin:0;
    padding:0;
    position: relative;
}
.holder ul li {
    padding:10px 0px;
}
.holder ul li a {
    background: #d0d1d5;
    text-decoration:none;
    padding: 8px 13px;
    color: #000000;
}
.icon{
    width: 60px;
    height: 60px;
    color: #ffffff;
    background: #ff5923;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-top: 10px;
}
.contact-ad h4{
    font-size: 18px;
    font-family: 'BellGothicStd-Bold';
    color: #000000;
}
.contact-ad a{
    color: #000000;
}
.contact-form{
    padding-top: 20px;
    padding-bottom: 40px;
}
.form-control{
    background: #f6f6f6;
    border-color: #e3e2e7;
    border-radius: 0px;
    height: 40px;
}
.contact-btn{
    background: #fc5a0a;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    font-size: 12px;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
#map
{
    filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}
.product-page{
    padding-top: 30px;
}
.product-page p{
    font-size: 16px;
    color: #010000;
}
.product-page h2{
    color: #000000;
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.product-bg{
    background: url("../images/product-1.jpg");
    padding: 30px 40px;
    margin-top: 30px;
	    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
     height: 250px;
     border: 1px solid #e0e0e0;
     background-repeat: no-repeat !important;
}
.product-box{
height: 410px;}

.product-box h3{
    color: #000;
    font-family: 'BellGothicStd-Bold';
    font-size: 22px;
}
.product-bg p{
    color: #ffffff;
    font-size: 15px;
    font-family: 'BellGothicStd-Bold';
    margin-top: 20px;
}
.product-box a{
    background: #fc5a0a;
    color: #ffffff;
    padding: 12px 18px;
    font-size: 13px;
    display: inline-block;
    margin-top: 5px;
   
}
.product-bg a:hover{
    text-decoration: none;
}
.testi{
    background: url("../images/testi-bg.jpg");
    padding-top: 60px;
    padding-bottom: 60px;
}
.testi p{
    font-size: 18px;
    padding: 0px 70px;
    color: #ffffff;
    line-height: 26px;
    font-family: 'BellGothicStd-Bold';
}
.testi small{
    padding: 0px 70px;
    color: #ffffff;
}

.carousel-control.left{
    width: 40px;
    height: 40px;
    color: #000000;
    background: #ffffff;
    line-height: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.carousel-control.right{
    width: 40px;
    height: 40px;
    color: #000000;
    background: #ffffff;
    line-height: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.carousel-control{
    width: auto;
}
.product-details{
    padding-top: 30px;
    padding-bottom: 30px;
}
.product-details h2{
    color: #000000;
    font-family: 'BellGothicStd-Bold';
    font-size: 28px;
}
.product-details p{
    color: #000000;
    font-size: 16px;
    font-family: 'BellGothicStd-Bold';
}
.product-details a{
    color: #929292;
    font-size: 35px;

}
.btn{
    background: #fc5a0a;
    color: #ffffff !important;
    padding: 12px 18px;
    font-size: 13px !important;
    display: inline-block;
    margin-top: 20px;
}
.product-list{
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    height: auto;
    float: left;
}
.product-list h2{
    font-size: 24px;
}
.pagination-pro{
    border-top: 1px solid #e7e8f7;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 20px;
}
.pagination-pro ul{
    padding: 0px;
    margin: 0px;
}
.pagination-pro li{
    list-style: none;
    float: left;
}
.pagination-pro a{
    border: 1px solid #e2e1e6;
    color: #111414;
    padding: 15px 20px;
    margin: 2px;
    font-size: 14px;
}
.pagination-pro a:hover{
    background: #ff5923;
    color: #ffffff;
    text-decoration: none;
}
.product-page{
   padding-top:50px;
  
  }
.image {
  position: relative;
		padding: 0;
		margin: 0;
		text-align: center;
  margin-top:15px;
  margin-bottom:15px;
}

.middle {
  position: absolute;
	    top: 0; right: 0;
	    bottom: 0; left: 0;
	    width: 100%;
	    height: 100%; 
	    text-align: center;
	    background-color: rgba(0,0,0,0.8);
	    opacity: 0;
	    -webkit-transition: opacity 0.6s;
	    -moz-transition: opacity 0.6s;
	    transition: opacity 0.6s;
       vertical-align:middle;
       line-height:200px;
}

.container:hover .text {
  opacity: 0.3;
}


.text {
  background-color: #eb4e05;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.gallry-page{
	margin-bottom:20px
	}
	
	.pr {
     width:100%;
     position: relative;
		padding: 0;
		margin: 0;
		text-align: center;
		margin-bottom:30px;
	}

	.pr-image{
cursor:pointer;
		position: relative;
		display: block;
	}

	.pr-text{
	   
	    width: 100%;
	    height: 100%; 
	    text-align: center;
	   
	    
	   
       vertical-align:middle;
       line-height:200px;
	}

	.pr-text:hover h3{
	    opacity: 0.5;      
	}

	.pr-text h3{
	    color: white;
	    display: block;
       vertical-align:middle;
       line-height:100%;  
	    background-color: #dc500c;
		 -webkit-transition: opacity 0.6s;
	    -moz-transition: opacity 0.6s;
	    transition: opacity 0.6s;
		padding:15px;
		font-size:14px;
		    margin-top: 0px;
		       
	}		
  
@media all and (max-width: 1750px){
    .home-bottom{
        margin-top: -700px;
    }
}
@media all and (max-width: 1650px){
    .home-bottom{
        margin-top: -650px;
    }
    .carousel-indicators{
        left: 90%;
    }
}

@media all and (max-width: 1400px){
    .home-bottom{
        margin-top: -550px;
    }
    .carousel-indicators{
        left: 100%;
    }
    .carousel-caption{
        left: 10%;
    }
}

@media all and (max-width: 1300px){
    .home-bottom{
        margin-top: -480px;
    }

}

@media all and (max-width: 1138px){
    .home-bottom{
        margin-top: -400px;
    }

}

@media all and (max-width:990px){
    .home-bottom{
        margin-top: -350px;
    }

}
@media all and (max-width:846px){
    .home-bottom{
        margin-top: -300px;
    }

}
@media all and (max-width:768px){
    .home-bottom{
        margin-top: -100px;
    }
    .carousel-caption{
        bottom: 40%;
    }
    .carousel-caption h3{
        font-size: 20px;
    }
    .carousel-caption span{
        font-size: 24px;
    }
    .carousel-indicators{
        bottom: 30%;
    }
    .logo{
        text-align: center;
    }

}
@media all and (max-width:768px){
    .home-bottom{
        margin-top: -50px;
    }
}


