h1,h2,h3,h4,h5,h6,p,ul,li,a{
	padding: 0;
	margin: 0;
}
a{
	    text-decoration: none !important;
}
li{
	list-style-type: none;
}
.container{
	max-width: 1700px;
}
body{
	padding: 0px;
	margin: 0px;
	background-color: #101010;
	font-family: "Jost", sans-serif;
	background-image: url('../front_img/body.jpg');
	background-size: cover;
	line-height: 0;
}
.logo{
	text-align: center;
	padding: 18px 0;
}
.about_contact{
	
}
.about_contact .about_contact_inner{
	background-color: #39b54a;
	
}
.about_contact .about_contact_inner ul{
	display: flex;
    margin: auto;
    text-align: center;
    justify-content: center;
    place-content: center;

}
.about_contact .about_contact_inner ul li{
	list-style-type: none;
	padding: 21px 11px;
}
.about_contact .about_contact_inner ul li a{
        font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 11px 20px;
    transition: 0.5s;
}
.about_contact .about_contact_inner ul li a:hover{
	    background-color: #000;
}
/*heafing*/
.heafing{
	
}
.heafing .heafing_inner{
	
background-color: #ffffff;
	
text-align: center;
}
.heafing .heafing_inner h1{
	
font-size: 16px;
	
color: #39b54a;
	
text-transform: uppercase;
	
font-weight: 500;
	
padding: 14px 0px;
}



/*certificates*/
.certificates{
        text-align: center;
    padding: 30px 0;
    padding-top: 0;
}

/*footer*/
.footer{
	
border-top: solid 1px #ffffff;
	
padding: 20px 0;
}
.footer ul{
	
display: flex;
	
margin: auto;
	
text-align: center;
	
justify-content: center;
}
.footer ul li{
	
padding-left: 28px;
}
.footer ul li a{
	
color: #fff;
	
font-size: 16px;
	
font-weight: 500;
}
.footer ul li p{
	
color: #fff;
	
font-size: 16px;
	
font-weight: 500;
}
.footer ul li p span{
	
padding-right: 5px;
}
.footer ul li p span i{
	color: #39b54a;
}



/*copyright*/
.copyright{
	background-color: #39b54a;
	padding: 12px 0;
}
.copyright p{
	
color: #ffffff;
	
font-size: 15px;
	
text-transform: uppercase;
	
font-weight: 500;
	
text-align: center;
	
padding: 12px 0;
}
.copyright p a{
	
color: #fff;
}
.copyright p a:hover{
	
}


/*sticky_social*/
.sticky_social{
    z-index: 1;
position: fixed;
    
top: 35%;
}
.sticky_social ul{
    
}
.sticky_social ul li{
    
}
.sticky_social ul li a{
    display: flex;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    transition: 0.5s;
}
.sticky_social ul li a:hover{
    background-color: #fff;
}
.sticky_social ul li a span{
    display: none;
    padding: 7px 10px;
}
.sticky_social ul li a i{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    place-content: center;
    background-color: #fff;
    color: #000;
}
.sticky_social ul li a .fa-facebook{
    background-color: #4861b3;
    color: #fff;
    transition: 0.5s;
}
.sticky_social ul li a .fa-facebook:hover{
        background-color: #39b54a;
}
.sticky_social ul li a .fa-twitter{
    background-color: #359bf0;
    color: #fff;
    transition: 0.5s;
}
.sticky_social ul li a .fa-twitter:hover{
        background-color: #39b54a;
}
.sticky_social ul li a .fa-instagram{
    background-color: #df2f6d;
    color: #fff;
    transition: 0.5s;
}
.sticky_social ul li a .fa-instagram:hover{
        background-color: #39b54a;
}
.sticky_social ul li a .fa-linkedin-in{
    background-color: #3261b1;
    color: #fff;
    transition: 0.5s;
}
.sticky_social ul li a .fa-linkedin-in:hover{
        background-color: #39b54a;
}
.sticky_social ul li a:hover span{
}

.about_contact .about_contact_inner ul li:not(:last-child) {
  border-right: 2px solid #1f892d; /* you can change color */
}
/*sticky_verifier_suppler*/
.sticky_verifier_suppler{
    position: fixed;
    top: 30%;
        right: 0;
        z-index: 1;
}


/*categories*/
.categories{
        padding: 50px 0;
}
.categories .categories_box{
    transition: 0.5s;
}
.categories .categories_box .images{
    overflow: hidden;
        position: relative;
}
.categories .categories_box .images img{
    
}
.categories .categories_box:hover .images img{
    
}
.categories .categories_box .images .overlay{
        width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
        opacity: 0;
}
.categories .categories_box:hover .images .overlay{
    left: 100%;
    opacity: 100;
}
.categories .categories_box .detail{
        text-align: center;
    padding: 10px 0;
}
.categories .categories_box .detail h1{
        font-size: 33px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

#aboutModal p{
    line-height: 30px;
}
#aboutModal ul{
    line-height: 30px;
}

#contactModal label{
        padding: 10px;
    font-weight: 600;
    font-size: 17px;
}
#contactModal input{
        padding: 10px;
    font-weight: 600;
    font-size: 14px;
}
#contactModal textarea{
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
}
#contactModal .modal-body button{
        background-color: #000;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.5s;
}
#contactModal .modal-body button:hover{
    background-color: #39b54a;
}

@media only screen and (max-width: 992px) {
    .footer ul{
        display: inline-block;
    }
    .footer ul li{
        padding: 0;
        padding-bottom: 5px;
        line-height: 27px;
    }
    .copyright p{
        line-height: 24px;
    }
    .sticky_verifier_suppler{
        top: 25%;
    }
    
    
    
}



/* Shine */
.hover14{
    overflow: hidden;
}
.hover14 figure {
	position: relative;
}
.hover14 figure img{
    width: 100%;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 .detail{
        text-align: center;
    padding: 10px 0;
}
.hover14 .detail h1{
        font-size: 33px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}