*{
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    margin: 0px auto;
}
.banner{
	background-image: url('bgimage.png');
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner .main-heading{
	color: white;
	font-weight: 800;
	font-size: 45px;
	font-style: oblique;
}
.post-slider{
  position: relative;
}
.post-slider .next{
  position: absolute;
  top: 35%;
  font-size: 32px;
  color: #444;
  cursor: pointer;
  right: 90px;
}
.post-slider .prev{
  position: absolute;
  top: 35%;
  left: 120px;
  cursor: pointer;
  color: #444;
  font-size: 32px;
}
.post-slider .post-wrapper{
  width: 70%;
  overflow: hidden;
  height: 200px;
  margin-right: 15%!important;
  margin: 0px auto;
}
.post-slider .post-wrapper .post:hover{
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
  cursor: pointer;
}
.post-slider .post-wrapper .post{
  background-color: #3B3B3B;
  display: inline-block;
  margin: 0px 10px;
  margin-left:50px; 
  border-radius: 5px;
  height:350px;
}
.post-info{
  margin: 5px;
  margin-top: 65px;
  padding: 0px 5px;
  color: white;
  font-size: 45px;
  text-align: center;
}
@media only screen and (max-width: 600px) and (min-width: 400px) {
 .post .post-info{
  	font-size: 22px;
  } 
}
@media only screen and (max-width: 600px) and (min-width: 400px) {
 .post-slider .post-wrapper{
  width: 80%;
  overflow: hidden;
  height: 150px;
  margin-right: 10%!important;
  margin: 0px auto;
  } 
}
@media only screen and (max-width: 600px) and (min-width: 400px) {
 .post-slider .post-wrapper .post{
  margin: 0px 5px;
  margin-left:1px; 
  border-radius: 5px;
  } 
}
@media only screen and (max-width: 600px) and (min-width: 400px) {
.post-slider .prev{
  left: 15px;
  top: 39%;
  font-size: 30px;
  } 
}
@media only screen and (max-width: 600px) and (min-width: 400px) {
.post-slider .next{
  right: 20px;
  top: 39%;
  font-size: 30px;
  } 
}
@media only screen and (max-width: 600px) and (min-width: 400px) {
.abt-img{
  width: 100%;
  } 
}
:root{
	--sectioncolor:#ede6e6;
	--bordercolor: #ffff00;
    --hovercolor:#f39d1a;
}

.Sectionmap iframe{
    width: 100%;
    height: 400px;
    border: 1px solid var(--bordercolor);
    border-radius: 30px;
}
.section1, .section2, .Sectionmap{
    height: 400px;
    background-color:var(--sectioncolor);
    border-radius: 30px;
    border: 1px solid var(--bordercolor);
}
.section1 h2{
    font-size: 30px; 
    text-align: center;
}
.section1 i{
	font-size: 25px;
}
.section1 i:hover{
	color:#f39d1a;
}
.section1 .call{
	transform:rotate(90deg);
}
.section2 h2{
    font-size: 30px; 
    text-align: center;
}
.section2 #myBtn{
    background-color: #328DCC; 
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-left: 32%;
    position: absolute;
}
.section2 form{
    margin-left: 20px;
    margin-right: 20px;
}
footer{
	background-image: url('footer.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
footer{
  color: white;
}
  .col-md-3 .copyright{
  font-size: 14px!important;
}
footer .foot-heading h4{
    font-size: 18px;
    font-weight: 700;
}

footer ul li a i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #BFBFBF;
    text-align: center;
    font-size: 32px;
}

footer ul li {
    list-style: none;
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
}
footer ul li a i:hover{
  color: white;
}