

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  width: 100%;
  height: 100%;
}

body {
  background-color: #f2f4f4;
  font-family: 'Lato', sans-serif;
  color: #222222;
  overflow-x: hidden;
}

a {
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 15px;
}


/* ##### General Class ##### */

a.btn.btn-custom,
button.btn.btn-custom {
  background-color: #3996cc;
  color: #fff;
  border-color: #4da1d1;
  text-transform: uppercase;
}

a.btn.btn-custom:hover,
button.btn.btn-custom:hover,
a.btn.btn-custom:focus,
button.btn.btn-custom:focus {
  color: #fff;
  background-color: #3088bb;
}

.delayp1 {
  animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
}

.delayp2 {
  animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
}

.delayp3 {
  animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
}

.delayp4 {
  animation-delay: .4s;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  -o-animation-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
}

.delayp5 {
  animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;

}
.push {
  margin-left: 0px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media (min-width: 992px) {
  .push.pushed-left {
    margin-left: 250px;
  }
}

@media (min-width: 992px) {
  .push.pushed-right {
    margin-left: -250px;
  }
}

.section {
  background-color: #fff;
}

.section > .section-inner {
  position: relative;
}

.section > .section-inner > .section-content {
  padding-top: 50px;
  padding-bottom: 60px;
}

@media (min-width: 1023px) {
  .section > .section-inner > .section-content {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.section > .section-inner > .section-content .section-title {
  color: #222;
  text-transform: uppercase;
  padding-bottom: 40px;
}

@media (min-width: 1023px) {
  .section > .section-inner > .section-content .section-title {
    padding-bottom: 60px;
  }
}

.section > .section-inner > .section-content .section-title > .main-title {
  font-size: 25px;
  font-weight: 400;
}

@media (min-width: 479px) {
  .section > .section-inner > .section-content .section-title > .main-title {
    font-size: 35px;
  }
}

@media (min-width: 599px) {
  .section > .section-inner > .section-content .section-title > .main-title {
    font-size: 40px;
  }
}

@media (min-width: 767px) {
  .section > .section-inner > .section-content .section-title > .main-title {
    font-size: 45px;
  }
}

.section > .section-inner > .section-content .section-title > .sub-title {
  font-size: 20px;
  font-weight: 300;
}

@media (min-width: 479px) {
  .section > .section-inner > .section-content .section-title > .sub-title {
    font-size: 25px;
  }
}

.section > .section-inner > .section-content .section-line {
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #222;
}

.section.section-bgtype-image {
  background-color: #222;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.section.section-bgtype-image > .section-inner > .bg-overlay {
  content: '';
  position: absolute;
  background-color: #000;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  zoom: 1;
  opacity: 0.8;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
}

.section.section-bgtype-image > .section-inner > .section-content .section-title {
  color: #b7ada4;
}

.section.section-bgtype-image > .section-inner > .section-content .section-title > .section-line {
  background-color: #b7ada4;
}


/* ##### Page Loader ##### */

#rj-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}

#rj-loader .preload {
  width: 128px;
  height: 128px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -64px;
  margin-left: -64px;
}


/* ##### Navbar ##### */

.navbar.rj-navbar {
  position: relative;
  margin: 0;
  border: 0;
  min-height: 40px;
  max-height: 60px;
  background-color: #222;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.2);
}

@media (min-width: 767px) {
  .navbar.rj-navbar {
    -webkit-transition: background 0.2s ease-in-out, padding 0.3s ease-in-out;
    -moz-transition: background 0.2s ease-in-out, padding 0.3s ease-in-out;
    transition: background 0.2s ease-in-out, padding 0.3s ease-in-out;
  }
}

.navbar.rj-navbar .navbar-brand {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  height: 60px;
  line-height: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  letter-spacing: 0.1em;
}

.navbar.rj-navbar .navbar-brand:hover {
  color: #fff;
}

.navbar.rj-navbar .navbar-toggle {
  margin-top: 12px;
  background-color: #3996cc;
}

.navbar.rj-navbar .navbar-nav > li > a {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.navbar a {
  border: none;  
}

@media (min-width: 992px) {
  .navbar.rj-navbar .navbar-nav > li > a {
    height: 60px;
    line-height: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.navbar.rj-navbar .navbar-nav > li > a:hover {
  color: #3996cc;
  background-color: #222;
}

.navbar.rj-navbar .navbar-nav > li > a > i.fa-angle-down {
  padding-left: 2px;
}

.navbar.rj-navbar .navbar-nav > li.active a,
.navbar.rj-navbar .navbar-nav > li.active a:hover {
  background-color: #3996cc;
  color: #fff;
}

@media (min-width: 992px) {
  .navbar.rj-navbar .navbar-nav > li.active a,
  .navbar.rj-navbar .navbar-nav > li.active a:hover {
    color: #fff;
    background-color: #3996cc;
    background-repeat: repeat;
  }


}


/* ##### Center Menu ##### */

@media (min-width: 992px) {
  .navbar.rj-navbar.rj-center-menu .navbar-nav {
    margin: 0 auto;
    float: none;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .navbar.rj-navbar.rj-center-menu .navbar-nav > li {
    display: inline-block;
    float: none;
    padding-right: 5px;
    padding-left: 5px;
  }
}


/* ##### Side Menu ##### */

@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu {
    z-index: 15;
    position: fixed;
    top: 0;
    width: 250px;
    height: 100%;
    background-color: #222;
    box-shadow: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
}

@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu .container {
    margin: 0;
    padding: 0;
    width: auto;
  }
}

@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu .navbar-header {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu .navbar-header .navbar-brand {
    color: #aaa;
    float: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #aaa;
    border-radius: 2px;
  }
}

@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu .navbar-nav {
    position: relative;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu .navbar-nav > li {
    float: none;
  }
}

@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu .navbar-nav > li > a {
    color: #aaa;
    height: 42px;
    line-height: 42px;
    padding: 0px 30px;
  }
  .navbar.rj-navbar.rj-side-menu .navbar-nav > li > a:hover {
    color: #fff;
  }
}

.navbar.rj-navbar.rj-side-menu .navbar-nav > li.active > a {
  color: #fff;
}

@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu.rj-left-slide-menu.active,
  .navbar.rj-navbar.rj-side-menu.rj-left-push-menu.active {
    left: 0;
  }
}

@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu.rj-left-slide-menu,
  .navbar.rj-navbar.rj-side-menu.rj-left-push-menu {
    left: -250px;
  }
}

@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu.rj-right-slide-menu.active,
  .navbar.rj-navbar.rj-side-menu.rj-right-push-menu.active {
    right: 0;
  }
}

@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu.rj-right-slide-menu,
  .navbar.rj-navbar.rj-side-menu.rj-right-push-menu {
    right: -250px;
    left: auto;
  }
}

