.textwidget.custom-html-widget p {
    font-size: 15px !important;
    line-height: 1.5;
}
p {
    
    font-size: 16px !important;
    font-style: normal;
    font-weight: 300;
    line-height: 2;
	color:#fff;
}
.innersec
{
    padding: 30px !important;
        margin-top: 30px;
    background-color: #383636ad !important;
    border-radius: 35px !important;
}

.card-body h4{
font-size: 24px;
color: #011c40;
text-align: center;
margin-bottom: 15px;
color:#fff;
}
.card-body h2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 36px;
	text-align: center;
	margin-bottom: 15px;
	color:#fff;
}


.card-body 
{
background-color: #000;
    border-radius: 10px;
	}
.card{
border: #000;
    border-radius: 15px;
}
.space
{
margin-top:30px;
}
a.btn.btn-primary {
	background-color: #be8707 !important;
    border: #be8707;
	padding: 17px;	
}
.down
{
width:160px;	
}
a.btn.btn-primary.Downbutton {
    background-color: #000;
	color:#fff !important;
}
.proimg
{
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
.banner {
height: 400px;
}
p {
    font-size: 15px !important;
}
.card-body {
   
    border-radius: 0px;
}
	  a.btn.btn-primary.Downbutton
	  {
		 margin-top: 25px;  
	  }
	.proimg
	  {
		  width:100%;
	  }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
	   
.banner {
    background: #000;
    height: 300px;
    
}
.card-body {
   
    border-radius: 0px;
}
	  .proimg
	  {
		  width:100%;
	  }
}


  