@charset "utf-8";
/* CSS Document */

header{
	width: 100%;
	top: 0;
	z-index: 9999;
	background: url(../images/header-bg.jpg) no-repeat top;
    height: 85px;
	    position: absolute;
}
.logo{
	display: block;
	color: #dcf102;
	margin: 36px 0 0;
}
.logo span{
	display: inline-block;
    padding: 0 5px 0px 0;
    vertical-align: top;
}
#slide{
	position: fixed;
	    width: 100%;
}
#slide img{
	position: relative;
}
.bg-light{
	background: transparent !important;
}
#bottomslide{
	position: absolute;
	width: 100%;
    z-index: 999;
    top: 55%;
}
.blockslide{
	    background: #373e46 url(../images/bottomslide.jpg) top no-repeat;
    height: 249px;
    border-radius: 13px;
}
.item{
	padding: 0 30px;
    background: url(../images/devider.jpg) right bottom no-repeat;
}
.item img{
	    float: left;
    margin-top: 11px;
}
.item h2{
	    margin-top: 70px;
    display: inline-block;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    margin-right: 0;
    margin-bottom: 30px;
}
.item p{
	display: block;
    text-align: justify;
    color: #7a869b;
    line-height: 23px;
    font-size: 12px;
}
.blockslide .col-lg-4:last-child .item{
	background:none !important;
}
.descpro{
	
}
#prosec{
	margin:68px 0 30px;
}
.satr1{
	border: solid 2px #fff;
}
.satr2{
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
}
.rgb{
	 background: url(../images/bg-f.jpg) repeat-x top #282828;
	 padding: 20px 0;
	 color: #999999;
}
footer a{
	color: #999999;
}
footer h6{
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;
}
.footer-content p a{
	    margin-right: 34px;
}

