u {
  text-decoration: none;
  border-bottom: 0px #ffa74a solid;
}
#greybg {
  background-color: #eee9e9;
}
#redbg {
  background-color: #8c1515;
  color: #ffffff;
}
#grad {
  margin: 0px !important;
  padding: 0px !important;
}

#gradred {
  margin: 0px !important;
  padding: 0px !important;
}

/*#grad {
    background: red; 
    background: -webkit-linear-gradient(white 60%, rgba(255,217,177,9)); 
    background: -o-linear-gradient(white 60%, rgba(255,217,177,9)); 
    background: -moz-linear-gradient(white 60%, rgba(255,217,177,9));
    background: linear-gradient(white 60%, rgba(255,217,177,9)); 
	margin:0px !important; padding:0px !important;
}

#gradred {
    background: red; 
    background: -webkit-linear-gradient(white 70%, rgba(255,187,186,25)); 
    background: -o-linear-gradient(white 60%, rgba(255,187,186,25));
    background: -moz-linear-gradient(white 60%, rgba(255,187,186,25)); 
    background: linear-gradient(white 60%, rgba(255,187,186,25)); 
	margin:0px !important; padding:0px !important;
}*/

.limit {
  width: 100%;
  height: 167px;
  max-height: 200px;
  overflow: hidden;
}
.limit img {
  width: 100%;
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
input[type="button"],
input[type="submit"] {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
label {
  margin: 0;
}
/*-----start-header----*/
.header {
  background: #8c1515;
}
.logo {
  /* border: 1px solid black; */
  float: left;
  padding: 10px 0px 10px 0px;
  display: flex;
}
.header-social-icons {
  float: right;
}
.header-bottom {
  padding: 3.5em 0;
}
.header-bottom h3 {
  color: #4a4a4a;
  font-size: 1.85em;
  font-weight: 400;
}
.header-bottom h3 span {
  font-weight: 700;
}
.social-icons {
  margin-top: 1.7em;
}
.social-icons i {
  width: 35px;
  height: 35px;
  background: url("../images/img-sprite.png") no-repeat 0px 0px;
  display: inline-block;
}
i.twitter {
  background-position: 0px 0px;
}
i.twitter:hover {
  background-position: 0px -35px;
}
i.facebook {
  background-position: -35px 0px;
}
i.facebook:hover {
  background-position: -35px -35px;
}
i.dribble {
  background-position: -70px 0px;
}
i.dribble:hover {
  background-position: -70px -35px;
}
i.rss {
  background-position: -105px 0px;
}
i.rss:hover {
  background-position: -105px -35px;
}
/*--start-search--*/
.search {
  position: relative;
  padding: 8px 10px;
  width: 20%;
  float: right;
  border: 1px solid #f97474;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  margin: 13px 20px 0 0;
}
.search input[type="text"] {
  outline: none;
  color: #fff;
  background: none;
  font-size: 16px;
  border: none;
  width: 84.33%;
}
.home {
  float: left;
  padding: 1.5em 1.7em;
  border-right: 1px solid #f97474;
}
.top-menu {
  float: left;
}
.top-menu ul li {
  display: inline-block;
  padding: 1.5em 1.7em;
  border-right: 1px solid #f97474;
  float: left;
}
.top-menu ul li a {
  color: #ffffff;
  font-size: 1.25em;
  font-weight: 600;
  text-decoration: none;
}
.top-menu ul li a.active {
  color: #f97474;
}
.top-menu ul li a:hover {
  color: #f97474;
}
.search input[type="submit"] {
  background: url("../images/sprit-1.png") no-repeat 0px 0px;
  border: none;
  cursor: pointer;
  position: absolute;
  outline: none;
  top: 2px;
  right: 7px;
  width: 35px;
  height: 35px;
}
.navigation-strip {
  border-bottom: 1px solid #f97474;
  border-top: 1px solid #f97474;
}
.nav_content {
  border-left: 1px solid #f97474;
  border-right: 1px solid #f97474;
}
/*-- content --*/
.content {
  background: url("../images/content-bg.jpg") repeat;
}
.projects-section {
  padding: 3em 0;
}
.project {
  padding: 0;
}
.project img {
  width: 100%;
}
h4.head {
  color: #5e5e5e;
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 1.3em 0 1.6em 0;
  border-top: 1px dashed #f97474;
  position: relative;
}
span.line {
  width: 157px;
  height: 1px;
  background: #ff5656;
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
}
.blog-post img {
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
}
.blog-post {
  background: #fff;
  padding: 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border: 1px solid #dddddd;
  margin-bottom: 1.5em;
}
a.blog-title {
  color: #5e5e5e;
  font-size: 1.2em;
  font-weight: 600;
  padding: 25px 0px 0px 16px;
  text-decoration: none;
  display: block;
}
.blog-post span {
  width: 100px;
  height: 1px;
  background: #d5d5d5;
  display: block;
  margin: 1.1em 0 1.2em 1em;
}
.blog-post p {
  color: #6d6d6d;
  font-size: 0.875em;
  line-height: 1.8em;
  font-weight: 400;
  padding: 0 20px 15px 16px;
}
.blog-posts {
  width: 32.4%;
  padding: 0;
  margin-right: 1.333%;
}
p.sub_head {
  color: #000;
  font-size: 0.875em;
  font-weight: 300;
  padding: 0 0 0 16px;
}
.span_66 {
  margin-right: 0;
}
.testimonials {
  margin-top: 1.5em;
}
.testimonials h4 {
  color: #5e5e5e;
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 0.9em;
  position: relative;
}
/********start-slider**************/
article > div {
  text-align: center;
}
.wmuSlider {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.wmuSlider .wmuSliderWrapper article {
  position: relative;
  text-align: center;
}
.wmuGallery .wmuGalleryImage {
  position: relative;
  text-align: center;
}
.wmuGallery .wmuGalleryImage img {
  max-width: 100%;
  width: auto;
  height: auto;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
  margin-bottom: 10px;
}
.wmuSliderPrev {
  background-position: 19px 9px;
  left: 40px;
}
.wmuSliderPrev,
.wmuSliderNext {
  position: absolute;
  width: 30px;
  height: 20px;
  text-indent: -9999px;
  background: #333131 url(../images/arrows.png) no-repeat;
  top: 70%;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wmuSliderPrev {
  background-position: 13px 11px;
  left: 78.45em;
  padding: 23px 20px;
  top: 50px;
}
.wmuSliderPrev:hover {
  background: #ff5656 url(../images/arrows.png) no-repeat;
  background-position: 13px 11px;
}
.wmuSliderNext {
  background-position: -30px 16px;
  right: 0em;
  top: 0;
  padding: 24px 20px;
}
.wmuSliderNext:hover {
  background: #ff5656 url(../images/arrows.png) no-repeat;
  background-position: -30px 16px;
}
.slide-text {
  width: 100%;
}
.slide-text p {
  color: #6d6d6d;
  font-size: 0.9em;
  letter-spacing: 1px;
  line-height: 1.7em;
  font-weight: 600;
  font-style: italic;
  float: left;
  width: 72%;
  text-align: left;
}
.slide-text a {
  color: #f97373;
  font-size: 1em;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 2px;
  text-decoration: none;
  float: left;
  margin-top: 1.8em;
  margin-left: 5em;
}
/******************/
div#testimonials {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border: 1px solid #dddddd;
  background: #fff;
}
.shows {
  position: absolute;
  bottom: -58px;
  left: -4px;
}
.arrow {
  position: relative;
}
.client-main {
  padding: 1.8em 3em;
}

.first {
  padding: 0 0 0 0;
  background-color: #fff;
}

.firstpo {
  padding: 2em 0 0 0;
  background-color: #eee9e9;
}

.second {
  padding: 2em 0 0 0;
  background-color: #eee9e9;
}

.third {
  padding: 2em 0 0 0;
  background-color: #fff;
}

.fourth {
  padding: 2em 0 0 0;
  background-color: #eee9e9;
}

.footer-top {
  background-color: #fff;
  border-top: #dddddd solid 1px;
  padding: 7em 0 5em 0;
}
.footer-grid h5 {
  color: #000;
  font-size: 1.1em;
  font-weight: 400;
  margin-top: 3em;
  margin-bottom: 1em;
}
.footer-grid p {
  color: #737171;
  font-size: 0.899em;
  font-weight: 400;
  line-height: 1.7em;
}
.footer-grid p a {
  color: #737171;
}
.footer-grid span {
  font-style: italic;
  color: #737171;
  font-size: 0.875em;
  display: block;
  margin-bottom: 1em;
}
.footer-bottom {
  background: #fff;
  padding: 1em 0;
  margin-top: 2em;
  border-top: #dddddd solid 1px;
  border-bottom: #dddddd solid 1px;
}

.copyrights {
  float: left;
  margin-top: 1.2em;
}
.copyrights p {
  color: #898989;
  font-size: 1em;
  font-weight: 400;
}
.copyrights p a {
  color: #898989;
}
.copyrights p a:hover {
  color: #fff;
}
.go-top {
  float: right;
}
.go-top a {
  background: #fff;
  padding: 0px;
  display: block;
  border: 0px solid #272727;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
}
/*-- about-us --*/
/*.about-content{
	margin: 3em 0;
	  box-shadow: 0px 1px 12px 0px rgba(50, 50, 50, 0.18);
	  
	 
}*/

.head-section h2 {
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
}

.head-section span {
  height: 2px;
  /*width: 17%;*/
  /*background: #000;*/
  display: inline-block;
}

.about-us {
  padding: 2em 0;
}
.about-us p {
  color: #000;
  font-weight: 600;
  font-size: 1.3em;
  width: 85%;
  margin: 1em auto 2em auto;
  line-height: 1.8em;
}
.about-grid {
  position: relative;
}
.about-grid-info {
  position: relative;
}
.about-grid-info h4 {
  color: #f97474;
  font-weight: 700;
  font-size: 1.4em;
  text-transform: uppercase;
  margin: 1.2em 0 0.8em;
}
.about-grid-info span {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.875em;
}
.about-grid-info label {
  width: 70%;
  height: 1px;
  background: #f97474;
  display: inline-block;
  margin: 0 auto;
}
.about-grid-caption {
  background: #f8f8f8;
  position: absolute;
  width: 90%;
  top: 0px;
  bottom: 0px;
  padding-top: 2em;
  display: none;
  display: none;
}
.about-grid:hover div.about-grid-caption {
  display: block;
}
.about-grid-caption h5 {
  color: #f97474;
  font-weight: 700;
  font-size: 1.5em;
  margin: 0 auto;
  padding: 0;
  width: 50%;
  text-transform: uppercase;
}
.about-grid-caption span {
  width: 44px;
  height: 44px;
  display: inline-block;
  background: url(../images/pluse-icon.png) no-repeat 0px 0px;
  margin-top: 3em;
  cursor: pointer;
}
.about-grids {
  margin: 4em 0 0em 0;
}

.about-middle-grids {
  background: #f7f7f7;
  padding: 3em 2em;
}

.about-middle-grid h3 {
  color: #000;
  margin-bottom: 35px;
  font-size: 3.5em;
  font-weight: 600;
  text-transform: capitalize;
}
.about-middle-grid h5 {
  font-size: 1.2em;
  font-style: italic;
  font-weight: 600;
  margin: 0.5em 0 0 0;
  color: #828282;
}
.about-middle-grid h1 {
  font-size: 1.2em;
  font-style: italic;
  font-weight: 600;
  margin: 0.5em 0 -0.4em 0;
  color: #000;
}
.about-middle-grid h6 {
  font-size: 0.9em;
  margin: 0em 0 0 0;
  line-height: 1.8em;
  color: #000;
}
.about-middle-grid p {
  margin-bottom: 18px;
  color: #413f40;
  margin-top: 5px;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.6em;
}
.about-middle-grid ul {
  margin: 5px 0 15px 0;
}
.about-middle-grid ul li a {
  font-size: 1.1em;
  font-weight: 800;
  color: #8c1515;
  text-decoration: none;
}

.about-middle-grid h4 {
  font: normal 26px/34px "arial";
  color: #000;
  font-style: italic;
  font-weight: bold;
}
.follow-us h3 {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #d2d2d2;
}
.about-middle-grid ul li a:hover {
  color: #000;
  text-decoration: underline;
}
.about-middle-grid ul li {
  list-style-type: none;
  padding: 5px 0 5px 25px;
  background: url("../images/list_arrow.png") no-repeat 0px 9px;
}
.about-middle-grid img {
  margin-bottom: 1.5em;
}

.about-middle-grid a {
  font-size: 1.2em;
  color: #8c1515;
  text-decoration: none;
}

.about-middle-grid a:hover {
  font-size: 1.2em;
  color: #000;
  text-decoration: none;
}

<!--MBA PAGE-- > .mba-middle-grid h3 {
  color: #000;
  margin-bottom: 35px;
  font-size: 3.5em;
  font-weight: 600;
  text-transform: capitalize;
}
.mba-middle-grid h5 {
  font-size: 1.2em;
  font-style: italic;
  font-weight: 600;
  margin: 0.5em 0 0 0;
  color: #828282;
}
.mba-middle-grid h1 {
  font-size: 1.2em;
  font-style: italic;
  font-weight: 600;
  margin: 0.5em 0 -0.4em 0;
  color: #000;
}
.mba-middle-grid h6 {
  font-size: 0.9em;
  margin: 0em 0 0 0;
  line-height: 1.8em;
  color: #000;
}
.mba-middle-grid p {
  margin-bottom: 18px;
  color: #ffa94f;
  margin-top: 5px;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.6em;
}
.mba-middle-grid ul {
  margin: 5px 0 15px 0;
}
.mba-middle-grid ul li a {
  font-size: 1.1em;
  font-weight: 800;
  color: #8c1515;
  text-decoration: none;
}

.mba-middle-grid h4 {
  font: normal 26px/34px "arial";
  color: #ffa94f;
  font-style: italic;
  font-weight: bold;
}
.follow-us h3 {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #d2d2d2;
}
.mba-middle-grid ul li a:hover {
  color: #000;
  text-decoration: underline;
}
.mba-middle-grid ul li {
  list-style-type: none;
  font: normal 17px/32px "arial";
  color: #000;
  font-style: italic;
  font-weight: bold;
  padding: 5px 0 5px 25px;
  background: url("../images/tickresgreen.png") no-repeat 0px 0px;
}
.mba-middle-grid img {
  margin-bottom: 1.5em;
}

.mba-middle-grid a {
  font-size: 1.2em;
  color: #8c1515;
  text-decoration: none;
}

.mba-middle-grid a:hover {
  font-size: 1.2em;
  color: #000;
  text-decoration: none;
}
/* <!--MBA PAGE--> */
/* <!--INDEX PAGE--> */
.index-middle-grids {
  background: #f7f7f7;
  padding: 3em 2em;
}

.index-middle-grid h3 {
  color: #000;
  margin-bottom: 1em;
  line-height: 20px;
  font-size: 1.2em;
  font-weight: 600;
}

.index-middle-grid h5 {
  background-color: #ebebeb;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1em;
  margin: 1em 0.5em 0.5em 0.5em;
  color: #000;
}
.index-middle-grid h1 {
  font-size: 0.7em;
  font-weight: 600;
  margin: 0.5em 0 -0.4em 0;
  text-transform: uppercase;
  color: #707070;
}
.index-middle-grid h6 {
  font-size: 0.9em;
  margin: 0em 0 0 0;
  line-height: 1.8em;
  color: #000;
}
.index-middle-grid p {
  margin-bottom: 18px;
  color: #413f40;
  margin-top: 5px;
  margin: 5px;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.6em;
}
.index-middle-grid ul {
  margin: 5px 0 15px 10px;
}
.index-middle-grid ul li a {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #8c1515;
  text-decoration: none;
}
.index-middle-grid ul li a:hover {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  background-color: #8c1515;
  text-decoration: none;
}

/*.index-middle-grid ol{
	margin:0 0 0 0;
}*/
.index-middle-grid ol li a {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #8c1515;
  text-decoration: none;
}
.index-middle-grid ol li a:hover {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  background-color: #8c1515;
  text-decoration: none;
}

.index-middle-grid ol li {
  list-style-type: none;
  font-size: 0.9em;
  padding: 0px;
  margin: 0px;
}

.index-middle-grid h4 {
  font: normal 16px/18px "arial";
  padding: 15px;
  padding-bottom: 0px;
  color: #000;
  font-weight: bold;
}

.follow-us h3 {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #d2d2d2;
}

.index-middle-grid ul li {
  list-style-type: none;
  font-size: 0.9em;
  padding: 5px 0 5px 25px;
  background: url("../images/arrow1.png") no-repeat 0px 9px;
}
.index-middle-grid img {
  margin: 1em;
}

.index-middle-grid a {
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.index-middle-grid a:hover {
  font-size: 1.2em;
  font-weight: bold;
  color: #8c1515;
  text-decoration: none;
}
/* <!--INDEX PAGE--> 
<!--SPECIAL PAGE-->  */
.special-middle-grid h3 {
  color: #000;
  margin-bottom: 35px;
  font-size: 3.5em;
  font-weight: 600;
  text-transform: capitalize;
}
.special-middle-grid h5 {
  background-color: #ebebeb;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0.5em 0.5em 0.5em;
  color: #000;
}
.special-middle-grid h4 {
  font: normal 16px/22px "arial";
  color: #000;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 1em 0;
}

.special-middle-grid h1 {
  font-size: 1.2em;
  font-style: italic;
  font-weight: 600;
  margin: 0.5em 0 -0.4em 0;
  color: #000;
}
.special-middle-grid h6 {
  font-size: 0.9em;
  margin: 0em 0 0 0;
  line-height: 1.8em;
  color: #676767;
  font-weight: bold;
}
.special-middle-grid p {
  margin-bottom: 18px;
  color: #413f40;
  margin-top: 5px;
  font-size: 1em !important;
  font-weight: 500;
  line-height: 1.6em;
}
.special-middle-grid ul {
  margin: 5px 0 15px 10px;
}
.special-middle-grid ul li a {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #000;
  text-decoration: none;
}
.special-middle-grid ul li a:hover {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  background-color: #8c1515;
  text-decoration: none;
}
.follow-us h3 {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #d2d2d2;
}
.special-middle-grid ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.special-middle-grid ul li {
  list-style-type: none;
  padding: 5px 0 5px 25px;
  background: url("../images/arrow1.png") no-repeat 0px 9px;
}
.special-middle-grid img {
  margin-bottom: 1.5em;
}

.special-middle-grid a {
  font-size: 1.3em !important;
  line-height: 32px;
  color: #fff;
  text-decoration: none;
}

.special-middle-grid a:hover {
  font-size: 1.3em !important;
  color: #ffa74a !important;
  text-decoration: Underline;
}

.special-middle-grid ol {
  margin: 10px 10px 10px -45px;
}
.special-middle-grid ol li a {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #8c1515;
  text-decoration: none;
}
.special-middle-grid ol li a:hover {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  background-color: #8c1515;
  text-decoration: none;
}

.special-middle-grid ol li {
  list-style-type: none;
  font-size: 0.9em;
}

/* <!--SPECIAL PAGE--> 

<!--ABOUT PAGE-->  */
.rvs-middle-grids {
  background: #f7f7f7;
  padding: 3em 2em;
}

.rvs-middle-grid h3 {
  color: #000;
  margin-bottom: 5px;
  font-size: 1.8em;
  font-weight: 600;
  text-transform: capitalize;
}
.rvs-middle-grid h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin: 0.5em 0 0 0;
  color: #000;
}
.rvs-middle-grid h1 {
  font-size: 1.2em;
  font-style: italic;
  font-weight: 600;
  margin: 0.5em 0 -0.4em 0;
  color: #000;
}
.rvs-middle-grid h6 {
  font-size: 1.2em;
  margin: 0em 0 0 0;
  line-height: 1.8em;
  color: #000;
}
.rvs-middle-grid p {
  margin-bottom: 18px;
  color: #413f40;
  margin-top: 5px;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.6em;
}

.rvs-middle-grid ul {
  margin: 5px 0 15px 10px;
}
.rvs-middle-grid ul li a {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #8c1515;
  text-decoration: none;
}
.rvs-middle-grid ul li a:hover {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  background-color: #8c1515;
  text-decoration: none;
}

.rvs-middle-grid h2 {
  font: normal 20px/30px "arial";
  color: #000;
  font-weight: bold;
}

.rvs-middle-grid h4 {
  font: normal 26px/34px "arial";
  color: #000;
  font-style: italic;
  font-weight: bold;
}
.follow-us h3 {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #d2d2d2;
}
.rvs-middle-grid ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.rvs-middle-grid ul li {
  list-style-type: none;
  font-size: 1em;
  padding: 5px 0 5px 25px;
  background: url("../images/arrow1.png") no-repeat 0px 9px;
}
.rvs-middle-grid img {
  margin-bottom: 1.5em;
}

.rvs-middle-grid a {
  font-size: 1.2em;
  color: #8c1515;
  text-decoration: none;
}

.rvs-middle-grid a:hover {
  font-size: 1.2em;
  color: #000;
  text-decoration: none;
}

.rvs-middle-grid ol {
  margin: 10px 10px 10px -45px;
}
.rvs-middle-grid ol li a {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #8c1515;
  text-decoration: none;
}
.rvs-middle-grid ol li a:hover {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  background-color: #8c1515;
  text-decoration: none;
}

.rvs-middle-grid ol li {
  list-style-type: none;
  font-size: 1em;
}

<!--ABOUT PAGE-- > .inner-middle-grids {
  background: #f7f7f7;
  padding: 3em 2em;
}

.inner-middle-grid h3 {
  color: #000;
  margin-bottom: 35px;
  font-size: 2.2em;
  font-weight: 600;
  text-transform: capitalize;
}
.inner-middle-grid h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin: 0.5em 0 0 0;
  color: #000;
}
.inner-middle-grid h1 {
  font-size: 1.2em;
  font-style: italic;
  font-weight: 600;
  margin: 0.5em 0 -0.4em 0;
  color: #000;
}
.inner-middle-grid h6 {
  font-size: 1em;
  margin: 0em 0 0 0;
  line-height: 1.8em;
  color: #000;
}
.inner-middle-grid p {
  margin-bottom: 18px;
  color: #413f40;
  margin-top: 5px;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.6em;
}

.inner-middle-grid ul {
  margin: 5px 0 15px 10px;
}
.inner-middle-grid ul li a {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #8c1515;
  text-decoration: none;
}
.inner-middle-grid ul li a:hover {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  background-color: #8c1515;
  text-decoration: none;
}

.inner-middle-grid h2 {
  font: normal 26px/34px "arial";
  margin: 10px;
  color: #9d0a0b;
  font-weight: bold;
}

.inner-middle-grid h4 {
  font: normal 22px/30px "arial";
  color: #000;
}
.follow-us h3 {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #d2d2d2;
}
.inner-middle-grid ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.inner-middle-grid ul li {
  list-style-type: none;
  font-size: 1em;
  padding: 5px 0 5px 25px;
  background: url("../images/arrow1.png") no-repeat 0px 9px;
}
.inner-middle-grid img {
  margin-bottom: 1.5em;
}

.inner-middle-grid a {
  font-size: 1.2em;
  color: #8c1515;
  text-decoration: none;
}

.inner-middle-grid a:hover {
  font-size: 1.2em;
  color: #000;
  text-decoration: none;
}

.inner-middle-grid ol {
  margin: 10px 10px 10px -45px;
}
.inner-middle-grid ol li a {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #8c1515;
  text-decoration: none;
}
.inner-middle-grid ol li a:hover {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  background-color: #8c1515;
  text-decoration: none;
}

.inner-middle-grid ol li {
  list-style-type: none;
  font-size: 1em;
}
/* <!--FACULTY PAGE-->

<!--NEWS PAGE-->  */
.news-middle-grids {
  background: #f7f7f7;
  padding: 3em 2em;
}

.news-middle-grid h3 {
  color: #000;
  margin-bottom: 5px;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: capitalize;
}
.news-middle-grid h5 {
  font-size: 1.2em;
  font-weight: 600;
  margin: 0.5em 0 0 0;
  color: #000;
}
.news-middle-grid h1 {
  font-size: 1.2em;
  font-style: italic;
  font-weight: 600;
  margin: 0.5em 0 -0.4em 0;
  color: #000;
}
.news-middle-grid h6 {
  font-size: 0.8em;
  text-transform: uppercase;
  margin: 0em 0 0 0;
  font-weight: bold;
  color: #7c7c7c;
}
.news-middle-grid p {
  margin-bottom: 18px;
  color: #413f40;
  margin-top: 5px;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.6em;
}

.news-middle-grid ul {
  margin: 5px 0 15px 10px;
}
.news-middle-grid ul li a {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #8c1515;
  text-decoration: none;
}
.news-middle-grid ul li a:hover {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  background-color: #8c1515;
  text-decoration: none;
}

.news-middle-grid h2 {
  font: normal 20px/18px "arial";
  color: #000;
  font-weight: bold;
}

.news-middle-grid h4 {
  font: normal 26px/34px "arial";
  color: #000;
  font-style: italic;
  font-weight: bold;
}
.follow-us h3 {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #d2d2d2;
}
.news-middle-grid ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.news-middle-grid ul li {
  list-style-type: none;
  font-size: 1em;
  padding: 5px 0 5px 25px;
  background: url("../images/arrow1.png") no-repeat 0px 9px;
}
.news-middle-grid img {
  margin-bottom: 1.5em;
}

.news-middle-grid a {
  font-size: 1.2em;
  color: #8c1515;
  text-decoration: none;
}

.news-middle-grid a:hover {
  font-size: 1.2em;
  color: #000;
  text-decoration: none;
}

.news-middle-grid ol {
  margin: 10px 10px 10px -45px;
}
.news-middle-grid ol li a {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #8c1515;
  text-decoration: none;
}
.news-middle-grid ol li a:hover {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  background-color: #8c1515;
  text-decoration: none;
}

.news-middle-grid ol li {
  list-style-type: none;
  font-size: 1em;
}

<!--NEWS PAGE-- > .faculty-grids {
  margin: 4em 0 0em 0;
}

.faculty-middle-grids {
  background: #f7f7f7;
  padding: 3em 2em;
}
.faculty-middle-grid h3 {
  color: #ef820e;
  font-size: 6em;
  font-style: italic;
  font-weight: 600;
  text-transform: capitalize;
}
.faculty-middle-grid h5 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 0 0;
  color: #3c3c3c;
}
.faculty-middle-grid p {
  margin-bottom: 18px;
  color: rgb(0, 0, 0);
  margin-top: 5px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.8em;
}
.faculty-middle-grid ul {
  margin: 5px 0 15px 0;
}
.faculty-middle-grid ul li a {
  font-size: 1.1em;
  font-weight: 800;
  color: #8c1515;
  text-decoration: none;
}

.faculty-middle-grid h4 {
  font: normal 15px/26px "arial";
  margin-top: 1%;
  color: #000;
}
.follow-us h3 {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #d2d2d2;
}
.faculty-middle-grid ul li a:hover {
  color: #000;
  text-decoration: underline;
}
.faculty-middle-grid ul li {
  list-style-type: none;
  padding: 5px 0 5px 25px;
  background: url("../images/list_arrow.png") no-repeat 0px 9px;
}
.faculty-middle-grid img {
  margin-bottom: 1.5em;
}

.faculty-middle-grid a {
  font-size: 1.2em;
  color: #8c1515;
  text-decoration: none;
}

.faculty-middle-grid a:hover {
  font-size: 1.2em;
  color: #000;
  text-decoration: none;
}

/* <!--FACULTY-->

<!--PLACEMENT PAGE-->  */
.placement-middle-grids {
  background: #f7f7f7;
  padding: 3em 2em;
}

.placement-middle-grid h3 {
  color: #000;
  margin-bottom: 35px;
  font-size: 3.5em;
  font-weight: 600;
  text-transform: capitalize;
}
.placement-middle-grid h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin: 0.5em 0 0 0;
  color: #000;
}
.placement-middle-grid h1 {
  font-size: 1.6em;
  font-weight: 600;
  margin: 0.1em 0 1em 0;
  color: #000;
}
.placement-middle-grid h6 {
  font-size: 1.2em;
  margin: 0em 0 0 0;
  line-height: 1.8em;
  color: #000;
}
.placement-middle-grid p {
  margin-bottom: 18px;
  color: #413f40;
  margin-top: 5px;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.6em;
}

