@charset "utf-8";
/* CSS Document */
@import url('font-awesome.css');
@import url('font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Raleway:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');
body{ 
  margin: 0px;
  font-size: 15px;
  /*font-family: 'Open Sans', sans-serif;*/
  /*font-family: 'Raleway', sans-serif;*/
  /*font-family: 'Droid Serif';*/
  /*font-family: 'Poppins', sans-serif;*/
  /*font-family: 'Playfair Display', serif;*/
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ display:block;}
a,a:focus,{color:#333; text-decoration:none}
a:link{outline: 0;}
img{ 
  border:0px; 
  overflow: hidden;
}
.clr{ 
  clear:both;
}
.fLeft{ 
  float: left;
}
.fRight{ 
  float:right;
}
.imgResponsive{ 
  width: 100%;
}
.margin-top30{
  margin-top: 30px !important;
}
.margin-top40{
  margin-top: 40px !important;
}
#main{
  width: 100%;
}

header{
  width: 100%;
  position: fixed;
  padding: 2.4em 50px;
  z-index: 999;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.navbar-brand { 
  width: 350px;
  height: 50px;
  background: url(../images/logo.png) no-repeat center center;
  background-size: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.affix{
  background-color: #2f2b27;
  padding: 1em 50px;
}


.banner-main{
  width: 100%;
  display: block;
  position: relative;
  z-index: 22;
}

.banner-inner{
  width: 100%;
  display: block;
  position: relative;
  z-index: 22;
  max-height: 450px;
  overflow: hidden;
}

.banner-main-text{
  width: 100%;
  max-width: 650px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -325px;
  top: 50%;
  margin-top: -60px;
  z-index: 9999;
  font-family: 'Playfair Display', serif;
  color: #fff;
}
.banner-main-text h3{
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.banner-main-text h3 span{
  font-weight: 400;
  font-style: italic;
  color: #febb64;
}

/*start bootstrap slider*/
.bs-slider{overflow: hidden;max-height: 800px;position: relative;background: #000000;}
.bs-slider:hover {cursor: -moz-grab;cursor: -webkit-grab;}
.bs-slider:active {cursor: -moz-grabbing;cursor: -webkit-grabbing;}
.bs-slider .bs-slider-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.40);}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {margin: auto;width: 100% !important;}

/*Slide effect*/
.fade {opacity: 1;}.fade .item {top: 0;z-index: 1;opacity: 0;width: 100%;position: absolute;left: 0 !important;display: block !important;-webkit-transition: opacity ease-in-out 1s;-moz-transition: opacity ease-in-out 1s;-ms-transition: opacity ease-in-out 1s;-o-transition: opacity ease-in-out 1s;transition: opacity ease-in-out 1s;}
.fade .item:first-child {top: auto;position: relative;}
.fade .item.active {opacity: 1;z-index: 2;-webkit-transition: opacity ease-in-out 1s;-moz-transition: opacity ease-in-out 1s;-ms-transition: opacity ease-in-out 1s;-o-transition: opacity ease-in-out 1s;transition: opacity ease-in-out 1s;}
/*- LEFT/RIGHT ROUND CONTROL -*/
.control-round .carousel-control {top: 47%;opacity: 0;width: 45px;height: 45px;z-index: 100;color: #ffffff;background: rgba(0, 0, 0, 0.5);display: block;font-size: 24px;cursor: pointer;overflow: hidden;line-height: 43px;text-shadow: none;position: absolute;font-weight: normal;-webkit-border-radius: 100px;border-radius: 100px;}
.control-round:hover .carousel-control{opacity: 1;}
.control-round .carousel-control.left {left: 1%;}
.control-round .carousel-control.right {right: 1%;}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{color: #fdfdfd;background: rgba(0, 0, 0, 1);border: 0px transparent;}
.control-round .carousel-control.left>span:nth-child(1){left: 45%;}
.control-round .carousel-control.right>span:nth-child(1){right: 45%;}
/*- INDICATORS CONTROL -*/
.indicators-line > .carousel-indicators{right: 45%;bottom: 3%;left: auto;width: 90%;height: 20px;font-size: 0;overflow-x: auto;text-align: right;overflow-y: hidden;padding-left: 10px;padding-right: 10px;padding-top: 1px;white-space: nowrap;}
.indicators-line > .carousel-indicators li{padding: 0;width: 15px;height: 15px;border: 1px solid rgb(158, 158, 158);text-indent: 0;overflow: hidden;text-align: left;position: relative;letter-spacing: 1px;background: rgb(158, 158, 158);-webkit-font-smoothing: antialiased;-webkit-border-radius: 50%;border-radius: 50%;margin-right: 5px;-webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);z-index: 10;cursor:pointer;}
.indicators-line > .carousel-indicators li:last-child{margin-right: 0;}
.indicators-line > .carousel-indicators .active{margin: 1px 5px 1px 1px;box-shadow: 0 0 0 2px #fff;background-color: transparent;position: relative;-webkit-transition: box-shadow 0.3s ease;-moz-transition: box-shadow 0.3s ease;-o-transition: box-shadow 0.3s ease;transition: box-shadow 0.3s ease;-webkit-transition: background-color 0.3s ease;-moz-transition: background-color 0.3s ease;-o-transition: background-color 0.3s ease;transition: background-color 0.3s ease;}
.indicators-line > .carousel-indicators .active:before{transform: scale(0.5);background-color: #fff;content:"";position: absolute;left:-1px;top:-1px;width:15px;height: 15px;border-radius: 50%;-webkit-transition: background-color 0.3s ease;-moz-transition: background-color 0.3s ease;-o-transition: background-color 0.3s ease;transition: background-color 0.3s ease;}
/*- SLIDE CAPTION -*/
.slide_style_left {text-align: left !important;}
.slide_style_right {text-align: right !important;}
.slide_style_center {text-align: center !important;}
.slide-text {left: 0;bottom: 0;right: 0;margin: auto;position: absolute;text-align: left;padding: 0 15px 85px 15px;   }
.slide-text > h1 {color: #ffffff;font-size: 32px;font-weight: bold;line-height: 36px;margin: 0 0 15px 0;letter-spacing: 1px;-webkit-animation-delay: 0.7s;animation-delay: 0.7s;}
.slide-text > h1 span{background-color: rgba(0,0,0,0.7);padding: 10px;display: inline-block;}
.slide-text > p {color: #ffffff;font-size: 20px;line-height: 24px;font-weight: 300;margin-bottom: 5px;display: block;letter-spacing: 1px;-webkit-animation-delay: 1.1s;animation-delay: 1.1s;}
.slide-text > p span{background-color: rgba(0,0,0,0.7);padding: 10px;display: inline-block;}
.slide-text > a.btn-default{color: #000;font-weight: 400;font-size: 13px;line-height: 15px;text-align: center;padding: 17px 30px;white-space: nowrap;letter-spacing: 1px;display: inline-block;border: none;text-transform: uppercase;-webkit-animation-delay: 2s;animation-delay: 2s;-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;transition: background 0.3s ease-in-out, color 0.3s ease-in-out;}
.slide-text > a.btn-primary{color: #ffffff;cursor: pointer;font-weight: 400;font-size: 13px;line-height: 15px;text-align: center;padding: 17px 30px;white-space: nowrap;letter-spacing: 1px;background: #00bfff;display: inline-block;text-decoration: none;text-transform: uppercase;border: none;-webkit-animation-delay: 2s;animation-delay: 2s;-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;transition: background 0.3s ease-in-out, color 0.3s ease-in-out;}
.slide-text > a:hover,
.slide-text > a:active {color: #ffffff;background: #222222;-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;transition: background 0.5s ease-in-out, color 0.5s ease-in-out;}
/*end bootstrap slider*/


.banner-bottom{
  width: 100%;
  padding: 40px 0;
  background-color: #fbede2;
}

.tag-btn{
  width: 100%;
  text-align: center;
  position: relative;
}

.tag-btn[data-subject="1"]:before{
  display: none;
}


.tag-btn:before{
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ecddd1;
  position: absolute;
  left: -15px;
}

.tag-btn h4{
  font-size: 26px;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  margin: 20px 0 0 0;
}

.tag-btn i{
  font-size: 36px;
  color: #d05b2d;
}


.about-content{
  width: 100%;
  padding: 100px 0;
  background-color: #febb64;
  background-image: url(../images/about-bg.jpg);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.about-content h2{
  font-family: 'Playfair Display', serif;
  color: #4e4841;
  font-size: 40px;
  font-weight: 700;
  margin:0 0 15px 0;
}

.about-content h6{
  font-family: 'Playfair Display', serif;
  color: #d05b2d;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  margin:0 0 10px 0;
}

.about-content p{
  margin-bottom: 30px;
}

.about-content blockquote {
  padding: 20px 20px 20px 60px;
  margin: 0 0 20px;
  font-size: 20px;
  border-left: none;
  position: relative;
  font-family: 'Playfair Display', serif;
  font-style: italic;
}
.about-content blockquote::before {
  content: "“";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 100px;
  font-style: italic;
  line-height: 1;
  color: #d05b2d;
}


.readBtn{
  background: linear-gradient(to right, #3797b8 0%,#73a2a0 50%,#cf5931 50%,#dd7743 100%) no-repeat scroll right bottom / 210% 100% #3797b8 !important;
  border:none;
  font-size: 1em;
  padding: 12px 30px;
  border-radius: 30px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}

.readBtn1{
  background: linear-gradient(to right, #3797b8 0%,#73a2a0 50%,#cf5931 50%,#dd7743 100%) no-repeat scroll right bottom / 210% 100% #3797b8 !important;
  border:none;
  font-size: 1em;
  padding: 10px 40px;
  border-radius: 0px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}

.events-content{
  width: 100%;
  padding: 100px 0;
  background-color: #fbede2;
}

.events-content h2{
  font-family: 'Playfair Display', serif;
  color: #4e4841;
  font-size: 40px;
  font-weight: 700;
  margin:0 0 50px 0;
  text-align: center;
}

.events-content h6{
  font-family: 'Playfair Display', serif;
  color: #d05b2d;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  margin:0 0 10px 0;
  text-align: center;
}

.eventsrow{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.eventscol{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.event-box{
  width: 100%;
  padding: 60px 90px 60px 120px;
  background-color: #fff;
  min-height: 440px;
}

.event-box-img{
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.event-box-img img{
  width: 100%;
}

.event-box-img-caption{
  width: 100%;
  background-color: #2f2b27;
  padding: 30px 50px;
  position: absolute;
  left: 30px;
  bottom: -40px;
  z-index: 99;
}

.event-box-img-caption blockquote {
  padding: 0px 20px 0px 70px;
  margin: 0 0 20px;
  font-size: 20px;
  border-left: none;
  position: relative;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #fff;
}
.event-box-img-caption blockquote::before {
  content: "“";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 100px;
  font-style: italic;
  line-height: 1;
  color: #febb64;
}

.events-item{
  width: 100%;
  border-top: 1px solid #e5e5e5;
  padding: 30px 0 0 0;
}

.events-item1{
  width: 100%;
  padding: 0 0 30px 0;
}

.events-item h4, .events-item1 h4{
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 700;
  margin:0px;
  color: #4e4841;
}

.events-item h5, .events-item1 h5{
  font-size: 15px;
  margin:15px 0px;
  font-weight: 700;
  color: #d05b2d;
}

.events-item p, .events-item1 p{
  margin:0px;
  text-align: justify;
}

.parallax-window {
  min-height: 600px;
  padding: 100px 0;
  background: transparent;
}

.parallax-window h2{
  font-family: 'Playfair Display', serif;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin:0 0 50px 0;
  text-align: center;
}

.parallax-window h6{
  font-family: 'Playfair Display', serif;
  color: #febb64;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  margin:0 0 10px 0;
  text-align: center;
}

.parallax-window .item{
  padding: 0 100px 0px 100px;
}

.parallax-window .item p{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
  text-align: center;
}

.alumni-img{
  width: 106px;
  height: 106px;
  margin:30px auto 20px auto;
  overflow: hidden;
  border-radius: 50%;
}

.alumni-img img{
  width: 100%;
}

.alumni-name{
  text-align: center;
  color: #febb64;
  font-weight: bold;
}

.gallery-bg{
  width: 100%;
  padding: 100px 0;
}

.gallery-bg h2{
  font-family: 'Playfair Display', serif;
  color: #4e4841;
  font-size: 40px;
  font-weight: 700;
  margin:0 0 50px 0;
  text-align: center;
}

.gallery-bg h6{
  font-family: 'Playfair Display', serif;
  color: #d05b2d;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  margin:0 0 10px 0;
  text-align: center;
}

.galleryBox{
  width: 100%;
  margin: 15px 0;
  position: relative;
}

.gallery-overlay{
  width: 100%;
  height: 100%;
  background-color: #de5307;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  display: table-cell;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.galleryBox:hover .gallery-overlay{
  opacity: 0.7;
}

.galleryBox img{
  width: 100%;
}

.galleryBox i{
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  font-size: 30px;
  color: #fff;
}

.main-content{
  width: 100%;
  padding: 100px 0;
}

.main-content h2{
  font-family: 'Playfair Display', serif;
  color: #4e4841;
  font-size: 40px;
  font-weight: 700;
  margin:0 0 30px 0;
}
.main-content h6{
  font-family: 'Playfair Display', serif;
  color: #d05b2d;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  margin:0 0 10px 0;
}
.main-content p{
  text-align: justify;
  line-height: 22px;
}
.about-img{
  width: 100%;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 6px;
}
.about-img img{
  width: 100%;
  border-radius: 4px;
}
.breadcrumb {
  background-color: transparent;
  padding: 8px 0px;
}
.breadcrumb li,
.breadcrumb li a {
  color: #fff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.breadcrumb li span{
  color: #fff;
  font-weight: 600;
}
.breadcrumb>li+li:before{
  color: #fff;
}
.breadcrumb li a:hover,
.breadcrumb li a:focus{
  color: #febb64;
  text-decoration: none;
}
.breadcrumb>.active{
  color: #fff;
}

.event-box-gallery{
  width: 100%;
  margin-bottom: 30px;
}

.event-box-gallery a{
  display: block;
  color: #212121;
}

.event-box-gallery a:hover{
  text-decoration: none;
  color: #d05b2d;
}

.event-box-gallery h4{
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  text-align: center;
  margin: 20px 0 0 0;
}

.event-box-gallery-img{
  width: 100%;
}

.event-box-gallery-img img{
  width: 100%;
}

.team-box{
  width: 100%;
  margin-bottom: 30px;
}

.team-box h3{
  font-family: 'Playfair Display', serif;
  color: #4e4841;
  font-size: 26px;
  font-weight: 700;
  margin:30px 0 0 0;
  text-align: center;
}

.team-box-img{
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: rgba(254,187,100,1);
}

.team-box-img img{
  width: 100%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.team-box:hover .team-box-img img{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}

.team-deg{
  background-color: #2f2b27;
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 5px 20px;
  color: #fff;
  border-radius: 15px;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  z-index: 99;
}

.alumni-box{
  width: 100%;
}

.alumni-box h3{
  font-family: 'Playfair Display', serif;
  color: #4e4841;
  font-size: 30px;
  font-weight: 700;
  margin:0 0 20px 0;
}
.alumni-box h5{
  font-family: 'Playfair Display', serif;
  color: #d05b2d;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  margin:0 0 10px 0;
}

hr.alumni-line {
  border: 0;
  height: 1px;
  background-color: #ddd;
  background-image: linear-gradient(to right, #fff, #ddd, #fff);
}

.contact-detail{
  width: 100%;
  background-color: #d05b2d;
  padding: 60px 30px 70px 30px;
  max-width: 350px;
}

.contact-li, .contact-li ul{
  margin:0px;
  padding:0px;
}

.contact-li li{
  margin:0px 0 40px 0;
  padding:0px 0 0 40px;
  list-style: none;
  color: #fff;
  position: relative;
}

.contact-li li:last-child{
  margin-bottom: 0px;
}

.contact-li li i{
  position: absolute;
  left: 0px;
  top: 0px;
  color: #febb64;
  font-size: 20px;
}

.google-map{
  width: 100%;
}

.contactGoogleMap {
  position: relative;
  padding-bottom: 26.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.contactGoogleMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-form{
  width: 100%;
}

.contact-form .form-control{
  font-family: 'Poppins', sans-serif;
  height: 44px;
  padding: 8px 15px;
  border-radius: 0px;
  background-color: #fbeee3;
  -webkit-box-shadow:none;
  box-shadow:none;
  border:2px solid transparent;
}

.contact-form textarea.form-control{
  height: auto;
}

.contact-form .form-control:focus {
  border-color:#cf5931;
  outline:0;
}

.contact-form .form-control::-moz-placeholder {
  color:#666;
  opacity:1
}
.contact-form .form-control:-ms-input-placeholder {
  color:#666
}
.contact-form .form-control::-webkit-input-placeholder {
  color:#666
}

footer{
  width: 100%;
  padding: 40px 0 60px 0;
  background-color: #2f2b27;
}

footer h4{
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  margin: 0 0 30px 0;
  text-align: center;
}

.footer-block{
  position: relative;
  min-height: 242px;
}

.footer-block:before{
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255,255,255,0.1);
  position: absolute;
  left: 0px;
}

.footer-menu, .footer-menu ul{
  margin:0px;
  padding: 0px;
}

.footer-menu li{
  margin:0px 0 10px 0;
  padding: 0px;
  list-style: none;
  text-align: center;
  color: rgba(255,255,255,0.5);
}

.footer-menu li a{
  color: rgba(255,255,255,0.5);
}

.footer-menu li a:hover,
.footer-menu li a:focus{
  color: rgba(255,255,255,1);
  text-decoration: none;
}

.footer-social, .footer-social ul{
  margin:0px;
  padding: 0px;
}

.footer-social li{
  margin:0px auto 3px auto;
  padding: 0px;
  text-align: center;
  width: 100%;
  max-width: 160px;
  list-style: none;
}

.footer-social li a{
  background-color: #ddd;
  padding: 6px 10px;
  display: block;
  border-radius: 4px;
  color: #fff;
}

.footer-social li:nth-child(1) a{
  background-color: #3b5999;
}
.footer-social li:nth-child(2) a{
  background-color: #de4b39;
}
.footer-social li:nth-child(3) a{
  background-color: #55acef;
}
.footer-social li:nth-child(4) a{
  background-color: #bb000b;
}
.footer-social li:nth-child(5) a{
  background-color: #11658a;
}

.footer-social li a:hover,
.footer-social li a:focus{
  text-decoration: none;
}

.footer-bottom{
  width: 100%;
  padding: 0 0 40px 0;
  background-color: #2f2b27;
  color: rgba(255,255,255,0.5);
}

.footer-bottom a{
  color: rgba(255,255,255,0.5);
}

.footer-bottom a:hover, .footer-bottom a:focus{
  color: rgba(255,255,255,1);
  text-decoration: none;
}