@font-face {
    font-family: 'Constantia';
    src: url('../font/Constantia.ttf');
}
@font-face {
    font-family: 'corbel';
    src: url('../font/CORBEL.TTF');
}
@font-face {
    font-family: 'BebasNeue';
    src: url('../font/BebasNeue-Regular.ttf');
}
@font-face {
    font-family: 'Proxima';
    src: url('../font/Proxima Nova Font.otf');
}
body{
padding:0px;
margin:0px;
background :#000;
color: #fff;
    font-family: Proxima;
}
.row {
padding:0px;
margin:0px;
}
a{
text-decoration:none;
}
img{
border:none;
}
.logo span
{
	font-family: Constantia;
    font-size: 59px;
    color: #0070c0;
}
.logo p
{
	    color: #fff;
    font-family: corbel;
    font-size: 11px;
    line-height: 0px;
}
.margin-auto
{
	    margin: auto;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #0070c0;
}
.nav-link
{
text-transform: uppercase;
    font-family: BebasNeue;
    font-size: 26px;
    padding: 0px 20px !important;
    letter-spacing: 2px;
	color:#fff;
}
.socialicon i 
{
color: #fff;
    padding: 0px 13px;
}
.psection
{
	width: 85%;
    margin: auto;
}
.banner img
{
	width:100%;
}
.logo
{
	    position: relative;
    margin-top: -20px;
}
.about h3 
{
	    color: #fff;
    font-family: BebasNeue;
    font-size: 59px;
    letter-spacing: 2px;
}
.about span
{
	    font-family: Constantia;
    color: #C4E7FD;
    letter-spacing: 0px;
    font-size: 70px;
}
.abouthead
{
	    justify-content: center;
    display: flex;
    align-items: center;
}
.abouttxt
{
	    color: #fff;
    font-family: Proxima;
    font-size: 17px;
    line-height: 28px;
}
.aboutimg img
{
	/* width: 450px; */
    /* height: 400px; */
    width:72%
}
.abouttxt h5
{
color: #C4E7FD;
    margin-bottom: 18px;
    font-size: 50px;
    font-family: BebasNeue;
    letter-spacing: 2px;
}
.abouttxt button
{
	    padding: 4px 33px;
    border-radius: 22px;
    font-size: 14px;
    text-transform: capitalize;
    color: #29a2ff;
    border-color: #29a2ff;
    font-weight: bold;
    margin-top: 11px;
}
.launchimg  img
{
	  width: 450px;
    /* margin: auto;
    border-radius: 50%; */
    height: 400px;
}
.mt-100
{
	margin-top:50px;
}
.mt-200
{
	margin-top:50px;
}
.textright
{
	text-align:right;
}
.audiodiv h2
{
	    color: #C4E7FD;
    margin-bottom: 55px;
    font-size: 60px;
    font-family: BebasNeue;
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
}
.audiodiv h4
{
	    font-family: BebasNeue;
    font-size: 41px;
    letter-spacing: 2px;
    font-weight: 600;
}
.audioitem
{
	margin-bottom : 60px;
}
.audioimg img
{
	width:100px;
	    margin-bottom: 28px;
}
.clientitem
{
	    display: flex;
    align-items: center;
    justify-content: center;
}
.clientimg img
{
	    width: 165px;
    margin-top: 25px;
}
.formsocialicon i
{
	color: #000;
    padding: 0px 13px;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    margin-right: 15px;
    margin-top: 12px;
}
.innerdiv
{
	width:85%;
}
.bor20
{
	    border-radius: 20px;
}
.hrline
{
	    border-color: #fff;
    opacity: 1;
    margin-top: 50px
}
.contact
{
	margin-top: 35px;
    margin-bottom: 20px;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
}
.formsocialicon
{
	    margin-bottom: 35px;
}
img:not(.nopopup) {
    cursor: pointer;
  }



@media screen and (min-width: 240px) and (max-width: 479px)
{
.launchimg img {
    width: 300px;
    height: 275px;
    margin-top: 55px;
}
.textright
{
	text-align:center;
}
.aboutimg img {
    
    margin-bottom: 59px;
}
}