.placement-middle-grid ul {
  margin: 5px 0 15px 10px;
}
.placement-middle-grid ul li a {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #8c1515;
  text-decoration: none;
}
.placement-middle-grid ul li a:hover {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  background-color: #8c1515;
  text-decoration: none;
}
.placement-middle-grid h2 {
  font: normal 20px/18px "arial";
  color: #000;
  font-weight: bold;
}

.placement-middle-grid h4 {
  font: normal 16px/22px "arial";
  color: #000;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 1em 0;
}

.placement-middle-grid h6 {
  font-size: 0.9em;
  margin: 0em 0 0 0;
  line-height: 1.8em;
  color: #676767;
  font-weight: bold;
}

.follow-us h3 {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #d2d2d2;
}
.placement-middle-grid ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.placement-middle-grid ul li {
  list-style-type: none;
  font-size: 1em;
  padding: 5px 0 5px 25px;
  background: url("../images/arrow1.png") no-repeat 0px 9px;
}
.placement-middle-grid img {
  margin-bottom: 1.5em;
}

.placement-middle-grid a {
  font-size: 1.2em;
  color: #8c1515;
  text-decoration: none;
}

.placement-middle-grid a:hover {
  font-size: 1.2em;
  color: #000;
  text-decoration: none;
}

.placement-middle-grid ol {
  margin: 10px 10px 10px -30px;
}
.placement-middle-grid ol li a {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #8c1515;
  text-decoration: none;
}
.placement-middle-grid ol li a:hover {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  background-color: #8c1515;
  text-decoration: none;
}

