@font-face {
  font-family: "TradeGothicLT-Light";
  src: url("../fonts/TradeGothicLTLight.eot"); 
  src: url("../fonts/TradeGothicLTLight.eot?#iefix") format("embedded-opentype"),
    url("../fonts/TradeGothicLTLight.otf") format("opentype"), 
    url("../fonts/TradeGothicLTLight.svg") format("svg"), 
    url("../fonts/TradeGothicLTLight.ttf") format("truetype"), 
    url("../fonts/TradeGothicLTLight.woff") format("woff"), 
    url("../fonts/TradeGothicLTLight.woff2") format("woff2"); 
  font-weight: normal;
  font-style: normal;
}

body{
	font-family: "TradeGothicLT-Light";
	color: #fff
}
a{
	color: #fff
}
.main-bannner{
	background-image: url(../img/bgimg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 2200px;
	padding-top: 1050px;
}
.logo img{
	padding-bottom: 50px;
	width: 100%;
}
.textcon p{
	margin: 0;
	color: #fff
}
.blackgp{
	background-color: #000;
	height: 100vh !important;
}
}


@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 900px !important;
}
}


