
/*-- //Reset-Code --*/

/* nav top */



.about1, .about2 {
    flex: 1;
	  -ms-flex: 1;
}
.about1 {
    padding-right: 15px;
}
.about1 h4 {
    font-size: 35px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.about1 p {
    color: #332823;
    font-size: 15px;
}
ul.about-list li {
    margin: 20px 0px;
}
ul.about-list li span.fa {
    font-size: 50px;
	    height: 80px;
    width: 80px;
    vertical-align: top;
	color: #e43873;
}
.in-block {
    display: inline-block;
    width: calc( 100% - 100px);
}
.in-block h5 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 5px;
	    letter-spacing: 1px;
}

.about2 {
    background: url(../images/about1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
}
/* //About */
/* services */
div#service {
    padding: 5% 0px;
    text-align: center;
	/*    background: rgba(233, 30, 99, 0.88);
    color: honeydew; */
}
.service p.details {
    margin: 25px 0px 45px;
}
.service-list {
      display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    justify-content: space-between;
	-ms-flex-pack: justify;
	-ms-flex-pack: space-between;
}
.service-list span.fa {
    font-size: 45px;
    width: 80px;
    height: 80px;
    border: 1px solid #FF5722;
    border-radius: 50%;
    line-height: 80px;
	color: #F44336;
}
.service-list h5 {
    margin: 20px 0px;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.service1, .service2, .service3 {
    flex: 1;
	  -ms-flex: 1;
    padding: 0px 10px;
}
span.fa.fa-university {
    padding-left: 6px;
}




/* //services */
/*-- gallery --*/ 
div#gallery {
    padding: 5% 0px;
	background:white;
	
}
.gallery {
    text-align: center;
}
.gallery-grids img {
    width: 100%;
	height:250px;
}
.gallery-grids { 
	padding: 10px;
}
/*-- gallery-hover effect --*/
.w3ls-hover {
	background-color: #FFF;
	display: block; 
	overflow: hidden;
	position: relative; 
	text-align: center;
} 
.w3ls-hover .view-caption { 
    padding: 2.5em 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 0%;
    height: 50%;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; 
}
.w3ls-hover .view-caption h5 {
    color: #fff;
    font-size: 2.2em;
    font-weight: normal;
	    text-transform: uppercase;
}
.w3ls-hover .view-caption span {
    color: #fff;
    font-size: 1.5em;
    margin-top: 6%;
    display: inline-block;
    border: 1px solid #fff;
    padding: 1em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    border-radius: 50%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; 
}
.w3ls-hover:hover .view-caption { 
	background-color: rgba(0, 167, 189, 0.74); 
	opacity: 1;
	width: 100%;
}
.w3ls-hover .view-caption span:hover {
    color: #FFEB3B;
    border-color: #FFEB3B; 
}
/*-- //gallery --*/
/* testimonials */
div#testimon {
    padding: 5% 0px;
	/*    background: rgba(24, 154, 171, 0.38); */
}

.user-review {
	letter-spacing: 0.5px;
	padding: 20px 0px;
}
.usr-txt, .usr-img {
	    padding: 0px 10px;
}
.usr-txt {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    padding-top: 5%;
}
.usr-img {
    width: 300px;
    display: inline-block;
    /* height: 300px; */
    overflow: hidden;
    /* border-radius: 50%; */
}
.flexslider-info {
    height: auto;
}
.flex-control-nav {
    right: 50%;
    bottom: 0;
}
h6.review {
    padding-left: 35px;
    margin-bottom: 15px;
    background: url(../images/quotes.png) no-repeat 0px 0px;
    background-size: 20px;
    line-height: 20px;
	font-size: 17px;
}
p.indent {
    color: #696464;
    padding-left: 60px;
    margin-bottom: 10px;
	    font-size: 15px;
}
p.usr-name {
    padding-left: 60px;
    color: #E91E63;
  /*  font-weight: bold; */
    font-size: 18px;
}
span.designation {
    font-size: 14px;
    font-weight: 100;
    font-style: italic;
    margin-left: 10px;
}
.usr-img {

    overflow: hidden;
}
.usr-img img.img-responsive {
    width: 300px;
    border-radius: 50%;
}
/* //testimonials */
/* contact */
div#contact {
    padding: 5% 0px;
    text-align: center;
	    background: #607D8B;
    color: white;
	    background: url(../images/contact.jpg) no-repeat fixed;
    background-size: cover;
    background-position: center;
}
ul.input {
    margin: 30px 0px;
}
ul.input li {
    margin: 25px 0px;
}
.contact-me input[type="submit"] {
    border: none;
    background-color: rgba(244, 67, 54, 0.76);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    padding: 9px 140px;
    border-radius: 4px;
    color: #fff;
    margin-left: 40px;
	outline: 0;
}
ul.input input {
    border: none;
    border-bottom: 1px solid #FFEB3B;
    padding: 10px 0px;
    width: 85%;
    letter-spacing: 1px;
    font-size: 15px;
    outline: 0;
	    background: transparent;
    color: white;
}
ul.input span.fa {
    vertical-align: top;
    margin: 13px 10px 0px;
    font-size: 20px;
}
.contact-me {
    width: 500px;
    margin: auto;
}
.contact-me textarea {
    border: none;
    border-bottom: 1px solid #FFEB3B;
    padding: 10px 0px;
    width: 85%;
    letter-spacing: 1px;
    font-size: 15px;
    outline: 0;
    height: 100px;
	background: transparent;
    color: white;
}
.contact-me input[type="submit"]:hover {
    background: #00BCD4;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #f9e9d3;
      letter-spacing: 1px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #f9e9d3;
        letter-spacing: 1px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #f9e9d3;
        letter-spacing: 1px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #f9e9d3;
        letter-spacing: 1px;
}

/* //contact */