.placement-middle-grid ol li {
  list-style-type: none;
  font-size: 1em;
}
/* <!--PLACEMENT PAGE--> */

/* <!--business PAGE-->  */
.business-middle-grids {
  background: #f7f7f7;
  padding: 3em 2em;
}

.business-middle-grid h3 {
  color: #000;
  margin-bottom: 5px;
  font-size: 3.5em;
  font-weight: 600;
  text-transform: capitalize;
}
.business-middle-grid h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin: 0.5em 0 0.7em 0;
  color: #000;
}
.business-middle-grid h1 {
  font-size: 1.6em;
  font-weight: 600;
  margin: 0.1em 0 0.5em 0;
  color: #000;
}
.business-middle-grid h6 {
  margin-bottom: 5px;
  color: #413f40;
  margin-top: 0px;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.6em;
}
.business-middle-grid p {
  margin-bottom: 5px;
  color: #413f40;
  margin-top: 0px;
  margin-left: 6%;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.6em;
}

.business-middle-grid ul {
  margin: 5px 0 15px 10px;
}
.business-middle-grid ul li a {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #8c1515;
  text-decoration: none;
}
.business-middle-grid ul li a:hover {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  background-color: #8c1515;
  text-decoration: none;
}

.business-middle-grid h2 {
  font: normal 20px/18px "arial";
  color: #000;
  font-weight: bold;
}

.business-middle-grid h4 {
  font: normal 16px/22px "arial";
  color: #000;
  font-weight: bold;
  margin: 0.5em 0em 0.5em 0em;
}

.business-middle-grid h6 {
  font-size: 0.9em;
  margin: 0em 0 0 0;
  line-height: 1.8em;
  color: #676767;
  font-weight: bold;
}

.follow-us h3 {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #d2d2d2;
}
.business-middle-grid ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.business-middle-grid ul li {
  list-style-type: none;
  padding: 7px 0 15px 45px;
  background: url("../images/arrow-special.png") no-repeat 0px 9px;
  font-size: 1.5em;
  color: #000000;
}
.business-middle-grid img {
  margin-bottom: 1.5em;
}

.business-middle-grid a {
  font-size: 1.2em;
  color: #8c1515;
  text-decoration: none;
}

.business-middle-grid a:hover {
  font-size: 1.2em;
  color: #000;
  text-decoration: none;
}

.business-middle-grid ol {
  margin: 5px 10px 10px 10px;
}
.business-middle-grid ol li a {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #8c1515;
  text-decoration: none;
}
.business-middle-grid ol li a:hover {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  background-color: #8c1515;
  text-decoration: none;
}

.business-middle-grid ol li {
  list-style-type: none;
  font-size: 1em;
}
/* <!--business PAGE-- > <!--BA MIDDLE GRID-- >  */
.bapage-middle-grids {
  background: #f7f7f7;
  padding: 3em 2em;
}

.bapage-middle-grid h3 {
  color: #000;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 3em;
  font-weight: 600;
  text-transform: capitalize;
}
.bapage-middle-grid h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin: 0.5em 0 0.7em 0;
  color: #000;
}
.bapage-middle-grid h1 {
  font-size: 1.6em;
  font-weight: 600;
  margin: 0.1em 0 0.5em 0;
  color: #000;
}
.bapage-middle-grid h6 {
  margin-bottom: 5px;
  color: #413f40;
  margin-top: 0px;
  font-size: 0.9em;
  line-height: 1.6em;
}
.bapage-middle-grid p {
  margin-bottom: 5px;
  color: #413f40;
  margin-top: 0px;
  margin-left: 8%;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.6em;
}

.bapage-middle-grid ul {
  margin: 5px 0 15px 10px;
}
.bapage-middle-grid ul li a {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #8c1515;
  text-decoration: none;
}
.bapage-middle-grid ul li a:hover {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  background-color: #8c1515;
  text-decoration: none;
}

.bapage-middle-grid h2 {
  font: normal 20px/30px "arial";
  margin-bottom: 0.5em;
  color: #000;
  font-weight: bold;
}

.bapage-middle-grid h4 {
  font: normal 16px/22px "arial";
  color: #000;
  font-weight: bold;
  margin: 0.5em 0em 0.5em 0em;
}

.follow-us h3 {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #d2d2d2;
}
.bapage-middle-grid ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.bapage-middle-grid ul li {
  list-style-type: none;
  padding: 4px 0 10px 40px;
  background: url("../images/arrow-special.png") no-repeat 0px 9px;
  font-size: 1.3em;
  color: #000000;
}
.bapage-middle-grid img {
  margin-bottom: 1.5em;
}

.bapage-middle-grid a {
  font-size: 0.8em;
  color: #8c1515;
  text-decoration: none;
  padding: 3px;
}

.bapage-middle-grid a:hover {
  font-size: 0.8em;
  color: #fff;
  text-decoration: none;
  background-color: #8c1515;
  padding: 3px;
}

.bapage-middle-grid ol {
  margin: 5px 10px 10px 10px;
}
.bapage-middle-grid ol li a {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #8c1515;
  text-decoration: none;
}
.bapage-middle-grid ol li a:hover {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  background-color: #8c1515;
  text-decoration: none;
}

.bapage-middle-grid ol li {
  list-style-type: none;
  font-size: 1em;
}
/* <!--BA MIDDLE GRID-- > <!--footer PAGE-- >  */
.footer-middle-grids {
  background: #f7f7f7;
  padding: 3em 2em;
}

.footer-middle-grid h3 {
  color: #333333;
  margin-top: 15px;
  line-height: 20px;
  font-size: 1em;
  font-weight: 600;
}

.footer-middle-grid h5 {
  background-color: #ebebeb;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1em;
  margin: 1em 0.5em 0.5em 0.5em;
  color: #000;
}
.footer-middle-grid h1 {
  font-size: 0.7em;
  font-weight: 600;
  margin: 0.5em 0 -0.4em 0;
  text-transform: uppercase;
  color: #707070;
}
.footer-middle-grid h6 {
  font-size: 0.9em;
  margin: 0em 0 0 0;
  line-height: 1.8em;
  color: #000;
}
.footer-middle-grid p {
  margin-bottom: 0px;
  color: #413f40;
  margin-top: 5px;
  margin: 5px;
  padding-top: 20px;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 2em;
}
.footer-middle-grid ul {
  margin: 5px 0 15px 10px;
}
.footer-middle-grid ul li a {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #8c1515;
  text-decoration: none;
}
.footer-middle-grid ul li a:hover {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  background-color: #8c1515;
  text-decoration: none;
}

.footer-middle-grid ol {
  margin: 0 0 0 0;
}
.footer-middle-grid ol li a {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #8c1515;
  text-decoration: none;
}
.footer-middle-grid ol li a:hover {
  font-size: 0.9em;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  background-color: #8c1515;
  text-decoration: none;
}

.footer-middle-grid ol li {
  list-style-type: none;
  font-size: 0.9em;
  padding: 0px;
  margin: 0px;
}

.footer-middle-grid h4 {
  font: normal 16px/18px "arial";
  background-color: #ffa74a;
  padding: 15px;
  color: #000;
  font-weight: bold;
}

.follow-us h3 {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #d2d2d2;
}

.footer-middle-grid ul li {
  list-style-type: none;
  font-size: 0.9em;
  padding: 5px 0 5px 25px;
  background: url("../images/arrow1.png") no-repeat 0px 9px;
}
.footer-middle-grid img {
  margin-bottom: 1.5em;
}

.footer-middle-grid a {
  font-size: 1em;
  font-weight: bold;
  line-height: 40px;
  text-transform: uppercase;
  color: #5e5e5e;
  text-decoration: none;
}

