body{
	margin: 0px;
    background: none;
}
section{
	width: 100%;
	float: left;
}
footer{
    width: 100%;
    float: left;
}
.mrg{
    margin-top: 25px;
}
.parts {
    width: 50%;
    position: relative;
    float: left;
    height: 400px;
}
.mrg90r{
	width: 92%;
	float: right;
}
.mrg80{
	width: 84%;
	margin: 0 auto;
}

.video-bw {
    position: absolute;
    width: 100%;
    float: left;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-bw video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-bw h1 {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    /* float: left; */
    font-size: 30vw;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    line-height: 100%;
    mix-blend-mode: screen;
    font-weight: bold;
    letter-spacing: 0px;
    font-family: fantasy;
	user-select: none;
}

.font-large {
    font-size: 50px;
    color: #212121;
    font-family: "Futura Heavy";
    line-height: 60px;
    letter-spacing: -0.3px;
    max-width: 660px;
    margin-top: 10px;
}
.red_box {
    display: inline-block;
    background-color:  #28a745;
    padding: 8px 22px;
    border-radius: 20px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: normal;
    color: #ffffff;
    font-weight: 500;
    font-family: "FuturaBTW01-Medium";
    margin-top: 60px;
}


.heading h1{
	font-family: "Poppins",Arial,Helvetica,sans-serif;
	font-size: 40px;
	color: #000000;
}
.mask1 img {
    width: 100%;
    position: absolute;
    top: auto;
}
.mask1 {
    position: relative;
}
.main_box {
	width: 100%;
	float: left;
    margin-bottom: 40px;
}
.boxes{
	width: 25%;
	float: left;
}

.box .innerbox {
    position: relative;
    padding: 10px 16px;
  
    background: #f5f5f5;
    border-radius: 5px;
   height: 306px;
}
.box .innerbox::before{
    position: absolute;
   
    top: 0;
    left: 0;
    height: 0%;
    width: 0%;
    content: "";
    border-top: 3px solid  transparent;
    border-left: 3px solid  transparent;
    box-sizing: border-box;
    transition: all .8s ease;

}
.box .innerbox::after{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 0%;
    width: 0%;
    content: "";
    border-bottom: 3px solid  transparent;
    border-right: 3px solid  transparent;
    box-sizing: border-box;
    transition: all .8s ease;
}
.box:hover .innerbox::before,
.box:hover .innerbox::after
 {
    border-color: #28a745 ;
    height: 100%;
    width: 100%;
}
.box {

    padding: 0px 13px;
}


.vid{
	height: 400px;
	width: 100%;
}
.innerbox h3 {
    background: linear-gradient(to right, #28a745, #28a745 50%, #191919 50%, #191919 );
    background-size: 200% auto;
    background-position-x: 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    transition: background-position-x .8s, color .8s;
    font-size: 26px;
    font-weight: 700;
    font-family: "FuturaBTW01-Bold";
    line-height: 37px;

}

.innerbox:hover  h3{
 	background-position-x: 0%;
}
.innerbox a {
    background: linear-gradient(to right, #28a745, #28a745 50%, #191919 50%, #191919 );
    background-size: 200% auto;
    background-position-x: 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    transition: background-position-x .8s, color .8s;
    text-decoration: none;
    position: absolute;
    bottom: 14px;
    right: 40px;
    z-index: 9;
}
.box:hover .innerbox a{
    background-position-x: 0%;

}
.innerbox a::after {
    content: "";
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    position: absolute;
    height: 7px;
    width: 7px;
    top: 7px;
    right: -16px;
    rotate: 45deg;

}
.box:hover .innerbox a::after{
    border-color: #28a745 ;
}
.icon-box {
    position: absolute;
    right: -3px;
}
.icon-box img {
    width: 100%;
}
.heading {
    padding-top: 36px;
    padding-bottom: 30px;
}


@media only screen and (max-width: 1200px){
   .boxes {
    width: 33.33%;
    float: left;
    padding: 12px 0px;
    }
    .font-large{
    line-height: 48px;
    font-size: 43px;
    }
    .red_box{
        font-size: 14px;
    }
    .form_btn{
        font-size: 18px;
    }
    .form_btn:before{
        
        left: 21px;
    }
    .heading h1 {
    
    font-size: 33px;
   
    }
	.video-bw{
		top:21px
	}
	

}
@media only screen and (max-width: 950px){
   .boxes {
    width: 50%;
    float: left;
    padding: 12px 0px;
    }
    .font-large{
    line-height: 43px;
    font-size: 33px;
    }
    .red_box{
        font-size: 13px;
    }
    .form_btn{
        font-size: 12px;
    }
    .form_btn:before{
        width: 8px;
        height: 8px;
        left: 21px;
    }
    .heading h1 {
    
    font-size: 26px;
   
	}
	.video-bw{
		top:34px
	}
	.parts{
		height:302px;
	}


}

@media only screen and (max-width: 620px){
   .boxes {
    width: 100%;
    float: left;
    padding: 12px 0px;
    }
    .parts {
    width: 100%;
    float: left;
    height: auto;
	position: inherit;
}
    .heading h1 {
    
    font-size: 22px;
	}
	.mask1 img {
    top: 60px;
}
    .red_box {
    font-size: 14px;
    margin-top: 0px;
}
.video-bw {
    /* display: none; */
    left: 0;
    height: 298px;
    margin-top: -23px;
    z-index: -1;
	opacity: 0.5;
}
.mrg90r.mrg.vid-mrg {
    width: 100%;
    padding: 0px 8%;
}
.vid-s{
	position:relative;
}
.video-bw h1{
	display:none;
}

}

@media only screen and (max-width: 480px){
   .boxes {
    width: 100%;
    float: left;
    padding: 12px 0px;
    }
    .parts {
    width: 100%;
    float: left;
}
.red_box {
    font-size: 14px;
    margin-top: 0px;
}
    

}