* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Yantramanav', sans-serif;
}

.main {
  background: #f2f8fd url(../img/bg.jpg) top left repeat-x;
}

.inner-page {
  background: #f2f8fd url(../img/inner-bg.jpg) top left repeat-x;
}

a,
a:visited {
  color: c0e9f9;
  text-decoration: none;
  outline: 0;
}

a:hover,
a:focus {
  text-decoration: underline;
}

p {
  font-size: 16px;
  line-height: 1.8em;
  color: #3b464b;
  font-weight: 300;
}

h1 {
  font-size: 30px;
  color: #ee7ec0;
  font-weight: 700;
}

h2 {
  font-size: 26px;
  color: #ee7ec0;
  font-weight: 700;
}

.header {
  position: relative;
}

.header h1 {
  margin: 0;
  padding: 0;
}


h1.logo a {
  margin-top: 25px;
  display: block;
  width: 243px;
  height: 53px;
  background: url(../img/logo.png) no-repeat;
  float: left;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

/* Navigation */
nav.primary {
  float: right;
  margin-top: 20px;
}

nav.primary ul {
  float: right;
  margin-top: 20px;
  list-style: none;
}

nav.primary ul li {
  float: left;
  margin-left: 5px;
  font-size: 1.1em;
  text-align: center;
}

nav.primary ul li a{
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
  color: #c0e9f9;
}

nav.primary ul li:last-child a{
  padding: 0;
}

nav.primary ul li a.active{
  color: #fff;
}

nav.primary ul li a:hover {
  color: #fff;
}

.change-language {
  color: #fff;
  position: absolute;
  top:10px;
  right: 10px;
  font-size: 13px;
}

.change-language a {
  color: #fff;
}

/* rslide styles */
.slides {
  position: relative;
  margin-top: 20px;
}

.slides h2 {
  display: inline-block;
  color: #ee7ec0;

}

.desc {
  display: inline-block;
  margin: 0;
  color: #ee7ec0;
  fonr-size: 2.3em;
  font-weight: 700;
  position: absolute;
  bottom: -60px;
  left: 0px;
}

.rslides {
  position: relative;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
}

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.rslides li img {
  border: 5px solid #fff;
  box-shadow: 0 2px 5px rgba(0,0,0, 0.2);
}

a.prev {
  position: absolute;
  right: 220px;
  display: block;
  width: 13px;
  height: 22px;
  background: url(../img/prev-next.png) no-repeat;
  background-position: top left;
  /* Nicolas Gallagher Image replacement technique */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

a.prev:hover {
  background-position: bottom left;
}

a.next {
  position: absolute;
  right: 0;
  display: block;
  width: 13px;
  height: 22px;
  background: url(../img/prev-next.png) no-repeat;
  background-position: top right;
  /* Nicolas Gallagher Image replacement technique */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

a.next:hover {
  background-position: bottom right;
}

ul.rslides_tabs {
  position: absolute;
  right: 20px;
  list-style: none;
}

ul.rslides_tabs li {
  float: left;
  margin-right: 10px;
}

ul.rslides_tabs li a {
  display: block;
  background: url(../img/pagination.png) no-repeat;
  background-position: top;
  width: 20px;
  height: 21px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

ul.rslides_tabs li.rslides_here a,
ul.rslides_tabs li a:hover {
  background-position: bottom;
}

/* --- Welcome Section -- */
.welcome {
  position: relative;
  padding: 25px 0;
  border: 1px dashed #9b9b9b;
  border-right: none;
  border-left: none;
  margin: 40px auto;
}

.welcome h1 {
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 45px;
}

.welcome .graphic img {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -7px;
}

/* Page Header Section */
.page-title {
  position: relative;
  padding: 25px 0;
  border: 1px dashed #9b9b9b;
  border-right: none;
  border-left: none;
  border-top: none;
  margin: 40px auto;
}

.page-title h1 {
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 45px;
}

.page-title .graphic img {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -7px;
}



/* Intro */
.intro {
  padding: 0 0 50px 0;
  border-bottom: 1px dashed #9b9b9b;
}

.intro .thumb {
  float: left;
  margin-right: 20px;
  border: 5px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.intro p {
  margin: 10px 0;
}

/* Features */
.features {
  padding: 30px 0;
  margin: 30px auto;
  border-bottom: 1px dashed #9b9b9b;
}

a.more {
  display: inline-block;
  padding: 5px 15px;
  background: #00adef;
  border: 1px solid #0293ca;
  border-top: 1px solid #0293ca;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}

a.more:hover {
  color: #fff;
  background: #03a3e0;
}

/* Features Gallery */
.features-gallery {
  margin: 60px auto;
}

/* Elastislide Style */

.es-carousel-wrapper {
  padding: 10px 37px;
  position: relative;
}

.es-carousel {
  overflow: hidden;
}

.es-carousel ul {
  display: none;
}

.es-carousel ul li {
  height: 100%;
  float: left;
  display: block;
}

.es-carousel ul li a {
  display: block;
  margin: 0 10px;
}

.es-carousel ul li a img {
  display: block;
  border: 5px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  height: 273px;
  width: 273px;
  object-fit: none;
  object-position: center;
}

.es-nav span {
  position: absolute;
  top: 50%;
  left: 0;
  background: transparent url(../img/prev-next.png) top left no-repeat;
  width: 13px;
  height: 22px;
  margin-top: -13px;
  text-indent: -9000px;
  cursor: pointer;
}

.es-nav span.es-nav-next {
  right: 0;
  left: auto;
  background-position: top right;
}

.es-nav span:hover {
  background-position: bottom left;
}

.es-nav span.es-nav-next:hover {
  background-position: bottom right;
}

/* Testimonial */

.student-says {
  margin-bottom: 100px;
}

.testimonial {
  margin: 40px auto;
  padding: 0 50px;
}

.testimonial img {
  float: left;
  margin-right: 35px;
  border: 5px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

blockquote {
  background: url(../img/quote.png) no-repeat;
  overflow: hidden;
  border: none;
}

blockquote p {
  font-size: 14px;
  padding-left: 50px;
  font-style: normal;
}

blockquote a {
  display: block;
  text-align: right;
  font-size: 12px;
  font-style: italic;
}

cite {
  padding-left: 50px;
  font-style: normal;
  color: #23353e;
}

/* Footer */
footer {
  background: #23353f;
  padding: 30px 0;
}

footer h2 {
  color: #fff;
  text-shadow: 0 1px 0 #111a1f;
}

.about img.thumb {
  float: left;
  margin-right: 20px;
}

.about div {
  overflow: hidden;
}

.about p {
  color: #a4afb4;
  font-size: 13px;
  text-shadow: 0 1px 0 #111a1f;
}

footer sub-footer {
  background: #1a272e;
  border-top: 1px solid #34454d;
}

footer .left p {
  color: #fff;
  font-size: 12px;
  margin: 0;
}

footer .left a {
  color: #67b256;
  text-decoration: none;
  font-size: 12px;
}

footer .left a:hover {
  text-decoration: underline;
}

footer .right .logo {
  float: right;
  text-align: right;
}

.album-gallery {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;

}

.content .img-gallery {
  width: 280px;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 5px;
  text-align: center;
}

.img.gallery:first-child {
  margin-left: 0;
}

.content .img-gallery img {
  width: 100%;
  height: 100%;
}

.hide {
  display: none;
}