.footer-middle-grid a:hover {
  font-size: 1em;
  font-weight: bold;
  line-height: 40px;
  text-transform: uppercase;
  color: #8c1515;
  text-decoration: none;
}
<!--footer PAGE-- > .social-icons1 i {
  width: 50px;
  height: 55px;
  background: url("../images/img-sprite2.png") no-repeat 0px 0px;
  display: inline-block;
}
.social-icons1 i:hover {
  opacity: 0.5;
}
i.facebook1 {
  background-position: 0px 0px;
}
i.twitter1 {
  background-position: -54px 0px;
}
i.googlepluse1 {
  background-position: -115px 0px;
}
i.pinterest1 {
  background-position: -173px 0px;
}
.thumb-box3 {
  overflow: hidden;
  padding: 2em 2em 4em 2em;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.thumb-box3 .title {
  color: #4f4f4f;
  margin-bottom: 41px;
  font-size: 2.2em;
  font-weight: 600;
}
.thumb-box3 .title2 {
  color: #ff362d;
  margin: -58px 0 -3px 0;
  font-size: 3em;
  font-weight: 700;
}
.thumb-box3 .description1 {
  color: #444;
  font-weight: 700;
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 0 0 0px 0;
  letter-spacing: -1px;
}
.thumb-box3 .description2 {
  font-size: 2em;
  color: #a9a9a9;
  font-weight: 500;
  line-height: 1em;
  margin: 0 0 5px 0;
}
.thumb-box3 p {
  margin-bottom: 18px;
  color: #a5a5a5;
  margin-top: 5px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.7em;
}
.thumb-box3 .col-lg-4 {
  margin-bottom: 40px;
}
.thumb-pad1 figure time {
  font: 600 36px "Cabin";
  color: #ffffff;
  position: absolute;
  text-align: center;
  display: block;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 0;
  margin: -22px 0 0 0;
  -webkit-transform: translateY(0) translateX(0) scale(1);
  transform: translateY(0) translateX(0) scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.thumb-pad1 figure {
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
  position: relative;
  width: 50%;
}
.thumb-pad1 figure img {
  width: 100%;
}
.thumbnail {
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 2em;
}
.thumbnail .caption {
  padding: 0px;
  color: #333;
}
.caption strong {
  color: #52a1d9;
  font-size: 1.3em;
  font-weight: 600;
}
.btn-default.btn2 {
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 1em;
  border-radius: 10px;
  font-weight: 100;
  margin: 0;
  border: 1px solid #ffffff;
  color: #000 !important;
  background: #ffa74a;
  float: none;
  outline: none;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn2:hover {
  color: #ffffff !important;
  background: #222222;
  border-color: #fff;
  text-decoration: none;
  font-size: 1em;
}

.btn-default.btn4 {
  text-decoration: none;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 400;
  background: #8c1515;
  margin: 0;
  color: #ffa74a !important;
  float: none;
  outline: none;
}
.btn-default.btn4:hover {
  color: #ffffff !important;
  background: #222222;
  border-color: #fff;
  text-decoration: none;
  font-size: 1.1em;
}

.btn-default.btnback {
  text-decoration: none;
  display: inline-block;
  padding: 5px 16px;
  font-size: 1em;
  border-radius: 20px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  color: #fff;
  background: #8c1515;
  float: none;
  outline: none;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btnback:hover {
  color: #000;
  margin-bottom: 20px;
  background: #ffa74a;
  border-color: #fff;
  text-decoration: none;
  font-size: 1em;
}

/*-- portfolio --*/

.portfolio-content {
  padding: 3em 0;
}
.portfolio-section {
  padding: 5em 0 0 0;
  background: #fff;
  box-shadow: 0px 1px 12px 0px rgba(50, 50, 50, 0.18);
}
/******** SAP ************/
.sap_tabs {
  clear: both;
  padding: 0em 0 0em;
}
.tab_box {
  background: #fd926d;
  padding: 2em;
}

.top1 {
  margin-top: 30%;
}
.abouttop {
  margin-top: 5%;
}
.fatop {
  margin-top: 12%;
}
.contenttop {
  margin-top: 9%;
}
.placementtop {
  margin-top: 6%;
}

.smalltop {
  margin-top: 3%;
}

.tablettop {
  margin-top: 0.5%;
}

.tinytop {
  margin-top: 2%;
}

.resp-tabs-list {
  text-align: center;
  list-style: none;
  margin: 3em 0;
}
.resp-tab-item {
  color: #f97474;
  font-size: 1em;

  cursor: pointer;
  padding: 6px 25px;
  display: inline-block;
  margin: 0;
  text-align: center;
  list-style: none;

  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
  border: 2px solid #f97474;
  margin: 0 0.5em 0;
}
.resp-tab-active {
  background: #f97474;
  text-shadow: none;
  color: #fff;
  border: 2px solid #f97474;
}
.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
}
.resp-content-active,
.resp-accordion-active {
  display: block;
}

.img-top {
  position: relative;
}
.img-top {
  padding: 0 0px !important;
}
.link-top {
  position: absolute;
  top: 0%;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.49);
  height: 100%;
  padding: 4.5em 0 0;
  display: none;
}
i.link {
  background: url(../images/pluse-icon.png) no-repeat 0px 0px;
  width: 44px;
  height: 44px;
  display: inline-block;
}
.img-top:hover .link-top {
  display: block;
}

/*-- blog  --*/
.blog-section {
  padding: 2em 0;
}
.blog-posts-section {
  padding: 3em 0;
}
.blog_grids {
  margin-top: 2.5em;
}
.right_column li {
  line-height: 14px;
  padding: 7px 0 7px 18px;
  background: url(../images/bullet.png) left 16px no-repeat;
  font-size: 13px;
  list-style-type: none;
}
.right_column h2 {
  text-align: left;
  font-size: 2.3em;
  margin: 1em 0 0.4em 0;
}
.right_column li a {
  color: #000;
  font-weight: 600;
  font-size: 0.965em;
  line-height: 1.8em;
  opacity: 0.6;
  text-decoration: none;
}
.right_column li a:hover {
  color: #f97474;
  padding-left: 10px;
}
/*.item {
	width: 50%;
	float: left;
}*/
.item2 {
  width: 50%;
  float: left;
}
.pagination {
  margin: 3em 0 1em 0;
  width: 100%;
}
.pagination ul li {
  display: inline-block;
  margin: 0 10px;
}
.pagination ul li a {
  color: #4a4a4a;
  font-size: 1.1em;
  font-weight: 400;
  text-decoration: none;
}
.pagination ul li a.prev {
  background: #4a4a4a;
  color: #fff;
  padding: 4px 10px;
  font-weight: 300;
}
.pagination ul li a.next {
  background: #4a4a4a;
  color: #fff;
  padding: 4px 10px;
  font-weight: 300;
}
/*--error--*/
.error {
  text-align: center;
  min-height: 600px;
}
.error h1 {
  color: #474747;
  font-size: 11em;
  line-height: 1em;
  margin-top: 0.2em;
}
.error-head h1 span {
  color: #ff5656;
}
.error-head h2 {
  font-size: 1.5em;
  color: #70616a;
  margin-top: 1.5em;
}
.error-head a {
  color: #fff;
  background: #c06c84;
  font-size: 1.1em;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 20px;
  margin-top: 3em;
  text-decoration: none;
}
.error-head {
  padding-top: 5em;
}
/* Bounce To Left */
a.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: #17a086;
  color: #fff;
}
a.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #11856f;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.hvr-bounce-to-left:hover,
a.hvr-bounce-to-left:focus,
a.hvr-bounce-to-left:active {
  color: white;
}
.hvr-bounce-to-left:hover:before,
a.hvr-bounce-to-left:focus:before,
a.hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*--- Contact- Starts Here ---*/
.contact-page {
  padding: 3em 0;
}
h3.c-head {
  text-transform: uppercase;
  color: #41403e;
  font-size: 2.8em;
  margin-bottom: 1.2em;
}
.singel_right {
  margin-top: 3em;
}
.span_1_of_contact {
  width: 60.1%;
  float: left;
  margin-right: 2%;
}
p.comment-form-author {
  margin-bottom: 2em;
}
.contact-form label {
  display: block;
  font-size: 1em;
  color: #000;
  text-transform: uppercase;
}
.contact-form input[type="text"] {
  padding: 10px;
  width: 95%;
  color: #9198a3;
  font-size: 0.9em;
  background: #fff;
  outline: none;
  display: block;
  border: 1px solid #eee;
}
.contact-form textarea {
  padding: 10px;
  display: block;
  width: 95%;
  background: #fff;
  border: 1px solid #eee;
  outline: none;
  color: #9198a3;
  font-size: 0.9em;
  -webkit-appearance: none;
  resize: none;
  height: 170px;
}
.contact-form input[type="submit"] {
  display: inline-block;
  padding: 13px 25px;
  background: #474747;
  color: #fff;
  font-size: 1em;
  line-height: 18px;
  text-transform: uppercase;
  border: none;
  outline: none;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
}
.contact-form input[type="submit"]:hover {
  background: #f97474;
}
.contact_grid {
  display: block;
  float: left;
  width: 37%;
}
.span_2_of_contact_right h3 {
  font-size: 1.25em;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.5em;
}
.address {
  margin-bottom: 1em;
  color: #919191;
}
.contact_address,
.contact_email {
  overflow: hidden;
  font-size: 0.95em;
  color: #999;
  line-height: 1.5em;
}
.contact_email a {
  color: #999;
  text-decoration: none;
}
.contact_email a:hover {
  color: #e70000;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
}
.map {
  margin-top: 3em;
}
.map iframe {
  width: 100%;
  min-height: 350px;
}
/*--singe--*/
.single-top img {
  width: 100%;
}
.single h2 {
  color: #362f2f;
  font-size: 2.4em;
  text-transform: uppercase;
}
.grid-single {
  width: 70%;
  margin: 1em auto;
}
.single-one {
  float: left;
  width: 33.3%;
  text-align: center;
}
.single-one span {
  color: #362f2f;
  font-size: 1em;
}
.single-one span a {
  color: #362f2f;
  text-decoration: none;
}
.single-one span i {
  background: url(../images/img-sprite.png) no-repeat -140px 0px;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
.single-one span i.com {
  background-position: -158px 0px;
}
.single-one span i.four {
  background-position: -176px 0px;
}
p.eget {
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.3em;
  color: #362f2f;
  padding: 1em 0;
}
ul.social-share {
  float: left;
}
ul.social-share li {
  display: inline-block;
}
ul.social-share li span {
  color: #838383;
  font-size: 1.1em;
  margin: 0 1em 0 0;
  font-weight: 600;
}
ul.social-share li i {
  background: url(../images/img-sprite.png) no-repeat -194px 0px;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0 12px;
  vertical-align: middle;
}
ul.social-share li i.tin {
  background-position: -212px 0px;
}
ul.social-share li i.message {
  background-position: -230px 0px;
}
.top-comments h3,
.leave h3 {
  font-size: 1.5em;
  color: #362f2f;
  font-weight: 700;
}
.single-middle {
  background: #f8f8f8;
  padding: 2em;
}
i.arrow {
  background: url(../images/img-sprite.png) no-repeat -248px 0px;
  width: 18px;
  height: 18px;
  display: inline-block;
  float: right;
}
.comments-top-top {
  background: #e6e6e6;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -o-border-top-right-radius: 10px;
  -ms-border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -o-border-bottom-right-radius: 10px;
  -ms-border-bottom-right-radius: 10px;
}
.men {
  background: #333;
  float: left;
  width: 9%;
  text-align: center;
  padding: 2em 0;
}
p.men-it {
  float: left;
  width: 86%;
  margin: 0 0 0 2%;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.3em;
  color: #362f2f;
  padding: 1.3em 0;
}
.met-in {
  margin: 0 0 0 3em;
}
.met {
  padding: 1em 0;
}
p.smith {
  float: left;
  padding: 0;
  font-size: 1em;
}
p.smith a {
  text-decoration: none;
  color: #362f2f;
  font-weight: 500;
  font-size: 1.1em;
}
.code-in {
  padding: 0 0 0.5em;
}
p.smith span {
  font-weight: 400;
  padding: 0 2em;
  color: #7f8c8c;
}
.top-in {
  background: #f8f8f8;
}
p.reply {
  float: right;
  padding: 0;
  width: 17%;
  color: #362f2f;
  font-size: 1em;
}
p.reply a {
  text-decoration: none;
  color: #362f2f;
}
p.reply a:hover {
  color: #c3a000;
}
p.reply i {
  background: url(../images/img-sprite.png) no-repeat -266px 0px;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px 0 0px;
}
.single {
  padding: 3em 8em;
  background: #fff;
  box-shadow: 0px 1px 12px 0px rgba(50, 50, 50, 0.18);
  margin: 3em 0 0 0;
}
.single-top {
  margin-top: 3em;
}
/*----*/
.single-us input[type="text"],
.leave textarea,
.leave input[type="submit"] {
  font-size: 1em;
  width: 100%;
  padding: 0.8em 1em;
  margin: 0.5em 0;
  background: #fff;
  outline: none;
  border: 1px solid #362f2f;
  color: #362f2f;
  -webkit-appearance: none;
}
.leave textarea {
  resize: none;
  width: 100%;
  margin: 0.5em 0em;
  height: 185px;
}
.leave input[type="submit"] {
  border: none;
  color: #fff;
  font-size: 1.4em;
  width: 48%;
  margin: 7.7em 1em 0;
  padding: 0.3em;
  background: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  font-weight: 700;
  background: #362f2f;
}
.leave input[type="submit"]:hover {
  background: #ff5656;
}
.leave p {
  width: 80%;
}
.single-us {
  padding: 0 2em 0 0;
}
.single-us:nth-child(2) {
  padding: 0;
}
.text-in {
  padding: 0;
}
.single-grid {
  padding: 0.7em 0;
}
.text-top {
  padding: 0.5em 0;
}
.leave {
  padding: 4em 0 0em;
}
.top-comments {
  padding: 5em 0 0;
}
.md-col-in h4 {
  color: #362f2f;
  font-size: 1.5em;
  border-bottom: 1px solid #c29f00;
  font-weight: 600;
  width: 50%;
  padding: 0 10px 6px;
}
.md-col-in ul li {
  list-style: none;
}
.md-col-in ul {
  padding: 1.8em 0 0;
}
.md-col-in ul li a {
  text-decoration: none;
  color: #362f2f;
  font-size: 1.1em;
  padding: 0.1em 0;
  display: block;
}
.md-col-in ul li a:hover {
  color: #c3a000;
}
.md-col-in ul li i {
  background: url(../images/img-sprite.png) no-repeat -497px -20px;
  width: 8px;
  height: 8px;
  display: inline-block;
  transition: 0.5s all;
  vertical-align: middle;
  margin: 0 13px 0 0;
}
.top-single {
  padding: 1em;
}
/*-- responsive-design starts-here --*/

@media screen and (max-width: 1366px) {
  .footer-top {
    padding: 2em 0 2em 0;
  }
  .header-bottom h3 {
    font-size: 1.65em;
  }
  .header-bottom {
    padding: 3em 0;
  }
  .logo {
    padding: 0.5em 1em;
  }
  .social-icons {
    margin-top: 1.45em;
  }
  .testimonials {
    margin-top: 0;
  }
  .top-menu ul li a {
    font-size: 1.2em;
  }
  .top-menu ul li {
    padding: 1.2em 1.7em;
  }
  .search {
    padding: 7px 9px;
  }
  div#portfoliolist {
    min-height: 534px;
  }
}
@media screen and (max-width: 1280px) {
  .blog-section {
    padding: 1em 0 2em 0;
  }
  .header-bottom h3 {
    font-size: 1.6em;
  }
  .header-bottom {
    padding: 2.85em 0;
  }
  .top-menu ul li a {
    font-size: 1.15em;
  }
  .top-menu ul li {
    padding: 1.3em 1.5em;
  }
  .search input[type="text"] {
    font-size: 14px;
  }
  .search input[type="submit"] {
    top: 0px;
    right: 5px;
  }
  .top-menu ul li a img {
    width: 90%;
  }
  .search {
    padding: 7px 8px;
    margin: 11px 20px 0 0;
  }
  .about-us p {
    font-size: 1.2em;
  }
  .about-middle-grid h4 {
    font: italic 26px/34px "Raleway";
  }
  .error h1 {
    font-size: 10em;
  }
  .map iframe {
    min-height: 300px;
  }
  .home {
    padding: 1.3em 1.5em;
  }
  .home a img {
    width: 90%;
  }
}
@media screen and (max-width: 1080px) {
  .link-top {
    padding: 3.5em 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .index-middle-grid a {
    font-size: 1em;
    font-weight: bold;
    color: #000;
    text-decoration: none;
  }

  .navbar-nav {
    float: left;
    margin: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .logo a img {
    width: 100%;
  }
  .logo {
    padding: 0.5em 0.5em;
    /* width: 10%; */
  }
  .moblogo {
    /* border: 1px solid black; */
    padding: 12px;
    display: flex;
    align-items: center;
    /* justify-content: ; */
  }
  .social-icons {
    margin-top: 1.2em;
  }
  .header-bottom h3 {
    font-size: 1.45em;
  }
  .header-bottom {
    padding: 2.4em 0;
  }
  .top-menu ul li a {
    font-size: 1.1em;
  }
  .footer-top {
    padding: 6em 0 3em 0;
  }
  .wmuSliderPrev {
    left: 64.2em;
  }
  .about-us p {
    font-size: 1.1em;
  }
  .about-middle-grid h4 {
    font: italic 24px/32px "Raleway";
  }
  .about-middle-grid h5 {
    margin: 0 0 6px 0;
    line-height: 1.6em;
  }
  .about-middle-grid ul li {
    padding: 6px 0 6px 25px;
    background: url("../images/list_arrow.png") no-repeat 0px 11px;
  }
  .head-section h2 {
    font: bold 17px/26px "arial";
    margin: 0 0 0.2em 0;
  }
  .portfolio-section {
    padding: 3em 0 0 0;
  }
  .single {
    padding: 2.5em 3em;
  }
  div#portfoliolist {
    min-height: 442px;
  }
  .link-top {
    padding: 3.5em 0 0;
  }
  .breadcrumbblack {
    text-transform: uppercase;
    font-weight: bold !important;
    color: #000000;
    font-size: 0.8em;
  }
  .breadcrumb > .active {
    font-size: 0.8em;
    color: #941818;
  }

  .bapage-middle-grid h2 {
    font: normal 17px/24px "arial";
    margin-bottom: 0.5em;
    color: #000;
    font-weight: bold;
  }
}
@media screen and (max-width: 991px) {
  .link-top {
    padding: 2.5em 0 0;
  }
  .img-top {
    float: left;
    width: 25%;
  }
  .logo {
  }
}

@media screen and (max-width: 800px) {
  .dotted {
    padding-right: 10px;
    border-right: 0px dotted #fff !important;
  }

  .about-middle-grid h5 {
    font-size: 1em;
    font-weight: 600;
    margin: 0 0 0 0;
    color: #828282;
  }
  .about-middle-grid a {
    font-size: 1em;
    color: #8c1515;
    text-decoration: none;
  }

  .about-middle-grid a:hover {
    font-size: 1em;
    color: #000;
    text-decoration: none;
  }

  .bapage-middle-grid h4 {
    font: normal 14px/20px "arial";
    color: #000;
    font-weight: bold;
    margin: 0.5em 0em 0.5em 0em;
  }

  .bapage-middle-grid ul li a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .bapage-middle-grid ul li {
    list-style-type: none;
    padding: 4px 0 10px 40px;
    background: url("../images/arrow-special.png") no-repeat 0px 9px;
    font-size: 1.2em;
    color: #000000;
  }
}

@media screen and (max-width: 768px) {
  .rvs-middle-grid h2 {
    font: normal 18px/30px "arial";
    color: #000;
    font-weight: bold;
  }

  .index-middle-grids {
    background: #f7f7f7;
    padding: 3em 2em;
  }

  .conttop {
    padding-top: 25px;
  }

  .about-middle-grid h4 {
    font: normal 20px/30px "arial";
    color: #000;
    font-style: italic;
    font-weight: bold;
  }

  .index-middle-grid h3 {
    color: #707070;
    margin-top: 15px;
    line-height: 20px;
    font-size: 1em;
    font-weight: 600;
  }
  .index-middle-grid h5 {
    background-color: #ebebeb;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1em;
    margin: 1em 0.5em 0.5em 0.5em;
    color: #000;
  }
  .index-middle-grid h1 {
    font-size: 0.7em;
    font-weight: 600;
    margin: 0.5em 0 -0.4em 0;
    text-transform: uppercase;
    color: #707070;
  }
  .index-middle-grid h6 {
    font-size: 0.9em;
    margin: 0em 0 0 0;
    line-height: 1.8em;
    color: #000;
  }
  .index-middle-grid p {
    margin-bottom: 18px;
    color: #413f40;
    margin-top: 5px;
    margin: 5px;
    font-size: 0.9em;
    font-weight: 500;
    line-height: 1.6em;
  }
  .index-middle-grid ul {
    margin: 5px 0 15px 10px;
  }
  .index-middle-grid ul li a {
    font-size: 0.9em;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #8c1515;
    text-decoration: none;
  }
  .index-middle-grid ul li a:hover {
    font-size: 0.9em;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #fff;
    background-color: #8c1515;
    text-decoration: none;
  }

  .index-middle-grid ol {
    margin: 0 0 0 0;
  }
  .index-middle-grid ol li a {
    font-size: 0.9em;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #8c1515;
    text-decoration: none;
  }
  .index-middle-grid ol li a:hover {
    font-size: 0.9em;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #fff;
    background-color: #8c1515;
    text-decoration: none;
  }

  .index-middle-grid ol li {
    list-style-type: none;
    font-size: 0.9em;
    padding: 0px;
    margin: 0px;
  }

  .index-middle-grid h4 {
    font: normal 16px/18px "arial";
    color: #000;
    font-weight: bold;
  }
  .follow-us h3 {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #d2d2d2;
  }

  .index-middle-grid ul li {
    list-style-type: none;
    font-size: 0.9em;
    padding: 5px 0 5px 25px;
    background: url("../images/arrow1.png") no-repeat 0px 9px;
  }
  .index-middle-grid img {
    margin-bottom: 1.5em;
  }

  .index-middle-grid a {
    font-size: 1.2em;
    color: #8c1515;
    text-decoration: none;
  }

  .index-middle-grid a:hover {
    font-size: 1.2em;
    color: #000;
    text-decoration: none;
  }

  .dotted {
    padding-right: 10px;
    border-right: 0px dotted #fff !important;
  }

  .dottedspecial {
    border-right: 0px dotted #fff !important;
  }

  #newsbg {
    background-color: #fff !important;
  }

  .footer-grid {
    width: 33.333%;
    float: left;
  }
  .go-top a {
    padding: 8px;
  }
  .copyrights {
    margin-top: 0.7em;
  }
  .footer-bottom {
    padding: 1.2em 0;
  }
  .shows {
    bottom: -52px;
    left: -4px;
  }
  .footer-top {
    padding: 5em 0 2em 0;
  }
  .project {
    width: 25%;
    float: left;
  }
  .blog-posts {
    float: left;
  }
  h4.head {
    font-size: 1.05em;
    letter-spacing: 1px;
    padding: 1em 0 1.4em 0;
  }
  .blog-post span {
    margin: 1em 0 1em 1em;
  }
  a.blog-title {
    font-size: 1.15em;
    padding: 15px 0px 0px 11px;
  }
  .blog-post p {
    padding: 0 15px 10px 10px;
  }
  .header-bottom h3 {
    font-size: 1.2em;
  }
  .header-bottom {
    padding: 2.2em 0;
  }
  .top-menu ul li a img {
    width: 85%;
  }
  .slide-text p {
    font-size: 0.875em;
  }
  .client-main {
    padding: 1.1em 1.5em;
  }
  .slide-text a {
    font-size: 0.9em;
    letter-spacing: 1px;
    margin-top: 2.8em;
    margin-left: 2em;
  }
  .wmuSliderPrev {
    left: 48.45em;
    top: 49px;
  }
  .logo {
    padding: 0.3em 0em;
    width: 9%;
  }
  .social-icons {
    margin-top: 0.8em;
  }
  span.menu {
    width: 22px;
    height: 22px;
    background: url(../images/nav.png) no-repeat;
    display: inline-block;
    float: left;
    cursor: pointer;
    margin: 12px 0 0 12px;
  }
  .top-menu {
    width: 100%;
    display: none;
    text-align: center;
    background: #fff;
    padding: 0;
  }
  .top-menu ul {
    float: none;
    width: 100%;
  }
  .top-menu ul li {
    display: block;
    float: none;
    border-top: 1px solid #000000;
    border-right: none;
  }
  .top-menu ul li a {
    color: #000;
    display: block;
  }
  .home {
    padding: 1em 1em;
  }
  .search {
    padding: 5px 6px;
    margin: 7px 15px 0 0;
    width: 22%;
  }
  .search input[type="submit"] {
    top: -2px;
    right: 4px;
    width: 30px;
    height: 30px;
  }
  .about-grid {
    width: 25%;
    float: left;
  }
  .about-us {
    padding: 3em 0;
  }
  .about-us p {
    font-size: 1em;
  }
  .about-grid-info h4 {
    font-size: 1.3em;
    margin: 1.1em 0 0.7em;
  }
  .about-middle-grids {
    text-align: center;
    padding: 3em 2em 0 2em;
  }
  .about-middle-grid ul {
    margin: 27px 0 21px 18em;
    text-align: left;
  }
  .about-middle-grid h3 {
    margin-bottom: 15px;
  }
  .about-middle-grid {
    margin-bottom: 2.5em;
  }
  .about-content {
    margin: 0em 0;
    box-shadow: 0px 0px 7px -1px rgba(50, 50, 50, 0.18);
  }
  #filters li span {
    padding: 4px 20px;
    font-size: 1em;
  }
  .error h1 {
    font-size: 8em;
  }
  .error-head h2 {
    font-size: 1.3em;
    margin-top: 1em;
  }
  .error-head a {
    margin-top: 2em;
  }
  .error {
    min-height: 500px;
  }
  .map iframe {
    min-height: 250px;
  }
  .single {
    padding: 3em 2em;
    box-shadow: 0px 0px 7px -1px rgba(50, 50, 50, 0.18);
    margin: 2.5em 0 0 0;
  }
  .single h2 {
    font-size: 1.8em;
  }
  p.eget {
    padding: 0.6em 0;
    font-size: 1em;
    line-height: 1.5em;
  }
  p.men-it {
    width: 80%;
    margin: 0 0 0 3%;
    height: 59px;
    overflow: hidden;
  }
  .men {
    width: 15%;
  }
  .single-top {
    margin-top: 2em;
  }
  .single-us {
    padding: 0;
  }
  .leave input[type="submit"] {
    margin: 0.7em 0em 0;
  }
  .single-grid {
    padding: 0px;
  }
  .single-us input[type="text"],
  .leave textarea {
    font-size: 0.9em;
  }
  .leave p {
    width: 100%;
    font-size: 0.95em;
  }
  div#portfoliolist {
    min-height: 337px;
  }
  .resp-tab-item {
    padding: 5px 17px;
  }
}