.navbar-trigger-open {
  z-index: 10;
  position: fixed;
  top: 0;
  margin-top: 25px;
}

.navbar-trigger-open a {
  color: #fff;
  font-size: 28px;
  background-color: #3996cc;
  padding: 5px 15px;
  border-radius: 2px;
  opacity: 0.9;
}

.navbar-trigger-open.left {
  left: 0;
  margin-left: 20px;
}

.navbar-trigger-open.right {
  right: 0;
  margin-right: 20px;
}

span.navbar-trigger-close {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 25px;
  margin-top: 28px;
}

span.navbar-trigger-close a {
  color: #aaa;
  font-size: 28px;
}

span.navbar-trigger-close a:hover {
  color: #fff;
}


/* ##### Intro Section ##### */


@media (min-width: 400px) {
  #rj-intro {
    background: #000;
    width: 100%;
    height: auto;
    color: #fff;
  }
}
@media (min-width: 767px) {
  #rj-intro {
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    color: #fff;
    background-image: url("../img/chessNT.JPG");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
}

#rj-intro:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}

@media (min-width: 1279px) {
  #rj-intro {
    height: 100%;
    padding: 0px;
  }
}

#rj-intro .intro-body {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (min-width: 1279px) {
  #rj-intro .intro-body {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}

#rj-intro a {
  color: cyan;
}

#rj-intro .intro-body .logo > h1 {
  display: block;
  width: 550px;
  height: 110px;
  line-height: 110px;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Raleway', sans-serif;
  font-size: 60px;
  font-weight: 700;
  text-align: left;
  /* border: 2px solid rgba(255, 255, 255, 0.8);
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px; */
  margin: auto;
}

#rj-intro .intro-body .intro-text {
  margin-top: 40px;
  font-family: 'Raleway', sans-serif;
}

@media (min-width: 767px) {
  #rj-intro .intro-body .intro-text {
   /* margin-top: 170px; */
  }
}

#rj-intro .intro-body .intro-text h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  padding-bottom: 25px;
  text-transform: uppercase;
}

@media (min-width: 767px) {
  #rj-intro .intro-body .intro-text h2 {
    font-size: 55px;
  }
}

#rj-intro .intro-body .intro-text p.lead {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
#rj-intro .intro-body .intro-text p.endorse {
/*  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px 10px; */
  font-size: 20px;
  font-weight: 400;
}

@media (min-width: 767px) {
  #rj-intro .intro-body .intro-text p.lead {
    font-size: 26px;
    width: 50%;

  }
}

#rj-intro .intro-body .page-scroll {
  margin-top: 30px;
}

@media (min-width: 767px) {
  #rj-intro .intro-body .page-scroll {
    margin-top: 50px;
  }
}

#rj-intro .intro-body .page-scroll a.btn {
  font-family: 'Raleway', sans-serif;
}

@media (min-width: 767px) {
  #rj-intro .intro-body .page-scroll a.btn {
    padding: 20px 25px;
    font-size: 22px;
  }
}


/* ##### Who We Are Section ##### */

#rj-who-we-are .carousel-container {
  padding-bottom: 40px;
}

@media (min-width: 1023px) {
  #rj-who-we-are .carousel-container {
    padding-bottom: 0px;
  }
}