footer li a{
	display: block;
	line-height: 30px;
	    font-size: 12px;
}
.bordertop{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c3c3c+1,999999+50,3c3c3c+100 */
background: rgb(60,60,60); /* Old browsers */
background: -moz-linear-gradient(left, rgba(60,60,60,1) 1%, rgba(153,153,153,1) 50%, rgba(60,60,60,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(60,60,60,1) 1%,rgba(153,153,153,1) 50%,rgba(60,60,60,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(60,60,60,1) 1%,rgba(153,153,153,1) 50%,rgba(60,60,60,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#3c3c3c',GradientType=1 ); /* IE6-9 */
	height: 1px;
    width: 137px;
    margin-right: 13px;
}
.table td, .table th{
	border: 0;
}
.copyright{
	    color: #3a4455;
	background: #000;
	padding: 10px 46px 20px;
	margin-top: 30px;
}
.copyright a{
	    color: #3a4455;
}
.contentpage{
     background: #373e46 url(../images/bottomslide.jpg) top no-repeat;
    border-radius: 13px;
    margin-bottom: 40px;
    padding: 30px;
}
.contentpage .titlep{
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    margin-bottom:36px;
    border-bottom: solid 1px #fff;
    padding: 0px 0 7px;
}
.contentpage p{
    color: #ddd;
    line-height: 30px;
    text-align: justify;
}
.catblock{
    background: #373e46 url(../images/bottomslide.jpg) top no-repeat;
    border-radius: 13px;
    margin-bottom: 40px;
    padding: 30px;
}
.catblock li{
        list-style: none;
}
.catblock h2{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
.desccat{
        font-size: 14px;
    color: #ddd;
    margin: 10px 0 0 0;
    border-top: 1px solid #d6d6d6;
     border-bottom: 1px solid #d6d6d6;
}
.itemprocat .item{
    background:none;
}
.contentpro{
        margin-top: 70px;
            width: 330px;
}
.contentpro h3{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
.contentpro p{
    color: #ddd;
    font-size: 23px;
    line-height: 32px;
    text-align: justify;
}
.borderr{
     border-right: 2px solid #fff !important;
}
.borderb{
     border-bottom: 2px solid #fff !important;
}
.blockcats{
    background: #373e46 url(../images/bottomslide.jpg) top no-repeat;
    border-radius: 13px;
    margin-bottom: 88px;
    position:relative;
    height: 300px;
    padding: 0 28px 0;
}
.itemcat{
    position: absolute;
    top: -45px;
     margin-right: 21px;
}
.itemcat p{
        color: #7a869b;
       text-align: justify;
    line-height: 23px;
        width: 143px;
            height: 129px;
}
.itemcat h2{
        color: #fff;
        font-size: 18px;
        font-weight: bold;
}
.itemcat img{
    vertical-align: top;
}
.more{
    background: #e3f432;
    border-radius: 4px;
    color: #3b4003;
    display: inline-block;
    padding: 8px 15px 8px 15px;
    -webkit-transition: background 0.5s ease-in;
    -moz-transition: background 0.5s ease-in;
    -o-transition: background 0.5s ease-in;
    transition: background 0.5s ease-in;
    text-align: center;
    font-size: 12px;
        margin-top: 23px;
}
.more:hover{
    color:#fff;
     background:#aebe12;
}
.contactdiv{
    	 background-image: url("../images/bg-h.jpg"), url("../images/bg-h.jpg");
    	  background-repeat: repeat-x, repeat-x;
    	   background-position: top, bottom;
    	   background-color: #00000052;
    	    width: 100%;
    border-radius: 8px;
        padding-top: 50px;
            padding-left: 34px;
            padding-bottom:24px;
}
.map img{
        border-radius: 13px;
    border: 11px solid #2A2A2A;
}
.formcontact{
     background:#2a2a2a  url("../images/bg-h.jpg") top  repeat-x !important;
        color: #DDDDDD;
            border-radius: 9px;
}
.formcontact p{
    margin-top: 38px;
    text-align: justify;
    line-height: 30px;
}
.formcontact strong{
        display: block;
    margin-top: 13px;
    font-size: 16px;
    text-align: center;
}
.imgcontact{
    margin: 15px 68px;
    background: #494949;
    padding: 11px;
}

.imgcontact a{
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    margin: 0 15px 0;
    display: inline-block;
    width: 200px;
    height: 100px;
}


.imgcontact a:hover img{
    opacity:0;
    -moz-transition:all linear 0.5s;
	-o-transition:all linear 0.5s;
	-webkit-transition:all linear 0.5s;
	transition:all linear 0.5s;
}

.imgcontact a:hover:nth-child(1) {
    background: url(../images/4contact.jpg) no-repeat;
}
.imgcontact a:hover:nth-child(2) {
    background: url(../images/4contact.jpg) no-repeat;
}
.imgcontact a:hover:nth-child(3) {
    background: url(../images/2contact.jpg) no-repeat;
}
.imgcontact a:hover:nth-child(4) {
    background: url(../images/1contact.jpg) no-repeat;
}

.formbuilderform div{
    background: url(../images/bg-input-fa.png) no-repeat scroll 0 0 transparent;
    width: 397px;
    height: 40px;
    margin-right: 15px;
    margin-bottom: 5px;
}
.formcontact input{
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    float: left;
    height: 26px;
    margin-bottom: 5px;
    margin-left: 6px;
    margin-top: 4px;
    width: 267px;
    color: #ddd;
}
.formcontact label {
    color: #CCCCCC;
    display: block;
    float: right;
    padding-right: 20px;
    padding-top: 9px;
    width: 90px;
    font-size: 12px;
}
textarea{
    background: url(../images/bg-textarea-fa.png) no-repeat scroll 0 0 transparent;
    width: 397px;
    height: 121px;
    margin-bottom: 2px;
     border: medium none;
         color: #fff;
}
.submit input{
    color: #000000;
    	background: none repeat scroll 0 0 transparent;
    	    border: medium none;
        width: 46px !important;
}
.submit{
     height: 35px !important;
    width: 68px !important;
     background: url(../images/btn.png) no-repeat scroll 0 0 transparent !important;
         margin-top: 126px;
}
.imgcat{
        margin: 33px 0px 0px 30px;
         background: #fff;
    border: solid 8px #ccc;
}
.boxcat .contentpro{
        margin-top: 43px;
}
.caption {
    min-height: 77px;
     text-align: center;
}
.caption h3 a {
    font-size: 16px;
    color: #ddd;
    font-weight: bold;
}
.card-title {
    margin: 6px 0 17px;
    font-weight: bold;
    font-size: 17px;
}
.card-text {
    line-height: 26px;
    font-size: 12px;
    text-align: justify;
}
.btn{
    color: #373e46;
    border: solid 1px #dcf102;
    font-size: 13px;
    margin-top: 10px;
    background: #dcf102;
}
.btn:hover{
    background: #495058;
     border: solid 1px #dcf102;
     color: #fff;
}
.card-body{
    background: #495058;
    color: #fff;
}
.secimg{
    margin-bottom: 40px;
    margin-top: 40px;
    border: solid 2px #fff;
}
.card{
        margin-bottom: 20px;
}
.hoverimg{
    position: relative;
}
.overlay-top {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
    opacity: 0.6;
    background-color: #414754;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}
.hoverimg:hover .overlay-top {
  bottom: 0;
  height: 100%;
}
.overlay-bottom {
  position: absolute;
  bottom: 0;
  right: 100%;
  left: 0;
   opacity: 0.6;
    background-color: #414754;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.hoverimg:hover .overlay-bottom{
  height: 100%;
}
.overlay-left {
   position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
    background-color: #414754;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}
.hoverimg:hover .overlay-left{
   width: 100%;
}
.overlay-right {
  position: absolute;
  bottom: 0;
  left: 0;
   opacity: 0.6;
    background-color: #414754;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}
.hoverimg:hover .overlay-right{
  width: 100%;
}
/*--Resposive laptop--*/
@media (max-width: 1024px) {
	.item h2{
		margin: 0 0 5px;
    	font-size: 16px;
	}
	.item img {
		float: left;
		margin-top: 11px;
		height: 96px;
	}
	.descpro {
    	float: left;
	}
	.blockslide{
		height: 261px;
    	overflow: hidden;
	}
	.item {
    	height: 250px;
	}
	.navbar-nav>li {
    	padding: 0px;
	}
	.navbar-light .navbar-nav .nav-link{
	        padding: 11px 18px 11px;
	}
}
/*--Resposive laptop--*/
/*--Resposive tablet--*/
@media (max-width: 768px) {
	#slide {
    	position: relative;
	}
	#bottomslide{
		position: relative;
		    margin: 30px 0 20px;
	}
	.navbar-nav {
    	background: #000;
	}
	header{
		position: relative;
	}
	.copyright{
	        font-size: 11px;
	}
	.blockslide {
         height: auto;
	}
	.item{
	        text-align: center;
	        background: none;
	}
	.item img {
        float: none;
        margin-bottom: 20px;
	}
	.item p {
        text-align: center;
        line-height: 31px;
        font-size: 13px;
	}
	.item h2{
	        margin-bottom: 13px;
	}
	#slide img{
	    width: 100%;
        height: 100%;
	}
	.formcontact label {
        padding-right: 16px;
    }
    .formbuilderform div {
    background: #555;
    border-radius: 6px;
    width: auto;
    }
    .formcontact input{
        float:none;
        width: inherit;
        height: 31px;
        border: medium none;
    }
    textarea {
        background: #555;
        border-radius: 6px;
        width: 100%;
    }
    .submit{
            padding-right: 9px;
        text-align: center;
        margin-bottom: 21px !important;
    }
    .contactdiv{
            height: 100%;
    padding-bottom: 66px;
    }
    .blockcats{
        height: auto;
    }
    .itemcat {
    position: relative;
        margin-top: 25px;
    margin-bottom: 30px;
    top:0;
    }
}
/*--Resposive tablet--*/
/*--Resposive mobile--*/
@media (max-width: 576px) {
.itemcat p{
        width: auto;
        height: auto;
        text-align: center;
}
.itemcat{
      text-align: center;
          margin-right: 0;
    }
footer h6{
        margin-top: 20px;
    }
.copyright .col-md-6{
        text-align: right!important;
    }
.contactdiv{
        padding-left: 0;
    }
    .formcontact{
            margin-top: 20px;
    }
    .imgcontact {
        margin: 26px 0;
    }
    .contentpro{
            width: inherit;
    }
    .contentpro p {
         font-size: 16px;
    }
    .imgcat {
        margin: 0 auto;
         float: none !important;
    }
    
}
.imgpro{
}
.contact-left label {
   width: 107px;
    padding-right: 0;
    padding-left: 7px;
    padding-top: 0;
}
.contact-left label i {
       margin: 0 0 0 12px;
    color: #d0f105;
}
.contact-left p{
        margin-top: 15px;
    margin-bottom: 0;
}
.contact-left .table {
    width: unset;
}
#backcontact{
    	background: url(../images/1.jpg) no-repeat;
    	background-attachment: fixed;
    		background-size:cover;
}
.contacttable{
    font-size:11px;
}
.contacttable p{
    margin:0;
    padding:0 10px;
}
.contacttable strong{
    font-size:13px;
    text-align:left;
    margin-top: 13px;
}
.boxcat img{
    border: solid 8px #ccc !important;
}
.satr3{
        border-left: solid 2px #fff;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff
}
.img-thumbnail2{
    padding: .25rem;
    background-color: #fff;
    border: 7px solid #ccc;
    max-width: 100%;
    height: auto;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(232, 223, 223, 0.05);
}
.table-striped tbody tr{
cursor: pointer;
}
.pageimg{
    border: solid 8px #ccc !important;
}
.footerimg img{
     width: 138px;
     height: auto;
    border: solid 5px #ccc !important;
}