@media screen and (max-width: 640px) {
  .footer-top {
    padding: 4em 0 2em 0;
  }
  .wmuSliderPrev {
    left: 39.35em;
  }
  .slide-text a {
    margin-left: 1em;
  }
  .blog-section {
    padding: 0em 0 1em 0;
  }
  .logo {
    width: 20%;
  }
  .header-bottom {
    padding: 2em 0;
  }
  .home {
    padding: 0.8em;
  }
  .search {
    padding: 4px 5px;
    margin: 8px 12px 0 0;
    width: 27%;
  }
  .search input[type="text"] {
    font-size: 13px;
  }
  .search input[type="submit"] {
    top: -1px;
    right: 1px;
    background-size: 30px;
  }
  .top-menu ul li {
    padding: 1em 0;
  }
  .top-menu ul li a {
    font-size: 1em;
  }
  .about-middle-grid ul {
    margin: 15px 0 20px 13em;
  }
  .head-section h2 {
    font-size: 1.8em;
    margin: 0 0 0.15em 0;
  }
  .about-grid-caption h5 {
    font-size: 1.2em;
  }
  #filters li span {
    padding: 3px 15px;
    font-size: 0.9em;
  }
  .portfolio-content {
    padding: 2em 0;
  }
  .blog-posts-section {
    padding: 2.35em 0;
  }
  .blog_grids {
    margin-top: 1.8em;
  }
  .error h1 {
    font-size: 6em;
  }
  .error {
    min-height: 400px;
  }
  .singel_right {
    margin-top: 2.5em;
  }
  .error-head h2 {
    font-size: 1.2em;
  }
  .error-head a {
    font-size: 1em;
    padding: 8px 18px;
  }
  .error-head {
    padding-top: 4em;
  }
  p.eget {
    font-size: 0.96em;
    line-height: 1.6em;
  }
  .single h2 {
    font-size: 1.5em;
  }
  div#portfoliolist {
    min-height: 280px;
  }
  .resp-tab-item {
    font-size: 0.875em;
  }
  i.link {
    background: url(../images/pluse-icon.png) no-repeat 0px 0px;
    width: 27px;
    height: 27px;
    background-size: 100% !important;
  }
}
@media screen and (max-width: 480px) {
  .logo {
    width: 27%;
  }
  .header-bottom h3 {
    font-size: 1.05em;
  }
  .header-bottom {
    padding: 1.7em 0;
  }
  .search {
    padding: 3px 4px;
    margin: 8px 10px 0 0;
    width: 35%;
  }
  h4.head {
    font-size: 1em;
    padding: 0.8em 0 1.2em 0;
  }
  span.line {
    width: 140px;
  }
  .projects-section {
    padding: 2.5em 0;
  }
  .wmuSliderPrev {
    left: 27.9em;
  }
  .slide-text p {
    width: 90%;
  }
  .slide-text a {
    margin-top: 1.8em;
  }
  .footer-grid {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .footer-grid h5 {
    margin-bottom: 0.5em;
  }
  .footer-top {
    padding: 3.5em 0 0em 0;
  }
  .copyrights p {
    font-size: 0.9em;
  }
  .project {
    width: 33.333%;
  }
  .blog-posts {
    width: 48.6%;
  }
  .about-us p {
    font-size: 0.95em;
    width: 93%;
    margin: 0.5em auto 0em auto;
  }
  .head-section span {
    width: 15%;
  }
  .head-section h2 {
    font-size: 1.6em;
    margin: 0 0 0em 0;
  }
  .about-grid {
    width: 50%;
    margin-top: 2em;
  }
  .about-grids {
    margin: 0;
  }
  .about-middle-grid ul {
    margin: 15px 0 20px 7em;
  }
  #portfoliolist .portfolio {
    width: 33.333%;
  }
  #filters li span {
    padding: 2px 12px;
    font-size: 0.9em;
    margin: 0 0.1em;
  }
  .portfolio-section {
    padding: 2em 0 0 0;
  }
  #filters {
    margin: 4% 0;
  }
  .span_66 {
    display: none;
  }
  .pagination ul li {
    margin: 0 7px;
  }
  .right_column h2 {
    font-size: 2em;
    margin: 0.5em 0 0.4em 0;
  }
  .item {
    width: 100%;
  }
  .right_column li {
    padding: 5px 0 5px 17px;
    background: url(../images/bullet.png) left 13px no-repeat;
  }
  .map iframe {
    min-height: 200px;
  }
  .map {
    margin-top: 2em;
  }
  p.eget {
    height: 56px;
    overflow: hidden;
    padding: 1em 0;
  }
  .single-middle {
    margin: 1em 0 0;
    padding: 1em;
  }
  .single {
    padding: 2em 1em;
  }
  .single h2 {
    font-size: 1.2em;
  }
  p.men-it {
    height: 56px;
    font-size: 1em;
  }
  .men {
    padding: 1.5em 0;
  }
  .grid-single {
    width: 78%;
  }
  p.reply {
    width: 21%;
  }
  .top-comments {
    padding: 3em 0 0;
  }
  div#portfoliolist {
    min-height: 361px;
  }
  .img-top {
    float: left;
    width: 33.33333%;
  }
  .resp-tabs-list {
    margin: 2.2em 0;
  }
  .resp-tab-item {
    padding: 3px 11px;
  }
}
@media screen and (max-width: 414px) {
  .link-top {
    padding: 1.8em 0 0;
  }
  .resp-tab-item {
    font-size: 0.8em;
    padding: 3px 10px;
    margin: 0 0.2em 0;
  }
}
@media screen and (max-width: 320px) {
  .logo-title {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px !important;
    color: #fff;
    font-weight: bold;
  }

  .dotted {
    padding-right: 10px;
    border-right: 0px dotted #fff !important;
  }

  .dottedspecial {
    border-right: 0px dotted #fff !important;
  }

  .index-middle-grids {
    background: #f7f7f7;
    padding: 3em 2em;
  }

  .index-middle-grid h3 {
    color: #707070;
    margin-top: 15px;
    line-height: 20px;
    font-size: 0.9em;
    font-weight: 600;
  }
  .index-middle-grid h5 {
    background-color: #ebebeb;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.9em;
    margin: 1em 0.5em 0.5em 0.5em;
    color: #000;
  }
  .index-middle-grid h1 {
    font-size: 0.7em;
    font-weight: 600;
    margin: 0.5em 0 -0.4em 0;
    text-transform: uppercase;
    color: #707070;
  }
  .index-middle-grid h6 {
    font-size: 0.9em;
    margin: 0em 0 0 0;
    line-height: 1.8em;
    color: #000;
  }
  .index-middle-grid p {
    margin-bottom: 18px;
    color: #413f40;
    margin-top: 5px;
    margin: 5px;
    font-size: 0.9em;
    font-weight: 500;
    line-height: 1.6em;
  }
  .index-middle-grid ul {
    margin: 5px 0 15px 10px;
  }
  .index-middle-grid ul li a {
    font-size: 0.9em;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #8c1515;
    text-decoration: none;
  }
  .index-middle-grid ul li a:hover {
    font-size: 0.9em;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #fff;
    background-color: #8c1515;
    text-decoration: none;
  }

  .index-middle-grid ol {
    margin: 0 0 0 0;
  }
  .index-middle-grid ol li a {
    font-size: 0.9em;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #8c1515;
    text-decoration: none;
  }
  .index-middle-grid ol li a:hover {
    font-size: 0.9em;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #fff;
    background-color: #8c1515;
    text-decoration: none;
  }

  .index-middle-grid ol li {
    list-style-type: none;
    font-size: 0.9em;
    padding: 0px;
    margin: 0px;
  }

  .index-middle-grid h4 {
    font: normal 13px/18px "arial";
    color: #000;
    font-weight: bold;
  }
  .follow-us h3 {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #d2d2d2;
  }

  .index-middle-grid ul li {
    list-style-type: none;
    font-size: 0.8em;
    font-weight: bold;
    padding: 5px 0 0px 20px;
    background: url("../images/arrow.png") no-repeat 0px 9px;
  }
  .index-middle-grid img {
    margin-bottom: 1.5em;
  }

  .index-middle-grid a {
    font-size: 1.2em;
    color: #8c1515;
    text-decoration: none;
  }

  .index-middle-grid a:hover {
    font-size: 1.2em;
    color: #000;
    text-decoration: none;
  }

  .business-middle-grid h1 {
    font-size: 1.3em;
    text-align: center;
    margin: 0.5em 0 1em 0;
    color: #000;
  }

  .business-middle-grid h4 {
    font: normal 16px/42px "arial";
    color: #000;
    font-weight: bold;
    margin: 1em 0em 1em 0em;
  }

  .business-middle-grid ul li a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .business-middle-grid ul li {
    list-style-type: none;
    padding: 7px 0 10px 25px;
    background: url("../images/arrow-special320.png") no-repeat 0px 9px;
    font-size: 1.2em;
    font-weight: bold;
    color: #000000;
  }

  .business-middle-grid ol {
    margin: 0px 0px 0px 0px;
  }
  .business-middle-grid ol li a {
    font-size: 0.8em;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #8c1515;
    text-decoration: none;
  }
  .business-middle-grid ol li a:hover {
    font-size: 0.8em;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #fff;
    background-color: #8c1515;
    text-decoration: none;
  }

  .business-middle-grid ol li {
    list-style-type: none;
    font-size: 1em;
  }

  .admission-middle-grid h4 {
    font: normal 18px/26px "arial";
    margin-top: 10%;
    padding-top: 10px;
    color: #000;
  }

  .bapage-middle-grid h3 {
    color: #000;
    margin-bottom: 20px;
    margin-top: 0px;
    text-align: center;
    font-size: 2.5em;
    font-weight: 600;
    text-transform: capitalize;
  }

  .project {
    width: 50%;
  }
  .blog-posts {
    width: 100%;
    margin-right: 0;
  }
  .copyrights p {
    text-align: center;
    line-height: 1.7em;
  }
  .wmuSliderPrev {
    left: 16.5em;
  }
  .logo {
    width: 38%;
    padding: 1em;
  }
  .social-icons i {
    width: 25px;
    height: 25px;
    background: url("../images/img-sprite.png") no-repeat 0px 0px;
    background-size: 200px;
  }
  i.twitter {
    background-position: 0px 0px;
  }
  i.twitter:hover {
    background-position: 0px -25px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
  }
  i.facebook {
    background-position: -25px 0px;
  }
  i.facebook:hover {
    background-position: -25px -24px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
  }
  i.dribble {
    background-position: -50px 0px;
  }
  i.dribble:hover {
    background-position: -49px -24px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
  }
  i.rss {
    background-position: -75px 0px;
  }
  i.rss:hover {
    background-position: -75px -23px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
  }
  .header-bottom h3 {
    font-size: 1em;
    height: 16px;
    overflow: hidden;
  }
  .header-bottom {
    padding: 1.5em 0;
  }
  .home a img {
    width: 100%;
  }
  .home {
    padding: 8px 10px;
    width: 16%;
  }
  .search {
    padding: 1px 4px;
    margin: 6px 5px 0 0;
    width: 45%;
  }
  .search input[type="submit"] {
    top: -2px;
    right: -5px;
    background-size: 25px;
  }
  span.menu {
    margin: 10px 0 0 12px;
    background-size: 18px;
  }
  .search input[type="text"] {
    font-size: 12px;
  }
  .top-menu ul li {
    padding: 0.8em 0;
  }
  .about-grid-info span {
    font-size: 0.75em;
  }
  .about-us p {
    width: 90%;
    margin: 0.5em auto 0em auto;
    height: 70px;
    overflow: hidden;
  }
  .about-middle-grid img {
    width: 100%;
  }
  .about-middle-grid h3 {
    font-size: 1.8em;
  }
  .about-middle-grid ul {
    margin: 15px 0 21px 1.5em;
  }
  .about-middle-grids {
    padding: 2em 0.5em 0 0.5em;
  }
  .about-us {
    padding: 2em 0;
  }
  .about-middle-grid p {
    font-size: 0.9em;
  }
  #portfoliolist .portfolio {
    width: 50%;
  }
  .footer-grid {
    padding: 0;
  }
  .copyrights {
    margin-top: 0;
  }
  #filters li span {
    padding: 2px 5px;
    font-size: 0.7em;
  }
  .blog_grids {
    margin-top: 1.2em;
  }
  .blog-posts-section {
    padding: 2em 0;
  }
  .pagination ul li a {
    font-size: 0.9em;
  }
  .pagination ul li {
    margin: 0 2px;
  }
  .pagination {
    margin: 2.5em 0 0.5em 0;
  }
  .contact-page {
    padding: 2em 0;
  }
  .singel_right {
    margin-top: 2em;
  }
  p.comment-form-author {
    margin-bottom: 1.2em;
  }
  .span_1_of_contact {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 2em;
  }
  .error h1 {
    font-size: 5em;
  }
  .error {
    min-height: 380px;
  }
  .contact_grid {
    width: 100%;
  }
  .contact-form input[type="submit"] {
    padding: 10px 22px;
    font-size: 0.875em;
  }
  .single-top {
    margin-top: 1.2em;
  }
  .single h2 {
    font-size: 1em;
  }
  .top-single {
    padding: 1em 0;
  }
  .leave input[type="submit"] {
    margin: 0.5em 0em 0;
    font-size: 1em;
    width: 38%;
    padding: 0.5em 0;
  }
  .single-one span {
    font-size: 0.875em;
  }
  .grid-single {
    width: 100%;
  }
  p.eget {
    height: 50px;
    padding: 0.5em 0;
  }
  ul.social-share li i {
    margin: 0 2px;
  }
  ul.social-share li span {
    font-size: 1em;
  }
  p.smith a {
    font-size: 0.875em;
  }
  .single {
    padding: 1.8em 0.8em;
  }
  p.smith span {
    padding: 0 0em;
    font-size: 0.875em;
  }
  p.men-it {
    height: 45px;
    font-size: 0.875em;
    padding: 1em 0;
  }
  .men {
    padding: 1em 0;
  }
  .leave {
    padding: 2em 0 0em;
  }
  p.reply i {
    margin: 0 2px 0 0px;
  }
  p.reply a {
    font-size: 0.875em;
  }
  .top-comments h3,
  .leave h3 {
    font-size: 1.3em;
  }
  .head-section h2 {
    font-size: 1.5em;
  }
  div#portfoliolist {
    min-height: 511px;
  }
  .contact-form input[type="text"] {
    width: 100%;
  }
  .contact-form textarea {
    width: 100%;
  }
  .img-top {
    float: left;
    width: 50%;
  }
  .link-top {
    padding: 2em 0 0;
  }
  .resp-tab-item {
    font-size: 0.8em;
    padding: 1px 3px;
    margin: 0 0em 0;
  }
}

