.offer-strip{
	color:#fff;
	margin-bottom: 0px;
	font-size: 18px;
    padding: 10px ;
  	font-family: "Roboto", sans-serif;
	 background:#000;
	 text-align:center;
	 font-weight: 600;
}
.logo-size{
    padding-bottom: 5% !important;
    
}
nav{
    
	padding: 10px;
  background-color:#000 ;
}

.bg-black{
	display: flex;
}

.widd{
    width: 8%;
}

.widdbn{
    width:14%;
    
}

.offer-banner-1{
    color:#fff;
    font-size: 45px;
    font-family: "Roboto", sans-serif;
}
.offer-banner-2{
    color:#fff;
    font-size: 32px;
    font-family: "Roboto", sans-serif;
    padding:10px;
    border:1px solid #fff;
}
.text-style{
    display:flex;
    justify-content:center;
}

.text{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.text p{
	color: #fff;
	font-size: 55px;
	margin-bottom: 0px;
}

.text h2{
	color: #fff;
	font-size: 40px;

}
.hero-section{
	background-image: url("../../assets/images/desk-image.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 650px;
	background-blend-mode: multiply;
    background-position:50% 50%;
     background-color:#000000b5;
}


.hero-section {
  display: flex;
  /*align-items: center;*/
  justify-content: center;
}
.hero-content{
	
	justify-content: center;
	text-align: center;
	text-align: center;
}
.hero-content {
     text-align: center;
    width: 100%;
    padding-top: 5%;
    align-items: center;
}
.hero-heading {
    color: #ffffff;
    font-size: 4em;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.hero-subheading{
	color: #ffffff;
	font-size: 40px;
	 
}
.btn.hero-btn{
    --icon-indent: 0px;
    font-size: 30px;
    line-height: 1;
    fill: #fff!important;
    color: #fff!important;
        background: rgb(66, 167, 56);
    padding: 16px 109px;
    border-radius: 10px;
        font-weight: 600;
}
.btn.hero-btn:hover{
    --icon-indent: 0px;
    font-size: 30px;
    line-height: 1;
    fill: #fff!important;
    color: #fff!important;
        background: rgb(66, 167, 56);
    padding: 16px 109px;
    border-radius: 10px;
        font-weight: 600;
}



footer{
	background-color: #000000;
	padding: 12px;
}
.footer-link{
	display: flex;
	justify-content: center;
}
footer .footer-link a {
	color: #ffffff;
	margin-bottom: 0px;
	font-size: 18px;
  text-decoration: none;
}
 




@media screen and (max-width:767px){
    
    .widdbn{
    width: 30%;
    
}


	.hero-section{
	background-image: url("../../assets/images/mob-image.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
	display: block;
	background-blend-mode: multiply;

}

.hero-heading{
    text-align: center;
    font-size: 50px;
    
}
.hero-subheading{
    text-align: center;
    font-size: 40px;
    
}

.hero-content {
  text-align: center;
  width: 100%;
  padding: 0%;
  padding-top: 16%;
}

.widd {
    width: 30%;
}
}

@media screen and (min-width:1300px){
    .hero-section {
        height:600px;
        
    }
}


/**/


h2, p{
      font-family: "Roboto", sans-serif;
}
.img-wid {
    max-width: 90%;
    height: auto;
}


.location-part{
    display: flex;
}


.location-section p{
    font-size: 18px;
    line-height: 1.618;
    color: #3c4858;
    margin: 10px 0 0 15px;
    font-weight: 300;
    
}

.location-section h2{
    font-size: 37px;
    font-weight: 500;
    line-height: 1.618;
    color: #3c4858;
    margin: 0 0 15px;
}

.location-section h1{
    font-size: 42px;
    font-weight: 500;
    line-height: 1.618;
    color: #3c4858;
    margin: 0 0 15px;
}

.custom-button
{

    color: #fff;
    background-color: #32373c;
    border: 1px solid black;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
    text-decoration: none;
    border-radius: 12px;
     font-family: "Roboto", sans-serif;
    font-weight: bolder;
    font-size: 20.25px;
}

.custom-button-1
{

   color: #fff;
    background-color: #32373c;
    border: 4px solid white;
    padding: calc(.167em + 2px) calc(1.333em + 2px);
    text-decoration: none;
    border-radius: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: bolder;
    font-size: 1.6em;
    width: 24%;
}
.custom-button:hover {
    transition: .3s ease;
    opacity: .75;
    color: #16c100;
}
.custom-button:focus {
    transition: .3s ease;
    opacity: .75;
   color: #89229b;
}

@media screen and (max-width:768px){
    .location-part{
    flex-wrap: wrap;
}
.custom-button-1{
    width:60%;
}
.custom-button-1 {
   
    padding: calc(0.367em + 2px) calc(0.333em + 2px);
}

@media (min-width: 1400px) {
    .location-container.container{
        max-width: 800px !important;
    }
}