#rj-who-we-are .who-we-are-text {
  text-align: center;
}

@media (min-width: 1023px) {
  #rj-who-we-are .who-we-are-text {
    text-align: left;
  }
}

.who-we-are-text > h4 {
  font-size: 25px;
  text-transform: uppercase;
}

.who-we-are-text > p {
  font-size: 18px;
}

.who-we-are-text > .page-scroll {
  padding-top: 10px;
}


/* ##### Counters Section ##### */


/* ##### Quote Section ##### */

#rj-quote {
  background-image: url("../img/yumthang.jpg");
}

#rj-quote > .section-inner > .section-content {
  padding-top: 80px;
  padding-bottom: 60px;
  color: #b7ada4;
}

#rj-quote > .section-inner > .section-content .quote-text > .quote-icon > i {
  color: #3996cc;
  padding-bottom: 20px;
}

#rj-quote > .section-inner > .section-content .quote-text > h2 {
  line-height: 1.6em;
}
  
.quote {
  font-family: palatino;
  font-size: 24px;
  font-style: italic;
}

#rj-quote > .section-inner > .section-content .quote-text > h2.quote-by {
  color: #3996cc;
  font-size: 20px;
}


/* ##### Keep In Touch Section ##### */

#rj-keep-in-touch {
  background-image: url("../img/bg-keep-in-touch.jpg");
}

#as-seen img {
    max-width: 160px;
    opacity: 0.6;
    max-height: 70px;
    margin-bottom: 15px;
}
#as-seen {
  margin-bottom: -40px;
}

#rj-keep-in-touch .social-icon-item .social-icon > i {
  color: #b7ada4;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#rj-keep-in-touch .social-icon-item > a, #as-seen .social-icon-item > a {
  color: #b7ada4;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  border: none;
}

.social-icon-item h4 {
  font-size: 10px;
}

#rj-keep-in-touch .social-icon-item > a:hover {
  color: #3996cc;
  cursor: pointer;
}

#rj-keep-in-touch .social-icon-item.not-right-column.top-column {
  margin-bottom: 50px;
}

@media (min-width: 1023px) {
  #rj-keep-in-touch .social-icon-item.not-right-column.top-column {
    margin-bottom: 0px;
  }
}

#rj-keep-in-touch .social-icon-item.not-right-column {
  margin-bottom: 50px;
}

@media (min-width: 767px) {
  #rj-keep-in-touch .social-icon-item.not-right-column {
    margin-bottom: 0px;
  }
}


/* ##### Testimonials Section ##### */

#rj-testimonial {
  background-image: url("../img/coffeeshop.jpg");
}
.nistha-dark-link {
	margin-top: 70px;
	margin-bottom: -70px;
}
.nistha-dark-link > a {
color: #b7ada4;
font-size: 20px;
text-transform: uppercase;
letter-spacing: 0.2em;
}
hr {
width: 80%;
border-top: 1px solid #999;
}
a:hover {
color: #ec6952;
}

/* ##### Countdown Section ##### */

/* ##### Contact Us Section ##### */



/* ##### Footer ##### */

footer.footer {
  background-color: #1c1c1c;
  border-top: 1px solid #363636;
  color: #888;
}

footer.footer a {
  color: #c9c9c9;
}

footer.footer a:hover {
  color: #ffffff;
}

footer.footer #rj-footer {
  background-color: #1c1c1c;
  padding-top: 50px;
  padding-bottom: 20px;
}

footer.footer #rj-footer .footer-column.not-right-column {
  margin-bottom: 50px;
}

@media (min-width: 767px) {
  footer.footer #rj-footer .footer-column.not-right-column {
    margin-bottom: 0px;
  }
}

footer.footer #rj-footer .footer-column .footer-text {
  text-align: center;
}

@media (min-width: 767px) {
  footer.footer #rj-footer .footer-column .footer-text {
    text-align: left;
  }
}

footer.footer #rj-footer h4 {
  color: #c9c9c9;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}

footer.footer #rj-footer p {
  font-size: 14px;
  margin-bottom: 20px;
}

footer.footer #rj-footer ul.icon-list > li {
  padding-bottom: 10px;
}

footer.footer #rj-footer ul.icon-list > li > i {
  padding-right: 10px;
}

footer.footer #rj-footer ul.social-icon-list > li {
  padding-bottom: 10px;
}

footer.footer #rj-footer ul.social-icon-list > li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #c9c9c9;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

footer.footer #rj-footer ul.social-icon-list > li a:hover {
  border-color: #ffffff;
}

footer.footer #rj-footer .newsletter-form input {
  background-color: transparent;
  border-color: #888;
}

footer.footer #rj-copyright {
  background-color: #161616;
  padding: 15px 0px;
  border-top: 1px solid rgba(114, 114, 114, 0.25);
}

footer.footer #rj-copyright p {
  font-size: 13px;
  text-align: center;
  margin: 0px;
}

@media (min-width: 767px) {
  footer.footer #rj-copyright p {
    text-align: left;
  }
}