.logo-name {
  padding-top: 20px;
  padding-left: 80px;
}
.logo-title {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}
.logo-title-sub {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
}
.aicte {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
}
.none {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.none1 {
  padding: 0px;
  margin: 0px;
  list-style: none;
  padding-top: 5px;
}
.logopad {
  padding: 0px;
  margin: 0px;
  list-style: none;
  padding-top: 10px;
}

/* box styling */
.box {
  display: block;
  width: 30%;
  height: 200px;
  background: #f2f1eb;
  margin-bottom: 2em;
  cursor: pointer;
  content: "";
}

/* Ripple effect */
@-webkit-keyframes ripple-animation {
  0% {
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
  }

  100% {
    -webkit-transform: scale(5);
    transform: scale(5);
  }
}

@keyframes ripple-animation {
  0% {
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
  }

  100% {
    -webkit-transform: scale(5);
    transform: scale(5);
  }
}

<!--CIRCLE START-- > .buttons {
  padding: 40px 0;
}
.nb-btn-circle {
  text-decoration: none;
  outline: none !important;
  position: relative;
  display: inline-block;
  height: 200px;
  width: 200px;
  margin: 30px 150px 10px 20px;
  color: #8c1515;
  font-size: 1.2em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border: 10px solid #edece6;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    to(#eeeeee)
  );
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
  transition: all 0.4s ease-in-out;
}
.nb-btn-circle:hover {
  background: #8c1515;
  border-color: #8c1515;
  color: #fff;
}
.nb-btn-circle:focus {
  color: #8c1515;
}
.nb-btn-circle .fa {
  float: left;
  height: 24px;
  width: 100%;
  margin: 18px 0 2px 0;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
}
.nb-btn-circle p {
  float: left;
  width: 100%;
  margin: 0;
  font-size: 11px;
  text-align: center;
}
.nb-btn-circle .indicator-dot {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 16px;
  width: 16px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  color: #fff;
  background-color: #d9534f;
  background-image: none;
}

