﻿main section {
	overflow: hidden;
}

.banner-wrapper {
    padding-top: 90px;
}

main section .sub-banner {
	display: flex;
    height: 300px;
    position: relative;
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
    overflow: hidden;
}

main section .sub-banner img {
    top: 0;
    width: 100%;
    position: relative;
    left: 0;
}

main section .sub-banner .red-line {
    height: 100%;
    transform: skew(-28deg);
    background: #da2128;
    opacity: 1;
    position: absolute;
    z-index: 1;
    top: 0;
	width: 45px;
    right: 30%;
	
	display: none;
}

main section .sub-banner .banner-text {
    position: absolute;
    z-index: 1;
    top: 125px;
    left: 100px;
    text-align: left;
}

main section .sub-banner .banner-text h3 {
    color: #ffffff;
    font-weight: 700;
    font-family: 'Roboto';
    font-size: 40px;
}

main section .sub-banner .spur {
    width: 180vh;
    height: 135vh;
    background: #000000;
    position: absolute;
    bottom: 10%;
    left: 15%;
    transform: skew(-35deg)
    translate(-50%,10%);
    z-index: 1;
    opacity: 0.3;
}

@media screen and (max-width: 1700px) {
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1280px) {
    .banner-wrapper {
		 height: 100%;
	}
		
	main section .sub-banner .spur {
		width: 170vh;
	}


}

@media screen and (max-width: 1240px) {

    main section .sub-banner img {
        left: 0;
    }

}

@media screen and (max-width: 1024px) {

    main section .sub-banner .banner-text h3 {
        font-size: 35px;
    }
}

@media screen and (max-width: 960px) {
    main section .sub-banner .banner-text{left:30px;}
    main section .sub-banner .spur {
        width: 155vh;
    }
	

}

@media screen and (max-width: 769px) {
    main section .sub-banner img {
        left: 0;
    }

	.banner-wrapper {
		padding-top: 80px;
	}
	  



    main .content-area .navB1 {
        padding-left: 0;
    }
    

    main .content-area .content-table-wrapper .content-wrapper .nav-menu {
      display: none !important;
    }

    main .content-area .content-table-wrapper .content-wrapper .contentMain-wrapper {
        padding-left: unset !important;
    }
	
	
	main section .sub-banner .red-line {
		width: 30px;
		right: 15%;
	}
}

@media screen and (max-width: 640px) {
    main section .sub-banner img {
        left: 0;
    }



    main section .sub-banner .banner-text h3 {
        font-size: 35px;
    }

    main section .sub-banner .spur {
        width: 130vh;
    }

}

@media screen and (max-width: 512px) {

}

@media screen and (max-width: 480px) {
	main.investors section .sub-banner {
		background-position: -700px 0;
	}

}

@media screen and (max-width: 415px) {

}

@media screen and (max-width: 360px) {
    main section .sub-banner .banner-text {
        position: absolute;
        z-index: 1;
        left: 30px;
        text-align: left;
    }

    main section .sub-banner .spur {
        width: 107vh;
    }
}