
i {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  position: relative;
  top: -4px;
  left: 2px;
}

.bannerpart{
	float:left;
	width:100%;
	height:100vh;
	background:url(../images/banner.jpg) no-repeat center;
	background-size:cover;
	position: relative;
}

.section_services_overview {
    float: left;
    width: 100%;
    height: auto;
    padding: 60px 0px;
    background: #fff;
    position: relative;
}
.service_img_height {
    height: 300px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 3px solid #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
    border-radius: 15px;
}
.teambuild_img {
    float: left;
    width: 100%;
    background: url(../images/acharyasadanam.png) no-repeat center;
    background-size: cover;
    height: 300px;
    filter: orange;
    -webkit-filter: scale(1);
    -moz-filter: scale(1);
    transition: .4s ease;
    transform: scale(1);
    border-radius: 15px;
}
.serviceimghover:hover {
    transition: .4s ease;
    transform: scale(1.08);
    filter: orange;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    border-radius: 15px;
}
.service_innertitle {
    float: left;
    font-size: 30px;
    color: #222;
    font-family: "work sans",sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
}
.service_innerpara {
    float: left;
    font-size: 17px;
    color: #272638;
    width: 100%;
    font-family: "work Sans", sans-serif;
	text-align:justify;
	letter-spacing: 0.2px;
}
.adven_img {
    float: left;
    width: 100%;
    background: url(../images/annasadanam.png) no-repeat center;
    background-size: cover;
    height: 300px;
    filter: orange;
    -webkit-filter: scale(1);
    -moz-filter: scale(1);
    transition: .4s ease;
    transform: scale(1);
    border-radius: 15px;
}
.brandengagement_img {
    float: left;
    width: 100%;
    background: url(../images/cows.png) no-repeat center;
    background-size: cover;
    height: 300px;
    filter: orange;
    -webkit-filter: scale(1);
    -moz-filter: scale(1);
    transition: .4s ease;
    transform: scale(1);
    border-radius: 15px;
}
.section_adventure_overview {
    float: left;
    width: 100%;
    height: auto;
    padding: 60px 0px;
    position: relative;
}
.section_brandengagement_overview {
    float: left;
    width: 100%;
    height: auto;
    padding: 60px 0px;
    position: relative;
}
.charya{
    background: url("images/acharya.png");
    width: 250px;
    height: 250px;
    color: white;
    text-transform:uppercase;
}

.fourth_img{
    float: left;
    width: 100%;
    background: url(../images/veda.png) no-repeat center;
    background-size: cover;
    height: 300px;
    filter: orange;
    -webkit-filter: scale(1);
    -moz-filter: scale(1);
    transition: .4s ease;
    transform: scale(1);
    border-radius: 15px;	
}

.fifth_img{
    float: left;
    width: 100%;
    background: url(../images/yagasadanam.png) no-repeat center;
    background-size: cover;
    height: 300px;
    filter: orange;
    -webkit-filter: scale(1);
    -moz-filter: scale(1);
    transition: .4s ease;
    transform: scale(1);
    border-radius: 15px;	
}
.sectionfooter{
	float:left;
	width:100%;
	height:auto;
	padding:40px 0px;
	background:#202020;
}
.sectionfooter .col-md-4{
    text-align: center;
    color: white;
    font-size: 18px;
    }
.sectionfooter iframe{
    width: 300px;
    height: 200px;
    text-align: center;
    float: left;
    }
 i class{
    text-decoration: none;
    padding: 15px;
    border-radius: 1px;
 }
 
 
 
 /* */
 
   
body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.header-bg-dark{
    background-color: #4267B2!important;
}
.showcase .container {
  min-height: 350px;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.bg-login-page {
  background-color: #4267B2;
}

.padall {
  padding: 3px;
}

.contact-info{
    color: #FFFFFF;
    margin-top:10%;
  }
  .contact-info img{
    margin-bottom: 15%;
  }
  .contact-info h2{
    margin-bottom: 10%;
  }
  .col-md-left{
    background: #4267B2;
    padding: 4%;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;

    
  }

  .col-md-right{
    background: #FFFFFF;
    padding: 3%;
    border: 1px solid #DDDDDD;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .contact-form label{
    font-weight:600;
  }
  .contact-form button{
    background: #25274d;
    color: #fff;
    font-weight: 600;
    width: 25%;
  }
  .contact-form button:focus{
    box-shadow:none;
  }
  
footer.footer {  
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.footer-bg-dark {
    background-color: #4267B2!important;
}
.list-inline {
 list-style-type: none;
}

.list-inline-item a {
    color:#FFFFFF;
}