<!--CIRCLE END-- > *,
*:before,
*:after {
  box-sizing: inherit;
  color: #ffffff;
}

.circle {
  position: relative;
  display: block;
  margin: 2em 0;
  background-color: transparent;
  color: #222;
  text-align: center;
}

.circle:after {
  display: block;
  padding-bottom: 30%;
  width: 30%;
  height: 0;
  border-radius: 50%;
  background-color: #fac450;
  content: "";
}

.circle__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 30%;
}

.circle__wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.circle__content {
  display: table-cell;
  padding: 1em;
  vertical-align: middle;
}

@media (min-width: 480px) {
  .circle__content {
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  .circle__content {
    font-size: 1em;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 5px solid #ffb619;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.numberCircle {
  border-radius: 50%;
  behavior: url(PIE.htc); /* remove if you don't care about IE8 */
  width: 35px;
  height: 35px;
  padding: 8px;
  background: #50504d;
  border: 0px solid black;
  color: #ffa74a;
  text-align: center;
  font: 14px Arial, sans-serif;
  display: inline-block;
}

.numberCircle1 {
  border-radius: 50%;
  behavior: url(PIE.htc); /* remove if you don't care about IE8 */
  width: 38px;
  height: 38px;
  padding: 7px;
  background: #ffa74a;
  border: 0px solid black;
  color: #000;
  text-align: center;
  font: 20px Arial, sans-serif;
  font-weight: bold;
  display: inline-block;
}

<!--SLIDER-- > .carousel {
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
}
/* The controlsy */
/*.carousel-control {
	left: 0px;
    height: 50px;
	width: 30px;
    background: none repeat scroll 0 0 #222222;
    border: 0px solid #FFFFFF;
    margin-top: 100px;
}*/
.carousel-control.right {
  right: 0px;
}
/* The indicators */
.carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
  background: #cecece;
}
.carousel-indicators .active {
  background: #428bca;
}
<!--SLIDER-- > .mynavbar {
  position: fixed;
  width: 100%;
  opacity: 0;
}

.bgred {
  background-color: #8c1515;
}
.bgwhite {
  background-color: #fff;
}
.bgyellow {
  background-color: #ffa94f;
}
.iconi {
  color: #ffa94f;
}

.bgtop {
  background-color: #8c1515;
}
#banner {
  margin: 0px !important;
  padding: 0px !important;
}
#banner-text {
  background-color: #edece6;
  min-height: 100%;
  height: 100%;
}
#banner-text1 {
  background-color: #fae4b8;
  min-height: 100%;
  height: 100%;
}
#banner-text2 {
  background-color: #dfe0e7;
  min-height: 100%;
  height: 100%;
}
#banner-text3 {
  background-color: #ffaf5a;
  min-height: 100%;
  height: 100%;
}
<!--BOX-- > #boxed {
  background-color: #000 !important;
  height: 500px !important;
}
<!--BOX-- > .aboutbox {
  background-color: #edece6;
  min-height: 100%;
  height: 100%;
}

div.questions {
  height: 182px;
  background: #fff url(../images/admissionsbg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

div.model {
  height: 900px;
  background: #fff url(../images/admissionmodel.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

div.campusimg {
  height: 558px;
  background: #fff url(../images/campusbg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.lineyellow {
  background-color: #ec9814 !important;
  width: 26% !important;
  height: 3px !important;
}
.lineyellow1 {
  background-color: #ec9814 !important;
  width: 32% !important;
  height: 3px !important;
}
.lineyellow2 {
  background-color: #ec9814 !important;
  width: 60% !important;
  height: 3px !important;
}

.lineyellow3 {
  background-color: #ec9814 !important;
  width: 10% !important;
  height: 3px !important;
}
.lineyellow4 {
  background-color: #ec9814 !important;
  width: 20% !important;
  height: 3px !important;
}
.lineyellow5 {
  background-color: #ec9814 !important;
  width: 15% !important;
  height: 3px !important;
}

.indexline {
  background-color: #ffb261 !important;
  width: 100% !important;
  height: 3px !important;
}
.greyline {
  background-color: #e9e9e9 !important;
  width: 100% !important;
  height: 3px !important;
}
.greyline1 {
  width: 100% !important;
  border-top: 1px dashed #939393 !important;
}

.contactline {
  background-color: #ec9814 !important;
  width: 24% !important;
  height: 3px !important;
}

.bordersem1 {
  background-color: #f6916b !important;
  width: 100% !important;
  height: 6px !important;
}
.bordersem2 {
  background-color: #617e9b !important;
  width: 100% !important;
  height: 6px !important;
}
.bordersem3 {
  background-color: #d4bb43 !important;
  width: 100% !important;
  height: 6px !important;
}
.bordersem4 {
  background-color: #5eae7c !important;
  width: 100% !important;
  height: 6px !important;
}

.border {
  border-left: 8px solid #8c1515;
  height: 40px;
}
.border-fa {
  border-left: 8px solid #ef820e;
  height: 40px;
}
.red {
  color: #ab0000 !important;
}
.green {
  color: #0c8130 !important;
  font-weight: bold;
}
.blue {
  color: #0063a9 !important;
  font-weight: bold;
}
.white {
  color: #fff !important;
}

.white1 {
  color: #fff !important;
  padding: 2px;
}
.orangecolor {
  color: #ec9814 !important;
  font-style: italic !important;
  padding: 10px;
}
.grey {
  background-color: #e2e2e2;
}
.percentage {
  font-size: 24px !important;
}
.bg {
  background-color: #fff !important;
}
.bgblack {
  background-color: #000 !important;
}
.bgorange {
  background-color: #ffaf5a !important;
}
.placemntarrow {
  color: #ec9814 !important;
}

.ba {
  background-color: #1d6ab2 !important;
  color: #fff !important;
}
.af {
  background-color: #339967 !important;
  color: #fff !important;
}
.dm {
  background-color: #1d73be !important;
  color: #fff !important;
}
.an {
  background-color: #808080 !important;
  color: #fff !important;
}
.lg {
  background-color: #bc4231 !important;
  color: #fff !important;
}
.hr {
  background-color: #423e51 !important;
  color: #fff !important;
}

.business {
  background-color: #f6916b !important;
  color: #000 !important;
}
.financial {
  background-color: #617e9b !important;
  color: #000 !important;
}
.break {
  background-color: #aabeb1 !important;
  color: #000 !important;
}
.sem3 {
  background-color: #d4bb43 !important;
  color: #000 !important;
}
.sem4 {
  background-color: #5eae7c !important;
  color: #000 !important;
}

.abouthead {
  background-color: #361c04 !important;
  color: #fff !important;
}
.admissionhead {
  background-color: #303368 !important;
  color: #fff !important;
}
.campushead {
  background-color: #142a31 !important;
  color: #fff !important;
}
.fahead {
  background-color: #343744 !important;
  color: #fff !important;
}

.bapad {
  padding-left: 20px;
}
.top {
  padding-top: 10px;
  padding-bottom: 10px;
}
.black {
  color: #000000 !important;
}
.newspad {
  padding-left: 5%;
  padding-right: 5%;
}
.newsbg {
  background-color: #fff !important;
}
.bggrey {
  background-color: #eaeaea !important;
  padding-bottom: 1em;
}

.dotted {
  padding-right: 10px;
  border-right: 2px dotted #ffaf5a;
}

.dottedspecial {
  border-right: 2px dotted #000;
}

.topborder {
  border-top: solid 3px #000000;
}

.tag-box {
  padding: 20px;
  margin-bottom: 30px;
  width: 100%;
}

.tag-box-v6 {
  background: #ffffff;
  border: solid 1px #eee;
}

.equal,
.equal > div[class*="col-"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
}

.inner-box {
  padding: 20px;
  margin-bottom: 30px;
  width: 100%;
}

.inner-box-v6 {
  background: #f2f2f2;
  border: solid 5px #ffa74a;
  border-bottom: none;
  border-right: none;
  border-left: none;
}

.acti-box {
  padding: 20px;
  margin-bottom: 30px;
  width: 100%;
}

.acti-box-v6 {
  background: #fff;
  border: solid 10px #ede9e8;
}

.equal,
.equal > div[class*="col-"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
}

.admission-middle-grid h6 {
  font-size: 1em;
  margin: 1em 0 0 0;
  background-color: #ffffff;
  display: block;
  border: 1px #b8b8b8 dotted;
  color: #000;
}

.facultybgright {
  background-color: #747474;
  padding-bottom: 5px;
}
.facultybgrightunder {
  background-color: #e9e9e9;
  font-size: 12px;
  font-weight: bold;
  padding-top: 5px;
}
.border-opinion {
  border: #ccc solid 1px;
  border-right: none;
  border-top: none;
  border-bottom: none;
}

/* FANCY COLLAPSE PANEL STYLES */
.fancy-collapse-panel .panel-default > .panel-heading {
  padding: 0;
}
.fancy-collapse-panel .panel-heading a {
  display: inline-block;
  width: 100%;
  background-color: #efefef;
  color: #000;
  position: relative;
  text-decoration: none;
}
.fancy-collapse-panel .panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f056";
  position: absolute;
  right: 20px;
  font-size: 26px;
  font-weight: 400;
  top: 50%;
  line-height: 1;
  margin-top: -10px;
}

.fancy-collapse-panel .panel-heading a.collapsed:after {
  content: "\f055";
}

/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #eeeeee;
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #efefef;
  border-color: #eeeeee;
}

.panel-title {
  font-size: 14px;
}

.panel-title > a {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  padding: 15px;
  text-decoration: none;
}
.panel-title > a:hover {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  padding: 15px;
  text-decoration: none;
}

.more-less {
  float: right;
  color: #212121;
  font-size: 20px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eeeeee;
}

/* FANCY COLLAPSE PANEL STYLES */

.redcolored {
  color: #c82127 !important;
}

.blackcolored {
  color: #000 !important;
  font-style: normal !important;
}

.viewdetails {
  font-style: normal;
  font-size: 0.7em !important;
  font-weight: normal !important;
}

.affix {
  width: 100%;
  z-index: 1000;
}
.affix + .container {
  padding-top: 0px;
}

/*.affix {
  position: fixed !important;
  top: 0;
  animation: affixFadeIn 0.94s  ease-in;
  -webkit-animation: affixFadeIn 0.94s;
}

@keyframes affixFadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@-webkit-keyframes affixFadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
} */

/*#breadcrumpall.affix{ top:17.3%; width:100%; z-index:2; }
#breadcrumpall.affix + .container{ padding-top:100px;}
*/
/*#breadcrumptablet.affix{ top:21.6%; width:100%; z-index:2; }
#breadcrumptablet.affix + .container{ padding-top:100px;}
*/
/*#downtablet.affix{ top:27.2%; width:100%; z-index:1; }
#downtablet.affix + .container{ padding-top:100px;}
*/

/*#breadcrumpmobile.affix{ top:28%; width:100%; z-index:1; }
#breadcrumpmobile.affix + .container{ padding-top:100px;}


.download.affix{ top:19%; width:100%; z-index:1; }
.download.affix + .container{ padding-top:70px;}

.sidebarnew.affix{ top:25%; width:100%; z-index:999; }
.sidebarnew.affix + .container{ padding-top:50px;}

.sidenavnewdrop.affix{ top:25%; width:100%; z-index:1; }
.sidenavnewdrop.affix + .container{ padding-top:100px;}*/

@media only screen and (max-width: 481px) {
  #breadcrumpmobile.affix {
    top: 24%;
    width: 100%;
    z-index: 2;
  }
  #breadcrumpmobile.affix + .container {
    padding-top: 100px;
  }

  .tag-box {
    padding: 20px;
    margin-bottom: 30px;
    width: 100%;
  }

  .tag-box-v6 {
    background: #ffffff;
    border: solid 1px #eee;
  }

  .equal,
  .equal > div[class*="col-"] {
    display: flex;
    flex-direction: column;
  }

  .inner-box {
    padding: 20px;
    margin-bottom: 30px;
    width: 100%;
  }

  .inner-box-v6 {
    background: #f2f2f2;
    border: solid 1px #eee;
  }

  .equal,
  .equal > div[class*="col-"] {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 2560px) {
  #breadcrumpall.affix {
    top: 6.3%;
    width: 100%;
    z-index: 2;
  }
  #breadcrumpall.affix + .container {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 1920px) {
  #breadcrumpall.affix {
    top: 8.5%;
    width: 100%;
    z-index: 2;
  }
  #breadcrumpall.affix + .container {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 1600px) {
  #breadcrumpall.affix {
    top: 15%;
    width: 100%;
    z-index: 2;
  }
  #breadcrumpall.affix + .container {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 1440px) {
  #breadcrumpall.affix {
    top: 10%;
    width: 100%;
    z-index: 2;
  }
  #breadcrumpall.affix + .container {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 1366px) {
  #breadcrumpall.affix {
    top: 16.5%;
    width: 100%;
    z-index: 2;
  }
  #breadcrumpall.affix + .container {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 1040px) {
  #breadcrumpall.affix {
    top: 17%;
    width: 100%;
    z-index: 2;
  }
  #breadcrumpall.affix + .container {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .rvs-middle-grid h3 {
    color: #000;
    margin-bottom: 35px;
    font-size: 1.8em;
    font-weight: 600;
    text-transform: capitalize;
  }

  .rvs-middle-grid h2 {
    font: normal 19px/30px "arial";
    color: #000;
    font-weight: bold;
  }

  #breadcrumpall.affix {
    top: 15%;
    width: 100%;
    z-index: 2;
  }
  #breadcrumpall.affix + .container {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 768px) {
  #breadcrumpall.affix {
    top: 12%;
    width: 100%;
    z-index: 2;
  }
  #breadcrumpall.affix + .container {
    padding-top: 100px;
  }

  #downtablet.affix {
    top: 15.2%;
    width: 100%;
    z-index: 1;
  }
  #downtablet.affix + .container {
    padding-top: 100px;
  }

  .tag-box {
    padding: 20px;
    margin-bottom: 30px;
    width: 100%;
  }

  .tag-box-v6 {
    background: #ffffff;
    border: solid 1px #eee;
  }

  .equal,
  .equal > div[class*="col-"] {
    display: flex;
    flex-direction: column;
  }

  .inner-box {
    padding: 20px;
    margin-bottom: 30px;
    width: 100%;
  }

  .inner-box-v6 {
    background: #f2f2f2;
    border: solid 1px #eee;
  }

  .equal,
  .equal > div[class*="col-"] {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 760px) {
  #breadcrumpall.affix {
    top: 23%;
    width: 100%;
    z-index: 2;
  }
  #breadcrumpall.affix + .container {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 414px) {
  #breadcrumpall.affix {
    top: 17.6%;
    width: 100%;
    z-index: 2;
  }
  #breadcrumpall.affix + .container {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 400px) {
  #breadcrumpall.affix {
    top: 23.7%;
    width: 100%;
    z-index: 2;
  }
  #breadcrumpall.affix + .container {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 375px) {
  #breadcrumpall.affix {
    top: 17.5%;
    width: 100%;
    z-index: 2;
  }
  #breadcrumpall.affix + .container {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 320px) {
  #breadcrumpall.affix {
    top: 23.4%;
    width: 100%;
    z-index: 2;
  }
  #breadcrumpall.affix + .container {
    padding-top: 100px;
  }
}

/* -------------------- Select Box Styles: bavotasan.com Method (with special adaptations by ericrasch.com) */
/* -------------------- Source: http://bavotasan.com/2011/style-select-box-using-only-css/ */
.styled-select {
  height: 29px;
  border: #b8b8b8 solid 1px;
  overflow: hidden;
  width: 200px;
}

.padbtm {
  padding-bottom: 15px;
}

.newpadbtm {
  padding-bottom: 25px;
}

.topitem {
  padding-bottom: 9px;
  margin: 5px 0 10px;
}

.boxv9 {
  background: #fab345;
  color: #000000;
}
.boxv10 {
  border: solid 3px #fab345;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  padding-top: 10px;
  height: 38px;
}

.boxv11 {
  border: solid 3px #fab345;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  padding-top: 10px;
  height: 10px;
}

.btn-default.btnback1 {
  text-decoration: none;
  display: inline-block;
  font-size: 1.2em;
  border-radius: 0px;
  font-weight: 400;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  margin-bottom: 10px;
  border: 1px solid #ffffff;
  color: #fff;
  background: #8c1515;
  float: none;
  outline: none;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btnback1:hover {
  color: #000;
  margin-bottom: 10px;
  background: #ffa74a;
  border-color: #fff;
  text-decoration: none;
  font-size: 1.2em;
}

.btn-default.btnback5 {
  text-decoration: none;
  display: inline-block;
  font-size: 1.2em;
  border-radius: 0px;
  font-weight: 400;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  margin-bottom: 10px;
  border: 1px solid #ffffff;
  color: #000;
  background: #ffa74a;
  float: none;
  outline: none;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btnback5:hover {
  color: #fff;
  margin-bottom: 10px;
  background: #8c1515;
  border-color: #fff;
  text-decoration: none;
  font-size: 1.2em;
}

.btn-default.btnback2 {
  text-decoration: none;
  display: inline-block;
  font-size: 1.2em;
  border-radius: 0px;
  font-weight: 400;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  margin-bottom: 10px;
  border: 1px solid #ffffff;
  color: #fff;
  background: #8c1515;
  float: none;
  outline: none;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btnback2:hover {
  color: #fff;
  cursor: context-menu;
  margin-bottom: 10px;
  background: #8c1515;
  border-color: #fff;
  text-decoration: none;
  font-size: 1.2em;
}

.order {
  padding-left: 0px !important;
  margin: 0px !important;
}

.bapage {
  margin: 0.1em 0 0 0;
  background-color: #fff;
  border-top: 0px #dadada solid;
  border-bottom: 1px #dadada solid;
}

.border-crosslinecenter {
  border: #ccc solid 1px;
  border-top: none;
  border-bottom: none;
  height: calc(100% - 1rem);
}
.breadcrumbblack {
  text-transform: uppercase;
  font-weight: bold !important;
  color: #000000;
  font-size: 0.8em;
}
.bottom {
  border-bottom: #dadada solid 1px;
}
.bottomjob {
  background-color: #f1f1f1 !important;
  padding: 20px;
}

.source {
  margin-bottom: 5px !important;
  color: #413f40 !important;
  margin-top: 5px !important;
  font-size: 0.8em !important;
  line-height: 1.6em !important;
}

a.facebooksmall {
  text-transform: capitalize !important;
  color: #8c1515;
  background-image: url(../images/facebookfooter.png);
  background-repeat: no-repeat;
  width: 25px;
  height: 24px;
  display: block;
  font-weight: bold;
}
a.facebooksmall:hover {
  text-transform: capitalize !important;
  color: #8c1515;
  background-image: url(../images/facebookfooterhover.png);
  background-repeat: no-repeat;
  width: 25px;
  height: 24px;
  display: block;
  font-weight: bold;
}

a.youtubesmall {
  text-transform: capitalize !important;
  color: #8c1515;
  background-image: url(../images/youtubefooter.png);
  background-repeat: no-repeat;
  width: 29px;
  height: 20px;
  display: block;
  font-weight: bold;
}
a.youtubesmall:hover {
  text-transform: capitalize !important;
  color: #8c1515;
  background-image: url(../images/youtubefooterhover.png);
  background-repeat: no-repeat;
  width: 29px;
  height: 20px;
  display: block;
  font-weight: bold;
}

#mobile.affix {
  top: 12%;
  width: 100%;
  z-index: 1;
}
#mobile.affix + .container {
  padding-top: 100px;
}

.dividerline {
  height: 1px !important;
  width: 100%;
  margin-top: 15px;
  background-color: #afafaf;
}
.dbalign {
  float: right !important;
  padding-right: 1%;
  padding-top: 10px;
}

.tabveralign {
  top: -15px;
  padding-right: 4%;
  position: relative;
  float: right !important;
  padding-right: 1%;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff !important;
  font-size: 24px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

/*
Bootstrap Image Carousel Slider with Animate.css
Code snippet by Hashif (http://hashif.com) for Bootsnipp.com
Image credits: unsplash.com
*/

#first-slider .main-container {
  padding: 0;
}

#first-slider .slide1 h3,
#first-slider .slide2 h3,
#first-slider .slide3 h3,
#first-slider .slide4 h3 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}

#first-slider .slide1 h4,
#first-slider .slide2 h4,
#first-slider .slide3 h4,
#first-slider .slide4 h4 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
#first-slider .slide1 .text-left,
#first-slider .slide3 .text-left {
  padding-left: 40px;
}

#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 425px;
  height: 100%;
  width: 100%;
}

.carousel-inner .item .container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#first-slider h3 {
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}

#first-slider .carousel-control {
  width: 6%;
  text-shadow: none;
}

#first-slider h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
}
#first-slider .carousel-indicators .active {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: none;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right,
.carousel-control .fa-angle-left {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .fa-angle-left {
  left: 50%;
  width: 38px;
  height: 38px;
  margin-top: -15px;
  font-size: 30px;
  color: #fff;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 53px;
}
.carousel-control .fa-angle-right {
  right: 50%;
  width: 38px;
  height: 38px;
  margin-top: -15px;
  font-size: 30px;
  color: #fff;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 53px;
}
.carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}

/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
  background-image: url(../images/awards2018.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#first-slider .slide2 {
  background-image: url(../images/successful.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px) {
}
@media screen and (max-width: 640px) {
}

.slidetoptext {
  padding-top: 320px;
}
.dividerleft {
  border-left: #cdcdcd solid 1px;
}
.dividerright {
  border-right: #cdcdcd solid 1px;
}

#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

#quote-carousel .carousel-control {
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

#quote-carousel .carousel-control.left {
  left: -12px;
}

#quote-carousel .carousel-control.right {
  right: -12px;
}

#quote-carousel .carousel-indicators {
  top: auto;
  bottom: 0px;
}

#quote-carousel .carousel-indicators li {
  background: grey;
}
#quote-carousel .carousel-indicators .active {
  background: darkgrey;
}

#quote-carousel img {
  margin-left: 0%;
}

.item blockquote {
  border-left: none;
  margin: 0;
}

#quote-carouselsec {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

#quote-carouselsec .carousel-control {
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

#quote-carouselsec .carousel-control.left {
  left: -12px;
}

#quote-carouselsec .carousel-control.right {
  right: -12px;
}

#quote-carouselsec .carousel-indicators {
  top: auto;
  bottom: 0px;
}

#quote-carouselsec .carousel-indicators li {
  background: grey;
}
#quote-carouselsec .carousel-indicators .active {
  background: darkgrey;
}

#quote-carouselsec img {
  margin-left: 0%;
}

.item blockquote {
  border-left: none;
  margin: 0;
}

#quote-carouselthree {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

#quote-carouselthree .carousel-control {
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

#quote-carouselthree .carousel-control.left {
  left: -12px;
}

#quote-carouselthree .carousel-control.right {
  right: -12px;
}

#quote-carouselthree .carousel-indicators {
  top: auto;
  bottom: 0px;
}

#quote-carouselthree .carousel-indicators li {
  background: grey;
}
#quote-carouselthree .carousel-indicators .active {
  background: darkgrey;
}

#quote-carouselthree img {
  margin-left: 0%;
}

.item blockquote {
  border-left: none;
  margin: 0;
}

#quote-carouselfour {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

#quote-carouselfour .carousel-control {
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

#quote-carouselfour .carousel-control.left {
  left: -12px;
}

#quote-carouselfour .carousel-control.right {
  right: -12px;
}

#quote-carouselfour .carousel-indicators {
  top: auto;
  bottom: 0px;
}

#quote-carouselfour .carousel-indicators li {
  background: grey;
}
#quote-carouselfour .carousel-indicators .active {
  background: darkgrey;
}

#quote-carouselfour img {
  margin-left: 0%;
}

.item blockquote {
  border-left: none;
  margin: 0;
}

#quote-carouselfive {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

#quote-carouselfive .carousel-control {
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

#quote-carouselfive .carousel-control.left {
  left: -12px;
}

#quote-carouselfive .carousel-control.right {
  right: -12px;
}

#quote-carouselfive .carousel-indicators {
  top: auto;
  bottom: 0px;
}

#quote-carouselfive .carousel-indicators li {
  background: grey;
}
#quote-carouselfive .carousel-indicators .active {
  background: darkgrey;
}

#quote-carouselfive img {
  margin-left: 0%;
}

.item blockquote {
  border-left: none;
  margin: 0;
}

#quote-carouselsix {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

#quote-carouselsix .carousel-control {
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

#quote-carouselsix .carousel-control.left {
  left: -12px;
}

#quote-carouselsix .carousel-control.right {
  right: -12px;
}

#quote-carouselsix .carousel-indicators {
  top: auto;
  bottom: 0px;
}

#quote-carouselsix .carousel-indicators li {
  background: grey;
}
#quote-carouselsix .carousel-indicators .active {
  background: darkgrey;
}

#quote-carouselsix img {
  margin-left: 0%;
}

.item blockquote {
  border-left: none;
  margin: 0;
}

.caret-right {
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid;
  display: inline-block;
  height: 0;
  opacity: 100;
  vertical-align: top;
  width: 0;
}
.caretalign {
  float: right;
  padding-right: 0%;
}

.tag-box {
  padding: 20px;
  margin-bottom: 30px;
  width: 100%;
}

.tag-box-v6 {
  background: #eaeaea;
  border: solid 1px #eaeaea;
}

.equal,
.equal > div[class*="col-"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
}
